@layer base{:root{--background:#ffffff;--foreground:#171717;--card-bg:rgba(0,0,0,0.03);--card-border:rgba(0,0,0,0.1);--input-bg:rgba(0,0,0,0.05);--input-border:rgba(0,0,0,0.15);--text-secondary:rgba(0,0,0,0.6);--text-tertiary:rgba(0,0,0,0.4);--text-muted:rgba(0,0,0,0.5);--sidebar-width:260px;--navbar-height:64px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--card-bg:rgba(255,255,255,0.05);--card-border:rgba(255,255,255,0.1);--input-bg:rgba(255,255,255,0.05);--input-border:rgba(255,255,255,0.1);--text-secondary:rgba(255,255,255,0.7);--text-tertiary:rgba(255,255,255,0.4);--text-muted:rgba(255,255,255,0.5);--sidebar-width:260px;--navbar-height:64px}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{background-color:rgba(0,0,0,.05);border-radius:6px;border:1px solid rgba(0,0,0,.1);font-family:var(--font-source-code-pro),monospace;font-size:.875rem;padding:.25rem .5rem calc(.25rem + 2px)}@media (prefers-color-scheme:dark){code{background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}}