:root{--lapis: #45513f;--lapis-deep: #1f2a24;--lapis-light: #6f7f62;--gold: #b98f45;--gold-soft: #efe3c3;--ink: #171921;--muted: #646b7a;--line: #e4e0d6;--paper: #faf8f3;--surface: #ffffff;--wine: #7f1d3b}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{display:block}button,.button{border:0;border-radius:8px;background:var(--lapis);color:var(--surface);min-height:44px;padding:.78rem 1.05rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}button:hover,.button:hover{background:var(--lapis-deep);box-shadow:0 14px 28px #0816382e;transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.ghost{background:transparent;color:var(--lapis);border:1px solid rgba(14,47,115,.22)}.ghost:hover{color:var(--surface)}.ghost.light{color:var(--surface);border-color:#ffffff6b}.topbar{position:sticky;top:0;z-index:30;min-height:76px;display:grid;grid-template-columns:minmax(250px,1fr) max-content max-content;column-gap:clamp(.75rem,1.8vw,1.6rem);row-gap:.6rem;align-items:center;padding:0 clamp(1rem,3vw,3rem);background:#ffffffed;border-bottom:1px solid rgba(228,224,214,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;gap:.75rem;align-items:center;color:var(--lapis);min-width:0}.brand strong,.brand small{display:block}.brand strong{font-size:1.02rem;letter-spacing:0}.brand small{margin-top:.12rem;color:var(--muted);font-size:.73rem;font-weight:700;text-transform:uppercase}.rock-mark{position:relative;width:28px;height:24px;flex:0 0 auto;clip-path:polygon(16% 72%,8% 40%,34% 12%,72% 16%,92% 46%,76% 82%,36% 90%);background:linear-gradient(135deg,rgba(255,255,255,.3),transparent 36%),linear-gradient(160deg,#7d876c 0 34%,var(--lapis) 35% 66%,var(--lapis-deep) 67% 100%);box-shadow:0 10px 22px #1f2a243d}.rock-mark:before,.rock-mark:after{content:"";position:absolute;background:#ffffff6b;transform-origin:left center}.rock-mark:before{left:8px;top:8px;width:14px;height:2px;transform:rotate(24deg)}.rock-mark:after{left:15px;top:9px;width:2px;height:11px;transform:rotate(18deg)}nav,.session,.actions,.hero-actions{display:flex;gap:.85rem;align-items:center;flex-wrap:wrap}nav{justify-content:center;flex-wrap:nowrap}nav a{color:var(--muted);font-weight:800;padding:.45rem .2rem}nav a:hover{color:var(--lapis)}.user-name{max-width:clamp(120px,12vw,180px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.session{justify-content:flex-end;flex-wrap:nowrap}.account-menu{position:relative}.account-button{min-height:42px;max-width:clamp(140px,14vw,210px);padding:.62rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--lapis);box-shadow:0 8px 24px #1719210f}.account-button:hover{background:var(--paper);color:var(--lapis-deep);box-shadow:0 12px 28px #1719211a}.account-dropdown{position:absolute;top:calc(100% + .55rem);right:0;z-index:30;display:flex;min-width:190px;padding:.4rem;flex-direction:column;gap:.15rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 18px 44px #17192124}.account-dropdown a,.account-dropdown button{display:flex;width:100%;min-height:42px;justify-content:flex-start;border-radius:6px;background:var(--surface);color:var(--ink);box-shadow:none;padding:.72rem .85rem;font-size:.92rem;font-weight:800;line-height:1.1;text-align:left}.account-dropdown button{margin-top:.2rem;border-top:1px solid var(--line);border-top-left-radius:0;border-top-right-radius:0}.account-dropdown a:hover,.account-dropdown button:hover{background:var(--paper);color:var(--lapis);transform:none;box-shadow:none}.cart-button{gap:.6rem;min-height:42px;padding:.58rem .72rem .58rem 1rem;border:1px solid rgba(69,81,63,.28);border-radius:999px;background:var(--lapis);color:var(--surface);box-shadow:0 12px 28px #1f2a2429}.cart-button:hover{background:var(--lapis-deep);box-shadow:0 16px 34px #1f2a2438}.cart-button-label{line-height:1}.cart-count{min-width:1.45rem;min-height:1.45rem;display:grid;place-items:center;border-radius:999px;background:var(--gold);color:var(--lapis-deep);font-size:.82rem;line-height:1}.cart-button.cart-pulse{animation:cartPulse .68s ease}.cart-button.cart-pulse .cart-count{animation:cartCountPulse .68s ease}.logout-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1.25rem;background:#faf8f3c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:logoutFadeIn .18s ease both}.logout-panel{display:grid;gap:.85rem;justify-items:center;min-width:min(260px,88vw);padding:1.45rem 1.35rem;border:1px solid rgba(228,224,214,.92);border-radius:8px;background:var(--surface);color:var(--lapis-deep);box-shadow:0 22px 60px #17192129;animation:logoutPanelIn .24s ease both}.logout-panel strong{font-size:.98rem}.logout-spinner{width:42px;height:42px;border-radius:999px;border:4px solid var(--gold-soft);border-top-color:var(--lapis);animation:logoutSpin .78s linear infinite}.cart-expiry-alert{position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:70;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:center;width:min(560px,calc(100vw - 2rem));padding:1rem;border:1px solid rgba(185,143,69,.4);border-radius:8px;background:#fffffff5;color:var(--lapis-deep);box-shadow:0 22px 60px #1719212e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:logoutPanelIn .18s ease both}.cart-expiry-alert strong,.cart-expiry-alert p{margin:0}.cart-expiry-alert p{margin-top:.2rem;color:var(--muted);line-height:1.45;font-size:.9rem;font-weight:700}.cart-expiry-alert button{min-height:40px;padding:.62rem .85rem;white-space:nowrap}.cart-expiry-meter{width:58px;height:58px;display:grid;place-items:center;border:3px solid var(--gold);border-radius:50%;background:var(--gold-soft);color:var(--lapis-deep);font-size:.86rem;font-weight:900}.cart-expiry-track{height:6px;margin-top:.65rem;overflow:hidden;border-radius:999px;background:#646b7a33}.cart-expiry-track span{display:block;height:100%;border-radius:inherit;background:var(--gold);transition:width .26s linear}.drawer-backdrop{position:fixed;inset:0;z-index:19;min-height:0;width:100%;padding:0;border-radius:0;background:transparent;box-shadow:none}.drawer-backdrop:hover{background:transparent;box-shadow:none;transform:none}.cart-drawer{position:fixed;z-index:20;top:0;right:0;width:min(420px,100vw);height:100vh;overflow-y:auto;background:var(--surface);padding:1.25rem;box-shadow:-24px 0 60px #0816382e}.drawer-head,.drawer-total{display:flex;justify-content:space-between;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:1rem}.drawer-head h2{margin:0}.mini-cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.8rem;align-items:center;border-bottom:1px solid var(--line);padding:.85rem 0}.mini-cart-item img{width:72px;height:58px;border-radius:6px;object-fit:cover}.mini-cart-item strong,.mini-cart-item span{display:block}.mini-cart-item span{color:var(--muted);margin-top:.25rem}main{min-height:calc(100vh - 76px)}.hero{position:relative;min-height:68vh;display:grid;align-items:center;padding:7rem 5vw 6rem;color:var(--surface);overflow:hidden;background:linear-gradient(90deg,#1f2a24eb,#45513fb8 48%,#1719212e),url(https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=82) center/cover}.hero-content{max-width:820px}.hero h1,.page-hero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:.95;letter-spacing:0}.hero h1{font-size:clamp(3.8rem,9vw,8.5rem)}.hero p{max-width:660px;color:#f7f2e5;font-size:1.18rem;line-height:1.7}.eyebrow,.badge{color:var(--gold);font-weight:900;text-transform:uppercase;font-size:.76rem}.section,.page-hero{padding:3.6rem 5vw}.page-hero{color:var(--surface);background:linear-gradient(90deg,#1f2a24f0,#45513fd1),url(https://images.unsplash.com/photo-1615485290382-441e4d049cb5?auto=format&fit=crop&w=1800&q=82) center/cover}.page-hero h1{font-size:clamp(2.6rem,6vw,5.6rem)}.page-hero p{max-width:620px;color:#f7f2e5;font-size:1.08rem}.narrow{max-width:980px;margin:0 auto}.section-title{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.section-title h1,.section-title h2,.section-title p{margin:0}.section-title h1,.section-title h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:0}.section-title a{color:var(--lapis);font-weight:900}.section-title a.button{color:var(--surface);min-height:42px;padding:.62rem 1rem;font-size:.95rem}.section-title a.button:hover{color:var(--surface)}.grid{display:grid;gap:1.15rem}.cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.card,.row-card{background:var(--surface);border:1px solid rgba(228,224,214,.92);border-radius:8px;box-shadow:0 18px 44px #17192114}.listing-card{position:relative;overflow:hidden;padding:0;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.listing-card:hover{border-color:#c9a24a94;box-shadow:0 24px 56px #0e2f7326;transform:translateY(-3px)}.listing-card>div:last-child{padding:1rem}.listing-card h3{min-height:2.6em;margin:.45rem 0;font-size:1.12rem}.listing-card p{color:var(--muted);line-height:1.5}.product-image{background:linear-gradient(135deg,#0e2f731f,#c9a24a1f),var(--gold-soft)}.listing-card img,.compact img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.card-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.85rem}.card-footer strong,.price,.total{color:var(--lapis-deep)}.card-footer span{color:var(--lapis);font-size:.9rem;font-weight:900}.market-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.2rem}.market-toolbar h2,.market-toolbar p{margin:.2rem 0}.market-toolbar label{display:grid;gap:.35rem;color:var(--muted);font-weight:800}.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:1.25rem;align-items:start}.filter-panel{position:sticky;top:96px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1rem}.filter-panel h3{margin-top:0}.filters.vertical{grid-template-columns:1fr;margin-bottom:0}.price-range-filter{display:grid;gap:.65rem;padding:.85rem;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.price-range-labels,.price-range-bounds{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.price-range-labels span,.price-range-bounds{color:var(--muted);font-size:.82rem;font-weight:800}.price-range-labels strong{color:var(--lapis-deep);font-size:.9rem}.range-slider{--range-start: 0%;--range-end: 0%;position:relative;height:34px}.range-slider:before,.range-slider:after{content:"";position:absolute;left:0;right:0;top:15px;height:4px;border-radius:999px}.range-slider:before{background:#646b7a47}.range-slider:after{left:var(--range-start);right:var(--range-end);background:var(--gold)}.range-slider input{position:absolute;inset:0;width:100%;min-height:34px;margin:0;padding:0;border:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}.range-slider input:focus{outline:none}.range-slider input::-webkit-slider-runnable-track{height:4px;background:transparent}.range-slider input::-moz-range-track{height:4px;background:transparent}.range-slider input::-webkit-slider-thumb{width:20px;height:20px;margin-top:-8px;border:3px solid var(--surface);border-radius:50%;background:var(--gold);box-shadow:0 4px 12px #17192133;cursor:grab;pointer-events:auto;appearance:none;-webkit-appearance:none}.range-slider input::-moz-range-thumb{width:20px;height:20px;border:3px solid var(--surface);border-radius:50%;background:var(--gold);box-shadow:0 4px 12px #17192133;cursor:grab;pointer-events:auto}.range-slider input:active::-webkit-slider-thumb{cursor:grabbing}.range-slider input:active::-moz-range-thumb{cursor:grabbing}.chip-row{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1rem}.chip{min-height:38px;border-radius:999px;background:var(--surface);color:var(--lapis);border:1px solid var(--line);padding:.5rem .85rem}.chip.active{background:var(--gold-soft);color:var(--lapis-deep);border-color:#c9a24acc}.chip.readonly{cursor:default}.detail-tags{margin-top:1rem}.seller-line{margin:.35rem 0;color:var(--muted);font-size:.92rem}.wide-button{width:100%;margin-top:.85rem}.add-cart-button{position:relative;overflow:hidden;gap:.45rem}.add-cart-button.added{background:var(--lapis);color:var(--surface);border-color:var(--lapis)}.cart-check{display:inline-grid;width:1.05rem;height:1.05rem;place-items:center;border-radius:50%;background:var(--gold-soft);color:var(--lapis-deep);font-size:.72rem;line-height:1}.cart-fly-dot{position:absolute;left:50%;top:50%;width:.55rem;height:.55rem;border-radius:50%;background:var(--gold);pointer-events:none;animation:cartFly .72s cubic-bezier(.2,.8,.2,1) forwards}@keyframes cartFly{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}20%{opacity:1}to{opacity:0;transform:translate(3rem,-2rem) scale(.15)}}@keyframes cartPulse{0%,to{transform:translateY(0) scale(1)}45%{transform:translateY(-1px) scale(1.05)}}@keyframes cartCountPulse{0%,to{background:var(--gold-soft);transform:scale(1)}45%{background:var(--gold);transform:scale(1.18)}}@keyframes logoutFadeIn{0%{opacity:0}to{opacity:1}}@keyframes logoutPanelIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes logoutSpin{to{transform:rotate(360deg)}}.badge.sold{color:var(--wine)}.filters,.form,.upload{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1.4rem}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:.8rem;font:inherit}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--lapis) 50%),linear-gradient(135deg,var(--lapis) 50%,transparent 50%);background-position:calc(100% - 1.15rem) 50%,calc(100% - .85rem) 50%;background-size:.36rem .36rem,.36rem .36rem;background-repeat:no-repeat;padding-right:2.25rem}.field-label{display:grid;gap:.45rem;color:var(--muted);font-size:.86rem;font-weight:800}.field-label select{color:var(--ink);font-weight:700}input:focus,select:focus,textarea:focus{outline:2px solid rgba(31,92,184,.18);border-color:var(--lapis-light)}textarea{min-height:130px;grid-column:1 / -1}.detail{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:2rem;padding:3.6rem 5vw}.gallery-main{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;box-shadow:0 24px 60px #17192124}.thumbs{display:flex;gap:.75rem;margin-top:.85rem;overflow-x:auto;padding-bottom:.25rem}.thumb-button{flex:0 0 auto;min-height:auto;padding:0;border:2px solid transparent;background:transparent;border-radius:8px}.thumb-button:hover{transform:none}.thumb-button.selected{border-color:var(--gold)}.thumb-button img{width:104px;height:78px;border-radius:6px;object-fit:cover}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1.4rem;box-shadow:0 18px 44px #17192114}.product-panel{align-self:start;position:sticky;top:96px}.product-panel h1{margin:.5rem 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:0}.lead{color:var(--muted);line-height:1.7}dl,.profile{display:grid;gap:.75rem}dl div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.55rem}dt{color:var(--muted);font-weight:800}dd{margin:0;text-align:right;font-weight:700}.price,.total{display:block;font-size:1.75rem;margin:1rem 0}.error-text{color:var(--wine);font-size:.92rem;font-weight:700}.row-card,.table-row{display:grid;grid-template-columns:104px 1fr auto;gap:1rem;align-items:center;margin-bottom:.75rem;padding:.9rem}.row-card img{width:104px;height:78px;border-radius:6px;object-fit:cover}.row-card h3,.row-card p{margin:.2rem 0}.row-card p{color:var(--muted)}.empty-state{grid-column:1 / -1;background:var(--surface);border:1px dashed rgba(14,47,115,.26);border-radius:8px;padding:2rem;text-align:center}.empty-state h3{margin-top:0;color:var(--lapis)}.empty-state p{color:var(--muted)}.compact-empty{padding:1.25rem}.buyer-protection{display:grid;gap:.25rem;margin-top:1rem;padding:1rem;border-radius:8px;background:var(--gold-soft)}.buyer-protection span{color:var(--muted);line-height:1.5}.table{display:grid;gap:.75rem}.table-row{grid-template-columns:minmax(180px,1.4fr) repeat(6,minmax(96px,auto));background:var(--surface);border:1px solid var(--line);border-radius:8px}.metrics{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:1.25rem}.metric strong{display:block;color:var(--lapis);font-size:2rem}.command{min-height:96px;display:grid;place-items:center;color:var(--lapis);font-weight:900}.check{display:flex;gap:.5rem;align-items:center}.check input{width:auto}@media(max-width:940px){.topbar,.detail,.shop-layout{grid-template-columns:1fr}.topbar{padding:1rem}nav{justify-content:flex-start}.session{justify-content:space-between}.hero{min-height:74vh;padding:5.5rem 1rem 8.5rem}.section,.page-hero,.detail{padding-left:1rem;padding-right:1rem}.section-title{align-items:start;flex-direction:column}.product-panel,.filter-panel{position:static}.market-toolbar{align-items:stretch;flex-direction:column}.cart-expiry-alert{left:1rem;right:1rem;bottom:1rem;grid-template-columns:auto minmax(0,1fr)}.cart-expiry-alert button{grid-column:1 / -1;width:100%}.table-row,.row-card{grid-template-columns:1fr}.row-card img{width:100%;height:auto;aspect-ratio:4 / 3}}@media(max-width:1180px)and (min-width:941px){.topbar{grid-template-columns:auto minmax(220px,1fr) auto}.topbar nav{grid-column:1 / -1;justify-content:flex-start}.session{justify-content:flex-end}}
