.error-module__bSZLSW__container{background:linear-gradient(135deg, var(--color-background) 0%, var(--color-surface) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-module__bSZLSW__content{text-align:center;max-width:600px;animation:.6s ease-out error-module__bSZLSW__fadeIn}.error-module__bSZLSW__icon{width:80px;height:80px;color:var(--color-danger);background:#ff3b301a;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.error-module__bSZLSW__title{color:var(--color-text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.error-module__bSZLSW__description{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.error-module__bSZLSW__errorDetails{background:#ff3b300d;border:1px solid #ff3b3033;border-radius:12px;margin:1.5rem 0 2rem;padding:1rem}.error-module__bSZLSW__errorMessage{color:var(--color-danger);word-break:break-word;padding:.5rem;font-family:SF Mono,Monaco,Inconsolata,Courier New,monospace;font-size:.875rem;display:block}.error-module__bSZLSW__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.error-module__bSZLSW__primaryBtn{background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.error-module__bSZLSW__primaryBtn:hover{box-shadow:var(--shadow-md);background:var(--color-primary-dark);transform:translateY(-2px)}.error-module__bSZLSW__secondaryBtn{background:var(--color-surface);color:var(--color-primary);border:1px solid var(--color-border);border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.error-module__bSZLSW__secondaryBtn:hover{background:var(--color-surface-highlight);border-color:var(--color-primary)}.error-module__bSZLSW__help{border-top:1px solid var(--color-border);color:var(--color-text-secondary);padding-top:1.5rem;font-size:.875rem}.error-module__bSZLSW__emailLink{color:var(--color-primary);font-weight:600;text-decoration:none}.error-module__bSZLSW__emailLink:hover{text-decoration:underline}@keyframes error-module__bSZLSW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.error-module__bSZLSW__title{font-size:1.75rem}.error-module__bSZLSW__description{font-size:1rem}.error-module__bSZLSW__actions{flex-direction:column}.error-module__bSZLSW__primaryBtn,.error-module__bSZLSW__secondaryBtn{justify-content:center;width:100%}}
