/**
 * Generated from Twitch — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e0e10;
  --surface: #1f1f23;
  --surface-alt: #1f1f23;
  --text: #efeff1;
  --text-dim: #efeff1;
  --text-faint: #efeff1;
  --brand: #9146ff;
  --on-brand: #ffffff;
  --border: #3a3a3d;
  --border-strong: #53535f;
  --success: #00f593;
  --warning: #ffd84a;
  --danger: #eb0400;

  /* full color palette */
  --color-bg: #0e0e10;
  --color-bg-alt: #18181b;
  --color-bg-deep: #000000;
  --color-surface: #1f1f23;
  --color-surface-strong: #26262c;
  --color-surface-soft: #18181b;
  --color-surface-elevated: #26262c;
  --color-surface-card: #1f1f23;
  --color-surface-chat: #1f1f23;
  --color-surface-chat-hover: #26262c;
  --color-text: #efeff1;
  --color-text-strong: #ffffff;
  --color-text-base: #efeff1;
  --color-text-alt: #adadb8;
  --color-text-muted: #898997;
  --color-text-link: #bf94ff;
  --color-text-disabled: #53535f;
  --color-brand: #9146ff;
  --color-brand-hover: #a970ff;
  --color-brand-active: #772ce8;
  --color-brand-deep: #5c16c5;
  --color-brand-2024: #9146ff;
  --color-brand-classic: #6441a4;
  --color-on-brand: #ffffff;
  --color-accent-magenta: #fab4ff;
  --color-accent-cheer-red: #ff4248;
  --color-accent-cheer-orange: #f5b53a;
  --color-accent-cheer-blue: #4d8eff;
  --color-accent-cheer-green: #00d6cc;
  --color-accent-cheer-purple: #9c3eff;
  --color-border: #3a3a3d;
  --color-border-soft: #26262c;
  --color-border-strong: #53535f;
  --color-scrim-card: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
  --color-shadow-card: rgba(0,0,0,0.5);
  --color-shadow-modal: rgba(0,0,0,0.76);
  --color-success: #00f593;
  --color-warning: #ffd84a;
  --color-danger: #eb0400;
  --color-danger-text: #ff4d4d;
  --color-info: #4d8eff;
  --color-live-indicator: #eb0400;
  --color-live-pill-bg: #eb0400;
  --color-follow-purple: #9146ff;
  --color-subscribe-tier-1: #9146ff;
  --color-subscribe-tier-2: #3ea6f5;
  --color-subscribe-tier-3: #f5b53a;
  --color-highlight-mod: #00ad03;
  --color-highlight-vip: #e005b9;
  --color-highlight-broadcaster: #eb0400;
  --color-highlight-prime: #3ea6f5;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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