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

  --brand:#7dc63e;
  --brand2:#d5a676;
  --primary:#7dc63e;
  --primary-rgb:125,198,62;

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

  --font:'Cinzel', sans-serif;
  --base-fs:16px;
  --lh:1.57;

  --heading-tracking:-0.015em;
  --heading-weight:700;
  --skin-btn-r:8px;
  --img-r:2px;
  --accent-opacity:0.65;

  --space-1:8px;
  --space-2:9px;
  --space-3:17px;
  --space-4:16px;
  --space-5:27px;

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

  --card-pad:16px;
  --section-pad-y:56px;

  --item-gap:12px;
  --title-scale:1.05;
  --card-min-w:227px;
  --card-aspect:4/3;
  --section-gap:41px;

  --shadow-1: 0 4px 16px rgba(0,0,0,0.20);

  /* skin: retro */
  --skin-bg:rgba(61,36,21,1);
  --skin-blur:0px;
  --skin-glow:0px;
  --skin-glow-c:transparent;
  --skin-bw:2.9px;
  --skin-bc:rgba(232,238,252,0.142);
  --skin-offset:5px;
  --skin-r:18px;
  --skin-accent:0px;
  --skin-ac:rgba(232,238,252,0.142);
  --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:39px;--section-gap-dense:14px;--container-w:952px;}

:root{--shell-pad:39px;--shell-pad-mobile:21px;--shell-cw:952px;--shell-bg:transparent;--shell-shadow:none;--shell-blur:none;}

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