:root{
  --bg1:#1a1130;
  --bg2:#05060a;
  --violet:#2b1b55;

  --text:#f4f4f6;
  --muted:#c9c9d3;

  --gold:#ffd86b;
  --gold-txt:#ffd86b;
  --gold-soft:#ffe7a6;
  --gold-shadow:rgba(255,216,107,.28);

  --blue1:#3a2a86;
  --blue2:#251a58;
  --blue3:#4b37a6;
  --blue4:#1f144e;

  --card:rgba(255,255,255,.08);
  --card-hover:rgba(255,255,255,.12);
  --border:rgba(255,255,255,.18);
  --border-strong:rgba(255,216,107,.45);
  --panel-dark:rgba(0,0,0,.20);

  --disabled-bg:#6e6e6e;
  --disabled-border:#6e6e6e;

  --radius-sm:14px;
  --radius:18px;
  --radius-lg:22px;
  --pill:999px;

  --shadow:0 12px 28px rgba(0,0,0,.35);
  --shadow-strong:0 18px 40px rgba(0,0,0,.45);

  --header-offset:74px;
  --fab-bottom:20px;
  --fab-side:20px;

  --brand:"Cinzel Decorative", serif;
  --ui:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Arial,sans-serif;

  --fs-h1:clamp(32px,4vw,48px);
  --fs-h1-mobile:clamp(26px,8vw,34px);
  --fs-h2:24px;
  --fs-h2-mobile:22px;
  --fs-h3:18px;
  --fs-h3-mobile:17px;
  --fs-body:16px;
  --fs-body-mobile:15px;
  --fs-secondary:14px;
  --fs-meta:13px;
  --fs-btn:13px;
  --fs-btn-float:12px;
}