:root{--bg: #0e0e10;--surface: #17171a;--surface-2: #1d1d21;--border: #26262b;--border-strong: #34343a;--text-1: #ededee;--text-2: #9a9aa0;--text-3: #5c5c62;--accent: #ff5a1f;--accent-dim: #b33e14;--status-open: #3ddc97;--status-correct: #3ddc97;--status-wrong: #5c5c62;--status-locked: #9a9aa0;--status-live: #ff5a1f;--status-down: #d9534f;--danger-fg: #f7b1ae;--danger-bg: rgba(217, 83, 79, .1);--danger-border: rgba(217, 83, 79, .55);--hover-surface: #1f1f24;--muted-surface: #131316;--selected-row: rgba(255, 90, 31, .08);--focus-outline: var(--accent);--font-sans: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-6: 24px;--s-8: 32px;--s-12: 48px;--s-16: 64px;--topbar-h: 56px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}input{font:inherit;color:inherit;background:none;border:0;outline:0}a{color:inherit;text-decoration:none}#root{min-height:100%;background:var(--bg);color:var(--text-1);font-family:var(--font-sans);font-feature-settings:"ss01","ss02";-webkit-font-smoothing:antialiased}.app{background:var(--bg);color:var(--text-1);font-family:var(--font-sans);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;position:relative}.app-scroll{flex:1 1 auto}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.tnum{font-variant-numeric:tabular-nums}:where(button,a,input,[role=button]):focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:#0e0e10}.hr{height:1px;background:var(--border);border:0}.divider-y>*+*{border-top:1px solid var(--border)}@keyframes vm-pulse{0%,to{opacity:1}50%{opacity:.35}}.live-dot{display:inline-block;width:8px;height:8px;background:var(--accent);border-radius:0;animation:vm-pulse 1.6s ease-in-out infinite}@keyframes lb-pulse-kf{0%{box-shadow:inset 3px 0 0 var(--accent),0 0 #ff5a1f66}50%{box-shadow:inset 3px 0 0 var(--accent),0 0 0 8px #ff5a1f00}to{box-shadow:inset 3px 0 0 var(--accent),0 0 #ff5a1f00}}.lb-pulse{animation:lb-pulse-kf 1.2s ease-out 1}@keyframes vm-row-pulse{0%{background:var(--selected-row)}to{background:transparent}}.vm-row-pulse{animation:vm-row-pulse 1.6s ease-out 1}
