/* ============ Bagrat Shinkuba Foundation — design tokens v0.2 ============
   One world with Аӡыркәи: same ink, same sun, same toy physics as the app. */
:root{
  --paper:#EFF8FC; --card:#FFFFFF; --paper-warm:#FFFBEA;
  --ink:#243B4A; --ink-soft:#5B7283; --line:#E7EDF1;
  --sun:#FFD500; --sun-deep:#F4B800; --sun-dark:#D99B00; --sun-ink:#4D3800;
  --sky:#6FD2F4; --sky-pale:#CFF1FC; --grass:#62D435;
  --green:#2E8E12; --green-deep:#20670B; --green-tint:#E9FBDF;
  --hand:#E8402E; --hand-tint:#FEEFED;            /* reserved — unused for now */
  --accent:var(--green); --accent-deep:var(--green-deep);   /* product-accent slot */
  --accent-tint:var(--green-tint); --accent-ink:#FFFFFF;
  --shadow-card:0 6px 0 rgba(36,59,74,.10);
  --font-display:"PT Sans","Noto Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-body:"PT Sans","Noto Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --font-lit:"PT Serif","Noto Serif",Georgia,"Times New Roman",serif;
  --font-mono:ui-monospace,"Cascadia Code",Menlo,Consolas,monospace;
  --r:18px; --r-lg:26px; --r-md:18px; --r-sm:12px; --r-pill:999px;
  --section:clamp(3.2rem,8vw,5.5rem);
}
@media (prefers-color-scheme: dark){
  :root{
    --paper:#0F1D2A; --card:#182B3B; --paper-warm:#20303E;
    --ink:#E8F1F8; --ink-soft:#9FB4C4; --line:#2C4256;
    --sun:#FFD500; --sun-deep:#C79E00; --sun-dark:#8F7100; --sun-ink:#4D3800;
    --sky:#1B4965; --sky-pale:#14293C; --grass:#62D435;
    --green:#7BE048; --green-deep:#3FAE1E; --green-tint:#1C3312;
    --hand:#FF6B5A; --hand-tint:#3A1D18;
    --accent-ink:#143307;
    --shadow-card:0 6px 0 rgba(0,0,0,.35);
  }
}
:root[data-theme="dark"]{
  --paper:#0F1D2A; --card:#182B3B; --paper-warm:#20303E;
  --ink:#E8F1F8; --ink-soft:#9FB4C4; --line:#2C4256;
  --sun:#FFD500; --sun-deep:#C79E00; --sun-dark:#8F7100; --sun-ink:#4D3800;
  --sky:#1B4965; --sky-pale:#14293C; --grass:#62D435;
  --green:#7BE048; --green-deep:#3FAE1E; --green-tint:#1C3312;
  --hand:#FF6B5A; --hand-tint:#3A1D18;
  --accent-ink:#143307;
  --shadow-card:0 6px 0 rgba(0,0,0,.35);
}
:root[data-theme="light"]{
  --paper:#EFF8FC; --card:#FFFFFF; --paper-warm:#FFFBEA;
  --ink:#243B4A; --ink-soft:#5B7283; --line:#E7EDF1;
  --sun:#FFD500; --sun-deep:#F4B800; --sun-dark:#D99B00; --sun-ink:#4D3800;
  --sky:#6FD2F4; --sky-pale:#CFF1FC; --grass:#62D435;
  --green:#2E8E12; --green-deep:#20670B; --green-tint:#E9FBDF;
  --hand:#E8402E; --hand-tint:#FEEFED;
  --accent-ink:#FFFFFF;
  --shadow-card:0 6px 0 rgba(36,59,74,.10);
}