:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #eef4fb;
  --line: #dbe6f3;
  --text: #16314f;
  --muted: #67809b;
  --primary: #2f7ff0;
  --primary-strong: #1c65d6;
  --shadow: 0 18px 40px rgba(20, 52, 94, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f7fbff 0%, #f3f6fa 100%);
}
a { color: inherit; text-decoration: none; }
.nav-pro {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(219,230,243,.85);
  box-shadow: 0 6px 22px rgba(15, 47, 85, .04);
}
.brand-pro {
  font-weight: 900;
  font-size: 1.9rem;
  color: #1557d6;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  letter-spacing: -.03em;
}
.navbar .nav-link { color: #495e79; font-weight: 600; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--primary); }
.category-dropdown { width: min(760px, 92vw); }
.search-pill {
  display: flex; align-items: center; gap: .65rem;
  padding: .75rem 1rem; border-radius: 16px;
  background: #f6f9fd; border: 1px solid var(--line);
}
.search-pill input { border: 0; outline: 0; background: transparent; width: 170px; color: var(--text); }
.btn { border-radius: 15px; padding: .8rem 1.2rem; font-weight: 700; }
.btn-sm { border-radius: 12px; }
.btn-primary { background: linear-gradient(180deg, #3b8cff 0%, #246de2 100%); border: 0; box-shadow: 0 14px 26px rgba(42, 120, 235, .22); }
.btn-primary:hover { background: linear-gradient(180deg, #2f7ff0 0%, #1e64d6 100%); }
.btn-outline-primary { border: 1px solid #9cc0f5; color: #2166df; background: #fff; }
.eyebrow {
  display: inline-block; margin-bottom: .9rem; text-transform: uppercase; letter-spacing: .12em;
  font-size: .8rem; font-weight: 800; color: #668ac0;
}
.hero-pro {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 2rem;
  padding: 2.2rem 2.4rem; border-radius: 34px;
  background: linear-gradient(135deg, #f7fbff 0%, #edf4fd 100%);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.hero-compact .hero-copy h1 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1.02; margin: 0 0 1rem; max-width: 11ch; letter-spacing: -.04em;
}
.hero-copy p { font-size: 1rem; line-height: 1.7; color: var(--muted); max-width: 56ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.hero-visual { display:flex; justify-content:center; align-items:center; }
.hero-visual img { width: 100%; max-width: 470px; height: auto; display: block; }
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:1rem; margin-bottom:1.6rem; }
.section-head h2, .listing-top h1 { margin:0; font-size: clamp(1.9rem, 2.2vw, 2.6rem); letter-spacing:-.03em; }
.text-link { color: var(--primary); font-weight: 700; }
.category-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem;
}
.category-grid-big { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-card {
  display:flex; align-items:flex-start; gap:1rem; padding:1.25rem;
  background: var(--surface); border:1px solid var(--line); border-radius: 22px;
  box-shadow: 0 10px 28px rgba(24, 56, 96, .05); transition: .18s ease; min-height: 126px;
}
.category-card:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(24,56,96,.09); }
.category-icon {
  width: 56px; height: 56px; border-radius: 18px; display:grid; place-items:center;
  background: linear-gradient(180deg, #eff6ff 0%, #dceaff 100%); color:#2166df; font-size:1.45rem; flex:0 0 auto;
}
.category-card h3 { margin: .1rem 0 .3rem; font-size: 1.05rem; }
.category-card p { margin:0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.promo-band {
  padding: 1.7rem; border-radius: 28px; background: linear-gradient(135deg, #173154 0%, #1d4b84 100%); color:#fff;
  display:grid; grid-template-columns: .9fr 1.1fr; gap: 1.3rem; align-items: center;
}
.promo-band h2 { margin:0; font-size: 2rem; letter-spacing: -.03em; }
.promo-cards { display:grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mini-auction {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 1rem;
}
.mini-auction strong { display:block; margin-bottom:.45rem; }
.mini-auction small { color: rgba(255,255,255,.75); }
.badge-soft { background:#edf4ff; color:#2565d7; border:1px solid #cfe0fb; padding:.5rem .8rem; border-radius:999px; font-weight:700; }
.site-footer { padding: 0 0 3rem; }
.footer-stats {
  display:grid; grid-template-columns: repeat(3, 1fr); gap:1rem; margin-bottom:1.2rem;
}
.footer-stat {
  background: #fff; border:1px solid var(--line); border-radius: 22px; padding: 1.2rem 1.4rem; box-shadow: 0 12px 26px rgba(24,56,96,.04);
}
.footer-stat span { display:block; font-size:1.8rem; font-weight:800; }
.footer-stat small { color: var(--muted); }
.footer-main {
  display:flex; justify-content:space-between; gap:1rem; padding:1.4rem 1.7rem; background:#fff; border:1px solid var(--line);
  border-radius: 24px; box-shadow: 0 12px 26px rgba(24,56,96,.04);
}
.footer-copy { color: var(--muted); max-width: 560px; margin: 0; }
.footer-links { display:flex; gap:1.2rem; align-items:center; flex-wrap:wrap; font-weight:700; color:#34506e; }
.listing-top { display:flex; justify-content:space-between; align-items:end; gap:1rem; }
.sidebar-panel, .toolbar-panel, .contact-shell, .empty-panel, .card-soft, .card-dashboard {
  background:#fff; border:1px solid var(--line); border-radius: 24px; box-shadow: 0 14px 30px rgba(24,56,96,.05);
}
.sidebar-panel { padding: 1.2rem; }
.sidebar-block h2 { margin:0 0 .9rem; font-size:1.05rem; }
.sidebar-links { display:flex; flex-direction:column; gap:.45rem; max-height: 560px; overflow:auto; }
.sidebar-link {
  display:flex; align-items:center; gap:.7rem; padding:.85rem 1rem; border-radius: 16px; color:#2b4968; font-weight:600;
}
.sidebar-link:hover, .sidebar-link.active { background:#eef5ff; color:#1f65d7; }
.toolbar-panel { padding: 1.25rem; }
.input-icon { position:relative; }
.input-icon i { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:#7a92ae; }
.input-icon .form-control { padding-left: 2.5rem; }
.form-control, .form-select {
  border-radius: 15px; border:1px solid var(--line); padding: .9rem 1rem; background:#fbfdff;
}
.form-control:focus, .form-select:focus { box-shadow: 0 0 0 .2rem rgba(47,127,240,.14); border-color:#8fb4ee; }
.auction-stack { display:flex; flex-direction:column; gap: 1rem; }
.auction-row-card {
  display:grid; grid-template-columns: 292px 1fr; background:#fff; border:1px solid var(--line); border-radius: 24px;
  overflow:hidden; box-shadow: 0 12px 28px rgba(24,56,96,.05);
}
.auction-row-thumb { background:#eef4fb; }
.auction-row-thumb img { width:100%; height:100%; min-height:230px; object-fit:cover; display:block; }
.auction-row-body { padding: 1.25rem 1.35rem; display:flex; flex-direction:column; }
.auction-row-head { display:flex; justify-content:space-between; gap:1rem; align-items:flex-start; margin-bottom:.85rem; }
.auction-tags,
.auction-detail-badges {
  display:flex;
  gap:.55rem;
  align-items:center;
  flex-wrap:wrap;
}
.auction-tags .badge,
.auction-detail-badges .badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:40px;
  padding:.58rem .95rem;
  border-radius:999px;
  font-size:.92rem;
  line-height:1.1;
  vertical-align:middle;
  white-space:nowrap;
}
.auction-tags .badge img,
.auction-detail-badges .badge img {
  width:18px;
  height:18px;
  flex:0 0 18px;
}
.auction-date { color: var(--muted); font-size: .95rem; }
.auction-price { font-size: 1.9rem; line-height:1; font-weight:800; color:#1f65d7; white-space:nowrap; }
.auction-row-body h3 { margin:0 0 .55rem; font-size:1.35rem; }
.auction-row-body p { color: var(--muted); margin:0 0 1rem; line-height:1.7; max-width: 70ch; }
.auction-row-foot { margin-top:auto; display:flex; justify-content:space-between; gap:1rem; align-items:flex-end; }
.auction-meta-list { display:flex; flex-wrap:wrap; gap:1rem; color:var(--muted); }
.auction-meta-list span { display:inline-flex; align-items:center; gap:.45rem; }
.empty-panel { padding: 2rem; text-align:center; color: var(--muted); }
.pagination-pro { gap:.5rem; flex-wrap: wrap; }
.pagination-pro .page-item .page-link {
  border:1px solid var(--line); border-radius: 14px; min-width: 44px; text-align:center; color:#295eaf; box-shadow:none;
}
.pagination-pro .page-item.active .page-link { background:#2f7ff0; border-color:#2f7ff0; color:#fff; }
.contact-shell { padding: 2rem; }
.contact-shell h1 { font-size: 2.6rem; letter-spacing:-.03em; margin: 0 0 .8rem; }
.contact-shell p { color: var(--muted); max-width: 60ch; }
.contact-cards { display:grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.contact-card { background:#f8fbff; border:1px solid var(--line); border-radius: 20px; padding: 1.2rem; }
.contact-card i { font-size: 1.5rem; color:#2166df; }
.contact-card h3 { margin: .8rem 0 .4rem; font-size:1.08rem; }
.table, .list-group-item, .auction-box { border-color: var(--line); }
.auction-img, .auction-img-lg { width:100%; display:block; object-fit:cover; background:#eef4fb; }
.auction-img { height:220px; border-top-left-radius: 24px; border-top-right-radius: 24px; }
.auction-img-lg { height:420px; border-top-left-radius: 24px; border-top-right-radius: 24px; }
.section-title { letter-spacing:-.03em; }
@media (max-width: 1199px) {
  .hero-pro, .promo-band { grid-template-columns: 1fr; }
  .category-grid, .category-grid-big { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .auction-row-card { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .container { padding-left: 1rem; padding-right: 1rem; }
  .hero-pro { padding: 1.45rem; border-radius: 26px; }
  .hero-compact .hero-copy h1 { max-width: none; font-size: 2.4rem; }
  .category-grid, .category-grid-big, .footer-stats, .contact-cards, .promo-cards { grid-template-columns: 1fr; }
  .footer-main, .section-head, .listing-top, .auction-row-head, .auction-row-foot { flex-direction: column; align-items: flex-start; }
  .auction-row-thumb img { height: 220px; }
}

.brand-pro { font-size: 1.75rem; }
.hero-auction-home { grid-template-columns: .98fr .92fr; padding: 2rem 2.2rem; min-height: 390px; }
.hero-auction-home .hero-copy h1 { max-width: 10ch; font-size: clamp(2.2rem, 3vw, 3.55rem); }
.hero-auction-home .hero-copy p { max-width: 48ch; }
.hero-visual-gavel img { max-width: 560px; filter: drop-shadow(0 28px 40px rgba(34,91,180,.14)); }
.category-grid-icons { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
.category-card-visual { flex-direction: column; align-items: center; text-align: center; min-height: 0; padding: 1.2rem 1rem 1.05rem; }
.category-card-visual h3 { margin: .75rem 0 .3rem; font-size: 1.02rem; }
.category-card-visual p { font-size: .84rem; line-height: 1.45; }
.category-icon-image { width: 92px; height: 92px; border-radius: 999px; display: grid; place-items: center; background: transparent; box-shadow: 0 14px 32px rgba(18,59,115,.10); overflow:hidden; }
.category-icon-image img { width: 92px; height: 92px; display: block; transform: translateZ(0); }
.sidebar-link i { color: #2f7ff0; }
.auction-row-card { border-radius: 26px; }
.auction-row-thumb { padding: 14px; background: linear-gradient(180deg,#f7fbff 0%, #edf4fd 100%); }
.auction-row-thumb img { min-height: 206px; border-radius: 20px; }
.auction-row-body h3 a:hover { color: #1f65d7; }
.auction-price { font-size: 2rem; }
@media (max-width: 1199px) {
  .category-grid-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hero-auction-home { padding: 1.35rem; min-height: 0; }
  .category-grid-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-icon-image, .category-icon-image img { width: 78px; height: 78px; }
}


.hero-copy h1 strong { color: #1d64d7; }
.hero-copy p { max-width: 52ch; }
.category-card-visual { padding-top: 1rem; }
.category-card-visual:hover .category-icon-image { transform: translateY(-2px) scale(1.02); }
.category-icon-image { transition: transform .18s ease, box-shadow .18s ease; }
.category-card-visual p { color: #6e87a3; }


.mega-dropdown-wrap { position: static; }
.mega-dropdown {
  width: min(1120px, calc(100vw - 40px));
  left: 50% !important; transform: translateX(-50%);
  margin-top: 1rem; background: #fff;
  border: 1px solid var(--line) !important;
}
.mega-dropdown-head {
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding: 1.2rem 1.35rem; background: linear-gradient(180deg,#f9fbff 0%,#f1f7ff 100%);
  border-bottom: 1px solid var(--line);
}
.mega-dropdown-head h3 { margin: 0; font-size: 1.15rem; }
.mega-dropdown-grid {
  display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem;
  padding: 1rem;
}
.mega-cat-card {
  border: 1px solid var(--line); border-radius: 22px; padding: 1rem;
  background: linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow: 0 10px 26px rgba(20,52,94,.05); transition: .18s ease;
}
.mega-cat-card:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(20,52,94,.08); }
.mega-cat-top { display:flex; gap:.85rem; align-items:center; margin-bottom:.7rem; }
.mega-cat-icon { width: 54px; height: 54px; border-radius: 16px; overflow:hidden; display:block; flex: 0 0 auto; box-shadow: 0 8px 18px rgba(18,59,115,.09); }
.mega-cat-icon img { width:100%; height:100%; object-fit:cover; display:block; }
.mega-cat-top strong { display:block; color:#15345b; }
.mega-cat-top small { color: var(--muted); display:block; margin-top:.15rem; }
.mega-subcats { display:flex; flex-wrap:wrap; gap:.45rem; }
.mega-subcats span {
  background:#f4f8ff; border:1px solid #dbe8fb; color:#36567a; border-radius:999px; padding:.38rem .6rem; font-size:.8rem; font-weight:600;
}
.auction-row-card-olx {
  grid-template-columns: 280px 1fr; border-radius: 22px; overflow:hidden;
}
.auction-row-card-olx .auction-row-thumb { padding: 12px; background: #f6f8fb; }
.auction-row-card-olx .auction-row-thumb img {
  min-height: 220px; height: 220px; border-radius: 16px; object-fit: cover;
}
.auction-row-card-olx .auction-row-body { padding: 1.25rem 1.35rem 1.2rem; }
.auction-row-card-olx .auction-row-head { margin-bottom: .6rem; }
.auction-row-card-olx .auction-row-body h3 { margin:0; font-size:1.28rem; line-height:1.3; }
.auction-row-card-olx .auction-row-body p { margin: 0 0 1rem; font-size: .98rem; }
.auction-card-olx {
  display:flex;
  flex-direction:column;
  min-height:100%;
  height:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(24,56,96,.05);
}
.auction-card-olx .auction-thumb-wrap {
  display:block;
  position:relative;
  padding:14px;
  background:linear-gradient(180deg,#f7fbff 0%, #edf4fd 100%);
  overflow:hidden;
}
.auction-card-olx .auction-thumb-wrap picture,
.auction-card-olx .auction-thumb-wrap img {
  display:block;
  width:100%;
}
.auction-card-olx .auction-thumb-wrap img {
  height:260px;
  border-radius:20px;
  object-fit:cover;
  background:#fff;
}
.auction-card-olx .auction-content-wrap {
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  gap:.2rem;
  padding:1.1rem 1.15rem 1.15rem;
}
.auction-card-olx h3 {
  margin:0;
  font-size:1.04rem;
  line-height:1.45;
  min-height:3rem;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.auction-card-olx h3 a {
  color:#17314f;
}
.auction-card-olx .auction-tags {
  margin-bottom:.35rem !important;
}
.auction-card-olx .auction-tags .badge {
  min-height:36px;
  padding:.5rem .82rem;
  font-size:.84rem;
}
.auction-card-olx .auction-price {
  font-size:1.8rem;
}
.auction-card-olx .auction-card-meta-row {
  margin-top:.55rem;
  margin-bottom:0 !important;
  min-height:1.5rem;
}
.auction-card-olx .d-flex.mt-auto {
  margin-top:auto !important;
  padding-top:.7rem;
}
.auction-card-olx .btn {
  white-space:nowrap;
}
.auction-price-wrap { text-align: right; min-width: 180px; }
.auction-price-label { color: var(--muted); font-size: .88rem; margin-bottom: .18rem; }
.auction-actions-inline { display:flex; align-items:center; gap:.75rem; }
.auction-card-meta-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-top:.8rem;
  color:var(--muted);
  font-size:.95rem;
}
.auction-card-meta-left,
.auction-card-meta-right {
  display:inline-flex;
  align-items:center;
  gap:.8rem;
  min-width:0;
}
.auction-card-meta-right span,
.auction-card-meta-left span,
.auction-card-meta-row > span {
  display:inline-flex;
  align-items:center;
  gap:.4rem;
}
@media (hover: hover) and (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu.mega-dropdown { display: block; }
}
@media (max-width: 1199px) {
  .mega-dropdown { width: 100%; transform: none; left: 0 !important; }
  .mega-dropdown-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .mega-dropdown-head { display:none; }
  .mega-dropdown-grid { grid-template-columns: 1fr; padding: .75rem; }
  .mega-cat-card { padding: .85rem; }
}
@media (max-width: 767px) {
  .auction-row-card-olx { grid-template-columns: 1fr; }
  .auction-card-olx .auction-thumb-wrap img { height:220px; }
  .auction-card-olx .auction-content-wrap { padding:1rem; }
  .auction-price-wrap { text-align: left; min-width: 0; }
  .auction-card-meta-row { flex-direction: column; align-items: flex-start; }
  .auction-card-meta-right { justify-content: flex-start; flex-wrap: wrap; }
}

.location-strip{background:#f6f9ff;border:1px solid #d9e5ff;color:#24456b;padding:14px 16px;border-radius:18px;font-weight:500}
.location-strip i{color:#2d6cdf;margin-right:8px}
.seller-rating-box .seller-stars{color:#ffb21d;font-size:1.08rem;letter-spacing:1px}
.seller-rating-card{background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%);border:1px solid #d9e5ff;border-radius:22px;padding:1rem;box-shadow:0 12px 26px rgba(33,102,223,.08)}
.seller-rating-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}
.seller-rating-label{font-weight:700;color:#17314f;line-height:1.4}
.seller-rating-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:999px;background:#fff;border:1px solid #d9e5ff;color:#275ea8;font-size:.82rem;font-weight:700;white-space:nowrap}
.seller-rating-body{display:grid;grid-template-columns:120px minmax(0,1fr);gap:1rem;align-items:center}
.seller-rating-score{min-height:96px;border-radius:20px;background:#fff;border:1px solid #d9e5ff;display:flex;align-items:center;justify-content:center;gap:.2rem;box-shadow:0 12px 24px rgba(21,87,214,.08);font-size:2rem;font-weight:800;color:#1f65d7;letter-spacing:-.04em}
.seller-rating-score span{font-size:.95rem;color:#67809b;font-weight:700;letter-spacing:0}
.seller-rating-score .seller-rating-empty{font-size:1rem;color:#17314f;letter-spacing:0}
.seller-rating-meta{display:flex;flex-direction:column;gap:.55rem}
.seller-rating-note{color:#4d6178;line-height:1.55}
.badge.text-bg-light.border{border-color:#d9e5ff!important;color:#24456b!important;background:#fff!important}


.olx-search { display:grid; grid-template-columns: minmax(0,1fr) 280px 120px; background:#fff; border:1px solid var(--line); border-radius:20px; overflow:hidden; box-shadow:0 12px 30px rgba(24,56,96,.05); }
.olx-search-main,.olx-search-location { display:flex; align-items:center; gap:.8rem; padding:1.15rem 1.2rem; }
.olx-search-main { border-right:1px solid var(--line); }
.olx-search-location { border-right:1px solid var(--line); }
.olx-search input { border:0; outline:0; width:100%; background:transparent; font-size:1.05rem; }
.olx-search i { font-size:1.2rem; color:#17314f; }
.olx-search-btn { border-radius:0 !important; background:#022f34; border:0; box-shadow:none; }
.olx-search-btn:hover { background:#01282c; }
.section-head-centered { justify-content:center; text-align:center; }
.category-grid-olx { display:grid; grid-template-columns:repeat(9, minmax(0,1fr)); gap:2rem 1rem; }
.category-olx { display:flex; flex-direction:column; align-items:center; text-align:center; gap:.85rem; font-weight:800; color:#052c43; }
.category-olx strong { font-size:1rem; line-height:1.2; }
.promo-grid-olx { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:1rem; }
.promo-card-olx { background:#fff; border:1px solid var(--line); border-radius:10px; overflow:hidden; box-shadow:0 10px 24px rgba(24,56,96,.04); }
.promo-thumb img { width:100%; height:220px; object-fit:cover; display:block; }
.promo-body { padding:1rem; }
.promo-title-row { display:flex; gap:.75rem; justify-content:space-between; align-items:flex-start; }
.promo-title-row h3 { margin:0; font-size:1.05rem; line-height:1.35; font-weight:500; }
.promo-heart { color:#0c3b46; font-size:1.3rem; }
.promo-price { margin-top:1rem; font-size:1.35rem; font-weight:800; }
.promo-meta-row {
  margin-top: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.promo-meta {
  margin-top: 0;
  color: var(--muted);
  font-size: .95rem;
}
.promo-views {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--muted);
  font-size: .95rem;
  white-space: nowrap;
}

.recently-viewed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.recently-viewed-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(24,56,96,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.recently-viewed-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(24,56,96,.09);
  border-color: #d9e5ff;
}
.recently-viewed-card .auction-thumb-wrap {
  display: block;
  position: relative;
  padding: 14px;
  background: linear-gradient(180deg,#f7fbff 0%, #edf4fd 100%);
  overflow: hidden;
}
.recently-viewed-card .auction-thumb-wrap picture,
.recently-viewed-card .auction-thumb-wrap img {
  display: block;
  width: 100%;
}
.recently-viewed-card .auction-thumb-wrap img {
  height: 250px;
  border-radius: 20px;
  object-fit: cover;
  background: #fff;
}
.recently-viewed-card .auction-content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: .2rem;
  padding: 1.1rem 1.15rem 1.15rem;
}
.recently-viewed-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}
.recently-viewed-card-title-row h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.42;
  min-height: 3rem;
  flex: 1 1 auto;
}
.recently-viewed-card-title-row h3 a {
  color: #17314f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recently-viewed-card-title-row .favorite-heart-btn {
  flex: 0 0 auto;
}
.recently-viewed-card-price {
  margin-top: .8rem;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0f2f4a;
}
.recently-viewed-card-meta {
  margin-top: auto;
  padding-top: .85rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .75rem;
  color: var(--muted);
  font-size: .95rem;
}
.recently-viewed-card-meta-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .35rem;
  min-width: 0;
}
.recently-viewed-separator {
  opacity: .55;
}
.recently-viewed-card-meta-views {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
}
.recently-viewed-context {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.recently-viewed-context .badge {
  min-height: 34px;
  padding: .45rem .72rem;
  font-size: .82rem;
}
.sidebar-icon-img { width:34px; height:34px; border-radius:999px; flex:0 0 34px; box-shadow:0 4px 12px rgba(24,56,96,.08); }
.badge-icon { display:inline-flex; align-items:center; gap:.45rem; }
.badge-icon img { width:18px; height:18px; border-radius:999px; }
@media (max-width: 1199px){ .category-grid-olx{grid-template-columns:repeat(6,minmax(0,1fr));} .promo-grid-olx{grid-template-columns:repeat(3,minmax(0,1fr));} .olx-search{grid-template-columns:1fr;} .olx-search-main,.olx-search-location{border-right:0;border-bottom:1px solid var(--line);} .olx-search-btn{border-radius:0 0 20px 20px !important;} }
@media (max-width: 767px){ .category-grid-olx{grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.4rem .7rem;} .promo-grid-olx{grid-template-columns:1fr;} .category-olx strong{font-size:.9rem;} .recently-viewed-grid{grid-template-columns:1fr;} .recently-viewed-card .auction-thumb-wrap img{height:220px;} .recently-viewed-card-meta{flex-direction:column;align-items:flex-start;} }


.brand-pro {
  color: #0f1720;
}
.brand-pro i {
  color: #0f1720;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #111111;
}
.btn-primary {
  background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
  border: 0;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .16);
}
.btn-primary:hover {
  background: linear-gradient(180deg, #101010 0%, #000000 100%);
}
.btn-outline-primary {
  border: 1px solid #1f1f1f;
  color: #111111;
  background: #fff;
}
.btn-outline-primary:hover {
  background: #111111;
  color: #fff;
  border-color: #111111;
}
.pagination-pro .page-item.active .page-link {
  background: #111111;
  border-color: #111111;
  color: #fff;
}
.toolbar-inline {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, .9fr) minmax(0, .95fr) auto auto;
  gap: 1rem;
  align-items: end;
}
.toolbar-inline:not(:has(.toolbar-subcat)) {
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr) minmax(0, 1fr) auto auto;
}
.toolbar-item .btn {
  width: 100%;
}
.sidebar-link:hover, .sidebar-link.active {
  background: #eef1f6;
  color: #111111;
}
@media (max-width: 1199px) {
  .toolbar-inline,
  .toolbar-inline:not(:has(.toolbar-subcat)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .toolbar-inline,
  .toolbar-inline:not(:has(.toolbar-subcat)) {
    grid-template-columns: 1fr;
  }
}


.auction-filters-panel {
  padding: 1.4rem;
}
.auction-filters-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auction-filters-search {
  max-width: 100%;
}
.auction-filters-search .form-control {
  min-height: 58px;
}
.auction-filters-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(110px, .72fr) minmax(110px, .72fr) minmax(0, .95fr) minmax(0, .95fr);
  gap: 1rem;
  align-items: end;
}
.auction-filter-subcategory {
  grid-column: span 1;
}
.auction-filters-actions {
  display: flex;
  justify-content: flex-end;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: .25rem;
}
.auction-filters-actions .btn {
  min-width: 140px;
}
@media (max-width: 1399px) {
  .auction-filters-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .auction-filter-subcategory {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .auction-filters-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .auction-filters-panel {
    padding: 1rem;
  }
  .auction-filters-row {
    grid-template-columns: 1fr;
  }
  .auction-filters-actions {
    justify-content: stretch;
  }
  .auction-filters-actions .btn {
    width: 100%;
  }
}


/* Panel konta */
.account-shell { display:grid; grid-template-columns: 300px 1fr; gap: 1.35rem; align-items:start; }
.account-sidebar { position: sticky; top: 92px; padding: 1.15rem; }
.account-brand { display:flex; gap: .9rem; align-items:center; padding: .4rem 0 1rem; border-bottom:1px solid var(--line); margin-bottom:1rem; }
.account-brand-badge { width: 56px; height: 56px; border-radius: 18px; display:grid; place-items:center; background: linear-gradient(180deg,#1b1b1b 0%,#000 100%); color:#fff; font-size:1.35rem; box-shadow: 0 16px 28px rgba(0,0,0,.16); }
.account-brand small, .metric-sub, .wallet-note, .data-table tbody td .muted { color: var(--muted); }
.account-nav { display:flex; flex-direction:column; gap:.45rem; }
.account-nav-link { display:flex; justify-content:space-between; align-items:center; gap:.8rem; padding:.9rem 1rem; border-radius:18px; font-weight:700; color:#315270; border:1px solid transparent; }
.account-nav-link:hover, .account-nav-link.active { background: #eef1f6; color:#111; border-color:#d7e5fb; }
.account-main { display:flex; flex-direction:column; gap:1.25rem; }
.account-shell, .account-sidebar, .account-main, .account-main > *, .panel-card, .panel-card-header, .account-brand, .account-brand > div, .account-nav-link, .account-nav-link > span, .table-responsive { min-width:0; }
.account-brand > div, .account-nav-link > span:first-child { min-width:0; }
.account-brand small, .account-nav-link > span:first-child, .account-summary-list strong { overflow-wrap:anywhere; word-break:break-word; }
.table-responsive { max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
.account-hero { padding:1.6rem; background: linear-gradient(135deg,#ffffff 0%,#f4f7fb 55%,#e9eef5 100%); color:var(--text); overflow:hidden; position:relative; }
.account-hero::after { content:''; position:absolute; inset:auto -60px -80px auto; width:220px; height:220px; border-radius:50%; background: rgba(17,17,17,.05); filter: blur(2px); }
.account-hero h1 { font-size: clamp(2rem, 3vw, 2.8rem); margin:0; letter-spacing:-.04em; }
.account-hero p { color: var(--muted); max-width:60ch; margin:.6rem 0 0; }
.account-hero-actions { display:flex; gap:.8rem; flex-wrap:wrap; margin-top:1.2rem; }
.metrics-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:1rem; }
.metric-card { padding:1.2rem; border-radius:24px; background:#fff; border:1px solid var(--line); box-shadow: 0 14px 30px rgba(24,56,96,.05); }
.metric-value { font-size:2rem; font-weight:900; line-height:1; letter-spacing:-.04em; margin-top:.35rem; }
.metric-sub { font-size:.92rem; }
.panel-card { background:#fff; border:1px solid var(--line); border-radius:26px; box-shadow: 0 14px 30px rgba(24,56,96,.05); }
.panel-card-header { padding:1.15rem 1.25rem; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; gap:1rem; align-items:center; }
.premium-grid-2 { display:grid; grid-template-columns: 1.1fr .9fr; gap:1rem; }
.quick-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:.9rem; }
.quick-link { border:1px solid var(--line); border-radius:22px; padding:1rem 1.05rem; background: linear-gradient(180deg,#fff 0%,#f8fbff 100%); }
.quick-link strong { display:block; margin-bottom:.25rem; }
.data-table { width:100%; }
.data-table thead th { font-size:.84rem; text-transform:uppercase; letter-spacing:.04em; color:#6b84a0; background:#f7faff; border-bottom:1px solid var(--line); }
.data-table tbody td, .data-table thead th { padding: .95rem 1rem; vertical-align:middle; }
.data-table tbody tr + tr td { border-top:1px solid #edf2f9; }
.thumb-title { display:flex; align-items:center; gap:.9rem; }
.thumb-title img { width:68px; height:68px; border-radius:18px; object-fit:cover; background:#eef4fb; }
.soft-pill { display:inline-flex; align-items:center; gap:.45rem; padding:.52rem .78rem; border-radius:999px; background:#eef5ff; color:#111; border:1px solid #d7e5fb; font-size:.86rem; font-weight:700; }
.dashboard-list-table { border-collapse:separate; border-spacing:0 14px; margin-top:-4px; }
.dashboard-list-table thead th { background:transparent; border-bottom:0; padding:0 1rem .45rem; font-size:.78rem; font-weight:800; color:#7f94ae; }
.dashboard-list-table tbody td { padding:1.12rem 1rem; background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%); border-top:1px solid #e6eef9; border-bottom:1px solid #e6eef9; box-shadow:0 12px 28px rgba(24,56,96,.04); }
.dashboard-list-table tbody td:first-child { border-left:1px solid #e6eef9; border-radius:24px 0 0 24px; padding-left:1.25rem; }
.dashboard-list-table tbody td:last-child { border-right:1px solid #e6eef9; border-radius:0 24px 24px 0; padding-right:1.25rem; }
.dashboard-list-table tbody tr:hover td { background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%); border-color:#dbe7f7; }
.dashboard-list-table .thumb-title { align-items:flex-start; gap:1rem; min-width:280px; }
.dashboard-list-table .thumb-title img { width:84px; height:84px; border-radius:22px; border:1px solid #e3ebf6; box-shadow:0 16px 28px rgba(24,56,96,.10); flex-shrink:0; }
.dashboard-list-table .thumb-title strong { display:block; font-size:1.08rem; line-height:1.35; color:#16365f; font-weight:800; margin-bottom:.35rem; }
.dashboard-list-table .thumb-title .muted { font-size:.93rem; line-height:1.55; }
.table-field { display:flex; flex-direction:column; gap:.34rem; }
.table-kicker { font-size:.72rem; line-height:1; text-transform:uppercase; letter-spacing:.08em; color:#86a0bb; font-weight:800; }
.table-value { font-size:.98rem; line-height:1.45; color:#203b5b; font-weight:700; }
.date-meta { display:flex; flex-wrap:wrap; gap:.45rem; align-items:center; color:#6f86a3; font-size:.9rem; line-height:1.5; }
.date-meta span:first-child { color:#87a0ba; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:.72rem; }
.price-strong { display:block; font-size:1.5rem; line-height:1.05; font-weight:900; letter-spacing:-.05em; color:#16365f; white-space:nowrap; }
.price-strong-sm { font-size:1.22rem; }
.dashboard-list-table .soft-pill { padding:.7rem .95rem; font-size:.88rem; background:#f1f6ff; border-color:#d8e5f7; }
.dashboard-list-table .status-chip { padding:.52rem .84rem; font-size:.82rem; box-shadow:inset 0 0 0 1px rgba(255,255,255,.35); }
.dashboard-actions { display:flex; flex-direction:column; gap:.65rem; align-items:stretch; min-width:145px; }
.dashboard-actions .btn,
.dashboard-actions form .btn { width:100%; min-height:44px; border-radius:14px; font-weight:800; display:inline-flex; justify-content:center; align-items:center; padding:.72rem 1rem; }
.dashboard-actions form { margin:0; }
.dashboard-actions-wide { min-width:220px; }
.dashboard-actions-single { min-width:120px; }
.dashboard-row-details { border-top:1px solid #eef3f8; padding-top:.9rem; }
.dashboard-row-details summary { cursor:pointer; font-weight:700; color:#27496d; }
.listings-table tbody td:nth-child(2),
.listings-table tbody td:nth-child(3) { min-width:120px; }
.listings-table tbody td:nth-child(4) { min-width:170px; }
.listings-table tbody td:nth-child(5) { min-width:140px; }
.listings-table tbody td:nth-child(6) { min-width:170px; }
.watched-table tbody td:nth-child(3),
.ended-table tbody td:nth-child(3),
.bids-table tbody td:nth-child(2) { min-width:150px; }
.purchases-table tbody td:nth-child(2) { min-width:170px; }
.wallet-history-table tbody td:first-child strong { display:block; font-size:1rem; color:#16365f; margin-bottom:.2rem; }
.wallet-balance-card { padding:1.35rem; background: linear-gradient(135deg,#ffffff 0%,#f5f9ff 100%); }
.wallet-balance-amount { font-size:2.5rem; font-weight:900; letter-spacing:-.05em; }
.wallet-stats { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:.85rem; margin-top:1rem; }
.wallet-stat { padding:.95rem 1rem; border-radius:20px; border:1px solid var(--line); background:#fff; }
.wallet-stat strong { display:block; font-size:1.25rem; }
.wallet-forms { display:grid; grid-template-columns: 1fr; gap:1rem; align-content:start; }
.wallet-form { padding:1.2rem; border:1px solid var(--line); border-radius:22px; background:#fff; }
.wallet-form .btn { width:100%; }
.empty-premium { padding:2.4rem; text-align:center; color:var(--muted); }
.status-chip { display:inline-flex; padding:.38rem .65rem; border-radius:999px; font-weight:700; font-size:.82rem; }
.status-chip.success { background:#ebf9f1; color:#1f8f56; }
.status-chip.warning { background:#fff7e8; color:#b77906; }
.status-chip.secondary { background:#eef3f7; color:#5e7186; }
.status-chip.info { background:#eef1f6; color:#111; }
.account-section-copy { color:var(--muted); max-width:72ch; }
.account-settings-layout { align-items:stretch; }
.account-summary-card { background:linear-gradient(135deg,#ffffff 0%,#f6f9ff 100%); }
.account-summary-content { display:flex; flex-direction:column; gap:1rem; }
.account-summary-top { display:flex; align-items:center; gap:1rem; }
.account-summary-avatar { width:74px; height:74px; border-radius:24px; display:grid; place-items:center; font-size:1.8rem; font-weight:900; background:linear-gradient(180deg,#111 0%,#2b2f36 100%); color:#fff; box-shadow:0 18px 34px rgba(17,17,17,.16); }
.account-summary-name { font-size:1.35rem; font-weight:900; letter-spacing:-.03em; }
.account-summary-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:.85rem; }
.account-summary-list { display:grid; gap:.75rem; }
.account-summary-list > div { display:flex; justify-content:space-between; gap:1rem; padding:.9rem 1rem; border:1px solid var(--line); border-radius:18px; background:#fff; }
.account-summary-list span { color:var(--muted); }
.account-summary-list strong { text-align:right; word-break:break-word; }
.account-note { padding:1rem 1.05rem; border-radius:18px; background:#111; color:#fff; line-height:1.6; }
.settings-form-card .form-control, .settings-form-card .form-select { min-height:48px; border-radius:16px; }
.settings-form-card .form-text { color:var(--muted); }
@media (max-width: 991px) { .account-summary-grid { grid-template-columns:1fr; } }
@media (max-width: 1199px) { .account-shell, .premium-grid-2, .metrics-grid { grid-template-columns: 1fr 1fr; } .wallet-forms { grid-template-columns: 1fr; } .account-sidebar { position:static; } }
@media (max-width: 767px) { .account-shell, .premium-grid-2, .wallet-forms, .metrics-grid, .wallet-stats, .quick-grid { grid-template-columns: 1fr; } .thumb-title { align-items:flex-start; } .dashboard-list-table .thumb-title { min-width:240px; } .dashboard-list-table { min-width: 0; width:100%; table-layout:fixed; } .data-table:not(.dashboard-list-table) { min-width: 0; width:100%; table-layout:fixed; } .account-shell--ultra-light, .account-shell--ultra-light .account-main { overflow-x:clip; } .account-shell--ultra-light .account-sidebar { padding:1rem; } .account-shell--ultra-light .account-brand { align-items:flex-start; } .account-shell--ultra-light .account-nav-link { align-items:flex-start; flex-wrap:wrap; } .account-shell--ultra-light .account-nav-link .soft-pill { margin-left:auto; } .account-shell--ultra-light .panel-card-header, .account-shell--ultra-light .account-summary-top, .account-shell--ultra-light .account-summary-list > div { flex-direction:column; align-items:flex-start; } .account-shell--ultra-light .account-summary-list strong { text-align:left; } .account-shell--ultra-light .dashboard-list-table .thumb-title { min-width:0; } }


.listing-form-stack { display:flex; flex-direction:column; gap:1rem; }
.listing-form-block { display:flex; flex-direction:column; gap:.45rem; }
.listing-form-actions { display:flex; flex-wrap:wrap; gap:.8rem; padding-top:.25rem; }
.publish-options { display:flex; flex-direction:column; gap:.85rem; }
.publish-option { display:grid; grid-template-columns: auto 1fr auto; gap:1rem; align-items:flex-start; padding:1rem 1.05rem; border:1px solid var(--line); border-radius:20px; background:linear-gradient(180deg,#fff 0%,#f8fbff 100%); cursor:pointer; transition:.18s ease; }
.publish-option:hover { transform:translateY(-1px); box-shadow:0 12px 26px rgba(24,56,96,.06); }
.publish-option input { margin-top:.2rem; }
.publish-option strong { display:block; margin-bottom:.2rem; }
.publish-option small { color:var(--muted); display:block; line-height:1.5; }
.publish-option.selected { border-color:#111; box-shadow:0 0 0 1px rgba(17,17,17,.08), 0 16px 28px rgba(24,56,96,.07); }
.publish-option.premium-option { background:linear-gradient(180deg,#ffffff 0%,#f3f5f8 100%); }
.publish-price { font-weight:900; white-space:nowrap; }
.wallet-inline-note { margin-top:.85rem; color:var(--muted); }
@media (max-width: 767px) {
  .publish-option { grid-template-columns: 1fr; }
  .listing-form-actions .btn { width:100%; }
}


.featured-card {
  position: relative;
  border: 2px solid #d4af37 !important;
  box-shadow: 0 18px 38px rgba(212, 175, 55, .16), 0 10px 24px rgba(24,56,96,.06);
  background: linear-gradient(180deg, #fffef8 0%, #ffffff 100%);
}
.featured-thumb {
  position: relative;
  overflow: hidden;
}
.featured-ribbon {
  position: absolute;
  top: 16px;
  right: -42px;
  z-index: 5;
  min-width: 190px;
  padding: .55rem .8rem;
  text-align: center;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3f2b00;
  background: linear-gradient(180deg, #ffe69a 0%, #d4af37 100%);
  box-shadow: 0 12px 24px rgba(165, 121, 0, .25);
  transform: rotate(38deg);
}
.featured-ribbon-detail {
  top: 20px;
  right: -48px;
}
.featured-badge {
  background: linear-gradient(180deg, #fff4c2 0%, #e0b944 100%);
  color: #4f3900;
  border: 1px solid rgba(167,126,11,.28);
  font-weight: 800;
}
.promo-card-olx.featured-card .promo-thumb,
.auction-row-card.featured-card .auction-row-thumb,
.card.featured-card .auction-img-lg {
  background: linear-gradient(180deg, #fff9e7 0%, #fff3cc 100%);
}
@media (max-width: 767px) {
  .featured-ribbon {
    top: 12px;
    right: -56px;
    min-width: 180px;
    font-size: .72rem;
  }
}

.listing-form-stack { display:flex; flex-direction:column; gap:1rem; }
.listing-form-block { display:flex; flex-direction:column; gap:.55rem; }
.image-picker-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(140px, 1fr)); gap:1rem; margin-top:1rem; }
.image-choice-card {
  position:relative; display:flex; flex-direction:column; gap:.65rem; padding:.85rem;
  border:1px solid var(--line); border-radius:18px; background:#fff; cursor:pointer;
  box-shadow:0 10px 24px rgba(24,56,96,.04);
}
.image-choice-card.selected { border-color:#111; box-shadow:0 14px 28px rgba(0,0,0,.1); }
.image-choice-card input { position:absolute; top:10px; right:10px; }
.image-choice-card img { width:100%; height:120px; object-fit:cover; border-radius:14px; display:block; }
.image-choice-card span { font-size:.9rem; font-weight:700; color:#17314f; }
.auction-gallery-strip { display:flex; gap:.75rem; padding:1rem 1rem 0; flex-wrap:wrap; }
.auction-gallery-strip a { display:block; width:92px; height:92px; border-radius:16px; overflow:hidden; border:1px solid var(--line); background:#fff; }
.auction-gallery-strip img { width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width: 767px) {
  .image-picker-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .auction-gallery-strip a { width:74px; height:74px; }
}

.listing-form-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
}
.transport-grid {
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.transport-form-card,
.transport-summary-block {
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  padding:1.1rem 1.15rem;
  box-shadow:0 10px 24px rgba(24,56,96,.04);
}
.transport-form-heading {
  display:flex;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.image-picker-toolbar {
  display:flex;
  justify-content:flex-end;
  margin-top:.75rem;
}
.image-picker-count {
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.38rem .8rem;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  font-size:.88rem;
  font-weight:700;
  color:#17314f;
}
.image-choice-card {
  position:relative;
}
.image-main-toggle {
  display:flex;
  align-items:center;
  gap:.45rem;
  font-size:.92rem;
  font-weight:700;
  color:#17314f;
}
.image-file-name {
  display:block;
  font-size:.82rem;
  color:var(--muted);
  word-break:break-word;
}
.image-remove-btn {
  position:absolute;
  top:10px;
  left:10px;
  width:32px;
  height:32px;
  border:none;
  border-radius:999px;
  background:rgba(15,23,42,.82);
  color:#fff;
  font-size:1.1rem;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(15,23,42,.22);
}
.image-remove-btn:hover {
  background:#111;
}
.auction-description {
  color:#4d6178;
  line-height:1.72;
  text-align:left;
  word-break:break-word;
}
.auction-description-item {
  margin:0;
}
.auction-description-item + .auction-description-item {
  margin-top:.8rem;
}
.auction-description-compact {
  display:flex;
  flex-direction:column;
  gap:.55rem;
}
.auction-description-compact .auction-description-item {
  padding:.8rem .95rem;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #e0eaf7;
  line-height:1.5;
}
.auction-description-compact .auction-description-item + .auction-description-item {
  margin-top:0;
}
.auction-gallery-shell {
  padding:1rem 1rem 0;
}
.auction-gallery-main {
  position:relative;
}
.auction-gallery-main .auction-img-lg {
  border-radius:22px;
}
.gallery-nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:44px;
  height:44px;
  border:none;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px rgba(15,23,42,.18);
}
.gallery-prev { left:14px; }
.gallery-next { right:14px; }
.auction-gallery-strip {
  display:flex;
  gap:.75rem;
  padding:1rem 0 0;
  flex-wrap:nowrap;
  overflow-x:auto;
  scroll-behavior:smooth;
}
.auction-gallery-thumb {
  display:block;
  width:92px;
  min-width:92px;
  height:92px;
  padding:0;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.auction-gallery-thumb.is-active {
  border-color:#111;
  box-shadow:0 0 0 1px rgba(17,17,17,.12), 0 14px 24px rgba(15,23,42,.08);
}
.auction-gallery-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.transport-summary-header {
  margin-bottom:1rem;
}
.transport-summary-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
}
.transport-summary-item {
  border:1px solid var(--line);
  border-radius:18px;
  padding:1rem;
  background:#fff;
}
@media (max-width: 991px) {
  .transport-grid,
  .transport-summary-grid {
    grid-template-columns:1fr;
  }
}
@media (max-width: 767px) {
  .listing-form-grid {
    grid-template-columns:1fr;
  }
  .gallery-nav {
    width:38px;
    height:38px;
  }
  .auction-gallery-thumb {
    width:74px;
    min-width:74px;
    height:74px;
  }
  .seller-rating-body {
    grid-template-columns:1fr;
  }
  .seller-rating-score {
    min-height:82px;
  }
}

.seo-breadcrumbs {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.seo-breadcrumbs .breadcrumb {
  margin: 0;
  font-size: 0.95rem;
}

.seo-breadcrumbs .breadcrumb-item,
.seo-breadcrumbs .breadcrumb-item a {
  color: #5b6475;
  text-decoration: none;
}

.seo-breadcrumbs .breadcrumb-item.active {
  color: #111827;
  font-weight: 600;
}

.seo-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
}


.admin-body { background: #f4f7fb; }
.admin-shell { max-width: 1600px; }
.admin-tabs { display:flex; flex-wrap:wrap; gap:12px; }
.admin-tab { display:inline-flex; align-items:center; gap:8px; padding:12px 16px; border-radius:14px; border:1px solid #d9e3f2; background:#fff; color:#123; text-decoration:none; font-weight:600; }
.admin-tab.active { background:#0f172a; color:#fff; border-color:#0f172a; }
.admin-user-chip { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; background:#f3f6fb; font-weight:600; }
.admin-stat-card { padding:24px; border:1px solid #dfe8f4; }
.admin-stat-card span { display:block; color:#64748b; margin-bottom:12px; }
.admin-stat-card strong { display:block; font-size:2rem; line-height:1; margin-bottom:8px; }
.admin-stat-card small { color:#64748b; }
.admin-list-item, .admin-ticket, .admin-message-row { padding:16px; border:1px solid #e2e8f0; border-radius:16px; background:#fff; }
.admin-list-item + .admin-list-item, .admin-ticket + .admin-ticket, .admin-message-row + .admin-message-row { margin-top:12px; }
.admin-toolbar { display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.admin-table td, .admin-table th { vertical-align:top; }
.platform-stats-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.platform-stat-card { background:#fff; border:1px solid #dfe8f4; border-radius:24px; padding:24px; box-shadow:0 10px 30px rgba(15, 23, 42, 0.04); }
.platform-stat-card span { display:block; color:#64748b; margin-bottom:10px; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; }
.platform-stat-card strong { display:block; font-size:2rem; color:#0f172a; margin-bottom:6px; }
.platform-stat-card small { color:#64748b; }
.contact-shell-admin { grid-template-columns: 1.05fr 1fr; align-items:start; }
@media (max-width: 991px) { .platform-stats-grid { grid-template-columns:1fr; } .contact-shell-admin { grid-template-columns:1fr; } }

.offer-section-block {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 28px rgba(24,56,96,.05);
}
.offer-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.offer-section-kicker {
  margin-bottom: .35rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2f7ff0;
}
.auction-description {
  color: #3f5874;
  line-height: 1.75;
}
.auction-description-item {
  margin: 0;
  font-size: 1rem;
}
.auction-description-item + .auction-description-item {
  margin-top: .95rem;
  padding-top: .95rem;
  border-top: 1px solid #e8eff8;
}
.auction-description-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.auction-description-compact .auction-description-item {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid #dbe8fb;
  border-radius: 18px;
  background: #fff;
  color: #224769;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(24,56,96,.04);
}
.auction-description-compact .auction-description-item::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: .95rem;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
  color: #2268da;
  font-size: .95rem;
  font-weight: 800;
}
.auction-description-compact .auction-description-item + .auction-description-item {
  padding-top: 1rem;
  border-top: 1px solid #dbe8fb;
}
.offer-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.offer-fact-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: .95rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(24,56,96,.04);
}
.offer-fact-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
  color: #2268da;
  font-size: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.offer-fact-card .small {
  margin-bottom: .2rem;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7b91a8 !important;
}
.offer-fact-card .fw-semibold {
  font-size: 1rem;
  line-height: 1.45;
  color: #17314f;
}
.offer-value-panel {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #f9fbff 0%, #f1f7ff 100%);
  box-shadow: 0 12px 28px rgba(24,56,96,.05);
}
.offer-value-panel h2 {
  font-size: 1.12rem;
}
.offer-value-panel p {
  color: #587088;
  line-height: 1.72;
}
.offer-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.offer-benefit-item,
.offer-confidence-item {
  display: flex;
  align-items: flex-start;
  gap: .72rem;
  padding: .9rem .95rem;
  border-radius: 18px;
  border: 1px solid #e1ebf8;
  background: #fff;
}
.offer-benefit-item i,
.offer-confidence-item i {
  color: #2d6cdf;
  font-size: 1.05rem;
  margin-top: .12rem;
}
.offer-benefit-item span,
.offer-confidence-item span {
  color: #294866;
  line-height: 1.55;
  font-weight: 600;
}
.location-strip {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: linear-gradient(180deg, #f7fbff 0%, #eff6ff 100%);
  border: 1px solid #d8e5fb;
  color: #24456b;
  padding: 1rem 1.05rem;
  border-radius: 18px;
}
.transport-summary-block {
  margin-top: 1.5rem;
}
.transport-summary-header h2 {
  margin: 0;
}
.transport-summary-item {
  border-color: #e1ebf8;
  box-shadow: 0 8px 18px rgba(24,56,96,.04);
}
.transport-summary-item .fw-semibold {
  margin-top: .2rem;
  font-size: 1.02rem;
  color: #17314f;
}
.offer-sidebar-card {
  position: sticky;
  top: 104px;
}
.offer-price-panel {
  padding: 1.2rem 1.25rem;
  border: 1px solid #d9e5ff;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fbff 0%, #edf4ff 100%);
  box-shadow: 0 14px 28px rgba(33,102,223,.08);
}
.offer-price-panel .display-5 {
  letter-spacing: -.05em;
}
.offer-actions-stack .btn {
  min-height: 48px;
  border-radius: 16px;
  font-weight: 700;
}
.seller-rating-box,
.offer-confidence-box {
  margin-top: 1.35rem !important;
  padding-top: 1.35rem !important;
  border-top: 1px solid #e7eef7 !important;
}
.seller-rating-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border-color: #d8e5fb;
  box-shadow: 0 12px 26px rgba(24,56,96,.06);
}
.seller-rating-label {
  font-size: .98rem;
}
.seller-rating-chip {
  background: #fff;
}
.offer-confidence-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.offer-history-card {
  overflow: hidden;
}
.offer-history-card .d-flex {
  border-color: #ecf1f7 !important;
}
.offer-faq-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.offer-faq-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
  color: #2268da;
  font-size: 1.15rem;
}
.offer-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.offer-faq-item {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(24,56,96,.04);
}
.offer-faq-item h3 {
  margin: 0 0 .55rem;
  font-size: 1rem;
  color: #17314f;
}
.offer-faq-item p {
  margin: 0;
  color: #587088;
  line-height: 1.68;
}
@media (max-width: 991px) {
  .offer-sidebar-card {
    position: static;
    top: auto;
  }
  .auction-description-compact,
  .offer-benefits-list,
  .offer-faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .offer-section-block,
  .offer-value-panel,
  .offer-price-panel {
    padding: 1.1rem;
    border-radius: 20px;
  }
  .offer-facts-grid {
    grid-template-columns: 1fr;
  }
  .offer-fact-card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: .9rem;
  }
  .offer-fact-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 1.1rem;
  }
  .auction-description-compact .auction-description-item {
    padding-left: 2.85rem;
  }
}

/* Description text refinement */
.auction-description {
  max-width: 72ch;
  color: #40566f;
  line-height: 1.82;
}
.auction-description-item {
  font-size: 1.02rem;
}
.auction-description-item + .auction-description-item {
  margin-top: 1rem;
}

/* Final auction typography polish */
.offer-reading-column {
  max-width: 760px;
}
.offer-reading-column > *:last-child {
  margin-bottom: 0 !important;
}
.offer-section-block {
  padding: 1.55rem 1.65rem 1.6rem;
}
.offer-section-head {
  align-items: flex-end;
  margin-bottom: 1.1rem !important;
  padding-bottom: .95rem;
  border-bottom: 1px solid #ecf2f8;
}
.offer-section-head .h5 {
  font-size: 1.22rem;
  letter-spacing: -.02em;
  color: #17314f;
}
.auction-description {
  max-width: 68ch;
  color: #334a63;
  font-size: 1.06rem;
  line-height: 1.9;
  letter-spacing: .002em;
  text-wrap: pretty;
}
.auction-description-item {
  font-size: 1.06rem;
}
.auction-description-item + .auction-description-item {
  margin-top: 1.15rem;
  padding-top: 0;
  border-top: 0;
}
.offer-facts-grid {
  gap: .95rem;
}
.offer-fact-card {
  min-height: 92px;
  border-radius: 18px;
}
.offer-value-panel {
  padding: 1.5rem 1.55rem;
}
.offer-value-panel p {
  max-width: 62ch;
  font-size: 1.01rem;
  line-height: 1.8;
}
.location-strip,
.transport-summary-block {
  max-width: 760px;
}
@media (max-width: 991px) {
  .offer-reading-column,
  .location-strip,
  .transport-summary-block,
  .auction-description,
  .offer-value-panel p {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .offer-section-block,
  .offer-value-panel {
    padding: 1.15rem 1.1rem 1.2rem;
  }
  .offer-section-head {
    margin-bottom: .95rem !important;
    padding-bottom: .8rem;
  }
  .auction-description,
  .auction-description-item {
    font-size: 1rem;
    line-height: 1.82;
  }
}

.footer-main-rich {
  display:grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(320px, 1fr);
  gap: 2rem;
  align-items:start;
}
.footer-brand-col {
  min-width: 0;
}
.footer-badges {
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
}
.footer-badges span {
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.55rem .9rem;
  border-radius:999px;
  background:#f3f8ff;
  border:1px solid #d7e6fb;
  color:#35567b;
  font-weight:700;
  font-size:.92rem;
}
.footer-links-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:1.2rem;
}
.footer-links-col h3 {
  font-size:1rem;
  margin:0 0 .75rem;
  color:#173f72;
}
.footer-links-col .footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.55rem;
  font-weight:600;
}
.footer-links-col .footer-links a {
  color:#34506e;
}
.footer-links-col .footer-links a:hover {
  color:#1f65d7;
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
  padding:1rem 1.4rem 0;
  color:#56718d;
}
.guide-hero h1,
.guide-article h1 {
  letter-spacing:-.03em;
}
.guide-card {
  display:flex;
  flex-direction:column;
  gap:.9rem;
}
.guide-card h2 {
  margin:0;
  font-size:1.2rem;
}
.guide-card-icon {
  width:60px;
  height:60px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#eff6ff 0%, #e3efff 100%);
  color:#1f65d7;
  font-size:1.5rem;
  box-shadow: 0 12px 24px rgba(31,101,215,.10);
}
.guide-faq-list {
  display:grid;
  gap:1rem;
}
.guide-faq-item {
  padding:1rem 1.1rem;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fbfdff;
}
.guide-faq-item h3 {
  margin:0 0 .5rem;
  font-size:1.05rem;
}
.guide-faq-item p {
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.guide-article {
  overflow:hidden;
}
.guide-lead {
  font-size:1.05rem;
  color:#5b7793;
  line-height:1.8;
  margin-bottom:1.5rem;
}
.guide-article section + section {
  margin-top:1.5rem;
}
.guide-article h2 {
  font-size:1.28rem;
  margin-bottom:.65rem;
  color:#163f72;
}
.guide-article p {
  color:#5d7691;
  line-height:1.8;
  margin-bottom:0;
}
.guide-note {
  padding:1rem 1.1rem;
  border-radius:18px;
  background:linear-gradient(180deg,#f6faff 0%,#edf5ff 100%);
  border:1px solid #dbe7fb;
  color:#355272;
}
@media (max-width: 991px) {
  .footer-main-rich,
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction:column;
    align-items:flex-start;
    padding-left:0;
    padding-right:0;
  }
}

.nav-user-tools {
  gap: .75rem;
}
.header-icon-btn {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #1f1f1f;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 22px rgba(16, 24, 32, .06);
}
.header-icon-btn:hover,
.header-icon-btn:focus {
  background: #111;
  color: #fff;
  border-color: #111;
}
.header-icon-btn i {
  font-size: 1.1rem;
  line-height: 1;
}
.header-icon-badge,
.header-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 .35rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}
.header-icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
}
.header-dropdown-menu {
  width: min(420px, 92vw);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(16, 24, 32, .12);
}
.header-dropdown-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1rem .9rem;
  border-bottom: 1px solid #edf1f6;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.header-dropdown-list {
  max-height: 420px;
  overflow: auto;
}
.header-dropdown-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .85rem;
  padding: .95rem 1rem;
  color: inherit;
  background: #fff;
  border-bottom: 1px solid #f1f4f8;
}
.header-dropdown-item:hover {
  background: #f8fbff;
}
.header-dropdown-item:last-child {
  border-bottom: 0;
}
.header-dropdown-item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.header-dropdown-title-row {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.header-dropdown-snippet,
.header-dropdown-time {
  color: var(--muted);
  font-size: .88rem;
}
.header-dropdown-time {
  white-space: nowrap;
}
.header-dropdown-empty {
  padding: 1rem;
  color: var(--muted);
}
.header-favorite-item {
  align-items: center;
  gap: .65rem;
}
.header-favorite-link {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.header-favorite-thumb {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 64px;
  background: #f6f8fb;
}
.header-favorite-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.header-dropdown-price {
  font-weight: 800;
  color: #111;
}
.header-notification-item {
  align-items: center;
}
.header-notification-item.is-unread {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.header-notification-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #edf4ff;
  color: #1f67d2;
}
.header-notification-icon i {
  font-size: 1.05rem;
  line-height: 1;
}
.header-remove-btn,
.favorite-heart-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dde5;
  background: #fff;
  color: #111;
  flex: 0 0 auto;
}
.header-remove-btn:hover,
.favorite-heart-btn:hover {
  border-color: #111;
  color: #111;
  transform: translateY(-1px);
}
.favorite-heart-btn i {
  font-size: 1.05rem;
}
.favorite-heart-btn.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.listing-views-meta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .75rem;
  color: var(--muted);
  font-size: .92rem;
}
.favorite-card-thumb img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.favorite-card-price {
  margin-top: .35rem;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (max-width: 991px) {
  .nav-user-tools {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .header-dropdown-menu {
    width: min(100vw - 32px, 420px);
  }
}


.report-box{border:1px solid #d9e5ff;border-radius:18px;background:#f8fbff;overflow:hidden}
.report-box summary{list-style:none;cursor:pointer;padding:.9rem 1rem;font-weight:700;color:#17314f;display:flex;align-items:center;gap:.6rem}
.report-box summary::-webkit-details-marker{display:none}
.report-box-body{padding:0 1rem 1rem}
.report-form .form-control,.report-form .form-select{border-radius:12px}
.seller-rating-reco{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:999px;background:#fff7d7;color:#7c5a00;font-size:.82rem;font-weight:800;border:1px solid #f0dda0;margin-bottom:.75rem}
.seller-reputation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0 1.1rem}
.seller-reputation-item{padding:.85rem .9rem;border-radius:18px;background:#fff;border:1px solid #d9e5ff;display:flex;flex-direction:column;gap:.3rem;min-height:86px}
.seller-reputation-item span{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6f86a0;font-weight:700}
.seller-reputation-item strong{font-size:1.05rem;color:#17314f;line-height:1.25}
.admin-report-card{border:1px solid #dbe7f3;border-radius:20px;background:#fff;padding:1.1rem 1.15rem;box-shadow:0 14px 36px rgba(19,43,77,.06)}
.admin-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}
.admin-report-stat{padding:1rem 1.1rem;border-radius:18px;background:#f5f9ff;border:1px solid #dbe7f3}
.admin-report-stat span{display:block;font-size:.8rem;text-transform:uppercase;color:#6d819b;font-weight:700;margin-bottom:.4rem}
.admin-report-stat strong{font-size:1.7rem;color:#17314f}
@media (max-width: 768px){.seller-reputation-grid{grid-template-columns:1fr}.admin-report-grid{grid-template-columns:1fr}}

.offer-popularity-card{margin-top:.35rem;padding:1rem 1.05rem;border:1px solid #d9e5ff;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:0 12px 24px rgba(24,56,96,.05)}
.offer-popularity-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}
.offer-popularity-title{font-weight:800;color:#17314f;line-height:1.3}
.offer-popularity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.offer-popularity-item{border:1px solid #dbe7f4;border-radius:16px;background:#fff;padding:.95rem .85rem;display:flex;flex-direction:column;gap:.18rem;min-height:112px;justify-content:center}
.offer-popularity-icon{width:40px;height:40px;border-radius:12px;background:#edf4ff;color:#1e5fd8;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;margin-bottom:.2rem}
.offer-popularity-item strong{font-size:1.5rem;color:#17314f;line-height:1.1}
.offer-popularity-item span{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#6f86a0;font-weight:700}
@media (max-width: 576px){.offer-popularity-grid{grid-template-columns:1fr}}

.offer-share-card{margin-top:.35rem;padding:1rem 1.05rem;border:1px solid #d9e5ff;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 24px rgba(24,56,96,.05)}
.offer-share-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}
.offer-share-title{font-weight:800;color:#17314f;line-height:1.3}
.offer-share-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}
.offer-share-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:14px;border:1px solid #dbe7f4;background:#fff;color:#17314f;font-weight:700;min-height:44px}
.offer-share-actions .btn:hover{border-color:#b8cff0;background:#f4f8ff;color:#12345b}
.offer-share-feedback{min-height:1.35rem;margin-top:.7rem;font-size:.86rem;color:#2166df;font-weight:700}
.offer-share-feedback.is-error{color:#b54747}
@media (max-width: 576px){.offer-share-header{flex-direction:column;align-items:stretch}.offer-share-actions{grid-template-columns:1fr}}


.referral-shell{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.95fr);gap:22px;align-items:start}
.referral-link-card{padding:22px;border:1px solid #e3ecfb;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:0 16px 34px rgba(18,63,120,.06)}
.referral-link-kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6e84a8;font-weight:700;margin-bottom:8px}
.referral-link-box{display:flex;gap:12px;align-items:center}
.referral-link-box .form-control{min-height:52px;border-radius:16px;font-weight:600;color:#16365f}
.referral-link-box .btn{border-radius:16px;white-space:nowrap;padding-inline:18px}
.referral-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.referral-table .soft-pill{white-space:normal;line-height:1.2}
.referral-progress-text{color:#183153;font-weight:700}
.referral-progress-bar{margin-top:10px;height:10px;border-radius:999px;background:#edf3fb;overflow:hidden}
.referral-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1f67d2 0%,#6aa7ff 100%)}
@media (max-width: 992px){.referral-shell{grid-template-columns:1fr}.referral-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 576px){.referral-link-box{flex-direction:column;align-items:stretch}.referral-stats-grid{grid-template-columns:1fr}}

/* v15 visual polish: referrals + offer sidebar */
.offer-sidebar-block{padding:1rem 1.05rem;border:1px solid #d9e5ff;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 24px rgba(24,56,96,.05)}
.offer-side-kicker{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:#6f86a0;font-weight:800}
.offer-side-title{margin-top:.18rem;font-size:1rem;font-weight:800;color:#17314f;line-height:1.35}
.offer-popularity-card,.offer-share-card{margin-top:.35rem}
.offer-popularity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.offer-popularity-item{border:1px solid #dbe7f4;border-radius:16px;background:#fff;padding:.8rem .85rem;display:flex;flex-direction:column;gap:.65rem;min-height:92px;justify-content:space-between}
.offer-popularity-top{display:flex;align-items:center;gap:.65rem}
.offer-popularity-icon{width:34px;height:34px;border-radius:10px;background:#edf4ff;color:#1e5fd8;display:inline-flex;align-items:center;justify-content:center;font-size:.98rem;flex:0 0 34px;margin-bottom:0}
.offer-popularity-item strong{font-size:1.18rem;color:#17314f;line-height:1;font-weight:800}
.offer-popularity-item span{font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:#6f86a0;font-weight:800;line-height:1.2}
.offer-share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.offer-share-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:14px;border:1px solid #dbe7f4;background:#fff;color:#17314f;font-weight:700;min-height:46px;padding:.75rem .85rem}
.offer-share-actions .btn.btn-primary{border-color:var(--accent);background:var(--accent);color:#fff}
.offer-share-actions .btn.btn-primary:hover{background:#0b56c7;border-color:#0b56c7;color:#fff}
.offer-share-feedback{min-height:1.2rem;margin-top:.75rem;font-size:.84rem;color:#2166df;font-weight:700}
.seller-rating-card.offer-sidebar-block{padding:1rem 1.05rem;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-color:#d9e5ff;box-shadow:0 12px 24px rgba(24,56,96,.05)}
.seller-rating-header{margin-bottom:.85rem}
.seller-rating-label{font-size:.96rem;line-height:1.35}
.seller-reputation-grid{gap:.65rem;margin:.9rem 0 1rem}
.seller-reputation-item{min-height:78px;padding:.8rem .85rem}
.seller-reputation-item strong{font-size:1rem}
.seller-rating-body{grid-template-columns:96px minmax(0,1fr);gap:.9rem}
.seller-rating-score{min-height:82px;font-size:1.55rem;border-radius:18px;box-shadow:none}
.seller-rating-note{font-size:.92rem;line-height:1.45}

.referral-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.95fr);gap:22px;align-items:start}
.referral-link-card{padding:24px;border:1px solid #e3ecfb;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:0 16px 34px rgba(18,63,120,.06)}
.referral-link-title{margin:0;font-size:1.35rem;line-height:1.2;color:#17314f;font-weight:800}
.referral-link-copy{margin-top:.6rem;color:#56708a;line-height:1.6;max-width:60ch}
.referral-link-box{display:flex;gap:12px;align-items:center}
.referral-link-box .form-control{min-height:54px;border-radius:16px;font-weight:600;color:#16365f;background:#fff}
.referral-link-box .btn{border-radius:16px;white-space:nowrap;padding-inline:18px;min-height:54px}
.referral-link-meta{display:flex;flex-wrap:wrap;gap:.65rem}
.referral-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}
.referral-step{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem .9rem;border:1px solid #e2ebf8;border-radius:18px;background:#fff}
.referral-step>span{width:30px;height:30px;border-radius:999px;background:#edf4ff;color:#1f65d7;display:inline-flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:800;flex:0 0 30px}
.referral-step strong{display:block;color:#17314f;font-size:.93rem}
.referral-step small{display:block;margin-top:.18rem;color:#6a7f96;line-height:1.45}
.referral-aside{display:flex;flex-direction:column;gap:14px}
.referral-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.referral-stat-card{padding:1rem 1rem .95rem;border-radius:20px;border:1px solid #e0e9f7;background:#fff;box-shadow:0 10px 24px rgba(18,63,120,.04)}
.referral-stat-card strong{display:block;margin-top:.28rem;font-size:1.5rem;line-height:1;color:#17314f}
.referral-stat-card small{display:block;margin-top:.4rem;color:#6e84a8;line-height:1.45}
.referral-stat-card-warning{background:linear-gradient(180deg,#fffdfa 0%,#fff5ea 100%);border-color:#f3dfbf}
.referral-note-card{padding:1rem 1.05rem;border-radius:20px;border:1px solid #e0e9f7;background:#fff}
.referral-table td{vertical-align:top}
.referral-account-cell{min-width:320px}
.referral-account-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0}
.referral-account-inline > *{min-width:0}
.referral-account-name{margin:0;color:#17314f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}
.referral-account-email,.referral-account-date{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6e84a8}
.referral-account-email{max-width:220px}
.referral-account-date{max-width:170px}
.referral-account-separator{flex:0 0 auto;color:#9db0c7}
.referral-table .soft-pill{white-space:normal;line-height:1.25}
.referral-progress-text{color:#183153;font-weight:700}
.referral-progress-bar{margin-top:10px;height:10px;border-radius:999px;background:#edf3fb;overflow:hidden}
.referral-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1f67d2 0%,#6aa7ff 100%)}
@media (max-width: 992px){.referral-shell{grid-template-columns:1fr}.referral-steps{grid-template-columns:1fr}.referral-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-account-cell{min-width:360px}.referral-account-name{max-width:140px}.referral-account-email{max-width:190px}}
@media (max-width: 576px){.offer-popularity-grid,.offer-share-actions,.referral-stats-grid{grid-template-columns:1fr}.referral-link-box{flex-direction:column;align-items:stretch}.referral-link-meta{flex-direction:column;align-items:flex-start}.seller-rating-body{grid-template-columns:1fr}.seller-rating-score{min-height:72px}.offer-popularity-item{min-height:unset}.referral-account-cell{min-width:380px}.referral-account-name{max-width:120px}.referral-account-email{max-width:160px}.referral-account-date{max-width:140px}}


/* v16 cleanup: auction sidebar + account verification */
.offer-sidebar-card{display:flex;flex-direction:column;gap:1rem}
.offer-sidebar-card > .offer-price-panel,
.offer-sidebar-card > .offer-actions-stack,
.offer-sidebar-card > .seller-rating-box,
.offer-sidebar-card > .offer-history-card{margin:0 !important}
.offer-actions-stack{gap:.85rem !important}
.offer-sidebar-block{padding:1rem 1rem .95rem;border-radius:18px;border-color:#dbe6f8;box-shadow:none;background:#fff}
.offer-side-kicker{font-size:.72rem;letter-spacing:.06em;color:#6f84a0}
.offer-side-title{margin-top:.15rem;font-size:.96rem;line-height:1.4}
.offer-popularity-grid{gap:.6rem}
.offer-popularity-item{min-height:0;padding:.82rem .85rem;gap:.35rem;align-items:flex-start}
.offer-popularity-icon{width:30px;height:30px;border-radius:9px;font-size:.9rem}
.offer-popularity-label{font-size:.72rem;line-height:1.25;text-transform:uppercase;letter-spacing:.04em;color:#6f86a0;font-weight:800}
.offer-popularity-item strong{font-size:1.02rem;line-height:1.1}
.offer-share-main .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:14px;min-height:46px}
.offer-share-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
.offer-share-actions .btn{min-height:44px;border-radius:14px;font-size:.95rem;font-weight:700;background:#fff}
.offer-share-wide{grid-column:1 / -1}
.offer-share-feedback{min-height:1rem;margin-top:.55rem;font-size:.8rem}
.offer-history-card{overflow:visible;border-color:#dbe6f8}
.offer-history-list{display:flex;flex-direction:column;gap:.2rem;max-height:340px;overflow:auto;padding-right:.25rem}
.offer-history-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #edf2f8}
.offer-history-row:last-child{border-bottom:0}
.account-verified-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.72rem .95rem;border-radius:999px;background:#eefaf1;border:1px solid #c8e9d2;color:#177245;font-weight:800}
.account-verified-pill i{font-size:1rem}
.account-verified-pill.is-pending{background:#f7f9fc;border-color:#d9e4f1;color:#5f738c}
.verification-helper-box{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.95rem 1rem;border:1px solid #dbe6f8;border-radius:18px;background:#f8fbff}
@media (max-width: 576px){.offer-share-actions{grid-template-columns:1fr}.offer-share-wide{grid-column:auto}.verification-helper-box{flex-direction:column;align-items:stretch}}


/* v17 cleanup: profile verification + auction sidebar */
.verification-badge-row{display:flex;flex-wrap:wrap;gap:.55rem;margin:0}
.verification-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.58rem .8rem;border-radius:999px;border:1px solid #cbe0d1;background:#eefaf1;color:#177245;font-size:.84rem;font-weight:800;line-height:1.2}
.verification-badge i{font-size:.92rem}
.verification-badge.is-verified{background:#eefaf1;border-color:#c8e9d2;color:#177245}
.verification-badge.is-phone{background:#eef5ff;border-color:#d5e3fb;color:#245fc5}
.verification-badge-row-light .verification-badge{background:#f3fbf5}
.offer-actions-stack{gap:.75rem !important}
.offer-sidebar-block{padding:1rem 1rem .95rem;border-radius:20px;border:1px solid #dbe6f8;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.offer-side-kicker{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#6f84a0;font-weight:800}
.offer-side-title{margin-top:.18rem;font-size:.95rem;line-height:1.35;color:#17314f;font-weight:800}
.offer-popularity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.offer-popularity-item{min-height:0;padding:.82rem .85rem;gap:.55rem;align-items:flex-start;border:1px solid #dce7f6;border-radius:16px;background:#fff;box-shadow:none}
.offer-popularity-top{display:flex;align-items:center;gap:.6rem}
.offer-popularity-icon{width:30px;height:30px;border-radius:9px;font-size:.9rem}
.offer-popularity-label{font-size:.7rem;line-height:1.22;text-transform:uppercase;letter-spacing:.05em;color:#6f86a0;font-weight:800}
.offer-popularity-item strong{font-size:1.1rem;line-height:1;color:#17314f}
.offer-share-card{padding:1rem 1rem .95rem}
.offer-share-main .offer-share-primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;border-radius:14px;background:#111827;border-color:#111827;color:#fff;font-weight:800}
.offer-share-main .offer-share-primary:hover{background:#0b1220;border-color:#0b1220}
.offer-share-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.65rem}
.offer-share-actions .btn{min-height:44px;border-radius:14px;font-size:.92rem;font-weight:700;background:#fff;border:1px solid #dbe7f4;color:#17314f;padding:.72rem .8rem}
.offer-share-actions .btn:hover{background:#f4f8ff;border-color:#b8cff0;color:#12345b}
.offer-share-wide{grid-column:auto}
.offer-share-feedback{min-height:1rem;margin-top:.55rem;font-size:.8rem;color:#5f738c}
.seller-rating-card.offer-sidebar-block{padding:1rem;border-radius:20px}
.seller-rating-header{margin-bottom:.8rem}
.seller-rating-label{font-size:.94rem;line-height:1.35;color:#17314f;font-weight:800}
.seller-rating-chip{background:#fff;border-color:#d9e5ff}
.seller-reputation-grid{gap:.65rem}
.seller-reputation-item{border-radius:16px;background:#fff;border:1px solid #dbe6f8;min-height:76px}
.seller-rating-body{grid-template-columns:88px minmax(0,1fr);gap:.85rem;align-items:start}
.seller-rating-score{min-height:76px;font-size:1.45rem;border-radius:16px;box-shadow:none}
.offer-history-card{overflow:visible;border-color:#dbe6f8;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%)}
.offer-history-list{display:flex;flex-direction:column;gap:0;max-height:none;overflow:visible;padding-right:0}
.offer-history-row{display:flex;justify-content:space-between;align-items:center;padding:.82rem 0;border-bottom:1px solid #edf2f8;gap:1rem}
.offer-history-row strong{white-space:nowrap;color:#17314f}
.offer-history-row:last-child{border-bottom:0}
@media (max-width: 576px){
  .offer-popularity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .offer-share-actions{grid-template-columns:1fr}
  .offer-history-row{align-items:flex-start;flex-direction:column}
}


/* v18: cleaner popularity stats */
.offer-popularity-grid{gap:.75rem}
.offer-popularity-item{padding:.95rem .8rem;min-height:96px;align-items:center;justify-content:center;text-align:center;gap:.55rem}
.offer-popularity-top{justify-content:center;width:100%}
.offer-popularity-icon{margin:0 auto;width:36px;height:36px;border-radius:12px;font-size:1rem}
.offer-popularity-item strong{display:block;width:100%;font-size:1.22rem;text-align:center}
.offer-popularity-label{display:none !important}

/* v18 premium polish: referrals dashboard */
.referral-table-wrap{padding:1.2rem 1.25rem 1.35rem;background:linear-gradient(180deg,#fbfdff 0%,#f4f8ff 100%)}
.referral-table-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:0 .15rem 1rem}
.referral-table-title{margin:0;font-size:1.16rem;line-height:1.2;color:#17314f;font-weight:800}
.referral-table-copy{margin-top:.45rem;max-width:68ch;color:#6a8098;line-height:1.65}
.referral-table-summary-pill{white-space:nowrap;align-self:flex-start;box-shadow:0 10px 20px rgba(18,63,120,.06)}
.referral-table{border-collapse:separate;border-spacing:0 12px;margin:0}
.referral-table thead th{background:transparent;border:0;padding:.1rem .9rem .55rem;font-size:.75rem;letter-spacing:.06em;color:#6d819c}
.referral-table tbody tr td{padding:1rem 1rem .95rem;background:#fff;border-top:1px solid #e1eaf7;border-bottom:1px solid #e1eaf7;vertical-align:top;transition:background .2s ease,border-color .2s ease}
.referral-table tbody tr td:first-child{border-left:1px solid #e1eaf7;border-top-left-radius:22px;border-bottom-left-radius:22px}
.referral-table tbody tr td:last-child{border-right:1px solid #e1eaf7;border-top-right-radius:22px;border-bottom-right-radius:22px}
.referral-table tbody tr:hover td{background:#fcfdff;border-color:#d4e1f3}
.referral-table .soft-pill{display:inline-flex;align-items:center;gap:.3rem;max-width:100%}
.referral-cell-stack{display:flex;flex-direction:column;gap:.55rem;min-width:0}
.referral-cell-stack .soft-pill{align-self:flex-start}
.referral-cell-note{font-size:.86rem;line-height:1.5;color:#667d97}
.referral-cell-meta{font-size:.8rem;line-height:1.45;color:#88a0ba}
.referral-account-cell{min-width:360px}
.referral-account-card{display:flex;align-items:center;gap:.9rem;min-width:0}
.referral-account-avatar{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#edf4ff 0%,#dfeeff 100%);border:1px solid #d4e3f9;color:#1f63d1;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex:0 0 46px;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.referral-account-body{display:flex;flex-direction:column;gap:.42rem;min-width:0}
.referral-account-head{display:flex;align-items:center;gap:.6rem;min-width:0}
.referral-account-name{margin:0;color:#17314f;font-size:1rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}
.referral-mini-pill{display:inline-flex;align-items:center;padding:.32rem .58rem;border-radius:999px;background:#f3f7fd;border:1px solid #dde8f7;color:#6d819b;font-size:.74rem;font-weight:800;white-space:nowrap}
.referral-account-inline{display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap;min-width:0}
.referral-account-inline > *{min-width:0}
.referral-account-email,.referral-account-date{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6f84a0;font-size:.88rem}
.referral-account-email{max-width:230px}
.referral-account-date{max-width:185px}
.referral-account-separator{flex:0 0 auto;color:#a1b3c7;font-size:.82rem}
.referral-progress-text{color:#183153;font-weight:800}
.referral-progress-bar{margin-top:0;height:10px;border-radius:999px;background:#ecf2fb;overflow:hidden;box-shadow:inset 0 1px 2px rgba(17,52,97,.05)}
.referral-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1f67d2 0%,#6aa7ff 100%)}
.referral-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:3rem 1rem;color:#6f84a0}
.referral-empty-state strong{font-size:1.05rem;color:#17314f}
.referral-empty-icon{width:58px;height:58px;border-radius:18px;border:1px solid #dbe7f6;background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);display:inline-flex;align-items:center;justify-content:center;color:#2460c6;font-size:1.35rem}
@media (max-width: 992px){
  .referral-table-wrap{padding:1rem 1rem 1.15rem}
  .referral-table-head{flex-direction:column;align-items:stretch}
  .referral-table-summary-pill{align-self:flex-start}
  .referral-account-cell{min-width:340px}
  .referral-account-name{max-width:160px}
  .referral-account-email{max-width:190px}
}
@media (max-width: 576px){
  .referral-table-wrap{padding:.95rem}
  .referral-table thead th{padding:.1rem .75rem .55rem}
  .referral-table tbody tr td{padding:.9rem .8rem}
  .referral-account-cell{min-width:320px}
  .referral-account-card{gap:.75rem}
  .referral-account-avatar{width:42px;height:42px;border-radius:14px;flex-basis:42px}
  .referral-account-head{flex-wrap:wrap}
  .referral-account-name{max-width:150px}
  .referral-account-email{max-width:160px}
  .referral-account-date{max-width:145px}
}

/* Dashboard premium refresh */
.account-main{
  gap:1.45rem;
}
.account-main--dashboard .panel-card,
.account-main .panel-card,
.account-main .wallet-form,
.account-main .transport-form-card,
.account-main .publish-option,
.account-main .account-summary-list > div,
.account-main .wallet-stat,
.account-main .sold-box,
.account-main .verification-helper-box,
.account-main .saved-search-item,
.account-main .message-contact-card,
.account-main .notification-item,
.account-main .sold-card,
.account-main .status-summary-chip{
  box-shadow:0 18px 40px rgba(19,61,116,.06);
}
.account-main .panel-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border-color:#dfe9f6;
  box-shadow:0 18px 40px rgba(19,61,116,.06), inset 0 1px 0 rgba(255,255,255,.75);
}
.account-main .panel-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,rgba(69,120,201,.02) 0%,rgba(69,120,201,.22) 50%,rgba(69,120,201,.02) 100%);
}
.account-main .panel-card-header{
  position:relative;
  padding:1.2rem 1.35rem;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border-bottom:1px solid #e5edf8;
}
.account-main .panel-card-header h2,
.account-main .panel-card-header h3,
.account-main .panel-card-header .h4,
.account-main .panel-card-header .h3{
  color:#17314f;
  font-weight:800;
  letter-spacing:-.02em;
}
.account-main .panel-card-header .btn{
  border-radius:14px;
  min-height:42px;
  padding-inline:1rem;
  font-weight:800;
}
.account-section-copy{
  color:#6f84a0;
  line-height:1.62;
}
.account-hero{
  border:1px solid #dfe8f5;
  background:
    radial-gradient(circle at top right, rgba(88,140,220,.14), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f5f9ff 52%,#eef4fb 100%);
  box-shadow:0 24px 48px rgba(19,61,116,.08);
}
.account-hero::after{
  width:280px;
  height:280px;
  right:-90px;
  bottom:-120px;
  background:radial-gradient(circle, rgba(29,98,202,.12) 0%, rgba(29,98,202,.02) 60%, transparent 72%);
  filter:none;
}
.account-hero .soft-pill{
  background:rgba(255,255,255,.9);
  border:1px solid #d8e4f7;
  box-shadow:0 10px 20px rgba(19,61,116,.05);
}
.metrics-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.metric-card{
  position:relative;
  overflow:hidden;
  padding:1.25rem 1.15rem 1.15rem;
  border-color:#e0e9f7;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.metric-card::before{
  content:"";
  position:absolute;
  left:1.05rem;
  right:1.05rem;
  top:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#1f67d2 0%,#7aaeff 100%);
}
.metric-sub{
  color:#6b82a0;
  font-weight:700;
}
.metric-value{
  color:#16365f;
}
.quick-grid{
  gap:1rem;
}
.quick-link{
  position:relative;
  overflow:hidden;
  min-height:120px;
  border-color:#e0e9f7;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 10px 22px rgba(19,61,116,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.quick-link::after{
  content:"";
  position:absolute;
  inset:auto -24px -34px auto;
  width:94px;
  height:94px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(31,103,210,.12) 0%, transparent 70%);
}
.quick-link:hover{
  transform:translateY(-2px);
  border-color:#cfe0f7;
  box-shadow:0 18px 34px rgba(19,61,116,.08);
}
.quick-link strong{
  font-size:1rem;
  color:#16365f;
}
.quick-link .muted{
  position:relative;
  z-index:1;
  color:#6f84a0;
  line-height:1.58;
}
.status-summary{
  padding:0 1.35rem 1.35rem;
  gap:.75rem;
}
.status-summary-chip{
  min-height:46px;
  padding:.8rem 1rem;
  border-color:#dbe7f7;
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  color:#183153;
  box-shadow:0 10px 22px rgba(19,61,116,.04);
}
.status-summary-chip small{
  color:#7a90aa;
}
.dashboard-list-table{
  border-spacing:0 12px;
}
.dashboard-list-table tbody td{
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border-color:#e1eaf7;
}
.dashboard-list-table tbody tr:hover td{
  background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);
  border-color:#d1dff2;
}
.dashboard-list-table .thumb-title strong{
  font-size:1.02rem;
}
.data-table thead th,
.dashboard-list-table thead th{
  color:#7188a3;
}
.soft-pill{
  background:#f3f7fd;
  border-color:#dde8f7;
  color:#23405f;
}
.account-main .form-control,
.account-main .form-select,
.account-main textarea{
  min-height:50px;
  border-radius:16px;
  border:1px solid #d9e5f5;
  background:#fbfdff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.account-main textarea.form-control,
.account-main textarea{
  min-height:auto;
}
.account-main .form-control:focus,
.account-main .form-select:focus,
.account-main textarea:focus{
  border-color:#8fb8ff;
  box-shadow:0 0 0 .22rem rgba(31,103,210,.12);
  background:#fff;
}
.settings-form-card,
.account-summary-card,
.wallet-balance-card,
.wallet-form,
.transport-form-card,
.publish-option,
.verification-helper-box,
.saved-search-item,
.notification-item,
.sold-card,
.message-contact-card{
  border-color:#dfe9f6;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
}
.account-summary-card,
.wallet-balance-card{
  background:
    radial-gradient(circle at top right, rgba(31,103,210,.10), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f6faff 100%);
}
.account-summary-list > div,
.wallet-stat,
.transport-form-card,
.publish-option,
.sold-box{
  border-color:#e0e9f7;
}
.publish-option.selected{
  border-color:#bcd5fb;
  box-shadow:0 0 0 1px rgba(31,103,210,.10), 0 18px 36px rgba(19,61,116,.08);
}
.wallet-balance-card{
  padding:1.45rem;
}
.wallet-balance-card .wallet-balance-amount{
  color:#16365f;
  line-height:1;
}
.wallet-stat strong,
.account-summary-grid .wallet-stat strong{
  color:#16365f;
}
.wallet-form{
  padding:1.3rem;
}
.wallet-form h3,
.wallet-balance-card h2{
  color:#17314f;
  font-weight:800;
}
.empty-premium{
  margin:1rem;
  padding:2.7rem 1.4rem;
  border:1px dashed #d2e1f3;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfdff 0%,#f4f8ff 100%);
  color:#7086a0;
  line-height:1.7;
}
.saved-searches-list{
  display:grid;
  gap:14px;
}
.saved-search-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:1rem;
  padding:1.05rem 1.1rem;
  border:1px solid #dfe9f6;
  border-radius:22px;
}
.saved-search-item-main strong{
  display:block;
  color:#17314f;
  font-size:1.03rem;
  margin-bottom:.3rem;
}
.saved-search-item-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  justify-content:flex-end;
  align-items:center;
}
.saved-search-item-actions form{
  margin:0;
}
.saved-search-item-actions .btn{
  min-height:42px;
  border-radius:14px;
  font-weight:800;
  padding-inline:1rem;
}
.notification-stack,
.sold-stack{
  padding:1.25rem;
}
.notification-item,
.sold-card{
  border:1px solid #dfe9f6;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  box-shadow:0 14px 30px rgba(19,61,116,.05);
}
.notification-item.is-unread{
  border-color:#c9dbfb;
  box-shadow:0 18px 36px rgba(31,103,210,.09);
}
.notification-icon{
  background:linear-gradient(180deg,#eff5ff 0%,#dfeeff 100%);
  border:1px solid #d8e7fb;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.notification-title,
.sold-title{
  font-weight:800;
}
.notification-actions .btn,
.sold-actions .btn,
.sold-button-grid .btn{
  min-height:42px;
  border-radius:14px;
  font-weight:800;
}
.message-contacts-list{
  gap:.8rem !important;
}
.message-contact-card{
  position:relative;
  border:1px solid #dfe9f6 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  box-shadow:0 12px 28px rgba(19,61,116,.04);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.message-contact-card:hover{
  transform:translateY(-1px);
  border-color:#d0e0f5 !important;
  box-shadow:0 18px 34px rgba(19,61,116,.07);
}
.message-contact-card.is-active{
  border-color:#c7daf8 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%);
  box-shadow:0 20px 36px rgba(31,103,210,.09);
}
.message-contact-card.has-unread::before{
  content:"";
  position:absolute;
  top:18px;
  left:16px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#1f67d2;
  box-shadow:0 0 0 4px rgba(31,103,210,.12);
}
.message-contact-card a{
  padding-left:.45rem;
}
.chat-thread{
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%);
  scrollbar-width:thin;
}
.chat-bubble{
  border:1px solid #dfe9f6;
  box-shadow:0 10px 22px rgba(19,61,116,.04);
}
.chat-bubble.is-self{
  border-color:#1f67d2;
  background:linear-gradient(180deg,#2c76e0 0%,#1f67d2 100%) !important;
  color:#fff;
  box-shadow:0 18px 34px rgba(31,103,210,.16);
}
.chat-bubble.is-other{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
  color:#17314f;
}
.chat-placeholder{
  max-width:32rem;
  border:1px dashed #d4e1f3;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfdff 0%,#f5f9ff 100%);
}
.verification-helper-box{
  padding:1rem 1.05rem;
  border-color:#dbe7f7;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.recently-viewed-card{
  border-color:#dfe9f6;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 14px 30px rgba(19,61,116,.05);
}
.recently-viewed-card:hover{
  box-shadow:0 22px 40px rgba(19,61,116,.09);
}
.recently-viewed-card-title-row h3 a,
.recently-viewed-card-price{
  color:#17314f;
}
.account-main .btn.btn-outline-secondary,
.account-main .btn.btn-outline-primary,
.account-main .btn.btn-outline-danger,
.account-main .btn.btn-light{
  background:#fff;
}
.account-main .btn{
  border-radius:14px;
  font-weight:800;
}
@media (max-width: 1399px){
  .metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 991px){
  .saved-search-item{grid-template-columns:1fr;}
  .saved-search-item-actions{justify-content:flex-start;}
}
@media (max-width: 767px){
  .metrics-grid{grid-template-columns:1fr;}
  .notification-stack,
  .sold-stack,
  .status-summary{padding:1rem;}
  .quick-link{min-height:auto;}
  .account-main .panel-card-header{padding:1rem 1rem .95rem;}
}


/* v19 ultra-premium light dashboard */
.account-shell--ultra-light{
  gap:1.55rem;
  align-items:start;
}
.account-shell--ultra-light .account-sidebar{
  padding:1.2rem;
  border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(105,162,255,.18), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #dbe7f7;
  box-shadow:0 24px 56px rgba(16,52,98,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.account-shell--ultra-light .account-brand{
  margin-bottom:1.2rem;
  padding-bottom:1.15rem;
  border-bottom:1px solid #e4edf8;
}
.account-shell--ultra-light .account-brand-badge{
  border-radius:20px;
  background:linear-gradient(135deg,#1f67d2 0%,#4d8ef2 100%);
  box-shadow:0 18px 34px rgba(31,103,210,.24);
}
.account-shell--ultra-light .account-brand strong{
  display:block;
  color:#17314f;
  font-size:1.12rem;
  letter-spacing:-.03em;
}
.account-shell--ultra-light .account-brand small{
  display:block;
  margin-top:.18rem;
  color:#6f88a5;
}
.account-shell--ultra-light .account-nav{
  gap:.55rem;
}
.account-shell--ultra-light .account-nav-link{
  position:relative;
  min-height:56px;
  padding:1rem 1rem 1rem 1.05rem;
  border-radius:20px;
  color:#2e4e71;
  background:rgba(255,255,255,.72);
  border:1px solid transparent;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.account-shell--ultra-light .account-nav-link::before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  width:4px;
  height:0;
  border-radius:999px;
  background:linear-gradient(180deg,#1f67d2 0%,#7cb2ff 100%);
  transform:translateY(-50%);
  transition:height .18s ease, opacity .18s ease;
  opacity:0;
}
.account-shell--ultra-light .account-nav-link:hover{
  transform:translateY(-1px);
  background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%);
  border-color:#d7e5f9;
  box-shadow:0 16px 28px rgba(19,61,116,.08);
}
.account-shell--ultra-light .account-nav-link:hover::before,
.account-shell--ultra-light .account-nav-link.active::before{
  height:28px;
  opacity:1;
}
.account-shell--ultra-light .account-nav-link.active{
  color:#16365f;
  background:linear-gradient(180deg,#ffffff 0%,#edf5ff 100%);
  border-color:#c7dbfb;
  box-shadow:0 18px 34px rgba(31,103,210,.12);
}
.account-shell--ultra-light .account-nav-link .soft-pill{
  min-width:34px;
  justify-content:center;
  padding:.45rem .65rem;
  background:linear-gradient(135deg,#1f67d2 0%,#4b90f8 100%);
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 18px rgba(31,103,210,.20);
}
.account-shell--ultra-light .account-main{
  position:relative;
}
.account-shell--ultra-light .account-main::before{
  content:"";
  position:absolute;
  inset:14px 0 auto 0;
  height:300px;
  pointer-events:none;
  background:radial-gradient(circle at top left, rgba(111,168,255,.14), transparent 46%);
  z-index:0;
}
.account-shell--ultra-light .account-main > *{
  position:relative;
  z-index:1;
}
.account-shell--ultra-light .account-hero{
  padding:1.8rem 1.9rem;
  border-radius:32px;
  border:1px solid #d9e6f7;
  background:
    radial-gradient(circle at top right, rgba(121,174,255,.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(31,103,210,.08), transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 48%,#edf5ff 100%);
  box-shadow:0 28px 56px rgba(18,56,107,.10);
}
.account-shell--ultra-light .account-hero::after{
  width:320px;
  height:320px;
  right:-90px;
  bottom:-150px;
  background:radial-gradient(circle, rgba(31,103,210,.12) 0%, rgba(31,103,210,.04) 45%, transparent 70%);
}
.account-shell--ultra-light .account-hero h1{
  max-width:13ch;
  color:#102f54;
  font-size:clamp(2.15rem,3vw,3rem);
}
.account-shell--ultra-light .hero-btn{
  min-height:48px;
  padding-inline:1.25rem;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 12px 24px rgba(18,56,107,.08);
}
.account-shell--ultra-light .hero-btn--primary{
  background:linear-gradient(135deg,#1f67d2 0%,#4c90f8 100%);
  color:#fff;
  border-color:transparent;
}
.account-shell--ultra-light .hero-btn--primary:hover{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 18px 30px rgba(31,103,210,.18);
}
.account-shell--ultra-light .hero-btn--secondary{
  border-color:#cfe0f8;
  background:rgba(255,255,255,.86);
  color:#17314f;
}
.account-shell--ultra-light .hero-btn--secondary:hover{
  background:#fff;
  color:#17314f;
}
.account-shell--ultra-light .metrics-grid{
  gap:1.05rem;
}
.account-shell--ultra-light .metric-card{
  border-radius:26px;
  padding:1.28rem 1.18rem 1.18rem;
  background:
    radial-gradient(circle at top right, rgba(107,166,255,.12), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #dfe9f6;
  box-shadow:0 20px 40px rgba(19,61,116,.07);
}
.account-shell--ultra-light .metric-card::after{
  content:"";
  position:absolute;
  inset:auto 1.05rem 0 1.05rem;
  height:1px;
  background:linear-gradient(90deg,rgba(31,103,210,0) 0%,rgba(31,103,210,.22) 50%,rgba(31,103,210,0) 100%);
}
.account-shell--ultra-light .panel-card{
  border-radius:30px;
  box-shadow:0 24px 48px rgba(18,56,107,.07), inset 0 1px 0 rgba(255,255,255,.82);
}
.account-shell--ultra-light .panel-card-header{
  padding:1.2rem 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(111,168,255,.10), transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.account-shell--ultra-light .panel-card-header .btn-primary,
.account-shell--ultra-light .dashboard-actions .btn-primary,
.account-shell--ultra-light .saved-search-item-actions .btn-primary,
.account-shell--ultra-light .wallet-form .btn-primary{
  background:linear-gradient(135deg,#1f67d2 0%,#4b8ef7 100%);
  border-color:transparent;
  box-shadow:0 14px 24px rgba(31,103,210,.16);
}
.account-shell--ultra-light .quick-grid{
  gap:1rem;
}
.account-shell--ultra-light .quick-link{
  position:relative;
  min-height:128px;
  padding:1.15rem 1.15rem 1.15rem 1.2rem;
  border-radius:24px;
  border:1px solid #dfe9f6;
  background:
    radial-gradient(circle at top right, rgba(31,103,210,.09), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 16px 28px rgba(19,61,116,.06);
}
.account-shell--ultra-light .quick-link::before{
  content:"";
  position:absolute;
  top:1rem;
  right:1rem;
  width:36px;
  height:36px;
  border-radius:14px;
  background:linear-gradient(135deg,#edf5ff 0%,#ddebff 100%);
  border:1px solid #d8e7fb;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.account-shell--ultra-light .quick-link::after{
  content:"\2197";
  position:absolute;
  top:1.47rem;
  right:1.72rem;
  font-size:.92rem;
  color:#2c74de;
  font-weight:900;
}
.account-shell--ultra-light .quick-link strong{
  padding-right:3rem;
}
.account-shell--ultra-light .dashboard-list-table tbody td,
.account-shell--ultra-light .referral-table tbody tr td{
  box-shadow:0 18px 32px rgba(18,56,107,.05);
}
.account-shell--ultra-light .dashboard-list-table tbody tr:hover td,
.account-shell--ultra-light .referral-table tbody tr:hover td{
  box-shadow:0 22px 38px rgba(18,56,107,.08);
}
.account-shell--ultra-light .dashboard-list-table .thumb-title img,
.account-shell--ultra-light .recently-viewed-card-media,
.account-shell--ultra-light .sold-thumb{
  box-shadow:0 18px 32px rgba(18,56,107,.10);
}
.account-shell--ultra-light .wallet-balance-card,
.account-shell--ultra-light .account-summary-card{
  border-radius:30px;
}
.account-shell--ultra-light .wallet-stat,
.account-shell--ultra-light .account-summary-list > div,
.account-shell--ultra-light .status-summary-chip,
.account-shell--ultra-light .saved-search-item,
.account-shell--ultra-light .notification-item,
.account-shell--ultra-light .sold-card,
.account-shell--ultra-light .message-contact-card,
.account-shell--ultra-light .wallet-form,
.account-shell--ultra-light .transport-form-card,
.account-shell--ultra-light .publish-option,
.account-shell--ultra-light .verification-helper-box{
  border-radius:22px;
}
.account-shell--ultra-light .wallet-balance-card{
  background:
    radial-gradient(circle at top right, rgba(31,103,210,.14), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
}
.account-shell--ultra-light .message-contact-card,
.account-shell--ultra-light .notification-item,
.account-shell--ultra-light .sold-card,
.account-shell--ultra-light .saved-search-item{
  box-shadow:0 16px 28px rgba(18,56,107,.05);
}
.account-shell--ultra-light .chat-thread{
  padding:1rem;
  background:
    linear-gradient(180deg,#fcfdff 0%,#f5f9ff 100%),
    linear-gradient(90deg,rgba(31,103,210,.04) 1px,transparent 1px);
  background-size:auto, 26px 26px;
}
.account-shell--ultra-light .chat-bubble{
  border-radius:20px;
}
.account-shell--ultra-light .form-control,
.account-shell--ultra-light .form-select,
.account-shell--ultra-light textarea{
  border-radius:18px;
  min-height:50px;
  background:#fff;
}
.account-shell--ultra-light .btn{
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.account-shell--ultra-light .btn:hover{
  transform:translateY(-1px);
}
.account-shell--ultra-light .soft-pill{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 8px 18px rgba(19,61,116,.04);
}
.account-shell--ultra-light .empty-premium,
.account-shell--ultra-light .chat-placeholder,
.account-shell--ultra-light .referral-empty-state{
  background:
    radial-gradient(circle at top right, rgba(31,103,210,.10), transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,#f4f8ff 100%);
}
@media (max-width: 1199px){
  .account-shell--ultra-light .account-hero h1{
    max-width:none;
  }
}
@media (max-width: 767px){
  .account-shell--ultra-light{
    gap:1.1rem;
  }
  .account-shell--ultra-light .account-sidebar,
  .account-shell--ultra-light .panel-card,
  .account-shell--ultra-light .account-hero,
  .account-shell--ultra-light .wallet-balance-card,
  .account-shell--ultra-light .account-summary-card{
    border-radius:24px;
  }
  .account-shell--ultra-light .account-hero{
    padding:1.35rem 1.2rem;
  }
  .account-shell--ultra-light .quick-link{
    min-height:auto;
  }
}


/* Ultra-light cleanup without top hero */
.account-shell--ultra-light .metrics-grid{
  margin-top:.2rem;
}
.account-shell--ultra-light .account-main--listings{
  max-width:1100px;
}
.account-shell--ultra-light .account-main--listings .panel-card{
  width:100%;
}
.account-main--listings .panel-card-header{
  align-items:flex-start;
}
.account-main--listings .dashboard-list-table{
  table-layout:auto;
}
.account-main--listings .dashboard-list-table .thumb-title{
  min-width:220px;
  gap:.85rem;
}
.account-main--listings .dashboard-list-table .thumb-title img{
  width:72px;
  height:72px;
  border-radius:18px;
}
.account-main--listings .dashboard-list-table .thumb-title strong{
  font-size:1rem;
}
.account-main--listings .dashboard-actions{
  min-width:118px;
  gap:.5rem;
}
.account-main--listings .dashboard-actions .btn,
.account-main--listings .dashboard-actions form .btn{
  min-height:40px;
  padding:.62rem .8rem;
  font-size:.92rem;
}
.account-main--listings .listings-table tbody td:nth-child(2),
.account-main--listings .listings-table tbody td:nth-child(3){
  min-width:96px;
}
.account-main--listings .listings-table tbody td:nth-child(4){
  min-width:122px;
}
.account-main--listings .listings-table tbody td:nth-child(5){
  min-width:108px;
}
.account-main--listings .listings-table tbody td:nth-child(6){
  min-width:110px;
}
.account-main--listings .listings-table tbody td:nth-child(7){
  min-width:128px;
}
@media (min-width: 1200px){
  .account-main--listings .table-responsive{
    overflow-x:visible;
  }
}
@media (max-width: 1199px){
  .account-shell--ultra-light .account-main--listings{
    max-width:none;
  }
}
@media (max-width: 991px){
  .account-main--listings .panel-card-header{
    align-items:stretch;
  }
}

/* Final cleanup: no hero + compact listings desktop */
.account-shell--ultra-light{
  grid-template-columns:280px minmax(0,1fr);
}
.account-shell--ultra-light .account-main{
  min-width:0;
}
.account-shell--ultra-light .account-main--listings{
  min-width:0;
  max-width:none;
}
.account-shell--ultra-light .account-main--listings .panel-card{
  overflow:hidden;
}
.account-shell--ultra-light .account-main--listings .table-responsive{
  width:100%;
}
@media (min-width: 992px){
  .account-shell--ultra-light .account-main--listings .table-responsive{
    overflow-x:hidden;
  }
  .account-main--listings .dashboard-list-table{
    width:100%;
    min-width:0;
    table-layout:fixed;
    border-spacing:0 12px;
  }
  .account-main--listings .dashboard-list-table thead th,
  .account-main--listings .dashboard-list-table tbody td{
    padding-left:.75rem;
    padding-right:.75rem;
  }
  .account-main--listings .dashboard-list-table thead th:nth-child(1),
  .account-main--listings .dashboard-list-table tbody td:nth-child(1){width:30%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(2),
  .account-main--listings .dashboard-list-table tbody td:nth-child(2){width:12%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(3),
  .account-main--listings .dashboard-list-table tbody td:nth-child(3){width:8%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(4),
  .account-main--listings .dashboard-list-table tbody td:nth-child(4){width:11%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(5),
  .account-main--listings .dashboard-list-table tbody td:nth-child(5){width:10%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(6),
  .account-main--listings .dashboard-list-table tbody td:nth-child(6){width:8%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(7),
  .account-main--listings .dashboard-list-table tbody td:nth-child(7){width:11%;}
  .account-main--listings .dashboard-list-table thead th:nth-child(8),
  .account-main--listings .dashboard-list-table tbody td:nth-child(8){width:10%;}
  .account-main--listings .dashboard-list-table .thumb-title{
    min-width:0;
    gap:.75rem;
  }
  .account-main--listings .dashboard-list-table .thumb-title > div{
    min-width:0;
  }
  .account-main--listings .dashboard-list-table .thumb-title img{
    width:60px;
    height:60px;
    border-radius:16px;
  }
  .account-main--listings .dashboard-list-table .thumb-title strong{
    font-size:.95rem;
    line-height:1.3;
    margin-bottom:.2rem;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .account-main--listings .dashboard-list-table .date-meta{
    font-size:.78rem;
    gap:.3rem;
  }
  .account-main--listings .dashboard-list-table .date-meta span:last-child,
  .account-main--listings .dashboard-list-table .table-value{
    overflow-wrap:anywhere;
  }
  .account-main--listings .dashboard-list-table .table-kicker{
    display:none;
  }
  .account-main--listings .dashboard-list-table .table-value,
  .account-main--listings .dashboard-list-table .soft-pill,
  .account-main--listings .dashboard-list-table .status-chip{
    font-size:.84rem;
    line-height:1.35;
  }
  .account-main--listings .dashboard-list-table .soft-pill{
    padding:.55rem .7rem;
  }
  .account-main--listings .price-strong{
    font-size:1.12rem;
    line-height:1.1;
    white-space:normal;
  }
  .account-main--listings .dashboard-actions{
    min-width:0;
    gap:.4rem;
  }
  .account-main--listings .dashboard-actions .btn,
  .account-main--listings .dashboard-actions form .btn{
    min-height:36px;
    padding:.5rem .55rem;
    font-size:.78rem;
    border-radius:12px;
  }
  .account-main--listings .listings-table tbody td:nth-child(2),
  .account-main--listings .listings-table tbody td:nth-child(3),
  .account-main--listings .listings-table tbody td:nth-child(4),
  .account-main--listings .listings-table tbody td:nth-child(5),
  .account-main--listings .listings-table tbody td:nth-child(6),
  .account-main--listings .listings-table tbody td:nth-child(7){
    min-width:0 !important;
  }
}
@media (max-width: 991px){
  .account-shell--ultra-light{
    grid-template-columns:1fr;
  }
  .account-shell--ultra-light .account-main--listings .table-responsive{
    overflow-x:auto;
  }
  .account-main--listings .dashboard-list-table{
    min-width:0;
    width:100%;
  }
}


/* --- Motoryzacja / galeria / mobile improvements --- */
.vehicle-fields-card,
.vehicle-detail-panel {
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  padding:1.1rem 1.15rem;
  box-shadow:0 10px 24px rgba(24,56,96,.04);
}
.vehicle-spec-grid {
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.vehicle-equipment-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:.75rem;
}
.vehicle-equipment-option {
  display:flex;
  align-items:flex-start;
  gap:.6rem;
  padding:.8rem .9rem;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  color:#17314f;
  font-weight:600;
  line-height:1.35;
}
.vehicle-equipment-option input {
  margin-top:.12rem;
  flex:0 0 auto;
}
.vehicle-facts-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:.85rem;
}
.vehicle-fact-card {
  display:flex;
  flex-direction:column;
  gap:.25rem;
  padding:.9rem 1rem;
  border:1px solid #e5edf8;
  border-radius:16px;
  background:#fff;
}
.vehicle-fact-label,
.vehicle-equipment-preview-title {
  font-size:.84rem;
  color:var(--muted);
}
.vehicle-equipment-preview {
  margin-top:1rem;
}
.vehicle-equipment-chips {
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:.65rem;
}
.vehicle-equipment-chip {
  display:inline-flex;
  align-items:center;
  padding:.45rem .8rem;
  border-radius:999px;
  background:#fff;
  border:1px solid #dde8f5;
  color:#17314f;
  font-weight:600;
}
.image-choice-card {
  overflow:hidden;
}
.image-choice-card picture,
.image-choice-card picture img,
.image-choice-card > img {
  width:100%;
  display:block;
}
.image-choice-card img {
  height:160px;
  object-fit:contain;
  background:#f6f8fb;
  padding:.3rem;
}
.image-remove-btn {
  z-index:4;
  cursor:pointer;
}
.existing-image-card.is-removed {
  display:none !important;
}
.gallery-main-zoom {
  width:100%;
  border:none;
  padding:0;
  background:transparent;
  cursor:zoom-in;
}
.auction-gallery-main .auction-img-lg {
  width:100%;
  height:min(70vh, 560px);
  object-fit:contain;
  background:#f6f8fb;
}
.gallery-zoom-hint {
  margin-top:.75rem;
  font-size:.88rem;
  color:var(--muted);
}
.gallery-lightbox {
  position:fixed;
  inset:0;
  z-index:1060;
  background:rgba(15,23,42,.88);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
}
.gallery-lightbox-image {
  max-width:min(96vw, 1400px);
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:20px;
  background:#fff;
}
.gallery-lightbox-nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.7rem;
  line-height:1;
  backdrop-filter:blur(8px);
}
.gallery-lightbox-prev {
  left:18px;
}
.gallery-lightbox-next {
  right:18px;
}
.gallery-lightbox-nav:hover {
  background:rgba(255,255,255,.24);
}
.gallery-lightbox-nav[hidden] {
  display:none;
}
.offer-category-path {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.4rem;
  color:var(--muted);
  font-size:.95rem;
}
.offer-category-path i {
  color:var(--brand);
}
.offer-category-separator {
  opacity:.7;
}
.gallery-lightbox-close {
  position:absolute;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:1.7rem;
  line-height:1;
}
body.gallery-lightbox-open {
  overflow:hidden;
}
@media (max-width: 991px) {
  .vehicle-equipment-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .image-choice-card img {
    height:128px;
  }
  .vehicle-spec-grid,
  .vehicle-facts-grid,
  .vehicle-equipment-grid {
    grid-template-columns:1fr;
  }
  .vehicle-fields-card,
  .vehicle-detail-panel,
  .transport-form-card,
  .transport-summary-block {
    padding:1rem;
    border-radius:18px;
  }
  .image-picker-grid {
    gap:.75rem;
  }
  .gallery-zoom-hint {
    text-align:center;
  }
  .gallery-lightbox {
    padding:1rem;
  }
  .gallery-lightbox-image {
    max-width:100%;
    max-height:82vh;
    border-radius:16px;
  }
  .gallery-lightbox-nav {
    width:44px;
    height:44px;
    font-size:1.45rem;
  }
  .gallery-lightbox-prev {
    left:10px;
  }
  .gallery-lightbox-next {
    right:10px;
  }
  .auction-gallery-main .auction-img-lg {
    height:min(52vh, 340px);
  }
}



/* --- v4 mobile account panel hard-fix --- */
@media (max-width: 991px){
  html, body{
    overflow-x:hidden;
  }
  .account-shell--ultra-light{
    grid-template-columns:1fr !important;
    width:100%;
    max-width:100%;
  }
  .account-shell--ultra-light .account-sidebar,
  .account-shell--ultra-light .account-main,
  .account-shell--ultra-light .panel-card,
  .account-shell--ultra-light .table-responsive,
  .account-shell--ultra-light .account-hero,
  .account-shell--ultra-light .metrics-grid,
  .account-shell--ultra-light .quick-grid,
  .account-shell--ultra-light .premium-grid-2,
  .account-shell--ultra-light .wallet-forms,
  .account-shell--ultra-light .wallet-stats{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .account-shell--ultra-light .panel-card{
    overflow:hidden;
  }
  .account-shell--ultra-light .panel-card > *,
  .account-shell--ultra-light .thumb-title,
  .account-shell--ultra-light .thumb-title > div,
  .account-shell--ultra-light .table-field,
  .account-shell--ultra-light .dashboard-actions,
  .account-shell--ultra-light .dashboard-actions form,
  .account-shell--ultra-light .dashboard-actions .btn,
  .account-shell--ultra-light .account-summary-list > div,
  .account-shell--ultra-light .account-nav-link,
  .account-shell--ultra-light .account-brand,
  .account-shell--ultra-light .account-brand > div{
    min-width:0;
    max-width:100%;
  }
  .account-shell--ultra-light .thumb-title{
    flex-wrap:nowrap;
    align-items:flex-start;
  }
  .account-shell--ultra-light .thumb-title img{
    flex:0 0 56px;
    width:56px;
    height:56px;
  }
  .account-shell--ultra-light .thumb-title strong,
  .account-shell--ultra-light .table-value,
  .account-shell--ultra-light .date-meta,
  .account-shell--ultra-light .soft-pill,
  .account-shell--ultra-light .status-chip,
  .account-shell--ultra-light .muted,
  .account-shell--ultra-light .price-strong,
  .account-shell--ultra-light .account-section-copy{
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .account-shell--ultra-light .dashboard-actions{
    gap:.45rem;
  }
  .account-shell--ultra-light .dashboard-actions .btn,
  .account-shell--ultra-light .dashboard-actions form .btn{
    white-space:normal;
    text-align:center;
    justify-content:center;
  }
  .account-shell--ultra-light .table-responsive{
    overflow-x:visible !important;
    max-width:100%;
  }
  .account-shell--ultra-light .dashboard-list-table,
  .account-shell--ultra-light .data-table{
    width:100%;
    max-width:100%;
    min-width:0 !important;
    table-layout:fixed;
  }
  .account-shell--ultra-light .dashboard-list-table thead th,
  .account-shell--ultra-light .dashboard-list-table tbody td,
  .account-shell--ultra-light .data-table thead th,
  .account-shell--ultra-light .data-table tbody td{
    padding:.72rem .55rem;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .account-shell--ultra-light .listings-table tbody td:nth-child(2),
  .account-shell--ultra-light .listings-table tbody td:nth-child(3),
  .account-shell--ultra-light .listings-table tbody td:nth-child(4),
  .account-shell--ultra-light .listings-table tbody td:nth-child(5),
  .account-shell--ultra-light .listings-table tbody td:nth-child(6),
  .account-shell--ultra-light .listings-table tbody td:nth-child(7),
  .account-shell--ultra-light .watched-table tbody td:nth-child(3),
  .account-shell--ultra-light .ended-table tbody td:nth-child(3),
  .account-shell--ultra-light .bids-table tbody td:nth-child(2),
  .account-shell--ultra-light .purchases-table tbody td:nth-child(2){
    min-width:0 !important;
  }
}

@media (max-width: 767px){
  .account-shell--ultra-light{
    gap:1rem;
  }
  .account-shell--ultra-light .account-sidebar,
  .account-shell--ultra-light .panel-card,
  .account-shell--ultra-light .account-hero,
  .account-shell--ultra-light .wallet-balance-card,
  .account-shell--ultra-light .account-summary-card{
    border-radius:18px;
  }
  .account-shell--ultra-light .account-sidebar,
  .account-shell--ultra-light .panel-card .p-4,
  .account-shell--ultra-light .panel-card .p-lg-5,
  .account-shell--ultra-light .account-hero{
    padding-left:1rem !important;
    padding-right:1rem !important;
  }
  .account-shell--ultra-light .panel-card-header{
    padding:1rem !important;
  }
  .account-shell--ultra-light .dashboard-list-table,
  .account-shell--ultra-light .data-table{
    font-size:.89rem;
  }
  .account-shell--ultra-light .dashboard-list-table{
    border-spacing:0 10px;
  }
  .account-shell--ultra-light .dashboard-list-table .thumb-title{
    gap:.6rem;
  }
  .account-shell--ultra-light .dashboard-list-table .thumb-title img{
    width:52px;
    height:52px;
    border-radius:14px;
  }
  .account-shell--ultra-light .dashboard-list-table .thumb-title strong{
    font-size:.92rem;
    line-height:1.25;
  }
  .account-shell--ultra-light .dashboard-list-table thead th:nth-child(4),
  .account-shell--ultra-light .dashboard-list-table tbody td:nth-child(4),
  .account-shell--ultra-light .listings-table thead th:nth-child(6),
  .account-shell--ultra-light .listings-table tbody td:nth-child(6){
    display:none;
  }
  .account-shell--ultra-light .listings-table thead th:nth-child(1),
  .account-shell--ultra-light .listings-table tbody td:nth-child(1){
    width:42%;
  }
  .account-shell--ultra-light .listings-table thead th:nth-child(2),
  .account-shell--ultra-light .listings-table tbody td:nth-child(2){
    width:15%;
  }
  .account-shell--ultra-light .listings-table thead th:nth-child(3),
  .account-shell--ultra-light .listings-table tbody td:nth-child(3){
    width:12%;
  }
  .account-shell--ultra-light .listings-table thead th:nth-child(5),
  .account-shell--ultra-light .listings-table tbody td:nth-child(5){
    width:13%;
  }
  .account-shell--ultra-light .listings-table thead th:nth-child(7),
  .account-shell--ultra-light .listings-table tbody td:nth-child(7){
    width:18%;
  }
  .account-shell--ultra-light .dashboard-actions{
    flex-direction:column;
  }
  .account-shell--ultra-light .dashboard-actions .btn,
  .account-shell--ultra-light .dashboard-actions form .btn{
    min-height:38px;
    padding:.45rem .5rem;
    font-size:.76rem;
    border-radius:10px;
  }
}



/* --- v5 mobile listings readability fix --- */
@media (max-width: 767px){
  .account-shell--ultra-light .listings-table{
    display:block;
    width:100%;
    border-spacing:0;
  }
  .account-shell--ultra-light .listings-table thead{
    display:none;
  }
  .account-shell--ultra-light .listings-table tbody{
    display:grid;
    gap:12px;
    padding:12px;
  }
  .account-shell--ultra-light .listings-table tbody tr{
    display:block;
    border:1px solid #dbe7f5;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 12px 28px rgba(19,61,116,.05);
    overflow:hidden;
  }
  .account-shell--ultra-light .listings-table tbody td{
    display:block;
    width:100% !important;
    border:none;
    padding:.78rem 1rem;
  }
  .account-shell--ultra-light .listings-table tbody td + td{
    border-top:1px solid #edf3fb;
  }
  .account-shell--ultra-light .listings-table tbody td:nth-child(1){
    padding:1rem;
    background:rgba(247,250,255,.9);
  }
  .account-shell--ultra-light .listings-table .thumb-title{
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    gap:.8rem;
    align-items:start;
  }
  .account-shell--ultra-light .listings-table .thumb-title img{
    width:68px;
    height:68px;
    border-radius:16px;
  }
  .account-shell--ultra-light .listings-table .thumb-title strong{
    display:block;
    font-size:1rem;
    line-height:1.3;
    margin-bottom:.28rem;
  }
  .account-shell--ultra-light .listings-table .date-meta{
    display:flex;
    flex-wrap:wrap;
    gap:.35rem;
    font-size:.8rem;
  }
  .account-shell--ultra-light .listings-table tbody td:nth-child(2),
  .account-shell--ultra-light .listings-table tbody td:nth-child(3),
  .account-shell--ultra-light .listings-table tbody td:nth-child(4),
  .account-shell--ultra-light .listings-table tbody td:nth-child(5),
  .account-shell--ultra-light .listings-table tbody td:nth-child(6),
  .account-shell--ultra-light .listings-table tbody td:nth-child(7){
    display:grid;
    grid-template-columns:110px minmax(0,1fr);
    gap:.7rem;
    align-items:start;
  }
  .account-shell--ultra-light .listings-table tbody td:nth-child(2)::before{content:"Kategoria";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(3)::before{content:"Typ";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(4)::before{content:"Pakiet";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(5)::before{content:"Status";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(6)::before{content:"Wyświetlenia";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(7)::before{content:"Cena";}
  .account-shell--ultra-light .listings-table tbody td:nth-child(2)::before,
  .account-shell--ultra-light .listings-table tbody td:nth-child(3)::before,
  .account-shell--ultra-light .listings-table tbody td:nth-child(4)::before,
  .account-shell--ultra-light .listings-table tbody td:nth-child(5)::before,
  .account-shell--ultra-light .listings-table tbody td:nth-child(6)::before,
  .account-shell--ultra-light .listings-table tbody td:nth-child(7)::before{
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.02em;
    text-transform:uppercase;
    color:#7086a0;
    padding-top:.15rem;
  }
  .account-shell--ultra-light .listings-table .table-field,
  .account-shell--ultra-light .listings-table .table-value,
  .account-shell--ultra-light .listings-table .soft-pill,
  .account-shell--ultra-light .listings-table .status-chip,
  .account-shell--ultra-light .listings-table .price-strong{
    min-width:0;
    font-size:.95rem;
  }
  .account-shell--ultra-light .listings-table .table-field{
    display:block;
  }
  .account-shell--ultra-light .listings-table .table-kicker{
    display:none !important;
  }
  .account-shell--ultra-light .listings-table tbody td:nth-child(8){
    padding:1rem;
    background:#fff;
  }
  .account-shell--ultra-light .listings-table .dashboard-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:.6rem;
  }
  .account-shell--ultra-light .listings-table .dashboard-actions form{
    display:block;
    width:100%;
  }
  .account-shell--ultra-light .listings-table .dashboard-actions .btn,
  .account-shell--ultra-light .listings-table .dashboard-actions form .btn{
    display:flex;
    width:100%;
    min-height:44px;
    padding:.72rem .9rem;
    font-size:.9rem;
    line-height:1.2;
    border-radius:12px;
    white-space:normal;
    align-items:center;
    justify-content:center;
  }
  .account-shell--ultra-light .listings-table tbody tr td[colspan]{
    padding:0;
    border:none;
    background:transparent;
  }
  .account-shell--ultra-light .listings-table tbody tr td[colspan] .empty-premium{
    margin:0;
  }
}


.seller-phone-box {
  display:grid;
  gap:.65rem;
}
.seller-phone-trigger.is-open {
  border-color:var(--primary);
  color:var(--primary);
}
.seller-phone-reveal {
  border:1px solid var(--line);
  border-radius:18px;
  padding:.9rem 1rem;
  background:#f8fbff;
}
.seller-phone-label {
  font-size:.82rem;
  color:var(--muted);
  margin-bottom:.35rem;
}
.seller-phone-link {
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight:800;
  font-size:1.02rem;
  color:#0f172a;
  text-decoration:none;
  word-break:break-word;
}
.seller-phone-link:hover {
  color:var(--primary);
}
.seller-phone-empty {
  color:var(--muted);
  font-size:.92rem;
}


/* Compact marketplace SEO guide blocks - user-facing, not technical. */
.seo-landing-panel {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.seo-landing-inner,
.seo-faq-panel {
  padding: clamp(1.25rem, 2.2vw, 2.4rem);
}
.seo-landing-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.seo-landing-head .eyebrow,
.seo-faq-head .eyebrow {
  margin-bottom: .45rem;
}
.seo-landing-head h2,
.seo-faq-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  letter-spacing: -.025em;
}
.seo-result-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 118px;
  padding: .8rem 1rem;
  border: 1px solid #cfe0fb;
  border-radius: 18px;
  background: #f2f7ff;
  color: #245fbf;
  text-align: center;
}
.seo-result-badge strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}
.seo-result-badge span {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.seo-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  gap: 1.25rem;
  align-items: stretch;
}
.seo-readable p {
  color: var(--muted);
  line-height: 1.78;
  margin: 0 0 .9rem;
  max-width: 82ch;
}
.seo-readable p:last-child {
  margin-bottom: 0;
}
.seo-check-card,
.seo-guide-tile,
.seo-link-group,
.seo-local-box,
.seo-category-mini-card,
.seo-faq-item {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 24px rgba(24, 56, 96, .04);
}
.seo-check-card {
  border-radius: 20px;
  padding: 1.1rem;
}
.seo-check-card h3,
.seo-category-overview h3,
.seo-link-board-head h3,
.seo-local-box h3,
.seo-link-group h4,
.seo-guide-tile h3 {
  margin: 0 0 .65rem;
  font-size: 1rem;
  letter-spacing: -.01em;
}
.seo-check-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
  font-size: .95rem;
}
.seo-check-card li + li {
  margin-top: .45rem;
}
.seo-guide-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}
.seo-guide-strip-compact {
  margin-top: .9rem;
}
.seo-guide-tile {
  border-radius: 18px;
  padding: 1rem;
}
.seo-guide-tile p,
.seo-local-box p,
.seo-link-group p,
.seo-link-board-head p,
.seo-faq-item p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  font-size: .94rem;
}
.seo-local-box,
.seo-category-overview,
.seo-link-board {
  margin-top: 1.2rem;
}
.seo-local-box {
  border-radius: 22px;
  padding: 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}
.seo-category-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.seo-category-mini-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .9rem 1rem;
  border-radius: 16px;
  transition: .16s ease;
}
.seo-category-mini-card:hover {
  transform: translateY(-1px);
  border-color: #b9d0f3;
}
.seo-category-mini-card span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 800;
}
.seo-category-mini-card small {
  color: var(--muted);
  white-space: nowrap;
}
.seo-link-board {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}
.seo-link-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}
.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.seo-link-group {
  border-radius: 18px;
  padding: 1rem;
}
.seo-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.seo-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem .78rem;
  border: 1px solid #cfe0fb;
  border-radius: 999px;
  background: #f8fbff;
  color: #235fbf;
  font-weight: 800;
  font-size: .88rem;
  line-height: 1;
}
.seo-chip:hover {
  background: #edf5ff;
  color: #174fae;
}
.seo-chip span {
  color: var(--muted);
  font-weight: 800;
}
.seo-more-links {
  margin-top: .9rem;
}
.seo-more-links summary,
.seo-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: #21456d;
}
.seo-more-links summary {
  display: inline-flex;
  padding: .65rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.seo-faq-head {
  margin-bottom: 1rem;
}
.seo-faq-accordion {
  display: grid;
  gap: .75rem;
}
.seo-faq-item {
  border-radius: 18px;
  padding: 1rem 1.1rem;
}
.seo-faq-item summary {
  list-style: none;
}
.seo-faq-item summary::-webkit-details-marker {
  display: none;
}
.seo-faq-item summary::after {
  content: '+';
  float: right;
  color: var(--primary);
  font-size: 1.1rem;
}
.seo-faq-item[open] summary::after {
  content: '-';
}
.seo-faq-item p {
  margin-top: .75rem;
}
@media (max-width: 991.98px) {
  .seo-copy-grid,
  .seo-link-grid,
  .seo-category-overview-grid {
    grid-template-columns: 1fr;
  }
  .seo-guide-strip {
    grid-template-columns: 1fr;
  }
  .seo-link-board-head,
  .seo-landing-head {
    display: block;
  }
  .seo-result-badge {
    display: inline-grid;
    margin-top: .9rem;
  }
}

/* Stage 5: compact marketplace SEO helper panel. */
.seo-compact-panel {
  padding: clamp(1rem, 1.8vw, 1.35rem);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(24, 56, 96, .06);
}
.seo-compact-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .65rem;
}
.seo-compact-head .eyebrow {
  display: block;
  margin-bottom: .25rem;
  font-size: .68rem;
  letter-spacing: .14em;
}
.seo-compact-head h2 {
  margin: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.25;
  letter-spacing: -.02em;
}
.seo-compact-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .38rem .7rem;
  border: 1px solid #cfe0fb;
  border-radius: 999px;
  background: #f2f7ff;
  color: #245fbf;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}
.seo-compact-lead {
  max-width: 78ch;
  margin: 0 0 .9rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: .94rem;
}
.seo-quick-links {
  padding-top: .8rem;
  border-top: 1px solid var(--line);
}
.seo-quick-links-title {
  margin-bottom: .55rem;
  color: #52677f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.seo-chip-list-compact {
  gap: .42rem;
}
.seo-compact-panel .seo-chip {
  padding: .46rem .68rem;
  font-size: .82rem;
  border-color: #d9e6f7;
  background: #f8fbff;
  color: #235fbf;
  text-decoration: none;
}
.seo-compact-panel .seo-chip:hover {
  background: #edf5ff;
  border-color: #b9d0f3;
}
.seo-compact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-top: .9rem;
}
.seo-compact-detail {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdff;
}
.seo-compact-detail > summary {
  list-style: none;
  cursor: pointer;
  padding: .75rem .9rem;
  color: #21456d;
  font-weight: 850;
}
.seo-compact-detail > summary::-webkit-details-marker {
  display: none;
}
.seo-compact-detail > summary::after {
  content: '+';
  float: right;
  color: var(--primary);
  font-weight: 900;
}
.seo-compact-detail[open] > summary::after {
  content: '-';
}
.seo-compact-detail ul,
.seo-compact-card-list,
.seo-mini-faq {
  margin: 0;
  padding: 0 .9rem .9rem 1.15rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.58;
}
.seo-compact-detail li + li {
  margin-top: .35rem;
}
.seo-compact-card-list,
.seo-mini-faq {
  display: grid;
  gap: .75rem;
  list-style: none;
  padding-left: .9rem;
}
.seo-compact-card-list article,
.seo-mini-faq article {
  padding-top: .2rem;
}
.seo-compact-card-list strong,
.seo-mini-faq strong {
  display: block;
  margin-bottom: .25rem;
  color: #183b63;
}
.seo-compact-card-list p,
.seo-mini-faq p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 991.98px) {
  .seo-compact-details {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .seo-compact-head {
    display: block;
  }
  .seo-compact-count {
    margin-top: .6rem;
  }
}


/* Stage 6: final UX polish for listing page sidebar, SEO helper and footer. */
@media (min-width: 1200px) {
  .sidebar-panel.sticky-xl-top {
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .sidebar-panel.sticky-xl-top .sidebar-links {
    max-height: none;
    overflow: visible;
  }
}
.sidebar-panel .sidebar-block + .sidebar-block {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  margin-top: 1rem !important;
}
.sidebar-panel .sidebar-link {
  padding: .66rem .82rem;
  border-radius: 14px;
  font-size: .92rem;
  line-height: 1.25;
}
.sidebar-panel .sidebar-icon-img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.seo-compact-panel {
  padding: clamp(.95rem, 1.45vw, 1.15rem);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(24, 56, 96, .035);
}
.seo-compact-head {
  margin-bottom: .45rem;
}
.seo-compact-head .eyebrow {
  margin-bottom: .18rem;
  color: #4d73a2;
  font-size: .62rem;
  letter-spacing: .12em;
}
.seo-compact-head h2 {
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.24;
}
.seo-compact-count {
  min-height: 30px;
  padding: .28rem .62rem;
  font-size: .78rem;
}
.seo-compact-lead {
  max-width: 92ch;
  margin-bottom: .7rem;
  font-size: .88rem;
  line-height: 1.55;
}
.seo-quick-links {
  padding-top: .65rem;
}
.seo-quick-links-title {
  margin-bottom: .42rem;
  color: #657a92;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.seo-chip-list-compact {
  gap: .34rem;
}
.seo-compact-panel .seo-chip {
  padding: .34rem .54rem;
  font-size: .78rem;
  line-height: 1.15;
}
.seo-compact-details {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
  margin-top: .72rem;
}
.seo-compact-detail {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.seo-compact-detail > summary {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  list-style: none;
  padding: .38rem .62rem;
  border: 1px solid #dbe7f7;
  border-radius: 999px;
  background: #fff;
  color: #34506e;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.15;
}
.seo-compact-detail > summary::marker {
  content: '';
}
.seo-compact-detail > summary::-webkit-details-marker {
  display: none;
}
.seo-compact-detail > summary::after {
  content: '+';
  float: none;
  margin-left: .12rem;
  color: #2f73d8;
  font-size: .86rem;
}
.seo-compact-detail[open] {
  flex: 1 1 100%;
  border: 1px solid #dbe7f7;
  border-radius: 16px;
  background: #fff;
}
.seo-compact-detail[open] > summary {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid #e6eef8;
  border-radius: 16px 16px 0 0;
  background: #f8fbff;
  padding: .62rem .85rem;
}
.seo-compact-detail[open] > summary::after {
  content: '-';
}
.seo-compact-detail ul,
.seo-compact-card-list,
.seo-mini-faq {
  padding: .75rem .95rem .9rem 1.15rem;
  font-size: .86rem;
  line-height: 1.52;
}
.seo-compact-card-list,
.seo-mini-faq {
  padding-left: .95rem;
}
.site-footer {
  margin-top: 2rem !important;
}
.footer-stats {
  gap: .8rem;
  margin-bottom: .9rem;
}
.footer-stat {
  min-height: 74px;
  padding: .9rem 1.1rem;
  border-radius: 18px;
}
.footer-stat span {
  font-size: 1.42rem;
  line-height: 1.1;
}
.footer-main-rich {
  border-radius: 20px;
  padding: 1.2rem 1.35rem;
}
@media (max-width: 767.98px) {
  .seo-compact-panel {
    padding: .9rem;
  }
  .seo-compact-count {
    display: inline-flex;
  }
  .seo-compact-detail,
  .seo-compact-detail[open] {
    flex: 1 1 100%;
  }
  .footer-stats {
    grid-template-columns: 1fr;
  }
}


/* Stage 6: native bottom helper - compact, marketplace-like, not a visible SEO wall. */
.seo-native-strip {
  padding: .95rem 1.05rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(24, 56, 96, .04);
}
.seo-native-main {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.seo-native-kicker {
  display: block;
  margin-bottom: .15rem;
  color: #4f7fca;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.seo-native-copy h2 {
  margin: 0 0 .25rem;
  color: #0f2746;
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  line-height: 1.25;
  letter-spacing: -.015em;
}
.seo-native-copy p {
  max-width: 78ch;
  margin: 0;
  color: #52677f;
  font-size: .88rem;
  line-height: 1.5;
}
.seo-native-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .36rem;
  margin-top: .72rem;
  padding-top: .65rem;
  border-top: 1px solid #e7eef8;
}
.seo-native-links-label {
  margin-right: .12rem;
  color: #52677f;
  font-size: .78rem;
  font-weight: 850;
}
.seo-native-strip .seo-chip {
  padding: .34rem .52rem;
  border: 1px solid #dbe8f8;
  border-radius: 999px;
  background: #f8fbff;
  color: #235fbf;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.seo-native-strip .seo-chip:hover {
  border-color: #b9d0f3;
  background: #edf5ff;
  color: #164a9f;
}
.seo-native-strip .seo-chip span {
  color: #6f849f;
  font-weight: 800;
}
.seo-native-help {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .58rem;
}
.seo-native-detail {
  border: 1px solid #e2ecf8;
  border-radius: 12px;
  background: #fbfdff;
  color: #21456d;
}
.seo-native-detail[open] {
  flex-basis: 100%;
}
.seo-native-detail > summary {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .62rem;
  list-style: none;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.25;
}
.seo-native-detail > summary::-webkit-details-marker {
  display: none;
}
.seo-native-detail > summary::marker {
  content: '';
  font-size: 0;
}
.seo-native-detail > summary::after {
  content: '+';
  margin-left: .15rem;
  color: var(--primary);
  font-weight: 900;
}
.seo-native-detail[open] > summary {
  border-bottom: 1px solid #e2ecf8;
}
.seo-native-detail[open] > summary::after {
  content: '-';
}
.seo-native-detail-content {
  padding: .6rem .75rem .7rem;
  color: #52677f;
  font-size: .86rem;
  line-height: 1.5;
}
.seo-native-detail-content ul {
  margin: 0;
  padding-left: 1.05rem;
}
.seo-native-detail-content li + li {
  margin-top: .25rem;
}
.seo-native-mini-faq {
  display: grid;
  gap: .55rem;
}
.seo-native-mini-faq strong {
  display: block;
  margin-bottom: .15rem;
  color: #183b63;
  font-size: .88rem;
}
.seo-native-mini-faq p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .seo-native-strip {
    padding: .85rem;
  }
  .seo-native-links {
    gap: .3rem;
  }
  .seo-native-strip .seo-chip {
    font-size: .74rem;
  }
}

/* Stage 7: production polish for discovery strip and sidebar. */
@media (min-width: 1200px) {
  .sidebar-panel.sticky-xl-top::-webkit-scrollbar {
    width: 8px;
  }
  .sidebar-panel.sticky-xl-top::-webkit-scrollbar-track {
    background: transparent;
  }
  .sidebar-panel.sticky-xl-top::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    border-radius: 999px;
    background: #c8d7ea;
  }
  .sidebar-panel.sticky-xl-top::-webkit-scrollbar-thumb:hover {
    background: #9fb8d4;
  }
}
.seo-native-strip {
  padding: .82rem .92rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 56, 96, .045);
}
.seo-native-kicker {
  color: #5e83b9;
  font-size: .6rem;
  letter-spacing: .13em;
}
.seo-native-copy h2 {
  font-size: clamp(.95rem, 1.05vw, 1.05rem);
}
.seo-native-copy p {
  max-width: 66ch;
  color: #5d7189;
  font-size: .84rem;
  line-height: 1.42;
}
.seo-native-links {
  margin-top: .62rem;
  padding-top: .56rem;
}
.seo-native-links-label {
  font-size: .74rem;
}
.seo-native-strip .seo-chip {
  padding: .3rem .48rem;
  font-size: .73rem;
}
.seo-native-help {
  margin-top: .5rem;
}
.seo-native-detail {
  border-radius: 999px;
}
.seo-native-detail[open] {
  border-radius: 14px;
}
.seo-native-detail > summary {
  padding: .38rem .56rem;
  font-size: .76rem;
}
.seo-native-detail-content {
  font-size: .82rem;
}
.seo-native-more-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .36rem;
  padding: .58rem .7rem .7rem;
}
.seo-native-more-grid a {
  display: inline-flex;
  align-items: center;
  gap: .22rem;
  padding: .28rem .48rem;
  border: 1px solid #e2ecf8;
  border-radius: 999px;
  background: #fff;
  color: #295fae;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.seo-native-more-grid a:hover {
  border-color: #c6d8f1;
  background: #f4f8ff;
}
.seo-native-more-grid a span {
  color: #768da6;
}


/* v19: offer detail marketplace polish */
.offer-hero-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}
.offer-hero-meta-item{display:flex;align-items:center;gap:.7rem;padding:.85rem .9rem;border:1px solid #dbe7f6;border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(24,56,96,.04);min-width:0}
.offer-hero-meta-icon{width:38px;height:38px;flex:0 0 38px;border-radius:13px;display:grid;place-items:center;background:#eef5ff;color:#1f67d2;font-size:.98rem}
.offer-hero-meta-copy{min-width:0;display:flex;flex-direction:column;line-height:1.25}
.offer-hero-meta-copy small{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#6f86a0;font-weight:800}
.offer-hero-meta-copy strong{margin-top:.15rem;color:#17314f;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.offer-safety-card{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}
.offer-safety-list{list-style:none;margin:.85rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem}
.offer-safety-list li{display:flex;align-items:flex-start;gap:.6rem;color:#425d78;font-size:.9rem;line-height:1.45}
.offer-safety-list i{color:#1f67d2;margin-top:.08rem;flex:0 0 auto}
.offer-popularity-label{display:block!important;margin-top:.18rem;font-size:.69rem;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;color:#6f86a0;font-weight:800;text-align:center}
.offer-context-card{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.mobile-offer-cta{display:none}
.mobile-offer-cta-spacer{display:none}
@media (max-width: 991px){.offer-hero-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 767px){
  .offer-hero-meta{grid-template-columns:1fr;gap:.55rem}
  .offer-hero-meta-item{padding:.72rem .8rem;border-radius:16px}
  .offer-hero-meta-icon{width:34px;height:34px;flex-basis:34px;border-radius:12px}
  .mobile-offer-cta{position:fixed;left:0;right:0;bottom:0;z-index:1040;display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.78rem max(1rem, env(safe-area-inset-left)) calc(.78rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));background:rgba(255,255,255,.96);border-top:1px solid #dbe7f4;box-shadow:0 -12px 30px rgba(13,40,74,.13);backdrop-filter:blur(12px)}
  .mobile-offer-cta-price{min-width:0;display:flex;flex-direction:column;line-height:1.15}
  .mobile-offer-cta-price span{font-size:.72rem;color:#6f86a0;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
  .mobile-offer-cta-price strong{font-size:1.12rem;color:#12345b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-offer-cta .btn{min-height:44px;border-radius:14px;font-weight:800;white-space:nowrap;padding-left:1rem;padding-right:1rem}
  .mobile-offer-cta-spacer{display:block;height:86px}
}

/* Home marketplace refresh */
.compact-home-heading{margin-bottom:1.25rem}.compact-home-heading h1{font-size:clamp(1.9rem,2.7vw,3rem)}.compact-home-heading p{max-width:780px;margin-inline:auto}.home-intro-section{padding-top:.25rem}.home-trust-panel{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 30px rgba(24,56,96,.05);overflow:hidden}.home-trust-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.45rem;padding:1.05rem .9rem;border-right:1px solid var(--line);min-height:116px}.home-trust-item:last-child{border-right:0}.home-trust-item span{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:#eef6ff;color:#073945;font-size:1.55rem}.home-trust-item strong{font-size:.98rem;line-height:1.2}.home-trust-item small{display:block;color:var(--muted);line-height:1.35}.home-trust-item-main{background:linear-gradient(180deg,#00515a 0%,#003e46 100%);color:#fff;border-radius:14px;margin:.35rem;box-shadow:0 14px 30px rgba(0,75,84,.18)}.home-trust-item-main span{background:#fff;color:#004a54}.home-trust-item-main small{color:rgba(255,255,255,.78)}.home-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 24px rgba(24,56,96,.04);overflow:hidden}.home-stat-strip div{display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;align-items:center;padding:1rem 1.2rem;border-right:1px solid var(--line)}.home-stat-strip div:last-child{border-right:0}.home-stat-strip i{grid-row:span 2;color:#073945;font-size:1.35rem}.home-stat-strip strong{font-size:.98rem}.home-stat-strip small{color:var(--muted)}.marketplace-section-head{align-items:flex-end}.marketplace-section-head h2{font-size:clamp(1.35rem,2vw,2rem)}.marketplace-section-head p{max-width:720px}.home-listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-market-card{display:grid;grid-template-columns:142px minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 24px rgba(24,56,96,.045);overflow:hidden;min-height:118px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-market-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(24,56,96,.08);border-color:#cbdced}.home-market-thumb{position:relative;display:block;background:#f6f9fd;min-height:118px}.home-market-thumb picture,.home-market-thumb img{display:block;width:100%;height:100%}.home-market-thumb img{object-fit:cover;min-height:118px}.home-market-body{padding:.85rem .75rem;display:flex;flex-direction:column;min-width:0}.home-market-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem}.home-market-title-row h3{margin:0;font-size:.92rem;line-height:1.25;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-market-title-row .favorite-heart-btn{width:34px;height:34px;min-width:34px;border-radius:11px}.home-market-price{margin-top:auto;padding-top:.6rem;font-size:1.05rem;font-weight:900;color:#052c43;white-space:nowrap}.home-market-meta{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-top:.25rem;color:var(--muted);font-size:.78rem}.home-market-card .featured-ribbon{font-size:.62rem;padding:.28rem 1.2rem;right:-28px;top:12px}.home-seo-card{background:linear-gradient(135deg,#fff 0%,#f7fbff 100%)}.home-link-hub .btn{font-size:.85rem}.home-ranking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-ranking-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 30px rgba(24,56,96,.05);padding:1.1rem}.home-ranking-head{display:flex;align-items:center;gap:.9rem;padding:.2rem .2rem 1rem;border-bottom:1px solid var(--line);margin-bottom:.4rem}.home-ranking-head i{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#eef6ff;color:#073945;font-size:1.35rem}.home-ranking-head strong{display:block;font-size:1.05rem}.home-ranking-head small{display:block;color:var(--muted)}.home-ranking-list{list-style:none;counter-reset:rank;padding:0;margin:0;display:grid;gap:.2rem}.home-ranking-list li{counter-increment:rank}.home-ranking-list a{display:grid;grid-template-columns:28px 56px minmax(0,1fr);gap:.75rem;align-items:center;padding:.58rem;border-radius:14px}.home-ranking-list a:before{content:counter(rank);width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#f0f5fb;color:#17314f;font-weight:900;font-size:.82rem}.home-ranking-list a:hover{background:#f7fbff}.home-ranking-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#f6f9fd;display:block}.home-ranking-thumb picture,.home-ranking-thumb img{width:100%;height:100%;display:block}.home-ranking-thumb img{object-fit:cover}.home-seller-avatar{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(180deg,#00515a 0%,#003e46 100%);color:#fff;font-size:1.45rem}.home-ranking-main{min-width:0}.home-ranking-main strong{display:block;font-size:.95rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-ranking-main small{display:block;margin-top:.18rem;color:var(--muted);font-size:.8rem;line-height:1.35}.home-seller-ranking-list a{grid-template-columns:28px 56px minmax(0,1fr)}
@media (max-width:1399px){.home-listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-trust-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.home-trust-item:nth-child(3){border-right:0}.home-trust-item:nth-child(4),.home-trust-item:nth-child(5){border-top:1px solid var(--line)}}
@media (max-width:1199px){.home-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-ranking-grid{grid-template-columns:1fr}.home-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-stat-strip div:nth-child(2){border-right:0}.home-stat-strip div:nth-child(n+3){border-top:1px solid var(--line)}}
@media (max-width:767px){.home-trust-panel,.home-stat-strip{grid-template-columns:1fr}.home-trust-item,.home-stat-strip div{border-right:0;border-top:1px solid var(--line)}.home-trust-item:first-child,.home-stat-strip div:first-child{border-top:0}.home-trust-item-main{margin:.5rem}.home-listing-grid{grid-template-columns:1fr}.home-market-card{grid-template-columns:118px minmax(0,1fr);min-height:112px}.home-market-thumb,.home-market-thumb img{min-height:112px}.marketplace-section-head{align-items:flex-start;flex-direction:column}.home-ranking-list a{grid-template-columns:24px 48px minmax(0,1fr);gap:.55rem}.home-ranking-thumb,.home-seller-avatar{width:48px;height:48px}}

/* Homepage marketplace v2 fallback: same critical layout as inline style, added for cache-busted stylesheet. */
body .home-listing-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;width:100%!important}
body .home-market-card{position:relative!important;display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;min-width:0!important;width:100%!important;min-height:104px!important;background:#fff!important;border:1px solid #dbe6f3!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(24,56,96,.05)!important}
body .home-market-card.featured-card{border:1px solid #ddb33b!important;background:#fff!important}
body .home-market-thumb{position:relative!important;display:block!important;width:108px!important;min-width:108px!important;height:104px!important;min-height:104px!important;overflow:hidden!important;background:#f4f7fb!important}
body .home-market-thumb picture,body .home-market-thumb img{display:block!important;width:100%!important;height:100%!important;min-height:0!important}
body .home-market-thumb img{object-fit:cover!important}
body .home-market-body{display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:.35rem!important;min-width:0!important;padding:.65rem .68rem!important}
body .home-market-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;align-items:start!important;gap:.4rem!important}
body .home-market-title-row h3{margin:0!important;font-size:.82rem!important;line-height:1.22!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-width:0!important}
body .home-market-price{font-size:.98rem!important;font-weight:900!important;white-space:nowrap!important}
body .home-market-meta{font-size:.72rem!important;white-space:nowrap!important;overflow:hidden!important;flex-wrap:nowrap!important}
body .home-ranking-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}
@media (max-width:1199px){body .home-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .home-ranking-grid{grid-template-columns:1fr!important}}
@media (max-width:767px){body .home-listing-grid{grid-template-columns:1fr!important}body .home-market-card{grid-template-columns:112px minmax(0,1fr)!important}body .home-market-thumb{width:112px!important;min-width:112px!important}}


/* v6: SEO category landing + premium offer details */
body .seo-breadcrumbs{font-size:.86rem;margin-top:.7rem!important}
body .listing-top-premium{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)!important;gap:1.25rem!important;align-items:stretch!important;padding:1.45rem!important;border:1px solid #d9e7f5!important;border-radius:28px!important;background:linear-gradient(135deg,#ffffff 0%,#f6fbff 100%)!important;box-shadow:0 24px 60px rgba(18,52,86,.07)!important;overflow:hidden!important;position:relative!important}
body .listing-top-premium:before{content:'';position:absolute;right:-90px;top:-120px;width:260px;height:260px;border-radius:999px;background:rgba(0,105,116,.08);pointer-events:none}
body .listing-top-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0}
body .listing-top-copy h1{font-size:clamp(1.75rem,2.6vw,2.55rem)!important;line-height:1.08!important;margin:0 0 .55rem!important;letter-spacing:-.045em!important;color:#051f33!important;font-weight:950!important}
body .listing-top-copy p{max-width:78ch!important;font-size:1rem!important;line-height:1.55!important;color:#526c86!important}
body .listing-top-stats{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr!important;gap:.65rem!important}
body .listing-top-stats div{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:.85rem!important;align-items:center!important;padding:.85rem .95rem!important;border:1px solid #dce9f5!important;border-radius:18px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 10px 24px rgba(18,52,86,.045)!important;min-width:0!important}
body .listing-top-stats i{grid-row:1/3;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eaf6ff;color:#05384b;font-size:1.15rem}
body .listing-top-stats strong{font-size:1.02rem!important;line-height:1.16!important;color:#052c43!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .listing-top-stats span{font-size:.76rem!important;color:#6d8399!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.055em!important}
body .sidebar-panel{border-radius:24px!important;border:1px solid #d9e7f5!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 18px 42px rgba(18,52,86,.055)!important;padding:1rem!important}
body .sidebar-block h2{font-size:.92rem!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#052c43!important;margin:.1rem 0 .8rem!important}
body .sidebar-link{border-radius:15px!important;padding:.62rem .72rem!important;font-weight:850!important;color:#405d78!important;transition:background .16s ease, color .16s ease, transform .16s ease!important}
body .sidebar-link:hover{background:#eef7ff!important;color:#05384b!important;transform:translateX(2px)!important}
body .sidebar-link.active{background:#053f49!important;color:#fff!important;box-shadow:0 12px 24px rgba(0,73,84,.16)!important}
body .sidebar-icon-img{width:28px!important;height:28px!important;border-radius:999px!important}
body .toolbar-panel.auction-filters-panel{border-radius:24px!important;border:1px solid #d9e7f5!important;background:#fff!important;box-shadow:0 18px 42px rgba(18,52,86,.055)!important;padding:1.1rem!important}
body .auction-filters-form .form-label{font-size:.76rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#607890!important;font-weight:900!important}
body .auction-filters-form .form-control,body .auction-filters-form .form-select{border-radius:14px!important;min-height:46px!important;border-color:#dce9f5!important;font-weight:700!important;color:#12324c!important;background-color:#fbfdff!important}
body .auction-stack{display:grid!important;gap:.9rem!important}
body .auction-row-card-olx{border-radius:22px!important;border:1px solid #d9e7f5!important;background:#fff!important;box-shadow:0 16px 36px rgba(18,52,86,.055)!important;overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
body .auction-row-card-olx:hover{transform:translateY(-2px)!important;box-shadow:0 24px 50px rgba(18,52,86,.095)!important;border-color:#c9dcec!important}
body .auction-row-card-olx.featured-card{border-color:#dbb43b!important;background:linear-gradient(180deg,#fff,#fffdf7)!important}
body .auction-row-thumb{width:220px!important;min-width:220px!important;background:#f5f8fc!important}
body .auction-row-thumb img{object-fit:cover!important}
body .auction-row-body{padding:1.05rem 1.15rem!important}
body .auction-row-head h3{font-size:1.05rem!important;line-height:1.28!important;font-weight:900!important;letter-spacing:-.015em!important}
body .auction-price{font-size:1.24rem!important;font-weight:950!important;color:#052c43!important;white-space:nowrap!important}
body .auction-price-label{font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#6c8299!important;font-weight:900!important}
body .auction-card-meta-row,body .auction-meta-list{color:#617990!important;font-size:.84rem!important}
body .saved-search-panel{border-radius:22px!important;border:1px solid #d9e7f5!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 14px 32px rgba(18,52,86,.045)!important}
body .saved-search-panel .eyebrow:empty{display:none!important}
body .empty-panel-premium{padding:3rem 2rem!important;border-radius:24px!important;border:1px dashed #c9dcec!important;background:#f8fbff!important;text-align:center!important;color:#526c86!important}
body .empty-panel-premium i{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;margin:0 auto 1rem;background:#eaf6ff;color:#05384b;font-size:1.8rem}
body .empty-panel-premium h2{font-size:1.35rem!important;color:#052c43!important;font-weight:950!important;letter-spacing:-.03em!important}
body .seo-native-strip{border-radius:24px!important;border:1px solid #d9e7f5!important;background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%)!important;box-shadow:0 18px 42px rgba(18,52,86,.055)!important}
body .seo-native-copy h2{font-size:1.25rem!important;font-weight:950!important;letter-spacing:-.03em!important;color:#052c43!important}
body .seo-native-copy p{font-size:.95rem!important;color:#526c86!important}
body .seo-native-strip .seo-chip{font-size:.82rem!important;font-weight:850!important;border-radius:999px!important;padding:.42rem .72rem!important;background:#fff!important;border:1px solid #d9e7f5!important}
body .card.card-soft{border-color:#d9e7f5!important;box-shadow:0 18px 42px rgba(18,52,86,.055)!important}
body .auction-gallery-main{background:#f5f8fc!important;border-radius:22px!important;overflow:hidden!important}
body .auction-img-lg{object-fit:contain!important;background:#f7f9fc!important;max-height:620px!important}
body .auction-detail-badges .badge{font-weight:850!important;border-radius:999px!important}
body .section-title{font-size:clamp(1.65rem,2.5vw,2.45rem)!important;font-weight:950!important;letter-spacing:-.045em!important;color:#051f33!important}
body .offer-category-path{display:inline-flex!important;align-items:center!important;gap:.45rem!important;padding:.46rem .7rem!important;border:1px solid #dbe8f5!important;border-radius:999px!important;background:#f8fbff!important;font-size:.86rem!important;font-weight:850!important}
body .offer-hero-meta-item,body .offer-fact-card,body .seller-rating-card,body .offer-sidebar-block{border-color:#d9e7f5!important;box-shadow:0 12px 28px rgba(18,52,86,.045)!important}
body .offer-sidebar-card{position:sticky!important;top:96px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}
body .offer-price-panel .display-5{font-size:clamp(2rem,3.1vw,3.1rem)!important;color:#052c43!important;letter-spacing:-.05em!important}
body .offer-actions-stack .btn{min-height:48px!important;border-radius:15px!important;font-weight:900!important}
body .offer-safety-card{background:linear-gradient(180deg,#053f49 0%,#032f37 100%)!important;color:#fff!important;border:0!important}
body .offer-safety-card .offer-side-kicker,body .offer-safety-card .offer-side-title,body .offer-safety-card li,body .offer-safety-card i{color:#fff!important}
body .offer-safety-card li span{color:rgba(255,255,255,.88)!important}
body .offer-faq-panel,.offer-context-card{border-radius:26px!important}
body .offer-faq-item{border-radius:20px!important;border:1px solid #d9e7f5!important;background:#fff!important;box-shadow:0 12px 28px rgba(18,52,86,.04)!important}
body .offer-faq-item h3{font-weight:950!important;color:#052c43!important}
body .auction-card-olx{border-radius:20px!important;border:1px solid #d9e7f5!important;box-shadow:0 14px 30px rgba(18,52,86,.055)!important;overflow:hidden!important}
@media(max-width:1199px){body .listing-top-premium{grid-template-columns:1fr!important}body .listing-top-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}body .offer-sidebar-card{position:static!important}}
@media(max-width:767px){body .listing-top-premium{padding:1.05rem!important;border-radius:22px!important}body .listing-top-stats{grid-template-columns:1fr!important}body .auction-row-card-olx{display:grid!important;grid-template-columns:120px minmax(0,1fr)!important}body .auction-row-thumb{width:120px!important;min-width:120px!important}body .auction-row-body{padding:.75rem!important}body .auction-row-foot{display:none!important}body .auction-price{font-size:1rem!important}body .auction-row-head{display:block!important}body .auction-price-wrap{margin-top:.5rem!important}}


/* v7: help center, poradniki and local SEO polish */
body .help-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:1.25rem!important;align-items:center!important;border-radius:30px!important;background:radial-gradient(circle at top right,rgba(0,105,116,.12),transparent 36%),linear-gradient(135deg,#ffffff 0%,#f5fbff 100%)!important;overflow:hidden!important}
body .help-hero h1{font-size:clamp(2rem,3.2vw,3.15rem)!important;line-height:1.05!important;letter-spacing:-.05em!important;font-weight:950!important;color:#051f33!important;margin:0 0 .75rem!important}
body .help-hero p{max-width:760px!important;margin:0!important;color:#526c86!important;font-size:1.04rem!important;line-height:1.6!important}
body .help-hero-actions{display:flex!important;gap:.75rem!important;flex-wrap:wrap!important;justify-content:flex-end!important}
body .help-hero-actions .btn{border-radius:16px!important;font-weight:900!important;min-height:48px!important}
body .help-quick-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem!important}
body .help-quick-card{display:flex!important;flex-direction:column!important;gap:.55rem!important;min-height:178px!important;padding:1.25rem!important;border:1px solid #d9e7f5!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 38px rgba(18,52,86,.055)!important;text-decoration:none!important;color:#052c43!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
body .help-quick-card:hover{transform:translateY(-3px)!important;box-shadow:0 24px 52px rgba(18,52,86,.095)!important;border-color:#c7dcec!important}
body .help-quick-card span{width:48px!important;height:48px!important;border-radius:17px!important;display:grid!important;place-items:center!important;background:#eaf6ff!important;color:#05384b!important;font-size:1.35rem!important}
body .help-quick-card strong{font-size:1.05rem!important;font-weight:950!important;letter-spacing:-.02em!important}
body .help-quick-card small{color:#617990!important;line-height:1.45!important;font-weight:650!important}
body .help-accordion .accordion-item{border:1px solid #d9e7f5!important;border-radius:18px!important;overflow:hidden!important;margin-bottom:.75rem!important;background:#fff!important;box-shadow:0 10px 24px rgba(18,52,86,.035)!important}
body .help-accordion .accordion-button{font-weight:900!important;color:#052c43!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}
body .help-accordion .accordion-button:not(.collapsed){background:#f4f9ff!important;color:#05384b!important}
body .help-accordion .accordion-body{color:#526c86!important;line-height:1.6!important}
body .help-contact-panel{background:linear-gradient(180deg,#053f49 0%,#032f37 100%)!important;color:#fff!important;border:0!important}
body .help-contact-panel h2,body .help-contact-panel p{color:#fff!important}
body .help-contact-panel p{opacity:.82!important}
body .help-contact-list{display:grid!important;gap:.65rem!important;margin-top:1rem!important}
body .help-contact-list a{display:flex!important;align-items:center!important;gap:.75rem!important;padding:.82rem .9rem!important;border-radius:16px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;text-decoration:none!important;font-weight:850!important;transition:background .16s ease,transform .16s ease!important}
body .help-contact-list a:hover{background:#fff!important;color:#05384b!important;transform:translateY(-2px)!important}
body .help-path-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important}
body .help-path-card{padding:1.2rem!important;border:1px solid #d9e7f5!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 12px 28px rgba(18,52,86,.045)!important}
body .help-path-card strong{display:block!important;margin-bottom:.65rem!important;color:#052c43!important;font-weight:950!important;font-size:1.02rem!important}
body .help-path-card ol{margin:0!important;padding-left:1.1rem!important;color:#526c86!important;line-height:1.55!important}
body .guide-mini-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important}
body .guide-mini-card{padding:1.15rem!important;border:1px solid #d9e7f5!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 28px rgba(18,52,86,.045)!important}
body .guide-mini-card i{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#eaf6ff;color:#05384b;font-size:1.25rem;margin-bottom:.85rem}
body .guide-mini-card h3{font-size:1rem!important;line-height:1.28!important;font-weight:950!important;color:#052c43!important;margin-bottom:.5rem!important}
body .guide-mini-card p{color:#526c86!important;font-size:.92rem!important;line-height:1.55!important}
body .guide-mini-card a{font-weight:900!important;text-decoration:none!important;color:#006a70!important}
@media(max-width:992px){body .help-hero{grid-template-columns:1fr!important}body .help-hero-actions{justify-content:flex-start!important}body .help-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .help-path-grid,body .guide-mini-grid{grid-template-columns:1fr!important}}
@media(max-width:576px){body .help-quick-grid{grid-template-columns:1fr!important}body .help-hero{border-radius:24px!important;padding:1.25rem!important}body .help-hero-actions .btn{width:100%!important}}

/* mobile listings: make search/listing preview match compact homepage cards */
@media (max-width: 767px){
  body .auction-stack{
    gap: .72rem !important;
  }

  body .auction-row-card-olx{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    min-height: 112px !important;
    width: 100% !important;
    border-radius: 14px !important;
    border: 1px solid #dbe6f3 !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(24,56,96,.05) !important;
    overflow: hidden !important;
  }

  body .auction-row-card-olx.featured-card{
    border-color: #ddb33b !important;
    background: #fff !important;
  }

  body .auction-row-thumb{
    width: 112px !important;
    min-width: 112px !important;
    height: 112px !important;
    min-height: 112px !important;
    align-self: stretch !important;
    overflow: hidden !important;
    background: #f4f7fb !important;
  }

  body .auction-row-thumb picture,
  body .auction-row-thumb img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body .auction-row-thumb img{
    object-fit: cover !important;
  }

  body .auction-row-body{
    min-width: 0 !important;
    padding: .62rem .66rem !important;
    padding-right: 2.9rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: .28rem !important;
  }

  body .auction-row-head{
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: .18rem !important;
  }

  body .auction-row-head > div:first-child{
    display: contents !important;
  }

  body .auction-row-head .auction-tags{
    display: none !important;
  }

  body .auction-row-head h3{
    order: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .86rem !important;
    line-height: 1.22 !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body .auction-row-head h3 a{
    color: #17314f !important;
    text-decoration: none !important;
  }

  body .auction-price-wrap{
    order: 2 !important;
    margin: .25rem 0 0 !important;
    min-width: 0 !important;
  }

  body .auction-price-label{
    display: none !important;
  }

  body .auction-price{
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    color: #052c43 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body .auction-card-meta-row{
    order: 3 !important;
    margin-top: .28rem !important;
    display: flex !important;
    align-items: center !important;
    gap: .33rem !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
    color: #6f8398 !important;
    font-size: .74rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body .auction-card-meta-row i,
  body .auction-card-meta-right i{
    display: none !important;
  }

  body .auction-card-meta-left,
  body .auction-card-meta-right{
    display: inline-flex !important;
    align-items: center !important;
    gap: .33rem !important;
    min-width: 0 !important;
  }

  body .auction-card-meta-left{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 46% !important;
  }

  body .auction-card-meta-left::after{
    content: '·';
    margin-left: .05rem;
    color: #8aa0b4;
    flex: 0 0 auto;
  }

  body .auction-card-meta-right span:last-child{
    display: none !important;
  }

  body .auction-row-foot{
    display: block !important;
    position: absolute !important;
    top: .55rem !important;
    right: .55rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    z-index: 3 !important;
  }

  body .auction-row-foot .auction-meta-list,
  body .auction-row-foot .btn{
    display: none !important;
  }

  body .auction-actions-inline{
    display: block !important;
  }

  body .auction-actions-inline .favorite-heart-btn{
    display: grid !important;
    place-items: center !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 12px !important;
    background: #fff !important;
    border: 1px solid #dbe6f3 !important;
    color: #17314f !important;
    box-shadow: 0 6px 16px rgba(24,56,96,.06) !important;
  }

  body .auction-row-card-olx .featured-ribbon{
    top: 10px !important;
    right: -30px !important;
    font-size: .62rem !important;
    padding: .28rem 1.18rem !important;
  }
}

/* SEO content panels for category/city landing pages */
.seo-content-panel{padding:28px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.seo-content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.seo-kicker{display:inline-flex;margin-bottom:8px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.seo-content-head h2{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.15;color:#0f172a}
.seo-content-badge{min-width:132px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);padding:12px 14px;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.seo-content-badge strong{display:block;font-size:1.35rem;line-height:1;color:#0f172a}
.seo-content-badge span{display:block;margin-top:4px;font-size:.8rem;color:#64748b}
.seo-content-text{display:grid;gap:10px;margin-top:10px;color:#334155;font-size:1rem;line-height:1.75}
.seo-content-text p{margin:0}
.seo-content-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}
.seo-content-card{border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.seo-content-card h3{font-size:1rem;margin:0 0 8px;color:#0f172a}
.seo-content-card p{margin:0;color:#475569;line-height:1.65}
.seo-content-link-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
.seo-content-link-group{border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);padding:16px}
.seo-content-link-group h3{font-size:.98rem;margin:0 0 8px;color:#0f172a}
.seo-content-link-group p{margin:0 0 10px;color:#64748b;font-size:.92rem;line-height:1.55}
.seo-content-link-group div{display:flex;flex-wrap:wrap;gap:8px}
.seo-content-link-group a{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#f1f5f9;color:#0f172a;text-decoration:none;padding:7px 10px;font-size:.9rem;font-weight:600;transition:background .2s ease,color .2s ease}
.seo-content-link-group a:hover{background:#e2e8f0;color:#0f172a}
.seo-content-link-group a span{color:#64748b;font-weight:700}
@media (max-width: 991.98px){.seo-content-head{flex-direction:column}.seo-content-badge{width:100%;text-align:left}.seo-content-cards,.seo-content-link-groups{grid-template-columns:1fr}}
@media (max-width: 575.98px){.seo-content-panel{padding:20px}.seo-content-card,.seo-content-link-group{padding:14px}}

/* === SEO discovery visual refresh === */
.seo-discovery{
  padding:30px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 18px 42px rgba(15,23,42,.05);
}
.seo-discovery-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  margin-bottom:20px;
}
.seo-discovery-copy{max-width:780px}
.seo-discovery-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:#eef6ff;
  color:#0f4c81;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.seo-discovery h2{
  margin:14px 0 10px;
  font-size:clamp(1.45rem,2.2vw,2.15rem);
  line-height:1.1;
  color:#0f172a;
}
.seo-discovery-lead{
  margin:0;
  font-size:1rem;
  line-height:1.75;
  color:#475569;
}
.seo-discovery-more{
  margin-top:14px;
  border-top:1px dashed rgba(15,23,42,.12);
  padding-top:14px;
}
.seo-discovery-more summary,
.seo-discovery-detail summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  list-style:none;
  font-weight:800;
  color:#0f172a;
}
.seo-discovery-more summary::-webkit-details-marker,
.seo-discovery-detail summary::-webkit-details-marker{display:none}
.seo-discovery-more summary::after,
.seo-discovery-detail summary::after{
  content:'+';
  width:28px;
  height:28px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#eef6ff;
  color:#0f4c81;
  font-size:1rem;
  flex:0 0 auto;
}
.seo-discovery-more[open] summary::after,
.seo-discovery-detail[open] summary::after{content:'−'}
.seo-discovery-more-content{padding-top:12px;display:grid;gap:10px}
.seo-discovery-more-content p{margin:0;color:#526175;line-height:1.72}
.seo-discovery-count{
  min-width:164px;
  background:linear-gradient(180deg,#0f4c81 0%,#083a62 100%);
  color:#fff;
  border-radius:22px;
  padding:18px 20px;
  text-align:center;
  box-shadow:0 16px 34px rgba(15,76,129,.20);
}
.seo-discovery-count strong{
  display:block;
  font-size:2rem;
  line-height:1;
  font-weight:900;
}
.seo-discovery-count span{
  display:block;
  margin-top:8px;
  font-size:.86rem;
  color:rgba(255,255,255,.86);
}
.seo-discovery-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}
.seo-discovery-card{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  align-items:flex-start;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}
.seo-discovery-card-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eef6ff;
  color:#0f4c81;
  display:grid;
  place-items:center;
  font-size:1.2rem;
}
.seo-discovery-card h3{
  margin:0 0 6px;
  font-size:1rem;
  line-height:1.3;
  color:#0f172a;
}
.seo-discovery-card p{
  margin:0;
  color:#526175;
  font-size:.94rem;
  line-height:1.6;
}
.seo-discovery-chips{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:20px;
  padding:16px 18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
}
.seo-discovery-chips-label{
  min-width:160px;
  font-size:.88rem;
  font-weight:800;
  color:#334155;
  padding-top:6px;
}
.seo-discovery-chip-list{display:flex;flex-wrap:wrap;gap:10px}
.seo-discovery .seo-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:9px 14px;
  background:#f8fbff;
  border:1px solid #d7e5f4;
  color:#123b63;
  font-weight:700;
  font-size:.86rem;
  text-decoration:none;
}
.seo-discovery .seo-chip span{
  display:inline-grid;
  place-items:center;
  min-width:24px;
  height:24px;
  border-radius:999px;
  background:#fff;
  color:#0f4c81;
  padding:0 6px;
  font-size:.74rem;
}
.seo-discovery-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);
  gap:18px;
}
.seo-discovery-link-groups{display:grid;gap:14px}
.seo-discovery-link-card,
.seo-discovery-detail{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:18px;
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}
.seo-discovery-link-head h3{
  margin:0 0 4px;
  font-size:1rem;
  color:#0f172a;
}
.seo-discovery-link-head p{
  margin:0 0 14px;
  color:#64748b;
  font-size:.9rem;
  line-height:1.55;
}
.seo-discovery-link-list,
.seo-discovery-more-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.seo-discovery-link-list a,
.seo-discovery-more-grid a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:14px;
  background:#f8fbff;
  border:1px solid #d7e5f4;
  color:#123b63;
  text-decoration:none;
  font-weight:700;
  font-size:.85rem;
}
.seo-discovery-link-list a span,
.seo-discovery-more-grid a span{
  display:inline-grid;
  place-items:center;
  min-width:22px;
  height:22px;
  border-radius:999px;
  background:#fff;
  font-size:.74rem;
  color:#0f4c81;
  padding:0 6px;
}
.seo-discovery-side{display:grid;gap:14px}
.seo-discovery-detail{
  padding:0;
  overflow:hidden;
}
.seo-discovery-detail summary{
  padding:16px 18px;
}
.seo-discovery-detail summary i{
  color:#0f4c81;
  margin-right:10px;
}
.seo-discovery-detail[open] summary{
  border-bottom:1px solid rgba(15,23,42,.08);
}
.seo-discovery-detail ul,
.seo-discovery-faq-list,
.seo-discovery-detail .seo-discovery-more-grid{
  margin:0;
  padding:16px 18px 18px;
}
.seo-discovery-detail ul{
  padding-left:34px;
  color:#475569;
}
.seo-discovery-detail li + li{margin-top:8px}
.seo-discovery-faq-list{display:grid;gap:14px}
.seo-discovery-faq-list article strong{
  display:block;
  margin-bottom:5px;
  color:#0f172a;
  font-size:.94rem;
}
.seo-discovery-faq-list article p{
  margin:0;
  color:#64748b;
  font-size:.9rem;
  line-height:1.65;
}
@media (max-width: 991.98px){
  .seo-discovery{padding:22px}
  .seo-discovery-hero,
  .seo-discovery-chips,
  .seo-discovery-grid{grid-template-columns:1fr;display:grid}
  .seo-discovery-count{min-width:0;max-width:220px}
  .seo-discovery-cards{grid-template-columns:1fr}
  .seo-discovery-chips-label{min-width:0;padding-top:0}
}
@media (max-width: 575.98px){
  .seo-discovery{padding:18px;border-radius:18px}
  .seo-discovery h2{font-size:1.28rem}
  .seo-discovery-lead{font-size:.95rem;line-height:1.7}
  .seo-discovery-count{max-width:none;width:100%;border-radius:18px}
  .seo-discovery-card,
  .seo-discovery-link-card{padding:16px}
  .seo-discovery-detail summary{padding:15px 16px}
  .seo-discovery-detail ul,
  .seo-discovery-faq-list,
  .seo-discovery-detail .seo-discovery-more-grid{padding:14px 16px 16px}
}


/* === SEO showcase final — wzór z podglądu JPG === */
body .seo-showcase{
  padding:32px!important;
  border:1px solid #dce8f6!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  box-shadow:0 18px 48px rgba(18,52,86,.06)!important;
  overflow:hidden!important;
}
body .seo-showcase-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:28px!important;
  margin-bottom:22px!important;
}
body .seo-showcase-copy{
  max-width:760px!important;
}
body .seo-showcase-kicker{
  display:inline-flex!important;
  align-items:center!important;
  margin-bottom:8px!important;
  color:#1769e0!important;
  font-size:.78rem!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
body .seo-showcase h2{
  margin:0 0 8px!important;
  color:#0b1736!important;
  font-size:clamp(1.45rem,2.15vw,2.15rem)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
body .seo-showcase-copy p{
  margin:0!important;
  max-width:720px!important;
  color:#40506a!important;
  font-size:1rem!important;
  line-height:1.65!important;
}
body .seo-showcase-count{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:190px!important;
  padding:15px 18px!important;
  border-radius:18px!important;
  background:#f2f7ff!important;
  border:1px solid #e3eefc!important;
  box-shadow:none!important;
}
body .seo-showcase-count-icon{
  width:54px!important;
  height:54px!important;
  border-radius:17px!important;
  display:grid!important;
  place-items:center!important;
  background:#e7f1ff!important;
  color:#1769e0!important;
  font-size:1.55rem!important;
}
body .seo-showcase-count strong{
  display:block!important;
  color:#0b1736!important;
  font-size:1.65rem!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
body .seo-showcase-count small{
  display:block!important;
  margin-top:4px!important;
  color:#40506a!important;
  font-size:.86rem!important;
  line-height:1.2!important;
}
body .seo-showcase-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-bottom:20px!important;
}
body .seo-showcase-card{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  padding:20px!important;
  min-height:126px!important;
  border:1px solid #dce8f6!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(18,52,86,.035)!important;
}
body .seo-showcase-card-icon{
  width:58px!important;
  height:58px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle at 35% 25%,#ffffff 0%,#e7f1ff 42%,#d8eaff 100%)!important;
  color:#1769e0!important;
  font-size:1.55rem!important;
  box-shadow:inset 0 0 0 1px rgba(23,105,224,.08)!important;
}
body .seo-showcase-card h3{
  margin:0 0 7px!important;
  color:#0b1736!important;
  font-size:1rem!important;
  line-height:1.25!important;
  font-weight:950!important;
}
body .seo-showcase-card p{
  margin:0!important;
  color:#40506a!important;
  font-size:.92rem!important;
  line-height:1.55!important;
}
body .seo-showcase-searches{
  margin:2px 0 16px!important;
}
body .seo-showcase-searches > strong{
  display:block!important;
  margin-bottom:10px!important;
  color:#0b1736!important;
  font-size:1rem!important;
  font-weight:950!important;
}
body .seo-showcase-chip-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
body .seo-showcase-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:7px 14px!important;
  border-radius:999px!important;
  background:#f1f6ff!important;
  border:1px solid #e0ebfb!important;
  color:#1769e0!important;
  font-size:.86rem!important;
  line-height:1!important;
  font-weight:900!important;
  text-decoration:none!important;
  transition:transform .16s ease,background .16s ease,border-color .16s ease!important;
}
body .seo-showcase-chip:hover{
  transform:translateY(-1px)!important;
  background:#eaf3ff!important;
  border-color:#c9def8!important;
}
body .seo-showcase-chip i{
  font-size:.9rem!important;
}
body .seo-showcase-chip span{
  display:inline-grid!important;
  place-items:center!important;
  min-width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  padding:0 6px!important;
  background:#fff!important;
  color:#0f4c81!important;
  font-size:.72rem!important;
}
body .seo-showcase-accordion{
  border:1px solid #dce8f6!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body .seo-showcase-row{
  margin:0!important;
  border:0!important;
  border-bottom:1px solid #e5eef8!important;
  background:#fff!important;
}
body .seo-showcase-row:last-child{
  border-bottom:0!important;
}
body .seo-showcase-row > summary{
  position:relative!important;
  display:grid!important;
  grid-template-columns:42px minmax(180px,220px) 1fr 28px!important;
  align-items:center!important;
  gap:14px!important;
  min-height:58px!important;
  padding:10px 18px!important;
  cursor:pointer!important;
  list-style:none!important;
  color:#0b1736!important;
}
body .seo-showcase-row > summary::-webkit-details-marker{
  display:none!important;
}
body .seo-showcase-row > summary::after{
  content:'⌄'!important;
  grid-column:4!important;
  justify-self:end!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  color:#0b1736!important;
  font-size:1.1rem!important;
  font-weight:900!important;
  transition:transform .16s ease!important;
}
body .seo-showcase-row[open] > summary::after{
  transform:rotate(180deg)!important;
}
body .seo-showcase-row-icon{
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#eef6ff!important;
  color:#1769e0!important;
  font-size:1.05rem!important;
}
body .seo-showcase-row > summary strong{
  color:#0b1736!important;
  font-size:.94rem!important;
  line-height:1.25!important;
  font-weight:950!important;
}
body .seo-showcase-row > summary em{
  color:#5a6a82!important;
  font-style:normal!important;
  font-size:.9rem!important;
  line-height:1.35!important;
}
body .seo-showcase-row-body{
  padding:0 18px 18px 74px!important;
  color:#40506a!important;
}
body .seo-showcase-row-body ul{
  margin:0!important;
  padding-left:18px!important;
}
body .seo-showcase-row-body li + li{
  margin-top:7px!important;
}
body .seo-showcase-faq{
  display:grid!important;
  gap:12px!important;
}
body .seo-showcase-faq article{
  padding:14px!important;
  border:1px solid #e5eef8!important;
  border-radius:14px!important;
  background:#f8fbff!important;
}
body .seo-showcase-faq article strong{
  display:block!important;
  margin-bottom:5px!important;
  color:#0b1736!important;
  font-size:.94rem!important;
}
body .seo-showcase-faq article p{
  margin:0!important;
  color:#526175!important;
  font-size:.9rem!important;
  line-height:1.55!important;
}
body .seo-showcase-link-groups{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body .seo-showcase-link-group{
  padding:14px!important;
  border:1px solid #e5eef8!important;
  border-radius:16px!important;
  background:#f8fbff!important;
}
body .seo-showcase-link-group h3{
  margin:0 0 10px!important;
  color:#0b1736!important;
  font-size:.96rem!important;
  font-weight:950!important;
}
body .seo-showcase-link-group div,
body .seo-showcase-related{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
body .seo-showcase-link-group a,
body .seo-showcase-related a{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid #dce8f6!important;
  color:#1769e0!important;
  font-size:.82rem!important;
  font-weight:850!important;
  text-decoration:none!important;
}
body .seo-showcase-link-group a span,
body .seo-showcase-related a span{
  color:#0b1736!important;
  font-size:.74rem!important;
}
@media (max-width: 1199.98px){
  body .seo-showcase-card{
    grid-template-columns:54px minmax(0,1fr)!important;
    padding:16px!important;
  }
  body .seo-showcase-card-icon{
    width:50px!important;
    height:50px!important;
  }
}
@media (max-width: 991.98px){
  body .seo-showcase{
    padding:24px!important;
  }
  body .seo-showcase-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  body .seo-showcase-count{
    width:max-content!important;
    min-width:0!important;
  }
  body .seo-showcase-cards{
    grid-template-columns:1fr!important;
  }
  body .seo-showcase-row > summary{
    grid-template-columns:38px 1fr 28px!important;
  }
  body .seo-showcase-row > summary em{
    grid-column:2/3!important;
    margin-top:3px!important;
  }
  body .seo-showcase-row > summary::after{
    grid-column:3!important;
    grid-row:1/3!important;
  }
  body .seo-showcase-row-body{
    padding-left:70px!important;
  }
  body .seo-showcase-link-groups{
    grid-template-columns:1fr!important;
  }
}
@media (max-width: 575.98px){
  body .seo-showcase{
    padding:18px!important;
    border-radius:18px!important;
  }
  body .seo-showcase h2{
    font-size:1.35rem!important;
  }
  body .seo-showcase-count{
    width:100%!important;
  }
  body .seo-showcase-card{
    grid-template-columns:1fr!important;
  }
  body .seo-showcase-row > summary{
    padding:12px 14px!important;
  }
  body .seo-showcase-row-body{
    padding:0 14px 16px 56px!important;
  }
}


/* === SEO showcase v4 — dopieszczone proporcje, krótsze karty, premium look === */
body .seo-showcase{
  max-width:100%!important;
  padding:34px!important;
  border-color:#d8e7f7!important;
  background:
    radial-gradient(circle at 92% 12%,rgba(23,105,224,.055) 0,rgba(23,105,224,0) 260px),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
}
body .seo-showcase-head{
  margin-bottom:24px!important;
}
body .seo-showcase-kicker{
  margin-bottom:9px!important;
  color:#0d6efd!important;
}
body .seo-showcase h2{
  max-width:760px!important;
  font-size:clamp(1.55rem,2.25vw,2.25rem)!important;
}
body .seo-showcase-copy p{
  max-width:760px!important;
  font-size:.98rem!important;
  line-height:1.58!important;
}
body .seo-showcase-count{
  min-width:184px!important;
  padding:14px 16px!important;
  align-self:flex-start!important;
}
body .seo-showcase-count-icon{
  width:50px!important;
  height:50px!important;
  border-radius:16px!important;
  font-size:1.42rem!important;
}
body .seo-showcase-count strong{
  font-size:1.55rem!important;
}
body .seo-showcase-cards{
  gap:16px!important;
  margin-bottom:22px!important;
}
body .seo-showcase-card{
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:flex-start!important;
  min-height:108px!important;
  padding:18px!important;
  border-radius:18px!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
body .seo-showcase-card:hover{
  transform:translateY(-2px)!important;
  border-color:#c9def8!important;
  box-shadow:0 16px 34px rgba(18,52,86,.07)!important;
}
body .seo-showcase-card-icon{
  width:50px!important;
  height:50px!important;
  font-size:1.35rem!important;
}
body .seo-showcase-card h3{
  margin-bottom:6px!important;
  font-size:.98rem!important;
}
body .seo-showcase-card p{
  font-size:.88rem!important;
  line-height:1.48!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body .seo-showcase-searches{
  padding-top:2px!important;
  margin-bottom:18px!important;
}
body .seo-showcase-searches > strong{
  margin-bottom:9px!important;
  font-size:.98rem!important;
}
body .seo-showcase-chip-row{
  gap:9px!important;
}
body .seo-showcase-chip{
  min-height:32px!important;
  padding:7px 13px!important;
  font-size:.82rem!important;
  box-shadow:0 6px 14px rgba(23,105,224,.035)!important;
}
body .seo-showcase-accordion{
  border-radius:17px!important;
  box-shadow:0 10px 24px rgba(18,52,86,.035)!important;
}
body .seo-showcase-row > summary{
  min-height:56px!important;
  padding:9px 18px!important;
  grid-template-columns:40px minmax(190px,230px) 1fr 28px!important;
}
body .seo-showcase-row-icon{
  width:32px!important;
  height:32px!important;
}
body .seo-showcase-row > summary strong{
  font-size:.92rem!important;
}
body .seo-showcase-row > summary em{
  font-size:.86rem!important;
  color:#60708a!important;
}
body .seo-showcase-row-body{
  padding-bottom:16px!important;
  font-size:.9rem!important;
}
body .seo-showcase-link-group{
  padding:13px!important;
}
body .seo-showcase-link-group h3{
  font-size:.92rem!important;
}
body .seo-showcase-faq article{
  padding:12px 13px!important;
}
@media (max-width: 1199.98px){
  body .seo-showcase{
    padding:28px!important;
  }
  body .seo-showcase-cards{
    gap:14px!important;
  }
  body .seo-showcase-card{
    grid-template-columns:1fr!important;
    gap:10px!important;
    min-height:0!important;
  }
  body .seo-showcase-card-icon{
    width:46px!important;
    height:46px!important;
  }
}
@media (max-width: 991.98px){
  body .seo-showcase-card{
    grid-template-columns:54px minmax(0,1fr)!important;
  }
}
@media (max-width: 575.98px){
  body .seo-showcase{
    padding:18px!important;
  }
  body .seo-showcase-card{
    grid-template-columns:1fr!important;
  }
  body .seo-showcase-row > summary strong{
    font-size:.9rem!important;
  }
  body .seo-showcase-row > summary em{
    font-size:.82rem!important;
  }
}


/* Internal linking boxes for guide/help pages */
.internal-link-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.9fr);
  gap:1rem;
  align-items:center;
  padding:1.15rem 1.25rem;
  border:1px solid #dce8f4;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 12px 30px rgba(18,52,86,.045);
}
.internal-link-box h2{
  margin:0 0 .35rem;
  color:#052c43;
  font-size:1.15rem;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.02em;
}
.internal-link-box p{
  margin:0;
  color:#60758c;
  font-size:.9rem;
  line-height:1.55;
}
.internal-link-box nav{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  justify-content:flex-end;
}
.internal-link-box nav a{
  display:inline-flex;
  align-items:center;
  padding:.55rem .75rem;
  border-radius:999px;
  border:1px solid #cdddeb;
  background:#fff;
  color:#062c43;
  text-decoration:none;
  font-size:.83rem;
  font-weight:850;
}
.internal-link-box nav a:hover{
  background:#062c43;
  color:#fff;
  border-color:#062c43;
}
@media(max-width: 768px){
  .internal-link-box{grid-template-columns:1fr;}
  .internal-link-box nav{justify-content:flex-start;}
}


/* Rich description editor and offer description rendering */
.description-ai-card{
  border:1px solid #dce8f4;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  padding:1rem;
  box-shadow:0 12px 30px rgba(18,52,86,.045);
}
.description-ai-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1rem;
  margin-bottom:.75rem;
}
.description-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  margin-bottom:.75rem;
}
.description-toolbar button{
  border:1px solid #cdddeb;
  background:#fff;
  color:#062c43;
  border-radius:999px;
  padding:.45rem .7rem;
  font-size:.82rem;
  font-weight:850;
}
.description-toolbar button:hover{
  background:#062c43;
  color:#fff;
  border-color:#062c43;
}
.listing-rich-description{
  min-height:220px;
  line-height:1.65;
  font-family:inherit;
}
.description-preview-wrap{
  margin-top:.9rem;
  border:1px dashed #cdddeb;
  border-radius:16px;
  background:#fff;
  padding:.85rem;
}
.description-preview-title{
  font-size:.82rem;
  font-weight:900;
  color:#60758c;
  margin-bottom:.45rem;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.description-preview{
  color:#17314f;
  line-height:1.7;
}
.description-preview h3{
  margin:.8rem 0 .35rem;
  font-size:1.05rem;
  font-weight:950;
  color:#052c43;
}
.description-preview p{
  margin:0 0 .65rem;
}
.description-preview ul{
  margin:.25rem 0 .75rem;
  padding-left:1.25rem;
}
.description-preview li + li{
  margin-top:.25rem;
}
.description-preview hr{
  border:0;
  border-top:1px solid #dce8f4;
  margin:.8rem 0;
}
.auction-description-rich{
  white-space:normal!important;
}
.auction-description-heading{
  margin:1.15rem 0 .55rem;
  color:#052c43;
  font-size:1.2rem;
  line-height:1.25;
  font-weight:950;
}
.auction-description-heading:first-child{
  margin-top:0;
}
.auction-description-list{
  margin:.35rem 0 1rem;
  padding-left:1.3rem;
  color:#3f5268;
  line-height:1.75;
}
.auction-description-list li + li{
  margin-top:.25rem;
}
.auction-description-separator{
  border:0;
  border-top:1px solid #dce8f4;
  margin:1rem 0;
}
.auction-description-rich strong{
  color:#052c43;
}
.auction-description-rich u{
  text-underline-offset:3px;
  text-decoration-thickness:1.5px;
}
@media(max-width:768px){
  .description-ai-head{flex-direction:column;}
  .description-ai-head .btn{width:100%;}
}


/* Smart suggestions for category and price */
.smart-suggest-box{
  border:1px solid #d9e7f5;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f8fbff);
  padding:1rem;
  box-shadow:0 12px 30px rgba(18,52,86,.045);
}
.smart-suggest-head{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  margin-bottom:.9rem;
}
.smart-suggest-head > span{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#eef6ff;
  color:#0d6efd;
  font-size:1.25rem;
  flex:0 0 auto;
}
.smart-suggest-head strong{
  display:block;
  color:#052c43;
  font-weight:950;
  line-height:1.15;
}
.smart-suggest-head small{
  display:block;
  margin-top:.2rem;
  color:#60758c;
  line-height:1.35;
}
.smart-suggest-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.75rem;
}
.smart-suggest-card{
  border:1px solid #dce8f4;
  border-radius:16px;
  background:#fff;
  padding:.85rem;
}
.smart-suggest-card small{
  display:block;
  color:#60758c;
  font-size:.78rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.smart-suggest-card strong{
  display:block;
  margin:.25rem 0 .65rem;
  color:#052c43;
  font-size:1rem;
  line-height:1.25;
}
.smart-suggest-note{
  margin-top:.75rem;
  color:#60758c;
  font-size:.82rem;
  line-height:1.45;
}
@media(max-width:768px){
  .smart-suggest-grid{grid-template-columns:1fr;}
}


/* Seller manual prepayment details */
.seller-payment-settings-box,
.seller-payment-details-card{
  border:1px solid #dce8f4;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  padding:1rem;
  box-shadow:0 12px 30px rgba(18,52,86,.045);
}
.seller-payment-settings-head,
.seller-payment-details-head{
  display:flex;
  align-items:flex-start;
  gap:.8rem;
  margin-bottom:1rem;
}
.seller-payment-settings-head > span,
.seller-payment-details-head > span{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#eef6ff;
  color:#0d6efd;
  font-size:1.25rem;
  flex:0 0 auto;
}
.seller-payment-settings-head strong{
  display:block;
  color:#052c43;
  font-weight:950;
}
.seller-payment-settings-head small{
  display:block;
  margin-top:.2rem;
  color:#60758c;
  line-height:1.35;
}
.seller-payment-details-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
}
.seller-payment-details-item{
  border:1px solid #dce8f4;
  border-radius:16px;
  background:#fff;
  padding:.9rem;
}
.seller-payment-details-item small{
  display:block;
  color:#60758c;
  font-weight:850;
  margin-bottom:.25rem;
}
.seller-payment-details-item strong{
  color:#052c43;
  overflow-wrap:anywhere;
}
@media(max-width:768px){
  .seller-payment-details-grid{grid-template-columns:1fr;}
}

/* Sklepy sprzedawców */
.shop-hero{background:linear-gradient(135deg,#f6f9ff 0%,#eef5ff 100%);border-bottom:1px solid #e5edf8}.eyebrow{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;background:#eef5ff;color:#1f67d2;font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;padding:.45rem .75rem}.search-card{background:#fff;border:1px solid #e5edf8;border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(15,35,63,.07)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.shop-card{display:flex;gap:16px;padding:18px;min-height:190px}.shop-card-logo{width:86px;height:86px;flex:0 0 86px;border-radius:22px;overflow:hidden;background:#f4f8fd;border:1px solid #e5edf8;display:flex;align-items:center;justify-content:center;text-decoration:none}.shop-card-logo-img{width:100%;height:100%;object-fit:cover}.shop-logo-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f67d2,#16365f);color:#fff;font-weight:900;font-size:30px}.shop-card-body{min-width:0;flex:1}.shop-card-body h2 a{color:#17355c;text-decoration:none}.shop-card-desc{color:#52667f;line-height:1.55;margin:13px 0}.shop-meta{display:flex;gap:9px;color:#60748e;font-size:.92rem;line-height:1.45}.shop-meta i{color:#1f67d2;margin-top:2px}.shop-profile-hero{background:linear-gradient(135deg,#0b2038 0%,#173b68 55%,#2563d6 100%)}.shop-profile-card{display:flex;align-items:center;gap:24px;padding:28px;background:rgba(255,255,255,.96)}.shop-profile-logo{width:126px;height:126px;border-radius:32px;overflow:hidden;border:1px solid #e5edf8;background:#f4f8fd;display:flex;align-items:center;justify-content:center;flex:0 0 126px}.shop-profile-logo.mini{width:84px;height:84px;border-radius:24px;flex-basis:84px}.shop-profile-logo-img{width:100%;height:100%;object-fit:cover}.auction-card{border:1px solid #e5edf8;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 35px rgba(15,35,63,.06)}.auction-thumb{display:block;aspect-ratio:16/10;background:#f4f8fd;overflow:hidden}.auction-thumb img{width:100%;height:100%;object-fit:cover}.auction-body{padding:16px}.auction-category{font-size:12px;color:#6d7f95;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.auction-body a{text-decoration:none;color:#17355c}.price-strong{font-weight:900;color:#1f67d2}.account-summary-list a{word-break:break-word}@media(max-width:640px){.shop-card,.shop-profile-card{flex-direction:column;align-items:flex-start}.shop-card-logo{width:76px;height:76px}.shop-profile-logo{width:104px;height:104px;flex-basis:104px}}

/* Sklepy - widok zgodny z listą ogłoszeń */
.shop-list-stack .shop-row-card{align-items:stretch;overflow:hidden}
.shop-row-thumb{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f6fbff);padding:18px;min-height:190px;text-decoration:none}
.shop-row-logo-img,.shop-card-logo-img,.shop-profile-logo-img{display:block;max-width:100%;height:auto;object-fit:contain}
.shop-row-logo-img{max-width:130px;max-height:130px;border-radius:18px}
.shop-row-thumb .shop-logo-placeholder{width:126px;height:126px;border-radius:26px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:#16406f;font-size:44px;font-weight:900;border:1px solid #dce9f8}
.shop-row-desc{margin-top:10px;color:#5e728a;line-height:1.55;max-width:620px}
.shop-sidebar-search .input-icon{position:relative}.shop-sidebar-search .input-icon i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#7890aa;z-index:2}.shop-sidebar-search .input-icon .form-control{padding-left:42px}
.shop-profile-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;align-items:center;padding:24px;background:#fff;border-radius:26px;border:1px solid #dfeaf6;box-shadow:0 18px 45px rgba(15,35,63,.06)}
.shop-profile-logo{width:170px;height:150px;border-radius:24px;background:linear-gradient(180deg,#fff,#f6fbff);border:1px solid #e3edf8;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}.shop-profile-logo-img{max-width:130px;max-height:110px;border-radius:16px}.shop-profile-logo .shop-logo-placeholder{width:112px;height:112px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:#16406f;font-size:44px;font-weight:900}.shop-profile-main{min-width:0}.shop-meta{display:flex;gap:8px;align-items:flex-start;color:#5e728a;font-size:13px;line-height:1.45}.shop-meta i{color:#1f67d2;margin-top:2px}.soft-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe8f7;background:#f5f9ff;color:#17355c;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px}.eyebrow{display:inline-flex;align-items:center;color:#215fc2;text-transform:uppercase;letter-spacing:.06em;font-weight:900;font-size:12px;margin-bottom:8px}.breadcrumbs{color:#6f8298;font-size:13px}.breadcrumbs a{color:#295d9f;text-decoration:none;font-weight:700}
@media(max-width:991px){.shop-profile-card{grid-template-columns:1fr}.shop-profile-logo{width:100%;height:130px}.shop-row-thumb{min-height:150px}.shop-row-logo-img{max-width:110px;max-height:110px}}

/* Sklep sprzedawcy - układ jak kategorie ogłoszeń */
.shop-page-clean{max-width:1240px}
.shop-head-card{padding:22px 24px;border-radius:26px;background:linear-gradient(135deg,#ffffff 0%,#f7fbff 72%,#eef8fb 100%);border:1px solid #dfeaf6;box-shadow:0 18px 45px rgba(15,35,63,.06)}
.shop-head-inner{display:grid;grid-template-columns:128px minmax(0,1fr) auto;gap:22px;align-items:center}
.shop-head-logo{width:128px;height:112px;border-radius:22px;background:#fff;border:1px solid #e2edf8;display:flex;align-items:center;justify-content:center;padding:16px;box-shadow:0 12px 30px rgba(15,35,63,.05)}
.shop-head-logo .shop-profile-logo-img{max-width:96px;max-height:82px;width:auto;height:auto;object-fit:contain;border-radius:12px}.shop-head-logo .shop-logo-placeholder{width:82px;height:82px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:#16406f;font-size:34px;font-weight:900}
.shop-head-copy h1{font-size:36px;line-height:1.05;margin:6px 0 8px;color:#09294c;font-weight:950}.shop-head-copy p{max-width:720px;color:#5d7188;margin:0 0 14px;line-height:1.55}.shop-head-actions{display:flex;flex-direction:column;gap:10px;min-width:150px}.shop-head-actions .btn{width:100%}
.shop-search-panel{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid #dfeaf6;box-shadow:0 12px 32px rgba(15,35,63,.05)}.shop-search-panel h2{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#4c6682;font-weight:900;margin:0 0 12px}.shop-top-search{display:grid;grid-template-columns:minmax(260px,1fr) 170px 170px auto auto;gap:12px;align-items:center}.shop-top-search .input-icon{position:relative}.shop-top-search .input-icon i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#7890aa;z-index:2}.shop-top-search .input-icon .form-control{padding-left:42px}.shop-top-search .form-control,.shop-top-search .form-select{height:48px;border-radius:14px}.shop-top-search .btn{height:48px;border-radius:14px;padding-left:22px;padding-right:22px}
.sidebar-links .sidebar-link{position:relative}.sidebar-links .sidebar-link em{margin-left:auto;min-width:30px;text-align:center;border-radius:999px;background:#eef5ff;color:#18436f;font-style:normal;font-weight:900;font-size:12px;padding:3px 8px}.sidebar-links .sidebar-link.active em{background:rgba(255,255,255,.18);color:inherit}.sidebar-links .sidebar-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1199px){.shop-top-search{grid-template-columns:1fr 1fr}.shop-top-search .shop-q{grid-column:1/-1}.shop-head-inner{grid-template-columns:108px minmax(0,1fr)}.shop-head-actions{grid-column:1/-1;flex-direction:row}.shop-head-actions .btn{width:auto}}
@media(max-width:640px){.shop-head-inner{grid-template-columns:1fr}.shop-head-logo{width:100%;height:110px}.shop-head-copy h1{font-size:28px}.shop-top-search{grid-template-columns:1fr}.shop-head-actions{flex-direction:column}.shop-head-actions .btn{width:100%}}

/* Sklep sprzedawcy - finalny, profesjonalny układ */
.shop-page-clean{max-width:1240px}
.shop-showcase{border:1px solid #dce8f5;border-radius:30px;background:radial-gradient(circle at 82% 15%,rgba(31,103,210,.12),transparent 30%),linear-gradient(135deg,#fff 0%,#f6fbff 70%,#eef8fb 100%);box-shadow:0 22px 55px rgba(15,35,63,.075);padding:24px;overflow:hidden}
.shop-showcase-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.shop-showcase-actions{display:flex;gap:10px;flex-wrap:wrap}.shop-showcase-actions .btn{border-radius:14px;font-weight:900;padding:.72rem 1.05rem}
.shop-showcase-main{display:grid;grid-template-columns:150px minmax(0,1fr) 190px;gap:24px;align-items:stretch}.shop-showcase-logo{height:150px;border-radius:26px;background:#fff;border:1px solid #e0ebf7;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 14px 34px rgba(15,35,63,.06)}.shop-showcase-logo .shop-profile-logo-img{max-width:112px;max-height:112px;width:auto;height:auto;object-fit:contain}.shop-showcase-logo .shop-logo-placeholder{width:106px;height:106px;border-radius:25px;display:grid;place-items:center;background:#eef5ff;color:#113c68;font-size:44px;font-weight:950}
.shop-showcase-copy{padding:4px 0}.shop-showcase-copy h1{font-size:clamp(32px,4vw,48px);line-height:1.02;font-weight:950;color:#09294c;margin:8px 0 10px;letter-spacing:-.035em}.shop-showcase-copy .lead{max-width:780px;margin:0 0 18px;color:#546a83;font-size:16px;line-height:1.65}
.shop-showcase-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px}.shop-showcase-stats span{border:1px solid #dce8f6;background:rgba(255,255,255,.82);border-radius:18px;padding:12px 14px;box-shadow:0 8px 22px rgba(15,35,63,.04)}.shop-showcase-stats strong{display:block;color:#09294c;font-weight:950;font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-showcase-stats small{display:block;color:#637992;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}
.shop-www-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;text-decoration:none;border:1px solid #dce8f6;border-radius:24px;background:#fff;padding:18px;color:#0a2f55;box-shadow:0 14px 34px rgba(15,35,63,.06)}.shop-www-card i{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#eef7ff;color:#1f67d2;font-size:20px}.shop-www-card span{font-weight:850;color:#597089}.shop-www-card strong{font-weight:950;color:#09294c}.shop-www-card:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(15,35,63,.09)}
.shop-page-clean .row.g-4.align-items-start{align-items:flex-start!important}.shop-page-clean .sidebar-panel{border-radius:24px;padding:18px;background:#fff;border:1px solid #dce8f5;box-shadow:0 16px 40px rgba(15,35,63,.055)}.shop-page-clean .sidebar-block h2{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#506780;font-weight:950;margin:0 0 14px}.shop-page-clean .sidebar-links{display:flex;flex-direction:column;gap:8px}.shop-page-clean .sidebar-link{display:flex;align-items:center;gap:10px;border-radius:16px;padding:10px 12px;text-decoration:none;font-weight:900;color:#183c64;min-height:42px}.shop-page-clean .sidebar-link:hover{background:#f3f8ff}.shop-page-clean .sidebar-link.active{background:#00525a;color:#fff;box-shadow:0 12px 26px rgba(0,82,90,.18)}.shop-page-clean .sidebar-link i{width:20px;text-align:center}.shop-page-clean .sidebar-icon-img{width:22px;height:22px;object-fit:contain;flex:0 0 22px}
.shop-search-panel{padding:20px;border-radius:24px;background:#fff;border:1px solid #dce8f5;box-shadow:0 16px 40px rgba(15,35,63,.055)}.shop-search-panel h2{font-size:24px;letter-spacing:-.025em;text-transform:none;color:#09294c;font-weight:950;margin:0 0 14px}.shop-top-search{grid-template-columns:minmax(260px,1fr) 170px 170px auto auto}.shop-top-search .form-control,.shop-top-search .form-select{border-radius:16px;border-color:#d7e5f4;background:#f9fcff}.shop-top-search .btn{font-weight:950}.shop-seo-content{border-radius:28px;padding:30px;background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #dce8f5;box-shadow:0 16px 40px rgba(15,35,63,.055)}.shop-seo-content h2{font-size:28px;line-height:1.18;font-weight:950;color:#09294c;margin:10px 0 14px}.shop-seo-content p{color:#566c84;line-height:1.75;margin-bottom:12px}.shop-seo-content p:last-child{margin-bottom:0}
@media(max-width:1199px){.shop-showcase-main{grid-template-columns:130px minmax(0,1fr)}.shop-www-card{grid-column:1/-1;flex-direction:row;align-items:center}.shop-showcase-logo{height:130px}.shop-showcase-stats{grid-template-columns:1fr 1fr}.shop-top-search{grid-template-columns:1fr 1fr}.shop-top-search .shop-q{grid-column:1/-1}}
@media(max-width:767px){.shop-showcase{padding:18px;border-radius:24px}.shop-showcase-top{align-items:flex-start;flex-direction:column}.shop-showcase-main{grid-template-columns:1fr}.shop-showcase-logo{height:120px}.shop-showcase-stats{grid-template-columns:1fr}.shop-top-search{grid-template-columns:1fr}.shop-page-clean .sidebar-panel{position:static!important}.shop-seo-content{padding:22px}}
.sitemap-shop-link{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 12px;align-items:center;text-decoration:none;border:1px solid #dce8f5;border-radius:18px;background:#fff;padding:12px;color:#09294c;height:100%;box-shadow:0 10px 25px rgba(15,35,63,.04)}.sitemap-shop-link:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(15,35,63,.075)}.sitemap-shop-link span{grid-row:1/3;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#f3f8ff;overflow:hidden}.sitemap-shop-logo{max-width:44px;max-height:44px;width:auto;height:auto;object-fit:contain}.sitemap-shop-link .shop-logo-placeholder{font-weight:950;color:#16406f}.sitemap-shop-link strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:950}.sitemap-shop-link small{color:#617891;font-weight:850}

/* === Modern marketplace shop profile v6 === */
.shop-marketplace-page{max-width:1420px}.shop-modern-breadcrumbs{display:flex;gap:.55rem;align-items:center;color:#718096;font-size:.92rem}.shop-modern-breadcrumbs a{color:#3b4a5f;text-decoration:none}.shop-modern-breadcrumbs strong{color:#101828}.shop-modern-hero{display:grid;grid-template-columns:210px minmax(0,1fr) 420px;gap:34px;align-items:center;border:1px solid #e4e9f2;border-radius:26px;background:#fff;padding:34px;box-shadow:0 18px 46px rgba(15,23,42,.07)}.shop-modern-logo-card{height:174px;border:1px solid #e3e8f0;border-radius:18px;background:linear-gradient(180deg,#fff,#fafcff);display:flex;align-items:center;justify-content:center;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.045)}.shop-modern-logo-card .shop-modern-logo-img{max-width:132px;max-height:132px;width:auto;height:auto;object-fit:contain}.shop-modern-logo-card .shop-logo-placeholder{width:126px;height:126px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:54px;background:#f1f5f9;color:#0f172a}.shop-modern-verified{display:inline-flex;align-items:center;gap:9px;color:#0f172a;font-weight:850;font-size:14px;margin-bottom:14px}.shop-modern-verified i{color:#2563eb;font-size:19px}.shop-modern-hero-main h1{font-size:clamp(36px,4vw,52px);line-height:1.02;letter-spacing:-.045em;font-weight:950;color:#070d1a;margin:0 0 14px}.shop-modern-hero-main p{max-width:650px;color:#344256;font-size:17px;line-height:1.55;margin:0 0 20px}.shop-modern-meta{display:flex;gap:18px;flex-wrap:wrap;color:#405066;font-size:14px;margin-bottom:24px}.shop-modern-meta span{display:inline-flex;align-items:center;gap:8px}.shop-modern-meta i{color:#0f172a}.shop-modern-meta strong{color:#0f172a}.shop-modern-actions{display:flex;gap:12px;flex-wrap:wrap}.shop-modern-actions .btn,.shop-modern-search .btn,.shop-modern-offer-actions .btn{border-radius:12px;font-weight:850;padding:.72rem 1.15rem}.shop-modern-contact{border:1px solid #e6ebf3;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);padding:26px;box-shadow:0 16px 38px rgba(15,23,42,.06)}.shop-modern-contact h2{font-size:22px;font-weight:950;letter-spacing:-.02em;color:#101828;margin:0 0 8px}.shop-modern-contact p{color:#667085;margin:0 0 20px}.shop-phone-box-modern{display:grid;gap:12px;margin-bottom:16px}.shop-phone-trigger-modern{width:100%;border:0;border-radius:12px;background:linear-gradient(135deg,#111827,#17233a);color:#fff;padding:15px 18px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 20px rgba(15,23,42,.14);transition:.18s ease}.shop-phone-trigger-modern:hover:not(:disabled),.shop-phone-trigger-modern.is-open{transform:translateY(-1px);box-shadow:0 14px 24px rgba(15,23,42,.18)}.shop-phone-trigger-modern:disabled{opacity:.65;cursor:not-allowed}.shop-phone-reveal-modern a,.shop-phone-reveal-modern span{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;background:#ecfdf3;border:1px solid #b7e4c7;color:#0f5132;text-decoration:none;padding:14px 16px}.shop-phone-reveal-modern strong{font-size:21px;letter-spacing:.02em;color:#0f172a}.shop-phone-reveal-modern span span,.shop-phone-reveal-modern a span{background:transparent;border:0;padding:0;color:#2aa65a}.shop-modern-trust-list{list-style:none;margin:0;padding:0;display:grid;gap:10px;color:#667085}.shop-modern-trust-list li{display:flex;align-items:center;gap:10px}.shop-modern-trust-list i{color:#334155}.shop-modern-trust-list a{color:#1d4ed8;text-decoration:none;font-weight:800}.shop-modern-search{border:1px solid #e4e9f2;border-radius:24px;background:#fff;padding:24px;box-shadow:0 16px 42px rgba(15,23,42,.055)}.shop-modern-search-grid{display:grid;grid-template-columns:minmax(280px,1.45fr) minmax(180px,.8fr) minmax(160px,.7fr) minmax(160px,.7fr) auto;gap:18px;align-items:end}.shop-search-field label{display:block;font-size:14px;font-weight:900;color:#101828;margin-bottom:8px}.shop-search-field .form-control,.shop-search-field .form-select{height:46px;border-radius:12px;border-color:#d6deea;background:#fff}.shop-search-buttons{display:flex;gap:10px;align-items:center}.shop-search-buttons .btn{white-space:nowrap}.shop-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 4px 14px}.shop-section-heading h2{font-size:24px;font-weight:950;color:#0f172a;letter-spacing:-.03em;margin:0}.shop-section-heading span{display:inline-flex;margin-left:8px;border-radius:999px;background:#eef4ff;color:#344054;font-size:13px;font-weight:800;padding:7px 12px}.shop-view-switch{display:flex;align-items:center;gap:8px;color:#64748b}.shop-view-switch span{background:transparent;margin:0;padding:0}.shop-view-switch i{width:34px;height:34px;border:1px solid #d9e1ec;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#1f2937;background:#fff}.shop-view-switch i.active{background:#0f172a;color:#fff;border-color:#0f172a}.shop-modern-list{display:grid;gap:14px}.shop-modern-offer-card{display:grid;grid-template-columns:184px minmax(0,1fr) 260px;gap:22px;align-items:center;background:#fff;border:1px solid #e4e9f2;border-radius:18px;padding:12px 24px 12px 12px;box-shadow:0 10px 30px rgba(15,23,42,.045);transition:.18s ease}.shop-modern-offer-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(15,23,42,.08)}.shop-modern-offer-card.is-featured{border-color:#f6d57a;background:linear-gradient(90deg,#fffdf8,#fff)}.shop-modern-offer-img{position:relative;height:112px;border-radius:14px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none}.shop-modern-offer-img img,.shop-modern-offer-img picture{width:100%;height:100%;object-fit:cover}.shop-modern-offer-img>span{position:absolute;top:8px;left:8px;z-index:2;background:#fbbf24;color:#351f00;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.shop-modern-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.shop-modern-tags span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;border:1px solid transparent}.tag-orange{background:#fff3e8;color:#b45309;border-color:#fed7aa!important}.tag-blue{background:#eff6ff;color:#2563eb;border-color:#bfdbfe!important}.tag-gold{background:#fffbeb;color:#8a5a00;border-color:#fde68a!important}.tag-light{background:#f8fafc;color:#475569;border-color:#e2e8f0!important}.shop-modern-offer-content h3{font-size:18px;line-height:1.28;font-weight:950;margin:0 0 10px}.shop-modern-offer-content h3 a{color:#0f172a;text-decoration:none}.shop-modern-offer-meta{display:flex;gap:14px;flex-wrap:wrap;color:#64748b;font-size:13px}.shop-modern-offer-meta span{display:inline-flex;align-items:center;gap:6px}.shop-modern-offer-side{display:grid;justify-items:end;gap:14px}.shop-modern-price{font-size:28px;font-weight:950;letter-spacing:-.035em;color:#0f172a}.shop-modern-offer-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.shop-modern-offer-actions .btn{padding:.6rem 1rem}.shop-modern-seo{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.shop-modern-seo article,.shop-modern-seo-description{background:#fff;border:1px solid #e4e9f2;border-radius:22px;padding:30px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.shop-modern-seo article h2{font-size:20px;font-weight:950;color:#101828;margin:0 0 12px}.shop-modern-seo article p,.shop-modern-seo-description{color:#596579;line-height:1.75}.seo-icon{width:62px;height:62px;border-radius:50%;background:#eef4ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.shop-modern-seo ul{margin:0;padding-left:0;list-style:none;display:grid;gap:8px;color:#596579}.shop-modern-seo li{position:relative;padding-left:24px}.shop-modern-seo li:before{content:'✓';position:absolute;left:0;top:0;color:#16a34a;font-weight:900}.shop-modern-seo-description{grid-column:1/-1;margin:0}@media(max-width:1199px){.shop-modern-hero{grid-template-columns:160px minmax(0,1fr)}.shop-modern-contact{grid-column:1/-1}.shop-modern-search-grid{grid-template-columns:1fr 1fr}.shop-search-wide{grid-column:1/-1}.shop-search-buttons{grid-column:1/-1}.shop-modern-offer-card{grid-template-columns:160px minmax(0,1fr)}}@media(max-width:767px){.shop-marketplace-page{padding-top:24px!important}.shop-modern-hero,.shop-modern-search{padding:18px;border-radius:20px}.shop-modern-hero{grid-template-columns:1fr;gap:18px}.shop-modern-logo-card{width:150px;height:150px}.shop-modern-hero-main h1{font-size:34px}.shop-modern-actions,.shop-search-buttons{display:grid;width:100%}.shop-modern-search-grid{grid-template-columns:1fr}.shop-modern-offer-card{grid-template-columns:1fr;padding:12px}.shop-modern-offer-img{height:190px}.shop-modern-offer-side{justify-items:start}.shop-modern-offer-actions{justify-content:flex-start;width:100%}.shop-modern-offer-actions .btn{flex:1}.shop-modern-seo{grid-template-columns:1fr}.shop-section-heading{align-items:flex-start;flex-direction:column}.shop-view-switch{display:none}}


/* FIX 2026-05-14: pełna widoczność formularza wyszukiwania w sklepie */
.shop-modern-search{overflow:visible;max-width:100%;}
.shop-modern-search-grid{grid-template-columns:minmax(360px,2fr) minmax(220px,1fr) minmax(190px,.9fr) minmax(190px,.9fr) max-content;gap:14px;width:100%;}
.shop-search-field{min-width:0;width:100%;}
.shop-search-field .input-icon{position:relative;width:100%;}
.shop-search-field .input-icon i{position:absolute;left:14px;top:50%;transform:translateY(-50%);z-index:2;color:#667085;pointer-events:none;}
.shop-search-field .input-icon .form-control{width:100%;padding-left:42px;}
.shop-search-field .form-control,.shop-search-field .form-select{width:100%;min-width:0;line-height:1.25;}
.shop-search-buttons{min-width:max-content;align-self:end;}
@media(max-width:1399px){.shop-modern-search-grid{grid-template-columns:minmax(300px,1.55fr) minmax(210px,1fr) minmax(180px,.9fr) minmax(180px,.9fr);}.shop-search-buttons{grid-column:1/-1;justify-content:flex-end;}}
@media(max-width:991px){.shop-modern-search-grid{grid-template-columns:1fr 1fr;}.shop-search-wide{grid-column:1/-1;}.shop-search-buttons{grid-column:1/-1;justify-content:flex-start;}}
@media(max-width:767px){.shop-modern-search-grid{grid-template-columns:1fr;}.shop-search-wide,.shop-search-buttons{grid-column:auto;}.shop-search-buttons{display:grid;grid-template-columns:1fr;min-width:0;width:100%;}.shop-search-buttons .btn{width:100%;}}

/* HOTFIX 2: sklep - formularz wyszukiwania zawsze widoczny */
.shop-modern-search{position:relative!important;z-index:3!important;overflow:visible!important;padding:18px 20px!important;margin-bottom:28px!important;height:auto!important;min-height:0!important;}
.shop-modern-search-grid{display:flex!important;flex-wrap:wrap!important;align-items:flex-end!important;gap:14px!important;width:100%!important;height:auto!important;}
.shop-modern-search-grid>input[type=hidden]{display:none!important;}
.shop-search-field{min-width:0!important;flex:1 1 170px!important;width:auto!important;}
.shop-search-wide{flex:2 1 300px!important;}
.shop-search-field label{display:block!important;margin:0 0 8px!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important;color:#101828!important;}
.shop-search-field .input-icon{position:relative!important;width:100%!important;}
.shop-search-field .input-icon i{position:absolute!important;left:13px!important;top:50%!important;transform:translateY(-50%)!important;pointer-events:none!important;color:#667085!important;}
.shop-search-field .form-control,.shop-search-field .form-select{display:block!important;width:100%!important;height:40px!important;min-height:40px!important;padding-top:8px!important;padding-bottom:8px!important;line-height:1.35!important;border-radius:12px!important;box-sizing:border-box!important;}
.shop-search-field .input-icon .form-control{padding-left:40px!important;}
.shop-search-buttons{display:flex!important;gap:10px!important;flex:0 0 auto!important;min-width:0!important;align-self:flex-end!important;}
.shop-search-buttons .btn{height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;}
@media(max-width:900px){.shop-search-field,.shop-search-wide,.shop-search-buttons{flex:1 1 100%!important}.shop-search-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}.shop-search-buttons .btn{width:100%!important}}
@media(max-width:520px){.shop-search-buttons{grid-template-columns:1fr!important}}
