.error-module__bSZLSW__error-container{background:linear-gradient(135deg,#f5f3f0 0%,#fafaf8 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.error-module__bSZLSW__error-card{background-color:var(--bg-primary);border:1px solid var(--border-color);text-align:center;border-radius:12px;width:100%;max-width:500px;padding:48px 40px;animation:.6s ease-in error-module__bSZLSW__fadeIn;box-shadow:0 4px 6px #00000012}.error-module__bSZLSW__error-icon{color:var(--text-secondary);justify-content:center;align-items:center;margin-bottom:24px;animation:.5s ease-out error-module__bSZLSW__slideDown;display:flex}.error-module__bSZLSW__error-card h1{color:var(--text-primary);letter-spacing:-1px;margin-bottom:8px;font-size:56px;font-weight:800}.error-module__bSZLSW__error-card h2{color:var(--text-primary);margin-bottom:12px;font-size:24px;font-weight:600}.error-module__bSZLSW__error-card p{color:var(--text-secondary);max-width:400px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.6}.error-module__bSZLSW__error-code{color:var(--text-secondary);background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;margin-bottom:24px;padding:8px 12px;font-family:Monaco,Courier New,monospace;font-size:12px;display:inline-block}.error-module__bSZLSW__error-actions{flex-direction:column;gap:12px;margin-top:32px;display:flex}.error-module__bSZLSW__btn-primary,.error-module__bSZLSW__btn-secondary{cursor:pointer;border:none;border-radius:6px;width:100%;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.error-module__bSZLSW__btn-primary{background-color:var(--accent-color);color:#fff}.error-module__bSZLSW__btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0f7fd440}.error-module__bSZLSW__btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000}.error-module__bSZLSW__btn-secondary:hover{background-color:var(--bg-secondary);border-color:#d0ccc8}.error-module__bSZLSW__btn-primary:active,.error-module__bSZLSW__btn-secondary:active{transform:scale(.98)}@keyframes error-module__bSZLSW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes error-module__bSZLSW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:600px){.error-module__bSZLSW__error-actions{flex-direction:row;justify-content:center}.error-module__bSZLSW__btn-primary,.error-module__bSZLSW__btn-secondary{width:auto;min-width:160px}}
