/* ============================================================
   ТЕМА: РЕМЁСЛА И ХЕНДМЕЙД (TopCraftCat)
   Светлая «крафтовая»: цвет небелёной бумаги, тёплый терракотовый
   акцент, мягкие скругления. Светлая потому, что здесь главное —
   фотографии изделий: на тёмном фоне дерево, глина и кожа выглядят
   грязными, а на тёплом светлом — как на прилавке ярмарки.
   ============================================================ */
:root,
[data-theme=dark],
[data-theme=light]{
  --bg:#faf6f0;--card:#ffffff;--line:#e6ddd0;--txt:#221c15;--mut:#7a6e5f;
  --acc:#b45f1f;--acc-soft:rgba(180,95,31,.11);--chip:#f2ebe0;--on-acc:#fff;
  --chat:#5f8c4a;
}
body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
h1,h2,.h{letter-spacing:-.015em}
.card,.tile{border-radius:16px}
.tchip,.pchip{border-radius:999px}
.btn.pri,.open,.tbtn.on{color:var(--on-acc);font-weight:600}
.tchip.on,.pchip.on,.citychip.on,.seg button.on,.viewsw button.on{
  background:var(--acc-soft);border-color:var(--acc);color:var(--acc);font-weight:600}
