:root{--color-bg:#0b0e0c;--color-text:#dfe2e0;--color-text-muted:#758a7d;--color-accent:#21c45d;--color-accent-light:#51e186;--color-surface:rgba(89,166,117,.05);--color-surface-hover:rgba(89,166,117,.09);--color-border:rgba(89,166,117,.1);--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(89,166,117,.35)}html{scrollbar-width:thin;scrollbar-color:rgba(89,166,117,.2) transparent}@media (prefers-color-scheme:light){:root{--color-bg:#f7f8f7;--color-text:#1c211e;--color-text-muted:#6c7a71;--color-accent:#1a9948;--color-accent-light:#1fad53;--color-surface:rgba(102,153,121,.05);--color-surface-hover:rgba(102,153,121,.09);--color-border:rgba(102,153,121,.12)}}