:root{
  --bg:#060b15;
  --bg-soft:#0a1221;
  --bg-elevated:#0f1a2d;
  --surface:rgba(17,29,49,.72);
  --surface-strong:#132038;
  --surface-light:#f4f3ee;
  --ink:#f7f8fb;
  --ink-soft:#b4becf;
  --ink-muted:#79859a;
  --ink-dark:#0c1526;
  --line:rgba(255,255,255,.1);
  --line-strong:rgba(255,255,255,.18);
  --gold:#dcbf79;
  --gold-light:#f0db9d;
  --mint:#94e7cf;
  --blue:#72a8ff;
  --violet:#af8cff;
  --danger:#ff768f;
  --success:#82e5b1;
  --shadow-sm:0 12px 30px rgba(0,0,0,.18);
  --shadow-lg:0 35px 90px rgba(0,0,0,.42);
  --shadow-glow:0 0 70px rgba(148,231,207,.14);
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:32px;
  --radius-xl:44px;
  --container:1240px;
  --header-height:82px;
  --font-sans:"Manrope",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Playfair Display",Georgia,serif;
  --ease:cubic-bezier(.2,.8,.2,1);
}
