@charset "UTF-8";.error-display{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:1.5rem;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.08) 0%,transparent 50%),linear-gradient(135deg,#0a0e1a,#1a1f2e,#2a2f3e);color:#fff;position:relative;overflow:hidden}.error-display:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px,80px 80px;animation:float 20s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}@media (min-width: 768px){.error-display{padding:2.5rem}}.error-display--error .error-display__icon{filter:drop-shadow(0 0 20px rgba(239,68,68,.4))}.error-display--error .error-display__btn--primary{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px rgba(239,68,68,.3),inset 0 1px rgba(255,255,255,.2)}.error-display--error .error-display__btn--primary:hover{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 6px 20px rgba(239,68,68,.4),inset 0 1px rgba(255,255,255,.2)}.error-display--warning .error-display__icon{filter:drop-shadow(0 0 20px rgba(245,158,11,.4))}.error-display--warning .error-display__btn--primary{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 15px rgba(245,158,11,.3),inset 0 1px rgba(255,255,255,.2)}.error-display--warning .error-display__btn--primary:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 6px 20px rgba(245,158,11,.4),inset 0 1px rgba(255,255,255,.2)}.error-display--info .error-display__icon{filter:drop-shadow(0 0 20px rgba(59,130,246,.4))}.error-display--info .error-display__btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px rgba(59,130,246,.3),inset 0 1px rgba(255,255,255,.2)}.error-display--info .error-display__btn--primary:hover{background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 6px 20px rgba(59,130,246,.4),inset 0 1px rgba(255,255,255,.2)}.error-display__header{text-align:center;margin-bottom:2.5rem;max-width:600px;z-index:1}@media (min-width: 414px){.error-display__header{margin-bottom:3rem}}@media (min-width: 768px){.error-display__header{margin-bottom:3.5rem}}.error-display__icon{margin-bottom:2rem;font-size:clamp(2rem,6vw,2.75rem);display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 768px){.error-display__icon{font-size:5rem;margin-bottom:2.5rem}}.error-display__icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.1;transform:translate(-50%,-50%) scale(1.1)}}.error-display__title{font-size:clamp(1.75rem,5.5vw,2.25rem);font-weight:800;color:#fff;margin:0 0 1.5rem;letter-spacing:-.02em;text-shadow:0 4px 12px rgba(0,0,0,.5);line-height:1.2}@media (min-width: 414px){.error-display__title{margin:0 0 2rem}}.error-display__subtitle p{font-size:clamp(1.25rem,4.2vw,1.5rem);color:#e2e8f0;margin:0;line-height:1.5;font-weight:500}.error-display__content{text-align:center;max-width:520px;width:100%;position:relative;z-index:1}.error-display__content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;padding:1px;pointer-events:none}.error-display__message{margin-bottom:2.5rem}.error-display__message p{font-size:clamp(1rem,3.2vw,1.125rem);color:#e2e8f0;margin:0;line-height:1.6;font-weight:400}.error-display__custom-content{margin-bottom:2.5rem}.error-display__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 414px){.error-display__actions{flex-direction:row;justify-content:center;gap:1.5rem;flex-wrap:wrap}}.error-display__btn{min-height:48px;min-width:140px;padding:1rem 2rem;border-radius:16px;font-size:clamp(1rem,3.2vw,1.125rem);font-weight:600;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden}.error-display__btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transition:width .6s,height .6s;transform:translate(-50%,-50%);pointer-events:none}.error-display__btn:active:before{width:300px;height:300px}@media (hover: hover){.error-display__btn:hover{transform:translateY(-2px)}}.error-display__btn:active{transform:translateY(0)}.error-display__btn:focus-visible{outline:3px solid rgba(255,255,255,.6);outline-offset:3px}@media (min-width: 768px){.error-display__btn{min-width:160px;padding:1rem 2.5rem}}.error-display__btn--primary{color:#fff;font-weight:700}.error-display__btn--secondary{background:rgba(255,255,255,.08);color:#fff;border:2px solid rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.error-display__btn--secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);box-shadow:0 4px 15px rgba(255,255,255,.1)}.error-display__btn-icon{font-size:1.2em;display:flex;align-items:center}.error-display__details{text-align:left;background:rgba(0,0,0,.3);border-radius:12px;margin-top:1.5rem;border:1px solid rgba(255,255,255,.1)}.error-display__details summary{cursor:pointer;font-weight:600;color:#fff;margin:1.5rem 1.5rem 1rem;padding:.75rem;border-radius:8px;display:flex;align-items:center;gap:.5rem}.error-display__details summary::marker{content:""}.error-display__details summary:before{content:"▶";transition:transform .3s ease;font-size:.8em}.error-display__details summary:hover{background:rgba(255,255,255,.08);transform:translate(4px)}.error-display__details summary:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.error-display__details[open] summary:before{transform:rotate(90deg)}.error-display__technical{margin:0;padding:1.5rem;background:#374151;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:.8rem;color:#9ca3af;overflow-x:auto;white-space:pre-wrap;word-break:break-word;line-height:1.5;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}@media (min-width: 768px){.error-display__technical{font-size:.875rem;padding:2rem}}@media (prefers-reduced-motion: reduce){.error-display:before{animation:none}.error-display .error-display__icon:after{animation:none}}.optimized-loading-state{padding:1rem;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.simple-loading{text-align:center}.simple-loading .loading-spinner{width:40px;height:40px;border:3px solid hsla(0,0%,95%,.1);border-top:3px solid #0A1227;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:rgba(255,255,255,.87);background-color:#0a1227;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;height:100%}body{min-width:320px;min-height:100vh}.app{width:100%;margin:0;padding:0;display:flex;flex-direction:column;min-height:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:clamp(2rem,5vw,3.2em);line-height:1.1;text-align:center;margin:0 0 1rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#0a1227}a:hover{color:#747bff}button{background-color:#f9f9f9}}
