/**
 * Generated from Riot Games — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a141c;
  --surface: #0f1923;
  --surface-alt: #0f1923;
  --text: #f0e6d2;
  --text-dim: #f0e6d2;
  --text-faint: #5b5a56;
  --brand: #d13639;
  --on-brand: #ffffff;
  --border: #1e2328;
  --border-strong: #d13639;
  --success: #0596aa;
  --warning: #c89b3c;
  --danger: #d13639;

  /* full color palette */
  --color-bg: #0a141c;
  --color-bg-alt: #091118;
  --color-bg-deep: #010a13;
  --color-surface: #0f1923;
  --color-surface-soft: #1e2328;
  --color-surface-strong: #2a3037;
  --color-surface-elevated: #172029;
  --color-surface-hexmesh: rgba(200,155,60,0.04);
  --color-text: #f0e6d2;
  --color-text-strong: #ffffff;
  --color-text-soft: #cdbe91;
  --color-text-muted: #a09b8c;
  --color-text-faint: #5b5a56;
  --color-text-disabled: #3c3c41;
  --color-text-link: #c89b3c;
  --color-brand: #d13639;
  --color-brand-hover: #e74049;
  --color-brand-active: #a02125;
  --color-brand-deep: #7a0a0d;
  --color-on-brand: #ffffff;
  --color-hextech-gold: #c89b3c;
  --color-hextech-gold-soft: #a08838;
  --color-hextech-gold-bright: #f0e6d2;
  --color-valorant-red: #fa4454;
  --color-valorant-blue: #0f1923;
  --color-lol-blue: #0596aa;
  --color-lol-gold: #c89b3c;
  --color-tft-purple: #5b1a86;
  --color-wildrift-orange: #ff9b00;
  --color-legends-runeterra: #9a48ff;
  --color-link-default: #c89b3c;
  --color-link-hover: #f0e6d2;
  --color-link-visited: #c89b3c;
  --color-border: #1e2328;
  --color-border-soft: #2a3037;
  --color-border-gold: #c89b3c;
  --color-border-strong: #d13639;
  --color-scrim: rgba(0,0,0,0.85);
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-elev: rgba(0,0,0,0.8);
  --color-shadow-gold-glow: rgba(200,155,60,0.4);
  --color-rank-iron: #5d5a55;
  --color-rank-bronze: #8d603a;
  --color-rank-silver: #a4abb6;
  --color-rank-gold: #c89b3c;
  --color-rank-platinum: #3aaba0;
  --color-rank-diamond: #5d68d6;
  --color-rank-master: #9a48ff;
  --color-rank-challenger: #f0e6d2;
  --color-success: #0596aa;
  --color-warning: #c89b3c;
  --color-danger: #d13639;
  --color-info: #0596aa;

  /* type */
  --display-size: 96px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: 0.02em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Riot Beam', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Spiegel', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
