:root{--outline:#fff;--background:#ffffff;--foreground:#171717;--foreground-secondary:rgba(0,0,0,0.5);--foreground-tertiary:rgba(0,0,0,0.3);--surface:#eee;--surface-high:#ddd;--surface-black:#4a4a4a;--surface-blue-rgb:140,164,241;--surface-blue:rgb(var(--surface-blue-rgb));--surface-white:#aaa;--yellow-rgb:218,180,55;--yellow:rgb(var(--yellow-rgb));--green-rgb:68,219,118;--green:rgb(var(--green-rgb));--red-rgb:248,59,46;--red:rgb(var(--red-rgb));--brighter:rgba(255,255,255,0.4);--surface-pane:rgba(255,255,255,0.6);--raise-high:rgba(0,0,0,0.8);--raise:rgba(0,0,0,0.25);--lower:rgba(255,255,255,0.4);--lower-tall:rgba(255,255,255,0.8);--raise-short:rgba(0,0,0,0.1);--lower-short:rgba(255,255,255,0.3);--gap:8px}@media (prefers-color-scheme:dark){:root{--outline:#000;--background:#0a0a0a;--foreground:#ededed;--foreground-secondary:rgba(255,255,255,0.5);--foreground-tertiary:rgba(255,255,255,0.3);--surface:#1a1a1a;--surface-high:#222;--surface-pane:rgba(0,0,0,0.6);--raise-high:rgba(255,255,255,0.8);--raise:rgba(255,255,255,0.4);--lower:rgba(0,0,0,0.4);--raise-short:rgba(255,255,255,0.3);--lower-short:rgba(30,30,30,0.3);--lower-tall:rgba(0,0,0,0.8)}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}