/**
 * Generated from Disney+ — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e1735;
  --surface: #1a2151;
  --surface-alt: #1a2151;
  --text: #f9f9f9;
  --text-dim: #f9f9f9;
  --text-faint: #f9f9f9;
  --brand: #0089ec;
  --on-brand: #ffffff;
  --border: #2a3170;
  --border-strong: #0089ec;
  --success: #00b89c;
  --warning: #ffa500;
  --danger: #ff3b30;

  /* full color palette */
  --color-bg: #0e1735;
  --color-bg-deep: #040714;
  --color-bg-gradient: linear-gradient(180deg, #0e1735 0%, #1a2151 50%, #040714 100%);
  --color-surface: #1a2151;
  --color-surface-strong: #2a3170;
  --color-surface-soft: #0a132a;
  --color-surface-card: transparent;
  --color-surface-overlay: rgba(14,23,53,0.85);
  --color-text: #f9f9f9;
  --color-text-strong: #ffffff;
  --color-text-body: #dcddde;
  --color-text-muted: #a0a3a8;
  --color-text-soft: #737582;
  --color-text-disabled: #5c5e6b;
  --color-brand: #0089ec;
  --color-brand-hover: #19a0ff;
  --color-brand-active: #006bbd;
  --color-brand-deep: #001f55;
  --color-brand-arc: #0089ec;
  --color-brand-purple: #5750b0;
  --color-on-brand: #ffffff;
  --color-star-yellow: #f3c032;
  --color-marvel-red: #ed1d24;
  --color-star-wars-yellow: #ffe81f;
  --color-pixar-blue: #0080ff;
  --color-natgeo-yellow: #ffcc00;
  --color-border: #2a3170;
  --color-border-soft: #1f254a;
  --color-border-strong: #0089ec;
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-billboard: rgba(0,0,0,0.85);
  --color-shadow-glow-blue: rgba(0,137,236,0.4);
  --color-success: #00b89c;
  --color-warning: #ffa500;
  --color-danger: #ff3b30;
  --color-info: #0089ec;
  --color-progress-watched: #0089ec;
  --color-progress-rail: #3a3f5e;
  --color-scrim-bottom: linear-gradient(0deg, #0e1735 0%, transparent 100%);

  /* 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: 'Inspire', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inspire', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
