:root{
  color-scheme: light;
  --ink:#102033; --muted:#5f6e7d; --line:#dce6ef; --panel:#f7fbff;
  --blue:#1769ff; --green:#0f9f72; --shadow:0 22px 60px rgba(18,43,78,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 72px;background:rgba(255,255,255,.9);border-bottom:1px solid rgba(220,230,239,.8);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}
.brand img{width:36px;height:36px;border-radius:8px}
.site-header nav{display:flex;align-items:center;gap:18px;color:#425466;font-size:14px}
.site-header nav a[aria-current=page],.site-header nav a:hover{color:var(--blue)}
.nav-divider{width:1px;height:18px;background:var(--line)}
.language-link{padding:2px 8px;border-radius:999px}
.language-link.active{background:#eaf2ff;color:var(--blue);font-weight:800}
.hero{min-height:calc(82vh - 66px);display:flex;align-items:center;padding:48px 96px 68px;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 43%,rgba(255,255,255,.18) 100%),url("/assets/hero-netplayer.png");background-size:cover;background-position:center}
.hero-copy{max-width:580px}
.eyebrow{margin:0 0 10px;color:var(--green);font-size:13px;font-weight:800;text-transform:uppercase}
.hero h1,.legal h1{margin:0;color:#0b1726;font-size:64px;line-height:1.03}
.lead{max-width:700px;margin:24px 0 0;color:#3b4d5f;font-size:20px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:700;box-shadow:0 6px 20px rgba(17,42,70,.06)}
.button.primary{border-color:var(--blue);background:var(--blue);color:#fff}
.band,.split,.legal{padding:72px 96px}
.section-head{max-width:760px;margin-bottom:28px}
.section-head h2,.split h2{margin:0;color:#0b1726;font-size:44px;line-height:1.12}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.grid article,.audit-card{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:22px}
.grid h3,.audit-card h3{margin:0 0 8px;font-size:18px}
.grid p,.split p,.legal p{margin:0;color:var(--muted)}
.split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;align-items:start;background:#f9fcff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
code{padding:.16em .38em;border:1px solid #d8e4ee;border-radius:6px;background:#fff;color:#0c5fe8;font-size:.92em;overflow-wrap:anywhere}
.split p+p{margin-top:14px}
.audit-card dl{margin:12px 0 0}
.audit-card dt{margin-top:14px;color:#34465a;font-weight:800}
.audit-card dd{margin:4px 0 0;overflow-wrap:anywhere}
.audit-card p{margin-top:16px}
.legal{max-width:900px;margin:auto}
.legal h1{font-size:56px}
.legal .muted{margin:10px 0 36px}
.legal section{padding:26px 0;border-top:1px solid var(--line)}
.legal h2{margin:0 0 8px;font-size:22px}
footer{display:flex;justify-content:space-between;gap:20px;padding:28px 96px;color:#68798a;border-top:1px solid var(--line);font-size:14px}
@media (max-width:900px){
  .site-header{position:static;align-items:flex-start;flex-direction:column;padding:14px 24px}
  .site-header nav{flex-wrap:wrap}
  .hero{min-height:560px;padding:40px 32px 54px;background-position:60% center}
  .hero h1{font-size:54px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split{grid-template-columns:1fr}
  .band,.split,.legal{padding:64px 32px}
  footer{padding:28px 32px}
}
@media (max-width:560px){
  .hero{min-height:610px;padding:34px 18px 48px;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.72)),url("/assets/hero-netplayer.png");background-position:62% center}
  .hero h1{font-size:42px}
  .lead{font-size:18px}
  .grid{grid-template-columns:1fr}
  .band,.split,.legal{padding-left:18px;padding-right:18px}
  .section-head h2,.split h2,.legal h1{font-size:34px}
  footer{flex-direction:column;padding-left:18px;padding-right:18px}
}
