:root{--background:#0b0d12;--foreground:#e6e8eb;--panel:#161a22;--border:#2a2f3a;--accent:#4f8cff;--muted:#8b92a3;--danger:#e5484d}html{height:100%;color-scheme:dark}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,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}