/* =====================================================================
   Breedo Market — page level styles
   home · marketplace · listing · groups · group · sell
   ===================================================================== */

/* =============================== HOME ================================== */
.hero {
  position: relative; overflow: hidden;
  padding-top: calc(var(--header-h) + clamp(30px, 5vw, 66px));
  padding-bottom: clamp(40px, 6vw, 80px);
}

/* organic gradient wash bleeding in from the right (Zenvic) */
.hero-art { position: absolute; inset: -10% -12% auto auto; width: 60vw; height: 780px; z-index: 0; pointer-events: none; }
.hero-art i {
  position: absolute; display: block; border-radius: 48% 52% 60% 40% / 45% 40% 60% 55%;
  filter: blur(60px); opacity: .55; animation: morph 26s ease-in-out infinite;
}
.hero-art i:nth-child(1) { width: 520px; height: 520px; top: 6%; right: 4%; background: radial-gradient(circle at 30% 30%, #2979FF, rgba(41, 121, 255, 0) 70%); }
.hero-art i:nth-child(2) { width: 460px; height: 460px; top: 24%; right: 26%; background: radial-gradient(circle at 40% 40%, #E91E8C, rgba(233, 30, 140, 0) 70%); animation-delay: -8s; }
.hero-art i:nth-child(3) { width: 380px; height: 380px; top: 2%; right: 34%; background: radial-gradient(circle at 50% 50%, #FF6B35, rgba(255, 107, 53, 0) 70%); animation-delay: -15s; opacity: .4; }
[data-theme="dark"] .hero-art i { opacity: .22; }

.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(28px, 3.4vw, 54px); align-items: center;
}
.hero h1 { margin: 22px 0 22px; font-size: clamp(2.5rem, 4.6vw, 4.05rem); text-wrap: balance; }
.hero-lead { font-size: clamp(1.02rem, 1.3vw, 1.15rem); max-width: 500px; color: var(--ink-2); }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { margin-top: 16px; font-size: .84rem; color: var(--muted-2); font-weight: 600; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-trust .facepile img { width: 36px; height: 36px; border: 2px solid var(--canvas); }
.hero-trust b { font-weight: 800; color: var(--ink); }

/* prompt-style search box (WebNewBiz) */
.hero-search {
  position: relative; display: flex; align-items: center; gap: 10px; padding: 10px 10px 10px 8px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); max-width: 560px;
}
.hero-search::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px;
  background: var(--grad-lime); opacity: 0; transition: opacity var(--t);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.hero-search:focus-within::before { opacity: 1; }
.hero-search input { flex: 1 1 auto; min-width: 0; height: 48px; padding: 0 16px; background: transparent; border: 0; font-size: 1rem; }
.hero-search input:focus { outline: none; }
.hero-search select { height: 48px; max-width: 148px; background: transparent; border: 0; font-size: .9rem; font-weight: 700; color: var(--muted); padding-right: 8px; flex: 0 0 auto; }
.hero-search select:focus { outline: none; }
.hero-search .hs-sep { width: 1px; height: 26px; background: var(--line); }
.hero-chips { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.hero-chips button {
  padding: 9px 16px; border-radius: var(--r-pill); background: transparent;
  border: 1px solid var(--line-2); font-size: .84rem; font-weight: 600; color: var(--muted);
  transition: all var(--t-fast);
}
.hero-chips button:hover { background: var(--surface); color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-xs); }
@media (max-width: 560px) {
  .hero-search { flex-wrap: wrap; padding: 12px; gap: 12px; }
  .hero-search input { flex: 1 0 100%; height: 46px; border: 1px solid var(--line); border-radius: var(--r-pill); background: var(--surface-2); }
  .hero-search select { flex: 1; }
  .hero-search .hs-sep { display: none; }
}

/* fanned / tilted listing cards (WebNewBiz arc) */
.hero-visual { position: relative; height: clamp(400px, 46vw, 560px); perspective: 1400px; }
.float-card {
  position: absolute; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-md);
  will-change: transform;
}
.float-card img { width: 100%; height: 100%; object-fit: cover; }
.float-card .fc-info {
  position: absolute; inset: auto 8px 8px 8px; padding: 12px 14px; border-radius: var(--r-md);
  background: rgba(14, 13, 11, .55); border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color: #fff;
}
.float-card .fc-info b { display: block; font-family: 'Outfit', sans-serif; font-size: .92rem; letter-spacing: -.02em; }
.float-card .fc-info span { font-size: .76rem; opacity: .84; }
.fc-1 { width: 54%; height: 60%; top: 4%; left: 2%; transform: rotate(-6deg); animation: floatySlow 10s ease-in-out infinite; }
.fc-2 { width: 46%; height: 46%; top: 6%; right: 2%; transform: rotate(5deg); animation: floatySlow 12s ease-in-out infinite reverse; }
.fc-3 { width: 46%; height: 40%; bottom: 12%; right: 0; transform: rotate(-3deg); animation: floatySlow 14s ease-in-out infinite; animation-delay: -4s; }
.hero-badge {
  position: absolute; bottom: 0; left: -3%; z-index: 5;
  display: flex; align-items: center; gap: 11px; padding: 12px 18px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-md);
  animation: floaty 6s ease-in-out infinite;
}
.hero-badge .hb-ic { width: 34px; height: 34px; border-radius: 50%; background: var(--lime); color: var(--lime-ink); display: grid; place-items: center; }
.hero-badge b { font-size: .87rem; }
.hero-badge span { display: block; font-size: .74rem; color: var(--muted-2); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-lead { max-width: none; }
  .hero-art { inset: -10% -30% auto auto; width: 100vw; }
}

/* trust strip / ticker */
.ticker { border-block: 1px solid var(--line); padding: 16px 0; background: var(--canvas); }
.ticker-item { display: inline-flex; align-items: center; gap: 10px; padding-inline: 28px; font-size: .89rem; font-weight: 600; color: var(--muted); }
.ticker-item svg { width: 15px; height: 15px; color: var(--accent); }
.ticker-item b { color: var(--ink); font-weight: 700; }

/* steps grid (numbered cards) */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  padding: 30px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--surface);
  display: flex; flex-direction: column; gap: 18px; box-shadow: var(--shadow-xs);
  transition: transform var(--t), box-shadow var(--t);
}
.quote:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.quote p { font-size: 1rem; color: var(--ink-2); line-height: 1.65; }
.quote .q-mark { font-family: 'Outfit', sans-serif; font-size: 3rem; line-height: .5; color: var(--lime); }
.quote .q-who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); }
.quote .q-who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } }

/* media card trio */
.media-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .media-trio { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  padding: clamp(38px, 6vw, 82px); background: var(--brand); color: var(--brand-ink);
}
[data-theme="dark"] .cta-band { background: var(--surface-2); color: var(--ink); border: 1px solid var(--line); }
.cta-band img.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .25; z-index: 0; animation: zoomBg 14s var(--e-out) both; }
.cta-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, #1A2B5F 22%, rgba(41,121,255,.7) 60%, rgba(123,47,247,.4) 80%, transparent); z-index: 1; }
[data-theme="dark"] .cta-band::after { background: linear-gradient(100deg, var(--surface-2) 22%, rgba(17, 24, 39, .6) 70%, transparent); }
.cta-inner { position: relative; z-index: 2; max-width: 580px; }
.cta-inner h2 { color: inherit; margin-bottom: 16px; }
.cta-inner p { color: inherit; opacity: .78; }
.cta-inner .eyebrow { color: var(--lime); }

/* ============================ MARKETPLACE ============================== */
.mp-head { padding-top: calc(var(--header-h) + 30px); padding-bottom: 10px; }
.mp-layout { display: flex; gap: 30px; align-items: flex-start; padding-bottom: 80px; }
.mp-main { flex: 1; min-width: 0; }
.mp-toolbar {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 16px 0 22px; position: sticky; top: calc(var(--header-h) - 12px); z-index: 40;
  background: linear-gradient(to bottom, var(--canvas) 74%, transparent);
}
.view-toggle { display: flex; gap: 3px; padding: 4px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--surface); }
.view-toggle button { width: 38px; height: 32px; border-radius: var(--r-pill); display: grid; place-items: center; color: var(--muted-2); transition: all var(--t-fast); }
.view-toggle button.active { background: var(--brand); color: var(--brand-ink); }
.result-count b { font-family: 'Outfit', sans-serif; font-size: 1.05rem; color: var(--ink); }
.filter-toggle-btn { display: none; }
@media (max-width: 1040px) {
  .filters {
    position: fixed; inset: 10px 10px 10px auto; width: min(350px, 90vw); z-index: 420;
    max-height: none; transform: translateX(110%); transition: transform .5s var(--e-out);
    box-shadow: var(--shadow-lg); padding-top: 70px;
  }
  .filters.open { transform: none; }
  .filter-toggle-btn { display: inline-flex; }
  .filters-close { position: absolute; top: 20px; right: 20px; }
}
@media (min-width: 1041px) { .filters-close { display: none; } }
.load-more-wrap { display: flex; justify-content: center; padding-top: 44px; }

/* quick view modal */
.qv { display: grid; grid-template-columns: 1.05fr 1fr; }
.qv-media { position: relative; background: var(--img-bg); min-height: 340px; }
.qv-media img { width: 100%; height: 100%; object-fit: cover; }
.qv-body { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.qv-price { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.qv-price s { font-size: 1rem; font-weight: 600; color: var(--muted-2); margin-left: 10px; }
@media (max-width: 700px) { .qv { grid-template-columns: 1fr; } .qv-media { min-height: 220px; } }

/* ============================== LISTING ================================= */
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted-2); padding: calc(var(--header-h) + 22px) 0 20px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--accent); }
.crumbs svg { width: 13px; height: 13px; opacity: .5; }

.detail-layout { display: grid; grid-template-columns: 1.5fr .95fr; gap: 34px; align-items: start; padding-bottom: 80px; }
@media (max-width: 980px) { .detail-layout { grid-template-columns: 1fr; } }

.gallery { border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); background: var(--surface); padding: 8px; box-shadow: var(--shadow-xs); }
.gallery-main { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--img-bg); cursor: zoom-in; border-radius: var(--r-lg); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--e-out), opacity .4s; }
.gallery-main:hover img { transform: scale(1.05); }
.gallery-main .g-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, .92); color: var(--ink); display: grid; place-items: center;
  box-shadow: var(--shadow-sm); transition: all var(--t-fast); opacity: 0;
}
.gallery-main:hover .g-nav { opacity: 1; }
.g-nav.prev { left: 14px; } .g-nav.next { right: 14px; }
.g-nav:hover { background: var(--brand); color: var(--brand-ink); transform: translateY(-50%) scale(1.08); }
.gallery-main .g-count { position: absolute; right: 14px; bottom: 14px; padding: 7px 14px; border-radius: 99px; background: rgba(14, 13, 11, .62); color: #fff; font-size: .76rem; font-weight: 700; backdrop-filter: blur(6px); }
.gallery-thumbs { display: flex; gap: 10px; padding: 10px 2px 2px; overflow-x: auto; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs button { width: 88px; height: 64px; border-radius: var(--r-sm); overflow: hidden; border: 2px solid transparent; flex-shrink: 0; opacity: .55; transition: all var(--t-fast); }
.gallery-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs button:hover { opacity: 1; transform: translateY(-2px); }
.gallery-thumbs button.active { border-color: var(--accent); opacity: 1; }

.detail-title { font-family: 'Outfit', sans-serif; font-size: clamp(1.7rem, 3.2vw, 2.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.detail-price { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 800; letter-spacing: -.045em; color: var(--ink); }
.detail-price s { color: var(--muted-2); font-size: 1.05rem; font-weight: 600; margin-left: 12px; }
.detail-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .87rem; color: var(--muted); }

.spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.spec { background: var(--surface); padding: 16px 18px; box-shadow: 0 0 0 1px var(--line); }
.spec span { display: block; font-size: .72rem; color: var(--muted-2); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.spec b { font-size: .95rem; font-weight: 700; }

.seller-card { position: sticky; top: calc(var(--header-h) + 8px); display: flex; flex-direction: column; gap: 18px; }
.seller-head { display: flex; gap: 14px; align-items: center; }
.seller-head img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; border: 2px solid var(--line); }
.seller-head .sh-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: -.03em; display: flex; align-items: center; gap: 6px; }
.seller-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--surface); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); }
.seller-stats div { background: var(--surface); padding: 14px 8px; text-align: center; box-shadow: 0 0 0 1px var(--line); }
.seller-stats b { display: block; font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 700; }
.seller-stats span { font-size: .7rem; color: var(--muted-2); font-weight: 600; }

.safety-box { display: flex; gap: 14px; padding: 18px; border-radius: var(--r-lg); background: rgba(41, 121, 255, .10); border: 1px solid rgba(41, 121, 255, .22); }
[data-theme="dark"] .safety-box { background: rgba(41, 121, 255, .08); border-color: rgba(100, 181, 246, .2); }
.safety-box .sb-ic { width: 40px; height: 40px; border-radius: 13px; background: var(--brand); color: var(--brand-ink); display: grid; place-items: center; flex-shrink: 0; }
.safety-box b { font-size: .92rem; }
.safety-box p { font-size: .84rem; margin-top: 4px; color: var(--ink-2); }

.map-box { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.map-box img { width: 100%; height: 175px; object-fit: cover; filter: saturate(.5) contrast(1.05); }
.map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.map-pin::after { content: ''; position: absolute; inset: -14px; border-radius: 50%; border: 2px solid var(--accent); animation: pulseRing 2.2s var(--e-out) infinite; }
.map-box .m-label { position: absolute; left: 12px; bottom: 12px; padding: 8px 14px; border-radius: 99px; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: .78rem; font-weight: 700; }

/* =============================== GROUPS ================================= */
.groups-hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 24px; position: relative; overflow: hidden; }
.gh-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
@media (max-width: 900px) { .gh-grid { grid-template-columns: 1fr; } }
.mini-feed { display: flex; flex-direction: column; gap: 12px; }
.mini-post {
  display: flex; gap: 12px; align-items: center; padding: 15px 18px; border-radius: var(--r-lg);
  border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-xs);
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}
.mini-post:hover { transform: translateX(6px); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.mini-post img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.mini-post .mp-txt { font-size: .88rem; line-height: 1.45; }
.mini-post .mp-txt b { font-weight: 700; }

/* ============================ SINGLE GROUP ============================== */
.group-cover { position: relative; height: clamp(230px, 30vw, 380px); margin-top: calc(var(--header-h) - 26px); overflow: hidden; border-radius: var(--r-xl); }
.group-cover-wrap { padding-inline: var(--pad); max-width: var(--maxw); margin-inline: auto; }
.group-cover img { width: 100%; height: 100%; object-fit: cover; animation: zoomBg 12s var(--e-out) both; }
.group-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14, 13, 11, .85) 4%, rgba(14, 13, 11, .3) 55%, transparent); }
.group-bar { position: relative; z-index: 3; margin-top: -84px; }
.group-id { display: flex; align-items: flex-end; gap: 20px; flex-wrap: wrap; padding-inline: 8px; }
.group-id h1 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); color: #fff; }
.group-id .g-meta { display: flex; gap: 12px; align-items: center; font-size: .88rem; color: rgba(255, 255, 255, .82); flex-wrap: wrap; margin-top: 10px; }
.group-actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.group-actions .btn { background: rgba(255, 255, 255, .95); color: var(--ink); border-color: transparent; box-shadow: var(--shadow-md); }
.group-actions .btn:hover { background: #fff; }
.group-actions .btn-primary { background: var(--brand); color: var(--brand-ink); }
[data-theme="dark"] .group-actions .btn { background: rgba(21, 25, 23, .92); color: var(--ink); }
.group-layout { display: grid; grid-template-columns: 1fr 350px; gap: 30px; align-items: start; padding: 30px 0 80px; }
@media (max-width: 980px) { .group-layout { grid-template-columns: 1fr; } .group-side { position: static; margin-top: 8px; } }
.group-feed { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.group-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: calc(var(--header-h) + 8px); }
.rule-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .89rem; color: var(--ink-2); }
.rule-item:last-child { border-bottom: 0; }
.rule-item i { width: 24px; height: 24px; border-radius: 8px; background: var(--lime); display: grid; place-items: center; font-style: normal; font-size: .72rem; font-weight: 800; color: var(--lime-ink); flex-shrink: 0; }
.member-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.member-row img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.member-row .mr-name { font-size: .9rem; font-weight: 700; display: flex; align-items: center; gap: 5px; }
.member-row .mr-sub { font-size: .75rem; color: var(--muted-2); }
.member-row .badge-admin { margin-left: auto; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--lime-ink); background: var(--lime); padding: 4px 9px; border-radius: 99px; }

/* ================================ SELL ================================== */
.sell-head { padding-top: calc(var(--header-h) + 36px); }
.wizard { display: grid; grid-template-columns: 1.12fr .88fr; gap: 34px; align-items: start; padding-bottom: 90px; }
@media (max-width: 980px) { .wizard { grid-template-columns: 1fr; } }
.steps-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; }
.step-dot { display: flex; align-items: center; gap: 10px; flex: 1; }
.step-dot .sd-num {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
  border: 1.5px solid var(--line-2); font-size: .86rem; font-weight: 800; color: var(--muted-2);
  background: var(--surface); transition: all .4s var(--e-spring);
}
.step-dot .sd-label { font-size: .84rem; font-weight: 700; color: var(--muted-2); white-space: nowrap; }
.step-dot .sd-line { flex: 1; height: 2px; background: var(--line); border-radius: 2px; position: relative; overflow: hidden; }
.step-dot .sd-line::after { content: ''; position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--e-out); }
.step-dot.done .sd-line::after, .step-dot.active .sd-line::after { transform: scaleX(1); }
.step-dot.active .sd-num { background: var(--brand); color: var(--brand-ink); border-color: transparent; box-shadow: var(--shadow-brand); transform: scale(1.06); }
.step-dot.done .sd-num { background: var(--lime); color: var(--lime-ink); border-color: transparent; }
.step-dot.active .sd-label, .step-dot.done .sd-label { color: var(--ink); }
@media (max-width: 700px) { .step-dot .sd-label { display: none; } }

.wiz-pane { display: none; }
.wiz-pane.active { display: flex; flex-direction: column; gap: 22px; animation: fadeUp .5s var(--e-out) both; }
.preview-sticky { position: sticky; top: calc(var(--header-h) + 8px); }
.preview-label { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.preview-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; box-shadow: 0 0 0 3px rgba(15, 138, 104, .18); animation: pulseRing 2s infinite; }

.success-anim { display: grid; place-items: center; gap: 18px; padding: 34px 0; text-align: center; }
.success-ring {
  width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center;
  background: var(--lime); color: var(--lime-ink); position: relative;
  animation: pop .55s var(--e-spring) both;
}
.success-ring::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--accent); animation: pulseRing 1.8s var(--e-out) infinite; }
.success-ring svg { width: 46px; height: 46px; }

/* ============================== SAVED PAGE ============================== */
.saved-head { padding-top: calc(var(--header-h) + 36px); padding-bottom: 10px; }
