@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;600;700&display=swap');
:root{
  --bg:#0c0e13;
  --surface:#191c28;
  --text:#e8eefc;
  --fg:#e8eefc;
  --muted:rgba(232,238,252,0.78);

  --brand:#3edeae;
  --brand2:#d258ff;
  --primary:#3edeae;
  --primary-rgb:62,222,174;

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

  --font:'Kanit', sans-serif;
  --base-fs:17px;
  --lh:1.5;

  --heading-tracking:-0.015em;
  --heading-weight:800;
  --skin-btn-r:8px;
  --img-r:4px;
  --accent-opacity:0.58;

  --space-1:5px;
  --space-2:12px;
  --space-3:16px;
  --space-4:19px;
  --space-5:42px;

  --radius-1:8px;
  --radius-2:19px;
  --radius-3:14px;

  --card-pad:30px;
  --section-pad-y:33px;

  --shadow-1: 0 4px 21px rgba(0,0,0,0.15);

  /* skin: cyber */
  --skin-bg:rgba(25,28,40,1);
  --skin-blur:0px;
  --skin-glow:7px;
  --skin-glow-c:rgba(62,222,174,0.24);
  --skin-bw:1px;
  --skin-bc:rgba(62,222,174,0.61);
  --skin-offset:0px;
  --skin-r:4px;
  --skin-accent:4px;
  --skin-ac:#3edeae;
  --skin-shadow:0 0 34px rgba(62,222,174,0.12);
  --skin-title:#3edeae;
  --skin-align:left;
  --skin-btn-bg:transparent;
  --skin-btn-c:#3edeae;
}

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:38px;--section-gap-dense:13px;--container-w:1034px;}

:root{--shell-pad:38px;--shell-pad-mobile:21px;--shell-cw:1034px;--shell-bg:var(--skin-bg);--shell-shadow:var(--skin-shadow);--shell-blur:blur(var(--skin-blur));}

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