:root {
  --green-900: #07391d;
  --green-800: #145127;
  --green-700: #236d30;
  --green-600: #2f7d42;
  --green-100: #edf7e9;
  --cream: #fffdf4;
  --cream-2: #fbf7e8;
  --paper: #fffaf0;
  --ink-brown: #4d321e;
  --gold: #b98534;
  --orange: #f39a08;
  --orange-2: #fff2d7;
  --text: #112416;
  --muted: #667064;
  --line: #e8dfca;
  --white: #fff;
  --shadow: 0 18px 44px rgba(41, 61, 31, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(105, 74, 40, .025) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf6 0, var(--cream) 360px, #fbf7ea 100%);
  background-size: 42px 42px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1360px, calc(100% - 72px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--green-900);
  color: #fff;
  font-weight: 950;
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.topbar { display: none; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 246, .9);
  border-bottom: 1px solid rgba(78, 92, 54, .13);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 238px 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand img { width: 216px; height: auto; }
.brand-lockup { display: inline-grid; gap: 2px; align-items: start; }
.brand-lockup small {
  width: max-content;
  margin-left: 44px;
  margin-top: -3px;
  padding: 2px 7px;
  border: 1px solid rgba(45, 106, 42, .18);
  border-radius: 999px;
  background: #f3faed;
  color: var(--green-700);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0;
}
.brand-fallback { color: var(--green-900); font-size: 27px; font-weight: 950; }
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 14px;
  font-weight: 850;
  color: #101912;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--green-700); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.icon-btn {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
.btn {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 17px;
  background: var(--white);
  color: var(--green-900);
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.btn.primary { color: #fff; background: var(--green-700); border-color: var(--green-700); }
.btn.warn { color: #fff; background: #c84f32; border-color: #c84f32; }
.btn.sun { background: var(--orange); border-color: var(--orange); color: white; }
.btn.small { min-height: 34px; padding: 7px 10px; font-size: 13px; }
.btn.wide { width: 100%; }

h1, h2, h3 { margin: 0; color: var(--green-900); line-height: 1.06; letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
h1 { font-size: clamp(38px, 4.4vw, 58px); max-width: 760px; }
h2 { font-size: clamp(26px, 3vw, 36px); }
h3 { font-size: 18px; font-weight: 900; }
.muted { color: var(--muted); }

.hero {
  position: relative;
  min-height: 430px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 253, 246, .98) 0%, rgba(255, 253, 246, .88) 36%, rgba(255, 253, 246, .18) 69%),
    linear-gradient(180deg, rgba(255,255,255,0) 72%, var(--cream) 100%),
    url("img/hero-harvest.png") center right/cover no-repeat;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 72, 45, .22), transparent);
}
.hero .wrap {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(560px, 780px) minmax(280px, 420px);
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 56px 0 30px;
}
.hero-copy h1 {
  color: #063518;
  text-wrap: balance;
}
.hero-copy p {
  max-width: 600px;
  margin: 22px 0 24px;
  font-size: 16px;
  font-weight: 650;
  color: #283529;
}
.hero-search {
  width: min(690px, 100%);
  min-height: 66px;
  display: grid;
  grid-template-columns: 44px 1fr minmax(150px, 190px) 170px;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(54, 79, 44, .13);
  border-radius: 18px;
  padding: 7px;
  box-shadow: 0 24px 54px rgba(33, 51, 27, .16);
}
.hero-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  font-weight: 700;
}
.hero-search select {
  width: 100%;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--green-900);
  font-weight: 850;
  outline: 0;
  padding: 0 10px;
}
.search-mark {
  display: grid;
  place-items: center;
  color: #142017;
  font-size: 32px;
}
.hero-search .btn { border-radius: 16px; min-height: 52px; font-size: 16px; }
.quick-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.quick-filters a {
  min-width: 92px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(78, 92, 54, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 22px rgba(46, 50, 22, .06);
  font-weight: 900;
}
.hero-sign {
  position: relative;
  justify-self: end;
  align-self: center;
  display: grid;
  gap: 0;
  width: min(380px, 100%);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255, 248, 232, .88)),
    radial-gradient(circle at 90% 12%, rgba(185, 133, 52, .16), transparent 38%);
  border: 1px solid rgba(122, 93, 49, .23);
  border-radius: 6px;
  color: var(--ink-brown);
  padding: 28px 30px 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  font-style: italic;
  font-weight: 900;
  line-height: .96;
  text-align: left;
  letter-spacing: 0;
  text-shadow: none;
  box-shadow: 0 28px 70px rgba(45, 52, 29, .18), inset 0 0 0 6px rgba(255,255,255,.42);
}
.hero-sign::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 133, 52, .72), transparent);
}
.hero-sign::after {
  content: "MyZbieramy.pl";
  position: absolute;
  right: 26px;
  bottom: 18px;
  color: rgba(7, 57, 29, .55);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-sign span {
  display: block;
  white-space: nowrap;
}
.hero-sign span:nth-child(2) {
  color: var(--green-800);
  padding-left: .42em;
}
.hero-sign span:nth-child(3) {
  padding-left: .08em;
}
.hero-sign span:nth-child(3)::after {
  content: "";
  display: inline-block;
  width: .34em;
  height: .34em;
  margin-left: .2em;
  border-radius: 60% 0 60% 45%;
  background: var(--green-700);
  transform: rotate(-28deg) translateY(-.08em);
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset;
}

.home-band { padding: 20px 0; }
.category-band { padding-top: 24px; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-tile {
  min-height: 232px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 26px rgba(32, 58, 28, .07);
}
.category-tile img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}
.tile-icon {
  width: 42px;
  height: 42px;
  margin: -21px auto 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--green-700);
  border: 1px solid #e3eadb;
  box-shadow: 0 8px 18px rgba(38, 72, 35, .12);
  font-size: 19px;
}
.category-tile strong {
  display: block;
  padding: 0 12px;
  color: var(--green-900);
  font-size: 20px;
  line-height: 1.08;
}
.category-tile small {
  display: block;
  padding: 8px 16px 14px;
  color: #516154;
  font-weight: 650;
}

.section-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 6px 0 18px;
}
.section-line h2::before {
  content: "❧";
  margin-right: 10px;
  color: var(--green-700);
  font-family: Georgia, serif;
}
.section-line a {
  color: var(--green-800);
  font-weight: 900;
  font-size: 14px;
}
.section-line a::after { content: "›"; padding-left: 10px; }
.section-line.compact { margin-bottom: 10px; }

.deals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.deal-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(33, 59, 31, .08);
}
.deal-media {
  position: relative;
  display: block;
  height: 166px;
  overflow: hidden;
}
.deal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deal-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: 6px;
  color: white;
  background: var(--green-700);
  font-size: 12px;
  font-weight: 950;
}
.deal-card:nth-child(3) .deal-ribbon { background: var(--orange); }
.heart {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: rgba(15, 34, 19, .52);
  font-size: 21px;
}
.card-body { padding: 14px 16px 16px; }
.deal-card h3 { color: #101912; min-height: 42px; }
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  margin: 7px 0;
}
.meta.compact { justify-content: space-between; }
.rating {
  color: #56605a;
  font-size: 13px;
  font-weight: 750;
}
.rating span { color: var(--orange); }
.deal-tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.deal-tags span,
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 6px 9px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 12px;
  font-weight: 900;
}
.deal-tags span:first-child { background: #e8f4df; }
.deal-card:nth-child(3) .deal-tags span:first-child { color: #d64b30; background: #ffe6df; }
.product-band {
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(244,251,245,.72));
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(39, 81, 48, .07);
  overflow: hidden;
  display: grid;
}
.product-media {
  position: relative;
  min-height: 230px;
  display: block;
  background: #f4fbf5;
  overflow: hidden;
}
.product-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.product-card:hover .product-media img { transform: scale(1.035); }
.product-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(16, 63, 31, .9);
  color: white;
  font-size: 12px;
  font-weight: 950;
}
.product-card h3 { min-height: 50px; }
.product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 8px;
}
.product-price strong {
  color: var(--green-900);
  font-size: 24px;
  font-weight: 950;
}
.product-price span {
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 800;
}
.product-detail-hero .detail-photo {
  background: linear-gradient(135deg, #edf8ef, #fff6df);
}
.badge.hot { background: var(--orange-2); color: #8a5400; }
.badge.gray { background: #eef0e9; color: #555f58; }
.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef0e9;
  color: #4f5c52;
  font-size: 12px;
  font-weight: 950;
}
.status-pill.published,
.status-pill.active,
.status-pill.admin { background: #e5f5df; color: var(--green-800); }
.status-pill.pending,
.status-pill.new,
.status-pill.moderator { background: var(--orange-2); color: #8a5400; }
.status-pill.hidden,
.status-pill.rejected,
.status-pill.suspended { background: #ffe9e5; color: #9a321e; }

.split-band .wrap,
.info-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: start;
}
.panel-list,
.mini-map-panel,
.season-panel,
.guides-panel {
  min-height: 100%;
}
.shop-row {
  display: grid;
  grid-template-columns: 76px 1fr auto 42px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-bottom: 0;
}
.shop-row:first-of-type { border-radius: 10px 10px 0 0; }
.shop-row img,
.guide-row img,
.forum-card img {
  width: 76px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
}
.shop-row strong,
.guide-row strong,
.forum-card strong {
  display: grid;
  gap: 4px;
  font-size: 15px;
}
.shop-row small,
.guide-row small,
.forum-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.shop-row span {
  border-radius: 6px;
  background: var(--green-100);
  color: var(--green-800);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}
.shop-row em { color: var(--muted); font-style: normal; font-size: 12px; }
.panel-more {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  background: rgba(255,255,255,.78);
  color: var(--green-800);
  font-weight: 950;
}
.panel-more::after { content: "›"; padding-left: 10px; }

.map-shell { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.map,
.home-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(30deg, rgba(255,255,255,.55), rgba(255,255,255,.15)),
    url("https://tile.openstreetmap.org/11/1136/696.png") center/cover,
    #e9f0df;
}
.home-map { min-height: 296px; }
.map::before,
.home-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(65, 120, 74, .12) 31% 32%, transparent 32%),
    linear-gradient(20deg, transparent 0 48%, rgba(65, 120, 74, .18) 48% 49%, transparent 49%);
  pointer-events: none;
}
.map-city {
  position: absolute;
  inset: 43% auto auto 43%;
  color: #5c503d;
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 800;
}
.map-pin {
  position: absolute;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  background: #3c8f54;
  color: white;
  border: 3px solid white;
  box-shadow: 0 8px 18px rgba(33, 55, 28, .18);
}
.map-pin span { transform: rotate(45deg); font-size: 12px; font-weight: 950; }
.map-pin:nth-of-type(3n) { background: #327dff; }
.map-pin:nth-of-type(3n + 1) { background: #f47f1f; }
.map-pin:nth-of-type(4n) { background: #9565d5; }
.map-pin.is-active { scale: 1.12; }
.map-list { display: grid; gap: 10px; max-height: 520px; overflow: auto; }
.map-row { display: grid; gap: 3px; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.map-row.is-active { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(47,125,66,.12); }
.map-legend {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  min-height: 54px;
  padding: 10px 14px;
  margin-top: -1px;
  border: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  background: white;
  font-size: 12px;
  font-weight: 900;
}
.map-legend span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background: var(--green-700);
}
.map-legend span:nth-child(3)::before,
.map-legend span:nth-child(5)::before { background: var(--orange); }
.map-legend span:nth-child(4)::before { background: #9565d5; }

.season-card,
.guides-panel {
  background: rgba(255,255,255,.65);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(32, 58, 28, .06);
}
.season-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.season-card h3 { grid-column: 1 / -1; font-family: Georgia, serif; font-size: 26px; color: var(--green-900); }
.season-card div {
  min-height: 158px;
  border: 1px solid #e6dfc9;
  border-radius: 9px;
  padding: 12px;
  background:
    linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)),
    url("https://images.unsplash.com/photo-1498557850523-fd3d118b962e?auto=format&fit=crop&w=500&q=70") bottom right/110px auto no-repeat;
}
.season-card div:nth-of-type(2) { background-image: linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)), url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=500&q=70"); }
.season-card div:nth-of-type(3) { background-image: linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)), url("https://images.unsplash.com/photo-1461354464878-ad92f492a5a0?auto=format&fit=crop&w=500&q=70"); }
.season-card strong { color: var(--green-700); font-size: 18px; }
.season-card p { font-size: 13px; font-weight: 700; }
.season-card .panel-more { grid-column: 1 / -1; border-radius: 9px; min-height: 38px; }
.guide-columns {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 12px;
}
.guide-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.faq-list {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  overflow: hidden;
}
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer;
  padding: 14px;
  font-weight: 900;
}
.faq-list p { margin: 0; padding: 0 14px 14px; color: var(--muted); }

.forum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.forum-card {
  display: grid;
  grid-template-columns: 46px 1fr 92px;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 10px 24px rgba(32, 58, 28, .06);
}
.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f3e4cc;
  color: #8b5523;
  font-weight: 950;
}
.forum-card img { width: 92px; height: 62px; }
.cta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 24px;
  padding: 24px 84px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eef8e6, #f8f4dc 50%, #edf6e6);
}
.cta-card {
  min-height: 82px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
  padding: 14px 22px;
  color: white;
}
.cta-card.green { background: linear-gradient(135deg, #236d30, #174d20); }
.cta-card.orange { background: linear-gradient(135deg, #f6a20b, #ee8700); }
.cta-card.soft { background: linear-gradient(135deg, #5c9a63, #3d7947); }
.cta-card span { font-size: 42px; line-height: 1; }
.cta-card strong { display: grid; font-size: 22px; }
.cta-card small { color: rgba(255,255,255,.9); font-size: 13px; }

.section { padding: 48px 0; }
.section.alt { background: #f4fbf5; border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 22px; }
.section-head p { max-width: 640px; color: var(--muted); margin: 8px 0 0; }
.grid { display: grid; gap: 16px; }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(39, 81, 48, .07);
  overflow: hidden;
}
.category-card { min-height: 148px; display: grid; align-content: space-between; }
.category-card .icon { font-size: 28px; }
.item-media { height: 170px; background: var(--green-100); display: grid; place-items: center; font-size: 46px; }
.price { font-size: 22px; font-weight: 950; color: var(--green-800); }
.card-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.layout { display: grid; grid-template-columns: 292px minmax(0, 1fr); gap: 28px; align-items: start; }
.layout > * { min-width: 0; }
.sidebar {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  overflow: auto;
  scrollbar-width: thin;
}
.list-stack { display: grid; gap: 14px; }
.owner-box,
.recommend-box {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfff8;
}
.owner-box strong,
.recommend-box strong { color: var(--green-900); }
.owner-box span { font-weight: 950; }
.owner-box small,
.recommend-box > span { color: var(--muted); font-size: 13px; font-weight: 750; }
.link-button {
  border: 0;
  background: transparent;
  color: var(--green-800);
  font: inherit;
  font-weight: 950;
  padding: 0;
  cursor: pointer;
}
.recommend-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.recommend-actions .btn[name="vote"],
.inline-actions .btn[name="vote"] {
  border-radius: 999px;
}
.recommend-actions .btn[name="vote"]::before,
.inline-actions .btn[name="vote"]::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.recommend-actions .btn[name="vote"][value="1"]::before,
.inline-actions .btn[name="vote"][value="1"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h4v11Zm2 0h6.4a3 3 0 0 0 2.92-2.31l1.36-5.8A3 3 0 0 0 18.76 9H15l.62-3.1A3.23 3.23 0 0 0 12.45 2a1 1 0 0 0-.9.55L8.6 8.46A4 4 0 0 0 8.18 10H11v11Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h4v11Zm2 0h6.4a3 3 0 0 0 2.92-2.31l1.36-5.8A3 3 0 0 0 18.76 9H15l.62-3.1A3.23 3.23 0 0 0 12.45 2a1 1 0 0 0-.9.55L8.6 8.46A4 4 0 0 0 8.18 10H11v11Z'/%3E%3C/svg%3E");
}
.recommend-actions .btn[name="vote"][value="-1"]::before,
.inline-actions .btn[name="vote"][value="-1"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h4V3Zm2 0h6.4a3 3 0 0 1 2.92 2.31l1.36 5.8A3 3 0 0 1 18.76 15H15l.62 3.1A3.23 3.23 0 0 1 12.45 22a1 1 0 0 1-.9-.55L8.6 15.54A4 4 0 0 1 8.18 14H11V3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h4V3Zm2 0h6.4a3 3 0 0 1 2.92 2.31l1.36 5.8A3 3 0 0 1 18.76 15H15l.62 3.1A3.23 3.23 0 0 1 12.45 22a1 1 0 0 1-.9-.55L8.6 15.54A4 4 0 0 1 8.18 14H11V3Z'/%3E%3C/svg%3E");
}
.recommend-actions .btn[name="vote"][value="-1"]:not(.warn),
.inline-actions .btn[name="vote"][value="-1"]:not(.warn) {
  color: #8a4d10;
  background: #fff9ec;
  border-color: #f2d6a2;
}
.recommend-box select,
.recommend-box input {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: white;
}
.side-facts,
.detail-facts,
.dashboard-summary {
  display: grid;
  gap: 10px;
}
.side-facts { margin: 14px 0; }
.side-facts span,
.detail-facts span,
.summary-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfff8;
  padding: 10px 12px;
}
.side-facts strong,
.detail-facts strong,
.summary-card strong {
  display: block;
  color: var(--green-900);
  font-weight: 950;
}
.detail-stack { display: grid; gap: 18px; }
.detail-hero {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1.2fr;
  align-items: stretch;
}
.detail-hero .item-media { height: auto; min-height: 320px; font-size: clamp(30px, 4vw, 52px); }
.detail-photo { position: relative; overflow: hidden; padding: 0; background: var(--green-100); }
.detail-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.detail-photo span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 6px;
  padding: 7px 10px;
  background: rgba(7, 57, 29, .88);
  color: white;
  font-size: 12px;
  font-weight: 950;
}
.detail-kicker { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.detail-lead { color: var(--muted); font-size: 17px; font-weight: 750; }
.detail-facts {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}
.detail-facts span { color: var(--muted); font-size: 13px; }
.detail-facts strong { font-size: 16px; margin-bottom: 4px; }
.info-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.info-checklist span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfff8;
  color: var(--muted);
}
.info-checklist strong { display: block; color: var(--green-900); }
.activity-list { display: grid; gap: 10px; margin-top: 12px; }
.activity-row {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfff8;
}
.activity-row strong { color: var(--green-900); }
.activity-row small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.activity-row span { color: var(--text); }
.report-flag {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  color: #73806e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  opacity: .78;
}
.report-flag:hover {
  color: #8d3a19;
  opacity: 1;
}
.report-flag span {
  color: #9b6a3d;
  font-size: 14px;
}
.mini-actions .report-flag {
  color: rgba(255,255,255,.82);
}
.mini-actions .report-flag span {
  color: #f4d9a5;
}
.report-inline {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.report-form {
  max-width: 760px;
  margin: 0 auto;
}
.report-preview {
  margin: 14px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--green-700);
  border-radius: 8px;
  background: #f8fbf1;
  color: var(--text);
}
.comment-form { display: grid; gap: 10px; margin-bottom: 12px; }
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  resize: vertical;
}
.record-share {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.share-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.share-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(79, 91, 59, .14);
  border-radius: 999px;
  padding: 6px 12px 6px 7px;
  background: rgba(255,255,255,.86);
  color: var(--green-900);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(42, 67, 38, .07);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.share-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 109, 48, .22);
  box-shadow: 0 14px 30px rgba(42, 67, 38, .11);
}
.share-btn span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  color: white;
  background: var(--green-700);
}
.share-btn span::before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.share-btn.facebook span { background: #1877f2; }
.share-btn.facebook span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1 8.2H13V6.8c0-.6.4-.8.8-.8h1.3V3.8L13.3 3.8c-2.1 0-3.2 1.3-3.2 3.4v1H8v2.5h2.1V21H13V10.7h1.8l.3-2.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1 8.2H13V6.8c0-.6.4-.8.8-.8h1.3V3.8L13.3 3.8c-2.1 0-3.2 1.3-3.2 3.4v1H8v2.5h2.1V21H13V10.7h1.8l.3-2.5Z'/%3E%3C/svg%3E");
}
.share-btn.x span { background: #111; }
.share-btn.x span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 4 6.9 8.6L4.4 20H7l5.1-5.8 4.7 5.8H20l-7.2-9L19 4h-2.6l-4.8 5.4L7.2 4H4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 4 6.9 8.6L4.4 20H7l5.1-5.8 4.7 5.8H20l-7.2-9L19 4h-2.6l-4.8 5.4L7.2 4H4Z'/%3E%3C/svg%3E");
}
.share-btn.whatsapp span { background: #25d366; }
.share-btn.whatsapp span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8.8 8.8 0 0 0-7.5 13.4L3.4 21l4.7-1.2A8.8 8.8 0 1 0 12 3Zm4.8 12.6c-.2.6-1.2 1.1-1.7 1.2-.5.1-1.1.1-1.8-.1-3-.9-5-3.4-5.2-3.6-.1-.2-1.2-1.6-1.2-3s.8-2.1 1.1-2.4c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 1.9c.1.2.1.4 0 .6l-.5.7c-.2.2-.3.4-.1.7.2.4.8 1.3 1.7 2 .9.8 1.7 1 2.1 1.2.3.1.5.1.7-.1l.9-1.1c.2-.3.5-.2.8-.1l1.8.9c.3.1.5.2.6.4.1.1.1.5 0 .7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8.8 8.8 0 0 0-7.5 13.4L3.4 21l4.7-1.2A8.8 8.8 0 1 0 12 3Zm4.8 12.6c-.2.6-1.2 1.1-1.7 1.2-.5.1-1.1.1-1.8-.1-3-.9-5-3.4-5.2-3.6-.1-.2-1.2-1.6-1.2-3s.8-2.1 1.1-2.4c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 1.9c.1.2.1.4 0 .6l-.5.7c-.2.2-.3.4-.1.7.2.4.8 1.3 1.7 2 .9.8 1.7 1 2.1 1.2.3.1.5.1.7-.1l.9-1.1c.2-.3.5-.2.8-.1l1.8.9c.3.1.5.2.6.4.1.1.1.5 0 .7Z'/%3E%3C/svg%3E");
}
.share-btn.telegram span { background: #229ed9; }
.share-btn.telegram span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4.4 17.9 20c-.2.9-.8 1.1-1.6.7l-4.5-3.3-2.2 2.1c-.2.2-.4.4-.9.4l.3-4.7 8.6-7.8c.4-.3-.1-.5-.6-.2L6.4 13.9 1.8 12.5c-1-.3-1-.9.2-1.4L19.9 4.2c.8-.3 1.5.2 1.1.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4.4 17.9 20c-.2.9-.8 1.1-1.6.7l-4.5-3.3-2.2 2.1c-.2.2-.4.4-.9.4l.3-4.7 8.6-7.8c.4-.3-.1-.5-.6-.2L6.4 13.9 1.8 12.5c-1-.3-1-.9.2-1.4L19.9 4.2c.8-.3 1.5.2 1.1.2Z'/%3E%3C/svg%3E");
}
.share-btn.linkedin span { background: #0a66c2; }
.share-btn.linkedin span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7 8.8H3.9V20h2.8V8.8ZM5.3 4a1.6 1.6 0 1 0 0 3.2A1.6 1.6 0 0 0 5.3 4Zm14.8 9.9c0-3-1.6-4.4-3.7-4.4-1.7 0-2.5.9-2.9 1.6V8.8h-2.8V20h2.8v-6.2c0-1.7.9-2.6 2.2-2.6 1.2 0 1.7.8 1.7 2.5V20h2.8v-6.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.7 8.8H3.9V20h2.8V8.8ZM5.3 4a1.6 1.6 0 1 0 0 3.2A1.6 1.6 0 0 0 5.3 4Zm14.8 9.9c0-3-1.6-4.4-3.7-4.4-1.7 0-2.5.9-2.9 1.6V8.8h-2.8V20h2.8v-6.2c0-1.7.9-2.6 2.2-2.6 1.2 0 1.7.8 1.7 2.5V20h2.8v-6.1Z'/%3E%3C/svg%3E");
}
.share-btn.email span { background: #7a6040; }
.share-btn.email span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Zm0 2v.4l8 4.6 8-4.6V8H4Zm16 8v-5.4l-8 4.6-8-4.6V16h16Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2Zm0 2v.4l8 4.6 8-4.6V8H4Zm16 8v-5.4l-8 4.6-8-4.6V16h16Z'/%3E%3C/svg%3E");
}
.share-btn.copy span { background: var(--green-700); }
.share-btn.copy span::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1V7Zm3-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6Zm-3 4H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1h-3a3 3 0 0 1-3-3v-3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-1v1a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1V7Zm3-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6Zm-3 4H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-1h-3a3 3 0 0 1-3-3v-3Z'/%3E%3C/svg%3E");
}
.card-kicker { margin-bottom: 8px; }
.deal-excerpt {
  color: var(--muted);
  min-height: 40px;
  font-size: 13px;
  line-height: 1.45;
}
.sub-tabs { margin: -6px 0 16px; }
.guide-search {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}
.field-hint {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.search-count { margin: 0 0 14px; }
.forum-sections { display: grid; gap: 18px; }
.forum-section { display: grid; gap: 16px; }
.forum-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.forum-section-head h2 {
  font-size: clamp(24px, 2.5vw, 34px);
}
.forum-section-head p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.topic-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-cloud a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: #fbfff8;
  color: var(--green-900);
  font-size: 13px;
  font-weight: 850;
}
.forum-thread {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 16px;
  align-items: center;
  border: 1px solid transparent;
  border-top-color: var(--line);
  padding: 14px 10px;
}
.forum-thread:hover {
  border-color: rgba(45, 106, 42, .18);
  border-radius: 8px;
  background: #fbfff8;
}
.forum-thread h3 { margin-top: 6px; }
.forum-thread-meta {
  display: grid;
  justify-items: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #fffdf4;
  color: var(--muted);
  text-align: center;
}
.forum-thread-meta strong {
  color: var(--green-800);
  font-size: 24px;
  line-height: 1;
}
.forum-thread-meta span,
.forum-thread-meta small {
  font-size: 11px;
  font-weight: 850;
}
.like-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfff8;
}
.like-panel strong {
  display: block;
  color: var(--green-900);
  font-size: 20px;
}
.like-panel span {
  color: var(--muted);
  font-weight: 750;
}
.vote-card {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(45, 106, 42, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fff2, #fffaf0);
}
.vote-graphic {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-700);
  color: white;
  box-shadow: 0 10px 24px rgba(45, 106, 42, .22);
}
.vote-graphic span { font-size: 22px; line-height: 1; }
.vote-graphic small { font-size: 11px; font-weight: 950; margin-top: -10px; }
.vote-copy { display: grid; gap: 2px; }
.vote-copy strong { color: var(--green-900); font-size: 16px; }
.vote-copy span { color: var(--muted); font-size: 13px; font-weight: 800; }
.vote-like,
.vote-dislike {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: white;
  color: var(--green-900);
  font-weight: 950;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.vote-like::before,
.vote-dislike::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.vote-like::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h4v11Zm2 0h6.4a3 3 0 0 0 2.92-2.31l1.36-5.8A3 3 0 0 0 18.76 9H15l.62-3.1A3.23 3.23 0 0 0 12.45 2a1 1 0 0 0-.9.55L8.6 8.46A4 4 0 0 0 8.18 10H11v11Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h4v11Zm2 0h6.4a3 3 0 0 0 2.92-2.31l1.36-5.8A3 3 0 0 0 18.76 9H15l.62-3.1A3.23 3.23 0 0 0 12.45 2a1 1 0 0 0-.9.55L8.6 8.46A4 4 0 0 0 8.18 10H11v11Z'/%3E%3C/svg%3E");
}
.vote-dislike::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h4V3Zm2 0h6.4a3 3 0 0 1 2.92 2.31l1.36 5.8A3 3 0 0 1 18.76 15H15l.62 3.1A3.23 3.23 0 0 1 12.45 22a1 1 0 0 1-.9-.55L8.6 15.54A4 4 0 0 1 8.18 14H11V3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h4V3Zm2 0h6.4a3 3 0 0 1 2.92 2.31l1.36 5.8A3 3 0 0 1 18.76 15H15l.62 3.1A3.23 3.23 0 0 1 12.45 22a1 1 0 0 1-.9-.55L8.6 15.54A4 4 0 0 1 8.18 14H11V3Z'/%3E%3C/svg%3E");
}
.vote-like {
  background: var(--green-700);
  border-color: var(--green-700);
  color: white;
}
.vote-dislike {
  color: #8a4d10;
  background: #fff9ec;
  border-color: #f2d6a2;
}
.vote-like:hover,
.vote-dislike:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(37, 77, 36, .14);
}
.vote-like.is-active,
.vote-dislike.is-active {
  box-shadow: 0 0 0 3px rgba(45, 106, 42, .18);
}
.search-sections { display: grid; gap: 28px; }
.search-section { display: grid; gap: 14px; }
.btn.is-active {
  box-shadow: 0 0 0 3px rgba(45, 106, 42, .18);
}
.dashboard-summary {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 14px;
}
.summary-card span { color: var(--muted); font-size: 13px; font-weight: 850; }
.summary-card strong { font-size: 32px; line-height: 1; margin: 4px 0; }
.summary-card small { color: var(--muted); font-weight: 700; }
.action-note { margin-bottom: 16px; }
.compact-head { align-items: center; margin-bottom: 16px; }
.mini-site-card {
  position: relative;
  display: grid;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(45, 106, 42, .06), rgba(239, 163, 0, .08)),
    #fff;
}
.mini-domain {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--green-900);
  background: #f4fbf5;
  border: 1px solid #dcebdc;
  font-weight: 950;
  overflow-wrap: anywhere;
}
.mini-site-body {
  background: var(--paper);
}
.mini-site-page {
  min-height: 100vh;
}
.mini-hero {
  min-height: 72vh;
  display: grid;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: white;
}
.mini-hero-inner {
  display: grid;
  gap: 18px;
  max-width: 860px;
  padding-block: 72px;
}
.mini-powered {
  width: fit-content;
  color: #14351f;
  background: rgba(255,255,255,.9);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 950;
}
.mini-hero .badge {
  width: fit-content;
  background: rgba(255,255,255,.16);
  color: white;
  border-color: rgba(255,255,255,.32);
}
.mini-hero h1 {
  color: white;
  max-width: 820px;
  font-size: clamp(44px, 7vw, 92px);
}
.mini-hero p {
  max-width: 700px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 750;
}
.mini-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.mini-actions .btn.primary {
  background: var(--site-accent, var(--green-700));
}
.mini-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}
.mini-contact {
  gap: 10px;
}
.mini-contact a,
.mini-contact span {
  color: var(--green-900);
  font-weight: 900;
  overflow-wrap: anywhere;
}
.field { display: grid; gap: 6px; }
.field label { color: var(--muted); font-size: 13px; font-weight: 900; }
.field input,
.field select,
.field textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: white;
  color: var(--text);
}
.notice { border: 1px solid #f2dc8d; background: #fff8d8; border-radius: 8px; padding: 12px 14px; }
.form-card { max-width: 920px; margin: 0 auto; }
.form-intro { max-width: 720px; margin: 8px 0 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-section {
  display: grid;
  gap: 3px;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f4fbf5;
  border: 1px solid #dcebdc;
}
.form-section strong { color: var(--green-900); }
.form-section span { color: var(--muted); font-size: 13px; font-weight: 700; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #f4fbf5; color: #45614c; font-size: 13px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tab { border: 1px solid var(--line); background: white; border-radius: 8px; padding: 9px 12px; font-weight: 900; cursor: pointer; }
.tab.is-active { background: var(--green-700); color: white; border-color: var(--green-700); }
.admin-command-center {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid #dcebdc;
  border-radius: 10px;
  background: linear-gradient(135deg, #f6fff2, #fffaf0);
}
.admin-command-center h2 { margin-top: 8px; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.admin-row {
  display: grid;
  grid-template-columns: 1fr 170px auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.admin-row:last-child { border-bottom: 0; }
.admin-row strong { display: grid; gap: 3px; min-width: 0; }
.admin-row small { color: var(--muted); font-weight: 700; }
.report-admin-list {
  display: grid;
  gap: 14px;
}
.report-admin-card {
  gap: 12px;
}
.report-admin-card h3 {
  margin-top: 8px;
  margin-bottom: 4px;
}
.admin-row select,
.inline-actions select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: white;
  color: var(--text);
  min-height: 38px;
}
.inline-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.empty { padding: 34px; text-align: center; border: 1px dashed #bdd2c2; border-radius: 8px; background: #fbfffb; }
.flash { margin: 16px auto 0; width: min(1180px, calc(100% - 32px)); padding: 12px 14px; border-radius: 8px; background: #dcf6df; border: 1px solid #bfe8c5; font-weight: 800; }
.errors { margin: 16px auto; color: #8d1d15; background: #ffe9e5; border: 1px solid #f4beb6; border-radius: 8px; padding: 12px 14px; }

.footer {
  margin-top: 26px;
  padding: 18px 0 28px;
  background: transparent;
  color: var(--text);
}
.footer-panel {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 22px;
}
.footer-links,
.footer-brand {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.76);
  padding: 24px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.footer a { display: block; margin: 6px 0; color: #29352c; font-size: 13px; font-weight: 650; }
.footer strong { color: var(--green-900); }
.footer-brand img { width: 190px; margin: 0 auto 14px; }
.footer-brand { text-align: center; }
.socials { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.socials span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #1877f2;
  font-size: 12px;
  font-weight: 900;
}
.socials span:nth-child(2) { background: #dd2a7b; }
.socials span:nth-child(3) { background: #e62117; }
.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding-top: 18px;
  color: #4f5f53;
  font-size: 13px;
}
.footer-benefits span { display: grid; gap: 3px; }

@media (max-width: 1120px) {
  .nav { grid-template-columns: 210px 1fr; }
  .nav-actions { grid-column: 2; justify-self: end; }
  .nav-links { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 10px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .deals-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-panel, .split-band .wrap, .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 24px, 1280px); }
  .nav { display: flex; flex-wrap: wrap; min-height: 68px; gap: 12px; padding: 12px 0; }
  .brand img { width: 174px; }
  .brand-lockup small { margin-left: 34px; }
  .nav-links { width: 100%; justify-content: flex-start; gap: 16px; font-size: 13px; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-actions { margin-left: auto; gap: 10px; }
  .hero { background-position: 63% center; }
  .hero .wrap { grid-template-columns: 1fr; min-height: 560px; align-items: end; padding-top: 34px; }
  .hero-copy { align-self: center; }
  .hero-copy p { font-size: 15px; max-width: 92%; }
  .hero-search { grid-template-columns: 36px 1fr; border-radius: 14px; }
  .hero-search select { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 10px 2px 2px; }
  .hero-search .btn { grid-column: 1 / -1; width: 100%; border-radius: 12px; }
  .quick-filters a { min-width: auto; flex: 1 1 120px; }
  .hero-sign { justify-self: start; margin: 0 0 16px; font-size: 20px; padding: 14px 18px; }
  .category-grid, .deals-grid, .product-grid, .forum-grid, .cta-strip, .footer-links, .footer-benefits, .grid.cols-4, .grid.cols-3, .grid.cols-2, .form-grid, .mini-content { grid-template-columns: 1fr; }
  .detail-hero, .detail-facts, .dashboard-summary, .admin-command-center { grid-template-columns: 1fr; }
  .detail-hero .item-media { min-height: 210px; }
  .detail-photo img { min-height: 240px; }
  .info-checklist { grid-template-columns: 1fr; }
  .admin-actions { justify-content: stretch; }
  .admin-actions .btn { width: 100%; }
  .admin-row { grid-template-columns: 1fr; }
  .cta-strip { padding: 18px; gap: 14px; }
  .shop-row { grid-template-columns: 62px 1fr; }
  .shop-row span, .shop-row em { justify-self: start; }
  .guide-columns, .layout, .map-shell { grid-template-columns: 1fr; }
  .detail-stack { order: 1; }
  .vote-card { grid-template-columns: auto 1fr; }
  .vote-like, .vote-dislike { width: 100%; }
  .mini-hero { min-height: 640px; }
  .mini-hero-inner { padding-block: 54px; }
  .sidebar { order: 2; position: static; }
  .forum-section-head { display: grid; }
  .forum-section-head .btn { width: 100%; }
  .forum-thread { grid-template-columns: 1fr; }
  .forum-thread-meta { justify-items: start; text-align: left; }
  .season-card { grid-template-columns: 1fr; }
  .home-map, .map { min-height: 360px; }
  .footer-panel { gap: 14px; }
  h1 { font-size: 38px; }
}
