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

  --brand:#7efd00;
  --brand2:#ff6b35;
  --primary:#7efd00;
  --primary-rgb:126,253,0;

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

  --font:'Oxanium', sans-serif;
  --base-fs:17px;
  --lh:1.75;

  --heading-tracking:-0.015em;
  --heading-weight:900;
  --skin-btn-r:12px;
  --img-r:3px;
  --accent-opacity:0.98;

  --space-1:11px;
  --space-2:8px;
  --space-3:13px;
  --space-4:17px;
  --space-5:46px;

  --radius-1:5px;
  --radius-2:15px;
  --radius-3:28px;

  --card-pad:28px;
  --section-pad-y:34px;

  --item-gap:8px;
  --title-scale:1;
  --card-min-w:213px;
  --card-aspect:3/2;
  --section-gap:38px;

  --shadow-1: 0 5px 19px rgba(0,0,0,0.20);

  /* skin: glass */
  --skin-bg:rgba(126,253,0,0.063);
  --skin-blur:10px;
  --skin-glow:2px;
  --skin-glow-c:rgba(126,253,0,0.07);
  --skin-bw:0.7px;
  --skin-bc:rgba(126,253,0,0.16);
  --skin-offset:0px;
  --skin-r:26px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.118);
  --skin-shadow:0 13px 32px rgba(0,0,0,0.25);
  --skin-title:#7efd00;
  --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:1046px;}

:root{--shell-pad:46px;--shell-pad-mobile:25px;--shell-cw:753px;--shell-bg:transparent;--shell-shadow:none;--shell-blur:none;}

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