:root{--bg: #f7fafc;--surface: #ffffff;--card: #ffffff;--muted: #64748b;--accent: #6d28d9;--text: #0f1724;--container: 1100px}:root[data-theme=dark]{--bg: #071023;--surface: #071428;--card: #0b1220;--muted: #9aa7bf;--accent: #8b5cf6;--text: #e6eef8}html,body{height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 96%,#fff));color:var(--text)}*{box-sizing:border-box}html,body,.page,.navbar,.nav-link{transition:background-color .22s ease,color .22s ease,box-shadow .22s ease}.container{max-width:var(--container);margin:0 auto;padding:0 1rem}.muted{color:var(--muted)}.page{background:var(--surface);border-radius:12px;padding:1.5rem}
