:root{
  --bg:#0b1020; --text:#e6ecff; --muted:#9db0d6;
  --brand:#38bdf8; --brand2:#0ea5e9; --accent:#ffd166;
  --card:#11173a; --line:#253057;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--text);font:16px/1.45 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand2)}
img{max-width:100%;display:block}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.hidden{display:none !important}
