:root{--bg:#0a0e0c;--panel:#0e1310;--border:rgba(180,220,180,.1);--text:#e8eee6;--text-mute:#8b948a;--lime:#c5f04a;--lime-dim:#7a9620;--lime-ink:#0e1310}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Geist,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01"}a{color:var(--lime);text-decoration:none}a:hover{text-decoration:underline}*{scrollbar-width:thin;scrollbar-color:rgba(180,220,180,.18) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(180,220,180,.16);border-radius:99px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:rgba(197,240,74,.38);border:3px solid transparent;background-clip:padding-box}::selection{background:rgba(197,240,74,.32);color:#f2f7ef}[role=button],[role=radio],[role=switch],button{transition:filter .12s ease,background-color .12s ease,border-color .12s ease,opacity .12s ease}[role=button]:hover,[role=radio]:hover,[role=switch]:hover,button:hover{filter:brightness(1.18) saturate(1.04)}[role=button]:active,[role=radio]:active,[role=switch]:active,button:active{filter:brightness(.94)}:focus{outline:none}:focus-visible{outline:2px solid rgba(197,240,74,.65);outline-offset:2px;border-radius:6px}input:focus-visible,textarea:focus-visible{outline-offset:0}