:root{--background:#f7f7f5;--foreground:#1b1b1b;--muted:#666;--panel:#fff;--border:#d6d6d6;--accent:#111;--row-hover:#f0f0ed;--font-geist-sans:"Inter","Helvetica Neue",Arial,sans-serif;--font-geist-mono:"SFMono-Regular"}@media (prefers-color-scheme:dark){:root{--background:#0b0b0b;--foreground:#f1f1f1;--muted:#b7b7b7;--panel:#141414;--border:#2a2a2a;--accent:#dcdcdc;--row-hover:#1b1b1b}}html[data-theme=light]{--background:#f7f7f5;--foreground:#1b1b1b;--muted:#666;--panel:#fff;--border:#d6d6d6;--accent:#111;--row-hover:#f0f0ed}html[data-theme=dark]{--background:#0b0b0b;--foreground:#f1f1f1;--muted:#b7b7b7;--panel:#141414;--border:#2a2a2a;--accent:#dcdcdc;--row-hover:#1b1b1b}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-geist-mono),"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
