:root{--bg-primary:#0b1221;--bg-deep:#070d18;--bg-card:#111b2e;--bg-card-hover:#162035;--text-primary:#e8edf5;--text-dim:#8a9bbf;--text-muted:#5a6e8f;--accent:#c15f3c;--accent-light:#d4785a;--accent-bright:#e8945a;--accent-dim:#c15f3c1f;--border:#c15f3c14;--border-bright:#c15f3c33}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;line-height:1.1}code,pre{font-family:JetBrains Mono,monospace}a{color:var(--accent-light);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-bright)}::selection{background:var(--accent-dim);color:var(--text-primary)}
