/* PlayerzPot — Variables (Sandstone Matchday)
   Locked palette from Factory V9 color system LIGHT_COLOR_004
*/
:root {
  /* Palette */
  --primary: #B64B28;
  --primary-700: #8F381E;
  --primary-50: #FCEAE3;
  --accent: #0B6E69;
  --accent-700: #074B47;
  --accent-50: #E1F1EF;

  --background: #FFF8F2;
  --surface: #FFFFFF;
  --surface-2: #FCE8D7;
  --surface-3: #F6E4D2;

  --ink: #312019;
  --ink-2: #4A382C;
  --muted: #745D50;
  --muted-2: #8C7466;

  --border: #EBCDBA;
  --border-strong: #D9B89A;
  --hairline: rgba(49, 32, 25, 0.08);

  /* Status */
  --success: #2F7A3F;
  --warn: #B5761A;
  --danger: #B43A2A;

  /* Geometry */
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-card: 0 8px 24px rgba(49, 32, 25, 0.08);
  --shadow-card-hover: 0 14px 36px rgba(49, 32, 25, 0.14);
  --shadow-frame: 0 1px 0 var(--border), 0 12px 32px rgba(49, 32, 25, 0.06);

  /* Type */
  --font-serif: Georgia, "Iowan Old Style", "Source Serif Pro", "Noto Serif", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Devanagari", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "JetBrains Mono", Menlo, Consolas, monospace;

  /* Layout */
  --container-max: 1240px;
  --container-pad: clamp(20px, 4vw, 40px);
  --section-gap: clamp(56px, 7vw, 96px);

  /* Header */
  --header-h: 72px;
  --rail-w: 232px;
}