/* ══ TOKENS ══ */
:root{
  --bg:#080709;--bg1:#0D0B0F;--bg2:#131118;--bg3:#1A1720;--bg4:#211E28;
  --surface:#100E15;--surface2:#16131C;
  --gold:#C8A45C;--gold2:#DDB96E;--gold3:#9E7E3A;
  --text:#EAE2D4;--text2:#ADA398;--text3:#6A6060;
  --border:rgba(200,164,92,.16);--border2:rgba(200,164,92,.07);
  --cream:#F2EBE0;--err:#D97070;--ok:#6EBF98;--warn:#D4A84A;
  --r:0px;
  --shadow:0 4px 32px rgba(0,0,0,.7);
  --shadow2:0 16px 64px rgba(0,0,0,.85);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{font-family:'Outfit',sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;min-height:100vh;-webkit-tap-highlight-color:transparent;}
img{max-width:100%;display:block;}
button,input,select,textarea{font-family:inherit;}
a{color:inherit;text-decoration:none;}