:root{--bg:#05070F;--surface:#0B0F2A;--border:#1A2140;--text:#F5FAFF;--muted:#A9B8D8;--accent:#00E5FF;--accent-2:#7A5CFF;--danger:#FF4D6D;--ok:#00FF9C;--warning:#FFC857;--info:#1E90FF;--font:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem}*{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:ui-monospace,monospace;font-size:.85rem}.sr-only,.vx-skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vx-skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:100000;width:auto;height:auto;padding:.55rem 1rem;margin:0;clip:auto;overflow:visible;white-space:normal;border-radius:var(--radius-md,8px);border:1px solid var(--accent);background:var(--surface);color:var(--text);font-size:.875rem;font-weight:600;text-decoration:none;box-shadow:0 8px 28px rgba(0,0,0,.4)}.vx-skip-link:focus:hover{text-decoration:none;filter:brightness(1.05)}.muted{color:var(--muted);font-size:.9rem}.vx-root-error{box-sizing:border-box;min-height:100vh;padding:var(--space-8) var(--space-6);max-width:32rem;margin:0 auto;line-height:1.5;color:var(--text);background:var(--bg)}.vx-root-error h1{margin-top:0;font-size:1.45rem;letter-spacing:-.02em}.vx-root-error__lead{margin:0 0 var(--space-3);color:var(--muted)}.vx-root-error__detail{margin:0 0 var(--space-4);font-size:.875rem;color:var(--muted);word-break:break-word}.vx-root-error__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.vx-root-error__actions button{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.5rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--accent);background:var(--accent);color:#03131D;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer}.vx-root-error__actions button:hover{filter:brightness(1.05)}.vx-root-error__actions a{font-size:.875rem;font-weight:500}.vx-global-error-body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-6);background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5}.vx-global-error-card{max-width:28rem;width:100%}.vx-global-error-title{margin:0 0 var(--space-3);font-size:1.35rem;letter-spacing:-.02em}.vx-global-error-lead{margin:0 0 var(--space-3);color:var(--muted)}.vx-global-error-detail{margin:0 0 var(--space-4);font-size:.88rem;color:var(--muted);word-break:break-word}.vx-global-error-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.5rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer}.vx-global-error-btn:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));color:var(--accent)}