:root{color-scheme:light dark;--color-bg:#f4f4f6;--color-bg-elevated:#e8e8ec;--color-border:rgba(0,0,0,.12);--color-accent:#2563eb;--color-accent-contrast:#fff;--color-text:#14141a;--color-text-secondary:#5b5b66}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-bg:#0d0b14;--color-bg-elevated:#1a1720;--color-border:hsla(0,0%,100%,.08);--color-accent:#8b5cf6;--color-accent-contrast:#fff;--color-text:#fff;--color-text-secondary:#a3a3a3}}:root[data-theme=light]{--color-bg:#f4f4f6;--color-bg-elevated:#e8e8ec;--color-border:rgba(0,0,0,.12);--color-accent:#2563eb;--color-accent-contrast:#fff;--color-text:#14141a;--color-text-secondary:#5b5b66}:root[data-theme=dark]{--color-bg:#0d0b14;--color-bg-elevated:#1a1720;--color-border:hsla(0,0%,100%,.08);--color-accent:#8b5cf6;--color-accent-contrast:#fff;--color-text:#fff;--color-text-secondary:#a3a3a3}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}body{font-family:system-ui,-apple-system,sans-serif;margin:0;background:var(--color-bg);color:var(--color-text);transition:background-color .15s ease,color .15s ease}ul{list-style:none;padding:0}li{padding:.5rem 0;border-bottom:1px solid hsla(0,0%,50%,.2)}