/* ============================================================
   SILENT BID PRO — Branded auction PREVIEW (white-label example)
   Theme is injected per brand via CSS vars on <body>:
   --brand, --brand-2, --soft, --brand-head
   ============================================================ */
:root {
  --ink: #14171A;
  --muted: #5B6470;
  --line: #E6E8EC;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --wrap: 1200px;
}
* { box-sizing: border-box; }
body.pv {
  margin: 0; font-family: var(--sans); color: var(--ink); background: #fff;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  line-height: 1.55; letter-spacing: -0.006em;
}
.pv img { max-width: 100%; display: block; }
.pv h1, .pv h2, .pv h3 { margin: 0; font-family: var(--brand-head); font-weight: 600; letter-spacing: -0.01em; }
.pv p { margin: 0; }
.pv a { text-decoration: none; color: inherit; }
.pv-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

/* buttons (scoped so solid CTAs always keep white labels) */
.pv .pv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--brand); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.92rem;
  padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; cursor: pointer;
  transition: filter 0.18s ease, transform 0.15s ease;
}
.pv .pv-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.pv-btn-block { width: 100%; }
.pv .pv-btn-ghost { background: transparent; color: var(--brand); border-color: color-mix(in srgb, var(--brand) 40%, transparent); }
.pv .pv-btn-ghost:hover { background: var(--soft); filter: none; }
.pv-btn-lg { padding: 15px 30px; font-size: 1rem; }

/* demo ribbon */
.pv-ribbon {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #0B0F0E; color: #E7EBE9; font-size: 0.78rem; padding: 9px 28px;
}
.pv-ribbon .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #34d17e; margin-right: 8px; vertical-align: middle; }
.pv-ribbon-back { display: inline-flex; align-items: center; gap: 7px; color: #E7EBE9; font-weight: 600; }
.pv-ribbon-back:hover { color: #fff; }
.pv-ribbon-back svg { flex: none; }
.pv-ribbon-nav { display: inline-flex; align-items: center; gap: 10px; }
.pv-ribbon-label { color: #9AA6A0; font-size: 0.78rem; white-space: nowrap; }
.pv-ribbon-arrow { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); color: #E7EBE9; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.pv-ribbon-arrow:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.34); color: #fff; }
@media (max-width: 520px) { .pv-ribbon-label { display: none; } }

/* branded header */
.pv-nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.pv-nav .pv-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.pv-brand { display: flex; align-items: center; gap: 11px; }
.pv-mark { width: 34px; height: 34px; border-radius: 9px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 0.82rem; flex: none; }
.pv-org { font-weight: 700; font-size: 1rem; letter-spacing: -0.01em; }
.pv-links { display: flex; gap: 28px; }
.pv-links a { font-size: 0.92rem; font-weight: 500; color: var(--muted); }
.pv-links a:hover { color: var(--ink); }
.pv-nav-right { display: flex; align-items: center; gap: 16px; }
.pv-signin { font-size: 0.92rem; font-weight: 600; color: var(--ink); }

/* hero */
.pv-hero { position: relative; overflow: hidden; background: var(--brand-2); }
.pv-hero-img { position: absolute; inset: 0; }
.pv-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.pv-hero-img::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, transparent 26%),
    linear-gradient(90deg, color-mix(in srgb, var(--brand-2) 78%, transparent) 0%, transparent 62%),
    linear-gradient(0deg, color-mix(in srgb, var(--brand-2) 60%, transparent) 0%, transparent 55%);
}
.pv-hero-inner { position: relative; display: flex; align-items: flex-end; min-height: 480px; padding-top: 80px; padding-bottom: 52px; }
.pv-hero-copy { color: #fff; max-width: 34rem; }
.pv-kicker { display: inline-block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; color: #fff; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; backdrop-filter: blur(4px); }
.pv-head { font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1.02; letter-spacing: -0.02em; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.pv-event { margin-top: 16px; font-size: 1rem; color: rgba(255,255,255,0.85); }

/* tap-to-edit affordance (only present while the studio tool is tracking) */
.pv-editable { position: relative; cursor: text; border-radius: 10px; outline: none;
  transition: box-shadow 0.15s ease, background 0.15s ease; }
.pv-editable:hover { box-shadow: 0 0 0 1px rgba(255,255,255,0.55), 0 0 0 6px rgba(255,255,255,0.12); }
.pv-editable:focus { box-shadow: 0 0 0 2px #fff; background: rgba(0,0,0,0.18); }
.pv-editable:hover::after {
  content: "Tap to edit"; position: absolute; left: 0; top: -8px; transform: translateY(-100%);
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.03em;
  color: #fff; background: rgba(11,15,14,0.92); padding: 3px 9px; border-radius: 7px; white-space: nowrap; pointer-events: none;
}
.pv-editable:focus::after { display: none; }

/* goal progress — refined, well-funded stat strip beneath the hero */
.pv-goalstrip { background: #fff; border-bottom: 1px solid var(--line); }
.pv-gs-inner { display: flex; align-items: center; padding: 30px 28px; flex-wrap: wrap; row-gap: 22px; }

/* goal: ring + amount + progress */
.pv-gs-goal { display: flex; align-items: center; gap: 22px; flex: 1 1 420px; min-width: 300px; padding-right: 44px; }
.pv-ring { width: 82px; height: 82px; flex: none; border-radius: 50%; display: grid; place-items: center; position: relative;
  background: conic-gradient(var(--brand) calc(var(--pct) * 1%), color-mix(in srgb, var(--brand) 14%, #EDEFF2) 0); }
.pv-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #fff; }
.pv-ring > span { position: relative; text-align: center; line-height: 1.05; }
.pv-ring b { display: block; font-size: 0.98rem; font-weight: 700; color: var(--brand); letter-spacing: -0.01em; }
.pv-ring > span { font-size: 0.5rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.pv-gs-fig { flex: 1; min-width: 0; }
.pv-gs-fig > b { display: block; font-size: 2rem; font-weight: 700; letter-spacing: -0.025em; line-height: 1; color: var(--ink); }
.pv-gs-fig > span { display: block; font-size: 0.84rem; color: var(--muted); margin-top: 5px; }
.pv-progress { height: 8px; border-radius: 999px; background: color-mix(in srgb, var(--brand) 12%, #EDEFF2); overflow: hidden; margin-top: 14px; }
.pv-progress i { display: block; height: 100%; border-radius: 999px; background: var(--brand); }

/* stat blocks — big number over refined label, divided */
.pv-gs-meta { display: flex; align-items: center; }
.pv-gs-meta span { display: block; text-align: center; padding: 2px 28px; border-left: 1px solid var(--line);
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.pv-gs-meta span:first-child { border-left: none; padding-left: 0; }
.pv-gs-meta b { display: block; font-size: 1.55rem; font-weight: 700; color: var(--ink); letter-spacing: -0.03em; text-transform: none; margin-bottom: 6px; line-height: 1; }

/* actions */
.pv-gs-actions { display: flex; gap: 10px; margin-left: 44px; padding-left: 44px; border-left: 1px solid var(--line); }
.pv-gs-actions .pv-btn { padding: 13px 24px; }

/* items */
.pv-items { padding: 96px 0; }
.pv-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.pv-eyebrow { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); }
.pv-eyebrow.on-brand { color: rgba(255,255,255,0.8); }
.pv-head-2 { font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.1; margin-top: 8px; }
.pv-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pv-filters span { font-size: 0.8rem; font-weight: 600; color: var(--muted); padding: 8px 15px; border-radius: 999px; background: #F3F4F6; }
.pv-filters span.on { background: var(--brand); color: #fff; }
.pv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pv-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; transition: transform 0.2s ease, border-color 0.2s ease; }
.pv-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--brand) 30%, var(--line)); }
.pv-card-img { height: 200px; overflow: hidden; background: #f2f3f5; }
.pv-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.pv-card:hover .pv-card-img img { transform: scale(1.04); }
.pv-card-body { padding: 18px 20px 20px; }
.pv-tag { display: inline-block; align-self: flex-start; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); background: var(--soft); padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.pv-card h3 { font-size: 1.15rem; line-height: 1.25; }
.pv-bidrow { display: flex; align-items: flex-end; justify-content: space-between; margin: 12px 0 16px; }
.pv-bid small { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.pv-bid b { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; color: var(--brand); }
.pv-bids { font-size: 0.8rem; color: var(--muted); }

/* ---- shared rich card extras (used by preview featured items + live auction grid) ---- */
.pv-card { display: flex; flex-direction: column; }
.pv-card-img { position: relative; }
.pv-card-body { display: flex; flex-direction: column; flex: 1; }
.pv-timebadge { position: absolute; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: 0.66rem; font-weight: 700; color: #fff; background: rgba(20,23,26,0.6); backdrop-filter: blur(4px); padding: 5px 10px; border-radius: 999px; }
.pv-timebadge.hot { background: var(--brand); }
.pv-timebadge .d { width: 6px; height: 6px; border-radius: 50%; background: #34d17e; }
.pv-timebadge.hot .d { background: #fff; }
.pv-card-icons { position: absolute; top: 10px; right: 10px; display: flex; gap: 8px; }
.pv-icon-btn { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.94); border: none; display: grid; place-items: center; cursor: pointer; color: var(--muted); backdrop-filter: blur(4px); transition: color 0.15s ease, transform 0.15s ease; }
.pv-icon-btn:hover { transform: translateY(-1px); }
.pv-icon-btn svg { width: 17px; height: 17px; }
.pv-fav:hover, .pv-fav.on { color: #e0245e; }
.pv-fav.on svg { fill: #e0245e; }
.pv-share { position: relative; }
.pv-share:hover, .pv-share.copied { color: var(--brand); }
.pv-share.copied::after { content: "Link copied"; position: absolute; top: 40px; right: 0; white-space: nowrap; background: var(--ink); color: #fff; font-size: 0.64rem; font-weight: 600; padding: 5px 9px; border-radius: 7px; }
.pv-retail { display: block; font-size: 0.72rem; color: var(--muted); margin-top: 4px; }
.pv-retail::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); margin-right: 6px; vertical-align: middle; }
.pv-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: auto; }
.pv-quick { border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--brand); font-family: var(--sans); font-weight: 600; font-size: 0.82rem; padding: 11px 12px; cursor: pointer; white-space: nowrap; }
.pv-quick:hover { background: var(--soft); }

/* ---- branded event bar (live auction browse page) ---- */
.pv-eventbar { border-bottom: 1px solid var(--line); background: var(--soft); }
.pv-eventbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 28px; flex-wrap: wrap; }
.pv-live { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; }
.pv-live .dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,0.5); animation: pvPulse 1.8s infinite; }
@keyframes pvPulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); } 70% { box-shadow: 0 0 0 10px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.pv-event-title { font-family: var(--brand-head); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }
.pv-event-sub { font-size: 0.9rem; color: var(--muted); margin-top: 6px; }
.pv-eventbar-r { display: flex; align-items: center; gap: 34px; }
.pv-metric b { display: block; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; }
.pv-metric b .accent { color: var(--brand); }
.pv-metric span { font-size: 0.72rem; color: var(--muted); }
.pv-count { display: flex; gap: 6px; }
.pv-count .u { background: var(--ink); color: #fff; border-radius: 8px; padding: 8px 10px; text-align: center; min-width: 46px; }
.pv-count .u b { display: block; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.02em; }
.pv-count .u span { font-size: 0.54rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }

/* ---- items toolbar (search / filter / sort) ---- */
.pv-toolbar { position: sticky; top: 72px; z-index: 30; background: rgba(255,255,255,0.92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.pv-toolbar-inner { display: flex; align-items: center; gap: 16px; padding: 16px 28px; flex-wrap: wrap; }
.pv-search { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 220px; max-width: 340px; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; color: var(--muted); }
.pv-search svg { width: 16px; height: 16px; flex: none; }
.pv-search input { border: none; outline: none; font-family: var(--sans); font-size: 0.9rem; width: 100%; background: none; color: var(--ink); }
.pv-chips { display: flex; gap: 7px; flex-wrap: wrap; }
.pv-chip { font-size: 0.82rem; font-weight: 600; color: var(--muted); padding: 8px 15px; border-radius: 999px; background: #fff; border: 1px solid var(--line); cursor: pointer; transition: 0.15s ease; }
.pv-chip:hover { color: var(--ink); }
.pv-chip.on { background: var(--brand); color: #fff; border-color: var(--brand); }
.pv-sort { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--muted); }
.pv-sort select { font-family: var(--sans); font-size: 0.84rem; border: 1px solid var(--line); border-radius: 9px; padding: 8px 12px; color: var(--ink); background: #fff; cursor: pointer; }
.pv-countline { font-size: 0.86rem; color: var(--muted); margin-bottom: 22px; }
.pv-countline b { color: var(--ink); font-weight: 700; }
.pv-brand-sub { display: block; font-size: 0.68rem; color: var(--muted); font-weight: 500; margin-top: 1px; }

/* mission */
.pv-mission { background: var(--brand-2); color: #fff; padding: 110px 0; position: relative; overflow: hidden; }
.pv-mission::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 400px at 50% 0%, color-mix(in srgb, var(--brand) 60%, transparent), transparent 70%); opacity: 0.5; }
.pv-mission-inner { position: relative; text-align: center; max-width: 44rem; }
.pv-mission-head { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 14px auto 16px; color: #fff; }
.pv-mission-copy { color: rgba(255,255,255,0.82); font-size: 1.1rem; line-height: 1.65; max-width: 34rem; margin: 0 auto; }
.pv-stats { display: flex; justify-content: center; gap: 56px; margin: 40px 0 40px; flex-wrap: wrap; }
.pv-stats b { display: block; font-family: var(--brand-head); font-size: 2.4rem; font-weight: 700; letter-spacing: -0.02em; }
.pv-stats span { font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.pv-mission .pv-btn { background: #fff; color: var(--brand-2); }

/* footer */
.pv-footer { background: #fff; border-top: 1px solid var(--line); padding: 40px 0; }
.pv-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.pv-foot-note { font-size: 0.8rem; color: var(--muted); }
.pv-powered { font-size: 0.82rem; color: var(--muted); }
.pv-powered b { color: var(--ink); font-weight: 700; }

/* responsive */
@media (max-width: 940px) {
  .pv-hero-inner { grid-template-columns: 1fr; align-items: start; min-height: 0; padding-top: 60px; }
  .pv-hero-copy { margin-bottom: 8px; }
  .pv-grid { grid-template-columns: repeat(2, 1fr); }
  .pv-links { display: none; }
}
@media (max-width: 600px) {
  .pv-wrap { padding: 0 18px; }
  .pv-ribbon { font-size: 0.7rem; padding: 8px 18px; }
  .pv-ribbon-right { gap: 10px; }
  .pv-grid { grid-template-columns: 1fr; }
  .pv-stats { gap: 32px; }
  .pv-nav-right .pv-signin { display: none; }
  .pv-org { font-size: 0.9rem; }
}
@media (prefers-reduced-motion: reduce) {
  .pv *, .pv *::before { transition: none !important; }
}

/* ============================================================
   BRANDING STUDIO — live customizer panel
   ============================================================ */
.pv-studio-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 60;
  display: inline-flex; align-items: center; gap: 9px;
  background: #0B0F0E; color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.88rem;
  padding: 13px 20px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px; cursor: pointer;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,0.6); transition: transform 0.18s ease, background 0.2s ease;
}
.pv-studio-fab:hover { transform: translateY(-2px); }
.pv-studio-fab svg { color: var(--brand); }
.pv-studio-on .pv-studio-fab { opacity: 0; pointer-events: none; }

.pv-studio {
  position: fixed; top: 0; right: 0; z-index: 70; height: 100%; width: 360px; max-width: 92vw;
  background: #fff; border-left: 1px solid var(--line); display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.32s cubic-bezier(.4,0,.2,1);
  box-shadow: -30px 0 80px -50px rgba(0,0,0,0.5);
}
.pv-studio[aria-hidden="false"] { transform: translateX(0); }
.pv-studio-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.pv-studio-head b { display: block; font-size: 1.05rem; font-weight: 700; }
.pv-studio-head span { font-size: 0.8rem; color: var(--muted); }
.pv-studio-x { background: none; border: none; font-size: 1.7rem; line-height: 1; color: var(--muted); cursor: pointer; padding: 2px 6px; }
.pv-studio-x:hover { color: var(--ink); }
.pv-studio-body { flex: 1; overflow-y: auto; padding: 8px 24px 24px; }
.pv-studio-sec { padding: 22px 0; border-bottom: 1px solid var(--line); }
.pv-studio-sec:last-child { border-bottom: none; }
.pv-studio-sec h4 { margin: 0 0 14px; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* colors */
.pv-swatches { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; margin-bottom: 14px; }
.pv-swatches button { aspect-ratio: 1; border-radius: 50%; background: var(--sw); border: 2px solid #fff; cursor: pointer; box-shadow: 0 0 0 1px var(--line); transition: transform 0.15s ease; }
.pv-swatches button:hover { transform: scale(1.12); }
.pv-swatches button.on { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--brand); }
.pv-studio-custom { display: flex; align-items: center; gap: 10px; font-size: 0.84rem; color: var(--muted); }
.pv-studio-custom input[type=color] { width: 40px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: none; cursor: pointer; }

/* fonts */
.pv-fontlist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pv-fontlist button { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 1rem; color: var(--ink); cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; }
.pv-fontlist button:hover { border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); }
.pv-fontlist button.on { border-color: var(--brand); background: var(--soft); color: var(--brand); }

/* identity fields */
.pv-studio-field { display: block; margin-bottom: 12px; }
.pv-studio-field:last-child { margin-bottom: 0; }
.pv-studio-field span { display: block; font-size: 0.78rem; color: var(--muted); margin-bottom: 6px; }
.pv-studio-field input,
.pv-studio-field textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; font-family: var(--sans); font-size: 0.92rem; color: var(--ink); }
.pv-studio-field textarea { resize: vertical; min-height: 58px; line-height: 1.4; }
.pv-studio-field input:focus,
.pv-studio-field textarea:focus { outline: none; border-color: var(--brand); }

/* imagery */
.pv-imglist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.pv-imglist button { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; border: 2px solid transparent; box-shadow: 0 0 0 1px var(--line); cursor: pointer; padding: 0; background: #eee; transition: box-shadow 0.15s ease; }
.pv-imglist button img { width: 100%; height: 100%; object-fit: cover; }
.pv-imglist button.on { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--brand); border-color: #fff; }

.pv-studio-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 24px; border-top: 1px solid var(--line); }
.pv-studio-badge { font-size: 0.78rem; color: var(--muted); }
.pv-studio-badge b { color: var(--ink); }

@media (max-width: 600px) {
  .pv-studio-fab { right: 14px; bottom: 14px; padding: 12px 16px; font-size: 0.82rem; }
  .pv-studio-fab span { display: inline; }
}

/* logo upload + logo swap */
.pv-upload {
  display: flex; align-items: center; gap: 10px; margin-top: 12px;
  padding: 12px 14px; border: 1.5px dashed var(--line); border-radius: 10px; cursor: pointer;
  font-size: 0.86rem; color: var(--muted); transition: border-color 0.15s ease, background 0.15s ease;
}
.pv-upload:hover { border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); background: var(--soft); }
.pv-upload svg { color: var(--brand); flex: none; }
.pv-upload small { display: block; font-size: 0.72rem; opacity: 0.7; }
.pv-upload input { display: none; }
.pv-logo-reset { margin-top: 8px; background: none; border: none; color: var(--brand); font-family: var(--sans); font-size: 0.78rem; font-weight: 600; cursor: pointer; padding: 4px 0; }
.pv-logo-img { height: 32px; width: auto; max-width: 190px; object-fit: contain; display: none; }
.pv-brand.has-logo .pv-logo-img { display: block; }
.pv-brand.has-logo .pv-mark, .pv-brand.has-logo .pv-org { display: none; }

/* studio Done button + dismissed state (the tool goes away) */
.pv-studio-done { background: none; border: 1px solid var(--line); color: var(--ink); font-family: var(--sans); font-weight: 600; font-size: 0.9rem; padding: 12px 18px; border-radius: 10px; cursor: pointer; transition: background 0.15s ease, border-color 0.15s ease; }
.pv-studio-done:hover { background: var(--soft); border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); }
/* Done: the launcher leaves follow mode and settles at the bottom of the page */
body.pv-studio-done .pv-studio-fab {
  position: static; display: flex; width: max-content; max-width: 90vw;
  margin: 40px auto; box-shadow: none;
}

/* ---- goal strip: stack cleanly on mobile ---- */
@media (max-width: 700px) {
  .pv-gs-inner { gap: 20px; padding: 20px; }
  .pv-gs-meta { border-left: none; padding-left: 0; gap: 26px; }
  .pv-gs-actions { flex: 1 1 100%; }
  .pv-gs-actions .pv-btn { flex: 1; }
}

/* ============================================================
   BRANDING STUDIO — black tool, white writing
   ============================================================ */
.pv-studio-fab svg { color: #fff; }
.pv-studio { background: #0B0F0E; color: #F3F5F4; border-left-color: rgba(255,255,255,0.10); }
.pv-studio-head { border-bottom-color: rgba(255,255,255,0.10); }
.pv-studio-head b { color: #fff; }
.pv-studio-head span { color: #9AA6A0; }
.pv-studio-x { color: #9AA6A0; }
.pv-studio-x:hover { color: #fff; }
.pv-studio-sec { border-bottom-color: rgba(255,255,255,0.10); }
.pv-studio-sec h4 { color: #9AA6A0; }
.pv-swatches button { border-color: #0B0F0E; box-shadow: 0 0 0 1px rgba(255,255,255,0.16); }
.pv-swatches button.on { box-shadow: 0 0 0 2px #0B0F0E, 0 0 0 4px #fff; }
.pv-studio-custom { color: #9AA6A0; }
.pv-studio-custom input[type=color] { border-color: rgba(255,255,255,0.16); background: #15191A; }
.pv-fontlist button { background: #15191A; border-color: rgba(255,255,255,0.14); color: #F3F5F4; }
.pv-fontlist button:hover { border-color: rgba(255,255,255,0.32); }
.pv-fontlist button.on { background: rgba(255,255,255,0.10); border-color: #fff; color: #fff; }
.pv-studio-field span { color: #9AA6A0; }
.pv-studio-field input,
.pv-studio-field textarea { background: #15191A; border-color: rgba(255,255,255,0.14); color: #fff; }
.pv-studio-field input:focus,
.pv-studio-field textarea:focus { border-color: #fff; }
.pv-upload { border-color: rgba(255,255,255,0.22); color: #9AA6A0; }
.pv-upload:hover { border-color: rgba(255,255,255,0.42); background: rgba(255,255,255,0.05); }
.pv-upload svg { color: #fff; }
.pv-upload small { color: #7f8a84; }
.pv-logo-reset { color: #fff; }
.pv-imglist button { box-shadow: 0 0 0 1px rgba(255,255,255,0.16); }
.pv-imglist button.on { box-shadow: 0 0 0 2px #0B0F0E, 0 0 0 4px #fff; }
.pv-studio-foot { border-top-color: rgba(255,255,255,0.10); }
.pv-studio-done { background: none; border-color: rgba(255,255,255,0.22); color: #fff; }
.pv-studio-done:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.45); }
.pv-studio-foot .pv-btn { background: #fff; color: #0B0F0E; }
.pv-studio-foot .pv-btn:hover { filter: none; background: #eaeaea; }

/* responsive — event bar + toolbar on the live auction browse page */
@media (max-width: 860px) {
  .pv-eventbar-inner { gap: 18px; }
  .pv-eventbar-r { gap: 22px; }
  .pv-links { display: none; }
}
@media (max-width: 600px) {
  .pv-toolbar { top: 0; }
  .pv-sort { margin-left: 0; }
  .pv-search { max-width: none; }
  .pv-count { display: none; }
  .pv-eventbar-r { gap: 20px; }
}

/* "Live now" kicker on the live-auction hero */
.pv-kicker-live { display: inline-flex; align-items: center; gap: 8px; }
.pv-kicker-live .d { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,0.5); animation: pvPulse 1.8s infinite; }
