/**
 * Generated from Booking.com — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #003580;
  --on-brand: #ffffff;
  --border: #e7e7e7;
  --border-strong: #bdbdbd;
  --success: #008009;
  --warning: #bc4949;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f5f5f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f2f2;
  --color-surface-strong: #ebebeb;
  --color-surface-blue: #ebf3ff;
  --color-surface-yellow: #fff8e1;
  --color-surface-genius: #003b95;
  --color-surface-deal: #fff0d7;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-body: #262626;
  --color-text-muted: #595959;
  --color-text-soft: #737373;
  --color-text-on-brand: #ffffff;
  --color-text-on-yellow: #1a1a1a;
  --color-brand: #003580;
  --color-brand-hover: #002a66;
  --color-brand-active: #001f4d;
  --color-brand-mid: #0071c2;
  --color-brand-mid-hover: #005999;
  --color-brand-light: #ebf3ff;
  --color-yellow: #feba02;
  --color-yellow-hover: #e0a702;
  --color-yellow-active: #c89500;
  --color-yellow-deep: #946d00;
  --color-star-rating: #feba02;
  --color-link: #0071c2;
  --color-link-hover: #005999;
  --color-link-visited: #5e2dad;
  --color-border: #e7e7e7;
  --color-border-soft: #f1f1f1;
  --color-border-strong: #bdbdbd;
  --color-border-input-focus: #003580;
  --color-divider: #e0e0e0;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(26,26,26,0.08);
  --color-shadow-elev: rgba(26,26,26,0.16);
  --color-shadow-deep: rgba(0,53,128,0.16);
  --color-success: #008009;
  --color-success-soft: #e7f3e7;
  --color-success-deep: #005f06;
  --color-warning: #bc4949;
  --color-warning-soft: #fff5f5;
  --color-danger: #cc0000;
  --color-danger-soft: #fff0f0;
  --color-info: #0071c2;
  --color-info-soft: #ebf3ff;
  --color-loyalty-genius: #003b95;
  --color-reward-yellow: #feba02;
  --color-rare-find: #cc0000;
  --color-high-rating-bg: #003580;
  --color-high-rating-text: #ffffff;

  /* 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: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

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

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