:root{
  --bg:#000; --bg-2:#1a1a1a; --brand:#0077ff; --brand-2:#024685; --text:#fff;
  --radius:8px; --shadow:0 0 8px 4px #000;
  --font-body:"Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-display:"Anton","Nunito",Impact,sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1100px;margin:auto;padding:0 16px}
