*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:#0b1020;color:#e5e7eb;line-height:1.65}.site-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem clamp(1rem,4vw,3rem);border-bottom:1px solid #1f2937;background:rgba(11,16,32,.92);position:sticky;top:0}.brand{font-weight:800;color:#fff;text-decoration:none}.site-header nav{display:flex;gap:1rem;flex-wrap:wrap}.site-header a{color:#bfdbfe}main{max-width:1120px;margin:0 auto;padding:clamp(1rem,4vw,3rem)}.hero{padding:4rem 0}.hero h1{font-size:clamp(2rem,6vw,4.4rem);line-height:1.05;letter-spacing:-.05em;max-width:950px}.hero p{max-width:760px;color:#cbd5e1;font-size:1.15rem}.eyebrow{color:#38bdf8;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:800}.button{display:inline-block;background:#2563eb;color:#fff;text-decoration:none;padding:.8rem 1rem;border-radius:999px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.card{background:#111827;border:1px solid #243244;border-radius:1.2rem;padding:1.2rem}.article-hero-image{margin:1.5rem 0 2rem}.article-hero-image img{display:block;width:100%;height:auto;border-radius:1.1rem;border:1px solid #243244;background:#0b1220}.article-hero-image figcaption{margin-top:.55rem;color:#94a3b8;font-size:.9rem}.card h2{line-height:1.2;margin:.4rem 0}.card a{color:#fff}.card p{color:#cbd5e1}.meta{font-size:.9rem;color:#94a3b8}.article{max-width:820px;margin:0 auto;background:#101827;border:1px solid #243244;border-radius:1.5rem;padding:clamp(1.2rem,4vw,3rem)}.article h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.08;letter-spacing:-.04em}.article h2{margin-top:2.2rem;color:#fff}.article h3{margin-top:1.6rem;color:#dbeafe}.article p,.article li,.article dd{color:#d1d5db}.article a{color:#93c5fd}.note{margin-top:2rem;border-top:1px solid #243244;padding-top:1rem}.table-wrap{overflow-x:auto;margin:1rem 0}table{width:100%;border-collapse:collapse;background:#0b1220}th,td{border:1px solid #243244;padding:.65rem;text-align:left;vertical-align:top}th{background:#162033;color:#fff}code{background:#0b1220;padding:.1rem .25rem;border-radius:.25rem}pre{overflow:auto;background:#050816;border:1px solid #243244;padding:1rem;border-radius:.8rem}footer{max-width:1120px;margin:2rem auto 0;padding:2rem clamp(1rem,4vw,3rem);border-top:1px solid #1f2937;color:#94a3b8}dt{font-weight:800;color:#fff;margin-top:1rem}dd{margin-left:0}.article ul,.article ol{padding-left:1.3rem}@media(max-width:700px){.site-header{align-items:flex-start;flex-direction:column}.hero{padding-top:2rem}}