@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600;700;800&display=swap');
:root{
  --bg:#0a1428;
  --surface:#1a2332;
  --text:#e8eefc;
  --fg:#e8eefc;
  --muted:rgba(232,238,252,0.82);

  --brand:#fad900;
  --brand2:#04d5ab;
  --primary:#fad900;
  --primary-rgb:250,217,0;

  --border:rgba(232,238,252,0.144);

  --font:'Oxanium', sans-serif;
  --base-fs:15px;
  --lh:1.53;

  --heading-tracking:0em;
  --heading-weight:900;
  --skin-btn-r:4px;
  --img-r:9px;
  --accent-opacity:0.74;

  --space-1:4px;
  --space-2:7px;
  --space-3:8px;
  --space-4:32px;
  --space-5:39px;

  --radius-1:7px;
  --radius-2:13px;
  --radius-3:24px;

  --card-pad:25px;
  --section-pad-y:55px;

  --item-gap:6px;
  --title-scale:1.1;
  --card-min-w:190px;
  --card-aspect:3/2;
  --section-gap:60px;

  --shadow-1: 0 3px 9px rgba(0,0,0,0.18);

  /* skin: glass */
  --skin-bg:rgba(250,217,0,0.065);
  --skin-blur:14px;
  --skin-glow:1px;
  --skin-glow-c:rgba(250,217,0,0.05);
  --skin-bw:0.6px;
  --skin-bc:rgba(250,217,0,0.14);
  --skin-offset:0px;
  --skin-r:16px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.144);
  --skin-shadow:0 15px 31px rgba(0,0,0,0.25);
  --skin-title:#fad900;
  --skin-align:left;
  --skin-btn-bg:var(--brand2);
  --skin-btn-c:var(--bg);
}

body{ margin:0; font-family:var(--font); font-size:var(--base-fs); line-height:var(--lh); background:var(--bg); color:var(--text); }
a{ color:inherit; }
html [class$="Title"]{text-align:var(--skin-align);letter-spacing:var(--heading-tracking);font-weight:var(--heading-weight);}
html [class$="Cta"],html [class$="Btn"]{border-radius:var(--skin-btn-r);}
html [class$="Img"],html [class$="Thumb"]{border-radius:var(--img-r);}
[class$="Root"]::before{opacity:var(--accent-opacity);}

:root{--section-gap:33px;--section-gap-dense:12px;--container-w:880px;}

:root{--shell-pad:33px;--shell-pad-mobile:18px;--shell-cw:880px;--shell-bg:transparent;--shell-shadow:none;--shell-blur:none;}

:root{--hd-height:64px;--hd-position:fixed;}
body{padding-top:var(--hd-total,64px);}
