:root {
  --ugc-red: #b10f2e; --ugc-red-dark: #7e0b22; --ugc-red-bright: #d51a40;
  --ink: #241a1d; --muted: #766a6d; --paper: #fbf8f6; --white: #fff; --line: #eadfe1;
  --black: #10100f; --black-soft: #191917; --black-light: #262622;
  --gold: #d3ad4a; --gold-light: #f0d88f; --gold-dark: #9e7927; --gold-pale: #fff8e5;
  --success: #247a52; --danger: #a51b32;
  --shadow-sm: 0 8px 24px rgba(43,19,26,.07); --shadow-md: 0 18px 50px rgba(31,12,17,.12);
  --radius-sm: 12px; --radius: 20px; --radius-lg: 30px; --container: 1180px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}
