/* Tokkuz design tokens — Release TKZ-DESIGN v1.1 (24.07.2026) FROZEN
   Handoff /tokens/design-tokens.css dan AYNAN ko'chirilgan (semantik nomlar; komponentda xom hex YO'Q). */
:root{
  --color-bg-primary:#FFFFFF;
  --color-bg-secondary:#F4F6FA;
  --color-bg-canvas:#E7EBF2;
  --color-bg-inverse:#0E1630;
  --color-bg-inverse-2:#1C2950;
  --color-bg-glass:rgba(255,255,255,0.07);
  --color-bg-glass-field:rgba(255,255,255,0.08);
  --color-text-primary:#131B33;
  --color-text-secondary:#5C6683;
  --color-text-faint:#8A93AC;
  --color-text-heading:#0E1630;
  --color-text-inverse:#FFFFFF;
  --color-text-inverse-2:#DDE3F3;
  --color-text-inverse-3:#B9C3DE;
  --color-text-inverse-muted:#93A0C4;
  --color-brand-primary:#1C2950;
  --color-brand-primary-deep:#0E1630;
  --color-brand-accent:#E8192C;
  --color-brand-accent-deep:#C40E20;
  --color-brand-accent-on-dark:#FF6B7A;
  --color-price:#0E1630;
  --color-monthly-accent:#E8192C;
  --color-success:#118A54;
  --color-success-tint:#E9F7F0;
  --color-warning:#8A5A12;
  --color-warning-tint:#FBF3E1;
  --color-warning-accent:#F59E0B;
  --color-error:#C40E20;
  --color-error-tint:#FDEBEE;
  --color-info:#1C2950;
  --color-info-tint:#EDF1FA;
  --color-neutral:#8A93AC;
  --color-neutral-tint:#F4F6FA;
  --color-border-default:#E3E8F2;
  --color-border-subtle:#EEF1F7;
  --color-border-strong:#1C2950;
  --color-border-focus:#1C2950;
  --color-border-inverse:rgba(255,255,255,0.16);
  --color-rating:#F59E0B;
  --provider-uzum:#7000FF;
  --provider-payme:#2CC9C0;
  --provider-ishonch:#1C2950;
  --provider-imkon:#F59E0B;
  --provider-anorbank:#D63A2F;
  --provider-alif:#00B267;
  --font-display:'Montserrat',system-ui,-apple-system,sans-serif;
  --font-ui:'Montserrat',system-ui,-apple-system,sans-serif;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:20px; --space-6:28px;
  --radius-chip:99px; --radius-control:10px; --radius-input:12px; --radius-card:16px; --radius-panel:20px;
  --shadow-card-hover:0 12px 28px rgba(14,22,48,.13);
  --shadow-panel:0 14px 34px rgba(14,22,48,.07);
  --content-max:1280px;
  --header-sticky-offset:76px;
  --z-header:40; --z-overlay:50; --z-toast:60;
  --duration-base:180ms; --easing:ease-out;
}
button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
