.error-page-wrapper{background-color:#0a0f16;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.error-bg-glow{filter:blur(100px);pointer-events:none;background:#d2b48c0d;border-radius:50%;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.error-card{text-align:center;z-index:10;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:500px;padding:48px;position:relative;box-shadow:0 20px 60px #00000080}.error-icon-wrapper{color:tan;background:linear-gradient(135deg,#d2b48c33,#0000);border:1px solid #d2b48c33;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 32px;font-size:2.5rem;display:flex}.error-title{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:1.8rem;font-weight:700}.error-desc{color:#9ca3af;margin-bottom:40px;font-size:1rem;font-weight:300;line-height:1.7}.error-actions{flex-direction:column;align-items:center;gap:12px;display:flex}@media (min-width:640px){.error-actions{flex-direction:row;justify-content:center}}.error-debug{text-align:left;color:#f87171;background:#0006;border:1px solid #ef44441a;border-radius:12px;margin-top:48px;padding:16px;font-family:monospace;font-size:.75rem;overflow:auto}.loading-page-wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:128px;padding-bottom:80px;display:flex}.loading-skeleton-title{background:#374151;border-radius:6px;width:192px;height:24px;margin-bottom:16px;animation:1.5s ease-in-out infinite skeleton-pulse}.loading-skeleton-text{opacity:.5;background:#374151;border-radius:6px;width:256px;height:16px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}