:root{--bg:#f6f5f2;--surface:#ffffff;--ink:#1c1a17;--muted:#6f6a62;--line:#e4e1da;--accent:#1d5c4d;--accent-ink:#ffffff;--price:#1c1a17;--badge-bg:#eef2f0;--radius:10px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.topbar{position:relative;justify-content:space-between;gap:1.5rem;padding:.45rem 1.5rem;border-bottom:1px solid var(--line);font-size:.83rem}.topbar,.topbar-side{display:flex;align-items:center}.topbar-side{gap:1.4rem}.topbar a{white-space:nowrap}.topbar a:hover{text-decoration:underline}.greeting strong{font-weight:700}.account-menu{position:relative;padding:.45rem 0;margin:-.45rem 0}.account-dropdown{position:absolute;top:100%;left:-.75rem;min-width:280px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.16);padding:1rem 1.1rem;z-index:70}.account-head{display:flex;align-items:center;gap:.8rem;padding-bottom:.9rem;border-bottom:1px solid var(--line)}.account-avatar{width:46px;height:46px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:800;font-size:1.2rem;flex:0 0 auto}.account-id{display:flex;flex-direction:column;gap:.15rem;min-width:0}.account-id>strong{font-size:1.02rem;font-weight:800}.account-handle{font-size:.9rem;color:var(--accent)}.account-handle:hover{text-decoration:underline}.account-score{color:var(--ink);font-weight:700}.account-star{color:#2e9e6b}.account-email{font-size:.85rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis}.account-links{display:flex;flex-direction:column;padding-top:.5rem}.account-links a,.account-links button{text-align:left;background:none;border:none;font:inherit;color:var(--ink);cursor:pointer;padding:.55rem .4rem;border-radius:7px}.account-links a:hover,.account-links button:hover{background:var(--badge-bg);color:var(--accent)}.account-links form{margin:0}.account-links button{width:100%}.icon-link{position:relative;display:inline-flex;align-items:center}.icon-link svg{width:21px;height:21px}.icon-link:hover{color:var(--accent)}.icon-badge{position:absolute;top:-7px;right:-9px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#cc2129;color:#fff;font-size:.68rem;font-weight:700;line-height:17px;text-align:center}.header-main{display:flex;align-items:center;gap:1.5rem;padding:.95rem 1.5rem 1.1rem}.site-logo{font-weight:800;font-size:1.8rem;letter-spacing:-.04em;line-height:1;color:var(--accent);white-space:nowrap}.site-logo .logo-rest{color:var(--ink);font-weight:700}.shop-by{position:relative;flex:0 0 auto}.shop-by-trigger{background:none;border:none;cursor:pointer;font:inherit;font-size:.82rem;line-height:1.2;color:var(--muted);text-align:left;padding:.25rem 0}.shop-by-trigger:hover{color:var(--ink)}.shop-by-menu{position:absolute;top:calc(100% + .35rem);left:-.5rem;min-width:230px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 34px rgba(0,0,0,.14);padding:.5rem;z-index:60}.shop-by-menu a{padding:.4rem .8rem;border-radius:7px;font-size:.9rem;white-space:nowrap}.shop-by-menu a:hover{background:var(--badge-bg)}.search-form{flex:1 1;display:flex;align-items:stretch;gap:.7rem;max-width:1100px}.search-pill{flex:1 1;min-width:0;display:flex;align-items:center;gap:.55rem;border:2px solid var(--ink);border-radius:999px;background:var(--surface);padding:0 .4rem 0 1.1rem}.search-pill:focus-within{border-color:var(--accent)}.search-icon{flex:0 0 auto;width:18px;height:18px;color:var(--muted)}.search-pill input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;font-size:.98rem;padding:.62rem 0}.search-pill input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search-clear{flex:0 0 auto;border:none;background:none;cursor:pointer;color:var(--muted);font-size:.8rem;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;margin-right:.15rem}.search-clear:hover{background:var(--badge-bg);color:var(--ink)}.search-cat{flex:0 0 auto;max-width:180px;border:none;border-left:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:.9rem;padding:.35rem .7rem .35rem 1rem;outline:none;cursor:pointer}.search-form button{flex:0 0 auto;border:none;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:.98rem;font-weight:700;padding:0 2.4rem;cursor:pointer}.search-form button:hover{filter:brightness(1.08)}@media (max-width:960px){.topbar-quick{display:none}.header-main{flex-wrap:wrap;gap:.8rem 1rem}.search-form{order:3;flex-basis:100%;max-width:none}.search-cat{display:none}}.page{max-width:1560px;margin:0 auto;padding:1.25rem 1.5rem 4rem}.home-dash{margin-bottom:1.75rem}.home-dash-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.1rem;gap:1.1rem;align-items:stretch}@media (max-width:1200px){.home-dash-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.home-dash-grid{grid-template-columns:1fr}}.dash-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1.25rem 1.35rem;display:flex;flex-direction:column}.dash-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.dash-card-head h2{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;margin:0}.dash-see-all{font-size:.85rem;font-weight:600;color:var(--ink);text-decoration:underline;white-space:nowrap}.dash-see-all:hover{color:var(--accent)}.dash-empty{color:var(--muted);font-size:.9rem;margin:.2rem 0 0}.dash-tiles{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.dash-tile,.dash-tile-link{position:relative}.dash-tile-link{display:block}.dash-tile img,.dash-tile-placeholder{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#eceae5;display:block}.dash-tile-price{position:absolute;left:6px;bottom:6px;background:rgba(28,26,23,.82);color:#fff;font-size:.78rem;font-weight:700;padding:.1rem .4rem;border-radius:6px}.dash-tile:hover img{filter:brightness(.96)}.save-heart-form{position:absolute;top:8px;right:8px;margin:0;z-index:2}.save-heart{width:34px;height:34px;border-radius:50%;border:none;background:rgba(255,255,255,.95);box-shadow:0 1px 3px rgba(0,0,0,.18);display:grid;place-items:center;cursor:pointer;padding:0;transition:transform .12s ease}.save-heart svg{width:18px;height:18px;fill:none;stroke:#43413d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.save-heart:hover{transform:scale(1.08)}.save-heart.on svg,.save-heart:hover svg{stroke:var(--accent)}.save-heart.on svg{fill:var(--accent)}.dash-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dash-feed li+li{border-top:1px solid var(--line)}.dash-feed a{position:relative;display:flex;align-items:center;gap:.85rem;padding:.7rem;margin:0 -.7rem;border-radius:12px;transition:background-color .2s ease,transform .2s ease}.dash-feed a:after{content:"›";flex:0 0 auto;margin-left:.4rem;font-size:1.35rem;line-height:1;font-weight:700;color:var(--accent);opacity:0;transform:translateX(-6px);transition:opacity .2s ease,transform .2s ease}.dash-feed a:focus-visible,.dash-feed a:hover{background:var(--badge-bg);transform:translateX(3px)}.dash-feed a:focus-visible:after,.dash-feed a:hover:after{opacity:1;transform:translateX(0)}.dash-feed a:focus-visible .dash-feed-text strong,.dash-feed a:hover .dash-feed-text strong{color:var(--accent)}.dash-feed-badge{flex:0 0 auto;min-width:34px;height:34px;padding:0 6px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:.9rem;font-weight:800;display:grid;place-items:center;transition:transform .2s ease,box-shadow .2s ease}.dash-feed a:focus-visible .dash-feed-badge,.dash-feed a:hover .dash-feed-badge{transform:scale(1.09);box-shadow:0 5px 14px rgba(18,59,51,.28)}.dash-feed-badge.alert{background:#cc2129}.dash-feed a:focus-visible .dash-feed-badge.alert,.dash-feed a:hover .dash-feed-badge.alert{box-shadow:0 5px 14px rgba(204,33,41,.32)}.dash-feed-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;line-height:1.25}.dash-feed-text strong{font-size:.95rem;transition:color .2s ease}.dash-feed-text span{color:var(--muted);font-size:.85rem}@media (prefers-reduced-motion:reduce){.dash-feed a,.dash-feed a:after,.dash-feed-badge,.dash-feed-text strong{transition:none}.dash-feed a:focus-visible,.dash-feed a:hover{transform:none}.dash-feed a:focus-visible .dash-feed-badge,.dash-feed a:hover .dash-feed-badge{transform:none}}.dash-promo{background:#123b33;border-color:#123b33;color:#fff;justify-content:space-between;gap:1.4rem}.dash-promo-body{display:flex;flex-direction:column;gap:.85rem}.dash-promo-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7fd7bf}.dash-promo h2{font-size:1.5rem;font-weight:800;letter-spacing:-.015em;line-height:1.15;margin:0}.dash-promo h2 span{color:#7fd7bf}.dash-promo p{margin:0;font-size:.9rem;color:rgba(255,255,255,.82)}.dash-promo-list{list-style:none;margin:.1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}.dash-promo-list li{position:relative;padding-left:1.6rem;font-size:.9rem;color:rgba(255,255,255,.92);line-height:1.35}.dash-promo-list li:before{content:"";position:absolute;left:0;top:.05em;width:1.05rem;height:1.05rem;border-radius:50%;background:rgba(127,215,191,.18);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237fd7bf' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:.68rem .68rem}.dash-promo-btn{align-self:flex-start;background:#fff;color:#123b33;font-weight:700;font-size:.9rem;padding:.55rem 1.3rem;border-radius:999px}.dash-promo:hover .dash-promo-btn{filter:brightness(.94)}.browse{display:grid;grid-template-columns:230px 1fr;grid-gap:1.75rem;gap:1.75rem}@media (max-width:800px){.browse{grid-template-columns:1fr}}.facets h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:1.2rem 0 .4rem}.facet-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:0;margin:0;background:none;border:0;cursor:pointer;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.facet-chevron{font-size:1.05rem;line-height:1;color:var(--muted)}.facet-toggle:hover,.facet-toggle:hover .facet-chevron{color:var(--accent)}.facets ul{list-style:none;margin:0;padding:0}.facets li a{display:flex;justify-content:space-between;padding:.22rem .4rem;border-radius:6px;font-size:.9rem}.facets li a:hover{background:var(--badge-bg)}.facets li a.active{background:var(--accent);color:var(--accent-ink)}.facets .count{color:var(--muted);font-size:.8rem}.facets li a.active .count{color:var(--accent-ink);opacity:.8}.facet-more>summary{list-style:none;cursor:pointer;padding:.22rem .4rem;margin-top:.1rem;font-size:.85rem;font-weight:600;color:var(--accent);border-radius:6px;width:-moz-fit-content;width:fit-content}.facet-more>summary::-webkit-details-marker{display:none}.facet-more>summary:hover{background:var(--badge-bg)}.facet-more:not([open])>summary .facet-more-hide,.facet-more[open]>summary .facet-more-show{display:none}.facets li a.check{justify-content:flex-start;gap:.5rem;align-items:center}.facets li a.check .count{margin-left:auto}.facet-box{width:15px;height:15px;flex:0 0 auto;border:1.5px solid var(--muted);border-radius:3px;background:var(--surface);position:relative}.facet-box.checked{background:var(--accent);border-color:var(--accent)}.facet-box.checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid var(--accent-ink);border-width:0 2px 2px 0;transform:rotate(45deg)}.facets li a.check.active{background:transparent;color:inherit;font-weight:600}.facets li a.check.active:hover{background:var(--badge-bg)}.facets li a.check.active .count{color:var(--muted)}.clear-filters{display:inline-block;margin-top:1rem;font-size:.85rem;color:var(--accent);font-weight:600}.result-bar{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.9rem;gap:1rem;flex-wrap:wrap}.result-bar .total{color:var(--muted);font-size:.9rem}.result-bar .total strong{color:var(--ink)}.toolbar-right{gap:1rem;flex-wrap:wrap}.sort-links,.toolbar-right{display:flex;align-items:center}.sort-links{gap:.75rem;font-size:.85rem}.sort-label,.sort-links a{color:var(--muted)}.sort-links a.active{color:var(--accent);font-weight:700}.view-toggle{display:inline-flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.view-toggle a{display:grid;place-items:center;width:36px;height:32px;background:var(--surface)}.view-toggle a+a{border-left:1px solid var(--line)}.view-toggle svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.view-toggle a.active{background:var(--accent)}.view-toggle a.active svg{stroke:var(--accent-ink);fill:none}.view-toggle a:not(.active):hover svg{stroke:var(--ink)}.popular-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.75rem 0;margin-bottom:.5rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.popular-label{font-size:.85rem;font-weight:700;margin-right:.35rem}.popular-filters .chip{padding:.35rem .9rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.85rem;white-space:nowrap}.popular-filters .chip:hover{border-color:var(--ink)}.popular-filters .chip.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.row-list{display:flex;flex-direction:column}.row-card{position:relative;display:grid;grid-template-columns:150px 1fr;grid-gap:1.1rem;gap:1.1rem;padding:1rem 0;border-top:1px solid var(--line)}.row-card:last-child{border-bottom:1px solid var(--line)}.row-media{display:block}.row-media img,.row-noimg{width:150px;height:150px;object-fit:cover;border-radius:8px;background:#eceae5;display:block}.row-body{min-width:0;padding-right:2.5rem}.row-title{font-size:1.02rem;font-weight:600;line-height:1.3;display:inline-block}.row-title:hover{color:var(--accent);text-decoration:underline}.row-badges{margin:.4rem 0;display:flex;gap:.4rem;flex-wrap:wrap}.row-meta{margin:.25rem 0;font-size:.85rem;color:var(--muted)}.row-price{margin:.5rem 0 0;font-size:1.25rem;font-weight:800}.row-ship{margin:.1rem 0 0;font-size:.85rem;color:var(--muted)}.row-watchers{margin:.35rem 0 0;font-size:.82rem;font-weight:600;color:#a03d2e}.row-watchers.watching{color:var(--accent)}@media (max-width:560px){.row-card{grid-template-columns:96px 1fr;gap:.8rem}.row-media img,.row-noimg{width:96px;height:96px}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s}.card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.card-link{display:flex;flex-direction:column;flex:1 1}.card img,.card-noimg{width:100%;aspect-ratio:5/7;object-fit:cover;background:#eceae5;display:block}.card .ship{font-size:.78rem;color:var(--muted)}.card .body{padding:.65rem .75rem .8rem;display:flex;flex-direction:column;gap:.3rem;flex:1 1}.card .title{font-size:.88rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.card .meta{font-size:.78rem;color:var(--muted)}.card .price{font-size:1.02rem;font-weight:800;margin-top:auto}.badge{display:inline-block;background:var(--badge-bg);color:var(--accent);border-radius:5px;padding:.08rem .45rem;font-size:.72rem;font-weight:700}.badge-agg{background:#f4ecdf;color:#8a6a1f}.kind-tabs{display:flex;gap:.35rem;margin-bottom:.9rem}.kind-tabs a{padding:.35rem .9rem;border:1px solid var(--line);border-radius:99px;font-size:.88rem;font-weight:600;color:var(--muted);background:var(--surface)}.kind-tabs a.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.embla-wrap{display:flex;align-items:center;gap:.5rem}.embla{overflow:hidden;flex:1 1}.embla-container{display:flex;gap:1rem}.embla-slide{flex:0 0 200px;min-width:0}.embla-arrow{flex:0 0 auto;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:1.3rem;line-height:1;cursor:pointer;display:grid;place-items:center}.embla-arrow:hover{background:var(--badge-bg);color:var(--accent)}.embla-slide-link{display:flex;flex-direction:column;flex:1 1}.embla-slide-action{padding:0 .75rem .75rem}.embla-slide-action .primary-btn{width:100%;margin:0;padding:.45rem .8rem;font-size:.88rem}.itm-line{margin:.35rem 0;font-size:.95rem}.detail.itm-layout{grid-template-columns:minmax(0,1.92fr) minmax(360px,1fr)}.itm-layout>div{min-width:0}@media (max-width:800px){.detail.itm-layout{grid-template-columns:1fr}}.itm-buy h1{font-size:1.45rem;line-height:1.25;margin:0 0 .9rem}.itm-seller-row{display:flex;align-items:center;gap:.7rem;font-size:.92rem}.itm-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:800;font-size:1.15rem;flex:0 0 auto}.itm-seller-name{font-weight:700}.itm-seller-link{color:var(--accent);font-size:.85rem;text-decoration:underline}.itm-divider{border:none;border-top:1px solid var(--line);margin:1rem 0}.itm-price{font-size:1.9rem;font-weight:800;margin:.4rem 0 .8rem;letter-spacing:-.01em}.itm-actions{display:flex;flex-direction:column;gap:.6rem;margin:1rem 0 1.25rem}.itm-actions form{width:100%}.itm-qty-row{display:flex;align-items:center;gap:.75rem;margin:.1rem 0 .5rem;font-size:.95rem}.itm-qty-label{font-weight:400}.itm-qty-input{width:72px;padding:.55rem .6rem;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:inherit;font-size:1rem;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.itm-qty-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--badge-bg)}.itm-qty-avail{font-size:.92rem}.btn-pill{width:100%;padding:.75rem 1.2rem;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;border:1.5px solid var(--accent);background:var(--surface);color:var(--accent)}.btn-pill.filled{background:var(--accent);color:var(--accent-ink)}.btn-pill:hover{filter:brightness(1.05);background:var(--badge-bg)}.btn-pill.filled:hover{background:var(--accent);filter:brightness(1.1)}.itm-section-title{font-size:1.02rem;margin:1.4rem 0 .6rem}.itm-facts>div{display:grid;grid-template-columns:110px 1fr;grid-gap:.6rem;gap:.6rem;padding:.4rem 0;border-top:1px solid var(--line);font-size:.92rem}.added-banner{background:#e8f3ee;border:1px solid #bcd8cc;color:#1d5c4d;border-radius:8px;padding:.7rem 1rem;font-size:.9rem}.added-banner a{font-weight:700;text-decoration:underline}.nav-watch{padding:.45rem 0;margin:-.45rem 0}.nav-watch-caret{font-size:.8em;display:inline-block;transform:translateY(-.1em)}.mega-menu{position:absolute;top:100%;right:1.25rem;width:max-content;min-width:340px;max-width:min(94vw,1360px);background:var(--surface);border:1px solid var(--line);border-top:none;border-radius:0 0 16px 16px;box-shadow:0 18px 40px rgba(0,0,0,.16);padding:1.7rem 2.1rem 2rem;z-index:60}.mega-title{display:inline-flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.1rem}.mega-title:hover{text-decoration:underline}.mega-empty{color:var(--muted);margin:0}.mega-cards{display:grid;grid-auto-flow:column;grid-auto-columns:300px;grid-gap:1.75rem;gap:1.75rem;overflow-x:auto;padding-bottom:.25rem;justify-content:start}.mega-card{display:flex;flex-direction:column;gap:.3rem;min-width:0}.mega-card img,.mega-card-placeholder{width:100%;height:330px;object-fit:contain;background:var(--surface);border:1px solid var(--line);border-radius:8px;margin-bottom:.5rem}.mega-card-title{font-size:1.05rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mega-card:hover .mega-card-title{text-decoration:underline}.mega-card-price{font-weight:800;font-size:1.5rem}.mega-card-ship{color:var(--muted);font-size:.92rem}.watch-banner{display:flex;align-items:center;gap:.9rem;background:#f1efeb;border-radius:12px;padding:.85rem 1.1rem;margin:1rem 0 1.25rem;font-size:.93rem}.watch-banner p{margin:0}.watch-bolt{width:42px;height:42px;border-radius:50%;background:var(--surface);color:var(--ink);display:grid;place-items:center;flex:0 0 auto}.page-title{font-size:1.5rem;letter-spacing:-.01em;margin:.5rem 0 1.25rem}.wl-head{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.wl-head .page-title{margin:.5rem 0}.wl-search{display:flex;flex:0 1 480px}.wl-search input{flex:1 1;padding:.55rem .9rem;border:1.5px solid var(--line);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-size:.95rem;outline:none}.wl-search button{padding:.55rem 1.3rem;border:none;border-radius:0 var(--radius) var(--radius) 0;background:var(--accent);color:var(--accent-ink);font-weight:700;cursor:pointer}.wl-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:.75rem 0}.wl-bulk-btn{width:auto;padding:.45rem 1.1rem;font-size:.9rem}.wl-selects{display:flex;align-items:center;gap:.7rem;font-size:.92rem}.wl-selects a{color:var(--muted)}.wl-selects a.active{color:var(--ink);font-weight:700;text-decoration:underline}.wl-sep{color:var(--line)}.wl-chips{display:flex;gap:.6rem;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:.8rem 0;margin-bottom:1.1rem}.wl-chip{padding:.45rem 1.1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.92rem;white-space:nowrap}.wl-chip.active{border:2px solid var(--ink);font-weight:700}.wl-check{width:18px;height:18px;accent-color:var(--accent)}.watch-list{display:flex;flex-direction:column;gap:.9rem}.watch-row{display:grid;grid-template-columns:auto 140px 1fr auto;grid-gap:1.2rem;gap:1.2rem;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.2rem}.watch-row-media img,.watch-row-placeholder{width:140px;height:170px;object-fit:contain;border-radius:8px;background:#f6f5f2;display:block}.watch-row-title{font-weight:700;line-height:1.3}.watch-row-title:hover{text-decoration:underline}.watch-row-body .muted{font-size:.85rem;margin:.25rem 0}.watch-row-price{font-size:1.2rem;font-weight:800;margin:.3rem 0 0}.watch-row-ship{font-size:.88rem;margin:.1rem 0 0}.watch-row-meta{font-size:.88rem;margin:.35rem 0 0}.watch-row-seller{text-decoration:underline}.watch-row-seller,.watch-row-watching{color:var(--muted)}.watch-row-actions{display:flex;flex-direction:column;gap:.5rem;min-width:170px}.btn-pill.subtle{border-color:var(--line);color:var(--muted)}.badge.sold-out{background:#f7e8e5;color:#a03d2e;margin-left:.5rem}@media (max-width:700px){.watch-row{grid-template-columns:auto 72px 1fr}.watch-row-actions{grid-column:1/-1;flex-direction:row}}.gallery{display:flex;gap:.6rem;align-items:flex-start}.gallery-thumbs{display:flex;flex-direction:column;gap:.45rem;flex:0 0 88px}.gallery-thumb{padding:5px 20px;border:2px solid var(--line);border-radius:8px;background:var(--surface);cursor:pointer;overflow:hidden;line-height:0}.gallery-thumb img{width:100%;aspect-ratio:5/7;object-fit:cover}.gallery-thumb.active{border-color:var(--accent)}.gallery-hover{flex:1 1;padding:20px;margin:-20px;cursor:crosshair;text-align:center}.gallery-stage{position:relative;flex:1 1;background:#efedea;border-radius:12px;padding:0 1rem;display:flex;align-items:center;justify-content:center}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.12);z-index:6}.gallery-arrow:hover{color:var(--accent)}.gallery-arrow-left{left:.5rem}.gallery-arrow-right{right:.5rem}.gallery-main{position:relative;display:inline-block;max-width:100%}.gallery-main>img{max-height:min(70vh,833px);max-width:100%;width:auto;height:auto;border-radius:10px;display:block}.gallery-lens{position:absolute;pointer-events:none;border:2px solid var(--accent);border-radius:8px;background-repeat:no-repeat;background-color:var(--surface);box-shadow:0 6px 22px rgba(0,0,0,.25);z-index:5}.listing-desc{font-size:.95rem;margin-top:1.25rem;border-top:1px solid var(--line);padding-top:.9rem}.listing-desc h4,.listing-desc h5{margin:.8rem 0 .3rem;font-size:1rem}.listing-desc p{margin:.4rem 0}.listing-desc ol,.listing-desc ul{margin:.3rem 0;padding-left:1.2rem}.listing-desc li{margin:.15rem 0}.pagination{display:flex;gap:.4rem;justify-content:center;margin-top:1.75rem}.pagination a,.pagination span{padding:.35rem .75rem;border:1px solid var(--line);border-radius:7px;font-size:.9rem;background:var(--surface)}.pagination .current{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.detail{display:grid;grid-template-columns:minmax(280px,420px) 1fr;grid-gap:2rem;gap:2rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}@media (max-width:800px){.detail{grid-template-columns:1fr}}.detail img.hero{width:100%;border-radius:var(--radius);border:1px solid var(--line)}.detail h1{font-size:1.35rem;margin:0 0 .5rem;letter-spacing:-.01em}.detail .price{font-size:1.7rem;font-weight:800;margin:.75rem 0}.attr-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:1rem}.attr-table td{padding:.35rem 0;border-bottom:1px solid var(--line)}.attr-table td:first-child{color:var(--muted);width:40%}.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:.9rem}.breadcrumbs a:hover{color:var(--accent)}.same-card{margin-top:2rem}.item-specifics h2{font-size:1.15rem;margin-bottom:.9rem}.specifics-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.1rem 2.5rem;gap:.1rem 2.5rem;margin:0}.specifics-row{display:grid;grid-template-columns:minmax(120px,34%) 1fr;grid-gap:1rem;gap:1rem;padding:.55rem 0;border-top:1px solid var(--line);font-size:.92rem}.specifics-row dt{color:var(--muted)}.specifics-row dd{margin:0;font-weight:600}@media (max-width:640px){.specifics-grid{grid-template-columns:1fr}}.about-item{margin-top:2rem}.about-item h2{font-size:1.15rem;margin-bottom:.9rem}.about-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem 1.75rem;font-size:.95rem;line-height:1.55}.about-card>:first-child{margin-top:0}.about-card>:last-child{margin-bottom:0}.about-card p{margin:.5rem 0;max-width:72ch}.about-card h4,.about-card h5{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:1.3rem 0 .5rem}.about-card ol,.about-card ul{margin:.4rem 0;padding-left:1.25rem}.about-card li{margin:.25rem 0}.same-card h2{font-size:1.05rem}.same-card-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:.6rem .9rem;margin-bottom:.5rem;font-size:.92rem}.notice{background:var(--badge-bg);border-radius:8px;padding:.75rem 1rem;font-size:.88rem;margin-top:1rem}.empty,.notice{color:var(--muted)}.empty{text-align:center;padding:4rem 0}.seller-head{justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.feedback-summary,.seller-head{display:flex;align-items:center}.feedback-summary{gap:1rem;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:.75rem 1.1rem}.fb-score{display:flex;align-items:center;gap:.2rem;line-height:1}.fb-score-num{font-size:1.6rem;font-weight:800}.fb-star{color:#2e9e6b;font-size:1.5rem}.fb-stats{font-size:.9rem}.fb-pct{margin:0;font-weight:700}.fb-counts{margin:.15rem 0 0;color:var(--muted);font-size:.85rem}.fb-counts .pos{color:#1d7a4d}.fb-counts .neg{color:#a03d2e}.feedback-summary-link{display:block}.feedback-summary-link .feedback-summary{transition:box-shadow .15s,border-color .15s}.feedback-summary-link:hover .feedback-summary{border-color:var(--accent);box-shadow:0 4px 16px rgba(0,0,0,.08)}.seller-tabs{display:flex;gap:.4rem;border-bottom:1px solid var(--line);margin:.5rem 0 1.5rem}.seller-tabs a{position:relative;padding:.6rem .4rem;margin-right:1.2rem;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:.45rem}.seller-tabs a.active,.seller-tabs a:hover{color:var(--ink)}.seller-tabs a.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--accent)}.seller-tab-count{font-size:.75rem;font-weight:700;background:var(--badge-bg);color:var(--muted);border-radius:999px;padding:.05rem .5rem}.feedback-profile{max-width:1080px;margin:0 auto}.fp-panels{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch;margin-top:2rem}.fp-panels.single{grid-template-columns:1fr}.fp-panels>section{display:flex;flex-direction:column}.fp-panels .dsr-card,.fp-panels .fp-table{flex:1 1}@media (max-width:860px){.fp-panels{grid-template-columns:1fr}}.fp-hero{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:1.2rem 2rem;gap:1.2rem 2rem;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.4rem 1.75rem;margin-top:.25rem}.fp-hero-id{display:flex;align-items:center;gap:1.1rem;min-width:0}.fp-avatar{width:66px;height:66px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:800;font-size:1.8rem;flex:0 0 auto}.fp-handle{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:1.4rem;line-height:1.1}.fp-handle>strong{font-weight:800;letter-spacing:-.01em}.fp-badge{font-size:.75rem;font-weight:700;color:#1d7a4d;background:rgba(46,158,107,.14);border-radius:999px;padding:.2rem .7rem;white-space:nowrap}.fp-since{margin:.35rem 0 0;font-size:.9rem;color:var(--muted)}.fp-store-link{display:inline-block;margin-top:.5rem;font-size:.9rem;font-weight:600;color:var(--accent)}.fp-store-link:hover{text-decoration:underline}.fp-stats{display:flex;align-items:center;gap:1.75rem}.fp-stat{text-align:center;min-width:70px}.fp-stat+.fp-stat{border-left:1px solid var(--line);padding-left:1.75rem}.fp-stat-num{display:block;font-size:1.7rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.fp-stat-label{display:block;margin-top:.15rem;font-size:.78rem;color:var(--muted);white-space:nowrap}.fp-propbar{grid-column:1/-1;display:flex;height:8px;border-radius:999px;overflow:hidden;background:var(--line)}.fp-propbar .seg{height:100%}.fp-propbar .seg.pos{background:#2e9e6b}.fp-propbar .seg.neu{background:#c9c4ba}.fp-propbar .seg.neg{background:#cc4b37}@media (max-width:700px){.fp-hero{grid-template-columns:1fr}.fp-stats{justify-content:flex-start}}.fp-ratings{margin-top:0}.fp-list-section h2,.fp-ratings h2{font-size:1.15rem;margin:0 0 1rem}.fp-table{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}.fp-thead,.fp-trow{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:center}.fp-thead{background:var(--bg);border-bottom:1px solid var(--line);font-size:.82rem;font-weight:700;color:var(--muted)}.fp-thead span{padding:.7rem 1rem;text-align:right}.fp-thead span:first-child{text-align:left}.fp-trow+.fp-trow{border-top:1px solid var(--line)}.fp-rating-label{display:flex;align-items:center;gap:.55rem;padding:.85rem 1rem;font-weight:600}.fp-dot{width:12px;height:12px;border-radius:50%;flex:0 0 auto}.fp-rating-label.positive .fp-dot{background:#2e9e6b}.fp-rating-label.neutral .fp-dot{background:#b7b2a8}.fp-rating-label.negative .fp-dot{background:#cc4b37}.fp-num{padding:.85rem 1rem;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.fp-list-section{margin-top:2.25rem}.fp-list-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.fp-viewing{font-weight:400;font-size:.9rem}.fp-filters{display:flex;gap:.5rem;flex-wrap:wrap}.fp-filters .chip{padding:.35rem .9rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.85rem;white-space:nowrap}.fp-filters .chip:hover{border-color:var(--ink)}.fp-filters .chip.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}@media (max-width:620px){.fp-card{grid-template-columns:auto 1fr}.fp-store-link{grid-column:1/-1;justify-self:start}}.review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.review-item{display:flex;gap:.8rem;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.8rem 1rem}.review-dot{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:1rem;background:var(--badge-bg)}.review-dot.pos{background:#e5f3ec}.review-dot.neu{background:#f1efe9}.review-dot.neg{background:#f8e9e6}.review-body{min-width:0}.review-comment{margin:0;font-size:.95rem}.review-meta{margin:.25rem 0 0;font-size:.82rem;color:var(--muted)}.fp-dsr{margin-top:0}.fp-dsr h2{font-size:1.15rem;margin:0 0 1rem}.dsr-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:1rem 1.3rem 1.1rem}.dsr-sub{margin:0 0 .4rem;font-size:.85rem;color:var(--muted)}.dsr-list{list-style:none;margin:0;padding:0}.dsr-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.62rem 0}.dsr-row+.dsr-row{border-top:1px solid var(--line)}.dsr-label{font-size:.95rem}.dsr-value{display:flex;align-items:center;gap:.5rem}.dsr-avg{font-weight:800;font-size:.95rem}.dsr-count{color:var(--muted);font-size:.85rem}.stars{position:relative;display:inline-block;font-size:1.15rem;line-height:1;letter-spacing:.08em}.stars-bg{color:#d8d4cc}.stars-fg{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#f5a623}.star-input{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:.2rem 0}.star-input-label{flex:0 0 175px;font-size:.9rem;color:var(--muted)}.star-input-stars{display:inline-flex}.star-btn{background:none;border:none;padding:0 .05rem;font-size:1.35rem;line-height:1;cursor:pointer;color:#d8d4cc}.star-btn.on{color:#f5a623}.feedback-dsr{border-top:1px solid var(--line);padding-top:.7rem}.feedback-dsr-title{margin:0 0 .4rem;font-weight:700;font-size:.92rem}.fb-table-list{display:flex;flex-direction:column}.fb-row,.fb-thead{display:grid;grid-template-columns:1fr 260px 150px;grid-gap:1.5rem;gap:1.5rem}.fb-thead{border-bottom:1px solid var(--ink);padding-bottom:.6rem}.fb-thead span{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.fb-row{padding:1rem 0;border-bottom:1px solid var(--line)}.fb-icon{width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:800;font-size:.95rem;line-height:1}.fb-icon.positive{background:#2e9e6b}.fb-icon.positive:before{content:"+"}.fb-icon.negative{background:#cc4b37}.fb-icon.negative:before{content:"–"}.fb-icon.neutral{background:#b7b2a8}.fb-icon.neutral:before{content:"•"}.fb-cell-feedback{display:flex;gap:.7rem;min-width:0}.fb-comment{margin:0;font-weight:700;line-height:1.35}.fb-item{margin:.3rem 0 0;font-size:.9rem}.fb-item,.fb-item-ref{color:var(--muted)}.fb-reply{margin:.5rem 0 0;padding:.5rem .75rem;border-left:3px solid var(--line);background:var(--bg);border-radius:0 6px 6px 0;font-size:.9rem}.fb-cell-from p{margin:0 0 .15rem;font-size:.9rem}.fb-buyer{color:var(--muted)}.fb-buyer-name{color:var(--accent);font-weight:600}.fb-buyer-score{color:var(--ink);font-weight:600}.fb-buyer-star{color:#2e9e6b}.fb-price{font-weight:600}.fb-verified{color:var(--muted);font-size:.85rem!important}.fb-cell-when p{margin:0 0 .35rem;font-size:.9rem;color:var(--muted)}.fb-reply-link{background:none;border:none;padding:0;font:inherit;color:var(--accent);font-weight:600;cursor:pointer}.fb-reply-link:hover{text-decoration:underline}.fb-replied{font-size:.85rem;color:var(--muted)}@media (max-width:700px){.fb-thead{display:none}.fb-row{grid-template-columns:1fr;gap:.5rem}}.fbb-toolbar{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.fbb-search{flex:1 1 320px}.fbb-search input{width:100%;border:1.5px solid var(--line);border-radius:999px;padding:.55rem 1rem;font:inherit;font-size:.92rem;outline:none}.fbb-search input:focus{border-color:var(--accent)}.fbb-select{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:600;color:var(--muted)}.fbb-select select{border:1.5px solid var(--line);border-radius:10px;background:var(--surface);padding:.5rem 2rem .5rem .8rem;font-size:.92rem;color:var(--ink);cursor:pointer;outline:none;min-width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f6a62' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem}.fbb-select select:focus{border-color:var(--accent)}.fbb-filters{align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:1rem}.fbb-chips,.fbb-filters{display:flex;flex-wrap:wrap}.fbb-chips{gap:.5rem}.fbb-chips .chip{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.35rem .9rem;font:inherit;font-size:.85rem;cursor:pointer;white-space:nowrap}.fbb-chips .chip:hover{border-color:var(--ink)}.fbb-chips .chip.active{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);font-weight:600}.fbb-photos{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;white-space:nowrap}.fbb-photos input{width:17px;height:17px;accent-color:var(--accent)}.fbb-count{margin:0 0 1rem;font-size:1.05rem}.fb-photos{display:flex;gap:.4rem;margin-top:.5rem;flex-wrap:wrap}.fb-photos img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:#eceae5}.pagination button{padding:.35rem .75rem;border:1px solid var(--line);border-radius:7px;font-size:.9rem;background:var(--surface);color:var(--ink);cursor:pointer}.pagination button:hover:not(:disabled){border-color:var(--ink)}.pagination button:disabled{opacity:.45;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:grid;place-items:center;padding:1.25rem;z-index:200}.modal-card{position:relative;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.3);padding:1.75rem 1.9rem 1.9rem;width:100%;max-width:560px}.modal-card,.modal-close{background:var(--surface)}.modal-close{position:absolute;top:1rem;right:1rem;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);cursor:pointer;font-size:.95rem;color:var(--ink)}.modal-close:hover{background:var(--badge-bg)}.modal-title{margin:0 0 .6rem;font-size:1.4rem}.modal-note{margin:0 0 1.1rem;color:var(--muted);font-size:.9rem}.modal-facts{display:grid;grid-template-columns:auto 1fr;grid-gap:.4rem 1rem;gap:.4rem 1rem;margin:0 0 1.1rem;font-size:.92rem}.modal-facts dt{color:var(--muted)}.modal-facts dd{margin:0;display:flex;align-items:center;gap:.4rem}.modal-reply-form textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:.7rem .85rem;font:inherit;font-size:.95rem;resize:vertical;outline:none}.modal-reply-form textarea:focus{border-color:var(--accent)}.modal-reply-foot{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem}.modal-count{color:var(--muted);font-size:.85rem}.modal-reply-foot .btn-pill{width:auto;padding:.55rem 1.8rem}.modal-reply-foot .btn-pill:disabled{opacity:.5;cursor:not-allowed}.feedback-form{border-top:1px solid var(--line);margin-top:.6rem;padding-top:.8rem;display:flex;flex-direction:column;gap:.6rem}.feedback-form-title{margin:0;font-weight:700;font-size:.92rem}.feedback-ratings{display:flex;gap:.5rem;flex-wrap:wrap}.feedback-radio{display:inline-flex;align-items:center;gap:.35rem;border:1.5px solid var(--line);border-radius:999px;padding:.35rem .85rem;font-size:.9rem;cursor:pointer}.feedback-radio:has(input:checked){border-color:var(--accent);background:var(--badge-bg);font-weight:600}.feedback-radio input{accent-color:var(--accent)}.feedback-comment{border:1.5px solid var(--line);border-radius:8px;padding:.55rem .7rem;font:inherit;font-size:.92rem;resize:vertical;outline:none}.feedback-comment:focus{border-color:var(--accent)}.feedback-submit{width:auto;align-self:flex-start;padding:.55rem 1.4rem;font-size:.92rem}.feedback-done{display:flex;align-items:center;gap:.6rem;border-top:1px solid var(--line);margin-top:.6rem;padding-top:.8rem;font-size:.92rem}.cart-link{font-weight:700;color:var(--accent);white-space:nowrap}.cart-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-seller{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem}.cart-seller h3{margin:.25rem 0 .6rem;font-size:.95rem}.cart-row{display:flex;align-items:center;gap:.9rem;padding:.6rem 0;border-top:1px solid var(--line)}.cart-row img,.thumb-placeholder{width:52px;height:72px;object-fit:cover;border-radius:6px;background:#eceae5;flex-shrink:0}.cart-row-main{flex:1 1;gap:.15rem}.cart-row-amount,.cart-row-main{display:flex;flex-direction:column}.cart-row-amount{align-items:flex-end;gap:.1rem;text-align:right}.qty-stepper-wrap{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty-stepper button{width:30px;height:30px;border:none;background:transparent;font-size:1.05rem;line-height:1;cursor:pointer;color:var(--accent)}.qty-stepper button:disabled{color:var(--muted,#9a978f);cursor:not-allowed}.qty-stepper button:not(:disabled):hover{background:#f1efe9}.qty-stepper span{min-width:2ch;text-align:center;font-size:.9rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.qty-note{font-size:.75rem;color:#b4341f}.cart-title{font-weight:600;font-size:.92rem}.hold{font-size:.78rem;color:var(--accent);font-weight:600}.hold-expired{color:#a05a00}.link-btn{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0}.checkout-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.25rem;position:-webkit-sticky;position:sticky;top:1rem}.checkout-panel h2{margin-top:.2rem;font-size:1.1rem}.summary-line{display:flex;justify-content:space-between;margin:.4rem 0;font-size:.92rem}.total-line{border-top:1px solid var(--line);padding-top:.6rem;font-size:1.05rem}.checkout-form{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.checkout-form label{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;font-weight:600;color:var(--muted);flex:1 1}.checkout-form input{padding:.5rem .65rem;border:1.5px solid var(--line);border-radius:7px;font-size:.92rem;outline:none;width:100%}.checkout-form input:focus{border-color:var(--accent)}.form-row{display:flex;gap:.6rem}.primary-btn{background:var(--accent);color:var(--accent-ink);border:none;border-radius:8px;padding:.7rem 1.2rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.4rem}.primary-btn:hover{filter:brightness(1.08)}.fine-print{font-size:.76rem;color:var(--muted);margin:.4rem 0 0}.error-banner{background:#fdeeee;border:1px solid #eabcbc;color:#8c2f2f;border-radius:8px;padding:.7rem 1rem;font-size:.9rem}.order-confirm h1{margin-bottom:.3rem}.muted{color:var(--muted)}.itm-offer{margin-top:.4rem}.itm-offer-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.5rem 0}.itm-offer-input{display:flex;align-items:center;gap:.35rem;border:1.5px solid var(--border,#ccc);border-radius:999px;padding:.35rem .8rem;background:var(--surface)}.itm-offer-input span{color:var(--muted);font-weight:600}.itm-offer-input input{border:none;outline:none;background:transparent;width:8rem;font-size:1rem;color:inherit}.itm-offer-form .btn-pill{width:auto;padding:.5rem 1.1rem;font-size:.92rem}.itm-offer .itm-actions form .btn-pill{width:100%}.tnum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.offer-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.3rem}.offer-card{border:1px solid var(--line);border-radius:14px;padding:1.15rem 1.2rem 1.25rem;background:var(--surface);box-shadow:0 1px 2px rgba(0,0,0,.04)}.offer-card-head{display:flex;align-items:flex-start;gap:.85rem}.offer-thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid var(--line)}.offer-thumb-empty{background:var(--badge-bg)}.offer-head-main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.28rem}.offer-title{font-weight:700;color:var(--ink);text-decoration:none;line-height:1.25;text-wrap:balance}.offer-title:hover{color:var(--accent)}.offer-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:.83rem;color:var(--muted)}.offer-dot{opacity:.5}.offer-qty-chip{color:var(--accent);background:var(--badge-bg);padding:.1rem .5rem}.offer-badge,.offer-qty-chip{font-weight:700;font-size:.72rem;letter-spacing:.02em;border-radius:999px}.offer-badge{padding:.3rem .65rem;white-space:nowrap;align-self:flex-start}.offer-accepted{background:#d8f5dd;color:#1a7f37}.offer-pending_buyer{background:#fff1c9;color:#8a6d00}.offer-pending_seller{background:var(--badge-bg);color:var(--muted)}.offer-declined,.offer-expired{background:#f5dcdc;color:#a12222}.offer-thread{list-style:none;margin:1rem 0 0;padding:0;gap:.4rem}.offer-bubble,.offer-thread{display:flex;flex-direction:column}.offer-bubble{max-width:82%;padding:.42rem .7rem;border-radius:13px;font-size:.86rem;line-height:1.35;gap:.1rem}.offer-bubble-buyer{align-self:flex-end;background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:4px}.offer-bubble-seller{align-self:flex-start;background:var(--badge-bg);color:var(--ink);border-bottom-left-radius:4px}.offer-bubble-who{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.65}.offer-bubble-buyer .offer-bubble-who{color:rgba(255,255,255,.85);opacity:1}.offer-bubble-msg{font-style:italic;opacity:.9}.offer-actions{display:flex;flex-direction:column;gap:.65rem;margin-top:1rem}.offer-priceline{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;padding-bottom:.55rem;border-bottom:1px dashed var(--line)}.offer-priceline-label{font-size:.8rem;color:var(--muted)}.offer-priceline-main{font-size:1.3rem;font-weight:800;color:var(--price)}.offer-priceline-ea{font-size:.8rem;font-weight:600;color:var(--muted)}.offer-priceline-total{font-size:.85rem;color:var(--muted);margin-left:auto}.offer-cta{display:flex;flex-direction:column;align-items:center;gap:.05rem;line-height:1.15}.offer-cta-sub{font-size:.74rem;font-weight:500;opacity:.85}.offer-counter{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:0}.offer-counter .btn-pill{width:auto;padding:.55rem 1rem;white-space:nowrap}.offer-decline{align-self:flex-start;color:var(--muted)}.offer-note{margin:1rem 0 0;font-size:.9rem;color:var(--ink);line-height:1.5}.offer-note-sub{color:var(--muted)}.offer-relink{color:var(--accent);font-weight:600;text-decoration:none}.offer-relink:hover{text-decoration:underline}.itm-offer-qty{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.itm-offer-qty input{width:4rem;padding:.35rem .5rem;border:1.5px solid var(--border,#ccc);border-radius:8px;background:var(--surface);color:inherit;font-size:1rem}.cart-ready{border:1.5px solid var(--accent,#1a7f37);border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.2rem;background:var(--badge-bg,#f2faf4)}.cart-ready h3{font-size:1rem}.notif-bell{position:relative;display:inline-flex}.notif-trigger{background:none;border:none;cursor:pointer;color:inherit;padding:0}.notif-dropdown{position:absolute;top:calc(100% + 4px);right:0;width:400px;max-width:min(400px,calc(100vw - 24px));background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.18);z-index:200;overflow:hidden}.notif-head{font-weight:700;font-size:.95rem;padding:.8rem 1rem;border-bottom:1px solid var(--line)}.notif-empty{padding:1.4rem 1rem;margin:0;color:var(--muted);font-size:.9rem}.notif-list{list-style:none;margin:0;padding:0;max-height:62vh;overflow-y:auto;overflow-x:hidden}.notif-item{display:flex;align-items:flex-start;gap:.7rem;padding:.75rem 1rem;border-bottom:1px solid var(--badge-bg);color:inherit;text-decoration:none}.notif-item:hover{background:var(--badge-bg)}.notif-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid var(--line)}.notif-thumb-empty{display:block;background:var(--badge-bg)}.notif-item-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.15rem;white-space:normal}.notif-item-text strong{font-size:.9rem;line-height:1.3;color:var(--ink);white-space:normal}.notif-item-body{font-size:.82rem;line-height:1.4;color:var(--muted);white-space:normal;overflow-wrap:anywhere}.notif-foot{display:block;padding:.7rem 1rem;font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none}.notif-foot:hover{background:var(--badge-bg)}.offer-detail{max-width:620px;margin:0 auto;padding-top:.4rem}.offer-detail-back{display:inline-block;margin-bottom:.9rem;font-size:.9rem;font-weight:600;color:var(--muted);text-decoration:none}.offer-detail-back:hover{color:var(--accent)}.offer-detail-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.4rem 1.5rem 1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.offer-detail-hero{display:flex;align-items:flex-start;gap:1.15rem;padding-bottom:1.15rem;border-bottom:1px solid var(--line)}.offer-detail-img{width:118px;height:148px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:var(--badge-bg);flex-shrink:0}.offer-detail-img-empty{display:block}.offer-detail-heroinfo{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.offer-detail-title{margin:0;font-size:1.35rem;line-height:1.22;text-wrap:balance}.offer-detail-title a{color:var(--ink);text-decoration:none}.offer-detail-title a:hover{color:var(--accent)}.offer-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin:0;font-size:.86rem;color:var(--muted)}.offer-detail-card .offer-thread{margin-top:1.15rem}.offer-detail-actions{margin-top:1.15rem;padding-top:1.15rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.7rem}.offer-cta{text-decoration:none}.offer-thread-head{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:1.25rem 0 .7rem}.offer-detail-card .offer-thread{margin-top:0}.offer-bubble-time{font-weight:500;text-transform:none;letter-spacing:0;opacity:.85}.offer-outcome{display:flex;align-items:flex-start;gap:.6rem;margin:0;font-size:.95rem;line-height:1.5;color:var(--ink)}.offer-outcome-icon{flex-shrink:0;line-height:1.5}.offer-outcome-good{color:var(--accent);font-weight:600}