/* ============================================================================
   whapify.css: 1. tokens (verbatim)  2. components (verbatim)  3. site layer (site-)
   ============================================================================ */

/* ============================================================================
   1. Tokens: whapify/tokens/whapify-tokens.css, copied verbatim. Do not edit.
   ============================================================================ */
/* whapify design tokens v1.1.0, generated by build-tokens.py. Do not edit by hand. */
:root {
  --wh-color-yellow-50: #FFFCE8;
  --wh-color-yellow-100: #FFF8C2;
  --wh-color-yellow-200: #FFF08F;
  --wh-color-yellow-300: #FFEA5C;
  --wh-color-yellow-400: #FDE316;
  --wh-color-yellow-500: #EACF0A;
  --wh-color-yellow-600: #CDB400;
  --wh-color-yellow-700: #A08C00;
  --wh-color-yellow-800: #736400;
  --wh-color-yellow-900: #4D4300;
  --wh-color-yellow-950: #2E2800;
  --wh-color-neutral-0: #FDFDF5;
  --wh-color-neutral-50: #F7F6F1;
  --wh-color-neutral-100: #EFEEE9;
  --wh-color-neutral-200: #E3E1DD;
  --wh-color-neutral-300: #CFCCC9;
  --wh-color-neutral-400: #A9A5A5;
  --wh-color-neutral-500: #837F80;
  --wh-color-neutral-600: #625E5F;
  --wh-color-neutral-700: #474445;
  --wh-color-neutral-800: #332F30;
  --wh-color-neutral-900: #211F20;
  --wh-color-neutral-950: #161415;
  --wh-color-neutral-1000: #0C0B0B;
  --wh-color-live-50: #FFF1F3;
  --wh-color-live-100: #FFE4E9;
  --wh-color-live-300: #FDA4B8;
  --wh-color-live-500: #E11D48;
  --wh-color-live-600: #BE123C;
  --wh-color-live-700: #9F1239;
  --wh-color-win-50: #F0FDF4;
  --wh-color-win-100: #DCFCE7;
  --wh-color-win-300: #86EFAC;
  --wh-color-win-400: #4ADE80;
  --wh-color-win-500: #22C55E;
  --wh-color-win-600: #16A34A;
  --wh-color-win-700: #15803D;
  --wh-color-warn-50: #FFF7ED;
  --wh-color-warn-100: #FFEDD5;
  --wh-color-warn-300: #FDBA74;
  --wh-color-warn-400: #FB923C;
  --wh-color-warn-500: #F97316;
  --wh-color-warn-600: #EA580C;
  --wh-color-warn-700: #C2410C;
  --wh-color-info-50: #EFF6FF;
  --wh-color-info-100: #DBEAFE;
  --wh-color-info-300: #93C5FD;
  --wh-color-info-400: #60A5FA;
  --wh-color-info-500: #3B82F6;
  --wh-color-info-600: #2563EB;
  --wh-color-info-700: #1D4ED8;
  --wh-color-white: #FFFFFF;
  --wh-color-alpha-ink-8: rgba(33,31,32,0.08);
  --wh-color-alpha-ink-12: rgba(33,31,32,0.12);
  --wh-color-alpha-ink-24: rgba(33,31,32,0.24);
  --wh-color-alpha-ink-56: rgba(33,31,32,0.56);
  --wh-color-alpha-paper-8: rgba(253,253,245,0.08);
  --wh-color-alpha-paper-12: rgba(253,253,245,0.12);
  --wh-color-alpha-paper-24: rgba(253,253,245,0.24);
  --wh-color-alpha-paper-64: rgba(253,253,245,0.64);
  --wh-color-alpha-yellow-24: rgba(253,227,22,0.24);
  --wh-color-alpha-yellow-45: rgba(253,227,22,0.45);
  --wh-color-alpha-live-18: rgba(225,29,72,0.18);
  --wh-font-family-display: Urbanist;
  --wh-font-family-ui: Inter;
  --wh-font-family-mono: JetBrains Mono;
  --wh-font-weight-regular: 400;
  --wh-font-weight-medium: 500;
  --wh-font-weight-semibold: 600;
  --wh-font-weight-bold: 700;
  --wh-font-weight-heavy: 800;
  --wh-font-weight-black: 900;
  --wh-font-size-11: 11px;
  --wh-font-size-12: 12px;
  --wh-font-size-13: 13px;
  --wh-font-size-14: 14px;
  --wh-font-size-15: 15px;
  --wh-font-size-16: 16px;
  --wh-font-size-18: 18px;
  --wh-font-size-20: 20px;
  --wh-font-size-24: 24px;
  --wh-font-size-28: 28px;
  --wh-font-size-32: 32px;
  --wh-font-size-40: 40px;
  --wh-font-size-44: 44px;
  --wh-font-size-56: 56px;
  --wh-font-size-72: 72px;
  --wh-font-lineHeight-tight: 0.95;
  --wh-font-lineHeight-snug: 1.08;
  --wh-font-lineHeight-heading: 1.25;
  --wh-font-lineHeight-body: 1.5;
  --wh-font-lineHeight-compact: 1.35;
  --wh-font-letterSpacing-display: -0.02em;
  --wh-font-letterSpacing-display-md: -0.01em;
  --wh-font-letterSpacing-normal: 0em;
  --wh-font-letterSpacing-overline: 0.08em;
  --wh-space-0: 0px;
  --wh-space-1: 4px;
  --wh-space-2: 8px;
  --wh-space-3: 12px;
  --wh-space-4: 16px;
  --wh-space-5: 20px;
  --wh-space-6: 24px;
  --wh-space-7: 32px;
  --wh-space-8: 40px;
  --wh-space-9: 48px;
  --wh-space-10: 64px;
  --wh-space-11: 80px;
  --wh-space-12: 96px;
  --wh-space-13: 128px;
  --wh-radius-xs: 6px;
  --wh-radius-sm: 10px;
  --wh-radius-md: 14px;
  --wh-radius-lg: 20px;
  --wh-radius-xl: 28px;
  --wh-radius-2xl: 36px;
  --wh-radius-pill: 999px;
  --wh-radius-tile: 22%;
  --wh-border-hairline: 1px;
  --wh-border-strong: 1.5px;
  --wh-border-focus-width: 2px;
  --wh-size-control-sm: 32px;
  --wh-size-control-md: 40px;
  --wh-size-control-lg: 48px;
  --wh-size-control-xl: 56px;
  --wh-size-bid-pill: 52px;
  --wh-size-touch-min: 44px;
  --wh-size-icon: 24px;
  --wh-size-icon-sm: 20px;
  --wh-size-avatar: 32px;
  --wh-size-container: 1240px;
  --wh-size-gutter: 22px;
  --wh-size-gutter-mobile: 16px;
  --wh-shadow-sm: 0px 1px 2px 0px rgba(33,31,32,0.06), 0px 2px 8px 0px rgba(33,31,32,0.06);
  --wh-shadow-md: 0px 4px 12px 0px rgba(33,31,32,0.08), 0px 12px 32px 0px rgba(33,31,32,0.08);
  --wh-shadow-lg: 0px 16px 48px 0px rgba(33,31,32,0.16);
  --wh-shadow-glow-brand: 0px 8px 24px 0px rgba(253,227,22,0.45);
  --wh-shadow-glow-live: 0px 0px 0px 4px rgba(225,29,72,0.18);
  --wh-motion-duration-instant: 80ms;
  --wh-motion-duration-fast: 140ms;
  --wh-motion-duration-base: 200ms;
  --wh-motion-duration-slow: 320ms;
  --wh-motion-duration-ticker: 500ms;
  --wh-motion-duration-whap: 480ms;
  --wh-motion-duration-celebration: 1500ms;
  --wh-motion-duration-pulse: 1600ms;
  --wh-motion-duration-shimmer: 1400ms;
  --wh-motion-duration-countdown-tick: 1000ms;
  --wh-motion-duration-hover-intent: 100ms;
  --wh-motion-duration-toast-dwell: 4000ms;
  --wh-motion-easing-standard: cubic-bezier(0.2,0.8,0.2,1);
  --wh-motion-easing-out: cubic-bezier(0.16,1,0.3,1);
  --wh-motion-easing-in: cubic-bezier(0.7,0,0.84,0);
  --wh-motion-easing-whap: cubic-bezier(0.34,1.56,0.64,1);
  --wh-motion-easing-spring-snappy: linear(0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.281 6.6%, 0.723 12.6%, 0.938 16.3%, 1.017 20.1%, 1.056 24.2%, 1.062 28.7%, 1.03 37.5%, 0.998 46.5%, 0.992 55.2%, 1);
  --wh-motion-easing-spring-soft: linear(0, 0.17 9.9%, 0.48 22.6%, 0.72 35.3%, 0.87 48.4%, 0.95 61.7%, 0.99 78.5%, 1);
  --wh-motion-stagger-step: 40ms;
  --wh-motion-stagger-max: 400ms;
  --wh-motion-stagger-distance: 12px;
  --wh-motion-exit-ratio: 0.6;
  --wh-breakpoint-xs: 360px;
  --wh-breakpoint-sm: 560px;
  --wh-breakpoint-md: 768px;
  --wh-breakpoint-lg: 1024px;
  --wh-breakpoint-xl: 1280px;
  --wh-breakpoint-2xl: 1440px;
  --wh-z-nav: 60;
  --wh-z-drawer: 100;
  --wh-z-modal: 120;
  --wh-z-mini-player: 150;
  --wh-z-toast: 200;
}
:root, [data-theme="light"] {
  --wh-bg-canvas: #FDFDF5;
  --wh-bg-surface: #FFFFFF;
  --wh-bg-surface-2: #F7F6F1;
  --wh-bg-elevated: #FFFFFF;
  --wh-bg-brand: #FDE316;
  --wh-bg-brand-subtle: #FFF8C2;
  --wh-bg-inverse: #211F20;
  --wh-bg-overlay: rgba(33,31,32,0.56);
  --wh-bg-live: #E11D48;
  --wh-bg-input: #FFFFFF;
  --wh-text-primary: #211F20;
  --wh-text-secondary: #625E5F;
  --wh-text-tertiary: #837F80;
  --wh-text-inverse: #FDFDF5;
  --wh-text-on-brand: #211F20;
  --wh-text-on-live: #FFFFFF;
  --wh-text-link: #211F20;
  --wh-text-live: #BE123C;
  --wh-text-win: #15803D;
  --wh-text-warn: #C2410C;
  --wh-text-info: #2563EB;
  --wh-text-disabled: #A9A5A5;
  --wh-border-default: #E3E1DD;
  --wh-border-strong: #CFCCC9;
  --wh-border-focus: #211F20;
  --wh-border-focus-halo: #FDE316;
  --wh-border-brand: #FDE316;
  --wh-border-live: #E11D48;
  --wh-action-primary-bg: #211F20;
  --wh-action-primary-fg: #FDFDF5;
  --wh-action-primary-hover: #332F30;
  --wh-action-primary-pressed: #161415;
  --wh-action-brand-bg: #FDE316;
  --wh-action-brand-fg: #211F20;
  --wh-action-brand-hover: #FFEA5C;
  --wh-action-brand-pressed: #EACF0A;
  --wh-action-secondary-bg: rgba(0,0,0,0);
  --wh-action-secondary-fg: #211F20;
  --wh-action-secondary-border: #CFCCC9;
  --wh-action-secondary-hover: #F7F6F1;
  --wh-action-secondary-pressed: #EFEEE9;
  --wh-action-ghost-fg: #211F20;
  --wh-action-ghost-hover: #EFEEE9;
  --wh-action-danger-bg: #BE123C;
  --wh-action-danger-fg: #FFFFFF;
  --wh-action-danger-hover: #9F1239;
  --wh-action-live-bg: #E11D48;
  --wh-action-live-fg: #FFFFFF;
  --wh-action-live-hover: #BE123C;
  --wh-action-disabled-bg: #EFEEE9;
  --wh-action-disabled-fg: #A9A5A5;
  --wh-status-live-bg: #E11D48;
  --wh-status-live-fg: #FFFFFF;
  --wh-status-scheduled-bg: #DBEAFE;
  --wh-status-scheduled-fg: #1D4ED8;
  --wh-status-awaiting-bg: #FFF8C2;
  --wh-status-awaiting-fg: #736400;
  --wh-status-paused-bg: #EFEEE9;
  --wh-status-paused-fg: #474445;
  --wh-status-ended-bg: #EFEEE9;
  --wh-status-ended-fg: #625E5F;
  --wh-status-cancelled-bg: #FFF1F3;
  --wh-status-cancelled-fg: #9F1239;
  --wh-status-winner-bg: #DCFCE7;
  --wh-status-winner-fg: #15803D;
  --wh-status-outbid-bg: #FFEDD5;
  --wh-status-outbid-fg: #C2410C;
  --wh-status-released-bg: #EFEEE9;
  --wh-status-released-fg: #625E5F;
  --wh-status-reserve-met-bg: #DCFCE7;
  --wh-status-reserve-met-fg: #15803D;
  --wh-status-reserve-not-met-bg: #FFF1F3;
  --wh-status-reserve-not-met-fg: #9F1239;
  --wh-bid-current: #211F20;
  --wh-bid-flash: #16A34A;
  --wh-bid-increment: #625E5F;
  --wh-bid-final-minute: #BE123C;
  --wh-bid-extended: #A08C00;
  --wh-chart-series-1: #211F20;
  --wh-chart-series-1-fill: #FFF08F;
  --wh-chart-series-2: #A9A5A5;
  --wh-chart-grid: #E3E1DD;
  --wh-chart-axis: #837F80;
  --wh-chart-highlight: #FDE316;
}
[data-theme="dark"] {
  --wh-bg-canvas: #0C0B0B;
  --wh-bg-surface: #161415;
  --wh-bg-surface-2: #211F20;
  --wh-bg-elevated: #332F30;
  --wh-bg-brand: #FDE316;
  --wh-bg-brand-subtle: rgba(253,227,22,0.24);
  --wh-bg-inverse: #FDFDF5;
  --wh-bg-overlay: rgba(12,11,11,0.72);
  --wh-bg-live: #E11D48;
  --wh-bg-input: #211F20;
  --wh-text-primary: #FDFDF5;
  --wh-text-secondary: #CFCCC9;
  --wh-text-tertiary: #A9A5A5;
  --wh-text-inverse: #211F20;
  --wh-text-on-brand: #211F20;
  --wh-text-on-live: #FFFFFF;
  --wh-text-link: #FDE316;
  --wh-text-live: #FDA4B8;
  --wh-text-win: #4ADE80;
  --wh-text-warn: #FB923C;
  --wh-text-info: #60A5FA;
  --wh-text-disabled: #625E5F;
  --wh-border-default: rgba(253,253,245,0.12);
  --wh-border-strong: rgba(253,253,245,0.24);
  --wh-border-focus: #FDE316;
  --wh-border-focus-halo: rgba(253,227,22,0.45);
  --wh-border-brand: #FDE316;
  --wh-border-live: #E11D48;
  --wh-action-primary-bg: #FDE316;
  --wh-action-primary-fg: #211F20;
  --wh-action-primary-hover: #FFEA5C;
  --wh-action-primary-pressed: #EACF0A;
  --wh-action-brand-bg: #FDE316;
  --wh-action-brand-fg: #211F20;
  --wh-action-brand-hover: #FFEA5C;
  --wh-action-brand-pressed: #EACF0A;
  --wh-action-secondary-bg: rgba(0,0,0,0);
  --wh-action-secondary-fg: #FDFDF5;
  --wh-action-secondary-border: rgba(253,253,245,0.24);
  --wh-action-secondary-hover: rgba(253,253,245,0.08);
  --wh-action-secondary-pressed: rgba(253,253,245,0.12);
  --wh-action-ghost-fg: #FDFDF5;
  --wh-action-ghost-hover: rgba(253,253,245,0.08);
  --wh-action-danger-bg: #BE123C;
  --wh-action-danger-fg: #FFFFFF;
  --wh-action-danger-hover: #9F1239;
  --wh-action-live-bg: #E11D48;
  --wh-action-live-fg: #FFFFFF;
  --wh-action-live-hover: #BE123C;
  --wh-action-disabled-bg: #332F30;
  --wh-action-disabled-fg: #625E5F;
  --wh-status-live-bg: #E11D48;
  --wh-status-live-fg: #FFFFFF;
  --wh-status-scheduled-bg: rgba(59,130,246,0.18);
  --wh-status-scheduled-fg: #93C5FD;
  --wh-status-awaiting-bg: rgba(253,227,22,0.24);
  --wh-status-awaiting-fg: #FFEA5C;
  --wh-status-paused-bg: rgba(253,253,245,0.12);
  --wh-status-paused-fg: #CFCCC9;
  --wh-status-ended-bg: rgba(253,253,245,0.12);
  --wh-status-ended-fg: #A9A5A5;
  --wh-status-cancelled-bg: rgba(225,29,72,0.16);
  --wh-status-cancelled-fg: #FDA4B8;
  --wh-status-winner-bg: rgba(34,197,94,0.16);
  --wh-status-winner-fg: #4ADE80;
  --wh-status-outbid-bg: rgba(249,115,22,0.16);
  --wh-status-outbid-fg: #FB923C;
  --wh-status-released-bg: rgba(253,253,245,0.12);
  --wh-status-released-fg: #A9A5A5;
  --wh-status-reserve-met-bg: rgba(34,197,94,0.16);
  --wh-status-reserve-met-fg: #4ADE80;
  --wh-status-reserve-not-met-bg: rgba(225,29,72,0.16);
  --wh-status-reserve-not-met-fg: #FDA4B8;
  --wh-bid-current: #FDFDF5;
  --wh-bid-flash: #4ADE80;
  --wh-bid-increment: #CFCCC9;
  --wh-bid-final-minute: #FDA4B8;
  --wh-bid-extended: #FDE316;
  --wh-chart-series-1: #FDE316;
  --wh-chart-series-1-fill: rgba(253,227,22,0.24);
  --wh-chart-series-2: #837F80;
  --wh-chart-grid: rgba(253,253,245,0.12);
  --wh-chart-axis: #A9A5A5;
  --wh-chart-highlight: #FDE316;
}
:root {
  --wh-button-radius: 999px;
  --wh-button-sm-height: 32px;
  --wh-button-sm-paddingX: 12px;
  --wh-button-sm-fontSize: 13px;
  --wh-button-sm-gap: 6px;
  --wh-button-md-height: 40px;
  --wh-button-md-paddingX: 20px;
  --wh-button-md-fontSize: 14px;
  --wh-button-md-gap: 8px;
  --wh-button-lg-height: 48px;
  --wh-button-lg-paddingX: 24px;
  --wh-button-lg-fontSize: 15px;
  --wh-button-lg-gap: 8px;
  --wh-button-xl-height: 56px;
  --wh-button-xl-paddingX: 32px;
  --wh-button-xl-fontSize: 16px;
  --wh-button-xl-gap: 12px;
  --wh-button-fontWeight: 600;
  --wh-bid-pill-height: 52px;
  --wh-bid-pill-radius: 999px;
  --wh-bid-pill-paddingX: 24px;
  --wh-bid-pill-fontSize: 16px;
  --wh-bid-pill-fontWeight: 700;
  --wh-bid-pill-shadow: 0px 8px 24px 0px rgba(253,227,22,0.45);
  --wh-quick-bid-height: 40px;
  --wh-quick-bid-radius: 999px;
  --wh-quick-bid-paddingX: 16px;
  --wh-quick-bid-gap: 8px;
  --wh-quick-bid-fontSize: 14px;
  --wh-quick-bid-fontWeight: 700;
  --wh-badge-height: 24px;
  --wh-badge-paddingX: 8px;
  --wh-badge-radius: 999px;
  --wh-badge-fontSize: 12px;
  --wh-badge-fontWeight: 700;
  --wh-badge-gap: 6px;
  --wh-badge-dot: 6px;
  --wh-chip-height: 36px;
  --wh-chip-paddingX: 14px;
  --wh-chip-radius: 999px;
  --wh-chip-fontSize: 14px;
  --wh-chip-fontWeight: 600;
  --wh-card-radius: 20px;
  --wh-card-padding: 16px;
  --wh-card-gap: 12px;
  --wh-card-media-radius: 14px;
  --wh-card-border: 1px;
  --wh-card-shadow: 0px 1px 2px 0px rgba(33,31,32,0.06), 0px 2px 8px 0px rgba(33,31,32,0.06);
  --wh-card-hover-shadow: 0px 4px 12px 0px rgba(33,31,32,0.08), 0px 12px 32px 0px rgba(33,31,32,0.08);
  --wh-card-hover-lift: -2px;
  --wh-input-height: 44px;
  --wh-input-paddingX: 14px;
  --wh-input-radius: 14px;
  --wh-input-border: #CFCCC9;
  --wh-input-fontSize: 16px;
  --wh-input-focus-ring: 3px;
  --wh-countdown-font: Urbanist;
  --wh-countdown-sm: 14px;
  --wh-countdown-md: 20px;
  --wh-countdown-lg: 32px;
  --wh-countdown-xl: 44px;
  --wh-countdown-final-window: 60;
  --wh-countdown-anti-snipe-window: 30;
  --wh-countdown-anti-snipe-extend: 60;
  --wh-modal-radius: 28px;
  --wh-modal-padding: 24px;
  --wh-modal-maxWidth: 560px;
  --wh-modal-maxWidth-xl: 980px;
  --wh-modal-shadow: 0px 16px 48px 0px rgba(33,31,32,0.16);
  --wh-drawer-width: 416px;
  --wh-drawer-radius: 28px;
  --wh-drawer-padding: 20px;
  --wh-toast-radius: 20px;
  --wh-toast-padding: 14px 16px;
  --wh-toast-maxWidth: 420px;
  --wh-toast-duration: 4000;
  --wh-nav-height: 68px;
  --wh-nav-height-mobile: 60px;
  --wh-nav-blur: 12px;
  --wh-avatar-sm: 24px;
  --wh-avatar-md: 32px;
  --wh-avatar-lg: 48px;
  --wh-avatar-radius: 999px;
  --wh-live-badge-height: 24px;
  --wh-live-badge-paddingX: 8px;
  --wh-live-badge-gap: 6px;
  --wh-live-badge-dot: 6px;
  --wh-live-badge-radius: 999px;
  --wh-live-badge-pulse: 1600ms;
  --wh-kpi-radius: 20px;
  --wh-kpi-padding: 20px;
  --wh-settlement-card-rows: 3;
  --wh-settlement-card-radius: 20px;
  --wh-mini-player-width: 220px;
  --wh-mini-player-radius: 20px;
  --wh-mini-player-offset: 16px;
  --wh-logo-min-lockup: 96px;
  --wh-logo-min-mark: 20px;
}

/* Type styles */
.wh-display-2xl { font-family: var(--wh-font-family-display); font-size: 72px; font-weight: 900; line-height: 0.95; letter-spacing: -0.02em; }
.wh-display-xl { font-family: var(--wh-font-family-display); font-size: 56px; font-weight: 800; line-height: 0.95; letter-spacing: -0.02em; }
.wh-display-lg { font-family: var(--wh-font-family-display); font-size: 44px; font-weight: 800; line-height: 1.02; letter-spacing: -0.015em; }
.wh-display-md { font-family: var(--wh-font-family-display); font-size: 32px; font-weight: 800; line-height: 1.08; letter-spacing: -0.01em; }
.wh-display-sm { font-family: var(--wh-font-family-display); font-size: 24px; font-weight: 800; line-height: 1.15; letter-spacing: -0.005em; }
.wh-heading { font-family: var(--wh-font-family-ui); font-size: 20px; font-weight: 700; line-height: 1.25; letter-spacing: 0em; }
.wh-title { font-family: var(--wh-font-family-ui); font-size: 16px; font-weight: 600; line-height: 1.35; letter-spacing: 0em; }
.wh-body-lg { font-family: var(--wh-font-family-ui); font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: 0em; }
.wh-body { font-family: var(--wh-font-family-ui); font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0em; }
.wh-body-sm { font-family: var(--wh-font-family-ui); font-size: 14px; font-weight: 400; line-height: 1.45; letter-spacing: 0em; }
.wh-label { font-family: var(--wh-font-family-ui); font-size: 13px; font-weight: 600; line-height: 1.3; letter-spacing: 0em; }
.wh-caption { font-family: var(--wh-font-family-ui); font-size: 12px; font-weight: 400; line-height: 1.35; letter-spacing: 0em; }
.wh-overline { font-family: var(--wh-font-family-ui); font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; }
.wh-number-xl { font-family: var(--wh-font-family-display); font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.wh-number-lg { font-family: var(--wh-font-family-ui); font-size: 28px; font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.wh-number-md { font-family: var(--wh-font-family-ui); font-size: 20px; font-weight: 700; line-height: 1.1; letter-spacing: 0em; font-variant-numeric: tabular-nums; }
.wh-code { font-family: var(--wh-font-family-mono); font-size: 13px; font-weight: 400; line-height: 1.55; letter-spacing: 0em; }

/* ============================================================================
   2. Components: whapify/tokens/whapify-components.css, copied verbatim. Do not edit.
   ============================================================================ */
/* whapify components v1.0.0. Starter stylesheet for app-owned surfaces (marketing, storefront widget, marketplace, live).
   Depends on whapify-tokens.css (--wh-* custom properties). Admin surfaces use Polaris and only borrow accents. */

.wh { font-family: var(--wh-font-family-ui), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--wh-text-primary); background: var(--wh-bg-canvas); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.wh *, .wh *::before, .wh *::after { box-sizing: border-box; }
.wh .num, .wh [data-num] { font-variant-numeric: tabular-nums; }
.wh :focus-visible { outline: var(--wh-border-focus-width) solid var(--wh-border-focus); outline-offset: 2px; box-shadow: 0 0 0 5px var(--wh-border-focus-halo); }

/* ---------- Button ---------- */
.wh-btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--wh-button-md-gap); height: var(--wh-button-md-height); padding: 0 var(--wh-button-md-paddingX); border-radius: var(--wh-button-radius); border: 1px solid transparent; font: inherit; font-size: var(--wh-button-md-fontSize); font-weight: var(--wh-button-fontWeight); line-height: 1; letter-spacing: 0; cursor: pointer; white-space: nowrap; text-decoration: none; user-select: none; transition: background var(--wh-motion-duration-fast) var(--wh-motion-easing-standard), color var(--wh-motion-duration-fast), transform var(--wh-motion-duration-fast) var(--wh-motion-easing-standard), box-shadow var(--wh-motion-duration-fast), border-color var(--wh-motion-duration-fast); }
.wh-btn:hover { transform: translateY(-1px); }
.wh-btn:active { transform: scale(.98); transition-duration: var(--wh-motion-duration-instant); }
.wh-btn--sm { height: var(--wh-button-sm-height); padding: 0 var(--wh-button-sm-paddingX); font-size: var(--wh-button-sm-fontSize); gap: var(--wh-button-sm-gap); }
.wh-btn--lg { height: var(--wh-button-lg-height); padding: 0 var(--wh-button-lg-paddingX); font-size: var(--wh-button-lg-fontSize); }
.wh-btn--xl { height: var(--wh-button-xl-height); padding: 0 var(--wh-button-xl-paddingX); font-size: var(--wh-button-xl-fontSize); gap: var(--wh-button-xl-gap); }
.wh-btn--primary { background: var(--wh-action-primary-bg); color: var(--wh-action-primary-fg); }
.wh-btn--primary:hover { background: var(--wh-action-primary-hover); }
.wh-btn--primary:active { background: var(--wh-action-primary-pressed); }
.wh-btn--brand { background: var(--wh-action-brand-bg); color: var(--wh-action-brand-fg); }
.wh-btn--brand:hover { background: var(--wh-action-brand-hover); }
.wh-btn--brand:active { background: var(--wh-action-brand-pressed); }
.wh-btn--secondary { background: var(--wh-action-secondary-bg); color: var(--wh-action-secondary-fg); border-color: var(--wh-action-secondary-border); }
.wh-btn--secondary:hover { background: var(--wh-action-secondary-hover); }
.wh-btn--secondary:active { background: var(--wh-action-secondary-pressed); }
.wh-btn--ghost { background: transparent; color: var(--wh-action-ghost-fg); }
.wh-btn--ghost:hover { background: var(--wh-action-ghost-hover); }
.wh-btn--danger { background: var(--wh-action-danger-bg); color: var(--wh-action-danger-fg); }
.wh-btn--danger:hover { background: var(--wh-action-danger-hover); }
.wh-btn--live { background: var(--wh-action-live-bg); color: var(--wh-action-live-fg); }
.wh-btn--live:hover { background: var(--wh-action-live-hover); }
.wh-btn[disabled], .wh-btn.is-disabled { background: var(--wh-action-disabled-bg); color: var(--wh-action-disabled-fg); border-color: transparent; cursor: not-allowed; transform: none; box-shadow: none; }
.wh-btn.is-loading { color: transparent; position: relative; pointer-events: none; }
.wh-btn.is-loading::after { content: ""; position: absolute; inset: 0; margin: auto; width: 6px; height: 6px; border-radius: 50%; background: currentColor; color: var(--wh-action-primary-fg); box-shadow: -10px 0 0 currentColor, 10px 0 0 currentColor; animation: wh-dots 1s infinite ease-in-out; }
.wh-btn--brand.is-loading::after { color: var(--wh-action-brand-fg); }
.wh-btn--icon { width: var(--wh-button-md-height); padding: 0; border-radius: 50%; flex: none; }
.wh-btn--icon.wh-btn--sm { width: var(--wh-button-sm-height); }
.wh-btn--icon.wh-btn--lg { width: var(--wh-button-lg-height); }
.wh-btn svg { width: 20px; height: 20px; flex: none; }
.wh-btn--sm svg { width: 16px; height: 16px; }
@keyframes wh-dots { 0%,80%,100% { opacity: .35 } 40% { opacity: 1 } }

/* ---------- Bid pill ---------- */
.wh-bidpill { display: inline-flex; align-items: center; justify-content: center; gap: var(--wh-space-2); height: var(--wh-bid-pill-height); padding: 0 var(--wh-bid-pill-paddingX); border-radius: var(--wh-bid-pill-radius); border: 0; background: var(--wh-action-brand-bg); color: var(--wh-action-brand-fg); font: inherit; font-size: var(--wh-bid-pill-fontSize); font-weight: var(--wh-bid-pill-fontWeight); font-variant-numeric: tabular-nums; cursor: pointer; position: relative; transition: background var(--wh-motion-duration-fast), box-shadow var(--wh-motion-duration-base), transform var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.wh-bidpill--fill { width: 100%; }
.wh-bidpill { max-width: 100%; white-space: nowrap; }
.wh-bidpill:hover { background: var(--wh-action-brand-hover); transform: translateY(-1px); }
.wh-bidpill:active { transform: scale(.98); }
.wh-bidpill.is-prebid { box-shadow: var(--wh-shadow-glow-brand); }
.wh-bidpill.is-placing { animation: wh-whap var(--wh-motion-duration-whap) var(--wh-motion-easing-whap); }
.wh-bidpill.is-highest { background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); box-shadow: none; cursor: default; }
.wh-bidpill.is-outbid { background: var(--wh-status-outbid-bg); color: var(--wh-status-outbid-fg); box-shadow: none; }
.wh-bidpill.is-ended { background: var(--wh-action-disabled-bg); color: var(--wh-action-disabled-fg); box-shadow: none; cursor: not-allowed; }
.wh-bidpill .wh-burst { position: absolute; right: 10px; top: -12px; width: 24px; height: 24px; opacity: 0; transform: scale(.4) rotate(-10deg); transform-origin: 20% 100%; pointer-events: none; }
.wh-bidpill .wh-burst svg { width: 100%; height: 100%; display: block; }
.wh-bidpill.is-placing .wh-burst { animation: wh-burst var(--wh-motion-duration-whap) var(--wh-motion-easing-out); }
@keyframes wh-whap { 0% { transform: scale(1) } 30% { transform: scale(.96) } 60% { transform: scale(1.04) } 100% { transform: scale(1) } }
@keyframes wh-burst { 0% { opacity: 0; transform: scale(.4) rotate(-10deg) } 35% { opacity: 1; transform: scale(1.1) rotate(0) } 100% { opacity: 0; transform: scale(1) translateY(-6px) } }

/* ---------- Quick bid ---------- */
.wh-quickbid { display: inline-flex; flex-wrap: wrap; gap: var(--wh-quick-bid-gap); max-width: 100%; }
.wh-quickbid button { height: var(--wh-quick-bid-height); padding: 0 var(--wh-quick-bid-paddingX); border-radius: var(--wh-quick-bid-radius); border: 1px solid var(--wh-action-secondary-border); background: var(--wh-action-secondary-bg); color: var(--wh-text-primary); font: inherit; font-size: var(--wh-quick-bid-fontSize); font-weight: var(--wh-quick-bid-fontWeight); font-variant-numeric: tabular-nums; cursor: pointer; transition: background var(--wh-motion-duration-fast), border-color var(--wh-motion-duration-fast); }
.wh-quickbid button:hover { background: var(--wh-action-secondary-hover); }
.wh-quickbid button.is-selected { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); border-color: transparent; }

/* ---------- Watch heart ---------- */
.wh-heart { width: 32px; height: 32px; border-radius: 50%; border: 0; display: inline-grid; place-items: center; background: rgba(255,255,255,.88); color: var(--wh-text-primary); cursor: pointer; transition: transform var(--wh-motion-duration-fast) var(--wh-motion-easing-whap); }
.wh-heart svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.wh-heart.is-on { color: var(--wh-color-live-500); }
[data-theme="dark"] .wh-heart { background: rgba(22,20,21,.82); }
.wh-heart.is-on svg { fill: currentColor; }
.wh-heart:active { transform: scale(1.25); }

/* ---------- Badges ---------- */
.wh-badge { display: inline-flex; align-items: center; gap: var(--wh-badge-gap); height: var(--wh-badge-height); padding: 0 var(--wh-badge-paddingX); border-radius: var(--wh-badge-radius); font-size: var(--wh-badge-fontSize); font-weight: var(--wh-badge-fontWeight); line-height: 1; white-space: nowrap; background: var(--wh-status-ended-bg); color: var(--wh-status-ended-fg); }
.wh-badge[data-status="live"] { background: var(--wh-status-live-bg); color: var(--wh-status-live-fg); text-transform: uppercase; letter-spacing: var(--wh-font-letterSpacing-overline); }
.wh-badge[data-status="scheduled"] { background: var(--wh-status-scheduled-bg); color: var(--wh-status-scheduled-fg); }
.wh-badge[data-status="awaiting"] { background: var(--wh-status-awaiting-bg); color: var(--wh-status-awaiting-fg); }
.wh-badge[data-status="paused"] { background: var(--wh-status-paused-bg); color: var(--wh-status-paused-fg); }
.wh-badge[data-status="ended"] { background: var(--wh-status-ended-bg); color: var(--wh-status-ended-fg); }
.wh-badge[data-status="cancelled"] { background: var(--wh-status-cancelled-bg); color: var(--wh-status-cancelled-fg); }
.wh-badge[data-status="winner"] { background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); }
.wh-badge[data-status="outbid"] { background: var(--wh-status-outbid-bg); color: var(--wh-status-outbid-fg); }
.wh-badge[data-status="released"] { background: var(--wh-status-released-bg); color: var(--wh-status-released-fg); }
.wh-badge[data-status="reserve-met"] { background: var(--wh-status-reserve-met-bg); color: var(--wh-status-reserve-met-fg); }
.wh-badge[data-status="reserve-not-met"] { background: var(--wh-status-reserve-not-met-bg); color: var(--wh-status-reserve-not-met-fg); }
.wh-badge[data-tag="extended"] { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); }
.wh-badge .dot { width: var(--wh-badge-dot); height: var(--wh-badge-dot); border-radius: 50%; background: currentColor; }
.wh-badge[data-status="live"] .dot { animation: wh-pulse var(--wh-live-badge-pulse) ease-in-out infinite; }
.wh-badge .count { font-variant-numeric: tabular-nums; text-transform: none; letter-spacing: 0; }
@keyframes wh-pulse { 0%,100% { opacity: 1; transform: scale(1) } 50% { opacity: .55; transform: scale(.8) } }

/* ---------- Chips ---------- */
.wh-chip { display: inline-flex; align-items: center; gap: 6px; height: var(--wh-chip-height); padding: 0 var(--wh-chip-paddingX); border-radius: var(--wh-chip-radius); border: 1px solid var(--wh-border-default); background: var(--wh-bg-surface); color: var(--wh-text-primary); font: inherit; font-size: var(--wh-chip-fontSize); font-weight: var(--wh-chip-fontWeight); cursor: pointer; white-space: nowrap; transition: background var(--wh-motion-duration-fast), border-color var(--wh-motion-duration-fast); }
.wh-chip:hover { border-color: var(--wh-border-strong); background: var(--wh-bg-surface-2); }
.wh-chip.is-selected { background: var(--wh-bg-inverse); color: var(--wh-text-inverse); border-color: transparent; }
.wh-chip .count { opacity: .6; font-variant-numeric: tabular-nums; }

/* ---------- Countdown ---------- */
.wh-countdown { display: inline-flex; align-items: baseline; gap: var(--wh-space-1); font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; color: var(--wh-text-primary); line-height: 1; }
.wh-countdown .lbl { font-family: var(--wh-font-family-ui), sans-serif; font-size: 12px; font-weight: 600; color: var(--wh-text-secondary); letter-spacing: 0; margin-right: 4px; }
.wh-countdown--sm { font-size: var(--wh-countdown-sm); }
.wh-countdown--md { font-size: var(--wh-countdown-md); }
.wh-countdown--lg { font-size: var(--wh-countdown-lg); }
.wh-countdown--xl { font-size: var(--wh-countdown-xl); }
.wh-countdown.is-final { color: var(--wh-bid-final-minute); }
.wh-countdown.is-final .digits { animation: wh-tick var(--wh-motion-duration-countdown-tick) steps(1) infinite; }
.wh-countdown.is-extended .ext { font-family: var(--wh-font-family-ui), sans-serif; font-size: 12px; font-weight: 700; color: var(--wh-bid-extended); margin-left: 6px; letter-spacing: 0; }
.wh-countdown.is-ended { color: var(--wh-text-tertiary); }
@keyframes wh-tick { 0% { transform: translateY(0) } 50% { transform: translateY(-1px) } }

/* ---------- Wallet chip ---------- */
.wh-wallet { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 var(--wh-space-3); border-radius: var(--wh-radius-pill); background: var(--wh-bg-surface-2); color: var(--wh-text-primary); font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.wh-wallet .coin { width: 14px; height: 14px; border-radius: 50%; background: var(--wh-bg-brand); box-shadow: inset 0 0 0 3px var(--wh-color-yellow-600); }
.wh-wallet.is-low { background: var(--wh-status-outbid-bg); color: var(--wh-status-outbid-fg); animation: wh-pulse 1.6s ease-in-out infinite; }
.wh-wallet.is-empty { background: var(--wh-status-cancelled-bg); color: var(--wh-status-cancelled-fg); }
.wh-wallet .model { opacity: .6; font-weight: 500; }

/* ---------- Card ---------- */
.wh-card { display: flex; flex-direction: column; gap: var(--wh-card-gap); padding: var(--wh-card-padding); border-radius: var(--wh-card-radius); background: var(--wh-bg-surface); border: var(--wh-card-border) solid var(--wh-border-default); box-shadow: var(--wh-card-shadow); transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-standard), box-shadow var(--wh-motion-duration-base); color: var(--wh-text-primary); }
.wh-card:hover { transform: translateY(var(--wh-card-hover-lift)); box-shadow: var(--wh-card-hover-shadow); }
.wh-card__media { position: relative; aspect-ratio: 1 / 1; border-radius: var(--wh-card-media-radius); background: var(--wh-bg-surface-2); overflow: hidden; display: grid; place-items: center; }
.wh-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wh-card__media .tl { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.wh-card__media .tr { position: absolute; top: 10px; right: 10px; }
.wh-card__title { font-size: 16px; font-weight: 600; line-height: 1.35; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wh-card__seller { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--wh-text-secondary); }
.wh-card__seller .av { width: 24px; height: 24px; border-radius: 50%; background: var(--wh-bg-brand); flex: none; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: var(--wh-text-on-brand); }
.wh-card__seller .star { color: var(--wh-text-primary); font-weight: 600; }
.wh-card__price { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.wh-card__price .amt { font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: 0; }
.wh-card__price .bids { font-size: 13px; color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.wh-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.wh-card--list { flex-direction: row; align-items: center; }
.wh-card--list .wh-card__media { width: 96px; flex: none; }
.wh-card--list .wh-card__body { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 0; }

/* ---------- Buy box ---------- */
.wh-buybox { display: flex; flex-direction: column; gap: var(--wh-space-4); padding: var(--wh-space-6); border-radius: var(--wh-radius-xl); background: var(--wh-bg-surface); border: 1px solid var(--wh-border-default); box-shadow: var(--wh-shadow-sm); color: var(--wh-text-primary); }
.wh-buybox .lbl { font-size: 12px; font-weight: 600; color: var(--wh-text-secondary); text-transform: none; }
.wh-buybox .cur { font-family: var(--wh-font-family-display), sans-serif; font-size: 40px; font-weight: 800; letter-spacing: -0.01em; line-height: 1; font-variant-numeric: tabular-nums; transition: color .3s; }
.wh-buybox .cur.flash { color: var(--wh-bid-flash); }
.wh-buybox .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.wh-buybox .meta { font-size: 13px; color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.wh-buybox .trust { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--wh-text-secondary); }
.wh-buybox .trust svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ---------- Bid history ---------- */
.wh-bidrow { display: grid; grid-template-columns: 24px 1fr auto auto; align-items: center; gap: var(--wh-space-3); padding: var(--wh-space-3) 0; border-bottom: 1px solid var(--wh-border-default); font-size: 14px; color: var(--wh-text-primary); }
.wh-bidrow .av { width: 24px; height: 24px; border-radius: 50%; background: var(--wh-bg-surface-2); border: 1px solid var(--wh-border-default); }
.wh-bidrow .amt { font-weight: 700; font-variant-numeric: tabular-nums; }
.wh-bidrow .t { color: var(--wh-text-tertiary); font-size: 12px; font-variant-numeric: tabular-nums; }
.wh-bidrow.is-you { background: var(--wh-bg-brand-subtle); margin: 0 -12px; padding-left: 12px; padding-right: 12px; border-radius: var(--wh-radius-sm); }
.wh-bidrow.is-you .who::after { content: " (you)"; color: var(--wh-text-secondary); }
.wh-bidrow--ext { grid-template-columns: 1fr; text-align: center; font-size: 12px; font-weight: 700; color: var(--wh-bid-extended); }
.wh-bidrow--ext span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Settlement card ---------- */
.wh-settle { display: flex; flex-direction: column; gap: var(--wh-space-3); padding: var(--wh-space-5); border-radius: var(--wh-settlement-card-radius); background: var(--wh-bg-surface); border: 1px solid var(--wh-border-default); color: var(--wh-text-primary); }
.wh-settle .r { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14px; }
.wh-settle .r .k { color: var(--wh-text-secondary); }
.wh-settle .r .v { font-weight: 700; font-variant-numeric: tabular-nums; }
.wh-settle .r.net { border-top: 1px solid var(--wh-border-default); padding-top: 12px; }
.wh-settle .r.net .v { font-size: 28px; line-height: 1; letter-spacing: -0.01em; }
.wh-settle .delta { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 999px; background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); font-size: 12px; font-weight: 700; margin-right: 8px; font-variant-numeric: tabular-nums; }
.wh-settle .pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: 999px; background: var(--wh-bg-brand-subtle); color: var(--wh-text-primary); font-size: 12px; font-weight: 600; }
.wh-settle .pill svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; }

/* ---------- KPI ---------- */
.wh-kpi { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 6px; padding: var(--wh-kpi-padding); border-radius: var(--wh-kpi-radius); background: var(--wh-bg-surface); border: 1px solid var(--wh-border-default); color: var(--wh-text-primary); }
.wh-kpi::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--wh-chart-highlight); }
.wh-kpi .k { font-size: 13px; font-weight: 600; color: var(--wh-text-secondary); }
.wh-kpi .v { font-size: 28px; font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.wh-kpi .d { display: inline-flex; align-self: flex-start; align-items: center; gap: 4px; height: 22px; padding: 0 8px; border-radius: 999px; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); }
.wh-kpi .d.down { background: var(--wh-status-cancelled-bg); color: var(--wh-status-cancelled-fg); }

/* ---------- Show card ---------- */
.wh-show { display: flex; flex-direction: column; gap: 12px; padding: var(--wh-card-padding); border-radius: var(--wh-card-radius); background: var(--wh-bg-surface); border: 1px solid var(--wh-border-default); color: var(--wh-text-primary); }
.wh-show__cover { position: relative; aspect-ratio: 3 / 4; border-radius: var(--wh-card-media-radius); background: linear-gradient(160deg, var(--wh-color-neutral-800), var(--wh-color-neutral-950)); overflow: hidden; }
.wh-show__cover .tl { position: absolute; top: 10px; left: 10px; }
.wh-show__cover .host { position: absolute; left: 10px; bottom: 10px; display: flex; align-items: center; gap: 8px; color: #FDFDF5; font-size: 13px; font-weight: 600; }
.wh-show__cover .host .av { width: 28px; height: 28px; border-radius: 50%; background: var(--wh-color-yellow-400); border: 2px solid #FDFDF5; }
.wh-show__title { font-size: 16px; font-weight: 600; line-height: 1.3; margin: 0; }
.wh-show__meta { font-size: 13px; color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }

/* ---------- Inputs ---------- */
.wh-field { display: flex; flex-direction: column; gap: 6px; color: var(--wh-text-primary); }
.wh-field label { font-size: 13px; font-weight: 600; }
.wh-field .box { display: flex; align-items: center; height: var(--wh-input-height); padding: 0 var(--wh-input-paddingX); border-radius: var(--wh-input-radius); border: var(--wh-input-border) solid var(--wh-border-strong); background: var(--wh-bg-input); gap: 8px; transition: border-color var(--wh-motion-duration-fast), box-shadow var(--wh-motion-duration-fast); }
.wh-field .box:focus-within { border-color: var(--wh-border-focus); box-shadow: 0 0 0 var(--wh-input-focus-ring) var(--wh-border-focus-halo); }
.wh-field .box { min-width: 0; }
.wh-field input, .wh-field select { flex: 1 1 0; width: 0; min-width: 0; height: 100%; align-self: stretch; border: 0; background: transparent; color: inherit; font: inherit; font-size: var(--wh-input-fontSize); outline: 0; font-variant-numeric: tabular-nums; }
.wh-field input::placeholder { color: var(--wh-text-tertiary); }
.wh-field .affix { color: var(--wh-text-secondary); font-weight: 600; }
.wh-field .help { font-size: 12px; color: var(--wh-text-secondary); }
.wh-field.is-error .box { border-color: var(--wh-border-live); }
.wh-field.is-error .help { color: var(--wh-text-live); }
.wh-field.is-disabled { opacity: .55; pointer-events: none; }
.wh-stepper { display: flex; align-items: center; gap: 8px; }
.wh-stepper .box { flex: 1; }
.wh-seg { position: relative; display: inline-flex; flex-wrap: wrap; max-width: 100%; padding: 3px; gap: 2px; border-radius: var(--wh-radius-pill); background: var(--wh-bg-surface-2); isolation: isolate; }
.wh-seg .thumb { position: absolute; top: 3px; left: 0; margin-left: 0; height: calc(100% - 6px); width: 0; border-radius: 999px; background: var(--wh-bg-surface); box-shadow: var(--wh-shadow-sm); transform: translateX(var(--x, 0px)); width: var(--w, 0px); transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), width var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy); z-index: 0; pointer-events: none; }
[data-theme="dark"] .wh-seg .thumb { background: var(--wh-bg-elevated); box-shadow: none; }
.wh-seg.has-thumb button.is-selected { background: transparent; box-shadow: none; }
.wh-seg button { position: relative; z-index: 1; }
.wh-seg button { height: 34px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; color: var(--wh-text-secondary); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: background var(--wh-motion-duration-fast), color var(--wh-motion-duration-fast); }
.wh-seg button.is-selected { background: var(--wh-bg-surface); color: var(--wh-text-primary); box-shadow: var(--wh-shadow-sm); }
[data-theme="dark"] .wh-seg button.is-selected { background: var(--wh-bg-elevated); box-shadow: none; }
.wh-toggle { position: relative; width: 44px; height: 26px; border-radius: 999px; border: 0; background: var(--wh-color-neutral-300); cursor: pointer; transition: background var(--wh-motion-duration-fast); flex: none; }
.wh-toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 22px; height: 22px; border-radius: 50%; background: #FFF; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.wh-toggle.is-on { background: var(--wh-action-primary-bg); }
.wh-toggle.is-on::after { transform: translateX(18px); }
[data-theme="dark"] .wh-toggle { background: var(--wh-color-neutral-700); }
.wh-search { display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 999px; background: var(--wh-bg-surface-2); color: var(--wh-text-primary); border: 1.5px solid transparent; transition: border-color var(--wh-motion-duration-fast); }
.wh-search:focus-within { border-color: var(--wh-border-focus); background: var(--wh-bg-input); }
.wh-search svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; flex: none; }
.wh-search input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 15px; color: inherit; outline: 0; }
.wh-search input::placeholder { color: var(--wh-text-tertiary); }
.wh-otp { display: flex; gap: 8px; max-width: 100%; }
.wh-otp input { flex: 1 1 0; width: 0; min-width: 30px; max-width: 44px; height: 52px; padding: 0; text-align: center; border-radius: var(--wh-radius-sm); border: 1.5px solid var(--wh-border-strong); background: var(--wh-bg-input); color: var(--wh-text-primary); font: inherit; font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; outline: 0; }
.wh-otp input:focus { border-color: var(--wh-border-focus); box-shadow: 0 0 0 3px var(--wh-border-focus-halo); }

/* ---------- Overlays ---------- */
.wh-modal { display: flex; flex-direction: column; gap: var(--wh-space-5); width: 100%; min-width: 0; max-width: var(--wh-modal-maxWidth); padding: var(--wh-modal-padding); border-radius: var(--wh-modal-radius); background: var(--wh-bg-elevated); box-shadow: var(--wh-modal-shadow); color: var(--wh-text-primary); }
.wh-modal__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.wh-modal__head h3 { margin: 0; min-width: 0; overflow-wrap: anywhere; font-family: var(--wh-font-family-display), sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -0.005em; line-height: 1.15; }
.wh-modal__foot { display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.wh-modal__foot .wh-btn { max-width: 100%; white-space: normal; height: auto; min-height: var(--wh-button-md-height); padding-top: 8px; padding-bottom: 8px; }
.wh-scrim { background: var(--wh-bg-overlay); padding: 32px 12px; border-radius: var(--wh-radius-lg); display: grid; place-items: center; }
.wh-toast { display: inline-flex; align-items: center; gap: var(--wh-space-3); padding: 14px 16px; max-width: var(--wh-toast-maxWidth); border-radius: var(--wh-toast-radius); background: var(--wh-bg-inverse); color: var(--wh-text-inverse); font-size: 14px; font-weight: 500; box-shadow: var(--wh-shadow-lg); }
.wh-toast .ic { width: 20px; height: 20px; border-radius: 50%; flex: none; display: grid; place-items: center; }
.wh-toast[data-tone="success"] .ic { background: var(--wh-color-win-400); color: #0C0B0B; }
.wh-toast[data-tone="error"] .ic { background: var(--wh-color-live-300); color: #0C0B0B; }
.wh-toast[data-tone="live"] .ic { background: var(--wh-color-live-500); color: #FFF; }
.wh-toast .act { margin-left: auto; min-height: 32px; padding: 0 8px; border-radius: 999px; background: transparent; border: 0; color: inherit; font: inherit; font-weight: 700; cursor: pointer; text-decoration: underline; text-decoration-color: var(--wh-color-yellow-400); text-underline-offset: 3px; }
.wh-tooltip { display: inline-block; padding: 6px 8px; border-radius: var(--wh-radius-sm); background: var(--wh-bg-inverse); color: var(--wh-text-inverse); font-size: 12px; font-weight: 500; position: relative; }
.wh-tooltip::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 10px; height: 10px; background: inherit; transform: translateX(-50%) rotate(45deg); border-radius: 2px; }

/* ---------- Nav ---------- */
.wh-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--wh-nav-height); padding: 10px var(--wh-size-gutter); border-radius: var(--wh-radius-lg); flex-wrap: wrap; }
.wh-nav .cta { flex-wrap: wrap; }
@media (max-width: 560px) { .wh-nav { padding: 10px var(--wh-size-gutter-mobile); } }
.wh-nav--marketing { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); }
.wh-nav--marketplace { background: var(--wh-bg-canvas); color: var(--wh-text-primary); border: 1px solid var(--wh-border-default); }
.wh-nav--live { background: #0C0B0B; color: #FDFDF5; }
.wh-nav .links { display: flex; gap: 20px; font-size: 14px; font-weight: 600; }
.wh-nav .cta { display: flex; gap: 8px; }
.wh-nav svg.lockup { height: 30px; width: auto; display: block; }
.wh-tabs { display: flex; gap: var(--wh-space-5); border-bottom: 1px solid var(--wh-border-default); max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.wh-tabs::-webkit-scrollbar { display: none; }
.wh-tabs button { flex: none; }
.wh-tabs button { height: 44px; padding: 0 var(--wh-space-3); background: transparent; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; color: var(--wh-text-secondary); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.wh-tabs button.is-selected { color: var(--wh-text-primary); border-bottom-color: var(--wh-border-focus); }

/* ---------- Live viewer mock ---------- */
.wh-viewer > * { min-width: 0; }
.wh-viewer { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 16px; padding: 16px; border-radius: var(--wh-radius-xl); background: var(--wh-bg-canvas); color: var(--wh-text-primary); }
.wh-viewer__player { position: relative; aspect-ratio: 16 / 9; border-radius: var(--wh-radius-lg); background: radial-gradient(120% 120% at 30% 20%, #3a3536, #0C0B0B 70%); overflow: hidden; display: grid; place-items: center; }
.wh-viewer__player .tl { position: absolute; top: 12px; left: 12px; display: flex; gap: 8px; align-items: center; }
.wh-viewer__player .host { position: absolute; left: 12px; bottom: 12px; display: flex; align-items: center; gap: 8px; color: #FDFDF5; font-size: 13px; font-weight: 600; }
.wh-viewer__player .host .av { width: 28px; height: 28px; border-radius: 50%; background: var(--wh-color-yellow-400); border: 2px solid #FDFDF5; }
.wh-viewer__spot { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--wh-radius-lg); background: var(--wh-bg-surface); border: 2px solid var(--wh-border-brand); }
.wh-viewer__spot .thumb { width: 56px; height: 56px; border-radius: var(--wh-radius-md); background: var(--wh-bg-surface-2); flex: none; }
.wh-viewer__spot .nm { font-size: 14px; font-weight: 600; }
.wh-viewer__spot .pr { font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; }
.wh-viewer__chat { display: flex; flex-direction: column; gap: 6px; padding: 12px; border-radius: var(--wh-radius-lg); background: var(--wh-bg-surface); min-height: 100%; }
.wh-chat { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; line-height: 1.4; padding: 6px 4px; border-radius: 8px; }
.wh-chat .av { width: 20px; height: 20px; border-radius: 50%; background: var(--wh-color-neutral-600); flex: none; margin-top: 1px; }
.wh-chat .h { color: var(--wh-text-tertiary); font-weight: 600; margin-right: 6px; }
.wh-chat--bid { background: var(--wh-bg-brand-subtle); }
.wh-chat--bid .amt { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--wh-text-primary); }
.wh-chat--sale { color: var(--wh-text-win); font-weight: 600; }
.wh-chat--pinned { border-left: 2px solid var(--wh-border-brand); border-radius: 0 8px 8px 0; }
.wh-viewer__actions { display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 700px) { .wh-viewer { grid-template-columns: 1fr; } }

/* ---------- Email frame mock ---------- */
.wh-email { width: 100%; max-width: 600px; border-radius: var(--wh-radius-lg); overflow: hidden; border: 1px solid var(--wh-border-default); background: #FFFFFF; color: #211F20; font-family: Arial, Helvetica, sans-serif; }
.wh-email__head { display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 24px; background: #211F20; }
.wh-email__head svg { height: 28px; width: auto; }
.wh-email__head .pre { color: #FDE316; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wh-email__body { padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; }
.wh-email__body h2 { margin: 0; font-size: 24px; line-height: 1.2; font-weight: 800; letter-spacing: -0.01em; }
.wh-email__body p { margin: 0; font-size: 15px; line-height: 1.5; color: #474445; }
.wh-email__cta { display: inline-block; align-self: flex-start; height: 48px; line-height: 48px; padding: 0 24px; border-radius: 999px; background: #FDE316; color: #211F20; font-weight: 700; font-size: 15px; text-decoration: none; }
.wh-email__foot { padding: 16px 24px; background: #F7F6F1; color: #837F80; font-size: 12px; line-height: 1.5; }

/* ---------- Mini player ---------- */
.wh-mini { position: relative; width: var(--wh-mini-player-width); aspect-ratio: 9 / 12; border-radius: var(--wh-mini-player-radius); background: radial-gradient(100% 100% at 40% 30%, #3a3536, #0C0B0B 70%); box-shadow: var(--wh-shadow-lg); overflow: hidden; color: #FDFDF5; }
.wh-mini .tl { position: absolute; top: 10px; left: 10px; }
.wh-mini .tr { position: absolute; top: 8px; right: 8px; display: flex; gap: 6px; }
.wh-mini .tr button { width: 28px; height: 28px; border-radius: 50%; border: 0; background: rgba(253,253,245,.16); color: #FDFDF5; font: inherit; font-size: 12px; cursor: pointer; }
.wh-mini .bot { position: absolute; left: 10px; right: 10px; bottom: 10px; }


/* ---------- Motion recipes (v1.1). Transform and opacity only; exits at 0.6x; nothing over 500ms except the sold celebration. ---------- */
/* Number ticker: only changed digits roll. Markup: <span class="wh-ticker"><span class="digit"><span class="col">0<br>1<br>…<br>9</span></span>…</span> */
.wh-ticker { display: inline-flex; font-variant-numeric: tabular-nums; line-height: 1; overflow: hidden; vertical-align: bottom; }
.wh-ticker .digit { display: inline-block; height: 1em; overflow: hidden; }
.wh-ticker .digit .col { display: block; transform: translateY(calc(var(--d, 0) * -1em)); transition: transform var(--wh-motion-duration-ticker) var(--wh-motion-easing-out); will-change: transform; }
.wh-ticker .digit .col span { display: block; height: 1em; }
.wh-ticker .sep { display: inline-block; }
/* Stagger reveal: add .wh-reveal to children of a group; JS sets --i. No JS: visible. */
.js .wh-reveal { opacity: 0; transform: translateY(var(--wh-motion-stagger-distance)); }
.js .wh-reveal.is-in { opacity: 1; transform: none; transition: opacity var(--wh-motion-duration-slow) var(--wh-motion-easing-out), transform var(--wh-motion-duration-slow) var(--wh-motion-easing-out); transition-delay: min(calc(var(--i, 0) * var(--wh-motion-stagger-step)), var(--wh-motion-stagger-max)); }
/* Skeleton to content: shimmer loop, then a 200ms crossfade. Never a spinner. */
.wh-skeleton { position: relative; overflow: hidden; background: var(--wh-bg-surface-2); border-radius: var(--wh-radius-sm); color: transparent !important; }
.wh-skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); animation: wh-shimmer var(--wh-motion-duration-shimmer) var(--wh-motion-easing-standard) infinite; }
[data-theme="dark"] .wh-skeleton::after { background: linear-gradient(90deg, transparent, rgba(253,253,245,.08), transparent); }
@keyframes wh-shimmer { to { transform: translateX(100%); } }
.wh-fade-in { animation: wh-fadein var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
@keyframes wh-fadein { from { opacity: 0; } to { opacity: 1; } }
/* Live ring pulse: the ring scales 1 to 1.6 and fades; the dot itself stays still. */
.wh-livering { position: relative; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--wh-color-live-500); }
.wh-livering::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--wh-color-live-500); opacity: .6; animation: wh-ring var(--wh-motion-duration-pulse) var(--wh-motion-easing-out) infinite; }
@keyframes wh-ring { to { transform: scale(2.2); opacity: 0; } }
/* Morph: a button becomes its result. Width animates via grid trick, label crossfades. */
.wh-morph { display: inline-grid; grid-template-columns: auto; align-items: center; justify-items: center; }
.wh-morph > * { grid-area: 1 / 1; transition: opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-out), transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-soft); }
.wh-morph .after { opacity: 0; transform: translateY(6px); pointer-events: none; }
.wh-morph.is-done .before { opacity: 0; transform: translateY(-6px); pointer-events: none; }
.wh-morph.is-done .after { opacity: 1; transform: none; pointer-events: auto; }
/* Toast choreography: enter from 8px below in 200ms, leave in 120ms. */
.wh-toast.is-enter { animation: wh-toast-in var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
.wh-toast.is-leave { animation: wh-toast-out 120ms var(--wh-motion-easing-in) both; }
@keyframes wh-toast-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes wh-toast-out { to { opacity: 0; transform: translateY(4px); } }
/* Magnetic pill (desktop only): JS sets --mx/--my within 6px; touch devices never get it. */
@media (hover: hover) and (pointer: fine) { .wh-magnet { transform: translate(var(--mx, 0px), var(--my, 0px)); transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-spring-snappy); } }
/* Sold celebration: the only motion past 500ms. Three bursts, once. */
.wh-celebrate .wh-burst { animation: wh-burst var(--wh-motion-duration-celebration) var(--wh-motion-easing-out) 1; }
/* Sliding underline for tabs: shared indicator instead of two fades. */
.wh-tabs { position: relative; }
.wh-tabs .ind { position: absolute; bottom: -1px; height: 2px; background: var(--wh-border-focus); border-radius: 2px; transform: translateX(var(--x, 0px)); width: var(--w, 0px); transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), width var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy); }
.wh-tabs.has-ind button.is-selected { border-bottom-color: transparent; }
/* Touch: no hover lifts stuck after a tap. */
@media (hover: none) { .wh-btn:hover, .wh-bidpill:hover, .wh-card:hover { transform: none; } .wh-card:hover { box-shadow: var(--wh-card-shadow); } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .wh-badge[data-status="live"] .dot, .wh-wallet.is-low, .wh-countdown.is-final .digits, .wh-bidpill.is-placing, .wh-bidpill.is-placing .wh-burst, .wh-btn.is-loading::after, .wh-skeleton::after, .wh-livering::before, .wh-toast.is-enter, .wh-toast.is-leave, .wh-celebrate .wh-burst { animation: none !important; }
  .js .wh-reveal { opacity: 1; transform: none; transition: none; }
  .wh-ticker .digit .col, .wh-seg .thumb, .wh-tabs .ind, .wh-morph > *, .wh-magnet { transition: none !important; }
  .wh-btn, .wh-bidpill, .wh-card, .wh-heart, .wh-toggle::after { transition: none !important; }
  .wh-btn:hover, .wh-bidpill:hover, .wh-card:hover { transform: none; }
}


/* ============================================================================
   3. Site layer (site-). The marketing site for whapify.app.
   Every color, radius, shadow, duration and easing below is a --wh- token.
   Only transform and opacity animate (plus the 300ms color flash); no decorative gradients (the one
   linear-gradient is the scroll-edge fade to canvas on the chip rail); every transition names its properties.
   Fluid display sizes: the hero h1 and the final CTA h2 use
   clamp(56px, 6.1vw, 88px), a hero-only extension of display-2xl (DESIGN.md); the 404 numeral uses
   clamp(120px, 24vw, 320px), a 404-only extension of display-2xl (SPEC 2.2).
   ============================================================================ */

/* ---------- Base ---------- */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--wh-nav-height) + var(--wh-space-4)); }
/* Focused and targeted elements land clear of the sticky controls row (FAQ and changelog, from 900px up) and of the pinned
   install bar (below 900, while it is in); pages.js writes --site-controls-h, whapify.js toggles html.has-installbar */
@media (min-width: 900px) {
  html:has([data-controls]) { scroll-padding-top: calc(var(--site-stick-top) + var(--site-controls-h) + var(--wh-space-4)); }
}
@media (max-width: 899px) {
  html.has-installbar { scroll-padding-bottom: calc(var(--wh-space-10) + var(--wh-space-4) + env(safe-area-inset-bottom, 0px)); }
}
body { margin: 0; min-width: 300px; }
body.wh { font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
strong { font-weight: var(--wh-font-weight-semibold); }
table { border-collapse: separate; border-spacing: 0; }
.site-vh { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-num, .site-tab { font-variant-numeric: tabular-nums; }
/* Focus: the token file once defined --wh-border-focus twice (2px width, then the Ink color), which made the components
   shorthand invalid; the width token is now --wh-border-focus-width upstream. The site layer still restates the ring with an
   explicit width so every focused element gets the 2px Ink ring plus the yellow halo whatever the token file says. */
.wh :focus-visible { outline: calc(2 * var(--wh-border-hairline)) solid var(--wh-border-focus); outline-offset: 2px; box-shadow: 0 0 0 5px var(--wh-border-focus-halo); }
.wh-bidpill:focus-visible, .site-lot .wh-bidpill:focus-visible { box-shadow: 0 0 0 5px var(--wh-border-focus-halo); }
.wh-bidpill.is-prebid:focus-visible, .site-lot .wh-bidpill.is-prebid:focus-visible { box-shadow: var(--wh-shadow-glow-brand), 0 0 0 5px var(--wh-border-focus-halo); }
/* Placeholder is the only visible label of the search field for sighted users, so it needs AA (tertiary is 3.65:1 on surface-2) */
.wh-search input::placeholder { color: var(--wh-text-secondary); opacity: 1; }
/* The search pill is the control: the input fills its 44px height, and the focus ring hugs the pill, not the inner text box
   (.wh :focus-visible would otherwise outrank the components' outline: 0 on the input) */
.wh-search input { align-self: stretch; height: auto; }
.wh-search input:focus-visible { outline: none; box-shadow: none; }
.wh-search:focus-within { outline: calc(2 * var(--wh-border-hairline)) solid var(--wh-border-focus); outline-offset: 2px; box-shadow: 0 0 0 5px var(--wh-border-focus-halo); }
.site-code { font-family: var(--wh-font-family-mono), ui-monospace, monospace; font-size: var(--wh-font-size-13); line-height: 1.55; padding: 1px var(--wh-space-2); border-radius: var(--wh-radius-xs); background: var(--wh-bg-surface-2); color: var(--wh-text-primary); white-space: nowrap; }

/* Skip link */
.site-skip { position: absolute; top: var(--wh-space-2); left: var(--wh-space-2); z-index: var(--wh-z-toast); padding: var(--wh-space-3) var(--wh-space-4); border-radius: var(--wh-radius-pill); background: var(--wh-bg-inverse); color: var(--wh-text-inverse); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-semibold); text-decoration: none; transform: translateY(-200%); opacity: 0; }
.site-skip:focus-visible { transform: none; opacity: 1; }

/* Inline logos: fills come from CSS so one mark works on yellow, Paper and Ink */
.site-logo { display: block; color: inherit; }
.site-logo svg { display: block; height: 100%; width: auto; }
.site-logo .ink, .site-logo .word, .site-logo .tile { fill: currentColor; }
.site-logo .burst { fill: var(--wh-bg-brand); }
.site-logo--dark .tile { fill: var(--wh-color-yellow-400); }
.site-logo--dark .burst { fill: var(--wh-color-neutral-900); }
.site-logo--solid .burst { fill: currentColor; }

/* ---------- Layout ---------- */
.site-container { --site-gutter: var(--wh-size-gutter); width: 100%; max-width: calc(var(--wh-size-container) + 2 * var(--wh-size-gutter)); margin-inline: auto; padding-inline: var(--wh-size-gutter); }
.site-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--wh-space-6); row-gap: 0; }
.site-grid > * { min-width: 0; }
.site-section { padding-block: var(--wh-space-13); }
.site-section--paper { background: var(--wh-bg-canvas); }
.site-section--paper + .site-section--paper { padding-top: 0; }
.site-section--brand { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); }
.site-section__head { grid-column: 1 / span 7; }
.site-section__body { grid-column: 1 / -1; margin-top: var(--wh-space-10); }
@media (max-width: 1023px) {
  .site-grid { column-gap: var(--wh-space-4); }
  .site-section { padding-block: var(--wh-space-12); }
  .site-section__head { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .site-section { padding-block: var(--wh-space-10); }
  .site-section__body { margin-top: var(--wh-space-8); }
}
@media (max-width: 559px) {
  .site-container { --site-gutter: var(--wh-size-gutter-mobile); padding-inline: var(--wh-size-gutter-mobile); }
}

/* ---------- Section type ---------- */
.site-eyebrow { font-size: var(--wh-font-size-11); font-weight: var(--wh-font-weight-bold); line-height: 1.2; letter-spacing: var(--wh-font-letterSpacing-overline); text-transform: uppercase; color: var(--wh-text-secondary); margin-bottom: var(--wh-space-3); }
.site-section--brand .site-eyebrow, .site-hero .site-eyebrow { color: var(--wh-text-on-brand); }
.site-h2 { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-56); line-height: var(--wh-font-lineHeight-tight); letter-spacing: var(--wh-font-letterSpacing-display); color: var(--wh-text-primary); text-wrap: balance; }
.site-section--brand .site-h2 { color: var(--wh-text-on-brand); }
.site-lead { margin-top: var(--wh-space-6); font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 68ch; text-wrap: pretty; }
.site-section--brand .site-lead { color: var(--wh-text-on-brand); }
.site-h3 { font-size: var(--wh-font-size-18); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-heading); color: var(--wh-text-primary); }
.site-body { font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 68ch; }
/* Small text uses secondary (6.25:1 on Paper); tertiary (3.87:1) is reserved for text at 24px and above */
.site-footnote { margin-top: var(--wh-space-6); font-size: var(--wh-font-size-13); line-height: 1.45; color: var(--wh-text-secondary); max-width: 68ch; }
.site-caption { font-size: var(--wh-font-size-12); line-height: var(--wh-font-lineHeight-compact); color: var(--wh-text-secondary); }
.site-risk { margin: 0; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); line-height: 1.45; color: var(--wh-text-primary); }
/* Separator dots sit in each item's left padding; the list clips its own left edge so a row that wraps never starts with a dot */
.site-facts { display: flex; flex-wrap: wrap; align-items: center; row-gap: var(--wh-space-2); column-gap: var(--wh-space-5); overflow: hidden; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); }
.site-facts li { position: relative; margin-left: calc(-1 * var(--wh-space-4)); padding-left: var(--wh-space-4); }
.site-facts li::before { content: ""; position: absolute; left: 4px; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: var(--wh-radius-pill); background: currentColor; }
@media (max-width: 1023px) {
  .site-h2 { font-size: var(--wh-font-size-44); line-height: 1.02; letter-spacing: -0.015em; }
}
@media (max-width: 559px) {
  .site-h2 { font-size: var(--wh-font-size-32); line-height: var(--wh-font-lineHeight-snug); letter-spacing: var(--wh-font-letterSpacing-display-md); }
  .site-lead { font-size: var(--wh-font-size-16); }
}

/* ---------- Bar ---------- */
/* The sticky box keeps its 68px so layout never shifts on shrink; only the painted inner bar takes pointer events */
.site-bar { position: sticky; top: 0; z-index: var(--wh-z-nav); height: var(--wh-nav-height); color: var(--wh-text-on-brand); pointer-events: none; transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-bar.is-hidden { transform: translateY(-100%); transition-duration: calc(var(--wh-motion-duration-base) * var(--wh-motion-exit-ratio)); transition-timing-function: var(--wh-motion-easing-in); }
.site-bar__inner { position: relative; height: var(--wh-nav-height); background: var(--wh-bg-brand); pointer-events: auto; }
.site-bar__inner::before { content: ""; position: absolute; inset: 0; background: color-mix(in srgb, var(--wh-bg-canvas) 86%, transparent); -webkit-backdrop-filter: blur(var(--wh-nav-blur)); backdrop-filter: blur(var(--wh-nav-blur)); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); opacity: 0; transition: opacity var(--wh-motion-duration-base) var(--wh-motion-easing-standard); }
.site-bar.is-shrunk .site-bar__inner { height: calc(var(--wh-nav-height) - var(--wh-space-4)); background: transparent; color: var(--wh-text-primary); }
.site-bar.is-shrunk .site-bar__inner::before { opacity: 1; }
.site-bar__row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-4); height: 100%; }
.site-bar__logo { display: block; height: 28px; flex: none; color: inherit; transform-origin: left center; transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-standard); }
.site-bar.is-shrunk .site-bar__logo { transform: scale(.857); }
.site-bar__nav { flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
.site-bar__links { position: relative; display: flex; align-items: center; gap: var(--wh-space-6); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-semibold); }
.site-bar__links a { display: inline-flex; align-items: center; min-height: var(--wh-size-touch-min); padding: 0 var(--wh-space-1); color: inherit; text-decoration: none; white-space: nowrap; }
.site-bar__links a:hover { text-decoration: underline; text-decoration-thickness: calc(2 * var(--wh-border-hairline)); text-underline-offset: 6px; }
.site-bar__links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: calc(2 * var(--wh-border-hairline)); text-underline-offset: 6px; }
.site-bar__ind { position: absolute; left: 0; bottom: 8px; height: calc(2 * var(--wh-border-hairline)); width: var(--w, 0px); border-radius: var(--wh-radius-xs); background: var(--wh-border-focus); transform: translateX(var(--x, 0px)); opacity: 0; transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); pointer-events: none; }
.site-bar__links.has-ind .site-bar__ind { opacity: 1; }
.site-bar__cta { display: flex; align-items: center; gap: var(--wh-space-2); flex: none; }
.site-bar__menu { position: relative; display: none; }
.site-bar__menu::after { content: ""; position: absolute; inset: -6px; }
.site-bar .wh-btn--secondary { border-color: var(--wh-color-alpha-ink-24); color: inherit; }
.site-bar .wh-btn--secondary:hover { background: var(--wh-color-alpha-ink-8); }
@media (max-width: 1023px) {
  .site-bar__nav { display: none; }
  .site-bar__menu { display: inline-flex; }
  html:not(.js) .site-bar { position: static; height: auto; }
  html:not(.js) .site-bar__inner { height: auto; padding-block: var(--wh-space-3); }
  html:not(.js) .site-bar__row { flex-wrap: wrap; }
  html:not(.js) .site-bar__nav { display: flex; order: 3; flex-basis: 100%; justify-content: flex-start; }
  html:not(.js) .site-bar__links { flex-wrap: wrap; gap: var(--wh-space-2) var(--wh-space-4); }
  html:not(.js) .site-bar__links a { min-height: 36px; }
  html:not(.js) .site-bar__menu { display: none; }
}
@media (max-width: 559px) {
  .site-bar { height: var(--wh-nav-height-mobile); }
  .site-bar__inner { height: var(--wh-nav-height-mobile); }
  .site-bar.is-shrunk .site-bar__inner { height: calc(var(--wh-nav-height-mobile) - var(--wh-space-2)); }
  .site-bar__install { display: none; }
}

/* ---------- Full-screen menu (dialog, Ink) ---------- */
.site-menu { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: var(--wh-space-5) var(--wh-size-gutter) calc(var(--wh-space-6) + env(safe-area-inset-bottom, 0px)); border: 0; background: var(--wh-bg-surface-2); color: var(--wh-text-primary); flex-direction: column; overflow: auto; z-index: var(--wh-z-drawer); }
.site-menu[open] { display: flex; animation: site-fade-up var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
.site-menu::backdrop { background: var(--wh-bg-overlay); }
.site-menu__head { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-4); min-height: var(--wh-nav-height-mobile); }
.site-menu__head .site-logo { height: 28px; }
.site-menu__links { margin-top: var(--wh-space-8); display: flex; flex-direction: column; gap: var(--wh-space-1); }
.site-menu__links a { display: block; padding: var(--wh-space-2) 0; font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-32); font-weight: var(--wh-font-weight-heavy); letter-spacing: var(--wh-font-letterSpacing-display-md); line-height: 1.1; color: inherit; text-decoration: none; }
.site-menu__links a[aria-current="page"] { color: var(--wh-text-link); }
.site-menu__secondary { margin-top: var(--wh-space-7); display: flex; flex-wrap: wrap; gap: var(--wh-space-1) var(--wh-space-6); font-size: var(--wh-font-size-15); color: var(--wh-text-secondary); }
.site-menu__secondary a { display: inline-flex; align-items: center; min-height: var(--wh-size-touch-min); color: inherit; text-decoration: none; }
.site-menu__secondary a:hover { color: var(--wh-text-primary); }
.site-menu__install { margin-top: auto; padding-top: var(--wh-space-8); display: flex; flex-direction: column; gap: var(--wh-space-3); }
.site-menu__install .wh-btn { width: 100%; }
.site-menu .site-risk { text-align: center; color: var(--wh-text-secondary); }
@media (max-width: 559px) { .site-menu { padding-inline: var(--wh-size-gutter-mobile); } }
@media (max-height: 560px) { .site-menu__links { margin-top: var(--wh-space-5); } .site-menu__links a { font-size: var(--wh-font-size-24); padding: var(--wh-space-1) 0; } }
@keyframes site-fade-up { from { opacity: 0; transform: translateY(var(--wh-motion-stagger-distance)); } to { opacity: 1; transform: none; } }
/* Scrims enter with their panel: 200ms fade, so the 120ms exit below is 0.6x of a real enter */
.site-menu[open]::backdrop, .site-video[open]::backdrop { animation: site-fade-in var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
@keyframes site-fade-in { from { opacity: 0; } }
/* Dialog exits: 120ms (0.6x the 200ms enter) with the leaving curve; whapify.js adds .is-closing and closes on animationend */
.site-menu[open].is-closing, .site-video[open].is-closing { animation: site-fade-down calc(var(--wh-motion-duration-base) * var(--wh-motion-exit-ratio)) var(--wh-motion-easing-in) both; }
.site-menu[open].is-closing::backdrop, .site-video[open].is-closing::backdrop { animation: site-fade-out calc(var(--wh-motion-duration-base) * var(--wh-motion-exit-ratio)) var(--wh-motion-easing-in) both; }
@keyframes site-fade-down { to { opacity: 0; transform: translateY(var(--wh-motion-stagger-distance)); } }
@keyframes site-fade-out { to { opacity: 0; } }

/* Body scroll lock while a dialog is open */
body.site-locked { overflow: hidden; }

/* ---------- Pinned install bar (below 900) ---------- */
.site-installbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--wh-z-nav); padding-bottom: env(safe-area-inset-bottom, 0px); background: var(--wh-bg-surface); border-top: var(--wh-border-hairline) solid var(--wh-border-default); box-shadow: var(--wh-shadow-lg); transform: translateY(100%); transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-installbar.is-in { transform: none; }
.site-installbar.is-out { transform: translateY(100%); transition-duration: calc(var(--wh-motion-duration-base) * var(--wh-motion-exit-ratio)); transition-timing-function: var(--wh-motion-easing-in); }
.site-installbar__row { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-3); min-height: var(--wh-space-10); padding-block: var(--wh-space-2); }
.site-installbar__text { display: flex; flex-direction: column; min-width: 0; font-size: var(--wh-font-size-13); line-height: 1.35; color: var(--wh-text-secondary); }
.site-installbar__text strong { font-size: var(--wh-font-size-14); color: var(--wh-text-primary); }
.site-installbar .wh-btn { flex: none; height: var(--wh-size-touch-min); }
@media (min-width: 900px) { .site-installbar { display: none; } }

/* ---------- Hero (Whap Yellow block one) ---------- */
.site-hero { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); padding-top: var(--wh-space-12); padding-bottom: var(--wh-space-11); }
.site-hero__copy { grid-column: 1 / span 10; }
.site-hero__h1 { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-black); font-size: clamp(56px, 6.1vw, 88px); line-height: var(--wh-font-lineHeight-tight); letter-spacing: var(--wh-font-letterSpacing-display); color: var(--wh-text-on-brand); }
.site-hero__h1 span { display: block; }
.site-hero__body { margin-top: var(--wh-space-7); font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); max-width: 52ch; text-wrap: pretty; }
.site-hero__actions { margin-top: var(--wh-space-8); display: flex; flex-wrap: wrap; gap: var(--wh-space-3); }
.site-hero__facts { margin-top: var(--wh-space-5); }
.site-hero__trust { margin-top: var(--wh-space-3); font-size: var(--wh-font-size-13); line-height: 1.45; max-width: 68ch; }
.site-btn--on-brand.wh-btn--secondary { border-color: var(--wh-color-alpha-ink-24); color: var(--wh-text-on-brand); }
.site-btn--on-brand.wh-btn--secondary:hover { background: var(--wh-color-alpha-ink-8); }
.site-btn--on-brand.wh-btn--secondary:active { background: var(--wh-color-alpha-ink-12); }
@media (min-width: 1280px) { .site-hero__body { font-size: var(--wh-font-size-20); } }
@media (max-width: 1023px) {
  .site-hero__copy { grid-column: 1 / -1; }
  .site-hero__h1 { font-size: clamp(48px, 7.5vw, 72px); }
}
@media (max-width: 767px) { .site-hero { padding-top: var(--wh-space-10); padding-bottom: var(--wh-space-10); } }
@media (max-width: 559px) {
  .site-hero__h1 { font-size: clamp(40px, 12vw, 48px); }
  .site-hero__body { font-size: var(--wh-font-size-16); margin-top: var(--wh-space-6); }
  .site-hero__actions { flex-direction: column; margin-top: var(--wh-space-7); }
  .site-hero__actions .wh-btn { width: 100%; }
}
@media (max-width: 359px) { .site-hero__h1 { font-size: var(--wh-font-size-40); } }

/* Card strip straddling the yellow edge */
.site-strip { position: relative; background: var(--wh-bg-canvas); }
.site-strip::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 50%; background: var(--wh-bg-brand); }
.site-strip__scroller { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--wh-space-6); }
.site-strip__scroller:focus-visible { outline-offset: -2px; }
.site-truth { margin-top: var(--wh-space-4); text-align: center; font-size: var(--wh-font-size-12); line-height: var(--wh-font-lineHeight-compact); color: var(--wh-text-secondary); }
@media (max-width: 1023px) {
  .site-strip__scroller { display: flex; gap: var(--wh-space-4); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; margin-inline: calc(-1 * var(--wh-size-gutter)); padding-inline: var(--wh-size-gutter); padding-block: var(--wh-space-7); margin-block: calc(-1 * var(--wh-space-7)); scroll-padding-inline: var(--wh-size-gutter); scrollbar-width: none; }
  .site-strip__scroller::-webkit-scrollbar { display: none; }
  .site-strip__scroller > .site-lot { flex: 0 0 300px; scroll-snap-align: start; }
}
@media (max-width: 767px) { .site-strip__scroller > .site-lot { flex-basis: 280px; } }
@media (max-width: 559px) {
  .site-strip__scroller { margin-inline: calc(-1 * var(--wh-size-gutter-mobile)); padding-inline: var(--wh-size-gutter-mobile); scroll-padding-inline: var(--wh-size-gutter-mobile); }
  .site-strip__scroller > .site-lot { flex-basis: 260px; }
}
@media (max-width: 359px) { .site-strip__scroller > .site-lot { flex-basis: 240px; } }

/* Auction card */
.site-lot { position: relative; box-shadow: var(--wh-shadow-md); transition-duration: var(--wh-motion-duration-fast); }
.site-lot .wh-card__media picture { display: block; width: 100%; height: 100%; }
.site-lot:hover { box-shadow: var(--wh-shadow-lg); }
.site-lot--featured { border: calc(2 * var(--wh-border-hairline)) solid var(--wh-border-brand); }
.site-lot .wh-card__media .tl { top: 12px; left: 12px; }
.site-lot .wh-card__media .tr { top: auto; bottom: 12px; right: 12px; }
.site-chip--sm { height: 28px; padding: 0 var(--wh-space-3); font-size: var(--wh-font-size-12); cursor: default; }
.site-lot__title { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-compact); }
.site-lot__sub { margin-top: 2px; font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
.site-lot__numbers { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: var(--wh-space-3); align-items: end; padding-top: var(--wh-space-3); border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-lot__label { display: block; margin-bottom: var(--wh-space-1); font-size: var(--wh-font-size-12); font-weight: var(--wh-font-weight-semibold); line-height: 1.2; color: var(--wh-text-secondary); }
.site-lot__listed { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-medium); line-height: 1.2; font-variant-numeric: tabular-nums; white-space: nowrap; }
.site-lot__bid { text-align: right; }
.site-lot__bidval { display: inline-block; font-size: var(--wh-font-size-28); font-weight: var(--wh-font-weight-bold); line-height: 1.05; letter-spacing: var(--wh-font-letterSpacing-display-md); font-variant-numeric: tabular-nums; color: var(--wh-bid-current); white-space: nowrap; }
.site-lot__ends { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-3); }
.site-lot__ends .wh-countdown { flex-wrap: wrap; justify-content: flex-end; font-size: var(--wh-font-size-24); }
.site-lot__ends .digits { display: inline-flex; }
.site-lot__ends .digits span { display: inline-block; }
.js .site-lot__ends .digits span.tick { animation: site-digit var(--wh-motion-duration-fast) var(--wh-motion-easing-out); }
/* Under 60 seconds the whole clock ticks 1px per second (components); the per-digit rise stands down so there is one tick */
.js .site-lot__ends .wh-countdown.is-final .digits span.tick { animation: none; }
/* The final-minute loop pauses off screen and when the tab is hidden, like the live dot */
.wh-countdown.is-offscreen .digits, html.is-tab-hidden .wh-countdown .digits { animation-play-state: paused; }
/* Anti-snipe extension reads as the system's yellow-100 chip with dark yellow text (5.5:1), never loose yellow text on white */
.site-lot .wh-countdown.is-extended .ext { display: inline-block; padding: 0 var(--wh-space-2); border-radius: var(--wh-radius-pill); line-height: 1.5; background: var(--wh-status-awaiting-bg); color: var(--wh-status-awaiting-fg); }
@keyframes site-digit { from { opacity: .4; transform: translateY(1px); } to { opacity: 1; transform: none; } }
.site-lot .wh-bidpill { white-space: normal; height: auto; min-height: var(--wh-bid-pill-height); padding-block: var(--wh-space-2); line-height: 1.2; text-align: center; }
.site-lot .wh-bidpill.is-highest, .site-lot .wh-bidpill.is-outbid { box-shadow: none; }
.site-lot__action { width: 100%; white-space: normal; height: auto; min-height: var(--wh-button-lg-height); padding-block: var(--wh-space-2); line-height: 1.2; font-variant-numeric: tabular-nums; }
.site-lot__action.is-placing { animation: wh-whap var(--wh-motion-duration-whap) var(--wh-motion-easing-whap); }
.site-lot__action.is-highest { background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); border-color: transparent; cursor: default; }
.site-lot__action.is-outbid { background: var(--wh-status-outbid-bg); color: var(--wh-status-outbid-fg); border-color: transparent; }
.site-lot__helper { text-align: center; font-size: var(--wh-font-size-12); line-height: var(--wh-font-lineHeight-compact); color: var(--wh-text-secondary); }
/* Bid and settlement values flash green and settle back to Ink over 140ms in each direction, not a hard cut */
.site-lot__bidval, [data-flash-value], [data-field="settle"] { transition: color var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.is-flash { color: var(--wh-bid-flash); }
.site-lot__bidval.is-flash { color: var(--wh-bid-flash); }
/* Settlement values are 13px and 14px small text, so they flash the darker winner green (5.0:1 on white); --wh-bid-flash stays for the 28px bid */
.wh-settle .is-flash { color: var(--wh-status-winner-fg); }
@media (max-width: 559px) { .site-lot__bidval { font-size: var(--wh-font-size-24); } }
/* In the narrow 4-up band the two six-figure prices do not fit side by side at 28px, so the current bid drops under the listed price */
@media (min-width: 1024px) and (max-width: 1199px) {
  .site-lot__numbers { grid-template-columns: minmax(0, 1fr); }
  .site-lot__bid { text-align: left; }
}

/* ---------- Section 2: The problem ---------- */
.site-problems { grid-column: 1 / -1; margin-top: var(--wh-space-10); border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-problems__row { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr); gap: var(--wh-space-6); padding-block: var(--wh-space-8); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-problems__num { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-44); line-height: 1; letter-spacing: -0.015em; font-variant-numeric: tabular-nums; color: var(--wh-text-tertiary); }
.site-problems__title { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-24); line-height: 1.15; letter-spacing: -0.005em; color: var(--wh-text-primary); }
.site-problems__body { font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 60ch; }
.site-problems__close { grid-column: 1 / -1; margin-top: var(--wh-space-10); text-align: center; font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-primary); }
@media (max-width: 1023px) {
  .site-problems__row { grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr); }
  .site-problems__body { font-size: var(--wh-font-size-16); }
}
@media (max-width: 767px) {
  .site-problems__row { grid-template-columns: 64px minmax(0, 1fr); row-gap: var(--wh-space-3); }
  .site-problems__num { font-size: var(--wh-font-size-32); }
  .site-problems__body { grid-column: 1 / -1; }
}
@media (max-width: 559px) {
  .site-problems { margin-top: var(--wh-space-8); }
  .site-problems__row { grid-template-columns: 48px minmax(0, 1fr); padding-block: var(--wh-space-7); }
  .site-problems__num { font-size: var(--wh-font-size-24); }
  .site-problems__close { text-align: left; margin-top: var(--wh-space-8); }
}

/* ---------- Section 3: How it works ---------- */
.site-chips { display: flex; flex-wrap: wrap; align-items: center; gap: var(--wh-space-2); }
.site-chips .wh-chip { font-variant-numeric: tabular-nums; }
.site-section__head > .site-chips { margin-top: var(--wh-space-7); }
.site-timeline { position: relative; }
.site-timeline__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: var(--wh-space-6); }
.site-timeline__rail { position: absolute; top: 15px; left: 16px; right: 16px; height: calc(2 * var(--wh-border-hairline)); background: var(--wh-border-default); transform-origin: left center; }
.site-timeline__step { position: relative; display: flex; flex-direction: column; gap: var(--wh-space-3); }
.site-timeline__node { position: relative; width: 32px; height: 32px; border-radius: var(--wh-radius-pill); background: var(--wh-bg-surface); border: var(--wh-border-hairline) solid var(--wh-border-strong); display: grid; place-items: center; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-bold); font-variant-numeric: tabular-nums; color: var(--wh-text-primary); }
.site-timeline__node--payoff { background: var(--wh-action-primary-bg); color: var(--wh-action-primary-fg); border-color: transparent; }
.site-timeline__title { display: flex; flex-wrap: wrap; align-items: center; gap: var(--wh-space-2); margin-top: var(--wh-space-2); }
.site-timeline__body { font-size: var(--wh-font-size-15); line-height: 1.45; color: var(--wh-text-secondary); max-width: 30ch; }
.site-timeline__body .site-code { white-space: normal; overflow-wrap: anywhere; }
.js [data-timeline]:not(.is-in) .site-timeline__rail { transform: scaleX(0); }
.js [data-timeline]:not(.is-in) .site-timeline__node { transform: scale(.8); opacity: 0; }
.js [data-timeline]:not(.is-in) .site-timeline__badge { opacity: 0; }
.js [data-timeline].is-in .site-timeline__rail { transform: none; transition: transform var(--wh-motion-duration-whap) var(--wh-motion-easing-out); }
.js [data-timeline].is-in .site-timeline__node { transform: none; opacity: 1; transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-out); transition-delay: min(calc(var(--i, 0) * var(--wh-motion-stagger-step) + var(--wh-motion-duration-fast)), var(--wh-motion-stagger-max)); }
.js [data-timeline].is-in .site-timeline__badge { opacity: 1; transition: opacity var(--wh-motion-duration-base) var(--wh-motion-easing-out); transition-delay: var(--wh-motion-stagger-max); }
.site-settle-wrap { max-width: 560px; margin: var(--wh-space-10) auto 0; display: flex; flex-direction: column; gap: var(--wh-space-4); align-items: center; text-align: center; }
.site-settle-wrap .wh-settle { width: 100%; text-align: left; box-shadow: var(--wh-shadow-sm); }
.wh-settle .head { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-3); font-size: var(--wh-font-size-12); font-weight: var(--wh-font-weight-semibold); color: var(--wh-text-secondary); }
.wh-settle .r.big .v { font-size: var(--wh-font-size-20); }
.site-settle__captured { display: inline-flex; align-items: center; gap: var(--wh-space-2); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-win); }
.site-settle__captured svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.2; flex: none; }
.js [data-flash]:not(.is-in) .site-settle__captured { opacity: 0; }
.js [data-flash].is-in .site-settle__captured { opacity: 1; transition: opacity var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-settle-wrap .site-caption { color: var(--wh-text-secondary); font-size: var(--wh-font-size-14); }
.site-settle-wrap .site-footnote { margin-top: 0; text-align: center; }
@media (max-width: 1023px) { .site-timeline__body { font-size: var(--wh-font-size-14); } }
@media (max-width: 767px) {
  .site-timeline__steps { grid-template-columns: 1fr; gap: var(--wh-space-7); }
  .site-timeline__rail { top: 16px; bottom: 16px; left: 15px; right: auto; width: calc(2 * var(--wh-border-hairline)); height: auto; transform-origin: center top; }
  .js [data-timeline]:not(.is-in) .site-timeline__rail { transform: scaleY(0); }
  .site-timeline__step { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: var(--wh-space-5); row-gap: var(--wh-space-2); }
  .site-timeline__node { grid-row: 1 / span 3; }
  .site-timeline__title { margin-top: var(--wh-space-1); }
  .site-timeline__body { grid-column: 2; max-width: 60ch; font-size: var(--wh-font-size-15); }
  .site-settle-wrap { margin-top: var(--wh-space-8); }
}
@media (max-width: 559px) {
  .site-timeline__node { width: 28px; height: 28px; font-size: var(--wh-font-size-13); }
  .site-timeline__rail { left: 13px; }
  .site-timeline__step { grid-template-columns: 28px minmax(0, 1fr); }
  .site-timeline__title .site-h3 { font-size: var(--wh-font-size-16); }
  .site-settle-wrap .wh-settle { padding: var(--wh-space-4); }
}

/* ---------- Section 4: Compare ---------- */
.site-compare__card { position: relative; border-radius: var(--wh-radius-lg); border: var(--wh-border-hairline) solid var(--wh-border-default); background: var(--wh-bg-surface); box-shadow: var(--wh-shadow-sm); overflow: hidden; }
.site-compare__scroller { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; }
.site-compare__swipe { display: none; margin-bottom: var(--wh-space-2); font-size: var(--wh-font-size-12); color: var(--wh-text-secondary); text-align: right; }
.site-compare table { width: 100%; min-width: 100%; }
.site-compare th, .site-compare td { padding: 0 var(--wh-space-4); text-align: center; vertical-align: middle; border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-compare thead th { height: 56px; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-semibold); line-height: 1.2; color: var(--wh-text-primary); background: var(--wh-bg-surface-2); }
.site-compare tbody th { height: 64px; text-align: left; font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-regular); line-height: 1.35; color: var(--wh-text-primary); min-width: 320px; padding-block: var(--wh-space-3); }
.site-compare tbody tr:last-child th, .site-compare tbody tr:last-child td { border-bottom: 0; }
.site-compare .site-compare__ours { background: var(--wh-bg-brand-subtle); border-left: var(--wh-border-hairline) solid var(--wh-border-default); border-right: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-compare thead th.site-compare__ours { background: var(--wh-bg-brand-subtle); }
.site-compare thead th.site-compare__ours { font-weight: var(--wh-font-weight-bold); }
.site-compare col.site-compare__c-app { width: 120px; }
.site-compare col.site-compare__c-wide { width: 140px; }
.site-mark { display: inline-block; width: 12px; height: 12px; border-radius: var(--wh-radius-pill); vertical-align: middle; position: relative; overflow: hidden; }
.site-mark--yes { background: var(--wh-bg-inverse); }
.site-mark--no { border: calc(1.5 * var(--wh-border-hairline)) solid var(--wh-border-strong); }
.site-mark--partial { border: calc(1.5 * var(--wh-border-hairline)) solid var(--wh-border-strong); }
.site-mark--partial::before { content: ""; position: absolute; top: -2px; bottom: -2px; left: -2px; width: calc(50% + 2px); background: var(--wh-bg-inverse); }
.js [data-compare]:not(.is-in) .site-compare__ours .site-mark { transform: scale(.6); opacity: 0; }
.js [data-compare].is-in .site-compare__ours .site-mark { transform: none; opacity: 1; transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-out); transition-delay: min(calc(var(--i, 0) * var(--wh-motion-stagger-step)), var(--wh-motion-stagger-max)); }
.site-compare__legend { display: flex; flex-wrap: wrap; gap: var(--wh-space-2) var(--wh-space-6); margin-top: var(--wh-space-4); font-size: var(--wh-font-size-13); color: var(--wh-text-secondary); }
.site-compare__legend li { display: inline-flex; align-items: center; gap: var(--wh-space-2); }
@media (max-width: 1023px) {
  .site-compare tbody th { min-width: 240px; }
  .site-compare col.site-compare__c-app, .site-compare col.site-compare__c-wide { width: 104px; }
}
/* Segmented compare (JS, below 900): one tablist over one seven-row list; the table stays in the DOM for assistive tech */
.site-compare__seg { display: none; }
.site-compare__seg .wh-seg { display: flex; flex-wrap: wrap; width: 100%; }
/* The tabs are the only way to see competitor columns on a phone, so they are 44px tall; the thumb reads offsetHeight */
.site-compare__seg .wh-seg button { flex: 1 1 auto; min-height: var(--wh-size-touch-min); white-space: nowrap; }
/* The thumb slides (transform); its width snaps, since width never animates */
.site-compare__seg .wh-seg .thumb { top: 0; height: var(--h, 0px); transform: translate(var(--x, 0px), var(--y, 0px)); transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy); }
/* Below 440 the five tabs cannot share one row; three plus two reads as one control, four plus one does not */
@media (max-width: 439px) { .site-compare__seg .wh-seg button { flex-basis: 30%; } }
.site-compare__list { margin-top: var(--wh-space-4); border-radius: var(--wh-radius-lg); border: var(--wh-border-hairline) solid var(--wh-border-default); background: var(--wh-bg-surface); box-shadow: var(--wh-shadow-sm); overflow: hidden; }
.site-compare__list li { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-4); min-height: 64px; padding: var(--wh-space-3) var(--wh-space-4); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); font-size: var(--wh-font-size-15); line-height: 1.35; color: var(--wh-text-primary); }
.site-compare__list li:last-child { border-bottom: 0; }
.site-compare__list .site-compare__cell { display: inline-flex; align-items: center; gap: var(--wh-space-2); flex: none; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-semibold); white-space: nowrap; transition: opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.site-compare__list.is-swapping .site-compare__cell { opacity: 0; }
.site-compare__list.is-ours { background: var(--wh-bg-brand-subtle); }
@media (max-width: 899px) {
  .site-compare__swipe { display: block; }
  .site-compare table { width: max-content; min-width: 100%; }
  .site-compare tbody th, .site-compare thead th:first-child { position: sticky; left: 0; z-index: 1; background: var(--wh-bg-surface); border-right: var(--wh-border-hairline) solid var(--wh-border-default); }
  .site-compare thead th:first-child { background: var(--wh-bg-surface-2); }
  .site-compare th, .site-compare td { padding-inline: var(--wh-space-3); }
  /* No-JS scroller: cap the feature column so at least one competitor peeks at every width */
  .site-compare tbody th { width: 240px; min-width: 240px; max-width: 240px; }
  .js .site-compare__seg.is-built { display: block; }
  .js .site-compare__seg.is-built ~ .site-compare__swipe, .js .site-compare__seg.is-built ~ .site-compare__card { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; box-shadow: none; }
}
@media (max-width: 559px) {
  .site-compare tbody th { width: 140px; min-width: 140px; max-width: 140px; font-size: var(--wh-font-size-14); }
  .site-compare col.site-compare__c-app, .site-compare col.site-compare__c-wide { width: 96px; }
  .site-compare__list li { padding-inline: var(--wh-space-3); }
}

/* ---------- Section 5: Power Auction ---------- */
.site-power__text { grid-column: 1 / span 6; }
.site-power__panelwrap { grid-column: 7 / span 6; align-self: start; }
.site-power__items { margin-top: var(--wh-space-8); border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-power__item { padding-block: var(--wh-space-6); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-power__item .site-body { margin-top: var(--wh-space-2); }
.site-power__panel { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); border-radius: var(--wh-radius-2xl); padding: var(--wh-space-8); display: flex; flex-direction: column; gap: var(--wh-space-4); }
.site-power__panel .site-caption { color: var(--wh-text-on-brand); text-align: center; }
.site-settings { background: var(--wh-bg-surface); color: var(--wh-text-primary); border-radius: var(--wh-radius-lg); border: var(--wh-border-hairline) solid var(--wh-border-default); box-shadow: var(--wh-shadow-md); padding: var(--wh-space-5); display: flex; flex-direction: column; }
.site-settings__head { font-size: var(--wh-font-size-12); font-weight: var(--wh-font-weight-semibold); color: var(--wh-text-secondary); padding-bottom: var(--wh-space-3); }
.site-settings__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--wh-space-4); align-items: center; padding-block: var(--wh-space-4); border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-settings__title { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-compact); }
.site-settings__help { margin-top: 2px; font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
.site-settings .wh-toggle { display: inline-block; cursor: default; }
.site-settings__foot { margin-top: var(--wh-space-2); display: flex; align-items: flex-start; gap: var(--wh-space-3); padding: var(--wh-space-4); border-radius: var(--wh-radius-md); background: var(--wh-bg-surface-2); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); line-height: 1.45; color: var(--wh-text-primary); }
.site-settings__foot .wh-badge { flex: none; margin-top: 1px; }
.js [data-power]:not(.is-in) .wh-toggle.is-on::after { transform: none; }
.js [data-power].is-in .wh-toggle.is-on::after { transform: translateX(18px); transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy); transition-delay: min(calc(var(--i, 0) * var(--wh-motion-stagger-step)), var(--wh-motion-stagger-max)); }
@media (max-width: 1023px) { .site-power__panel { padding: var(--wh-space-7); } }
@media (max-width: 767px) {
  .site-power__text, .site-power__panelwrap { grid-column: 1 / -1; }
  .site-power__panelwrap { margin-top: var(--wh-space-8); }
  .site-power__panel { padding: var(--wh-space-6); }
}
@media (max-width: 559px) {
  .site-power__panel { padding: var(--wh-space-4); border-radius: var(--wh-radius-xl); }
  .site-settings { padding: var(--wh-space-4); }
}

/* ---------- Section 6: Bento and ledger ---------- */
.site-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--wh-space-4); }
.site-tile { position: relative; display: flex; flex-direction: column; gap: var(--wh-space-2); min-height: 260px; padding: var(--wh-space-6); border-radius: var(--wh-radius-lg); border: var(--wh-border-hairline) solid transparent; }
/* Ink tiles share the ledger's Ink (#211F20 under the dark theme); #161415 is the live-selling surface, not marketing Ink */
.site-tile--ink { background: var(--wh-bg-surface-2); color: var(--wh-text-primary); }
.site-tile--live { background: var(--wh-bg-surface); color: var(--wh-text-primary); border-color: var(--wh-border-default); }
.site-tile--brand { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); }
.site-tile__over { font-size: var(--wh-font-size-11); font-weight: var(--wh-font-weight-bold); line-height: 1.2; letter-spacing: var(--wh-font-letterSpacing-overline); text-transform: uppercase; color: var(--wh-text-secondary); }
.site-tile--brand .site-tile__over { color: var(--wh-text-on-brand); }
.site-tile__amt { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-40); font-weight: var(--wh-font-weight-heavy); line-height: 1; letter-spacing: var(--wh-font-letterSpacing-display-md); font-variant-numeric: tabular-nums; margin-top: var(--wh-space-1); }
.site-tile__h3 { margin-top: var(--wh-space-3); font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-compact); }
.site-tile__body { font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
.site-tile--brand .site-tile__body { color: var(--wh-text-on-brand); }
.site-tile__live { position: absolute; top: var(--wh-space-5); right: var(--wh-space-5); }
.site-settle--mini { margin-top: var(--wh-space-3); padding: var(--wh-space-3); border-radius: var(--wh-radius-md); gap: var(--wh-space-2); }
.site-settle--mini .head { font-size: var(--wh-font-size-12); }
.site-settle--mini .r { font-size: var(--wh-font-size-13); }
.site-settle--mini .r.net { padding-top: var(--wh-space-2); }
.site-settle--mini .r.net .v { font-size: var(--wh-font-size-20); }
.site-settle--mini .site-settle__captured { font-size: var(--wh-font-size-12); }
.site-ledger { margin-top: var(--wh-space-4); padding: var(--wh-space-8); border-radius: var(--wh-radius-lg); background: var(--wh-bg-surface-2); color: var(--wh-text-primary); }
.site-ledger__row { display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: var(--wh-space-6); align-items: center; padding-bottom: var(--wh-space-6); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-ledger__row .site-body { color: var(--wh-text-secondary); }
.site-ledger__rate { text-align: right; }
.site-ledger__rate .site-num { display: block; font-size: var(--wh-font-size-24); font-weight: var(--wh-font-weight-bold); line-height: 1.1; letter-spacing: var(--wh-font-letterSpacing-display-md); }
.site-ledger__rate .site-caption { color: var(--wh-text-secondary); margin-top: var(--wh-space-1); }
.site-ledger__total { padding-block: var(--wh-space-6); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--wh-space-3) var(--wh-space-6); }
.site-ledger__total .site-h3 { color: var(--wh-text-primary); }
.site-ledger__big { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--wh-space-2) var(--wh-space-4); }
.site-ledger__big .site-num { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-56); font-weight: var(--wh-font-weight-heavy); line-height: 1; letter-spacing: var(--wh-font-letterSpacing-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.site-ledger__big .site-caption { color: var(--wh-text-secondary); font-size: var(--wh-font-size-14); }
.site-ledger__close { padding-top: var(--wh-space-6); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--wh-space-6); align-items: center; }
.site-ledger__zero { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-32); font-weight: var(--wh-font-weight-heavy); line-height: 1.08; letter-spacing: var(--wh-font-letterSpacing-display-md); font-variant-numeric: tabular-nums; }
.site-ledger__fee { margin-top: var(--wh-space-1); font-size: var(--wh-font-size-16); color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.site-ledger__cta { display: flex; flex-direction: column; align-items: flex-end; gap: var(--wh-space-3); text-align: right; }
.site-ledger__cta .site-risk { color: var(--wh-text-secondary); }
[data-tick] { display: inline-block; font-variant-numeric: tabular-nums; text-align: inherit; }
/* The total keeps its plus sign next to the digits while the shorter roll value sits inside the locked width */
.site-ledger__big .site-num [data-tick] { text-align: right; }
@media (max-width: 1023px) { .site-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .site-ledger__row { grid-template-columns: 1fr; gap: var(--wh-space-3); }
  .site-ledger__rate { text-align: left; }
  .site-ledger__big .site-num { font-size: var(--wh-font-size-44); }
  .site-ledger__close { grid-template-columns: 1fr; }
  .site-ledger__cta { align-items: stretch; text-align: left; }
  .site-ledger__cta .wh-btn { width: 100%; }
}
@media (max-width: 559px) {
  .site-bento { grid-template-columns: 1fr; }
  .site-tile { min-height: 0; padding: var(--wh-space-5); }
  .site-tile__amt { font-size: var(--wh-font-size-32); }
  .site-ledger { padding: var(--wh-space-6); }
  .site-ledger__big .site-num { font-size: var(--wh-font-size-40); }
  .site-ledger__zero { font-size: var(--wh-font-size-28); }
}
/* Where the tile is narrower than about 310px (one column below 360, two columns from 560 to 679) the live badge leaves the corner so it never covers the overline */
@media (max-width: 359px), (min-width: 560px) and (max-width: 679px) {
  .site-tile__live { position: static; align-self: flex-start; order: -1; margin-bottom: var(--wh-space-2); }
}

/* ---------- Section 7: Founder ---------- */
.site-founder { grid-column: 3 / span 8; max-width: 760px; }
.site-founder blockquote { margin-top: var(--wh-space-6); font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-32); font-weight: var(--wh-font-weight-heavy); line-height: 1.15; letter-spacing: var(--wh-font-letterSpacing-display-md); color: var(--wh-text-primary); text-wrap: pretty; }
.site-founder__who { display: flex; align-items: center; gap: var(--wh-space-4); margin-top: var(--wh-space-7); }
.site-avatar { width: var(--wh-avatar-lg); height: var(--wh-avatar-lg); flex: none; border-radius: var(--wh-radius-tile); background: var(--wh-bg-inverse); color: var(--wh-text-inverse); display: grid; place-items: center; font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-bold); }
.site-founder__name { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-compact); }
.site-founder__role { font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
@media (max-width: 1023px) { .site-founder { grid-column: 2 / span 10; } }
@media (max-width: 767px) {
  .site-founder { grid-column: 1 / -1; }
  .site-founder blockquote { font-size: var(--wh-font-size-24); letter-spacing: -0.005em; }
  .site-avatar { width: var(--wh-avatar-md); height: var(--wh-avatar-md); font-size: var(--wh-font-size-13); }
}

/* ---------- Section 8: No catch (Whap Yellow block two) ---------- */
.site-nocatch__grid { grid-column: 1 / -1; margin-top: var(--wh-space-10); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--wh-space-6); }
.site-nocatch__cell { border-top: var(--wh-border-hairline) solid var(--wh-color-alpha-ink-24); padding-top: var(--wh-space-6); display: flex; flex-direction: column; gap: var(--wh-space-3); }
.site-nocatch__cell h3 { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-24); font-weight: var(--wh-font-weight-heavy); line-height: 1.15; letter-spacing: -0.005em; text-wrap: pretty; }
.site-nocatch__cell p { font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); max-width: 32ch; }
.site-nocatch__cta { grid-column: 1 / -1; margin-top: var(--wh-space-10); display: flex; flex-direction: column; align-items: flex-start; gap: var(--wh-space-3); }
@media (max-width: 1023px) { .site-nocatch__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: var(--wh-space-8); } }
@media (max-width: 559px) {
  .site-nocatch__grid { grid-template-columns: 1fr; row-gap: var(--wh-space-7); margin-top: var(--wh-space-8); }
  .site-nocatch__cta { margin-top: var(--wh-space-8); align-items: stretch; }
  .site-nocatch__cta .wh-btn { width: 100%; }
}

/* ---------- Section 9: Pricing ---------- */
.site-pricing__tablewrap { grid-column: 1 / span 8; }
.site-pricing__rail { grid-column: 10 / span 3; display: flex; flex-direction: column; gap: var(--wh-space-6); }
.site-pricing__card { border-radius: var(--wh-radius-lg); border: var(--wh-border-hairline) solid var(--wh-border-default); background: var(--wh-bg-surface); box-shadow: var(--wh-shadow-sm); overflow: hidden; }
.site-pricing__table { width: 100%; table-layout: auto; }
.site-pricing__table th, .site-pricing__table td { padding: 0 var(--wh-space-5); text-align: left; vertical-align: middle; border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-pricing__table thead th { height: 48px; font-size: var(--wh-font-size-13); font-weight: var(--wh-font-weight-semibold); color: var(--wh-text-secondary); background: var(--wh-bg-surface-2); white-space: nowrap; }
.site-pricing__table tbody th, .site-pricing__table tbody td { height: 80px; }
.site-pricing__table tbody tr:last-child th, .site-pricing__table tbody tr:last-child td { border-bottom: 0; }
.site-pricing__table tbody th { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-primary); }
.site-pricing__cap { display: none; margin-top: 2px; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-regular); color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.site-pricing__rate, .site-pricing__max { font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; white-space: nowrap; }
.site-pricing__rate { width: 120px; }
.site-pricing__max { width: 160px; }
.site-pricing__keep { width: 200px; background: var(--wh-bg-brand-subtle); border-left: var(--wh-border-hairline) solid var(--wh-border-default); border-right: var(--wh-border-hairline) solid var(--wh-border-default); font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-40); font-weight: var(--wh-font-weight-heavy); line-height: 1; letter-spacing: var(--wh-font-letterSpacing-display-md); font-variant-numeric: tabular-nums; color: var(--wh-text-primary); white-space: nowrap; }
.site-pricing__table thead th.site-pricing__keep { font-family: var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-13); font-weight: var(--wh-font-weight-semibold); color: var(--wh-text-primary); letter-spacing: 0; background: var(--wh-bg-brand-subtle); }
.site-worked { box-shadow: var(--wh-shadow-sm); }
.site-worked .foot { font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-win); }
.site-checks { border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-checks li { display: flex; align-items: center; gap: var(--wh-space-3); padding-block: var(--wh-space-3); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-medium); }
.site-checks svg { width: var(--wh-size-icon-sm); height: var(--wh-size-icon-sm); flex: none; stroke: currentColor; fill: none; stroke-width: 2.2; }
.site-pricing__cta { display: flex; flex-direction: column; gap: var(--wh-space-3); }
.site-pricing__cta .wh-btn { width: 100%; }
.site-pricing__rail .site-footnote { margin-top: 0; }
@media (max-width: 1279px) { .site-pricing__rail { grid-column: 9 / span 4; } }
@media (max-width: 1023px) {
  .site-pricing__tablewrap { grid-column: 1 / -1; }
  .site-pricing__rail { grid-column: 1 / -1; margin-top: var(--wh-space-8); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: var(--wh-space-6); }
  .site-pricing__rail .site-footnote { grid-column: 1 / -1; }
  .site-pricing__keep { font-size: var(--wh-font-size-28); width: 160px; }
  .site-pricing__rate { width: 100px; }
  .site-pricing__max { width: 130px; }
}
@media (max-width: 767px) {
  .site-pricing__rail { grid-template-columns: 1fr; }
  .site-pricing__table th, .site-pricing__table td { padding-inline: var(--wh-space-4); }
  .site-pricing__table tbody th { font-size: var(--wh-font-size-15); }
  .site-pricing__rate, .site-pricing__max { font-size: var(--wh-font-size-15); width: auto; }
  .site-pricing__keep { width: auto; }
}
@media (max-width: 559px) {
  .site-pricing__table th, .site-pricing__table td { padding-inline: var(--wh-space-2); }
  .site-pricing__table th:first-child, .site-pricing__table td:first-child { padding-left: var(--wh-space-3); }
  .site-pricing__table th:last-child, .site-pricing__table td:last-child { padding-right: var(--wh-space-3); }
  .site-pricing__table tbody th, .site-pricing__table tbody td { height: 64px; }
  .site-pricing__table thead th { white-space: normal; }
  .site-pricing__max { display: none; }
  .site-pricing__cap { display: block; }
  .site-pricing__rate { font-size: var(--wh-font-size-14); }
  .site-pricing__keep { font-size: var(--wh-font-size-24); }
  .site-pricing__table tbody th { font-size: var(--wh-font-size-14); }
}
@media (max-width: 359px) {
  .site-pricing__keep { font-size: var(--wh-font-size-20); font-family: var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-bold); letter-spacing: 0; }
}

/* ---------- Section 10: FAQ accordion ---------- */
.site-faq__head { grid-column: 1 / span 5; align-self: start; position: sticky; top: calc(var(--wh-nav-height) + var(--wh-space-4)); }
.site-faq__list { grid-column: 6 / span 7; }
.site-acc { border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-acc:last-of-type { border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-acc summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-4); padding-block: var(--wh-space-6); cursor: pointer; }
.site-acc summary::-webkit-details-marker { display: none; }
.site-acc summary .site-h3 { text-wrap: pretty; }
.site-acc__chev { flex: none; width: var(--wh-size-icon); height: var(--wh-size-icon); color: var(--wh-text-primary); transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-acc__chev svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 2; }
.site-acc[open] .site-acc__chev { transform: rotate(180deg); }
.site-acc:not([open]) .site-acc__chev { transition-duration: calc(var(--wh-motion-duration-base) * var(--wh-motion-exit-ratio)); transition-timing-function: var(--wh-motion-easing-in); }
.site-acc__panel { padding: var(--wh-space-3) 0 var(--wh-space-6); font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 68ch; }
.site-acc__panel p + p { margin-top: var(--wh-space-3); }
.js .site-acc[open] .site-acc__panel { animation: site-fade-up var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
.site-faq__more { margin-top: var(--wh-space-6); display: inline-flex; align-items: center; gap: var(--wh-space-2); min-height: var(--wh-size-touch-min); font-size: var(--wh-font-size-16); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-primary); text-decoration: none; }
.site-faq__more:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-faq__more svg { width: var(--wh-size-icon-sm); height: var(--wh-size-icon-sm); stroke: currentColor; fill: none; stroke-width: 2; }
@media (max-width: 1023px) {
  .site-faq__head { grid-column: 1 / span 4; position: static; }
  .site-faq__list { grid-column: 5 / span 8; }
}
@media (max-width: 767px) {
  .site-faq__head, .site-faq__list { grid-column: 1 / -1; }
  .site-faq__list { margin-top: var(--wh-space-8); }
}
@media (max-width: 559px) {
  .site-acc summary { padding-block: var(--wh-space-5); }
  .site-acc summary .site-h3 { font-size: var(--wh-font-size-16); }
}

/* ---------- Section 11: Final CTA (Whap Yellow block three) ---------- */
.site-cta { padding-top: var(--wh-space-13); padding-bottom: var(--wh-space-12); }
.site-cta__copy { grid-column: 1 / span 9; }
.site-cta__h2 { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-black); font-size: clamp(56px, 6.1vw, 88px); line-height: var(--wh-font-lineHeight-tight); letter-spacing: var(--wh-font-letterSpacing-display); color: var(--wh-text-on-brand); }
.site-cta__h2 span { display: block; }
.site-cta__body { margin-top: var(--wh-space-7); font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); max-width: 52ch; text-wrap: pretty; }
.site-cta__actions { margin-top: var(--wh-space-8); display: flex; flex-wrap: wrap; gap: var(--wh-space-3); }
.site-cta__facts { margin-top: var(--wh-space-5); }
@media (min-width: 1280px) { .site-cta__body { font-size: var(--wh-font-size-20); } }
@media (max-width: 1023px) {
  .site-cta__copy { grid-column: 1 / -1; }
  .site-cta__h2 { font-size: clamp(48px, 7.5vw, 72px); }
}
@media (max-width: 767px) { .site-cta { padding-top: var(--wh-space-12); padding-bottom: var(--wh-space-10); } }
@media (max-width: 559px) {
  .site-cta__h2 { font-size: var(--wh-font-size-44); line-height: 1.02; letter-spacing: -0.015em; }
  .site-cta__body { font-size: var(--wh-font-size-16); margin-top: var(--wh-space-6); }
  .site-cta__actions { flex-direction: column; }
  .site-cta__actions .wh-btn { width: 100%; }
}
@media (max-width: 359px) { .site-cta__h2 { font-size: var(--wh-font-size-40); } }

/* ---------- Footer (tail of the yellow finale) ---------- */
.site-footer { background: var(--wh-bg-brand); color: var(--wh-text-on-brand); padding-bottom: var(--wh-space-6); }
/* The top rule is drawn inside the container's padding box so it is exactly as wide as the wordmark and the legal rule */
.site-footer > .site-container::before { content: ""; display: block; border-top: var(--wh-border-hairline) solid var(--wh-color-alpha-ink-24); margin-bottom: var(--wh-space-9); }
.site-footer__wordmark { color: var(--wh-text-on-brand); }
.site-footer__wordmark svg { width: 100%; height: auto; display: block; }
.site-footer__wordmark .word { fill: currentColor; }
.js .site-footer__wordmark { opacity: 0; transform: translateY(var(--wh-motion-stagger-distance)); }
.js .site-footer__wordmark.is-in { opacity: 1; transform: none; transition: opacity var(--wh-motion-duration-slow) var(--wh-motion-easing-out), transform var(--wh-motion-duration-slow) var(--wh-motion-easing-out); }
.site-footer__map { margin-top: var(--wh-space-10); display: grid; grid-template-columns: 4fr 2fr 2fr 2fr 2fr; gap: var(--wh-space-8) var(--wh-space-6); }
.site-footer__about { display: flex; flex-direction: column; gap: var(--wh-space-4); }
.site-footer__about .site-logo { height: 28px; }
.site-footer__about p { font-size: var(--wh-font-size-15); line-height: var(--wh-font-lineHeight-body); max-width: 36ch; }
.site-footer__map h2 { font-size: var(--wh-font-size-13); font-weight: var(--wh-font-weight-semibold); line-height: 1.3; margin-bottom: var(--wh-space-3); }
.site-footer__map ul { display: flex; flex-direction: column; gap: var(--wh-space-1); }
.site-footer__map li a { display: inline-flex; align-items: center; min-height: 32px; font-size: var(--wh-font-size-15); line-height: 1.3; color: inherit; text-decoration: none; }
.site-footer__map li a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer__legal { margin-top: var(--wh-space-10); padding-top: var(--wh-space-6); border-top: var(--wh-border-hairline) solid var(--wh-color-alpha-ink-24); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--wh-space-4); font-size: var(--wh-font-size-13); }
@media (max-width: 1023px) {
  .site-footer__map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__about { grid-column: 1 / -1; }
}
@media (max-width: 1023px) { .site-footer__map li a { min-height: var(--wh-size-touch-min); } }
@media (max-width: 559px) {
  .site-footer__map { grid-template-columns: 1fr; gap: var(--wh-space-7); margin-top: var(--wh-space-8); }
  .site-footer__legal { flex-direction: column; text-align: center; margin-top: var(--wh-space-8); }
}

/* Arctic Grey signature (locked markup, recolored Ink on yellow) */
.site-signature { display: flex; justify-content: center; }
.site-signature a { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; min-height: var(--wh-size-touch-min); padding: var(--wh-space-2) var(--wh-space-4); border-radius: var(--wh-radius-pill); font-size: var(--wh-font-size-13); font-weight: var(--wh-font-weight-regular); letter-spacing: var(--wh-font-letterSpacing-normal); color: var(--wh-text-on-brand); text-decoration: none; transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-standard); }
.site-signature a:hover { background: var(--wh-color-alpha-ink-8); transform: translateY(-1px); }
.site-signature .ag-heart { width: 15px; height: 15px; margin-top: 2px; fill: currentColor; transform-origin: center; animation: site-heartbeat var(--wh-motion-duration-toast-dwell) var(--wh-motion-easing-standard) infinite; }
.site-signature .ag-coffee { width: 22px; height: 22px; margin-top: -4px; fill: currentColor; transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-standard); }
.site-signature a:hover .ag-coffee { transform: rotate(-6deg); }
.site-signature .ag-steam { opacity: 0; animation: site-steam calc(var(--wh-motion-duration-pulse) * 1.5) var(--wh-motion-easing-standard) infinite; }
.site-signature .ag-steam:nth-child(2) { animation-delay: calc(var(--wh-motion-duration-pulse) * .5); }
.site-signature .ag-steam:nth-child(3) { animation-delay: var(--wh-motion-duration-pulse); }
@keyframes site-heartbeat { 0%, 100% { transform: scale(1); } 6% { transform: scale(1.1); } 12% { transform: scale(1); } 18% { transform: scale(1.1); } 24% { transform: scale(1); } }
@keyframes site-steam { 0% { transform: translateY(1.6px); opacity: 0; } 50% { opacity: 1; } 100% { transform: translateY(-2.6px); opacity: 0; } }

/* ---------- Video dialog ---------- */
.site-video { position: fixed; inset: 0; margin: auto; width: min(100% - 2 * var(--wh-size-gutter), var(--wh-modal-maxWidth-xl)); max-width: none; max-height: none; padding: 0; border: 0; border-radius: var(--wh-radius-xl); background: var(--wh-bg-inverse); color: var(--wh-text-inverse); box-shadow: var(--wh-shadow-lg); overflow: visible; z-index: var(--wh-z-modal); }
.site-video[open] { display: block; animation: site-fade-up var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
.site-video::backdrop { background: var(--wh-bg-overlay); }
.site-video__close { position: absolute; top: calc(-1 * var(--wh-button-lg-height) - var(--wh-space-2)); right: 0; background: var(--wh-bg-surface); color: var(--wh-text-primary); border-color: transparent; }
.site-video__frame { position: relative; aspect-ratio: 16 / 9; width: 100%; border-radius: var(--wh-radius-xl); overflow: hidden; background: var(--wh-bg-inverse); }
.site-video__frame.wh-skeleton { background: var(--wh-bg-inverse); }
.site-video__frame img, .site-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.site-video__frame iframe { opacity: 0; transition: opacity var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-video__frame.is-loaded iframe { opacity: 1; }
.site-video__frame.is-loaded::after { display: none; }
@media (max-width: 559px) {
  .site-video { top: auto; bottom: 0; margin: 0; width: 100%; border-radius: var(--wh-radius-xl) var(--wh-radius-xl) 0 0; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .site-video__frame { border-radius: var(--wh-radius-xl) var(--wh-radius-xl) 0 0; }
}

/* ---------- Loops pause off screen and when the tab is hidden: live dots and the signature ---------- */
.wh-badge.is-offscreen .dot, html.is-tab-hidden .wh-badge .dot, .site-signature.is-offscreen .ag-heart, .site-signature.is-offscreen .ag-steam, html.is-tab-hidden .site-signature .ag-heart, html.is-tab-hidden .site-signature .ag-steam { animation-play-state: paused; }

/* ---------- Touch hit areas (below 1024 the bar is in its Menu layout): 36px chips, 32px small buttons and the two logo links reach 44px without changing their visual size ---------- */
@media (max-width: 1023px) {
  .site-chips button.wh-chip, .site-more__btn, .site-acc__cta .wh-btn--sm, .site-latest .wh-btn--sm, .site-bar__logo, .site-footer__about .site-logo, .site-release__v { position: relative; }
  .site-chips button.wh-chip::after, .site-more__btn::after, .site-acc__cta .wh-btn--sm::after, .site-latest .wh-btn--sm::after, .site-bar__logo::after, .site-footer__about .site-logo::after, .site-release__v::after { content: ""; position: absolute; inset: calc(-1 * var(--wh-space-1)) 0; }
  .site-acc__cta .wh-btn--sm::after, .site-latest .wh-btn--sm::after { inset: calc(-1 * (var(--wh-size-touch-min) - var(--wh-size-control-sm)) / 2) 0; }
  .site-bar__logo::after { inset: calc(-1 * var(--wh-space-3)) 0; }
  .site-footer__about .site-logo::after { inset: calc(-1 * var(--wh-space-2)) 0; }
  .site-release__v::after { inset: calc(-1 * (var(--wh-size-touch-min) - 22px) / 2) 0; }
  /* The menu dialog's lockup (28px) and the two 40px pills that survive on touch widths (the bar's Install pill from 560 and
     the FAQ rail card's Email support) reach 44px the same way */
  .site-menu__head .site-logo, .site-bar__install, .site-railcard .wh-btn { position: relative; }
  .site-menu__head .site-logo::after, .site-bar__install::after, .site-railcard .wh-btn::after { content: ""; position: absolute; inset: calc(-1 * var(--wh-space-2)) 0; }
  /* The pseudo-element sits on the padding box, so the 1px button border is added back */
  .site-bar__install::after, .site-railcard .wh-btn::after { inset: calc(-1 * (var(--wh-size-touch-min) - var(--wh-button-md-height)) / 2 - var(--wh-border-hairline)) 0; }
}

/* ---------- FAQ and changelog pages (site layer) ---------- */
/* Everything below serves faq/index.html and changelog/index.html only. Tokens only; transform and opacity animate. */
:root { --site-stick-top: calc(var(--wh-nav-height) - var(--wh-space-4)); --site-controls-h: 124px; }

/* Page head */
.site-pagehead { padding-top: var(--wh-space-12); padding-bottom: var(--wh-space-9); }
.site-pagehead__copy { grid-column: 1 / span 8; }
.site-h1 { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-56); line-height: var(--wh-font-lineHeight-tight); letter-spacing: var(--wh-font-letterSpacing-display); color: var(--wh-text-primary); text-wrap: balance; }
@media (max-width: 767px) { .site-h1 { font-size: var(--wh-font-size-44); line-height: 1.02; letter-spacing: -0.015em; } }
@media (max-width: 559px) { .site-h1 { font-size: var(--wh-font-size-32); line-height: var(--wh-font-lineHeight-snug); letter-spacing: var(--wh-font-letterSpacing-display-md); } }
.site-pagehead__link { margin-top: var(--wh-space-5); font-size: var(--wh-font-size-15); font-weight: var(--wh-font-weight-medium); }
.site-pagehead__link a { display: inline-flex; align-items: center; gap: var(--wh-space-2); min-height: var(--wh-size-touch-min); color: var(--wh-text-primary); text-decoration: none; }
.site-pagehead__link a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-pagehead__link svg { width: var(--wh-size-icon-sm); height: var(--wh-size-icon-sm); stroke: currentColor; fill: none; stroke-width: 2; }
.site-kpis { margin-top: var(--wh-space-7); display: flex; flex-wrap: wrap; align-items: center; gap: var(--wh-space-4) var(--wh-space-6); }
.site-kpis__chips { display: flex; flex-wrap: wrap; gap: var(--wh-space-2); }
.site-chip--static { cursor: default; font-variant-numeric: tabular-nums; }
.site-chip--static:hover { border-color: var(--wh-border-default); background: var(--wh-bg-surface); }
.site-latest { flex-direction: row; flex-wrap: wrap; align-items: center; gap: var(--wh-space-2) var(--wh-space-4); padding: var(--wh-space-3) var(--wh-space-4); max-width: 100%; }
.site-latest:hover { transform: none; box-shadow: var(--wh-card-shadow); }
.site-latest .site-eyebrow { margin: 0; }
.site-latest__v { font-variant-numeric: tabular-nums; color: var(--wh-text-primary); min-width: 0; }
.site-latest .wh-btn svg { width: var(--wh-size-icon-sm); height: var(--wh-size-icon-sm); stroke: currentColor; fill: none; stroke-width: 2; }
.site-note { margin-top: var(--wh-space-7); padding: var(--wh-space-4) var(--wh-space-5); border-radius: var(--wh-radius-lg); background: var(--wh-bg-surface); border: var(--wh-border-hairline) solid var(--wh-border-default); border-left: 3px solid var(--wh-border-brand); font-size: var(--wh-font-size-15); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-primary); max-width: 68ch; }

/* Controls: search, results, chips. Sticky from 900px up; in flow below. */
.site-controls { position: relative; background: var(--wh-bg-canvas); padding-block: var(--wh-space-3); }
/* While stuck, a Paper mask covers the bar's height above the controls so no content shows while the bar is hidden */
.site-controls.is-stuck::before, .site-month__title.is-stuck::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: var(--site-stick-top); background: var(--wh-bg-canvas); }
.site-controls::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-top: var(--wh-border-hairline) solid var(--wh-border-default); opacity: 0; transition: opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.site-controls.is-stuck::after { opacity: 1; }
.site-controls__row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--wh-space-3) var(--wh-space-4); }
.site-controls .wh-search { flex: 1 1 240px; max-width: 440px; }
.site-controls .wh-search input { font-size: var(--wh-font-size-16); }
.site-results { margin-left: auto; font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
.site-chips__wrap { margin-top: var(--wh-space-3); }
.site-chips .wh-chip .count { opacity: 1; color: var(--wh-text-secondary); font-weight: var(--wh-font-weight-regular); }
.site-chips .wh-chip.is-selected .count { color: var(--wh-text-inverse); opacity: .72; }
.site-more { position: relative; display: inline-flex; }
.site-more__btn svg { width: var(--wh-size-icon-sm); height: var(--wh-size-icon-sm); stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--wh-motion-duration-base) var(--wh-motion-easing-out); }
.site-more__btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-more__btn.is-selected { background: var(--wh-bg-inverse); color: var(--wh-text-inverse); border-color: transparent; }
.site-more__pop { position: absolute; top: calc(100% + var(--wh-space-2)); left: 0; z-index: var(--wh-z-drawer); min-width: 260px; max-width: min(420px, calc(100vw - 2 * var(--site-gutter))); padding: var(--wh-space-3); display: flex; flex-wrap: wrap; gap: var(--wh-space-2); background: var(--wh-bg-elevated); border: var(--wh-border-hairline) solid var(--wh-border-default); border-radius: var(--wh-radius-md); box-shadow: var(--wh-shadow-md); }
.site-more__pop[hidden] { display: none; }
.js .site-more__pop:not([hidden]) { animation: site-fade-up var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
@media (min-width: 900px) {
  .site-controls { position: sticky; top: var(--site-stick-top); z-index: 2; }
  html:not(.js) .site-controls { position: static; }
}
/* From 1284 the container is at its 1240px cap and every chip fits on one row, so the More chip is the last in the row and its
   popover hangs from the chip's right edge to stay inside the column; below that the chip starts a row and the popover opens to the right */
@media (min-width: 1284px) {
  .site-more__pop { left: auto; right: 0; }
}
@media (max-width: 899px) {
  .site-controls__row { flex-wrap: nowrap; }
  .site-controls .wh-search { max-width: none; }
  .site-results { flex: none; text-align: right; }
  /* The chip rail is scoped to .site-chips__wrap (FAQ and changelog); the home page's trust chips keep wrapping */
  .site-chips__wrap { position: relative; margin-inline: calc(-1 * var(--site-gutter)); }
  .site-chips__wrap .site-chips { flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; padding-inline: var(--site-gutter); padding-block: var(--wh-space-1); margin-block: calc(-1 * var(--wh-space-1)); -webkit-overflow-scrolling: touch; }
  .site-chips__wrap .site-chips::-webkit-scrollbar { display: none; }
  .site-chips__wrap .site-chips > * { flex: none; scroll-snap-align: start; }
  /* 24px fade to canvas on the right while more chips are hidden; JS drops it at the end of the rail */
  .site-chips__wrap::after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: var(--wh-space-6); pointer-events: none; background: linear-gradient(to right, transparent, var(--wh-bg-canvas)); transition: opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
  .site-chips__wrap.is-end::after { opacity: 0; }
  .site-more__pop { position: fixed; top: auto; left: var(--site-gutter); right: var(--site-gutter); bottom: calc(var(--wh-space-4) + env(safe-area-inset-bottom, 0px)); max-width: none; padding: var(--wh-space-5); border-radius: var(--wh-radius-xl); box-shadow: var(--wh-shadow-lg); }
}
@media (max-width: 559px) {
  .site-controls__row { flex-wrap: wrap; }
  .site-results { margin-left: 0; text-align: left; }
}

/* Long code strings (error messages, metafield keys) wrap instead of forcing horizontal scroll */
.site-acc__panel .site-code, .site-release__text .site-code { white-space: normal; overflow-wrap: anywhere; }

/* Search highlight */
.site-hit { background: var(--wh-bg-brand-subtle); color: var(--wh-text-primary); border-radius: var(--wh-radius-xs); padding: 0 1px; }

/* FAQ groups: sticky h2 left, accordion right */
.site-groups { margin-top: var(--wh-space-8); }
.site-faqgroup { padding-block: var(--wh-space-8); }
.site-faqgroup[hidden] { display: none; }
.site-faqgroup__title { grid-column: 1 / span 4; align-self: start; position: sticky; top: calc(var(--site-stick-top) + var(--site-controls-h) + var(--wh-space-6)); font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-32); line-height: var(--wh-font-lineHeight-snug); letter-spacing: var(--wh-font-letterSpacing-display-md); color: var(--wh-text-primary); text-wrap: balance; padding-right: var(--wh-space-6); }
.site-faqgroup__n { display: inline-block; vertical-align: super; margin-left: var(--wh-space-1); font-family: var(--wh-font-family-ui), sans-serif; font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-semibold); line-height: 1; color: var(--wh-text-secondary); letter-spacing: 0; }
.site-faqgroup__list { grid-column: 5 / -1; }
.site-faqgroup .site-acc:first-of-type { border-top: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-acc[hidden] { display: none; }
.site-acc__panel ol, .site-acc__panel ul { margin-top: var(--wh-space-3); padding-left: 1.4em; }
.site-acc__panel ol { list-style: decimal; }
.site-acc__panel ul { list-style: disc; }
.site-acc__panel li + li { margin-top: var(--wh-space-2); }
.site-acc__panel li::marker { color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.site-acc__panel ol + p, .site-acc__panel ul + p, .site-acc__panel p + .site-acc__cta, .site-acc__panel blockquote + p, .site-acc__panel p + blockquote { margin-top: var(--wh-space-3); }
.site-acc__panel strong { color: var(--wh-text-primary); }
.site-acc__panel a { color: var(--wh-text-primary); text-decoration: underline; text-underline-offset: 3px; }
.site-acc__panel .site-acc__cta { margin-top: var(--wh-space-4); }
.site-acc__panel .site-acc__cta a { text-decoration: none; }
.site-acc__note { padding-left: var(--wh-space-4); border-left: 3px solid var(--wh-border-brand); color: var(--wh-text-primary); }
@media (max-width: 1023px) {
  .site-pagehead__copy { grid-column: 1 / -1; }
  .site-faqgroup__title { grid-column: 1 / -1; position: static; padding-right: 0; }
  .site-faqgroup__list { grid-column: 1 / -1; margin-top: var(--wh-space-6); }
}
@media (max-width: 767px) { .site-faqgroup { padding-block: var(--wh-space-7); } }
@media (max-width: 559px) { .site-faqgroup__title { font-size: var(--wh-font-size-24); line-height: 1.15; letter-spacing: -0.005em; } }

/* Empty state */
.site-empty { grid-column: 5 / -1; padding-block: var(--wh-space-12); text-align: center; }
.site-empty[hidden] { display: none; }
.js .site-empty:not([hidden]) { animation: site-fade-up var(--wh-motion-duration-base) var(--wh-motion-easing-out) both; }
.site-empty__mark { width: var(--wh-space-9); height: var(--wh-space-9); margin: 0 auto var(--wh-space-6); color: var(--wh-text-primary); }
.site-empty__mark svg { width: 100%; height: 100%; }
.site-empty__mark .yellow { fill: var(--wh-bg-brand); }
.site-empty__title { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-24); line-height: 1.15; letter-spacing: -0.005em; color: var(--wh-text-primary); }
.site-empty__body { margin: var(--wh-space-3) auto 0; font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 44ch; }
.site-empty__actions { margin-top: var(--wh-space-6); display: flex; flex-wrap: wrap; justify-content: center; gap: var(--wh-space-3); }
@media (max-width: 1023px) { .site-empty { grid-column: 1 / -1; } }

/* Closing CTA (Paper; the footer is the page's yellow) */
.site-close { padding-top: var(--wh-space-13); }
.site-close__copy { grid-column: 1 / span 8; }
.site-close__h2 { font-size: var(--wh-font-size-44); line-height: 1.02; letter-spacing: -0.015em; }
.site-close__actions { margin-top: var(--wh-space-7); display: flex; flex-wrap: wrap; gap: var(--wh-space-3); }
.site-close .site-risk { margin-top: var(--wh-space-4); color: var(--wh-text-secondary); }
.site-railcard { grid-column: 9 / -1; align-self: start; gap: var(--wh-space-3); padding: var(--wh-space-5); }
.site-railcard:hover { transform: none; box-shadow: var(--wh-card-shadow); }
.site-railcard__title { font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-24); line-height: 1.15; letter-spacing: -0.005em; color: var(--wh-text-primary); }
.site-railcard__body { font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); }
.site-railcard .wh-btn { align-self: flex-start; }
@media (max-width: 1023px) {
  .site-close__copy { grid-column: 1 / -1; }
  .site-railcard { grid-column: 1 / -1; margin-top: var(--wh-space-8); }
}
@media (max-width: 767px) { .site-close { padding-top: var(--wh-space-12); } }
@media (max-width: 559px) {
  .site-close__h2 { font-size: var(--wh-font-size-32); line-height: var(--wh-font-lineHeight-snug); letter-spacing: var(--wh-font-letterSpacing-display-md); }
  .site-close__actions .wh-btn { width: 100%; }
}

/* Changelog: month rail and release list */
.site-log { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--wh-space-6); margin-top: var(--wh-space-8); }
.site-log > * { min-width: 0; }
.site-rail { grid-column: 1 / span 3; position: sticky; top: calc(var(--site-stick-top) + var(--site-controls-h) + var(--wh-space-6)); align-self: start; padding-top: var(--wh-space-8); }
.site-rail__list { position: relative; display: flex; flex-direction: column; border-left: calc(2 * var(--wh-border-hairline)) solid var(--wh-border-default); }
.site-rail__list a { display: flex; align-items: center; justify-content: space-between; gap: var(--wh-space-3); min-height: var(--wh-space-8); padding: 0 var(--wh-space-4); font-size: var(--wh-font-size-15); font-weight: var(--wh-font-weight-medium); color: var(--wh-text-secondary); text-decoration: none; transition: color var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); }
.site-rail__list a:hover, .site-rail__list a[aria-current="true"] { color: var(--wh-text-primary); }
.site-rail__list li.is-empty a { color: var(--wh-text-secondary); }
.site-rail__list li.is-empty .site-rail__n { visibility: hidden; }
.site-rail__n { font-weight: var(--wh-font-weight-regular); color: var(--wh-text-secondary); }
/* The indicator moves with transform only; its height is set once per row and never animates */
.site-rail__ind { position: absolute; left: calc(-1 * var(--wh-border-hairline)); top: 0; width: calc(2 * var(--wh-border-hairline)); height: var(--h, 0px); background: var(--wh-border-focus); border-radius: var(--wh-radius-xs); transform: translateY(var(--y, 0px)); opacity: 0; transition: transform var(--wh-motion-duration-slow) var(--wh-motion-easing-spring-snappy), opacity var(--wh-motion-duration-fast) var(--wh-motion-easing-standard); pointer-events: none; }
.site-rail.has-ind .site-rail__ind { opacity: 1; }
.site-log__list { grid-column: 4 / -1; }
.site-month { padding-top: var(--wh-space-8); }
.site-month[hidden] { display: none; }
.site-month__title { position: relative; font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-32); line-height: var(--wh-font-lineHeight-snug); letter-spacing: var(--wh-font-letterSpacing-display-md); color: var(--wh-text-primary); padding-bottom: var(--wh-space-4); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); background: var(--wh-bg-canvas); }
.site-release { display: grid; grid-template-columns: 160px minmax(0, 1fr); column-gap: var(--wh-space-6); padding-block: var(--wh-space-8); border-bottom: var(--wh-border-hairline) solid var(--wh-border-default); }
.site-release[hidden] { display: none; }
.site-release:target .site-release__v { text-decoration: underline; text-decoration-thickness: calc(2 * var(--wh-border-hairline)); text-underline-offset: 6px; }
.site-release__meta { display: flex; flex-direction: column; align-items: flex-start; gap: var(--wh-space-2); }
.site-release__v { font-size: var(--wh-font-size-20); font-weight: var(--wh-font-weight-bold); line-height: 1.1; color: var(--wh-text-primary); text-decoration: none; overflow-wrap: anywhere; }
.site-release__v:hover { text-decoration: underline; text-underline-offset: 6px; }
.site-release__date { font-size: var(--wh-font-size-14); line-height: 1.45; color: var(--wh-text-secondary); font-variant-numeric: tabular-nums; }
.site-release__cats { display: flex; flex-direction: column; align-items: flex-start; gap: var(--wh-space-1); margin-top: var(--wh-space-2); }
.site-release__title { font-size: var(--wh-font-size-18); font-weight: var(--wh-font-weight-semibold); line-height: var(--wh-font-lineHeight-heading); color: var(--wh-text-primary); text-wrap: pretty; }
.site-release__area { margin-top: var(--wh-space-5); font-size: var(--wh-font-size-15); font-weight: var(--wh-font-weight-semibold); line-height: 1.3; color: var(--wh-text-secondary); }
.site-release__items { margin-top: var(--wh-space-3); display: flex; flex-direction: column; gap: var(--wh-space-3); }
.site-release__items > li { display: flex; align-items: flex-start; gap: var(--wh-space-3); }
.site-release__items .site-tag { flex: none; margin-top: 2px; }
.site-release__text { min-width: 0; font-size: var(--wh-font-size-16); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-primary); overflow-wrap: anywhere; }
.site-release__text strong { color: var(--wh-text-primary); }
.site-release__sub { margin-top: var(--wh-space-2); padding-left: 1.2em; list-style: disc; color: var(--wh-text-secondary); }
.site-release__sub li + li { margin-top: var(--wh-space-1); }
.site-release__sub li::marker { color: var(--wh-text-secondary); }
/* Tag tone map: yellow-100 is reserved for Changed and never reads as a warning */
.site-tag[data-tag="added"] { background: var(--wh-status-winner-bg); color: var(--wh-status-winner-fg); }
.site-tag[data-tag="improved"] { background: var(--wh-status-scheduled-bg); color: var(--wh-status-scheduled-fg); }
.site-tag[data-tag="fixed"] { background: var(--wh-status-paused-bg); color: var(--wh-status-paused-fg); }
.site-tag[data-tag="changed"] { background: var(--wh-status-awaiting-bg); color: var(--wh-status-awaiting-fg); }
.site-tag[data-tag="removed"], .site-tag[data-tag="deprecated"] { background: var(--wh-status-cancelled-bg); color: var(--wh-status-cancelled-fg); }
.site-tag[data-tag="performance"], .site-tag[data-tag="security"], .site-tag[data-tag="other"] { background: var(--wh-status-released-bg); color: var(--wh-status-released-fg); }
@media (max-width: 1023px) {
  .site-rail { display: none; }
  .site-log__list { grid-column: 1 / -1; }
  .site-release { grid-template-columns: 128px minmax(0, 1fr); }
}
@media (max-width: 899px) {
  .site-month__title { position: sticky; top: var(--site-stick-top); z-index: 1; padding-top: var(--wh-space-3); }
  .site-month__title.is-stuck { border-bottom-color: var(--wh-border-strong); }
  html:not(.js) .site-month__title { position: static; }
  .site-release { grid-template-columns: minmax(0, 1fr); row-gap: var(--wh-space-4); padding-block: var(--wh-space-7); }
  .site-release__meta { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: var(--wh-space-2) var(--wh-space-3); }
  .site-release__cats { flex-direction: row; flex-wrap: wrap; flex-basis: 100%; margin-top: 0; }
}
@media (max-width: 559px) {
  .site-month__title { font-size: var(--wh-font-size-24); line-height: 1.15; letter-spacing: -0.005em; top: calc(var(--wh-nav-height-mobile) - var(--wh-space-2)); }
  .site-release__items > li { flex-wrap: wrap; }
  .site-release__text { flex-basis: 100%; }
}

/* ---------- 404 ---------- */
/* 404-only rules. Every color, radius, shadow, duration and easing is a --wh- token.
   The numeral size clamp(120px, 24vw, 320px) is a 404-only extension of display-2xl (DESIGN.md). */
.site-404 { display: flex; align-items: center; padding-block: var(--wh-space-11); }
.site-404 > .site-container { width: 100%; }
.site-404__copy { grid-column: 1 / span 10; }
.site-404__num { display: flex; align-items: center; font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-black); font-size: clamp(120px, 24vw, 320px); line-height: .9; letter-spacing: var(--wh-font-letterSpacing-display); font-variant-numeric: tabular-nums; color: var(--wh-text-primary); user-select: none; }
.site-404__num span { display: block; }
.site-404__zero { position: relative; }
.site-404__burst { position: absolute; left: 50%; top: 50%; height: max(24px, .24em); width: auto; transform: translate(-50%, -52%); color: var(--wh-text-primary); }
.site-404__h1 { margin-top: var(--wh-space-6); font-family: var(--wh-font-family-display), var(--wh-font-family-ui), sans-serif; font-weight: var(--wh-font-weight-heavy); font-size: var(--wh-font-size-56); line-height: var(--wh-font-lineHeight-tight); letter-spacing: var(--wh-font-letterSpacing-display); color: var(--wh-text-primary); text-wrap: balance; }
.site-404__body { margin-top: var(--wh-space-6); font-size: var(--wh-font-size-18); line-height: var(--wh-font-lineHeight-body); color: var(--wh-text-secondary); max-width: 52ch; text-wrap: pretty; }
.site-404__actions { margin-top: var(--wh-space-8); display: flex; flex-wrap: wrap; gap: var(--wh-space-3); }
.site-404__helper { margin-top: var(--wh-space-5); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); line-height: 1.45; color: var(--wh-text-secondary); }
.site-404__helper a { color: var(--wh-text-primary); text-decoration: underline; text-underline-offset: 3px; }
.site-404__helper a:hover { text-decoration-thickness: calc(2 * var(--wh-border-hairline)); }
.site-404__more { margin-top: var(--wh-space-7); display: flex; flex-wrap: wrap; gap: var(--wh-space-2) var(--wh-space-5); font-size: var(--wh-font-size-14); font-weight: var(--wh-font-weight-medium); }
.site-404__more a { display: inline-flex; align-items: center; min-height: var(--wh-size-touch-min); color: var(--wh-text-primary); text-decoration: none; }
.site-404__more a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (min-width: 1024px) {
  .site-404 { min-height: calc(100svh - var(--wh-nav-height)); }
}
@media (max-width: 559px) {
  .site-404 { padding-block: var(--wh-space-9); }
  .site-404__num { font-size: clamp(96px, 32vw, 140px); }
  .site-404__h1 { font-size: var(--wh-font-size-32); line-height: 1.08; letter-spacing: var(--wh-font-letterSpacing-display-md); }
  .site-404__body { font-size: var(--wh-font-size-16); }
  .site-404__actions { flex-direction: column; }
  .site-404__actions .wh-btn { width: 100%; }
}
/* The burst flares once, 240ms after the numeral lands, then stays. Transform only. */
@keyframes site-404-flare { 0% { transform: translate(-50%, -52%) scale(.8); } 60% { transform: translate(-50%, -52%) scale(1.1); } 100% { transform: translate(-50%, -52%) scale(1); } }
.js .site-404__num.is-in .site-404__burst { animation: site-404-flare var(--wh-motion-duration-whap) var(--wh-motion-easing-whap) calc(var(--wh-motion-duration-slow) - var(--wh-motion-duration-instant)) both; }

/* ---------- Reduced motion (the one block, at the end of the site layer): every loop stops, state is carried by color ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-bar, .site-bar__inner::before, .site-bar__logo, .site-bar__ind, .site-installbar, .site-acc__chev, .site-video__frame iframe, .site-signature a, .site-signature .ag-coffee, .site-footer__wordmark, .site-lot__bidval, [data-flash-value], [data-field="settle"], .site-compare__list .site-compare__cell, .js [data-timeline].is-in .site-timeline__rail, .js [data-timeline].is-in .site-timeline__node, .js [data-timeline].is-in .site-timeline__badge, .js [data-flash].is-in .site-settle__captured, .js [data-compare].is-in .site-compare__ours .site-mark, .js [data-power].is-in .wh-toggle.is-on::after, .site-controls::after, .site-more__btn svg, .site-rail__list a, .site-rail__ind, .site-chips__wrap::after { transition: none; }
  .site-menu[open], .site-video[open], .site-menu[open]::backdrop, .site-video[open]::backdrop, .site-menu[open].is-closing, .site-video[open].is-closing, .site-menu[open].is-closing::backdrop, .site-video[open].is-closing::backdrop, .js .site-acc[open] .site-acc__panel, .js .site-lot__ends .digits span.tick, .site-lot__action.is-placing, .site-signature .ag-heart, .site-signature .ag-steam, .js .site-more__pop:not([hidden]), .js .site-empty:not([hidden]) { animation: none; }
  .site-signature .ag-steam { opacity: 1; }
  .js .site-footer__wordmark, .js [data-timeline]:not(.is-in) .site-timeline__node, .js [data-timeline]:not(.is-in) .site-timeline__badge, .js [data-flash]:not(.is-in) .site-settle__captured, .js [data-compare]:not(.is-in) .site-compare__ours .site-mark { opacity: 1; transform: none; }
  .js [data-timeline]:not(.is-in) .site-timeline__rail { transform: none; }
  .js [data-power]:not(.is-in) .wh-toggle.is-on::after { transform: translateX(18px); }
  .site-installbar { transform: none; }
  .site-installbar:not(.is-in) { display: none; }
  .site-lot:hover { box-shadow: var(--wh-shadow-md); }
  .js .site-404__num.is-in .site-404__burst { animation: none; }
}

/* ---------- Print: reveal-gated parts render without the observer; the pinned install bar is not paper ---------- */
@media print {
  .js .wh-reveal, .js .site-footer__wordmark, .js [data-timeline]:not(.is-in) .site-timeline__node, .js [data-timeline]:not(.is-in) .site-timeline__badge, .js [data-flash]:not(.is-in) .site-settle__captured, .js [data-compare]:not(.is-in) .site-compare__ours .site-mark { opacity: 1; transform: none; transition: none; }
  .js [data-timeline]:not(.is-in) .site-timeline__rail { transform: none; }
  .js [data-power]:not(.is-in) .wh-toggle.is-on::after { transform: translateX(18px); }
  .site-installbar, .site-bar__menu { display: none; }
}
