/*
Theme Name: TrenDeal
Theme URI: https://trendeal.co.il
Author: TrenDeal
Description: Custom Hebrew RTL theme for TrenDeal. Server rendered, token driven, mobile first.
Version: 0.1.0
Requires PHP: 8.3
Text Domain: trendeal
*/

/* ---------- fonts, served from the theme ---------- */
@font-face { font-family: "Heebo"; src: url("assets/fonts/heebo-hebrew.woff2") format("woff2"); font-weight: 400 700; font-display: optional; unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }
@font-face { font-family: "Heebo"; src: url("assets/fonts/heebo-latin.woff2") format("woff2"); font-weight: 400 700; font-display: optional; unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: "Rubik"; src: url("assets/fonts/rubik-hebrew.woff2") format("woff2"); font-weight: 500 800; font-display: optional; unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }
@font-face { font-family: "Rubik"; src: url("assets/fonts/rubik-latin.woff2") format("woff2"); font-weight: 500 800; font-display: optional; unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }

/* ---------- tokens ---------- */
:root {
  --bg: #F7F7F5;
  --surface: #FFFFFF;
  --ink: #0F172A;
  --muted: #666663;
  --border: #E2E2E0;
  --grey-100: #F1F1EF;
  --grey-400: #6F6F6C; /* passes AA on both the paper and the surface */
  --coral: #FF4F3D;           /* brand, used where no small text sits on it */
  --coral-ink: #D93B29;       /* white text on this passes AA */
  --coral-hover: #C43420;
  --coral-text: #C43420;      /* coral as text on a light ground */
  --mint: #19D3A2;            /* brand, background only */
  --mint-text: #0B7D60;       /* mint as text on a light ground */
  --sun: #FFD24D;
  --info: #3B82F6;
  --violet: #8B5CF6;

  --r-card: 16px;
  --r-box: 14px;
  --r-input: 10px;
  --r-pill: 999px;

  --shadow-card: 0 1px 6px rgba(15, 23, 42, .06);
  --shadow-lift: 0 6px 20px rgba(15, 23, 42, .1);
  --shadow-cta: 0 4px 16px rgba(255, 79, 61, .3);

  --wrap: 1280px;
  --nav-h: 64px;

  --font-display: "Rubik", system-ui, sans-serif;
  --font-body: "Heebo", system-ui, sans-serif;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { direction: rtl; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral-text); }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; line-height: 1.3; text-wrap: balance; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--coral-text); outline-offset: 2px; border-radius: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.skip-link { position: absolute; inset-inline-start: -9999px; }
.skip-link:focus { inset-inline-start: 12px; top: 12px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; } }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 16px; }
.muted { color: var(--muted); }
.stack { display: flex; flex-direction: column; gap: 16px; }
.row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 12px; border: 1.5px solid var(--border);
  background: var(--surface); color: var(--ink); transition: background 150ms, border-color 150ms, color 150ms;
  min-height: 44px;
}
.btn:hover { border-color: var(--grey-400); color: var(--ink); }
.btn-primary { background: var(--coral-ink); border-color: var(--coral-ink); color: #fff; font-weight: 700; box-shadow: var(--shadow-cta); }
.btn-primary:hover { background: var(--coral-hover); border-color: var(--coral-hover); color: #fff; }
.btn-dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-dark:hover { color: #fff; opacity: .92; }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.btn-pill { border-radius: var(--r-pill); }
.btn-block { width: 100%; }

/* ---------- header ---------- */
.site-header { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; }
.site-header .bar { display: flex; align-items: center; gap: 20px; height: var(--nav-h); }
.brand { display: flex; align-items: center; height: 100%; }
.brand img { height: 46px; width: auto; display: block; }
@media (max-width: 860px) { .brand img { height: 38px; } }
.footer-logo { height: 62px; width: auto; margin-bottom: 12px; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { font-weight: 500; font-size: 15px; padding: 7px 10px; border-radius: 8px; }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--coral-text); background: var(--grey-100); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.icon-btn { background: none; border: none; padding: 9px; border-radius: 8px; color: var(--muted); font-size: 19px; line-height: 1; min-width: 44px; min-height: 44px; }
.icon-btn:hover { background: var(--grey-100); }
.search-field { display: none; }
.search-field.open { display: block; }
.search-field input { font-family: var(--font-body); font-size: 15px; padding: 9px 14px; border: 1.5px solid var(--border); border-radius: var(--r-input); background: var(--bg); color: var(--ink); width: 220px; }
.mobile-menu { display: none; border-top: 1px solid var(--border); padding-block: 8px 16px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 13px 8px; font-size: 17px; font-weight: 500; border-bottom: 1px solid var(--grey-100); }
@media (max-width: 860px) {
  .nav-links, .header-actions .desktop-only { display: none; }
}
@media (min-width: 861px) { .menu-toggle { display: none; } }

/* ---------- hero ---------- */
.hero { background: var(--ink); color: #fff; padding: 40px 16px 36px; text-align: center; }
.hero h1 { font-size: clamp(26px, 5vw, 44px); font-weight: 800; color: #fff; margin-bottom: 10px; }
.hero h1 em { font-style: normal; color: #FF6F60; }
.hero p { color: rgba(255, 255, 255, .82); font-size: clamp(15px, 2.5vw, 18px); margin-bottom: 26px; }
.hero .row { justify-content: center; gap: 12px; margin-bottom: 32px; }
.counters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 420px; margin-inline: auto; background: rgba(255, 255, 255, .08); border-radius: var(--r-card); overflow: hidden; }
.counters div { padding: 14px 10px; background: rgba(255, 255, 255, .05); }
.counters b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; }
.counters span { font-size: 12px; color: rgba(255, 255, 255, .72); }

/* ---------- trust strip ---------- */
.trust-strip { background: var(--surface); border-bottom: 1px solid var(--border); padding: 12px 16px; }
.trust-strip ul { max-width: var(--wrap); margin-inline: auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.trust-strip li { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; font-weight: 500; color: var(--muted); text-align: center; }
.trust-strip li span { font-size: 18px; }

/* ---------- chips and tabs ---------- */
.chips { display: flex; gap: 8px; padding-block: 16px; overflow-x: auto; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex-shrink: 0; padding: 9px 16px; border-radius: var(--r-pill); font-weight: 600; font-size: 14px; background: var(--surface); border: 1.5px solid var(--border); color: var(--ink); min-height: 40px; }
.chip[aria-current="true"], .chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

.tabstrip { position: sticky; top: var(--nav-h); z-index: 40; background: var(--surface); border-bottom: 1px solid var(--border); }
.tabstrip .inner { max-width: var(--wrap); margin-inline: auto; padding-inline: 16px; display: flex; overflow-x: auto; scrollbar-width: none; }
.tabstrip .inner::-webkit-scrollbar { display: none; }
.tab { flex-shrink: 0; padding: 14px 16px; background: none; border: none; border-bottom: 2.5px solid transparent; font-size: 15px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.tab[aria-selected="true"] { color: var(--ink); font-weight: 700; border-bottom-color: var(--coral-ink); }

/* ---------- layout with sidebar ---------- */
.with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; padding-block: 24px 48px; }
@media (max-width: 900px) { .with-sidebar { grid-template-columns: 1fr; } .sidebar { display: none; } }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.section-head h2 { font-size: 20px; }

/* ---------- deal card ---------- */
.deal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
/* The feed follows the design: auto fill from 200px, which is a single column on a narrow phone.
   Two columns on a phone is a one line change here if the owner prefers a denser feed. */
.card {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow-card);
  transition: transform 180ms, box-shadow 180ms;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.card .media { position: relative; aspect-ratio: 1 / 1; background: var(--grey-100); overflow: hidden; }
.card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 200ms; }
.card:hover .media img { transform: scale(1.03); }
.card:hover .save-btn, .save-btn:focus-visible, .save-btn[aria-pressed="true"] { opacity: 1; }
@media (hover: none) { .save-btn { opacity: 1; } }
.card h3 { font-family: var(--font-body); font-weight: 600; font-size: 14px; line-height: 1.45; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .body { padding: 12px 14px 14px; }
.card .stretch::after { content: ""; position: absolute; inset: 0; }
.merchant-tag { position: absolute; top: 10px; left: 10px; background: rgba(255, 255, 255, .92); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 3px 9px; font-size: 11px; font-weight: 600; color: #4A4A48; }
.badge { position: absolute; top: 10px; right: 10px; border-radius: var(--r-pill); padding: 3px 10px; font-size: 12px; font-weight: 700; }
.price-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin-bottom: 4px; }
.price-now { font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.price-usd, .price-was { font-size: 13px; color: var(--muted); }
.price-was { text-decoration: line-through; }
.discount { background: var(--coral-ink); color: #fff; border-radius: var(--r-pill); padding: 1px 8px; font-size: 12px; font-weight: 700; }
.card-meta { font-size: 12px; color: var(--muted); }
.meta-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.card-merchant { font-size: 12px; font-weight: 500; color: var(--muted); }
.drop-ribbon { position: absolute; inset-inline: 0; bottom: 0; background: rgba(25, 211, 162, .92); color: var(--ink); font-size: 12px; font-weight: 600; padding: 5px 12px; text-align: center; }
.sold-out-veil { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255, 255, 255, .6); font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.card.is-sold-out { opacity: .72; }
.card-meta.dim { color: var(--grey-400); }
.save-btn { position: absolute; bottom: 10px; left: 10px; opacity: 0; transition: opacity 150ms; width: 36px; height: 36px; border-radius: var(--r-pill); border: none; background: rgba(255, 255, 255, .92); box-shadow: 0 1px 4px rgba(0, 0, 0, .1); font-size: 16px; display: grid; place-items: center; }

/* featured */
.card-featured { display: grid; grid-template-columns: 1fr 1fr; }
.card-featured .media { aspect-ratio: auto; min-height: 280px; }
.card-featured .body { padding: 28px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.card-featured h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; -webkit-line-clamp: 3; }
.card-featured .price-now { font-size: 32px; }
@media (max-width: 720px) { .card-featured { grid-template-columns: 1fr; } .card-featured .media { min-height: 220px; } .card-featured .body { padding: 20px; } }

.free-ship { color: var(--mint-text); font-weight: 600; font-size: 14px; }

/* ---------- sidebar widgets ---------- */
.widget { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-card); overflow: hidden; }
.widget > h3 { padding: 16px 18px; border-bottom: 1px solid var(--border); font-size: 16px; }
.widget-row { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--border); }
.widget-row:last-child { border-bottom: none; }
.widget-row:hover { background: var(--bg); }
.widget-row img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.widget-row .t { font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.widget-row .p { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--coral-text); }
.join-block { background: var(--ink); color: #fff; border-radius: 20px; padding: 26px 22px; text-align: center; }
.join-block h3 { color: #fff; font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.join-block p { color: rgba(255, 255, 255, .82); font-size: 14px; margin-bottom: 18px; }
.join-block .btn { border: none; color: #fff; font-weight: 700; }
.partner-slot { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-box); padding: 18px; }
.newsletter { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-card); padding: 22px 20px; }
.newsletter h3 { font-size: 17px; margin-bottom: 6px; }
.newsletter p { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.newsletter form { display: flex; gap: 8px; }
.newsletter input { flex: 1; min-width: 0; font: inherit; font-size: 14px; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--r-input); background: var(--bg); color: var(--ink); }
.newsletter .btn { padding-inline: 16px; white-space: nowrap; }
.newsletter .done { color: var(--mint-text); font-weight: 600; text-align: center; padding: 10px 0; }
.partner-slot .tag { position: absolute; top: 10px; inset-inline-end: 10px; font-size: 11px; color: var(--muted); border: 1px solid var(--border); border-radius: 6px; padding: 2px 7px; }

/* ---------- deal page ---------- */
.breadcrumbs { background: var(--surface); border-bottom: 1px solid var(--border); padding: 10px 0; font-size: 13px; color: var(--muted); }
.breadcrumbs ol { list-style: none; display: flex; gap: 6px; align-items: center; margin: 0; padding: 0; flex-wrap: wrap; }
.breadcrumbs a { color: var(--coral-text); }
.deal-top { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }
@media (max-width: 900px) { .deal-top { grid-template-columns: 1fr; gap: 20px; } }
.gallery .main { border: 1px solid var(--border); border-radius: var(--r-card); overflow: hidden; background: var(--grey-100); aspect-ratio: 1 / 1; margin-bottom: 12px; }
.gallery .main img { width: 100%; height: 100%; object-fit: cover; }
.gallery .thumbs { display: flex; gap: 8px; }
.gallery .thumbs button { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; padding: 0; border: 2px solid var(--border); background: none; }
.gallery .thumbs button[aria-current="true"] { border-color: var(--coral-ink); }
.deal-info { display: flex; flex-direction: column; gap: 16px; }
.pill { align-self: flex-start; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 4px 12px; font-size: 13px; font-weight: 600; color: var(--muted); }
.deal-info h1 { font-size: clamp(19px, 2.6vw, 25px); font-weight: 700; line-height: 1.35; }
.posted-line { font-size: 13px; color: var(--muted); display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.posted-line b { color: var(--ink); font-weight: 600; }
.price-block { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-box); padding: 18px 20px; }
.price-block .big { font-family: var(--font-display); font-weight: 800; font-size: 38px; }
.price-block .free-ship { font-size: 14px; }
.price-block .usd { font-size: 18px; color: var(--muted); }
.price-block .was { font-size: 15px; color: var(--muted); text-decoration: line-through; }
.price-block .note { font-size: 13px; color: var(--muted); }
.drop-flag { display: inline-block; background: var(--mint); color: var(--ink); font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 8px; margin-bottom: 12px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.trust-grid div { display: flex; align-items: center; gap: 6px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 9px 10px; font-size: 12px; font-weight: 500; }
.share-row { display: flex; gap: 8px; }
.share-row a, .share-row button { flex: 1; border: none; border-radius: var(--r-input); padding: 10px 8px; font-weight: 600; font-size: 13px; color: #fff; display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; }
.share-wa { background: #0F7A3D; }
.share-tg { background: #14618A; }
.share-copy { background: var(--bg); border: 1.5px solid var(--border) !important; color: var(--ink) !important; }

.deal-section { margin-bottom: 28px; }
.deal-section > h2 { font-size: 20px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-box); padding: 20px; }
.panel.tight { padding: 0; overflow: hidden; }
.reasons { display: flex; flex-direction: column; gap: 12px; }
.reasons div { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.reasons b { color: var(--coral-text); font-weight: 700; }
.specs div { display: grid; grid-template-columns: 1fr 1fr; padding: 12px 20px; border-bottom: 1px solid var(--border); font-size: 14px; }
.specs div:nth-child(even) { background: var(--bg); }
.specs div:last-child { border-bottom: none; }
.specs span:first-child { font-weight: 600; color: var(--muted); }
.ship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: center; }
.ship-grid .i { font-size: 24px; margin-bottom: 6px; }
.ship-grid .l { font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 4px; }
.ship-grid .v { font-size: 14px; font-weight: 600; }
.coupon-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.coupon-code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-weight: 700; font-size: 18px; letter-spacing: 2px; background: var(--bg); border: 2px dashed var(--border); border-radius: 8px; padding: 6px 16px; display: inline-block; margin-bottom: 8px; }
.timeline .entry { display: flex; align-items: center; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--border); }
.timeline .entry:last-child { border-bottom: none; }
.timeline .entry.now { background: rgba(25, 211, 162, .06); }
.timeline .arrow { font-size: 18px; flex-shrink: 0; }
.timeline .arrow.down { color: var(--mint-text); }
.timeline .arrow.up { color: var(--coral-text); }
.timeline .arrow.same { color: var(--muted); }
.timeline .when { font-size: 13px; color: var(--muted); }
.timeline .p { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.tag-now { background: var(--mint); color: var(--ink); font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 6px; }
.offers-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.offers-table th, .offers-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); text-align: start; }
.offers-table th { font-weight: 600; color: var(--muted); font-size: 13px; }
.offers-table tr:last-child td { border-bottom: none; }
details.faq { border-bottom: 1px solid var(--border); }
details.faq:last-child { border-bottom: none; }
details.faq summary { list-style: none; cursor: pointer; padding: 16px 20px; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--surface); }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "▼"; color: var(--muted); font-size: 12px; }
details.faq[open] summary { background: var(--bg); }
details.faq[open] summary::after { content: "▲"; }
details.faq .answer { padding: 4px 20px 16px; background: var(--bg); font-size: 14px; color: var(--muted); line-height: 1.7; }
.disclosure { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; font-size: 13px; color: var(--muted); line-height: 1.7; }

.sticky-cta { position: fixed; inset-inline: 0; bottom: 0; z-index: 50; background: var(--surface); border-top: 1px solid var(--border); box-shadow: 0 -4px 20px rgba(15, 23, 42, .1); padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; gap: 12px; align-items: center; }
.sticky-cta .p { font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.sticky-cta .s { font-size: 12px; color: var(--muted); }
.sticky-cta .btn { flex: 1; }
.sticky-spacer { height: 84px; }
@media (min-width: 901px) { .sticky-cta, .sticky-spacer { display: none; } }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #fff; padding: 46px 16px 30px; margin-top: 32px; }
.site-footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin-bottom: 36px; }
.site-footer .footer-head { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.site-footer a, .site-footer p { color: rgba(255, 255, 255, .78); font-size: 14px; }
.site-footer a { display: block; margin-bottom: 8px; }
.site-footer a:hover { color: #fff; }
.site-footer .brand { color: #FF6F60; margin-bottom: 10px; }
.site-footer .legal { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; text-align: center; font-size: 13px; color: rgba(255, 255, 255, .68); line-height: 1.7; }

/* ---------- states ---------- */
.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty .i { font-size: 44px; margin-bottom: 14px; }
.skeleton { background: linear-gradient(90deg, var(--grey-100) 25%, #e9e9e7 37%, var(--grey-100) 63%); background-size: 400% 100%; animation: sheen 1.2s ease-in-out infinite; border-radius: var(--r-card); }
@keyframes sheen { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
.is-hidden { display: none !important; }
