.live-bench{--lb-bg:#08090b;--lb-bg-1:#0e1014;--lb-bg-2:#14171c;--lb-line:#1d222a;--lb-line-2:#262c36;--lb-fg:#d6dae0;--lb-fg-dim:#8a93a0;--lb-fg-mute:#5b6471;--lb-accent:#6ee7b7;--lb-accent-2:#a78bfa;--lb-warn:#fbbf24;--lb-bad:#f87171;--lb-good:#34d399;--lb-c0:#6ee7b7;--lb-c1:#a78bfa;--lb-c2:#fbbf24;--lb-c3:#f87171;--lb-c4:#60a5fa;--lb-c5:#f472b6;--lb-c6:#2dd4bf;--lb-c7:#fb923c;--lb-c8:#94a3b8;--lb-c9:#c084fc;background:var(--lb-bg);color:var(--lb-fg);font-family:JetBrains Mono,SF Mono,ui-monospace,Menlo,Consolas,monospace;font-size:12px;line-height:1.45;font-feature-settings:"tnum" 1;min-height:100vh}.live-bench .lb-mono{font-family:inherit}.live-bench a{color:var(--lb-accent);text-decoration:none}.live-bench a:hover{text-decoration:underline}@keyframes lb-pulse{0%{box-shadow:0 0 0 0 rgba(110,231,183,.55)}70%{box-shadow:0 0 0 8px rgba(110,231,183,0)}to{box-shadow:0 0 0 0 rgba(110,231,183,0)}}.live-bench .lb-pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lb-accent);box-shadow:0 0 0 0 rgba(110,231,183,.7);animation:lb-pulse 1.6s ease-out infinite;margin-right:8px}