/* ============================================================
   FindWorker — shared theme / design tokens
   Single source for the palette, fonts, ease & wrap, the
   continuous-corner (squircle) rule and reduced-motion handling.
   Extracted verbatim from the approved landing designs.
   ============================================================ */
:root{
  --pine:#06302B; --pine-2:#0A3F38; --teal-deep:#084A43; --teal:#0B6B62;
  --teal-100:#D8ECE9; --teal-50:#EEF6F4;
  --paper:#F7FAF9; --white:#fff;
  --ink:#0C2522; --slate:#41615C; --mist:#9DB8B3;
  --gold:#E8B04B; --gold-deep:#6E4C09; --gold-100:#FBEFD6;
  --line:#E2ECEA; --line-d:#14534C;
  --disp:"Archivo",system-ui,sans-serif;
  --body:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --mono:ui-monospace,"SF Mono","Cascadia Mono","Roboto Mono",Menlo,monospace;
  --urdu:"Noto Nastaliq Urdu",serif;
  --ease:cubic-bezier(.2,.7,.3,1);
  --wrap:1140px;
}

@supports (corner-shape: squircle){
  .card,.q,.offer,.plate,.cell,.phone,.phone .screen,.form-card,.faq details,.chip,.svc,.step-card,.promo,.rung,.money{corner-shape:squircle}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  [data-r]{opacity:1!important;transform:none!important}
  .tick{overflow-x:auto}
}
