:root{--color-bg: #090909;--color-surface: #101010;--color-surface-2: #151515;--color-border: #1e1e1e;--color-border-hi: #2c2c2c;--color-text: #b4b4b4;--color-muted: #484848;--color-accent: #f7931a;--color-green: #1e8a3e;--color-green-text: #22c55e;--color-red: #c0392b;--color-red-text: #ef4444;--color-yellow: #a07800;--font-sans: system-ui, -apple-system, sans-serif;--font-mono: "Courier New", Courier, monospace}*,*:before,*:after{box-sizing:border-box}html{font-size:14px}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}::selection{background:var(--color-accent);color:#000}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-hi)}@media(max-width:700px){.calc-layout{grid-template-columns:1fr!important}.input-panel{border-right:none!important;border-bottom:1px solid var(--color-border)}}
