.error-page{color:#fff;box-sizing:border-box;background:#0b0d10;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.error-card{text-align:center;box-sizing:border-box;background:#111418;border:1px solid #22272e;border-radius:14px;width:100%;max-width:440px;padding:42px 38px 30px}.error-icon{color:#e6a23c;background:#1c1914;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 22px;display:flex}.error-icon svg{width:24px;height:24px}.error-content h1{color:#f5f7fa;letter-spacing:-.3px;margin:0;font-size:24px;font-weight:600;line-height:1.3}.error-content p{color:#9299a4;max-width:360px;margin:12px auto 0;font-size:14px;line-height:1.6}.error-actions{justify-content:center;gap:10px;margin-top:28px;display:flex}.error-actions button{cursor:pointer;border-radius:7px;height:42px;padding:0 18px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}.retry-button{color:#d5dae1;background:0 0;border:1px solid #30363e}.retry-button:hover{background:#191d22;border-color:#3b424b}.report-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.report-button:hover{background:#1d4ed8;border-color:#1d4ed8}.report-button:disabled{opacity:.6;cursor:not-allowed}.spinner{vertical-align:-2px;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;margin-right:7px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.reported{color:#65c995;background:#12231b;border:1px solid #1e4431;border-radius:7px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 16px;font-size:13px;font-weight:500;display:flex}.reported span{font-size:15px}.error-footer{color:#686f79;border-top:1px solid #1e2228;margin-top:25px;padding-top:18px;font-size:11px;line-height:1.5}@media (max-width:500px){.error-page{padding:16px}.error-card{padding:34px 22px 25px}.error-content h1{font-size:22px}.error-actions{flex-direction:column}.error-actions button,.reported{width:100%}}
