:root{--background:#000;--foreground:#ededed;--color-bg:#000;--color-bg-alt:#181818;--color-border:#222a35;--color-primary:#cce0ff;--color-primary-light:#cce0ff;--color-text:#fafafa;--color-text-secondary:#e0e7ef;--color-text-muted:#d1d5db}[data-theme=light]{--background:#fafafa;--foreground:#222;--color-bg:#fff;--color-bg-alt:#f3f4f6;--color-border:#e0e7ef;--color-primary:#6366f1;--color-primary-light:#a5b4fc;--color-text:#222;--color-text-secondary:#444;--color-text-muted:#888}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}body,html{max-width:100vw;height:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}body{color:var(--foreground);background:var(--background);font-family:Poppins,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}