:root{--bg: #141414;--bg-elevated: #1c1c1c;--bg-alt: #202020;--border-subtle: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .35);--hover-overlay: rgba(255, 255, 255, .08);--text-primary: #ffffff;--text-muted: #9a9a9a;--text-faint: rgba(255, 255, 255, .55);--accent-green: #22c55e;--pill-white: #ffffff;--pill-text: #111111}:root[data-theme=light]{--bg: #dee3e7;--bg-elevated: #eaeef0;--bg-alt: #d0d7dc;--border-subtle: rgba(0, 0, 0, .1);--border-hover: rgba(0, 0, 0, .3);--hover-overlay: rgba(0, 0, 0, .06);--text-primary: #111111;--text-muted: #5c5c60;--text-faint: rgba(0, 0, 0, .4);--accent-green: #16a34a;--pill-white: #111111;--pill-text: #ffffff}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}@media(max-width:430px){html,body{overflow-x:hidden}}a{color:inherit;text-decoration:none}button{font-family:inherit}
