:root{--color-bg: #050807;--color-bg-elevated: #07100e;--color-surface: #0b1412;--color-surface-2: #101c19;--color-border: rgba(83, 255, 190, .16);--color-border-strong: rgba(83, 255, 190, .38);--color-text: #e8f2ee;--color-text-muted: #8d9c96;--color-text-dim: #53625c;--color-accent: #35f2a3;--color-accent-strong: #1dff9f;--color-accent-soft: rgba(53, 242, 163, .12);--color-warning: #f2c94c;--color-danger: #ff5c5c;--color-info: #62a8ff;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-panel: 0 16px 50px rgba(0, 0, 0, .35);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--control-height: 36px;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#app{min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3{font-weight:600;line-height:1.25;margin:0}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button{font-family:inherit}*{scrollbar-width:thin;scrollbar-color:rgba(83,255,190,.18) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#53ffbe2e;border-radius:999px;border:2px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#53ffbe52;background-clip:padding-box}.vr-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--control-height);padding:0 var(--space-4);font-size:.85rem;font-weight:600;color:var(--color-text);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s ease,background .15s ease,filter .15s ease}.vr-btn:hover{border-color:var(--color-border-strong);background:var(--color-surface)}.vr-btn:disabled{opacity:.5;cursor:not-allowed}.vr-btn--primary{color:#03130d;background:var(--color-accent);border-color:var(--color-accent)}.vr-btn--primary:hover{filter:brightness(1.06)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
