/* Hallmark · genre: atmospheric · macrostructure: Map / Diagram · theme: custom (RentHub / PRO)
 * audience: retail IT and support · use: demo request · tone: technical, confident
 * enrichment: Tier-A system map · nav: N11 · footer: Ft2 · contrast: pass (40–41)
 * honest: pass (46) · chrome: pass (47) · tokens: pass (48) · mobile: pass (34, 49, 50–57)
 */
:root {
  --color-accent: #f5a623;
  --color-accent-dark: #db951f;
  --color-accent-glow: rgba(245, 166, 35, 0.25);
  --color-accent-soft: rgba(245, 166, 35, 0.12);
  --color-on-accent: #ffffff;
  --color-accent-ink: #212529;
  --color-accent-ghost: rgba(245, 166, 35, 0.04);
  --color-accent-border: rgba(245, 166, 35, 0.35);
  --color-accent-halo: rgba(245, 166, 35, 0.16);

  --color-dark: #343a40;
  --color-dark-2: #2c3136;
  --color-sidebar: #343a40;
  --color-sidebar-2: #495057;

  --color-paper: #f0f2f5;
  --color-surface: #ffffff;
  --color-surface-alt: #f8f9fa;

  --color-ink: #212529;
  --color-ink-2: #0d1321;
  --color-muted: #6c757d;
  --color-muted-dark: rgba(255, 255, 255, 0.65);
  --color-muted-dark-2: rgba(255, 255, 255, 0.45);
  --color-on-dark-92: rgba(255, 255, 255, 0.92);
  --color-on-dark-85: rgba(255, 255, 255, 0.85);
  --color-on-dark-80: rgba(255, 255, 255, 0.8);
  --color-on-dark-72: rgba(255, 255, 255, 0.72);
  --color-on-dark-70: rgba(255, 255, 255, 0.7);
  --color-on-dark-40: rgba(255, 255, 255, 0.4);
  --color-on-dark-35: rgba(255, 255, 255, 0.35);
  --color-on-dark-28: rgba(255, 255, 255, 0.28);
  --color-on-dark-20: rgba(255, 255, 255, 0.2);
  --color-on-dark-16: rgba(255, 255, 255, 0.16);
  --color-on-dark-12: rgba(255, 255, 255, 0.12);
  --color-on-dark-08: rgba(255, 255, 255, 0.08);
  --color-on-dark-06: rgba(255, 255, 255, 0.06);
  --color-on-dark-04: rgba(255, 255, 255, 0.04);
  --color-on-dark-03: rgba(255, 255, 255, 0.03);

  --color-border-dark: rgba(255, 255, 255, 0.08);
  --color-border-light: #dee2e6;
  --color-ok: #34d399;
  --color-danger: #dc5050;
  --color-danger-soft: #fca5a5;
  --color-success-surface: #d1e7dd;
  --color-success-ink: #0a3622;
  --color-warning-surface: #fff3cd;
  --color-warning-ink: #664d03;
  --color-table-rule: #e9edf4;
  --color-table-row: #f6f8fb;
  --color-nav-glass: rgba(26, 29, 33, 0.95);
  --color-focus: #f5a623;

  --font-display: "Wix Madefor Display", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Wix Madefor Display", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Wix Madefor Display", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: clamp(1.5rem, 2vw + 0.75rem, 1.75rem);
  --text-3xl: clamp(1.75rem, 2.5vw + 0.75rem, 2.25rem);
  --text-4xl: clamp(1.75rem, 4vw, 2.625rem);
  --text-display: clamp(2.375rem, 6vw, 4.5rem);

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-pill: 100px;

  --shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.1);
  --shadow-mock: 0 24px 64px rgba(0, 0, 0, 0.55);
  --shadow-nav: 0 4px 32px rgba(0, 0, 0, 0.3);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --page-max: 72.5rem;
  --page-pad: 1.5rem;

  --z-nav: 100;
  --z-menu: 99;
  --z-overlay: 700;
}
