:root {
  --gold-50:#fff9eb; --gold-100:#fff0c7; --gold-200:#ffdc85; --gold-400:#ffc44b; --gold-500:#f5a915; --gold-700:#98620a; --gold-900:#67420c;
  --ink:#152031; --muted:#626b79; --faint:#87909d; --canvas:#fff; --ivory:#fffcf6; --line:#e8e5dd;
  --success:#19724c; --success-bg:#e7f5ed; --danger:#b33335; --danger-bg:#fff0f0; --info:#295da6; --info-bg:#edf4ff;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:20px; --space-6:24px; --space-8:32px; --space-10:40px; --space-12:48px; --space-16:64px;
  --radius-sm:8px; --radius-md:12px; --radius-lg:20px; --radius-pill:999px;
  --shadow-card:0 5px 18px #60420c09; --shadow-float:0 12px 32px #6c4a1420;
  --font-ui:'Inter','Segoe UI',sans-serif; --font-note:'Great Vibes',Georgia,serif;
  --gold-fill:linear-gradient(180deg,#ffe1a0 0%,#ffc44b 48%,#efa415 100%);
  --gold-deep:linear-gradient(135deg,#f5ca6c 0%,#bc891d 55%,#865608 100%);
  --content-width:1184px; --touch-target:44px; --motion-fast:160ms; --motion-normal:240ms;
}
