/**
 * Generated from Xbox — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e0e10;
  --surface: #222226;
  --surface-alt: #222226;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #5a5a5a;
  --brand: #107c10;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.20);
  --success: #107c10;
  --warning: #ffa61a;
  --danger: #ff4757;

  /* full color palette */
  --color-bg: #0e0e10;
  --color-bg-deep: #040405;
  --color-bg-section: #1a1a1c;
  --color-bg-elev: #222226;
  --color-surface: #1a1a1c;
  --color-surface-strong: #2a2a2e;
  --color-surface-translucent: rgba(14, 14, 16, 0.85);
  --color-brand: #107c10;
  --color-brand-hover: #16a316;
  --color-brand-pressed: #0c5e0c;
  --color-brand-deep: #08440a;
  --color-brand-tint: rgba(16, 124, 16, 0.20);
  --color-on-brand: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8a8a8;
  --color-text-soft: #787878;
  --color-text-faint: #5a5a5a;
  --color-text-on-brand: #ffffff;
  --color-link: #3aaa3a;
  --color-link-hover: #16a316;
  --color-selected-bg: rgba(16, 124, 16, 0.20);
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.20);
  --color-border-brand: #107c10;
  --color-game-pass-yellow: #ffd71a;
  --color-game-pass-yellow-deep: #cc9f00;
  --color-success: #107c10;
  --color-warning: #ffa61a;
  --color-danger: #ff4757;
  --color-info: #0078d4;

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

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Segoe UI Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Cascadia Code', ui-monospace, monospace;
}
