/* Logicanvas Auctions for WooCommerce — theme-friendly frontend, scoped to .wcap-root */

.wcap-root,
.wcap-root *,
.wcap-root *::before,
.wcap-root *::after{box-sizing:border-box}
.wcap-root{
	--wcap-accent:#4f46e5;
	--wcap-accent-hover:#4338ca;
	--wcap-ink:#0f172a;
	--wcap-muted:#64748b;
	--wcap-line:#e2e8f0;
	--wcap-bg:#f8fafc;
	--wcap-card:#fff;
	--wcap-ok:#059669;
	--wcap-danger:#dc2626;
	--wcap-radius:16px;
	--wcap-shadow:0 10px 30px rgba(15,23,42,.07);
	--red:var(--wcap-accent);
	--ink:var(--wcap-ink);
	--muted:var(--wcap-muted);
	--wcap-text:var(--wcap-ink);
	--wcap-border:var(--wcap-line);
	--wcap-surface:var(--wcap-bg);
	--wcap-accent-text:#fff;
	--wcap-display:inherit;
	--wcap-body:inherit;
	display:block;
	width:100%;
	max-width:100%;
	min-width:0;
	align-self:stretch;
	color:var(--wcap-ink);
	font-family:inherit;
	font-size:16px;
	line-height:1.55;
	text-align:left;
	background:transparent;
	overflow:visible;
}
.elementor-widget-shortcode,
.elementor-widget-shortcode > .elementor-widget-container,
.elementor-element .wcap-root{
	width:100%;
	max-width:100%;
	min-width:0;
	align-self:stretch;
	overflow:visible;
}
.wcap-root img{max-width:100%;height:auto;border:0;vertical-align:middle;border-radius:12px}
.wcap-root h1,.wcap-root h2,.wcap-root h3,.wcap-dash__title{
	margin:0 0 .6rem;
	padding:0;
	color:var(--wcap-ink);
	font-family:inherit;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.02em;
	text-transform:none;
}
.wcap-root h1,.wcap-dash__title{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.1rem)}
.wcap-root h2{font-size:1.2rem}
.wcap-root p{margin:0 0 .75rem}
.wcap-root a:not(.wcap-btn):not(.bid-button):not(.wcap-event-actions a){color:var(--wcap-accent)}
.wcap-root .dashboard-side a{color:#cbd5e1;text-decoration:none}
.wcap-root .dashboard-side a.active,
.wcap-root .dashboard-side a:hover{color:#fff}
.wcap-root .dashboard-side .wcap-side-return{color:#94a3b8}
.wcap-root .wcap-event-actions a.wcap-btn{width:100%;box-sizing:border-box}

.wcap-eyebrow,.wcap-root .eyebrow{
	margin:0 0 .5rem;
	color:var(--wcap-accent);
	font-size:.75rem;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.wcap-root .wcap-btn,
.wcap-root a.wcap-btn,
.wcap-root button.wcap-btn,
.elementor-widget .wcap-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:.4rem;
	min-height:44px;
	padding:.7rem 1.15rem;
	border:0;
	border-radius:999px;
	background:var(--wcap-accent);
	color:#fff !important;
	font:600 14px inherit;
	text-decoration:none !important;
	cursor:pointer;
	box-shadow:0 8px 20px rgba(79,70,229,.25);
	transition:background .15s ease,transform .15s ease;
}
.wcap-root .wcap-btn--secondary,
.elementor-widget .wcap-btn--secondary{
	background:#fff;
	color:var(--wcap-ink) !important;
	border:1px solid var(--wcap-line);
	box-shadow:none;
}
.wcap-root .wcap-btn--ghost{
	background:transparent;
	color:var(--wcap-accent) !important;
	box-shadow:none;
	border:1px solid transparent;
}
.wcap-root .wcap-btn--danger{background:var(--wcap-danger) !important;box-shadow:none}
.wcap-root .wcap-btn:hover{background:var(--wcap-accent-hover) !important;color:#fff !important;transform:translateY(-1px)}
.wcap-btn:focus,.wcap-form input:focus,.wcap-form select:focus,.wcap-form textarea:focus,
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
	outline:2px solid rgba(79,70,229,.35);
	outline-offset:2px;
}

.wcap-market{background:transparent;color:var(--wcap-ink)}
.wcap-page-hero{
	padding:clamp(2rem,4vw,3.5rem) 20px;
	background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#312e81 100%);
	color:#fff;
	border-radius:24px;
	margin-bottom:1.5rem;
}
.wcap-page-hero.seller-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f)}
.wcap-page-hero .wcap-hero-inner{max-width:1120px;margin:0 auto}
.wcap-page-hero h1{color:#fff;font-size:clamp(1.8rem,1.2rem + 2vw,2.8rem)}
.wcap-page-hero h1 em{font-style:normal;color:#a5b4fc}
.wcap-page-hero p:not(.eyebrow){max-width:640px;color:#cbd5e1;font-size:1.05rem;margin:12px 0 20px}
.wcap-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.wcap-online-pill{
	display:inline-flex;align-items:center;gap:8px;
	padding:.35rem .8rem;border-radius:999px;
	background:rgba(255,255,255,.12);color:#fff;font-size:.8rem
}
.wcap-online-pill i{width:8px;height:8px;border-radius:50%;background:#34d399;display:inline-block}
.wcap-bid-steps{background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);margin:0 0 1.5rem;box-shadow:var(--wcap-shadow)}
.wcap-bid-steps-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.wcap-bid-steps-inner>div{padding:18px 16px;border-right:1px solid var(--wcap-line)}
.wcap-bid-steps-inner>div:last-child{border-right:0}
.wcap-bid-steps b{color:var(--wcap-accent);margin-right:8px}
.wcap-bid-steps span{color:var(--wcap-muted);font-size:.85rem}
.wcap-catalog{max-width:1120px;margin:0 auto;padding:8px 0 48px}
.wcap-catalog-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}
.wcap-catalog-filters{display:flex;flex-wrap:wrap;gap:8px}
.wcap-catalog-filters a,.wcap-catalog-filters button{
	padding:.45rem .9rem;border-radius:999px;border:1px solid var(--wcap-line);
	background:#fff;color:var(--wcap-ink);text-decoration:none;font-size:.85rem;cursor:pointer
}
.wcap-catalog-filters .active,.wcap-catalog-filters a.active{background:var(--wcap-ink);color:#fff;border-color:var(--wcap-ink)}
.wcap-event-list{display:flex;flex-direction:column;gap:14px}
.wcap-event{
	display:grid;grid-template-columns:160px 1fr auto;
	background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);
	overflow:hidden;box-shadow:var(--wcap-shadow)
}
.wcap-event-pic{min-height:120px;background:#0f172a}
.wcap-event-pic img{width:100%;height:100%;object-fit:cover;border-radius:0}
.wcap-event-info{padding:20px;min-width:0}
.wcap-status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--wcap-ok)}
.wcap-status i{width:7px;height:7px;border-radius:50%;background:currentColor}
.wcap-event-info>small{display:block;margin-top:8px;color:var(--wcap-muted);font-size:.8rem}
.wcap-event-info h3{margin:6px 0;font-size:1.15rem}
.wcap-event-info h3 a{color:inherit;text-decoration:none}
.wcap-event-info p{font-size:.9rem;color:var(--wcap-muted);margin:0}
.wcap-event-actions{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px;min-width:160px}
.wcap-event-actions a.wcap-btn{
	min-width:140px;text-align:center;padding:.65rem 1rem;border-radius:999px;
	font-weight:600;font-size:.85rem;text-decoration:none !important
}
.wcap-root .wcap-event-actions a.wcap-btn:not(.wcap-btn--secondary){color:#fff !important}
.wcap-root .wcap-event-actions a.wcap-btn--secondary{
	background:#fff !important;border:1px solid var(--wcap-line) !important;color:var(--wcap-ink) !important;box-shadow:none
}
.wcap-root .wcap-event-actions a.wcap-btn--secondary:hover{
	background:var(--wcap-surface-2,#f8fafc) !important;color:var(--wcap-ink) !important
}

.wcap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.wcap-card,.auction-card{
	background:#fff;border:1px solid var(--wcap-line);border-radius:var(--wcap-radius);
	overflow:hidden;box-shadow:var(--wcap-shadow);min-width:0
}
.wcap-card img,.lot-art img{width:100%;height:190px;object-fit:cover;border-radius:0}
.lot-art{background:#0f172a;min-height:190px}
.wcap-card__placeholder{display:flex;align-items:center;justify-content:center;height:190px;background:#eef2ff;color:var(--wcap-muted)}
.lot-body{padding:18px 18px 20px}
.lot-tag{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--wcap-accent)}
.lot-tag i{display:inline-block;width:14px;height:3px;background:var(--wcap-accent);margin-right:8px;vertical-align:middle;border-radius:99px}
.lot-body h3{font-size:1.1rem;margin:10px 0 6px}
.lot-body h3 a{color:inherit;text-decoration:none}
.lot-body>p{font-size:.9rem;color:var(--wcap-muted)}
.bid-line{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--wcap-line);margin:16px 0 0}
.bid-line>div{padding:12px 0}
.bid-line>div+div{border-left:1px solid var(--wcap-line);padding-left:14px}
.bid-line small{font-size:.7rem;display:block;color:var(--wcap-muted);letter-spacing:.04em;text-transform:uppercase}
.bid-line strong{font-size:1rem}
.bid-button{
	display:block;width:100%;margin-top:14px;padding:.8rem 1rem;border:0;border-radius:999px;
	background:var(--wcap-ink);color:#fff !important;text-align:center;text-decoration:none;font-weight:600
}
.bid-button:hover{background:var(--wcap-accent);color:#fff !important}
.wcap-badge{display:inline-flex;padding:.2rem .55rem;border-radius:999px;background:#eef2ff;color:var(--wcap-accent);font-size:.72rem;font-weight:700}
.wcap-price{font-size:1.45rem;font-weight:700;color:var(--wcap-ink)}
.wcap-empty-auction,.wcap-login-gate,.wcap-empty{
	padding:2rem;background:#fff;border:1px dashed var(--wcap-line);border-radius:var(--wcap-radius);color:var(--wcap-muted)
}
.wcap-empty-auction>span{color:var(--wcap-accent);font-weight:700;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}

.dashboard-page{width:100%;background:transparent}
.dashboard-wrap{
	display:grid;grid-template-columns:260px minmax(0,1fr);
	background:#fff;border:1px solid var(--wcap-line);border-radius:24px;
	overflow:hidden;box-shadow:var(--wcap-shadow);min-height:640px
}
.dashboard-side{background:#0f172a;color:#e2e8f0;padding:24px 18px;display:flex;flex-direction:column;gap:18px}
.dashboard-brand{margin:0;font-weight:700;font-size:1rem;color:#fff}
.dashboard-brand small{display:block;color:#94a3b8;font-weight:500;font-size:.72rem;letter-spacing:.08em;margin-top:4px;text-transform:uppercase}
.account-person{display:flex;gap:12px;align-items:center;padding:12px;border-radius:14px;background:rgba(255,255,255,.06)}
.account-person>span{
	width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
	background:var(--wcap-accent);color:#fff;font-weight:700
}
.account-person b,.account-person small{display:block}
.account-person b{font-size:.9rem;color:#fff}
.account-person small{font-size:.72rem;color:#94a3b8;margin-top:2px}
.dashboard-side nav{display:flex;flex-direction:column;gap:4px}
.dashboard-side nav>a{
	padding:.65rem .8rem;border-radius:10px;color:#cbd5e1;border-left:0
}
.dashboard-side nav>a.active,.dashboard-side nav>a:hover{background:rgba(255,255,255,.08);color:#fff}
.dashboard-side nav em{
	display:inline-flex;min-width:1.3rem;justify-content:center;margin-left:.35rem;
	padding:0 .35rem;border-radius:999px;background:var(--wcap-accent);color:#fff;font-size:.7rem;font-style:normal
}
.dashboard-side nav>span{margin:12px 8px 4px;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.dashboard-side .wcap-side-return{margin-top:auto;font-size:.85rem}
.dashboard-side nav>a.wcap-side-switch{color:#a5b4fc}
.dashboard-side .wcap-side-logout{color:#fda4af;text-decoration:none;font-size:.85rem}
.dashboard-side .wcap-side-logout:hover{color:#fff}
.wcap-address{font-size:.95rem;line-height:1.6;color:var(--wcap-ink)}
.dashboard-main{padding:32px 28px;min-width:0;background:#f8fafc}
.dashboard-main>header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}
.dashboard-main header small{font-size:.72rem;color:var(--wcap-accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.dashboard-main h1{margin:6px 0 0;font-size:1.8rem}
.dash-notice{
	display:flex;flex-direction:column;gap:4px;padding:16px 18px;margin-bottom:18px;
	background:#eef2ff;border-radius:14px;border:1px solid #c7d2fe
}
.dash-notice b{color:var(--wcap-accent)}
.dash-notice span{color:#334155}
.wcap-payout-panel{
	border:1px solid var(--wcap-line);border-radius:16px;background:#fff;padding:20px;margin:0 0 18px
}
.wcap-payout-panel h3{margin:0 0 8px;font-size:1.05rem}
.wcap-payout-panel .wcap-meta{margin:0 0 14px;color:var(--wcap-muted);font-size:.9rem}
.wcap-payout-panel .lead-form{margin-top:8px}
.wcap-seller-proof{
	margin:4px 0 8px;
	padding:14px 16px;
	border-radius:12px;
	background:#f0fdf4;
	border:1px solid #bbf7d0;
}
.wcap-seller-proof strong{display:block;margin-bottom:8px;color:#166534}
.wcap-seller-proof p{margin:0 0 6px;font-size:.92rem;color:#14532d}
.wcap-seller-proof p:last-child{margin-bottom:0}
.wcap-seller-proof span{font-weight:600}
.wcap-payout-proof-row td{border-top:0 !important;padding-top:0 !important}
.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.dash-stats article{padding:16px;border:1px solid var(--wcap-line);border-radius:14px;background:#fff}
.dash-stats small,.dash-stats span{display:block;font-size:.72rem;text-transform:uppercase;color:var(--wcap-muted);letter-spacing:.04em}
.dash-stats strong{font-size:1.5rem;display:block;margin:8px 0;letter-spacing:-.02em}
.dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:16px;margin-top:18px}
.dashboard-grid>section{border:1px solid var(--wcap-line);padding:20px;min-width:0;background:#fff;border-radius:16px}
.dash-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;gap:12px;border-bottom:1px solid var(--wcap-line)}
.dash-title h2{margin:0}
.dash-title a{font-size:.8rem;font-weight:600;color:var(--wcap-accent);text-decoration:none}
.active-lot{display:grid;grid-template-columns:160px 1fr;gap:16px;margin-top:16px}
.active-lot-art{border-radius:12px;overflow:hidden;background:#0f172a;min-height:120px}
.active-lot h3{margin:8px 0 12px;font-size:1.2rem}
.lot-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--wcap-line)}
.lot-metrics span{padding:10px 8px 0 0;font-size:.72rem;text-transform:uppercase;color:var(--wcap-muted)}
.lot-metrics b{display:block;color:var(--wcap-ink);font-size:.9rem;margin-top:4px}
.lot-metrics .winning{color:var(--wcap-ok)}
.seller-score{background:#f0fdf4;padding:16px;margin-top:16px;border-radius:12px}
.seller-score strong{color:var(--wcap-ok);font-size:1.4rem}
.seller-score span{font-size:.75rem;text-transform:uppercase;color:var(--wcap-muted)}
.seller-panel ul{list-style:none;padding:0;margin:12px 0}
.seller-panel li{display:flex;justify-content:space-between;border-bottom:1px solid var(--wcap-line);padding:10px 0;font-size:.9rem}

.wcap-form-page{background:transparent}
.wcap-form-section{max-width:1120px;margin:0 auto;padding:8px 0 48px}
.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:start}
.form-layout>div>p{color:var(--wcap-muted);line-height:1.7}
.wcap-system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.wcap-system-grid article{padding:20px;min-height:160px;border:1px solid var(--wcap-line);border-radius:16px;background:#fff}
.wcap-system-grid article>b{color:var(--wcap-accent);font-size:.75rem;text-transform:uppercase}
.wcap-system-grid h3{font-size:1.05rem;margin:24px 0 8px}
.wcap-system-grid p{color:var(--wcap-muted);font-size:.9rem;margin:0}
.checklist{list-style:none;padding:0;margin:16px 0 0}
.checklist li{padding:10px 0;border-bottom:1px solid var(--wcap-line);font-weight:600}
.checklist li:before{content:"✓";color:var(--wcap-accent);margin-right:10px}
.lead-form,.wcap-form.lead-form{
	background:#fff;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;
	border:1px solid var(--wcap-line);border-radius:20px;box-shadow:var(--wcap-shadow)
}
.lead-form label,.wcap-form.lead-form label{
	display:flex;flex-direction:column;gap:8px;margin:0;
	font-size:.78rem;font-weight:600;color:var(--wcap-muted)
}
.lead-form input,.lead-form select,.lead-form textarea,
.wcap-form input[type="text"],.wcap-form input[type="search"],.wcap-form input[type="number"],
.wcap-form input[type="url"],.wcap-form input[type="email"],.wcap-form input[type="password"],
.wcap-form input[type="datetime-local"],.wcap-form input[type="file"],.wcap-form select,.wcap-form textarea{
	display:block;width:100%;padding:12px 14px;border:1px solid var(--wcap-line);border-radius:12px;
	background:#fff;color:var(--wcap-ink);font:400 15px inherit
}
.lead-form .full,.wcap-form .full,.wcap-product-source,.wcap-media-picker,.wcap-form-actions,.wcap-form-status,.wcap-category-field,.wcap-field-category{grid-column:1/-1}
.wcap-field-category{
	display:flex !important;
	flex-direction:column;
	gap:8px;
	visibility:visible !important;
	opacity:1 !important;
}
.wcap-category-field{
	display:block !important;
	visibility:visible !important;
	margin:0;
	padding:14px 16px;
	border:1px solid var(--wcap-line,#e2e8f0);
	border-radius:14px;
	background:#f8fafc;
}
.wcap-category-field legend{
	padding:0 .35rem;
	font-size:.85rem;
	font-weight:700;
	color:var(--wcap-ink,#0f172a);
}
.wcap-category-field__label{
	display:flex !important;
	flex-direction:column;
	gap:8px;
	margin:0;
	width:100%;
}
.wcap-category-field select{
	display:block !important;
	width:100% !important;
	max-width:100%;
	box-sizing:border-box;
}
.wcap-category-field__empty{margin:0;color:var(--wcap-muted,#64748b);font-size:.9rem}
.wcap-edit-main .wcap-category-field{margin:0}
.wcap-form input[type="radio"],.wcap-form input[type="checkbox"]{width:auto;accent-color:var(--wcap-accent)}
.wcap-product-source,.wcap-media-picker{border:1px solid var(--wcap-line);padding:16px;margin:0;background:#f8fafc;border-radius:14px}
.wcap-product-source legend,.wcap-media-picker legend{font-weight:700;padding:0 .25rem}
.wcap-product-source label{display:flex;align-items:center;gap:.5rem;flex-direction:row;font-weight:600}
.wcap-product-results{list-style:none;margin:.5rem 0;padding:0;border:1px solid var(--wcap-line);max-height:240px;overflow:auto;background:#fff;border-radius:12px}
.wcap-product-results li{padding:.55rem .75rem;cursor:pointer}
.wcap-product-results li:hover,.wcap-product-results li:focus{background:#eef2ff}
.wcap-selected-product{font-weight:700}
.wcap-media-field{margin:12px 0 0}
.wcap-media-label{display:block;font-size:.78rem;font-weight:600;color:var(--wcap-muted);margin:0 0 8px}
.wcap-media-actions,.wcap-form-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.wcap-form-status{min-height:1.25em;color:var(--wcap-muted);margin:0}

.wcap-single{
	display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
	gap:0;max-width:1120px;margin:0 auto;background:#fff;
	border:1px solid var(--wcap-line);border-radius:24px;overflow:hidden;box-shadow:var(--wcap-shadow)
}
.wcap-single__media{
	background:#0f172a;min-width:0;width:100%;
	align-self:start;height:auto;
	display:flex;flex-direction:column;
	position:relative;overflow:hidden;
}
.wcap-single__media>img{width:100%;height:auto;display:block;border-radius:0}
.wcap-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:6px;padding:8px}
.wcap-gallery img{width:100%;height:88px;object-fit:cover;border-radius:8px}
.wcap-single__main{padding:32px 28px;background:#fff}
.wcap-lot-head{margin:0 0 1.25rem}
.wcap-meta{color:var(--wcap-muted);font-size:.8rem}
.wcap-fulfilment{margin-top:1rem}
.wcap-bid-panel{
	margin:0 0 1.5rem;padding:1.15rem 1.15rem 1.25rem;border:1px solid var(--wcap-line);
	border-radius:18px;background:linear-gradient(180deg,#f8fafc 0%,#fff 48%)
}
.wcap-bid-panel__stats{
	display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:0 0 1rem
}
.wcap-bid-panel__label{
	display:block;margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;
	text-transform:uppercase;color:var(--wcap-muted)
}
.wcap-bid-panel__stats .wcap-price{font-size:1.55rem;line-height:1.15;margin:0}
.wcap-bid-panel__stats .wcap-countdown{font-size:1.15rem;margin:0;display:block}
.wcap-bid-panel__meta{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin:0 0 1rem}
.wcap-bid-panel__meta p{margin:0;font-size:.88rem;color:var(--wcap-muted)}
.wcap-bid-panel__meta strong,.wcap-bid-panel__meta .wcap-status{color:var(--wcap-ink)}
.wcap-bid-panel__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}
.wcap-holder-sell{
	margin:1rem 0 0;padding:1rem;border:1px dashed var(--wcap-line);border-radius:14px;background:#fff
}
.wcap-holder-sell .wcap-btn{margin-top:.5rem}
.wcap-bid-form{display:grid;gap:10px;margin:0}
.wcap-bid-form label{font-size:.8rem;font-weight:600;color:var(--wcap-muted)}
.wcap-bid-form__row{display:grid;grid-template-columns:minmax(0,1.2fr) auto auto;gap:.55rem;align-items:stretch}
.wcap-bid-form__row input{
	min-width:0;width:100%;padding:.75rem 1rem;border:1px solid var(--wcap-line);
	border-radius:999px;font:600 1rem inherit;color:var(--wcap-ink);background:#fff
}
.wcap-bid-form__row .wcap-btn{white-space:nowrap}
.wcap-countdown{font-size:1.25rem;font-weight:700;margin:12px 0;color:var(--wcap-ink)}
.wcap-leaderboard{
	grid-column:1/-1;padding:1.5rem 1.35rem 1.65rem;border-top:1px solid var(--wcap-line);
	background:#f8fafc
}
.wcap-leaderboard__head{
	display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin:0 0 1rem
}
.wcap-leaderboard__head h2{margin:.15rem 0 0;font-size:1.2rem}
.wcap-leaderboard__table-wrap{overflow-x:auto;border:1px solid var(--wcap-line);border-radius:16px;background:#fff}
.wcap-leaderboard__table{width:100%;border-collapse:collapse;min-width:560px}
.wcap-leaderboard__table th,.wcap-leaderboard__table td{
	padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--wcap-line);vertical-align:middle
}
.wcap-leaderboard__table th{
	font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--wcap-muted);background:#fff;font-weight:700
}
.wcap-leaderboard__table tbody tr:last-child td{border-bottom:0}
.wcap-leaderboard__table tbody tr.is-leader{background:#eef2ff}
.wcap-leaderboard__table tbody tr.is-winner{background:linear-gradient(90deg,#ecfdf5 0%,#fff 55%);box-shadow:inset 3px 0 0 #059669}
.wcap-leaderboard__amount{font-weight:700;color:var(--wcap-ink);white-space:nowrap}
.wcap-leaderboard__time{color:var(--wcap-muted);font-size:.85rem;white-space:nowrap}
.wcap-leaderboard__empty td{color:var(--wcap-muted);text-align:center;padding:1.5rem 1rem}
.wcap-win-badge{
	display:inline-flex;align-items:center;min-height:22px;padding:.15rem .55rem;border-radius:999px;
	background:#059669;color:#fff !important;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase
}
.wcap-win-badge--inline{margin-left:.35rem;vertical-align:middle}
.wcap-rank--win{color:#047857;font-weight:700}
.wcap-rank{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;font-weight:700}
.wcap-rank--1{color:var(--wcap-accent)}
.wcap-rank-tag{
	display:inline-flex;margin-left:.35rem;padding:.15rem .45rem;border-radius:999px;
	background:var(--wcap-accent);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase
}
.wcap-recent-bids{margin:1rem 0 0}
.wcap-recent-bids summary{cursor:pointer;font-weight:600;color:var(--wcap-ink)}
.wcap-recent-bids ol{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.45rem}
.wcap-recent-bids li{
	display:flex;justify-content:space-between;gap:1rem;padding:.65rem .85rem;
	background:#fff;border:1px solid var(--wcap-line);border-radius:12px;font-size:.9rem
}
.wcap-recent-bids li span{color:var(--wcap-muted)}
.wcap-recent-bids li strong{color:var(--wcap-ink)}
.wcap-live,.wcap-host{
	max-width:960px;margin:0 auto;background:#0f172a;color:#e2e8f0;
	padding:28px;border-radius:24px
}
.wcap-live h1,.wcap-host h1{color:#fff}
.wcap-live .wcap-price,.wcap-host .wcap-price{color:#fff}
.wcap-connection{font-size:.9rem;color:#94a3b8}
.wcap-host-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem}
.wcap-content{margin-top:24px;color:#334155}
.wcap-table-wrap{overflow-x:auto;max-width:100%;border:1px solid var(--wcap-line);background:#fff;margin-top:16px;border-radius:16px}
.wcap-table{width:100%;min-width:640px;border-collapse:collapse;margin:0}
.wcap-table th,.wcap-table td{border-bottom:1px solid var(--wcap-line);text-align:left;padding:.75rem .7rem;vertical-align:top}
.wcap-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--wcap-muted);background:#f8fafc}
.wcap-table__actions{display:flex;flex-wrap:wrap;gap:.5rem}
.wcap-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}
.wcap-thumb{position:relative;width:96px;height:96px;flex:0 0 96px}
.wcap-thumb img{width:96px;height:96px;object-fit:cover;border-radius:10px}
.wcap-thumb button{position:absolute;top:4px;right:4px;border:0;background:#0f172a;color:#fff;width:1.4rem;height:1.4rem;border-radius:999px;cursor:pointer}
.wcap-excerpt{color:var(--wcap-muted);font-size:.95rem}
.wcap-link-btn{background:none;border:0;padding:0;color:var(--wcap-accent);cursor:pointer;text-decoration:underline;font:inherit}
.wcap-dash-section{margin:1.5rem 0;min-width:0}
.wcap-elementor-placeholder{border:1px dashed var(--wcap-line);padding:1.25rem;background:#f8fafc;color:var(--wcap-muted);border-radius:16px}
.wcap-auth{display:flex;justify-content:center;padding:32px 16px 56px}
.wcap-auth-card{
	width:100%;max-width:460px;background:#fff;border:1px solid var(--wcap-line);
	border-radius:24px;box-shadow:var(--wcap-shadow);padding:32px 28px
}
.wcap-auth-lede{color:var(--wcap-muted);margin:0 0 1.1rem}
.wcap-auth-tabs{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--wcap-line)}
.wcap-auth-tabs a{color:var(--wcap-muted);text-decoration:none;font-weight:600;font-size:.85rem}
.wcap-auth-tabs a.active,.wcap-auth-tabs a:hover{color:var(--wcap-accent)}
.wcap-auth-notice{padding:12px 14px;margin:0 0 1rem;border-radius:12px}
.wcap-auth-notice--error{background:#fef2f2;color:#991b1b}
.wcap-auth-notice--success{background:#ecfdf5;color:#047857}
.wcap-auth-form{padding:0;background:transparent;border:0;box-shadow:none}
.wcap-auth-remember{grid-column:1/-1;flex-direction:row !important;align-items:center;gap:.55rem !important;font-size:14px !important;color:var(--wcap-ink) !important}
.wcap-hp{position:absolute;left:-9999px;height:0;overflow:hidden}

@media (max-width:1050px){
	.dashboard-wrap{grid-template-columns:1fr}
	.dashboard-side{flex-direction:row;flex-wrap:wrap}
	.dashboard-side nav{flex-direction:row;flex-wrap:wrap;width:100%}
	.dashboard-grid,.form-layout,.wcap-single,.wcap-event{grid-template-columns:1fr}
	.wcap-bid-panel__stats{grid-template-columns:1fr}
	.wcap-bid-form__row{grid-template-columns:1fr}
	.wcap-leaderboard__table{min-width:0}
	.wcap-leaderboard__table thead{display:none}
	.wcap-leaderboard__table tr{display:block;padding:.85rem 1rem;border-bottom:1px solid var(--wcap-line)}
	.wcap-leaderboard__table td{
		display:flex;justify-content:space-between;gap:1rem;border:0;padding:.25rem 0
	}
	.wcap-leaderboard__table td::before{
		content:attr(data-label);color:var(--wcap-muted);font-size:.75rem;font-weight:700;text-transform:uppercase
	}
	.dash-stats,.wcap-system-grid,.wcap-bid-steps-inner{grid-template-columns:1fr 1fr}
	.active-lot{grid-template-columns:1fr}
	.wcap-event-actions{flex-direction:row}
	.wcap-event-actions a.wcap-btn{flex:1}
}
@media (max-width:650px){
	.dashboard-main{padding:20px 16px}
	.dash-stats,.wcap-system-grid,.wcap-bid-steps-inner,.lead-form,.wcap-form.lead-form{grid-template-columns:1fr}
	.lead-form label,.wcap-form.lead-form label{grid-column:1/-1}
	.wcap-catalog-head{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
	.wcap-root,.wcap-root *{animation:none !important;transition:none !important}
}
.rtl .wcap-grid,.rtl .wcap-root{direction:rtl}

/* Holder accept-current-bid board */
.wcap-accept-board{
	margin:0 0 1.5rem;padding:1.25rem;border:1px solid var(--wcap-line);border-radius:18px;
	background:linear-gradient(180deg,#eef2ff 0%,#fff 42%)
}
.wcap-accept-board__head{margin:0 0 1rem}
.wcap-accept-board__head h2{margin:.2rem 0 .4rem}
.wcap-accept-board__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.wcap-accept-card{
	display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:stretch;
	background:#fff;border:1px solid var(--wcap-line);border-radius:16px;overflow:hidden;padding:12px
}
.wcap-accept-card__art{min-height:96px;border-radius:12px;background:#0f172a center/cover no-repeat}
.wcap-accept-card__body small{color:var(--wcap-muted);font-size:.72rem;letter-spacing:.04em}
.wcap-accept-card__body h3{margin:.25rem 0;font-size:1.05rem}
.wcap-accept-card__price{margin:.2rem 0;font-size:1.2rem;font-weight:700;color:var(--wcap-ink)}
.wcap-accept-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}
.wcap-table__actions .wcap-btn{min-height:36px;padding:.45rem .9rem;font-size:.82rem}

/* WooCommerce My Account — theme-safe overlay (do not grid .woocommerce; WC clearfixes break) */
body.woocommerce-account.wcap-wc-account .woocommerce::before,
body.woocommerce-account.wcap-wc-account .woocommerce::after{
	content:none !important;
	display:none !important;
	clear:none !important
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content{
	float:none !important;
	width:100% !important;
	box-sizing:border-box
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation{
	background:#0f172a;border-radius:20px;padding:12px;margin:0 0 1.25rem !important
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation ul{
	list-style:none !important;margin:0 !important;padding:0 !important;
	display:flex;flex-wrap:wrap;gap:6px
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation li{
	list-style:none !important;margin:0 !important;padding:0 !important;display:block
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation a{
	display:inline-flex;align-items:center;min-height:40px;padding:.55rem 1rem;border-radius:999px;
	color:#cbd5e1 !important;text-decoration:none !important;font-weight:600;font-size:.9rem;line-height:1.2
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation a:focus{
	background:#4f46e5;color:#fff !important
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content{
	background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.35rem 1.25rem;
	box-shadow:0 10px 30px rgba(15,23,42,.05);margin:0 0 1.25rem !important;overflow:hidden
}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content > *:first-child{margin-top:0}
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content .woocommerce-error{
	border-radius:14px
}
body.woocommerce-account.wcap-wc-account table.shop_table{
	width:100%;border-collapse:collapse
}
body.woocommerce-account.wcap-wc-account .wcap-btn,
body.woocommerce-account.wcap-wc-account a.wcap-btn,
body.woocommerce-account.wcap-wc-account button.wcap-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
	min-height:42px;padding:.65rem 1.1rem;border:0;border-radius:999px;
	background:#4f46e5;color:#fff !important;font:600 14px inherit;
	text-decoration:none !important;cursor:pointer;box-sizing:border-box
}
body.woocommerce-account.wcap-wc-account .wcap-btn--secondary{
	background:#fff;color:#0f172a !important;border:1px solid #e2e8f0
}
.wcap-wc-intro{
	display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-end;
	margin:0 0 1.35rem;padding:1.25rem;border-radius:18px;
	background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 55%,#312e81 100%);color:#fff
}
.wcap-wc-intro__kicker{margin:0 0 .35rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#c7d2fe}
.wcap-wc-intro h2{margin:0;color:#fff;font-size:clamp(1.2rem,1rem + 1vw,1.45rem)}
.wcap-wc-intro p{margin:.4rem 0 0;color:#cbd5e1;max-width:36rem}
.wcap-wc-intro__actions{display:flex;flex-wrap:wrap;gap:.5rem}
.wcap-wc-intro .wcap-btn--secondary{background:#fff;color:#0f172a !important;border-color:#fff}
.wcap-wc-panel{max-width:100%}
.wcap-wc-panel h2{margin:0 0 .4rem}
.wcap-wc-panel__lede{color:#64748b;margin:0 0 1rem}
.wcap-wc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.wcap-wc-card{
	display:flex;flex-direction:column;gap:.35rem;padding:1rem;border:1px solid #e2e8f0;
	border-radius:16px;text-decoration:none !important;color:inherit;background:#f8fafc
}
.wcap-wc-card:hover{border-color:#c7d2fe}
.wcap-wc-card strong{color:#0f172a}
.wcap-wc-card span{color:#64748b;font-size:.88rem}
@media (min-width:782px){
	body.woocommerce-account.wcap-wc-account .woocommerce{
		display:flex !important;
		flex-wrap:nowrap;
		align-items:flex-start;
		gap:1.25rem;
		max-width:1120px;
		margin-left:auto;
		margin-right:auto;
		clear:both
	}
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation{
		flex:0 0 240px;
		width:240px !important;
		max-width:240px;
		margin:0 !important
	}
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation ul{
		flex-direction:column;flex-wrap:nowrap
	}
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation a{
		width:100%;box-sizing:border-box
	}
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-content{
		flex:1 1 auto;
		width:auto !important;
		min-width:0;
		margin:0 !important
	}
}
@media (max-width:781px){
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation ul{
		flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px
	}
	body.woocommerce-account.wcap-wc-account .woocommerce-MyAccount-navigation a{
		white-space:nowrap
	}
	.wcap-wc-intro{padding:1rem}
}
@media (max-width:650px){
	.wcap-accept-card{grid-template-columns:1fr}
}

/* Seller / buyer order cards */
.wcap-order-board{display:grid;gap:1rem}
.wcap-order-card{
	border:1px solid var(--wcap-line,#e2e8f0);border-radius:18px;padding:1.1rem 1.15rem;background:#fff
}
.wcap-order-card__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin:0 0 .85rem}
.wcap-order-card__head h3{margin:.15rem 0;font-size:1.1rem}
.wcap-order-card__badges{display:flex;flex-wrap:wrap;gap:.4rem;align-items:flex-start}
.wcap-badge--ok{background:#ecfdf5;color:#047857}
.wcap-badge--warn{background:#fff7ed;color:#c2410c}
.wcap-order-card__meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 .85rem;color:var(--wcap-muted,#64748b);font-size:.9rem}
.wcap-order-card__meta b{color:var(--wcap-ink,#0f172a)}
.wcap-order-form{margin-top:.5rem;padding-top:.85rem;border-top:1px solid var(--wcap-line,#e2e8f0)}
.wcap-order-form .wcap-check{display:flex;align-items:flex-start;gap:.55rem;flex-direction:row}
.wcap-order-form .wcap-check input{margin-top:.2rem}
.wcap-order-form .wcap-check span{font-weight:500}


/* --- 1.1.0 gallery, share, tabs --- */
.wcap-single__hero{
	display:block;
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	border:0;
	background:#111;
	cursor:zoom-in;
	line-height:0;
	/* Let the image keep its natural aspect ratio — do not force-crop to 4:3 */
	aspect-ratio:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	-webkit-appearance:none;
	appearance:none;
	align-self:stretch;
	box-sizing:border-box;
}
.wcap-single__hero::before{
	content:"";
	position:absolute;
	inset:0;
	background:var(--red);
	opacity:0;
	transition:opacity .2s ease;
	pointer-events:none;
	z-index:1;
}
.wcap-single__hero:hover::before,
.wcap-single__hero:focus-visible::before{opacity:.18}
.wcap-single__hero:hover,
.wcap-single__hero:focus-visible{
	outline:none;
	box-shadow:inset 0 0 0 3px var(--red);
}
.wcap-single__hero:focus{outline:none}
.wcap-single__hero:focus-visible{
	outline:2px solid var(--ink);
	outline-offset:-2px;
}
.wcap-single__media>img,
.wcap-single__hero img{
	width:100%;
	height:auto;
	max-height:none;
	object-fit:contain;
	object-position:center;
	display:block;
	vertical-align:top;
	border:0;
	position:relative;
	z-index:0;
}
/* Accent bar must stay inside the hero (position:relative above) — never escape into tabs */
.wcap-single__hero::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:7px;
	max-height:7px;
	background:var(--wcap-accent);
	pointer-events:none;
	z-index:2;
}
.wcap-gallery{
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(72px,1fr));
	gap:4px;
	background:#fff;
	padding:8px;
	margin:0;
}
.wcap-gallery__thumb{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin:0;
	padding:0;
	border:0 !important;
	outline:none !important;
	box-shadow:none !important;
	background:#111;
	cursor:pointer;
	line-height:0;
	position:relative;
	aspect-ratio:1 / 1;
	overflow:hidden;
	-webkit-appearance:none;
	appearance:none;
}
.wcap-gallery__thumb img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
	display:block;
	opacity:.75;
	transition:opacity .15s ease;
	position:relative;
	z-index:0;
}
.wcap-gallery__thumb::after{
	content:"";
	position:absolute;
	inset:0;
	background:var(--red);
	opacity:0;
	transition:opacity .15s ease;
	pointer-events:none;
	z-index:1;
}
.wcap-gallery__thumb:hover::after,
.wcap-gallery__thumb:focus-visible::after{opacity:.2}
.wcap-gallery__thumb:hover img,
.wcap-gallery__thumb:focus-visible img{opacity:1}
.wcap-gallery__thumb:hover,
.wcap-gallery__thumb:focus-visible{
	box-shadow:inset 0 0 0 2px var(--red) !important;
	outline:none !important;
	border-color:transparent !important;
}
.wcap-gallery__thumb.is-active img{opacity:1}
.wcap-gallery__thumb.is-active::before{
	content:"";
	position:absolute;
	top:6px;
	left:50%;
	transform:translateX(-50%);
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:10px solid var(--red);
	z-index:3;
	filter:drop-shadow(0 1px 1px rgba(0,0,0,.35));
	pointer-events:none;
}
/* Block WooCommerce/theme button chrome — keep accent ring on hover only */
.wcap-root .wcap-single__media button.wcap-single__hero,
.wcap-root .wcap-single__media button.wcap-single__hero:focus,
.woocommerce .wcap-root .wcap-single__media button.wcap-single__hero,
.elementor .wcap-root .wcap-single__media button.wcap-single__hero{
	background-color:#111 !important;
	background-image:none !important;
	border:0 !important;
	border-color:transparent !important;
	color:inherit !important;
	box-shadow:none;
	position:relative;
	overflow:hidden;
	width:100%;
	max-width:100%;
	height:auto;
	aspect-ratio:auto;
}
.wcap-root .wcap-single__media button.wcap-single__hero:hover,
.wcap-root .wcap-single__media button.wcap-single__hero:focus-visible,
.woocommerce .wcap-root .wcap-single__media button.wcap-single__hero:hover,
.elementor .wcap-root .wcap-single__media button.wcap-single__hero:hover{
	box-shadow:inset 0 0 0 3px var(--wcap-accent) !important;
}
.wcap-root .wcap-gallery__thumb,
.wcap-root .wcap-gallery__thumb:hover,
.wcap-root .wcap-gallery__thumb:focus,
.wcap-root .wcap-gallery__thumb:focus-visible,
.woocommerce .wcap-root .wcap-gallery__thumb:hover,
.elementor .wcap-root .wcap-gallery__thumb:hover{
	background-color:#111 !important;
	background-image:none !important;
	border:0 !important;
	border-color:transparent !important;
	color:inherit !important;
}
.wcap-root .wcap-event-info h3 a:hover,
.wcap-root .wcap-event-info h3 a:focus{
	color:var(--red) !important;
}
.wcap-gallery__thumb:focus-visible{
	outline:2px solid var(--ink) !important;
	outline-offset:1px;
}
.wcap-edit-listing{margin:.85rem 0 0}
.wcap-lightbox{
	position:fixed;
	inset:0;
	z-index:100000;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px;
	background:rgba(5,5,5,.92);
}
.wcap-lightbox[hidden]{display:none !important}
.wcap-lightbox__inner{
	position:relative;
	width:min(960px,92vw);
	aspect-ratio:4 / 3;
	max-height:calc(100vh - 48px);
	background:#111;
	display:flex;
	align-items:center;
	justify-content:center;
}
.wcap-lightbox__inner img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
	margin:0;
}
.wcap-lightbox__close{
	position:absolute;
	top:8px;
	right:8px;
	z-index:2;
	width:40px;
	height:40px;
	border:0;
	border-radius:0;
	background:var(--red);
	color:#fff;
	font:900 22px/1 var(--wcap-display);
	cursor:pointer;
}
.wcap-lightbox__nav{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	width:44px;
	height:44px;
	border:0;
	background:#111;
	color:#fff;
	font:900 22px/1 var(--wcap-display);
	cursor:pointer;
}
.wcap-lightbox__nav--prev{left:8px}
.wcap-lightbox__nav--next{right:8px}
.wcap-leaderboard{
	grid-column:1 / -1;
	min-width:0;
	max-width:100%;
	padding:28px 32px 32px;
	background:#fff;
	border-top:2px solid #111;
}
.wcap-leaderboard__head{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

	border:1px solid var(--wcap-border);
	font-size:.9rem;
}
.wcap-recent-bids li span{color:var(--wcap-muted)}
.wcap-recent-bids li strong{color:var(--ink)}
.wcap-qr-panel{
	margin:0;
	padding:0;
	border:0;
}
.wcap-qr-panel__link{margin:0 0 .85rem}
.wcap-qr-panel__link-label{
	display:block;
	margin:0 0 .35rem;
	font-size:.72rem;
	text-transform:uppercase;
	letter-spacing:.08em;
	color:#777;
	font-family:var(--wcap-display);
}
.wcap-qr-panel__link-row{
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	align-items:center;
}
.wcap-qr-panel__link-input{
	flex:1 1 180px;
	min-width:0;
	padding:.45rem .55rem;
	border:1px solid #ccc;
	background:#fff;
	font-size:.82rem;
}
.wcap-share-social{
	margin:0 0 1.1rem;
	padding:0 0 1.1rem;
	border-bottom:1px solid #e5e2d9;
}
.wcap-share-social__label{
	display:block;
	margin:0 0 .65rem;
	font:900 11px var(--wcap-display);
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#777;
}
.wcap-share-social__icons{
	display:flex;
	flex-wrap:wrap;
	gap:.55rem;
}
.wcap-share-social__btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:42px;
	height:42px;
	border:2px solid #111;
	background:#fff;
	color:#111 !important;
	text-decoration:none !important;
	transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.wcap-share-social__btn:hover,
.wcap-share-social__btn:focus-visible{
	background:var(--red) !important;
	border-color:var(--red) !important;
	color:#fff !important;
	outline:none;
}
.wcap-share-social__btn svg{
	width:18px;
	height:18px;
	fill:currentColor;
}
.wcap-qr-panel__grid{
	display:flex;
	flex-wrap:wrap;
	gap:.75rem;
	justify-content:flex-start;
}
.wcap-qr-card{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:.25rem;
	padding:.55rem;
	border:1px solid #e5e2d9;
	background:#faf9f6;
	width:132px;
}
.wcap-qr-card__code{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:120px;
}
.wcap-qr-card__code img,
.wcap-qr-card__code canvas{
	display:block;
	max-width:100%;
	height:auto;
}
.wcap-qr-card__label{
	margin:0;
	font-weight:700;
	font-size:.78rem;
}
.wcap-lot-tabs{
	grid-column:1 / -1;
	width:100%;
	margin:0;
	padding:28px 32px 32px;
	border-top:2px solid #111;
	background:#fff;
}
.wcap-lot-tabs__nav{
	display:flex;
	flex-wrap:wrap;
	gap:.35rem 1.25rem;
	margin:0 0 1.25rem;
	padding:0 0 .85rem;
	border-bottom:1px solid #e5e2d9;
}
.wcap-lot-tabs__tab{
	appearance:none;
	background:transparent !important;
	border:0 !important;
	padding:0 0 .35rem;
	cursor:pointer;
	color:#686868 !important;
	font:900 11px var(--wcap-display);
	letter-spacing:.08em;
	text-transform:uppercase;
	border-bottom:3px solid transparent !important;
	margin-bottom:-1px;
}
.wcap-lot-tabs__tab.is-active{
	color:var(--red) !important;
	border-bottom-color:var(--red) !important;
}
.wcap-lot-tabs__tab:hover,
.wcap-lot-tabs__tab:focus,
.wcap-lot-tabs__tab:focus-visible{
	color:var(--red) !important;
	background:transparent !important;
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;

	border-right:0 !important;
	box-shadow:none !important;
}
.wcap-lot-tabs__tab:hover:not(.is-active),
.wcap-lot-tabs__tab:focus:not(.is-active),
.wcap-lot-tabs__tab:focus-visible:not(.is-active){
	border-bottom-color:transparent !important;
}
.wcap-lot-tabs__panel{display:none;margin:0;width:100%;max-width:none}
.wcap-lot-tabs__panel.is-active{display:block}
.wcap-lot-tabs .wcap-content{
	margin-top:0;
	width:100%;
	max-width:none;
	color:#333;
	line-height:1.65;
	font-size:15px;
	word-wrap:break-word;
}
.wcap-lot-tabs .wcap-content > :first-child{margin-top:0}
.wcap-lot-tabs .wcap-content > :last-child{margin-bottom:0}
.wcap-lot-tabs .wcap-content p{color:#444;margin:0 0 .85rem}
.wcap-lot-tabs .wcap-content h2,
.wcap-lot-tabs .wcap-content h3,
.wcap-lot-tabs .wcap-content h4{
	margin:1.35rem 0 .65rem;
	font-family:var(--wcap-display);
	color:var(--ink);
	line-height:1.2;
}
.wcap-lot-tabs .wcap-content ul,
.wcap-lot-tabs .wcap-content ol{
	margin:0 0 1rem 1.35rem;
	padding:0;
}
.wcap-lot-tabs .wcap-content li{margin:0 0 .4rem}
.wcap-lot-tabs .wcap-content dl{margin:0 0 1rem}
.wcap-lot-tabs .wcap-content dt{
	font-weight:700;
	margin-top:.65rem;
	color:var(--ink);
}
.wcap-lot-tabs .wcap-content dd{margin:0 0 .35rem 0;padding:0}
.wcap-lot-tabs .wcap-content table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 1rem;
	font-size:14px;
}
.wcap-lot-tabs .wcap-content th,
.wcap-lot-tabs .wcap-content td{
	border:1px solid #e5e2d9;
	padding:.45rem .6rem;
	text-align:left;
	vertical-align:top;
}
.wcap-lot-tabs .wcap-content th{background:#f5f3ee;font-family:var(--wcap-display);font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.wcap-lot-tabs .wcap-content blockquote{
	margin:0 0 1rem;
	padding:.75rem 1rem;
	border-left:4px solid var(--red);
	background:#f5f3ee;
}
.wcap-lot-tabs .wcap-content pre{
	white-space:pre-wrap;
	word-wrap:break-word;
	background:#f5f3ee;
	padding:1rem;
	overflow-x:auto;
	margin:0 0 1rem;
	font-size:14px;
	line-height:1.55;
}
.wcap-lot-tabs .wcap-excerpt{margin:0 0 1rem;color:var(--muted);font-size:.95rem;line-height:1.55;max-width:none}
.wcap-lot-tabs .wcap-excerpt p{margin:0 0 .5rem}
.wcap-verify-tab{padding:.15rem 0 .35rem}
.wcap-verify-tab__lede{margin:0 0 .85rem;color:var(--muted)}
.wcap-verify-tab__status{margin:0;color:var(--muted)}
.wcap-verify-tab__status--ok{color:#1d6b3a}
.wcap-lot-id{
	font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
	font-size:.82rem;
	letter-spacing:.03em;
}

.wcap-single__main{
	padding:36px 32px;
	background:#f5f3ee;
	align-self:start;
	min-width:0;
}
.wcap-meta{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.wcap-bid-form{display:grid;gap:12px;margin:18px 0}
.wcap-bid-form label{font:900 11px var(--wcap-display);letter-spacing:.08em;text-transform:uppercase}
.wcap-bid-form__row{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}
.wcap-bid-input{
	display:flex;align-items:stretch;flex:1 1 160px;min-width:140px;
	border:2px solid #0f172a;background:#fff;border-radius:12px;overflow:hidden
}
.wcap-bid-input__prefix{
	display:inline-flex;align-items:center;padding:0 12px;
	font-weight:700;background:#eef2ff;border-right:1px solid #e2e8f0;color:var(--wcap-ink)
}
.wcap-bid-input input{
	flex:1;border:0;margin:0;min-width:0;padding:.75rem .9rem;font:inherit;background:transparent
}
.wcap-bid-input input:focus{outline:none;box-shadow:none}
.wcap-edit-listing{margin:.75rem 0 0}
.wcap-fulfilment{margin-top:1rem}

/* Dashboard polish — indigo theme */
.dashboard-page .dashboard-main > header{
	margin-bottom:1.5rem;
	padding-bottom:1rem;
	border-bottom:1px solid var(--wcap-line);
	gap:1.25rem;
}
.dashboard-page .dashboard-main > header h1{
	margin-top:.35rem;
	letter-spacing:-.03em;
}
.dashboard-page .dash-stats{
	gap:14px;
	margin-bottom:1.25rem;
}
.dashboard-page .dash-stats article{
	padding:1.1rem 1.15rem;
	border:1px solid #e0e7ff;
	border-radius:16px;
	background:#fff;
	box-shadow:0 8px 24px rgba(79,70,229,.06);
}
.dashboard-page .dash-stats article:hover{
	box-shadow:0 12px 28px rgba(79,70,229,.1);
	border-color:#c7d2fe;
}
.dashboard-page .dash-stats strong{
	color:var(--wcap-ink);
}
.dashboard-page .dash-notice{
	border-radius:14px;
	border-color:#c7d2fe;
	background:linear-gradient(180deg,#eef2ff 0%,#fff 70%);
	box-shadow:0 6px 18px rgba(79,70,229,.05);
}


/* --- Frontend edit listing (admin-like) --- */
/* Do NOT use lead-form's 2-col grid here — that crushed title/editor into a 1-char column. */
.wcap-form.wcap-edit-form{
	display:block;
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
	background:transparent;
	border:0;
	border-radius:0;
	box-shadow:none;
	grid-template-columns:none;
}
.wcap-edit-layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(280px,340px);
	gap:1.5rem;
	align-items:start;
	width:100%;
	max-width:100%;
}
@media (max-width:960px){
	.wcap-edit-layout{grid-template-columns:1fr}
}
.wcap-edit-main,
.wcap-edit-side{
	min-width:0;
	width:100%;
}
.wcap-edit-main{
	display:flex;
	flex-direction:column;
	gap:1rem;
	background:#fff;
	border:1px solid var(--wcap-line,#e2e8f0);
	border-radius:16px;
	padding:1.25rem 1.35rem 1.5rem;
	box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.wcap-edit-meta{margin:0;color:var(--wcap-muted,#64748b);font-size:.92rem;line-height:1.45}
.wcap-edit-main > label,
.wcap-edit-main .full{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:.45rem;
	width:100%;
	max-width:100%;
	min-width:0;
	margin:0;
	font-size:.85rem;
	font-weight:600;
	color:var(--wcap-muted,#64748b);
}
.wcap-edit-main input,
.wcap-edit-main select,
.wcap-edit-main textarea{
	display:block;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}
.wcap-classic-editor{
	margin:0;
	width:100%;
	max-width:100%;
	min-width:0;
}
.wcap-classic-editor > label{display:block;margin:0 0 .45rem}
.wcap-classic-editor .wp-editor-wrap,
.wcap-classic-editor .mce-tinymce,
.wcap-classic-editor .wp-editor-container,
.wcap-classic-editor iframe,
.wcap-classic-editor textarea.wp-editor-area{
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	box-sizing:border-box;
}
.wcap-edit-side .wcap-edit-card{
	background:#fff;
	border:1px solid #e2e8f0;
	border-radius:12px;
	padding:1rem 1.1rem;
	margin-bottom:1rem;
	box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.wcap-edit-side .wcap-edit-card h3{margin:0 0 .85rem;font-size:1rem}
.wcap-edit-side label{
	display:flex;
	flex-direction:column;
	gap:.35rem;
	margin:0 0 .75rem;
	font-size:.88rem;
	font-weight:600;
	color:var(--wcap-muted,#64748b);
}
.wcap-edit-side input,
.wcap-edit-side select,
.wcap-edit-side textarea{width:100%;max-width:100%;box-sizing:border-box;margin:0}
.wcap-edit-form .wcap-form-actions{display:flex;flex-direction:column;gap:.55rem}
.wcap-edit-form .wcap-form-actions .wcap-btn{width:100%;text-align:center;box-sizing:border-box}
.wcap-edit-form .wcap-media-picker{margin:0}
