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

  --brand:#3cd7a9;
  --brand2:#d050ff;
  --primary:#3cd7a9;
  --primary-rgb:60,215,169;

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

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

  --heading-tracking:-0.03em;
  --heading-weight:800;
  --skin-btn-r:12px;
  --img-r:5px;
  --accent-opacity:0.99;

  --space-1:12px;
  --space-2:15px;
  --space-3:19px;
  --space-4:36px;
  --space-5:44px;

  --radius-1:8px;
  --radius-2:15px;
  --radius-3:27px;

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

  --shadow-1: 0 4px 13px rgba(0,0,0,0.19);

  /* skin: retro */
  --skin-bg:rgba(23,25,37,1);
  --skin-blur:0px;
  --skin-glow:0px;
  --skin-glow-c:transparent;
  --skin-bw:2.6px;
  --skin-bc:rgba(232,238,252,0.105);
  --skin-offset:4px;
  --skin-r:21px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.105);
  --skin-shadow:0 0 0 transparent;
  --skin-title:#e8eefc;
  --skin-align:center;
  --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:44px;--section-gap-dense:15px;--container-w:1129px;}

:root{--shell-pad:44px;--shell-pad-mobile:24px;--shell-cw:1129px;--shell-bg:transparent;--shell-shadow:none;--shell-blur:none;}

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