﻿:root {
  --bg: #f3f6f8;
  --surface: #ffffff;
  --surface-strong: #f8fbfc;
  --text: #15212a;
  --muted: #55636e;
  --line: #dde5ea;
  --brand: #0b6f60;
  --brand-dark: #064f45;
  --accent: #ff7a1a;
  --accent-soft: #fff0e5;
  --blue: #1466cc;
  --blue-soft: #eaf3ff;
  --success-soft: #e9f8f2;
  --warning: #ffd56a;
  --shadow: 0 16px 40px rgba(21, 33, 42, 0.1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1320px, calc(100% - 32px));
  min-width: 0;
  margin: 0 auto;
}

.site-header .main-nav.container,
.category-rail .container {
  width: min(1320px, calc(100% - 32px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 3px 16px rgba(21, 33, 42, 0.04);
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  will-change: transform;
}

body.site-header-hidden .site-header {
  transform: translateY(-100%);
}

body.site-header-condensed .site-header {
  box-shadow: 0 8px 24px rgba(21, 33, 42, 0.08);
}

.ui-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.25em;
  height: 1.25em;
  color: currentColor;
  vertical-align: -0.18em;
}

svg.ui-icon {
  overflow: visible;
}

.engelli-is-salary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--brand-dark, #064f45);
  font-weight: 800;
}

.topbar {
  background: var(--brand-dark);
  color: #eaf8f4;
  font-size: 13px;
}

.topbar-inner,
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.category-rail-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2px;
  min-height: 0;
  width: 100%;
}

.category-rail {
  overflow: visible;
}

.topbar-inner {
  min-height: 34px;
}

.topbar nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.main-nav {
  min-height: 92px;
}

.main-nav--home {
  justify-content: flex-start;
  gap: 24px;
}

.main-nav--home .nav-actions {
  margin-left: auto;
}

.home-community-seek-section {
  padding: 18px 0 4px;
  background: linear-gradient(180deg, #f4faf8 0%, #f7fbfa 55%, var(--bg) 100%);
  border-bottom: 1px solid #e8f0ed;
}

.home-community-seek-inner {
  max-width: min(1380px, calc(100% - 28px));
}

.community-seek-band.share-card {
  margin: 0;
  padding: 18px 20px 16px;
  border-radius: 16px;
  border: 1px solid #dce9e4;
  box-shadow: 0 12px 28px rgba(21, 33, 42, 0.06);
}

.community-seek-band .share-card-head {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.community-seek-band .share-card-head strong {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.community-seek-band .share-card-head p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.community-seek-band .share-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.community-seek-band .share-input-wrap textarea {
  min-height: 72px;
}

.community-seek-band .share-helper-row span {
  font-size: 11px;
  font-weight: 600;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 44px;
  font-size: 20px;
  font-weight: 900;
}

.brand-logo-img {
  display: block;
  width: min(320px, 34vw);
  height: 62px;
  min-width: 220px;
  object-fit: contain;
  object-position: left center;
}

.logo-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-weight: 950;
}

.logo-mark .ui-icon {
  width: 54px;
  height: 54px;
}

.logo-copy {
  display: grid;
  gap: 2px;
}

.logo-copy strong {
  color: var(--text);
  font-size: 28px;
  line-height: 1;
}

.logo-copy small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.search-shell {
  flex: 1;
  display: grid;
  grid-template-columns: 168px minmax(160px, 1fr) 86px;
  min-width: 0;
  min-height: 46px;
  max-width: 690px;
  border: 2px solid var(--accent);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.search-shell select,
.search-shell input,
.search-shell button {
  min-width: 0;
  border: 0;
}

.search-shell select {
  padding: 0 12px;
  background: #f8fafb;
  border-right: 1px solid var(--line);
  color: var(--muted);
}

.search-shell input {
  min-width: 0;
  padding: 0 14px;
}

.search-shell button {
  background: var(--accent);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.site-search-shell {
  grid-template-columns: minmax(220px, 1fr) 190px 1px;
  max-width: 660px;
  min-height: 48px;
  border: 1px solid #d9dee5;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.04);
  position: relative;
}

.search-suggest-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--surface, #fff);
  border: 1px solid var(--border, #e2e6ea);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(21, 33, 42, 0.13);
  z-index: 500;
  overflow: hidden;
  max-height: 480px;
  overflow-y: auto;
}

.search-suggest-group {
  padding: 8px 0 4px;
  border-bottom: 1px solid var(--border, #e2e6ea);
}

.search-suggest-group:last-of-type {
  border-bottom: 0;
}

.search-suggest-group-label {
  display: block;
  padding: 2px 14px 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #6b7280);
}

.search-suggest-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 14px;
  text-decoration: none;
  color: var(--text, #111);
  line-height: 1.3;
}

.search-suggest-item:hover,
.search-suggest-item.is-active {
  background: var(--surface-alt, #f3f4f6);
}

.suggest-title {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggest-meta {
  font-size: 12px;
  color: var(--muted, #6b7280);
  white-space: nowrap;
  flex-shrink: 0;
}

.search-suggest-all {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent, #e86d00);
  text-decoration: none;
  background: var(--surface-alt, #f9fafb);
}

.search-suggest-all:hover,
.search-suggest-all.is-active {
  background: var(--surface-alt, #f0f1f3);
}

.site-search-shell input {
  order: 1;
}

.site-search-shell select {
  order: 2;
  border-right: 0;
  border-left: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 800;
}

.site-search-shell button {
  order: 3;
  width: 1px;
  min-width: 1px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.nav-actions a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.login-button,
.signup-button,
.sell-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
}

.login-button {
  border: 1px solid #d9dee5;
  background: #fff;
  color: var(--text) !important;
}

.signup-button {
  background: var(--brand);
  color: #fff !important;
  font-weight: 600;
}

.sell-button {
  background: linear-gradient(135deg, #ff8a3d, #f97316);
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.28);
}

.sell-button:hover {
  filter: brightness(1.03);
}

.nav-auth {
  display: flex;
  align-items: center;
}

.nav-auth-user {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.nav-notification-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(11, 111, 96, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--text, #15332c);
  text-decoration: none;
}

.nav-notification-count {
  position: absolute;
  top: -0.35rem;
  right: -0.25rem;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #c0392b;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15rem;
  text-align: center;
}

.nav-auth-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.15s;
  line-height: 1;
  padding: 0;
}

.nav-auth-avatar:hover {
  box-shadow: 0 0 0 3px rgba(11, 111, 96, 0.18);
}

.nav-auth-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  z-index: 900;
  padding: 6px 0;
}

.nav-auth-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.nav-auth-dropdown-item:hover {
  background: var(--bg);
}

.nav-auth-dropdown-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--muted);
}

.nav-auth-dropdown-logout {
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 10px;
  color: #c0392b;
}

.nav-auth-dropdown-logout svg {
  color: #c0392b;
}

.drawer-account-section {
  padding: 12px 16px;
  border-bottom: 1px solid #eceff2;
  margin-bottom: 8px;
}

.nav-auth--drawer {
  justify-content: flex-start;
}

.nav-auth--drawer .login-button {
  width: 100%;
  justify-content: center;
}

.nav-auth--drawer .nav-auth-user {
  width: 100%;
}

.nav-auth--drawer .nav-auth-avatar {
  width: 36px;
  height: 36px;
  font-size: 14px;
}

.nav-auth--drawer .nav-auth-dropdown {
  position: static;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 4px 0 0;
  min-width: 0;
}

.nav-auth--drawer .nav-auth-dropdown-item {
  padding: 8px 4px;
}

.category-rail {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
}

.category-rail-inner {
  min-height: 78px;
  padding: 0;
  background: #fff;
  border-left: 1px solid #e8edf1;
  border-right: 1px solid #e8edf1;
}

.category-rail-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

.category-rail-link {
  height: 100%;
  min-width: 0;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 6px 10px;
  border-left: 1px solid #e8edf1;
  color: #3a4a56;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  transition: color 140ms ease, background 140ms ease;
}

.category-rail-link > span {
  display: block;
  max-width: 100%;
}

.category-rail-link .ui-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--brand);
}

.category-rail-item:last-child .category-rail-link {
  border-right: 1px solid var(--line);
}

.category-rail-link:hover,
.category-rail-item:hover .category-rail-link {
  background: #f6f9fb;
  color: var(--brand);
  font-weight: 600;
}

.category-flyout {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 15;
  min-width: 260px;
  max-width: min(320px, 92vw);
  display: grid;
  gap: 4px;
  padding: 10px 8px 12px;
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(21, 33, 42, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.category-rail-item:nth-last-child(-n+2) .category-flyout {
  left: auto;
  right: 0;
}

.category-flyout a,
.category-flyout-parent {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #3a4a56;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: left;
  transition: color 140ms ease, background 140ms ease;
}

.category-flyout a .ui-icon:first-child,
.category-flyout-parent .ui-icon:first-child {
  flex: 0 0 auto;
}

.category-flyout a:hover,
.category-flyout-group:hover > .category-flyout-parent,
.category-flyout-group:focus-within > .category-flyout-parent {
  background: #f6f9fb;
  color: var(--brand);
}

.category-flyout-parent .ui-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.category-flyout-parent .ui-icon:last-child {
  margin-left: auto;
}

.category-flyout-group {
  position: relative;
}

.category-subflyout {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  z-index: 16;
  min-width: 280px;
  max-width: min(360px, 46vw);
  display: grid;
  gap: 4px;
  padding: 10px 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(21, 33, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.category-flyout-group:hover > .category-subflyout,
.category-flyout-group:focus-within > .category-subflyout {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.category-rail-item:hover .category-flyout {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 1440px) {
  .site-header .main-nav.container,
  .category-rail .container {
    width: min(1320px, calc(100% - 40px));
  }

  .category-rail-item {
    max-width: none;
  }

  .category-rail-link {
    font-size: 12px;
    padding-inline: 6px;
  }

  .category-flyout a {
    font-size: 13.5px;
  }
}

.market-hero {
  padding: 22px 0 10px;
  background: linear-gradient(180deg, #edf7f5, var(--bg));
}

.market-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 260px;
  gap: 16px;
  align-items: stretch;
}

.side-menu,
.account-panel,
.hero-showcase,
.cardish,
.filter-panel,
.detail-panel,
.detail-media,
.profile-sidebar,
.panel-block,
.seller-sidebar {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.05);
}

.side-menu {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(11, 111, 96, 0.06), rgba(255, 255, 255, 0) 112px),
    var(--surface);
}

.side-menu strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.side-menu-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.side-menu a,
.side-category-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  border-bottom: 0;
}

.side-menu > a:last-child,
.side-category-group:last-child summary {
  border-bottom: 0;
}

.side-category-group {
  border: 1px solid #e8efed;
  border-radius: 12px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.side-category-group:last-child {
  border-bottom: 0;
}

.side-category-group summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 12px;
}

.side-category-group summary::-webkit-details-marker {
  display: none;
}

.side-category-group[open] summary {
  color: var(--brand);
}

.side-category-group[open] {
  background: #f7fbfa;
  border-color: #dce9e6;
  box-shadow: inset 3px 0 0 var(--brand);
}

.side-category-group:not([open]):hover {
  background: #fbfdfc;
  border-color: #d7e5e1;
  box-shadow: 0 6px 14px rgba(21, 33, 42, 0.04);
}

.side-category-title {
  color: var(--ink);
  min-width: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.side-category-meta {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #edf5f3;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  padding: 4px 8px;
}

.side-submenu {
  display: grid;
  gap: 6px;
  padding: 2px 8px 10px 14px;
}

.side-submenu a {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 32px;
  border-bottom: 0;
  font-size: 13px;
  border-radius: 10px;
  padding: 0 8px;
  line-height: 1.25;
}

.side-submenu a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.side-submenu a:hover {
  background: #eef7f4;
}

.side-submenu a strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  margin: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 11px;
}

.side-submenu .side-category-open {
  margin: 2px 0 4px;
  background: linear-gradient(135deg, #0b6f60, #13a27c);
  color: #fff;
  font-weight: 900;
}

.side-submenu .side-category-open strong {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.side-menu a:hover,
.side-category-group summary:hover,
.text-link {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.hero-showcase {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(11, 111, 96, 0.93), rgba(18, 164, 134, 0.78)),
    linear-gradient(90deg, #fff, #dff5ee);
  color: #fff;
  overflow: hidden;
}

.hero-stack {
  display: grid;
  gap: 14px;
}

.market-banner {
  grid-column: 1 / -1;
  min-height: 166px;
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 14px 20px 14px 14px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(6, 79, 69, 0.94), rgba(9, 137, 101, 0.9)),
    #0b6f60;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(21, 33, 42, 0.14);
}

.market-banner-visual {
  position: relative;
  min-height: 138px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 42px 12px 12px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.market-banner-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(4, 51, 43, 0.16);
}

.market-banner-member {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
}

.market-banner-member strong,
.market-banner-member span {
  display: block;
}

.market-banner-member strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}

.market-banner-member span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.3;
}

.market-banner-copy {
  min-width: 0;
}

.market-banner strong,
.market-banner-copy h1 {
  display: block;
  max-width: 24ch;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.02;
}

.search-page-form {
  margin: 16px 0;
  max-width: 720px;
}

.search-meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.search-section-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
}

.search-section-pill {
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: transparent;
  font-size: 13px;
  cursor: pointer;
  color: var(--text);
  transition: background 0.12s, border-color 0.12s;
}

.search-section-pill:hover {
  background: var(--surface-alt, #f3f4f6);
}

.search-section-pill.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.search-hit-card {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
}

.search-hit-card a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--text);
  text-decoration: none;
}

.search-hit-card a:hover {
  color: var(--accent);
}

.search-hit-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.search-hit-section-badge {
  display: inline-flex;
  align-items: center;
  padding: 1px 7px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.search-hit-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.market-banner p {
  max-width: 72ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.market-banner .eyebrow {
  color: #ffe1bf;
}

.market-banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.market-banner-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 900;
}

.market-banner-tags a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.marketplace-home-hero {
  padding: 28px 0 18px;
  background:
    linear-gradient(180deg, #f7fbfa 0%, #eef5f4 58%, var(--bg) 100%);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.72fr);
  gap: 16px;
  align-items: start;
}

.home-hero-main,
.today-panel,
.home-hero-visual,
.home-quick-card,
.home-request-panel,
.home-listing-panel,
.trust-principle {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.06);
}

.home-hero-main {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 54%, rgba(255, 255, 255, 0.56) 100%),
    #fff;
}

.home-hero-main h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.home-hero-main .lead {
  max-width: 62ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.home-search-card {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 190px 96px;
  gap: 0;
  width: min(720px, 100%);
  min-height: 58px;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(21, 33, 42, 0.08);
  overflow: hidden;
}

.home-search-card input,
.home-search-card select,
.home-search-card button {
  min-width: 0;
  border: 0;
}

.home-search-card input {
  padding: 0 18px;
  color: var(--text);
}

.home-search-card select {
  padding: 0 14px;
  border-left: 1px solid var(--line);
  background: #fafcfd;
  color: var(--muted);
}

.home-search-card button {
  background: var(--brand);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.home-quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home-quick-chips a,
.request-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
}

.home-hero-side {
  display: grid;
  gap: 16px;
  min-width: 0;
  align-self: stretch;
}

.home-hero-visual {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  background: #f6faf9;
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 292px;
  object-fit: cover;
}

.home-hero-visual figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(21, 33, 42, 0.12);
}

.home-hero-visual span,
.panel-title-row a,
.today-activity span,
.community-request-card em {
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
}

.home-hero-visual strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
}

.home-hero-visual a,
.community-request-card a {
  width: fit-content;
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
}

.today-panel {
  align-self: stretch;
  padding: 16px;
}

.home-hero-side .today-panel {
  display: grid;
  align-content: start;
  min-height: 420px;
  padding: 22px;
}

.panel-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.panel-title-row.compact {
  margin-top: 16px;
}

.panel-title-row h2,
.panel-title-row h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
}

.today-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.today-stat {
  display: grid;
  gap: 4px;
  min-height: 86px;
  place-items: center;
  padding: 10px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.today-stat strong {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1;
}

.today-stat span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.today-activity-list {
  display: grid;
  gap: 8px;
}

.today-activity {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}

.today-activity strong {
  min-width: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.today-activity time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.home-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-quick-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  min-height: 112px;
  padding: 16px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-quick-card:hover {
  transform: translateY(-2px);
  border-color: #b7dcd3;
  box-shadow: 0 16px 30px rgba(21, 33, 42, 0.09);
}

.home-quick-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #eef8f4;
  color: var(--brand);
  font-weight: 950;
}

.home-quick-card strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
}

.home-quick-card em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.35;
}

.home-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: start;
}

.home-listing-panel,
.home-request-panel {
  padding: 16px;
}

.community-request-list {
  display: grid;
  gap: 10px;
}

.community-request-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.community-request-card > div {
  display: grid;
  gap: 5px;
}

.community-request-card strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.25;
}

.community-request-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.trust-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-trust-section .trust-principles {
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
}

.trust-principle {
  display: grid;
  gap: 5px;
  padding: 18px;
}

.trust-principle strong {
  color: var(--brand-dark);
  font-size: 16px;
}

.trust-principle span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.marketplace-home-hero {
  padding: 8px 0 16px;
  background: #ffffff;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  gap: 12px;
  align-items: stretch;
}

.home-hero-left {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.home-hero-main {
  position: relative;
  min-height: 310px;
  padding: 26px 32px 18px;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(221, 229, 234, 0.8);
  border-radius: 4px;
  background:
    linear-gradient(90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.99) 38%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.48) 63%,
      rgba(255, 255, 255, 0.02) 82%),
    var(--hero-image) right center / auto 100% no-repeat,
    #ffffff;
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.05);
}

.home-hero-copy {
  max-width: 780px;
}

.home-hero-main h1,
.home-hero-main h2 {
  max-width: 12.5ch;
  margin: 0;
  font-size: clamp(38px, 3.35vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 950;
}

.home-hero-main h1 span,
.home-hero-main h2 span {
  color: var(--brand);
}

.home-hero-main .lead {
  max-width: 54ch;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: #5b6873;
}

.home-need-search {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 92px;
  align-items: center;
  width: min(640px, 100%);
  min-height: 54px;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(21, 33, 42, 0.08);
  overflow: hidden;
}

.home-need-search-icon {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--muted);
  border-right: 1px solid var(--line);
}

.home-need-search input,
.home-need-search button {
  min-width: 0;
  height: 100%;
  border: 0;
}

.home-need-search input {
  padding: 0 16px;
  background: transparent;
  color: var(--text);
}

.home-need-search button {
  background: var(--brand);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.home-hero-seek {
  margin-top: 18px;
  margin-left: 0;
  width: min(560px, 100%);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(21, 33, 42, 0.12);
  overflow: hidden;
}

.home-hero-seek-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 96px;
  align-items: stretch;
  min-height: 50px;
  background: transparent;
}

.home-hero-seek-icon {
  display: grid;
  place-items: center;
  color: var(--muted);
  border-right: 1px solid var(--line);
  background: #fafcfd;
}

.home-hero-seek-shell textarea {
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  padding: 15px 14px 10px;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  resize: none;
  overflow: hidden;
}

.home-hero-seek-shell button {
  min-width: 0;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.home-hero-seek-shell textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.home-hero-seek-shell textarea::placeholder {
  color: #8a9aa6;
}

.home-community-redirect {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-top: 1px solid rgba(0, 116, 112, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.home-community-redirect > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 128, 124, 0.12);
  color: var(--brand);
}

.home-community-redirect p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.home-community-redirect a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 116, 112, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.home-community-redirect a:hover {
  border-color: var(--brand);
  background: #f3fbfa;
}

.home-listing-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
}

.home-search-card {
  grid-template-columns: 34px minmax(180px, 1fr) 190px 96px;
  width: min(720px, 100%);
  min-height: 58px;
  margin-top: 18px;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
}

.home-search-icon {
  display: grid;
  place-items: center;
  color: var(--muted);
}

.home-search-card select {
  color: var(--text);
  font-weight: 800;
}

.home-quick-chips {
  grid-column: 1 / -1;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--line);
}

.home-quick-chips strong {
  color: var(--text);
  font-size: 13px;
}

.home-quick-chips a {
  min-height: 32px;
  padding: 0 14px;
  background: #f3f5f7;
  color: #4b5563;
  box-shadow: inset 0 -1px 0 rgba(21, 33, 42, 0.04);
}

.home-hero-side .today-panel {
  height: auto;
  min-height: 0;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
}

.today-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.today-stat {
  min-height: 118px;
  gap: 8px;
  padding: 12px 8px;
}

.today-stat > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
}

.today-stat.tone-green > span { background: #5ab769; }
.today-stat.tone-blue > span { background: #9fd5fb; color: #1270b5; }
.today-stat.tone-orange > span { background: var(--accent); }
.today-stat.tone-teal > span { background: var(--brand); }

.today-stat strong {
  font-size: 22px;
}

.today-stat em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.today-activity {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 48px;
  gap: 10px;
  padding: 8px 0;
}

.today-activity > span {
  display: grid;
  place-items: center;
  color: var(--brand);
}

.today-activity strong {
  display: grid;
  gap: 2px;
  font-size: 13px;
}

.today-activity small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.home-quick-section {
  padding-top: 6px;
}

.home-hero-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-quick-strip {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.04);
}

.home-quick-strip-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.home-panel,
.home-listing-panel,
.home-request-panel {
  border: 1px solid rgba(214, 226, 232, 0.92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(21, 33, 42, 0.045);
}

.home-panel {
  padding: 14px;
}

.home-panel > h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.home-quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 116px;
  padding: 14px 14px 13px;
  gap: 7px;
}

.home-quick-card em {
  grid-column: auto;
  max-width: none;
  padding-right: 18px;
  font-size: 14px;
  line-height: 1.32;
}

.home-quick-card i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: var(--muted);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.home-quick-icon {
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 20px rgba(11, 111, 96, 0.16);
}

.home-quick-icon .ui-icon {
  width: 24px;
  height: 24px;
}

.home-quick-card strong {
  min-height: 30px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.16;
  max-width: none;
}

.home-quick-card.tone-orange .home-quick-icon { background: var(--accent); }
.home-quick-card.tone-blue .home-quick-icon { background: #198bd2; }
.home-quick-card.tone-green .home-quick-icon { background: #54b75c; }
.home-quick-card.tone-purple .home-quick-icon { background: #7c4cb0; }

.home-main-section {
  padding-top: 8px;
}

.home-content-grid {
  grid-template-columns: minmax(0, 2fr) minmax(350px, 1fr);
  gap: 12px;
}

.home-product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-product-card {
  overflow: hidden;
  border: 1px solid rgba(214, 226, 232, 0.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(21, 33, 42, 0.035);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 111, 96, 0.22);
  box-shadow: 0 14px 28px rgba(21, 33, 42, 0.08);
}

.home-product-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--surface-strong);
}

.home-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 6px;
  background: linear-gradient(180deg, #f8fbfc, #fff);
}

.home-product-image span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #3abf62;
  color: #fff;
  font-size: 10.5px;
  font-weight: 900;
  box-shadow: 0 6px 12px rgba(40, 150, 82, 0.18);
}

.home-product-image button,
.home-favorite-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #8fa3b6;
  box-shadow: 0 6px 14px rgba(21, 33, 42, 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}

.home-favorite-toggle[aria-pressed="true"] {
  color: #f97316;
}

.home-favorite-toggle[aria-pressed="true"] .ui-icon {
  fill: currentColor;
}

.home-product-body {
  display: grid;
  gap: 5px;
  padding: 10px 11px 12px;
}

.home-product-body span,
.home-product-body em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.home-product-body a {
  min-height: 38px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.home-product-body strong {
  color: var(--brand);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.community-request-card {
  gap: 9px;
  padding: 12px 13px;
  border-radius: 8px;
  border-color: rgba(214, 226, 232, 0.95);
  box-shadow: 0 6px 16px rgba(21, 33, 42, 0.035);
}

.request-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.request-head b {
  padding: 4px 7px;
  border-radius: 4px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.request-head strong {
  font-size: 12.5px;
  white-space: nowrap;
}

.request-head em,
.request-head time {
  color: var(--muted);
  font-size: 10.5px;
  font-style: normal;
}

.community-request-card > div:not(.request-head) {
  gap: 7px;
}

.community-request-card > div:not(.request-head) > strong {
  font-size: 14.5px;
  line-height: 1.22;
}

.community-request-card .request-tag {
  width: 100%;
  min-height: 28px;
  border-radius: 999px;
  background: #f6fafb;
  color: var(--brand-dark);
  font-size: 11px;
}

.community-request-card p {
  font-size: 12.5px;
  line-height: 1.45;
}

.community-request-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 2px;
}

.community-request-card footer span {
  color: var(--muted);
  font-size: 11px;
}

.trust-principles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.trust-principle {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: none;
}

.trust-principle:last-child {
  border-right: 0;
}

.trust-principle > span:first-child {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--brand);
}

.trust-principle > span:first-child .ui-icon {
  width: 42px;
  height: 42px;
  stroke-width: 1.6;
}

.share-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(210, 224, 229, 0.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 33, 42, 0.07);
}

.share-card > * {
  position: relative;
  z-index: 1;
}

.share-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0;
  color: var(--text);
}

.share-card .brand-avatar {
  width: 46px;
  height: 46px;
  background: #fff0e5;
  color: var(--accent);
  box-shadow: none;
}

.share-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 4px;
  padding: 3px 8px;
  border: 1px solid rgba(8, 95, 73, 0.12);
  border-radius: 999px;
  background: #f4faf7;
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share-card-head strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.05;
}

.share-card-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.share-input-wrap {
  margin-top: 12px;
}

.share-input-wrap input,
.share-quick-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
}

.share-actions,
.share-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.share-actions .button {
  min-height: 38px;
}

.share-tags a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.share-input-wrap textarea {
  width: 100%;
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  resize: vertical;
  font: inherit;
  line-height: 1.45;
  box-shadow: 0 8px 18px rgba(18, 35, 44, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.share-input-wrap textarea:focus {
  outline: none;
  border-color: rgba(8, 133, 92, 0.44);
  box-shadow: 0 0 0 4px rgba(8, 133, 92, 0.08);
}

.share-helper-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.share-helper-row span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(8, 95, 73, 0.12);
  border-radius: 999px;
  background: #f7fbf9;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 900;
}

.community-action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.community-composer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  justify-content: flex-end;
}

.community-image-field {
  cursor: pointer;
  margin: 0;
  background: #fff;
}

.community-action-bar .button {
  min-height: 38px;
  border-radius: 12px;
  font-weight: 950;
}

.community-publish-row {
  align-items: center;
}

.selected-tags,
.tag-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag-chip,
.tag-suggestion {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--muted);
}

.tag-chip--on {
  background: #eef6ff;
  border-color: #b8d9f5;
  color: #0b4f7a;
}

.tag-chip--selected {
  background: #e8f7ef;
  border-color: #a8dfc4;
  color: #0d5c36;
  cursor: pointer;
}

.tag-suggestion {
  cursor: pointer;
  background: #fff;
}

.tag-suggestion:hover {
  border-color: var(--accent, #1a7f4b);
  color: var(--accent, #1a7f4b);
}

.community-page-shell {
  max-width: 860px;
  margin: 0 auto;
}

.community-page-shell .community-feed {
  max-height: none;
}

.community-hub-hero-section {
  padding-bottom: 18px;
}

.community-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.95fr);
  gap: 16px;
  align-items: stretch;
}

.community-hub-copy,
.community-hub-highlight,
.community-tabs-card,
.community-live-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 33, 42, 0.06);
}

.community-hub-copy {
  padding: 22px;
}

.community-hub-copy h1 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.community-hub-copy .lead {
  max-width: 740px;
}

.community-hub-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.community-hub-stats div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.community-hub-stats strong {
  color: var(--brand-dark);
  font-size: 28px;
  line-height: 1;
}

.community-hub-stats span,
.community-hub-highlight span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.community-hub-highlight {
  grid-column: 1 / -1;
  padding: 16px;
}

.community-hub-highlight strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
}

.community-hub-highlight p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.community-dashboard-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
}

.community-dashboard-main {
  display: grid;
  min-width: 0;
  gap: 16px;
}

.community-live-sidebar {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 14px;
}

.community-tabs-card,
.community-live-card {
  padding: 16px;
}

.community-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px;
  border-radius: 16px;
  background: var(--surface-strong);
}

.community-tabs-nav button {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  font-weight: 950;
  cursor: pointer;
}

.community-tabs-nav button.active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 18px rgba(21, 33, 42, 0.08);
}

.community-feed-social {
  margin-top: 14px;
}

.community-feed-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  scrollbar-width: thin;
}

.community-feed-tabs button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-strong);
  color: var(--muted);
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.community-feed-tabs button.active {
  background: #eef8f4;
  color: var(--brand-dark);
  box-shadow: inset 0 0 0 1px #c7e6dc;
}

.community-tab-panel[hidden] {
  display: none;
}

.community-panel-head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.community-panel-head h2,
.community-live-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
}

.community-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.community-mini-list,
.community-live-list,
.community-trend-stack {
  display: grid;
  gap: 10px;
}

.community-mini-listing,
.community-trend-card,
.community-live-item {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.community-mini-listing:hover,
.community-trend-card:hover,
.community-live-item:hover {
  transform: translateY(-1px);
  border-color: #afd9cf;
  box-shadow: 0 12px 24px rgba(21, 33, 42, 0.08);
}

.community-mini-listing span,
.community-live-item span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.community-mini-listing strong,
.community-trend-card strong,
.community-live-item strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.3;
}

.community-mini-listing em,
.community-trend-card em,
.community-live-item em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.community-trend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.community-trend-card span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef8f4;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
}

.community-live-item.unread {
  border-color: #b9e3d7;
  background: #f7fcfa;
}

.community-activity-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.community-activity-list li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--muted);
  font-weight: 850;
}

.community-follow-grid {
  display: grid;
  gap: 14px;
}

.community-follow-grid section {
  display: grid;
  gap: 8px;
}

.community-follow-grid h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 15px;
}

.community-chip-row,
.community-link-row,
.community-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.community-chip-row span,
.community-link-row a,
.community-link-row span,
.community-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.community-feed {
  margin-top: 18px;
  display: grid;
  gap: 14px;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
}

.community-dashboard-main .community-feed {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.community-more-link {
  margin: 12px 0 0;
  text-align: right;
  font-size: 14px;
}

.community-feed-empty {
  margin: 0;
  padding: 16px;
  border-radius: 14px;
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 14px;
}

.community-post {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafcfb;
}

.community-post-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.community-post-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  background: linear-gradient(135deg, #1a7f4b, #2d9f6a);
  color: #fff;
  flex-shrink: 0;
}

.community-post-author {
  display: block;
  font-size: 15px;
}

.community-post-time {
  font-size: 12px;
  color: var(--muted);
}

.community-post-text {
  margin: 0 0 8px;
  white-space: pre-wrap;
  line-height: 1.45;
}

.community-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.community-post-media img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 8px;
}

.community-post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.post-action-btn {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-action-btn:hover {
  border-color: var(--accent, #1a7f4b);
  color: var(--accent, #1a7f4b);
}

.post-action-btn.is-liked {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #be123c;
}

.post-action-btn--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.post-action-btn--facebook:hover {
  background: #166fe5;
  color: #fff;
}

.community-post-comments {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}

.community-post-comments.hidden {
  display: none;
}

.community-comment-form {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.community-comment-form input {
  flex: 1;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.community-comment-item {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.community-suggestions {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--surface-strong, #f3f6f4);
  border: 1px solid var(--line);
}

.community-suggestions-title {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
  color: var(--ink, #122);
}

.community-suggestion-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.community-suggestion-item {
  font-size: 13px;
  line-height: 1.4;
}

.community-suggestion-link {
  font-weight: 800;
  color: var(--accent, #1a7f4b);
  text-decoration: none;
}

.community-suggestion-link:hover {
  text-decoration: underline;
}

.community-suggestion-note {
  color: var(--muted);
}

.community-suggestion-by {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
}

.community-suggest-panel {
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed var(--line);
  background: #fff;
}

.community-suggest-panel.hidden {
  display: none;
}

.community-suggest-form {
  display: grid;
  gap: 10px;
}

.community-suggest-form label {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.community-suggest-form input,
.community-suggest-form select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  color: inherit;
  background: #fff;
}

.community-catalog-results {
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: #f8fbfa;
}

.community-catalog-results[hidden] {
  display: none;
}

.community-catalog-option {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.community-catalog-option:hover,
.community-catalog-option.selected {
  transform: translateY(-1px);
  border-color: var(--brand);
  background: #eefaf5;
}

.community-catalog-option span {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
}

.community-catalog-option strong {
  color: var(--brand-dark);
  font-size: 14px;
}

.community-catalog-option em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.community-suggest-form .button {
  justify-self: start;
}

.community-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.community-governance-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.community-governance-card ol {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: governance-step;
}

.community-governance-card li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.community-governance-card li::before {
  counter-increment: governance-step;
  content: counter(governance-step);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef8f4;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
}

.community-club-section,
.community-program-section,
.community-apply-section {
  padding-top: 22px;
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.club-card-stack {
  display: grid;
  gap: 12px;
}

.club-card-stack.compact .club-card {
  padding: 12px;
}

.club-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 33, 42, 0.055);
}

.club-card.tone-green {
  border-top: 4px solid #1f9d63;
}

.club-card.tone-blue {
  border-top: 4px solid #2777b8;
}

.club-card.tone-purple {
  border-top: 4px solid #7458c4;
}

.club-card.tone-orange {
  border-top: 4px solid #df7d28;
}

.club-card-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.club-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eef8f4;
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 950;
}

.club-kind {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.club-card h3 {
  margin: 3px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.15;
}

.club-status {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f6fafb;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.club-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.club-channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.club-channel-row span {
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
}

.club-signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.club-signal-list li {
  padding: 8px;
  border-radius: 10px;
  background: #f8fbfa;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.club-card-foot {
  display: grid;
  grid-template-columns: auto auto minmax(96px, 1fr);
  gap: 8px;
  align-items: center;
  padding-top: 2px;
}

.club-card-foot span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.club-card-foot a,
.community-event-card footer a,
.community-discussion-item {
  color: var(--brand);
  font-weight: 950;
  text-decoration: none;
}

.club-card-foot a {
  justify-self: end;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(0, 116, 112, 0.18);
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
}

.community-program-grid,
.community-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: start;
}

.community-program-main,
.community-program-side,
.community-apply-copy,
.club-apply-form {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 33, 42, 0.045);
}

.community-event-list,
.community-discussion-list,
.community-application-list {
  display: grid;
  gap: 12px;
}

.community-event-card {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.community-event-date {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 92px;
  padding: 10px;
  border-radius: 12px;
  background: #eef8f4;
  color: var(--brand-dark);
  text-align: center;
}

.community-event-date strong {
  font-size: 15px;
  line-height: 1.2;
}

.community-event-date span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.community-event-card h3 {
  margin: 5px 0 6px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.2;
}

.community-event-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.community-event-card > div > span,
.community-discussion-item span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.community-event-card footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}

.community-event-card footer em,
.community-discussion-item em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.community-discussion-item {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: inherit;
}

.community-discussion-item:hover,
.club-card-foot a:hover,
.community-event-card footer a:hover {
  border-color: var(--brand);
  background: #f3fbfa;
}

.community-discussion-item strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.3;
}

.community-discussion-item-link {
  display: grid;
  gap: 5px;
  color: inherit;
}

.discussion-comment-btn {
  justify-self: start;
  font-size: 12px;
}

.discussion-comment-box {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.discussion-comment-box textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
}

.discussion-comment-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.kapsiyo-confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

.kapsiyo-confirm-box {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
}

.kapsiyo-confirm-box p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}

.kapsiyo-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.community-apply-copy h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.08;
}

.community-apply-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.community-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.community-rule-grid span {
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbfa;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.club-apply-form {
  display: grid;
  gap: 12px;
}

.club-apply-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.club-apply-form input,
.club-apply-form select,
.club-apply-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 14px;
}

.club-apply-form textarea {
  resize: vertical;
}

.community-application-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.club-application-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.club-application-card span {
  width: fit-content;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a4b08;
  font-size: 11px;
  font-weight: 950;
}

.club-application-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.25;
}

.club-application-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.club-application-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.club-application-card dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  font-size: 12px;
}

.club-application-card dt {
  color: var(--muted);
  font-weight: 850;
}

.club-application-card dd {
  margin: 0;
  color: var(--text);
  font-weight: 900;
}

.home-club-panel .club-card {
  border-radius: 12px;
  box-shadow: none;
}

.home-club-panel .club-card h3 {
  font-size: 16px;
}

.home-club-panel .club-card-top {
  grid-template-columns: 42px minmax(0, 1fr);
}

.home-club-panel .club-status {
  grid-column: 1 / -1;
  justify-self: start;
}

.home-club-panel .club-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.home-club-panel .club-signal-list,
.club-card-stack.compact .club-signal-list {
  grid-template-columns: 1fr;
}

.home-event-teaser {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.home-event-teaser .community-event-card {
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 12px;
  box-shadow: none;
}

.home-event-teaser .community-event-date {
  min-height: 76px;
}

.home-event-teaser .community-event-card h3 {
  font-size: 14px;
}

.hero-showcase-compact {
  display: grid;
  gap: 20px;
  padding: 18px 20px 22px;
}

.hero-showcase-compact h1 {
  font-size: clamp(28px, 4vw, 44px);
}

.hero-showcase-compact .hero-products {
  margin-top: 0;
}

.campaign-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-showcase .eyebrow {
  color: #ffe1bf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-showcase p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.hero-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.deal-tile {
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero-products .deal-tile:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  align-items: center;
  gap: 18px;
  grid-column: 1 / -1;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.14);
}

.deal-tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 9px;
}

.hero-products .deal-tile:first-child img {
  order: 2;
  aspect-ratio: 21 / 7;
  min-height: 180px;
  margin-bottom: 0;
}

.hero-products .deal-tile:first-child span,
.hero-products .deal-tile:first-child strong {
  order: 1;
}

.deal-tile span,
.deal-tile strong {
  display: block;
}

.deal-tile span {
  font-weight: 900;
}

.deal-tile strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-products .deal-tile:first-child span {
  margin-bottom: 8px;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.04;
}

.hero-products .deal-tile:first-child strong {
  max-width: 32ch;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.account-panel {
  padding: 18px;
}

.system-note {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.system-note:first-of-type {
  margin-top: 12px;
}

.system-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 15px;
}

.system-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.brand-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 950;
}

.brand-avatar.large {
  width: 76px;
  height: 76px;
  font-size: 24px;
}

.account-panel h2 {
  margin-top: 16px;
  font-size: 22px;
}

.account-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  margin: 8px 0;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.account-action.strong {
  background: var(--brand);
  color: #fff;
}

.account-panel p,
.section-head p,
.category-hero p,
.model-hero p,
.membership-hero p,
.seller-cover p,
.store-banner p,
.profile-sidebar p {
  color: var(--muted);
}

.section {
  padding: 36px 0;
}

.section.compact {
  padding: 18px 0;
}

.surface-band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.trust-strip,
.membership-banner {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.04);
}

.trust-strip {
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip div {
  padding: 12px;
  border-radius: 8px;
  background: var(--surface-strong);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--brand);
  font-size: 24px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 13px;
}

.category-showcase,
.product-grid,
.seller-grid,
.membership-grid,
.dashboard-grid {
  display: grid;
  gap: 14px;
}

.category-showcase {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.community-hub-section .lead {
  max-width: 62ch;
  margin: 8px 0 0;
  color: var(--muted);
}

.community-hub-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}

.community-hub-block {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  min-width: 0;
}

.community-hub-block h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.activity-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.activity-item {
  margin: 0;
}

.activity-link {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.activity-link:hover {
  border-color: var(--accent);
}

.activity-text {
  font-weight: 800;
  line-height: 1.35;
}

.activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}

.activity-meta time {
  font-weight: 700;
  color: var(--ink);
}

.activity-badge {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #a94700;
  font-weight: 800;
}

.activity-badge.neutral {
  background: #eef2f7;
  color: var(--muted);
}

.need-card-grid {
  display: grid;
  gap: 12px;
}

.need-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  min-width: 0;
}

.need-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.need-card h4 {
  margin: 0;
  font-size: 1rem;
}

.need-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.need-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.need-card-actions .button {
  flex: 1 1 160px;
  text-align: center;
  justify-content: center;
}

.safe-action-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.safe-action-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, var(--surface-strong));
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.safe-action-card strong {
  font-size: 14px;
}

.safe-action-card span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.safe-action-card:focus-visible,
.activity-link:focus-visible,
.need-card-actions .button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (min-width: 720px) {
  .community-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-activity {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1040px) {
  .community-hub-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: start;
  }

  .community-activity {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .community-needs {
    grid-column: 2;
    grid-row: 1;
  }

  .community-safe {
    grid-column: 2;
    grid-row: 2;
  }

  .need-card-grid {
    grid-template-columns: 1fr;
  }
}

.category-card {
  min-height: 190px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: var(--surface-strong);
}

.category-card span,
.category-card small,
.category-card strong {
  display: block;
}

.category-card span {
  margin-top: 10px;
  font-weight: 950;
}

.category-card small {
  color: var(--muted);
}

.subcat-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.subcat-preview em {
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.category-card strong {
  margin-top: 6px;
  color: var(--accent);
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-card[hidden],
.product-card.is-filter-hidden {
  display: none !important;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover,
.seller-card:hover,
.category-card:hover,
.model-card:hover {
  transform: translateY(-2px);
  border-color: #a9cfc7;
  box-shadow: var(--shadow);
}

.product-image,
.detail-image,
.thumb {
  overflow: hidden;
  background: var(--surface-strong);
}

.product-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  padding: 12px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  width: 100%;
  color: var(--muted);
  font-size: 13px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.pill.neutral {
  background: #edf2f5;
  color: var(--muted);
}

.pill.warning {
  background: var(--accent-soft);
  color: #a24600;
}

.product-title {
  min-height: 44px;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.condition-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.device-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.device-badge {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.device-badge-success {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
}

.device-badge-info {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.device-badge-muted {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}

.seller-line,
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.seller-line {
  margin-top: auto;
  color: var(--muted);
  font-size: 13px;
}

.seller-line a {
  color: var(--blue);
  font-weight: 900;
}

.product-bottom strong,
.detail-price {
  color: var(--accent);
  font-size: 24px;
  font-weight: 950;
  white-space: nowrap;
}

/* "Fiyat belirtilmedi" gibi metin degerler 24px/950 agirlikta karti tasirip
   "Incele" butonunu kirpiyordu. Fiyat olmayan durum daha kucuk ve sarilabilir. */
.product-bottom strong.price-empty,
.detail-price.price-empty {
  font-size: 15px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.3;
  min-width: 0;
}

.product-bottom a {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.quick-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.quick-contact a {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 950;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-weight: 900;
}

.button.primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.breadcrumb {
  padding: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--brand);
  font-weight: 900;
}

.category-hero,
.model-hero,
.membership-hero {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 251, 250, 0.95), rgba(255, 255, 255, 0.98));
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
}

.section-compact-top {
  padding-top: 12px;
}

.category-head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.home-feature-tour {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.16), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.05);
}

.home-feature-tour-count {
  position: absolute;
  top: 60px;
  right: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(9, 82, 73, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(9, 82, 73, 0.18);
}

.home-feature-tour-nav {
  position: absolute;
  top: calc(50% + 18px);
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 48px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-dark);
  box-shadow: 0 12px 26px rgba(21, 33, 42, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.home-feature-tour-nav:hover {
  color: var(--brand);
  box-shadow: 0 16px 30px rgba(15, 118, 110, 0.2);
  transform: translateY(-50%) scale(1.04);
}

.home-feature-tour-nav:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.24);
  outline-offset: 3px;
}

.home-feature-tour-nav span {
  display: block;
  margin-top: -2px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.home-feature-tour-nav-prev {
  left: 4px;
}

.home-feature-tour-nav-next {
  right: 4px;
}
.home-feature-tour-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.home-feature-tour-head span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-feature-tour-head strong {
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.15;
  text-align: right;
}

.home-feature-tour-strip {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -ms-overflow-style: none;
  user-select: none;
  touch-action: pan-y;
}

.home-feature-tour-strip::-webkit-scrollbar {
  display: none;
}

.home-feature-tour-strip.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-feature-tour-slide {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  flex: 0 0 100%;
  min-height: 160px;
  padding: 18px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.96));
  color: var(--text);
  box-shadow: 0 14px 30px rgba(30, 64, 175, 0.14);
  scroll-snap-align: start;
  -webkit-user-drag: none;
  user-select: none;
}

.home-feature-tour-slide::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(13, 148, 136, 0.1);
  pointer-events: none;
}

.home-feature-tour-slide i {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.home-feature-tour-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #0f766e;
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
}

.home-feature-tour-icon .ui-icon {
  width: 30px;
  height: 30px;
}

.home-feature-tour-slide div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding-right: 64px;
}

.home-feature-tour-slide strong {
  color: var(--brand-dark);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.05;
}

.home-feature-tour-slide em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.45;
}

.category-head-copy {
  min-width: 0;
}

.category-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin: 4px 0 8px;
}

.category-head h1 {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
}

.category-head-count {
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
}

.donation-category-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 14px;
  padding: 18px 20px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
}

.donation-category-head .category-head-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #dce6ec;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--brand-dark);
}

.donation-category-head .category-head-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.donation-head-detail {
  display: grid;
  gap: 8px;
  max-width: 74ch;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.donation-head-detail p {
  margin: 0;
}

.donation-head-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.donation-head-flow span {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.donation-head-flow strong {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
}

.donation-head-trust-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #f6fef9;
}

.donation-head-trust-card .donation-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.donation-head-trust-card .donation-actions .button {
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
}

.donation-head-trust-card .donation-actions .button.primary {
  border-color: #047857;
  background: #047857;
  color: #fff;
  box-shadow: 0 10px 18px rgba(4, 120, 87, 0.16);
}

.donation-head-trust-card .donation-actions .button:not(.primary) {
  border-color: #cbd5e1;
  background: #fff;
  color: #0f172a;
}

.donation-head-trust-card h2 {
  margin: 3px 0 6px;
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.2;
}

.donation-head-trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.donation-head-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.donation-head-trust-grid span {
  min-width: 0;
  padding: 10px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.donation-head-trust-grid strong {
  display: block;
  margin-bottom: 3px;
  color: #047857;
  font-size: 13px;
}

.category-lead {
  margin: 0;
  max-width: 72ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.vehicle-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 16px;
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid #d8e4df;
  border-radius: 8px;
  background: #eef4f2;
}

.vehicle-category-summary,
.vehicle-category-search-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 178px;
  padding: 18px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.vehicle-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vehicle-hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dcecff;
  color: #006b61;
  font-size: 12px;
  font-weight: 900;
}

.vehicle-hero-pills strong {
  font: inherit;
}

.vehicle-category-summary h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(25px, 3vw, 33px);
  line-height: 1.05;
}

.vehicle-category-summary > strong {
  color: #111827;
  font-size: 15px;
}

.vehicle-category-summary p,
.vehicle-category-price-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.vehicle-category-search-card label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.vehicle-category-search-card input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.vehicle-category-search-card input:focus {
  border-color: #16835c;
  outline: 3px solid rgba(22, 131, 92, 0.12);
}

.vehicle-category-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.vehicle-category-stats div {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 12px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #f8fbfa;
}

.vehicle-category-stats .success {
  border-color: #bbf7d0;
  background: #ecfdf5;
}

.vehicle-category-stats .warning {
  border-color: #fde68a;
  background: #fffbeb;
}

.vehicle-category-stats .soft {
  border-color: #fecaca;
  background: #fff1f2;
}

.vehicle-category-stats strong {
  color: #061122;
  font-size: 22px;
  line-height: 1;
}

.vehicle-category-stats span {
  color: #334155;
  font-size: 11px;
  font-weight: 900;
}

.product-category-top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 16px;
  align-items: stretch;
  margin: 10px 0 16px;
  padding: 0;
}

.rental-category-top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 16px;
  align-items: stretch;
  margin: 10px 0 16px;
}

.product-category-summary,
.product-category-search-card,
.rental-category-summary,
.rental-category-search-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 138px;
  padding: 14px 16px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.rental-category-summary {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.rental-category-search-card {
  border-color: #d7e3df;
}

.product-category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-category-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dcecff;
  color: #006b61;
  font-size: 12px;
  font-weight: 900;
}

.product-category-badges .ui-icon {
  width: 18px;
  height: 18px;
}

.product-category-summary h1,
.rental-category-summary h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(23px, 2.4vw, 29px);
  line-height: 1.05;
}

.product-category-summary > strong,
.rental-category-summary > strong {
  color: #111827;
  font-size: 15px;
}

.product-category-summary p,
.rental-category-summary p {
  max-width: 96ch;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}


.product-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 96ch;
  margin-top: 2px;
}

.product-category-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d7e3df;
  border-radius: 999px;
  background: #f8fbfa;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.product-category-tag:hover {
  border-color: var(--brand);
  background: #ecfdf5;
  color: var(--brand);
}

.product-category-search-card label,
.rental-category-search-card label {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.product-category-search-card input,
.rental-category-search-card input {
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.product-category-search-card input:focus,
.rental-category-search-card input:focus {
  border-color: #16835c;
  outline: 3px solid rgba(22, 131, 92, 0.12);
}

.product-category-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.product-category-stat {
  display: grid;
  gap: 3px;
  min-height: 50px;
  padding: 8px 10px;
  border: 1px solid #d7e3df;
  border-radius: 8px;
  background: #f8fbfa;
}

.product-category-stat.success {
  border-color: #bbf7d0;
  background: #ecfdf5;
}

.product-category-stat.warning {
  border-color: #fde68a;
  background: #fffbeb;
}

.product-category-stat strong {
  color: #061122;
  font-size: 20px;
  line-height: 1;
}

.product-category-stat span {
  color: #334155;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.15;
}

.vehicle-eligibility-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: center;
  margin: 14px 0 16px;
  padding: 20px 18px;
  border: 1px solid #b8ded0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 131, 92, 0.13), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #f7fcfa 0%, #fff 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.vehicle-eligibility-copy {
  position: relative;
  display: grid;
  gap: 8px;
  max-width: 850px;
  padding-left: 14px;
}

.vehicle-eligibility-copy::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: #16835c;
}

.vehicle-eligibility-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.15;
  letter-spacing: 0;
}

.vehicle-eligibility-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.otv-copy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.otv-copy-badges span {
  padding: 5px 9px;
  border: 1px solid #cfe6df;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #006b61;
  font-size: 12px;
  font-weight: 900;
}

.otv-open-button {
  min-width: 240px;
  min-height: 52px;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
}

.otv-open-button[aria-expanded="true"] {
  border-color: #cfe6df;
  background: #eef8f4;
  color: #08704c;
}

.vehicle-otv-center {
  grid-template-columns: 1fr;
  align-items: stretch;
  padding: 10px;
}

.vehicle-otv-center > .vehicle-eligibility-copy,
.vehicle-otv-center > .otv-open-button {
  display: none;
}

.vehicle-otv-center-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-otv-center-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forum-hub-card summary > small {
  min-height: 2.6em;
}

.forum-hub-card .vehicle-otv-toggle-body > .category-forum-discussion {
  border: 0;
  padding: 0;
  background: none;
}

.vehicle-otv-center-card {
  display: grid;
  border: 1px solid #cfe6df;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
}

.vehicle-otv-toggle-card summary {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 106px;
  padding: 16px 46px 16px 16px;
  cursor: pointer;
  list-style: none;
}

.vehicle-otv-toggle-card summary::-webkit-details-marker {
  display: none;
}

.vehicle-otv-toggle-card summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #cfe6df;
  border-radius: 50%;
  color: #08704c;
  font-weight: 950;
}

.vehicle-otv-toggle-card[open] summary::after {
  content: "-";
}

.vehicle-otv-toggle-card summary > strong {
  color: var(--text);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.15;
}

.vehicle-otv-toggle-card summary > small,
.vehicle-otv-toggle-body p {
  color: var(--muted);
  line-height: 1.45;
}

.vehicle-otv-toggle-body {
  display: grid;
  gap: 10px;
  padding: 0 16px 16px;
}

.vehicle-otv-toggle-body p {
  margin: 0;
}

.vehicle-otv-center-card .vehicle-eligibility-copy {
  max-width: none;
}

.vehicle-otv-center-card .vehicle-eligibility-copy h2 {
  font-size: clamp(19px, 1.55vw, 25px);
}

.vehicle-knowledge-accordion {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.vehicle-knowledge-accordion[hidden] {
  display: none;
}

.vehicle-knowledge-hub {
  display: grid;
  gap: 14px;
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid #dbe7ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.vehicle-knowledge-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.vehicle-knowledge-head h2,
.vehicle-discussion-copy h3 {
  margin: 0;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: 0;
}

.vehicle-knowledge-head h2 {
  max-width: 760px;
  font-size: clamp(22px, 2vw, 30px);
}

.vehicle-discussion-copy h3 {
  font-size: clamp(18px, 1.5vw, 22px);
}

.vehicle-knowledge-head p,
.vehicle-knowledge-card p,
.vehicle-process-strip p,
.vehicle-knowledge-warning p,
.vehicle-discussion-copy p,
.vehicle-discussion-topic p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.vehicle-knowledge-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 280px;
}

.vehicle-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-knowledge-card,
.vehicle-process-strip article,
.vehicle-discussion-topic {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.vehicle-knowledge-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 14px 42px 14px 14px;
}

.vehicle-knowledge-info {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
  cursor: help;
}

.vehicle-knowledge-info:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.18);
}

.vehicle-knowledge-tooltip {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 0;
  width: min(300px, 72vw);
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3px);
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.vehicle-knowledge-info:hover .vehicle-knowledge-tooltip,
.vehicle-knowledge-info:focus-visible .vehicle-knowledge-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.vehicle-knowledge-card strong,
.vehicle-process-strip strong,
.vehicle-discussion-topic strong {
  color: #0f172a;
  line-height: 1.25;
}

.vehicle-process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-process-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
}

.vehicle-process-strip span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 13px;
  font-weight: 900;
}

.vehicle-knowledge-warning {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
}

.vehicle-knowledge-warning strong {
  color: #9a3412;
}

.vehicle-discussion-preview {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 14px;
  align-items: start;
  padding-top: 4px;
}

.vehicle-discussion-copy {
  display: grid;
  gap: 7px;
}

.vehicle-discussion-list {
  display: grid;
  gap: 8px;
}

.vehicle-discussion-topic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: #ffffff;
}

.vehicle-discussion-topic span {
  white-space: nowrap;
  padding: 4px 7px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 11px;
  font-weight: 900;
}

.vehicle-discussion-board {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.vehicle-discussion-board:not([open]) {
  padding: 0;
}

.vehicle-discussion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

.vehicle-discussion-summary::-webkit-details-marker {
  display: none;
}

.vehicle-discussion-summary span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.vehicle-discussion-summary strong {
  color: #0f172a;
  font-size: 13px;
}

.vehicle-discussion-summary em {
  overflow: hidden;
  color: var(--muted);
  font-size: 12.5px;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-discussion-summary b {
  flex: none;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 12px;
}

.vehicle-discussion-board-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 0 8px;
  border-bottom: 1px solid #e5e7eb;
}

.vehicle-discussion-board-head h2 {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.12;
  letter-spacing: 0;
}

.vehicle-discussion-board-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.vehicle-discussion-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(230px, 0.58fr);
  gap: 12px;
  align-items: start;
}

.vehicle-discussion-composer,
.vehicle-discussion-stream {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.vehicle-discussion-composer {
  display: grid;
  order: 2;
  gap: 8px;
  padding: 11px;
}

.vehicle-discussion-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vehicle-discussion-user span,
.vehicle-comment-avatar {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-weight: 900;
}

.vehicle-discussion-composer label {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.vehicle-discussion-composer textarea {
  width: 100%;
  min-height: 94px;
  resize: vertical;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  line-height: 1.45;
}

.vehicle-discussion-composer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.vehicle-discussion-tools {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.vehicle-discussion-tools button[type="button"] {
  width: 32px;
  height: 32px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #475569;
  font-size: 20px;
  font-weight: 800;
}

.vehicle-discussion-stream {
  display: grid;
  order: 1;
  gap: 0;
  max-height: 340px;
  overflow: auto;
  background: #ffffff;
}

.vehicle-comment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.vehicle-comment:last-child {
  border-bottom: 0;
}

.vehicle-comment-body {
  display: grid;
  gap: 7px;
}

.vehicle-comment-body header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.vehicle-comment-body time {
  color: var(--muted);
  font-size: 12px;
}

.vehicle-comment-body p {
  margin: 0;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.5;
}

.vehicle-comment-body footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vehicle-comment-body footer button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.otv-wizard-body {
  display: grid;
  grid-column: 1 / -1;
  gap: 14px;
  padding-top: 2px;
}

.otv-wizard-body[hidden] {
  display: none;
}

.otv-progress {
  display: grid;
  gap: 7px;
}

.otv-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.otv-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5efe9;
}

.otv-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #16835c;
  transition: width 0.25s ease;
}

.otv-step {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid #d6e7e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.otv-step[hidden],
.vehicle-eligibility-panel[hidden] {
  display: none;
}

.otv-step-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.otv-step-head h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.otv-step-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.otv-step-icon,
.otv-info-button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 900;
}

.otv-step-icon {
  background: #def7ec;
  color: #08704c;
}

.otv-info-button {
  border: 1px solid #b9ded1;
  background: #f7fcfa;
  color: #08704c;
  cursor: pointer;
}

.otv-info-button:hover {
  border-color: #16835c;
  background: #ecfdf5;
}

.otv-disclaimer,
.otv-warning,
.otv-info-popover {
  padding: 13px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.55;
}

.otv-disclaimer {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #78350f;
}

.otv-disclaimer.compact {
  margin-top: 2px;
}

.otv-disclaimer p {
  margin: 6px 0 0;
}

.otv-disclaimer ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.otv-warning {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

.otv-warning[hidden],
.otv-info-popover[hidden] {
  display: none;
}

.otv-warning strong,
.otv-info-popover strong {
  display: block;
  margin-bottom: 3px;
}

.otv-warning p,
.otv-info-popover p {
  margin: 0 0 7px;
}

.otv-warning-ref {
  margin: 8px 0;
  padding: 9px 10px;
  border-radius: 8px;
  background: #fee2e2;
  color: #7f1d1d;
  font-size: 12px;
  line-height: 1.45;
}

.otv-info-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1200;
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22);
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}

.otv-info-popover::before {
  content: "";
  position: fixed;
  inset: -100vh -100vw;
  z-index: -1;
  background: rgba(15, 23, 42, 0.24);
}

.otv-info-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #fff;
  color: #1e3a8a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.otv-info-close:hover,
.otv-info-close:focus-visible {
  border-color: #2563eb;
  background: #dbeafe;
}

.otv-choice-grid,
.otv-person-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.otv-choice-stack,
.otv-check-list,
.otv-field-grid {
  display: grid;
  gap: 10px;
}

.otv-phrase-group {
  display: grid;
  gap: 10px;
}

.otv-phrase-group[hidden] {
  display: none;
}

.otv-phrase-group > strong {
  color: var(--text);
  font-size: 14px;
}

.otv-choice-card,
.otv-check-list label,
.otv-field-grid fieldset,
.otv-person-grid label,
.otv-person-split label,
.otv-person-rejected {
  min-height: 68px;
  padding: 13px 14px;
  border: 1px solid #d8e6e0;
  border-radius: 8px;
  background: #fbfefd;
}

.otv-choice-card,
.otv-person-rejected {
  display: grid;
  gap: 5px;
  text-align: left;
  color: var(--text);
  cursor: pointer;
}

.otv-choice-card:hover,
.otv-choice-card.is-selected,
.otv-check-list label:hover,
.otv-person-grid label:hover {
  border-color: #16835c;
  background: #eefbf5;
  box-shadow: inset 0 0 0 1px rgba(22, 131, 92, 0.16);
}

.otv-choice-card.is-disabled,
.otv-choice-card:disabled {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
}

.otv-choice-card:focus-visible,
.otv-person-rejected:focus-visible,
.otv-info-button:focus-visible,
.otv-step-actions .btn:focus-visible,
.otv-open-button:focus-visible {
  outline: 3px solid rgba(22, 131, 92, 0.18);
  outline-offset: 2px;
}

.otv-choice-card.danger:hover,
.otv-choice-card.danger.is-selected {
  border-color: #ef4444;
  background: #fff1f2;
}

.otv-choice-card strong {
  font-size: 14px;
  line-height: 1.25;
}

.otv-choice-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.otv-check-list label,
.otv-field-grid label,
.otv-person-grid label,
.otv-person-split label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.otv-check-list input,
.otv-field-grid input,
.otv-person-grid input {
  width: 18px;
  height: 18px;
  accent-color: #16835c;
  flex: 0 0 auto;
}

.otv-field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-income-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.support-income-grid label {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #d8e6e0;
  border-radius: 8px;
  background: #fbfefd;
}

.support-income-grid span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.support-income-help {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid #b9ded1;
  border-radius: 999px;
  background: #f7fcfa;
  color: #08704c;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.support-income-help:hover,
.support-income-help:focus-visible {
  border-color: #16835c;
  background: #ecfdf5;
}

.support-income-grid input {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  font: inherit;
  font-weight: 850;
}

.support-income-grid input:focus {
  outline: 3px solid rgba(22, 131, 92, 0.14);
  border-color: #16835c;
}

.support-income-grid input[readonly],
.support-income-grid input[data-support-locked="true"] {
  background: #f1f5f9;
  color: #475569;
  cursor: not-allowed;
}

.support-income-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.support-income-preview div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
}

.support-income-preview span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.support-income-preview strong {
  color: var(--text);
  font-size: 13px;
  line-height: 1.25;
}

.support-income-preview[data-income-status="low"] div:last-child {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.support-income-preview[data-income-status="near"] div:last-child {
  border-color: #fde68a;
  background: #fffbeb;
}

.support-income-preview[data-income-status="high"] div:last-child {
  border-color: #fecaca;
  background: #fff1f2;
}

.otv-field-grid fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
}

.otv-field-grid legend {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.otv-person-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otv-person-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.otv-person-column {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 13px;
  border: 1px solid #d8e6e0;
  border-radius: 8px;
  background: #fbfefd;
}

.otv-person-column > strong {
  font-size: 14px;
}

.otv-person-column-allowed > strong {
  color: #166534;
}

.otv-person-column-rejected > strong {
  color: #991b1b;
}

.otv-person-list {
  display: grid;
  gap: 8px;
}

.otv-person-column p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.otv-person-grid label,
.otv-person-split label {
  justify-content: flex-start;
}

.otv-person-grid em,
.otv-person-split em,
.otv-person-rejected span {
  margin-left: auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.otv-person-rejected {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-color: #fecaca;
  background: #fff1f2;
}

.otv-person-rejected span {
  background: #fee2e2;
  color: #991b1b;
}

.otv-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.otv-step-actions .btn {
  min-height: 42px;
  min-width: 128px;
  border-radius: 6px;
}

.otv-step-actions .btn-ghost {
  border-color: #cfe6df;
  background: #fff;
  color: #0f3f35;
}

.otv-step-actions .btn-ghost:hover {
  border-color: #16835c;
  background: #f0fdf4;
}

.otv-full-button {
  width: 100%;
}

.vehicle-eligibility-result {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #dbe7ee;
  border-radius: 8px;
  background: #fff;
}

.otv-result-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.otv-result-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #e5eef8;
  color: #334155;
  font-weight: 900;
}

.vehicle-eligibility-result strong,
.otv-summary-card > strong,
.otv-result-recommendations > strong {
  font-size: 15px;
}

.vehicle-eligibility-result p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.otv-result-recommendations {
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.otv-result-recommendations ul {
  margin: 0;
  margin-top: 8px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.otv-result-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.otv-result-list,
.otv-result-usage-note,
.otv-result-warnings {
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.otv-result-list strong,
.otv-result-usage-note strong,
.otv-result-warnings strong {
  font-size: 14px;
}

.otv-result-list ul,
.otv-result-usage-note ul,
.otv-result-warnings ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.otv-result-usage-note {
  border-color: #fde68a;
  background: #fffbeb;
  color: #78350f;
}

.otv-result-usage-note p {
  margin: 8px 0 0;
  color: #78350f;
  line-height: 1.55;
}

.otv-result-usage-note ul {
  color: #78350f;
}

.otv-result-list-allowed {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.otv-result-list-denied,
.otv-result-warnings {
  border-color: #fecaca;
  background: #fff7f7;
}

.otv-summary-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
}

.otv-summary-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding-top: 8px;
  border-top: 1px dashed rgba(15, 23, 42, 0.1);
  font-size: 13px;
}

.otv-summary-row span {
  color: var(--muted);
  font-weight: 800;
}

.otv-summary-row strong {
  font-size: 13px;
  font-weight: 900;
}

.otv-final-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.vehicle-eligibility-result[data-result-state="possible"] {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.vehicle-eligibility-result[data-result-state="possible"] .otv-result-mark {
  background: #bbf7d0;
  color: #166534;
}

.vehicle-eligibility-result[data-result-state="review"] {
  border-color: #fde68a;
  background: #fffaf0;
}

.vehicle-eligibility-result[data-result-state="review"] .otv-result-mark {
  background: #fde68a;
  color: #92400e;
}

.vehicle-eligibility-result[data-result-state="unlikely"] {
  border-color: #fecaca;
  background: #fff7f7;
}

.vehicle-eligibility-result[data-result-state="unlikely"] .otv-result-mark {
  background: #fecaca;
  color: #991b1b;
}

.controlled-category-notice {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #fde68a;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
}

.controlled-category-notice strong {
  font-size: 15px;
}

.controlled-category-notice p,
.controlled-category-notice ul {
  margin: 0;
}

.controlled-category-notice ul {
  padding-left: 18px;
}

.filter-group-subcat {
  padding-bottom: 7px;
  margin-bottom: 2px;
  border-bottom: 1px dashed var(--line);
  border-top: 0;
  padding-top: 0;
}

.filter-group-subcat strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.subcat-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 4px 0 6px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.subcat-chip em {
  font-style: normal;
  font-weight: 800;
  color: var(--accent);
  font-size: 12px;
}

.filter-group-medical-main {
  padding-bottom: 8px;
}

.medical-main-chip-list {
  display: grid;
  gap: 4px;
  margin-top: 6px;
}

.medical-main-chip {
  margin: 0;
  text-decoration: none;
}

.medical-main-chip.active {
  border-color: var(--brand);
  background: var(--brand-soft, #fff5f0);
  color: var(--brand-dark, var(--brand));
}

.subcat-chip.active {
  border-color: var(--brand);
  background: var(--brand-soft, #fff5f0);
  color: var(--brand-dark, var(--brand));
}

.subcat-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.filter-subcat-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: start;
  gap: 7px;
  padding: 4px 2px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--text);
  cursor: pointer;
}

.filter-subcat-row input {
  margin: 3px 0 0;
  accent-color: var(--brand);
}

.filter-subcat-name {
  text-align: left;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.filter-subcat-count {
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  padding-top: 1px;
}

.filter-panel-catalog {
  display: grid;
  /* Satirlar icerige gore boyutlanmali. Panel yuksekligi sinirli oldugu ve
     `.filter-group-details` uzerinde `overflow: hidden` bulundugu icin, bu iki
     satir olmadan grid satirlari icerigin altina sikistirilabiliyor ve acik
     filtre gruplarinin metni kirpiliyordu. Tasan icerik panelde kaydirilir. */
  align-content: start;
  grid-auto-rows: min-content;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
  gap: 9px;
}

@media (min-width: 861px) {
  .catalog-sidebar-stack .filter-panel-catalog {
    max-height: min(720px, calc(100vh - 150px));
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

.selected-filters-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(0, 128, 96, 0.18);
  border-radius: 8px;
  background: #ecfdf5;
}

.selected-filters-bar[hidden] {
  display: none !important;
}

.selected-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

.selected-filters-clear {
  border: 1px solid rgba(0, 128, 96, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  padding: 4px 9px;
}

.selected-filters-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.selected-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid rgba(0, 128, 96, 0.2);
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
}

.selected-filter-chip-group {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.selected-filter-chip-label {
  font-weight: 700;
  color: var(--text);
}

.selected-filter-chip-x {
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
}

.filter-panel-title {
  font-size: 16px;
  margin-bottom: 0;
}

.filter-check-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 28px;
  padding: 3px 2px;
  border-radius: 6px;
}

.filter-check-row:hover {
  background: rgba(15, 23, 42, 0.035);
}

.filter-group[hidden],
.filter-check-row[hidden] {
  display: none !important;
}

.filter-subcat-count {
  display: none;
}

.filter-check-row span {
  text-align: left;
  font-size: 13.5px;
  line-height: 1.25;
}

.catalog-filters-drawer {
  min-width: 0;
}

.catalog-filters-drawer > summary {
  display: none;
}

.filter-subcat-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

.filter-subcat-option em {
  font-style: normal;
  font-weight: 800;
  color: var(--accent);
  font-size: 12px;
}

.filter-subcat-option input {
  flex-shrink: 0;
}

.category-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.category-hero > *,
.model-hero > * {
  min-width: 0;
}

.category-hero-card {
  max-width: 330px;
  padding: 16px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.category-hero p,
.category-hero-card,
.model-hero p {
  overflow-wrap: anywhere;
}

.subcat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.subcat-grid a {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.subcat-grid span {
  color: var(--muted);
  font-size: 13px;
}

.subcat-grid em {
  color: var(--accent);
  font-style: normal;
  font-weight: 950;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

/* Bagis bolum akislari (dernek/kampanya/haklar): kenar cubugu gizli, tam genislik */
.catalog-layout--full {
  grid-template-columns: minmax(0, 1fr);
}

.catalog-main {
  min-width: 0;
}

.catalog-sidebar-stack {
  display: grid;
  gap: 14px;
}

.catalog-sidebar-stack .filter-panel-catalog {
  position: static;
  top: auto;
}

.category-latest-section {
  margin: 14px 0 16px;
}

.category-latest-section .section-head {
  margin-bottom: 10px;
}

.category-latest-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-latest-card .home-product-body a {
  min-height: 42px;
}

.catalog-sidebar-stack > .category-latest-section {
  margin: 0;
}

.catalog-sidebar-stack > .category-latest-section .section-head {
  align-items: flex-start;
}

.catalog-sidebar-stack > .category-latest-section .section-head .text-link {
  display: none;
}

.catalog-sidebar-stack > .category-latest-section .section-head h2 {
  font-size: 17px;
}

.catalog-sidebar-stack > .category-latest-section .category-latest-row {
  display: grid;
  grid-template-columns: 1fr;
}

.catalog-sidebar-stack > .category-latest-section .home-product-image img {
  aspect-ratio: 16 / 10;
}

@media (max-width: 860px) {
  /* Mobilde filtre paneli cekmeceye tasiniyor; sidebar-stack'te yalniz bu
     bolum kaliyor ve ilan listesinin ortasinda kopuk gorunuyordu. */
  .catalog-sidebar-stack > .category-latest-section {
    display: none;
  }
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalog-toolbar-sort {
  margin-left: auto;
  flex-shrink: 0;
}

.donation-toolbar {
  align-items: center;
}

.donation-switcher {
  gap: 12px;
  border-color: #d1fae5;
  background: linear-gradient(90deg, #f0fdf4 0%, #fffbeb 100%);
}

.donation-switch-copy {
  display: grid;
  gap: 3px;
  min-width: min(100%, 260px);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.donation-switch-copy strong {
  color: var(--text);
  font-size: 15px;
}

.donation-segment {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.donation-segment button {
  border: 1px solid transparent;
}

.donation-segment .donation-tab-donation.active {
  background: #059669;
  color: #fff;
}

.donation-segment .donation-tab-need.active {
  background: #f59e0b;
  color: #1f2937;
}

.donation-segment .donation-tab-aid.active {
  background: #2563eb;
  color: #fff;
}

.donation-segment .donation-tab-association.active {
  background: #7c3aed;
  color: #fff;
}

.donation-segment .donation-tab-donation:not(.active) {
  color: #047857;
}

.donation-segment .donation-tab-need:not(.active) {
  color: #92400e;
}

.donation-segment .donation-tab-aid:not(.active) {
  color: #1d4ed8;
}

.donation-segment .donation-tab-association:not(.active) {
  color: #6d28d9;
}

.association-donation-hero-button {
  justify-self: start;
  margin-top: 10px;
  padding: 11px 14px;
  border: 0;
  border-radius: 8px;
  background: #7c3aed;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.donation-disclosure {
  margin: 0 0 14px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
  overflow: hidden;
}

.donation-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.donation-disclosure summary::-webkit-details-marker {
  display: none;
}

.donation-disclosure summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: #64748b;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.donation-disclosure[open] summary::after {
  transform: rotate(225deg);
}

.donation-disclosure summary span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.donation-disclosure summary strong {
  color: var(--brand-dark);
  font-size: 16px;
  line-height: 1.25;
}

.donation-disclosure summary small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.donation-disclosure summary b {
  margin-left: auto;
  color: #0f766e;
  font-size: 13px;
  white-space: nowrap;
}

.donation-disclosure-tests summary b {
  color: #92400e;
}

.donation-disclosure[open] summary {
  border-bottom: 1px solid var(--line);
}

.donation-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 16px;
  align-items: start;
  margin: 0;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: #f6fef9;
}

.donation-trust-panel h2 {
  margin: 4px 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.2;
}

.donation-trust-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.donation-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.donation-trust-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.donation-trust-grid strong {
  color: #047857;
  font-size: 14px;
}

.donation-card-badges,
.donation-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.donation-card-badges {
  margin: -2px 0 2px;
}

.donation-card-badges span,
.donation-detail-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  background: #ecfdf5;
  color: #065f46;
  font-size: 12px;
  font-weight: 900;
}

.donation-delivery-line {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #f0fdf4;
  color: #064e3b;
  font-size: 13px;
  line-height: 1.35;
}

.donation-delivery-line strong {
  color: #047857;
}

.donation-detail-panel {
  padding: 18px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f7fef9;
}

.donation-detail-panel .section-head {
  margin-bottom: 12px;
}

.donation-detail-grid {
  margin-top: 14px;
}

.donation-inventory-note {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.donation-application-panel,
.association-inventory-panel {
  padding: 18px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #f8fbff;
}

.donation-application-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.donation-application-grid article {
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
}

.donation-application-grid strong {
  color: var(--brand-dark);
}

.donation-application-grid ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.donation-application-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.donation-application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #dbeafe;
}

.donation-application-actions span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.association-inventory-panel {
  margin-bottom: 16px;
}

.association-counts {
  margin-top: 12px;
}

.association-verify-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.association-donation-intro,
.association-payment-roadmap,
.association-profile-donation-panel {
  padding: 18px;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  background: #faf5ff;
}

.association-donation-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  padding: 10px;
}

.association-donation-toggle-card {
  min-width: 0;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.association-donation-toggle-card summary {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 14px 44px 14px 14px;
  cursor: pointer;
  list-style: none;
}

.association-donation-toggle-card summary::-webkit-details-marker {
  display: none;
}

.association-donation-toggle-card summary::after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #ddd6fe;
  border-radius: 50%;
  color: #5b21b6;
  font-weight: 950;
}

.association-donation-toggle-card[open] summary::after {
  content: "-";
}

.association-donation-toggle-card summary > strong {
  color: var(--text);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.15;
}

.association-donation-toggle-card summary > small,
.association-donation-toggle-body p {
  color: var(--muted);
  line-height: 1.45;
}

.association-donation-toggle-body {
  display: grid;
  gap: 12px;
  padding: 0 14px 14px;
}

.association-donation-toggle-body p {
  margin: 0;
}

.association-donation-intro-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.association-donation-intro-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #ddd6fe;
  border-radius: 999px;
  background: #fff;
  color: #5b21b6;
  font-weight: 900;
  white-space: nowrap;
}

.association-donation-intro-stats strong {
  font-size: 17px;
}

.association-donation-intro-stats .button {
  min-height: 38px;
  padding-block: 9px;
}

@media (max-width: 900px) {
  .association-donation-intro {
    grid-template-columns: 1fr;
  }

  .association-donation-toggle-card summary {
    min-height: 0;
  }
}

.association-donation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.association-donation-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.association-donation-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  background: #fff;
}

.association-donation-media {
  display: block;
  align-self: start;
}

.association-donation-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.association-donation-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

@media (max-width: 640px) {
  .association-donation-grid {
    grid-template-columns: 1fr;
  }
}

.association-donation-head,
.association-donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.association-donation-head span,
.association-donation-head b {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f5f3ff;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 950;
}

.association-donation-card h3,
.association-donation-card p {
  margin: 0;
}

.association-donation-org {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.association-donation-progress {
  display: grid;
  gap: 5px;
}

.association-donation-progress div {
  height: 8px;
  border-radius: 999px;
  background: #ede9fe;
  overflow: hidden;
}

.association-donation-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #7c3aed;
}

.association-donation-progress small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.association-donation-progress.large div {
  height: 12px;
}

.association-donation-mini-stats,
.association-donation-kpi-grid,
.association-admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.association-donation-mini-stats {
  margin: 0;
}

.association-donation-mini-stats div,
.association-donation-kpi-grid div,
.association-admin-summary span {
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: 9px 10px;
}

.association-donation-mini-stats dt,
.association-donation-kpi-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.association-donation-mini-stats dd,
.association-donation-kpi-grid strong {
  display: block;
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.association-donation-safety-note {
  display: grid;
  gap: 5px;
  margin: 16px 0;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  padding: 14px;
  color: #7c2d12;
}

.association-donation-safety-note p {
  margin: 0;
  color: #9a3412;
}

.association-donation-kpi-grid {
  margin: 16px 0;
}

.association-process-list li {
  display: grid;
  gap: 4px;
}

.association-process-list li.done {
  border-left: 4px solid var(--brand);
  padding-left: 10px;
}

.association-process-list span,
.association-update span {
  color: var(--muted);
  font-size: 13px;
}

.association-update {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.receipt-total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  background: #f8f7ff;
  padding: 10px 12px;
}

.receipt-total-box strong {
  color: #3730a3;
  font-size: 20px;
}

.receipt-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.receipt-check input {
  margin-top: 4px;
}

.receipt-demo-status {
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.receipt-demo-status[data-tone="success"] {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.receipt-demo-status[data-tone="error"] {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.association-donation-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(130px, 1fr)) auto;
  gap: 10px;
  align-items: end;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--line, #dbe3e8);
  background: #fff;
}

.association-donation-filters label {
  display: grid;
  gap: 5px;
  min-width: 0;
  font-size: 12px;
  font-weight: 800;
}

.association-donation-filters input,
.association-donation-filters select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--line, #dbe3e8);
  background: #fff;
  padding: 8px 10px;
}

.association-donation-filters > strong {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.button.disabled {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 900px) {
  .association-donation-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .association-donation-filters label:first-child,
  .association-donation-filters > strong {
    grid-column: 1 / -1;
  }
}

.donor-history-grid,
.association-admin-grid {
  display: grid;
  gap: 12px;
}

.donor-history-card,
.association-admin-project {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.donor-history-card h3,
.association-admin-project h3 {
  margin: 6px 0;
}

.association-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.association-admin-actions button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  padding: 8px 10px;
  font-weight: 850;
}

.association-donation-detail,
.association-checkout {
  display: grid;
  gap: 18px;
}

.association-donation-detail-hero,
.association-checkout {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.association-donation-detail-hero {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  background: #faf5ff;
}

.association-donation-detail-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.association-donation-detail-grid,
.association-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.association-flow-list,
.association-rule-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.association-roadmap-grid article,
.association-checkout-main,
.association-checkout-side,
.bank-transfer-box,
.checkout-amount-card,
.future-payment-box,
.receipt-upload-demo {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.association-roadmap-grid article span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  font-weight: 950;
}

.association-roadmap-grid article p,
.association-checkout-main p,
.association-checkout-side p {
  color: var(--muted);
}

.association-roadmap-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.association-roadmap-grid-compact article {
  padding: 12px;
}

.association-roadmap-grid-compact article span {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  font-size: 13px;
}

.association-roadmap-grid-compact article p {
  margin-bottom: 0;
  font-size: 13px;
}

@media (max-width: 640px) {
  .association-roadmap-grid-compact {
    grid-template-columns: 1fr;
  }
}

.association-checkout {
  align-items: start;
}

.association-checkout-main,
.association-checkout-side {
  display: grid;
  gap: 14px;
}

.checkout-amount-card strong,
.checkout-amount-card span,
.checkout-amount-card small {
  display: block;
}

.checkout-amount-card strong {
  color: #7c3aed;
  font-size: 30px;
}

.receipt-upload-demo {
  display: grid;
  gap: 10px;
}

.receipt-upload-demo label {
  display: grid;
  gap: 6px;
  color: var(--text);
  font-weight: 900;
}

.receipt-upload-demo label.receipt-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 850;
}

.receipt-upload-demo input,
.receipt-upload-demo select,
.receipt-upload-demo textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.receipt-upload-demo label.receipt-check input {
  width: auto;
  margin-top: 3px;
}

.donation-hub-grid {
  margin: 0 0 16px;
}

.donation-hub-grid > .donation-disclosure {
  margin: 0;
  height: 100%;
}

.donation-hub-grid .forum-hub-card .vehicle-otv-toggle-body > .category-forum-discussion {
  border: 0;
  padding: 0;
  background: none;
}

.donation-tests-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 14px;
  background: #f8fbff;
}

.donation-tests-wizards {
  align-items: start;
}

.donation-tests-wizards .support-eligibility-panel {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  margin: 0;
}

.donation-tests-wizards .vehicle-eligibility-copy {
  max-width: none;
}

.donation-tests-wizards .otv-open-button {
  width: 100%;
  min-width: 0;
}

.donation-test-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--text);
  text-decoration: none;
}

.donation-test-card:hover {
  border-color: var(--brand);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.donation-test-icon {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #e0f2fe;
  color: #075985;
}

.donation-test-card strong,
.donation-test-card small {
  min-width: 0;
}

.donation-test-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.donation-test-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.rights-support-center,
.rights-support-discussion {
  margin: 0 0 14px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
}

.rights-support-center {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.rights-support-head,
.rights-discussion-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rights-support-head h2,
.rights-discussion-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(19px, 1.7vw, 25px);
  letter-spacing: 0;
}

.rights-support-head p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.rights-support-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 260px;
}

.rights-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.rights-support-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 14px;
  border: 1px solid #dbe7ee;
  border-radius: 8px;
  background: #f8fbff;
}

.rights-support-card strong {
  padding-right: 30px;
  color: #0f172a;
  font-size: 15px;
}

.rights-support-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.rights-support-info {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
  cursor: help;
}

.rights-support-info span {
  position: absolute;
  z-index: 6;
  right: 0;
  top: calc(100% + 8px);
  width: min(260px, 70vw);
  padding: 10px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.rights-support-info:hover span,
.rights-support-info:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.rights-support-discussion {
  overflow: hidden;
}

.rights-support-discussion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  cursor: pointer;
  list-style: none;
}

.rights-support-discussion summary::-webkit-details-marker {
  display: none;
}

.rights-support-discussion summary span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.rights-support-discussion summary strong {
  color: #0f172a;
  font-size: 13px;
}

.rights-support-discussion summary small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rights-support-discussion summary b {
  flex: none;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 12px;
}

.rights-support-discussion[open] {
  display: grid;
  gap: 12px;
  padding: 0 14px 14px;
}

.rights-support-discussion[open] summary {
  margin: 0 -14px;
  border-bottom: 1px solid #e5e7eb;
}

.rights-discussion-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.rights-discussion-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  gap: 12px;
  align-items: start;
}

.rights-discussion-stream,
.rights-discussion-composer {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
}

.rights-discussion-stream {
  display: grid;
  max-height: 330px;
  overflow: auto;
}

.rights-comment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.rights-comment:last-child {
  border-bottom: 0;
}

.rights-comment-avatar {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-weight: 900;
}

.rights-comment header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.rights-comment time,
.rights-comment footer button {
  color: #64748b;
  font-size: 12px;
}

.rights-comment p {
  margin: 5px 0 7px;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.5;
}

.rights-comment footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rights-comment footer button {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 800;
}

.rights-discussion-composer {
  display: grid;
  gap: 8px;
  padding: 11px;
  background: #f8fafc;
}

.rights-discussion-composer label {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.rights-discussion-composer textarea {
  width: 100%;
  min-height: 90px;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  resize: vertical;
  font: inherit;
}

.rights-discussion-composer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.condition-segment {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 4px;
  border-radius: 8px;
  background: var(--surface-strong);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
}

.condition-segment::-webkit-scrollbar {
  display: none;
}

.condition-segment.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.condition-segment a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 950;
  text-decoration: none;
}

.condition-segment a.active {
  background: var(--brand);
  color: #fff;
}

.condition-segment button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 950;
  cursor: pointer;
}

.condition-segment button.active {
  background: var(--brand);
  color: #fff;
}

.condition-segment span {
  margin-left: 4px;
  opacity: 0.78;
}

/* Medikal ürün toolbar: Kiralama / Teknik Servis bölüm linkleri (Tümü-Sıfır-İkinci el sonrası) */
.condition-segment a.condition-kind-link {
  gap: 6px;
  border: 1px solid color-mix(in srgb, var(--brand) 28%, transparent);
  background: color-mix(in srgb, var(--brand) 8%, #fff);
  color: var(--brand-ink, #0b4f46);
}
.condition-segment a.condition-kind-link:hover,
.condition-segment a.condition-kind-link:focus-visible {
  background: color-mix(in srgb, var(--brand) 16%, #fff);
  color: var(--brand);
  outline: none;
}
.condition-segment a.condition-kind-link .ui-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.condition-segment a.condition-kind-link .condition-kind-label {
  margin-left: 0;
  opacity: 1;
}
.condition-segment a.condition-kind-link > span:last-child {
  opacity: 0.78;
}

.condition-segment a.condition-kind-link-back {
  border-style: dashed;
  background: #fff;
  color: var(--brand);
}
.condition-segment a.condition-kind-link-back:hover,
.condition-segment a.condition-kind-link-back:focus-visible {
  background: color-mix(in srgb, var(--brand) 12%, #fff);
}

.toolbar-teach {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.3;
}

.control-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.control-group label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.control-group select {
  min-height: 36px;
  padding: 0 32px 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-weight: 850;
}

.filter-panel,
.seller-sidebar,
.profile-sidebar {
  padding: 16px;
}

.filter-panel {
  position: sticky;
  top: 160px;
  display: grid;
  gap: 9px;
  min-width: 0;
  max-width: 100%;
}

.filter-panel label {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.28;
}

.filter-panel label input {
  margin-top: 2px;
  accent-color: var(--brand);
}

.filter-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.filter-group {
  display: grid;
  gap: 6px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}

.filter-group strong {
  color: var(--brand-dark);
  font-size: 15px;
}

.category-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.donation-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.filter-range {
  height: 7px;
  border-radius: 999px;
  background: #dde5ea;
}

.filter-range i {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.model-stack {
  display: grid;
  gap: 12px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.category-listing-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.education-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.donation-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.donation-stream {
  display: grid;
  gap: 12px;
  align-content: start;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.donation-stream .category-listing-stack {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.aid-programs-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 64%);
}

.aid-programs-intro[hidden] {
  display: none;
}

.aid-programs-intro h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 24px;
}

.aid-programs-intro p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.aid-programs-intro aside {
  padding: 14px;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background: #fff7ed;
}

.aid-programs-intro aside strong {
  display: block;
  color: #9a3412;
  font-size: 15px;
}

.aid-suggest-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.aid-suggest-button:hover {
  background: #1d4ed8;
}

.aid-program-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 16px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.aid-program-card:hover {
  border-color: #60a5fa;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.13);
}

.aid-program-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.aid-provider-pill,
.aid-region {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.aid-provider-pill {
  background: #dbeafe;
  color: #1d4ed8;
}

.aid-provider-sgk {
  background: #fee2e2;
  color: #991b1b;
}

.aid-provider-ngo {
  background: #dcfce7;
  color: #047857;
}

.aid-provider-municipality,
.aid-provider-public {
  background: #e0f2fe;
  color: #0369a1;
}

.aid-provider-media {
  background: #fef3c7;
  color: #92400e;
}

.aid-region {
  flex-shrink: 0;
  background: #f1f5f9;
  color: #334155;
}

.aid-program-card h3 {
  margin: 8px 0 0;
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 1.25;
}

.aid-program-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.aid-support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.aid-support-tags span {
  padding: 5px 8px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 12px;
  font-weight: 800;
}

.aid-program-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}

.aid-program-facts div {
  display: grid;
  gap: 2px;
}

.aid-program-facts dt {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.aid-program-facts dd {
  margin: 0;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.35;
}

.aid-program-warning {
  padding: 10px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.aid-program-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.aid-program-bottom span {
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.aid-program-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.aid-program-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.aid-program-bottom a.aid-donation-link {
  background: #059669;
}

.donation-stream-head {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.donation-stream-head span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.donation-stream-head h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 24px;
}

.donation-stream-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.donation-stream-head strong {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--brand-dark);
  font-size: 13px;
}

.donation-stream .listing-card {
  grid-template-columns: 1fr;
  align-content: start;
}

.donation-subcategory-hub,
.donation-subcategory-intro {
  background: #ffffff;
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  margin-bottom: 16px;
  padding: 18px;
}

.donation-subcategory-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.donation-subcategory-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.donation-subcategory-card-head,
.donation-subcategory-card-foot {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.donation-subcategory-icon {
  align-items: center;
  background: #e8f7f3;
  border-radius: 999px;
  color: #087c6d;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.donation-subcategory-card small,
.donation-subcategory-card-foot span {
  color: #52616b;
  font-size: 0.82rem;
  font-weight: 800;
}

.donation-subcategory-card h2 {
  font-size: 1.12rem;
  margin: 0;
}

.donation-subcategory-card p,
.donation-subcategory-intro p,
.donation-guide-steps p {
  color: #52616b;
  line-height: 1.55;
  margin: 0;
}

.donation-subcategory-page {
  display: grid;
  gap: 16px;
}

.donation-subcategory-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.donation-subcategory-nav a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d7e3ea;
  border-radius: 999px;
  color: #12343b;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
}

.donation-subcategory-nav a.active {
  background: #087c6d;
  border-color: #087c6d;
  color: #ffffff;
}

.donation-subcategory-intro {
  display: block;
}

.donation-subcategory-intro h1 {
  color: #005c55;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  line-height: 1.15;
  margin: 4px 0 8px;
}

.donation-subcategory-explain {
  display: grid;
  gap: 10px;
}

/* ── Bağış bölüm kart-sekme şeridi ── */
.donation-section-tabs {
  margin: 16px 0;
}

.donation-section-tabs-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.donation-section-tab-wrap {
  position: relative;
  display: flex;
}

.donation-section-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 12px 12px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.donation-section-tab:hover {
  border-color: var(--brand);
}

.donation-section-tab.active {
  border-color: var(--brand);
  background: #f0faf7;
  box-shadow: 0 0 0 2px rgba(11, 111, 96, 0.12);
}

.donation-section-tab-wrap:has(.donation-section-tab.active)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 14px;
  height: 14px;
  background: #f0faf7;
  border-right: 1.5px solid var(--brand);
  border-bottom: 1.5px solid var(--brand);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}

.donation-section-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e8f7f3;
  color: #087c6d;
}

.donation-section-tab-title {
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  color: #12343b;
}

.donation-section-tab-mini {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
}

.donation-section-tab-count {
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-dark);
}

.donation-hub-info {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.donation-hub-info:hover {
  border-color: var(--brand);
  color: var(--brand);
}

/* (i) popup — ekran ortasında overlay */
.donation-hub-pop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(10, 28, 24, 0.5);
}

.donation-hub-pop[hidden] {
  display: none;
}

.donation-hub-pop-inner {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 22px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.donation-hub-pop-inner h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
  color: #005c55;
}

.donation-hub-pop-inner p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #3a4a52;
}

.donation-hub-pop-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}

.donation-hub-pop-close:hover {
  color: var(--brand-dark);
}

/* Gömülü Haklar paneli bağış sayfasında üst boşluğu sıfırla */
.donation-stream-rights .rights-section {
  margin-top: 0;
}

@media (max-width: 900px) {
  .donation-section-tabs-row {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: minmax(190px, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
  }

  .donation-section-tab-wrap {
    scroll-snap-align: start;
  }
}

.donation-subcategory-explain article,
.donation-guide-steps article {
  background: #f8fbfb;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
  padding: 14px;
}

.donation-subcategory-explain strong,
.donation-guide-steps strong {
  color: #005c55;
  display: block;
  margin-bottom: 6px;
}

.donation-guide-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.donation-guide-steps span {
  align-items: center;
  background: #e8f7f3;
  border-radius: 999px;
  color: #087c6d;
  display: inline-flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  margin-bottom: 10px;
  width: 30px;
}

.donation-product-grid .listing-card {
  grid-template-columns: 1fr;
  align-content: start;
}

.donation-stream .listing-card-media img,
.donation-product-grid .listing-card-media img {
  height: 168px;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.donation-stream .listing-card-body,
.donation-product-grid .listing-card-body {
  gap: 8px;
  padding: 14px;
}

.donation-stream .product-title,
.donation-product-grid .product-title {
  font-size: 16px;
  line-height: 1.28;
}

.donation-stream .condition-note,
.donation-product-grid .condition-note {
  font-size: 13px;
  line-height: 1.4;
}

.donation-stream .product-bottom,
.donation-product-grid .product-bottom {
  align-items: flex-start;
  flex-direction: column;
}

.donation-stream-need {
  background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
}

.listing-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.listing-card:hover {
  transform: translateY(-2px);
  border-color: #a9cfc7;
  box-shadow: var(--shadow);
}

.listing-card-media {
  min-width: 0;
  background: var(--surface-strong);
}

.listing-card-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.listing-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.listing-card-job {
  grid-template-columns: 160px minmax(0, 1fr);
}

.listing-card-service {
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: stretch;
  border-color: #cfe7dc;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
}

.listing-card-job .listing-card-media img {
  min-height: 100%;
}

.listing-card-service .listing-card-media {
  display: block;
  padding: 12px 0 12px 12px;
  background: #fff;
  align-self: stretch;
}

.listing-card-service .service-card-photo,
.listing-card-service .listing-card-media .product-image {
  height: 100%;
  min-height: 168px;
  border-radius: 8px;
  overflow: hidden;
  background: #eef6f1;
}

.listing-card-service .listing-card-media img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  display: block;
}

.listing-card-job .product-bottom strong {
  color: var(--brand);
  font-size: 20px;
}

.listing-card-job .quick-contact a:first-child,
.listing-card-service .quick-contact a:first-child,
.listing-card-place .quick-contact a:first-child {
  background: var(--blue-soft);
  color: var(--blue);
}

.listing-card-vehicle {
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  align-items: stretch;
  border-color: #d7e3e8;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.06);
}

.listing-card-vehicle .listing-card-media {
  padding: 12px 0 12px 12px;
  background: #fff;
}

.listing-card-vehicle .product-image {
  height: 100%;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #eef3f6;
}

.listing-card-vehicle .listing-card-media img {
  min-height: 172px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.vehicle-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(136px, 178px);
  gap: 14px;
  padding: 14px 16px;
}

.vehicle-card-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.vehicle-card-side {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.listing-card-vehicle.is-favorite {
  border-color: #fbbf24;
  box-shadow: 0 12px 28px rgba(251, 191, 36, 0.18);
}

.vehicle-favorite-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #fde68a;
  border-radius: 999px;
  background: #fffbeb;
  color: #92400e;
  font-size: 11.5px;
  font-weight: 900;
  cursor: pointer;
}

.vehicle-favorite-toggle .ui-icon {
  width: 14px;
  height: 14px;
}

.vehicle-favorite-toggle.is-active,
.vehicle-favorite-toggle[aria-pressed="true"] {
  border-color: #f59e0b;
  background: #f59e0b;
  color: #fff;
}

.vehicle-favorite-toggle.is-active .ui-icon,
.vehicle-favorite-toggle[aria-pressed="true"] .ui-icon {
  fill: currentColor;
}

.vehicle-card-price {
  color: #f97316;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.05;
}

.vehicle-price-stack {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.vehicle-price-stack > span,
.vehicle-price-stack small {
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 800;
}

.vehicle-price-stack small {
  color: #64748b;
}

.vehicle-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.vehicle-card-action .ui-icon {
  width: 16px;
  height: 16px;
}

.vehicle-card-title {
  font-size: 17px;
  line-height: 1.28;
}

.vehicle-spec-line {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.vehicle-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.vehicle-badge-row span {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
}

.vehicle-card-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.vehicle-source-link,
.source-note a {
  color: var(--brand);
  font-weight: 800;
}

.source-note {
  color: var(--muted);
  font-size: 13px;
  margin: 12px 0 0;
}

.listing-card-place .product-bottom strong,
.listing-card-service .product-bottom strong {
  color: var(--brand);
  font-size: 20px;
}

.service-category-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 16px;
  margin-bottom: 18px;
}

.service-category-summary,
.service-category-search-card,
.service-trust-panel,
.service-detail-hero,
.service-detail-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
}

.service-category-summary,
.service-category-search-card {
  padding: 18px;
}

.service-category-summary h1 {
  margin: 6px 0;
  color: var(--brand-dark);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.service-category-summary > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
  color: var(--brand);
  font-size: 18px;
}

.service-category-search-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.service-category-search-card label {
  color: var(--brand-dark);
  font-weight: 900;
}

.service-category-search-card input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
}

.service-category-stats {
  margin-top: 2px;
}

.service-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
}

.service-trust-panel h2 {
  margin: 4px 0 8px;
  color: var(--brand-dark);
  font-size: 24px;
}

.service-trust-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.55;
}

.service-listing-card {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.service-listing-card:hover {
  border-color: #86efac;
  box-shadow: 0 14px 30px rgba(21, 33, 42, 0.09);
  transform: translateY(-2px);
}

.service-listing-card .service-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  width: 100%;
  padding: 14px 16px;
}

.service-listing-card .service-card-head {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.service-listing-card .meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.service-listing-card .service-card-title {
  display: block;
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  text-decoration: none;
}

.service-listing-card .service-card-title:hover {
  color: var(--brand);
}

.service-listing-card .service-company-line {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.service-listing-card .condition-note {
  margin: 0;
  max-width: none;
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.service-listing-card .service-card-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.service-listing-card .service-card-facts > span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
  color: #1e3a8a;
  line-height: 1.3;
  padding: 9px 10px;
}

.service-listing-card .service-card-facts .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--brand);
}

.service-listing-card .service-card-fact-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.service-listing-card .service-card-facts em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.service-listing-card .service-card-facts strong {
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.service-listing-card .service-card-rating {
  margin-left: auto;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 950;
  padding: 4px 8px;
}

.service-listing-card .service-card-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.service-listing-card .service-card-price-block {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.service-listing-card .service-card-price-block span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.service-listing-card .service-card-price-block strong,
.service-listing-card .product-bottom strong {
  color: var(--brand);
  font-size: 20px;
  font-weight: 950;
  white-space: normal;
}

.service-listing-card .service-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.service-listing-card .service-card-wa,
.service-listing-card .service-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.service-listing-card .service-card-wa {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.service-listing-card .service-card-cta {
  background: var(--brand);
  color: #fff;
}

.service-listing-card .service-card-cta:hover {
  filter: brightness(1.05);
}

@media (max-width: 900px) {
  .service-listing-card .service-card-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .listing-card-service {
    grid-template-columns: 1fr;
  }

  .listing-card-service .listing-card-media {
    padding: 12px 12px 0;
  }

  .listing-card-service .service-card-photo,
  .listing-card-service .listing-card-media .product-image,
  .listing-card-service .listing-card-media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .service-listing-card .service-card-actions {
    width: 100%;
    margin-left: 0;
  }

  .service-listing-card .service-card-wa,
  .service-listing-card .service-card-cta {
    flex: 1 1 auto;
  }
}

.service-profile-card {
  grid-template-columns: 1fr;
  overflow: visible;
}

.service-profile-card .service-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 18px;
  padding: 18px;
}

.service-profile-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.service-profile-heading {
  display: grid;
  gap: 5px;
}

.service-profile-kicker {
  width: fit-content;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
}

.service-profile-card .service-card-title {
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.2;
}

.service-company-line {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.service-profile-summary {
  max-width: 78ch;
}

.service-profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.service-profile-facts span {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 7px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  padding: 9px;
}

.service-profile-facts .ui-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--brand);
}

.service-profile-side {
  display: grid;
  align-content: start;
  gap: 10px;
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.service-profile-proof {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.service-profile-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-profile-score,
.service-profile-price {
  display: grid;
  gap: 2px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.service-profile-score strong {
  color: var(--brand-dark);
  font-size: 24px;
  font-weight: 950;
}

.service-profile-score span,
.service-profile-price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.service-profile-price strong {
  color: var(--accent);
  font-size: 18px;
  font-weight: 950;
}

.service-profile-action {
  min-height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.service-card-badges,
.service-card-checks,
.service-hero-badges,
.service-stock-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.service-card-badges span,
.service-hero-badges span,
.service-stock-list span {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 850;
  padding: 5px 9px;
}

.service-card-checks {
  flex-direction: column;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.service-card-checks span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card-checks .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--brand);
}

.service-detail-hero {
  border-width: 0 0 1px;
  border-radius: 0;
  background: linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%);
  box-shadow: none;
}

.service-detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 20px;
  padding: 30px 0 24px;
}

.service-detail-hero-copy h1 {
  max-width: 900px;
  margin: 6px 0 10px;
  color: var(--brand-dark);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.service-detail-hero-copy p {
  max-width: 760px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

.service-hero-card {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}

.service-hero-card > strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
  line-height: 1.1;
}

.service-hero-card > span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 850;
}

.service-hero-card p {
  margin: 10px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.service-detail-nav {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.service-detail-nav-inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}

.service-detail-nav a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.service-detail-section {
  padding: 18px;
}

.service-scope-grid,
.service-package-grid,
.service-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-scope-grid article,
.service-package-grid article,
.service-criteria-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
}

.service-scope-grid h3,
.service-package-grid strong,
.service-criteria-grid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 15px;
}

.service-scope-grid ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.55;
}

.service-scope-grid p,
.service-package-grid p,
.service-criteria-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.service-price-grid div,
.service-trust-grid div {
  background: #f8fbfa;
}

.service-stock-list span {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.service-detail-sidebar h2 {
  margin: 8px 0;
  color: var(--brand-dark);
  font-size: 22px;
}

.service-related-parts .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.education-category-top .product-category-badges span,
.education-trust-panel .product-category-badges span {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
}

.education-listing-card {
  border-color: #d9d6fe;
}

.education-course-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #d9d6fe;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(21, 33, 42, 0.08);
}

.education-course-media {
  position: relative;
  display: block;
  min-height: 0;
  color: inherit;
  text-decoration: none;
}

.education-course-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.education-course-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.58) 100%);
  content: "";
}

.education-course-format,
.education-course-score {
  position: absolute;
  z-index: 1;
  top: 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
}

.education-course-format {
  left: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #3730a3;
}

.education-course-score {
  right: 12px;
  background: #f97316;
  color: #111827;
}

.education-course-body {
  display: grid;
  gap: 9px;
  padding: 14px 16px 16px;
}

.education-course-title {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.22;
  text-decoration: none;
}

.education-course-instructor {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
}

.education-course-summary {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.education-course-meta,
.education-course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.education-course-meta span,
.education-course-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 900;
}

.education-course-meta span {
  border: 1px solid #e0e7ff;
  background: #f8f7ff;
  color: #312e81;
}

.education-course-tags span {
  background: #e8f7f2;
  color: #006b5b;
}

.education-course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.education-course-footer a {
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 9px 12px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.education-listing-card.service-profile-card .service-card-body {
  grid-template-columns: 1fr;
  gap: 14px;
}

.education-listing-card .service-profile-summary {
  min-height: 46px;
}

.education-listing-card .service-profile-facts {
  grid-template-columns: 1fr;
}

.education-listing-card .service-profile-side {
  grid-template-columns: minmax(116px, 150px) minmax(0, 1fr);
  align-items: stretch;
  border-left: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  padding-left: 0;
}

.education-listing-card .service-profile-proof {
  grid-row: span 4;
}

.education-listing-card .service-profile-proof img {
  height: 100%;
  min-height: 150px;
}

.education-card-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.education-card-detail-grid div {
  display: grid;
  gap: 2px;
  border: 1px solid #e0e7ff;
  border-radius: 8px;
  background: #fbfaff;
  padding: 8px 10px;
}

.education-card-detail-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.education-card-detail-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.education-card-accessibility {
  display: grid;
  gap: 4px;
  border: 1px dashed #c7d2fe;
  border-radius: 8px;
  background: #f8f7ff;
  padding: 10px;
  color: #312e81;
  font-size: 13px;
}

.education-card-accessibility strong {
  color: #3730a3;
}

.education-card-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  background: #fff;
  color: #3730a3;
  padding: 10px 12px;
  font-weight: 900;
  text-decoration: none;
}

.education-profile-kicker {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #3730a3;
}

.education-profile-facts span {
  border-color: #e0e7ff;
  background: #f8f7ff;
  color: #312e81;
}

.education-profile-action {
  background: #4f46e5;
}

.education-detail-hero {
  background: linear-gradient(180deg, #f7f7ff 0%, #ffffff 100%);
}

.education-hero-card > strong,
.education-feedback .score {
  color: #4f46e5;
}

.education-info-grid article {
  background: #fbfaff;
}

.work-education-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.work-education-card {
  display: grid;
  gap: 10px;
  border: 1px solid #d9d6fe;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.05);
}

.work-education-card-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef2ff;
  color: #4f46e5;
}

.work-education-card-icon .ui-icon {
  width: 22px;
  height: 22px;
}

.work-education-card strong {
  color: var(--brand-dark);
  font-size: 24px;
  line-height: 1.15;
}

.work-education-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.55;
}

.work-education-card em {
  color: #4f46e5;
  font-style: normal;
  font-weight: 900;
}

.work-education-card-recent {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #e5e2fb;
}

.work-education-card-recent-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--muted);
  margin-bottom: 8px;
}

.work-education-card-recent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.work-education-card-recent li {
  border-top: 1px solid #ece9fc;
  padding-top: 8px;
}

.work-education-card-recent li:first-child {
  border-top: none;
  padding-top: 0;
}

.work-education-card-recent li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  line-height: 1.3;
}

.work-education-card-recent li span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.work-education-share-panel {
  margin-top: 18px;
}

.education-contribution-box strong {
  color: #4f46e5;
}

.listing-card-place .listing-card-media img {
  min-height: 200px;
}

.listing-card-donation {
  border-color: #bbf7d0;
  background: linear-gradient(90deg, #f0fdf4 0%, #ffffff 42%);
  box-shadow: 0 10px 24px rgba(5, 150, 105, 0.08);
}

.listing-card-donation:hover {
  border-color: #34d399;
  box-shadow: 0 14px 28px rgba(5, 150, 105, 0.13);
}

.listing-card-need {
  border-color: #fde68a;
  background: linear-gradient(90deg, #fffbeb 0%, #ffffff 42%);
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.08);
}

.listing-card-need:hover {
  border-color: #f59e0b;
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.13);
}

.listing-card-donation .product-bottom strong {
  color: #0d8b5f;
}

.listing-card-need .product-bottom strong {
  color: #b45309;
}

.listing-card-need .donation-card-badges span {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}

.listing-card-need .donation-delivery-line {
  border-color: #fde68a;
  background: #fffbeb;
  color: #78350f;
}

.listing-card-need .donation-delivery-line strong {
  color: #92400e;
}

.listing-card-need .quick-contact a:first-child {
  background: var(--blue-soft);
  color: var(--blue);
}

.listing-card-rental .product-bottom strong {
  color: var(--blue);
}

.rental-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.rental-product-card {
  border-color: #cfe0ff;
}

.rental-product-card .product-image {
  background: #f1f5f9;
}

.rental-product-card .product-bottom strong {
  color: var(--blue);
  font-size: 19px;
}

.rental-product-card .product-bottom a {
  white-space: nowrap;
}

.listing-card-rental {
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  border-color: #cfe0ff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06);
}

.listing-card-rental .listing-card-media {
  padding: 12px 0 12px 12px;
  background: #fff;
}

.listing-card-rental .product-image {
  height: 100%;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}

.listing-card-rental .listing-card-media img {
  min-height: 190px;
  border-radius: 8px;
}

.rental-card-body {
  gap: 11px;
}

.rental-card-title {
  font-size: 18px;
  line-height: 1.25;
}

.rental-card-badges,
.rental-card-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rental-card-badges span {
  padding: 5px 9px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}

.rental-card-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rental-card-checks span {
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 42px;
  padding: 9px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.rental-card-checks .ui-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--blue);
}

.rental-safety-panel,
.rental-detail-panel,
.rental-risk-panel {
  margin: 14px 0 16px;
  padding: 18px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.rental-safety-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.rental-safety-panel h2 {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 22px;
}

.rental-safety-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.rental-safety-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.rental-detail-grid div {
  border-color: #dbeafe;
  background: #f8fbff;
}

.aid-programs-flow {
  display: grid;
  gap: 14px;
}

.aid-program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.rental-risk-list article {
  border-color: #fed7aa;
  background: #fff7ed;
}

.model-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.model-card-new {
  border-top: 4px solid var(--brand);
}

.model-card-used {
  border-top: 4px solid var(--accent);
}

.model-card-media {
  position: relative;
  padding: 12px;
  background: linear-gradient(135deg, #f7fbfa, #eef7f4);
}

.model-card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}

.condition-ribbon,
.compare-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.condition-ribbon {
  top: 20px;
  left: 20px;
  color: #fff;
}

.condition-ribbon.new {
  background: var(--brand);
}

.condition-ribbon.used {
  background: var(--accent);
}

.compare-chip {
  right: 20px;
  bottom: 20px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 8px 18px rgba(21, 33, 42, 0.12);
}

.model-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.model-card h3 {
  min-height: 48px;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.model-card p {
  min-height: 54px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.model-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.model-card-specs span {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.model-card-bottom {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.model-card-bottom span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.model-card-bottom strong {
  color: var(--accent);
  font-size: 22px;
  font-weight: 950;
}

.model-card-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.status-badge.new {
  background: var(--success-soft);
  color: var(--brand-dark);
}

.status-badge.used {
  background: var(--accent-soft);
  color: #a24600;
}

.status-badge.neutral {
  background: #edf2f5;
  color: var(--muted);
}

.model-hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.model-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: var(--surface-strong);
}

.model-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.control-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.control-group label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.control-group select {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
}

.offer-section,
.audit-panel {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.market-offer-list {
  display: grid;
  gap: 10px;
}

.market-offer-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 170px;
  gap: 14px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.market-offer-card.new-offer {
  border-left: 5px solid var(--brand);
}

.market-offer-card.used-offer {
  border-left: 5px solid var(--accent);
}

.offer-rank {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.offer-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.offer-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.offer-info-grid div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: var(--surface-strong);
}

.offer-info-grid span,
.audit-list span,
.audit-list em {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.offer-info-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
}

.offer-price {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 10px;
  text-align: right;
}

.offer-price strong {
  color: var(--accent);
  font-size: 24px;
  font-weight: 950;
  white-space: nowrap;
}

.audit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.audit-list article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.audit-list strong {
  display: block;
  margin-top: 6px;
}

.audit-list p {
  margin: 8px 0;
  color: var(--muted);
  font-size: 13px;
}

.detail-offers {
  margin-top: 14px;
}

.detail-offer-group + .detail-offer-group,
.detail-offers .audit-panel {
  margin-top: 14px;
}

.listing-offer-settings {
  border: 1px solid var(--border, #d8dee8);
  border-radius: 12px;
  padding: 1rem;
}

.listing-offer-settings legend { font-weight: 700; padding: 0 .3rem; }
.listing-offer-settings .check-row { display: flex; gap: .55rem; align-items: center; font-weight: 600; }
.listing-offer-panel { background: var(--surface-subtle, #f7f9fc); }
.listing-offer-panel h2 { margin-top: 0; }
.listing-offer-summary { color: var(--muted, #566274); }
.listing-offer-list { display: grid; gap: .75rem; padding: 0; margin: 1rem 0; list-style: none; }
.listing-offer-list li { display: grid; gap: .35rem; padding: .85rem; border: 1px solid var(--border, #d8dee8); border-radius: 10px; background: #fff; }
.listing-offer-list li span, .listing-offer-list li em { color: var(--muted, #566274); font-style: normal; }

.detail-offer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.detail-offer-title strong {
  font-size: 18px;
}

.detail-offer-title span {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 18px;
  align-items: start;
}

.detail-media,
.detail-panel {
  padding: 16px;
}

.detail-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
}

.product-gallery-shell {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.gallery-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 6px;
  border: 1px solid #e2defa;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f5ff 0%, #f1f2ff 100%);
}

.gallery-switch button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #8a91a6;
  font-weight: 900;
}

.gallery-switch button.active {
  background: #fff;
  color: #4b4fe2;
  box-shadow: 0 2px 10px rgba(75, 79, 226, 0.12);
}

.gallery-stage {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfbfd;
}

.gallery-stage img,
.gallery-main-video {
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: 260px;
  object-fit: cover;
  border: 0;
  background: #0f172a;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  background: rgba(15, 23, 42, 0.82);
  outline: none;
}

.gallery-nav-prev {
  left: 12px;
}

.gallery-nav-next {
  right: 12px;
}

.gallery-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.gallery-thumb.active,
.gallery-thumb:focus-visible {
  border-color: #4b4fe2;
  box-shadow: 0 0 0 2px rgba(75, 79, 226, 0.12);
  outline: none;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-video-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.44);
  color: #fff;
}

.gallery-video-badge .ui-icon {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.32));
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.mini-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-panel h1 {
  font-size: clamp(26px, 3vw, 38px);
}

.seller-mini {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 16px 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--surface-strong);
}

.seller-mini img {
  width: 86px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.seller-mini.anonymous,
.seller-mini.seller-mini-trust {
  grid-template-columns: 1fr;
}

.seller-mini.seller-mini-trust {
  gap: 14px;
  align-items: stretch;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.seller-mini strong,
.seller-mini span,
.seller-mini a {
  display: block;
}

.seller-mini a {
  color: var(--brand);
  font-weight: 900;
}

.seller-trust-header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.seller-trust-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #b7e8d0;
  border-radius: 8px;
  background: linear-gradient(145deg, #e9fbf0, #fff);
  color: var(--brand-dark);
  font-weight: 950;
}

.seller-trust-title {
  min-width: 0;
}

.seller-trust-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seller-trust-title strong {
  color: var(--text);
  font-size: 17px;
  line-height: 1.2;
}

.seller-trust-title > span:not(.seller-trust-kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.seller-trust-header .verified-badge {
  grid-column: 2;
  justify-self: start;
  margin: 2px 0 0;
}

.seller-trust-header .verified-badge-tip {
  top: auto;
  bottom: calc(100% + 8px);
  width: min(280px, calc(100vw - 48px));
}

.seller-trust-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.seller-trust-stats span {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.seller-trust-stats span.wide {
  grid-column: 1 / -1;
}

.seller-trust-stats small {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.seller-trust-stats strong {
  color: var(--text);
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.seller-trust-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.seller-mini a.seller-trust-action {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--text);
  font-size: 13px;
  text-align: center;
}

.seller-mini a.seller-trust-action.primary {
  grid-column: 1 / -1;
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.seller-mini a.seller-trust-action.muted {
  color: var(--muted);
}

.detail-panel dl {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 10px;
  margin: 0;
}

.detail-panel dt {
  color: var(--muted);
  font-weight: 900;
}

.detail-panel dd {
  margin: 0;
}

.notice {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #f4d68a;
  border-radius: 8px;
  background: #fff9e6;
  color: #69520b;
  font-size: 14px;
}

.notice.soft {
  border-color: #cfe6df;
  background: #f1faf7;
  color: var(--brand-dark);
}

.description-panel,
.technical-panel,
.condition-panel,
.device-identity-panel,
.vehicle-tax-panel,
.related-section {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

/* Kompakt ilan detay bloklari (aciklama / bilgi / durum) */
.detail-block.description-panel,
.detail-block.technical-panel,
.detail-block.condition-panel {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 8px;
}

.detail-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text);
  line-height: 1.2;
}

.detail-block-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 11px;
  font-weight: 700;
}

.detail-block-text {
  margin: 0;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.55;
}

.detail-block-lead {
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

/* Urun bilgileri: satir satır key/value, kart yigini yok */
.spec-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.spec-inline-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  margin: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #eef2f7;
  border-right: 1px solid #eef2f7;
  background: #fff;
}

.spec-inline-row:nth-child(2n) {
  border-right: 0;
}

.spec-inline-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.spec-inline-row dt {
  margin: 0;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 700;
  text-transform: none;
}

.spec-inline-row dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

/* Urun durumu: kompakt 2 kolon satirlar */
.condition-compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  border: 1px solid #dbece6;
  border-radius: 8px;
  overflow: hidden;
  background: #f7fbf9;
}

.condition-compact-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #e3f0eb;
}

.condition-compact-row:last-child {
  border-bottom: 0;
}

.condition-compact-row dt {
  margin: 0;
  color: #0f766e;
  font-size: 11.5px;
  font-weight: 800;
}

.condition-compact-row dd {
  margin: 0;
  color: #334155;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 500;
}

/* Ozellik checklist: teknik panel icinde daha az nefes */
.technical-panel .product-equip-block {
  margin-top: 12px;
  padding-top: 10px;
}

.technical-panel .spec-feature-heading {
  margin: 0 0 6px;
  font-size: 13px;
}

.technical-panel .product-equip-sections {
  gap: 8px;
}

.technical-panel .product-equip-title {
  margin: 0 0 4px;
  font-size: 12px;
}

.technical-panel .product-equip-grid {
  padding: 8px 10px;
  gap: 3px 8px;
}

.technical-panel .product-equip-grid li {
  min-height: 20px;
  font-size: 12px;
}

.description-panel > p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .spec-inline {
    grid-template-columns: 1fr;
  }

  .spec-inline-row {
    grid-template-columns: 88px minmax(0, 1fr);
    border-right: 0;
  }

  .spec-inline-row:nth-last-child(-n + 2) {
    border-bottom: 1px solid #eef2f7;
  }

  .spec-inline-row:last-child {
    border-bottom: 0;
  }
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.spec-grid div {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.spec-grid dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.spec-grid dd {
  margin: 4px 0 0;
  color: var(--text);
  font-weight: 850;
}

.device-identity-panel {
  padding: 12px;
}

.device-identity-panel .section-head {
  margin-bottom: 8px;
}

.device-identity-panel .section-head h2 {
  font-size: 18px;
}

.device-identity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.device-identity-grid div {
  padding: 8px;
}

.device-identity-grid dt {
  font-size: 11px;
}

.device-identity-grid dd {
  font-size: 13px;
}

.vehicle-tax-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.vehicle-tax-summary div,
.vehicle-tax-row {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.vehicle-tax-summary span,
.vehicle-tax-row dt {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.vehicle-tax-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 18px;
}

.vehicle-tax-breakdown {
  display: grid;
  gap: 8px;
  margin: 0 0 10px;
}

.vehicle-tax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vehicle-tax-row dd {
  margin: 0;
  font-weight: 900;
}

.vehicle-tax-row-discount dd,
.vehicle-tax-row-dealer dd {
  color: #047857;
}

.vehicle-tax-row-fee dd {
  color: #92400e;
}

.product-feature-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 4px;
}

.spec-feature-block {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.spec-feature-heading {
  margin: 0 0 8px;
  font-size: 15px;
}

.spec-feature-note {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--muted);
}

/* Sahibinden tarzi kompakt ozellik checklist */
.product-equip-block {
  margin-top: 18px;
}

.product-equip-sections {
  display: grid;
  gap: 12px;
}

.product-equip-section {
  margin: 0;
}

.product-equip-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  letter-spacing: 0.01em;
}

.product-equip-grid {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 10px;
  border: 1px solid #e8dfc8;
  border-radius: 8px;
  background: #fbf7ee;
}

.product-equip-grid li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-height: 22px;
  font-size: 12.5px;
  line-height: 1.35;
}

.product-equip-mark {
  flex: 0 0 14px;
  width: 14px;
  text-align: center;
  font-weight: 700;
  color: #16a34a;
  line-height: 1.35;
}

.product-equip-grid li.is-on .product-equip-label {
  color: #0f172a;
  font-weight: 600;
}

.product-equip-grid li.is-off .product-equip-label {
  color: #94a3b8;
  font-weight: 400;
}

.product-equip-grid li.is-off .product-equip-mark {
  color: transparent;
}

@media (max-width: 900px) {
  .product-equip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-equip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px 10px;
  }
}

.condition-note-list {
  display: grid;
  gap: 10px;
}

.condition-note-list article {
  padding: 12px;
  border: 1px solid #cfe6df;
  border-radius: 8px;
  background: #f1faf7;
}

.condition-note-list strong {
  display: block;
  color: var(--brand-dark);
}

.condition-note-list p {
  margin: 6px 0 0;
  color: var(--muted);
}

.related-grid {
  margin-top: 12px;
}

.contact-panel,
.share-panel,
.mini-rating,
.review-panel {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.listing-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  color: var(--muted);
}

.contact-panel strong,
.share-panel strong,
.mini-rating > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark);
}

.contact-panel p,
.share-panel p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.contact-button {
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.contact-button.primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.contact-button.whatsapp {
  border-color: #1fa855;
  background: #e9fbf0;
  color: #13743a;
}

.contact-button.facebook {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--blue);
}

.listing-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.quick-action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.quick-action-btn .qa-icon {
  font-size: 15px;
  line-height: 1;
}

.quick-action-btn[data-fav-toggle].favorited {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.quick-action-btn[data-fav-toggle].favorited .qa-icon::before {
  content: "♥";
}

.quick-action-btn[data-follow-toggle].following {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--blue);
}

.auth-required-tip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  display: none;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--text);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 5;
}

.auth-required-tip.is-visible {
  display: block;
}

.auth-required-tip a {
  color: #fff;
  text-decoration: underline;
}

.verified-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 6px 0;
  padding: 4px 10px;
  border: 1px solid #1fa855;
  border-radius: 999px;
  background: #e9fbf0;
  color: #13743a;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.verified-badge-tip {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  width: 240px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--text);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
  z-index: 5;
}

.seller-mini .verified-badge-tip {
  display: none;
}

.verified-badge.is-open .verified-badge-tip {
  display: block;
}

.seller-mini .verified-badge.is-open .verified-badge-tip {
  display: block;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 16px);
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--text);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 999;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast--link {
  pointer-events: auto;
}

.toast--link a {
  color: #fff;
  text-decoration: underline;
}

.seller-social-panel {
  display: grid;
  gap: 9px;
  margin: 16px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.seller-social-panel.compact {
  margin: 12px 0;
  background: #fbfaff;
}

.seller-social-panel > strong {
  color: var(--ink);
  font-size: 14px;
}

.seller-social-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.seller-social-links {
  display: grid;
  gap: 7px;
}

.seller-social-link {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 4px 8px;
  align-items: center;
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.seller-social-link .ui-icon {
  grid-row: span 2;
  width: 18px;
  height: 18px;
}

.seller-social-link small {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seller-social-link:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.rating-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.rating-bar {
  height: 7px;
  border-radius: 999px;
  background: #e5edf1;
  overflow: hidden;
}

.rating-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.mini-rating a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--brand);
  font-weight: 950;
}

.review-summary {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.score {
  display: block;
  color: var(--accent);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
}

.review-summary p {
  color: var(--muted);
}

.review-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.review-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.review-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.review-head span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.review-head b {
  color: var(--accent);
}

.review-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.product-feedback {
  margin-top: 14px;
}

.qa-panel {
  margin: 18px 0 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.qa-list {
  display: grid;
  gap: 14px;
}

.qa-card {
  padding: 16px 0 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.qa-question,
.qa-answer {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

.qa-question strong {
  display: block;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1.45;
}

.qa-question span,
.qa-answer-meta span {
  color: var(--muted);
  font-size: 12px;
}

.qa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  color: var(--brand);
  font-weight: 900;
  font-size: 13px;
}

.qa-answer-list {
  margin: 14px 0 0 28px;
  padding-left: 14px;
  border-left: 2px solid #e2e8f0;
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.qa-child-list {
  margin: 8px 0 0 8px;
  padding-left: 16px;
  border-left: 2px solid #e2e8f0;
  display: grid;
  gap: 8px;
}

.qa-answer {
  position: relative;
}

.qa-answer::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 18px;
  width: 10px;
  height: 2px;
  background: #e2e8f0;
}

.qa-answer.seller-answer .qa-avatar {
  background: var(--brand);
  color: #fff;
}

.qa-answer.community-answer .qa-avatar,
.qa-answer.user-answer .qa-avatar {
  background: #eef2f7;
  color: #334155;
}

.qa-answer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.qa-answer-meta strong {
  color: var(--brand-dark);
  font-size: 13px;
}

.qa-answer p {
  margin: 0;
  color: var(--text);
  line-height: 1.45;
  font-size: 14px;
}

.qa-answer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.qa-answer-actions button,
.qa-more-toggle,
.qa-child-toggle,
.qa-panel-more,
.qa-reply-cancel {
  border: 0;
  background: transparent;
  color: #334155;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.qa-answer-actions button.active {
  color: var(--accent);
}

.qa-more-toggle {
  margin: 8px 0 0 28px;
  color: #6366f1;
}

.qa-child-toggle {
  margin-top: 6px;
  color: #6366f1;
}

.qa-panel-more {
  margin-top: 12px;
  color: #6366f1;
}

.qa-reply-form {
  margin: 14px 0 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.qa-reply-form[hidden] {
  display: none;
}

.qa-reply-form input,
.qa-reply-form textarea {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 6px 8px;
  font: inherit;
  font-size: 14px;
  resize: none;
}

.qa-reply-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.qa-send-button {
  width: 36px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.qa-answer.nested-answer {
  margin-left: 0;
}

.qa-child-list .qa-answer::before {
  left: -18px;
  width: 12px;
}

@media (max-width: 640px) {
  .qa-reply-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 680px) {
  .donation-category-head {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .donation-head-flow {
    grid-template-columns: 1fr;
  }

  .donation-category-head .donation-actions {
    display: grid;
  }

  .donation-head-trust-card .donation-actions {
    grid-template-columns: 1fr;
  }

  .donation-head-trust-grid {
    grid-template-columns: 1fr;
  }

  .site-header .main-nav.container {
    width: min(100% - 20px, 640px);
  }

  .main-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px 10px;
    min-height: 0;
    padding: 8px 0;
  }

  .main-nav .mobile-drawer-toggle {
    grid-column: 1;
    justify-self: start;
    margin-right: 0;
  }

  .main-nav .logo {
    grid-column: 2;
    justify-self: center;
    min-width: 0;
  }

  .main-nav .search-shell {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 40px;
  }

  .main-nav .nav-actions {
    grid-column: 3;
    justify-self: end;
    width: auto;
    gap: 8px;
  }

  .brand-logo-img {
    width: 136px;
    height: 36px;
    min-width: 0;
  }

  .login-button {
    min-height: 36px;
    padding: 0 10px;
  }

  .sell-button {
    min-height: 36px;
    padding: 0 12px;
  }

  .category-rail {
    display: block;
  }

  .site-search-shell {
    grid-template-columns: minmax(0, 1fr) 126px 1px;
    min-height: 40px;
  }

  .site-search-shell input,
  .site-search-shell select {
    min-height: 40px;
    font-size: 13px;
  }
}

/* Category top consistency */
.category-head:not([hidden]) {
  margin: 0 0 14px;
  padding: 18px 20px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 12%, rgba(14, 165, 233, 0.12), transparent 28%),
    #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
}

.category-head:not([hidden]) .category-head-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #dce6ec;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
}

.category-head:not([hidden]) .category-lead {
  max-width: 92ch;
  color: var(--muted);
  line-height: 1.55;
}

.rental-category-summary .product-category-tags,
.service-category-summary .product-category-tags {
  margin-top: 4px;
}

.category-action-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.category-action-guide article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid #dbe6ec;
  border-radius: 8px;
  background: #ffffff;
}

.category-action-guide article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
}

.category-action-guide article > div {
  min-width: 0;
}

.category-action-guide strong {
  display: block;
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.1;
}

.category-action-guide p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .category-action-guide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .donation-category-head {
    grid-template-columns: 1fr;
  }

  .service-category-top,
  .service-trust-panel,
  .service-detail-hero-inner,
  .service-scope-grid,
  .service-package-grid,
  .education-listing-grid,
  .work-education-card-grid,
  .service-criteria-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-nav {
    position: static;
  }

  .service-detail-hero-inner {
    padding: 22px 0 18px;
  }

  .service-detail-hero-copy h1 {
    font-size: 32px;
  }

  .service-profile-card .service-card-body {
    grid-template-columns: 1fr;
  }

  .service-profile-side {
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
    align-items: stretch;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    padding-left: 0;
  }

  .service-profile-proof {
    grid-row: span 3;
  }

  .service-profile-proof img {
    height: 100%;
    min-height: 128px;
  }
}

@media (max-width: 680px) {
  .service-category-summary,
  .service-category-search-card,
  .service-trust-panel,
  .service-detail-section,
  .service-hero-card {
    padding: 14px;
  }

  .service-listing-card {
    grid-template-columns: 1fr;
  }

  .service-profile-card .service-card-body {
    padding: 14px;
  }

  .service-profile-card .service-card-title {
    font-size: 19px;
  }

  .service-profile-facts {
    grid-template-columns: 1fr;
  }

  .service-profile-side {
    grid-template-columns: 1fr;
  }

  .education-card-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-profile-proof {
    grid-row: auto;
  }

  .service-profile-proof img {
    height: auto;
    min-height: 0;
  }

  .service-listing-card .listing-card-media img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .service-card-badges span,
  .service-hero-badges span,
  .service-stock-list span {
    max-width: 100%;
  }

  .service-detail-nav-inner {
    width: min(100% - 20px, 640px);
  }
}

.badge-list.compact {
  margin-bottom: 0;
}

.notification-list {
  display: grid;
  gap: 10px;
}

.notification-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.notification-card.unread {
  border-color: #a9cfc7;
  background: #f2fbf8;
}

.notification-card strong,
.notification-card span,
.notification-card p {
  display: block;
}

.notification-card p {
  margin: 6px 0;
  color: var(--muted);
}

.notification-type {
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.notification-card time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.preference-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.preference-grid strong {
  color: var(--brand-dark);
}

.section-head.slim {
  align-items: start;
  margin-bottom: 12px;
}

.home-listing-panel .section-head h2,
.home-request-panel .section-head h2 {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.home-listing-panel .section-head .text-link,
.home-request-panel .section-head .text-link {
  margin-top: 4px;
  white-space: nowrap;
}

.seller-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.seller-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.seller-card img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
}

.seller-type {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.seller-hero {
  padding: 24px 0;
  background: linear-gradient(135deg, #0b6f60, #103d57);
  color: #fff;
}

.seller-cover {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.seller-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.seller-cover p {
  color: rgba(255, 255, 255, 0.84);
}

.seller-page-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}

.badge-list span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.seller-sidebar ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.store-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
}

.store-tabs a {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.store-tabs a.active {
  background: var(--brand);
  color: #fff;
}

.store-banner {
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.store-about {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.store-about p {
  color: var(--muted);
}

/* --- Verification badges (hero) --- */
.verification-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.verification-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.verification-badge .ui-icon {
  width: 14px;
  height: 14px;
}

.verification-badge.verified {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.verification-badge.plan-badge {
  background: var(--brand);
  color: #fff;
}

.verification-badge.plan-badge.featured {
  background: #f5a623;
  color: #1a1a1a;
}

.store-pinned-pill {
  display: inline-block;
  margin-bottom: 6px;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
}

/* --- Store action bar --- */
.store-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.store-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
}

.store-action-btn:hover {
  background: var(--bg-alt);
  border-color: var(--brand);
}

.store-action-btn.active {
  background: var(--success-soft);
  border-color: var(--brand);
  color: var(--brand-dark);
}

.store-action-btn.primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.store-action-btn.primary:hover {
  background: var(--brand-dark);
}

.store-action-btn .ui-icon {
  width: 16px;
  height: 16px;
}

/* --- Store report form --- */
.store-report-form {
  flex-basis: 100%;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.store-report-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}

.store-report-form legend {
  font-weight: 900;
  margin-bottom: 6px;
}

.store-report-form label {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 4px;
}

.store-report-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  resize: vertical;
}

.store-report-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

/* --- Store announcements --- */
.store-announcements-section {
  margin-top: 18px;
}

.store-announcements-empty {
  color: var(--muted);
}

.announcement-item {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 8px;
}

/* --- Store platform disclaimer --- */
.store-platform-disclaimer {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--bg-soft, #f4f5f7);
  color: var(--muted);
  font-size: 13px;
}

/* --- Review write block --- */
.review-write-block {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.review-write-guest-msg {
  color: var(--muted);
}

.review-write-guest-msg a {
  font-weight: 900;
}

.review-form {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  resize: vertical;
}

.star-rating-input {
  display: flex;
  gap: 4px;
}

.star-rating-input button {
  background: none;
  border: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--line);
  cursor: pointer;
  padding: 2px;
}

.star-rating-input button.is-selected {
  color: #f5a623;
}

/* --- Store summary strip --- */
.store-summary-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.summary-item {
  text-align: center;
  min-width: 80px;
}

.summary-value {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: var(--text);
  line-height: 1.2;
}

.summary-label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.summary-stars {
  color: var(--accent);
  font-size: 13px;
  margin-top: 2px;
}

/* --- Store tabs (enhanced) --- */
.store-tabs button {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.store-tabs button:hover {
  background: var(--bg-alt);
  color: var(--text);
}

.store-tabs button.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* --- Store tab panels --- */
.store-tab-panel {
  display: none;
  padding-top: 16px;
}

.store-tab-panel.active {
  display: block;
}

/* --- Store filter bar --- */
.store-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
}

.store-search-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 180px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line);
}

.store-search-wrap .ui-icon {
  width: 16px;
  height: 16px;
  color: var(--muted);
  flex-shrink: 0;
}

.store-search-wrap input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

.store-filter-bar select {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
}

/* --- Store about section --- */
.store-about-section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 16px;
}

.store-about-section p {
  color: var(--muted);
}

/* --- Store services grid --- */
.store-services-section {
  margin-bottom: 16px;
}

.store-services-section h3 {
  margin: 0 0 10px;
}

.store-services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 700;
}

.service-tag .ui-icon {
  width: 14px;
  height: 14px;
}

/* --- Badge explanations --- */
.store-badges-section {
  margin-bottom: 16px;
}

.store-badges-section h3 {
  margin: 0 0 10px;
}

.badge-explain-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.badge-explain-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.badge-explain-name {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--success-soft);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.badge-explain-desc {
  font-size: 13px;
  color: var(--muted);
}

/* --- Store policies --- */
.store-policies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.policy-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.policy-card strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.policy-card .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--brand);
}

.policy-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* --- Store contact detail --- */
.store-contact-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.store-contact-channels h3,
.store-contact-info h3 {
  margin: 0 0 12px;
}

.store-contact-info p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
  color: var(--muted);
}

.store-contact-info .ui-icon {
  width: 16px;
  height: 16px;
  color: var(--brand);
  flex-shrink: 0;
}

/* --- Store trust footer --- */
.store-trust-footer {
  padding: 18px 0;
}

.store-trust-note {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 8px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.store-trust-note .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--brand);
  flex-shrink: 0;
}

/* --- Store no results --- */
.store-no-results {
  padding: 24px;
  text-align: center;
}

/* --- Store listing wrap (for filter data attrs) --- */
.store-listing-wrap {
  display: contents;
}

/* --- Store responsive --- */
@media (max-width: 768px) {
  .store-action-bar {
    gap: 6px;
  }
  .store-action-btn span {
    display: none;
  }
  .store-action-btn {
    padding: 8px;
  }
  .store-summary-strip {
    gap: 12px;
  }
  .summary-value {
    font-size: 18px;
  }
  .store-contact-detail {
    grid-template-columns: 1fr;
  }
  .store-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
}

.membership-banner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 22px;
  background: linear-gradient(135deg, #fff, #eaf8f4);
}

.page-hero {
  background: linear-gradient(135deg, #eaf8f4, #fff);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.module-card {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.module-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #a94700;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.module-card h3 {
  margin: 0 0 8px;
}

.module-card p {
  margin: 0;
  color: var(--muted);
}

.notice-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.notice-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 18px;
}

.legal-updated {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
}

.legal-stack {
  display: grid;
  gap: 16px;
  max-width: 820px;
}

.legal-section h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--brand-dark);
}

.legal-section p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.55;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.check-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.check-list li + li {
  margin-top: 8px;
}

.membership-hero {
  max-width: 820px;
}

.membership-grid {
  grid-template-columns: repeat(3, 1fr);
}

.membership-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.membership-card > span {
  color: var(--accent);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}

.membership-card ul {
  padding-left: 18px;
  color: var(--muted);
}

.membership-rule-note {
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 800;
}

.membership-action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.membership-action-grid .button {
  width: 100%;
  text-align: center;
}

.membership-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

@media (max-width: 640px) {
  .membership-action-grid {
    grid-template-columns: 1fr;
  }
}

.profile-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.profile-sidebar {
  position: sticky;
  top: 160px;
}

.profile-main {
  display: grid;
  gap: 16px;
}

.dashboard-grid {
  grid-template-columns: repeat(5, 1fr);
}

.dashboard-grid div {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.dashboard-grid strong,
.dashboard-grid span {
  display: block;
}

.dashboard-grid strong {
  color: var(--brand);
  font-size: 30px;
}

.dashboard-grid span {
  color: var(--muted);
}

.social-profile-shell {
  display: grid;
  gap: 16px;
}

.social-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  padding: 18px;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef2ff, #fff);
}

.social-profile-hero h2,
.social-profile-hero p {
  margin-top: 0;
}

.profile-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.profile-topic-row span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  font-size: 12px;
  font-weight: 900;
}

.profile-social-stats {
  display: grid;
  gap: 8px;
}

.profile-social-stats div {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dbeafe;
}

.profile-social-stats strong,
.profile-social-stats span {
  display: block;
}

.profile-social-stats strong {
  color: var(--brand);
  font-size: 24px;
}

.profile-social-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.profile-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.profile-tabs a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.profile-tabs a:first-child {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.profile-privacy-note {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
}

.profile-privacy-note p {
  margin: 0;
  color: #166534;
  font-size: 13px;
  font-weight: 800;
}

.profile-social-section {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.experience-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.experience-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.experience-card-device {
  border-color: #bfdbfe;
  background: #f8fbff;
}

.place-experience-card {
  border-color: #bbf7d0;
  background: #f7fef9;
}

.vehicle-experience-card {
  border-color: #fed7aa;
  background: #fff7ed;
}

.experience-card-head,
.experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.experience-card-head span,
.experience-card-head b {
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 950;
}

.experience-card-head span {
  color: var(--brand);
}

.experience-card-head b {
  color: var(--muted);
}

.experience-card h3,
.experience-card p,
.experience-card blockquote {
  margin: 0;
}

.experience-score {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.experience-score strong {
  color: var(--brand);
  font-size: 22px;
}

.experience-score span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.experience-card blockquote {
  padding: 10px 12px;
  border-left: 3px solid var(--brand);
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  font-weight: 800;
}

.experience-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.experience-pros-cons div,
.profile-question-card {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.experience-pros-cons strong {
  color: var(--brand-dark);
}

.experience-pros-cons ul,
.accessibility-list {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.experience-linked-inventory {
  padding: 9px 10px;
  border-radius: 8px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 13px;
  font-weight: 900;
}

.profile-question-list,
.profile-question-grid {
  display: grid;
  gap: 10px;
}

.profile-question-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.profile-question-card span,
.profile-question-card small,
.profile-question-card strong,
.profile-question-card p {
  display: block;
}

.profile-question-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.profile-question-card strong {
  margin-top: 4px;
  color: var(--text);
}

.profile-question-card p {
  margin: 6px 0;
  color: var(--muted);
}

.profile-question-card small {
  color: var(--muted);
  font-weight: 800;
}

.profile-ask-panel {
  border-color: #c7d2fe;
  background: #f8fbff;
}

.profile-ask-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.profile-ask-grid span {
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 900;
}

@media (max-width: 900px) {
  .social-profile-hero,
  .experience-pros-cons,
  .association-donation-intro,
  .association-donation-detail-hero,
  .association-checkout,
  .association-donation-detail-grid,
  .association-roadmap-grid,
  .association-donation-kpi-grid,
  .association-admin-summary,
  .profile-ask-grid {
    grid-template-columns: 1fr;
  }
}

.panel-block {
  padding: 16px;
}

.inventory-panel .section-head {
  align-items: start;
}

.inventory-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.inventory-flow-note,
.inventory-transfer-panel {
  margin: 12px 0 14px;
  padding: 14px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e3a8a;
}

.inventory-flow-note strong,
.inventory-transfer-panel h2 {
  display: block;
  margin: 0 0 6px;
  color: #12306f;
}

.inventory-flow-note p,
.inventory-transfer-panel p {
  margin: 0;
  color: #1e3a8a;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.inventory-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.inventory-card-success {
  border-color: #b9e3d7;
  background: #f7fcfa;
}

.inventory-card-warning {
  border-color: #fed7aa;
  background: #fff7ed;
}

.inventory-locked-action {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fef2f2;
  color: #991b1b;
  font-size: 12px;
  font-weight: 900;
}

.inventory-card-head,
.inventory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.inventory-card h3 {
  margin: 0;
}

.inventory-card p,
.inventory-card blockquote {
  margin: 0;
  color: var(--muted);
}

.inventory-card blockquote,
.inventory-transfer-panel blockquote {
  padding: 10px 12px;
  border-left: 3px solid var(--brand);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.inventory-meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.inventory-meta div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
}

.inventory-meta dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.inventory-meta dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.inventory-transfer-panel {
  margin-top: 14px;
  background: #f8fbff;
}

.donation-grant-check-panel {
  border: 1px solid #bfdbfe;
  background: #f8fbff;
}

.donation-grant-warning {
  margin: 12px 0 14px;
  padding: 14px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
}

.donation-grant-warning strong {
  display: block;
  margin-bottom: 6px;
  color: #7c2d12;
}

.donation-grant-warning p {
  margin: 0;
}

.donation-grant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.donation-grant-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
}

.donation-grant-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.donation-grant-card h3,
.donation-grant-card p {
  margin: 0;
}

.donation-grant-card p,
.donation-grant-card li,
.donation-grant-history small {
  color: var(--muted);
}

.donation-grant-rules,
.donation-grant-history {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.donation-grant-rules strong,
.donation-grant-history strong {
  color: var(--brand-dark);
}

.donation-grant-rules ul {
  margin: 0;
  padding-left: 18px;
}

.donation-grant-history div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
}

.donation-grant-history span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.donation-grant-history p {
  color: var(--text);
  font-weight: 800;
}

.empty {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.footer {
  margin-top: 30px;
  padding: 34px 0;
  background: #15212a;
  color: #dbe5eb;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 28px;
}

.footer a,
.footer span {
  display: block;
  margin-top: 8px;
  color: #b8c5ce;
}

.footer p {
  color: #b8c5ce;
}

.footer-copyright {
  max-width: 260px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #91a3ae;
}

.footer-employment-law-wrap {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(219, 229, 235, 0.18);
}

.footer-employment-law {
  max-width: 920px;
}

.footer-employment-law__title {
  margin: 0 0 10px;
  color: #e8f0f4;
  font-size: 0.95rem;
}

.footer-employment-law p {
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #9fb0bc;
}

.footer-employment-law p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .product-category-top,
  .rental-category-top {
    grid-template-columns: 1fr;
  }

  .product-category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-flyout {
    display: none;
  }

  .share-card-head {
    grid-template-columns: 1fr;
  }

  .category-rail-inner {
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .category-rail-item {
    flex: 0 0 128px;
    max-width: 128px;
  }

  .category-rail-link {
    min-height: 72px;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.35;
    padding-inline: 6px;
  }

  .main-nav {
    align-items: stretch;
    flex-direction: column;
    padding: 14px 0;
  }

  .search-shell {
    max-width: none;
  }

  .market-grid,
  .home-hero-grid,
  .home-content-grid,
  .catalog-layout,
  .detail-layout,
  .seller-page-grid,
  .profile-layout,
  .community-hub-hero,
  .community-dashboard-shell,
  .community-program-grid,
  .community-apply-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .listing-card-vehicle {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  }

  .vehicle-category-hero {
    grid-template-columns: 1fr;
  }

  .vehicle-eligibility-panel {
    grid-template-columns: 1fr;
  }

  .vehicle-otv-center-grid,
  .vehicle-otv-center-grid-3,
  .donation-hub-grid,
  .vehicle-discussion-shell,
  .rights-discussion-shell {
    grid-template-columns: 1fr;
  }

  .rights-support-head,
  .rights-discussion-head {
    flex-direction: column;
  }

  .rights-support-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .rights-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-discussion-composer {
    order: 2;
  }

  .vehicle-discussion-stream {
    order: 1;
    max-height: 420px;
  }

  .vehicle-otv-center-card {
    grid-template-columns: 1fr;
  }

  .vehicle-otv-toggle-card summary {
    min-height: 0;
  }

  .vehicle-knowledge-head,
  .vehicle-discussion-preview {
    grid-template-columns: 1fr;
  }

  .vehicle-knowledge-actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .vehicle-knowledge-grid,
  .vehicle-process-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-eligibility-copy {
    padding-left: 12px;
  }

  .otv-open-button {
    width: 100%;
  }

  .vehicle-card-body {
    grid-template-columns: 1fr;
  }

  .vehicle-card-side {
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .vehicle-price-stack {
    justify-items: start;
    text-align: left;
  }

  .home-hero-grid {
    gap: 14px;
  }

  .side-menu,
  .filter-panel,
  .community-live-sidebar,
  .profile-sidebar {
    position: static;
  }

  .club-grid,
  .community-application-list {
    grid-template-columns: 1fr;
  }

  .catalog-filters-drawer > summary {
    display: list-item;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .catalog-filters-drawer:not([open]) {
    margin-bottom: 10px;
  }

  .catalog-filters-drawer[open] > summary {
    margin-bottom: 10px;
  }

  .catalog-filters-drawer .filter-panel-catalog {
    border: 0;
    padding: 0;
  }

  .seller-cover,
  .model-hero {
    grid-template-columns: 1fr;
  }

  .membership-grid,
  .trust-strip,
  .trust-principles,
  .dashboard-grid,
  .module-grid,
  .donation-application-grid,
  .review-summary,
  .audit-list {
    grid-template-columns: 1fr;
  }

  .model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .today-panel {
    grid-column: auto;
  }

  .home-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-offer-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .offer-price {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .topbar {
    display: none;
  }

  .topbar-inner > span {
    display: none;
  }

  .topbar-inner,
  .topbar nav,
  .nav-actions,
  .section-head,
  .category-hero,
  .category-head-row,
  .membership-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .search-shell {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .vehicle-knowledge-hub {
    padding: 14px;
  }

  .vehicle-otv-center {
    padding: 14px;
  }

  .vehicle-otv-center-card {
    padding: 0;
  }

  .vehicle-knowledge-actions,
  .vehicle-knowledge-actions .button {
    width: 100%;
  }

  .vehicle-knowledge-grid,
  .vehicle-process-strip,
  .rights-support-grid {
    grid-template-columns: 1fr;
  }

  .rights-support-center {
    padding: 14px;
  }

  .rights-support-actions,
  .rights-support-actions .button {
    width: 100%;
  }

  .rights-discussion-stream {
    max-height: 420px;
  }

  .rights-discussion-composer {
    gap: 6px;
    padding: 9px;
  }

  .rights-discussion-composer textarea {
    min-height: 58px;
    padding: 8px;
  }

  .vehicle-discussion-topic {
    grid-template-columns: 1fr;
  }

  .vehicle-discussion-topic span {
    justify-self: start;
    white-space: normal;
  }

  .vehicle-knowledge-tooltip {
    right: -6px;
    width: min(280px, 82vw);
  }

  .vehicle-discussion-board {
    padding: 14px;
  }

  .vehicle-discussion-board:not([open]) {
    padding: 0;
  }

  .vehicle-discussion-summary {
    align-items: flex-start;
  }

  .vehicle-discussion-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vehicle-discussion-composer {
    gap: 6px;
    padding: 9px;
  }

  .vehicle-discussion-user span,
  .vehicle-comment-avatar {
    width: 30px;
    height: 30px;
  }

  .vehicle-discussion-composer textarea {
    min-height: 58px;
    padding: 8px;
  }

  .vehicle-discussion-composer p {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .vehicle-discussion-tools button[type="button"] {
    width: 30px;
    height: 30px;
  }

  .home-community-redirect {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .home-community-redirect a {
    grid-column: 2;
    justify-self: flex-start;
  }

  .main-nav {
    gap: 10px;
    padding: 12px 0;
  }

  .listing-card-vehicle {
    grid-template-columns: 1fr;
  }

  .listing-card-vehicle .listing-card-media {
    padding: 10px 10px 0;
  }

  .listing-card-vehicle .listing-card-media img {
    min-height: 190px;
    aspect-ratio: 16 / 10;
  }

  .vehicle-card-body {
    padding: 12px;
  }

  .vehicle-card-side {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .vehicle-category-hero {
    padding: 8px;
  }

  .vehicle-category-summary,
  .vehicle-category-search-card,
  .rental-category-summary,
  .rental-category-search-card {
    min-height: 0;
    padding: 14px;
  }

  .vehicle-category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .otv-choice-grid,
  .otv-field-grid,
  .otv-person-grid,
  .otv-person-split,
  .vehicle-tax-summary {
    grid-template-columns: 1fr;
  }

  .rental-card-checks,
  .rental-safety-panel {
    grid-template-columns: 1fr;
  }

  .otv-summary-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .otv-result-lists {
    grid-template-columns: 1fr;
  }

  .vehicle-tax-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vehicle-card-action {
    width: 100%;
  }

  .vehicle-favorite-toggle {
    width: 100%;
  }

  .logo {
    font-size: 18px;
  }

  .brand-logo-img {
    width: min(230px, 68vw);
    height: 48px;
    min-width: 0;
  }

  .logo-mark {
    width: 38px;
    height: 38px;
  }

  .nav-actions {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .category-hero > * {
    width: 100%;
  }

  .category-hero-card {
    width: 100%;
    max-width: 100%;
  }

  .contact-actions,
  .quick-contact,
  .condition-segment,
  .notification-card,
  .preference-grid,
  .rating-row {
    grid-template-columns: 1fr;
  }

  .donation-product-grid,
  .aid-programs-intro {
    grid-template-columns: 1fr;
  }

  .home-hero-main {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px;
  }

  .home-feature-tour-head {
    align-items: start;
    flex-direction: column;
  }

  .home-feature-tour-head strong {
    text-align: left;
  }
  .home-feature-tour-count {
    top: 68px;
    right: 18px;
    min-height: 26px;
    padding: 4px 9px;
  }

  .home-feature-tour-nav {
    top: calc(50% + 28px);
    width: 44px;
    height: 44px;
  }

  .home-feature-tour-nav-prev {
    left: 2px;
  }

  .home-feature-tour-nav-next {
    right: 2px;
  }

  .aid-suggest-button {
    width: 100%;
    white-space: normal;
  }

  .aid-program-card-head,
  .aid-program-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .search-shell select {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-shell input,
  .search-shell button {
    width: 100%;
    min-height: 44px;
  }

  .home-hero-main {
    min-height: auto;
    padding: 22px;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 64%, rgba(255,255,255,0.54) 100%),
      var(--hero-image) right center / auto 100% no-repeat,
      #ffffff;
  }

  .home-hero-main h1 {
    max-width: none;
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .home-hero-seek {
    width: 100%;
  }

  .home-hero-seek-shell {
    grid-template-columns: 44px minmax(0, 1fr) 88px;
    min-height: 48px;
  }

  .home-hero-seek-shell textarea {
    min-height: 48px;
    max-height: 48px;
    padding-top: 14px;
  }

  .home-search-card {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .home-search-card input,
  .home-search-card select,
  .home-search-card button {
    width: 100%;
    min-height: 46px;
  }

  .home-search-card select {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .home-hero-visual,
  .home-hero-visual img {
    min-height: 260px;
  }

  .home-quick-chips {
    gap: 6px;
  }

  .home-quick-chips a {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }

  .home-feature-tour-slide {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-quick-grid {
    grid-template-columns: 1fr;
  }

  .today-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-listing-panel .home-latest-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .today-activity {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .donation-trust-panel,
  .donation-trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-products,
  .share-actions,
  .share-tags,
  .community-hub-stats,
  .community-trend-grid,
  .listing-card,
  .seller-card {
    grid-template-columns: 1fr;
  }

  .community-hub-copy {
    padding: 18px;
  }

  .community-hub-copy h1 {
    font-size: 30px;
  }

  .community-tabs-nav {
    display: grid;
  }

  .share-card {
    padding: 14px;
    border-radius: 18px;
  }

  .share-card-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 0;
  }

  .share-card-head strong {
    font-size: 24px;
  }

  .share-input-wrap textarea {
    min-height: 92px;
  }

  .community-action-bar {
    display: grid;
  }

  .community-action-bar .button,
  .community-image-field {
    width: 100%;
    justify-content: center;
  }

  .community-hero-actions,
  .community-event-card footer {
    display: grid;
  }

  .club-card-top,
  .club-card-foot,
  .community-event-card,
  .home-event-teaser .community-event-card,
  .club-application-card dl div {
    grid-template-columns: 1fr;
  }

  .club-card-foot a {
    justify-self: stretch;
    justify-content: center;
  }

  .club-signal-list,
  .community-rule-grid {
    grid-template-columns: 1fr;
  }

  .market-banner {
    grid-template-columns: 1fr;
  }

  .market-banner-visual {
    min-height: 168px;
  }

  .market-banner strong {
    max-width: none;
    font-size: 24px;
  }

  .hero-products .deal-tile:first-child {
    grid-template-columns: 1fr;
  }

  .hero-products .deal-tile:first-child img {
    order: 1;
    aspect-ratio: 16 / 9;
    min-height: 0;
    margin-bottom: 10px;
  }

  .hero-products .deal-tile:first-child span,
  .hero-products .deal-tile:first-child strong {
    order: 2;
  }

  .catalog-toolbar {
    align-items: stretch;
  }

  .catalog-toolbar > * {
    min-width: 0;
  }

  .catalog-toolbar .toolbar-teach {
    width: 100%;
    overflow-wrap: anywhere;
  }

  .catalog-toolbar-sort {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }

  .control-group {
    align-items: stretch;
    flex-direction: column;
  }

  .donation-actions {
    display: grid;
    width: 100%;
  }

  .donation-tests-panel {
    grid-template-columns: 1fr;
  }

  .support-income-grid,
  .support-income-preview {
    grid-template-columns: 1fr;
  }

  .condition-segment {
    display: flex;
  }

  .donation-split {
    grid-template-columns: 1fr;
  }

  .donation-stream .listing-card {
    grid-template-columns: 1fr;
  }

  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-offer-card,
  .offer-info-grid {
    grid-template-columns: 1fr;
  }

  .offer-rank {
    min-height: 42px;
  }

  .offer-price {
    grid-template-columns: 1fr;
  }

  .share-actions {
    display: grid;
  }

  .share-tags a {
    width: 100%;
    justify-content: center;
  }

  .listing-card-media img,
  .seller-card img {
    width: 100%;
    min-height: 180px;
  }

  .listing-card-rental .listing-card-media {
    padding: 10px 10px 0;
  }

  h1 {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .model-grid {
    grid-template-columns: 1fr;
  }
}

/* Engelli iş ilanları — grid liste + per-card swipe */

/* === GRID === */
.engelli-is-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 14px;
}

.engelli-is-hcard[hidden],
.engelli-is-hcard.is-filter-hidden,
.bakim-destek-hcard[hidden],
.bakim-destek-hcard.is-filter-hidden {
  display: none !important;
}

/* === KART === */
.engelli-is-hcard[data-swipe-card],
.bakim-destek-hcard {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px 20px;
  border: 1.5px solid var(--line, #e2e8f0);
  border-radius: 16px;
  background: white;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
  cursor: grab;
}
.engelli-is-hcard[data-swipe-card]:hover,
.bakim-destek-hcard:hover {
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  will-change: transform;
  transition: box-shadow 0.2s, max-height 0.3s;
  max-height: 600px;
}
.engelli-is-hcard[data-swipe-card]:hover,
.bakim-destek-hcard:hover {
  box-shadow: 0 4px 16px rgba(15,23,42,0.08);
}
.engelli-is-hcard[data-swipe-card].swiped {
  max-height: 0;
  margin: 0;
  padding: 0 20px;
  border-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.engelli-is-hcard[data-swipe-card].filtered-out {
  display: none;
}

/* inner layout */
.engelli-is-hcard-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.engelli-is-hcard-left .engelli-is-engel-rate {
  margin-top: auto;
  text-align: center;
  white-space: normal;
  max-width: 92px;
  line-height: 1.25;
  font-size: 11px;
  padding: 5px 8px;
}
.engelli-is-company-logo {
  width: 64px; height: 64px; border-radius: 16px;
  object-fit: cover; background: #f1f5f9;
  border: 1.5px solid var(--line, #e2e8f0);
  flex-shrink: 0;
}
.engelli-is-logo-fallback {
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; background: linear-gradient(135deg, #dbeafe, #f0fdf4);
}
.engelli-is-hcard-badges {
  display: flex; flex-direction: column; gap: 4px; align-items: center;
}
.engelli-is-hcard-dates {
  display: flex; flex-direction: column; gap: 3px; align-items: center;
}
.engelli-is-hcard-dates .engelli-is-date {
  font-size: 11px; color: var(--muted, #94a3b8); font-weight: 600;
}
.engelli-is-hcard-dates .deadline-pill {
  font-size: 10px; font-weight: 700;
}
.engelli-is-hcard-main { min-width: 0; }
.engelli-is-hcard-title {
  margin: 0 0 4px; font-size: 18px; line-height: 1.25; font-weight: 800;
}
.engelli-is-hcard-desc {
  margin: 6px 0 0; font-size: 13px; line-height: 1.5; color: #475569;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.engelli-is-hcard-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line, #e2e8f0);
}
.engelli-is-hcard-status {
  display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap;
  margin-top: 2px; min-height: 0;
}
.engelli-is-hcard-status .card-status-label {
  font-size: 9px; font-weight: 800; line-height: 1;
  padding: 3px 7px; border-radius: 999px;
  color: white; display: inline-flex; align-items: center; gap: 2px;
  box-shadow: 0 2px 6px rgba(15,23,42,0.12); white-space: nowrap;
}
.engelli-is-hcard-meta {
  display: none;
}
.engelli-is-hcard-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: auto;
  margin-left: auto;
}
.engelli-is-hcard-actions .engelli-is-quick-btn,
.engelli-is-hcard-actions .engelli-is-full-btn,
.engelli-is-hcard-actions .engelli-is-page-btn,
.engelli-is-hcard-actions .engelli-is-detail-btn {
  width: auto;
  flex: 0 0 auto;
  justify-content: center;
}
.engelli-is-card-interest-row {
  display: flex; gap: 8px;
}
.engelli-is-detail-icon {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--brand, #2563eb); color: white;
  font-size: 16px; text-decoration: none; flex-shrink: 0;
  transition: transform 0.15s;
}
.engelli-is-detail-icon:hover { transform: scale(1.15); }

/* === SWIPE OVERLAY === */
.swipe-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 900; border-radius: 16px; pointer-events: none;
  opacity: 0; z-index: 3; transition: opacity 0.1s; text-align: center; padding: 16px;
}
.swipe-overlay.right { background: rgba(5,150,105,0.82); color: white; }
.swipe-overlay.left { background: rgba(220,38,38,0.82); color: white; }

/* === KART ALT BUTONLAR === */
.engelli-is-detail-btn,
.engelli-is-quick-btn,
.engelli-is-full-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  line-height: 1.1;
  box-sizing: border-box;
}
.engelli-is-quick-btn,
.engelli-is-detail-btn {
  background: #0f766e;
  color: #fff;
}
.engelli-is-quick-btn:hover,
.engelli-is-detail-btn:hover {
  background: #0d9488;
  transform: scale(1.03);
}
.engelli-is-full-btn {
  background: #334155;
  color: #fff;
}
.engelli-is-full-btn:hover {
  background: #1e293b;
  transform: scale(1.03);
  color: #fff;
}

.engelli-is-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.engelli-is-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 12px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 699px) {
  .engelli-is-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .engelli-is-hcard[data-swipe-card] {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 14px;
    border-radius: 14px;
    overflow: hidden;
    align-items: start;
  }

  .engelli-is-hcard-left {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    gap: 6px;
  }

  .engelli-is-company-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .engelli-is-hcard-dates .engelli-is-date {
    font-size: 10px;
  }

  .engelli-is-hcard-left .engelli-is-engel-rate {
    max-width: 66px;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.15;
  }

  .engelli-is-hcard-main {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    overflow: hidden;
  }

  .engelli-is-hcard-title {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.2;
  }

  .engelli-is-chips {
    gap: 5px;
  }

  .engelli-is-chip {
    min-width: 0;
    max-width: 100%;
    padding: 3px 8px;
    font-size: 11px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .engelli-is-chip:nth-child(n + 3) {
    display: none;
  }

  .engelli-is-hcard-desc {
    -webkit-line-clamp: 4;
    font-size: 12.5px;
    line-height: 1.45;
    max-height: none;
    overflow: hidden;
  }

  .engelli-is-hcard-right {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 10px;
  }

  .engelli-is-hcard-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
  }

  .engelli-is-hcard-actions .engelli-is-quick-btn,
  .engelli-is-hcard-actions .engelli-is-full-btn {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
  }
}

/* === INTEREST STATE RENKLERİ === */
.interest-yes { background: #ecfdf5 !important; border-color: #6ee7b7 !important; }
.interest-contacted { background: #fffbeb !important; border-color: #fcd34d !important; }
.interest-positive { background: #dcfce7 !important; border-color: #22c55e !important; }
.interest-no,
.interest-negative { background: #fef2f2 !important; border-color: #fca5a5 !important; }
.interest-inactive { background: #f1f5f9 !important; border-color: #cbd5e1 !important; opacity: 0.68; }
/* interest status labels in card — shown in .engelli-is-hcard-status inside hcard-main */
.card-status-interested { background: #059669; }
.card-status-contacted { background: #d97706; }
.card-status-positive { background: #16a34a; }
.card-status-negative { background: #be123c; }
.card-status-not_interested { background: #dc2626; }
.card-status-inactive { background: #64748b; }

/* extra filter hiding — doesn't touch standard hidden */
.extra-filter-hidden { display: none !important; }

/* === HORIZONTAL LAYOUT (wider screens) === */
@media (min-width: 700px) {
  .engelli-is-hcard[data-swipe-card] {
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 8px 16px;
  }
  .engelli-is-hcard-left {
    flex-direction: column;
    align-items: center;
    grid-row: 1 / span 2;
    height: 100%;
  }
  .engelli-is-company-logo { width: 72px; height: 72px; }
  .engelli-is-hcard-main {
    grid-column: 2;
    grid-row: 1;
  }
  .engelli-is-hcard-right {
    border-top: none;
    padding-top: 0;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
    align-self: end;
    min-width: 0;
    height: auto;
  }
  .bakim-destek-hcard {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    gap: 8px 16px;
  }
  .bakim-destek-hcard .engelli-is-hcard-right { border-top: none; padding-top: 0; grid-column: 2; }
}

@media (max-width: 420px) {
  .engelli-is-grid { grid-template-columns: 1fr; }
}

/* === DETAY POPUP === */
.detail-popup {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(15,23,42,0.5);
  display: flex; align-items: center; justify-content: center;
  visibility: hidden; opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.detail-popup.open { visibility: visible; opacity: 1; }
.detail-popup-inner {
  background: white; border-radius: 20px;
  width: 100%; max-width: 580px; max-height: 85vh; overflow-y: auto;
  padding: 0 0 16px; margin: 16px;
  transform: scale(0.9); opacity: 0;
  transition: transform 0.25s cubic-bezier(0.4,0,0.2,1), opacity 0.2s;
}
.detail-popup.open .detail-popup-inner { transform: scale(1); opacity: 1; }
.detail-popup-handle { display: none; }

/* keep filter rows visible even when no token matches */
.filter-group[data-always-show] .filter-check-row[hidden] {
  display: flex !important;
}

/* === COLLAPSIBLE FILTER GROUPS === */
.filter-group-details {
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
}
.filter-group-details + .filter-group-details {
  border-top: 1px solid var(--line, #e2e8f0);
}
.detail-popup {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(15,23,42,0.55);
  display: flex; align-items: center; justify-content: center;
  visibility: hidden; opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.detail-popup.open { visibility: visible; opacity: 1; }
.detail-popup-inner {
  position: relative; overflow: visible;
  background: white; border-radius: 20px;
  width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto;
  margin: 24px; padding: 0;
  transform: scale(0.92); opacity: 0;
  transition: transform 0.25s cubic-bezier(0.4,0,0.2,1), opacity 0.2s;
  touch-action: pan-y; user-select: none;
}
.detail-popup.open .detail-popup-inner { transform: scale(1); opacity: 1; }
.detail-popup-close {
  position: sticky; top: 0; float: right; z-index: 10;
  width: 36px; height: 36px; border: none; border-radius: 50%;
  background: #f1f5f9; font-size: 22px; cursor: pointer;
  margin: 8px 8px 0 0;
}
.popup-empty {
  text-align: center; padding: 48px 24px;
  font-size: 18px; font-weight: 800; color: var(--muted,#94a3b8);
}
.popup-detail { padding: 8px 24px 24px; position: relative; overflow: visible; }
.popup-detail h2 { margin: 8px 0 2px; font-size: 20px; }
.popup-detail.interest-yes::before { content: "İlgileniyorum"; position: absolute; top: 10px; right: 0; background: #059669; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-contacted::before { content: "Görüşme yapıldı"; position: absolute; top: 10px; right: 0; background: #d97706; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-positive::before { content: "Olumlu dönüş"; position: absolute; top: 10px; right: 0; background: #16a34a; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-no::before { content: "İlgilenmiyorum"; position: absolute; top: 10px; right: 0; background: #dc2626; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-negative::before { content: "Olumsuz dönüş"; position: absolute; top: 10px; right: 0; background: #be123c; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-inactive::before { content: "Yayından kalktı"; position: absolute; top: 10px; right: 0; background: #94a3b8; color: white; font-size: 10px; font-weight: 800; padding: 3px 14px; border-radius: 4px 0 0 4px; z-index: 2; }
.popup-detail.interest-inactive { opacity: 0.7; }
.popup-detail-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.popup-detail-section {
  background: #f8fafc; border-radius: 10px; padding: 12px 14px; margin: 10px 0;
}
.popup-detail-section h3 { margin: 0 0 6px; font-size: 14px; font-weight: 800; }
.popup-detail-section p { margin: 0; font-size: 13px; line-height: 1.5; }
.popup-detail-meta { display: flex; gap: 8px; align-items: center; font-size: 12px; color: var(--muted,#94a3b8); margin: 8px 0; }
.filter-group-summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; cursor: pointer; list-style: none;
  font-weight: 800; font-size: 15px; user-select: none;
  background: #ffffff;
}
.filter-group-summary::-webkit-details-marker { display: none; }
.filter-group-summary::after { content: "▾"; font-size: 10px; transition: transform 0.2s; }
.filter-group-details[open] .filter-group-summary::after { transform: rotate(180deg); }
.filter-group-details .filter-group {
  padding: 0 12px 8px;
  margin: 0;
  display: grid;
  gap: 0;
}
.filter-group-details .filter-group.filter-group--scrollable {
  max-height: 245px;
  overflow-y: auto;
  padding-right: 8px;
}

.filter-panel-catalog .filter-group-details {
  margin-bottom: 6px;
}

.filter-panel-catalog .filter-group-summary {
  min-height: 36px;
  padding: 8px 12px;
  color: var(--text);
}

.filter-panel-catalog .filter-group-details .filter-group {
  max-height: 238px;
  overflow-y: auto;
}

.filter-panel-catalog .filter-check-row {
  min-height: 28px;
}

.filter-mini-search {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px 0 6px;
  background: #ffffff;
}
.filter-mini-search input {
  width: 100%;
  border: 1px solid var(--line, #dbe3ec);
  border-radius: 8px;
  padding: 8px 10px;
  font: inherit;
  font-size: 12px;
  background: #f8fafc;
}
.filter-mini-search input:focus {
  outline: 2px solid rgba(0, 128, 96, 0.15);
  border-color: var(--brand, #008060);
  background: #ffffff;
}

/* Compact catalog filters */
.filter-panel-catalog,
.filter-panel {
  gap: 6px;
}

.filter-panel {
  padding: 14px;
}

.filter-panel-title {
  font-size: 17px;
  font-weight: 900;
}

.filter-group {
  gap: 4px;
  padding-top: 7px;
}

.filter-group strong {
  font-size: 15.5px;
  line-height: 1.15;
}

.filter-check-row,
.filter-subcat-row {
  min-height: 25px;
  padding: 2px;
  gap: 7px;
}

.filter-check-row span,
.filter-subcat-name {
  font-size: 14px;
  line-height: 1.2;
}

.filter-group-details {
  border-radius: 7px;
}

.filter-panel-catalog .filter-group-details {
  margin-bottom: 4px;
}

.filter-panel-catalog .filter-group-summary {
  min-height: 32px;
  padding: 7px 10px;
  font-size: 14.5px;
}

.filter-group-details .filter-group {
  padding: 0 10px 7px;
}

.filter-panel-catalog .filter-group-details .filter-group {
  max-height: 220px;
}

.subcat-checklist {
  gap: 1px;
}

.engelli-is-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.15fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
}

.engelli-is-head {
  margin: 0;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  padding: 18px 20px 20px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

/* Badge’ler üstte; başlık sağ panelle aynı üst hizaya inmesin diye nefes alanı */
.engelli-is-head .engelli-is-stats-bar {
  margin: 0 0 14px;
}

.engelli-is-head h1 {
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.engelli-is-head .category-head-count {
  align-self: flex-start;
  margin: 0 0 12px;
}

.engelli-is-head .category-lead {
  margin: 0;
  max-width: 46ch;
  line-height: 1.6;
}

.engelli-is-control-panel {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.engelli-is-top-search {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink, #0f172a);
}

.engelli-is-top-search input {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--line, #cbd5e1);
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  color: var(--ink, #0f172a);
}

.engelli-is-top-search input:focus {
  outline: 2px solid rgba(0, 128, 96, 0.16);
  border-color: var(--brand, #008060);
}

.engelli-is-mini-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.engelli-is-mini-stat {
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.engelli-is-mini-stat strong {
  display: block;
  font-size: 21px;
  line-height: 1;
  color: var(--ink, #0f172a);
}

.engelli-is-mini-stat span {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--muted, #64748b);
}

.engelli-is-mini-stat.is-interested {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.engelli-is-mini-stat.is-contacted {
  background: #fffbeb;
  border-color: #fcd34d;
}

.engelli-is-mini-stat.is-negative {
  background: #fff1f2;
  border-color: #fecdd3;
}

.engelli-is-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 8px;
}

.engelli-is-stats-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  background: var(--brand-soft, #dbeafe);
  color: var(--brand, #2563eb);
}

.engelli-is-toolbar {
  margin-bottom: 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 12px 14px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
}
.engelli-is-quick-interests {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.engelli-is-quick-label {
  font-size: 12px; font-weight: 700; color: var(--muted, #94a3b8); margin-right: 2px;
}
.engelli-is-quick-chip {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 5px 12px; border-radius: 20px; border: 1.5px solid var(--line, #e2e8f0);
  font-size: 12px; font-weight: 700; cursor: pointer; transition: all 0.15s;
  background: white; user-select: none;
}
.engelli-is-quick-chip:has(input:checked) {
  background: var(--brand, #2563eb); color: white; border-color: var(--brand);
}
.engelli-is-quick-chip input { display: none; }

.engelli-is-toolbar-hint {
  flex: 1 1 320px;
  margin: 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--muted, #64748b);
}

.engelli-is-cta .button {
  min-height: 42px;
  font-size: 14px;
  font-weight: 800;
}

.engelli-is-accessible-badge {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: white;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 9999px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.source-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 9999px;
}
.source-kariyer { background: #fff7ed; color: #c2410c; }
.source-iskur { background: #ecfdf5; color: #047857; }
.source-jooble { background: #fef9c3; color: #a16207; }
.source-indeed { background: #f8fafc; color: #475569; }
.source-engelli,
.source-kapsiyo { background: #ecfdf5; color: #0b6f60; font-weight: 800; }
.source-eleman { background: #fff7ed; color: #c2410c; font-weight: 800; }
.source-other { background: #f1f5f9; color: #64748b; }

.engelli-is-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.engelli-is-detail-table th,
.engelli-is-detail-table td {
  text-align: left;
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
.engelli-is-detail-table th {
  width: 32%;
  color: #64748b;
  font-weight: 700;
}

.deadline-pill {
  background: #fee2e2;
  color: #dc2626;
  font-weight: 800;
  font-size: 11px;
}

.engelli-is-company {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand, #2563eb);
  margin: 4px 0 6px;
}

.engelli-is-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.engelli-is-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 12px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 600;
}

.engelli-is-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 8px;
  font-size: 13px;
}

.engelli-is-engel-rate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #334155;
  text-align: right;
  white-space: nowrap;
}

.engelli-is-date {
  color: var(--muted, #94a3b8);
  font-weight: 500;
}

.bakim-is-accessible-badge {
  background: linear-gradient(135deg, #059669, #10b981);
  color: white;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 9999px;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.bakim-is-position-badge {
  background: #ecfdf5;
  color: #047857;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 9999px;
}

.listing-card-body--no-media {
  padding: 16px 18px;
}

.bakim-destek-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #059669, #14b8a6);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.bakim-position-row {
  align-items: flex-start;
  flex-direction: row;
  margin: 2px 0 8px;
}

.popup-status-panel {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}
.popup-status-panel h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}
.popup-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.status-btn {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.status-btn.active {
  color: #fff;
  border-color: transparent;
}
.status-interested.active { background: #059669; }
.status-contacted.active { background: #d97706; }
.status-positive.active { background: #16a34a; }
.status-negative.active,
.status-not.active { background: #dc2626; }
.popup-note-field {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}
.popup-note-field[hidden] {
  display: none !important;
}
.popup-note-field span {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}
.popup-note-field textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px;
  font: inherit;
  user-select: text;
}

.filter-group--engel-select .filter-select-row select {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
}

.filter-search-row input[type="search"] {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  padding: 8px 12px;
}

.filter-select-row select {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
}

.filter-count {
  font-size: 12px;
  color: var(--muted, #94a3b8);
  font-weight: 600;
}

.engelli-is-detail-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 380px);
  gap: 32px;
  margin-top: 0;
}

/* === DETAY HERO === */
.engelli-is-detail-hero {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border-bottom: 1px solid var(--line, #e2e8f0);
  padding: 32px 0;
}
.engelli-is-detail-hero-inner {
  display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap;
}
.engelli-is-detail-hero-left {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.engelli-is-detail-logo {
  width: 80px; height: 80px; border-radius: 20px;
  object-fit: cover; background: #f1f5f9;
  border: 2px solid var(--line, #e2e8f0);
}
.engelli-is-detail-hero-badge-row {
  display: flex; gap: 4px; flex-wrap: wrap; justify-content: center;
}
.engelli-is-detail-hero-main { flex: 1; min-width: 260px; }
.engelli-is-detail-hero-main h1 { margin: 0 0 4px; font-size: 26px; font-weight: 900; line-height: 1.2; }
.engelli-is-detail-company { font-size: 17px; font-weight: 700; color: var(--brand, #2563eb); margin: 0 0 8px; }
.engelli-is-detail-meta-row { display: flex; gap: 6px; flex-wrap: wrap; }
.engelli-is-detail-hero-stats {
  display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap;
}
.engelli-is-detail-stat {
  text-align: center; background: white; padding: 10px 14px;
  border-radius: 12px; border: 1px solid var(--line, #e2e8f0); min-width: 80px;
}
.engelli-is-detail-stat.deadline { border-color: #fecaca; background: #fff5f5; }
.engelli-is-detail-stat-value { display: block; font-size: 15px; font-weight: 800; color: var(--text, #0f172a); }
.engelli-is-detail-stat.deadline .engelli-is-detail-stat-value { color: #dc2626; }
.engelli-is-detail-stat-label { font-size: 10px; color: var(--muted, #94a3b8); font-weight: 600; }

/* === SIDEBAR + BUTTONS === */
.engelli-is-detail-sidebar-card {
  background: white; border: 1px solid var(--line,#e2e8f0); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.engelli-is-detail-sidebar-card-head {
  background: var(--brand, #2563eb); color: white; padding: 10px 14px;
  font-size: 15px;
}
.engelli-is-detail-sidebar-card-body { padding: 12px 14px; }
.engelli-is-detail-sidebar-card-body .engelli-is-page-btn,
.engelli-is-detail-actions .engelli-is-page-btn {
  display: block; width: 100%; padding: 10px; border: 2px solid var(--line,#e2e8f0);
  border-radius: 10px; background: white; font-size: 13px; font-weight: 700;
  cursor: pointer; text-align: center; transition: all 0.15s;
  color: inherit; text-decoration: none;
}
.engelli-is-detail-sidebar-card-body .engelli-is-page-btn:hover,
.engelli-is-detail-actions .engelli-is-page-btn:hover { background: #f8fafc; }
.engelli-is-detail-sidebar-card-body .engelli-is-page-btn.follow,
.engelli-is-detail-actions .engelli-is-page-btn.follow { border-color: var(--brand,#2563eb); color: var(--brand); }
.engelli-is-detail-sidebar-card-body .engelli-is-page-btn.follow:hover,
.engelli-is-detail-actions .engelli-is-page-btn.follow:hover { background: #eff6ff; }
.engelli-is-detail-actions { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.engelli-is-detail-back {
  display: block; text-align: center; font-size: 13px; font-weight: 600;
  color: var(--muted,#94a3b8); text-decoration: none; padding: 8px;
}
.engelli-is-detail-back:hover { color: var(--brand,#2563eb); }

/* === DETAY BÖLÜMLERİ === */
.engelli-is-detail-section {
  background: white;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.engelli-is-detail-section h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
}

.engelli-is-detail-sidebar { position: sticky; top: 80px; }

/* === KAYNAK KARTI === */
.engelli-is-source-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
}
.engelli-is-source-card-head {
  display: flex; gap: 8px; align-items: center; margin-bottom: 10px; flex-wrap: wrap;
}
.engelli-is-source-card-actions {
  display: flex; flex-wrap: wrap; gap: 6px;
}

/* === BAŞVURU BUTONLARI === */
.engelli-is-apply-btn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 8px 14px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.15s;
}
.engelli-is-apply-btn.wa { background: #ecfdf5; color: #047857; }
.engelli-is-apply-btn.wa:hover { background: #047857; color: white; }
.engelli-is-apply-btn.mail { background: #dbeafe; color: #1d4ed8; }
.engelli-is-apply-btn.mail:hover { background: #1d4ed8; color: white; }
.engelli-is-apply-btn.link { background: #fef3c7; color: #92400e; }
.engelli-is-apply-btn.link:hover { background: #92400e; color: white; }
.engelli-is-apply-btn.msg { background: #8b5cf6; color: white; }
.engelli-is-apply-btn.msg:hover { background: #7c3aed; }
.engelli-is-apply-btn.tel { background: #f1f5f9; color: #334155; font-family: monospace; }
.engelli-is-detail-actions {
  display: flex; gap: 8px; margin-top: 12px;
}
.engelli-is-detail-actions .button { flex: 1; }

.engelli-is-source-block {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line, #e2e8f0);
}

.engelli-is-source-note {
  font-size: 14px;
  color: var(--muted, #64748b);
}

.engelli-is-apply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.engelli-is-legal {
  font-size: 13px;
  color: var(--muted, #64748b);
  margin-top: 16px;
}

.engelli-is-dialog {
  border: none;
  border-radius: 12px;
  padding: 20px;
  max-width: 420px;
}

.engelli-is-dialog textarea {
  width: 100%;
  margin: 12px 0;
}

.engelli-is-report-dialog {
  border: none;
  border-radius: 12px;
  padding: 0;
  max-width: min(520px, calc(100vw - 32px));
  width: 100%;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
}

.engelli-is-report-dialog::backdrop {
  background: rgba(15, 23, 42, 0.45);
}

.engelli-is-report-form {
  padding: 24px 28px 28px;
}

.engelli-is-report-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.engelli-is-report-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.engelli-is-report-close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: var(--text, #0f172a);
  cursor: pointer;
}

.engelli-is-report-close:hover {
  background: var(--line, #e2e8f0);
}

.engelli-is-report-reasons {
  border: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.engelli-is-report-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
}

.engelli-is-report-option input {
  margin-top: 3px;
  flex-shrink: 0;
}

.engelli-is-report-details {
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 2px solid var(--blue, #2563eb);
  border-radius: 8px;
  font: inherit;
  resize: vertical;
}

.engelli-is-report-details::placeholder {
  color: var(--muted, #94a3b8);
}

.engelli-is-report-submit {
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .engelli-is-top-grid {
    grid-template-columns: 1fr;
  }

  .engelli-is-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .engelli-is-control-panel {
    padding: 12px;
  }

  .engelli-is-mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .engelli-is-toolbar {
    align-items: stretch;
  }

  .engelli-is-toolbar-hint {
    flex-basis: 100%;
    text-align: left;
    font-size: 11.5px;
  }

  .engelli-is-quick-interests,
  .catalog-toolbar-sort {
    width: 100%;
  }
}

/* ═══════════════════════════════════════
   ENGELSİZ MEKAN — PRO TASARIM SİSTEMİ
   ═══════════════════════════════════════ */

/* ─── LİSTELEME KARTLARI ─── */
.place-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
@media (min-width: 1100px) {
  .place-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.place-visual-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 28, 44, 0.1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.place-visual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(8, 28, 44, 0.14);
}
.place-visual-card[hidden] {
  display: none !important;
}
.place-visual-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: linear-gradient(145deg, #0b6f60 0%, #134e4a 55%, #0f172a 100%);
  color: #fff;
  text-decoration: none;
}
.place-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.place-visual-card:hover .place-visual-img {
  transform: scale(1.06);
}
.place-visual-img-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 48px;
  opacity: 0.85;
}
.place-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 28, 44, 0.15) 0%,
    rgba(8, 28, 44, 0.05) 35%,
    rgba(8, 28, 44, 0.75) 100%
  );
  pointer-events: none;
}
.place-visual-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  z-index: 1;
}
.place-visual-type {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-dark);
}
.place-visual-rating {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.place-visual-rating.has-reviews {
  background: rgba(255, 122, 26, 0.92);
  color: #1a1208;
}
.place-visual-rating.no-reviews {
  font-size: 10px;
  font-weight: 700;
  max-width: 48%;
  text-align: right;
  line-height: 1.25;
}
.place-visual-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
}
.place-visual-title {
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.place-visual-location {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.92;
}
.place-visual-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}
.place-visual-seller {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
}
.place-visual-card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.place-visual-price {
  flex: 0 0 auto;
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
  text-align: right;
}
.place-visual-price small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.place-visual-mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.place-visual-mini-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border: 1px solid #e1e9ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #526371;
  font-size: 11px;
  font-weight: 800;
}
.place-visual-mini-metrics b {
  color: var(--brand-dark);
}
.place-visual-mini-metrics .deal {
  border-color: #facc15;
  background: #fffbeb;
  color: #92400e;
}
.place-visual-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.place-visual-chip {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  background: #e8f5f2;
  color: var(--brand-dark);
}
.place-visual-chip.muted {
  background: #eef2f5;
  color: var(--muted);
}
.place-visual-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.place-visual-disclaimer {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted);
}
.place-visual-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 11px 16px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.place-visual-cta:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.place-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.place-category-head {
  margin: 0 0 16px;
  padding: 22px 24px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
}
.place-category-head .category-head-row {
  align-items: start;
  gap: 16px;
}
.place-category-head .category-head-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 8px 12px;
  border: 1px solid #dce6ec;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--brand-dark);
  font-weight: 900;
}
.place-category-head .category-lead {
  max-width: 620px;
}
.place-category-head .place-category-cta {
  margin: 8px 0 0;
}
.place-travel-route {
  margin: 0 0 16px;
  padding: 20px 22px;
  border: 1px solid #d8e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 33, 42, 0.04);
}

.place-travel-route-head {
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.place-travel-route-head h2 {
  margin: 0;
  font-size: clamp(20px, 1.6vw, 28px);
}

.place-travel-route-head p,
.place-travel-route-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.place-travel-route-body {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e7eef2;
}

.place-catalog-toolbar {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.place-review-segment button span {
  opacity: 0.85;
  font-weight: 700;
}

/* ─── GALLERY HERO (Etstur tarzı — dar, kenarlarda boşluk) ─── */
.place-gallery-hero {
  background: transparent;
  padding: 0 0 16px;
}
.place-gallery-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}
.place-gallery-hero-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 8px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .place-gallery-hero-grid {
    grid-template-columns: 1fr;
  }
  .place-gallery-side {
    display: none;
  }
}

/* Ana görsel */
.place-gallery-main {
  position: relative;
  background: #1e293b;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.place-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
.place-gallery-main-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: #64748b;
  font-size: 18px;
}
.place-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  color: #0f172a;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
.place-gallery-main:hover .place-gallery-arrow {
  opacity: 1;
}
.place-gallery-arrow.prev { left: 10px; }
.place-gallery-arrow.next { right: 10px; }
.place-gallery-arrow:hover { background: #fff; }
.place-gallery-counter {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: rgba(15,23,42,0.7);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
  pointer-events: none;
}

/* Yan görseller */
.place-gallery-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.place-gallery-side-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #1e293b;
}
.place-gallery-side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.place-gallery-side-item:hover img {
  transform: scale(1.05);
}
.place-gallery-side-item.empty {
  opacity: 0.3;
  background: #334155;
  cursor: default;
}
.place-gallery-more-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15,23,42,0.55);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.place-gallery-side-item.has-more img {
  filter: brightness(0.7);
}

/* ─── INFO BAR (dar container) ─── */
.place-info-bar {
  background: transparent;
  padding: 14px 0 10px;
}
.place-info-bar .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}
.place-info-bar-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 16px;
  align-items: stretch;
}
.place-info-bar-left {
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid #d8e1e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
}
.place-info-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}
.place-hero-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.place-hero-badge.type {
  background: #e8f5f2;
  color: var(--brand-dark);
}
.place-hero-badge.rating {
  background: var(--accent);
  color: #fff;
}
.place-hero-badge.rating.no-reviews {
  background: #eef2f5;
  color: var(--muted);
}
.place-info-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.place-info-title-row h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--brand-dark);
}
.place-info-score-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #d8e1e8;
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--brand-dark);
  flex-shrink: 0;
}
.place-info-score-inline .place-info-score-num {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.place-info-score-inline .place-info-score-label {
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}
.place-info-loc {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  margin: 4px 0 8px;
}
.place-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.place-hero-chip {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f5f2;
  color: var(--brand-dark);
}
.place-info-bar-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 14px;
  border: 1px solid #d8e1e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
}
.place-info-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.place-info-action {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  color: var(--muted);
  transition: all 0.15s;
}
.place-info-action:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.place-info-action.liked {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #dc2626;
}
.place-share-compact {
  display: flex;
  gap: 6px;
  align-items: center;
}
.place-share-compact .share-actions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.place-share-compact .share-actions a,
.place-share-compact .share-actions button {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.15s;
}
.place-share-compact .share-actions a:hover,
.place-share-compact .share-actions button:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.place-info-ctas {
  display: grid;
  gap: 10px;
}
.place-info-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}
.place-info-share-head small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}
.place-info-share-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}
.place-share-btn {
  min-height: 32px;
  padding: 0;
  border-radius: 8px;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.place-share-btn.facebook { background: #1877f2; }
.place-share-btn.whatsapp { background: #25d366; color: #06351a; }
.place-share-btn.x { background: #111827; }
.place-share-btn.telegram { background: #229ed9; }
.place-share-btn.linkedin { background: #0a66c2; }
.place-share-btn.copy {
  border: 1px solid #d8e1e8;
  background: #fff;
  color: var(--brand-dark);
}
.place-info-side-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #bdebdc;
  border-radius: 10px;
  background: #ecfdf5;
}
.place-info-side-summary strong {
  color: var(--brand);
  font-size: 1.45rem;
  line-height: 1;
}
.place-info-side-summary span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}
.place-info-stars {
  display: block;
  margin-top: 2px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.place-info-side-compact,
.place-info-side-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.place-info-side-compact span,
.place-info-side-stats span {
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}
.place-info-side-compact b,
.place-info-side-stats b {
  display: block;
  color: var(--brand-dark);
  font-size: 0.95rem;
  line-height: 1.1;
  margin-bottom: 2px;
}
.place-info-cta-phone {
  font-size: 13px;
  padding: 8px 14px;
  justify-content: center;
}
.place-info-cta-wa {
  font-size: 13px;
  padding: 8px 14px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}

/* mobile */
@media (max-width: 640px) {
  .place-info-bar-top {
    grid-template-columns: 1fr;
  }
  .place-info-bar-right {
    width: 100%;
  }
  .place-info-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ─── TAB NAV (dar container) ─── */
.place-detail-nav {
  background: transparent;
  margin-top: 4px;
}
.place-detail-nav .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}
.place-detail-nav-inner {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.place-detail-nav a {
  flex-shrink: 0;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.place-detail-nav a:hover,
.place-detail-nav a:focus-visible,
.place-detail-nav a.active {
  color: var(--brand-dark);
  border-bottom-color: var(--brand);
}

/* ─── PRO LAYOUT (2-col) ─── */
.place-detail-pro-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  align-items: start;
}
@media (max-width: 960px) {
  .place-detail-pro-layout {
    grid-template-columns: 1fr;
  }
}
.place-detail-main {
  min-width: 0;
}

/* ─── QUICK FACTS ─── */
.place-quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.place-quick-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.place-quick-fact-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  border-radius: 12px;
}
.place-quick-fact strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
  margin-bottom: 2px;
}
.place-quick-fact p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

/* ─── A11Y PRO ─── */
.place-a11y-pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.place-a11y-card {
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.place-a11y-card:hover {
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  border-color: var(--brand);
}
.place-a11y-card-icon {
  font-size: 32px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  border-radius: 14px;
}
.place-a11y-card-body h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
}
.place-a11y-card-body {
  min-width: 0;
  flex: 1;
}
.place-a11y-card-body p {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.place-a11y-card-body .place-a11y-evidence-note {
  color: #0b6f60;
  font-weight: 700;
}
.place-a11y-card-status {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}
.a11y-status-confirmed { background: #dcfce7; color: #166534; }
.a11y-status-reported { background: #fef3c7; color: #92400e; }
.a11y-status-unavailable { background: #fee2e2; color: #991b1b; }
.place-a11y-measurements {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}
.place-a11y-measurements strong {
  color: var(--ink);
}
.place-a11y-verify {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.place-a11y-verify-count {
  font-size: 10px;
  color: var(--muted);
  margin-right: auto;
}
.place-a11y-verify button {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
}
.place-a11y-verify button:hover {
  border-color: var(--line);
}
.place-a11y-verify button[data-verify-vote="confirmed"].active {
  background: #dcfce7;
  border-color: #bbf0cc;
  color: #166534;
}
.place-a11y-verify button[data-verify-vote="unavailable"].active {
  background: #fee2e2;
  border-color: #fbd0d0;
  color: #991b1b;
}
.place-a11y-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}
.place-a11y-photo {
  aspect-ratio: 1 / 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
  padding: 0;
  cursor: pointer;
}
.place-a11y-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.place-a11y-photo.placeholder {
  display: grid;
  place-items: center;
  padding: 4px;
  border-style: dashed;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  cursor: default;
}

/* ─── RATING CHART ─── */
.rating-chart {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
}
.rating-chart-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.rating-chart-label {
  width: 34px;
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
}
.rating-chart-bar-bg {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: #eef2f5;
  overflow: hidden;
}
.rating-chart-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.4s ease;
}
.rating-chart-count {
  width: 24px;
  font-weight: 600;
  color: var(--muted);
  text-align: right;
}

/* ─── REVIEW CARD PRO ─── */
.place-review-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.place-review-card-left {
  flex-shrink: 0;
}
.place-review-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.place-review-card-right {
  flex: 1;
  min-width: 0;
}
.place-review-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}
.place-review-stars {
  color: var(--accent);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
}
.place-review-avg {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  background: #e8f5f2;
  padding: 1px 7px;
  border-radius: 999px;
}
.place-review-criteria-chips {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px;
}
.place-review-criteria-chip {
  font-size: 11px; font-weight: 700; padding: 3px 8px;
  border-radius: 999px; background: #fef3c7; color: #92400e;
}
.place-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.place-review-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  background: #e8f5f2;
  color: var(--brand-dark);
}
.place-reviews-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
}
.place-reviews-sort button {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.15s;
}
.place-reviews-sort button.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.place-review-pro-list {
  display: grid;
  gap: 12px;
}

/* ─── GALERİ PRO ─── */
.place-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.place-gallery-thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f5;
}
.place-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.place-gallery-thumb:hover img {
  transform: scale(1.08);
}
.place-gallery-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.4);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 24px;
}
.place-gallery-thumb:hover .place-gallery-overlay {
  opacity: 1;
}
.place-gallery-video-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 36px;
  background: var(--brand);
  color: #fff;
}

/* ─── MAP ─── */
.place-map-embed {
  margin-top: 16px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #e8f5f2;
}
.place-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 36px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
  transition: background 0.15s;
}
.place-map-link:hover {
  background: #d0ece6;
}
.place-map-embed.has-iframe {
  background: #fff;
}
.place-map-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}
.place-map-embed.has-iframe .place-map-link {
  padding: 12px 20px;
  font-size: 13px;
}
.place-category-map {
  margin: 16px 0 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.place-category-map .place-map-iframe {
  aspect-ratio: 21 / 9;
}
.place-map-pin-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
}
.place-map-pin-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  font-size: 12px;
}
.place-map-pin-item strong {
  display: block;
  font-size: 13px;
}
.place-map-pin-item em {
  font-style: normal;
  color: var(--muted);
}
.place-map-pin-item:hover {
  border-color: var(--brand);
}

/* ─── SİDEBAR ─── */
.place-detail-pro-sidebar {
  position: sticky;
  top: 60px;
}
@media (max-width: 960px) {
  .place-detail-pro-sidebar {
    position: static;
  }
}
.place-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.place-sidebar-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.place-sidebar-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
}
.place-sidebar-rating-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #eef2f5;
}
.place-sidebar-rating-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--brand-dark);
  line-height: 1;
}
.place-sidebar-rating-stars {
  font-size: 16px;
  color: var(--accent);
  letter-spacing: 2px;
}
.place-sidebar-rating-count {
  font-size: 13px;
  color: var(--muted);
}
.place-sidebar-meta {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  font-size: 13px;
}
.place-sidebar-meta dt {
  font-weight: 700;
  color: var(--muted);
}
.place-sidebar-meta dd {
  margin: 0;
  font-weight: 600;
}
.place-sidebar-map-btn {
  width: 100%;
  text-align: center;
}

.place-sidebar-contact-card {
  border-color: #bfe7d8;
  background: linear-gradient(180deg, #f5fffb 0%, #fff 72%);
}

.place-sidebar-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.place-sidebar-contact-card p,
.place-sidebar-location-card p {
  margin: 0 0 12px;
  color: #40515d;
  font-size: 13px;
  line-height: 1.45;
}

.place-sidebar-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.place-sidebar-trust-grid span {
  min-width: 0;
  padding: 8px;
  border: 1px solid #dbeee7;
  border-radius: 8px;
  background: #fff;
  color: #40515d;
  font-size: 11px;
  line-height: 1.25;
}

.place-sidebar-trust-grid strong {
  display: block;
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 900;
}

.place-sidebar-info-card .share-buttons {
  margin-top: 12px;
}

.place-sidebar-campaign-card {
  border-color: #ffd08a;
  background: linear-gradient(180deg, #fff8ea 0%, #fff 76%);
}

.place-sidebar-campaign-card p {
  margin: 0 0 12px;
  color: #40515d;
  font-size: 13px;
  line-height: 1.45;
}

.place-campaign-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px dashed #f59e0b;
  border-radius: 10px;
  background: #fffbeb;
}

.place-campaign-code.member-only {
  display: none;
}

body.is-member .place-campaign-code.member-only,
body.is-business-member .place-campaign-code.member-only {
  display: flex;
}

.place-campaign-member-note {
  margin: 10px 0 12px;
  padding: 8px 10px;
  border: 1px solid #fde68a;
  border-radius: 8px;
  background: #fff7d6;
  color: #7c2d12;
  font-size: 12px;
  font-weight: 800;
}

body.is-member .place-campaign-member-note,
body.is-business-member .place-campaign-member-note {
  display: none;
}

.place-campaign-code span {
  color: #92400e;
  font-size: 12px;
  font-weight: 800;
}

.place-campaign-code strong {
  color: #7c2d12;
  font-size: 18px;
  font-weight: 950;
}

.place-campaign-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.place-campaign-actions .button {
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  font-size: 12px;
}

.place-sidebar-campaign-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.place-review-summary {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-dark);
}
.place-review-cta-hint {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--muted);
}

/* ─── BENZER MEKANLAR ─── */
.place-similar-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.place-similar-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s, transform 0.15s;
}
.place-similar-card:hover {
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.place-similar-card-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef6f3;
}

.place-similar-card.no-image {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
}

.place-similar-card.no-image .place-similar-card-img {
  aspect-ratio: 1;
  min-height: 100%;
}
.place-similar-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place-similar-card-body {
  padding: 12px 14px;
}
.place-similar-card-body strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 4px;
}
.place-similar-meta {
  font-size: 12px;
  color: var(--muted);
}
.place-distance {
  color: var(--brand);
  font-weight: 700;
}

.place-similar-img-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--brand);
  background: #eef6f3;
  font-size: 20px;
}

.place-compact-desc {
  display: grid;
  gap: 14px;
}

.place-compact-desc p {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  background: #edf8f4;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1.6;
}

.place-compact-desc ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.place-compact-desc li {
  padding: 10px 12px;
  border: 1px solid #e1e9ee;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.place-trust-note {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  font-size: 13px;
  line-height: 1.45;
  color: #92400e;
}
.place-trust-note.compact {
  margin-top: 10px;
  margin-bottom: 0;
}
/* ─── RICH DESCRIPTION ─── */
.place-rich-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
}
.place-rich-hero-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #f0f9f6, #e8f5f2);
  border-radius: 12px;
  border-left: 4px solid var(--brand);
  color: var(--brand-dark);
}
.place-rich-section {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f5;
}
.place-rich-section:last-of-type {
  border-bottom: none;
}
.place-rich-section-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  border-radius: 12px;
}
.place-rich-section-body {
  flex: 1;
  min-width: 0;
}
.place-rich-section-body h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-dark);
}
.place-rich-section-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.place-rich-section-body li {
  padding: 4px 0;
  font-size: 14px;
  color: #334155;
}
.place-rich-section-body li::before {
  content: "•";
  color: var(--accent);
  font-weight: 800;
  margin-right: 8px;
}
.place-rich-section-body li strong {
  color: var(--brand-dark);
}
.place-rich-footer {
  margin-top: 16px;
  padding: 14px 18px;
  background: #fff8f0;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #92400e;
}

/* ─── SUGGEST DIALOG (mekan öner) ─── */
.place-suggest-dialog {
  border: none;
  border-radius: 14px;
  padding: 0;
  max-width: min(520px, calc(100vw - 24px));
  width: 100%;
  box-shadow: 0 16px 48px rgba(8, 28, 44, 0.2);
}
.place-suggest-dialog::backdrop {
  background: rgba(8, 28, 44, 0.45);
}
.place-suggest-shell {
  padding: 22px 24px 20px;
}
.place-suggest-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.place-suggest-head h2 {
  margin: 4px 0 0;
  font-size: 22px;
}
.place-suggest-lead {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.place-suggest-close {
  border: none;
  background: var(--surface-strong);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--brand-dark);
}
.place-suggest-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.place-suggest-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  color: var(--brand-dark);
}
.place-suggest-tabs button.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.place-suggest-panels {
  margin-bottom: 12px;
}

.place-suggest-panel {
  display: none;
  flex-direction: column;
  gap: 14px;
}

.place-suggest-panel.active {
  display: flex;
}

.place-suggest-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

label.field > span {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-dark);
}

label.field strong {
  color: #c12a2a;
}

label.field input,
label.field select,
label.field textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  color: var(--brand-dark);
  background: var(--surface);
  transition: border-color 160ms;
  width: 100%;
  box-sizing: border-box;
}

label.field input:focus,
label.field select:focus,
label.field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(11, 111, 96, 0.12);
}

.place-suggest-accessibility {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.place-suggest-accessibility legend {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-dark);
  padding: 0 6px;
  margin-bottom: 4px;
  grid-column: 1 / -1;
}

.place-suggest-accessibility label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--brand-dark);
  cursor: pointer;
}

.place-suggest-accessibility input[type="checkbox"] {
  accent-color: var(--brand);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.place-suggest-form-actions {
  display: flex;
  gap: 8px;
  padding-top: 4px;
}

.place-suggest-form-actions .button {
  flex: 1;
  justify-content: center;
}

.place-suggest-success {
  margin: 0;
  padding: 14px 16px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #065f46;
}

.place-suggest-hint {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.place-suggest-hint.place-suggest-hint--error {
  color: #c12a2a;
}

.place-suggest-footer {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  text-align: center;
  color: var(--muted);
}

.place-suggest-footer a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: underline;
}

.place-suggest-copy {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.place-suggest-preview {
  margin: 0;
  padding: 12px 16px;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  color: var(--brand-dark);
}

.place-suggest-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.place-suggest-share-row .button,
.place-suggest-share-row a.button {
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.place-suggest-wa-btn {
  align-self: flex-start;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .place-suggest-accessibility {
    grid-template-columns: 1fr;
  }
}

/* ─── DEĞERLENDİRME FORMU ─── */
.place-review-form-toggle {
  margin-top: 24px;
  border: 2px dashed var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fafcfd;
}
.place-review-form-toggle[open] {
  border-color: var(--brand);
  background: #fff;
}
.place-review-form-toggle summary {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 800;
  color: var(--brand);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.place-review-form-toggle summary::marker { display: none; }
.place-review-form-toggle summary::-webkit-details-marker { display: none; }
.place-review-form-summary-text {
  transition: color 0.15s;
}
.place-review-form-toggle summary:hover .place-review-form-summary-text {
  color: var(--brand-dark);
}
.place-review-form {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.place-review-form-intro {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}

/* ─── KRİTERLER ─── */
.place-criteria-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.place-criteria-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  flex-wrap: wrap;
}
.place-criteria-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}
.place-criteria-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.place-criteria-head strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.place-criteria-hint {
  font-size: 11px;
  color: var(--muted);
}
.place-criteria-stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}

/* ─── YILDIZ SEÇİCİ (basit, JS ile yönetilir) ─── */
.place-star-label {
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.place-star-label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.place-star-label span {
  display: block;
  font-size: 24px;
  color: #d1d5db;
  transition: color 0.15s, transform 0.15s;
}
.place-star-label.active span,
.place-star-label:hover span {
  color: #f59e0b;
  transform: scale(1.15);
}

/* ─── ANONİM ─── */
.place-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.place-name-row input[type="text"] {
  flex: 1;
}
.place-anon-check {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
}
.place-anon-check input {
  accent-color: var(--brand);
}

.place-review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.place-review-media-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 640px) {
  .place-review-form-grid {
    grid-template-columns: 1fr;
  }
  .place-review-media-grid {
    grid-template-columns: 1fr;
  }
}
.place-review-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.place-review-form-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-dark);
}
.place-review-form-field label strong {
  color: var(--accent);
}
.place-review-form-field input[type="text"],
.place-review-form-field input[type="url"],
.place-review-form-field textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
}
.place-review-form-field input[type="file"] {
  font-size: 13px;
  padding: 6px 0;
}
.place-review-form-hint {
  font-size: 11px;
  color: var(--muted);
}
.place-review-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.place-review-form-status {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
}

/* ─── YORUM MEDYA ─── */
.place-review-media {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.place-review-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.place-review-photo-thumb {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.place-review-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.place-review-photo-thumb.is-youtube {
  position: relative;
}
.place-review-play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 22px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.place-review-photo-thumb.is-youtube:hover .place-review-play-overlay {
  opacity: 1;
  background: rgba(0,0,0,0.5);
}
.place-review-video {
  max-width: 400px;
}
.place-review-video-el {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.place-review-youtube {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 560px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.place-review-youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.place-review-youtube-link a {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
}

.place-review-youtube-thumb {
  position: relative;
  display: block;
  width: 160px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.place-review-youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place-lightbox-open {
  overflow: hidden;
}
.place-review-lightbox[hidden] {
  display: none;
}
.place-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.place-review-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 26, 0.82);
  backdrop-filter: blur(3px);
}
.place-review-lightbox-shell {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  height: min(760px, calc(100vh - 48px));
  display: grid;
  place-items: center;
}
.place-review-lightbox-stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.place-review-lightbox-img,
.place-review-lightbox-frame,
.place-review-lightbox-video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 18px 70px rgba(0,0,0,0.35);
}
.place-review-lightbox-img {
  object-fit: contain;
}
.place-review-lightbox-frame {
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}
.place-review-lightbox-video {
  width: auto;
  height: auto;
}
.place-review-lightbox-close,
.place-review-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.14);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.place-review-lightbox-close {
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}
.place-review-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 64px;
  border-radius: 999px;
  transform: translateY(-50%);
  font-size: 44px;
}
.place-review-lightbox-nav.prev {
  left: 0;
}
.place-review-lightbox-nav.next {
  right: 0;
}
.place-review-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.place-review-lightbox-count {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

/* ─── DEĞERLENDİRMELER TEK KART ─── */
.place-reviews-unified {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 28px;
}
.place-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.place-reviews-header-left h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}
.place-reviews-header-left .eyebrow {
  margin-bottom: 2px;
}
.place-reviews-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.place-reviews-header-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--accent);
}
.place-reviews-header-rating b {
  font-size: 1.15rem;
  color: var(--brand-dark);
}
.place-reviews-header-rating span {
  color: var(--accent);
  letter-spacing: 1px;
}
.place-reviews-header-rating small {
  color: var(--muted);
  font-size: 12px;
}

/* medya şeridi kart içinde */
.place-media-strip-inline {
  margin-bottom: 14px;
}
.place-media-strip-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 8px;
  display: block;
}

/* kriter puanları inline */
.place-criteria-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding: 12px 0;
  margin-bottom: 16px;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
  font-size: 13px;
  color: var(--muted);
}
.place-criteria-inline-item strong {
  color: var(--brand-dark);
}

.place-reviews-hidden { display: none; }
.place-reviews-show-more {
  width: 100%;
  margin-top: 12px;
  justify-content: center;
}
.place-media-strip-wrap {
  position: relative;
  padding: 0 16px;
}
.place-media-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.place-media-strip::-webkit-scrollbar { display: none; }
.place-media-strip-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 2;
  color: var(--brand);
}
.place-media-strip-item {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  cursor: pointer;
  background: #eef2f5;
  transition: transform 0.2s;
}
.place-media-strip-item:hover { transform: scale(1.05); }
.place-media-strip-item img,
.place-media-strip-item video {
  width: 100%; height: 100%; object-fit: cover;
}
.place-media-strip-item.youtube {
  background: #0f172a;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
}

/* ─── KATEGORİ PUAN ÖZETİ ─── */
.place-criteria-summary-card {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 24px;
}
.place-criteria-summary-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
  color: var(--brand-dark);
}
.place-criteria-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.place-criteria-summary-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.place-criteria-summary-icon { font-size: 22px; flex-shrink: 0; }
.place-criteria-summary-label {
  font-size: 13px; font-weight: 600; color: var(--brand-dark); flex: 1;
}
.place-criteria-summary-stars {
  font-size: 14px; font-weight: 800; color: var(--accent); white-space: nowrap;
}

/* ─── FAYDALI BUTONU ─── */
.place-review-helpful {
  display: flex; align-items: center; gap: 8px; margin-top: 10px;
  font-size: 12px; color: var(--muted);
}
.place-review-helpful button {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; cursor: pointer; font-size: 12px; color: var(--muted);
  transition: all 0.15s;
}
.place-review-helpful button:hover { border-color: var(--brand); color: var(--brand); }
.place-review-helpful button.voted { background: #e8f5f2; border-color: var(--brand); color: var(--brand); }

@media (max-width: 680px) {
  .site-header .main-nav.container {
    width: min(100% - 20px, 640px);
  }

  .main-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 8px 10px;
    min-height: 0;
    padding: 8px 0;
  }

  .main-nav .mobile-drawer-toggle {
    grid-column: 1;
    justify-self: start;
    margin-right: 0;
  }

  .main-nav .logo {
    grid-column: 2;
    justify-self: center;
    min-width: 0;
  }

  .main-nav .search-shell {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
  }

  .main-nav .nav-actions {
    grid-column: 3;
    justify-self: end;
    width: auto;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .brand-logo-img {
    width: 136px;
    height: 36px;
    min-width: 0;
  }

  .login-button,
  .sell-button {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .category-rail {
    display: block;
  }

  .site-search-shell {
    grid-template-columns: minmax(0, 1fr) 122px 1px;
    min-height: 40px;
  }

  .site-search-shell input,
  .site-search-shell select {
    min-height: 40px;
    font-size: 13px;
  }
}

/* Home hero carousel and latest feed */
.home-hero-main {
  position: relative;
  display: block;
  min-height: 310px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(221, 229, 234, 0.8);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 33, 42, 0.05);
}

.home-hero-carousel {
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: 310px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -ms-overflow-style: none;
  user-select: none;
  touch-action: pan-y;
}

.home-hero-carousel::-webkit-scrollbar { display: none; }
.home-hero-carousel.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.home-hero-banner {
  position: relative;
  flex: 0 0 100%;
  min-height: 310px;
  padding: 26px 32px 18px 64px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.99) 38%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 64%, rgba(255, 255, 255, 0.03) 84%),
    var(--hero-image) right center / auto 100% no-repeat,
    #ffffff;
  scroll-snap-align: start;
  -webkit-user-drag: none;
  user-select: none;
}

.home-hero-banner.tone-donation { background-color: #fff7ed; }
.home-hero-banner.tone-transport,
.home-hero-banner.tone-service { background-color: #f8fbff; }
.home-hero-banner.tone-care,
.home-hero-banner.tone-community { background-color: #f3fbfa; }

.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 950;
}

.home-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 16px;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(11, 111, 96, 0.18);
}

.home-hero-cta span { font-size: 20px; line-height: 1; }

.home-hero-badge {
  position: absolute;
  right: 28px;
  bottom: 22px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-dark);
  box-shadow: 0 12px 30px rgba(21, 33, 42, 0.12);
}

.home-hero-badge small { font-size: 13px; font-weight: 950; }
.home-hero-badge span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
}

.home-hero-count {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 4;
  min-height: 28px;
  padding: 7px 10px 0;
  border-radius: 999px;
  background: rgba(9, 82, 73, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(9, 82, 73, 0.18);
}

.home-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 52px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-dark);
  box-shadow: 0 14px 30px rgba(21, 33, 42, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
}

.home-hero-nav span { display: block; margin-top: -2px; font-size: 36px; font-weight: 700; line-height: 1; }
.home-hero-nav-prev { left: 10px; }
.home-hero-nav-next { right: 10px; }

.home-latest-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 12px;
}

.home-latest-filter {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fbfc;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.home-latest-filter.active,
.home-latest-filter:hover { border-color: var(--brand); background: var(--brand); color: #fff; }
.home-latest-card[hidden] { display: none; }

.home-latest-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  width: fit-content;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.home-latest-badge.tone-medical { background: #e0f2fe; color: #075985; }
.home-latest-badge.tone-transport { background: #ecfeff; color: #0e7490; }
.home-latest-badge.tone-care { background: #f0fdf4; color: #15803d; }
.home-latest-badge.tone-donation { background: #fff7ed; color: #c2410c; }
.home-latest-badge.tone-service { background: #f5f3ff; color: #6d28d9; }
.home-latest-badge.tone-place { background: #fefce8; color: #a16207; }
.home-latest-badge.tone-community,
.home-latest-badge.tone-device { background: #ecfdf5; color: var(--brand-dark); }

.home-latest-icon-card {
  position: relative;
  display: grid;
  min-height: 154px;
  padding: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(14, 165, 233, 0.18), transparent 32%),
    linear-gradient(135deg, #f8fbff, #eefcf8);
  text-decoration: none;
}

.home-latest-icon-card > i {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 18px 34px rgba(11, 111, 96, 0.18);
}

.home-latest-icon-card .ui-icon { width: 34px; height: 34px; }

@media (max-width: 680px) {
  .home-hero-carousel,
  .home-hero-banner { min-height: 360px; }

  .home-hero-banner {
    padding: 22px 22px 22px 46px;
    background:
      linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 64%, rgba(255,255,255,0.56) 100%),
      var(--hero-image) right center / auto 100% no-repeat,
      #ffffff;
  }

  .home-hero-count { top: 12px; right: 12px; }
  .home-hero-nav { width: 44px; height: 44px; }
  .home-hero-nav-prev { left: 6px; }
  .home-hero-nav-next { right: 6px; }

  .home-latest-filters {
    flex-wrap: nowrap;
    margin-right: -8px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-latest-filters::-webkit-scrollbar { display: none; }
  .home-latest-filter { flex: 0 0 auto; min-height: 44px; padding: 0 12px; font-size: 12px; }
  .category-latest-row {
    display: flex;
    gap: 10px;
    margin-right: -8px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .category-latest-row::-webkit-scrollbar { display: none; }
  .category-latest-card { flex: 0 0 76%; }
  .catalog-sidebar-stack > .category-latest-section .category-latest-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-right: 0;
    padding-bottom: 0;
    overflow: visible;
  }
  .catalog-sidebar-stack > .category-latest-section .category-latest-card { flex: initial; }
}

/* Mobile home header and hero fit */
@media (max-width: 680px) {
  .home-hero-seek {
    width: min(100%, 270px);
  }

  .home-hero-seek-shell {
    grid-template-columns: 38px minmax(0, 1fr) 64px;
  }

  .home-hero-seek-shell button {
    font-size: 13px;
  }

  .main-nav .sell-button,
  .main-nav .login-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .main-nav .brand-logo-img {
    width: 156px;
    height: 42px;
  }
}

/* Infinite scroll / lazy list reveal — engelli iş */
.engelli-is-hcard.lazy-list-hidden {
  display: none !important;
}
.engelli-is-load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 18px 0 8px;
  padding: 16px 12px 8px;
}
.engelli-is-load-more[hidden] {
  display: none !important;
}
.engelli-is-load-more-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  text-align: center;
}
.engelli-is-load-more-btn {
  min-width: 220px;
  justify-content: center;
}


/* Engelli-is job gallery (source images) */
.engelli-is-job-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.engelli-is-job-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line, #e2e8f0);
  background: #f8fafc;
  aspect-ratio: 4/3;
}
.engelli-is-job-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.engelli-is-company-logo {
  object-fit: contain;
  background: #fff;
  padding: 4px;
}
.engelli-is-detail-logo {
  object-fit: contain;
  background: #fff;
}

.fundraising-campaign-explain {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
}

.fundraising-campaign-explain p {
  margin: 8px 0 0;
  color: var(--muted, #64748b);
}

.fundraising-campaign-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.fundraising-campaign-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 14px 18px;
  padding: 16px;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.fundraising-campaign-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.fundraising-campaign-card h2 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.25;
}

.fundraising-campaign-card p {
  margin: 0;
  color: var(--muted, #64748b);
}

.fundraising-campaign-card > p,
.fundraising-progress,
.fundraising-note,
.fundraising-card-actions {
  grid-column: 1 / -1;
}

.fundraising-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.fundraising-progress > div {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.fundraising-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--brand, #0b6f60);
}

.fundraising-campaign-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.fundraising-campaign-meta div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
}

.fundraising-campaign-meta dt {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.fundraising-campaign-meta dd {
  margin: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.fundraising-document-box {
  padding: 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #fbfdff;
}

.fundraising-document-box ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted, #64748b);
}

.fundraising-note {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f0fdfa;
  color: #0f766e !important;
  font-weight: 700;
}

.fundraising-note.muted {
  background: #f8fafc;
  color: #475569 !important;
  font-weight: 600;
}

.fundraising-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fundraising-card-actions span {
  color: var(--muted, #64748b);
  font-size: 13px;
  font-weight: 800;
}

.fundraising-toolbar .condition-segment > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--line, #dbe3e8);
  border-radius: 999px;
  padding: 0 14px;
  background: #ffffff;
  color: var(--ink, #0f172a);
  font-weight: 900;
  white-space: nowrap;
}

.fundraising-toolbar .condition-segment > span.active {
  border-color: var(--brand, #0b6f60);
  background: #e8f7f3;
  color: #075e54;
}

.fundraising-filter-panel .campaign-search {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 800;
}

.fundraising-filter-panel .campaign-search input {
  min-height: 42px;
  border: 1px solid var(--line, #dbe3e8);
  border-radius: 8px;
  padding: 9px 10px;
}

.fundraising-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
}

.fundraising-detail-main,
.fundraising-detail-side,
.fundraising-detail-note {
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
}

.fundraising-detail-main {
  display: grid;
  gap: 16px;
}

.fundraising-detail-main h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

.fundraising-progress.large > div {
  height: 14px;
}

.fundraising-campaign-meta.single {
  grid-template-columns: 1fr;
}

@media (max-width: 760px) {
  .donation-subcategory-grid,
  .donation-subcategory-intro,
  .donation-guide-steps {
    grid-template-columns: 1fr;
  }

  .donation-subcategory-card-foot {
    align-items: stretch;
    flex-direction: column;
  }

  .donation-subcategory-card-foot .button {
    justify-content: center;
    width: 100%;
  }

  .fundraising-campaign-grid,
  .fundraising-campaign-meta,
  .fundraising-detail {
    grid-template-columns: 1fr;
  }

  .fundraising-campaign-card {
    grid-template-columns: 1fr;
  }

  .fundraising-campaign-card-head {
    flex-direction: column;
  }

  .fundraising-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fundraising-card-actions .button {
    justify-content: center;
    width: 100%;
  }
}

/* ==========================================================================
   Engelli Haklari ve Destekler
   Sartname: AI/prompts/engelli-haklari/07_LISTELEME_FILTRE_ARAMA.md
   Kartlar resimsiz; grid masaustu 4 / tablet 2 / mobil 1 sutun.
   ========================================================================== */

.rights-section {
  margin: 0 0 32px;
}

.rights-head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
}

.rights-lead {
  margin: 0 0 12px;
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.5;
}

.rights-global-notice,
.right-draft-notice {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #f0d9a8;
  border-left: 4px solid #e0a63c;
  border-radius: 8px;
  background: #fdf8ee;
  color: #6b5326;
  font-size: 14px;
  line-height: 1.5;
}

/* Quick access */
.rights-quick-access {
  margin-bottom: 24px;
}
.rights-quick-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rights-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rights-quick-card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  background: var(--surface);
  transition: border-color 0.14s, background 0.14s;
}
.rights-quick-card:hover,
.rights-quick-card:focus-visible {
  border-color: var(--brand);
  background: var(--brand-soft, #eaf0fd);
}
.rights-quick-icon {
  font-size: 16px;
  line-height: 1;
}

/* Search bar */
.rights-search-wrap {
  margin-bottom: 20px;
}
.rights-search-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.rights-search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: var(--muted);
  pointer-events: none;
  flex-shrink: 0;
}
.rights-search {
  width: 100%;
  min-height: 48px;
  padding: 0 14px 0 44px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-size: 15px;
  transition: border-color 0.15s;
}
.rights-search:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 15%, transparent);
}

/* Sidebar layout */
.rights-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: start;
}

/* Sidebar */
.rights-sidebar {
  position: sticky;
  top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
}

/* Filtre listesi uzun; `.filter-panel-catalog` ile ayni desen. Baslik ve
   "Temizle" sabit kalir, gruplar panel icinde kaydirilir. */
@media (min-width: 861px) {
  .rights-sidebar {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
  }

  .rights-filter-header {
    flex-shrink: 0;
  }

  .rights-filter-scroll {
    overflow-y: auto;
    scrollbar-width: thin;
    overscroll-behavior: contain;
  }
}

.rights-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.rights-filter-title {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.rights-clear {
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  cursor: pointer;
}
.rights-clear:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* Filter groups (details/summary accordion) */
.rights-filter-group {
  border-bottom: 1px solid var(--line);
}
.rights-filter-group:last-child {
  border-bottom: none;
}
.rights-filter-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.rights-filter-group > summary::-webkit-details-marker {
  display: none;
}
.rights-filter-group > summary::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.18s;
  flex-shrink: 0;
  margin-left: 8px;
}
.rights-filter-group[open] > summary::after {
  transform: rotate(-135deg);
}
.rights-filter-group > summary:hover {
  background: var(--bg, #f8f9fa);
}

/* Chip column */
.rights-chip-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 8px 10px;
}

/* Chips — checkbox style in sidebar */
.right-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 36px;
  padding: 6px 10px;
  border: none;
  border-radius: 7px;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 0.12s;
}
.right-chip::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  transition: background 0.12s, border-color 0.12s;
}
.right-chip:hover {
  background: var(--bg, #f8f9fa);
}
.right-chip[aria-pressed="true"] {
  background: color-mix(in srgb, var(--brand) 9%, transparent);
  color: var(--brand);
}
.right-chip[aria-pressed="true"]::before {
  background: var(--brand);
  border-color: var(--brand);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.right-chip small {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
}
.right-chip[aria-pressed="true"] small {
  color: var(--brand);
}

/* Main area */
.rights-main {
  min-width: 0;
}

.rights-result-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 8px 0;
}
.rights-result-count {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}
.rights-sort-wrap select {
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-size: 13px;
  font-weight: 700;
}

/* 3 col grid inside sidebar layout */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* Responsive */
@media (max-width: 960px) {
  .rights-layout {
    grid-template-columns: 1fr;
  }
  .rights-sidebar {
    position: static;
  }
}
@media (max-width: 640px) {
  .rights-grid {
    grid-template-columns: 1fr;
  }
}
/* Right cards */
.right-card {
  display: flex;
  min-width: 0;
}

.right-card[hidden] {
  display: none;
}

.right-card-link {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: 10px;
  background: var(--surface, #fff);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  overflow: hidden;
}

/* Record-type border colors */
.type-financial .right-card-link { border-left-color: #16a34a; }
.type-legal .right-card-link { border-left-color: #2563eb; }
.type-discount .right-card-link { border-left-color: #7c3aed; }
.type-service .right-card-link { border-left-color: #0891b2; }
.type-municipal .right-card-link { border-left-color: #d97706; }
.type-device .right-card-link { border-left-color: #db2777; }

.right-card-link:hover,
.right-card-link:focus-visible {
  border-color: var(--brand);
  box-shadow: 0 8px 20px rgba(21, 33, 42, 0.07);
}

.right-card-icon {
  font-size: 22px;
  line-height: 1;
  padding: 14px 14px 0 14px;
}

.right-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 10px 16px;
  flex: 1;
}

.right-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 16px 14px 16px;
  align-items: center;
}

.right-card-type {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.right-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.right-card-provider {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.right-card-summary {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.right-card-coverage,
.right-card-condition {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.right-card-condition {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.right-card-benefit,
.right-card-legal,
.right-card-direct,
.right-card-local,
.right-badge {
  align-self: flex-start;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.right-card-benefit {
  background: #e8f5f0;
  color: #17614a;
}

.right-card-direct {
  background: #eff6ff;
  color: #1d4ed8;
}

.right-card-local {
  background: #fef9c3;
  color: #854d0e;
}

.right-card-legal {
  background: #eef2f7;
  color: #45566a;
}

.right-badge-verified {
  background: #e7f3e9;
  color: #1f6b32;
}

.right-badge-draft {
  background: #fdf1e3;
  color: #8a5a1c;
}

.rights-empty {
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  text-align: center;
}

/* Hak detay sayfasi */
.right-detail {
  max-width: 860px;
}

.right-detail-kicker {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand);
}

.right-detail h1 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 950;
}

.right-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: var(--muted);
}

.right-block {
  margin: 22px 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.right-block h2 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 900;
}

.right-block h3 {
  margin: 14px 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.right-block p {
  line-height: 1.6;
}

.right-block-muted {
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: #fafbfc;
}

.right-list,
.right-steps {
  margin: 0;
  padding-left: 20px;
  line-height: 1.65;
}

.right-list li,
.right-steps li {
  margin-bottom: 6px;
}

.right-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px 0 0;
}

.right-fact {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.right-fact dt {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.right-fact dd {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.right-mode {
  margin: 0 0 10px;
}

.right-sources {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
}

.right-sources li {
  margin-bottom: 8px;
}

.right-sources small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.right-warning {
  padding: 12px 14px;
  border-left: 4px solid #d9534f;
  border-radius: 6px;
  background: #fdf3f3;
  color: #7d2b28;
}

.right-muted {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.right-cta {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

/* Kurum destegi detay sayfasi: cihaz listesi, uyari ve bagis baglantisi */
.right-device-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.right-device {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafbfc;
  scroll-margin-top: 90px;
}

.right-device:target {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.right-device h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.right-aid-warning {
  margin-top: 12px;
}

.right-aid-donation {
  margin-top: 12px;
}

.right-cta-soft {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}

@media (max-width: 1100px) {
  .rights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Kurum destek profili — aid-provider-detail
   ========================================================================== */

.section-aid-provider {
  padding: 0;
}

/* ── Hero ── */
.aid-hero-container {
  padding-top: 32px;
  padding-bottom: 20px;
}

.aid-hero {
  max-width: 760px;
}

.aid-hero h1 {
  margin: 8px 0 6px;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 950;
  line-height: 1.12;
}

.aid-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
}

.aid-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.aid-hero-cat {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}

.aid-hero-city {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

.aid-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 14px 0 16px;
  font-size: 14px;
  color: var(--muted);
}

.aid-stat-strip strong {
  color: var(--fg);
  font-weight: 800;
}

.aid-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

/* ── Sayfa içi nav ── */
.aid-detail-nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  overflow-x: auto;
  white-space: nowrap;
}

.aid-detail-nav a {
  display: inline-block;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.aid-detail-nav a:hover,
.aid-detail-nav a:focus-visible {
  color: var(--brand-dark);
  border-bottom-color: var(--brand);
}

/* ── İki kolon layout ── */
.aid-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  align-items: start;
  padding-bottom: 48px;
}

@media (max-width: 960px) {
  .aid-detail-layout {
    grid-template-columns: 1fr;
  }
}

.aid-detail-main {
  min-width: 0;
}

/* ── Fact grid ── */
.aid-fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}

.aid-fact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.aid-fact-icon {
  font-size: 22px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  border-radius: 10px;
}

.aid-fact strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
  margin-bottom: 2px;
}

.aid-fact p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.right-block-summary {
  margin: 4px 0 0;
  line-height: 1.6;
  color: #40515d;
}

/* ── Destek kartları ── */
.aid-support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.aid-support-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fafbfc;
  scroll-margin-top: 90px;
}

.aid-support-card:target {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(21, 153, 112, 0.12);
  background: #f3fdf9;
}

.aid-support-icon {
  font-size: 24px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e8f5f2;
  border-radius: 10px;
  align-self: flex-start;
}

.aid-support-body {
  min-width: 0;
}

.aid-support-body h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
}

.aid-support-cross {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eef2f5;
  font-size: 12px;
}

.aid-support-cross-label {
  display: block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 4px;
}

.aid-support-cross a {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 600;
}

.aid-support-cross a:hover {
  background: #e8f5f2;
}

/* ── Başvuru timeline ── */
.aid-timeline {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aid-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.aid-timeline-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

/* ── Koşullar + Belgeler iki kolon ── */
.aid-cond-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 4px;
}

.aid-cond-doc-grid h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
}

/* ── Bağış projeleri ── */
.aid-donation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.aid-donation-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.aid-donation-card-body {
  padding: 14px;
}

.aid-donation-cat {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  background: #e8f5f2;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

.aid-donation-card h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.aid-donation-summary {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

.aid-donation-bar {
  height: 6px;
  border-radius: 3px;
  background: #e8f5f2;
  margin-bottom: 6px;
  overflow: hidden;
}

.aid-donation-fill {
  height: 100%;
  border-radius: 3px;
  background: var(--brand);
}

.aid-donation-stats {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

/* ── Sidebar ── */
.aid-sidebar {
  position: sticky;
  top: 60px;
}

@media (max-width: 960px) {
  .aid-sidebar {
    position: static;
    order: -1;
  }

  .aid-hero-cta {
    display: none;
  }
}

.aid-sidebar-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 12px;
}

.aid-sidebar-card:last-child {
  margin-bottom: 0;
}

.aid-sidebar-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
}

@media (prefers-color-scheme: dark) {
  .aid-hero-container {
    background: transparent;
  }
  .aid-fact,
  .aid-support-card,
  .aid-timeline-step,
  .aid-donation-card,
  .aid-sidebar-card {
    background: var(--surface, #1e2530);
    border-color: var(--line);
  }
  .aid-support-card:target {
    background: #0d2e22;
  }
  .place-sidebar-contact-card {
    background: var(--surface, #1e2530);
  }
}

@media (max-width: 680px) {
  .rights-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rights-toolbar {
    flex-direction: column;
  }

  .rights-sort-wrap select {
    width: 100%;
  }
}

/* ==========================================================================
   Mobil alt sabit navigasyon (R-014)
   Yalnizca dar ekranda gorunur; masaustunde gizlidir.
   ========================================================================== */

.mobile-bottom-nav,
.mobile-drawer-toggle,
.mobile-drawer-menu,
.mobile-drawer-backdrop {
  display: none;
}

@media (max-width: 860px) {
  .category-rail {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    padding: 4px 4px calc(4px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -6px 18px rgba(21, 33, 42, 0.08);
  }

  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 52px;
    padding: 4px 2px;
    border-radius: 8px;
    color: var(--muted);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .mobile-nav-item.active {
    color: var(--brand);
    background: rgba(23, 97, 74, 0.08);
  }

  .mobile-nav-item:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: -2px;
  }

  .mobile-nav-icon svg {
    width: 22px;
    height: 22px;
  }

  .mobile-nav-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Alt bar sayfa sonunu ortmesin */
  body {
    padding-bottom: 68px;
  }

  .mobile-drawer-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--text);
    cursor: pointer;
    border-radius: 6px;
  }

  .mobile-drawer-toggle svg {
    width: 22px;
    height: 22px;
  }

  .mobile-drawer-toggle:hover {
    background: rgba(11, 111, 96, 0.08);
  }

  .mobile-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 54;
    background: rgba(15, 23, 28, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .mobile-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer-menu {
    display: block;
    position: fixed;
    inset: 0 auto 0 0;
    width: min(85vw, 340px);
    z-index: 55;
    background: var(--surface);
    box-shadow: 6px 0 24px rgba(21, 33, 42, 0.18);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }

  .mobile-drawer-menu.is-open {
    transform: translateX(0);
  }

  .drawer-content {
    padding: 2px 0;
  }

  .drawer-item {
    border-bottom: 1px solid var(--line);
    padding-bottom: 1px;
  }

  .drawer-item:last-child {
    border-bottom: none;
  }

  .drawer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 1.25;
    transition: background 0.15s;
  }

  .drawer-link .ui-icon {
    width: 18px;
    height: 18px;
    color: var(--brand);
    flex-shrink: 0;
  }

  .drawer-link:hover {
    background: var(--surface-strong);
  }

  .drawer-submenu {
    display: grid;
    gap: 0;
    margin: 0 0 1px 23px;
    padding-left: 11px;
    border-left: 1px solid var(--line);
  }

  .drawer-submenu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 10px 4px 4px;
    border-radius: 5px;
    color: var(--muted);
    text-decoration: none;
    font-size: 12.5px;
    line-height: 1.25;
    transition: background 0.15s;
  }

  .drawer-submenu-item::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: var(--line);
  }

  .drawer-submenu-item .ui-icon {
    width: 13px;
    height: 13px;
    color: var(--muted);
    flex-shrink: 0;
  }

  .drawer-submenu-item:hover {
    background: rgba(21, 33, 42, 0.04);
  }

  /* Listing/detail sayfaları mobilde responsive layout */
  main > * {
    width: 100%;
  }

  aside {
    width: 100% !important;
    margin-bottom: 16px;
  }

  section {
    width: 100%;
  }
}

/* ==========================================================================
   Erisilebilirlik: azaltilmis hareket tercihi
   Kaydirma animasyonlarini ve gecisleri kullanicinin sistem tercihine gore
   kisar. Renk/border gibi kucuk gecisler bilgi tasimadigi icin dokunulmaz;
   sadece hareket/kaydirma davranisi hedeflenir.
   ========================================================================== */

/* ── Katkıda Bulun — katalog ve detay sayfaları ── */
.rights-contrib-section {
  margin-top: 36px;
  padding: 24px;
  border: 1.5px dashed var(--line);
  border-radius: 14px;
  background: #f8fbfa;
}

.rights-contrib-head h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
}

.rights-contrib-desc {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.rights-contrib-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.rights-contrib-tab {
  padding: 7px 16px;
  border: 1.5px solid var(--line);
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.rights-contrib-tab.active,
.rights-contrib-tab[aria-selected="true"] {
  border-color: var(--brand);
  color: var(--brand);
  background: #f0faf7;
}

.rights-contrib-tabs--sm {
  margin-top: 10px;
}

.rights-contrib-tabs--sm .rights-contrib-tab {
  padding: 5px 12px;
  font-size: 12px;
}

.rights-contrib-panel[hidden] {
  display: none;
}

.rights-contrib-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contrib-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #2d3e4a;
}

.contrib-field input,
.contrib-field select,
.contrib-field textarea {
  padding: 9px 11px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
  color: inherit;
  font-family: inherit;
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
}

.contrib-field input:focus,
.contrib-field select:focus,
.contrib-field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(11, 111, 96, 0.1);
}

.contrib-field textarea {
  resize: vertical;
  min-height: 72px;
}

.contrib-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contrib-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contrib-notice {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.contrib-success {
  padding: 14px 16px;
  border-radius: 10px;
  background: #edf9f5;
  border: 1.5px solid #a3d9c9;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-dark);
}

.contrib-success p {
  margin: 0;
}

/* ── Katkı bandı (katalog) ── */
.rights-contrib-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 24px 26px;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, #f0faf7, #f8fbfa);
}

.rights-contrib-banner-text h2 {
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 900;
}

.rights-contrib-banner-text p {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.rights-contrib-add-btn {
  white-space: nowrap;
}

/* ── Wiki-düzenleme başlığı (detay) ── */
.right-contrib-edit {
  background: #f9fbfb;
}

.right-contrib-edit-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.right-contrib-edit-head h2 {
  margin: 0 0 4px;
  font-size: 17px;
}

/* ── Modal ── */
.contrib-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
}

.contrib-modal[hidden] {
  display: none;
}

.contrib-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 24, 0.55);
}

.contrib-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.contrib-modal-panel--sm {
  max-width: 460px;
}

.contrib-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.contrib-modal-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.contrib-modal-x {
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  padding: 0 4px;
  color: var(--muted);
  cursor: pointer;
}

.contrib-modal-x:hover {
  color: var(--brand-dark);
}

.contrib-gate {
  text-align: center;
  padding: 24px 12px;
}

.contrib-gate p {
  margin: 0 0 14px;
  color: var(--muted);
}

/* ── Tip seçimi (adaptif ekleme) ── */
.contrib-step {
  border: none;
  padding: 0;
  margin: 0 0 16px;
}

.contrib-step legend {
  padding: 0;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #2d3e4a;
}

.contrib-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.contrib-type {
  position: relative;
}

.contrib-type input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.contrib-type-face {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.contrib-type input:checked + .contrib-type-face {
  border-color: var(--brand);
  background: #f0faf7;
  color: var(--brand-dark);
}

.contrib-type input:focus-visible + .contrib-type-face {
  box-shadow: 0 0 0 2px rgba(11, 111, 96, 0.25);
}

.contrib-type-icon {
  font-size: 18px;
}

.contrib-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contrib-fields[hidden] {
  display: none;
}

.contrib-adaptive {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px dashed var(--line);
  border-radius: 10px;
  background: #fafbfc;
}

.contrib-adaptive[hidden] {
  display: none;
}

.contrib-hint {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}

/* ── Geri bildirim FAB ── */
.contrib-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: none;
  border-radius: 30px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(11, 111, 96, 0.35);
  transition: background 0.15s, transform 0.15s;
}

.contrib-fab:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

/* ── Admin ayrı sayfa kabuğu ── */
.admin-body-page {
  background: var(--bg, #f3f5f4);
  min-height: 100vh;
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0b6f60;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.admin-header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 54px;
}

.admin-header-logo {
  flex: none;
}

.admin-header-logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.admin-header-title {
  flex: none;
  padding: 3px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-header-user {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
}

.admin-header-home {
  padding: 5px 14px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.admin-header-home:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}

.admin-page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 60px;
}

/* ── Admin paneli (/yonetim/) ── */
.admin-panel {
  max-width: 100%;
}

/* ── Gate (giriş gerekli ekranı) ── */
.admin-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.admin-loading-inner {
  text-align: center;
}

.admin-loading-inner p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.admin-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid var(--line);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: admin-spin 0.7s linear infinite;
}

@keyframes admin-spin {
  to { transform: rotate(360deg); }
}

.admin-gate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.admin-gate-card {
  text-align: center;
  max-width: 380px;
  padding: 44px 32px;
  border-radius: 18px;
  background: var(--surface, #fff);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.admin-gate-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.admin-gate-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
}

.admin-gate-card p {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
}

.admin-gate-btn {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}

.admin-gate-btn:hover {
  background: var(--brand-dark);
}

.admin-gate-hint {
  margin-top: 20px;
  font-size: 11.5px;
  color: var(--muted);
}

.admin-gate-hint code {
  padding: 1px 5px;
  border-radius: 5px;
  background: var(--surface-strong, #eef3f2);
  font-size: 11px;
}

/* ── Katkı tab/kuyruk (mevcut — korunur) ── */
.admin-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 20px 0 16px;
  border-bottom: 1.5px solid var(--line);
}

.admin-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  margin-bottom: -1.5px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.15s;
}

.admin-tab.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
}

.admin-count {
  display: inline-block;
  min-width: 20px;
  padding: 1px 7px;
  border-radius: 10px;
  background: var(--surface-strong, #eef3f2);
  font-size: 12px;
  text-align: center;
}

.admin-tab.active .admin-count {
  background: var(--brand);
  color: #fff;
}

.admin-queue {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-queue[hidden] {
  display: none;
}

.admin-empty {
  padding: 28px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 10px;
}

.admin-card {
  padding: 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--surface, #fff);
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.admin-card-kind {
  font-weight: 800;
  color: var(--brand-dark);
}

.admin-card-meta {
  color: var(--muted);
}

.admin-target {
  margin: 0 0 8px;
  font-size: 13px;
}

.admin-kv {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 14px;
  margin: 0;
  font-size: 14px;
}

.admin-kv dt {
  font-weight: 700;
  color: var(--muted);
}

.admin-kv dd {
  margin: 0;
  word-break: break-word;
}

.admin-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.admin-reject {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.admin-reject input {
  flex: 1;
  padding: 8px 10px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
}

.button.danger {
  background: #c0392b;
  color: #fff;
  border-color: #c0392b;
}

/* ── Admin kabuğu: sol nav + içerik grid ── */
.admin-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: start;
}

.admin-nav-toggle {
  display: none;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: sticky;
  top: 78px;
  padding: 10px;
  border-radius: 14px;
  background: var(--surface, #fff);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.admin-nav-group {
  padding: 14px 10px 5px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.admin-nav-group:first-child {
  padding-top: 4px;
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 9px;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted, #555);
  text-align: left;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
}

.admin-nav-item:hover {
  background: var(--surface-strong, #eef3f2);
  color: var(--brand-dark);
}

.admin-nav-item.active {
  background: var(--brand);
  color: #fff;
}

.admin-nav-icon {
  flex: none;
  width: 18px;
  text-align: center;
  opacity: 0.75;
}

.admin-nav-item.active .admin-nav-icon {
  opacity: 1;
}

.admin-nav-label {
  flex: 1;
}

.admin-nav-total {
  flex: none;
  min-width: 18px;
  padding: 0 6px;
  border-radius: 9px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  line-height: 18px;
}

.admin-nav-total[hidden] {
  display: none;
}

.admin-nav-item.active .admin-nav-total {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.admin-nav-phase {
  flex: none;
  padding: 1px 6px;
  border-radius: 8px;
  background: var(--surface-strong, #eef3f2);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.admin-nav-item.active .admin-nav-phase {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.admin-main {
  min-width: 0;
}

/* ── Panel geçişi ── */
.admin-panel-view {
  animation: adminFadeIn 0.18s ease-out;
}

.admin-panel-view[hidden] {
  display: none;
}

@keyframes adminFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Panel başlık satırı ── */
.admin-panel-head-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.admin-panel-head-row h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.admin-panel-desc {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}

/* ── Rozetler ── */
.admin-badge {
  padding: 2px 9px;
  border-radius: 10px;
  background: var(--surface-strong, #eef3f2);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
}

.admin-badge-superadmin {
  background: #f3e8ff;
  color: #6b21a8;
}

.admin-badge-admin {
  background: #e0f2fe;
  color: #075985;
}

.admin-badge-moderator {
  background: #e8f5ee;
  color: #166534;
}

.admin-badge-support {
  background: #fff4e5;
  color: #9a5b00;
}

/* Temsilci ilanında taban/tavan fiyat uyuşmazlığı uyarısı */
.admin-badge-danger {
  background: #fef2f2;
  color: #b91c1c;
}

.admin-soon {
  padding: 2px 9px;
  border-radius: 10px;
  border: 1px dashed var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

/* ── Pano: alt başlık ── */
.admin-subhead {
  margin: 26px 0 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* ── Pano: bekleyen-iş widget'ları ── */
.admin-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.admin-widget {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: var(--surface, #fff);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.admin-widget:hover {
  border-color: var(--brand);
  box-shadow: 0 2px 8px rgba(11, 111, 96, 0.1);
}

.admin-widget-icon {
  flex: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--surface-strong, #eef3f2);
  font-size: 17px;
  color: var(--brand);
}

.admin-widget-body {
  flex: 1;
  min-width: 0;
}

.admin-widget-count {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: var(--brand);
  line-height: 1;
}

.admin-widget-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
}

/* ── Pano: platform özet kartları ── */
.admin-dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}

.admin-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 14px;
  background: var(--surface, #fff);
  border-left: 3.5px solid var(--stat-accent, var(--brand));
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.admin-stat-icon {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 2px;
}

.admin-stat-value {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: var(--stat-accent, var(--brand));
}

.admin-stat-label {
  font-size: 13px;
  font-weight: 700;
}

.admin-stat-hint {
  font-size: 11px;
  color: var(--muted);
}

/* ── Pano: modül hazırlık durumu ── */
.admin-roadmap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}

.admin-roadmap-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--surface, #fff);
  font-size: 13px;
  font-weight: 700;
}

.admin-roadmap-p1 {
  border-left: 3px solid #2563eb;
}

.admin-roadmap-p2 {
  border-left: 3px solid #9ca3af;
}

.admin-roadmap-icon {
  flex: none;
  width: 18px;
  text-align: center;
  opacity: 0.6;
}

.admin-roadmap-label {
  flex: 1;
}

.admin-roadmap-phase {
  flex: none;
  padding: 1px 6px;
  border-radius: 7px;
  background: var(--surface-strong, #eef3f2);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

/* ── Placeholder modül paneli ── */
.admin-module-desc {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--muted, #555);
}

.admin-flag-bar {
  display: inline-flex;
  gap: 6px;
  padding: 5px 12px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #fff4e5;
  color: #9a5b00;
  font-size: 12.5px;
  font-weight: 700;
}

/* ── Durum makinesi chip akışı ── */
.admin-state-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.admin-state-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--chip-color, var(--muted));
  background: color-mix(in srgb, var(--chip-color, #6b7280) 12%, #fff);
  border: 1.5px solid color-mix(in srgb, var(--chip-color, #6b7280) 25%, transparent);
}

.admin-state-arrow {
  color: var(--muted);
  font-size: 13px;
}

/* ── Placeholder mockup ── */
.admin-placeholder-box {
  padding: 24px;
  border: 1.5px dashed var(--line);
  border-radius: 14px;
  background: var(--surface-strong, #fafbfc);
}

.admin-placeholder-mock {
  margin-bottom: 16px;
}

.admin-mock-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.admin-mock-pill {
  width: 80px;
  height: 28px;
  border-radius: 7px;
  background: var(--line, #e5e9e8);
}

.admin-mock-pill.short {
  width: 50px;
}

.admin-mock-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-mock-row {
  height: 36px;
  border-radius: 8px;
  background: var(--surface-strong, #eef3f2);
}

.admin-mock-row:nth-child(2) {
  opacity: 0.7;
}

.admin-mock-row:nth-child(3) {
  opacity: 0.4;
}

.admin-placeholder-text {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: var(--muted);
  text-align: center;
}

.admin-placeholder-rule {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  opacity: 0.7;
}

/* ── "Panoya dön" butonu ── */
.admin-back-btn {
  margin-left: auto;
  padding: 5px 14px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface, #fff);
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.admin-back-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
}

/* ── Audit mock tablosu ── */
.admin-audit-table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
}

.admin-audit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.admin-audit-table th {
  padding: 9px 12px;
  text-align: left;
  font-weight: 800;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: var(--surface-strong, #f7f9f8);
  border-bottom: 1.5px solid var(--line);
}

.admin-audit-table td {
  padding: 9px 12px;
  border-bottom: 1px solid #eef3f2;
  white-space: nowrap;
}

.admin-audit-table tr:last-child td {
  border-bottom: none;
}

.admin-audit-table td:last-child {
  white-space: normal;
}

/* ── Modül filtre çubuğu (doğrulama/moderasyon/destek/audit) ── */
.admin-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: end;
  margin: 12px 0 16px;
  padding: 12px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--surface-strong, #f7f9f8);
}

.admin-filter-bar label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.admin-filter-bar input,
.admin-filter-bar select {
  padding: 6px 8px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
}

.admin-audit-table code {
  padding: 1px 6px;
  border-radius: 5px;
  background: var(--surface-strong, #eef3f2);
  font-size: 12px;
  color: var(--brand-dark);
  font-weight: 700;
}

/* -- Admin core data surfaces -- */
.admin-control-strip,
.admin-bulk-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: end;
  margin: 14px 0;
  padding: 12px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--surface, #fff);
}

.admin-control-strip label,
.admin-action-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 150px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.admin-search-field {
  flex: 1 1 260px;
}

.admin-control-strip input,
.admin-control-strip select,
.admin-action-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface, #fff);
  font: inherit;
  color: var(--text);
}

.admin-bulk-bar {
  align-items: center;
  background: var(--surface-strong, #f7f9f8);
}

.admin-bulk-bar[hidden] {
  display: none;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--surface, #fff);
}

.admin-data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 13px;
}

.admin-data-table th,
.admin-data-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef3f2;
  text-align: left;
  vertical-align: top;
}

.admin-data-table th {
  background: var(--surface-strong, #f7f9f8);
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-data-table tr:last-child td {
  border-bottom: none;
}

.admin-data-table td strong,
.admin-data-table td small {
  display: block;
}

.admin-data-table td small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11.5px;
}

.admin-row-status {
  display: inline-flex;
  max-width: 180px;
  padding: 3px 8px;
  border-radius: 8px;
  background: var(--surface-strong, #eef3f2);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-detail-drawer {
  margin-top: 16px;
  padding: 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--surface, #fff);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.admin-detail-drawer[hidden] {
  display: none;
}

.admin-detail-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.admin-detail-head h3 {
  margin: 2px 0 0;
  font-size: 18px;
}

.admin-detail-kicker {
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-detail-kv {
  grid-template-columns: minmax(120px, auto) 1fr;
  margin-bottom: 14px;
}

.admin-action-form {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #eef3f2;
}

.admin-donation-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 18px;
}

.admin-donation-summary-grid article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1.5px solid #d1fae5;
  border-radius: 10px;
  background: var(--success-soft, #f7fef9);
}

.admin-donation-summary-grid strong {
  color: #047857;
  font-size: 13px;
}

.admin-donation-summary-grid span,
.admin-donation-summary {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.admin-donation-project {
  display: grid;
  gap: 10px;
}

[data-admin-panel="donations"] .admin-dash-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.admin-donation-project .admin-kv {
  grid-template-columns: 92px minmax(0, 1fr);
}

.admin-donation-project .admin-kv dd {
  word-break: normal;
  overflow-wrap: anywhere;
}

.admin-donation-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  background: var(--surface-strong, #eef3f2);
}

.admin-donation-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8f5f2;
}

.admin-donation-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #059669;
}

.admin-campaign-card {
  border-left: 4px solid #f59e0b;
}

.admin-campaign-card .admin-donation-progress span {
  background: #f59e0b;
}

/* ── Mobil admin ── */
@media (max-width: 860px) {
  .admin-header-inner {
    padding: 0 14px;
  }

  .admin-header-title {
    display: none;
  }

  .admin-header-user {
    display: none;
  }

  .admin-page-main {
    padding: 16px 14px 40px;
  }

  .admin-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .admin-nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 14px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background: var(--surface, #fff);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .admin-nav {
    display: none;
    position: static;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .admin-nav.open {
    display: flex;
  }

  .admin-widgets {
    grid-template-columns: 1fr;
  }

  .admin-dash-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-roadmap {
    grid-template-columns: 1fr;
  }

  .admin-control-strip label {
    min-width: 100%;
  }

  .admin-detail-head {
    flex-direction: column;
  }

  .admin-donation-summary-grid {
    grid-template-columns: 1fr;
  }

  /* FAB'ı mobil alt gezinme çubuğunun üstüne al */
  .contrib-fab {
    right: 14px;
    bottom: 76px;
    padding: 12px;
  }

  .contrib-fab-label {
    display: none;
  }
}

@media (max-width: 640px) {
  .contrib-field-row {
    grid-template-columns: 1fr;
  }

  .rights-contrib-banner {
    padding: 18px;
  }

  .contrib-modal {
    padding: 12px 10px;
  }

  .contrib-modal-panel {
    padding: 18px;
  }
}

/* ---- Demo veri uyarı bandı --------------------------------------------- */
.demo-data-banner {
  grid-column: 1 / -1;
  padding: 0.75rem 1rem;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #92400e;
  margin-bottom: 1rem;
}

/* Statik catalog demo içerik — nötr, dikkat çekmeyen */
.demo-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}

.demo-info-banner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0.75rem auto 0;
  padding: 0.55rem 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #4b5563;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.demo-qa-label {
  margin: 0.25rem 0 0;
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 600;
}

h1 .demo-badge {
  position: relative;
  top: -0.1em;
}

/* ---- Auth giriş formu -------------------------------------------------- */
.auth-login-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 400px;
}

.auth-login-form label {
  font-weight: 600;
  font-size: 0.875rem;
}

.auth-login-form select,
.auth-login-form input {
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--border, #d1d5db);
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  background: var(--surface, #fff);
  color: var(--text, #1a1a1a);
}

.auth-error {
  color: var(--danger, #dc2626);
  font-size: 0.875rem;
  min-height: 1.25rem;
}

.auth-error.success,
.auth-login-form .auth-error.success,
[data-auth-error].success {
  color: #047857;
}

/* ---- Auth tab switcher (üyelik sayfası) ---------------------------------- */
.auth-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border, #d1d5db);
  margin-bottom: 1.25rem;
}

.auth-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}

.auth-tab:hover {
  color: var(--text, #1a1a1a);
}

.auth-tab--active {
  color: var(--brand, #0b6f60);
  border-bottom-color: var(--brand, #0b6f60);
}

/* ---- Giriş / kayıt sayfaları -------------------------------------------- */
.auth-page-container {
  max-width: 480px;
}

.auth-page-card {
  margin-top: 1.5rem;
}

.auth-page-links {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: var(--muted);
}

.auth-page-links a {
  font-weight: 700;
  color: var(--brand, #0b6f60);
}

.auth-page-links-sep {
  margin: 0 0.5rem;
}

.auth-page-success {
  color: var(--brand, #0b6f60);
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}

/* ---- Profil sayfası ---------------------------------------------------- */
.profil-info-card,
.profil-form-card,
.profil-contribs-card { margin-top: 1.25rem; }

.profil-info-card h2,
.profil-form-card h2,
.profil-contribs-card h2 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.profil-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.profil-info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.375rem 0;
  border-bottom: 1px solid var(--line, #dde5ea);
}
.profil-info-row:last-child { border-bottom: none; }

.profil-info-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--muted, #55636e);
}

.profil-info-value {
  font-size: 0.9375rem;
}

.profil-msg {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  min-height: 1.25em;
}
.profil-msg.success { color: var(--brand, #0b6f60); font-weight: 600; }
.profil-msg.error { color: #c0392b; }

.notification-type-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.notification-pref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1rem;
  margin: 0.75rem 0 1rem;
}

.notification-pref-grid label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text, #15332c);
}

.profil-contribs-table { width: 100%; font-size: 0.875rem; }

.profil-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, #dde5ea);
}

.profil-public-page {
  background: #f7faf9;
}

.profil-social-hero {
  overflow: hidden;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 8px;
  background: #fff;
}

.profil-cover {
  min-height: 170px;
  background:
    linear-gradient(135deg, rgba(11, 111, 96, 0.86), rgba(13, 148, 136, 0.6)),
    url("/assets/hero/home-hero-room.png") center/cover no-repeat;
}

.profil-social-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  padding: 0 1.25rem 1.25rem;
  margin-top: -44px;
}

.profil-avatar {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--brand, #0b6f60);
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

.profil-social-main h1 {
  margin: 0.15rem 0 0.25rem;
}

.profil-social-bio {
  max-width: 620px;
  margin: 0 0 0.75rem;
  color: var(--muted, #667085);
}

.profil-hero-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.profil-social-tabs {
  margin: 1rem 0;
  background: #fff;
}

.profil-social-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 1rem;
  align-items: start;
}

.profil-social-feed,
.profil-social-side {
  display: grid;
  gap: 1rem;
}

@media (max-width: 860px) {
  .profil-social-main,
  .profil-social-grid {
    grid-template-columns: 1fr;
  }

  .profil-social-main {
    align-items: start;
  }

  .profil-hero-actions {
    justify-content: flex-start;
  }
}

/* ---- Panel kabuk ------------------------------------------------------- */
.panel-section {
  min-height: 60vh;
}

.panel-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  min-width: 0;
}

.panel-workspace {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
}

.panel-fixed-menu {
  position: sticky;
  top: 86px;
  align-self: start;
  min-width: 0;
}

.panel-fixed-menu-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 8px;
  background: var(--surface, #fff);
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  min-width: 0;
}

.panel-side-group {
  margin-top: 1rem;
}

.panel-side-group strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: var(--muted, #667085);
}

.panel-side-nav {
  display: grid;
  gap: 0.3rem;
}

.panel-side-nav a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  min-height: 38px;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  color: var(--text, #101828);
  text-decoration: none;
  font-size: 0.92rem;
}

.panel-side-nav a:hover,
.panel-side-nav a.active {
  background: #eef8f5;
  color: var(--brand, #0b6f60);
}

.panel-profile-link {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}

.panel-main-area {
  min-width: 0;
}

.panel-sidebar {
  border-right: 1px solid var(--border, #e5e7eb);
  padding-right: 1.5rem;
}

.panel-sidebar-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.panel-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.panel-nav a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: var(--text-secondary, #6b7280);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: background 0.15s;
}

.panel-nav a:hover,
.panel-nav a.active {
  background: var(--surface-hover, #f3f4f6);
  color: var(--text, #1a1a1a);
}

.panel-nav-icon {
  width: 1.25rem;
  text-align: center;
  flex-shrink: 0;
}

.panel-header {
  margin-bottom: 2rem;
}

.panel-context-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.panel-context-switch-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.panel-context-switch-label select {
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 0.85rem;
}

.panel-invites-block {
  margin-bottom: 1rem;
}

.panel-invite-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}

.panel-invite-row:last-child {
  border-bottom: none;
}

.panel-module-grid {
  gap: 1rem;
  min-width: 0;
}

.dashboard-module-card {
  padding: 1.25rem;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: box-shadow 0.15s, border-color 0.15s;
  min-width: 0;
}

.dashboard-module-card:hover {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.dashboard-module-card strong {
  display: block;
  margin-top: 0.5rem;
}

.dashboard-module-card p {
  font-size: 0.875rem;
  color: var(--text-secondary, #6b7280);
  margin-top: 0.25rem;
}

.panel-store-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.panel-actions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border, #e5e7eb);
}

.context-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.75rem;
  justify-content: center;
}

.context-switcher button {
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--border, #d1d5db);
  border-radius: 999px;
  background: transparent;
  font-size: 0.8125rem;
  cursor: pointer;
  color: var(--text-secondary, #6b7280);
  transition: all 0.15s;
}

.context-switcher button.active {
  background: var(--primary, #2563eb);
  color: #fff;
  border-color: var(--primary, #2563eb);
}

@media (max-width: 768px) {
  .panel-layout {
    grid-template-columns: 1fr;
  }

  .panel-workspace {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .panel-fixed-menu {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .panel-fixed-menu-card {
    padding: 0.75rem;
    width: 100%;
    max-width: 100%;
  }

  .panel-side-group {
    margin-top: 0.75rem;
  }

  .panel-side-nav {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .panel-side-nav a {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .panel-main-area,
  .panel-header,
  .panel-block,
  .panel-module-grid,
  .dashboard-module-card {
    width: 100%;
    max-width: 100%;
  }

  .panel-context-bar .button {
    max-width: 100%;
    white-space: normal;
  }

  .panel-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border, #e5e7eb);
    padding-right: 0;
    padding-bottom: 1rem;
  }

  .panel-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.375rem;
  }

  .panel-nav a {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
  }
}

/* ---- Panel screen panels ------------------------------------------------ */
.panel-screen-container {
  margin-top: 1rem;
}

.panel-screen {
  animation: panelFadeIn 0.2s ease;
}

@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-back-btn {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

.dashboard-module-card.active {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  background: rgba(37, 99, 235, 0.04);
}

/* Panel v2: bireysel ve işletme çalışma alanlarını görsel olarak ayırır. */
.panel-section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid color-mix(in srgb, var(--brand, #0b6f60) 18%, var(--border, #e5e7eb));
  border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand, #0b6f60) 8%, #fff), #fff);
}
.panel-section-intro h2 { margin: 0.15rem 0 0.25rem; }
.panel-section-intro p { margin-bottom: 0; }
.panel-section-intro .button { flex: 0 0 auto; }
.panel-control-center {
  margin: 0 0 1.25rem;
  padding: 1.25rem;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 16px;
  background: var(--surface, #fff);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.panel-welcome-card { display: grid; gap: 1rem; }
.panel-welcome-copy h2, .panel-about-card h2 { max-width: 34rem; margin: .2rem 0 .4rem; }
.panel-welcome-copy p { max-width: 42rem; margin: 0; }
.panel-welcome-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.panel-welcome-note { margin: 0; color: var(--muted, #667085); font-size: .88rem; }
.panel-quick-actions { border-top: 1px solid var(--line, #dfe7eb); padding-top: .8rem; }
.panel-quick-actions summary { cursor: pointer; color: var(--ink, #15232d); font-weight: 700; font-size: .9rem; }
.panel-quick-actions-grid { display: flex; flex-wrap: wrap; gap: .45rem .8rem; padding-top: .75rem; }
.panel-quick-actions-grid a { color: var(--brand, #087c6d); font-size: .9rem; text-decoration: none; }
.panel-quick-actions-grid a:hover { text-decoration: underline; }
.panel-about-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; background: linear-gradient(135deg, #f7fcfb, #fff); }
.panel-about-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #e4f4f0; color: var(--brand, #087c6d); font-size: 1.25rem; }
.panel-about-card h2 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
.panel-about-card p { max-width: 42rem; margin: 0; }

@media (max-width: 720px) {
  .panel-about-card { grid-template-columns: auto 1fr; }
  .panel-about-card .button { grid-column: 1 / -1; justify-self: start; }
}
.panel-control-center-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.panel-control-center-head h2 { margin: 0.15rem 0 0; }
.panel-control-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.65rem; }
.panel-control-stat { min-width: 0; padding: 0.8rem; border: 1px solid var(--border, #e5e7eb); border-radius: 12px; color: inherit; text-decoration: none; background: #fbfdfd; }
.panel-control-stat:hover { border-color: var(--brand, #0b6f60); background: #f2fbf8; }
.panel-control-stat strong, .panel-control-stat span { display: block; }
.panel-control-stat strong { color: var(--brand, #0b6f60); font-size: 1.45rem; line-height: 1; margin-bottom: 0.35rem; }
.panel-control-stat span { color: var(--muted, #667085); font-size: 0.78rem; line-height: 1.25; }
.panel-control-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.panel-business-cta { margin-top: 1.25rem; }
.panel-business-cta-head { margin-bottom: 0.75rem; }
.panel-business-cta-head h2 { margin: 0.1rem 0 0.3rem; }
.panel-business-cta-head p { margin-bottom: 0; }
.panel-business-cta [data-org-onboard] { margin-top: 0.75rem; }
.panel-business-cta [data-org-onboard-step="intro"] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.panel-business-cta [data-org-onboard-step="intro"] .button { flex: 0 0 auto; }
.panel-business-cta [data-org-onboard-steps] { display: none; }
.panel-inline-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.panel-inline-link h3 { margin: 0.1rem 0 0.25rem; }
.panel-inline-link p { margin-bottom: 0; }
.panel-application-screen { max-width: 760px; }
.panel-application-screen form { max-width: 620px; }
.org-listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.org-listing-search { flex: 1 1 240px; }
.org-listing-search input {
  width: 100%;
  min-height: 2.45rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--border, #d1d5db);
  border-radius: 10px;
  background: var(--surface, #fff);
}
.org-listing-tabs { display: flex; gap: 0.35rem; overflow-x: auto; }
.org-listing-tabs button {
  border: 1px solid var(--border, #d1d5db);
  border-radius: 999px;
  background: var(--surface, #fff);
  color: var(--muted, #667085);
  padding: 0.48rem 0.72rem;
  white-space: nowrap;
  cursor: pointer;
}
.org-listing-tabs button.active { background: var(--brand, #0b6f60); border-color: var(--brand, #0b6f60); color: #fff; }
.org-bulk-toolbar { display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; margin-bottom: 0.75rem; }
.listing-row-subtitle { display: block; margin-top: 0.2rem; font-size: 0.78rem; }
.listing-card--live .product-image { display: block; }
.listing-card--live .product-image img { width: 100%; height: 100%; object-fit: cover; }
.listing-card--live .product-title { display: block; }

@media (max-width: 640px) {
  .panel-section-intro { align-items: stretch; flex-direction: column; padding: 1rem; }
  .panel-section-intro .button { width: 100%; justify-content: center; }
  .org-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .org-listing-tabs { width: 100%; }
  .panel-control-center-head { align-items: stretch; flex-direction: column; }
  .panel-control-center-head .button { width: 100%; justify-content: center; }
  .panel-control-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .panel-business-cta [data-org-onboard-step="intro"] { align-items: stretch; flex-direction: column; }
  .panel-business-cta [data-org-onboard-step="intro"] .button { width: 100%; justify-content: center; }
  .panel-inline-link { align-items: stretch; flex-direction: column; }
  .panel-inline-link .button { width: 100%; justify-content: center; }
}

.panel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.panel-table th,
.panel-table td {
  padding: 0.625rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--border, #e5e7eb);
}

.panel-table th {
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--text-secondary, #6b7280);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.skeleton-line {
  display: block;
  height: 0.75rem;
  background: var(--border, #e5e7eb);
  border-radius: 4px;
  width: 80%;
}

.skeleton-line.short {
  width: 60%;
  display: inline-block;
}

.skeleton-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0.75rem 0;
}

.skeleton-cell {
  min-width: 100px;
}

.panel-listing-form .panel-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1rem;
}

.panel-listing-form label {
  font-weight: 600;
  font-size: 0.875rem;
}

.panel-listing-form input,
.panel-listing-form select,
.panel-listing-form textarea {
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--border, #d1d5db);
  border-radius: 0.5rem;
  font-size: 1rem;
  background: var(--surface, #fff);
  color: var(--text, #1a1a1a);
}

.panel-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.panel-photo-placeholder {
  border: 2px dashed var(--border, #d1d5db);
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  color: var(--text-secondary, #6b7280);
}

.panel-photo-placeholder span {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .panel-table {
    font-size: 0.8125rem;
  }

  .panel-table th,
  .panel-table td {
    padding: 0.5rem;
  }

  .panel-form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .place-media-strip,
  .home-hero-banner-track,
  .home-feature-tour-track,
  [data-drag-scroll] {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Platform disclaimer banner */
.platform-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: .82rem;
  line-height: 1.45;
  color: var(--muted);
}
.platform-disclaimer-icon {
  flex-shrink: 0;
  font-size: 1rem;
}

/* Floating destek button */
.floating-support {
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--brand);
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  text-decoration: none;
  transition: background .2s;
}
.floating-support:hover {
  background: var(--brand-dark);
}
@media (min-width: 769px) {
  .floating-support {
    bottom: 24px;
    right: 24px;
  }
}

/* Support form */
.support-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
}
.support-form input,
.support-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  background: var(--surface);
}
.support-form input:disabled,
.support-form textarea:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.support-form button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.ilanlarim-container {
  max-width: 880px;
}

.ilanlarim-panel {
  display: grid;
  gap: 18px;
}

.ilanlarim-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ilanlarim-head h2,
.ilanlarim-head p {
  margin: 0;
}

.ilanlarim-head p {
  margin-top: 4px;
  color: var(--muted);
}

.ilanlarim-list {
  display: grid;
  gap: 12px;
}

.ilanlarim-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.ilanlarim-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 20px;
  font-weight: 800;
}

.ilanlarim-card-body {
  min-width: 0;
}

.ilanlarim-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ilanlarim-card-top span,
.ilanlarim-date {
  color: var(--muted);
  font-size: 13px;
}

.ilanlarim-card-top h2 {
  margin: 3px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3;
}

.ilanlarim-status {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.ilanlarim-status--pending {
  background: #fef3c7;
  color: #92400e;
}

.ilanlarim-status--approved {
  background: #dcfce7;
  color: #166534;
}

.ilanlarim-status--rejected {
  background: #fee2e2;
  color: #991b1b;
}

.ilanlarim-date {
  margin: 8px 0 0;
}

.ilanlarim-reason {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff1f2;
  color: #7f1d1d;
  font-size: 14px;
  line-height: 1.5;
}

.ilanlarim-empty {
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #f8fafc;
  text-align: center;
}

.ilanlarim-empty h2 {
  margin: 0 0 6px;
}

.ilanlarim-empty p {
  margin: 0 auto 14px;
  max-width: 520px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .ilanlarim-head,
  .ilanlarim-card-top {
    display: grid;
  }

  .ilanlarim-card {
    grid-template-columns: 1fr;
  }

  .ilanlarim-status {
    width: max-content;
  }
}

.kapsiyo-upload {
  display: grid;
  gap: 10px;
  width: 100%;
}

.kapsiyo-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.kapsiyo-upload-dropzone {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 156px;
  padding: 22px;
  border: 1px dashed rgba(37, 99, 235, 0.42);
  border-radius: 8px;
  background: #f8fafc;
  color: #1e293b;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.kapsiyo-upload-dropzone:hover,
.kapsiyo-upload-dropzone.is-dragover {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.kapsiyo-upload-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.kapsiyo-upload-dropzone strong {
  font-size: 15px;
  line-height: 1.3;
}

.kapsiyo-upload-dropzone small,
.kapsiyo-upload-status {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.kapsiyo-upload-preview {
  width: 100%;
  max-width: 240px;
}

.kapsiyo-upload-preview img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.kapsiyo-upload-progress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.kapsiyo-upload-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
  transition: width 180ms ease;
}

.kapsiyo-upload-status {
  margin: 0;
}

.kapsiyo-upload-status[data-status="success"] {
  color: #0f766e;
  font-weight: 700;
}

.kapsiyo-upload-status[data-status="error"] {
  color: #b91c1c;
  font-weight: 700;
}

/* ---- İşletme paneli: boş koyu giriş ekranı -------------------------------- */
body.panel-gate-open .site-header,
body.panel-gate-open .footer,
body.panel-gate-open .category-rail,
body.panel-gate-open .mobile-bottom-nav,
body.panel-gate-open .floating-support,
body.panel-gate-open .mobile-drawer,
body.panel-gate-open .site-nav,
body.panel-gate-open .announcement-bar,
body.panel-gate-open .skip-link {
  display: none !important;
}

body.panel-gate-open {
  background: #0f1419 !important;
  color: #e6edf3;
  color-scheme: dark;
}

body.panel-gate-open main,
body.panel-gate-open .page,
body.panel-gate-open .layout-main {
  min-height: 100vh;
  background: #0f1419;
}

body.panel-gate-open .panel-section {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(ellipse at 50% 0%, #1a2740 0%, transparent 55%),
    #0f1419;
}

body.panel-gate-open .panel-section > .container {
  max-width: none;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.panel-auth-gate--standalone {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.panel-login-card {
  padding: 32px 28px;
  border-radius: 14px;
  background: #171d25;
  border: 1px solid #2c3540;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  color: #e6edf3;
}

.panel-login-card .eyebrow {
  margin: 0 0 6px;
  color: #9aa7b4;
  text-align: center;
}

.panel-login-card h1 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  text-align: center;
  color: #e6edf3;
}

.panel-login-lead {
  margin: 0 0 20px;
  text-align: center;
  color: #9aa7b4;
  font-size: 0.92rem;
}

.panel-login-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.panel-login-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #9aa7b4;
}

.panel-login-field input {
  width: 100%;
  padding: 11px 12px;
  font-size: 0.95rem;
  font-weight: 500;
  background: #0f1419;
  color: #e6edf3;
  border: 1px solid #2c3540;
  border-radius: 8px;
}

.panel-login-field input:focus {
  border-color: #4c9aff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 154, 255, 0.2);
}

.panel-login-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #2a1416;
  border: 1px solid #5a2226;
  color: #ffb3b6;
  font-size: 0.85rem;
}

.panel-login-submit {
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  background: #4c9aff !important;
  border-color: #4c9aff !important;
  color: #0b1017 !important;
  font-weight: 700;
}

.panel-login-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

/* ==========================================================================
   Ayrı işletme uygulaması (storeLayout — site chrome yok)
   ========================================================================== */

body.store-body-page {
  min-height: 100vh;
  margin: 0;
  background: var(--bg, #f3f5f4);
  color: var(--text, #1a1f24);
}

body.store-body-page .store-app-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #171d25;
  color: #e6edf3;
  border-bottom: 1px solid #2c3540;
}

body.store-body-page .store-app-header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 18px;
  min-height: 52px;
  box-sizing: border-box;
}

body.store-body-page .store-app-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

body.store-body-page .store-app-logo img {
  display: block;
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

body.store-body-page .store-app-title {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #e6edf3;
  padding: 4px 10px;
  border-radius: 6px;
  background: #1e252f;
}

body.store-body-page .store-app-header-right {
  margin-left: auto;
  font-size: 0.85rem;
  color: #9aa7b4;
}

body.store-body-page .store-app-main {
  min-height: calc(100vh - 52px);
}

body.store-body-page .panel-section {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

body.store-body-page.panel-gate-open .store-app-header {
  display: none !important;
}

body.store-body-page.panel-gate-open .store-app-main {
  min-height: 100vh;
}

body.store-body-page.panel-gate-open .panel-section {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* =========================================================================
   Fiyatlandırma sayfası
   ========================================================================= */

.pricing-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--brand);
  transition: background 0.15s, color 0.15s;
}
.pricing-nav-link:hover {
  background: var(--brand);
  color: #fff;
}
.pricing-nav-link svg {
  width: 16px;
  height: 16px;
}

.pricing-section {
  padding: 48px 0 80px;
}

.pricing-section-title {
  margin: 2.5rem 0 1.25rem;
  font-size: 1.25rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 1rem;
}

.pricing-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.18s;
}
.pricing-card:hover {
  box-shadow: var(--shadow);
}

.pricing-card--highlight {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px var(--brand);
}

.pricing-card-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-card-head h3 {
  margin: 0;
  font-size: 1.1rem;
}

.pricing-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  width: fit-content;
}
.pricing-badge--always-free {
  background: #dcfce7;
  color: #166534;
}
.pricing-badge--launch-free {
  background: #d1fae5;
  color: #065f46;
  animation: pulse-green 2s ease-in-out infinite;
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 95, 70, 0.25); }
  50% { box-shadow: 0 0 0 4px rgba(6, 95, 70, 0.0); }
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pricing-original-price {
  font-size: 14px;
  color: var(--muted);
  text-decoration: line-through;
}

.pricing-free-label {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--brand);
}

.pricing-period {
  font-size: 13px;
  color: var(--muted);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.pricing-features li {
  font-size: 13.5px;
}
.pricing-feat--yes {
  color: var(--text);
}
.pricing-feat--no {
  color: var(--muted);
  opacity: 0.7;
}

/* ChatGPT-tarzı plan kartları */
.plan-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin: 0.5rem 0 1rem;
}
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  min-height: 100%;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.plan-card:hover {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.plan-card--highlight {
  border-color: var(--brand);
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--brand) 35%, transparent),
    0 18px 40px rgba(15, 23, 42, 0.08);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand) 7%, #fff) 0%,
    var(--surface) 48%
  );
}
.plan-card--current {
  border-color: color-mix(in srgb, var(--brand) 55%, var(--line));
}
.plan-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}
.plan-card__badge--rec {
  background: var(--brand);
  color: #fff;
}
.plan-card__badge--current {
  background: #e2e8f0;
  color: #334155;
}
.plan-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-right: 4.5rem;
}
.plan-card__name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.plan-card__tagline {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
  min-height: 2.5em;
}
.plan-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.55rem;
  margin-top: 0.15rem;
}
.plan-card__price-strike {
  font-size: 1rem;
  color: var(--muted);
  text-decoration: line-through;
}
.plan-card__price-main {
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}
.plan-card__price-unit {
  font-size: 0.9rem;
  color: var(--muted);
}
.plan-card__promo {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #065f46;
}
.plan-card__cta {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.plan-card__cta:disabled,
.plan-card__cta[disabled] {
  opacity: 0.8;
  cursor: default;
  background: transparent !important;
  border: 1px solid var(--line) !important;
  color: var(--muted) !important;
}
.plan-card__includes {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}
.plan-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  flex: 1;
}
.plan-card__features li {
  font-size: 0.9rem;
  line-height: 1.35;
}

.pricing-audience-toggle {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong, #f8fafc);
  margin: 0.75rem 0 1.25rem;
}
.pricing-audience-toggle button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--muted);
}
.pricing-audience-toggle button[aria-pressed="true"] {
  background: var(--brand);
  color: #fff;
}
.pricing-audience-panel[hidden] {
  display: none !important;
}

.panel-screen .plan-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.plan-upgrade-block .membership-rule-note {
  margin-bottom: 0.75rem;
}

/* İşletme onboard dikey kartları */
.org-onboard-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}
.org-onboard-steps span[data-active="true"] {
  color: var(--brand);
}
.org-vertical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 0.75rem 0 1rem;
}
.org-vertical-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 12px;
  cursor: pointer;
  text-align: left;
  background: var(--surface);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.org-vertical-card:hover {
  border-color: color-mix(in srgb, var(--brand) 45%, var(--line));
}
.org-vertical-card[aria-selected="true"] {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand) 35%, transparent);
}
.org-vertical-card__icon {
  font-size: 1.45rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.35rem;
}
.org-vertical-card strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.2rem;
}
.org-vertical-card small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}
.org-onboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.plan-card--pick-selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand) 40%, transparent);
}

.pricing-example-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin: 0.25rem 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-strong, #f8fafc);
}
.pricing-example-tiers {
  font-size: 0.85rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: center;
}
.pricing-example-link {
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}
.pricing-example-link:hover {
  text-decoration: underline;
}
.tier-demo-tanitim .service-detail-hero {
  padding: 1.5rem 0 1rem;
}

/* Bireysel ücretsiz grid */
.pricing-philosophy {
  margin: 2rem 0 3rem;
  padding: 28px 24px;
  background: var(--surface-strong);
  border-radius: 14px;
  border: 1px solid var(--line);
}
.pricing-philosophy h2 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}
.pricing-philosophy-sub {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}
.pricing-free-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.pricing-free-area h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
}
.pricing-free-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pricing-free-area li {
  font-size: 13px;
  color: var(--text);
}

/* Kalıcı ücretsiz alanlar */
.pricing-permanent-section {
  margin: 0 0 3rem;
}
.pricing-permanent-section > h2 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}
.pricing-permanent-section > p {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}
.pricing-permanent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.pricing-permanent-free {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pricing-permanent-free h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.pricing-permanent-free p {
  margin: 0;
  font-size: 13px;
  color: #166534;
  line-height: 1.5;
}

/* Ticari kategori bölümleri */
.pricing-section-sub {
  margin: -0.5rem 0 1.5rem;
  font-size: 14px;
  color: var(--muted);
}
.pricing-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2rem;
}
.pricing-category {
  margin-bottom: 3rem;
  padding-top: 1rem;
}
.pricing-category-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.25rem;
}
.pricing-category-icon {
  font-size: 1.8rem;
  line-height: 1;
  flex-shrink: 0;
}
.pricing-category-head h3 {
  margin: 0;
  font-size: 1.1rem;
}
.pricing-category-head p {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.pricing-compare-toggle {
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.pricing-compare-toggle summary {
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
  cursor: pointer;
  list-style: none;
  background: var(--surface);
}
.pricing-compare-toggle summary::-webkit-details-marker { display: none; }
.pricing-compare-toggle summary::after { content: " ▸"; }
.pricing-compare-toggle[open] summary::after { content: " ▾"; }

/* Tier mockup önizlemeleri */
.mock-preview {
  margin-bottom: 1.5rem;
}
.mock-preview-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 768px) {
  .mock-grid {
    grid-template-columns: 1fr;
  }
}
.mock-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  position: relative;
  transition: box-shadow 0.15s;
}
.mock-card:hover {
  box-shadow: var(--shadow);
}
.mock--basic {
  opacity: 0.85;
}
.mock--pro {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}
.mock--corp {
  border-color: #7c3aed;
  box-shadow: 0 0 0 1px #7c3aed;
  background: linear-gradient(135deg, var(--surface) 0%, rgba(124, 58, 237, 0.04) 100%);
}
.mock-tier-label {
  position: absolute;
  top: -9px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--muted);
  border: 1px solid var(--line);
}
.mock--pro .mock-tier-label {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.mock--corp .mock-tier-label {
  background: #7c3aed;
  color: #fff;
  border-color: #7c3aed;
}
.mock-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mock-avatar {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.mock--corp .mock-avatar {
  background: #7c3aed;
}
.mock-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.mock-info strong {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-info small {
  color: var(--muted);
  font-size: 12px;
}
.mock-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #065f46;
  background: #d1fae5;
  padding: 1px 6px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 4px;
}
.mock-api {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  color: #7c3aed;
  background: #ede9fe;
  padding: 1px 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 3px;
  letter-spacing: 0.03em;
}
.mock-products {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.mock-product {
  font-size: 11px;
  background: var(--surface-strong);
  padding: 3px 8px;
  border-radius: 5px;
  white-space: nowrap;
  color: var(--text);
}
.mock-stats {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
}
.mock-extra {
  font-size: 11px;
  color: var(--brand);
  font-weight: 600;
  border-top: 1px solid var(--line);
  padding-top: 8px;
  margin-top: auto;
}
.mock--corp .mock-extra {
  color: #7c3aed;
}
a.mock-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.mock-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.mock-open-link {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  text-align: center;
  margin-top: 4px;
}
.mock--corp .mock-open-link {
  color: #7c3aed;
}

/* Tier demo sayfası */
.tier-demo-bar {
  background: var(--surface-strong);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
.tier-demo-bar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tier-demo-back {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tier-demo-back svg {
  width: 14px;
  height: 14px;
}
.tier-demo-bar-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  flex: 1;
}
.tier-demo-bar-info strong {
  font-size: 14px;
}
.tier-demo-bar-price {
  background: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.tier-demo-nav {
  display: flex;
  gap: 6px;
}
.tier-demo-nav-link {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--surface);
  transition: all 0.15s;
}
.tier-demo-nav-link:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.tier-demo-nav-link.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.tier-demo-cover {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tier-demo-cover.tier-basic {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}
.tier-demo-cover.tier-pro {
  background: linear-gradient(135deg, var(--brand) 0%, #0ea5e9 100%);
}
.tier-demo-cover.tier-corp {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
}
.tier-demo-cover-icon {
  font-size: 3rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}
.tier-demo-api-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: #7c3aed;
  background: #ede9fe;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

/* Demo ürün kartları */
.demo-product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.15s;
}
.demo-product-card:hover {
  box-shadow: var(--shadow);
}
.demo-product--doping {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
}
.demo-product-doping {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  z-index: 1;
}
.demo-product-img {
  height: 140px;
  background: var(--surface-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.demo-product-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.demo-product-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.demo-product-condition {
  font-size: 11px;
  color: var(--muted);
}
.demo-product-price {
  font-size: 15px;
  color: var(--brand);
  font-weight: 800;
}

@media (max-width: 640px) {
  .tier-demo-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .tier-demo-nav {
    width: 100%;
    justify-content: stretch;
  }
  .tier-demo-nav-link {
    flex: 1;
    text-align: center;
  }
}

/* Sponsorluk */
.pricing-sponsorship {
  margin: 2rem 0;
  padding: 24px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
}
.pricing-sponsorship h2 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}
.pricing-sponsorship p {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}

/* Karşılaştırma tablosu */

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pricing-table th,
.pricing-table td {
  padding: 10px 14px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
}
.pricing-table thead th {
  background: var(--surface-strong);
  font-weight: 700;
  font-size: 13px;
}
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}
.pricing-table tbody tr:hover {
  background: var(--surface-strong);
}
.pricing-table-feat {
  color: var(--text);
}
.pricing-table th.pricing-table-current {
  background: var(--brand);
  color: #fff;
}
.pricing-table td.pricing-table-current {
  background: color-mix(in srgb, var(--brand) 8%, #fff);
}
.pricing-current-badge {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0.35rem auto 0;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: inherit;
  font-size: 11px;
  line-height: 1.2;
}

.pricing-compare-accordion {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
}
.pricing-compare-accordion + .pricing-compare-accordion {
  margin-top: 10px;
}
.pricing-compare-accordion__title {
  padding: 14px 16px;
  font-weight: 800;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.pricing-compare-accordion__section {
  border-bottom: 1px solid var(--line);
}
.pricing-compare-accordion__section:last-child {
  border-bottom: none;
}
.pricing-compare-accordion__section summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface-strong);
}
.pricing-compare-accordion__section summary::-webkit-details-marker {
  display: none;
}
.pricing-compare-accordion__section summary::after {
  content: "+";
  color: var(--brand);
  font-size: 1.25rem;
}
.pricing-compare-accordion__section[open] summary::after {
  content: "−";
}
.pricing-compare-accordion__section .pricing-table-wrap {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}

.subscription-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 14px 0 0;
}
.subscription-meta-grid div {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
}
.subscription-meta-grid dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
}
.subscription-meta-grid dd {
  margin: 0;
  font-weight: 700;
}

/* Reklam alanı iskeleti */
.kapsiyo-ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin: 1rem 0;
  padding: 0.75rem;
  border: 1px dashed var(--border);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}
.kapsiyo-ad-slot .ad-slot-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .kapsiyo-ad-slot {
    width: 100%;
    margin: 0.75rem 0;
  }
}

/* SSS */
.pricing-faq {
  margin: 3rem 0;
}

.pricing-faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 0;
  overflow: hidden;
}
.pricing-faq-item summary {
  padding: 14px 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--surface);
}
.pricing-faq-item summary::-webkit-details-marker { display: none; }
.pricing-faq-item summary::after {
  content: "+";
  font-size: 1.2em;
  color: var(--brand);
}
.pricing-faq-item[open] summary::after {
  content: "−";
}
.pricing-faq-item p {
  padding: 0 16px 14px;
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  background: var(--surface);
}

.pricing-disclaimer {
  margin-top: 2.5rem;
  padding: 16px 20px;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #f0fdf4;
  color: #166534;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* pill yeşil varyantı */
.pill--success {
  background: #dcfce7;
  color: #166534;
}

/* Üyelik kartı pricing eklentileri */
.membership-launch-note {
  font-size: 13px;
  font-weight: 700;
  color: #065f46;
  background: #d1fae5;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 0;
}

.membership-compare-link {
  display: inline-block;
  font-size: 13px;
  color: var(--brand);
  font-weight: 600;
  margin-top: 4px;
}

/* Panel abonelik bölümü */
.subscription-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.subscription-panel-head h3 {
  margin: 0;
}

.subscription-plan-mini {
  background: var(--surface-strong);
  border-radius: 8px;
  padding: 12px 14px;
}
.subscription-features-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.subscription-features-mini span {
  font-size: 13px;
  color: #065f46;
  font-weight: 600;
}

@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-nav-link span {
    display: none;
  }
}

/* Panel modül ek stilleri */
.panel-activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-activity-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
}

.panel-activity-list li:last-child {
  border-bottom: none;
}

.panel-empty-msg {
  text-align: center;
  color: var(--muted);
  padding: 2rem 1rem;
  font-size: 0.9375rem;
}

.panel-question-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.panel-question-tabs button {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: 6px;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  font: inherit;
}

.panel-question-tabs button.active {
  border-color: var(--brand);
  background: var(--brand-soft, color-mix(in srgb, var(--brand) 9%, #fff));
}

.live-qa-compose {
  margin-top: 1rem;
}

.live-qa-answer-form {
  margin-top: 0.75rem;
}

.panel-msg-bubble {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  max-width: 80%;
}

.panel-msg-bubble.mine {
  background: var(--blue-soft);
  margin-left: auto;
}

.panel-msg-bubble.theirs {
  background: var(--surface-strong);
}

.panel-msg-bubble small {
  font-size: 0.75rem;
  color: var(--muted);
}

.panel-msg-bubble p {
  margin: 0.25rem 0 0;
}

.panel-form-group {
  margin-bottom: 1rem;
}

.panel-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.panel-form-group input,
.panel-form-group select,
.panel-form-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 1rem;
  background: var(--surface);
  color: var(--text);
}

/* ---- Satıcı paneli: İlanlarım kartları ---- */
.listing-card { margin-bottom: 1rem; }
.listing-card-top { display: flex; gap: 1rem; align-items: flex-start; }
.listing-card-thumb { flex-shrink: 0; width: 80px; height: 80px; border-radius: 8px; overflow: hidden; background: var(--surface-strong); display: flex; align-items: center; justify-content: center; }
.listing-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.listing-thumb-placeholder { font-size: 2rem; opacity: 0.4; }
.listing-card-info h3 { margin: 0 0 4px; font-size: 1rem; }
.listing-card-info .muted { font-size: 0.8125rem; margin: 0 0 6px; }
.listing-card-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 0.75rem; }
.listing-mod-reason { font-size: 0.8125rem; color: #b91c1c; background: #fef2f2; border-radius: 6px; padding: 6px 10px; margin-top: 0.5rem; }

/* Pill renk varyantları */
.pill--pending { background: #fef9c3; color: #854d0e; }
.pill--approved { background: #dcfce7; color: #166534; }
.pill--info { background: #dbeafe; color: #1e40af; }
.pill--rejected { background: #fee2e2; color: #991b1b; }
.pill--neutral { background: #f1f5f9; color: #64748b; }

/* Buton danger varyantı */
.button.danger { color: #b91c1c; border-color: #fca5a5; background: #fff; }
.button.danger:hover { background: #fef2f2; }

/* ---- Yeni İlan formu ---- */
.panel-form-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem; }
.panel-form-hint { font-size: 0.8125rem; margin-top: 0.5rem; }
.panel-form-hint[data-status="error"] { color: #b91c1c; }
.panel-form-hint[data-status="success"] { color: #166534; }

.panel-attrs-grid { display: flex; flex-direction: column; gap: 1rem; }
.panel-attr-group { border: 1px solid var(--border, #e5e7eb); border-radius: 0.5rem; padding: 0.75rem 1rem; }
.panel-attr-group legend { font-weight: 600; font-size: 0.875rem; padding: 0 0.25rem; }
.panel-attr-options { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-top: 0.5rem; }
.panel-attr-label { display: flex; align-items: center; gap: 0.35rem; font-size: 0.8125rem; cursor: pointer; white-space: nowrap; }
.panel-attr-label input[type="checkbox"] { accent-color: var(--primary, #2563eb); width: 1rem; height: 1rem; }
.panel-checkbox-group { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
.panel-checkbox-group label { display: flex; align-items: center; gap: 0.35rem; font-size: 0.875rem; cursor: pointer; }

/* Fotoğraf grid */
.listing-photos-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 0.75rem; }
.listing-photo-item { position: relative; width: 80px; height: 80px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.listing-photo-item img { width: 100%; height: 100%; object-fit: cover; }
.listing-photo-remove { position: absolute; top: 2px; right: 2px; width: 22px; height: 22px; border-radius: 50%; border: none; background: rgba(0,0,0,0.6); color: #fff; font-size: 14px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.listing-photo-remove:hover { background: #b91c1c; }

/* ---- Satıcı profili form mesajı ---- */
[data-seller-profile-msg][data-status="error"] { color: #b91c1c; }
[data-seller-profile-msg][data-status="success"] { color: #166534; }

@media (max-width: 640px) {
  .listing-card-top { flex-direction: column; }
  .listing-card-thumb { width: 100%; height: 160px; }
}

/* product-catalog panel */
.catalog-suggest {
  position: relative;
  z-index: 5;
  margin-top: 0.35rem;
  border: 1px solid var(--border, #d6dde6);
  border-radius: 10px;
  background: var(--surface, #fff);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  max-height: 240px;
  overflow: auto;
}
.catalog-suggest-item {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.75rem;
  border: 0;
  border-bottom: 1px solid var(--border, #eef2f6);
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.catalog-suggest-item:last-child { border-bottom: 0; }
.catalog-suggest-item:hover,
.catalog-suggest-item:focus-visible {
  background: rgba(13, 148, 136, 0.08);
  outline: none;
}
.catalog-title-btn {
  margin-top: 0.4rem;
}
.panel-assist-details {
  margin: 0.75rem 0 1rem;
  padding: 0.65rem 0.85rem;
  border: 1px dashed var(--border, #c9d3de);
  border-radius: 10px;
  background: rgba(148, 163, 184, 0.08);
}
.panel-assist-details summary {
  cursor: pointer;
  font-weight: 600;
}
.panel-assist-details textarea {
  width: 100%;
  margin: 0.5rem 0;
}
.panel-form-hint--warn {
  color: #b45309;
  font-weight: 600;
}
.panel-attr-group--priority {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 0 0 1px rgba(13, 148, 136, 0.15);
  order: -1;
}
.panel-attrs-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.panel-import-steps {
  margin: 0.5rem 0 1rem 1.1rem;
  padding: 0;
}
.import-preview-wrap { margin-top: 1rem; }
.import-table-scroll {
  overflow: auto;
  max-height: 360px;
  border: 1px solid var(--border, #d6dde6);
  border-radius: 10px;
}
.import-preview-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.import-preview-table th,
.import-preview-table td {
  padding: 0.45rem 0.55rem;
  border-bottom: 1px solid var(--border, #eef2f6);
  text-align: left;
  vertical-align: top;
}
.import-preview-table th {
  position: sticky;
  top: 0;
  background: var(--surface, #f8fafc);
  z-index: 1;
}
.import-badge {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}
.import-badge--ok { background: #d1fae5; color: #065f46; }
.import-badge--warn { background: #fef3c7; color: #92400e; }
.import-badge--bad { background: #fee2e2; color: #991b1b; }
/* Seller/admin listing refinements */
.seller-listings-action-msg,
.admin-action-status {
  min-height: 1.35rem;
  margin: 0.35rem 0 0;
  color: var(--muted, #64748b);
}

.listing-card--seller {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1.25rem;
  align-items: start;
  padding: 1rem;
  overflow: hidden;
}

.listing-card--seller .listing-card-top {
  min-width: 0;
}

.listing-card--seller .listing-card-info {
  min-width: 0;
}

.listing-card--seller .listing-card-info h3 {
  max-width: 42rem;
  margin: 0 0 0.25rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.listing-card--seller .listing-card-info .muted {
  overflow-wrap: anywhere;
}

.listing-card--seller .listing-card-stats,
.seller-listing-stats {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0;
  color: var(--muted, #64748b);
  font-size: 0.9rem;
}

.seller-listing-stats span {
  white-space: nowrap;
}

.seller-listing-stats strong {
  color: var(--ink, #0f172a);
}

.listing-card--seller .listing-card-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(5.5rem, 1fr));
  gap: 0.45rem;
  margin-top: 0;
}

.listing-card--seller .listing-card-actions .button {
  justify-content: center;
  min-height: 2.45rem;
  white-space: nowrap;
}

.seller-listing-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.seller-listing-meta-grid span {
  min-width: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.9);
  color: var(--muted, #64748b);
  font-size: 0.82rem;
}

.seller-listing-meta-grid strong {
  display: block;
  color: var(--ink, #0f172a);
  font-size: 0.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-listing-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 0.65rem;
  margin: 0 0 1rem;
}

.admin-listing-photos a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f8fafc;
  aspect-ratio: 4 / 3;
}

.admin-listing-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listing-card--live {
  border-color: rgba(22, 163, 74, 0.24);
}

.live-listing-detail {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin: 0 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(13, 148, 136, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.live-listing-detail-media {
  overflow: hidden;
  border-radius: 8px;
  background: #f8fafc;
  aspect-ratio: 4 / 3;
}

.live-listing-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-listing-detail-body {
  min-width: 0;
}

.live-listing-detail-body h2 {
  margin: 0.45rem 0 0.35rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .listing-card--seller {
    grid-template-columns: 1fr;
  }

  .listing-card--seller .listing-card-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seller-listing-stats span {
    white-space: normal;
  }

  .seller-listing-meta-grid {
    grid-template-columns: 1fr;
  }

  .live-listing-detail {
    grid-template-columns: 1fr;
  }
}
/* Araç sigortaları: teklif kartları ve firma güven sinyalleri */
.insurance-listing-card { display: block; border: 1px solid var(--line, #dbe5e4); border-radius: 1rem; background: #fff; }
.insurance-card-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 260px); gap: 18px; padding: 18px; }
.insurance-card-main { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.insurance-card-heading { display: grid; gap: 5px; }
.insurance-card-kicker { width: fit-content; border: 1px solid #bbf7d0; border-radius: 999px; background: #f0fdf4; color: #166534; font-size: 12px; font-weight: 900; padding: 5px 9px; }
.insurance-card-title { color: var(--brand-dark); font-size: 22px; line-height: 1.2; }
.insurance-company-line { margin: 0; color: var(--muted); font-size: 13px; font-weight: 850; }
.insurance-card-summary { max-width: 78ch; }
.insurance-card-facts, .insurance-card-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.insurance-card-facts span, .insurance-card-badges span { border: 1px solid #dbeafe; border-radius: 8px; background: #f8fbff; color: #1e3a8a; font-size: 13px; font-weight: 850; padding: 8px 9px; }
.insurance-card-badges .discount-pill { background: #e7f7f0; border-color: #a9dfc9; color: #0b6b58; }
.insurance-card-side { display: grid; align-content: start; gap: 10px; border-left: 1px solid var(--line); padding-left: 18px; }
.insurance-card-score, .insurance-card-price { display: grid; gap: 2px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fbfdff; padding: 10px; }
.insurance-card-score strong, .insurance-card-price strong { color: var(--brand-dark); font-size: 19px; }
.insurance-card-score span, .insurance-card-price span { color: var(--muted); font-size: 12px; }
.insurance-card-action { color: var(--brand-dark); font-size: 13px; font-weight: 900; }
.insurance-trust-panel { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1rem 0; padding: 1rem; border: 1px solid #cfe3df; border-radius: .9rem; background: #f3fbf9; }
.insurance-trust-panel p { margin: .25rem 0 0; color: var(--muted); }
.insurance-firm-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 1.25rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(135deg, #f3fbf9, #fff); }
.insurance-firm-hero.has-cover { background-position: center; background-size: cover; color: #fff; border-color: #1c6572; }
.insurance-firm-hero.has-cover .eyebrow, .insurance-firm-hero.has-cover p { color: #e4f7f5; }
.insurance-firm-hero.has-cover .verification-badge { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.38); color: #fff; }
.insurance-firm-identity { display: flex; gap: 1rem; align-items: flex-start; }
.insurance-firm-logo, .insurance-company-logo { object-fit: cover; border: 1px solid var(--line); background: #fff; }
.insurance-firm-logo { width: 88px; height: 88px; border-radius: 1rem; }
.insurance-company-logo-link { display: block; flex: 0 0 auto; }
.insurance-company-logo { width: 56px; height: 56px; border-radius: .7rem; }
.insurance-catalog-quote-list { display: grid; gap: .8rem; margin-top: 1rem; }
.insurance-catalog-quote { margin: 0; }
.insurance-catalog-editor-service { display: grid; gap: .65rem; margin: 1rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: .75rem; }
.insurance-catalog-editor-service legend { padding: 0 .35rem; font-weight: 800; }
.insurance-story-composer, .insurance-story-modules { display: grid; gap: 1rem; margin: 1rem 0; padding: clamp(1rem, 2.5vw, 1.5rem); border: 1px solid #cfe5df; border-radius: 1rem; background: linear-gradient(135deg, #f1fbf8, #fff 72%); }
.insurance-story-composer-head, .insurance-story-modules-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.insurance-story-composer h3, .insurance-story-modules h3 { margin: .15rem 0 .35rem; color: var(--brand-dark); }
.insurance-story-composer-head p:not(.eyebrow), .insurance-story-modules-head p:not(.eyebrow) { max-width: 52rem; margin: 0; color: var(--muted); }
.insurance-story-composer-badge { flex: 0 0 auto; padding: .35rem .6rem; border: 1px solid #b8ddd3; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: .78rem; font-weight: 800; }
.insurance-text-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; padding: .65rem; border: 1px solid #d8e7e3; border-radius: .75rem; background: #fff; }
.insurance-text-toolbar > span { margin-right: .2rem; color: var(--muted); font-size: .82rem; font-weight: 700; }
.insurance-text-toolbar button { min-height: 2.1rem; padding: .3rem .55rem; border: 1px solid #c8ddd7; border-radius: .45rem; background: #fbfefd; color: var(--brand-dark); cursor: pointer; font-size: .82rem; font-weight: 750; }
.insurance-text-toolbar button:hover, .insurance-text-toolbar button:focus-visible { border-color: var(--brand); background: #eaf8f4; outline: none; }
.insurance-story-composer textarea { min-height: 12rem; border-color: #bcd8d1; background: #fff; line-height: 1.65; }
.insurance-story-modules { background: #fff; border-color: #e0ebe8; }
.insurance-rich-copy { color: var(--muted); line-height: 1.65; }
.insurance-rich-copy p { margin: 0 0 .75rem; }
.insurance-rich-copy h3 { margin: 1rem 0 .45rem; color: var(--brand-dark); font-size: 1rem; }
.insurance-rich-copy ul { display: grid; gap: .38rem; margin: .65rem 0 0; padding-left: 1.2rem; }
.insurance-rich-copy strong { color: var(--text); }
.insurance-service-toolbar { align-items: center; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.insurance-service-toolbar p { margin: .2rem 0 0; }
.insurance-catalog-save-feedback[data-status="success"] { display: flex; align-items: center; min-height: 3rem; margin-top: .9rem; padding: .72rem .9rem; border: 1px solid #86efac; border-radius: .65rem; background: #f0fdf4; color: #166534; font-size: .94rem; font-weight: 750; line-height: 1.4; }
.insurance-catalog-save-feedback[data-status="pending"] { display: flex; align-items: center; min-height: 3rem; margin-top: .9rem; padding: .72rem .9rem; border: 1px solid #fcd34d; border-radius: .65rem; background: #fffbeb; color: #92400e; font-size: .94rem; font-weight: 750; line-height: 1.4; }
.insurance-catalog-save-feedback[data-status="error"] { padding: .7rem .85rem; border: 1px solid #fecaca; border-radius: .65rem; background: #fef2f2; font-weight: 700; }
.insurance-storefront-profile { display: grid; gap: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.insurance-storefront-profile h2, .insurance-storefront-profile h3 { margin: .15rem 0 .45rem; }
.insurance-storefront-profile p { white-space: pre-line; color: var(--muted); }
.insurance-storefront-tags, .insurance-firm-service-badges { display: flex; flex-wrap: wrap; gap: .45rem; }
.insurance-storefront-tags span { padding: .38rem .65rem; border-radius: 999px; background: #edf8f5; border: 1px solid #cfe8e1; color: var(--brand-dark); font-size: .84rem; font-weight: 750; }
.insurance-storefront-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin: 0; }
.insurance-storefront-facts div, .insurance-storefront-trust, .insurance-storefront-modules article { padding: .9rem; border: 1px solid #e0ebe8; border-radius: .75rem; background: #fbfefd; }
.insurance-storefront-facts dt { color: var(--muted); font-size: .78rem; }
.insurance-storefront-facts dd { margin: .2rem 0 0; color: var(--brand-dark); font-weight: 750; }
.insurance-storefront-socials { display: flex; flex-wrap: wrap; gap: .5rem; }
.insurance-storefront-socials a { padding: .4rem .65rem; border: 1px solid #d5e6e1; border-radius: .6rem; color: var(--brand-dark); font-size: .85rem; font-weight: 750; text-decoration: none; }
.insurance-storefront-trust ul, .insurance-service-benefits { display: grid; gap: .45rem; margin: .5rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.insurance-storefront-modules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.insurance-storefront-modules p { margin-bottom: 0; }
.insurance-service-image { width: 116px; height: 94px; object-fit: cover; border-radius: .65rem; border: 1px solid var(--line); }
.insurance-firm-hero h1 { margin: .35rem 0; }
.insurance-firm-hero p { max-width: 70ch; }
.insurance-firm-contact { display: grid; align-content: start; gap: .65rem; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: rgba(255,255,255,.98); color: var(--text); box-shadow: 0 12px 28px rgba(1, 31, 38, .2); }
.insurance-firm-contact strong { color: var(--brand-dark); }
.insurance-firm-contact span { color: #41596a; font-size: .9rem; line-height: 1.45; }
.insurance-firm-contact .button { width: 100%; justify-content: center; }
.insurance-firm-section { margin-top: 1.5rem; }
.insurance-services-panel { padding: clamp(1rem, 2.3vw, 1.5rem); border: 1px solid #d8e7e3; border-radius: 1rem; background: linear-gradient(135deg, #f6fbfa 0%, #fff 55%); box-shadow: 0 12px 28px rgba(21, 64, 72, .06); }
.insurance-services-panel .section-head { padding-bottom: .9rem; margin-bottom: .9rem; border-bottom: 1px solid #dce9e6; }
.insurance-services-panel .section-head h2 { margin: .18rem 0 .35rem; }
.insurance-firm-section, #insurance-questions { scroll-margin-top: 5.5rem; }
.insurance-feedback-section, .seller-questions-panel { padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.insurance-feedback-heading { display: flex; align-items: start; justify-content: space-between; gap: 1.25rem; }
.insurance-feedback-heading h2 { margin: .2rem 0 .45rem; }
.insurance-feedback-heading p { max-width: 66ch; margin: 0; color: var(--muted); }
.insurance-feedback-score { display: grid; justify-items: end; gap: .1rem; min-width: 146px; padding: .7rem .85rem; border: 1px solid #cfe8e1; border-radius: .85rem; background: linear-gradient(135deg, #f2fbf8, #fff); color: var(--brand-dark); }
.insurance-feedback-score strong { font-size: 2rem; line-height: 1; }
.insurance-feedback-score span, .insurance-feedback-score small { color: var(--muted); font-size: .76rem; }
.insurance-feedback-principles { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0; }
.insurance-feedback-principles span { padding: .42rem .65rem; border: 1px solid #dce9e6; border-radius: 999px; background: #fbfefd; color: var(--brand-dark); font-size: .8rem; font-weight: 750; }
.insurance-review-list { display: grid; gap: .75rem; }
.insurance-review-list .empty-state, .seller-question-empty { padding: 1rem; border: 1px dashed #c8ddd7; border-radius: .8rem; background: #fbfefd; color: var(--muted); }
.insurance-review-list .empty-state p, .seller-question-empty p { margin: .3rem 0 0; }
.insurance-review-card { display: grid; gap: .75rem; padding: 1rem; border: 1px solid #e0ebe8; border-radius: .85rem; background: #fff; }
.insurance-review-card-head { display: flex; justify-content: space-between; align-items: start; gap: .75rem; }
.insurance-review-card-head strong { display: block; color: #b07100; letter-spacing: .08em; }
.insurance-review-card-head span, .insurance-review-card time { color: var(--muted); font-size: .8rem; }
.insurance-review-card p { margin: 0; color: var(--text); line-height: 1.55; }
.insurance-review-card .seller-question-answer { margin: 0; border-radius: .65rem; }
.insurance-review-write { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.insurance-review-write > div > p { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }
.insurance-review-write .review-write-guest-msg { margin: 0; }
.insurance-review-write .review-write-authed { display: grid; gap: .75rem; }
.insurance-review-write .review-form { min-width: min(100%, 420px); }
.seller-questions-panel { margin-top: 1.5rem; }
.seller-questions-rule { display: grid; gap: .25rem; max-width: 230px; padding: .7rem .85rem; border-left: 3px solid var(--brand); border-radius: 0 .7rem .7rem 0; background: #f3fbf9; color: var(--muted); font-size: .8rem; }
.seller-questions-rule strong { color: var(--brand-dark); }
.seller-question-list { display: grid; gap: .75rem; margin-top: 1rem; }
.seller-question-card { padding: 1rem; border: 1px solid #e0ebe8; border-radius: .85rem; background: #fff; }
.seller-question-card > strong { display: block; font-size: 1rem; }
.seller-question-card > small { display: block; margin-top: .35rem; color: var(--muted); font-size: .78rem; }
.seller-question-card .seller-question-answer { margin-bottom: 0; }
.seller-question-compose { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.seller-question-compose .review-write-guest-msg { margin: 0; }
.seller-question-compose form { display: grid; gap: .65rem; max-width: 720px; }
.seller-question-compose label { display: flex; justify-content: space-between; gap: 1rem; color: var(--brand-dark); font-weight: 800; }
.seller-question-compose label span { color: var(--muted); font-size: .8rem; font-weight: 500; }
.insurance-firm-service-list { display: grid; gap: .8rem; }
.insurance-firm-service-card { display: grid; grid-template-columns: 116px minmax(0, 1fr) 190px auto; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.insurance-firm-service-card:not(:has(.insurance-service-image)) { grid-template-columns: minmax(0, 1fr) 190px auto; }
.insurance-firm-service-card h2 { margin: .25rem 0; font-size: 1.1rem; }
.insurance-firm-service-card p { margin: 0; color: var(--muted); }
.insurance-firm-service-content { display: grid; gap: .45rem; }
.insurance-firm-service-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .25rem; }
.insurance-firm-service-badges span { display: inline-flex; align-items: center; padding: .3rem .55rem; border: 1px solid #dce9e6; border-radius: 999px; color: var(--brand-dark); font-size: .78rem; font-weight: 800; }
.insurance-firm-service-meta { display: grid; gap: .25rem; color: var(--brand-dark); font-size: .85rem; }
.insurance-firm-service-meta span { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.insurance-firm-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.insurance-firm-info-grid article { display: grid; gap: .35rem; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.insurance-firm-info-grid span { color: var(--muted); font-size: .9rem; }
.insurance-firm-tabs { position: sticky; top: .5rem; z-index: 2; display: flex; gap: .45rem; overflow-x: auto; margin: 1rem 0 1.5rem; padding: .55rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(17, 56, 51, .08); }
.insurance-firm-tabs a { flex: 0 0 auto; padding: .55rem .7rem; border-radius: .55rem; color: var(--brand-dark); font-size: .82rem; font-weight: 800; text-decoration: none; }
.insurance-firm-tabs a:hover, .insurance-firm-tabs a:focus-visible { background: #e9f6f2; }
.insurance-detail-block { display: grid; gap: 1rem; margin-top: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(135deg, #fbfefd, #fff); scroll-margin-top: 5rem; }
.insurance-detail-heading h2 { margin: .2rem 0 .4rem; }
.insurance-detail-heading p:last-child { max-width: 70ch; margin-bottom: 0; color: var(--muted); }
.insurance-detail-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.insurance-detail-columns section { padding: .9rem; border: 1px solid #e2ecea; border-radius: .75rem; background: #fff; }
.insurance-detail-columns h3 { margin: 0 0 .55rem; font-size: .95rem; }
.insurance-detail-columns ul, .insurance-driver-panel ul { display: grid; gap: .45rem; margin: 0; padding-left: 1.15rem; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.insurance-source-note { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.insurance-source-note a { color: var(--brand-dark); font-weight: 800; }
.insurance-driver-panel { padding: 1.25rem; border: 1px solid #cfe3df; border-radius: 1rem; background: #f3fbf9; scroll-margin-top: 5rem; }
.insurance-driver-panel h2 { margin: .2rem 0 .45rem; }
.insurance-driver-panel > p:not(.eyebrow):not(.insurance-source-note) { max-width: 75ch; color: var(--muted); }
.vehicle-quote-panel { margin: 1rem 0 1.5rem; padding: 1.25rem; border: 1px solid var(--line, #dbe5e4); border-radius: 1rem; background: linear-gradient(135deg, #f5fbfa, #fff); }
.vehicle-quote-panel > summary { display: flex; align-items: center; gap: .75rem; cursor: pointer; list-style: none; }
.vehicle-quote-panel > summary::-webkit-details-marker { display: none; }
.vehicle-quote-panel > summary::marker { content: ""; }
.vehicle-quote-panel-summary > span:nth-child(2) { display: grid; gap: .2rem; flex: 1; }
.vehicle-quote-panel-summary small { color: var(--muted, #637273); font-size: .82rem; font-weight: 400; }
.vehicle-quote-panel-chevron { font-size: 1.35rem; color: var(--brand, #15836d); transition: transform .2s ease; }
.vehicle-quote-panel[open] > summary { padding-bottom: 1rem; border-bottom: 1px solid var(--line, #dbe5e4); margin-bottom: 1rem; }
.vehicle-quote-panel[open] .vehicle-quote-panel-chevron { transform: rotate(180deg); }
.insurance-guide-panel { display:grid; gap:1rem; margin-top:1.25rem; padding:1.25rem; border:1px solid #cfe3df; border-radius:1rem; background:#f7fcfb; }
.insurance-guide-panel h2 { margin:.2rem 0 .45rem; }
.insurance-guide-panel p { max-width:78ch; }
.insurance-guide-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.75rem; }
.insurance-guide-grid article { display:grid; gap:.35rem; padding:.9rem; border:1px solid #dce9e6; border-radius:.75rem; background:#fff; }
.insurance-guide-grid span { color:var(--muted); font-size:.9rem; line-height:1.5; }
.vehicle-quote-grid-wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.vehicle-quote-card { border: 1px solid var(--line, #dbe5e4); border-radius: .85rem; background: #fff; overflow: hidden; }
.vehicle-quote-card summary { display: grid; gap: .35rem; padding: 1rem; cursor: pointer; list-style: none; }
.vehicle-quote-card summary::-webkit-details-marker { display: none; }
.vehicle-quote-card[open] summary { border-bottom: 1px solid var(--line, #dbe5e4); background: #f8fbfb; }
.vehicle-quote-form { display: grid; gap: .75rem; padding: 1rem; }
.vehicle-quote-grid { display: grid; gap: .65rem; }
.vehicle-quote-grid label { display: grid; gap: .25rem; font-size: .82rem; color: var(--muted, #637273); }
.vehicle-quote-grid input { width: 100%; }
.vehicle-quote-consent { display: flex; gap: .45rem; align-items: flex-start; font-size: .76rem; color: var(--muted, #637273); }
.vehicle-quote-companion { display: grid; grid-template-columns: auto 1fr; gap: .25rem .45rem; align-items: start; padding: .7rem .8rem; border: 1px solid #cfe3df; border-radius: .7rem; background: #f3fbf9; font-size: .84rem; font-weight: 700; }
.vehicle-quote-companion input { margin-top: .15rem; }
.vehicle-quote-companion small { grid-column: 2; color: var(--muted, #637273); font-size: .74rem; font-weight: 400; }
/* Teknik servis talep formu ve uye paneli teklif listesi.
   Panel ekranlari insurance-quote-* siniflarini paylasir; asagisi yalnizca
   site tarafindaki talep formu ve teklif kartlari icin. */
.service-request-panel { display: grid; gap: .9rem; padding: 1.1rem; margin: 1rem 0; border: 1px solid var(--line, #dbe5e4); border-radius: .9rem; background: #fff; }
.service-request-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin: 0; padding: 0; list-style: none; counter-reset: srstep; }
.service-request-steps li { display: grid; gap: .2rem; padding: .8rem; border: 1px solid #cfe3df; border-radius: .7rem; background: #f3fbf9; font-size: .84rem; }
.service-request-steps span { color: var(--muted, #637273); font-size: .78rem; }
.service-request-note { max-width: 82ch; margin: 0; font-size: .82rem; line-height: 1.55; color: var(--muted, #637273); }
/* Form varsayilan olarak kapali; tanitim ve isleyis metni acmadan gorunur. */
.service-request-form-wrap { border: 1px solid var(--line, #dbe5e4); border-radius: .8rem; background: #fbfdfd; overflow: hidden; }
.service-request-summary { display: flex; gap: .6rem; align-items: center; padding: .9rem 1rem; cursor: pointer; list-style: none; }
.service-request-summary::-webkit-details-marker { display: none; }
.service-request-summary > span:nth-child(2) { display: grid; gap: .15rem; flex: 1; }
.service-request-summary small { color: var(--muted, #637273); font-size: .76rem; font-weight: 400; }
.service-request-summary:hover { background: #f3fbf9; }
.service-request-chevron { font-size: 1.1rem; color: var(--muted, #637273); transition: transform .15s ease; }
.service-request-form-wrap[open] .service-request-summary { border-bottom: 1px solid var(--line, #dbe5e4); background: #f3fbf9; }
.service-request-form-wrap[open] .service-request-chevron { transform: rotate(180deg); }
.service-request-form { display: grid; gap: .75rem; padding: 1rem; }
.service-request-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.service-request-grid label, .service-request-full { display: grid; gap: .25rem; font-size: .82rem; color: var(--muted, #637273); }
.service-request-grid input, .service-request-grid select, .service-request-full textarea { width: 100%; }
.service-request-consent { display: flex; gap: .45rem; align-items: flex-start; font-size: .76rem; color: var(--muted, #637273); }
.service-request-item { display: grid; gap: .5rem; padding: .95rem; margin-bottom: .8rem; border: 1px solid var(--line, #dbe5e4); border-radius: .8rem; background: #fff; }
.service-request-item header { display: flex; gap: .5rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.service-offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: .65rem; }
.service-offer-card { display: grid; gap: .3rem; padding: .8rem; border: 1px solid var(--line, #dbe5e4); border-radius: .7rem; background: #fbfdfd; font-size: .85rem; }
.service-offer-card.accepted { border-color: var(--brand, #15836d); background: var(--success-soft, #e7f7f0); }
.insurance-offer-card { }
.insurance-offer-card .product-bottom { flex-wrap: wrap; }
.insurance-offer-facts { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; margin: .65rem 0; font-size: .82rem; color: var(--muted, #637273); }
.discount-pill { color: #0b6b58; background: #e7f7f0; border-color: #a9dfc9; }
.seller-question-list { display: grid; gap: .7rem; }
.seller-question-card { padding: .85rem 1rem; border: 1px solid var(--line, #dbe5e4); border-radius: .75rem; background: #fff; }
.seller-question-card > strong { display: block; }
.seller-question-card > small { display: block; margin-top: .3rem; color: var(--muted, #637273); }
.seller-question-answer { margin: .65rem 0 0; padding: .6rem .75rem; border-left: 3px solid var(--brand, #15836d); background: #f4faf8; }
.panel-question-row { display: grid; gap: .45rem; padding: .8rem 0; border-bottom: 1px solid var(--line, #dbe5e4); }
.panel-question-row small { color: var(--muted, #637273); }
@media (max-width: 900px) {
  .insurance-card-body, .insurance-firm-hero, .insurance-firm-service-card { grid-template-columns: 1fr; }
  .insurance-card-side { border-left: 0; border-top: 1px solid var(--line); padding-top: 14px; padding-left: 0; }
  .insurance-firm-info-grid, .insurance-detail-columns, .insurance-storefront-facts, .insurance-storefront-modules { grid-template-columns: 1fr; }
  .insurance-trust-panel { align-items: flex-start; flex-direction: column; }
  .vehicle-quote-grid-wrap { grid-template-columns: 1fr; }
  .service-request-steps, .service-request-grid { grid-template-columns: 1fr; }
  .insurance-feedback-heading, .insurance-review-write { align-items: stretch; flex-direction: column; }
  .insurance-feedback-score { justify-items: start; }
  .seller-questions-rule { max-width: none; }
}

/* Sigorta teklif merkezi */
.insurance-quote-tabs,
.insurance-quote-filterbar,
.insurance-quote-layout {
  display: flex;
  gap: .75rem;
  margin: 1rem 0;
}

.insurance-quote-tabs { flex-wrap: wrap; }
.insurance-quote-tabs .button.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.insurance-quote-tabs .button span { margin-left: .35rem; font-weight: 700; }
.insurance-quote-filterbar { align-items: end; flex-wrap: wrap; }
.insurance-quote-filterbar label { display: grid; gap: .35rem; font-size: .875rem; font-weight: 650; }
.insurance-quote-filterbar select { min-width: 150px; }
.insurance-quote-layout { align-items: start; }
.insurance-quote-layout > section { flex: 0 0 42%; min-width: 300px; }
.insurance-quote-layout > aside { flex: 1; min-width: 0; }
.insurance-quote-list { display: grid; gap: .55rem; }
.insurance-quote-row { width: 100%; border: 1px solid var(--line); background: var(--surface); border-radius: 10px; padding: .85rem; text-align: left; display: grid; gap: .35rem; cursor: pointer; color: inherit; }
.insurance-quote-row:hover,
.insurance-quote-row.active { border-color: var(--brand); background: var(--success-soft); }
.insurance-quote-row .pill { width: max-content; font-size: .72rem; }
.insurance-quote-row small { color: var(--muted); font-weight: 650; }
.insurance-quote-detail-head h3 { margin: .4rem 0; }
.insurance-quote-detail-head p { color: var(--muted); margin: 0; font-size: .875rem; }
.insurance-quote-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 1rem 0 1.25rem; }
.insurance-quote-facts div { padding: .75rem; border-radius: 8px; background: var(--surface-strong); }
.insurance-quote-facts dt { color: var(--muted); font-size: .78rem; font-weight: 650; }
.insurance-quote-facts dd { margin: .25rem 0 0; overflow-wrap: anywhere; }
.insurance-quote-offer-form { border-top: 1px solid var(--line); padding-top: 1rem; }
.insurance-quote-offer-form h3 { margin-top: 0; }

.reseller-open-toggle { display: flex; align-items: center; gap: .5rem; font-weight: 650; cursor: pointer; }
.reseller-open-toggle input { width: auto; }

@media (max-width: 820px) {
  .insurance-quote-layout { display: grid; }
  .insurance-quote-layout > section { min-width: 0; }
}

@media (max-width: 520px) {
  .insurance-quote-tabs .button { width: 100%; justify-content: space-between; }
  .insurance-quote-filterbar label { width: 100%; }
  .insurance-quote-filterbar select { width: 100%; }
  .insurance-quote-facts { grid-template-columns: 1fr; }
}

/* Temsilci paneli (T8) — urun havuzu, hakedis, anlasma kartlari */
.reseller-pool-list { display: grid; gap: 1rem; }
.reseller-pool-group { margin: 0; }
.reseller-pool-group h3 { margin: 0 0 .25rem; font-size: 1rem; }
.reseller-pool-group .muted { margin: 0 0 .5rem; font-size: .82rem; }
.reseller-earn-group { margin-bottom: 1.5rem; }
.reseller-earn-group h3 { margin: 0 0 .5rem; font-size: 1rem; }
.reseller-earn-group h3 small { font-weight: 500; margin-left: .5rem; }
.reseller-agreement-card { border: 1px solid var(--line); border-radius: 10px; padding: 1rem; margin-bottom: 1rem; }
.reseller-agreement-card h3 { margin: 0 0 .5rem; font-size: 1rem; }
.reseller-agreement-card p { margin: .25rem 0; font-size: .9rem; }
.pill--danger { background: #fee2e2; color: #991b1b; }

/* Temsilci satisi (T9) — ilan detayi siparis paneli ve takip akisi */
.reseller-order-panel { margin-bottom: 1.5rem; }
.reseller-order-panel h2 { margin: .25rem 0 .5rem; }
.reseller-order-seller { display: grid; gap: .5rem; margin: .75rem 0; }
.reseller-order-seller dt { color: var(--muted); font-size: .78rem; font-weight: 650; }
.reseller-order-seller dd { margin: .15rem 0 0; }
.order-track-flow { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 1rem 0; }
.order-track-step { font-size: .8rem; padding: .35rem .6rem; border-radius: 999px; background: var(--surface-strong); color: var(--muted); }
.order-track-step.done { background: #dcfce7; color: #166534; }
.order-track-step.current { background: #1d4ed8; color: #fff; font-weight: 650; }

/* Saha kiti (T11) — rehber kartlari ve yazdirilabilir firma sunumu */
.reseller-kit-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.reseller-kit-card { border: 1px solid var(--line); border-radius: 10px; padding: .9rem; }
.reseller-kit-card h4 { margin: 0 0 .4rem; font-size: .95rem; }
.reseller-kit-card p { margin: 0; font-size: .87rem; }
@media print {
  .field-kit-sheet { padding: 0; }
  .field-kit-sheet h1 { font-size: 20pt; }
  body > header, body > footer, .site-header, .site-footer, .support-fab { display: none !important; }
}

/* --- Kapsiyo Forum (Discourse) yuzeyleri --- */

.forum-topic-panel {
  display: grid;
  gap: 12px;
}

.forum-topic-panel h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
}

.forum-topic-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.forum-topic-panel.is-pending {
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: #fbfdfd;
}

.forum-topic-list {
  display: grid;
  gap: 8px;
}

.forum-topic-item {
  display: grid;
  gap: 2px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.forum-topic-item:hover,
.forum-topic-item:focus-visible {
  border-color: rgba(0, 116, 112, 0.35);
}

.forum-topic-item span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand);
}

.forum-topic-item strong {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.forum-topic-item em {
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

.forum-topic-empty {
  padding: 14px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: #fbfdfd;
}

.forum-topic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.community-forum-gate {
  margin: 10px 0 0;
  padding: 11px 13px;
  border: 1px solid rgba(0, 116, 112, 0.2);
  border-radius: 12px;
  background: rgba(0, 116, 112, 0.05);
  font-size: 13px;
}

/* --- Sohbet balonu -----------------------------------------------------
   SOL altta durur: sag alt kose .contrib-fab'a ait (styles.css icinde
   right:20px; bottom:20px; z-index:900) ve haklar/bagis kategorilerinde
   cakisirdi. z-index contrib-fab'in altinda kalir. */
.forum-chat-bubble {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 890;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* Dokunma hedefi en az 44x44: titrek el, motor kisitlilik ve buyutulmus
     ekranda daha kucugu isabet ettirilemiyor. */
  min-height: 44px;
  min-width: 44px;
  padding: 12px 18px;
  border: none;
  border-radius: 30px;
  background: var(--brand);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.15s ease, transform 0.15s ease;
}

.forum-chat-bubble:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.forum-chat-bubble .ui-icon {
  width: 18px;
  height: 18px;
}

/* Dar ekranda etiket duser, ikon kalir; balon alt menunun ustune cikar
   (body padding-bottom: 68px -- mobil alt menu). */
@media (max-width: 860px) {
  .forum-chat-bubble {
    bottom: calc(68px + 12px);
    padding: 12px 14px;
  }

  .forum-chat-bubble-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .forum-chat-bubble {
    transition: none;
  }

  .forum-chat-bubble:hover {
    transform: none;
  }
}

/* Sayfa ici sohbet paneli. Modal DEGIL: sayfanin geri kalani kullanilabilir
   kalir, arkasi karartilmaz. Balonun hemen ustunde acilir. */
.forum-chat-panel {
  position: fixed;
  left: 20px;
  bottom: 76px;
  z-index: 890;
  width: min(380px, calc(100vw - 40px));
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.forum-chat-panel[hidden] {
  display: none;
}

.forum-chat-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}

.forum-chat-panel-actions {
  display: flex;
  gap: 6px;
}

.forum-chat-panel-actions .button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.forum-chat-panel-frame {
  height: min(56vh, 520px);
  min-height: 320px;
  overflow: hidden;
}

.forum-chat-loading {
  margin: 0;
  padding: 16px;
  color: var(--muted);
  font-size: 13px;
}

.forum-chat-list {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  height: 100%;
  overflow-y: auto;
  display: grid;
  gap: 12px;
  align-content: start;
}

.forum-chat-msg {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.forum-chat-avatar {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.forum-chat-msg-head {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.forum-chat-msg-head strong {
  color: var(--text);
  font-size: 13px;
}

.forum-chat-msg-body {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.45;
  /* Uzun kelime/adres paneli tasirmasin */
  overflow-wrap: anywhere;
}

.forum-chat-panel-state {
  padding: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.forum-chat-panel-state p {
  margin: 0 0 10px;
}

.forum-chat-panel-state code {
  font-size: 12px;
  word-break: break-all;
}

.forum-chat-composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
}

.forum-chat-composer[hidden] {
  display: none;
}

.forum-chat-composer textarea {
  min-height: 44px;
  max-height: 120px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  resize: vertical;
}

.forum-chat-composer .button {
  min-height: 44px;
}

.forum-chat-composer-msg {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.forum-chat-composer-msg:empty {
  display: none;
}

.forum-chat-composer-msg.is-error {
  color: #c8392b;
}

.forum-chat-panel-note {
  margin: 0;
  padding: 8px 12px;
  border-top: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  /* Dar ekranda panel neredeyse tam ekran; alt menuyu ortmez. */
  .forum-chat-panel {
    left: 12px;
    right: 12px;
    bottom: calc(68px + 68px);
    width: auto;
  }

  .forum-chat-panel-frame {
    height: 52vh;
  }
}

/* --- /topluluk/ merkezde forum cercevesi -------------------------------
   Forumun kendi yan menusu + icerik alani burada calisir. Cerceve ADLI
   (name="kapsiyo-forum"); sayfadaki forum baglantilari target ile buraya
   yuklenir, JS gerekmez. */
.forum-main-frame {
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  overflow: hidden;
}

.forum-main-frame-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.forum-main-frame-head h2 {
  margin: 2px 0 0;
  font-size: 20px;
}

/* Yukseklik ekrana gore: forumun kendi listesi rahat gorunsun ama sayfa
   tamamen cerceveye teslim olmasin. Cerceve kendi icinde kaydirilir. */
.forum-main-frame-embed {
  display: block;
  width: 100%;
  height: min(78vh, 900px);
  min-height: 480px;
  border: 0;
}

@media (max-width: 860px) {
  .forum-main-frame-embed {
    height: 70vh;
    min-height: 400px;
  }
}

/* --- /topluluk/ forum merkezi ------------------------------------------ */

.forum-club-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.forum-club-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.forum-club-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.forum-club-badge {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.forum-club-head small {
  display: block;
  color: var(--muted);
}

.forum-club-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.forum-channel-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.forum-channel-chip {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

.forum-channel-chip span {
  color: var(--muted);
  margin-left: 6px;
}

/* Iki sutun: solda bolumler + gomulu tartisma, sagda panel ve reklam.
   Olculer .community-dashboard-shell ile ayni tutuluyor ki 980px altinda
   mevcut tek sutun kurali (bkz. media query) aynen devralinsin. */
.community-embed-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.community-embed-side {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 14px;
}

.forum-section-grid {
  display: grid;
  gap: 10px;
}

.forum-section-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.forum-section-card > summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.forum-section-card > summary::-webkit-details-marker {
  display: none;
}

.forum-section-name {
  font-weight: 850;
}

.forum-section-meta {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.forum-section-card > summary small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.forum-section-body {
  display: grid;
  gap: 14px;
  padding: 0 16px 16px;
}

.forum-child-head a {
  font-weight: 800;
  text-decoration: none;
  color: inherit;
}

.forum-child-head p {
  margin: 2px 0 6px;
  font-size: 13px;
  color: var(--muted);
}

.forum-topic-row {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}

.forum-topic-row:hover,
.forum-topic-row:focus-visible {
  background: var(--surface-strong);
}

.forum-topic-row em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

.forum-section-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.forum-embed-panel {
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  overflow: hidden;
}

.forum-embed-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}

.forum-embed-actions {
  display: flex;
  gap: 8px;
}

.forum-embed-frame iframe {
  display: block;
}

@media (max-width: 980px) {
  .community-embed-shell {
    grid-template-columns: 1fr;
  }

  .community-embed-side {
    position: static;
  }
}

/* Kategori tartismalarinda "mevcut / forum" karsilastirma modu.
   Gorunum ÖTV bilgi/test merkezi kartlariyla ayni: iki kapali kart yan yana.
   Ozet satiri doner (app.js data-discussion-rotator), kart acilinca durur. */
.discussion-compare-grid {
  margin-top: 18px;
}

.discussion-compare-card summary > small {
  min-height: 2.6em;
}

/* Ic panel zaten kendi cercevesini tasiyor; kart icinde ikinci kutu olmasin. */
.discussion-compare-body > .category-forum-discussion,
.discussion-compare-body > .vehicle-discussion-board {
  border: 0;
  padding: 0;
  background: none;
}

.category-forum-discussion {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.forum-sso-page {
  display: grid;
  gap: 12px;
  padding: 32px 0;
}

.forum-sso-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 720px) {
  .forum-topic-actions .button {
    flex: 1 1 100%;
  }
}
