/**
 * Generated from Hulu — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0b0c0f;
  --surface: #1a1d23;
  --surface-alt: #1a1d23;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #1ce783;
  --on-brand: #0b0c0f;
  --border: #2a2e36;
  --border-strong: #1ce783;
  --success: #1ce783;
  --warning: #ff9500;
  --danger: #ff3b30;

  /* full color palette */
  --color-bg: #0b0c0f;
  --color-bg-deep: #000000;
  --color-surface: #1a1d23;
  --color-surface-strong: #262a31;
  --color-surface-soft: #13161b;
  --color-surface-card: #1a1d23;
  --color-surface-overlay: rgba(11,12,15,0.85);
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e6e8ec;
  --color-text-muted: #a0a4ab;
  --color-text-soft: #6a6f78;
  --color-text-disabled: #4a4f57;
  --color-brand: #1ce783;
  --color-brand-hover: #3eee9c;
  --color-brand-active: #0fc66c;
  --color-brand-deep: #089456;
  --color-brand-arc: #1ce783;
  --color-on-brand: #0b0c0f;
  --color-accent-purple: #9d6cff;
  --color-accent-orange: #ff7a00;
  --color-accent-blue: #0089ec;
  --color-border: #2a2e36;
  --color-border-soft: #1f2229;
  --color-border-strong: #1ce783;
  --color-shadow-card: rgba(0,0,0,0.7);
  --color-shadow-billboard: rgba(0,0,0,0.85);
  --color-shadow-glow-green: rgba(28,231,131,0.25);
  --color-success: #1ce783;
  --color-warning: #ff9500;
  --color-danger: #ff3b30;
  --color-info: #0089ec;
  --color-progress-watched: #1ce783;
  --color-progress-rail: #3a3f48;
  --color-scrim-bottom: linear-gradient(0deg, #0b0c0f 0%, transparent 100%);
  --color-live-tv-red: #ff3b30;
  --color-ads-tier: #a0a4ab;

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

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

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

  /* fonts */
  --font-display: 'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
