:root{--bg:#ffffff;--surface:#ffffff;--surface-strong:#f5f7fb;--text:#172033;--muted:#687386;--border:#e4e8f0;--accent:#315bff;--accent-strong:#2446dc;--clay:#315bff;--clay-soft:#eef3ff;--warning:#a76300;--danger:#b42318;--ink:#111827;--footer-ink:#172234;--shadow:0 24px 70px rgba(23,32,51,0.11);--font-body:"Avenir Next","Nunito","Trebuchet MS","Segoe UI",sans-serif;--font-display:var(--font-body)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);padding:0}.construction-page{align-items:center;background:#f6f8fc;display:flex;justify-content:center;min-height:100dvh;padding:24px}.construction-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);max-width:590px;overflow:hidden;padding:clamp(36px,7vw,64px);position:relative;text-align:center;width:100%}.construction-card:before{background:var(--accent);content:"";height:5px;inset:0 0 auto;position:absolute}.construction-brand{height:auto;margin:0 auto 38px;max-width:min(240px,74%)}.construction-icon{align-items:center;background:var(--clay-soft);border:1px solid #dbe4ff;border-radius:50%;color:var(--accent);display:inline-flex;height:58px;justify-content:center;width:58px}.construction-eyebrow{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0;margin:25px 0 10px;text-transform:uppercase}.construction-card h1{font-size:clamp(1.9rem,5vw,2.8rem);line-height:1.08;margin:0}.construction-copy{color:var(--muted);font-size:1rem;line-height:1.65;margin:18px auto 28px;max-width:460px}.construction-status{align-items:center;background:#f5f7fb;border:1px solid var(--border);color:var(--text);display:inline-flex;font-size:.93rem;font-weight:700;gap:9px;padding:11px 15px}.construction-access{margin:28px auto 0;max-width:460px;text-align:left}.construction-access>label{color:var(--text);display:block;font-size:.86rem;font-weight:800;margin-bottom:8px}.construction-access-row{display:flex;gap:10px}.construction-access-row .password-field{flex:1 1}.construction-access input{background:#fff;border:1px solid var(--border);border-radius:6px;color:var(--text);flex:1 1 auto;font:inherit;min-width:0;padding:12px 13px}.construction-access input:focus{border-color:var(--accent);outline:2px solid color-mix(in srgb,var(--accent) 18%,transparent);outline-offset:1px}.construction-access-row>button{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-weight:800;justify-content:center;min-height:46px;padding:0 18px}.construction-access-row>button:hover:not(:disabled){background:#244be1;border-color:#244be1}.construction-access-row>button:disabled{cursor:wait;opacity:.7}.construction-access-error{color:#b42318;font-size:.88rem;margin:10px 0 0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.shell{min-height:100vh;width:100%;margin:0 auto;overflow:visible;border:0;border-radius:0;background:var(--surface);box-shadow:none}.container{width:min(1420px,calc(100% - 48px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid #edf0f5;border-radius:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header:has(.account-menu[open],.basket-menu[open]){border-bottom-color:rgba(12,18,30,.32)}.site-header__utility{display:flex;align-items:center;justify-content:space-between;min-height:42px;color:var(--muted);font-size:.78rem;font-weight:650}.utility-links{display:flex;align-items:center;gap:28px}.utility-links a:focus,.utility-links a:hover{color:var(--accent)}.utility-links--right{gap:22px}.site-header__main{display:grid;grid-template-columns:178px auto minmax(280px,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-height:74px}.brand{display:flex;align-items:center;justify-content:flex-start;min-width:0;min-height:54px;padding-inline:2px 0}.brand-logo{width:min(100%,236px);height:auto;max-height:52px;margin-inline:0;object-fit:contain}.header-categories-menu{position:relative;z-index:45}.header-categories-trigger{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;background:transparent;padding:0 12px;color:var(--ink);cursor:pointer;font-family:var(--font-body);font-size:.86rem;font-weight:850;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.header-categories-trigger:focus,.header-categories-trigger:hover{background:var(--surface-strong);color:var(--accent);transform:translateY(-1px)}.header-categories-menu .header-categories-panel{top:calc(100% + 10px);right:auto;width:min(1120px,calc(100vw - 48px))}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.header-search{display:flex;align-items:center;min-width:0;min-height:44px;border:1px solid #e7ebf2;border-radius:12px;background:#f7f9fc;overflow:hidden;box-shadow:0 8px 22px rgba(23,32,51,.04)}.header-search input{flex:1 1 auto;min-width:0;border:0;border-radius:0;padding:10px 12px 10px 18px;background:transparent;color:var(--text);font-size:.86rem;outline:0}.header-search button{display:grid;flex:0 0 46px;place-items:center;width:46px;height:44px;border:0;background:transparent;color:#8d97a8;cursor:pointer}.header-search:focus-within{border-color:rgba(49,91,255,.55);box-shadow:0 0 0 4px rgba(49,91,255,.1)}.category-subbar{border-top:1px solid #edf0f5;background:#ffffff}.category-subbar__inner{position:relative;display:flex;align-items:center;gap:14px;min-height:54px;overflow:visible}.all-categories-button{flex:0 0 auto;align-self:stretch;border:0;background:transparent;color:var(--ink);padding:0;cursor:pointer;font-size:.9rem;font-weight:750;line-height:1}.all-categories-button span{display:inline-flex;align-items:center;gap:7px;min-height:54px;border-bottom:2px solid transparent}.all-categories-button:focus span,.all-categories-button:hover span{border-color:var(--clay)}.all-categories-button:focus,.all-categories-button:hover{color:var(--ink)}.deals-subbar-link{display:inline-flex;flex:0 0 auto;min-height:54px;align-items:center;border-bottom:2px solid transparent;color:var(--accent);font-size:.9rem;font-weight:950;white-space:nowrap}.deals-subbar-link:focus,.deals-subbar-link:hover{border-color:var(--clay);color:var(--accent-strong)}.category-divider{flex:0 0 auto;width:1px;height:24px;background:var(--border)}.category-link-row{display:flex;align-items:center;flex:1 1 auto;min-width:0;overflow:hidden;padding-right:4px;-webkit-mask-image:none;mask-image:none}.category-trigger{display:inline-flex;align-items:center;flex:0 0 auto;min-height:54px;border-bottom:2px solid transparent;padding:0 8px;color:#2f3747;font-size:.88rem;font-weight:750;white-space:nowrap}.category-trigger:focus,.category-trigger:hover{border-color:var(--clay);color:var(--text)}.all-categories-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:42px;column-gap:42px;grid-row-gap:38px;row-gap:38px;max-height:min(72vh,680px);overflow-y:auto;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:22px;box-shadow:var(--shadow)}.all-categories-group{display:grid;align-content:start;grid-gap:13px;gap:13px;min-width:0}.all-categories-group__title{width:-moz-fit-content;width:fit-content;color:var(--ink);font-size:.98rem;font-weight:850}.all-categories-group__title:focus,.all-categories-group__title:hover{color:var(--clay)}.all-categories-group__links{display:grid;grid-gap:7px;gap:7px}.all-categories-group__links a{border-radius:6px;padding:4px 0;color:var(--muted);font-size:.86rem;font-weight:650}.all-categories-group__links a:focus,.all-categories-group__links a:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:12px}.header-action-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;background:transparent;padding:0 12px;color:var(--ink);cursor:pointer;font-family:var(--font-body);font-size:.9rem;font-weight:800;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.header-action-link:focus,.header-action-link:hover{background:var(--surface-strong);color:var(--accent);transform:translateY(-1px)}.header-auth-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;border:0;border-radius:999px;background:transparent;padding:0 12px;color:var(--ink);cursor:pointer;font-family:var(--font-body);font-size:.9rem;font-weight:800;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.button.button--ghost.header-auth-link,.button.header-auth-link{border:0;border-radius:999px;background:transparent;box-shadow:none}.button.button--ghost.header-auth-link:focus,.button.button--ghost.header-auth-link:hover,.button.header-auth-link:focus,.button.header-auth-link:hover,.header-auth-link:focus,.header-auth-link:hover{border-color:transparent;border-radius:999px;background:var(--surface-strong);color:var(--accent);transform:translateY(-1px)}.header-action-link--list-item{border:0;border-radius:999px;background:transparent;padding:0 12px;color:var(--ink)}.header-action-link--list-item:active,.header-action-link--list-item:focus,.header-action-link--list-item:hover{background:var(--surface-strong);color:var(--accent);transform:translateY(-1px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:9px 14px;cursor:pointer;font-weight:700}.button:hover{border-color:#c4cee0}.button--primary{border-color:var(--accent);background:var(--accent);color:#ffffff}.button--primary:hover{border-color:var(--accent-strong);background:var(--accent-strong)}.button--ghost{border-color:transparent;background:transparent}.button--danger{border-color:#f5c2bf;background:#fff5f4;color:var(--danger)}.icon-button{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid #e5eaf2;border-radius:999px;background:#f8faff;cursor:pointer}.icon-button:focus,.icon-button:hover{border-color:rgba(49,91,255,.3);color:var(--accent)}.account-menu{position:relative}.account-menu summary{display:inline-flex;align-items:center;justify-content:center;width:42px;min-height:42px;border:1px solid #e5eaf2;border-radius:999px;background:#f8faff;padding:0;cursor:pointer;font-weight:800;list-style:none}.account-menu summary::-webkit-details-marker{display:none}.account-menu summary:focus,.account-menu summary:hover,.account-menu[open]>summary{border-color:rgba(49,91,255,.36);background:#edf2ff;color:var(--accent)}.account-menu__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:grid;min-width:230px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:8px;box-shadow:var(--shadow)}.category-location{display:inline-flex;align-items:center;flex:0 0 auto;gap:6px;min-height:40px;margin-left:auto;border:0;border-radius:999px;background:transparent;padding:0 10px;color:var(--muted);cursor:pointer;font-size:.86rem;font-weight:750;white-space:nowrap}.category-location:focus,.category-location:hover{background:var(--surface-strong);color:var(--accent)}.category-favourites-link{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;gap:7px;min-height:40px;border:0;border-radius:999px;background:transparent;padding:0 10px;color:var(--ink);font-size:.86rem;font-weight:800;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.category-favourites-link:focus,.category-favourites-link:hover{background:var(--surface-strong);color:var(--accent);transform:translateY(-1px)}.category-favourites-link b{display:inline-grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:var(--accent);color:#ffffff;font-size:.68rem;font-weight:950;line-height:1}.home-view-toggle-shell{display:flex;justify-content:center;margin:12px 0}.home-view-toggle-shell+.home-feature-tiles,.home-view-toggle-shell+.home-map-heading{margin-top:0}.home-view-toggle{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,minmax(92px,1fr));overflow:hidden;border:1px solid rgba(49,91,255,.18);border-radius:18px;background:linear-gradient(135deg,rgba(49,91,255,.08),rgba(255,255,255,.96)),var(--surface);padding:4px;box-shadow:0 18px 38px rgba(23,32,51,.16)}.home-view-toggle button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:14px;background:transparent;padding:9px 14px;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:850;transition:background .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.home-view-toggle button:focus,.home-view-toggle button:hover{color:var(--accent-strong)}.home-view-toggle button.is-selected{background:var(--accent);color:#ffffff;box-shadow:0 10px 22px rgba(49,91,255,.24);transform:translateY(-1px)}.location-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:42;display:grid;grid-gap:14px;gap:14px;width:min(340px,calc(100vw - 32px));border:1px solid var(--border);border-radius:18px;background:var(--surface);padding:18px;box-shadow:var(--shadow)}.location-panel,.location-panel option,.location-panel select{font-family:var(--font-body)}.location-panel strong{color:var(--ink);font-size:1rem}.location-panel p{margin-top:4px;color:var(--muted);font-size:.85rem;line-height:1.45}.location-panel .field{gap:7px}.location-panel .field span{color:var(--muted);font-size:.82rem;font-weight:850}.account-menu__section{display:grid;grid-gap:2px;gap:2px;border-bottom:1px solid var(--border);margin-bottom:7px;padding-bottom:7px}.account-menu__section--last{border-bottom:0;margin-bottom:0;padding-bottom:0}.account-menu__heading{padding:8px 11px 4px;color:var(--muted);font-size:.78rem;font-weight:850;text-transform:uppercase}.account-menu__panel a,.account-menu__panel button{display:flex;align-items:center;gap:9px;width:100%;border:0;border-radius:6px;background:transparent;padding:10px 11px;color:var(--text);text-align:left;cursor:pointer;font-weight:750}.account-menu__panel a:hover,.account-menu__panel button:hover{background:var(--surface-strong)}.account-menu__profile-image{width:28px;height:28px;margin-left:auto;border:1px solid #dce4f3;border-radius:999px;object-fit:cover}.basket-menu{position:relative}.basket-menu summary{position:relative;display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid #e5eaf2;border-radius:999px;background:#f8faff;cursor:pointer;list-style:none}.basket-menu summary::-webkit-details-marker{display:none}.basket-menu summary:focus,.basket-menu summary:hover{border-color:rgba(49,91,255,.3);color:var(--accent)}.basket-menu__count{position:absolute;top:-4px;right:-4px;display:grid;min-width:18px;height:18px;place-items:center;border:2px solid var(--surface);border-radius:999px;background:var(--accent);padding-inline:4px;color:#ffffff;font-size:.65rem;font-weight:850;line-height:1}.basket-menu__count>span{transform:translateY(-.5px)}.basket-menu__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:45;display:grid;grid-gap:10px;gap:10px;width:min(430px,calc(100vw - 28px));border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:14px;box-shadow:var(--shadow)}.basket-menu__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.basket-menu__heading span{color:var(--muted);font-size:.76rem}.basket-menu__items{display:grid;grid-gap:8px;gap:8px}.basket-menu__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border-radius:8px;padding:6px}.basket-menu__item:focus,.basket-menu__item:hover{background:var(--surface-strong)}.basket-menu__item-link{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-width:0}.basket-menu__image{display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border-radius:7px;background:var(--surface-strong);color:var(--muted)}.basket-menu__image img{width:100%;height:100%;object-fit:cover}.basket-menu__item-link>span:last-child{display:grid;min-width:0;grid-gap:4px;gap:4px}.basket-menu__item strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.basket-menu__item small{color:var(--muted);font-size:.74rem}.basket-menu__item-actions{display:flex;align-items:center;gap:8px;border-left:1px solid #e3e9f3;padding:8px 0 8px 14px}.basket-menu__item-actions form{display:contents}.basket-menu__remove{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.basket-menu__remove:focus,.basket-menu__remove:hover{background:#fff0ef;color:var(--danger)}.basket-menu__decrease,.basket-menu__increase{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.basket-menu__decrease:focus-visible,.basket-menu__decrease:hover,.basket-menu__increase:focus-visible,.basket-menu__increase:hover{background:#edf2ff;color:var(--accent-strong)}.basket-menu__empty{margin:4px 0;color:var(--muted);font-size:.82rem;line-height:1.45}.basket-menu__total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding:12px 4px 2px;color:var(--muted);font-size:.78rem}.basket-menu__total strong{color:var(--ink);font-size:.94rem}.basket-menu__undo{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cbd9ff;border-radius:8px;background:#f6f8ff;padding:9px 11px;color:var(--ink);font-size:.78rem}.basket-menu__undo button{border:0;background:transparent;color:var(--accent-strong);font:inherit;font-weight:850;cursor:pointer}.basket-menu__open{width:100%;min-height:40px;border-radius:999px}.header-dropdown-backdrop{position:fixed;inset:0;z-index:19;border:0;background:rgba(12,18,30,.32);cursor:default}.header-dropdown-backdrop--header{z-index:25}.account-menu[open]>summary,.basket-menu[open]>summary{position:relative;z-index:46}.basket-menu[open]>summary{border-color:rgba(49,91,255,.36);background:#edf2ff;color:var(--accent)}.auth-modal{position:fixed;inset:0;z-index:90;display:flex;min-height:100dvh;align-items:flex-start;justify-content:center;overflow-y:auto;padding:20px 18px}.auth-modal__scrim{border:0;cursor:pointer}.auth-modal__scrim,.auth-modal__shared-backdrop{position:fixed;inset:0;background:rgba(12,18,30,.48)}.auth-modal__shared-backdrop{z-index:89;pointer-events:none}.auth-modal--shared-scrim .auth-modal__scrim{background:transparent}.auth-modal__panel{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px;width:min(500px,calc(100vw - 32px));margin-block:auto;overflow:hidden;border:2px solid rgba(255,255,255,.92);border-radius:26px;background:var(--surface);padding:32px;box-shadow:0 30px 80px rgba(15,23,42,.28);animation:modal-panel-open .15s cubic-bezier(.2,.8,.2,1)}.auth-panel-resizing .auth-inline-expansion,.auth-panel-resizing .auth-modal__panel,.auth-panel-resizing .optional-seller-fields{animation:none}@keyframes modal-panel-open{0%{opacity:0;transform:translateY(5px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal__panel--sign-in{width:min(500px,calc(100vw - 32px))}.auth-modal__panel--join{width:min(580px,calc(100vw - 32px))}.auth-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-modal__header h2{font-size:1.2rem}.auth-modal__header p{margin:3px 0 0;color:var(--muted);font-size:.78rem}.auth-modal__header-actions{display:flex;align-items:center;gap:8px}.auth-modal__header-actions .button{min-height:38px;border-color:var(--ink);border-radius:999px;padding:8px 15px}.auth-modal__header-actions .icon-button{width:38px;height:38px}.auth-modal__form{display:grid;grid-gap:10px;gap:10px}.auth-modal label>span[aria-hidden=true]{color:var(--danger)}.auth-modal .field{gap:5px}.auth-modal .input{padding-block:9px}.password-field{min-width:0}.password-field__control{position:relative}.password-field__control input{padding-right:48px}.password-field button{position:absolute;top:50%;right:10px;display:grid;width:34px;height:34px;place-items:center;transform:translateY(-50%);border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.password-field button:focus,.password-field button:hover{background:var(--surface-strong);color:var(--ink)}.password-field__caps-lock-warning{margin:6px 0 0;border:1px solid #f6c870;border-radius:7px;background:#fff8e8;padding:6px 9px;color:#8a5800;font-size:.76rem;font-weight:750}.auth-modal__submit{min-height:44px;border-radius:999px;font-size:.96rem}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;color:var(--muted);font-size:.9rem}.auth-divider span{height:1px;background:var(--border)}.auth-modal__reset{display:grid;grid-gap:8px;gap:8px}.auth-modal__reset strong{color:var(--ink)}.auth-modal__reset .button{min-height:42px;border-color:var(--ink);border-radius:999px;background:var(--surface);color:var(--ink)}.auth-modal__reset>a:not(.button){justify-self:center;color:var(--ink);font-size:.86rem;text-decoration:underline}.auth-reset-toggle{position:relative;width:100%;border-color:var(--ink);border-radius:999px}.auth-reset-toggle svg{position:absolute;right:16px;transition:transform .16s ease}.auth-reset-toggle svg.is-open{transform:rotate(180deg)}.auth-trouble-button{justify-self:center;border:0;background:transparent;color:var(--ink);cursor:pointer;font-size:.86rem;text-decoration:underline}.auth-inline-expansion{display:grid;grid-gap:9px;gap:9px;overflow:hidden;border:1px solid #cbd8ff;border-radius:8px;background:#f7f9ff;padding:13px;animation:auth-expand .16s ease-out}.auth-inline-expansion form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:9px;gap:9px}.auth-inline-expansion .field{min-width:0}.auth-inline-expansion form>.button{min-height:40px;padding-inline:13px;white-space:nowrap}.join-reset-expansion{grid-template-columns:minmax(0,1fr) auto;align-items:end}.join-reset-expansion>div:first-child{grid-column:1/-1}.join-reset-expansion p{margin:3px 0 0;color:var(--muted);font-size:.76rem}.join-reset-address{display:flex;min-width:0;min-height:40px;align-items:center;gap:8px;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:8px 11px;color:var(--ink)}.join-reset-address svg{flex:0 0 auto;color:var(--muted)}.join-reset-address span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.join-reset-expansion>.button{min-height:40px;padding-inline:14px;white-space:nowrap}.join-reset-expansion>.field-alert{grid-column:1/-1}.sign-in-two-factor{padding:12px}.sign-in-two-factor p{margin:6px 0 0;color:var(--muted);font-size:.76rem;line-height:1.45}.auth-inline-input{position:relative}.auth-inline-input>svg{position:absolute;top:50%;left:11px;z-index:1;transform:translateY(-50%);color:var(--muted)}.auth-inline-input .input{padding-left:36px}.field-alert{border:1px solid transparent;border-radius:7px;padding:8px 10px;font-size:.75rem;font-weight:750;line-height:1.4;animation:auth-expand .16s ease-out}.field-alert--error{border-color:#f5c2bf;background:#fff5f4;color:var(--danger)}.field-alert--success{border-color:#b6dfc1;background:#effaf2;color:#26703a}@keyframes auth-expand{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-socials{display:grid;grid-gap:7px;gap:7px}.auth-socials button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ink);border-radius:999px;background:var(--surface);color:var(--ink);cursor:pointer;font-weight:850}.auth-socials button:focus,.auth-socials button:hover{border-color:var(--accent);color:var(--accent)}.auth-socials button:disabled{cursor:wait;opacity:.7}.auth-provider-icon{width:18px;height:18px;flex:0 0 18px}.auth-modal__fineprint{color:var(--muted);font-size:.75rem;line-height:1.45}.auth-modal__fineprint a{color:var(--ink);font-weight:850;text-decoration:underline}.auth-modal__notice{padding:10px 12px;font-size:.78rem;line-height:1.4}.input--error{border-color:var(--danger);background:#fff8f7;box-shadow:0 0 0 3px rgba(180,35,24,.08)}.field-error{color:var(--danger);font-size:.74rem;font-weight:750}.form-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px;color:var(--ink);font-size:.86rem;font-weight:850}.form-section-heading small{color:var(--muted);font-size:.72rem;font-weight:700}.two-factor-setup{display:grid;grid-gap:10px;gap:10px}.two-factor-toggle{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;width:100%;border:1px solid var(--border);border-radius:10px;background:#fbfcff;padding:10px 12px;color:var(--ink);cursor:pointer;text-align:left}.two-factor-toggle:focus,.two-factor-toggle:hover{border-color:rgba(49,91,255,.3);background:#f4f7ff}.two-factor-setup.is-complete .two-factor-toggle{border-color:#bddfbc;background:#f2faf2}.two-factor-toggle__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--clay-soft);color:var(--accent)}.two-factor-setup.is-complete .two-factor-toggle__icon{background:#e5f6e5;color:#246b2f}.two-factor-toggle span:nth-child(2){display:grid;grid-gap:2px;gap:2px}.two-factor-toggle small{color:var(--muted);font-size:.74rem}.two-factor-toggle>svg{color:var(--muted);transition:transform .16s ease}.two-factor-toggle>svg.is-open{transform:rotate(180deg)}.two-factor-panel{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;border:1px solid #dce5ff;border-radius:12px;background:#f7f9ff;padding:12px}.two-factor-panel p{margin:3px 0 10px;color:var(--muted);font-size:.78rem;line-height:1.45}.two-factor-qr{position:relative;display:grid;width:116px;height:116px;place-items:center;overflow:hidden;border:1px solid #d4dcf0;border-radius:14px;background:linear-gradient(90deg,#111827 11px,transparent 0) 10px 10px /24px 24px,linear-gradient(#111827 11px,transparent 0) 10px 10px /24px 24px,radial-gradient(circle at 19px 19px,#111827 0 9px,#ffffff 10px 17px,#111827 18px 24px,transparent 25px),radial-gradient(circle at 94px 19px,#111827 0 9px,#ffffff 10px 17px,#111827 18px 24px,transparent 25px),radial-gradient(circle at 19px 94px,#111827 0 9px,#ffffff 10px 17px,#111827 18px 24px,transparent 25px),#ffffff}.two-factor-qr img{width:100%;height:100%;border-radius:12px;object-fit:cover}.two-factor-qr svg{position:relative;z-index:1;border-radius:10px;background:rgba(255,255,255,.86);color:var(--accent);padding:13px}.two-factor-manual-key{display:grid;grid-gap:4px;gap:4px;margin:8px 0 10px;color:var(--muted);font-size:.72rem;font-weight:750}.two-factor-manual-key b{color:var(--ink);font-family:Consolas,Liberation Mono,monospace;font-size:.8rem;letter-spacing:0;word-break:break-word}.two-factor-actions{display:flex;flex-wrap:wrap;gap:8px}.two-factor-success{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;color:#246b2f}.two-factor-success p{margin-bottom:0}.two-factor-code-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.two-factor-code-modal__scrim{position:fixed;inset:0;border:0;background:rgba(12,18,30,.55);cursor:pointer}.two-factor-code-modal__panel{position:relative;z-index:1;display:grid;grid-gap:14px;gap:14px;width:min(420px,calc(100vw - 32px));border:2px solid rgba(255,255,255,.92);border-radius:22px;background:var(--surface);padding:24px;box-shadow:0 30px 80px rgba(15,23,42,.32);animation:modal-panel-open .15s cubic-bezier(.2,.8,.2,1)}.two-factor-code-input{text-align:center;letter-spacing:.24em}.two-factor-code-hint{margin:0;color:var(--muted);font-size:.76rem;line-height:1.45}.seller-profile-toggle{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid rgba(49,91,255,.3);border-radius:10px;background:#f4f7ff;padding:10px 12px;color:var(--ink);cursor:pointer}.seller-profile-toggle strong{color:var(--accent)}.seller-profile-toggle>input{width:16px;height:16px;accent-color:var(--accent)}.seller-profile-toggle__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--clay-soft);color:var(--accent)}.seller-profile-toggle>span:nth-of-type(2){display:grid;grid-gap:2px;gap:2px}.seller-profile-toggle small{color:var(--muted);font-size:.74rem}.seller-profile-toggle>svg{color:var(--muted);transition:transform .16s ease}.seller-profile-toggle>svg.is-open{transform:rotate(180deg)}.optional-seller-fields{display:grid;grid-gap:10px;gap:10px;border-left:2px solid var(--accent);padding:4px 0 2px 14px}.optional-seller-fields .textarea{min-height:74px;resize:none}.seller-modal__panel{width:min(900px,calc(100vw - 32px))}.seller-modal__panel--compact{width:min(720px,calc(100vw - 32px))}.seller-requirements{display:flex;flex-wrap:wrap;gap:7px}.seller-requirements span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#eef7ee;padding:5px 9px;color:#286322;font-size:.72rem;font-weight:800}.seller-application-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px}.seller-application-form--compact{grid-template-columns:1fr}.seller-application-form fieldset{display:grid;grid-gap:9px;gap:9px;min-width:0;margin:0;border:1px solid var(--border);border-radius:10px;padding:12px}.seller-application-form legend{display:flex;align-items:center;gap:8px;padding:0 5px;color:var(--ink);font-size:.84rem;font-weight:850}.seller-application-form legend small{color:var(--muted);font-size:.7rem}.storefront-slug-field{display:grid;grid-template-columns:max-content minmax(100px,1fr);align-items:center;grid-gap:8px;gap:8px}.storefront-slug-field span{color:var(--muted);font-size:inherit;white-space:nowrap}.storefront-slug-field .input{min-width:0}.field-criteria{display:grid;grid-gap:5px;gap:5px;margin:6px 0 0;padding:0;color:var(--muted);font-size:.72rem;font-weight:700;list-style:none}.field-criteria li{display:flex;align-items:center;gap:6px}.field-criteria svg{flex:0 0 auto;color:#b42318}.field-criteria li.is-valid,.field-criteria li.is-valid svg{color:#246b2f}.seller-application-form .textarea{min-height:72px;resize:none}.seller-agreement{display:flex;grid-column:1/-1;align-items:flex-start;gap:9px;color:var(--muted);font-size:.75rem;line-height:1.4}.seller-agreement input{margin-top:2px;accent-color:var(--accent)}.seller-application-form .auth-modal__submit{grid-column:1/-1;justify-self:center;width:-moz-fit-content;width:fit-content;min-width:0;padding-inline:22px}.seller-setup-notice{display:flex;grid-column:1/-1;align-items:flex-start;gap:9px;border:1px solid #bfd0ff;border-radius:9px;background:#f2f6ff;padding:10px 12px;color:#1f449f;font-size:.78rem;line-height:1.45}.seller-setup-notice svg{flex:0 0 auto;margin-top:1px}.seller-submit-arrow{margin-left:6px;transform:rotate(-90deg)}.seller-setup-page{min-height:700px;border-top:1px solid var(--border);background:#fbfcff}body:has(.seller-setup-page) .site-header{position:relative}.seller-setup-progress{position:-webkit-sticky;position:sticky;top:0;z-index:24;min-height:83px;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--surface);scrollbar-width:none}.seller-setup-progress::-webkit-scrollbar{display:none}.seller-setup-progress ol{position:relative;display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));min-width:750px;max-width:1480px;margin:0 auto;padding:18px 28px 20px;list-style:none}.seller-setup-progress ol:before{position:absolute;top:31px;right:10%;left:10%;height:2px;background:#e5e9f0;content:""}.seller-setup-progress li{position:relative;z-index:1}.seller-setup-progress a,.seller-setup-progress form button,.seller-setup-progress__locked{display:grid;justify-items:center;grid-gap:7px;gap:7px;color:var(--muted);font-size:.74rem;font-weight:750;text-align:center}.seller-setup-progress form{margin:0}.seller-setup-progress form button{width:100%;border:0;background:transparent;font-family:inherit;cursor:pointer}.seller-setup-progress form button:focus-visible,.seller-setup-progress form button:hover{color:var(--ink)}.seller-setup-progress form button:focus-visible .seller-setup-progress__marker,.seller-setup-progress form button:hover .seller-setup-progress__marker{border-color:var(--accent);color:var(--accent)}.seller-setup-progress__locked{cursor:not-allowed;opacity:.7}.seller-setup-progress__marker{display:grid;width:28px;height:28px;place-items:center;border:2px solid #dce2eb;border-radius:999px;background:var(--surface);color:var(--muted);font-size:.74rem}.seller-setup-progress li.is-complete a,.seller-setup-progress li.is-current a{color:var(--ink)}.seller-setup-progress li.is-current .seller-setup-progress__marker{border-color:var(--ink);background:var(--ink);color:#ffffff}.seller-setup-progress li.is-complete .seller-setup-progress__marker{border-color:var(--accent);background:var(--surface);color:var(--accent)}.seller-setup-content{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:38px 0 70px}.seller-setup-heading{display:grid;justify-items:center;grid-gap:7px;gap:7px;max-width:780px;margin:0 auto 28px;text-align:center}.seller-setup-heading>span{color:var(--accent);font-size:.75rem;font-weight:850;text-transform:uppercase}.seller-setup-heading h1{font-size:2.35rem}.seller-setup-heading p{color:var(--muted);line-height:1.55}.seller-setup-notice-wide{display:flex;align-items:center;gap:9px;max-width:920px;margin:0 auto 18px}.seller-setup-form{display:grid;grid-gap:22px;gap:22px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:28px 32px;box-shadow:0 16px 44px rgba(15,23,42,.05)}.seller-setup-row{display:grid;grid-template-columns:180px minmax(250px,390px) minmax(240px,1fr);align-items:center;grid-gap:24px;gap:24px;min-height:54px}.seller-setup-row>label{color:var(--ink);font-weight:850}.seller-setup-row>p{color:var(--muted);font-size:.8rem;line-height:1.5}.seller-setup-form .input,.seller-setup-form .select,.seller-setup-form .textarea{width:100%;font-family:var(--font-body)}.seller-setup-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;border-top:1px solid var(--border);padding-top:20px}.seller-setup-actions .button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.seller-setup-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.seller-setup-field--full{grid-column:1/-1}.seller-setup-field-grid label span{color:var(--muted);font-size:.72rem;font-weight:650}.seller-setup-field-grid .textarea{min-height:118px;resize:vertical}.seller-setup-form--integration{gap:24px}.seller-integration-intro{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:15px;gap:15px}.seller-integration-intro--compact{grid-template-columns:minmax(0,1fr)}.seller-integration-intro--compact p{margin:0}.seller-integration-icon{display:grid;width:50px;height:50px;place-items:center;border-radius:999px;background:#edf2ff;color:var(--accent)}.seller-integration-intro h2,.seller-security-lead h2,.seller-setup-complete h2{font-size:1.12rem}.seller-integration-intro p,.seller-security-lead p,.seller-setup-complete p{margin-top:4px;color:var(--muted);font-size:.82rem;line-height:1.5}.setup-status{border-radius:999px;background:#fff6df;padding:6px 10px;color:#815b00;font-size:.72rem;font-weight:850;white-space:nowrap}.setup-status--ok{background:#eaf7e8;color:#276322}.seller-stripe-progress{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:100%;margin:0;border-block:1px solid var(--border);padding:18px 8px;list-style:none}.seller-stripe-progress:before{position:absolute;top:33px;right:8.333%;left:8.333%;height:2px;background:#e2e7f0;content:""}.seller-stripe-progress li{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:0 8px;color:var(--muted);text-align:center}.seller-stripe-progress__marker{display:grid;width:30px;height:30px;place-items:center;border:2px solid #dce2eb;border-radius:999px;background:#fff;color:var(--muted);font-size:.72rem;font-weight:850}.seller-stripe-progress li>span:nth-child(2){color:var(--ink);font-size:.76rem;font-weight:800}.seller-stripe-progress li strong{font-size:.7rem;font-weight:700}.seller-stripe-progress li.is-current .seller-stripe-progress__marker{border-color:var(--ink);background:var(--ink);color:#fff}.seller-stripe-progress li.is-complete .seller-stripe-progress__marker{border-color:var(--accent);color:var(--accent)}.seller-integration-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.seller-stripe-flow{display:grid;grid-gap:24px;gap:24px;width:100%}.seller-integration-actions p{max-width:520px;color:var(--muted);font-size:.78rem;line-height:1.5}.seller-stripe-onboarding{position:relative;display:grid;flex:1 1 100%;grid-gap:8px;gap:8px;width:100%;border-top:1px solid var(--border);padding-top:0}.seller-stripe-onboarding__saved,.seller-stripe-onboarding__start{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:18px 48px 2px 0}.seller-stripe-onboarding__hosted-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 48px 2px 0;border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px}.seller-stripe-onboarding__hosted-intro strong{color:var(--ink);font-size:1rem}.seller-stripe-onboarding__hosted-intro p{max-width:670px;margin:5px 0 0;color:var(--muted);font-size:.85rem;line-height:1.5}.seller-stripe-onboarding__hosted-intro .button svg{animation:none}.seller-stripe-onboarding__hosted-intro .button:disabled svg{animation:seller-stripe-onboarding-spin .9s linear infinite}.seller-stripe-onboarding__saved{display:grid;justify-items:start;max-width:600px;grid-gap:7px;gap:7px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px}.seller-stripe-onboarding__saved p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.5}.seller-stripe-onboarding__toolbar{position:absolute;z-index:3;top:14px;left:auto;right:0;display:flex;align-items:center;justify-content:flex-end}.seller-stripe-onboarding__toolbar>button:last-child{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer}.seller-stripe-onboarding__back-row{display:flex;justify-content:flex-start;margin:14px 48px 2px 0}.seller-stripe-onboarding__stage-navigation{display:flex;justify-content:space-between;gap:12px;margin:14px 48px 2px 0}.seller-stripe-onboarding__back{display:inline-flex;min-height:34px;align-items:center;gap:7px;border:1px solid var(--border);border-radius:999px;background:#fff;padding:0 13px;color:var(--ink);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.seller-setup-exit-modal{position:fixed;z-index:220;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.52);padding:20px}.seller-setup-exit-modal__panel{display:grid;width:min(440px,100%);grid-gap:15px;gap:15px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.26)}.seller-setup-exit-modal__panel h2,.seller-setup-exit-modal__panel p{margin:0}.seller-setup-exit-modal__panel h2{font-size:1.2rem}.seller-setup-exit-modal__panel p{color:var(--muted);font-size:.86rem;line-height:1.55}.seller-setup-exit-modal__panel .image-upload-error{color:var(--danger)}.seller-setup-exit-modal__panel>div{display:flex;justify-content:flex-end;gap:10px}.seller-stripe-onboarding__loading{display:flex;align-items:center;gap:8px;margin:16px 48px 6px 0;color:var(--muted);font-size:.82rem}.seller-stripe-onboarding__loading svg{animation:seller-stripe-onboarding-spin .9s linear infinite}@keyframes seller-stripe-onboarding-spin{to{transform:rotate(1turn)}}.seller-stripe-onboarding__host{min-height:260px}.seller-stripe-onboarding__host:empty{min-height:0}.seller-stripe-onboarding__error{display:grid;grid-gap:14px;gap:14px;margin:16px 48px 0 0;border:1px solid #f4c7c3;border-radius:10px;background:#fff8f7;padding:16px}.seller-stripe-onboarding__error p{max-width:none;margin:0;color:#b42318}.seller-stripe-onboarding__error>div{display:flex;flex-wrap:wrap;gap:10px}.seller-stripe-onboarding__verification-gate{display:grid;justify-items:start;grid-gap:14px;gap:14px;margin:16px 48px 0 0;border:1px solid #cfdcff;border-radius:12px;background:#f8faff;padding:20px}.seller-stripe-onboarding__verification-gate strong{color:var(--ink);font-size:1rem}.seller-stripe-onboarding__verification-gate p{max-width:650px;margin:5px 0 0;color:var(--muted);font-size:.86rem;line-height:1.5}.seller-stripe-onboarding__verification-gate .image-upload-error{margin:0;color:var(--danger)}.seller-stripe-identity{display:grid;grid-gap:10px;gap:10px}.seller-stripe-identity-stage{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;margin:16px 48px 0 0;border:1px solid var(--border);border-radius:12px;background:#fff;padding:22px}.seller-stripe-identity-stage>div:first-child{display:grid;grid-gap:5px;gap:5px}.seller-stripe-identity-stage strong{font-size:1rem}.seller-stripe-identity-stage p{max-width:none;margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}.seller-stripe-identity-stage .seller-stripe-identity{justify-items:end}.seller-stripe-identity-stage .button{width:auto;min-height:38px;padding:0 16px;font-size:.8rem;white-space:nowrap}.seller-stripe-identity__message{margin:0;color:var(--muted);font-size:.82rem;line-height:1.5}.seller-stripe-identity__spinner{animation:seller-stripe-onboarding-spin .9s linear infinite}.seller-billing-summary,.seller-security-lead{display:flex;align-items:flex-start;gap:13px;border-bottom:1px solid var(--border);padding-bottom:20px}.seller-billing-summary>svg,.seller-security-lead>svg{flex:0 0 auto;color:var(--accent)}.seller-billing-summary p{margin-top:3px;color:var(--muted);font-size:.8rem;line-height:1.5}.seller-setup-confirmation{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.8rem;line-height:1.45}.seller-security-options input,.seller-setup-confirmation input{accent-color:var(--accent)}.seller-identity-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:32px;box-shadow:0 16px 44px rgba(15,23,42,.05)}.seller-identity-layout,.seller-identity-steps{display:grid;grid-gap:28px;gap:28px}.seller-identity-steps>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:15px;gap:15px}.seller-identity-steps>div>span{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:#edf2ff;color:var(--accent)}.seller-identity-steps h2{font-size:.95rem}.seller-identity-steps p{margin-top:5px;color:var(--muted);font-size:.8rem;line-height:1.5}.seller-identity-summary{display:grid;grid-gap:16px;gap:16px;border-left:1px solid var(--border);padding-left:28px}.seller-identity-summary__heading{display:flex;align-items:center;gap:11px}.seller-identity-summary__heading>svg{color:var(--accent)}.seller-identity-summary__heading>div{display:grid;grid-gap:3px;gap:3px}.seller-identity-summary>p,.seller-identity-summary__heading span{color:var(--muted);font-size:.76rem;line-height:1.5}.seller-identity-layout+form{margin-top:22px}.seller-security-options{display:grid;grid-gap:3px;gap:3px}.seller-security-options>label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;border-radius:8px;padding:13px 10px;cursor:pointer}.seller-security-options>label:hover{background:#f7f9fd}.seller-security-option__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:#edf2ff;color:var(--accent)}.seller-security-options label>span:nth-child(2){display:grid;grid-gap:3px;gap:3px}.seller-security-options small{color:var(--muted);font-size:.75rem;line-height:1.4}.seller-security-options input{width:18px;height:18px}.seller-security-email{max-width:560px}.seller-setup-complete{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:32px;box-shadow:0 16px 44px rgba(15,23,42,.05)}.seller-setup-complete__icon{display:grid;width:62px;height:62px;place-items:center;border-radius:999px;background:#edf2ff;color:var(--accent)}.seller-setup-checklist{display:grid;grid-column:1/-1;margin-top:8px;border-block:1px solid var(--border)}.seller-setup-checklist>a,.seller-setup-checklist>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:15px 4px;color:var(--ink)}.seller-setup-checklist>*+*{border-top:1px solid var(--border)}.seller-setup-checklist>a:hover{color:var(--accent)}.seller-setup-checklist span{display:grid;grid-gap:3px;gap:3px}.seller-setup-checklist small{color:var(--muted);font-size:.76rem}.seller-setup-complete__actions{display:flex;grid-column:1/-1;flex-wrap:wrap;gap:10px}.hero{padding:52px 0 28px}.hero-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:48px;gap:48px;align-items:stretch}.hero-copy{display:flex;min-height:390px;flex-direction:column;justify-content:center;gap:20px}.eyebrow{color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{max-width:780px;font-size:clamp(2.05rem,4.6vw,3.8rem);line-height:1.02}h1,h2{font-family:var(--font-display);font-weight:850;letter-spacing:0}h2{font-size:1.55rem}.page-title--category{font-size:clamp(1.8rem,3.7vw,3rem)}h3{font-size:1.05rem}.lead{max-width:660px;color:var(--muted);font-size:1.02rem;line-height:1.65}.hero-media{min-height:390px;overflow:hidden;border-radius:22px;box-shadow:0 18px 44px rgba(23,32,51,.08)}.hero-media img{width:100%;height:100%;object-fit:cover}.home-hero{align-items:center}.home-hero__copy{padding:12px 0 18px}.hero-brand-logo{width:min(280px,72vw);height:auto;margin:2px 0 8px;object-fit:contain}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:620px;margin:10px 0 4px;border:1px solid #edf0f5;border-radius:18px;background:#ffffff;box-shadow:0 14px 28px rgba(23,32,51,.05)}.hero-stats div{display:grid;grid-gap:5px;gap:5px;padding:18px}.hero-stats div+div{border-left:1px solid #edf0f5}.hero-stats span{color:var(--ink);font-size:1.2rem;font-weight:900}.hero-stats p{color:var(--muted);font-size:.8rem;font-weight:700}.hero-collage{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px;min-height:430px;overflow:visible;border-radius:0;box-shadow:none}.hero-collage img{min-height:0;overflow:hidden;border-radius:22px;background:var(--surface-strong);box-shadow:0 18px 44px rgba(23,32,51,.08)}.hero-collage__wide{grid-row:1/3}.search-bar{display:flex;width:min(680px,100%);gap:8px}.search-bar input{flex:1 1}.input,.select,.textarea{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:11px 12px;color:var(--text)}.textarea{min-height:132px;resize:vertical}.section{padding:28px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading p{color:var(--muted)}.landing-page{padding:12px 0 42px}.landing-page__inner{display:grid;grid-gap:12px;gap:12px}.home-feature-tiles{display:grid;grid-gap:14px;gap:14px;margin-top:0}.home-feature-tiles__primary{display:grid;grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(170px,1fr));grid-gap:14px;gap:14px}.home-feature-compact-tile,.home-feature-tile{position:relative;overflow:hidden;min-height:170px;border:1px solid #e1e8f3;border-radius:12px;background:#f7f9fc;color:#ffffff;box-shadow:0 14px 34px rgba(23,32,51,.08);isolation:isolate}.home-feature-compact-tile:after,.home-feature-tile:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(4,11,24,.12),rgba(4,11,24,.76)),linear-gradient(90deg,rgba(4,11,24,.56),transparent 72%);content:""}.home-feature-compact-tile img,.home-feature-tile img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .22s ease}.home-feature-compact-tile:focus img,.home-feature-compact-tile:hover img,.home-feature-tile:focus img,.home-feature-tile:hover img{transform:scale(1.055)}.home-feature-tile>span{display:grid;align-content:end;grid-gap:6px;gap:6px;min-height:inherit;padding:18px}.home-feature-tile:not(.home-feature-tile--hero)>span{align-content:start}.home-feature-tile small{width:-moz-fit-content;width:fit-content;border-radius:999px;background:rgba(255,255,255,.92);padding:5px 9px;color:var(--accent-strong);font-size:.72rem;font-weight:950;text-transform:uppercase}.home-feature-tile strong{max-width:13ch;font-size:1.34rem;font-weight:950;line-height:1.04}.home-feature-tile--collection strong,.home-feature-tile--delivery strong,.home-feature-tile--stock strong{max-width:none;font-size:1.2rem;white-space:nowrap}.home-feature-tile--hero strong{font-size:clamp(1.6rem,3vw,2.35rem)}.home-feature-tile em{max-width:24ch;color:rgba(255,255,255,.86);font-size:.84rem;font-style:normal;font-weight:650;line-height:1.35}.home-feature-tile b{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#ffffff;padding:5px 10px;color:var(--ink);font-size:.84rem;font-weight:950}.home-feature-tile--deals{min-height:250px}.home-feature-tile--deals:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,transparent 0 38%,rgba(255,255,255,.2) 46%,transparent 56%);content:"";animation:home-deal-sheen 4.8s ease-in-out infinite}.home-feature-tiles__compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.home-feature-compact-tile{min-height:118px;display:grid;align-items:end;padding:14px;color:#ffffff;font-size:.98rem;font-weight:950}@keyframes home-deal-sheen{0%,58%{transform:translateX(-105%)}to{transform:translateX(105%)}}.landing-section{display:grid;grid-gap:12px;gap:12px;min-width:0}.landing-category-showcase{display:grid;grid-gap:28px;gap:28px;margin-top:12px}.home-marketplace-empty{display:grid;justify-items:start;grid-gap:8px;gap:8px;margin-top:12px;border:1px dashed #cbd6e8;border-radius:16px;background:linear-gradient(135deg,#fbfcff,#f5f8ff);padding:30px}.home-marketplace-empty h2,.home-marketplace-empty p{margin:0}.home-marketplace-empty p{color:var(--muted)}.landing-category-panel{display:grid;grid-gap:9px;gap:9px;min-width:0;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.landing-category-panel__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0}.landing-category-panel__meta span{display:inline-flex;align-items:center;min-height:24px;color:var(--ink);font-size:.98rem;font-weight:950;letter-spacing:0}.landing-category-panel__meta a{min-height:32px;border:1px solid var(--ink);border-radius:999px;background:#ffffff;padding:0 13px;font-size:.82rem}.landing-category-panel__meta a,.landing-row-view-all{display:inline-flex;align-items:center;color:var(--ink);font-weight:850}.landing-row-view-all{min-height:36px;border:1px solid #dce5f3;border-radius:4px;background:rgba(255,255,255,.94);padding:0 11px;font-size:.8rem;box-shadow:0 7px 18px rgba(23,32,51,.09);transition:background .15s ease,border-color .15s ease,color .15s ease}.landing-row-view-all:focus,.landing-row-view-all:hover{border-color:var(--accent);background:var(--accent);color:#ffffff}.landing-section__heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-section__heading h2{font-size:1.3rem;line-height:1.2}.landing-section__heading .button{min-height:38px;border-color:var(--ink);border-radius:999px;padding:8px 17px;background:var(--surface);color:var(--ink);font-size:.9rem}.landing-product-strip{position:relative;width:100%;min-width:0;overflow:hidden}.landing-product-strip:after,.landing-product-strip:before{display:none}.landing-product-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,260px);grid-gap:16px;gap:16px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:visible;padding:0 0 4px;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-mask-image:linear-gradient(90deg,#000,#000 calc(100% - 54px),rgba(0,0,0,.84) calc(100% - 42px),rgba(0,0,0,.58) calc(100% - 30px),rgba(0,0,0,.28) calc(100% - 18px),rgba(0,0,0,.08) calc(100% - 8px),transparent);mask-image:linear-gradient(90deg,#000,#000 calc(100% - 54px),rgba(0,0,0,.84) calc(100% - 42px),rgba(0,0,0,.58) calc(100% - 30px),rgba(0,0,0,.28) calc(100% - 18px),rgba(0,0,0,.08) calc(100% - 8px),transparent);scrollbar-width:none}.landing-product-row.is-scrolled{-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.08) 8px,rgba(0,0,0,.28) 18px,rgba(0,0,0,.58) 30px,rgba(0,0,0,.84) 42px,#000 54px,#000 calc(100% - 54px),rgba(0,0,0,.84) calc(100% - 42px),rgba(0,0,0,.58) calc(100% - 30px),rgba(0,0,0,.28) calc(100% - 18px),rgba(0,0,0,.08) calc(100% - 8px),transparent);mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.08) 8px,rgba(0,0,0,.28) 18px,rgba(0,0,0,.58) 30px,rgba(0,0,0,.84) 42px,#000 54px,#000 calc(100% - 54px),rgba(0,0,0,.84) calc(100% - 42px),rgba(0,0,0,.58) calc(100% - 30px),rgba(0,0,0,.28) calc(100% - 18px),rgba(0,0,0,.08) calc(100% - 8px),transparent)}.landing-product-row::-webkit-scrollbar{display:none}.landing-product-card{display:grid;align-content:start;grid-gap:4px;gap:4px;color:var(--ink)}.landing-product-card,.landing-product-card-shell{min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.landing-product-card-shell{position:relative}.landing-product-card-shell .landing-product-card{height:100%}.landing-product-card__favourite{position:absolute;top:9px;right:9px;display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(224,230,241,.95);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 3px 12px rgba(20,37,64,.13);color:var(--ink);cursor:pointer}.landing-product-card__favourite.is-saved,.landing-product-card__favourite:hover{color:#d7113a}.landing-product-card__media{display:block;aspect-ratio:1;overflow:hidden;border:1px solid #edf0f5;border-radius:8px;background:var(--surface-strong)}.landing-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.landing-product-card:focus .landing-product-card__media img,.landing-product-card:hover .landing-product-card__media img{transform:scale(1.035)}.landing-product-card__title{display:-webkit-box;overflow:hidden;margin-top:3px;color:var(--ink);font-size:.9rem;font-weight:650;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:1}.landing-product-card__price-row{display:flex;align-items:baseline;gap:6px;line-height:1.15}.landing-product-card__price-row strong{color:#224d0d;font-size:.98rem;font-weight:900}.landing-product-card__price-row s{color:var(--muted);font-size:.78rem}.landing-product-card__price-row em{display:inline-flex;align-items:center;border-radius:4px;background:#d7113a;padding:3px 6px;color:#ffffff;font-size:.7rem;font-style:normal;font-weight:950;line-height:1;white-space:nowrap}.landing-product-card__shipping{color:var(--muted);font-size:.82rem;line-height:1.2}.delivery-pill{background:#a9db80;color:#153c0d}.collection-postcode-pill,.delivery-pill{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:2px 7px;font-size:.72rem;font-weight:850;line-height:1.3}.collection-postcode-pill{background:#eef3ff;color:var(--accent-strong)}.deals-page{padding:24px 0 54px}.deals-page__inner{display:grid;grid-gap:18px;gap:18px}.deals-hero{display:grid;max-width:780px;grid-gap:10px;gap:10px}.deals-hero h1{font-size:clamp(2rem,4vw,3.7rem);line-height:1.04}.deals-hero p{color:var(--muted);font-size:1rem;line-height:1.55}.favourites-page{padding:30px 0 54px}.favourites-page .profile-page__hero{gap:4px}.favourites-page .profile-page__hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.02}.favourites-page .profile-page__hero p{font-size:.95rem}.favourites-page__inner{display:grid;grid-gap:18px;gap:18px}.favourites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:14px;gap:14px}.favourite-card{display:grid;grid-gap:10px;gap:10px;border:1px solid #e2e9f4;border-radius:14px;background:#ffffff;padding:10px;box-shadow:0 14px 34px rgba(23,32,51,.06)}.favourite-card>a,.favourite-card>a img,.favourite-card>a span,.favourite-card__media,.favourite-card__media img,.favourite-card__media span{display:block;width:100%;aspect-ratio:4/3;border-radius:10px}.favourite-card>a,.favourite-card__media{overflow:hidden;background:var(--surface-strong)}.favourite-card>a img,.favourite-card__media img{object-fit:cover}.favourite-card>a span,.favourite-card__media span{display:grid;place-items:center;color:var(--muted);font-weight:950}.favourite-card h2{display:-webkit-box;overflow:hidden;color:var(--ink);font-size:.96rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.favourite-card p{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px}.favourite-card p strong{color:var(--ink);font-size:1rem;font-weight:950}.favourite-card p s{color:var(--muted);font-size:.78rem}.favourite-card p em{border-radius:4px;background:#d7113a;padding:3px 6px;color:#ffffff;font-size:.68rem;font-style:normal;font-weight:950;line-height:1}.favourite-card button{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:34px;align-items:center;gap:7px;border:1px solid #f1c3c2;border-radius:999px;background:#fff7f7;padding:0 11px;color:var(--danger);cursor:pointer;font-family:var(--font-body);font-size:.8rem;font-weight:850}.deals-filter-row{display:flex;flex-wrap:wrap;gap:10px}.deals-filter-row a{display:inline-flex;min-height:40px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;background:#ffffff;padding:9px 14px;color:var(--ink);font-size:.86rem;font-weight:850}.deals-filter-row a.is-selected,.deals-filter-row a:focus,.deals-filter-row a:hover{border-color:rgba(49,91,255,.45);background:#eef3ff;color:var(--accent-strong)}.deals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.deal-card{display:grid;overflow:hidden;border:1px solid #e2e9f4;border-radius:12px;background:#ffffff;color:var(--ink);box-shadow:0 14px 32px rgba(23,32,51,.06);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.deal-card:focus,.deal-card:hover{border-color:rgba(49,91,255,.34);box-shadow:0 18px 36px rgba(23,32,51,.1);transform:translateY(-2px)}.deal-card__media{position:relative;display:block;aspect-ratio:1.08;overflow:hidden;background:var(--surface-strong)}.deal-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.deal-card:focus .deal-card__media img,.deal-card:hover .deal-card__media img{transform:scale(1.04)}.deal-card__media b{position:absolute;top:10px;left:10px;border-radius:4px;background:#d7113a;padding:5px 7px;color:#ffffff;font-size:.72rem;font-weight:950;line-height:1}.deal-card__body{display:grid;grid-gap:5px;gap:5px;padding:12px}.deal-card .landing-product-card__price-row{align-items:center;flex-wrap:wrap}.deal-card .landing-product-card__price-row b{color:#224d0d;font-size:.98rem;font-weight:950}.deal-card__body>strong{display:-webkit-box;overflow:hidden;font-size:.94rem;font-weight:900;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.deal-card__body em,.deal-card__body small{color:var(--muted);font-size:.78rem;font-style:normal;font-weight:650}.deal-card .landing-product-card__price-row em{color:#ffffff;font-size:.7rem;font-weight:950}.home-map-section{display:grid;grid-gap:10px;gap:10px;scroll-margin-top:210px;padding-top:0}.home-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.home-map-heading h2{margin-top:4px;font-size:1.45rem}.home-map-heading p{margin:4px 0 0;color:var(--muted);line-height:1.45}.home-map-heading .button{min-height:38px;border-color:var(--ink);border-radius:999px;background:var(--surface);color:var(--ink)}.home-map-controls{display:grid;grid-template-columns:minmax(360px,440px) minmax(280px,1fr) auto;align-items:end;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:14px;background:#fbfcff;padding:14px}.home-map-controls label{display:grid;grid-gap:7px;gap:7px}.home-map-area-fields{display:grid;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr);grid-gap:10px;gap:10px}.home-map-controls label span{color:var(--muted);font-size:.78rem;font-weight:850}.home-map-postcode-row{position:relative}.home-map-postcode-row .input{padding-right:46px}.home-map-postcode-loading{position:absolute;z-index:1;top:50%;right:54px;color:var(--accent);pointer-events:none;transform:translateY(-50%);animation:home-map-postcode-spin .8s linear infinite}@keyframes home-map-postcode-spin{to{transform:translateY(-50%) rotate(1turn)}}.home-map-current-button{position:absolute;top:1px;right:1px;bottom:1px;display:grid;width:42px;height:auto;place-items:center;border:0;border-left:1px solid #d8e1ef;border-radius:0 7px 7px 0;background:#f7faff;padding:0;color:var(--accent-strong);cursor:pointer}.home-map-current-button:focus,.home-map-current-button:hover{background:#edf3ff;color:var(--accent)}.home-map-range-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(96px,auto);align-items:center;grid-gap:12px;gap:12px;min-height:42px;border:1px solid var(--border);border-radius:999px;background:var(--surface);padding:0 12px}.home-map-range{width:100%;accent-color:var(--accent);cursor:pointer}.home-map-radius-input{display:inline-flex;align-items:center;gap:6px}.home-map-radius-input input{width:44px;min-height:32px;border:1px solid rgba(49,91,255,.26);border-radius:9px;background:linear-gradient(180deg,#f7f9ff,#edf3ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 6px 16px rgba(49,91,255,.08);color:var(--accent-strong);font-family:var(--font-body);font-size:.84rem;font-weight:900;text-align:center;-moz-appearance:textfield}.home-map-radius-input input::-webkit-inner-spin-button,.home-map-radius-input input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.home-map-radius-input input:focus{border-color:rgba(49,91,255,.58);outline:2px solid rgba(49,91,255,.12);outline-offset:1px}.home-map-radius-input b{color:var(--muted);font-size:.74rem;font-weight:850;white-space:nowrap}.home-map-location-note{justify-self:start;display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;align-items:center;gap:8px;min-height:42px;border-radius:999px;background:#f2f6ff;padding:8px 12px;color:#294178;font-size:.82rem;font-weight:750}.landing-row-controls{position:absolute;z-index:3;inset:0;display:contents;pointer-events:none}.landing-row-arrow{position:absolute;z-index:3;top:clamp(96px,8.4vw,126px);display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:11px;background:linear-gradient(145deg,rgba(16,31,59,.92),rgba(30,57,108,.94));box-shadow:0 8px 20px rgba(15,29,55,.24),inset 0 1px 0 rgba(255,255,255,.16);color:#ffffff;cursor:pointer;opacity:0;pointer-events:auto;transform:translateY(-50%);transition:opacity .18s ease,transform .22s cubic-bezier(.2,.75,.25,1),background .18s ease,box-shadow .18s ease,color .18s ease}.landing-row-arrow svg{display:block;transition:transform .18s ease}.landing-row-arrow--previous{left:10px}.landing-row-arrow--next{right:10px}@media (prefers-reduced-motion:reduce){.auth-modal__panel,.auth-modal__scrim{animation:none}}.landing-row-arrow:focus-visible,.landing-row-arrow:hover{background:linear-gradient(145deg,#315bff,#2348d8);box-shadow:0 12px 24px rgba(49,91,255,.34),inset 0 1px 0 rgba(255,255,255,.25);color:#ffffff;outline:none}.landing-product-strip:focus-within .landing-row-arrow,.landing-product-strip:hover .landing-row-arrow{opacity:1}.landing-row-arrow--previous:focus-visible,.landing-row-arrow--previous:hover{transform:translate(-2px,-50%)}.landing-row-arrow--next:focus-visible,.landing-row-arrow--next:hover{transform:translate(2px,-50%)}.landing-row-arrow--previous:focus-visible svg,.landing-row-arrow--previous:hover svg{transform:translateX(-1px)}.landing-row-arrow--next:focus-visible svg,.landing-row-arrow--next:hover svg{transform:translateX(1px)}.landing-row-arrow:disabled{opacity:0!important;cursor:default;pointer-events:none}@media (prefers-reduced-motion:reduce){.landing-product-row{scroll-behavior:auto}.landing-row-arrow,.landing-row-arrow svg{transition:none}}.category-page{padding:24px 0 40px}.category-subcategory-links{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0 0 22px;padding:0 2px}.category-subcategory-links a{color:var(--ink);font-size:.88rem;font-weight:850;transition:color .15s ease}.category-subcategory-links a:focus,.category-subcategory-links a:hover{color:var(--accent)}.category-hero{display:grid;justify-items:center;grid-gap:9px;gap:9px;max-width:780px;margin:0 auto;padding:2px 0 28px;text-align:center}.category-hero__parent{color:var(--clay);font-size:.84rem;font-weight:850}.category-hero p{max-width:680px;color:var(--muted);font-size:.98rem;line-height:1.55}.category-showcase{display:grid;grid-gap:14px;gap:14px;margin:0 auto 24px;border:1px solid #e2e9f4;border-radius:18px;background:radial-gradient(circle at top left,rgba(49,91,255,.08),transparent 32%),linear-gradient(180deg,#ffffff,#f8faff),var(--surface);padding:14px;box-shadow:0 12px 30px rgba(23,32,51,.05)}.category-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(166px,1fr));grid-gap:10px;gap:10px;align-items:start}.subcategory-tile{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;min-width:0;grid-gap:10px;gap:10px;overflow:hidden;border:1px solid #e5ebf5;border-radius:13px;background:#ffffff;padding:7px;color:var(--ink);font-size:.82rem;font-weight:850;line-height:1.18;text-align:left;box-shadow:0 8px 22px rgba(23,32,51,.04);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.subcategory-tile__media{display:block;aspect-ratio:1;overflow:hidden;border-radius:10px;background:var(--surface-strong)}.subcategory-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.subcategory-tile:focus .subcategory-tile__media img,.subcategory-tile:hover .subcategory-tile__media img{transform:scale(1.04)}.subcategory-tile:focus,.subcategory-tile:hover{border-color:rgba(49,91,255,.34);box-shadow:0 12px 26px rgba(23,32,51,.08);transform:translateY(-1px)}.category-showcase__more{display:grid;justify-items:center}.category-showcase__more summary{display:inline-flex;min-height:48px;align-items:center;border:0;border-radius:999px;background:var(--surface-strong);padding:13px 20px;cursor:pointer;font-weight:850;list-style:none}.category-showcase__more summary::-webkit-details-marker{display:none}.category-showcase__more[open] summary{margin-bottom:20px}.category-showcase__grid--extra{width:100%}.catalog-section{display:grid;grid-gap:14px;gap:14px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:0}.catalog-filter,.catalog-sort{position:relative}.catalog-filter summary,.catalog-sort summary{display:inline-flex;align-items:center;gap:7px;cursor:pointer;list-style:none;white-space:nowrap}.catalog-filter summary::-webkit-details-marker,.catalog-sort summary::-webkit-details-marker{display:none}.catalog-filter summary{min-height:38px;border-radius:999px;background:var(--surface-strong);padding:9px 14px;font-weight:850}.catalog-filter__panel,.catalog-sort__panel{position:absolute;top:calc(100% + 8px);z-index:12;display:grid;min-width:230px;max-height:330px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:9px;box-shadow:var(--shadow)}.catalog-filter__panel{left:0;gap:2px}.catalog-sort__panel{right:0}.catalog-filter__title{padding:8px 10px 5px;color:var(--muted);font-size:.76rem;font-weight:850;text-transform:uppercase}.catalog-filter__panel a,.catalog-sort__panel a{border-radius:6px;padding:9px 10px;color:var(--text);font-size:.9rem;font-weight:750}.catalog-filter__panel a:focus,.catalog-filter__panel a:hover,.catalog-sort__panel a:focus,.catalog-sort__panel a:hover{background:var(--surface-strong)}.catalog-toolbar__right{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.92rem}.catalog-sort summary{min-height:40px;border:1px solid var(--ink);border-radius:999px;background:var(--surface);padding:9px 14px;color:var(--text);font-weight:750}.catalog-grid{gap:20px 16px}.catalog-empty{margin-top:8px}.grid{display:grid;grid-gap:18px;gap:18px}.grid--products{grid-template-columns:repeat(4,minmax(0,1fr))}.search-view-switch{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dce5f3;border-radius:14px;background:#f8faff;padding:12px}.search-view-switch span{color:var(--muted);font-size:.84rem;line-height:1.4}.search-view-switch div{display:flex;flex-wrap:wrap;gap:8px}.collection-map-panel{display:grid;grid-gap:14px;gap:14px}.collection-map-controls{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,180px) auto;align-items:end;grid-gap:12px;gap:12px}.collection-map-controls label{display:grid;grid-gap:7px;gap:7px}.collection-map-controls span{color:var(--muted);font-size:.78rem;font-weight:850}.collection-map-view{position:relative;display:grid;grid-template-columns:minmax(205px,240px) minmax(0,1fr) minmax(220px,285px);grid-gap:12px;gap:12px;align-items:start}.collection-map-filters{align-self:start;display:grid;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:14px;box-shadow:0 10px 24px rgba(23,32,51,.07)}.collection-map-filters label{display:grid;grid-gap:6px;gap:6px}.collection-map-filters label>span:first-child{color:var(--muted);font-size:.72rem;font-weight:850;text-transform:uppercase}.collection-map-filter-search__input,.collection-map-filters select,.collection-map-price-range input{width:100%;min-height:38px;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--ink);font-family:var(--font-body);font-size:.86rem;font-weight:750}.collection-map-filters select{padding:0 10px}.collection-map-filters select:disabled{background:#f5f7fb;color:#96a1b2}.collection-map-filter-search__input{display:flex;align-items:center;gap:7px;padding:0 8px 0 10px;color:#748198}.collection-map-filter-search__input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.collection-map-filter-search__input:focus-within{border-color:rgba(49,91,255,.58);box-shadow:0 0 0 2px rgba(49,91,255,.12)}.collection-map-filter-search__input button{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:0;border-radius:999px;background:#edf2ff;padding:0;color:var(--accent-strong);cursor:pointer}.collection-map-filter-search__input button:focus-visible,.collection-map-filter-search__input button:hover{background:#dfe8ff}.collection-map-price-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px}.collection-map-price-range input{min-width:0;padding:0 9px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.collection-map-price-range input::-webkit-inner-spin-button,.collection-map-price-range input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.collection-map-price-range>span{color:var(--muted);font-size:.74rem;font-weight:800}.collection-map-toolbar{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;overflow:hidden;border:1px solid var(--border);border-radius:999px;background:var(--surface);box-shadow:0 10px 24px rgba(23,32,51,.1)}.collection-map-toolbar button{display:grid;width:34px;height:34px;place-items:center;border:0;background:transparent;cursor:pointer}.collection-map-toolbar span{display:grid;min-width:54px;place-items:center;border-inline:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:850}.collection-map-stage{position:relative;min-width:0}.collection-map-canvas{position:relative;height:clamp(440px,calc(100vh - 295px),690px);min-height:0;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.9),transparent 16%),radial-gradient(circle at 52% 45%,rgba(49,91,255,.12),transparent 24%),linear-gradient(160deg,#dfefff,#f5fbff 42%,#eaf6ef);cursor:-webkit-grab;cursor:grab;touch-action:none}.collection-map-canvas .maplibregl-canvas,.collection-map-canvas .maplibregl-canvas-container,.collection-map-canvas .maplibregl-map{border-radius:inherit}.collection-map-canvas .maplibregl-ctrl-group{overflow:hidden;border:1px solid var(--border);border-radius:999px;box-shadow:0 12px 28px rgba(23,32,51,.14)}.collection-map-canvas .maplibregl-ctrl-group button{width:36px;height:36px}.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact,.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact-show{width:24px;min-height:24px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.88);padding:0;box-shadow:0 8px 18px rgba(23,32,51,.12)}.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{display:block;width:24px;height:24px;background-color:transparent}.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner,.collection-map-canvas .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:none}.collection-map-loading{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:var(--muted);font-weight:850}.collection-map-privacy-notice{position:absolute;bottom:12px;left:12px;z-index:3;display:flex;width:max-content;max-width:calc(100% - 24px);align-items:center;gap:9px;border:1px solid rgba(49,91,255,.22);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(15,23,42,.16);padding:9px 11px;color:#1746b8;pointer-events:none}.collection-map-privacy-notice span{display:grid;grid-gap:2px;gap:2px}.collection-map-privacy-notice strong{color:var(--ink);font-size:.76rem;line-height:1.2}.collection-map-privacy-notice small{color:var(--muted);font-size:.7rem;line-height:1.3;white-space:nowrap}@media (max-width:520px){.collection-map-privacy-notice small{white-space:normal}}.collection-map-canvas:active{cursor:-webkit-grabbing;cursor:grabbing}.collection-map-results{position:relative;align-self:start;display:grid;max-height:clamp(440px,calc(100vh - 295px),690px);min-height:0;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;overflow:visible;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:16px 12px 12px 16px;box-shadow:0 10px 24px rgba(23,32,51,.07)}.collection-map-results__head{position:relative;z-index:1;display:grid;grid-gap:10px;gap:10px}.collection-map-results__head>div{display:flex;align-items:center;justify-content:space-between;gap:5px}.collection-map-results__head strong{color:var(--ink);font-size:.91rem;line-height:1.2;flex:0 0 auto;white-space:nowrap}.collection-map-results__head label,.collection-map-sort{display:grid;grid-gap:6px;gap:6px}.collection-map-results__head label span,.collection-map-sort>span{color:var(--muted);font-size:.72rem;font-weight:850;text-transform:uppercase}.collection-map-sort{position:relative}.collection-map-sort__trigger{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border);border-radius:8px;background:#ffffff;padding:0 10px;color:var(--ink);font-family:var(--font-body);font-size:.86rem;font-weight:750;text-align:left;cursor:pointer}.collection-map-sort__trigger.is-deals-selected{border-color:rgba(243,107,22,.48);background:#ffffff;color:#d95f10;font-weight:900}.collection-map-sort__menu{position:absolute;z-index:12;top:calc(100% + 2px);right:0;left:0;overflow:hidden;border:1px solid #b9b9b9;border-radius:8px;background:#ffffff;padding:3px;box-shadow:0 12px 22px rgba(23,32,51,.2)}.collection-map-sort__option{width:100%;min-height:27px;border:0;border-radius:3px;background:transparent;padding:3px 6px;color:var(--ink);font:inherit;font-size:.86rem;font-weight:750;text-align:left;cursor:pointer}.collection-map-sort__option:focus-visible,.collection-map-sort__option:hover{outline:0;background:#dedede}.collection-map-sort__option.is-deals{color:#f36b16;font-weight:900}.collection-map-sort__option.is-deals:focus-visible,.collection-map-sort__option.is-deals:hover{background:#dedede;color:#f36b16}.collection-map-results__list{display:grid;align-content:start;grid-gap:8px;gap:8px;min-height:0;overflow-y:auto;padding:0 8px 2px 0;scrollbar-color:#aebcd1 #f2f5fa;scrollbar-gutter:stable;scrollbar-width:thin}.collection-map-results__list::-webkit-scrollbar{width:9px}.collection-map-results__list::-webkit-scrollbar-track{border-radius:999px;background:#f2f5fa}.collection-map-results__list::-webkit-scrollbar-thumb{border:2px solid #f2f5fa;border-radius:999px;background:#c4cedd}.collection-map-results__list:hover::-webkit-scrollbar-thumb{background:#9cabbe}.collection-map-result{display:grid;grid-template-columns:68px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center;border:1px solid #e4eaf4;border-radius:10px;background:#ffffff;padding:7px;color:var(--text);cursor:pointer;font-family:var(--font-body);text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.collection-map-result:focus,.collection-map-result:hover{border-color:rgba(49,91,255,.38);box-shadow:0 10px 22px rgba(23,32,51,.08);transform:translateY(-1px)}.collection-map-result.is-selected{border-color:rgba(49,91,255,.72);background:#f6f8ff;box-shadow:inset 0 0 0 1px rgba(49,91,255,.24)}.collection-map-result img,.collection-map-result>span:first-child{width:68px;aspect-ratio:1/1;border-radius:8px;background:#edf2f9;object-fit:cover}.collection-map-result>span:last-child{display:grid;grid-gap:2px;gap:2px;min-width:0}.collection-map-result strong{display:-webkit-box;overflow:hidden;color:var(--ink);font-size:.82rem;font-weight:900;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collection-map-result small{overflow:hidden;color:var(--muted);font-size:.72rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.collection-map-result b{color:var(--ink);font-size:.82rem;font-weight:950}.collection-map-result__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px;min-width:0}.collection-map-result__price-row s{color:var(--muted);font-size:.72rem}.collection-map-result__price-row em{display:inline-flex;align-items:center;border-radius:4px;background:#d7113a;padding:3px 5px;color:#ffffff;font-size:.64rem;font-style:normal;font-weight:950;line-height:1;white-space:nowrap}.collection-map-results__empty{border:1px dashed #cbd5e1;border-radius:10px;background:#f8faff;padding:16px 12px;color:var(--muted);font-size:.86rem;font-weight:750;line-height:1.4}.collection-map-results__open{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ink);border-radius:999px;background:#ffffff;padding:8px 12px;color:var(--ink);font-size:.84rem;font-weight:850}.collection-map-card{align-self:start;display:grid;align-content:start;grid-gap:8px;gap:8px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:10px;box-shadow:0 10px 24px rgba(23,32,51,.07)}.collection-map-card img{width:100%;aspect-ratio:16/9;border-radius:10px;object-fit:cover}.collection-map-card div{display:grid;grid-gap:3px;gap:3px}.collection-map-card strong{color:var(--ink);font-size:.9rem;line-height:1.25}.collection-map-card small{color:var(--muted);font-size:.76rem}.collection-map-card span{font-size:.9rem;font-weight:900}.collection-map-card a{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:8px 10px;font-size:.82rem;font-weight:850}.collection-map-radius-pill{width:-moz-fit-content;width:fit-content;flex:0 0 auto;border:1px solid rgba(49,91,255,.14);border-radius:999px;background:#eef3ff;padding:5px 7px;color:var(--accent-strong);font-size:.68rem;font-weight:900;white-space:nowrap}.collection-map-popup-shell .maplibregl-popup-content{overflow:hidden;border-radius:18px;padding:0;box-shadow:0 22px 58px rgba(15,23,42,.26);animation:collection-map-popup-in .18s cubic-bezier(.2,.85,.25,1)}.collection-map-popup-shell .maplibregl-popup-tip{border-top-color:#ffffff}.collection-map-popup-card{width:min(264px,calc(100vw - 56px));overflow:hidden;background:#ffffff;font-family:var(--font-body)}.collection-map-popup-card__media{position:relative;aspect-ratio:16/9.6;overflow:hidden;background:#edf2f9}.collection-map-popup-card__media img{width:100%;height:100%;object-fit:cover}.collection-map-popup-card__round{position:absolute;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.95);color:#1f2937;cursor:pointer;font-family:var(--font-body);font-size:1.2rem;font-weight:900;line-height:1;box-shadow:0 10px 22px rgba(15,23,42,.2)}.collection-map-popup-card__round--heart{top:8px;left:8px}.collection-map-popup-card__round--heart.is-saved{background:var(--accent);color:#ffffff}.collection-map-popup-card__image-next{position:absolute;inset:0 0 0 auto;display:grid;width:76px;place-items:center end;border:0;background:linear-gradient(90deg,transparent,rgba(15,23,42,.5));padding-right:10px;color:#ffffff;cursor:pointer;font-family:var(--font-body);font-size:1.45rem;font-weight:900;opacity:.72;transition:opacity .14s ease,width .14s ease}.collection-map-popup-card__image-next:focus,.collection-map-popup-card__image-next:hover{width:92px;opacity:1}.collection-map-popup-card__image-next[hidden]{display:none}.collection-map-popup-card__dots{position:absolute;bottom:8px;left:50%;display:flex;gap:4px;transform:translateX(-50%)}.collection-map-popup-card__dots i{width:5px;height:5px;border-radius:999px;background:#ffffff;opacity:.62;box-shadow:0 1px 4px rgba(15,23,42,.24)}.collection-map-popup-card__dots i.is-active{opacity:1}.collection-map-popup-card__content{display:grid;grid-gap:5px;gap:5px;padding:10px 12px 12px}.collection-map-popup-card__content strong{color:var(--ink);display:-webkit-box;overflow:hidden;font-size:.88rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collection-map-popup-card__content small{color:var(--muted);font-size:.73rem;line-height:1.35}.collection-map-popup-card__condition{width:-moz-fit-content;width:fit-content;color:#4b5563;font-size:.72rem;font-weight:850}.collection-map-popup-card__price{color:var(--ink);font-size:.92rem;font-weight:950;line-height:1}.collection-map-popup-card__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.collection-map-popup-card__price-row .collection-map-popup-card__price{display:inline-flex;overflow:visible;-webkit-box-orient:initial;-webkit-line-clamp:unset}.collection-map-popup-card__price-row del{color:var(--muted);font-size:.75rem;font-weight:750;line-height:1}.collection-map-popup-card__price-row em{display:inline-flex;align-items:center;border-radius:4px;background:#d7113a;padding:3px 6px;color:#ffffff;font-size:.68rem;font-style:normal;font-weight:900;line-height:1}.collection-map-popup-card__open{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f1f4f8;box-shadow:inset 0 0 0 1px #aeb8c7;padding:5px 9px;color:var(--ink);font-family:var(--font-body);font-size:.72rem;font-weight:850}.collection-map-popup-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.collection-map-popup-card__message{display:inline-grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:0;border-radius:999px;background:#315bff;color:#ffffff;cursor:pointer;box-shadow:0 7px 16px rgba(49,91,255,.25)}.collection-map-popup-card__message:focus-visible,.collection-map-popup-card__message:hover{background:#1746b8}@keyframes collection-map-popup-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--categories{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid #e7ebf2;border-radius:8px;background:var(--surface);box-shadow:0 10px 28px rgba(23,32,51,.04)}.category-card{position:relative;overflow:hidden}.product-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden}.product-card__media{aspect-ratio:4/3;background:var(--surface-strong)}.listing-image-carousel{position:relative;overflow:hidden}.listing-image-carousel__link{display:block;width:100%;height:100%;color:inherit}.landing-product-card__media .listing-image-carousel__link img,.listing-image-carousel__link img,.product-card__media img{width:100%;height:100%;object-fit:cover}.listing-image-carousel__next{position:absolute;top:50%;right:8px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);cursor:pointer;opacity:0;transform:translateY(-50%) translateX(6px);box-shadow:0 12px 26px rgba(15,23,42,.18);transition:opacity .15s ease,transform .15s ease}.listing-image-carousel:after{position:absolute;top:0;right:0;bottom:0;width:58px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(15,23,42,.32));opacity:0;content:"";transition:opacity .15s ease}.listing-image-carousel:focus-within:after,.listing-image-carousel:hover:after{opacity:1}.listing-image-carousel:focus-within .listing-image-carousel__next,.listing-image-carousel:hover .listing-image-carousel__next{opacity:1;transform:translateY(-50%)}.listing-image-carousel__dots{position:absolute;bottom:8px;left:50%;z-index:1;display:flex;gap:4px;transform:translateX(-50%)}.listing-image-carousel__dots i{width:5px;height:5px;border-radius:999px;background:#ffffff;opacity:.56;box-shadow:0 1px 4px rgba(15,23,42,.24)}.listing-image-carousel__dots i.is-active{opacity:1}.product-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--muted);font-weight:850}.product-card__body{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:14px}.product-card:hover{border-color:rgba(49,91,255,.24);box-shadow:0 16px 34px rgba(23,32,51,.08);transform:translateY(-1px)}.product-card--catalog{display:flex;min-width:0;min-height:100%;flex-direction:column;background:transparent;box-shadow:none}.product-card--catalog:hover{border-color:transparent;box-shadow:none}.product-card--catalog .product-card__media{aspect-ratio:4/3;overflow:hidden;border-radius:6px;background:var(--surface-strong)}.product-card--catalog .product-card__media img{transition:transform .18s ease}.product-card--catalog:focus-within .product-card__media img,.product-card--catalog:hover .product-card__media img{transform:scale(1.03)}.product-card--catalog .product-card__body{gap:5px;padding:8px 0 0}.product-card--catalog .product-meta{display:none}.product-card--catalog h3{display:-webkit-box;overflow:hidden;color:var(--ink);font-size:.94rem;font-weight:750;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card--catalog .muted{font-size:.82rem}.product-card--catalog .price-row{align-items:flex-start;gap:6px;margin-top:1px}.product-card--catalog .price{font-size:1rem}.product-card--catalog .pill{padding:4px 8px;font-size:.72rem}.product-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.86rem}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price{font-size:1.12rem;font-weight:900}.pill{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);padding:5px 9px;color:var(--muted);font-size:.78rem;font-weight:700}.pill--ok{border-color:#b6dfd4;background:#effaf6;color:#08634f}.pill--warn{border-color:#f6d7a6;background:#fff8eb;color:var(--warning)}.form{grid-gap:14px}.form,.form-grid{display:grid;gap:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px}.field{display:grid;grid-gap:7px;gap:7px}.field label,.label{color:#344054;font-size:.88rem;font-weight:800}.panel{padding:18px}.store-open-form .form-grid{grid-template-columns:1fr;align-items:start}.store-open-form{width:min(900px,100%);margin-inline:auto}.store-open-submit{width:-moz-fit-content;width:fit-content;min-width:0;padding-inline:22px}.image-upload-field{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.image-upload-actions-overlay,.listing-video-upload__actions--overlay{position:absolute;z-index:3;display:flex;gap:8px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.94;transition:opacity .16s ease,transform .16s ease}.image-upload-field:focus-within .image-upload-actions-overlay,.image-upload-field:hover .image-upload-actions-overlay,.listing-video-upload:hover .listing-video-upload__actions--overlay{opacity:1;transform:translate(-50%,-50%) scale(1.02)}.image-upload-actions-overlay button,.listing-video-upload__actions--overlay button{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--border);border-radius:9px;background:rgba(255,255,255,.96);box-shadow:0 5px 14px rgba(20,31,50,.16);color:var(--accent);cursor:pointer}.image-upload-actions-overlay button:last-child,.listing-video-upload__actions--overlay button:last-child{color:var(--danger)}.listing-photo-field .image-upload-actions-overlay{top:calc(50% - 14px)}.listing-photo-field .image-upload-actions-overlay button{width:30px;height:30px;border-radius:8px}.listing-photo-field .image-upload-actions-overlay button svg{width:14px;height:14px}.listing-video-upload__actions--overlay{top:63px}.image-upload-trigger{position:relative;display:grid;place-items:center;overflow:hidden;padding:0;border:1px solid #dce5f3;background:#f7f9fd;color:var(--accent);cursor:pointer}.image-upload-trigger img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.image-upload-trigger.is-cropped-upload img{object-fit:cover}.image-upload-trigger--circle{width:76px;height:76px;border-radius:999px}.image-upload-trigger--square{width:92px;height:92px;border-radius:14px}.image-upload-trigger--tile{width:100%;aspect-ratio:1;border-radius:10px}.image-upload-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.image-upload-copy strong{color:var(--ink);font-size:.9rem}.image-upload-copy small,.listing-media-fields p,.listing-video-upload small,.quick-listing-collection-area small{color:var(--muted);font-size:.78rem;line-height:1.4}.image-upload-error{color:#b42318!important;font-weight:800}.image-upload-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(12,18,30,.42);padding:22px}.image-upload-panel{display:grid;grid-gap:16px;gap:16px;width:min(520px,100%);border:1px solid var(--border);border-radius:22px;background:var(--surface);padding:22px;box-shadow:var(--shadow)}.image-upload-actions,.image-upload-panel__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.image-upload-panel__heading div{display:grid;grid-gap:3px;gap:3px}.image-upload-panel__heading small{color:var(--muted);font-size:.78rem}.image-upload-panel__heading button{display:grid;width:38px;height:38px;flex:0 0 38px;aspect-ratio:1;place-items:center;border:1px solid var(--border);border-radius:999px;background:#f8faff;color:var(--ink);cursor:pointer}.image-upload-preview{position:relative;display:grid;width:min(330px,72vw);aspect-ratio:1;place-items:center;justify-self:center;overflow:hidden;border:1px solid var(--border);background:#e6e8ec;cursor:-webkit-grab;cursor:grab;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.image-upload-preview--circle{border-radius:999px}.image-upload-preview--square,.image-upload-preview--tile{border-radius:16px}.image-upload-preview img{position:absolute;inset:auto;max-width:none;max-height:none;min-width:0;min-height:0;object-fit:fill;transition:transform .12s ease;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.image-upload-frame-mode{position:absolute;z-index:2;bottom:9px;left:9px;display:grid;width:30px;height:30px;place-items:center;border:1px solid transparent;border-radius:8px;background:rgba(17,24,39,.72);color:#fff;box-shadow:0 3px 10px rgba(15,23,42,.2);cursor:pointer}.image-upload-frame-mode.is-active{border-color:rgba(255,255,255,.82)}.image-upload-frame-mode:hover{background:rgba(17,24,39,.9)}.image-upload-preview:active{cursor:-webkit-grabbing;cursor:grabbing}.image-upload-reposition{display:block;text-align:center;color:var(--muted);font-size:.76rem}.image-upload-range{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:.78rem;font-weight:850}.image-upload-range input{accent-color:var(--accent)}.dashboard-layout{display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:20px;gap:20px;padding:28px 0}.sidebar{align-self:start;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:10px}.sidebar a{display:block;border-radius:6px;padding:10px 12px;color:var(--muted);font-weight:700}.sidebar a:hover{background:var(--surface-strong);color:var(--text)}.stack{display:grid;grid-gap:16px;gap:16px}.table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:8px;background:var(--surface)}.table td,.table th{border-bottom:1px solid var(--border);padding:12px;text-align:left;vertical-align:top}.table th{color:var(--muted);font-size:.82rem;text-transform:uppercase}.basket-table td,.basket-table th{vertical-align:middle}.profile-page{background:#fbfcff;padding:34px 0 54px}.profile-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.profile-layout--single{grid-template-columns:minmax(0,860px)}.profile-sidebar{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-gap:14px;gap:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:14px;box-shadow:0 14px 34px rgba(23,32,51,.06)}.profile-sidebar__identity{display:grid;grid-gap:7px;gap:7px;border-bottom:1px solid var(--border);padding-bottom:14px}.profile-avatar{display:grid;width:52px;height:52px;place-items:center;overflow:hidden;border-radius:999px;background:var(--clay-soft);color:var(--accent)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-check-grid small,.profile-current-email small,.profile-danger-form small,.profile-empty-state small,.profile-heading p,.profile-panel__heading p,.profile-sidebar small,.profile-store small{color:var(--muted);line-height:1.45}.profile-sidebar nav{display:grid;grid-gap:4px;gap:4px}.profile-sidebar nav a{border-radius:6px;padding:9px 10px;color:var(--muted);font-size:.84rem;font-weight:800}.profile-sidebar nav a:focus,.profile-sidebar nav a:hover,.profile-sidebar nav a[aria-current=page]{background:var(--surface-strong);color:var(--accent)}.seller-dashboard-sidebar{top:142px;align-self:start}.seller-dashboard-overview-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;margin:0}.seller-dashboard-heading h1{font-size:clamp(1.65rem,3.1vw,2.45rem)}.seller-dashboard-heading__content{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.seller-dashboard-heading__content>div:first-child{min-width:0}.seller-dashboard-heading__content h1,.seller-dashboard-heading__content p{margin:0}.seller-dashboard-heading__content p{margin-top:7px}.seller-dashboard-overview-toolbar{transform:translateY(10px)}.seller-store-selector{position:relative;display:flex;width:100%;height:38px;align-items:center;gap:7px;border:1px solid #d7e2fb;border-radius:8px;background:linear-gradient(135deg,#f7f9ff,#fff);padding:0;color:var(--accent-strong);box-shadow:0 6px 16px rgba(51,91,255,.07)}.seller-store-selector>svg:first-of-type{margin-left:10px;pointer-events:none}.seller-store-selector>svg:last-of-type{position:absolute;z-index:3;right:10px;pointer-events:none}.seller-store-selector select{position:absolute;z-index:2;inset:0;width:100%;min-width:0;height:100%;padding:0 32px 0 34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.seller-dashboard-heading p{white-space:nowrap}.seller-readiness-grid--overview{margin-top:20px}@media (max-width:760px){.seller-dashboard-heading p{white-space:normal}.seller-dashboard-sidebar{top:116px}.seller-dashboard-heading__content{align-items:flex-start;flex-direction:column}.seller-dashboard-overview-toolbar{transform:none}}.profile-email-summary{align-self:end;display:grid;grid-gap:4px;gap:4px;min-height:44px}.profile-email-summary strong{font-size:.95rem}.profile-email-summary small{color:var(--muted)}.profile-email-status{display:inline-flex;align-items:center;gap:5px;color:#a52a2a!important;font-weight:750}.profile-email-status.is-verified{color:#26703a!important}.profile-email-password .input:disabled,.profile-email-summary .input:disabled{border-color:#e2e7f0;background:#f3f5f8;color:#69758a;opacity:1}.profile-email-input-row{display:flex;align-items:center;gap:8px}.profile-email-input-row .input{min-width:0;flex:1 1}.profile-email-input-row form{flex:0 0 auto}.profile-email-input-row .button{padding:8px 11px;white-space:nowrap}.profile-email-summary a{color:var(--blue);text-decoration:underline}.profile-content{display:grid;grid-gap:18px;gap:18px;min-width:0}.profile-heading{display:grid;grid-gap:8px;gap:8px}.profile-heading h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.profile-heading p{max-width:740px}.profile-notices{display:grid;grid-gap:8px;gap:8px}.profile-panel{display:grid;grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:22px;box-shadow:0 18px 44px rgba(23,32,51,.06)}.profile-panel--danger{border-color:#f5c2bf;background:#fffdfd}.profile-panel--address{gap:12px}.profile-panel__heading{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.profile-panel__heading>span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:var(--clay-soft);color:var(--accent)}.profile-panel--danger .profile-panel__heading>span{background:#fff0ef;color:var(--danger)}.profile-panel__heading h2{font-size:1.2rem}.profile-form{display:grid;grid-gap:16px;gap:16px}.profile-photo-edit{order:-1}.profile-login-settings{display:grid;grid-gap:12px;gap:12px}.profile-login-setting{border:1px solid #e8edf5;border-radius:8px;background:#fbfcff}.profile-login-setting__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:14px}.profile-login-setting__summary>svg{margin-top:2px;color:var(--accent)}.profile-login-setting__summary>span{display:grid;grid-gap:3px;gap:3px}.profile-login-setting__change{align-self:center;padding:7px 12px}.profile-login-setting__summary small{color:var(--muted);font-size:.8rem;line-height:1.35}.profile-login-setting__details{min-width:0}.profile-login-setting__details summary{cursor:pointer;list-style:none;border:1px solid var(--border);border-radius:7px;background:white;color:var(--ink);font-weight:800;padding:7px 10px}.profile-login-setting__details summary::-webkit-details-marker{display:none}.profile-login-setting__details[open]{grid-column:1/-1}.profile-login-setting__details[open] summary{margin-bottom:12px;background:#eef3ff;border-color:#bfcfff}.profile-login-setting__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:12px;gap:12px;border-top:1px solid #e8edf5;background:#fff;padding:14px}.profile-login-setting__form-heading{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:12px}.profile-login-setting__form .field-criteria{margin:8px 0 0}.profile-login-setting__criteria-field,.profile-login-setting__criteria-field+.field{align-self:start}.profile-login-setting__form .button{justify-self:start}.field-feedback{grid-column:1/-1;border:1px solid #bfcfff;border-radius:7px;background:#f4f7ff;color:#1d439b;font-size:.86rem;line-height:1.4;padding:9px 11px}.field-feedback--error{border-color:#f1b4b1;background:#fff4f3;color:#b42318}.field-feedback--success{border-color:#a8d8b1;background:#f1fbf3;color:#1d6b34}.profile-saved-addresses{display:grid;grid-gap:12px;gap:12px;margin:0;border:0;padding:0}.profile-saved-addresses__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px}.profile-saved-addresses__heading>.button{grid-column:2;justify-self:end;width:max-content}.profile-saved-addresses__heading h3{margin:0;font-size:1rem}.profile-saved-addresses article p,.profile-saved-addresses__empty,.profile-saved-addresses__heading p{margin:4px 0 0;color:#60708d;font-size:.86rem}.profile-saved-addresses__list{display:grid;grid-gap:8px;gap:8px}.listing-collection-address,.profile-saved-addresses article{display:grid;align-items:center;grid-gap:12px;gap:12px;padding:11px 12px;border:1px solid #dfe6f2;border-radius:7px;background:#fbfcff}.profile-saved-addresses article{grid-template-columns:auto minmax(0,1fr) auto}.listing-collection-address{grid-template-columns:auto auto minmax(0,1fr) 64px;color:var(--ink);cursor:pointer}.listing-collection-address.is-selected,.listing-collection-address:hover{border-color:#9eb3ff;background:#f4f7ff}.listing-collection-address>input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.listing-collection-address>svg{color:var(--accent)}.listing-collection-address>span:not(.profile-saved-addresses__default){display:grid;grid-gap:3px;gap:3px}.listing-collection-address>.profile-saved-addresses__default{justify-self:end}.listing-collection-address-book{padding-top:14px}.listing-collection-address small,.listing-collection-address-book>small{color:var(--muted);font-size:.78rem;line-height:1.4}.profile-saved-addresses__actions{display:grid;grid-template-columns:minmax(116px,auto) auto 32px;align-items:center;justify-items:end;grid-gap:10px;gap:10px}.profile-saved-addresses__actions>:first-child{justify-self:end}.profile-address-editor{display:grid;grid-gap:16px;gap:16px;border:1px solid #cfd9eb;border-radius:10px;background:#fbfcff;padding:16px}.profile-address-editor__actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}.profile-saved-addresses article>svg{color:#315cff}.profile-saved-addresses strong{display:flex;align-items:center;gap:8px;font-size:.9rem}.profile-saved-addresses__default{border-radius:999px;background:#e8f7df;color:#197238;font-size:.72rem;font-weight:700;padding:2px 7px}.profile-saved-addresses__remove{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:6px;background:transparent;color:#d84b4b;cursor:pointer}.profile-saved-addresses__remove:hover:not(:disabled){background:#fff0f0;color:#c32b2b}.profile-saved-addresses__remove:disabled{cursor:not-allowed;opacity:.55}.profile-two-factor{margin-top:18px;padding-top:18px;border-top:1px solid #e8edf5}.field--full{grid-column:1/-1}.profile-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.profile-check-grid label,.profile-current-email,.profile-danger-form>div:first-child,.profile-empty-state{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:11px;gap:11px;align-items:start;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:13px}.profile-check-grid input{margin-top:3px}.profile-check-grid span,.profile-current-email span,.profile-danger-form span,.profile-empty-state span{display:grid;grid-gap:3px;gap:3px}.profile-submit{justify-self:end}.profile-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.profile-security-card{align-content:start;border:1px solid #e8edf5;border-radius:8px;padding:16px}.profile-current-email svg{color:var(--accent)}.profile-current-email small{display:inline-flex;align-items:center;gap:4px}.profile-store{display:grid;grid-gap:14px;gap:14px}.profile-store-list{display:grid;grid-gap:12px;gap:12px}.profile-store__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;grid-gap:18px;gap:18px;align-items:center;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:14px}.profile-store__icon{display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border:1px solid #d7e2f4;border-radius:999px;background:#f4f7fd;color:var(--accent)}.profile-store__icon img{width:100%;height:100%;object-fit:cover}.profile-store__remove{display:grid;width:36px;height:36px;place-items:center;border:1px solid #f5c2bf;border-radius:9px;background:#fff;color:var(--danger);cursor:pointer}.profile-store__remove:hover,.profile-store__remove[aria-expanded=true]{background:#fff4f3}.profile-store__remove-form{margin-top:-2px}.profile-store__summary div{display:grid;grid-gap:3px;gap:3px}.profile-store__summary span{color:var(--ink);font-size:1.15rem;font-weight:900;text-align:center}.profile-action-row{display:flex;flex-wrap:wrap;gap:10px}.profile-danger-form{display:grid;grid-gap:14px;gap:14px;border:1px solid #f5c2bf;border-radius:8px;background:#fff8f7;padding:15px}.profile-danger-form svg{color:var(--danger)}.profile-empty-state{align-items:center}.profile-empty-state .button{grid-column:1/-1;justify-self:start}.favourite-card.is-unavailable{background:#f8fafc}.favourite-card.is-unavailable .favourite-card__media{opacity:.55;filter:grayscale(.45)}.favourite-card p.favourite-card__unavailable{color:var(--muted);font-size:.8rem;font-weight:750}.profile-empty-state--store{grid-template-columns:auto minmax(0,1fr) auto}.profile-empty-state--store .button{grid-column:auto;justify-self:end}.email-verification-gate{width:min(520px,calc(100vw - 32px));gap:20px;border-color:rgba(255,255,255,.98);border-radius:22px;padding:26px}.email-verification-gate__header{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px}.email-verification-gate__mark{display:grid;width:46px;height:46px;place-items:center;border:1px solid #cbd9ff;border-radius:15px;color:var(--accent);background:linear-gradient(145deg,#f2f5ff,#e6edff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.email-verification-gate__eyebrow{display:block;margin-bottom:3px;color:var(--accent);font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.email-verification-gate__header h2,.email-verification-gate__header p{margin:0}.email-verification-gate__header h2{color:var(--ink);font-size:1.18rem;line-height:1.2}.email-verification-gate__header p{margin-top:4px;color:var(--muted);font-size:.82rem;line-height:1.45}.email-verification-gate__header .icon-button{width:38px;height:38px}.email-verification-gate__body{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:13px;gap:13px;align-items:start;border:1px solid #dbe5fb;border-radius:15px;padding:14px;color:#53627a;background:linear-gradient(120deg,#f8faff,#f3f6ff);line-height:1.45}.email-verification-gate__body>span{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:#e7eeff;color:var(--accent)}.email-verification-gate__body strong{display:block;color:var(--ink);font-size:.86rem}.email-verification-gate__body p{margin:3px 0 0;font-size:.79rem}.email-verification-gate__actions{display:flex;justify-content:flex-end;gap:10px}.email-verification-gate__actions .button{min-height:44px}.seller-email-verification-notice{display:grid;grid-gap:8px;gap:8px;padding:16px;border:1px solid #bfd0ff;border-radius:14px;background:#f7f9ff}.seller-email-verification-notice span{color:var(--muted)}.seller-email-verification-notice .button{justify-self:start}.profile-compliance-note{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.82rem;font-weight:750}.profile-compliance-note svg{color:#26703a}.profile-compliance-note--error{color:#a52a2a}.profile-compliance-note--error svg{color:#c43a36}.payment-methods{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 18px 44px rgba(23,32,51,.06)}.payment-methods__list{display:grid;align-content:start;border-right:1px solid var(--border);background:#f7f9fd}.payment-methods__list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px}.payment-methods__detail h2,.payment-methods__list-heading h2{font-size:1.1rem}.payment-methods__list-heading .button{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;font-weight:850}.payment-methods__list-heading .button--primary{color:#fff}.payment-method-tile{display:grid;grid-template-columns:50px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;border-top:1px solid var(--border);padding:13px 18px;color:var(--text)}.payment-method-tile.is-selected,.payment-method-tile:hover{background:#edf3ff}.payment-method-tile.is-selected{box-shadow:inset 3px 0 0 var(--blue)}.payment-method-tile>span:not(.card-brand-mark){display:grid;grid-gap:3px;gap:3px}.payment-method-tile strong{font-size:.87rem}.payment-method-tile small{color:var(--muted);font-size:.76rem}.card-brand-mark{display:inline-grid;width:50px;height:34px;place-items:center;overflow:hidden;border-radius:5px}.card-brand-mark svg{display:block;width:100%;height:100%}.card-brand-mark--visa{border:1px solid #d9dfeb;background:#fff;padding:7px 5px}.card-brand-mark--visa img{display:block;width:100%;height:100%;object-fit:contain}.payment-method-tile em{grid-column:3;grid-row:1;justify-self:end;align-self:center;border-radius:999px;background:#dcf5df;color:#176a29;padding:2px 6px;font-size:.67rem;font-style:normal;font-weight:850}.payment-methods__empty-list{padding:0 18px 18px;color:var(--muted);font-size:.85rem}.payment-methods__detail{min-height:370px;padding:28px}.payment-methods__detail article{display:grid;grid-gap:28px;gap:28px}.payment-methods__card-summary{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center}.payment-methods__card-summary p,.payment-methods__empty-detail p{color:var(--muted)}.payment-methods__card-icon{display:grid;width:52px;height:36px;place-items:center;border-radius:5px;background:#112a58;color:#fff}.payment-methods__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.payment-methods__actions>form:not(.payment-methods__edit-form){flex:0 0 auto}.payment-methods__actions>.pill{min-height:40px;padding:9px 14px}.payment-methods__edit-toggle{order:2;flex:0 0 auto}.payment-methods__actions>form:not(.payment-methods__edit-form):last-child{order:3}.payment-methods__edit-form{display:grid;order:4;flex:1 0 100%;grid-gap:14px;gap:14px;margin-top:4px;border:1px solid var(--border);border-radius:8px;background:#fbfcff;padding:18px}.payment-methods__expiry-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.payment-methods__edit-form>small{color:var(--muted);line-height:1.45}.payment-methods__edit-form>.button{justify-self:end}.listing-template-save-button--saved{cursor:default}.payment-method-setup-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;overflow-y:auto;background:rgba(15,25,42,.52);padding:20px}.payment-method-setup-modal__panel{position:relative;display:grid;width:min(100%,500px);grid-gap:20px;gap:20px;border:1px solid rgba(184,198,224,.7);border-radius:18px;background:var(--surface);padding:28px;box-shadow:0 28px 80px rgba(12,20,34,.3);animation:modal-panel-open .15s cubic-bezier(.2,.8,.2,1)}.payment-method-setup-modal__panel>header{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center;padding-right:28px}.payment-method-setup-modal__panel>header>span{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:#edf2ff;color:var(--accent)}.payment-method-setup-modal__panel header div{display:grid;grid-gap:3px;gap:3px}.payment-method-setup-modal__panel h2,.payment-method-setup-modal__panel p{margin:0}.payment-method-setup-modal__panel h2{font-size:1.3rem}.payment-method-setup-modal__panel header small{color:var(--accent);font-size:.68rem;font-weight:900;letter-spacing:.08em}.payment-method-setup-modal__panel header p{color:var(--muted);font-size:.82rem;line-height:1.45}.payment-method-setup-modal__close{position:absolute;top:16px;right:16px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:#f1f4fa;color:var(--ink);cursor:pointer}.payment-method-setup-modal__close:focus-visible,.payment-method-setup-modal__close:hover{background:#e5ebf7;color:var(--accent);outline:none}.payment-method-setup-modal .checkout-payment-methods__add{border-top:0;padding:0}.payment-method-setup-modal .checkout-payment-methods__configuration-error{border:1px solid #f2c8c8;border-radius:8px;padding:12px}.payment-methods__empty-detail{display:grid;justify-items:start;grid-gap:12px;gap:12px;max-width:420px;padding-top:36px}.payment-methods__empty-detail>svg{color:var(--accent)}.orders-list{display:grid;grid-gap:14px;gap:14px}.order-card{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px rgba(23,32,51,.05)}.order-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;grid-gap:16px;gap:16px;align-items:center;background:#f4f6fa;padding:14px 18px}.order-card__meta>div{display:grid;grid-gap:3px;gap:3px}.order-card__meta span{color:var(--muted);font-size:.71rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.order-card__meta strong{font-size:.87rem;font-family:inherit;font-weight:800;letter-spacing:0}.order-card__meta>div:nth-child(2) strong,.order-card__total{color:#10264a!important;font-weight:800!important;opacity:1}.order-card__meta>a{display:inline-flex;align-items:center;gap:2px;width:-moz-fit-content;width:fit-content;white-space:nowrap}.order-card__meta--two{grid-template-columns:minmax(0,1fr) auto}.order-card__meta-details{display:flex!important;gap:28px;text-align:right}.order-card__meta-details>div{display:grid;grid-gap:3px;gap:3px}.order-card__meta>.order-card__actions{display:flex;flex-wrap:wrap;gap:8px}.order-card__action-button{min-height:34px;padding:0 11px;font-size:.76rem;white-space:nowrap}.order-card__refund-status{color:#9a5b16;font-size:.76rem;font-weight:800;text-transform:capitalize}.order-card__reference--meta{display:inline-block;align-self:center;transform:translateX(-38px)}.order-card__reference,.order-detail__reference{font-family:inherit;font-feature-settings:normal;font-variant-numeric:normal;letter-spacing:0}.order-card__body{display:grid;grid-template-areas:"summary items";grid-template-columns:minmax(0,.6fr) minmax(420px,1.4fr);grid-gap:24px;gap:24px;padding:20px 18px}.order-card__summary{display:flex;flex-direction:column;grid-area:summary;align-items:flex-start;gap:16px}.order-card__summary-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.order-card__status{display:flex;gap:10px;align-items:flex-start;color:var(--accent)}.order-card__status>div{display:grid;grid-gap:3px;gap:3px}.order-card__status strong{color:var(--text)}.order-card__status span{color:var(--muted);font-size:.81rem}.order-card__items{display:grid;grid-gap:10px;gap:10px;width:min(100%,620px);max-width:100%;margin-left:auto}.order-card__content{display:flex;grid-area:items;justify-content:flex-end;align-items:flex-start;width:100%}.order-card__item{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;color:var(--text)}.order-card__item-details{display:grid;grid-gap:4px;gap:4px}.order-card__item strong{font-size:.9rem}.order-card__item small{color:var(--muted);font-size:.78rem}.order-card__image{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;border-radius:6px;background:var(--surface-strong);color:var(--accent)}.order-card__image img{width:100%;height:100%;object-fit:cover}.order-card__total-block{display:grid;justify-items:end;grid-gap:3px;gap:3px;margin-top:4px;padding-top:12px;border-top:1px solid var(--border)}.order-card__total-block span{color:var(--muted);font-size:.71rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.order-card__total-block strong{color:#10264a;font-family:inherit;font-size:.87rem;font-weight:800;letter-spacing:0}.order-detail{display:grid;grid-gap:18px;gap:18px;max-width:1120px}.order-detail__topline{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px}.order-detail__back{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-weight:800}.order-detail__reference{color:var(--muted);font-size:.84rem;font-weight:800}.order-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-gap:18px;gap:18px;align-items:start}.order-detail__main{display:grid;grid-gap:14px;gap:14px}.order-detail__items,.order-detail__status,.order-detail__summary{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px rgba(23,32,51,.05)}.order-detail__status{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:13px;gap:13px;align-items:center;padding:18px}.order-detail__status-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#eef3ff;color:var(--blue)}.order-detail__status>div{display:grid;grid-gap:4px;gap:4px}.order-detail__status p{color:var(--muted);font-size:.84rem}.order-detail__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.order-detail__actions .button{min-height:36px;font-size:.78rem;white-space:nowrap}.order-detail__seller{color:var(--muted);font-size:.82rem;font-weight:750;text-align:right}.order-detail__items{overflow:hidden}.order-detail__item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;grid-gap:15px;gap:15px;padding:16px;color:var(--text)}.order-detail__item+.order-detail__item{border-top:1px solid var(--border)}.order-detail__image{display:grid;width:78px;height:78px;place-items:center;overflow:hidden;border-radius:6px;background:var(--surface-strong);color:var(--accent)}.order-detail__image img{width:100%;height:100%;object-fit:cover}.order-detail__item-copy{display:grid;grid-gap:5px;gap:5px}.order-detail__item-copy small,.order-detail__summary small{color:var(--muted);font-size:.82rem}.order-detail__summary{display:grid;grid-gap:0;gap:0;overflow:hidden}.order-detail__summary>div{display:grid;grid-gap:6px;gap:6px;padding:17px}.order-detail__summary>div+div{border-top:1px solid var(--border)}.order-detail__summary span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;font-weight:800}.order-detail__summary>div>strong{text-transform:capitalize}.order-detail__total{background:#f5f7fb}.order-detail__total>strong{font-size:1.15rem}.order-workflow-page{display:grid;grid-gap:16px;gap:16px;max-width:760px}.order-workflow-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:clamp(20px,4vw,32px);box-shadow:0 16px 38px rgba(23,32,51,.07)}.order-workflow-card>.form,.order-workflow-card>.notice{grid-column:1/-1}.order-workflow-card h1{margin-top:4px;font-size:1.35rem}.order-workflow-card p{margin-top:7px;color:var(--muted);line-height:1.55}.order-workflow-card__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:#edf3ff;color:var(--accent)}.order-workflow-form textarea{width:100%;min-height:130px;resize:vertical}.store-reviews{display:grid;grid-gap:16px;gap:16px}.store-reviews__filters{display:flex;flex-wrap:wrap;gap:8px}.store-reviews__filters a{border:1px solid var(--border);border-radius:999px;background:var(--surface);padding:7px 11px;color:var(--muted);font-size:.8rem;font-weight:800}.store-reviews__filters a.is-active,.store-reviews__filters a:hover{border-color:rgba(49,91,255,.36);background:#edf3ff;color:var(--accent-strong)}.store-reviews__list{grid-template-columns:repeat(3,minmax(0,1fr))}.store-review,.store-reviews__list{display:grid;grid-gap:12px;gap:12px}.store-review{align-content:start;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:14px}.store-review header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.store-review header>span:nth-child(2){display:grid;grid-gap:2px;gap:2px;min-width:0}.store-review small{color:var(--muted);font-size:.7rem}.store-review__rating{color:#f59e0b;font-size:.84rem;letter-spacing:.03em;white-space:nowrap}.store-review p{color:var(--muted);font-size:.84rem;line-height:1.55}.seller-order-refund-request{display:grid;grid-gap:4px;gap:4px}.seller-order-refund-request strong{text-transform:capitalize}.orders-empty{display:grid;justify-items:start;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:32px}.orders-empty>svg{color:var(--accent)}.orders-empty span{color:var(--muted)}.about-feature-grid,.seller-readiness-grid,.seller-stat-grid,.settings-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.about-feature-grid>article,.about-principles>div,.seller-stat-grid>div,.settings-option-grid>div{display:grid;align-content:start;grid-gap:8px;gap:8px;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:15px}.about-feature-grid svg,.about-principles svg,.seller-stat-grid svg,.settings-option-grid svg{color:var(--accent)}.about-feature-grid h2,.about-principles strong,.seller-stat-grid span,.settings-option-grid strong{color:var(--ink);font-weight:900}.seller-stat-grid strong{color:var(--ink);font-size:1.55rem;line-height:1}.about-copy-grid p,.about-feature-grid p,.about-list,.about-principles span,.about-steps p,.seller-dashboard-list small,.seller-listing-grid small,.seller-readiness-item small,.seller-stat-grid small,.settings-option-grid small,.settings-security-list small,.settings-seller-card small{color:var(--muted);line-height:1.5}.seller-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-readiness-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;border:1px solid #f6d7a6;border-radius:8px;background:#fffaf1;padding:14px}.seller-readiness-item svg{color:var(--warning)}.seller-readiness-item.is-complete{border-color:#b6dfd4;background:#effaf6}.seller-readiness-item.is-complete svg{color:#08634f}.seller-store-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.seller-store-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:12px}.seller-store-card.is-selected,.seller-store-card:focus,.seller-store-card:hover{border-color:rgba(49,91,255,.42);background:#f5f8ff}.seller-store-card__icon{display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border-radius:8px;background:var(--clay-soft);color:var(--accent)}.seller-store-card__icon img{width:100%;height:100%;object-fit:cover}.seller-store-card strong{color:var(--ink);font-weight:900}.seller-store-card small{color:var(--muted);line-height:1.45}.seller-dashboard-list span,.seller-listing-grid article>span:nth-child(2),.seller-readiness-item span,.seller-store-card>span:nth-child(2),.settings-option-grid span,.settings-security-list span,.settings-seller-card span{display:grid;grid-gap:3px;gap:3px}.seller-status-strip{display:flex;flex-wrap:wrap;gap:8px}.seller-status-strip span{border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);padding:7px 10px;color:var(--muted);font-size:.78rem;font-weight:850}.seller-dashboard-list{display:grid;grid-gap:8px;gap:8px}.seller-dashboard-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:13px}.seller-dashboard-list a:focus,.seller-dashboard-list a:hover{border-color:rgba(49,91,255,.32);background:#f5f8ff}.seller-dashboard-list a>span:last-child{text-align:right}.seller-listing-grid{display:grid;grid-gap:8px;gap:8px}.seller-listing-grid article{display:grid;grid-template-columns:64px minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:10px}.seller-listing-image{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;border-radius:7px;background:var(--surface-strong);color:var(--muted)}.seller-listing-image img{width:100%;height:100%;object-fit:cover}.seller-listing-grid article>div{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.seller-listings-page{display:grid;grid-gap:20px;gap:20px}.seller-listings-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.seller-listings-page__heading h1{margin:4px 0 7px}.seller-listings-page__heading p{margin:0;color:var(--muted)}.seller-listings-page__heading .button{flex:0 0 auto}.seller-listings-page__toolbar{display:flex;justify-content:flex-end}.seller-listing-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.seller-listing-summary>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;grid-column-gap:8px;column-gap:8px;min-height:98px;padding:17px 19px}.seller-listing-summary>div+div{border-left:1px solid var(--border)}.seller-listing-summary svg,.seller-listing-summary__dot{grid-row:span 2;color:var(--accent)}.seller-listing-summary__dot{width:9px;height:9px;border-radius:50%;background:var(--accent)}.seller-listing-summary__dot--low{background:#dc9400}.seller-listing-summary__dot--empty{background:#d83a50}.seller-listing-summary span:not(.seller-listing-summary__dot){grid-column:2;align-self:end;color:var(--muted);font-size:.78rem;font-weight:750}.seller-listing-summary strong{grid-column:2;align-self:start;margin-top:3px;color:var(--ink);font-size:1.25rem}.seller-listing-cards{display:grid;grid-gap:12px;gap:12px}.seller-listing-card{display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:13px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.seller-listing-card:hover{border-color:#cbd7ee;box-shadow:0 12px 30px rgba(24,39,75,.08);transform:translateY(-1px)}.seller-listing-card__image{display:grid;width:110px;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:10px;background:#f0f4fa;color:var(--muted)}.seller-listing-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.seller-listing-card:hover .seller-listing-card__image img{transform:scale(1.035)}.seller-listing-card__details{display:grid;min-width:0;grid-gap:12px;gap:12px}.seller-listing-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.seller-listing-card__title-row>div>span{display:block;margin-bottom:3px;color:var(--accent-strong);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.quick-listing-store-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:12px;gap:12px}.listing-template-picker{position:relative}.listing-template-picker__menu{position:absolute;z-index:20;top:calc(100% + 8px);right:0;display:grid;min-width:230px;max-height:260px;overflow:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 18px 36px rgba(24,39,75,.18);padding:8px}.listing-template-picker__menu a,.listing-template-picker__menu button,.listing-template-picker__menu strong{padding:8px 9px;font-size:.84rem}.listing-template-picker__menu a,.listing-template-picker__menu button{border:0;background:transparent;text-align:left;cursor:pointer;border-radius:7px;color:var(--ink)}.listing-template-picker__menu a:focus-visible,.listing-template-picker__menu a:hover,.listing-template-picker__menu button:focus-visible,.listing-template-picker__menu button:hover{background:#edf3ff;color:var(--accent)}.listing-template-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;background:rgba(15,25,42,.45);padding:20px}.listing-template-modal__panel{position:relative;display:grid;width:min(100%,480px);grid-gap:20px;gap:20px;border-radius:16px;background:var(--surface);box-shadow:0 24px 64px rgba(12,20,34,.28);padding:28px}.listing-template-modal__panel h2,.listing-template-modal__panel p{margin:0}.listing-template-modal__panel h2{margin-top:5px}.listing-template-modal__panel p{margin-top:8px;color:var(--muted);line-height:1.5}.listing-template-modal__close{position:absolute;top:16px;right:16px;display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--ink);cursor:pointer}.listing-template-modal__actions{display:flex;justify-content:flex-end;gap:8px}.listing-template-modal__check{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--border);border-radius:10px;padding:12px;cursor:pointer}.listing-template-modal__check input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--accent)}.listing-template-modal__check span{display:grid;grid-gap:2px;gap:2px}.listing-template-modal__check small{color:var(--muted);line-height:1.4}.seller-listing-card__title-row h2{overflow:hidden;margin:0;color:var(--ink);font-size:1.02rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.seller-listing-card__title-row h2 a:hover{color:var(--accent)}.seller-listing-status{flex:0 0 auto;border-radius:999px;padding:4px 8px;background:#e8f7df;color:#176216;font-size:.7rem;font-weight:850;text-transform:capitalize}.seller-listing-status--dormant{background:#edf1f7;color:#526075}.seller-listing-card__facts{display:flex;flex-wrap:wrap;align-items:center;gap:7px 17px;color:var(--muted);font-size:.8rem}.seller-listing-card__facts>span{display:inline-flex;align-items:center;gap:5px}.seller-listing-card__facts b{color:var(--ink)}.seller-listing-card__facts s{color:var(--muted);font-size:.75rem}.seller-listing-card__notice{margin:0;color:#b52235;font-size:.78rem}.seller-listing-card__actions{display:flex;align-items:center;gap:7px}.seller-listing-card__actions .seller-listing-status{align-self:center}.seller-listing-card__actions form{margin:0}.seller-listing-card__actions .button{min-height:36px;padding:7px 10px;font-size:.78rem;white-space:nowrap}.seller-listing-card__delete{display:grid;width:36px;height:36px;place-items:center;border:1px solid #ffd2d8;border-radius:9px;background:#fff;color:#df2940;cursor:pointer}.seller-listing-card__delete:focus-visible,.seller-listing-card__delete:hover{border-color:#ef5366;background:#fff4f5}.seller-orders-page{display:grid;grid-gap:18px;gap:18px}.seller-order-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.seller-order-summary>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;grid-column-gap:9px;column-gap:9px;padding:17px 19px}.seller-order-summary>div+div{border-left:1px solid var(--border)}.seller-order-summary svg{grid-row:span 2;align-self:center;color:var(--accent)}.seller-order-summary span{align-self:end;color:var(--muted);font-size:.76rem;font-weight:750}.seller-order-summary strong{align-self:start;margin-top:3px;color:var(--ink);font-size:1.08rem}.seller-order-cards{display:grid;grid-gap:11px;gap:11px}.seller-order-card{display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.seller-order-card__identity{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border)}.seller-order-card__identity>div{min-width:0}.seller-order-card__identity h2,.seller-order-card__identity p{margin:0}.seller-order-card__identity h2{margin-top:6px;font-size:1rem}.seller-order-card__identity p{overflow:hidden;margin-top:4px;color:var(--muted);font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.seller-order-card__identity>strong{flex:0 0 auto;color:var(--ink);font-size:1rem}.seller-order-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;background:#edf1f7;color:#526075;font-size:.7rem;font-weight:850}.seller-order-status--ready{background:#fff3d8;color:#986400}.seller-order-status--transit{background:#eaf1ff;color:#1d58bd}.seller-order-status--complete{background:#e8f7df;color:#176216}.seller-order-status--pending{background:#fff0f1;color:#b52235}.seller-order-card__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);grid-gap:20px;gap:20px;padding:18px}.seller-order-card__items{display:grid;align-content:start;grid-gap:10px;gap:10px}.seller-order-card__item{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px}.seller-order-card__item>img,.seller-order-card__item>svg{display:grid;width:52px;height:52px;place-items:center;border-radius:9px;background:var(--surface-strong);color:var(--accent);object-fit:cover}.seller-order-card__item span{display:grid;grid-gap:3px;gap:3px;min-width:0}.seller-order-card__item strong{overflow:hidden;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.seller-order-card__item small{color:var(--muted);font-size:.78rem}.seller-order-card__fulfilment{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-content:start;grid-gap:10px;gap:10px}.seller-order-card__fulfilment .button,.seller-order-card__fulfilment .field:last-of-type{grid-column:span 1}.seller-order-card__fulfilment .button{align-self:end;justify-self:end}.seller-order-card__refund{display:grid;grid-gap:4px;gap:4px;border-top:1px solid #ffd9de;background:#fff8f8;color:#9e2333;padding:12px 18px;font-size:.82rem}.seller-payments-page{display:grid;grid-gap:18px;gap:18px}.seller-payments-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.seller-payments-page__heading>div{display:grid;grid-gap:6px;gap:6px}.seller-payments-page__heading h1,.seller-payments-page__heading p{margin:0}.seller-payments-page__heading h1{font-size:clamp(1.65rem,3vw,2.4rem)}.seller-payments-page__heading p{color:var(--muted)}.seller-payment-account{display:grid;grid-gap:18px;gap:18px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:20px}.seller-payment-account__intro{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.seller-payment-account__intro>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#edf2ff;color:var(--accent)}.seller-payment-account__intro h2,.seller-payment-account__intro p{margin:0}.seller-payment-account__intro h2{font-size:1.05rem}.seller-payment-account__intro p{margin-top:3px;color:var(--muted);font-size:.84rem}.seller-payment-account__status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:11px}.seller-payment-account__status>div{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:15px}.seller-payment-account__status>div+div{border-left:1px solid var(--border)}.seller-payment-account__status span{color:var(--muted);font-size:.75rem;font-weight:750}.seller-payment-account__status strong{font-size:.9rem}.seller-payment-account__status .is-ready{color:#1d751f}.seller-payment-account__status .is-pending{color:#a66a00}.seller-payment-account__notice{display:flex;align-items:center;gap:8px;border-radius:9px;background:#fff8e9;padding:11px 12px;color:#7e5600;font-size:.82rem}.seller-payment-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.seller-payment-summary>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto auto;grid-column-gap:9px;column-gap:9px;padding:17px 19px}.seller-payment-summary>div+div{border-left:1px solid var(--border)}.seller-payment-summary svg{grid-row:span 3;align-self:center;color:var(--accent)}.seller-payment-summary small,.seller-payment-summary span{color:var(--muted);font-size:.75rem;font-weight:750}.seller-payment-summary strong{margin:2px 0;color:var(--ink);font-size:1.05rem}@media (max-width:980px){.seller-order-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-order-summary>div:nth-child(4){border-left:0;border-top:1px solid var(--border)}.seller-order-summary>div:nth-child(5){border-top:1px solid var(--border)}.seller-order-card__body{grid-template-columns:1fr}.seller-payment-account__status{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-payment-account__status>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.seller-payment-account__status>div:nth-child(4){border-top:1px solid var(--border)}.seller-payment-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-payment-summary>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.seller-payment-summary>div:nth-child(4){border-top:1px solid var(--border)}}@media (max-width:640px){.seller-dashboard-overview-toolbar{justify-content:flex-start}.seller-order-summary{grid-template-columns:1fr 1fr}.seller-order-summary>div:nth-child(n){border-top:1px solid var(--border);border-left:0}.seller-order-summary>div:first-child,.seller-order-summary>div:nth-child(2){border-top:0}.seller-order-summary>div:nth-child(2),.seller-order-summary>div:nth-child(4){border-left:1px solid var(--border)}.seller-order-card__identity{align-items:flex-start;flex-direction:column}.seller-order-card__fulfilment{grid-template-columns:1fr}.seller-order-card__fulfilment .button{justify-self:start}.seller-payments-page__heading{align-items:flex-start;flex-direction:column}.seller-payment-account{padding:16px}.seller-payment-account__status,.seller-payment-summary{grid-template-columns:1fr}.seller-payment-account__status>div:nth-child(n),.seller-payment-summary>div:nth-child(n){border-top:1px solid var(--border);border-left:0}.seller-payment-account__status>div:first-child,.seller-payment-summary>div:first-child{border-top:0}}.seller-template-library{display:grid;grid-gap:18px;gap:18px}.seller-template-library__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.86rem}.seller-template-library__grid{display:grid;grid-gap:10px;gap:10px}.seller-template-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:16px}.seller-template-card>div:first-child{display:flex;min-width:0;align-items:center;gap:12px}.seller-template-card__icon{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:10px;background:#edf3ff;color:var(--accent)}.seller-template-card h2,.seller-template-card p,.seller-template-card small{margin:0}.seller-template-card h2{overflow:hidden;font-size:.96rem;text-overflow:ellipsis;white-space:nowrap}.seller-template-card p,.seller-template-card small{display:block;margin-top:3px;color:var(--muted);font-size:.8rem}.seller-template-card__actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.seller-template-card__actions form{margin:0}.storefront-settings-editor{display:grid;grid-gap:13px;gap:13px}.storefront-settings-editor__field{display:grid;grid-gap:7px;gap:7px}.storefront-settings-editor__label{display:grid;grid-gap:2px;gap:2px}.storefront-settings-editor__label small{color:var(--muted)}.storefront-settings-editor__display{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.storefront-settings-editor__display .input:disabled,.storefront-settings-editor__display .textarea:disabled{opacity:1;border-color:#dfe5ee;background:#f3f5f8;color:#718097;-webkit-text-fill-color:#718097}.storefront-settings-editor__edit{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.55fr) auto;align-items:end;grid-gap:10px;gap:10px;border:1px solid #d7e2f4;border-radius:12px;background:#f8faff;padding:12px}.storefront-settings-editor__edit>div{display:flex;gap:8px}.profile-identity-editor{display:flex;align-items:center;gap:14px;margin-bottom:18px}.profile-identity-editor>div:last-child{display:grid;grid-gap:4px;gap:4px}.profile-identity-editor h2,.profile-identity-editor p{margin:0}.profile-identity-editor p{color:var(--muted);font-size:.86rem;line-height:1.45}.profile-identity-editor .image-upload-field{display:block;flex:0 0 auto}.profile-identity-editor .image-upload-actions-overlay{top:7px;left:-9px;width:calc(100% + 18px);justify-content:space-between;gap:0;padding:0;transform:none}.profile-identity-editor .image-upload-actions-overlay:hover,.profile-identity-editor .image-upload-field:focus-within .image-upload-actions-overlay,.profile-identity-editor .image-upload-field:hover .image-upload-actions-overlay{transform:none}.profile-identity-editor .image-upload-actions-overlay button{width:29px;height:29px;border-radius:999px}.profile-identity-editor .image-upload-actions-overlay button svg{width:14px;height:14px}.storefront-logo-editor{position:relative;display:grid;flex:0 0 auto}.storefront-logo-editor .image-upload-field{display:block}.storefront-logo-editor .image-upload-actions-overlay{top:7px;left:-9px;width:calc(100% + 18px);justify-content:space-between;gap:0;padding:0;transform:none}.storefront-logo-editor .image-upload-actions-overlay:hover,.storefront-logo-editor:focus-within .image-upload-actions-overlay,.storefront-logo-editor:hover .image-upload-actions-overlay{transform:none}.storefront-logo-editor .image-upload-actions-overlay button{width:29px;height:29px;border-radius:999px}.storefront-logo-editor .image-upload-actions-overlay button svg{width:14px;height:14px}@media (max-width:760px){.seller-template-card,.seller-template-library__toolbar{align-items:flex-start;flex-direction:column}.storefront-settings-editor__display,.storefront-settings-editor__edit{grid-template-columns:1fr}.profile-identity-editor{align-items:flex-start}}.seller-listings-empty{display:grid;justify-items:center;grid-gap:10px;gap:10px;border:1px dashed #cbd7e9;border-radius:14px;padding:50px 24px;text-align:center}.seller-listings-empty svg{color:var(--accent)}.seller-listings-empty h2,.seller-listings-empty p{margin:0}.seller-listings-empty p{color:var(--muted)}.seller-dashboard-notice{width:-moz-fit-content;width:fit-content}.settings-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-security-list{display:grid;grid-gap:9px;gap:9px}.settings-two-factor{display:grid;grid-gap:10px;gap:10px;margin-top:12px;border:1px solid #e8edf5;border-radius:8px;padding:14px;background:#fff}.settings-two-factor.is-enabled{border-color:#bddfbc;background:#fbfffb}.settings-two-factor__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.settings-two-factor__summary>svg{color:var(--accent)}.settings-two-factor.is-enabled .settings-two-factor__summary>svg{color:#246b2f}.settings-two-factor__summary span{display:grid;grid-gap:3px;gap:3px}.settings-two-factor__panel p,.settings-two-factor__summary small{color:var(--muted);font-size:.78rem;line-height:1.45}.settings-two-factor__panel{display:grid;grid-gap:14px;gap:14px;border-top:1px solid #e8edf5;padding-top:14px}.settings-two-factor__panel .button--ghost{justify-self:start}.settings-security-list>div,.settings-seller-card>div:first-child{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:13px}.quick-listing-page{background:#fbfcff;padding:34px 0 58px}.quick-listing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);grid-gap:18px;gap:18px;align-items:start}.quick-listing-shell{width:100%}.quick-listing-layout--marketplace{grid-template-columns:minmax(400px,4fr) minmax(0,6fr);max-width:1180px;margin:0 auto;gap:20px}.quick-listing-form--marketplace{gap:20px}.quick-listing-price{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:8px;gap:8px}.quick-listing-price--fixed{grid-template-columns:62px minmax(0,1fr);overflow:hidden;gap:0;border:1px solid var(--border);border-radius:10px;background:#fff}.quick-listing-price--fixed>span{display:grid;place-items:center;border-right:1px solid var(--border);background:#f5f7fb;color:#7c8799;font-size:.78rem;font-weight:800}.quick-listing-price--fixed .input{border:0;border-radius:0}.quick-listing-price--percent{grid-template-columns:48px minmax(0,1fr)}.quick-listing-pricing-validation{position:relative;border:1px solid #f2b7b0;border-radius:10px;background:#fff7f6;padding:10px 12px;color:#b42318;font-size:.8rem;font-weight:750;line-height:1.4;box-shadow:0 9px 22px rgba(133,35,27,.1)}.quick-listing-pricing-validation:before{position:absolute;top:-6px;left:25%;width:11px;height:11px;border-top:1px solid #f2b7b0;border-left:1px solid #f2b7b0;background:#fff7f6;content:"";transform:rotate(45deg)}.quick-listing-more{border-top:1px solid var(--border);padding-top:14px}.quick-listing-more>div{margin-top:14px;row-gap:18px}.quick-listing-check{display:flex;align-items:center;gap:8px;color:var(--ink);font-weight:750}.quick-listing-check input{accent-color:var(--accent)}.listing-spec-fields{display:grid;grid-gap:10px;gap:10px;margin:0;border:1px solid #dce5f3;border-radius:14px;background:#fbfcff;padding:14px}.listing-spec-fields legend{padding:0 6px;color:var(--ink);font-size:.9rem;font-weight:850}.listing-spec-fields>p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}.listing-spec-fields>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px;gap:11px}.listing-tags-input{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.listing-tags-input .button{white-space:nowrap}.quick-listing-preview{position:-webkit-sticky;position:sticky;top:132px;display:grid;grid-gap:12px;gap:12px;align-self:start}.quick-listing-preview__label{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-weight:850}.quick-listing-preview__card{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.quick-listing-preview__media{display:grid;min-height:280px;place-items:center;overflow:hidden;background:#eef2f7;color:var(--muted);font-size:.84rem}.quick-listing-preview__media img{width:100%;height:100%;min-height:280px;object-fit:cover}.quick-listing-preview__content{display:grid;grid-gap:8px;gap:8px;padding:18px}.quick-listing-preview__content>small{color:var(--accent);font-weight:800}.quick-listing-preview__content h2{margin:0;font-size:1.16rem}.quick-listing-preview__content>strong{font-size:1.12rem}.quick-listing-preview__content>span{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f0f4fb;padding:4px 8px;color:var(--muted);font-size:.74rem;font-weight:800}.quick-listing-preview__content p{min-height:40px;margin:2px 0 0;color:var(--muted);font-size:.83rem;line-height:1.45}.quick-listing-preview__seller{display:flex;align-items:center;gap:9px;border-top:1px solid var(--border);margin-top:5px;padding-top:13px;color:var(--accent)}.quick-listing-preview__seller span{display:grid;grid-gap:2px;gap:2px;color:var(--ink)}.quick-listing-preview__seller small{color:var(--muted)}.quick-listing-preview__tip{margin:0;color:var(--muted);font-size:.81rem;line-height:1.45}.quantity-stepper{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff}.quantity-stepper .input{border:0;border-radius:0;text-align:center}.quantity-stepper button{display:grid;place-items:center;border:0;background:#f5f7fb;color:var(--accent);cursor:pointer}.quantity-stepper button:hover{background:#e9efff}.postcode-picker{position:relative}.postcode-picker .input{min-width:0;padding-right:48px}.postcode-picker button{position:absolute;top:50%;right:8px;display:grid;width:34px;height:34px;place-items:center;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:var(--accent);cursor:pointer}.postcode-picker button:hover{background:#edf2ff}.listing-preview-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);min-height:440px}.listing-preview-card__media{display:grid;min-height:440px;place-items:center;overflow:hidden;background:#eff2f6;color:var(--muted)}.listing-preview-card__media img{width:100%;height:100%;object-fit:cover}.listing-preview-card__content{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:28px}.listing-preview-card__content>div:first-child{display:grid;grid-gap:7px;gap:7px}.listing-preview-card__content small{color:var(--muted);font-size:.76rem}.listing-preview-card__content h2{margin:0;color:var(--ink);font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.2}.listing-preview-card__content strong{color:var(--ink);font-size:1.32rem}.listing-preview-card__price{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.listing-preview-card__price del{color:var(--muted);font-size:.84rem}.listing-preview-card__price em{border-radius:999px;background:#e51e46;padding:3px 7px;color:#fff;font-size:.7rem;font-style:normal;font-weight:850;white-space:nowrap}.listing-preview-card__condition{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#f0f4fb;padding:5px 9px;color:var(--muted);font-size:.75rem;font-weight:800}.listing-preview-card__content>p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.55}.listing-preview-card__seller{display:flex;align-items:center;gap:9px;border-top:1px solid var(--border);margin-top:4px;padding-top:15px;color:var(--accent)}.listing-preview-card__seller span{display:grid;grid-gap:3px;gap:3px;color:var(--ink)}.product-preview{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);min-height:380px}.product-preview__gallery{display:grid;grid-template-columns:52px minmax(0,1fr);padding:12px;grid-gap:10px;gap:10px;background:#f4f6f9}.product-preview__thumbnails{display:grid;align-content:start;grid-gap:8px;gap:8px}.product-preview__thumbnails span{aspect-ratio:1;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#e5eaf1}.product-preview__thumbnails span.is-active{border:2px solid var(--accent)}.product-preview__thumbnails img{width:100%;height:100%;object-fit:cover}.product-preview__media{display:grid;min-height:320px;place-items:center;overflow:hidden;border-radius:10px;background:#e8edf3;color:var(--muted)}.product-preview__media img{width:100%;height:100%;object-fit:cover}.product-preview__info{display:grid;align-content:start;grid-gap:11px;gap:11px;padding:20px}.product-preview__info>small{color:var(--accent);font-size:.73rem;font-weight:850;text-transform:uppercase}.product-preview__info h2{margin:0;font-size:1.2rem;line-height:1.24}.product-preview__info>strong{font-size:1.28rem}.product-preview__info>p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.45}.product-preview__options{display:grid;grid-gap:7px;gap:7px}.product-preview__options span{display:flex;justify-content:space-between;border:1px solid var(--border);border-radius:8px;padding:7px 8px;color:var(--muted);font-size:.75rem}.product-preview__options b{color:var(--ink)}.product-preview__seller{display:flex;gap:8px;align-items:center;border-top:1px solid var(--border);padding-top:11px;color:var(--accent)}.product-preview__seller span{display:grid;grid-gap:2px;gap:2px;color:var(--ink);font-size:.77rem}.product-preview__seller small{color:var(--muted)}.product-preview__info button{border:0;border-radius:9px;background:#dce3ef;padding:10px;color:#8a95a8;font-weight:850}@media (max-width:860px){.quick-listing-layout--marketplace{grid-template-columns:1fr}.quick-listing-preview{position:static}.listing-preview-card,.product-preview{grid-template-columns:1fr}}@media (max-width:520px){.quick-listing-grid{grid-template-columns:1fr}.listing-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-listing-preview__media,.quick-listing-preview__media img{min-height:220px}.listing-preview-card__media{min-height:280px}.listing-spec-fields>div,.listing-tags-input{grid-template-columns:1fr}}.quick-listing-form{display:grid;grid-gap:16px;gap:16px}.quick-listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px;gap:14px}.quick-listing-field--full{grid-column:1/-1}.listing-media-fields{display:grid;grid-gap:12px;gap:12px;margin:0;border:1px solid #dce5f3;border-radius:14px;background:#fbfcff;padding:14px}.listing-media-fields legend{display:inline-flex;align-items:center;gap:7px;padding:0 6px;color:var(--ink);font-size:.9rem;font-weight:850}.listing-photo-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;isolation:isolate}.listing-photo-field{position:relative;z-index:0;grid-template-columns:1fr;gap:7px;transition:transform .18s ease,opacity .18s ease;will-change:transform}.listing-photo-grid.is-reordering{overflow:hidden;border-radius:16px}.listing-photo-grid.is-reordering:after{content:"";position:absolute;z-index:1;inset:0;border-radius:inherit;background:radial-gradient(ellipse at center,rgba(23,34,53,.025) 18%,rgba(23,34,53,.1) 100%);pointer-events:none}.listing-photo-grid.is-reordering .listing-photo-field{opacity:.68;filter:saturate(.82)}.listing-photo-field.is-dragging{z-index:2;opacity:1!important;filter:none!important}.listing-photo-field.is-dragging .image-upload-trigger{cursor:-webkit-grabbing;cursor:grabbing;opacity:.2;border-color:var(--accent);box-shadow:0 0 0 2px rgba(47,93,255,.2)}.listing-photo-field.is-dragging .image-upload-actions-overlay{opacity:0}.listing-photo-field .image-upload-trigger{touch-action:none}.listing-photo-drag-preview{position:fixed;z-index:90;overflow:hidden;border:2px solid var(--accent);border-radius:10px;box-shadow:0 16px 34px rgba(25,48,89,.28);pointer-events:none;transform:scale(1.06);will-change:left,top,transform}.listing-photo-drag-preview img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.listing-photo-field .image-upload-copy{justify-items:center}.listing-photo-field .image-upload-copy small{display:none}.listing-photo-field .image-upload-copy strong{color:var(--muted);font-size:.74rem}.listing-video-upload{position:relative;display:grid;grid-gap:8px;gap:8px;max-width:420px}.listing-video-upload__tile{position:relative;display:grid;min-height:126px;place-items:center;overflow:hidden;border:1px dashed #cbd6e8;border-radius:14px;background:#f6f8fc;color:var(--accent);cursor:pointer;font-weight:850}.listing-video-upload__empty{display:grid;justify-items:center;grid-gap:4px;gap:4px;color:var(--accent)}.listing-video-upload__empty b{color:var(--ink);font-size:.82rem}.listing-video-upload__tile img,.listing-video-upload__tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.listing-video-editor__preview{width:100%;max-height:340px;border-radius:14px;background:#111827;object-fit:contain}.listing-video-editor .image-upload-range span{display:flex;align-items:center;gap:6px}.listing-video-editor__frame{position:relative;overflow:hidden;border-radius:14px;background:#111827;-moz-user-select:none;user-select:none;-webkit-user-select:none}.listing-video-editor__frame.is-cropping{cursor:move;outline:2px solid var(--accent);outline-offset:2px}.listing-video-editor__frame.is-cropping .listing-video-editor__preview{cursor:move}.video-crop-box{position:absolute;z-index:2;box-sizing:border-box;border:2px solid #2387ff;box-shadow:0 0 0 1px rgba(255,255,255,.8);pointer-events:auto}.video-crop-box i,.video-crop-box i:after,.video-crop-box:after,.video-crop-box:before{content:"";position:absolute;width:7px;height:7px;border:1px solid #2387ff;border-radius:50%;background:#fff}.video-crop-box:before{top:-5px;left:-5px}.video-crop-box:after{top:-5px;right:-5px}.video-crop-box i{bottom:-5px;left:-5px}.video-crop-box i:after{right:-6px;bottom:-6px;cursor:nwse-resize}.listing-video-editor__tools{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.78rem}.listing-video-editor__tools button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:7px 10px;color:var(--ink);font-weight:800;cursor:pointer}.listing-video-editor__tools button.is-active{border-color:var(--accent);background:#edf2ff;color:var(--accent)}.video-trim{display:grid;grid-gap:7px;gap:7px}.video-playback-bar{position:absolute;z-index:4;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;padding:8px 10px;background:linear-gradient(transparent,rgba(7,12,20,.92));color:#fff}.video-playback-bar>button{display:grid;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer}.video-playback-bar>span{font-size:.72rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.video-trim--playback{min-width:0}.video-trim--playback .video-trim__track{height:32px}.video-trim--playback .video-trim__track input::-webkit-slider-thumb{height:28px}.video-trim--playback .video-trim__track input::-moz-range-thumb{height:24px}.video-trim__help{display:grid;grid-gap:3px;gap:3px;color:var(--muted);font-size:.75rem}.video-trim__help b{color:var(--ink)}.video-trim__labels{display:flex;justify-content:space-between;color:var(--muted);font-size:.74rem}.video-trim__labels b{color:var(--ink)}.video-trim__track{position:relative;height:44px;overflow:hidden;border-radius:7px;background:repeating-linear-gradient(90deg,#505a68 0 17px,#3b4350 17px 21px);background-size:auto 100%;background-position:50%}.video-trim__track i{position:absolute;top:0;bottom:0;border:2px solid #ffd21f;border-radius:6px;background:rgba(255,210,31,.28);pointer-events:none}.video-trim__track input{position:absolute;inset:0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none}.video-trim__track input::-webkit-slider-thumb{width:13px;height:32px;-webkit-appearance:none;appearance:none;border:2px solid #e2a400;border-radius:5px;background:#ffd21f;cursor:ew-resize;pointer-events:auto}.video-trim__track input::-moz-range-thumb{width:11px;height:28px;border:2px solid #e2a400;border-radius:5px;background:#ffd21f;cursor:ew-resize;pointer-events:auto}.video-trim small{color:var(--muted);font-size:.75rem;line-height:1.4}.listing-video-thumbnail-preview{display:grid;justify-items:center;grid-gap:8px;gap:8px;border:1px solid var(--border);border-radius:10px;background:#f8faff;padding:10px}.listing-video-thumbnail-preview>span{color:var(--muted);font-size:.76rem;font-weight:800}.listing-video-thumbnail-preview>div{width:min(220px,100%);aspect-ratio:1;overflow:hidden;border-radius:10px;background:#111827}.listing-video-thumbnail-preview img,.listing-video-thumbnail-preview video{width:100%;height:100%;object-fit:cover}.listing-video-upload__clear{width:-moz-fit-content;width:fit-content;border:0;background:transparent;color:var(--danger);cursor:pointer;font-weight:800}.listing-video-upload__actions{display:flex;gap:7px}.listing-video-upload__actions button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--accent);cursor:pointer}.listing-video-upload__actions button:last-child{color:var(--danger)}.listing-video-upload__actions button:hover{background:#f4f7fd}.quick-listing-checks{display:flex;flex-wrap:wrap;gap:10px}.quick-listing-checks label{display:inline-flex;align-items:center;gap:8px;border:1px solid #d9e2ff;border-radius:999px;background:#f5f8ff;padding:8px 11px;color:var(--ink);font-size:.82rem;font-weight:850}.quick-listing-checks input{accent-color:var(--accent)}.quick-listing-collection-area{max-width:420px}.quick-listing-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--border);padding-top:16px}.quick-listing-footer p{max-width:560px;color:var(--muted);font-size:.82rem;line-height:1.45}.quick-listing-submit{width:-moz-fit-content;width:fit-content;min-width:0;padding-inline:22px}.quick-listing-intel{position:-webkit-sticky;position:sticky;top:160px;display:grid;grid-gap:12px;gap:12px}.quick-listing-intel ul{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.quick-listing-intel li{display:grid;grid-gap:4px;gap:4px;border-top:1px solid var(--border);padding-top:12px}.quick-listing-intel li:first-child{border-top:0;padding-top:0}.quick-listing-intel strong{color:var(--ink);font-size:.84rem}.quick-listing-intel span,.quick-listing-tip p{color:var(--muted);font-size:.78rem;line-height:1.5}.quick-listing-tip{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.quick-listing-tip>svg,.settings-security-list svg,.settings-seller-card svg{color:var(--accent)}.settings-seller-card{display:grid;grid-gap:14px;gap:14px}.settings-seller-card .settings-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-page{background:#fbfcff}.about-hero{border-bottom:1px solid var(--border);background:linear-gradient(180deg,#ffffff,#f6f8ff);padding:54px 0 44px}.about-hero__inner{display:grid;grid-gap:18px;gap:18px;max-width:980px}.about-hero h1{max-width:920px;font-size:clamp(2.1rem,5vw,4rem);line-height:1.05}.about-hero p{max-width:780px;color:var(--muted);font-size:1.02rem;line-height:1.7}.about-content{display:grid;grid-gap:20px;gap:20px;padding:28px 0 56px}.about-copy-grid,.about-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.about-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-feature-grid h2{font-size:1.05rem}.about-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.about-steps div{display:grid;grid-gap:8px;gap:8px;border:1px solid #e8edf5;border-radius:8px;background:#fbfcff;padding:15px}.about-steps span{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--accent);color:#ffffff;font-weight:900}.about-steps strong{color:var(--ink)}.about-list{display:grid;grid-gap:9px;gap:9px;margin:0;padding-left:20px}.about-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.basket-table .search-bar,.basket-table td>form{align-items:center}.basket-table td>p{margin:3px 0 0}.help-page{min-height:70vh}.help-masthead{border-bottom:1px solid var(--border);background:#f5f7fb;padding:38px 0 34px}.help-masthead__inner{display:grid;grid-gap:20px;gap:20px}.help-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--muted);font-size:.78rem;font-weight:750}.help-breadcrumbs a:focus,.help-breadcrumbs a:hover{color:var(--accent)}.help-masthead h1{font-size:2rem}.help-masthead__copy{width:min(720px,100%);color:var(--muted);font-size:.9rem;line-height:1.6}.help-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:min(720px,100%);overflow:hidden;border:1px solid #cfd6e2;border-radius:8px;background:var(--surface);box-shadow:0 10px 30px rgba(23,32,51,.07)}.help-search>svg{margin-left:14px;color:var(--muted)}.help-search input{min-width:0;border:0;outline:0;background:transparent;padding:14px 12px;color:var(--ink)}.help-search button{align-self:stretch;border:0;background:var(--ink);padding:0 20px;color:#ffffff;cursor:pointer;font-weight:800}.help-order-callout{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;width:min(720px,100%);border-top:1px solid var(--border);padding-top:18px}.help-order-callout>svg{color:var(--accent)}.help-order-callout>span{display:grid;grid-gap:2px;gap:2px}.help-order-callout small{color:var(--muted)}.help-content{display:grid;grid-gap:42px;gap:42px;padding-top:38px;padding-bottom:54px}.help-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.help-topic{display:grid;grid-template-columns:auto minmax(0,1fr);align-content:start;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:8px;padding:20px}.help-topic>svg{color:var(--accent)}.help-article-footer h2,.help-contact h2,.help-guides h2,.help-topic h2{font-size:1.08rem}.help-contact p,.help-guides p,.help-topic p{margin-top:5px;color:var(--muted);font-size:.86rem;line-height:1.55}.faq-list details a,.help-guides article a{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:8px;color:var(--accent);font-size:.82rem;font-weight:800}.help-policy{max-width:900px}.help-policy>article{display:grid;grid-gap:10px;gap:10px;border-bottom:1px solid var(--border);padding-bottom:28px}.help-policy h2{font-size:1.1rem}.help-policy li,.help-policy p{color:var(--muted);font-size:.9rem;line-height:1.65}.help-policy ol,.help-policy ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding-left:22px}.help-policy a:not(.button){color:var(--accent);font-weight:750}.help-policy__note,.help-policy__summary{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;border:1px solid #d9e3ff;border-radius:12px;background:#f5f8ff;padding:17px}.help-policy__summary>svg{color:var(--accent)}.help-policy__note p,.help-policy__summary p{margin-top:3px}.help-policy__summary strong{color:var(--ink)}.help-policy__note{border-color:#f0ddb3;background:#fffaf0}.help-policy__note>svg{color:#ac7200}.help-policy__actions{display:flex;flex-wrap:wrap;gap:10px}.help-topic ul{display:grid;grid-column:1/-1;grid-gap:8px;gap:8px;margin:4px 0 0;padding:0;list-style:none}.help-topic li a{color:var(--accent);font-size:.84rem;font-weight:750}.help-no-results{display:grid;grid-column:1/-1;justify-items:start;grid-gap:8px;gap:8px;border:1px dashed var(--border);padding:24px}.help-no-results h2{font-size:1.08rem}.help-no-results p{color:var(--muted);font-size:.86rem}.support-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.support-option{display:grid;align-content:start;justify-items:start;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:8px;padding:20px}.support-option>svg{color:var(--accent)}.support-option h2{font-size:1rem}.contact-guidance li,.contact-guidance p,.support-option p{color:var(--muted);font-size:.84rem;line-height:1.55}.support-option a{display:inline-flex;align-items:center;gap:5px;margin-top:4px;color:var(--accent);font-size:.82rem;font-weight:800}.contact-guidance{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);grid-gap:28px;gap:28px;border-top:1px solid var(--border);padding-top:28px}.contact-guidance>div{display:grid;align-content:start;justify-items:start;grid-gap:10px;gap:10px}.contact-guidance>div:last-child{border-left:3px solid var(--accent);background:#f5f8ff;padding:18px}.contact-guidance h2{font-size:1.02rem}.contact-guidance ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding-left:20px}.contact-guidance svg{color:var(--accent)}.faq-content{gap:34px}.faq-section{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:start;grid-gap:28px;gap:28px}.faq-section>h2{padding-top:15px;font-size:1.12rem}.faq-list{border-top:1px solid var(--border)}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font-size:.9rem;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;transition:transform .16s ease}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list p{max-width:760px;padding:0 32px 18px 0;color:var(--muted);font-size:.86rem;line-height:1.65}.help-guides{display:grid;grid-gap:0;gap:0;border-top:1px solid var(--border)}.help-guides article{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;border-bottom:1px solid var(--border);padding:20px 2px}.help-guides svg{color:var(--accent)}.help-contact{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid #cbd8ff;border-radius:8px;background:#f5f8ff;padding:20px}.help-contact>svg{color:var(--accent)}.help-article-page{padding:38px 0 56px}.help-article-layout{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:center;grid-gap:48px;gap:48px;align-items:start}.help-article-nav{position:-webkit-sticky;position:sticky;top:194px;display:grid;grid-gap:10px;gap:10px;border-right:1px solid var(--border);padding-right:24px}.help-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--accent);font-size:.82rem;font-weight:800}.help-article-nav>strong{font-size:.78rem;text-transform:uppercase}.help-article-nav>a:not(.help-back-link){color:var(--muted);font-size:.8rem;line-height:1.35}.help-article{display:grid;grid-gap:24px;gap:24px}.help-article>h1{font-size:2rem;line-height:1.15}.help-quick-answer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border-left:3px solid var(--accent);background:#f5f8ff;padding:18px}.help-quick-answer>svg{color:var(--accent)}.help-article-footer p,.help-article-sections li,.help-article-sections p,.help-quick-answer p{color:var(--muted);font-size:.88rem;line-height:1.65}.help-article-sections{display:grid}.help-article-sections>section{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;scroll-margin-top:210px;border-top:1px solid var(--border);padding:24px 0}.help-section-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:var(--surface-strong);color:var(--accent)}.help-article-sections h2{margin-bottom:8px;font-size:1.14rem}.help-article-sections ul{display:grid;grid-gap:6px;gap:6px;margin:0;padding-left:20px}.help-article-sections .button{margin-top:14px}.help-article-sections a:not(.button){display:inline-block;margin-top:10px;color:var(--accent);font-weight:750}.help-article-footer{display:grid;justify-items:start;grid-gap:9px;gap:9px;border-top:1px solid var(--border);padding-top:24px}.empty{border:1px dashed #b8c1ce;border-radius:8px;padding:28px;background:var(--surface);color:var(--muted);text-align:center}.notice{border:1px solid #c6d8ff;border-radius:8px;background:#f2f6ff;padding:12px 14px;color:#274c9b}.notice--error{border-color:#f5c2bf;background:#fff5f4;color:var(--danger)}.account-workflow-page{display:grid;min-height:calc(100vh - 170px);place-items:center;background:#f7f9fc;padding:54px 20px}.account-workflow-panel{display:grid;grid-gap:24px;gap:24px;width:min(480px,100%);border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:32px;box-shadow:0 24px 60px rgba(23,32,51,.1)}.account-workflow-back{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;color:var(--muted);font-size:.8rem;font-weight:800}.account-workflow-back:focus,.account-workflow-back:hover{color:var(--accent)}.account-workflow-heading,.account-workflow-message{display:grid;justify-items:start;grid-gap:10px;gap:10px}.account-workflow-message{justify-items:center;text-align:center}.account-workflow-heading h1,.account-workflow-message h1{font-size:1.55rem;line-height:1.2}.account-workflow-heading p,.account-workflow-message p{color:var(--muted);font-size:.9rem;line-height:1.6}.account-workflow-message .button{width:100%;margin-top:4px}.account-workflow-message>a:not(.button){color:var(--muted);font-size:.8rem;text-decoration:underline}.account-workflow-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:999px;background:var(--clay-soft);color:var(--accent)}.account-workflow-icon--error{background:#fff0ef;color:var(--danger)}.account-workflow-form{display:grid;grid-gap:16px;gap:16px}.account-workflow-form>.button{width:100%;min-height:46px}.password-requirement{display:inline-flex;align-items:center;gap:7px;color:#26703a;font-size:.78rem;font-weight:750}.split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,.45fr);grid-gap:22px;gap:22px;align-items:start}.product-detail-page{padding-top:24px}.product-detail-layout{grid-template-columns:minmax(0,.9fr) minmax(340px,.42fr);gap:30px}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;color:var(--muted);font-size:.86rem;font-weight:750}.product-breadcrumbs a:focus,.product-breadcrumbs a:hover{color:var(--accent)}.product-detail-gallery{display:grid;grid-gap:14px;gap:14px}.product-detail-media{overflow:hidden;border-radius:16px;background:#dce9ff;box-shadow:0 18px 44px rgba(23,32,51,.08)}.product-detail-media img{width:100%;max-height:590px;min-height:420px;object-fit:cover}.product-detail-media span{display:grid;min-height:420px;place-items:center;color:var(--muted);font-weight:850}.product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,86px));grid-gap:10px;gap:10px}.product-thumbnails img{width:100%;aspect-ratio:1;border:1px solid #e7ebf2;border-radius:8px;background:var(--surface-strong);object-fit:cover}.product-detail-description{margin-top:4px}.product-purchase-panel{position:-webkit-sticky;position:sticky;top:190px;gap:14px;padding:20px}.product-purchase-panel h1{font-size:clamp(1.65rem,2.8vw,2.35rem);line-height:1.12}.product-showcase-page{padding-top:20px}.product-showcase-grid{display:grid;grid-template-columns:minmax(360px,1.08fr) minmax(300px,.76fr) minmax(300px,.58fr);align-items:start;grid-gap:24px;gap:24px}.product-showcase-gallery{display:grid;grid-gap:4px;gap:4px;min-width:0}.product-gallery-stage{display:grid;grid-template-columns:68px minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px}.product-showcase-media{position:relative;border-radius:8px;background:#f2f5fa;box-shadow:none}.product-detail-media .product-demand-badge{position:absolute;top:12px;left:12px;display:inline-flex;min-height:0;align-items:center;border-radius:999px;background:rgba(255,255,255,.92);padding:6px 9px;color:var(--ink);font-size:.68rem;font-weight:850;box-shadow:0 6px 18px rgba(23,32,51,.1)}.product-media-save{position:absolute;top:12px;right:12px;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);cursor:pointer;box-shadow:0 8px 20px rgba(23,32,51,.13)}.product-media-expand,.product-media-save{z-index:1}.product-media-expand{position:absolute;right:12px;bottom:12px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:999px;background:rgba(17,24,39,.76);color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(23,32,51,.2)}.product-media-expand:hover{background:rgba(17,24,39,.92)}.product-photo-dialog{position:fixed;z-index:120;inset:0;display:grid;place-items:center;background:rgba(12,18,31,.76);padding:24px}.product-photo-dialog__panel{display:grid;width:min(920px,100%);max-height:min(860px,calc(100dvh - 48px));overflow:hidden;border-radius:18px;background:#111827;box-shadow:0 28px 80px rgba(0,0,0,.38)}.product-photo-dialog__panel footer,.product-photo-dialog__panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;padding:12px 16px;color:var(--ink);font-size:.8rem;font-weight:800}.product-photo-dialog__panel footer button,.product-photo-dialog__panel header button{border:0;background:transparent;color:var(--ink);cursor:pointer;font:inherit}.product-photo-dialog__panel header button{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:#f2f5fa}.product-photo-dialog__panel footer{color:var(--muted);font-size:.75rem;font-weight:700}.product-photo-dialog__panel footer button{color:var(--accent);font-weight:850}.product-photo-dialog__image{position:relative;display:grid;min-height:0;place-items:center;overflow:hidden;cursor:zoom-in;touch-action:none}.product-photo-dialog__image.is-zoomed{cursor:zoom-out}.product-photo-dialog__navigate{position:absolute;z-index:1;top:50%;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:999px;background:rgba(12,18,31,.72);color:#fff;cursor:pointer;transform:translateY(-50%)}.product-photo-dialog__navigate:hover{background:rgba(12,18,31,.94)}.product-photo-dialog__navigate--previous{left:16px}.product-photo-dialog__navigate--next{right:16px}.product-photo-dialog__image img{display:block;max-width:100%;max-height:calc(100dvh - 160px);object-fit:contain;transition:transform .15s ease-out;transform-origin:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-photo-dialog__image.is-zoomed img{cursor:-webkit-grab;cursor:grab}.product-photo-dialog__image.is-zoomed img:active{cursor:-webkit-grabbing;cursor:grabbing}.product-photo-dialog__zoom-state{position:absolute;right:14px;bottom:14px;display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:rgba(12,18,31,.68);color:#fff;pointer-events:none}.product-showcase-media img{aspect-ratio:1;min-height:0;max-height:none;object-fit:cover}.product-media-zoom{position:absolute;right:14px;bottom:14px;display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);cursor:pointer;font-size:1.35rem;box-shadow:0 8px 20px rgba(23,32,51,.12)}.product-showcase-thumbnails{grid-template-columns:1fr;align-content:start}.product-showcase-thumbnails button{overflow:hidden;min-width:0;aspect-ratio:1;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:0;cursor:pointer}.product-report-button{justify-self:end;border:0;background:transparent;color:var(--muted);cursor:pointer;margin:0 2px 1px 0;padding:0;font-size:.74rem;font-weight:750;text-decoration:underline}.product-video-preview{display:grid;grid-gap:7px;gap:7px;max-width:360px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:10px}.product-video-preview video{width:100%;aspect-ratio:16/9;border-radius:10px;background:#111827;object-fit:cover}.product-video-preview span{color:var(--muted);font-size:.78rem;font-weight:850}.product-showcase-thumbnails button.is-active{border-color:var(--accent);box-shadow:0 0 0 2px rgba(49,91,255,.12)}.product-showcase-thumbnails img{height:100%;border:0;border-radius:0;object-fit:cover;transform:scale(1.08)}.product-thumb-position-2{object-position:25% center}.product-thumb-position-3{object-position:75% center}.product-thumb-position-4{object-position:center 72%}.seller-quick-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 2px}.seller-quick-card>img{width:40px;height:40px;border-radius:999px;object-fit:cover}.seller-quick-card>span{display:grid;grid-gap:2px;gap:2px}.seller-quick-card small{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:.74rem}.seller-quick-card a{color:var(--accent);font-size:.8rem;font-weight:850}.product-showcase-info{display:grid;align-content:start;grid-gap:15px;gap:15px;min-width:0;padding-top:2px}.product-showcase-actions{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.72rem}.product-showcase-actions>span{margin-right:auto}.product-showcase-actions button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer}.product-seller-link{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:5px;color:var(--accent);font-size:.88rem;font-weight:850}.product-showcase-info h1{font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.12}.product-maker{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;width:-moz-fit-content;width:fit-content}.product-maker>img{width:46px;height:46px;border-radius:999px;object-fit:cover}.product-maker>span{display:grid;grid-gap:2px;gap:2px}.product-maker small{color:var(--muted);font-size:.7rem}.product-maker strong{display:inline-flex;align-items:center;gap:5px;color:var(--ink);font-size:.86rem}.product-maker strong svg{color:var(--accent)}.product-maker__rating{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:.7rem}.product-option-list{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-top:10px}.product-option-list label{display:grid;grid-gap:3px;gap:3px;border:1px solid var(--border);border-radius:9px;padding:9px 10px;color:var(--muted);font-size:.7rem;font-weight:700}.product-option-list select{width:100%;min-height:22px;border:0;border-radius:0;background:transparent;padding:0;color:var(--ink);cursor:pointer;font-size:.78rem;font-weight:800}.home-map-region-row{position:relative}.home-map-region-row .input{padding-right:38px}.home-map-region-loading{position:absolute;top:50%;right:12px;color:var(--accent);pointer-events:none;transform:translateY(-50%);animation:home-map-postcode-spin .8s linear infinite}.home-map-region-matches{position:absolute;z-index:28;top:calc(100% + 5px);right:0;left:0;display:grid;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(17,34,61,.14)}.home-map-region-matches button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;border-bottom:1px solid var(--border);background:#fff;padding:10px 12px;color:var(--ink);cursor:pointer;text-align:left}.home-map-region-matches button:last-child{border-bottom:0}.home-map-region-matches button:hover{background:#f4f7ff}.home-map-region-matches button span{color:var(--muted);font-size:.74rem}.product-reviews-page{display:grid;grid-gap:22px;gap:22px;max-width:1080px;padding-top:34px;padding-bottom:70px}.product-reviews-back{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;color:var(--muted);font-size:.82rem;font-weight:800}.product-reviews-back:hover{color:var(--accent)}.product-reviews-hero{display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);align-items:center;grid-gap:30px;gap:30px;border-bottom:1px solid var(--border);padding-bottom:24px}.product-reviews-product-card{display:grid;grid-template-columns:102px minmax(0,1fr);grid-gap:13px;gap:13px;align-items:center}.product-reviews-product-card img{width:102px;height:102px;border:1px solid var(--border);border-radius:12px;object-fit:cover}.product-reviews-product-card div{display:grid;grid-gap:4px;gap:4px;min-width:0}.product-reviews-product-card span{color:var(--muted);font-size:.72rem}.product-reviews-product-card strong{overflow:hidden;color:var(--ink);font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.product-reviews-product-card small{color:var(--muted);font-size:.78rem}.product-reviews-product-card b{margin-top:3px;color:#1d4e11;font-size:.9rem}.product-reviews-hero__copy{display:grid;grid-gap:7px;gap:7px}.product-reviews-hero__copy .eyebrow{color:var(--accent);font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.product-reviews-hero__copy h1{margin:0;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.12}.product-reviews-hero__copy p{margin:0;max-width:560px;color:var(--muted);line-height:1.55}.product-reviews-summary{display:grid;grid-template-columns:210px minmax(0,1fr);grid-gap:30px;gap:30px;align-items:center;border:1px solid var(--border);border-radius:16px;background:linear-gradient(135deg,#f5f8ff,#fff);padding:22px}.product-reviews-score{display:grid;justify-items:start;grid-gap:5px;gap:5px}.product-reviews-score>strong{color:var(--ink);font-size:2.4rem;line-height:1}.product-reviews-score>span{color:var(--muted);font-size:.76rem}.product-reviews-stars{display:inline-flex;gap:2px;color:#e8a007}.product-reviews-breakdown{display:grid;grid-gap:7px;gap:7px}.product-reviews-breakdown a{display:grid;grid-template-columns:52px minmax(80px,1fr) 24px;align-items:center;grid-gap:9px;gap:9px;color:var(--muted);font-size:.75rem}.product-reviews-breakdown a.is-active span,.product-reviews-breakdown a:hover span{color:var(--accent);font-weight:850}.product-reviews-breakdown i{display:block;height:7px;overflow:hidden;border-radius:999px;background:#e5e9f2}.product-reviews-breakdown i b{display:block;height:100%;border-radius:inherit;background:#e8a007}.product-reviews-breakdown strong{text-align:right;color:var(--ink);font-size:.75rem}.product-reviews-filters{display:flex;flex-wrap:wrap;gap:8px}.product-reviews-filters a{border:1px solid var(--border);border-radius:999px;padding:8px 12px;color:var(--muted);font-size:.78rem;font-weight:800}.product-reviews-filters a.is-active,.product-reviews-filters a:hover{border-color:rgba(49,91,255,.32);background:#edf3ff;color:var(--accent)}.product-reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.product-review-card{display:grid;grid-gap:14px;gap:14px;min-height:182px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:18px}.product-review-card header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.product-review-card__avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:#edf3ff;color:var(--accent);font-weight:900}.product-review-card header>span:nth-child(2){display:grid;grid-gap:2px;gap:2px}.product-review-card header strong{color:var(--ink);font-size:.85rem}.product-review-card footer,.product-review-card header small{color:var(--muted);font-size:.72rem}.product-review-card p{margin:0;color:var(--ink);line-height:1.55}.product-review-card footer{display:inline-flex;align-items:center;gap:5px;margin-top:auto}.product-reviews-empty{display:grid;grid-column:1/-1;min-height:230px;place-content:center;justify-items:center;grid-gap:8px;gap:8px;border:1px dashed #b9c7e0;border-radius:14px;color:var(--muted);text-align:center}.product-reviews-empty svg{color:var(--accent)}.product-reviews-empty strong{color:var(--ink)}.product-reviews-empty p{margin:0;font-size:.85rem}.product-specifications{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--border);padding-top:18px}.product-specifications h2{margin:0;color:var(--ink);font-size:1rem}.product-specifications dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.product-specifications dl>div{display:grid;grid-gap:3px;gap:3px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:9px 10px}.product-specifications dt{color:var(--muted);font-size:.68rem;font-weight:800}.product-specifications dd{margin:0;color:var(--ink);font-size:.8rem;font-weight:750}.product-rating-row,.seller-profile-rating{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:var(--muted);font-size:.78rem}.product-rating-row a,.seller-profile-rating a{text-decoration:underline}.product-stars{display:inline-flex;align-items:center;gap:1px;color:#e2a20d}.product-showcase-price{color:var(--ink);font-size:1.45rem;font-weight:900}.product-stock-note{display:flex;align-items:center;gap:9px;border-left:3px solid #d8a72d;background:#fffaf0;padding:10px 12px;color:#73570d;font-size:.8rem}.product-knowledge{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--border);padding-top:18px}.product-buyer-summary h2,.product-confidence h2,.product-knowledge h2,.product-policy-section h2{font-size:.98rem}.product-knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.product-knowledge-grid>div{display:grid;justify-items:center;grid-gap:5px;gap:5px;min-width:0;background:#f8f9fc;padding:14px 8px;text-align:center}.product-knowledge-grid svg{color:var(--ink)}.product-knowledge-grid strong{font-size:.76rem}.product-knowledge-grid span{color:var(--muted);font-size:.68rem;line-height:1.35}.product-full-details{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0}.product-full-details h2{margin:0;color:var(--ink);font-size:.9rem;font-weight:800}.product-full-details li,.product-full-details p{color:var(--muted);font-size:.8rem;line-height:1.55}.product-full-details p{margin-top:12px}.product-full-details ul{display:grid;grid-gap:4px;gap:4px;margin:8px 0 0;padding-left:18px}.product-buyer-summary{display:grid;grid-gap:10px;gap:10px}.product-buyer-summary>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-buyer-summary>div:first-child>span{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;font-weight:800}.product-review-tags{display:flex;flex-wrap:wrap;gap:6px 12px}.product-review-tags span{display:inline-flex;align-items:center;gap:3px;color:var(--muted);font-size:.72rem}.product-buyer-summary>a{width:-moz-fit-content;width:fit-content;border-radius:999px;background:var(--surface-strong);padding:8px 12px;font-size:.74rem;font-weight:800}.product-choice-group{display:grid;grid-gap:9px;gap:9px}.product-choice-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-choice-heading span{color:#26703a;font-size:.72rem;font-weight:800}.product-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.product-choice{position:relative;display:grid;grid-gap:4px;gap:4px;min-height:72px;border:1px solid var(--border);border-radius:8px;padding:10px}.product-choice.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(49,91,255,.08)}.product-choice span{color:var(--muted);font-size:.7rem}.product-choice strong{padding-right:18px;font-size:.79rem;line-height:1.25}.product-choice svg{position:absolute;top:9px;right:9px;color:var(--accent)}.product-about{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--border);padding-top:14px}.product-about h2{font-size:1rem}.product-about li,.product-about p{color:var(--muted);font-size:.82rem;line-height:1.55}.product-about ul{display:grid;grid-gap:4px;gap:4px;margin:0;padding-left:18px}.product-checkout-panel{position:-webkit-sticky;position:sticky;top:194px;display:grid;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 18px 42px rgba(23,32,51,.08)}.product-purchase-price{display:grid;grid-gap:5px;gap:5px;padding:18px 16px 10px}.product-purchase-price>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px}.product-purchase-price strong{font-size:1.45rem}.product-purchase-price del{color:var(--muted);font-size:.86rem}.product-purchase-price>div>span{display:inline-flex;align-items:center;border-radius:4px;background:#d7113a;padding:3px 6px;color:#ffffff;font-size:.72rem;font-weight:900;line-height:1}.product-payment-note,.product-purchase-price small{color:var(--muted);font-size:.72rem;line-height:1.45}.product-buy-now{width:calc(100% - 28px);min-height:44px;margin:6px 14px 0;border-color:var(--ink);border-radius:999px;background:var(--surface);color:var(--ink)}.product-offer-button{width:calc(100% - 28px);min-height:42px;margin:8px 14px 0;border-color:rgba(49,91,255,.28);border-radius:999px;background:#f4f7ff;color:var(--accent-strong)}.product-offer-button:focus,.product-offer-button:hover{border-color:rgba(49,91,255,.45);background:#eaf0ff}.product-payment-note{margin:0;padding:0 16px 16px}.showcase-purchase-stack{position:relative;display:grid;grid-gap:0;gap:0;isolation:isolate}.showcase-purchase-stack.is-out-of-stock>.field-alert,.showcase-purchase-stack.is-out-of-stock>.product-offer,.showcase-purchase-stack.is-out-of-stock>form{filter:grayscale(1);opacity:.32;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.product-stock-overlay{position:absolute;inset:2px 8px 4px;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #cbd1da;border-radius:14px;background:rgba(235,237,241,.94);box-shadow:0 8px 24px rgba(23,32,51,.1);color:#596475;text-align:left;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-stock-overlay>span{display:grid;grid-gap:2px;gap:2px}.product-stock-overlay strong{color:#2f3744;font-size:.9rem}.product-stock-overlay small{color:#667184;font-size:.72rem}.product-offer{display:grid;overflow:visible}.product-offer.is-open{margin-bottom:0}.product-offer__form{display:grid;min-width:0;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);transition:max-height .22s ease,opacity .16s ease,transform .22s ease}.product-offer.is-open .product-offer__form{max-height:160px;overflow:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.product-offer__form>div{display:grid;grid-template-columns:12px minmax(72px,1fr) max-content;align-items:center;grid-gap:6px;gap:6px;width:auto;min-width:0;max-width:100%;margin:10px 14px 0}.product-offer__form>div>span{color:var(--muted);font-weight:900}.product-offer__form input{box-sizing:border-box;width:100%;min-width:0;height:38px;border:1px solid var(--border);border-radius:8px;padding:0 9px;color:var(--ink);font:inherit}.product-offer__form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(49,88,255,.22)}.product-offer__form .button{box-sizing:border-box;width:auto;min-width:88px;min-height:38px;padding:0 10px;font-size:.74rem;white-space:nowrap}.product-offer__form small{margin:7px 14px 2px;color:#26703a;font-size:.72rem}.product-offer__form small.is-error{color:var(--danger)}.basket-page{padding-top:clamp(32px,5vw,68px)}.basket-checkout{overflow:hidden;border:1px solid #dfe6f1;border-radius:10px;background:#fff;box-shadow:0 16px 42px rgba(23,32,51,.07)}.basket-checkout__table{display:grid}.basket-checkout__head,.basket-checkout__row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(130px,1fr) minmax(90px,.65fr) 108px minmax(118px,.85fr) 40px;grid-gap:18px;gap:18px;align-items:center}.basket-checkout__head{border-bottom:1px solid #dfe6f1;background:#f7f9fd;padding:15px 22px;color:#5e6b82;font-size:.75rem;font-weight:900;text-transform:uppercase}.basket-checkout__row{min-height:108px;border-bottom:1px solid var(--border);padding:14px 22px;font-size:.9rem}.basket-checkout__row:last-child{border-bottom:0}.basket-checkout__item{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;color:var(--ink)}.basket-checkout__item img,.basket-checkout__item>span{width:64px;height:64px;border-radius:7px;background:#f2f5fa;object-fit:cover}.basket-checkout__item strong{line-height:1.3}.basket-checkout__seller{color:var(--muted)}.basket-checkout__action,.basket-checkout__head>span:not(:first-child),.basket-checkout__line-total,.basket-checkout__price,.basket-checkout__quantity,.basket-checkout__seller{justify-self:center;text-align:center}.basket-quantity{display:grid;grid-template-columns:34px 40px 34px;width:108px;min-height:36px;overflow:hidden;border:1px solid var(--border);border-radius:7px;text-align:center}.basket-quantity button{display:grid;place-items:center;border:0;background:#f7f9fd;color:var(--ink);cursor:pointer}.basket-quantity button:hover:not(:disabled){background:#eaf0ff;color:var(--accent-strong)}.basket-quantity button:disabled{cursor:not-allowed;opacity:.45}.basket-quantity span{display:grid;place-items:center;font-weight:850}.basket-remove{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:7px;background:transparent;color:#a34444;cursor:pointer}.basket-remove:hover{background:#fff1f1}.basket-checkout__footer{display:grid;grid-template-columns:minmax(270px,340px);justify-content:end;align-items:end;border-top:1px solid #dfe6f1;background:linear-gradient(135deg,#f9fbff,#fff);padding:22px}.basket-checkout__summary{display:grid;grid-gap:14px;gap:14px}.basket-checkout__summary dl{display:grid;grid-gap:7px;gap:7px;margin:0}.basket-checkout__summary dl>div{display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:.82rem}.basket-checkout__summary dd,.basket-checkout__summary dt{margin:0}.basket-checkout__summary dd{color:var(--ink);font-weight:760}.basket-checkout__promotions dd{color:#29723a}.basket-checkout__summary .basket-checkout__grand-total{color:var(--ink);font-size:.94rem;font-weight:850}.basket-checkout__summary .basket-checkout__grand-total dd{font-size:1.05rem;font-weight:900}.basket-checkout__summary form{display:grid}.basket-checkout__footer .button{min-height:42px;border-radius:999px;padding:0 18px}.checkout-page{padding-top:clamp(28px,4vw,54px);padding-bottom:clamp(42px,6vw,80px)}.checkout-page__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(285px,.75fr);grid-gap:22px;gap:22px;align-items:start}.checkout-page__main{display:grid;grid-gap:14px;gap:14px;min-width:0}.checkout-page__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--muted);font-size:.82rem;font-weight:750}.checkout-page__back{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 15px}.checkout-page__summary,.checkout-panel{border:1px solid #dfe6f1;border-radius:9px;background:#fff;box-shadow:0 12px 32px rgba(23,32,51,.05)}.checkout-panel__heading{display:flex;align-items:center;gap:11px;padding:18px}.checkout-page__summary-heading>svg,.checkout-panel__heading>svg{flex:0 0 auto;color:var(--accent)}.checkout-panel__heading>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.checkout-page__summary h2,.checkout-panel__heading h1,.checkout-panel__heading h2{margin:0;color:var(--ink);font-size:1rem}.checkout-panel__heading p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.45}.checkout-panel__heading>a{margin-left:auto;color:var(--accent-strong);font-size:.8rem;font-weight:800}.checkout-items{border-top:1px solid #e6ebf4}.checkout-item,.checkout-items__labels{display:grid;grid-template-columns:62px minmax(0,1fr) minmax(36px,auto) minmax(92px,auto) minmax(68px,auto) minmax(88px,auto);grid-column-gap:13px;column-gap:13px;align-items:center}.checkout-items__labels{min-height:34px;border-bottom:1px solid #e6ebf4;background:#f8faff;padding:0 18px;color:var(--muted);font-size:.67rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.checkout-items__labels span:first-child{grid-column:1/span 2}.checkout-items__labels span:not(:first-child){justify-self:center}.checkout-items__labels span:last-child{justify-self:end}.checkout-item{row-gap:8px;border-bottom:1px solid #e6ebf4;padding:14px 18px}.checkout-item:last-child{border-bottom:0}.checkout-item__image{display:block;width:62px;height:62px;overflow:hidden;border-radius:7px;background:#f1f4f9}.checkout-item__image img{width:100%;height:100%;object-fit:cover}.checkout-item__content{display:grid;grid-gap:5px;gap:5px;min-width:0}.checkout-item__content a{overflow:hidden;color:var(--ink);font-size:.9rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.checkout-item__content small{color:var(--muted);font-size:.76rem}.checkout-item__content small:last-child{display:none}.checkout-item__delivery,.checkout-item__expected,.checkout-item__quantity{color:var(--muted);font-size:.78rem;text-align:center;white-space:nowrap}.checkout-item>strong{color:var(--ink);font-size:.9rem;text-align:right;white-space:nowrap}.checkout-page__summary{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:17px;gap:17px;padding:19px}.checkout-page__summary-heading{display:flex;align-items:center;gap:9px}.checkout-page__summary dl{display:grid;grid-gap:9px;gap:9px;margin:0}.checkout-page__summary dl>div{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.84rem}.checkout-page__summary dd,.checkout-page__summary dt{margin:0}.checkout-page__summary dd{color:var(--ink);font-weight:760;text-align:right}.checkout-page__summary .checkout-page__total{margin-top:5px;border-top:1px solid #e1e7f1;padding-top:13px;color:var(--ink);font-weight:850}.checkout-page__summary .checkout-page__total dd{font-size:1.06rem;font-weight:900}.checkout-page__summary .button,.checkout-page__summary form{width:100%}.checkout-page__unavailable{display:flex;align-items:flex-start;gap:9px;border:1px solid #efd5a5;border-radius:7px;background:#fff8eb;padding:12px;color:#79511d}.checkout-page__unavailable svg{flex:0 0 auto;color:#be7a16}.checkout-page__unavailable p{margin:0;font-size:.78rem;line-height:1.45}.checkout-page__layout--review{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)}.checkout-page__review{display:grid;min-width:0;grid-gap:14px;gap:14px}.checkout-page__review .checkout-page__summary{position:static}.checkout-panel__heading>.checkout-panel__actions{display:flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;gap:8px;margin-left:auto}.checkout-panel__actions .button{min-height:34px;padding:0 12px;font-size:.76rem;white-space:nowrap}.checkout-payment-methods__brand{display:grid;flex:0 0 auto;place-items:center}.checkout-payment-methods__default{border-radius:999px;background:#e5f6dd;padding:3px 7px;color:#29723a;font-size:.67rem;font-weight:800}.checkout-payment-methods__add{border-top:1px solid #e6ebf4;padding:16px 18px 18px}.checkout-payment-methods__add-form{display:grid;grid-gap:12px;gap:12px}.checkout-payment-methods__add-form>label{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:.78rem;font-weight:800}.checkout-payment-methods__card-input{position:relative;display:flex;min-height:38px;max-width:100%;align-items:center;gap:8px;overflow:hidden;isolation:isolate;border:1px solid #dbe4f1;border-radius:7px;background:#fff;padding:0 10px;transition:border-color .16s ease,box-shadow .16s ease}.checkout-payment-methods__card-input>div{width:100%;min-width:0;max-width:100%;flex:1 1;overflow:hidden}.checkout-payment-methods__card-input iframe{display:block;max-width:100%!important}.checkout-payment-methods__card-input .card-brand-mark{width:36px;height:24px;flex:0 0 36px}.checkout-payment-methods__card-input:focus-within{border-color:#91adff;box-shadow:0 0 0 3px rgba(80,119,235,.12)}.checkout-payment-methods__add-actions{display:flex;justify-content:flex-end;gap:8px}.checkout-payment-methods__add-actions .button{min-height:32px;padding:0 12px;font-size:.76rem}.checkout-payment-methods__add-form>small{color:var(--muted);font-size:.72rem;line-height:1.45}.checkout-payment-methods__configuration-error,.checkout-payment-methods__error{margin:0;color:#a12b2b;font-size:.76rem;line-height:1.45}.checkout-payment-methods__configuration-error{border-top:1px solid #e6ebf4;background:#fff7f7;padding:14px 18px}.checkout-address-modal{position:fixed;z-index:160;inset:0;display:grid;place-items:center;overflow-y:auto;background:rgba(16,24,40,.54);padding:20px}.checkout-address-modal__dialog{width:min(760px,100%);border-radius:9px;background:#fff;box-shadow:0 24px 80px rgba(9,18,36,.26)}.checkout-address-modal__dialog>header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;border-bottom:1px solid #e6ebf4;padding:16px 20px}.checkout-address-modal__dialog h2{margin:0;color:var(--ink);font-size:1.25rem}.checkout-address-modal__history{display:grid;grid-gap:8px;gap:8px;border-bottom:1px solid #e6ebf4;padding:16px 20px}.checkout-address-modal__history h3{margin:0 0 4px;font-size:.9rem}.checkout-address-modal__history article{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;grid-gap:6px;gap:6px;align-items:center;border:1px solid #e2e9f5;border-radius:7px;padding:7px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.checkout-address-modal__history article:hover{border-color:#b7c8ff;background:#f8faff;box-shadow:0 7px 18px rgba(43,88,180,.08);transform:translateY(-1px)}.checkout-address-modal__history article.is-editing{border-color:#9db8ff;background:#f7f9ff}.checkout-address-modal__select{display:grid;grid-gap:3px;gap:3px;min-width:0;border:0;background:transparent;padding:5px;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.checkout-address-modal__select:disabled{cursor:progress}.checkout-address-modal__select strong{display:flex;align-items:center;gap:7px;font-size:.82rem}.checkout-address-modal__select strong span{border-radius:999px;background:#e5f6dd;padding:2px 6px;color:#29723a;font-size:.64rem}.checkout-address-modal__default{min-height:30px;padding:0 9px;font-size:.7rem;white-space:nowrap}.checkout-address-modal__edit,.checkout-address-modal__remove{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:6px;background:transparent;cursor:pointer;transition:background .16s ease,color .16s ease}.checkout-address-modal__edit{color:var(--ink)}.checkout-address-modal__edit:hover{background:#eef3fc;color:var(--primary)}.checkout-address-modal__remove{color:#d84b4b}.checkout-address-modal__remove:hover{background:#fff0f0;color:#c32b2b}.checkout-address-modal__select small{overflow:hidden;color:var(--muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.checkout-address-modal__form{display:grid;grid-gap:12px;gap:12px;padding:20px}.checkout-address-modal__form label{display:grid;grid-gap:6px;gap:6px;color:var(--ink);font-size:.78rem;font-weight:750}.checkout-address-modal__form input,.checkout-address-modal__form select{min-width:0;height:42px;border:1px solid #dbe4f1;border-radius:7px;background:#fff;padding:0 11px;color:var(--ink);font:inherit}.checkout-address-modal__form select{cursor:pointer}.checkout-address-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.checkout-address-modal__search{display:grid;grid-gap:7px;gap:7px;border:1px solid #dbe4f1;border-radius:8px;background:#f8faff;padding:11px}.checkout-address-modal__search>p{margin:0;color:var(--muted);font-size:.72rem}.checkout-address-modal__search-message{color:#52657f!important}.checkout-address-modal__results{display:grid;overflow:hidden;border:1px solid #dbe4f1;border-radius:6px;background:#fff}.checkout-address-modal__results button{display:grid;grid-gap:2px;gap:2px;border:0;border-bottom:1px solid #edf1f7;background:#fff;padding:9px 10px;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.checkout-address-modal__results button:last-child{border-bottom:0}.checkout-address-modal__results button:focus-visible,.checkout-address-modal__results button:hover{background:#eef3ff;outline:none}.checkout-address-modal__results strong{font-size:.78rem}.checkout-address-modal__results small{color:var(--muted);font-size:.7rem}.checkout-payment-methods__cards{display:grid;grid-gap:7px;gap:7px;border-top:1px solid #e6ebf4;padding:12px 16px 16px}.checkout-payment-methods__cards article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #e2e9f5;border-radius:7px;padding:8px}.checkout-payment-methods__cards article.is-selected{border-color:#9db8ff;background:#f7f9ff}.checkout-payment-methods__card-select{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;min-width:0;border:0;background:transparent;padding:0;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.checkout-payment-methods__card-select>span:not(.card-brand-mark){display:grid;grid-gap:2px;gap:2px;min-width:0}.checkout-payment-methods__cards strong{font-size:.8rem}.checkout-payment-methods__cards small{color:var(--muted);font-size:.72rem}.checkout-payment-methods__cards em{border-radius:999px;background:#e5f6dd;padding:3px 6px;color:#29723a;font-size:.64rem;font-style:normal;font-weight:800}.checkout-payment-methods__card-actions{display:flex;align-items:center;gap:8px}.checkout-payment-methods__make-default{min-height:32px;padding:0 10px;font-size:.7rem;white-space:nowrap}.checkout-payment-methods__remove{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:6px;background:transparent;color:#d84b4b;cursor:pointer;transition:background .16s ease,color .16s ease}.checkout-payment-methods__remove:hover{background:#fff0f0;color:#c32b2b}.checkout-payment-methods__remove:focus-visible,.checkout-payment-methods__remove:hover:not(:disabled){background:#fff0f0;color:#bf3030;outline:none}.checkout-payment-methods__remove:disabled{cursor:wait;opacity:.55}.seller-inbox{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.8fr);min-height:570px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 16px 40px rgba(23,32,51,.07)}.seller-inbox__contacts{display:grid;grid-template-rows:auto 1fr;border-right:1px solid var(--border);background:#f8faff}.seller-inbox__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;border-bottom:1px solid var(--border);padding:12px}.buyer-inbox__toolbar{justify-content:flex-start}.seller-inbox__store-select{display:inline-flex;min-width:142px;height:36px;align-items:center;gap:7px;border:1px solid #d7e2fb;border-radius:8px;background:linear-gradient(135deg,#f7f9ff,#fff);padding:0 9px;color:var(--accent-strong);box-shadow:0 5px 14px rgba(51,91,255,.08)}.seller-inbox__store-select select{min-width:0;flex:1 1;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:.77rem;font-weight:750;cursor:pointer}.seller-inbox__conversation-list{display:grid;align-content:start;grid-gap:2px;gap:2px;overflow-y:auto;padding:8px}.seller-inbox__conversation-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:start;width:100%;border:0;border-radius:7px;background:transparent;padding:12px 10px;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.seller-inbox__conversation-list button.is-active,.seller-inbox__conversation-list button:hover{background:#fff;box-shadow:0 5px 16px rgba(23,32,51,.07)}.seller-inbox__conversation-list button>span:nth-child(2){display:grid;min-width:0;grid-gap:3px;gap:3px}.seller-inbox__conversation-list small{overflow:hidden;color:var(--muted);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.seller-inbox__conversation-list em{color:var(--accent-strong);font-size:.7rem;font-style:normal;font-weight:750}.seller-inbox__conversation-list time{color:var(--muted);font-size:.68rem}.seller-inbox__avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:#dfe7ff;color:var(--accent-strong);font-size:.76rem;font-weight:900}.seller-inbox__avatar--large{width:40px;height:40px}.seller-inbox__empty{display:grid;min-height:160px;margin:0;place-items:center;align-content:center;padding:20px 18px;color:var(--muted);font-size:.82rem;line-height:1.5;text-align:center}.seller-inbox__thread{display:grid;grid-template-rows:auto 1fr auto;min-width:0}.seller-inbox__thread header{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:15px 18px}.seller-inbox__thread header>span:nth-child(2){display:grid;grid-gap:2px;gap:2px}.seller-inbox__thread header small{color:var(--muted);font-size:.75rem}.seller-inbox__thread header b{margin-left:auto;border:1px solid #dce5f3;border-radius:999px;padding:6px 9px;color:var(--accent-strong);font-size:.72rem}.conversation-block-control{position:relative;margin-left:auto;display:inline-flex;align-items:center}.seller-inbox__thread header b+.conversation-block-control{margin-left:0}.conversation-block-control__trigger{min-height:34px;padding:6px 10px;gap:6px;font-size:.75rem}.conversation-block-control__menu{position:absolute;z-index:20;top:calc(100% + 8px);right:0;width:min(310px,calc(100vw - 42px));display:grid;grid-gap:10px;gap:10px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 18px 45px rgba(15,23,42,.18);padding:16px}.conversation-block-control__menu>small{color:var(--muted);line-height:1.45}.conversation-block-control__menu label{display:grid;grid-gap:5px;gap:5px;font-size:.75rem;color:var(--muted)}.conversation-block-control__menu select{min-height:38px;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:0 10px;color:var(--text)}.conversation-block-control__close{position:absolute;right:9px;top:9px;border:0;background:transparent;color:var(--muted);cursor:pointer}.seller-inbox__bubbles{display:grid;align-content:end;grid-gap:9px;gap:9px;min-height:0;padding:22px}.seller-inbox__bubbles p{width:-moz-fit-content;width:fit-content;max-width:min(78%,470px);margin:0;border-radius:13px;padding:10px 12px;font-size:.86rem;line-height:1.45}.seller-inbox__bubbles .is-buyer{background:#f0f3f8}.seller-inbox__bubbles .is-seller{justify-self:end;background:var(--accent);color:#fff}.seller-inbox__bubbles .is-system{display:grid;justify-self:center;grid-gap:2px;gap:2px;border:1px solid #dce5f3;background:#f6f8fc;color:var(--ink);text-align:center}.seller-inbox__bubbles .is-system strong{color:var(--accent-strong);font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.seller-inbox__bubbles .is-offer{border:1px solid #dce5f3;background:#f4f7ff;color:var(--ink);font-weight:750;white-space:pre-line}.seller-inbox__compose{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;border-top:1px solid var(--border);padding:12px}.seller-inbox__compose .button{min-height:40px}.seller-inbox__blank{display:grid;min-height:100%;place-items:center;align-content:center;padding:36px;color:var(--muted);text-align:center}.seller-message-layout{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.35fr);min-height:286px;overflow:hidden;border:1px solid #e8edf5;border-radius:8px}.seller-message-list{display:grid;align-content:start;grid-gap:1px;gap:1px;background:#f7f9fd;padding:7px}.seller-message-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;border:0;border-radius:7px;background:transparent;padding:10px;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.seller-message-list button.is-selected,.seller-message-list button:hover{background:#fff;box-shadow:0 3px 12px rgba(23,32,51,.06)}.seller-message-list span:nth-child(2){display:grid;min-width:0;grid-gap:2px;gap:2px}.seller-message-list small,.seller-message-list time{overflow:hidden;color:var(--muted);font-size:.71rem;text-overflow:ellipsis;white-space:nowrap}.seller-message-list time{align-self:start}.seller-message-avatar{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#dfe7ff;color:var(--accent-strong);font-size:.74rem;font-weight:900}.seller-message-avatar--large{width:38px;height:38px}.seller-message-empty{padding:16px;color:var(--muted);font-size:.82rem;line-height:1.5}.seller-message-thread{display:grid;grid-template-rows:auto 1fr auto;min-height:0;background:#fff}.seller-message-thread__heading{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e8edf5;padding:12px 14px}.seller-message-thread__heading div{display:grid;grid-gap:2px;gap:2px}.seller-message-thread__heading small{color:var(--muted);font-size:.72rem}.seller-message-bubbles{display:grid;align-content:end;grid-gap:8px;gap:8px;padding:16px}.seller-message-bubbles p{width:-moz-fit-content;width:fit-content;max-width:min(85%,420px);margin:0;border-radius:12px;padding:9px 11px;font-size:.82rem;line-height:1.42}.seller-message-bubbles .is-buyer{background:#f0f3f8;color:var(--ink)}.seller-message-bubbles .is-seller{justify-self:end;background:var(--accent);color:#fff}.seller-message-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;border-top:1px solid #e8edf5;padding:10px}.seller-message-compose .button{min-height:38px;padding:0 11px}@media (max-width:700px){.checkout-page__layout{grid-template-columns:1fr;gap:16px}.checkout-page__summary{position:static;order:-1}.checkout-page__layout--review{grid-template-columns:1fr}.checkout-page__review .checkout-page__summary{order:0}.checkout-address-modal__grid{grid-template-columns:1fr}.checkout-items__labels{display:none}.checkout-item{grid-template-columns:54px minmax(0,1fr) auto;padding:13px}.checkout-item__image{width:54px;height:54px}.checkout-item__quantity{grid-column:2;grid-row:2;justify-self:start;text-align:left}.checkout-item__expected{grid-column:2;grid-row:3;justify-self:start;text-align:left}.checkout-item__delivery{grid-column:2;grid-row:4;justify-self:start;text-align:left}.checkout-item>strong{grid-column:3;grid-row:1/span 4;justify-self:end}.seller-message-layout{grid-template-columns:1fr}.seller-message-list{grid-auto-flow:column;grid-auto-columns:minmax(210px,78%);overflow-x:auto}.seller-message-list button{min-height:62px}.seller-message-thread{min-height:250px}.product-offer__form>div{grid-template-columns:12px minmax(64px,1fr) max-content;gap:5px}.product-offer__form .button{min-width:78px;padding:0 8px;font-size:.7rem}.basket-checkout__head{display:none}.basket-checkout__row{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:0}.basket-checkout__item{grid-column:1/-1}.basket-checkout__seller{grid-column:1;grid-row:2;justify-self:start;text-align:left}.basket-checkout__price{grid-column:2;grid-row:2}.basket-checkout__quantity{grid-column:1;grid-row:3;justify-self:start}.basket-checkout__line-total{grid-column:2;grid-row:3}.basket-checkout__action{grid-column:2;grid-row:4}.basket-checkout__footer{grid-template-columns:1fr;gap:18px}.basket-checkout__summary{grid-column:auto;border-left:0;border-top:1px solid #dfe6f1;padding:18px 0 0}.basket-checkout__summary .button,.basket-checkout__summary form{width:100%}.seller-inbox{grid-template-columns:1fr;min-height:0}.seller-inbox__contacts{border-right:0;border-bottom:1px solid var(--border)}.seller-inbox__conversation-list{grid-auto-flow:column;grid-auto-columns:minmax(220px,78%);overflow-x:auto}.seller-inbox__thread{min-height:360px}.seller-inbox__thread header b{display:none}}.product-fulfilment-options{display:grid;grid-gap:9px;gap:9px;border-top:1px solid var(--border);padding:14px 16px 16px}.product-fulfilment-option{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;border:1px solid #cddaff;border-radius:12px;background:#f3f6ff;padding:12px}.product-fulfilment-option svg{color:var(--accent)}.product-fulfilment-option span{display:grid;grid-gap:3px;gap:3px}.product-fulfilment-option strong{color:var(--ink);font-size:.82rem}.product-fulfilment-option small{color:var(--muted);font-size:.74rem}.product-fulfilment-option em{color:#4f5f78;font-size:.7rem;font-style:normal;line-height:1.4}.product-fulfilment-option--delivery{border-color:#cddaff;background:#f3f6ff}.product-origin-section{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center;border-top:1px solid var(--border);padding:14px 16px}.product-origin-section svg{color:var(--accent)}.product-origin-section span{display:grid;grid-gap:2px;gap:2px}.product-origin-section strong{color:var(--ink);font-size:.8rem}.product-origin-section small{color:var(--muted);font-size:.73rem}.product-identity-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:0;border-top:1px solid var(--border);padding-top:12px}.product-identity-details>div{display:grid;grid-gap:3px;gap:3px;border:1px solid var(--border);border-radius:9px;padding:9px 10px}.product-identity-details span{color:var(--muted);font-size:.7rem}.product-identity-details strong{color:var(--ink);font-size:.78rem}.product-confidence,.product-policy-section{display:grid;grid-gap:12px;gap:12px;border-top:1px solid var(--border);padding:18px 16px}.product-policy-section dl{display:grid;overflow:hidden;margin:0;border:1px solid var(--border);border-radius:8px}.product-policy-section dl>div{display:grid;grid-template-columns:104px minmax(0,1fr);grid-gap:8px;gap:8px;border-bottom:1px solid var(--border);padding:10px}.product-policy-section dl>div:last-child{border-bottom:0}.product-policy-section dt{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:850}.product-policy-section dd{margin:0;color:var(--muted);font-size:.72rem;line-height:1.4}.product-return-summary{margin:0;color:var(--muted);font-size:.76rem;line-height:1.5}.product-return-summary a{display:block;width:-moz-fit-content;width:fit-content;margin-top:6px;color:var(--accent);font-weight:800}.product-confidence>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:8px;gap:8px}.product-confidence--inline{border:1px solid var(--border);border-radius:12px;background:#fbfcff;padding:16px}.product-confidence>div>svg{color:var(--accent)}.product-confidence>div>span{display:grid;grid-gap:2px;gap:2px}.product-confidence strong{font-size:.76rem}.product-confidence small{color:var(--muted);font-size:.68rem;line-height:1.4}.product-checkout-summary{border-top:1px solid var(--border)}.checkout-address,.checkout-protection,.delivery-highlight{display:flex;align-items:flex-start;gap:9px;padding:14px}.delivery-highlight{border-bottom:1px solid #cbd8ff;background:#f1f5ff;color:#2446dc}.checkout-address span,.checkout-protection span,.delivery-highlight span{display:grid;flex:1 1;grid-gap:3px;gap:3px}.checkout-address small,.checkout-protection small,.delivery-highlight small{color:var(--muted);font-size:.72rem;line-height:1.35}.checkout-address{border-bottom:1px solid var(--border)}.checkout-address button{border:0;background:transparent;color:var(--accent);cursor:pointer;font-size:.72rem;font-weight:800}.checkout-summary{display:grid;grid-gap:9px;gap:9px;padding:14px;font-size:.8rem}.checkout-summary>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-summary>div>span{color:var(--muted)}.checkout-summary .checkout-total{margin-top:3px;border-top:1px solid var(--border);padding-top:11px;font-size:.9rem}.checkout-total strong{font-size:1.12rem}.checkout-payment-marks{display:flex;flex-wrap:wrap;gap:5px;padding:0 14px 12px}.checkout-payment-marks span{border:1px solid var(--border);border-radius:4px;padding:3px 5px;color:var(--muted);font-size:.62rem;font-weight:850}.showcase-purchase-controls{display:grid;grid-template-columns:124px minmax(0,1fr);align-items:stretch;grid-gap:0;gap:0;padding:10px 14px 12px}.quantity-control{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;overflow:hidden;height:42px;min-height:42px;border-color:var(--ink);border:1px solid var(--border);border-right:0;border-radius:999px 0 0 999px}.quantity-control button{display:grid;height:100%;place-items:center;border:0;background:var(--surface-strong);color:var(--ink);cursor:pointer}.quantity-control button:disabled{color:#b8c1ce;cursor:not-allowed}.quantity-control span{text-align:center;font-weight:850}.showcase-add-button{align-self:stretch;width:100%;min-height:42px;height:42px;border-radius:0 999px 999px 0;padding-inline:10px;white-space:nowrap}.showcase-add-button--single{grid-column:1/-1;border-radius:999px}.showcase-purchase-message{grid-column:1/-1;margin:8px 0 0}.checkout-protection{border-top:1px solid var(--border);background:#fafbfe}.checkout-protection svg{color:#26703a}.seller-question-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:0;border-top:1px solid var(--border);background:var(--surface);color:var(--ink);cursor:pointer;font-weight:800}.product-seller-actions{display:block}.product-seller-actions--top{border-bottom:1px solid var(--border)}.product-seller-actions--bottom{border-top:1px solid var(--border)}.product-seller-actions .seller-question-button{width:100%;min-height:52px;border:0;justify-content:center}.seller-question-button--report{color:#b42318}.seller-question-button--report:hover{border-color:rgba(180,35,24,.35);background:#fff7f5;color:#b42318}.listing-message-composer{width:100%}.listing-message-composer__form{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--border);background:#fafbfe;padding:14px}.listing-message-composer__actions,.listing-message-composer__heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.listing-message-composer__heading{color:var(--ink);font-size:.8rem;font-weight:800}.listing-message-composer__heading button{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer}.listing-message-composer__form .textarea{min-height:92px;resize:vertical}.listing-message-composer__form .field-alert{margin:0}.listing-report-dialog{position:fixed;z-index:220;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.5);padding:20px}.listing-report-dialog__panel{display:grid;width:min(470px,100%);grid-gap:15px;gap:15px;border:1px solid var(--border);border-radius:16px;background:#fff;padding:22px;box-shadow:0 24px 70px rgba(15,23,42,.25)}.listing-report-dialog__panel>div:last-child,.listing-report-dialog__panel>header,.listing-report-dialog__panel>header>span{display:flex;align-items:center}.listing-report-dialog__panel>header{justify-content:space-between;gap:14px}.listing-report-dialog__panel>header>span{gap:8px;color:var(--ink);font-size:1rem}.listing-report-dialog__panel>header>span svg{color:#c9261c}.listing-report-dialog__panel>header button{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--border);border-radius:999px;background:#f7f9fc;color:var(--muted);cursor:pointer}.listing-report-dialog__panel>p{margin:-3px 0 0;color:var(--muted);font-size:.8rem;line-height:1.5}.listing-report-dialog__panel .field>span small{color:var(--muted);font-size:.72rem;font-weight:650}.listing-report-dialog__panel .textarea{min-height:106px;resize:vertical}.listing-report-dialog__panel>div:last-child{justify-content:flex-end;gap:9px}.listing-report__backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:1.25rem;background:rgba(10,24,48,.54);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.listing-report__dialog{position:relative;width:min(100%,34rem);display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(49,91,255,.2);border-radius:20px;background:#fff;box-shadow:0 30px 80px rgba(10,24,48,.3);animation:modal-panel-open .15s cubic-bezier(.2,.8,.2,1)}.listing-report__header{display:flex;align-items:center;gap:12px;padding:24px 24px 16px}.listing-report__header>div{display:grid;flex:1 1;grid-gap:4px;gap:4px;min-width:0}.listing-report__header .eyebrow{color:var(--accent);font-size:.7rem;letter-spacing:.12em}.listing-report__header h2{margin:0;color:var(--ink);font-size:1.45rem;line-height:1.15}.listing-report__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(49,91,255,.18);border-radius:13px;background:#eef3ff;color:var(--accent)}.listing-report__intro{margin:0;padding:0 24px 20px 78px;color:var(--muted);font-size:.84rem;line-height:1.55}.listing-report__close{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid var(--border);border-radius:50%;background:#f7f9fc;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.listing-report__close:focus-visible,.listing-report__close:hover{background:#eef3ff;color:var(--accent);transform:rotate(3deg)}.listing-report__form{display:grid;grid-gap:16px;gap:16px;border-top:1px solid #edf0f5;background:#fbfcff;padding:20px 24px 24px}.listing-report__field{display:grid;grid-gap:7px;gap:7px;color:var(--ink);font-size:.8rem;font-weight:850}.listing-report__field select,.listing-report__field textarea{box-sizing:border-box;width:100%;border:1px solid #d9e0ec;border-radius:11px;background:#fff;padding:11px 12px;color:var(--ink);font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.listing-report__field select{min-height:44px;cursor:pointer}.listing-report__field select option{padding-block:6px;line-height:1.4}.listing-report__field textarea{min-height:126px;resize:vertical;line-height:1.5}.listing-report__field select:focus,.listing-report__field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(49,91,255,.14)}.listing-report__privacy{display:flex;align-items:center;gap:10px;border:1px solid #e4e9f2;border-radius:11px;background:#fff;padding:11px 12px;color:var(--accent-strong)}.listing-report__privacy>span{display:grid;grid-gap:2px;gap:2px}.listing-report__privacy strong{color:var(--ink);font-size:.75rem}.listing-report__privacy small{color:var(--muted);font-size:.7rem;line-height:1.35}.listing-report__message{margin:0}.listing-report__actions{display:flex;justify-content:flex-end;gap:9px;padding-top:2px}.listing-report__actions .button{min-width:104px}@media (max-width:560px){.listing-report__backdrop{align-items:end;padding:10px}.listing-report__dialog{border-radius:18px}.listing-report__header{padding:20px 18px 14px}.listing-report__intro{padding:0 18px 18px}.listing-report__form{padding:18px}.listing-report__actions .button{flex:1 1;min-width:0}}.seller-profile-section{margin-top:48px;border-top:1px solid var(--border);background:#fafbfe;padding:42px 0 50px}.seller-profile-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px}.seller-profile-header>img{width:78px;height:78px;border:3px solid var(--surface);border-radius:999px;object-fit:cover;box-shadow:0 8px 20px rgba(23,32,51,.12)}.seller-profile-header>div{display:grid;grid-gap:5px;gap:5px}.seller-profile-kicker{color:var(--accent);font-size:.72rem;font-weight:850;text-transform:uppercase}.seller-profile-header h2{display:inline-flex;align-items:center;gap:7px;font-size:1.5rem}.seller-profile-header h2 svg{color:var(--accent)}.seller-profile-body{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:36px;gap:36px;align-items:end;margin-top:24px;border-top:1px solid var(--border);padding-top:24px}.seller-about{display:grid;grid-gap:9px;gap:9px;max-width:780px}.seller-about h3,.seller-section-heading h3{font-size:1.08rem}.seller-about p{color:var(--muted);line-height:1.65}.seller-facts{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.78rem}.seller-facts span{display:inline-flex;align-items:center;gap:5px}.seller-stats{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));border-left:1px solid var(--border)}.seller-stats div{display:grid;grid-gap:3px;gap:3px;padding:8px 20px;text-align:center}.seller-stats strong{color:var(--ink);font-size:1.08rem}.seller-stats span{color:var(--muted);font-size:.7rem}.seller-other-products,.seller-reviews{display:grid;grid-gap:16px;gap:16px;margin-top:38px}.seller-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.seller-section-heading>a,.seller-section-heading>span{color:var(--muted);font-size:.78rem;font-weight:750}.seller-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.seller-product-card{display:grid;min-width:0;grid-gap:6px;gap:6px}.seller-product-card img{width:100%;aspect-ratio:4/3;border-radius:8px;object-fit:cover}.seller-product-card span{overflow:hidden;color:var(--ink);font-size:.82rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.seller-product-card strong{color:#224d0d;font-size:.88rem}.seller-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.seller-reviews__empty{margin:0;color:var(--muted);font-size:.9rem}.seller-review{display:grid;align-content:start;grid-gap:12px;gap:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:14px}.seller-review>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px}.reviewer-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--clay-soft);color:var(--accent);font-weight:900}.seller-review>div>span:nth-child(2){display:grid;grid-gap:2px;gap:2px}.seller-review small{color:var(--muted);font-size:.68rem}.seller-review p{color:var(--muted);font-size:.8rem;line-height:1.55}.purchase-cards{display:grid;grid-gap:10px;gap:10px}.purchase-cards div{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 10px;gap:4px 10px;border:1px solid #e7ebf2;border-radius:8px;background:#fbfcff;padding:12px}.purchase-cards svg{grid-row:span 2;color:var(--accent)}.purchase-cards span{font-weight:850}.purchase-cards p{color:var(--muted);font-size:.82rem;line-height:1.45}.total-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.total-line strong{color:var(--ink);font-size:1.16rem}.muted{color:var(--muted)}.footer{margin-top:52px;overflow:hidden;border-radius:0;background:var(--footer-ink);color:#c4ccda}.footer-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #edf0f5;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff;color:var(--ink)}.footer-service{display:flex;min-height:86px;align-items:center;justify-content:center;gap:10px;border-right:1px solid #edf0f5;font-size:.9rem;font-weight:850}.footer-service:last-child{border-right:0}.footer-service svg{color:var(--accent)}.footer-main{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(0,.75fr));grid-gap:34px;gap:34px;padding:34px 0}.footer-main h2{margin-bottom:12px;color:#ffffff;font-size:.96rem}.footer-main a{display:block;margin-top:9px;color:#c4ccda;font-size:.86rem}.footer-main a:focus,.footer-main a:hover{color:#ffffff}.footer-brand{display:grid;grid-gap:12px;gap:12px}.footer-brand strong{color:#ffffff;font-size:1.25rem}.footer-brand p{max-width:360px;font-size:.9rem;line-height:1.6}@media (max-width:1120px){.product-showcase-grid{grid-template-columns:minmax(300px,.9fr) minmax(300px,.78fr)}.product-checkout-panel{position:static;grid-column:1/-1;justify-self:center;width:min(100%,560px)}}@media (max-width:920px){body{padding:0}.shell{width:100%;border:0}.shell,.site-header{border-radius:0}.site-header__main{grid-template-columns:minmax(150px,178px) auto minmax(0,1fr);gap:10px}.header-actions{grid-column:1/-1;justify-content:flex-end}.header-categories-menu .header-categories-panel{left:0;width:min(760px,calc(100vw - 28px))}.all-categories-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.help-article-layout{gap:24px}.faq-section,.help-article-layout,.support-option-grid{grid-template-columns:1fr}.faq-section{gap:4px}.help-article-nav{position:static;grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid var(--border);padding:0 0 20px}.help-article-nav>strong,.help-back-link{grid-column:1/-1}.category-showcase__grid{gap:10px}.category-showcase__grid,.home-feature-tiles__primary{grid-template-columns:repeat(2,minmax(0,1fr))}.home-feature-tile--deals{min-height:210px}.deals-grid,.home-feature-tiles__compact{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-layout,.hero-panel,.profile-layout,.split{grid-template-columns:1fr}.profile-sidebar{position:static}.profile-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-methods,.profile-security-grid{grid-template-columns:1fr}.payment-methods__list{border-right:0;border-bottom:1px solid var(--border)}.order-card__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card__meta>a{grid-column:1/-1}.order-card__meta--two{grid-template-columns:minmax(0,1fr) auto}.order-card__meta--two>a{grid-column:auto}.about-copy-grid,.about-feature-grid,.about-principles,.about-split,.about-steps,.quick-listing-layout,.seller-readiness-grid,.seller-stat-grid,.seller-store-switcher,.settings-option-grid,.settings-seller-card .settings-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel{gap:30px}.hero-copy{min-height:auto}.hero-collage{min-height:360px}.product-purchase-panel{position:static}.product-reviews-hero,.product-reviews-summary{grid-template-columns:1fr;gap:18px}.seller-profile-body{grid-template-columns:1fr;align-items:start}.collection-map-controls,.home-map-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-map-view{grid-template-columns:minmax(205px,240px) minmax(0,1fr)}.collection-map-results{grid-column:1/-1;max-height:400px}.home-map-location-note{grid-column:1/-1}.collection-map-controls button{grid-column:1/-1;width:-moz-fit-content;width:fit-content}.listing-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-stats{border-top:1px solid var(--border);border-left:0;padding-top:18px}.seller-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-review-grid{grid-template-columns:1fr}.footer-main,.grid--categories,.grid--products,.grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.quick-listing-intel{position:static}.seller-setup-row{grid-template-columns:160px minmax(240px,1fr);gap:14px 20px}.seller-setup-row>p{grid-column:2}.seller-identity-layout{grid-template-columns:1fr}.seller-identity-summary{border-top:1px solid var(--border);border-left:0;padding-top:24px;padding-left:0}}@media (max-width:620px){.site-header__main{grid-template-columns:minmax(150px,40vw) 1fr;padding:10px 0}.brand-logo{width:min(100%,206px);max-height:44px}.site-header__utility{display:none}.basket-menu__panel{position:fixed;top:62px;right:14px;left:14px;width:auto}.auth-modal{align-items:flex-start;padding:10px 14px}.auth-modal__panel{width:min(100%,460px);gap:9px;overflow:visible;padding:20px}.seller-modal__panel{width:min(100%,720px)}.auth-inline-expansion form{grid-template-columns:1fr}.auth-inline-expansion form>.button{justify-self:end}.join-reset-expansion{grid-template-columns:1fr}.join-reset-expansion>.button{justify-self:end}.account-workflow-page{min-height:calc(100vh - 130px);padding:28px 11px}.account-workflow-panel{padding:22px 18px}.profile-page{padding:24px 0 38px}.profile-panel{padding:16px}.profile-saved-addresses article{grid-template-columns:auto minmax(0,1fr) auto}.profile-saved-addresses__actions{grid-column:2/4;grid-template-columns:auto auto 32px;justify-content:end}.about-copy-grid,.about-feature-grid,.about-principles,.about-split,.about-steps,.profile-check-grid,.profile-sidebar nav,.profile-store__summary,.seller-readiness-grid,.seller-stat-grid,.settings-option-grid,.settings-seller-card .settings-option-grid{grid-template-columns:1fr}.payment-methods__detail{min-height:0;padding:20px}.order-card__body,.order-card__content,.order-card__meta{grid-template-columns:1fr}.order-card__body{grid-template-areas:"summary" "items";grid-template-rows:auto}.order-card__meta>a{grid-column:auto}.order-card__meta--two{grid-template-columns:minmax(0,1fr) auto}.seller-dashboard-list a,.settings-security-list>div,.settings-seller-card>div:first-child{grid-template-columns:auto minmax(0,1fr)}.seller-dashboard-list a>span:last-child,.settings-security-list .button,.settings-security-list .pill,.settings-seller-card>div:first-child>svg:last-child{grid-column:2;justify-self:start;text-align:left}.settings-two-factor__summary{grid-template-columns:auto minmax(0,1fr)}.settings-two-factor__summary .button{grid-column:2;justify-self:start}.seller-listing-grid article{grid-template-columns:58px minmax(0,1fr)}.seller-listing-grid article>div,.seller-listing-grid article>strong{grid-column:2;justify-content:flex-start}.profile-submit{width:100%;justify-self:stretch}.seller-application-form{grid-template-columns:1fr}.seller-agreement,.seller-application-form .auth-modal__submit,.seller-application-form fieldset{grid-column:1}.storefront-slug-field{grid-template-columns:max-content minmax(100px,1fr)}.storefront-slug-field span{font-size:.78rem}.header-search{grid-column:2;grid-row:2;order:3}.header-categories-menu{grid-column:1;grid-row:2;order:2}.header-categories-trigger{width:100%;min-height:42px;padding:0 10px;font-size:.78rem}.header-categories-menu .header-categories-panel{left:0;width:calc(100vw - 22px)}.header-actions{justify-content:end;grid-column:auto}.account-menu summary span,.header-auth-link span{display:none}.account-menu summary{width:40px;justify-content:center;padding:0}.header-action-link{display:none}.header-action-link--list-item{display:inline-flex;width:40px;height:40px;justify-content:center;padding:0;font-size:0}.quick-listing-submit,.store-open-submit{width:100%}.quick-listing-grid{grid-template-columns:1fr}.listing-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-map-controls,.collection-map-view,.home-map-area-fields,.home-map-controls,.image-upload-field{grid-template-columns:1fr}.collection-map-controls button{width:100%}.collection-map-canvas{height:clamp(340px,calc(100vh - 260px),480px);min-height:0}.collection-map-results{max-height:420px}.home-map-heading{align-items:flex-start;flex-direction:column}.two-factor-panel{grid-template-columns:1fr}.two-factor-qr{justify-self:center}.account-menu summary svg:last-child{display:none}.account-menu__panel{right:-50px}.category-subbar__inner{width:100%;padding:0 11px}.category-trigger{min-height:42px;padding:0 9px}.category-location{display:none}.home-view-toggle{width:min(260px,100%)}.home-view-toggle-shell{margin:12px 11px}.home-view-toggle-shell+.home-feature-tiles,.home-view-toggle-shell+.home-map-heading{margin-top:0}.category-page{padding:24px 0 28px}.category-hero{gap:8px;padding-bottom:24px}.category-showcase{margin-bottom:30px;padding:12px}.category-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.subcategory-tile{gap:8px;font-size:.86rem}.subcategory-tile__media{aspect-ratio:1}.catalog-toolbar{align-items:stretch;flex-direction:column;gap:10px}.catalog-toolbar__right{justify-content:space-between;gap:10px;width:100%}.catalog-filter summary{width:-moz-fit-content;width:fit-content}.catalog-sort__panel{right:0}.all-categories-panel{max-height:70vh;padding:16px}.all-categories-panel,.deals-grid,.home-feature-tiles__primary{grid-template-columns:1fr}.home-feature-tile{min-height:150px}.home-feature-tile--deals{min-height:190px}.home-feature-tiles__compact{grid-template-columns:repeat(2,minmax(0,1fr))}.home-feature-compact-tile{min-height:104px}.help-masthead{padding:28px 0}.help-article>h1,.help-masthead h1{font-size:1.65rem}.contact-guidance,.help-topic-grid{grid-template-columns:1fr}.help-contact,.help-order-callout,.help-quick-answer{grid-template-columns:auto minmax(0,1fr)}.help-contact .button,.help-order-callout .button,.help-quick-answer .button{grid-column:1/-1;justify-self:start}.help-article-nav{grid-template-columns:1fr}.all-categories-button{max-width:108px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container{width:min(100% - 22px,1240px)}.hero{padding:30px 0 20px}.hero-stats{grid-template-columns:1fr}.hero-stats div+div{border-top:1px solid #edf0f5;border-left:0}.hero-collage{grid-template-columns:1fr 1fr;min-height:auto}.hero-collage__wide{grid-column:1/-1;grid-row:auto}.hero-collage img{aspect-ratio:4/3}.landing-page{padding-top:18px}.landing-page__inner{gap:14px}.landing-product-row{grid-auto-columns:minmax(170px,74vw);padding-right:0}.landing-row-arrow{width:38px;height:38px;top:min(37vw,132px)}.landing-row-arrow--previous{left:8px}.landing-row-arrow--next{right:8px}.grid--categories,.grid--products,.grid--three{grid-template-columns:1fr}.catalog-grid.grid--products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card--catalog h3{font-size:.86rem}.product-card--catalog .product-card__body{gap:4px}.product-card--catalog .price-row{flex-direction:column}.product-detail-media img,.product-detail-media span{min-height:260px}.product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.product-showcase-grid{gap:24px}.product-gallery-stage,.product-showcase-grid{grid-template-columns:1fr}.product-showcase-media{grid-row:1}.product-showcase-thumbnails{grid-row:2;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.product-checkout-panel{grid-column:auto}.product-checkout-panel,.product-choice-grid{grid-template-columns:1fr}.seller-profile-section{margin-top:34px;padding:30px 0 36px}.seller-profile-header{grid-template-columns:auto 1fr}.seller-profile-header>img{width:62px;height:62px}.seller-profile-header>.button{grid-column:1/-1;width:100%}.seller-stats{grid-template-columns:1fr}.seller-stats div+div{border-top:1px solid var(--border)}.seller-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-review>div{grid-template-columns:auto 1fr}.seller-review .product-stars{grid-column:2}.footer{border-radius:0}.footer-main,.footer-services{grid-template-columns:1fr}.footer-service{justify-content:flex-start;min-height:64px;border-right:0;border-bottom:1px solid #edf0f5;padding:0 18px}.search-bar{flex-direction:column}.table{display:block;overflow-x:auto}.seller-setup-content{width:min(100% - 24px,1180px);padding:28px 0 46px}.product-photo-dialog{padding:12px}.product-photo-dialog__panel{max-height:calc(100dvh - 24px);border-radius:14px}.product-reviews-page{padding-top:22px}.product-reviews-list{grid-template-columns:1fr}.product-reviews-product-card{grid-template-columns:76px minmax(0,1fr)}.product-reviews-product-card img{width:76px;height:76px}.seller-setup-heading{margin-bottom:20px}.seller-setup-heading h1{font-size:1.8rem}.seller-identity-layout,.seller-setup-complete,.seller-setup-form{padding:20px 16px}.seller-setup-field-grid,.seller-setup-row{grid-template-columns:1fr}.seller-setup-field--full,.seller-setup-row>p{grid-column:auto}.seller-setup-row{gap:7px}.seller-stripe-progress{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 8px}.seller-stripe-progress:before{display:none}.seller-stripe-onboarding__back-row{margin-right:0}.seller-stripe-identity-stage{grid-template-columns:1fr;margin-right:0}.seller-stripe-identity-stage .seller-stripe-identity{justify-items:start}.seller-integration-intro{grid-template-columns:auto minmax(0,1fr)}.seller-integration-intro .setup-status{grid-column:2;justify-self:start}.seller-integration-actions,.seller-setup-actions{align-items:stretch;flex-direction:column}.seller-setup-actions>span{display:none}.seller-setup-actions .button{width:100%}.seller-security-options>label{grid-template-columns:auto minmax(0,1fr)}.seller-security-options input{grid-column:2}.seller-setup-complete{grid-template-columns:1fr;text-align:center}.seller-setup-complete__icon{justify-self:center}.seller-setup-checklist,.seller-setup-complete__actions{grid-column:auto;text-align:left}}@media (max-width:380px){.home-map-range-row{grid-template-columns:1fr}.home-map-radius-input{justify-self:start}.catalog-grid.grid--products{grid-template-columns:1fr}.catalog-toolbar__right{align-items:flex-start;flex-direction:column}}.message-dock{--dock-width:min(390px,calc(100vw - 28px));position:fixed;right:18px;bottom:18px;z-index:85;width:var(--dock-width);color:var(--ink)}.message-dock__launcher{display:flex;min-height:46px;align-items:center;gap:8px;margin-left:auto;border:0;border-radius:15px;padding:0 14px;color:#fff;background:linear-gradient(135deg,#3158ff,#2347ea);box-shadow:0 15px 32px rgba(34,71,234,.26);font-weight:850;cursor:pointer}.message-dock__launcher.is-open{width:100%;min-height:43px;justify-content:center;border-radius:0 0 15px 15px;box-shadow:0 12px 28px rgba(34,71,234,.2)}.message-dock__launcher svg:last-child{transition:transform .18s ease}.message-dock__launcher svg:last-child.is-open{transform:rotate(180deg)}.message-dock__panel{display:none;overflow:hidden;height:min(515px,calc(100vh - 84px));min-height:0;border:1px solid #dbe4f2;border-radius:19px 19px 0 0;background:rgba(255,255,255,.98);box-shadow:0 22px 55px rgba(17,34,64,.2)}.message-dock.is-open .message-dock__panel{display:grid;grid-template-rows:auto minmax(120px,.7fr) minmax(230px,1.3fr)}.message-dock.is-open .message-dock__panel.is-empty{grid-template-rows:auto minmax(0,1fr)}.message-dock.is-open .message-dock__panel.is-empty .message-dock__conversations{border-bottom:0}.message-dock__header,.message-dock__thread>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.message-dock__header{min-height:58px;padding:0 14px 0 16px;border-bottom:1px solid #e7ecf5}.message-dock__header>div,.message-dock__header>span{display:inline-flex;align-items:center;gap:9px}.message-dock__header strong{font-size:.98rem}.message-dock__header button,.message-dock__thread>header a,.message-dock__thread>header button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:9px;color:#5e6d84;background:transparent;cursor:pointer}.message-dock__header button:hover,.message-dock__thread>header a:hover,.message-dock__thread>header button:hover{color:var(--accent);background:#f0f4ff}.message-dock__conversations{overflow-y:auto;border-bottom:1px solid #e7ecf5;padding:5px 6px}.message-dock__conversations>button:not(.message-dock__load-more){display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;width:100%;grid-gap:9px;gap:9px;border:0;border-radius:12px;padding:9px;color:inherit;background:transparent;text-align:left;cursor:pointer}.message-dock__conversations>button:not(.message-dock__load-more):hover{background:#f6f8fc}.message-dock__conversations>button.is-active{background:#edf2ff}.message-dock__conversations small,.message-dock__conversations strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-dock__conversations strong{font-size:.78rem}.message-dock__conversations small{margin-top:2px;color:#71809a;font-size:.7rem}.message-dock__conversations time{align-self:start;color:#8491a7;font-size:.64rem}.message-dock__empty{margin:0;padding:22px 16px;color:#75839a;font-size:.75rem;line-height:1.45}.message-dock__avatar{display:grid;width:35px;height:35px;overflow:hidden;place-items:center;border-radius:50%;color:var(--accent);background:#eaf0ff;font-size:.76rem;font-weight:850}.message-dock__avatar img{width:100%;height:100%;object-fit:cover}.message-dock__thread{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-height:0}.message-dock__thread.has-listing-context{grid-template-rows:auto auto minmax(0,1fr) auto auto}.message-dock__thread>header{padding:11px 14px;border-bottom:1px solid #edf0f5}.message-dock__contact{display:inline-flex;min-width:0;align-items:center;gap:9px}.message-dock__thread>header strong{display:block;overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.message-dock__listing-context{border-bottom:1px solid #edf0f5;padding:9px 13px;background:#fff}.message-dock__bubbles{display:flex;min-height:100px;flex-direction:column;gap:7px;overflow-y:auto;padding:13px;background:linear-gradient(145deg,#f9fbff,#fff)}.message-dock__bubbles p{width:-moz-fit-content;width:fit-content;max-width:88%;margin:0;border-radius:13px 13px 13px 4px;padding:8px 10px;color:#40506a;background:#edf1f7;font-size:.75rem;line-height:1.35}.message-dock__bubbles p.is-own{align-self:flex-end;border-radius:13px 13px 4px 13px;color:#fff;background:var(--accent)}.message-dock__bubbles p.is-system{display:grid;align-self:center;grid-gap:2px;gap:2px;border:1px solid #dce5f3;border-radius:10px;color:var(--ink);background:#f6f8fc;text-align:center}.message-dock__bubbles p.is-system strong{color:var(--accent-strong);font-size:.64rem;letter-spacing:.04em;text-transform:uppercase}.message-dock__listing-preview{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;max-width:100%;overflow:hidden;color:var(--ink);text-decoration:none}.message-dock__listing-preview:hover strong{color:var(--accent)}.message-dock__listing-preview.is-unavailable{color:#71809a}.message-dock__listing-preview-placeholder,.message-dock__listing-preview>img{display:grid;width:44px;height:44px;place-items:center;border-radius:8px;object-fit:cover;color:var(--accent);background:#edf2ff}.message-dock__listing-preview>span:last-child{display:grid;min-width:0;grid-gap:1px;gap:1px}.message-dock__listing-preview strong{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.message-dock__listing-preview em{color:var(--accent);font-size:.68rem;font-style:normal;font-weight:850}.message-dock__new-message{display:grid;min-height:100px;place-items:center;align-content:center;grid-gap:7px;gap:7px;padding:18px;color:#71809a;background:linear-gradient(145deg,#f9fbff,#fff);text-align:center}.message-dock__new-message svg{color:var(--accent)}.message-dock__new-message strong{color:var(--ink);font-size:.8rem}.message-dock__new-message span{font-size:.73rem}.message-dock__compose{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;padding:11px 12px;border-top:1px solid #edf0f5;background:#fff}.message-dock__compose input{min-width:0;height:37px;border:1px solid #d8e0ec;border-radius:10px;padding:0 11px;outline:none;font-size:.75rem}.message-dock__compose input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(49,88,255,.12)}.message-dock__compose button{display:inline-flex;min-width:76px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:10px;padding:0 12px;color:#fff;background:var(--accent);font-size:.74rem;font-weight:800;cursor:pointer}.message-dock__compose button:disabled{cursor:default;opacity:.45}.message-dock__error{padding:0 12px 10px;color:#d92d20;font-size:.68rem}.message-offer-card{display:grid;justify-self:start;align-self:flex-start;width:min(78%,470px);grid-gap:10px;gap:10px;box-sizing:border-box;border:1px solid #cbd9f5;border-radius:14px;padding:13px;color:var(--ink);background:linear-gradient(145deg,#ffffff,#f5f8ff);box-shadow:0 8px 22px rgba(31,56,112,.08)}.message-offer-card.is-aligned-own{justify-self:end;align-self:flex-end}.message-offer-card.is-aligned-system{justify-self:center;align-self:center}.message-offer-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;padding:0}.message-offer-card>header span{color:var(--accent-strong);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.message-offer-card>header strong{border-radius:999px;padding:4px 7px;color:#274169;background:#e8eef9;font-size:.68rem;line-height:1}.message-offer-card.is-accepted>header strong,.message-offer-card.is-purchased>header strong{color:#176a35;background:#e3f6e9}.message-offer-card.is-declined>header strong,.message-offer-card.is-expired>header strong,.message-offer-card.is-withdrawn>header strong{color:#7a5260;background:#f4e9ed}.message-offer-card.is-checkout-pending>header strong{color:#835c13;background:#fff1cf}.message-offer-card__price{display:flex;align-items:baseline;gap:6px}.message-offer-card__price strong{color:#10264a;font-size:1.12rem;font-weight:950}.message-offer-card__price span{color:var(--muted);font-size:.7rem}.message-offer-card dl{display:flex;flex-wrap:wrap;gap:7px 14px;margin:0}.message-offer-card dl div{display:grid;grid-gap:1px;gap:1px}.message-offer-card dt{color:var(--muted);font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.message-offer-card dd{margin:0;color:var(--ink);font-size:.73rem;font-weight:850}.message-offer-card>small{color:#68778f;font-size:.67rem;line-height:1.35}.message-offer-card>small.is-expired,.message-offer-card__error{color:#a52a2a}.message-offer-card__actions{display:flex;flex-wrap:wrap;gap:7px;padding-top:2px}.message-offer-card__actions form{display:contents}.message-offer-card__action{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border:1px solid #c7d2e7;border-radius:8px;padding:0 10px;color:#29415f;background:#ffffff;font:inherit;font-size:.7rem;font-weight:850;cursor:pointer}.message-offer-card__action.is-primary{border-color:var(--accent);color:#ffffff;background:var(--accent)}.message-offer-card__action:disabled{cursor:wait;opacity:.55}.message-offer-card__read-only{font-style:italic}.message-offer-card__error{display:block;border-top:1px solid #f0d5d1;padding-top:8px;font-weight:750}.message-dock__bubbles .message-offer-card{width:min(94%,340px);gap:8px;border-radius:12px;padding:10px}.message-dock__bubbles .message-offer-card__price strong{font-size:.95rem}.message-dock__bubbles .message-offer-card__action{min-height:29px;padding:0 8px;font-size:.65rem}.message-dock__signed-out{display:grid;min-height:210px;place-items:center;align-content:center;grid-gap:8px;gap:8px;padding:24px;color:#71809a;text-align:center}.message-dock__signed-out svg{color:var(--accent)}.message-dock__signed-out strong{color:var(--ink);font-size:.86rem}.message-dock__signed-out span{max-width:220px;font-size:.74rem;line-height:1.45}.message-dock__signed-out a{margin-top:4px;color:var(--accent);font-size:.75rem;font-weight:850}.message-dock__load-earlier,.message-dock__load-more{display:block;width:-moz-fit-content;width:fit-content;margin:7px auto;border:0;padding:5px 8px;color:var(--accent);background:transparent;font-size:.7rem;font-weight:800;cursor:pointer}.message-dock__load-earlier:disabled,.message-dock__load-more:disabled{cursor:default;opacity:.5}.message-dock.is-expanded{--dock-width:480px;inset:0 0 0 auto;width:var(--dock-width)}.message-dock.is-expanded .message-dock__panel{height:100vh;min-height:0;border-width:0 0 0 1px;border-radius:0;box-shadow:-14px 0 32px rgba(22,40,73,.12)}.seller-inbox__avatar{overflow:hidden}.seller-inbox__avatar img{width:100%;height:100%;object-fit:cover}.seller-inbox__bubbles{overflow-y:auto}.buyer-inbox .seller-inbox__bubbles .is-buyer{justify-self:end;color:#fff;background:var(--accent)}.buyer-inbox .seller-inbox__bubbles .is-seller{justify-self:start;color:var(--ink);background:#f0f3f8}.message-thread-more{justify-self:center;margin:0 auto 6px;font-size:.74rem}.message-thread-status{justify-self:center;color:var(--muted);background:transparent!important;text-align:center}.message-thread-error{margin:0;padding:8px 14px;color:#b42318;background:#fff6f4;font-size:.78rem}.message-dock__read-only,.message-thread-read-only{margin:0;border-top:1px solid #edf0f5;padding:11px 14px;color:#69778d;background:#f7f9fc;font-size:.74rem;line-height:1.4;text-align:center}.message-page-more{width:-moz-fit-content;width:fit-content;margin-top:14px}@media (max-width:760px){.message-dock{right:10px;bottom:10px;--dock-width:min(calc(100vw - 20px),420px)}.message-dock__panel{height:min(560px,calc(100vh - 76px))}.message-dock.is-expanded{right:0;width:100%}}