/**
 * Generated from Prime Video — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f171e;
  --surface: #1a242f;
  --surface-alt: #1a242f;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #1399ff;
  --on-brand: #ffffff;
  --border: #2a3a48;
  --border-strong: #1399ff;
  --success: #00c08a;
  --warning: #ffba33;
  --danger: #ff4757;

  /* full color palette */
  --color-bg: #0f171e;
  --color-bg-deep: #000000;
  --color-surface: #1a242f;
  --color-surface-strong: #232f3e;
  --color-surface-soft: #0a1117;
  --color-surface-card: #1a242f;
  --color-surface-overlay: rgba(15,23,30,0.85);
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #dbdbdb;
  --color-text-muted: #9ca8b4;
  --color-text-soft: #6f7c89;
  --color-text-disabled: #4f5a64;
  --color-brand: #1399ff;
  --color-brand-hover: #3aabff;
  --color-brand-active: #0072c8;
  --color-brand-deep: #005391;
  --color-brand-amazon-orange: #ff9900;
  --color-on-brand: #ffffff;
  --color-star-rating: #ffba33;
  --color-imdb-yellow: #f5c518;
  --color-prime-tier: #1399ff;
  --color-rent-tier: #ffffff;
  --color-buy-tier: #ff9900;
  --color-free-tier: #00c08a;
  --color-border: #2a3a48;
  --color-border-soft: #1f2a36;
  --color-border-strong: #1399ff;
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-billboard: rgba(0,0,0,0.85);
  --color-success: #00c08a;
  --color-warning: #ffba33;
  --color-danger: #ff4757;
  --color-info: #1399ff;
  --color-progress-watched: #1399ff;
  --color-progress-rail: #3a4856;
  --color-scrim-bottom: linear-gradient(0deg, #0f171e 0%, transparent 100%);

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

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

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

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