.header{border-bottom:1px solid var(--border);background-color:var(--bg-base);z-index:10;position:sticky;top:0}.header__inner{max-width:var(--max-width);padding:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-md);margin:0 auto;display:flex}.header__brand{color:var(--text-primary);font-size:1rem;font-weight:600}.header__brand:hover{color:var(--accent);text-decoration:none}.header__links{gap:var(--space-md);flex-wrap:wrap;display:flex}.header__link{color:var(--text-secondary);font-size:.9rem}.header__link:hover{color:var(--text-primary);text-decoration:none}.header__link--active{color:var(--text-primary)}@media (width<=34rem){.header__inner{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.header__links{gap:var(--space-sm)}}.footer{border-top:1px solid var(--border);margin-top:var(--space-xl)}.footer__inner{max-width:var(--max-width);padding:var(--space-lg) var(--space-md);margin:0 auto}.footer__text{color:var(--text-muted);font-size:.85rem}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{max-width:var(--max-width);width:100%;padding:var(--space-xl) var(--space-md);flex:1;margin:0 auto}:root{--bg-base:#0d0f12;--bg-surface:#14171c;--bg-raised:#1c2027;--text-primary:#e8eaed;--text-secondary:#9aa0a8;--text-muted:#6b7280;--accent:#4f9cf9;--accent-hover:#7ab3fb;--border:#262b33;--space-xs:.5rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3.5rem;--max-width:46rem;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}h1,h2,h3{letter-spacing:-.01em;font-weight:600;line-height:1.25}h1{font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.1rem}p{color:var(--text-secondary)}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}
