@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root{
  --bg:#0d0f14;
  --surface:#1b1e29;
  --text:#e8eefc;
  --fg:#e8eefc;
  --muted:rgba(232,238,252,0.79);

  --brand:#40e3b2;
  --brand2:#d45cff;
  --primary:#40e3b2;
  --primary-rgb:64,227,178;

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

  --font:'Bebas Neue', sans-serif;
  --base-fs:16px;
  --lh:1.5;

  --heading-tracking:0.01em;
  --heading-weight:900;
  --skin-btn-r:12px;
  --img-r:8px;
  --accent-opacity:0.85;

  --space-1:8px;
  --space-2:17px;
  --space-3:18px;
  --space-4:20px;
  --space-5:34px;

  --radius-1:6px;
  --radius-2:13px;
  --radius-3:31px;

  --card-pad:22px;
  --section-pad-y:51px;

  --shadow-1: 0 4px 24px rgba(0,0,0,0.21);

  /* skin: glass */
  --skin-bg:rgba(64,227,178,0.052);
  --skin-blur:13px;
  --skin-glow:1px;
  --skin-glow-c:rgba(64,227,178,0.05);
  --skin-bw:0.6px;
  --skin-bc:rgba(64,227,178,0.13);
  --skin-offset:0px;
  --skin-r:19px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.097);
  --skin-shadow:0 10px 31px rgba(0,0,0,0.3);
  --skin-title:#40e3b2;
  --skin-align:left;
  --skin-btn-bg:var(--primary);
  --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:31px;--section-gap-dense:11px;--container-w:1063px;}

:root{--shell-pad:14px;--shell-pad-mobile:8px;--shell-cw:1063px;--shell-bg:transparent;--shell-shadow:none;--shell-blur:none;}

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