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

  --brand:#2ecb71;
  --brand2:#e74e3e;
  --primary:#2ecb71;
  --primary-rgb:46,203,113;

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

  --font:'Cinzel', sans-serif;
  --base-fs:15px;
  --lh:1.68;

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

  --space-1:12px;
  --space-2:17px;
  --space-3:23px;
  --space-4:16px;
  --space-5:30px;

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

  --card-pad:18px;
  --section-pad-y:64px;

  --item-gap:10px;
  --title-scale:0.85;
  --card-min-w:192px;
  --card-aspect:3/2;
  --section-gap:37px;

  --shadow-1: 0 4px 22px rgba(0,0,0,0.16);

  /* skin: glass */
  --skin-bg:rgba(46,203,113,0.053);
  --skin-blur:11px;
  --skin-glow:6px;
  --skin-glow-c:rgba(46,203,113,0.02);
  --skin-bw:0.6px;
  --skin-bc:rgba(46,203,113,0.13);
  --skin-offset:0px;
  --skin-r:13px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.082);
  --skin-shadow:0 11px 32px rgba(0,0,0,0.3);
  --skin-title:#2ecb71;
  --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:32px;--section-gap-dense:11px;--container-w:995px;}

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

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