*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d10;--surface:#16161b;--border:#ffffff12;--accent:#c8a96e;--text:#e8e4dc;--muted:#7a7770}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:sans-serif;font-size:16px;font-weight:300;line-height:1.75}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0d0d10d9;justify-content:space-between;align-items:center;height:64px;padding:0 2.5rem;display:flex;position:sticky;top:0}.logo a{color:var(--text);font-size:1.25rem;font-weight:700;text-decoration:none}.logo a span{color:var(--accent)}.nav{gap:2rem;display:flex}.nav a{color:var(--muted);letter-spacing:.02em;font-size:.875rem;transition:color .2s}.nav a:hover{color:var(--accent);text-decoration:none}.home{text-align:center;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.hero h1{margin-bottom:1.25rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1}.hero h1 span{color:var(--accent)}.hero p{color:var(--muted);max-width:440px;margin:0 auto 2.5rem;font-size:1.05rem}.hero-links{justify-content:center;gap:1rem;display:flex}.btn{letter-spacing:.08em;text-transform:uppercase;border-radius:8px;padding:.7rem 1.6rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s}.btn:hover{opacity:.82;text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#0d0d10}.btn-ghost{border:1px solid var(--border);color:var(--muted)}.btn-ghost:hover{color:var(--text);border-color:#ffffff2e}.page{flex:1;width:100%;max-width:780px;margin:0 auto;padding:5rem 2rem 6rem}.page-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.7rem;font-weight:600}.page-title{color:var(--text);margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.last-updated{color:var(--muted);border-bottom:1px solid var(--border);margin-bottom:3.5rem;padding-bottom:2rem;font-size:.82rem}.section{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:2.75rem;padding:2rem 2.25rem}.section-num{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);opacity:.8;margin-bottom:.4rem;font-size:.65rem;font-weight:600}.section h3{color:var(--text);margin-bottom:.9rem;font-size:1.05rem;font-weight:600}.section p{color:#e8e4dcc7;margin-bottom:.75rem;font-size:.95rem}.section p:last-child{margin-bottom:0}.section ul{flex-direction:column;gap:.45rem;margin:.5rem 0 .75rem;padding:0;list-style:none;display:flex}.section ul li{color:#e8e4dcbf;padding-left:1.25rem;font-size:.93rem;position:relative}.section ul li:before{content:"–";color:var(--accent);opacity:.7;position:absolute;left:0}code{color:var(--accent);background:#c8a96e1a;border-radius:4px;padding:.1em .45em;font-family:Courier New,monospace;font-size:.82em}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);padding:2rem;font-size:.78rem}@media (width<=600px){.header{padding:0 1.25rem}.nav{gap:1rem}.page{padding:3rem 1.25rem 4rem}.section{padding:1.5rem}.hero-links{flex-direction:column;align-items:center}}
