:root{color-scheme:light;--page:#ffffff;--page-bg:#f7fafc;--surface:#ffffff;--surface-soft:#f1f6f8;--line:#e5edf2;--text:#071b3a;--muted:#667085;--soft:#f7fafc;--brand:#009c9c;--brand-teal-dark:#007a7a;--brand-dark:#071b3a;--brand-deep:#061222;--brand-accent:#ffa51f;--brand-accent-hover:#f28c00;--brand-accent-dark:#d97706;--brand-accent-pressed:#d97706;--brand-soft:#e6f7f7;--primary-text:#071b3a;--ink:#071b3a;--footer:#071b3a;--shadow:0 8px 22px rgba(7,27,58,0.08);--radius:12px;--site-gutter:1.5rem;--mobile-site-gutter:1rem;font-family:Helvetica Neue,Helvetica,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{--page:var(--theme-surface-color,#ffffff);--page-bg:var(--theme-page-background,#f7fafc);--surface:var(--theme-surface-color,#ffffff);--surface-soft:var(--theme-surface-soft,#f1f6f8);--line:var(--theme-border-color,#e5edf2);--text:var(--theme-text-color,#071b3a);--muted:var(--theme-muted-color,#667085);--soft:var(--theme-page-background,#f7fafc);--brand:var(--theme-brand-primary,#009c9c);--brand-teal-dark:var(--theme-brand-primary-dark,#007a7a);--brand-dark:var(--theme-text-color,#071b3a);--brand-deep:var(--theme-brand-deep,#061222);--brand-accent:var(--theme-brand-accent,#ffa51f);--brand-accent-hover:color-mix(in srgb,var(--theme-brand-accent,#ffa51f) 82%,#000000 18%);--brand-accent-dark:color-mix(in srgb,var(--theme-brand-accent,#ffa51f) 72%,#000000 28%);--brand-accent-pressed:color-mix(in srgb,var(--theme-brand-accent,#ffa51f) 68%,#000000 32%);--brand-soft:color-mix(in srgb,var(--theme-brand-primary,#009c9c) 12%,#ffffff 88%);--primary-text:var(--theme-text-color,#071b3a);--ink:var(--theme-text-color,#071b3a);--footer:var(--theme-brand-deep,#061222);--shadow:0 8px 22px rgba(7,27,58,0.08);--radius:var(--theme-radius-md,12px);background:var(--page-bg);color:var(--text);font-family:var(--theme-font-family,"Helvetica Neue",Helvetica,Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}body[data-theme-mode=dark]{--page:#0b1728;--page-bg:#07111f;--surface:#0d1b30;--surface-soft:#11253d;--line:rgba(148,163,184,0.22);--text:#e5eef7;--muted:#9eb0c5;--soft:#0a1628;--brand-dark:#e5eef7;--primary-text:#e5eef7;--ink:#e5eef7;--footer:#040b15;--shadow:0 16px 34px rgba(0,0,0,0.36)}@media (prefers-color-scheme:dark){body[data-theme-mode=system]{--page:#0b1728;--page-bg:#07111f;--surface:#0d1b30;--surface-soft:#11253d;--line:rgba(148,163,184,0.22);--text:#e5eef7;--muted:#9eb0c5;--soft:#0a1628;--brand-dark:#e5eef7;--primary-text:#e5eef7;--ink:#e5eef7;--footer:#040b15;--shadow:0 16px 34px rgba(0,0,0,0.36)}}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:var(--page);color:var(--text)}body{font-size:14px;line-height:1.45}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}.page{min-height:100vh}.container,.market-container{width:min(1440px,calc(100% - (var(--site-gutter) * 2)));margin:0 auto}.brand-logo{display:inline-flex;align-items:center}.brand-logo__asset{display:block;width:8.75rem;height:auto;flex:0 0 auto;object-fit:contain}.brand-logo--footer .brand-logo__asset{width:10rem;padding:.45rem .6rem;border-radius:10px;background:#fff}.top-strip{background:var(--ink);color:#fff;font-size:.78rem;font-weight:700}.top-strip .market-container{display:flex;align-items:center;justify-content:space-between;min-height:1.45rem}.top-strip nav{display:flex;gap:1rem;color:rgba(255,255,255,.76)}.site-header{overflow:visible;background:#fff;border-top:3px solid var(--brand-dark);box-shadow:0 1px 0 rgba(7,27,58,.08)}.site-header__main{grid-template-columns:148px minmax(280px,1fr) 180px auto auto;gap:.75rem;min-height:4.2rem}.text-logo{display:inline-flex;align-items:baseline;color:#4f5d6d;font-size:1.45rem;font-weight:900;letter-spacing:0}.text-logo span{color:#74b6d0}.text-logo strong{color:#3a3f47}.text-logo--footer{font-size:1.5rem}.header-search{grid-template-columns:1fr 74px;height:3rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.header-search input{padding:0 1rem;background:transparent;color:var(--text)}.header-search__submit,.location-button{background:#fff;color:var(--muted);cursor:pointer}.header-search__submit{border-left:1px solid var(--line);font-size:.78rem;font-weight:900}.location-button{height:3rem;border:1px solid var(--line);border-radius:var(--radius);font-weight:800}.header-login{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 42%),linear-gradient(180deg,#ffffff,#f7fbfd)}.sell-button{display:inline-flex;align-items:center;justify-content:center;min-width:78px;height:2.4rem;color:#fff;font-size:.88rem;font-weight:900;box-shadow:0 6px 14px rgba(245,166,35,.32)}.site-header__nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-nav{min-height:2.75rem;overflow-x:auto}.category-nav>a,.category-nav__sell{flex:0 0 auto;padding:.8rem 1rem;border-left:1px solid transparent;color:#2d3744;font-size:.92rem;font-weight:800;white-space:nowrap}.category-nav>a:hover,.category-nav__all,.category-nav__sell:hover{color:var(--brand-dark);background:#f8fbfd}.account-menu{position:relative;z-index:320}.account-menu summary,.account-menu__trigger{display:flex;align-items:center;justify-content:center;width:2.78rem;min-width:2.78rem;min-height:2.78rem;border:1px solid #dce7ee;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fbfd);color:#071b3a;padding:0;cursor:pointer;list-style:none;box-shadow:0 10px 24px rgba(15,23,42,.05)}.account-menu.is-open .account-menu__trigger,.account-menu__trigger:hover{border-color:rgba(8,137,180,.28);background:rgba(238,251,255,.72)}.account-menu summary::-webkit-details-marker{display:none}.account-avatar{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:999px;background:#eef1f5;color:#66717f;font-weight:900;overflow:hidden;flex:0 0 auto}.account-avatar--photo{background:#e8f3f7;border:1px solid rgba(8,137,180,.18)}.account-avatar img{width:100%;height:100%;display:block;object-fit:cover}.account-menu small,.account-menu strong{display:block}.account-menu strong{font-size:.86rem}.account-menu small{color:var(--muted);font-size:.72rem}.account-menu__panel{position:absolute;top:calc(100% + .65rem);right:0;z-index:500;width:min(19rem,calc(100vw - 1.5rem));border:1px solid #dce6ef;border-radius:16px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.18);overflow:hidden;isolation:isolate}.account-menu__identity{display:flex;gap:.7rem;padding:.9rem;background:#fafbfd}.account-menu__panel a{display:block;padding:.85rem 1rem;border-top:1px solid #f0f2f5;color:#4b5563;font-size:.9rem;font-weight:750}.account-menu__panel a:hover{color:var(--brand-dark);background:#eefafe}.account-menu__logout{text-align:center;background:#fafafa}.button,.button--secondary,.market-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:.6rem .95rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;font-weight:700}.button,.market-button{background:var(--brand-accent);color:var(--primary-text);box-shadow:none}.button:hover,.market-button:hover{background:var(--brand-accent-hover);color:var(--primary-text)}.button:active,.market-button:active{background:var(--brand-accent-pressed);color:var(--primary-text)}.button--secondary{border-color:var(--line);box-shadow:none}.button--light,.button--secondary{background:#fff;color:var(--brand-dark)}.button:disabled,.market-button:disabled{cursor:not-allowed;opacity:.56}.hero-craigs__inner{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:3rem;min-height:300px;color:#fff}.hero-craigs h1{margin:0 0 .65rem;max-width:22ch;font-size:2.08rem;line-height:1.12}.hero-craigs p{margin:0 0 1.25rem;max-width:46ch;color:rgba(255,255,255,.9);font-size:1.06rem;font-weight:750}.hero-craigs__actions{gap:.85rem}.hero-free-ad{min-width:165px;background:#fff;color:var(--brand-dark)}.hero-ad{position:relative;min-height:240px;border-radius:8px;overflow:hidden;background:linear-gradient(90deg,rgba(13,54,70,.76),rgba(13,54,70,.18)),url(https://images.unsplash.com/photo-1523275335684-37898b6baf30?auto=format&fit=crop&w=1100&q=80);background-size:cover;background-position:50%}.hero-ad__copy{position:absolute;left:2rem;top:50%;transform:translateY(-50%)}.hero-ad__copy strong{display:block;margin-bottom:.7rem;font-size:1.55rem}.hero-ad__copy span{display:inline-flex;padding:.7rem 1.15rem;border-radius:var(--radius);background:rgba(255,255,255,.16);color:#fff;font-weight:900}.hero-ad__panels{position:absolute;right:1.15rem;top:1.15rem;display:grid;gap:.85rem;width:min(280px,46%)}.hero-ad__listing{display:grid;gap:.2rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(11,31,42,.38);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-ad__listing small,.hero-ad__listing span{color:rgba(255,255,255,.74)}.hero-ad__listing strong{font-size:.98rem}.hero-ad__listing--empty{min-height:112px;align-content:center}.hero-ad__cta{position:absolute;left:2rem;bottom:2.9rem;display:inline-flex;align-items:center;padding:.75rem 1rem;border-radius:8px;background:rgba(255,255,255,.16);color:#fff;font-weight:850}.hero-dots{position:absolute;left:50%;bottom:1rem}.hero-dots span{width:12px;height:12px;border-radius:999px;background:rgba(255,255,255,.55)}.hero-dots span:first-child{width:28px;background:#fff}.hero-metrics{margin-top:1.25rem}.hero-metric{gap:.2rem;padding:.85rem .95rem;border:1px solid rgba(255,255,255,.18);background:rgba(13,54,70,.14)}.hero-metric strong{font-size:1.05rem}.hero-metric span{color:rgba(255,255,255,.82);font-size:.82rem;font-weight:700}.hero-tags{gap:.7rem;margin-top:1rem}.hero-tags span{display:inline-flex;align-items:center;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(13,54,70,.12);color:rgba(255,255,255,.88);font-size:.82rem;font-weight:800}.market-section,.section{padding:2.65rem 0}.market-section--tight{padding-top:1.05rem;padding-bottom:1.65rem}.market-section--slim{padding-top:.7rem;padding-bottom:1.35rem}.home-slim-banner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr) auto;align-items:center;gap:1rem;min-height:86px;overflow:hidden;padding:1rem 1.15rem;border:1px solid rgba(192,220,231,.88);border-radius:22px;background:radial-gradient(circle at 12% 0,rgba(112,212,226,.24),transparent 32%),linear-gradient(135deg,#0f7b96,#2ca8bf 52%,#80d8df);color:#fff;box-shadow:0 18px 40px rgba(15,123,150,.16)}.home-slim-banner:after{position:absolute;right:-3rem;top:-3.8rem;width:13rem;height:13rem;border-radius:999px;background:rgba(255,255,255,.13);content:""}.home-slim-banner>*{position:relative;z-index:1}.home-slim-banner span{display:block;color:rgba(255,255,255,.78);font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.home-slim-banner strong{display:block;margin-top:.18rem;font-size:clamp(1rem,1.5vw,1.28rem);letter-spacing:-.025em}.home-slim-banner p{margin:0;color:rgba(255,255,255,.86);font-size:.9rem;font-weight:720;line-height:1.45}.market-section__head,.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.eyebrow{margin:0 0 .4rem;color:var(--brand-dark);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.market-title,.page-heading,.section__heading{margin:0;color:#26313f;line-height:1.15}.page-heading{font-size:clamp(2rem,4vw,3.1rem)}.market-title,.section__heading{font-size:1.24rem;font-weight:700}.lede,.muted{margin:0;color:var(--muted);font-size:.92rem}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.category-tile{display:grid;place-items:center;min-height:126px;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 2px 10px rgba(17,24,39,.04);text-align:center}.category-tile:hover{border-color:#77d1e5}.category-icon{display:grid;place-items:center;width:3.1rem;height:3.1rem;margin-bottom:.55rem;border-radius:999px;background:var(--tile-color,#51b8d4);color:#fff;font-size:1.15rem;font-weight:900}.category-tile strong{color:#2f3946;font-weight:900}.category-tile small{display:block;color:var(--muted);font-weight:800}.site-header{position:sticky;top:0;z-index:300;background:rgba(255,255,255,.98);border-top:0;border-bottom:1px solid #e5edf2;box-shadow:0 4px 18px rgba(15,23,42,.03);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__top{border-bottom:1px solid #eef2f5;background:rgba(255,255,255,.96);font-size:.78rem;font-weight:750}.site-header__top-inner{display:flex;min-height:1.85rem;align-items:center;justify-content:space-between;gap:1rem}.site-header__top-left,.site-header__top-right{display:inline-flex;align-items:center;gap:clamp(.75rem,1.4vw,1.35rem);min-width:0}.site-header__top a,.site-header__top button{color:#071b3a;font:inherit;white-space:nowrap}.site-header__top a:hover,.site-header__top button:hover{color:var(--brand-dark)}.site-header__top-greeting{display:inline-flex;align-items:center;gap:.2rem;border:0;background:transparent;cursor:pointer}.site-header__top-greeting svg{width:.82rem;height:.82rem}.site-header__top-icon-link{position:relative;display:inline-grid;place-items:center;width:1.85rem;min-width:1.85rem;height:1.65rem;border-radius:999px}.site-header__top-icon-link svg{width:1rem;height:1rem}.site-header__top-icon-link .site-header__utility-badge{top:-.42rem;right:-.36rem}.site-header__main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.8rem,1.4vw,1.25rem);min-height:4.8rem;overflow:visible}.site-header__main--market{padding:.65rem 0}.site-header__mobile-menu{display:none}.site-header__search-shell{display:grid;grid-template-columns:max-content minmax(360px,1fr);align-items:center;gap:clamp(.7rem,1.2vw,1rem);width:min(100%,920px);justify-self:center;min-width:0;overflow:visible}.site-header__actions{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.site-header__utility-link{color:#334155;font-size:.84rem;font-weight:850}.site-header__utility-hover-card{position:relative;display:inline-flex;align-items:center}.site-header__utility-link:hover{color:#071b3a}.site-header__utility-link--icon{position:relative;display:inline-flex;align-items:center;gap:.45rem;justify-content:center;width:2.85rem;min-width:2.85rem;min-height:2.75rem;padding:0;border:1px solid #dce7ee;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fbfd);box-shadow:0 10px 24px rgba(15,23,42,.05)}.site-header__utility-icon-wrap{position:relative;display:inline-grid;place-items:center;width:1.15rem;height:1.15rem}.site-header__utility-link--icon svg{width:1.02rem;height:1.02rem;color:#334155}.site-header__utility-link--saved svg{color:#ef476f}.site-header__utility-link--cart svg{color:var(--brand)}.site-header__utility-badge{position:absolute;top:.22rem;right:.52rem;display:inline-grid;place-items:center;min-width:1.15rem;height:1.15rem;padding:0 .22rem;border:2px solid #fff;border-radius:999px;background:linear-gradient(135deg,#ef476f,#f87171);color:#fff;font-size:.64rem;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(239,71,111,.3);transform:translate(48%,-38%)}.site-header__utility-popover{position:absolute;top:calc(100% + .55rem);right:0;z-index:320;display:grid;gap:.7rem;width:min(300px,calc(100vw - 1.25rem));padding:.85rem;border:1px solid #dbe8f0;border-radius:18px;background:rgba(255,255,255,.98);color:#071b3a;box-shadow:0 24px 60px rgba(15,23,42,.16),0 8px 24px rgba(15,23,42,.08);opacity:0;pointer-events:none;transform:translateY(6px) scale(.98);transform-origin:top right;transition:opacity .16s ease,transform .16s ease}.site-header__utility-popover:before{content:"";position:absolute;top:-.45rem;right:.9rem;width:.85rem;height:.85rem;border-top:1px solid #dbe8f0;border-left:1px solid #dbe8f0;background:rgba(255,255,255,.98);transform:rotate(45deg)}.site-header__utility-hover-card:focus-within .site-header__utility-popover,.site-header__utility-hover-card:hover .site-header__utility-popover{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.site-header__utility-popover-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem}.site-header__utility-popover-icon{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid #d8f0f0;border-radius:14px;background:#eefafa;color:var(--brand)}.site-header__utility-popover-icon svg{width:1.12rem;height:1.12rem}.site-header__utility-popover-body,.site-header__utility-popover-head small,.site-header__utility-popover-head strong{display:block}.site-header__utility-popover-head strong{color:#071b3a;font-size:.95rem;font-weight:900;line-height:1.2}.site-header__utility-popover-head small{margin-top:.1rem;color:#657386;font-size:.76rem;font-weight:760;line-height:1.3}.site-header__utility-popover-body{color:#526174;font-size:.82rem;font-weight:650;line-height:1.45}.site-header__utility-preview-list{display:grid;gap:.45rem}.site-header__utility-preview-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:.62rem;min-width:0;padding:.48rem;border:1px solid #edf3f7;border-radius:14px;background:#fbfdff;transition:border-color .16s ease,background-color .16s ease}.site-header__utility-preview-item:hover{border-color:#d5e5ee;background:#f6fbfd}.site-header__utility-preview-thumb{display:inline-grid;place-items:center;width:46px;height:42px;overflow:hidden;border:1px solid #dbe8f0;border-radius:12px;background:linear-gradient(180deg,rgba(237,249,249,.94),rgba(248,252,255,.94));background-position:50%;background-size:cover;color:var(--brand)}.site-header__utility-preview-thumb svg{width:1rem;height:1rem}.site-header__utility-preview-copy{display:grid;gap:.1rem;min-width:0}.site-header__utility-preview-copy small,.site-header__utility-preview-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__utility-preview-copy strong{color:#071b3a;font-size:.8rem;font-weight:900}.site-header__utility-preview-copy small{color:#66758a;font-size:.7rem;font-weight:700}.site-header__utility-preview-price{color:var(--brand);font-size:.74rem;font-weight:950;white-space:nowrap}.site-header__utility-empty-state{display:grid;gap:.12rem;padding:.75rem;border:1px dashed #cfe0e8;border-radius:14px;background:#f8fbfd}.site-header__utility-empty-state span{color:#071b3a;font-size:.82rem;font-weight:900}.site-header__utility-empty-state small{color:#657386;font-size:.74rem;font-weight:700;line-height:1.35}.site-header__utility-popover-actions{display:flex;align-items:center;gap:.55rem}.site-header__utility-popover-action,.site-header__utility-popover-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;border-radius:999px;font-size:.78rem;font-weight:900}.site-header__utility-popover-action{flex:1 1 auto;padding:0 .85rem;background:var(--brand);color:#ffffff}.site-header__utility-popover-link{flex:0 0 auto;gap:.35rem;padding:0 .75rem;border:1px solid #dbe8f0;color:#334155}.site-header__utility-popover-link svg{width:.9rem;height:.9rem;color:#ef476f}.site-header__utility-link--icon:hover{border-color:rgba(239,71,111,.28);background:#fff7fa}.site-header__utility-link--cart:hover{border-color:rgba(0,155,158,.28);background:var(--brand-soft)}.site-header__post-ad{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.75rem;padding:0 1rem;border:1px solid rgba(245,166,35,.46);border-radius:999px;background:linear-gradient(135deg,#ffc45a 0,var(--brand-accent) 54%,var(--brand-accent-dark) 100%);color:#fff;font-size:.86rem;font-weight:900;white-space:nowrap;box-shadow:0 12px 24px rgba(245,166,35,.24)}.site-header__post-ad svg{width:1rem;height:1rem}.site-header__post-ad:hover{background:linear-gradient(135deg,#ffc15f,#fb7c20 52%,#c9470a);transform:translateY(-1px)}.site-header__main-quick-action{display:inline-flex}.site-header__top .site-header__top-icon-link,.site-header__top .site-header__utility-link--icon.site-header__top-icon-link{width:1.85rem;min-width:1.85rem;min-height:1.65rem;padding:0;border:0;background:transparent;box-shadow:none}.site-header__top .site-header__utility-icon-wrap{width:1rem;height:1rem}.site-header__top-icon-link .site-header__utility-badge{top:-.56rem;right:-.58rem;min-width:1rem;height:1rem;border-width:1.5px;font-size:.58rem;transform:none}.text-logo{color:#4c5e71;font-size:1.38rem}.text-logo span{color:#5fb7d3}.header-search{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 3rem;align-items:stretch;gap:.48rem;min-height:2.75rem;border:0;border-radius:999px;background:transparent;box-shadow:none;overflow:visible;z-index:20}.header-search__bar{display:grid;grid-template-columns:minmax(0,1fr) 158px;min-width:0;overflow:visible;border:2px solid #c9dce6;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,156,156,.05),0 8px 22px rgba(7,27,58,.04)}.header-search__field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;min-width:0;padding:0 .95rem 0 1rem}.header-search__field svg{color:var(--brand-dark)}.header-search input{min-width:0;border:0;padding:0;background:transparent!important;appearance:none;-webkit-appearance:none;color:#071b3a;font-size:.94rem;outline:0;box-shadow:none}.header-search input::placeholder{color:#8a96a3}.header-search input::-webkit-search-cancel-button,.header-search input::-webkit-search-decoration,.header-search input::-webkit-search-results-button,.header-search input::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.header-search input:-webkit-autofill,.header-search input:-webkit-autofill:focus{box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#071b3a}.header-search__scope{position:relative;display:flex;align-items:stretch;min-width:0;margin:2px 2px 2px 0;overflow:visible;border-left:1px solid #dfeaf1;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#ffffff,#f7fbfd)}.header-search__scope-trigger{display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-width:0;border:0;background:transparent;border-radius:0 999px 999px 0;padding:0 .95rem;color:var(--brand-dark);font-size:.92rem;font-weight:800;outline:0;cursor:pointer;gap:.7rem;transition:background-color .16s ease,color .16s ease}.header-search__scope-trigger:hover,.header-search__scope.is-open .header-search__scope-trigger{background:linear-gradient(180deg,rgba(0,156,156,.06),rgba(0,156,156,.02))}.header-search__scope-trigger svg:last-child{width:1rem;height:1rem;color:color-mix(in srgb,var(--brand) 74%,#12314e 26%)}.header-search__scope-trigger-copy{display:inline-flex;align-items:center;justify-content:flex-start;flex:1 1 auto;gap:.65rem;min-width:0}.header-search__scope-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search__scope-icon{display:inline-grid;place-items:center;width:1.9rem;height:1.9rem;border-radius:999px;background:linear-gradient(180deg,#edf9fb,#f7fcff);color:color-mix(in srgb,var(--brand) 84%,#12314e 16%);flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(0,156,156,.1)}.header-search__scope-icon svg{width:1rem;height:1rem}.header-search__scope-panel{position:absolute;top:calc(100% + .65rem);right:0;z-index:55;display:grid;gap:.45rem;width:min(290px,calc(100vw - 1rem));padding:.55rem;border:1px solid rgba(214,226,236,.98);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.995),rgba(249,252,255,.995));box-shadow:0 24px 56px rgba(15,23,42,.16),0 8px 20px rgba(15,23,42,.07)}.header-search__scope-list{display:grid;gap:.24rem;max-height:min(50vh,360px);overflow-y:auto;padding-right:.05rem}.header-search__scope-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-items:start;gap:.72rem;width:100%;min-height:2.9rem;padding:.55rem .62rem;border:1px solid transparent;border-radius:14px;background:#ffffff;color:var(--brand-dark);text-align:left;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.header-search__scope-option.is-active,.header-search__scope-option:hover{border-color:#d7e4ed;background:#f4f8fb}.header-search__scope-option:hover{color:#071b3a}.header-search__scope-option.is-active{border-color:rgba(0,156,156,.2);background:rgba(0,156,156,.08)}.header-search__scope-option.is-active .header-search__scope-icon{background:var(--brand);color:#ffffff}.header-search__scope-option--all{margin-bottom:.1rem}.header-search__scope-option-copy{display:block;min-width:0;justify-self:start;width:100%}.header-search__scope-option-copy strong{color:#071b3a;overflow:hidden;font-size:.88rem;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}@media (max-width:720px){.header-search__scope-panel{width:min(100vw - 1rem,280px);right:-.25rem;padding:.5rem}.header-search__scope-option{min-height:2.8rem}}.header-search__submit{display:inline-grid;place-items:center;min-width:3rem;border:0;border-radius:999px;background:var(--brand);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 26px rgba(0,156,156,.22)}.header-search__submit svg{width:1.08rem;height:1.08rem}.header-search__submit:hover{background:var(--brand-teal-dark);transform:translateY(-1px)}.header-live-search{position:absolute;top:calc(100% + .7rem);left:0;right:0;z-index:45;display:grid;gap:.75rem;padding:.75rem;border:1px solid rgba(205,221,232,.94);border-radius:24px;background:radial-gradient(circle at top left,rgba(71,184,210,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,255,.98));box-shadow:0 28px 60px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-live-search__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.2rem .2rem .35rem}.header-live-search__head div{display:grid;gap:.05rem;min-width:0}.header-live-search__head span{color:#7a8797;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.header-live-search__head strong{overflow:hidden;color:#071b3a;font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.header-live-search__head a{flex:0 0 auto;color:#087ca0;font-size:.82rem;font-weight:900}.header-live-search__results{display:grid;gap:.45rem}.header-live-search__item{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(120px,auto);gap:.8rem;align-items:center;padding:.65rem;border:1px solid transparent;border-radius:18px;color:inherit;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.header-live-search__item.is-highlighted,.header-live-search__item:hover{border-color:rgba(47,154,188,.24);background:rgba(238,249,252,.9);box-shadow:0 12px 26px rgba(15,23,42,.08);transform:translateY(-1px)}.header-live-search__thumb{display:grid;width:72px;height:64px;place-items:center;overflow:hidden;border:1px solid #dbe8f0;border-radius:16px;background:linear-gradient(180deg,rgba(237,247,251,.92),rgba(248,252,255,.92));background-position:50%;background-size:cover;color:var(--brand)}.header-live-search__thumb svg{width:1.45rem;height:1.45rem}.header-live-search__copy{display:grid;gap:.25rem;min-width:0}.header-live-search__copy>strong{overflow:hidden;color:#071b3a;font-size:.95rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.header-live-search__copy>small{display:-webkit-box;overflow:hidden;color:#617084;font-size:.78rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.header-live-search__badges{display:flex;flex-wrap:wrap;gap:.35rem}.header-live-search__badges em{display:inline-flex;align-items:center;gap:.28rem;min-height:1.45rem;padding:.18rem .5rem;border-radius:999px;background:#eef5f8;color:#435468;font-size:.7rem;font-style:normal;font-weight:900}.header-live-search__badges em svg{width:.8rem;height:.8rem}.header-live-search__badges .is-verified{background:#e8f8ee;color:#137a42}.header-live-search__meta{display:grid;justify-items:end;gap:.25rem;min-width:0;text-align:right}.header-live-search__meta strong{color:#0f172a;font-size:.95rem;font-weight:950;white-space:nowrap}.header-live-search__meta small{display:inline-flex;align-items:center;justify-content:flex-end;gap:.25rem;max-width:190px;overflow:hidden;color:#617084;font-size:.72rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.header-live-search__meta svg{width:.82rem;height:.82rem;flex:0 0 auto}.header-live-search__state{display:grid;gap:.25rem;padding:1.1rem;border:1px dashed #d9e7ef;border-radius:18px;background:rgba(255,255,255,.72);text-align:center}.header-live-search__state strong{color:#071b3a;font-size:.95rem}.header-live-search__state p{margin:0;color:#66758a;font-size:.82rem}.header-live-search__skeleton{display:grid;gap:.45rem}.header-live-search__skeleton span{min-height:76px;border-radius:18px;background:linear-gradient(90deg,rgba(236,244,249,.95),rgba(255,255,255,.95),rgba(236,244,249,.95));background-size:220% 100%;animation:liveSearchSkeleton 1.15s ease-in-out infinite}@keyframes liveSearchSkeleton{0%{background-position:220% 0}to{background-position:-220% 0}}.location-button{height:3.1rem;border:1px solid #d9e7ef;border-radius:8px;background:#fff;color:#526577;font-weight:850;box-shadow:0 10px 22px rgba(15,23,42,.05)}.location-picker{position:relative}.location-picker__trigger{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;min-width:0;padding:0 .95rem;text-align:left}.location-picker__summary{display:grid;min-width:0}.location-picker__summary small,.location-picker__summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-picker__summary small{color:#8b97a4;font-size:.72rem;font-weight:800;text-transform:uppercase}.location-picker__summary strong{color:#233244;font-size:.95rem;font-weight:900}.location-picker__panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:70;display:grid;gap:1rem;width:min(420px,calc(100vw - 2rem));padding:1rem;border:1px solid #e6edf2;border-radius:8px;background:rgba(255,255,255,.98);box-shadow:0 24px 48px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.location-picker__panel-head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.location-picker__panel-head h3{margin:.2rem 0 0;color:#071b3a;font-size:1.3rem}.location-picker__search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;min-height:3rem;padding:0 .9rem;border:1px solid #d9e7ef;border-radius:8px;background:#fff}.location-picker__search input{min-width:0;border:0;outline:0;padding:0}.location-picker__search svg{color:#7b8a9c}.location-picker__list{display:grid;gap:.55rem;max-height:320px;overflow-y:auto}.location-picker__option{display:grid;gap:.18rem;padding:.8rem .9rem;border:1px solid #e6edf2;border-radius:8px;background:#fff;color:#233244;cursor:pointer;text-align:left;transition:transform .16s ease,border-color .16s ease,background .16s ease}.location-picker__option.is-active,.location-picker__option:hover{border-color:rgba(47,154,188,.34);background:#f3fbff;transform:translateY(-1px)}.location-picker__option span{font-weight:850}.location-picker__option small{color:#738293;font-weight:700}.location-picker__empty{padding:1rem;border-radius:8px;background:#f8fbfd;color:#738293;font-weight:800;text-align:center}.header-login{display:inline-grid;place-items:center;width:2.78rem;min-width:2.78rem;min-height:2.78rem;padding:0;border:1px solid #dce7ee;border-radius:999px;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 42%),linear-gradient(180deg,#ffffff,#f8fbfd);color:#0f172a;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.05);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.header-login svg{width:1.08rem;height:1.08rem;color:#0f172a;stroke-width:2.35}.header-login:hover{border-color:rgba(22,132,167,.3);box-shadow:0 14px 28px rgba(15,23,42,.08);transform:translateY(-1px)}.sell-button{min-width:92px;height:2.8rem;border-radius:999px;background:var(--brand-accent);color:var(--primary-text);box-shadow:0 12px 26px rgba(255,165,31,.26)}.site-header__nav{position:relative;border-top:1px solid #eceff3;border-bottom:0;background:#fff}.category-nav{position:relative;display:flex;align-items:center;justify-content:center;gap:.24rem;min-height:2.45rem;overflow:visible}.category-nav>a,.category-nav__all{flex:0 0 auto;display:inline-flex;align-items:center;min-height:2.15rem;padding:.5rem .72rem;border-radius:999px;color:#374151;font-size:.86rem;font-weight:500;white-space:nowrap}.category-menu.is-open .category-nav__all,.category-nav>a:hover,.category-nav__all{color:#071b3a;background:#f3f4f6}.category-nav--market,.category-nav__sell{justify-content:center}.category-nav__sell{display:inline-flex;align-items:center;gap:.52rem;min-height:2.05rem;min-width:110px;padding:.42rem 1rem;border-radius:999px;border:1px solid rgba(31,131,163,.28);background:linear-gradient(135deg,#edfaff,#d8f3fa);color:#0f657f;font-size:.86rem;font-weight:850;box-shadow:0 5px 14px rgba(47,154,188,.13)}.category-nav__sell:hover{border-color:rgba(31,131,163,.42);background:linear-gradient(135deg,#d9f5fb,#bdebf5);color:#0d566d;box-shadow:0 8px 18px rgba(47,154,188,.2)}.sell-menu{position:relative;flex:0 0 auto}.sell-menu:after{position:absolute;top:100%;left:0;height:.65rem;content:""}.sell-menu__panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:80;display:grid;gap:.95rem;width:min(360px,calc(100vw - 1rem));padding:1.15rem;border:1px solid rgba(208,224,233,.95);border-radius:24px;background:radial-gradient(circle at top right,rgba(47,154,188,.14),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,251,255,.99));box-shadow:0 28px 56px rgba(15,23,42,.18);color:#1f2937;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,transform .15s ease}.sell-menu__panel:before{position:absolute;top:-7px;right:2.8rem;width:14px;height:14px;border-top:1px solid rgba(208,224,233,.95);border-left:1px solid rgba(208,224,233,.95);background:#fff;content:"";transform:rotate(45deg)}.sell-menu:focus-within .sell-menu__panel,.sell-menu:hover .sell-menu__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.sell-menu__eyebrow{display:inline-flex;width:fit-content;align-items:center;min-height:1.7rem;padding:.2rem .58rem;border-radius:999px;background:#e8f8fd;color:#0f6a86;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sell-menu__hero{display:grid;gap:.45rem}.sell-menu__panel h2{margin:0;color:#162033;font-size:1.5rem;line-height:1.05;font-weight:900}.sell-menu__panel p{margin:0;color:#607080;font-size:.92rem;line-height:1.5}.sell-menu__panel ul{display:grid;gap:.78rem;margin:0;padding:0;list-style:none}.sell-menu__panel li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;padding:.85rem;border:1px solid rgba(220,232,239,.9);border-radius:18px;background:rgba(255,255,255,.82);color:#222831;font-size:.88rem;line-height:1.28}.sell-menu__feature-icon{display:inline-grid;place-items:center;width:2.55rem;height:2.55rem;border-radius:16px;background:linear-gradient(180deg,#edf9fd,#e6f6fb);color:#0f6a86}.sell-menu__panel li svg{width:1.1rem;height:1.1rem}.sell-menu__panel li small,.sell-menu__panel li strong{display:block}.sell-menu__panel li strong{color:#071b3a;font-size:.92rem}.sell-menu__panel li small{margin-top:.2rem;color:#66758a;font-size:.78rem;line-height:1.45;font-weight:700}.sell-menu__actions{display:grid;gap:.7rem}.sell-menu__primary,.sell-menu__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.55rem .95rem;border-radius:999px;font-size:.86rem;font-weight:850}.sell-menu__primary{background:linear-gradient(135deg,#00b3b6 0,var(--brand) 50%,var(--brand-dark) 100%);color:#fff;box-shadow:0 16px 28px rgba(39,127,208,.24)}.sell-menu__primary:hover{background:linear-gradient(135deg,#1592b8,#329ec2 50%,#2b87dc)}.sell-menu__secondary{border:1px solid rgba(39,127,208,.2);background:rgba(255,255,255,.9);color:#176d98}.sell-menu__secondary:hover{background:#f2fbff}.category-menu{position:relative;flex:0 0 auto;overflow:visible}.category-menu summary{list-style:none}.category-menu summary::-webkit-details-marker{display:none}.category-menu__trigger{gap:.45rem}.category-menu--compact .category-menu__trigger{min-height:2.75rem;padding:0 .86rem;border:1px solid #dce7ee;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fbfd);color:#1f2937;font-size:.88rem;font-weight:850;box-shadow:0 10px 24px rgba(15,23,42,.05)}.category-menu--compact .category-menu__trigger:hover,.category-menu--compact.is-open .category-menu__trigger{border-color:rgba(31,131,163,.28);background:#effafe;color:#0f5f78}.category-menu__chevron{width:.95rem;height:.95rem}.category-menu__panel{position:absolute;top:calc(100% + .7rem);left:0;z-index:420;display:grid;grid-template-columns:320px minmax(0,1fr);width:min(1060px,calc(100vw - 2rem));border:1px solid rgba(205,221,232,.94);border-radius:28px;background:radial-gradient(circle at top left,rgba(71,184,210,.15),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,252,255,.99));box-shadow:0 30px 70px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.category-menu__roots{display:grid;gap:.4rem;max-height:560px;padding:1rem;overflow-y:auto;background:linear-gradient(180deg,rgba(248,252,255,.98),rgba(240,248,252,.98));border-right:1px solid rgba(221,234,241,.86)}.category-menu__root{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.72rem;min-height:4.15rem;padding:.68rem .78rem;border:1px solid transparent;border-radius:18px;background:transparent;color:#304152;cursor:pointer;font-weight:800;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.category-menu__root.is-active,.category-menu__root:hover{border-color:rgba(47,154,188,.22);background:rgba(255,255,255,.92);color:#0f172a;box-shadow:0 12px 28px rgba(15,23,42,.07);transform:translateY(-1px)}.category-menu__root-icon{display:grid;place-items:center;width:2.7rem;height:2.7rem;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px rgba(220,231,238,.92)}.category-menu__root-icon svg{width:1.55rem;height:1.55rem}.category-menu__root-copy{display:grid;gap:.12rem;min-width:0}.category-menu__root-copy strong{overflow:hidden;color:inherit;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.category-menu__root-copy small{color:#7c8b9b;font-size:.72rem;font-weight:850}.category-menu__detail{display:grid;align-content:start;gap:1.05rem;padding:1.1rem}.category-menu__hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;border:1px solid rgba(208,225,235,.86);border-radius:22px;background:radial-gradient(circle at top right,rgba(47,154,188,.18),transparent 36%),linear-gradient(135deg,#ffffff,#eefaff)}.category-menu__hero>span{display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:24px;background:#fff;box-shadow:0 16px 32px rgba(15,23,42,.08)}.category-menu__hero svg{width:2.4rem;height:2.4rem}.category-menu__hero small{color:var(--brand-dark);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.category-menu__hero strong{display:block;margin-top:.12rem;color:#0f172a;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.08}.category-menu__hero p{margin:.28rem 0 0;color:#5f7185;line-height:1.45}.category-menu__detail-head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.category-menu__detail-head h3{margin:.2rem 0 0;font-size:1.35rem;color:#071b3a}.category-menu__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.category-menu__link{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.72rem;min-height:4.4rem;padding:.75rem;border:1px solid #e2edf4;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fbfdff);color:#334155;font-weight:800;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.category-menu__link:hover{border-color:rgba(47,154,188,.34);background:#f3fbfe;box-shadow:0 12px 28px rgba(15,23,42,.08);transform:translateY(-1px)}.category-menu__link>span{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:16px;background:#f7fbfd}.category-menu__link svg{width:1.55rem;height:1.55rem}.category-menu__link small,.category-menu__link strong{display:block;min-width:0}.category-menu__link strong{overflow:hidden;color:#1f2937;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.category-menu__link small{margin-top:.12rem;color:#7c8b9b;font-size:.72rem;font-weight:850}.category-menu__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.2rem}.category-menu__footer a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;border-radius:999px;background:#10243e;color:#fff;font-size:.82rem;font-weight:900}.category-menu__footer span{color:#7c8b9b;font-size:.78rem;font-weight:850}.hero-craigs{position:relative;overflow:hidden}.hero-craigs__inner{display:grid;grid-template-columns:1fr;gap:.9rem;align-items:center;min-height:0;padding:1.15rem 0 1.35rem;color:#071b3a}.hero-craigs__content{display:none;gap:1.15rem;align-content:center;max-width:31rem}.hero-craigs h1{margin:0;max-width:9.5ch;color:#071b3a;font-size:clamp(2.7rem,5vw,4.5rem);font-weight:860;line-height:.96}.hero-craigs p{margin:0;max-width:42ch;color:#475569;font-size:1rem;font-weight:580;line-height:1.65}.hero-craigs__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.15rem}.hero-craigs__actions .button{min-height:3rem;padding-inline:1.15rem;border-radius:14px;font-weight:850}.hero-craigs__actions .button--secondary{border-color:#dbe5ee;background:rgba(255,255,255,.9)}.hero-free-ad{min-width:155px;background:#078db8;color:#fff;box-shadow:0 14px 30px rgba(7,141,184,.2)}.hero-slider{display:grid;gap:.8rem;width:100%}.hero-mobile-app{display:none}.hero-slider__stage{position:relative;border:1px solid rgba(226,232,240,.74);background:radial-gradient(circle at 76% 8%,rgba(255,255,255,.16),transparent 17rem),linear-gradient(135deg,#172536,#33465c);isolation:isolate;overflow:hidden;box-shadow:none}.hero-slider__backdrop{position:absolute;inset:-1.4rem;z-index:0;background-position:50%;background-size:cover;filter:blur(22px) saturate(1.08);opacity:.72;transform:scale(1.06)}.hero-slider__image{position:absolute;inset:.95rem;z-index:1;width:calc(100% - 1.9rem);height:calc(100% - 1.9rem);object-fit:contain;object-position:center;border-radius:24px;filter:drop-shadow(0 20px 38px rgba(6,18,34,.28))}.hero-slider__veil{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 72% 18%,rgba(255,255,255,.13),transparent 18rem),linear-gradient(90deg,rgba(6,18,34,.34),rgba(6,18,34,.04) 42%,rgba(6,18,34,.28)),linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.54))}.hero-slider__content{position:absolute;left:1.5rem;right:auto;bottom:1.5rem;z-index:3;display:grid;gap:.72rem;max-width:min(430px,calc(100% - 8.5rem));padding:1rem 1.05rem;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(8,13,20,.34),rgba(8,13,20,.58));box-shadow:0 18px 42px rgba(15,23,42,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-slider__content--empty{max-width:68%}.hero-slider__pills{display:flex;flex-wrap:wrap;gap:.45rem}.hero-slider__badge,.hero-slider__category{display:inline-flex;align-items:center;width:fit-content;min-height:2rem;padding:.25rem .8rem;border-radius:999px;font-size:.76rem;font-weight:900}.hero-slider__badge{background:rgba(255,255,255,.92);color:#0b3140;border:1px solid rgba(11,49,64,.14);box-shadow:0 12px 24px rgba(7,27,58,.12)}.hero-slider__category{background:rgba(255,255,255,.12);color:rgba(255,255,255,.9)}.hero-slider__content h2{margin:0;color:#fff;font-size:clamp(1.75rem,3vw,2.3rem);line-height:1.08}.hero-slider__meta{display:flex;flex-wrap:wrap;gap:.8rem 1rem;color:rgba(255,255,255,.88);font-weight:800}.hero-slider__meta strong{color:#fff;font-size:1rem}.hero-slider__meta span{display:inline-flex;align-items:center;gap:.45rem}.hero-slider__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;width:fit-content;padding:.58rem .92rem;border-radius:999px;background:#fff;font-weight:700;box-shadow:0 12px 28px rgba(15,23,42,.18)}.hero-slider__controls{position:absolute;top:1rem;right:1rem;z-index:4;display:inline-flex;align-items:center;gap:.55rem}.hero-slider__counter{display:inline-flex;align-items:center;min-height:2.35rem;padding:0 .8rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(12,18,28,.45);color:rgba(255,255,255,.88);font-size:.78rem;font-weight:900;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-slider__arrow{place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#1f2937;cursor:pointer}.hero-slider__arrow,.hero-slider__pause{display:inline-grid;width:2.7rem;height:2.7rem;box-shadow:0 10px 24px rgba(15,23,42,.1)}.hero-slider__pause{place-items:center;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#071b3a;cursor:pointer;font-size:.95rem;font-weight:950}.hero-slider__arrow:hover{transform:translateY(-1px)}.hero-slider__rail{display:flex;flex-wrap:wrap;gap:.75rem}.hero-metrics,.hero-tags{display:none!important}.hero-slider__rail-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;flex:1 1 180px;min-width:0;min-height:74px;padding:.9rem 1rem;border:1px solid rgba(211,222,231,.88);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.96));color:#0f172a;cursor:pointer;text-align:left;box-shadow:0 12px 28px rgba(15,23,42,.06);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.hero-slider__rail-item.is-active,.hero-slider__rail-item:hover{border-color:rgba(7,141,184,.28);background:linear-gradient(180deg,#ffffff,#edf8fc);transform:translateY(-2px);box-shadow:0 18px 36px rgba(15,23,42,.09)}.hero-slider__rail-index{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:999px;background:#eef4f8;color:#64748b;font-size:.76rem;font-weight:900}.hero-slider__rail-item.is-active .hero-slider__rail-index{background:#078db8}.hero-slider__rail-copy{display:grid;gap:.16rem;min-width:0}.hero-slider__rail-copy small,.hero-slider__rail-price{overflow:hidden;color:#708093;font-size:.74rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hero-slider__rail-copy strong{overflow:hidden;color:#071b3a;font-size:.9rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.hero-slider__rail-price{max-width:6.5rem;text-align:right}.hero-dots{display:flex;justify-content:center;gap:.55rem}.hero-dots button{width:.85rem;height:.85rem;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer}.hero-dots button.is-active{width:2rem;background:#fff}.hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.3rem}.hero-metric{display:grid;gap:.22rem;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(16,59,79,.18)}.hero-tags{display:flex;flex-wrap:wrap;gap:.65rem}.hero-tags a{display:inline-flex;align-items:center;min-height:2.2rem;padding:.35rem .8rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(16,59,79,.12);color:rgba(255,255,255,.9);font-size:.82rem;font-weight:850}.category-showcase{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1.2rem;display:block;overflow:hidden}.category-grid--showcase{display:flex;flex-wrap:nowrap;gap:.9rem;overflow-x:auto;overflow-y:hidden;padding:.1rem 0 .5rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(120,142,160,.45) transparent}.category-grid--showcase::-webkit-scrollbar{height:8px}.category-grid--showcase::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(120,142,160,.4)}.category-grid--showcase::-webkit-scrollbar-track{background:transparent}.category-tile--showcase{flex:0 0 184px;min-height:0;text-align:center;overflow:hidden;border-radius:20px;box-shadow:0 10px 24px rgba(15,23,42,.04);scroll-snap-align:start}.category-tile__head{justify-items:center;align-content:start;gap:.8rem;min-height:100%;padding:1rem .9rem 1.05rem}.category-tile__head .category-icon{display:grid;place-items:center;width:3.55rem;height:3.55rem;margin-bottom:0}.category-tile__head .category-icon svg{display:block;width:1.78rem;height:1.78rem;flex:0 0 auto}.category-tile__copy{align-content:center;gap:.24rem;justify-items:center}.category-tile__head strong{margin-bottom:0;color:#1f2937;font-size:.94rem;font-weight:740;line-height:1.22;text-align:center}.category-tile__head small{color:#667085;font-size:.75rem;font-weight:600;text-align:center}.category-tile--showcase:hover .category-tile__head strong{color:var(--brand-dark)}.hero-craigs{background:#fff}.hero-craigs__inner{gap:clamp(2rem,4vw,4.2rem);min-height:432px;padding:1.8rem 0 2.2rem}.hero-craigs__content{gap:1.05rem}.hero-craigs h1{color:var(--brand-dark);font-weight:910;letter-spacing:0}.hero-craigs p{color:#435269;font-weight:680}.hero-craigs__actions .button{border-radius:16px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.hero-craigs__actions .button:hover{transform:translateY(-1px)}.hero-craigs__actions .button--secondary{border-color:rgba(7,27,58,.14);background:rgba(255,255,255,.92);color:var(--brand-dark);box-shadow:0 12px 26px rgba(7,27,58,.05)}.hero-free-ad{background:var(--brand-accent);color:var(--primary-text);box-shadow:0 16px 32px rgba(255,165,31,.24)}.hero-slider{gap:.9rem}.hero-slider__stage{min-height:clamp(320px,30vw,420px);border-color:rgba(7,27,58,.1);border-radius:32px;background:radial-gradient(circle at 84% 20%,rgba(255,255,255,.28),transparent 14rem),radial-gradient(circle at 68% 84%,rgba(255,165,31,.22),transparent 13rem),linear-gradient(135deg,#07364a,#071b3a 68%,#0a9c9c);box-shadow:none,inset 0 0 0 1px rgba(255,255,255,.55)}.hero-slider__stage--teal{background:radial-gradient(circle at 84% 18%,rgba(188,255,244,.34),transparent 15rem),radial-gradient(circle at 66% 84%,rgba(255,165,31,.18),transparent 14rem),linear-gradient(135deg,#053f50,#071b3a 70%,#099a96)}.hero-slider__stage--gold{background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.5),transparent 14rem),radial-gradient(circle at 62% 86%,rgba(7,27,58,.16),transparent 12rem),linear-gradient(135deg,#ffbf2e,#ffa51f 58%,#f58a11)}.hero-slider__stage--blue{background:radial-gradient(circle at 80% 18%,rgba(203,241,255,.42),transparent 15rem),radial-gradient(circle at 66% 82%,rgba(255,165,31,.18),transparent 13rem),linear-gradient(135deg,#0b5f80,#071b3a 74%,#0b89a0)}.hero-slider__stage--deep{background:radial-gradient(circle at 82% 18%,rgba(0,156,156,.38),transparent 15rem),radial-gradient(circle at 66% 84%,rgba(255,165,31,.14),transparent 12rem),linear-gradient(135deg,#10243e,#081120 72%,#063f50)}.hero-slider__art{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.hero-slider__art:before{position:absolute;right:clamp(1.4rem,4vw,4rem);top:50%;width:min(42vw,500px);height:min(42vw,500px);border-radius:999px;background:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)) 50% 18% /58% 10px no-repeat,linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)) 50% 52% /68% 10px no-repeat,radial-gradient(circle at 50% 50%,rgba(255,255,255,.14),transparent 63%),repeating-linear-gradient(135deg,rgba(255,255,255,.14) 0 2px,transparent 2px 18px);opacity:.82;transform:translateY(-50%) rotate(-8deg);content:""}.hero-slider__art span{position:absolute;display:block;border:1px solid rgba(255,255,255,.34);border-radius:28px;background:rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(0,0,0,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-slider__art span:first-child{right:clamp(2rem,7vw,7rem);top:2.1rem;width:min(23vw,258px);height:136px;transform:rotate(-6deg)}.hero-slider__art span:nth-child(2){right:clamp(8rem,20vw,18rem);bottom:2.4rem;width:min(18vw,210px);height:116px;transform:rotate(7deg)}.hero-slider__art span:nth-child(3){right:1.4rem;bottom:3.5rem;width:min(15vw,154px);height:min(15vw,154px);border-radius:999px}.hero-slider__art span:nth-child(4){right:min(34vw,336px);top:4.2rem;width:68px;height:68px;border-radius:22px;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.8) 0 5px,transparent 6px),rgba(255,255,255,.25)}.hero-slider__art span:after,.hero-slider__art span:before{position:absolute;content:"";pointer-events:none}.hero-slider__art span:first-child:before{left:50%;top:50%;width:84px;height:58px;border:4px solid rgba(255,255,255,.78);border-radius:18px;background:radial-gradient(circle at 76% 22%,rgba(255,165,31,.9) 0 9px,transparent 10px),linear-gradient(180deg,rgba(0,156,156,.55),rgba(255,255,255,.1));transform:translate(-50%,-38%)}.hero-slider__art span:first-child:after{left:50%;top:28%;width:42px;height:24px;border:4px solid rgba(255,255,255,.78);border-bottom:0;border-radius:24px 24px 0 0;transform:translateX(-50%)}.hero-slider__art span:nth-child(2):before{left:50%;top:50%;width:96px;height:62px;border:3px solid rgba(255,255,255,.7);border-radius:22px;background:linear-gradient(90deg,rgba(255,255,255,.8) 0 44px,transparent 44px) 24px 20px /52px 4px no-repeat,linear-gradient(90deg,rgba(255,255,255,.58) 0 32px,transparent 32px) 24px 34px /42px 4px no-repeat,rgba(255,255,255,.08);transform:translate(-50%,-50%)}.hero-slider__art span:nth-child(2):after{left:34%;bottom:18px;width:24px;height:24px;border-right:3px solid rgba(255,255,255,.7);border-bottom:3px solid rgba(255,255,255,.7);transform:rotate(45deg)}.hero-slider__art span:nth-child(3):before{left:50%;top:50%;width:64px;height:64px;border:4px solid rgba(255,255,255,.72);border-radius:999px;transform:translate(-56%,-58%)}.hero-slider__art span:nth-child(3):after{left:56%;top:58%;width:36px;height:5px;border-radius:999px;background:rgba(255,255,255,.72);transform:rotate(45deg)}.hero-slider__art span:nth-child(4):before{left:50%;top:50%;width:22px;height:34px;border:3px solid rgba(255,255,255,.76);border-radius:8px;background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)) center 23px /8px 3px no-repeat,rgba(0,156,156,.22);transform:translate(-50%,-50%)}.hero-slider__cards{position:absolute;right:clamp(1.4rem,3.6vw,3.8rem);top:50%;z-index:3;width:min(45%,540px);height:78%;transform:translateY(-50%);pointer-events:none}.hero-slider__card{position:absolute;display:block;overflow:hidden;border:7px solid #fff;border-radius:20px;background:#fff;box-shadow:0 24px 52px rgba(0,0,0,.24);pointer-events:auto;transition:transform .18s ease,box-shadow .18s ease}.hero-slider__card:hover{box-shadow:0 30px 62px rgba(0,0,0,.28)}.hero-slider__card img{display:block;width:100%;height:100%;object-fit:cover}.hero-slider__card span{position:absolute;left:.72rem;bottom:.68rem;max-width:calc(100% - 1.4rem);overflow:hidden;padding:.42rem .72rem;border-radius:999px;background:rgba(255,255,255,.94);color:var(--brand-dark);font-size:.78rem;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 10px 20px rgba(7,27,58,.14)}.hero-slider__card:first-child{left:0;top:19%;width:34%;height:65%;transform:rotate(-8deg)}.hero-slider__card:first-child:hover{transform:rotate(-8deg) translateY(-5px)}.hero-slider__card:nth-child(2){left:31%;top:4%;width:38%;height:78%;transform:rotate(-5deg)}.hero-slider__card:nth-child(2):hover{transform:rotate(-5deg) translateY(-5px)}.hero-slider__card:nth-child(3){right:0;top:22%;width:32%;height:62%;transform:rotate(8deg)}.hero-slider__card:nth-child(3):hover{transform:rotate(8deg) translateY(-5px)}.hero-slider__backdrop{opacity:.74}.hero-slider__veil{background:radial-gradient(circle at 12% 88%,rgba(0,156,156,.2),transparent 18rem),linear-gradient(90deg,rgba(6,18,34,.78),rgba(6,18,34,.38) 42%,rgba(6,18,34,.06)),linear-gradient(180deg,rgba(7,27,58,.02),rgba(7,27,58,.32))}.hero-slider__content{left:clamp(1.4rem,3.5vw,3.2rem);top:50%;bottom:auto;transform:translateY(-50%);max-width:min(440px,calc(100% - 9rem));padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-slider__badge{border-color:rgba(255,165,31,.28);background:rgba(255,165,31,.18);color:#fff4dd}.hero-slider__category{border:1px solid rgba(255,255,255,.18);background:rgba(0,156,156,.2);color:#e8ffff}.hero-slider__content h2{max-width:10.5ch;font-size:clamp(2.35rem,5vw,4.35rem);letter-spacing:-.055em;line-height:.92}.hero-slider__content p{margin:0;max-width:26ch;color:rgba(255,255,255,.9);font-size:1.02rem;font-weight:820;line-height:1.36}.hero-slider__stage--gold .hero-slider__badge{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.14)}.hero-slider__cta{min-height:2.7rem;padding-inline:1.05rem;color:var(--brand-dark);font-weight:900}.hero-slider__counter{border-color:rgba(255,255,255,.16);background:rgba(6,26,58,.72)}.hero-slider__arrow{color:var(--brand-dark)}.hero-slider__arrow:hover,.hero-slider__pause:hover{background:#fff6e3;color:var(--brand-accent-dark)}.hero-slider__rail-item{border-color:rgba(6,26,58,.1);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,252,.98));box-shadow:0 14px 32px rgba(6,26,58,.06)}.hero-slider__rail-item.is-active,.hero-slider__rail-item:hover{border-color:rgba(0,155,158,.36);background:radial-gradient(circle at 8% 20%,rgba(0,155,158,.12),transparent 6rem),linear-gradient(180deg,#ffffff,#f4fbfb);box-shadow:0 18px 40px rgba(6,26,58,.1)}.hero-slider__rail-index{background:#eef6f6;color:#607080}.hero-slider__rail-item.is-active .hero-slider__rail-index{background:var(--brand);color:#fff;box-shadow:0 10px 22px rgba(0,155,158,.24)}.hero-slider__rail-copy small,.hero-slider__rail-price{color:#66758a}.hero-slider__rail-copy strong{color:var(--brand-dark)}.hero-slider__rail-price{color:#53657d}.hero-dots button{background:rgba(0,155,158,.12)}.hero-dots button.is-active{background:var(--brand-accent)}.market-section--categories-home{padding-top:2.15rem;padding-bottom:2.35rem}.market-section--categories-home .market-section__head{align-items:center;margin-bottom:1.25rem}.market-section--categories-home .button--secondary{min-height:2.65rem;border-color:rgba(6,26,58,.12);border-radius:16px;color:var(--brand-dark);box-shadow:0 10px 24px rgba(6,26,58,.04)}.category-grid--showcase{padding:.15rem .15rem .8rem}.category-tile--showcase{flex-basis:178px;border:1px solid rgba(6,26,58,.1);border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(0,155,158,.08),transparent 7rem),#fff;box-shadow:0 16px 34px rgba(6,26,58,.06)}.category-tile__head{min-height:162px;padding:1.05rem .9rem 1rem}.category-tile__head:before{position:absolute;inset:0 0 auto;height:4px;border-radius:24px 24px 0 0;background:var(--tile-color);content:""}.category-tile__head .category-icon{width:3.75rem;height:3.75rem;border:1px solid rgba(6,26,58,.08);background:#f4fbfb;color:var(--tile-color);box-shadow:0 14px 26px rgba(6,26,58,.08),0 0 0 7px rgba(0,155,158,.06)}.category-tile__head .category-icon svg>rect:first-child{fill:#edf8f8}.category-tile__head .category-icon svg>g{fill:var(--tile-color)}.category-tile__head .category-icon svg>g [stroke]{stroke:var(--tile-color)}.category-tile__head .category-icon svg>circle{fill:var(--brand-accent)}.category-tile__copy{gap:.4rem}.category-tile__head strong{color:var(--brand-dark);font-size:.93rem;font-weight:850}.category-tile__head small{display:inline-flex;align-items:center;justify-content:center;min-height:1.65rem;padding:.15rem .6rem;border-radius:999px;background:#f5f8fa;color:#607080;font-weight:800}.category-tile--showcase:hover{border-color:rgba(0,155,158,.28);transform:translateY(-2px);box-shadow:0 22px 42px rgba(6,26,58,.1)}.category-grid--showcase{gap:.85rem}.category-tile--showcase{flex-basis:258px;border-radius:22px}.category-tile__head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;justify-items:start;gap:.85rem;min-height:122px;padding:1rem .95rem 1rem 1rem}.category-tile__head:before{inset:0 auto 0 0;width:5px;height:auto;border-radius:22px 0 0 22px}.category-tile__head:after{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid rgba(6,26,58,.08);border-radius:999px;background:#fff;color:var(--brand-dark);content:">";font-size:1rem;font-weight:900;line-height:1;box-shadow:0 10px 22px rgba(6,26,58,.06)}.category-tile__head .category-icon{width:3.65rem;height:3.65rem;border-radius:19px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.92),transparent 42%),color-mix(in srgb,var(--tile-color) 14%,#ffffff);box-shadow:0 14px 28px rgba(6,26,58,.08),inset 0 0 0 1px rgba(6,26,58,.06)}.category-tile__head .category-icon svg{width:2rem;height:2rem}.category-tile__copy{gap:.42rem}.category-tile__head small{justify-content:flex-start}.category-tile--showcase:hover .category-tile__head:after{border-color:rgba(245,166,35,.32);background:#fff7e7;color:var(--brand-accent-dark)}.category-grid--showcase{--category-product-surface:#f1f6f8;--category-product-surface-hover:#f7fafc;--category-product-shadow:rgba(7,27,58,0.1);--category-title-color:var(--brand-dark);--category-meta-color:var(--muted);gap:1rem;padding:.25rem 0 1.1rem}.category-tile--showcase{display:block;flex:0 0 204px;border:0;box-shadow:none;text-align:left}.category-tile--showcase,.category-tile__head{min-height:222px;padding:0;border-radius:0;background:transparent;overflow:visible}.category-tile__head{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:160px auto;width:100%;height:100%;align-content:stretch;justify-items:stretch;gap:.74rem}.category-tile__head:after,.category-tile__head:before{display:none}.category-tile__media{position:relative;display:block;width:auto;min-height:160px;margin:0;border:0;border-radius:16px;background-color:var(--category-product-surface);background-position:50%;background-repeat:no-repeat;background-size:contain;box-shadow:none;transform:none;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}.category-tile__media:after{display:none}.category-tile__media--fallback{display:grid;place-items:center;color:var(--brand)}.category-tile__media--fallback svg{width:3rem;height:3rem;opacity:.9}.category-tile__copy{position:relative;z-index:1;display:grid;justify-items:start;gap:.2rem;min-width:0;padding:0}.category-tile__head strong{display:-webkit-box;color:var(--category-title-color);font-size:.98rem;font-weight:900;line-height:1.18;text-align:left;text-shadow:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.category-tile__head small{min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--category-meta-color);font-size:.72rem;font-weight:900;-webkit-backdrop-filter:none;backdrop-filter:none}.category-tile--showcase:hover{transform:none;border-color:transparent;box-shadow:none}.category-tile--showcase:hover .category-tile__media{background-color:var(--category-product-surface-hover);filter:saturate(1.02) contrast(1.01);box-shadow:0 14px 28px var(--category-product-shadow);transform:translateY(-2px)}.market-section--promo-slider{padding-top:.35rem;padding-bottom:.35rem}.slim-promo-slider{position:relative;display:grid;grid-template-columns:minmax(17rem,.56fr) minmax(0,1fr);min-height:16.5rem;overflow:hidden;border:1px solid rgba(229,237,242,.18);border-radius:24px;background:var(--brand-deep);color:#fff;isolation:isolate;box-shadow:0 24px 60px rgba(7,27,58,.14)}.slim-promo-slider--market{background:linear-gradient(118deg,rgba(6,18,34,.98) 0 45%,rgba(7,27,58,.96) 45% 61%,rgba(0,156,156,.94) 61% 100%)}.slim-promo-slider--warm{background:linear-gradient(118deg,rgba(7,27,58,.98) 0 48%,rgba(6,18,34,.96) 48% 63%,rgba(217,119,6,.92) 63% 100%)}.slim-promo-slider__glow{position:absolute;z-index:-1;border-radius:999px;pointer-events:none}.slim-promo-slider__glow--one{top:-7rem;right:18%;width:17rem;height:17rem;background:rgba(255,165,31,.16)}.slim-promo-slider__glow--two{right:-5rem;bottom:-8rem;width:20rem;height:20rem;background:rgba(255,255,255,.13)}.slim-promo-slider__copy{position:relative;z-index:1;display:grid;align-content:center;justify-items:start;gap:.9rem;padding:clamp(1.4rem,3.4vw,3rem)}.slim-promo-slider__label{display:inline-flex;width:fit-content;min-height:1.8rem;align-items:center;padding:0 .72rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);font-size:.72rem;font-weight:900;letter-spacing:0}.slim-promo-slider__copy h2{max-width:10ch;margin:0;font-size:clamp(2rem,3.6vw,3rem);line-height:1.05;letter-spacing:0}.slim-promo-slider__copy p{max-width:34rem;margin:0;color:rgba(255,255,255,.9);font-size:1rem;font-weight:760}.slim-promo-slider__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.25rem;border-radius:999px;background:var(--brand-accent);color:var(--brand-dark);font-weight:900;box-shadow:0 14px 30px rgba(255,165,31,.24)}.slim-promo-slider__visual{position:relative;min-height:16.5rem;padding:1rem 1rem 1rem 0}.slim-promo-slider__lead,.slim-promo-slider__tile{display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.18);box-shadow:0 18px 38px rgba(7,27,58,.16)}.slim-promo-slider__lead{position:absolute;left:0;top:50%;z-index:2;width:min(46%,25rem);height:calc(100% - 2rem);transform:translateY(-50%)}.slim-promo-slider__lead img,.slim-promo-slider__tile img{width:100%;height:100%;object-fit:cover}.slim-promo-slider__stack{position:absolute;inset:1rem 1rem 1rem 40%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:.75rem}.slim-promo-slider__tile--1{grid-column:span 1;grid-row:span 2}.slim-promo-slider__route{position:absolute;left:39%;top:50%;z-index:1;width:5.5rem;height:1.15rem;border-top:2px solid rgba(255,255,255,.34);transform:translate(-50%,-50%)}.slim-promo-slider__route i{position:absolute;top:-.4rem;width:.72rem;height:.72rem;border:2px solid rgba(255,255,255,.64);border-radius:50%;background:var(--brand)}.slim-promo-slider__route i:first-child{left:0}.slim-promo-slider__route i:nth-child(2){left:50%;background:var(--brand-accent);transform:translateX(-50%)}.slim-promo-slider__route i:nth-child(3){right:0}.slim-promo-slider__nav{position:absolute;left:clamp(1.4rem,3.4vw,3rem);right:1rem;bottom:1rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem}.slim-promo-slider__dots{display:flex;gap:.42rem}.slim-promo-slider__dots button{width:.52rem;height:.52rem;padding:0;border:1px solid rgba(255,255,255,.86);border-radius:999px;background:transparent;cursor:pointer}.slim-promo-slider__dots button.is-active{border-color:var(--brand-accent);background:var(--brand-accent)}.slim-promo-slider__controls{display:flex;gap:.5rem}.slim-promo-slider__controls button{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:var(--brand-dark);font-size:1.15rem;font-weight:900;cursor:pointer}@media (max-width:720px){.slim-promo-slider{grid-template-columns:1fr;min-height:28rem}.slim-promo-slider__copy{min-height:14rem;padding:1.3rem}.slim-promo-slider__copy h2{max-width:13ch;font-size:2.1rem}.slim-promo-slider__visual{min-height:14rem;padding:0 1rem 4.3rem}.slim-promo-slider__lead{left:1rem;top:0;width:45%;height:10rem;transform:none}.slim-promo-slider__stack{inset:0 1rem 4.3rem 52%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:.55rem}.slim-promo-slider__tile--1{grid-row:auto}.slim-promo-slider__tile--5{display:none}.slim-promo-slider__route{left:50%;top:5rem;width:3.4rem}.slim-promo-slider__nav{left:1rem;right:1rem;bottom:1rem}}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.home-recent-preview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.home-recent-preview-mobile{display:none}.listings-page{display:grid;gap:1.25rem;padding-top:1.6rem}.listings-page__hero{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding:clamp(1.25rem,2.6vw,1.8rem);overflow:hidden;border:1px solid rgba(204,221,231,.9);border-radius:22px;background:radial-gradient(circle at 12% 8%,rgba(61,192,213,.18),transparent 28%),linear-gradient(135deg,#ffffff,#f4fbfd 54%,#edf9fb);box-shadow:0 22px 48px rgba(15,23,42,.07)}.listings-page__hero span{display:inline-block;margin-bottom:.45rem;color:var(--brand-dark);font-size:.74rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.listings-page__hero h1{margin:0;color:#182231;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.045em;line-height:.98}.listings-page__hero p{max-width:48ch;margin:.55rem 0 0;color:#607084;font-weight:760;line-height:1.55}.listings-page__hero>strong{flex:0 0 auto;padding:.8rem 1rem;border:1px solid rgba(206,224,233,.8);border-radius:999px;background:rgba(255,255,255,.8);color:#0f172a;font-size:.92rem}.cart-page{min-height:46vh;padding:3rem 0}.cart-page,.cart-page__panel{display:grid;align-items:center}.cart-page__panel{grid-template-columns:auto minmax(0,1fr) auto;gap:1.15rem;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(204,221,231,.9);border-radius:22px;background:radial-gradient(circle at 10% 0,rgba(61,192,213,.16),transparent 30%),linear-gradient(135deg,#ffffff,#f7fcfd);box-shadow:0 22px 48px rgba(15,23,42,.07)}.cart-page__icon{display:grid;place-items:center;width:4.25rem;height:4.25rem;border-radius:22px;background:#e9f8fc;color:var(--brand-dark)}.cart-page__icon svg{width:1.8rem;height:1.8rem}.cart-page__panel>div>span{color:var(--brand-dark);font-size:.75rem;font-weight:950;letter-spacing:0;text-transform:uppercase}.cart-page__panel h1{margin:.25rem 0;color:#071b3a;font-size:2.65rem;line-height:1}.cart-page__panel p{max-width:58ch;margin:0;color:#607084;font-weight:760;line-height:1.55}.cart-page__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.categories-directory{display:grid;gap:1.35rem}.categories-directory__hero{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:1rem;padding:clamp(1.1rem,2vw,1.4rem);border:1px solid rgba(213,226,236,.95);border-radius:24px;background:radial-gradient(circle at top right,rgba(47,154,188,.12),transparent 28%),linear-gradient(180deg,#ffffff,#f8fbfd);box-shadow:0 18px 42px rgba(15,23,42,.06)}.categories-directory__hero-copy{display:grid;gap:.45rem;max-width:45rem}.categories-directory__hero-copy .eyebrow{margin:0}.categories-directory__hero h1{margin:0;color:#071b3a;font-size:clamp(2rem,4vw,3.6rem);line-height:.98}.categories-directory__hero-copy p:not(.eyebrow){margin:0;color:#5f7084;font-size:1rem;line-height:1.55}.categories-directory__stats{display:grid;grid-template-columns:repeat(3,minmax(7rem,1fr));gap:.55rem;min-width:min(100%,26rem)}.categories-directory__stats span{display:grid;gap:.1rem;min-height:4rem;align-content:center;padding:.6rem .75rem;border:1px solid #e1ebf2;border-radius:16px;background:rgba(255,255,255,.84);color:#64748b;font-size:.74rem;font-weight:800}.categories-directory__stats strong{color:#101827;font-size:1.3rem;line-height:1}.categories-directory__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-branch{position:relative;display:grid;gap:.9rem;align-content:start;padding:1rem;overflow:hidden;border:1px solid rgba(218,229,237,.96);border-radius:22px;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,color-mix(in srgb,var(--tile-color) 30%,transparent),rgba(218,229,237,.6)) border-box;box-shadow:0 14px 34px rgba(15,23,42,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-branch:before{position:absolute;inset:0;background:radial-gradient(circle at top right,color-mix(in srgb,var(--tile-color) 10%,transparent),transparent 34%);content:"";pointer-events:none}.category-branch:hover{box-shadow:0 20px 44px rgba(15,23,42,.085);transform:translateY(-2px)}.category-branch__head{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;min-width:0}.category-branch__head .category-icon{width:3.45rem;height:3.45rem;border-radius:20px;background:color-mix(in srgb,var(--tile-color) 14%,white)}.category-branch__head .category-icon svg{width:1.75rem;height:1.75rem}.category-branch__copy{display:grid;gap:.22rem;min-width:0}.category-branch__copy strong{overflow:hidden;color:#1f2937;font-size:1.02rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.category-branch__copy p{margin:0;color:#667085;font-size:.82rem;font-weight:500}.category-branch__summary{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.category-branch__summary span{display:grid;gap:.12rem;min-height:3.5rem;align-content:center;padding:.58rem .7rem;border:1px solid #e5edf4;border-radius:16px;background:rgba(248,251,253,.9);color:#64748b;font-size:.72rem;font-weight:850}.category-branch__summary strong{color:#071b3a;font-size:1.18rem;line-height:1}.category-branch__chips{position:relative;z-index:1;display:grid;gap:.45rem;min-height:8.45rem}.category-branch__chip{display:inline-flex;align-items:center;min-width:0;min-height:2.15rem;padding:.45rem .7rem;border:1px solid #e2e8f0;border-radius:12px;background:rgba(248,250,252,.86);color:#334155;font-size:.78rem;font-weight:820;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease}.category-branch__chip:hover{border-color:color-mix(in srgb,var(--tile-color) 30%,#d9e5ee);background:#fff;color:#0f172a}.category-branch__empty{position:relative;z-index:1;display:grid;min-height:8.45rem;place-items:center;border:1px dashed #dce8f0;border-radius:16px;color:#718096;font-size:.84rem;font-weight:760}.category-branch__action{position:relative;z-index:1;display:inline-flex;min-height:2.55rem;align-items:center;justify-content:center;padding:0 .9rem;border-radius:999px;background:#101827;color:#fff;font-size:.82rem;font-weight:900}.category-branch__action:hover{background:var(--brand-dark)}.category-branch__chip:hover{border-color:#9ed8e8;background:#eff9fc;color:var(--brand-dark)}.category-branch__empty{margin:0;color:#64748b;font-size:.82rem}.listing-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.listing-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 18%,var(--line) 82%);box-shadow:0 10px 26px rgba(17,24,39,.06)}.listing-card__link{display:grid;height:100%}.listing-card__media{position:relative;aspect-ratio:1/.82;min-height:182px;background:linear-gradient(135deg,color-mix(in srgb,var(--surface-soft) 72%,var(--brand) 28%),color-mix(in srgb,var(--surface) 84%,var(--surface-soft) 16%));background-size:cover;background-position:50%}.listing-card__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,0) 38%,rgba(15,23,42,.34))}.listing-card__chrome{position:absolute;inset:.75rem .75rem auto;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.listing-card__status{display:inline-flex;align-items:center;min-height:2rem;padding:.25rem .75rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand) 18%,#ffffff 82%);background:linear-gradient(135deg,var(--brand),var(--brand-primary-dark));color:#ffffff;font-size:.74rem;font-weight:900;letter-spacing:0;text-transform:capitalize;box-shadow:0 12px 24px color-mix(in srgb,var(--brand) 18%,transparent)}.listing-card__media-footer{position:absolute;right:.75rem;bottom:.75rem;z-index:1;display:flex;align-items:center;gap:.45rem;max-width:calc(100% - 1.5rem)}.listing-card__category-pill,.listing-card__verified{display:inline-flex;align-items:center;gap:.4rem;max-width:100%;min-height:2rem;padding:.25rem .7rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--line) 72%,#ffffff 28%);background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);font-size:.74rem;font-weight:900}.listing-card__verified{border-color:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 22%,var(--line) 78%);background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 10%,var(--surface) 90%);color:var(--theme-success-color,#1f8f5f)}.listing-card__category-pill span,.listing-card__verified span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-card__body{display:grid;gap:.62rem;padding:.95rem}.listing-card h3{min-height:2.85rem;margin:0;color:var(--text);font-size:.94rem;font-weight:700;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-card strong{color:var(--brand-primary-dark);font-size:1.22rem;line-height:1}.listing-card__details{display:grid;gap:.45rem}.listing-card p{margin:0;color:var(--muted);font-size:.76rem;font-weight:500}.listing-card__date,.listing-card__location{gap:.45rem;min-width:0}.listing-card__date span,.listing-card__location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-card__signals{display:flex;flex-wrap:wrap;gap:.38rem;min-width:0}.listing-card__signals span{display:inline-flex;align-items:center;gap:.28rem;max-width:100%;min-height:1.75rem;padding:.25rem .55rem;overflow:hidden;border-radius:999px;background:#f1f6f9;color:#52657a;font-size:.7rem;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}.listing-card__signals span.is-verified{background:rgba(0,156,156,.1);color:var(--brand)}.listing-card__signals svg{flex:0 0 auto;width:.78rem;height:.78rem}.featured-empty{display:grid;place-items:center;min-height:210px;color:var(--muted);text-align:center}.featured-empty strong{display:block;margin:.6rem 0 .35rem;color:#374151;font-size:1.05rem}.featured-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.1rem}.featured-grid .listing-card{position:relative;border:1px solid color-mix(in srgb,var(--line) 86%,#ffffff 14%);border-radius:24px;background:linear-gradient(180deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 35%,var(--surface) 65%) 100%) padding-box,linear-gradient(135deg,color-mix(in srgb,var(--brand) 24%,transparent),color-mix(in srgb,var(--brand-accent) 18%,transparent),color-mix(in srgb,var(--brand-deep) 8%,transparent)) border-box;box-shadow:0 20px 52px rgba(15,23,42,.08)}.featured-grid .listing-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at top left,rgba(255,255,255,.85),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.18),transparent 22%);pointer-events:none}.featured-grid .listing-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line) 72%);box-shadow:0 26px 68px rgba(15,23,42,.12)}.featured-grid .listing-card__media{aspect-ratio:1/.9;min-height:190px;border-bottom:1px solid var(--line)}.featured-grid .listing-card__media-overlay{background:linear-gradient(180deg,rgba(10,18,30,.04),rgba(10,18,30,0) 34%,rgba(10,18,30,.48)),radial-gradient(circle at 20% 8%,rgba(255,255,255,.34),transparent 30%),linear-gradient(135deg,rgba(7,141,184,.06),transparent 46%)}.featured-grid .listing-card__status{min-height:2.1rem;padding-inline:.9rem;border-color:rgba(255,255,255,.72);background:linear-gradient(135deg,#0f7f94,#0b5166);color:#ffffff;box-shadow:0 12px 26px rgba(11,81,102,.22)}.featured-grid .listing-card__category-pill,.featured-grid .listing-card__save,.featured-grid .listing-card__verified{box-shadow:0 10px 24px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.featured-grid .listing-card__save{border-color:color-mix(in srgb,var(--line) 72%,#ffffff 28%)}.featured-grid .listing-card__category-pill,.featured-grid .listing-card__save{background:color-mix(in srgb,var(--surface) 95%,transparent)}.featured-grid .listing-card__body{gap:.7rem;padding:1.05rem 1.08rem 1.12rem;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--surface-soft) 28%,var(--surface) 72%))}.featured-grid .listing-card h3{min-height:2.45rem;font-size:1.02rem;font-weight:830;line-height:1.3}.featured-grid .listing-card strong{color:var(--brand-primary-dark);font-size:1.32rem;letter-spacing:0}.featured-grid .listing-card__details{gap:.5rem;padding-top:.55rem;border-top:1px solid var(--line)}.featured-grid .listing-card__date,.featured-grid .listing-card__location{display:inline-flex;align-items:center;width:fit-content;min-height:2rem;padding:.18rem 0;color:#5f6f83;font-weight:650}.recently-viewed-strip{display:flex;flex-wrap:nowrap;gap:.9rem;overflow-x:auto;overflow-y:hidden;padding:.15rem 0 .55rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(120,142,160,.45) transparent}.recently-viewed-section--inline{min-width:0;padding-top:1.8rem;padding-bottom:0;overflow:hidden}.recently-viewed-section--inline .market-section__head{margin-bottom:.8rem}.recently-viewed-section--inline .recently-viewed-strip{padding-bottom:.35rem}.recently-viewed-strip::-webkit-scrollbar{height:8px}.recently-viewed-strip::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(120,142,160,.4)}.recently-viewed-strip.is-expanded{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));overflow:visible}.recently-viewed-card{flex:0 0 172px;min-width:172px;overflow:hidden;border:1px solid rgba(218,228,236,.92);border-radius:20px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);scroll-snap-align:start;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.recently-viewed-card:hover{transform:translateY(-2px);border-color:rgba(7,141,184,.24);box-shadow:0 16px 32px rgba(15,23,42,.08)}.recently-viewed-card__link{display:grid;min-height:100%}.recently-viewed-card__media{position:relative;min-height:118px;background:linear-gradient(135deg,#d8e5ed,#f0f3f5);background-position:50%;background-size:cover}.recently-viewed-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.06),rgba(15,23,42,.02) 36%,rgba(15,23,42,.42))}.recently-viewed-card__category{position:absolute;right:.6rem;bottom:.6rem;z-index:1;display:inline-flex;align-items:center;gap:.35rem;max-width:calc(100% - 1.2rem);min-height:1.8rem;padding:.2rem .55rem;border-radius:999px;background:rgba(255,255,255,.94);color:#1f2937;font-size:.7rem;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.1)}.recently-viewed-card__category span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recently-viewed-card__body{display:grid;gap:.42rem;padding:.8rem .82rem .9rem}.recently-viewed-card__body h3{display:-webkit-box;margin:0;overflow:hidden;color:#1c2533;font-size:.86rem;font-weight:760;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recently-viewed-card__body strong{color:#0589b8;font-size:1rem;line-height:1}.recently-viewed-card__meta{display:grid;gap:.3rem}.recently-viewed-card__meta small,.recently-viewed-card__meta span{display:inline-flex;align-items:center;gap:.35rem;min-width:0;margin:0;color:#607083;font-size:.7rem;font-weight:650}.recently-viewed-card__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recently-viewed-card__category svg,.recently-viewed-card__meta svg{width:.85rem;height:.85rem;flex:0 0 auto;color:var(--brand-dark)}.trending-strip{display:flex;flex-wrap:nowrap;gap:.95rem;overflow-x:auto;overflow-y:hidden;padding:.15rem 0 .55rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(120,142,160,.42) transparent}.trending-strip::-webkit-scrollbar{height:8px}.trending-strip::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(120,142,160,.38)}.trending-card{display:grid;flex:0 0 176px;gap:.72rem;color:#151f2e;scroll-snap-align:start}.trending-card__media{display:grid;min-height:138px;place-items:center;overflow:hidden;border:1px solid rgba(221,230,238,.9);border-radius:18px;background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--trend-color) 16%,white),transparent 54%),linear-gradient(180deg,#f6f8fa 0,#eceff3 100%);background-position:50%;background-size:cover;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.trending-card__media.has-image{background-color:#f1f5f8}.trending-card__media svg{width:3.2rem;height:3.2rem;color:var(--trend-color)}.trending-card:hover .trending-card__media{border-color:rgba(7,141,184,.24);box-shadow:0 16px 34px rgba(15,23,42,.08);transform:translateY(-2px)}.trending-card strong{display:block;overflow:hidden;color:#182231;font-size:.93rem;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.trending-card small{margin-top:-.45rem;color:#687789;font-size:.78rem;font-weight:750}.market-promo-band{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);gap:clamp(1.5rem,3vw,3rem);min-height:300px;overflow:hidden;padding:clamp(1.5rem,3vw,2.4rem);border:1px solid rgba(202,222,232,.92);border-radius:24px;background:radial-gradient(circle at 16% 10%,rgba(81,197,219,.22),transparent 32%),linear-gradient(135deg,#0d3344,#11556a 50%,#1688a2);color:#fff;box-shadow:0 26px 56px rgba(11,57,76,.2)}.market-promo-band__copy{display:grid;align-content:center;gap:.85rem;max-width:41rem}.market-promo-band__copy .eyebrow{margin-bottom:0;color:#9fe7f3}.market-promo-band__copy h2{margin:0;max-width:12ch;color:#fff;font-size:clamp(2rem,4vw,3.35rem);font-weight:900;line-height:.98}.market-promo-band__copy p:not(.eyebrow){margin:0;max-width:42rem;color:rgba(238,250,253,.88);font-size:1rem;line-height:1.55}.market-promo-band__actions{display:flex;flex-wrap:wrap;gap:.72rem;padding-top:.3rem}.market-promo-band__actions .button--secondary{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.12);color:#fff}.market-promo-band__visual{position:relative;min-height:250px}.market-promo-band__mark,.market-promo-band__tile{position:absolute;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.28),rgba(255,255,255,.08)),#e8f3f6;background-position:50%;background-size:cover;box-shadow:0 18px 38px rgba(0,0,0,.16)}.market-promo-band__tile--1{left:2%;top:6%;width:28%;height:68%}.market-promo-band__tile--2{left:34%;top:0;width:25%;height:46%}.market-promo-band__tile--3{left:34%;bottom:-10%;width:25%;height:50%}.market-promo-band__tile--4{right:18%;top:12%;width:24%;height:68%}.market-promo-band__tile--5{right:0;top:0;width:15%;height:42%}.market-promo-band__mark{right:0;bottom:-4%;display:grid;width:18%;height:47%;place-items:center;background:rgba(255,255,255,.95)}.market-promo-band__mark img{width:62%;height:62%;object-fit:contain}.market-deal-banner{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:clamp(1.5rem,4vw,4rem);min-height:290px;overflow:hidden;padding:clamp(1.6rem,4vw,3.2rem);border-radius:24px;background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.1),transparent 30%),linear-gradient(135deg,#151515,#071b3a 52%,#0b111b);color:#fff}.market-deal-banner:before{position:absolute;inset:1px;border:1px solid rgba(255,255,255,.08);border-radius:inherit;content:"";pointer-events:none}.market-deal-banner__copy{position:relative;z-index:1;display:grid;align-content:center;gap:.85rem;max-width:35rem}.market-deal-banner__copy h2{margin:0;max-width:15ch;color:#fff;font-size:clamp(2rem,3.8vw,3.25rem);font-weight:930;line-height:1.02}.market-deal-banner__copy p{margin:0;max-width:35rem;color:rgba(255,255,255,.78);font-size:1rem;font-weight:650;line-height:1.55}.market-deal-banner__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;padding-top:.35rem}.market-deal-banner__actions .button{min-height:2.75rem;padding-inline:1.15rem;border-radius:999px;font-weight:900}.market-deal-banner__link{color:#fff;font-size:.9rem;font-weight:900;text-decoration:underline;text-underline-offset:.28rem}.market-deal-banner__stack{position:relative;z-index:1;min-height:225px}.market-deal-banner__tile{position:absolute;display:block;overflow:hidden;border:8px solid #fff;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#e5eef3);background-position:50%;background-size:cover;box-shadow:0 26px 46px rgba(0,0,0,.34);transition:transform .18s ease,box-shadow .18s ease}.market-deal-banner__tile:hover{box-shadow:0 30px 56px rgba(0,0,0,.42);transform:translateY(-4px) rotate(var(--deal-rotate,0deg))}.market-deal-banner__tile span{position:absolute;left:.65rem;bottom:.65rem;max-width:calc(100% - 1.3rem);overflow:hidden;padding:.26rem .52rem;border-radius:999px;background:rgba(255,255,255,.92);color:#071b3a;font-size:.68rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.market-deal-banner__tile--1{--deal-rotate:8deg;left:4%;top:10%;width:30%;height:78%;transform:rotate(8deg)}.market-deal-banner__tile--2{--deal-rotate:-5deg;left:36%;top:0;width:31%;height:82%;transform:rotate(-5deg)}.market-deal-banner__tile--3{--deal-rotate:5deg;right:0;top:8%;width:29%;height:76%;transform:rotate(5deg)}.load-more-row,.scroll-top-row{display:flex;justify-content:center;padding:1.8rem 0 0}.listing-feed__status{display:flex;justify-content:center;align-items:center;min-height:8rem;padding:1.25rem 0 0}.listing-feed__status span{display:inline-flex;align-items:center;min-height:2.5rem;padding:0 .95rem;border:1px solid #d9e7ef;border-radius:999px;background:rgba(255,255,255,.94);color:#617084;font-size:.82rem;font-weight:850}.listing-feed__loading-card{width:min(360px,100%);margin:0 auto}.scroll-top{position:fixed;right:1.35rem;bottom:1.35rem;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;border:1px solid rgba(0,156,156,.16);border-radius:999px;background:rgba(255,255,255,.94);color:var(--brand);opacity:0;pointer-events:none;transform:translateY(10px) scale(.94);box-shadow:0 14px 30px rgba(7,27,58,.12),0 0 0 5px rgba(0,156,156,.05);transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.scroll-top span{position:relative;display:block;width:2.16rem;height:2.16rem;border-radius:999px;background:var(--brand);box-shadow:inset 0 -8px 16px rgba(7,27,58,.12)}.scroll-top span:before{position:absolute;left:50%;top:50%;width:.62rem;height:.62rem;border-top:2px solid #fff;border-left:2px solid #fff;content:"";transform:translate(-50%,-36%) rotate(45deg)}.scroll-top:hover{transform:translateY(-3px) scale(1);box-shadow:0 18px 36px rgba(7,27,58,.16),0 0 0 7px rgba(255,165,31,.14)}.market-footer{margin-top:2.4rem;background:#fff}.market-footer__deal{padding-top:2.4rem;padding-bottom:2.4rem}.market-deal-banner--footer{box-shadow:0 28px 60px rgba(0,0,0,.22)}.app-download{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:2rem;min-height:260px;padding:2.7rem max(1.5rem,calc((100vw - 1440px) / 2));background:linear-gradient(110deg,#178fac,#26a8a0 58%,#43c2a4);color:#fff;overflow:hidden}.app-download__copy{max-width:620px}.footer-eyebrow{display:inline-flex;margin-bottom:.75rem;color:rgba(255,255,255,.78);font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.app-download h2{margin:0 0 .85rem;max-width:680px;color:#fff;font-size:2.75rem;line-height:.98}.app-download p{max-width:560px;margin:0;color:rgba(255,255,255,.88);font-size:1.02rem}.download-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.45rem}.download-actions a{display:inline-flex;align-items:center;min-height:3.2rem;min-width:135px;justify-content:center;padding:.82rem 1.15rem;border-radius:14px;background:#07111c;color:#fff;font-weight:900;box-shadow:0 16px 30px rgba(7,17,28,.2)}.download-actions a:hover{background:#0b1a2b;transform:translateY(-1px)}.app-download__points{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.app-download__points span{display:inline-flex;align-items:center;min-height:2rem;padding:.42rem .68rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.12);color:rgba(255,255,255,.92);font-weight:850}.phone-preview{position:relative;height:190px}.phone-preview__card{position:absolute;bottom:0;display:grid;align-content:end;gap:.55rem;width:110px;height:166px;padding:.85rem;border:7px solid #0b1824;border-radius:22px;background:#f8fbff;box-shadow:0 18px 40px rgba(7,17,28,.28)}.phone-preview__card b,.phone-preview__card em,.phone-preview__card i{display:block;border-radius:10px;background:#dceaf2}.phone-preview__card i{height:3.1rem;background:linear-gradient(135deg,var(--brand),#19b68c)}.phone-preview__card b{width:78%;height:.7rem;background:#101827}.phone-preview__card em{width:56%;height:.55rem;background:#7b8ca2}.phone-preview__card--left{left:26px;height:132px}.phone-preview__card--center{left:140px;height:188px}.phone-preview__card--right{left:254px;height:132px}.footer-main{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(130px,1fr));gap:2.4rem;padding:3rem max(1.5rem,calc((100vw - 1440px) / 2)) 2.7rem;background:#0f1722;color:#b7c1cf}.footer-brand-block p{max-width:270px;margin:1rem 0 1.25rem;color:#d2d9e3;font-size:1rem}.footer-trust-list{display:grid;gap:.7rem;max-width:320px}.footer-trust-list span{position:relative;padding-left:1.15rem;color:#9eabbb;font-weight:760}.footer-trust-list span:before{content:"";position:absolute;left:0;top:.55rem;width:.45rem;height:.45rem;border-radius:999px;background:#38c6a8;box-shadow:0 0 0 4px rgba(56,198,168,.12)}.footer-main h3{margin:0 0 1rem;color:#fff;font-size:.95rem;letter-spacing:0}.footer-main a{display:block;width:fit-content;margin:.62rem 0;color:#aab3c1;font-weight:760}.footer-main a:hover{color:#54d7c2}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem max(1.5rem,calc((100vw - 1440px) / 2));background:#0c131d;border-top:1px solid rgba(255,255,255,.07);color:#8995a5;font-size:.82rem}.footer-bottom__links{display:inline-flex;flex-wrap:wrap;gap:1rem}.footer-bottom__links a:hover{color:#54d7c2}.footer-link-accordion,.footer-mobile-drawer,.mobile-bottom-nav{display:none}.category-page{display:grid;grid-template-columns:245px minmax(0,1fr);gap:1.5rem;padding-top:2rem}.category-page--enhanced{grid-template-columns:320px minmax(0,1fr);gap:1.4rem;padding-top:1.8rem}.account-content,.account-sidebar,.category-results-head,.detail-card,.filter-rail,.seller-card,.wizard-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 3px 13px rgba(17,24,39,.04)}.filter-rail{position:sticky;top:8rem;align-self:start;padding:.9rem}.filter-rail--enhanced{padding:1rem;border-radius:8px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 18px 34px rgba(15,23,42,.06)}.filter-block{display:grid;gap:.7rem;padding:0 0 1.1rem;margin-bottom:1.1rem;border-bottom:1px solid var(--line)}.filter-block h3{margin:0;font-size:.95rem}.filter-block--hero{gap:1rem}.filter-block--hero h2{margin:.2rem 0 0;color:#071b3a;font-size:1.5rem;line-height:1.05}.filter-block--hero p{margin:.35rem 0 0;color:#667085;font-weight:750}.filter-note{margin:-.15rem 0 0;color:#7a8898;font-size:.8rem;font-weight:780}.filter-block__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.filter-block__head span{color:#6f7f91;font-size:.8rem;font-weight:800}.filter-list{display:grid;gap:.55rem}.filter-list a,.filter-list label{display:flex;justify-content:space-between;gap:.5rem;color:#4b5563;font-size:.88rem;font-weight:750}.filter-form{display:grid}.filter-field{display:grid;gap:.42rem}.filter-field>span{color:#405166;font-size:.82rem;font-weight:850}.filter-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.brand-grid,.subcategory-list{display:grid;gap:.6rem}.category-data-block{gap:.8rem}.category-data-block__section{display:grid;gap:.25rem;padding:.8rem;border:1px solid #e7eef4;border-radius:8px;background:#fff}.category-data-block__section strong{color:#26313f}.category-data-block__section p{margin:0;color:#617084;font-size:.82rem;font-weight:750;line-height:1.45}.category-data-block__chips{display:flex;flex-wrap:wrap;gap:.45rem}.category-data-block__chips span{display:inline-flex;align-items:center;min-height:2rem;padding:.22rem .65rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.78rem;font-weight:820}.category-data-block__fields{display:grid;gap:.5rem}.category-data-block__fields>div{display:grid;gap:.12rem;padding:.65rem .75rem;border:1px solid #e7eef4;border-radius:8px;background:#fff}.category-data-block__fields span{color:#26313f;font-weight:850}.category-data-block__fields small{color:#617084;font-weight:720}.brand-option,.subcategory-link{display:grid;align-items:center;gap:.75rem;min-height:3rem;padding:.75rem .85rem;border:1px solid #e7eef4;border-radius:8px;background:#fff;color:#344256;font-weight:800;transition:border-color .16s ease,transform .16s ease,background .16s ease}.subcategory-link{grid-template-columns:1fr auto}.brand-option{grid-template-columns:auto 1fr auto;cursor:pointer}.brand-option:hover,.subcategory-link:hover{border-color:rgba(47,154,188,.3);background:#f5fbff;transform:translateY(-1px)}.brand-option strong,.subcategory-link strong{color:var(--brand-dark)}.brand-option input{width:1rem;height:1rem;margin:0}.account-form input,.auth-form__field input,.category-results-head select,.filter-input,.filter-rail input,.filter-rail select,.listing-form__field input,.listing-form__field select,.listing-form__field textarea,.wizard-card input,.wizard-card select,.wizard-card textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text);padding:.72rem .85rem;outline:0}.filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.filter-actions--stack{grid-template-columns:1fr}.category-results-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;margin-bottom:1.2rem}.category-results{display:grid;align-content:start;gap:1rem;min-width:0;overflow:hidden}.category-stage,.category-strip,.category-toolbar{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.06)}.category-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);gap:1.2rem;padding:1.45rem;overflow:hidden}.category-stage__hero{display:grid;align-content:start;gap:.8rem}.category-stage__hero .market-title{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:.98}.category-stage__hero p{max-width:54ch;margin:0;color:#66768a;font-size:1rem;font-weight:760;line-height:1.65}.category-stage__label{display:inline-flex;align-items:center;gap:.55rem;color:#0f172a;font-size:.8rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.category-stage__label svg{width:1rem;height:1rem;color:var(--brand-dark)}.category-stage__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.category-stage__stat{display:grid;align-content:start;gap:.3rem;padding:1rem;border:1px solid #e6eef3;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f8fbfd)}.category-stage__stat strong{color:#071b3a;font-size:1.55rem;line-height:1}.category-stage__stat span{color:#6f7f91;font-size:.82rem;font-weight:820}.category-strip{display:grid;gap:1rem;padding:1.1rem 1.25rem 1.2rem}.category-strip__head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.category-strip__head h2{margin:.2rem 0 0;color:#071b3a;font-size:1.15rem}.category-strip__head>span{color:#6f7f91;font-size:.8rem;font-weight:850}.category-chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.category-chip{display:inline-flex;align-items:center;gap:.55rem;min-height:2.85rem;padding:.55rem .9rem;border:1px solid #e5edf4;border-radius:999px;background:#fff;color:#243041;font-weight:850;transition:border-color .16s ease,transform .16s ease,background .16s ease}.category-chip.is-active,.category-chip:hover{border-color:rgba(47,154,188,.28);background:#f3fbff;transform:translateY(-1px)}.category-chip strong,.category-chip svg{color:var(--brand-dark)}.category-chip svg{width:1rem;height:1rem}.category-results-head--enhanced{align-items:center;padding:1.25rem 1.35rem;border-radius:8px;box-shadow:0 18px 34px rgba(15,23,42,.06)}.category-results-head--minimal{padding:1.05rem 1.2rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 30px rgba(15,23,42,.05)}.category-results-head__copy{display:grid;gap:.35rem}.category-results-head__copy .market-title{font-size:clamp(1.9rem,3.4vw,2.8rem)}.category-results-head__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;min-width:320px}.category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.15rem}.category-toolbar__copy{display:inline-flex;align-items:center;gap:.65rem;color:#526377;font-size:.9rem;font-weight:780}.category-toolbar__copy svg{width:1rem;height:1rem;color:var(--brand-dark)}.category-toolbar__control{display:inline-grid;gap:.32rem;min-width:240px}.category-toolbar__control span{color:#405166;font-size:.78rem;font-weight:850}.category-results-head--minimal .category-toolbar__control{min-width:220px}.category-hero-banner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2vw,1.6rem);min-height:150px;padding:clamp(1.25rem,2.4vw,1.75rem);overflow:hidden;border:1px solid rgba(204,221,231,.9);border-radius:18px;background:radial-gradient(circle at 8% 20%,rgba(61,192,213,.2),transparent 26%),radial-gradient(circle at 92% 6%,rgba(47,154,188,.15),transparent 28%),linear-gradient(135deg,#ffffff,#f4fbfd 50%,#eef8fb);box-shadow:0 22px 48px rgba(15,23,42,.07)}.category-hero-banner:after{position:absolute;right:-70px;bottom:-110px;width:260px;height:260px;border-radius:999px;background:rgba(47,154,188,.1);content:""}.category-hero-banner__icon{position:relative;z-index:1;display:grid;place-items:center;width:clamp(4.2rem,7vw,5.6rem);height:clamp(4.2rem,7vw,5.6rem);border:1px solid rgba(255,255,255,.9);border-radius:24px;background:#fff;color:var(--brand-dark);box-shadow:0 18px 34px rgba(47,154,188,.14)}.category-hero-banner__icon svg{width:3.5rem;height:3.5rem}.category-hero-banner__copy{position:relative;z-index:1;display:grid;gap:.45rem;max-width:48rem}.category-hero-banner__copy>span{color:var(--brand-dark);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.category-hero-banner__copy h1{margin:0;color:#182231;font-size:clamp(1.9rem,3.6vw,3.2rem);letter-spacing:-.045em;line-height:.98}.category-hero-banner__copy p{max-width:42rem;margin:0;color:#607084;font-size:.95rem;font-weight:760;line-height:1.55}.category-hero-banner__path{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem;color:#4c6278;font-size:.82rem;font-weight:850}.category-hero-banner__path span{display:inline-flex;align-items:center;gap:.35rem}.category-hero-banner__path em{color:#9aabba;font-style:normal}.category-hero-banner__stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));gap:.6rem;min-width:min(360px,100%)}.category-hero-banner__stats span{display:grid;gap:.12rem;padding:.85rem .9rem;border:1px solid rgba(206,224,233,.8);border-radius:16px;background:rgba(255,255,255,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.category-hero-banner__stats strong{color:#071b3a;font-size:1.25rem;font-weight:950;line-height:1}.category-hero-banner__stats small{color:#718096;font-size:.72rem;font-weight:850}.category-sort-submit{align-self:end;min-height:2.55rem;padding:0 1rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.86rem;font-weight:900;cursor:pointer}.result-stat{display:grid;gap:.2rem;padding:.9rem 1rem;border:1px solid #e6eef3;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f9fbfd)}.result-stat strong{color:#071b3a;font-size:1.12rem}.result-stat span{color:#6f7f91;font-size:.8rem;font-weight:800}.active-filter-pills{display:flex;flex-wrap:wrap;gap:.65rem}.active-filter-pills span{display:inline-flex;align-items:center;min-height:2rem;padding:.25rem .75rem;border-radius:999px;background:#eef8fd;color:var(--brand-dark);font-size:.78rem;font-weight:850}.listing-grid--category{align-items:start}.category-empty-state{display:grid;place-items:center;min-height:260px;padding:2rem;border:1px solid #e7eef4;border-radius:8px;background:linear-gradient(180deg,#ffffff,#fbfdff);text-align:center}.category-empty-state strong{display:block;color:#071b3a;font-size:1.45rem}.category-empty-state p{margin:.7rem 0 0;color:#6f7f91;font-weight:750}.category-empty-state__actions{display:flex;justify-content:center;gap:.8rem;margin-top:1.15rem}.category-empty-state__fallback{display:grid;gap:1rem;margin-top:1.5rem;text-align:left}.breadcrumbs{max-width:100%;flex-wrap:wrap;gap:.25rem;margin-bottom:1.05rem;padding:.32rem;border:1px solid rgba(214,226,236,.94);background:linear-gradient(180deg,#ffffff,#f8fbfd);box-shadow:0 10px 24px rgba(15,23,42,.04);color:#66758a;font-size:.78rem;font-weight:850}.breadcrumbs,.breadcrumbs a,.breadcrumbs>span:last-child{display:inline-flex;align-items:center;border-radius:999px}.breadcrumbs a,.breadcrumbs>span:last-child{min-height:1.82rem;max-width:min(36ch,56vw);overflow:hidden;padding:0 .62rem;color:#516174;line-height:1;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs a{transition:background .16s ease,color .16s ease}.breadcrumbs a:first-child{background:#eefafe;color:#0f6f8d}.breadcrumbs a:hover{background:#f0f8fc;color:#0f172a}.breadcrumbs>span:not(:last-child){position:relative;display:inline-grid;width:1.3rem;height:1.3rem;place-items:center;padding:0;border-radius:999px;background:#edf3f8;color:transparent;font-size:0}.breadcrumbs>span:not(:last-child):before{width:.42rem;height:.42rem;border-top:2px solid #8ca0b2;border-right:2px solid #8ca0b2;content:"";transform:rotate(45deg) translate(-1px,1px)}.breadcrumbs>span:last-child{background:#f8fafc;color:#202b3a}.detail-page{padding-top:1.5rem}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;align-items:start}.detail-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 34px rgba(17,24,39,.06)}.detail-gallery{background:#151c27}.detail-gallery__main{position:relative;background:#1f2937;background-size:contain;background-repeat:no-repeat;background-position:50%;cursor:zoom-in}.detail-gallery__meta{position:absolute;inset:.9rem 1rem auto;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-gallery__action-strip{display:inline-flex;align-items:center;gap:.5rem}.detail-gallery__action-button,.detail-gallery__action-pill,.detail-gallery__caption,.detail-gallery__count{display:inline-flex;align-items:center;min-height:2.2rem;padding:.35rem .8rem;border-radius:999px;background:rgba(255,255,255,.94);color:#263341;font-size:.76rem;font-weight:900}.detail-gallery__action-pill{gap:.35rem}.detail-gallery__action-button{justify-content:center;width:2.2rem;padding:0;cursor:pointer}.detail-gallery__action-button:disabled{cursor:not-allowed;opacity:.72}.detail-gallery__action-button.is-active{color:#ef476f}.detail-gallery__action-button svg,.detail-gallery__action-pill svg{width:1rem;height:1rem}.detail-gallery__caption{max-width:min(48%,260px);justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-gallery__fullscreen{right:1rem;bottom:1rem;min-height:2.4rem;padding:.35rem .9rem;background:rgba(255,255,255,.96);color:#263341;font-size:.78rem;font-weight:900;cursor:pointer}.detail-gallery__arrow,.detail-gallery__fullscreen{position:absolute;z-index:1;border-radius:999px;box-shadow:0 14px 28px rgba(15,23,42,.18)}.detail-gallery__arrow{top:50%;display:inline-grid;place-items:center;width:3rem;height:3rem;margin-top:-1.5rem;background:rgba(255,255,255,.96);color:#334155;cursor:pointer}.detail-gallery__arrow--left{left:1rem}.detail-gallery__arrow--right{right:1rem}.detail-gallery__empty{position:absolute;inset:0;display:grid;place-items:center;gap:.7rem;color:rgba(255,255,255,.82);text-align:center}.detail-thumbs{display:flex;gap:.55rem;padding:.9rem 1rem 1rem;background:#fff;overflow-x:auto}.detail-thumb{flex:0 0 62px;height:62px;border:2px solid transparent;border-radius:8px;background:#e4e9ef;background-size:cover;background-position:50%;cursor:pointer}.detail-thumb.is-active{border-color:var(--brand);box-shadow:0 12px 20px rgba(47,154,188,.18)}.is-lightbox-open{overflow:hidden}.detail-lightbox{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:1.5rem;background:rgba(3,7,18,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.detail-lightbox__dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:1rem;width:min(1180px,calc(100vw - 3rem));max-height:calc(100dvh - 3rem);padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03)),rgba(15,23,42,.92);box-shadow:0 30px 80px rgba(0,0,0,.4)}.detail-lightbox__topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.9rem}.detail-lightbox__arrow,.detail-lightbox__back,.detail-lightbox__icon-close{display:inline-grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.96);color:#071b3a;font-weight:900;cursor:pointer}.detail-lightbox__back{display:inline-flex;align-items:center;gap:.5rem;min-height:2.85rem;padding:0 1rem}.detail-lightbox__icon-close{width:2.85rem;height:2.85rem}.detail-lightbox__heading{display:grid;gap:.12rem;min-width:0;justify-items:center;text-align:center}.detail-lightbox__heading strong{overflow:hidden;max-width:100%;color:#f8fafc;font-size:1rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.detail-lightbox__heading span{color:rgba(226,232,240,.82);font-size:.78rem;font-weight:800}.detail-lightbox__tools{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:rgba(15,23,42,.72);color:#f8fafc}.detail-lightbox__tools button,.detail-lightbox__tools span{display:inline-grid;min-width:2.15rem;min-height:2.15rem;place-items:center;border-radius:999px;color:inherit;font-size:.78rem;font-weight:900}.detail-lightbox__tools button{border:0;background:rgba(255,255,255,.12);cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.detail-lightbox__tools button:hover:not(:disabled){background:rgba(255,255,255,.22);transform:translateY(-1px)}.detail-lightbox__tools button:disabled{color:rgba(226,232,240,.38);cursor:not-allowed}.detail-lightbox__tools .detail-lightbox__reset{min-width:3.65rem;padding:0 .75rem}.detail-lightbox__stage{position:relative;display:grid;place-items:center;min-height:0;height:min(68dvh,760px);padding:1rem 4.5rem;overflow:hidden;border-radius:24px;background:rgba(255,255,255,.04)}.detail-lightbox__image-frame{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border-radius:20px;overscroll-behavior:contain;scrollbar-width:thin}.detail-lightbox__image-frame.is-zoomed{place-items:start;overflow:auto;background:linear-gradient(45deg,rgba(255,255,255,.035) 25%,transparent 0),linear-gradient(-45deg,rgba(255,255,255,.035) 25%,transparent 0),rgba(2,6,23,.2);background-position:0 0,0 10px;background-size:20px 20px;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.detail-lightbox__image-frame.is-panning{cursor:grabbing}.detail-lightbox__image-zoom{display:grid;min-width:100%;min-height:100%;place-items:center}.detail-lightbox__image{display:block;width:100%;height:100%;object-fit:contain;border-radius:20px;box-shadow:0 28px 72px rgba(0,0,0,.38)}.detail-lightbox__arrow{position:absolute;z-index:2;top:50%;width:3.25rem;height:3.25rem;transform:translateY(-50%)}.detail-lightbox__arrow--left{left:1.2rem}.detail-lightbox__arrow--right{right:1.2rem}.detail-lightbox__thumbs{display:flex;gap:.75rem;overflow-x:auto;padding:.15rem .1rem .2rem;scrollbar-width:thin}.detail-lightbox__thumb{flex:0 0 88px;height:88px;border:2px solid transparent;border-radius:16px;background:rgba(255,255,255,.08);background-size:cover;background-position:50%;color:rgba(248,250,252,.86);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.detail-lightbox__thumb.is-active{border-color:rgba(103,232,249,.9);box-shadow:0 14px 28px rgba(8,145,178,.24);transform:translateY(-1px)}.detail-summary{display:grid;grid-template-columns:1fr auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detail-summary h1{margin:0;color:#071b3a;font-size:clamp(1.45rem,3vw,2rem);line-height:1.08}.detail-summary strong{color:#06a5d7;font-size:clamp(2rem,4vw,2.65rem)}.detail-meta{display:grid;align-content:start;gap:.45rem;min-width:165px;color:#667085;font-weight:750;text-align:right}.detail-meta strong{color:#071b3a;font-size:1rem}.detail-summary__copy{display:grid;gap:.75rem}.detail-summary__copy>p{margin:0;color:#64748b;font-weight:700}.detail-summary__chips{display:flex;flex-wrap:wrap;gap:.6rem}.detail-summary__chip{display:inline-flex;align-items:center;min-height:2rem;padding:.2rem .75rem;border-radius:999px;background:#eff8fc;color:var(--brand-dark);font-size:.75rem;font-weight:900;text-transform:capitalize}.detail-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.35rem 1.5rem 0}.detail-info-card{display:grid;gap:.35rem;padding:1rem;border:1px solid #ebf0f4;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f9fbfd)}.detail-info-card span{color:#667085;font-size:.76rem;font-weight:800;text-transform:uppercase}.detail-info-card strong{color:#1f2937;font-size:1rem}.product-description{margin:1.35rem 1.5rem 1.5rem;padding:1.45rem 1.5rem;border:1px solid #ebf0f4;border-radius:8px;background:#fbfdff}.product-description h2{margin:0 0 .85rem;color:#071b3a;font-size:1.2rem}.product-description p{margin:0;color:#4b5563;line-height:1.75;white-space:pre-line}.listing-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1rem}.listing-attributes div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #e4edf4;border-radius:8px}.listing-attributes span{color:#64748b;font-size:.76rem;font-weight:850;text-transform:uppercase}.listing-attributes strong{color:#071b3a}.listing-video-links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.listing-video-links a{display:inline-flex;align-items:center;min-height:2.1rem;padding:.3rem .7rem;border-radius:999px;background:#eefdff;color:var(--brand-dark);font-size:.82rem;font-weight:850}.seller-card{position:sticky;top:8rem;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 34px rgba(17,24,39,.06)}.seller-card__section{padding:1.45rem;border-bottom:1px solid var(--line)}.seller-card__section:last-child{border-bottom:0}.seller-card h2{margin:0 0 1rem;color:#071b3a;font-size:1.08rem}.seller-card__section--engagement{display:grid;gap:1rem;background:linear-gradient(180deg,#ffffff,#f7fbfd)}.detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.detail-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.8rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);font-size:.9rem;font-weight:900;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.detail-action.is-active,.detail-action:hover{border-color:color-mix(in srgb,var(--brand) 34%,var(--line) 66%);background:color-mix(in srgb,var(--brand) 10%,var(--surface) 90%);color:var(--brand-primary-dark);transform:translateY(-1px)}.detail-action svg{width:1.05rem;height:1.05rem}.listing-engagement{display:grid;grid-template-columns:.8fr 1.2fr;gap:.75rem}.listing-engagement>div{display:grid;gap:.2rem;padding:.9rem;border:1px solid #e4edf4;border-radius:10px}.listing-engagement strong{color:#071b3a;font-size:1rem}.listing-engagement span{color:#64748b;font-size:.76rem;font-weight:850;text-transform:uppercase}.seller-identity{display:flex;gap:.85rem;align-items:center;margin-bottom:1rem}.seller-avatar,.seller-identity img{width:52px;height:52px;border-radius:999px;object-fit:cover;background:#eef1f5}.seller-avatar{color:var(--brand-dark)}.seller-identity strong{display:block;color:#071b3a;font-size:1rem}.seller-identity .muted{margin-top:.2rem}.seller-verified-badge{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;min-height:1.7rem;padding:.2rem .55rem;border-radius:999px;background:#e8f8ee;color:#137a42;font-size:.75rem;font-weight:900}.seller-verified-badge svg{width:.9rem;height:.9rem}.storefront-hero__badges{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.seller-verified-badge--business{background:#eef2ff;color:#3730a3}.seller-verified-badge--soft{background:#f8fafc;color:#334155;border:1px solid #e2e8f0}.seller-boost-payment{display:grid;gap:.75rem;padding:.9rem;border:1px solid #dfe8ef;border-radius:8px;background:#fbfdff}.seller-boost-payment label{display:grid;gap:.35rem;color:#44576b;font-size:.8rem;font-weight:850}.seller-boost-payment input,.seller-boost-payment select{min-height:2.55rem;border:1px solid #d8e6ee;border-radius:8px;padding:.55rem .7rem;background:#fff;color:#071b3a;font:inherit}.seller-card .button,.seller-card .button--secondary{width:100%;margin-top:.65rem}.offer-panel{background:#fbfdff}.offer-form{display:grid;gap:.85rem}.offer-form label{display:grid;gap:.4rem;color:#1f2937;font-size:.85rem;font-weight:850}.offer-form__amount{display:grid;grid-template-columns:auto 1fr;align-items:center;overflow:hidden;border:1px solid #dfe8ef;border-radius:8px;background:#fff}.offer-form__amount strong{height:100%;padding:.82rem .75rem;border-right:1px solid #dfe8ef;background:#f5f9fc;color:var(--brand-dark);font-size:.78rem}.offer-card__counter input,.offer-form input,.offer-form textarea{width:100%;border:1px solid #dfe8ef;border-radius:8px;padding:.82rem .9rem;color:#071b3a;font:inherit}.offer-form__amount input{border:0;border-radius:0}.offer-form textarea{resize:vertical}.offer-card__counter input:focus,.offer-form input:focus,.offer-form textarea:focus{border-color:rgba(47,154,188,.55);outline:none;box-shadow:0 0 0 3px rgba(47,154,188,.1)}.rating-picker{display:flex;gap:.25rem;margin-bottom:.75rem}.rating-picker button{color:#cbd5e1;font-size:1.35rem;line-height:1;cursor:pointer}.rating-picker button.is-active{color:#f5b018}.review-input{width:100%;min-height:92px;padding:.85rem;border:1px solid #dfe8ef;border-radius:10px;resize:vertical;color:#071b3a;font:inherit}.review-input:focus{border-color:rgba(47,154,188,.55);outline:none;box-shadow:0 0 0 3px rgba(47,154,188,.1)}.review-list{display:grid;gap:.7rem;margin-top:1rem}.review-item{display:grid;gap:.35rem;padding:.8rem;border:1px solid #edf2f6;border-radius:10px;background:#fbfdff}.review-item div{display:flex;justify-content:space-between;gap:.8rem;color:#071b3a;font-size:.85rem}.review-item span{color:#f5b018;letter-spacing:.05em}.review-item p{margin:0;color:#526377;font-size:.85rem;line-height:1.45}.seller-card__call{background:#f8fbfd}.trust-list{display:grid;gap:.9rem}.trust-list div{display:grid;gap:.12rem;padding-left:1.5rem;position:relative}.trust-list div:before{content:"";position:absolute;left:0;top:.25rem;width:.75rem;height:.75rem;border-radius:999px;border:2px solid #21b26f}.account-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.25rem;padding-top:1.8rem;align-items:start}.account-sidebar{align-self:start;overflow:hidden;position:sticky;top:6.2rem;border:1px solid rgba(148,163,184,.18);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,254,.98));box-shadow:0 24px 70px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.account-sidebar__profile{display:flex;gap:.9rem;align-items:center;padding:1.25rem 1.2rem 1rem;border-bottom:1px solid rgba(148,163,184,.14)}.account-sidebar__profile strong{display:block;color:#0f172a}.account-sidebar__status{display:flex;justify-content:space-between;gap:.75rem;padding:.95rem 1.2rem .7rem}.account-sidebar__section-label,.account-sidebar__status span{color:#7b8797;font-size:.72rem;font-weight:900;text-transform:uppercase}.account-sidebar__status strong{color:#0f172a;font-size:.82rem;text-transform:capitalize}.account-sidebar__verification{display:flex;align-items:center;gap:.45rem;width:calc(100% - 2.4rem);margin:0 1.2rem .75rem;padding:.55rem .7rem;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#fff;color:#64748b;font-size:.78rem;font-weight:900}.account-sidebar__verification svg{width:.95rem;height:.95rem}.account-sidebar__verification.is-approved{border-color:rgba(34,197,94,.24);background:#eefbf4;color:#0f7a4d}.account-sidebar nav{display:grid;gap:.85rem;padding:.5rem .8rem .9rem}.account-sidebar__section{display:grid;gap:.3rem}.account-sidebar a,.account-sidebar button{display:flex;align-items:center;gap:.75rem;min-height:3.05rem;border-radius:16px;background:transparent;color:#475569;cursor:pointer;font-weight:850;padding:0 .95rem;transition:background-color .16s ease,color .16s ease,transform .16s ease,border-color .16s ease}.account-sidebar a:hover,.account-sidebar a[aria-current=page]{color:#0f172a;background:rgba(49,164,192,.12)}.account-sidebar a:hover{transform:translateX(2px)}.account-sidebar__quick-action{margin-top:.15rem;justify-content:center;border:1px solid rgba(49,164,192,.18);background:linear-gradient(180deg,rgba(58,168,198,.14),rgba(17,148,180,.08))!important;color:#0f172a!important}.account-sidebar__quick-action:hover{transform:none!important;background:linear-gradient(180deg,rgba(58,168,198,.2),rgba(17,148,180,.11))!important}.account-content{min-height:470px;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:28px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 28px 80px rgba(15,23,42,.08)}.account-content__head{padding:1.55rem 1.6rem;background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 35%),linear-gradient(135deg,#0f7b96,#32a4c0 52%,#6ec8d4);color:#fff}.account-content__eyebrow{display:inline-block;margin-bottom:.4rem;font-size:.74rem;font-weight:900;text-transform:uppercase;color:rgba(255,255,255,.86)}.account-content__head h1{margin:0;font-size:clamp(1.8rem,2.6vw,2.4rem)}.account-content__head p{max-width:60ch;margin:.45rem 0 0;color:rgba(255,255,255,.88)}.account-content__head--ads{position:relative;isolation:isolate;min-height:176px;overflow:hidden;padding:clamp(1.55rem,2.6vw,2.05rem);background:radial-gradient(circle at 12% 10%,rgba(140,230,240,.24),transparent 28%),radial-gradient(circle at 94% 0,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#08748e,#2497b0 48%,#79d0d7)}.account-content__head--ads:before{position:absolute;right:-6%;top:-62%;z-index:-1;width:42%;height:170%;border-radius:999px;background:rgba(255,255,255,.13);content:"";transform:rotate(24deg)}.account-content__head--ads:after{position:absolute;right:10%;bottom:-58%;z-index:-1;width:260px;height:260px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);content:""}.account-content__head--ads h1{max-width:10ch;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.045em;line-height:1}.account-content__head--ads p{max-width:43ch;font-weight:760;line-height:1.5}.account-content__body{padding:1.4rem}.account-empty{display:grid;place-items:center;min-height:270px;color:var(--muted);text-align:center}.account-empty strong{display:block;margin-bottom:.5rem;color:#374151;font-size:1.1rem}.saved-searches{display:grid;gap:.8rem}.saved-search-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid rgba(201,213,225,.7);border-radius:8px;background:#fff}.saved-search-card__main{display:flex;min-width:0;gap:.85rem}.saved-search-card__icon{display:grid;flex:0 0 auto;width:2.35rem;height:2.35rem;place-items:center;border-radius:8px;background:rgba(15,123,150,.1);color:var(--brand)}.saved-search-card__title{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.saved-search-card__title h3{margin:0;color:#071b3a;font-size:1rem}.saved-search-card__title span{padding:.18rem .45rem;border-radius:999px;background:#e8f8ef;color:#047857;font-size:.74rem;font-weight:900}.saved-search-card p{margin:.25rem 0 0;color:var(--muted)}.saved-search-card__actions,.saved-search-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.saved-search-card__meta{margin-top:.5rem}.saved-search-card__meta span{padding:.22rem .5rem;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.76rem;font-weight:800}.saved-search-card__actions{flex:0 0 auto;justify-content:flex-end}.icon-button--danger{color:#b42318}.save-search-action{display:grid;gap:.25rem;min-width:11rem}.save-search-action .button{justify-content:center}.save-search-action p{margin:0;color:var(--muted);font-size:.78rem;font-weight:800;text-align:right}.notification-list,.storefront-listings{display:grid;gap:1rem}.notification-card{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid rgba(201,213,225,.7);border-radius:8px;background:#fff}.notification-live-status{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;padding:.45rem .7rem;border:1px solid #dce6ee;border-radius:999px;background:#fff;color:#475569;font-size:.78rem;font-weight:900}.notification-live-status--live{border-color:rgba(15,122,77,.24);background:#f0fbf5;color:#0f7a4d}.notification-live-status--paused{border-color:rgba(154,92,0,.24);background:#fff8e8;color:#9a5c00}.notification-card.is-unread{border-color:color-mix(in srgb,var(--brand) 26%,var(--line) 74%);background:color-mix(in srgb,var(--brand) 6%,var(--surface) 94%)}.notification-card p{margin:.25rem 0;color:var(--muted)}.message-template-row,.notification-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.message-template-row button{padding:.35rem .55rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475569;font-size:.78rem;font-weight:800;cursor:pointer}.typing-indicator{margin:0;color:var(--brand);font-size:.82rem;font-weight:800}.seller-storefront-link{display:inline-block;margin-top:.35rem;color:var(--brand);font-size:.84rem}.storefront-page{display:grid;gap:1.25rem}.storefront-hero{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem;border:1px solid rgba(201,213,225,.7);border-radius:8px;background:#fff}.storefront-hero__copy{display:grid;gap:.8rem}.storefront-hero h1{margin:0;color:#071b3a}.storefront-hero__meta{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--muted);font-size:.86rem;font-weight:700}.storefront-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem}.storefront-stats{display:grid;grid-template-columns:repeat(3,minmax(5rem,1fr));gap:.7rem;min-width:min(26rem,100%)}.storefront-stats div{padding:.8rem;border-radius:8px;background:#f8fafc}.storefront-stats span{display:block;color:var(--muted);font-size:.76rem;font-weight:800}.storefront-stats strong{color:#071b3a;font-size:1.35rem}@media (max-width:900px){.storefront-hero{flex-direction:column}.storefront-stats{grid-template-columns:repeat(2,minmax(5rem,1fr))}}@media (max-width:520px){.storefront-stats{grid-template-columns:1fr}}.seller-tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto}.seller-tabs span{flex:0 0 auto;padding:.5rem .9rem;border:1px solid var(--line);border-radius:999px;color:#5b6572;font-size:.86rem;font-weight:900}.seller-tabs span:first-child{background:var(--brand);color:#fff;border-color:var(--brand)}.seller-workspace{display:grid;gap:1rem}.seller-dashboard-banner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:clamp(1rem,2vw,1.4rem);min-height:168px;overflow:hidden;padding:clamp(1.25rem,2.4vw,1.75rem);border:1px solid color-mix(in srgb,var(--line) 80%,#ffffff 20%);border-radius:26px;background:radial-gradient(circle at 9% 12%,color-mix(in srgb,var(--brand) 20%,transparent),transparent 26%),radial-gradient(circle at 92% 0,rgba(255,255,255,.28),transparent 34%),linear-gradient(135deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 48%,var(--surface) 52%) 46%,color-mix(in srgb,var(--brand) 8%,var(--surface) 92%) 100%);box-shadow:0 24px 56px rgba(15,23,42,.08)}.seller-dashboard-banner:after{position:absolute;right:-80px;bottom:-120px;width:280px;height:280px;border-radius:999px;background:color-mix(in srgb,var(--brand) 10%,transparent);content:""}.seller-dashboard-banner__actions,.seller-dashboard-banner__profile,.seller-dashboard-banner__stats{position:relative;z-index:1}.seller-dashboard-banner__profile{display:flex;align-items:center;gap:1rem;min-width:0}.seller-dashboard-banner__profile>.account-avatar{width:3.8rem;height:3.8rem;box-shadow:0 18px 34px color-mix(in srgb,var(--brand) 16%,transparent)}.seller-dashboard-banner__profile h2,.seller-dashboard-banner__profile p,.seller-dashboard-banner__profile span{margin:0}.seller-dashboard-banner__profile>div>span{color:var(--brand-dark);font-size:.74rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.seller-dashboard-banner__profile h2{margin-top:.25rem;color:var(--text);font-size:clamp(1.7rem,3vw,2.55rem);letter-spacing:-.045em;line-height:.98}.seller-dashboard-banner__profile p{max-width:44rem;margin-top:.5rem;color:#607084;font-weight:760;line-height:1.5}.seller-dashboard-banner__stats{display:grid;grid-template-columns:repeat(3,minmax(82px,1fr));gap:.6rem;min-width:min(320px,100%)}.seller-dashboard-banner__stats span{display:grid;gap:.12rem;padding:.82rem .85rem;border:1px solid color-mix(in srgb,var(--line) 80%,#ffffff 20%);border-radius:16px;background:color-mix(in srgb,var(--surface) 82%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.seller-dashboard-banner__stats strong{color:var(--text);font-size:1.28rem;font-weight:950;line-height:1}.seller-dashboard-banner__stats small{color:#718096;font-size:.7rem;font-weight:850;text-transform:uppercase}.seller-dashboard-banner__actions{display:flex;flex-direction:column;gap:.65rem;min-width:136px}.seller-command{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem;border:1px solid color-mix(in srgb,var(--line) 74%,#ffffff 26%);border-radius:24px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--brand) 13%,transparent),transparent 34%),linear-gradient(180deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 34%,var(--surface) 66%) 100%)}.seller-command--dashboard{align-items:center}.seller-command__identity{display:flex;gap:1rem;align-items:center}.seller-command h2,.seller-command p,.seller-command__eyebrow{margin:0}.seller-command h2{margin-top:.2rem;color:var(--text);font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1.05}.seller-command p{max-width:56ch;margin-top:.45rem;color:#617084}.seller-command__eyebrow{color:var(--brand-dark);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.seller-command__actions,.seller-dashboard-banner__actions,.seller-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem}.seller-verification-strip{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}.seller-verification-strip--profile{margin-top:0}.seller-verification-badge{display:inline-flex;align-items:center;gap:.42rem;width:fit-content;min-height:2rem;padding:.42rem .68rem;border:1px solid color-mix(in srgb,var(--line) 76%,#ffffff 24%);border-radius:999px;background:color-mix(in srgb,var(--surface) 84%,transparent);color:#64748b;font-size:.78rem;font-weight:900}.seller-verification-badge svg{width:.95rem;height:.95rem}.seller-verification-badge.is-approved{border-color:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 9%,var(--surface) 91%);color:var(--theme-success-color,#1f8f5f)}.seller-verification-badge.is-warning{border-color:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 10%,var(--surface) 90%);color:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 74%,#000000 26%)}.seller-verification-badge.is-muted{border-color:color-mix(in srgb,var(--line) 76%,#ffffff 24%);background:color-mix(in srgb,var(--surface-soft) 48%,var(--surface) 52%);color:var(--muted)}.seller-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.seller-metrics--dashboard div{min-height:108px;align-content:space-between}.seller-metrics--dashboard .seller-metric-card{position:relative;overflow:hidden;grid-template-columns:auto minmax(0,1fr);align-items:center;align-content:start;gap:.38rem .62rem}.seller-metrics--dashboard .seller-metric-card:after{position:absolute;right:-1.5rem;bottom:-1.65rem;width:5rem;height:5rem;border-radius:999px;background:color-mix(in srgb,var(--brand) 8%,transparent);content:""}.seller-metric-card__icon{display:inline-grid;grid-row:span 2;place-items:center;width:2.45rem;height:2.45rem;border-radius:16px;background:color-mix(in srgb,var(--brand) 11%,#ffffff 89%);color:var(--brand-primary-dark)}.seller-metric-card__icon svg{width:1.08rem;height:1.08rem}.seller-growth>div,.seller-metrics div{display:grid;gap:.35rem;padding:.95rem;border:1px solid #e2ebf1;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,254,.98));box-shadow:0 10px 26px rgba(15,23,42,.04)}.seller-growth span,.seller-metrics span{color:#667789;font-size:.74rem;font-weight:900;text-transform:uppercase}.seller-metrics strong{color:#0f172a;font-size:1.55rem;line-height:1}.seller-metrics--secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-alert{padding:.85rem 1rem;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:14px;background:color-mix(in srgb,var(--surface-soft) 42%,var(--surface) 58%);color:color-mix(in srgb,var(--text) 72%,var(--muted) 28%);font-weight:760}.seller-alert--success{border-color:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 10%,var(--surface) 90%);color:var(--theme-success-color,#1f8f5f)}.seller-alert--error{border-color:color-mix(in srgb,var(--theme-danger-color,#cc4f4f) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-danger-color,#cc4f4f) 10%,var(--surface) 90%);color:var(--theme-danger-color,#cc4f4f)}.seller-alert--warning{border-color:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 10%,var(--surface) 90%);color:color-mix(in srgb,var(--theme-warning-color,#e0a11b) 74%,#000000 26%)}.security-grid,.settings-layout,.workspace-grid{display:grid;gap:1rem}.workspace-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr)}.settings-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);align-items:start}.security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-panel{display:grid;gap:1rem;padding:1.15rem 1.2rem;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:22px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent) 0,color-mix(in srgb,var(--surface-soft) 30%,var(--surface) 70%) 100%);box-shadow:0 12px 32px rgba(15,23,42,.045)}.workspace-panel--span-two{grid-column:span 1}.workspace-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.workspace-panel__eyebrow,.workspace-panel__head h3,.workspace-panel__head p{margin:0}.workspace-panel__head h3{color:var(--text);font-size:1.18rem}.workspace-panel__eyebrow{display:inline-block;margin-bottom:.35rem;color:var(--brand-primary-dark);font-size:.72rem;font-weight:900;text-transform:uppercase}.workspace-inline-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--brand-primary-dark);font-weight:800}.seller-performance-page{display:grid;gap:1.15rem;padding:clamp(1rem,2vw,1.45rem)}.seller-performance-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;overflow:hidden;padding:clamp(1.25rem,2.6vw,2rem);border:1px solid color-mix(in srgb,var(--line) 80%,#ffffff 20%);border-radius:26px;background:radial-gradient(circle at 92% 12%,color-mix(in srgb,var(--brand) 18%,transparent),transparent 30%),radial-gradient(circle at 18% 0,color-mix(in srgb,var(--brand-accent) 16%,transparent),transparent 32%),linear-gradient(135deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 45%,var(--surface) 55%) 48%,color-mix(in srgb,var(--brand) 10%,var(--surface) 90%) 100%);box-shadow:0 26px 70px rgba(15,23,42,.08)}.seller-performance-hero:after{position:absolute;right:-5rem;bottom:-7rem;width:17rem;height:17rem;border-radius:999px;background:color-mix(in srgb,var(--brand) 11%,transparent);content:""}.seller-performance-hero>*{position:relative;z-index:1}.seller-performance-hero .account-content__eyebrow{margin-bottom:.55rem;color:var(--brand-primary-dark);font-weight:950;letter-spacing:.14em}.seller-performance-hero h1,.seller-performance-hero p{margin:0}.seller-performance-hero h1{margin-top:.25rem;color:var(--text);font-size:clamp(2.05rem,5vw,4rem);letter-spacing:-.06em;line-height:.92}.seller-performance-hero p{max-width:44rem;margin-top:.8rem;color:#5f7288;font-size:1.02rem;font-weight:760;line-height:1.55}.seller-performance-hero__stat{display:grid;gap:.25rem;min-width:9.5rem;padding:1.05rem 1.2rem;border:1px solid color-mix(in srgb,var(--line) 80%,#ffffff 20%);border-radius:20px;background:color-mix(in srgb,var(--surface) 80%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.seller-performance-hero__stat strong{color:#0f172a;font-size:1.65rem;line-height:1}.seller-performance-hero__stat span{color:#617184;font-size:.76rem;font-weight:900;text-transform:uppercase}.seller-performance-body{display:grid;gap:1rem}.seller-performance-panel{display:grid;gap:1rem;padding:clamp(1rem,2vw,1.25rem);border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent) 0,color-mix(in srgb,var(--surface-soft) 26%,var(--surface) 74%) 100%);box-shadow:0 14px 34px rgba(15,23,42,.045)}.seller-performance-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.seller-performance-panel__head h3,.seller-performance-panel__head p{margin:0}.seller-performance-panel__head h3{color:#101827;font-size:1.28rem;letter-spacing:-.025em}.seller-performance-panel__head p{margin-top:.35rem;color:#607084;font-weight:720}.seller-performance-panel__tools{display:grid;justify-items:end;gap:.55rem}.seller-performance-tabs{display:inline-flex;gap:.45rem;padding:.35rem;border:1px solid color-mix(in srgb,var(--line) 76%,#ffffff 24%);border-radius:999px;background:color-mix(in srgb,var(--surface-soft) 48%,var(--surface) 52%)}.seller-performance-tabs button{min-height:2.35rem;border:1px solid transparent;border-radius:999px;background:transparent;color:#344357;cursor:pointer;font-weight:900;padding:0 .85rem}.seller-performance-tabs button.is-active{border-color:color-mix(in srgb,var(--brand) 22%,var(--line) 78%);background:color-mix(in srgb,var(--brand) 10%,var(--surface) 90%);color:var(--brand-primary-dark);box-shadow:0 8px 18px color-mix(in srgb,var(--brand) 14%,transparent)}.seller-performance-range{display:inline-flex;align-items:center;min-height:2.15rem;padding:0 .9rem;border:1px solid color-mix(in srgb,var(--line) 82%,#ffffff 18%);border-radius:10px;background:var(--surface);color:#334155;font-size:.84rem;font-weight:900}.seller-performance-chart-shell{overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:22px;background:linear-gradient(color-mix(in srgb,var(--line) 55%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 55%,transparent) 1px,transparent 1px),linear-gradient(180deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 26%,var(--surface) 74%) 100%);background-size:100% 54px,54px 100%,auto}.seller-performance-chart-shell.is-loading{opacity:.72}.seller-performance-chart{display:grid;gap:.35rem;padding:1rem 1rem .75rem}.seller-performance-chart svg{width:100%;height:clamp(220px,28vw,310px)}.seller-performance-chart__grid{stroke:rgba(129,159,180,.34);stroke-width:1}.seller-performance-chart__area{fill:color-mix(in srgb,var(--brand) 10%,transparent);stroke:none}.seller-performance-chart__line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.seller-performance-chart__line--traffic{stroke:var(--brand-deep)}.seller-performance-chart__line--visitors{stroke:color-mix(in srgb,var(--brand-primary-dark) 64%,var(--brand-accent) 36%)}.seller-performance-chart__line--contacts{stroke:var(--theme-success-color,#1f8f5f)}.seller-performance-chart__line--chats{stroke:var(--brand-accent)}.seller-performance-chart__labels{display:flex;justify-content:space-between;gap:.6rem;overflow:hidden;color:#688096;font-size:.73rem;font-weight:850}.seller-performance-scoreboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.seller-performance-metric{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:5.3rem;padding:.95rem 1rem;border:1px solid rgba(203,213,225,.72);border-radius:18px;background:linear-gradient(180deg,#ffffff,#f2f8fc);box-shadow:0 12px 26px rgba(15,23,42,.04)}.seller-performance-metric>span{width:.92rem;height:.92rem;border-radius:999px;background:var(--metric-color);box-shadow:0 0 0 6px color-mix(in srgb,var(--metric-color) 14%,transparent)}.seller-performance-metric strong{color:#243244;font-size:.98rem}.seller-performance-metric small{color:#8197ab;font-weight:950}.seller-performance-metric p{grid-column:2/-1;margin:-.35rem 0 0;color:#667789;font-size:.78rem;font-weight:760}.seller-performance-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.seller-performance-actions a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:3.5rem;padding:.75rem 1rem;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:16px;background:var(--surface);color:var(--text);font-weight:900}.seller-performance-actions svg{color:var(--brand-primary-dark)}.seller-performance-empty{display:grid;justify-items:center;gap:.85rem;min-height:460px;align-content:center;padding:2rem;text-align:center}.seller-performance-empty__icon{display:inline-grid;place-items:center;width:4.2rem;height:4.2rem;border-radius:24px;background:color-mix(in srgb,var(--brand) 12%,var(--surface) 88%);color:var(--brand-primary-dark)}.seller-performance-empty strong{color:#0f172a;font-size:1.35rem}.seller-performance-empty p{max-width:34rem;margin:0;color:#607084;font-weight:740;line-height:1.5}.subscription-grid,.workspace-link-grid{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-card,.workspace-link-card{display:grid;gap:.9rem;min-height:160px;padding:1rem;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:20px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent) 0,color-mix(in srgb,var(--surface-soft) 34%,var(--surface) 66%) 100%);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.workspace-link-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.workspace-link-card__icon{display:inline-grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:16px;background:color-mix(in srgb,var(--brand) 12%,var(--surface) 88%);color:var(--brand-primary-dark)}.subscription-card strong,.workspace-activity-row strong,.workspace-link-card__copy strong{color:#0f172a}.settings-field small,.settings-note p,.subscription-card p,.workspace-activity-row p,.workspace-link-card__copy p{margin:.3rem 0 0;color:#64748b}.workspace-link-card__arrow{color:#94a3b8}.workspace-link-card:hover{border-color:color-mix(in srgb,var(--brand) 28%,var(--line) 72%);box-shadow:0 18px 34px rgba(15,23,42,.07);transform:translateY(-1px)}.workspace-activity-list,.workspace-checklist,.workspace-state-list{display:grid;gap:.8rem}.workspace-activity-row,.workspace-checklist__item,.workspace-state-list>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem .95rem;border:1px solid color-mix(in srgb,var(--line) 72%,#ffffff 28%);border-radius:16px;background:color-mix(in srgb,var(--surface) 86%,transparent)}.workspace-checklist__item.is-ready{border-color:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 24%,var(--line) 76%);background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 8%,var(--surface) 92%)}.subscription-card span,.workspace-checklist__item span,.workspace-state-list span{color:#64748b;font-size:.8rem;font-weight:800}.workspace-activity-row{text-decoration:none}.workspace-activity-row:hover{border-color:color-mix(in srgb,var(--brand) 34%,var(--line) 66%)}.workspace-listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.workspace-listing-card{overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 78%,#ffffff 22%);border-radius:22px;background:var(--surface);color:var(--text);text-decoration:none;box-shadow:0 14px 32px rgba(15,23,42,.055);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.workspace-listing-card:hover{border-color:color-mix(in srgb,var(--brand) 32%,var(--line) 68%);box-shadow:0 18px 38px rgba(15,23,42,.09);transform:translateY(-1px)}.workspace-listing-card__media{position:relative;display:grid;min-height:150px;overflow:hidden;place-items:center;background:color-mix(in srgb,var(--surface-soft) 80%,var(--surface) 20%)}.workspace-listing-card__media img{width:100%;height:100%;min-height:150px;object-fit:cover}.workspace-listing-card__media span{color:var(--muted);font-size:.78rem;font-weight:900}.workspace-listing-card__media em{position:absolute;top:.7rem;left:.7rem;max-width:calc(100% - 1.4rem);overflow:hidden;padding:.3rem .58rem;border-radius:999px;background:rgba(7,27,58,.82);color:#fff;font-size:.64rem;font-style:normal;font-weight:950;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.workspace-listing-card__body{display:grid;gap:.25rem;padding:.78rem .86rem .9rem}.workspace-listing-card__body span{overflow:hidden;color:var(--brand-primary-dark);font-size:.68rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.workspace-listing-card__body strong{display:-webkit-box;min-height:2.2em;overflow:hidden;color:var(--text);font-size:.98rem;font-weight:950;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.workspace-listing-card__body b{color:var(--brand-primary,#0098c9);font-size:1.08rem;font-weight:950}.workspace-listing-card__body p,.workspace-listing-card__body small{overflow:hidden;margin:0;color:#64748b;font-size:.76rem;font-weight:780;line-height:1.28;text-overflow:ellipsis;white-space:nowrap}.settings-panel,.settings-summary{align-self:start}.settings-grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-field{display:grid;gap:.45rem}.settings-field span{color:#0f172a;font-size:.84rem;font-weight:800}.settings-field input{min-height:3.15rem;border:1px solid rgba(203,213,225,.78);border-radius:16px;padding:.85rem .95rem;background:#fff}.settings-field--span-two{grid-column:span 2}.settings-summary__profile{display:flex;gap:.9rem;align-items:center}.settings-summary__profile strong{display:block}.settings-summary__profile p{margin:.2rem 0 0;color:#64748b}.settings-note{padding:.95rem 1rem;border:1px solid rgba(15,123,150,.16);border-radius:18px;background:rgba(239,250,252,.94)}.settings-note strong{color:#0f172a}.subscription-card__meta{margin-top:auto}.seller-growth--subscriptions{grid-template-columns:repeat(2,minmax(0,1fr))}.account-empty--compact{min-height:180px}.seller-tools{display:grid;gap:1rem;padding:1rem;border:1px solid rgba(220,230,238,.78);border-radius:22px;background:radial-gradient(circle at top right,rgba(49,164,192,.09),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,251,254,.98));box-shadow:0 16px 40px rgba(15,23,42,.055)}.seller-tools__bulk-actions,.seller-tools__filters,.seller-tools__head,.seller-tools__primary-actions{display:flex;align-items:center;gap:.75rem}.seller-tools__head{justify-content:space-between;padding-bottom:.9rem;border-bottom:1px solid rgba(220,230,238,.72)}.seller-tools__head strong{display:block;margin-top:.18rem;color:#0f172a;font-size:1.08rem;font-weight:950}.seller-tools__head p{max-width:58ch;margin:.3rem 0 0;color:#64748b;font-size:.9rem;font-weight:720;line-height:1.45}.seller-tools__bulk-actions,.seller-tools__primary-actions{flex-wrap:wrap;justify-content:flex-end}.seller-tools__filters{justify-content:space-between;flex-wrap:wrap}.seller-tools__bulk-actions{padding-top:.15rem}.seller-tabs--interactive{margin-bottom:0}.seller-tabs--interactive button{flex:0 0 auto;min-height:2.45rem;padding:.5rem .9rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:#5b6572;font-size:.84rem;font-weight:900;cursor:pointer}.seller-tabs--interactive button.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.seller-search{flex:0 1 340px}.seller-search input{width:100%;min-height:2.7rem;border:1px solid #dce6ee;border-radius:999px;padding:0 1rem;color:#0f172a;outline:none}.seller-search input:focus{border-color:rgba(47,154,188,.5);box-shadow:0 0 0 3px rgba(47,154,188,.09)}.seller-listing-table{overflow:hidden;border:1px solid #dce6ee;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(15,23,42,.055)}.seller-bulk-editor{display:grid;grid-template-columns:minmax(180px,1fr) repeat(3,minmax(130px,.7fr)) repeat(2,minmax(150px,.8fr)) auto;gap:.75rem;align-items:end;padding:.85rem;border:1px solid #dce6ee;border-radius:14px;background:#fff}.seller-bulk-editor span,.seller-bulk-editor strong{display:block}.seller-bulk-editor label{display:grid;gap:.3rem}.seller-bulk-editor label span{color:#64748b;font-size:.72rem;font-weight:900;text-transform:uppercase}.seller-bulk-editor input,.seller-bulk-editor select{width:100%;min-height:2.45rem;border:1px solid #dce6ee;border-radius:10px;padding:0 .65rem;background:#fff;color:#0f172a;font-weight:800}.seller-listing-row,.seller-listing-table__head{display:grid;grid-template-columns:52px minmax(280px,1.35fr) minmax(130px,.5fr) minmax(220px,.8fr) minmax(260px,1fr);gap:1rem;align-items:center}.seller-listing-table__head{padding:.75rem 1rem;background:#f6fafc;color:#667789;font-size:.72rem;font-weight:900;text-transform:uppercase}.seller-listing-row{padding:1rem;border-top:1px solid #edf2f6}.seller-listing-row__select{display:grid;place-items:center}.seller-listing-row__select input{width:1rem;height:1rem}.seller-listing-row__status{display:grid;gap:.4rem;justify-items:start}.seller-listing-row__main{display:grid;grid-template-columns:78px minmax(0,1fr);gap:.9rem;align-items:center;min-width:0}.seller-listing-row__image{display:block;width:78px;aspect-ratio:1/.82;border-radius:14px;background:linear-gradient(135deg,rgba(47,154,188,.18),rgba(15,23,42,.08)),#eef4f7;background-position:50%;background-size:cover}.seller-listing-row__main a{display:block;overflow:hidden;color:#0f172a;font-size:.98rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.seller-listing-row small,.seller-listing-row__main p{margin:.25rem 0 0;color:#64748b;font-size:.82rem;font-weight:700}.seller-listing-row__main strong{display:block;margin-top:.35rem;color:var(--brand-dark)}.seller-status{display:inline-flex;width:fit-content;padding:.38rem .65rem;border-radius:999px;font-size:.76rem;font-weight:900}.seller-status--success{background:#e9f8f0;color:#0f7a4d}.seller-status--warning{background:#fff7e5;color:#9a5c00}.seller-status--danger{background:#fff1f1;color:#b42318}.seller-status--neutral{background:#f1f5f9;color:#475569}.seller-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.seller-track span{display:grid;gap:.15rem;padding:.55rem;border-radius:12px;background:#f8fbfd;color:#0f172a;font-weight:900;text-align:center}.seller-track small{margin:0;color:#748397;font-size:.68rem;text-transform:uppercase}.seller-row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem;align-items:center}.seller-row-action{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid #dce6ee;border-radius:14px;background:#fff;color:#334155;cursor:pointer;text-decoration:none}.seller-row-action svg{width:1rem;height:1rem}.seller-row-action:hover:not(:disabled){border-color:rgba(47,154,188,.35);background:#eaf8fd;color:var(--brand-dark)}.seller-row-action:disabled{cursor:not-allowed;opacity:.42}.seller-row-action--primary{background:linear-gradient(180deg,rgba(47,154,188,.12),rgba(47,154,188,.04));color:var(--brand-dark)}.seller-row-menu{position:relative}.seller-row-menu__panel{position:absolute;top:calc(100% + .55rem);right:0;z-index:10;display:grid;gap:.25rem;min-width:210px;padding:.45rem;border:1px solid #dce6ee;border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 22px 50px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.seller-row-menu__panel button{display:flex;align-items:center;gap:.7rem;min-height:2.5rem;border:0;border-radius:12px;background:transparent;color:#334155;cursor:pointer;font-size:.82rem;font-weight:800;padding:0 .75rem;text-align:left}.seller-row-menu__panel button svg{width:1rem;height:1rem}.seller-row-menu__panel button:hover{background:#f4f9fb;color:var(--brand-dark)}.seller-row-menu__panel .is-danger{color:#b42318}.seller-growth{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.seller-growth strong{color:#0f172a;font-size:1rem}.seller-growth p{margin:0;color:#64748b}.seller-workspace-empty{display:grid;justify-items:center;gap:.6rem;min-height:260px;padding:2rem;border:1px dashed #d5e3eb;border-radius:18px;background:#fbfdff;color:#64748b;text-align:center}.seller-workspace-empty strong{color:#0f172a;font-size:1.1rem}.seller-workspace-empty p{margin:0}.seller-modal-backdrop{position:fixed;inset:0;z-index:700;display:grid;place-items:center;padding:1rem;background:rgba(15,23,42,.46);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.seller-modal{display:grid;gap:1rem;width:min(560px,100%);max-height:min(720px,calc(100vh - 2rem));overflow-y:auto;border-radius:22px;background:#fff;padding:1.25rem;box-shadow:0 28px 70px rgba(15,23,42,.28)}.seller-modal--compact{width:min(440px,100%)}.seller-modal--wide{width:min(940px,100%)}.seller-modal h3,.seller-modal p{margin:0}.seller-modal h3{color:#0f172a;font-size:1.35rem}.seller-modal p{color:#64748b}.seller-modal label{display:grid;gap:.42rem;color:#44576b;font-weight:900}.seller-modal input,.seller-modal select,.seller-modal textarea{width:100%;border:1px solid #dce6ee;border-radius:14px;background:#fbfdff;color:#0f172a;font:inherit;padding:.78rem .85rem}.seller-modal textarea{min-height:150px;resize:vertical}.seller-modal__textarea--compact{min-height:5.2rem!important}.seller-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.seller-edit-section{display:grid;gap:.9rem;padding:1rem;border:1px solid #e2ebf2;border-radius:18px;background:#fbfdff}.seller-edit-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid #edf2f6;padding-bottom:.75rem}.seller-edit-section__head strong{color:#0f172a;font-size:1rem}.seller-edit-section__head span{color:#64748b;font-size:.82rem;font-weight:800;text-align:right}.seller-edit-switch{grid-template-columns:1fr auto;align-items:center;min-height:3.7rem;border:1px solid #dce6ee;border-radius:14px;background:#fff;padding:.78rem .85rem}.seller-edit-switch>span{display:grid;gap:.18rem}.seller-edit-switch strong{color:#0f172a}.seller-edit-switch small{color:#64748b;font-size:.78rem}.seller-edit-switch input{width:1.25rem;height:1.25rem;padding:0}.seller-edit-attribute-list{display:grid;gap:.65rem}.seller-edit-attribute-row,.seller-edit-custom-attribute{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr) auto;gap:.65rem;align-items:center}.seller-edit-attribute-row .button,.seller-edit-custom-attribute .button{min-height:2.85rem;white-space:nowrap}.seller-edit-media{display:grid;gap:.8rem;padding:1rem;border:1px solid #e2ebf2;border-radius:18px;background:#fbfdff}.seller-edit-media__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;align-items:center}.seller-edit-media__empty strong,.seller-edit-media__head strong{color:#0f172a}.seller-edit-media__empty p,.seller-edit-media__head p{margin:.25rem 0 0}.seller-edit-media__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.seller-edit-media__card,.seller-edit-media__empty{display:grid;gap:.7rem;padding:.7rem;border:1px solid #dce6ee;border-radius:18px;background:#fbfdff}.seller-edit-media__badge{width:fit-content;padding:.25rem .55rem;border-radius:999px;background:#eaf8fd;color:var(--brand-dark);font-size:.7rem;font-weight:900}.seller-edit-media__image{width:100%;aspect-ratio:1/.82;border-radius:14px;background-color:#eef4f7;background-position:50%;background-size:cover}.seller-edit-media__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.seller-edit-media__actions button{min-height:2rem;border:1px solid #dce6ee;border-radius:12px;background:#fff;color:#334155;cursor:pointer;font-size:.76rem;font-weight:900}.seller-edit-media__actions .is-danger{color:#b42318}.seller-edit-media__empty{place-items:center;min-height:220px;color:#64748b;text-align:center}.seller-edit-media__empty svg{width:1.2rem;height:1.2rem}.seller-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.seller-package-grid button{display:grid;gap:.35rem;min-height:124px;border:1px solid #dce6ee;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f7fbfd);color:#0f172a;cursor:pointer;padding:.95rem;text-align:left}.seller-package-grid button:hover:not(:disabled){border-color:rgba(47,154,188,.38);box-shadow:0 14px 28px rgba(15,23,42,.08)}.seller-package-grid span{color:#526477;font-weight:900}.seller-package-grid strong{font-size:1.2rem}.seller-package-grid small{color:#64748b}.seller-danger-button{background:#c62828}.wizard-shell{padding:1rem 0 3rem}.wizard-title{text-align:center}.wizard-title h1{margin:0;color:#247ed0;font-size:clamp(2.2rem,5vw,3rem)}.wizard-title p{color:#4b5563;font-size:1.05rem}.wizard-steps{position:relative;display:grid;grid-template-columns:repeat(5,1fr);width:min(760px,100%);margin:2rem auto}.wizard-steps:before{content:"";position:absolute;left:10%;right:10%;top:22px;height:3px;background:#dfe4ea}.wizard-step{position:relative;z-index:1;display:grid;justify-items:center;gap:.45rem;color:#8893a0;font-size:.82rem;font-weight:900}.wizard-step span{display:grid;place-items:center;width:44px;height:44px;border:2px solid #d8dee6;border-radius:999px;background:#fff}.wizard-step.is-active{color:var(--brand-dark)}.wizard-step.is-active span,.wizard-step.is-complete span{border-color:var(--brand);background:var(--brand);color:#fff}.wizard-card{width:min(820px,100%);margin:0 auto;padding:1.5rem}.listing-form{display:grid;gap:1rem}.listing-form__field{display:grid;gap:.45rem}.auth-form__field span,.listing-form__field label{color:#4b5563;font-weight:850}.form-help{margin:0;color:var(--muted);font-size:.86rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-shell,.stack{display:grid;gap:1rem}.auth-shell--modern{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:1.25rem;align-items:start}.stack--tight{gap:.35rem}.auth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.auth-panel,.auth-status{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.auth-panel{display:grid;gap:1rem;padding:1.2rem}.auth-panel--modern{padding:1.15rem;border-radius:18px;box-shadow:none;background:#fff}.auth-error{border-color:#fecaca;color:#b42318}.auth-actions,.auth-form{display:grid;gap:.75rem}.auth-actions--split{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-access-panel,.auth-hero-panel{display:grid;gap:1rem;padding:clamp(1.15rem,2vw,1.5rem);border:1px solid rgba(219,229,236,.95);border-radius:20px;background:radial-gradient(circle at top right,rgba(89,214,184,.1),transparent 30%),linear-gradient(180deg,#ffffff,#f9fcfe);box-shadow:0 18px 42px rgba(15,23,42,.06)}.auth-access-panel__eyebrow,.auth-hero-panel__eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:.45rem .75rem;border-radius:999px;background:#e9f8fc;color:var(--brand-dark);font-size:.76rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.auth-hero-panel h1{margin:0;font-size:clamp(2.3rem,5vw,4.15rem);line-height:.98;color:#0f172a}.auth-access-panel__head p,.auth-hero-panel p{margin:0;color:#546377;font-size:1rem}.auth-proof-list{display:grid;gap:.9rem;margin-top:.4rem}.auth-proof-list>div{display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:.95rem 1rem;border:1px solid #dce8ef;border-radius:16px;background:rgba(255,255,255,.84)}.auth-proof-list__icon{display:inline-grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark)}.auth-proof-list span,.auth-proof-list strong{display:block}.auth-proof-list span{margin-top:.22rem;color:#66758a}.auth-access-panel__head{display:grid;gap:.55rem}.auth-access-panel__head h2{margin:0;font-size:clamp(1.5rem,3vw,2.15rem);color:#0f172a}.auth-google-button{display:flex;align-items:center;justify-content:center;gap:.8rem;min-height:56px;border:1px solid #d8e5ed;border-radius:16px;background:#fff;color:#162234;font:inherit;font-weight:800;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.auth-google-button:hover{border-color:rgba(31,131,163,.38);box-shadow:0 12px 22px rgba(24,67,94,.08);transform:translateY(-1px)}.auth-google-button--primary{border-color:#031839;background:#031839;color:#fff;box-shadow:0 18px 32px rgba(3,24,57,.18)}.auth-google-button--primary:hover{border-color:#071f48;background:#071f48;box-shadow:0 18px 34px rgba(3,24,57,.24)}.auth-google-button--primary .auth-google-button__mark{background:#fff;color:#1a73e8}.auth-google-button__mark{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#f2f6f9;color:#2563eb;font-weight:900}.auth-google-button--clean{border-color:#d8e5ed;border-radius:999px;background:#fff;color:#071b3a;box-shadow:0 12px 28px rgba(15,23,42,.07)}.auth-google-button--clean:hover{border-color:rgba(26,115,232,.25);background:#fff;box-shadow:0 16px 32px rgba(15,23,42,.1)}.auth-google-button__icon{width:1.28rem;height:1.28rem;flex:0 0 auto}.auth-page-shell{display:grid;place-items:center;min-height:calc(100vh - 8rem);padding:2.4rem 0 3rem}.auth-page--modal{min-height:100vh;background:#ffffff}.auth-overlay{position:fixed;inset:0;z-index:1200;display:grid;justify-items:center;align-items:start;padding:clamp(1rem,4vh,2rem) 1rem;overflow:auto;background:radial-gradient(circle at 14% 0,rgba(47,202,174,.12),transparent 22%),linear-gradient(180deg,#ffffff,#f8fbfd)}.auth-overlay__backdrop,.auth-overlay__dismiss{position:absolute;inset:0;background:#f7fbfd}.auth-overlay__dismiss{z-index:0;border:0;cursor:pointer}.auth-overlay__close{position:fixed;top:1.2rem;right:1.2rem;z-index:3;display:inline-grid;place-items:center;width:2.9rem;height:2.9rem;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(255,255,255,.72);color:#243041;box-shadow:0 18px 36px rgba(15,23,42,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);cursor:pointer}.auth-overlay__close svg{width:1rem;height:1rem}.auth-overlay--next{padding:clamp(.75rem,2vw,1rem);background:radial-gradient(circle at 12% 14%,rgba(47,154,188,.18),transparent 28%),radial-gradient(circle at 88% 16%,rgba(20,184,166,.14),transparent 24%),linear-gradient(135deg,#edf6fa,#ffffff 42%,#f4f8fb)}.auth-experience{z-index:1;grid-template-columns:minmax(330px,.92fr) minmax(420px,1fr);width:min(1040px,calc(100vw - 2rem));max-height:min(760px,calc(100vh - 1.5rem));border:1px solid rgba(203,219,231,.9);border-radius:34px;background:rgba(255,255,255,.86);box-shadow:0 46px 100px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);transform-origin:top center;animation:authExperienceIn .42s cubic-bezier(.2,.8,.2,1)}.auth-experience,.auth-experience__story{position:relative;display:grid;overflow:hidden}.auth-experience__story{align-content:space-between;gap:1.35rem;min-height:680px;padding:clamp(1.3rem,3vw,2rem);background:radial-gradient(circle at 20% 12%,rgba(103,211,186,.18),transparent 28%),linear-gradient(150deg,#071528,#0d223a 48%,#0f5b72);color:#fff}.auth-experience__story:before{position:absolute;inset:auto -18% -18% auto;width:360px;height:360px;border-radius:999px;background:rgba(72,203,224,.18);content:"";filter:blur(4px)}.auth-experience__brand{position:relative;display:inline-flex;width:fit-content;padding:.52rem .68rem;border-radius:18px;background:rgba(255,255,255,.93);box-shadow:0 18px 34px rgba(0,0,0,.18)}.auth-experience__brand img{width:8.6rem;height:auto;object-fit:contain}.auth-experience__copy{position:relative;display:grid;gap:.78rem;max-width:24rem}.auth-experience__copy>span,.auth-experience__head>span{color:#67d3ba;font-size:.75rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.auth-experience__copy h1{margin:0;color:#fff;font-size:clamp(2.1rem,4vw,3.45rem);letter-spacing:-.055em;line-height:.93}.auth-experience__copy p{margin:0;color:rgba(235,247,252,.78);font-size:1rem;line-height:1.65}.auth-experience__device{position:relative;display:grid;gap:.9rem;width:min(100%,360px);padding:1rem;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-experience__device-top,.auth-experience__listing-card,.auth-experience__stats{position:relative}.auth-experience__device-top{display:flex;align-items:center;gap:.55rem;color:rgba(255,255,255,.86);font-size:.82rem;font-weight:900}.auth-experience__device-top span{width:.72rem;height:.72rem;border-radius:999px;background:#4ade80;box-shadow:0 0 0 5px rgba(74,222,128,.14)}.auth-experience__listing-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.9rem;align-items:center;padding:.9rem;border-radius:22px;background:rgba(255,255,255,.92);color:#0f172a}.auth-experience__photo{height:64px;border-radius:18px;background:radial-gradient(circle at 30% 25%,#ffffff,transparent 24%),linear-gradient(135deg,#40bcd8,#0f5b72)}.auth-experience__listing-card small,.auth-experience__listing-card strong,.auth-experience__stats small,.auth-experience__stats strong{display:block}.auth-experience__listing-card small{margin-top:.22rem;color:#64748b;font-size:.78rem;line-height:1.35}.auth-experience__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.auth-experience__stats span{padding:.75rem;border-radius:18px;background:rgba(255,255,255,.12)}.auth-experience__stats strong{color:#fff;font-size:1.2rem}.auth-experience__stats small{margin-top:.16rem;color:rgba(235,247,252,.7);font-size:.76rem;font-weight:800}.auth-experience__checks{position:relative;display:flex;flex-wrap:wrap;gap:.5rem}.auth-experience__checks span{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .65rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(245,251,255,.88);font-size:.74rem;font-weight:850}.auth-experience__panel{display:grid;align-content:start;gap:1rem;max-height:min(760px,calc(100vh - 2rem));overflow-y:auto;padding:clamp(1.2rem,3vw,2rem);background:radial-gradient(circle at top right,rgba(47,154,188,.1),transparent 32%),rgba(255,255,255,.98)}.auth-experience__head{display:grid;gap:.36rem}.auth-experience__topbar{display:flex;align-items:start;justify-content:space-between;gap:1rem}.auth-experience__head h2{margin:0;color:#0b1220;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.055em;line-height:.98}.auth-experience__head p{margin:0;color:#64748b;font-size:.98rem;line-height:1.55}.auth-cancel-button{display:inline-flex;align-items:center;justify-content:center;min-width:5.8rem;min-height:2.9rem;padding:0 1rem;border:1px solid #d7e4ec;border-radius:999px;background:#fff;color:#243041;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,.06)}.auth-cancel-button:hover{border-color:#c5d7e1;background:#f8fbfd}.auth-channel-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.35rem;border:1px solid #dce8ef;border-radius:22px;background:#f8fbfd}.auth-channel-switch button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;border:0;border-radius:17px;background:transparent;color:#64748b;font:inherit;font-weight:900;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.auth-channel-switch button.is-active{background:#fff;color:#0f172a;box-shadow:0 12px 24px rgba(15,23,42,.08)}.auth-channel-switch button:hover{transform:translateY(-1px)}.auth-channel-switch svg{width:1rem;height:1rem}.auth-google-button--next{min-height:3.35rem;border-radius:18px}.auth-flow,.auth-message-stack{display:grid;gap:.86rem}.auth-helper-row{display:flex;justify-content:center}.auth-mode-tabs--next{border-radius:18px}.auth-mode-tabs--next button{border-radius:14px}.auth-experience .auth-input-shell{min-height:3.25rem;border-radius:18px;background:#fbfdff}.auth-experience .auth-input-shell input{min-height:3.18rem}.auth-experience .auth-primary-button,.auth-experience .auth-secondary-button{min-height:3.25rem;border-radius:18px;font-weight:900}.auth-experience .auth-primary-button{background:linear-gradient(135deg,#0f172a,#17324f 55%,#1684a7);box-shadow:0 16px 34px rgba(15,23,42,.18)}.auth-experience .auth-secondary-button{border-color:#d7e4ec}.auth-experience__fineprint{margin:0;color:#7a8797;font-size:.78rem;line-height:1.5}@keyframes authExperienceIn{0%{opacity:0;transform:translateY(-68px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-overlay--next{align-items:start;padding:clamp(.75rem,2vw,1.2rem);background:#fff}.auth-experience--poster{grid-template-columns:minmax(360px,.92fr) minmax(420px,1fr);width:min(1120px,calc(100vw - 1.5rem));max-height:min(760px,calc(100vh - 1.5rem));border:0;border-radius:10px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.12);backdrop-filter:none;-webkit-backdrop-filter:none}.auth-poster-form{display:grid;grid-template-rows:auto minmax(0,1fr);max-height:inherit;min-height:min(690px,calc(100vh - 1.5rem));overflow-y:auto;padding:clamp(1.4rem,3vw,2.6rem) clamp(1.2rem,4vw,3.6rem);background:#fff;overscroll-behavior:contain}.auth-poster-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#101827;font-size:.78rem;font-weight:750}.auth-poster-top p{margin:0}.auth-poster-back{display:inline-grid;place-items:center;width:2rem;height:2rem;border:1px solid #edf1f5;border-radius:999px;background:#fff;color:#071b3a;font:inherit;font-size:1rem;line-height:1;text-decoration:none;box-shadow:0 10px 22px rgba(15,23,42,.04);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.auth-poster-back:hover{border-color:#dce7ee;box-shadow:0 14px 28px rgba(15,23,42,.08);transform:translateY(-1px)}.auth-poster-form__body{display:grid;align-content:start;gap:1rem;width:min(100%,360px);margin:0 auto;padding:clamp(1rem,2.5vh,1.5rem) 0 1.5rem}.auth-poster-title{gap:.45rem;margin-bottom:.3rem}.auth-poster-title h2{color:#070d1e;font-size:clamp(2.15rem,4.2vw,3rem);letter-spacing:-.04em}.auth-poster-title p{max-width:22rem;color:#a0a7b6;font-size:.78rem}.auth-channel-switch--poster{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;width:100%;padding:.22rem;border:1px solid #edf1f5;border-radius:999px;background:#fafbff}.auth-channel-switch--poster button{min-height:2.35rem;border-radius:999px;font-size:.8rem}.auth-flow--poster{gap:.8rem}.auth-field--poster{position:relative;gap:.25rem}.auth-field--poster>span:first-child:not(.auth-input-shell){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.auth-experience--poster .auth-input-shell{min-height:3.15rem;border:0;border-bottom:1px solid #e5e9ef;border-radius:0;background:transparent;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.auth-experience--poster .auth-input-shell:focus-within{border-color:var(--brand);box-shadow:0 1px 0 var(--brand)}.auth-experience--poster .auth-input-shell.is-invalid{border-color:rgba(220,38,38,.65);box-shadow:0 1px 0 rgba(220,38,38,.5)}.auth-experience--poster .auth-input-shell input{min-height:3.05rem;border-left:0;padding:0 .65rem;color:#0b1220;font-size:.88rem;font-weight:800}.auth-experience--poster .auth-input-shell input::placeholder{color:#a6adba;font-weight:750}.auth-experience--poster .auth-input-shell>svg{color:#b5bdca}.auth-phone-shell{grid-template-columns:2.7rem minmax(6.6rem,auto) auto minmax(0,1fr);column-gap:.35rem}.auth-country-select{min-height:3.05rem;max-width:8.4rem;border:0;border-left:1px solid #eef3f7;background:transparent;color:var(--brand-dark);font:inherit;font-size:.78rem;font-weight:850;outline:none;padding:0 .55rem 0 .75rem;cursor:pointer}.auth-dial-code{display:inline-flex;align-items:center;justify-content:center;min-width:3.45rem;min-height:2rem;border-radius:999px;background:var(--brand-soft);color:var(--brand-teal-dark);font-size:.78rem;font-weight:950;white-space:nowrap}.auth-experience--poster .auth-phone-shell input{min-width:0;padding-left:.45rem}.auth-rule-list{display:grid;gap:.35rem;margin-top:-.15rem;color:var(--brand-teal-dark);font-size:.72rem;font-weight:760}.auth-rule-list span:before{margin-right:.45rem;color:var(--brand);content:"✓"}.auth-poster-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:.65rem;margin-top:.5rem}.auth-poster-actions>span{color:#a7adba;font-size:.78rem;font-weight:760;white-space:nowrap}.auth-experience--poster .auth-poster-submit{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:2.9rem;padding:0 .38rem 0 1.35rem;border-radius:999px;background:linear-gradient(135deg,var(--brand) 0,var(--brand-teal-dark) 100%);box-shadow:0 18px 34px color-mix(in srgb,var(--brand) 28%,transparent)}.auth-poster-submit span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-poster-submit strong{display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:1rem}.auth-social-button{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;border:1px solid #edf1f5;border-radius:999px;background:#fff;color:#071b3a;box-shadow:0 12px 24px rgba(15,23,42,.05);cursor:pointer}.auth-social-button:hover{transform:translateY(-1px)}.auth-social-button .auth-google-button__icon{width:1.05rem;height:1.05rem}.auth-experience--poster .auth-inline-row{justify-content:flex-start;margin-top:-.15rem}.auth-experience--poster .auth-helper-row{justify-content:flex-start}.auth-experience--poster .auth-message-stack{gap:.5rem}.auth-experience--poster .auth-status{padding:.65rem .75rem;border-radius:10px;font-size:.78rem}.auth-poster-visual{position:relative;min-height:min(690px,calc(100vh - 1.5rem));overflow:hidden;background:radial-gradient(circle at 20% 22%,color-mix(in srgb,var(--brand-accent) 20%,transparent) 0,transparent 18rem),linear-gradient(160deg,color-mix(in srgb,var(--brand-deep) 92%,var(--brand) 8%) 0 17%,transparent 17%),linear-gradient(150deg,var(--brand-deep) 0,color-mix(in srgb,var(--brand) 72%,var(--brand-deep) 28%) 54%,color-mix(in srgb,var(--brand) 78%,#ffffff 22%) 100%);color:#0f172a}.auth-poster-visual:before{position:absolute;inset:-14% -10% auto 12%;height:42%;border-radius:0 0 0 46px;background:color-mix(in srgb,var(--brand) 24%,transparent);content:"";transform:rotate(-8deg)}.auth-poster-visual:after{position:absolute;right:-12%;bottom:-10%;width:86%;height:66%;border-radius:42px 0 0 0;background:color-mix(in srgb,var(--brand) 36%,#ffffff 10%);content:"";transform:rotate(-10deg)}.auth-poster-shape{position:absolute;border-radius:40px;background:rgba(255,255,255,.06)}.auth-poster-shape--one{top:7%;right:-14%;width:58%;height:19%;transform:rotate(8deg)}.auth-poster-shape--two{left:4%;bottom:-12%;width:52%;height:30%;background:color-mix(in srgb,var(--brand-accent) 18%,var(--brand) 34%);transform:rotate(-8deg)}.auth-poster-card,.auth-poster-metric,.auth-poster-social{position:absolute;z-index:1}.auth-poster-metric{top:18%;left:16%;display:grid;gap:.85rem;width:164px;min-height:172px;padding:1.35rem 1.4rem;border-radius:18px;background:#fff;box-shadow:0 26px 50px rgba(15,23,42,.14)}.auth-poster-metric span{color:var(--brand-accent-dark);font-size:.78rem;font-weight:850}.auth-poster-metric strong{color:#080f22;font-size:1.35rem;letter-spacing:-.04em}.auth-poster-wave{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin-top:.8rem}.auth-poster-wave i{display:block;height:24px;border-bottom:4px solid var(--brand-accent);border-radius:999px}.auth-poster-wave i:last-child{border-color:var(--brand)}.auth-poster-wave b{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#070c2a;color:#fff;font-size:.72rem}.auth-poster-social{display:grid;place-items:center;width:3.65rem;height:3.65rem;border-radius:999px;background:#fff;color:var(--brand);font-size:1.45rem;font-weight:900;box-shadow:0 24px 42px rgba(15,23,42,.12)}.auth-poster-social--instagram{top:22%;right:23%}.auth-poster-social--spark{top:38%;right:12%}.auth-poster-card{right:8%;bottom:24%;display:grid;grid-template-columns:1fr auto;gap:.85rem 1.2rem;width:min(330px,72%);padding:1.55rem 1.65rem;border-radius:16px;background:#fff;box-shadow:0 28px 54px rgba(15,23,42,.13)}.auth-poster-card__lines{display:grid;gap:.8rem;grid-row:span 3;align-content:start;width:92px;padding-top:.25rem}.auth-poster-card__lines:after,.auth-poster-card__lines:before{display:block;height:.32rem;border-radius:999px;background:#e1e4ea;content:"";box-shadow:0 1.25rem 0 #e1e4ea,0 2.5rem 0 #eef0f4}.auth-poster-card__lines:before{width:58px;background:var(--brand)}.auth-poster-key{color:var(--brand-accent-dark);font-size:2.2rem;line-height:1}.auth-poster-card strong{grid-column:2;color:#070d1e;font-size:1rem;font-weight:950}.auth-poster-card p{grid-column:2;margin:0;color:#8b94a4;font-size:.78rem;line-height:1.55}@media (max-width:860px){.auth-overlay--next{align-items:start;padding:.5rem}.auth-experience{grid-template-columns:1fr;width:min(100%,560px);max-height:none;overflow:visible;border-radius:26px}.auth-experience--poster{width:min(100%,560px);border-radius:22px}.auth-poster-form{min-height:auto;padding:1.1rem}.auth-poster-form__body{width:100%;padding:1.2rem 0 .25rem}.auth-poster-visual{display:none}.auth-experience__story{min-height:auto;padding:1.05rem;border-radius:26px 26px 0 0}.auth-experience__copy h1{font-size:clamp(1.8rem,8vw,2.5rem)}.auth-experience__checks,.auth-experience__device{display:none}.auth-experience__panel{max-height:none;padding:1.05rem;overflow:visible}.auth-experience__topbar{flex-direction:column}.auth-cancel-button{width:100%}}@media (max-width:520px){.auth-experience{width:100%;border-radius:22px}.auth-poster-top{align-items:flex-start}.auth-poster-actions{grid-template-columns:minmax(0,1fr) auto auto auto;gap:.5rem}.auth-social-button{width:2.3rem;height:2.3rem}.auth-phone-shell{grid-template-columns:2.5rem minmax(5.8rem,auto) auto minmax(0,1fr);column-gap:.25rem}.auth-country-select{max-width:7.35rem;padding-inline:.45rem}.auth-dial-code{min-width:3.15rem;padding-inline:.45rem}.auth-channel-switch--poster{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-experience__story{border-radius:22px 22px 0 0}.auth-experience__brand img{width:7rem}.auth-experience__head h2{font-size:2rem}.auth-channel-switch,.auth-mode-tabs{grid-template-columns:1fr;border-radius:18px}.auth-channel-switch.auth-channel-switch--poster{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:999px}.auth-channel-switch button,.auth-mode-tabs button{width:100%}}.auth-form-panel--minimal{max-height:inherit;overflow-y:auto;overscroll-behavior:contain;padding:1.4rem;gap:1.05rem;background:transparent}.auth-form-panel--minimal .auth-form-panel__head{gap:.55rem}.auth-form-panel--minimal .auth-form-panel__head h2{color:#070d1e;font-size:clamp(2.25rem,6vw,3.25rem);letter-spacing:0;line-height:.98}.auth-form-panel--minimal .auth-form-panel__head p{color:#667084;font-size:1rem}.auth-brand-lockup{display:inline-flex;width:fit-content;align-items:center;gap:.25rem;min-height:2rem;color:#20bda6;font-size:.84rem;font-weight:950}.auth-brand-lockup img{width:6.75rem;height:auto;object-fit:contain}.auth-brand-lockup--center{justify-content:center;width:100%}.auth-inline-link{border:0;background:transparent;padding:0;color:var(--brand-dark);font:inherit;font-weight:850;cursor:pointer}.auth-modal-card{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);width:min(100%,1040px);border:1px solid rgba(214,227,236,.9);border-radius:24px;background:rgba(255,255,255,.84);box-shadow:0 40px 90px rgba(15,23,42,.18);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);overflow:hidden}.auth-modal-card.auth-modal-card--minimal{grid-template-columns:1fr;width:min(calc(100vw - 2rem),540px);max-width:540px;max-height:calc(100vh - 2rem);border-color:rgba(214,227,236,.84);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 34px 80px rgba(15,23,42,.13)}.auth-modal-card.auth-modal-card--refined{width:min(calc(100vw - 2rem),560px);max-width:560px;border-color:rgba(198,217,229,.92);border-radius:30px;background:radial-gradient(circle at top left,rgba(47,154,188,.11),transparent 36%),rgba(255,255,255,.98);box-shadow:0 42px 92px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.8)}.auth-modal-card__intro{display:grid;align-content:start;gap:1.6rem;min-height:560px;padding:1.5rem 1.5rem 1.7rem;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0)),linear-gradient(180deg,rgba(13,28,51,.96),rgba(18,35,60,.92));color:#fff}.auth-modal-card__top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-modal-card__links{display:flex;flex-wrap:wrap;gap:.7rem}.auth-modal-card__links a,.auth-modal-card__links button{display:inline-flex;align-items:center;justify-content:center;min-height:2.3rem;padding:.45rem .85rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);color:#f8fbff;font:inherit;font-weight:800;cursor:pointer}.auth-modal-card__copy{display:grid;gap:.9rem;max-width:31rem;margin-top:auto}.auth-modal-card__copy h1{margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:.98}.auth-modal-card__copy p{margin:0;color:rgba(231,240,249,.82);font-size:1rem;line-height:1.65}.auth-modal-card__proof{display:grid;gap:.85rem;align-content:start}.auth-modal-card__proof>div{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.8rem;color:rgba(244,248,253,.94);font-weight:750}.auth-modal-card__proof svg{margin-top:.08rem;color:#8ae0c5}.auth-split-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);width:min(100%,1120px);border:1px solid #d7e4ec;border-radius:24px;background:#fff;box-shadow:0 28px 60px rgba(15,23,42,.1);overflow:hidden}.auth-brand-panel{display:grid;align-content:start;gap:1.8rem;min-height:520px;padding:1.7rem 1.8rem 2rem;background:radial-gradient(circle at top right,rgba(88,194,220,.12),transparent 30%),linear-gradient(180deg,#1d3157,#1a2848);color:#fff}.auth-brand-panel__top{display:grid;gap:1rem}.auth-brand-panel__brand{color:#fff}.auth-brand-panel__links{display:flex;flex-wrap:wrap;gap:.7rem}.auth-brand-panel__links a,.auth-brand-panel__links button{display:inline-flex;align-items:center;justify-content:center;min-height:2.3rem;padding:.45rem .85rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);color:#f8fbff;font:inherit;font-weight:800;cursor:pointer}.auth-brand-panel__eyebrow,.auth-form-panel__eyebrow{color:#67d3ba;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.auth-brand-panel__content{display:grid;gap:.9rem;max-width:28rem}.auth-brand-panel__content h1{margin:0;font-size:clamp(2.3rem,4vw,3.8rem);line-height:.98}.auth-brand-panel__content p{margin:0;color:rgba(231,240,249,.82);font-size:1.02rem;line-height:1.6}.auth-brand-panel__proof{display:grid;gap:.85rem;align-content:start}.auth-brand-panel__proof>div{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.8rem;color:rgba(244,248,253,.94);font-weight:750}.auth-brand-panel__proof svg{margin-top:.1rem;color:#8ae0c5}.auth-form-panel{display:grid;align-content:start;gap:1.15rem;padding:1.8rem 1.8rem 2rem;background:linear-gradient(180deg,#ffffff,#fbfdff)}.auth-form-panel--modal{padding:1.6rem 1.6rem 1.7rem;background:rgba(255,255,255,.78)}.auth-form-panel--refined{gap:1rem;padding:clamp(1.15rem,3vw,1.7rem)}.auth-form-panel__head{display:grid;gap:.6rem}.auth-form-panel__head--center{justify-items:center;text-align:center}.auth-form-panel__head h2{margin:0;color:#1b2a49;font-size:clamp(2rem,3vw,3rem);line-height:1.02}.auth-form-panel__head--center h2{max-width:12ch}.auth-form-panel__head p{margin:0;color:#66758a;font-size:1rem}.auth-stack{display:grid;gap:.95rem}.auth-field{display:grid;gap:.45rem}.auth-field>span{color:#223041;font-weight:850}.auth-field small{color:#728096;font-size:.78rem;line-height:1.45}.auth-field input{min-height:3.2rem;border:1px solid #d8e5ed;border-radius:14px;padding:0 1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.auth-field input::placeholder{color:#9aa7b6}.auth-input-shell{display:grid;grid-template-columns:3.35rem minmax(0,1fr) auto;align-items:center;min-height:3.15rem;border:1px solid #dce6ee;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.auth-input-shell:focus-within{border-color:rgba(32,189,166,.55);box-shadow:0 0 0 4px rgba(32,189,166,.1)}.auth-input-shell.is-invalid{border-color:rgba(220,38,38,.42);box-shadow:0 0 0 4px rgba(220,38,38,.08)}.auth-input-shell>svg{justify-self:center;width:1.05rem;height:1.05rem;color:#718096}.auth-input-shell input,.auth-modal-card--minimal .auth-input-shell input{min-height:3.05rem;border:0;border-left:1px solid #eef3f7;border-radius:0;background:transparent;padding:0 .9rem;outline:none;box-shadow:none}.auth-input-shell.auth-phone-shell{grid-template-columns:2.7rem minmax(5.6rem,auto) auto minmax(0,1fr);column-gap:.3rem}.auth-input-shell.auth-phone-shell>svg{grid-column:1;grid-row:1}.auth-input-shell.auth-phone-shell .auth-country-select{grid-column:2;grid-row:1}.auth-input-shell.auth-phone-shell .auth-dial-code{grid-column:3;grid-row:1}.auth-input-shell.auth-phone-shell input{grid-column:4;grid-row:1}.auth-input-shell.auth-phone-shell .auth-country-select{min-width:0;width:100%}.auth-input-shell.auth-phone-shell input,.auth-modal-card--minimal .auth-input-shell.auth-phone-shell input{min-width:0;width:100%;border-left:0;padding-left:.35rem}.auth-input-shell__action{display:inline-grid;place-items:center;width:2.8rem;height:2.8rem;margin-right:.2rem;border:0;border-radius:10px;background:transparent;color:#718096;cursor:pointer}.auth-input-shell__action:hover{background:#f4f8fb;color:#0f172a}@media (max-width:520px){.auth-input-shell.auth-phone-shell{grid-template-columns:2.35rem minmax(4.85rem,5.7rem) auto minmax(3.6rem,1fr);column-gap:.22rem}.auth-input-shell.auth-phone-shell .auth-country-select{max-width:5.7rem;padding-inline:.4rem;font-size:.76rem}.auth-input-shell.auth-phone-shell .auth-dial-code{min-width:2.95rem;padding-inline:.42rem;font-size:.74rem}.auth-experience--poster .auth-input-shell.auth-phone-shell input{padding-inline:.2rem;font-size:.82rem}}.auth-mode-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.22rem;padding:.25rem;border:1px solid #dce6ee;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fbfd)}.auth-mode-tabs button{min-height:2.35rem;border:0;border-radius:999px;background:transparent;color:#64748b;font:inherit;font-size:.84rem;font-weight:850;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.auth-mode-tabs button.is-active{background:#0f172a;color:#fff;box-shadow:0 10px 20px rgba(15,23,42,.16)}.auth-inline-row{display:flex;justify-content:flex-end;margin-top:-.25rem}.auth-primary-button{min-height:3.35rem;border-radius:12px;background:#031839;box-shadow:0 16px 30px rgba(3,24,57,.14)}.auth-secondary-button{min-height:3.35rem;border-radius:12px;border-color:#d8e5ed;background:#fff;color:#1f2937;font-weight:850}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem;color:#9aa7b6;font-weight:700}.auth-divider:after,.auth-divider:before{content:"";height:1px;background:#dfe8ee}.auth-status{padding:.9rem 1rem;border:1px solid rgba(32,189,166,.18);border-radius:12px;background:#f4fcfa;color:#1f3442;box-shadow:none;font-size:.88rem;line-height:1.45}.auth-footnote{margin:0;color:#748194;font-size:.9rem;line-height:1.55}.auth-method-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:.08rem;border:1px solid #dce6ee;border-radius:14px;background:#fff;overflow:hidden}.auth-method-switch button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;border:0;border-radius:12px;background:transparent;color:#516579;font:inherit;font-weight:800}.auth-method-switch button.is-active{background:#effbf9;color:#0f9d8b;box-shadow:inset 0 -2px 0 #20bda6}.auth-method-switch button svg{width:1rem;height:1rem}.auth-recaptcha{min-height:1px}.auth-recaptcha--visible{display:flex;justify-content:center;min-height:78px;padding:.35rem 0;overflow:visible}.auth-recaptcha--visible:empty{min-height:1px;padding:0}.auth-modal-card--minimal .auth-google-button,.auth-modal-card--minimal .auth-primary-button,.auth-modal-card--minimal .auth-secondary-button{min-height:3.1rem}.auth-modal-card--minimal .auth-field input{min-height:3rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width:1050px){.account-layout,.app-download,.category-page,.category-showcase,.detail-layout,.footer-main,.hero-craigs__inner,.site-header__main{grid-template-columns:1fr}.auth-grid,.categories-directory__grid,.category-grid,.category-grid--showcase,.featured-grid,.hero-slider__rail,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-recent-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-modal-card,.auth-shell--modern,.auth-split-card{grid-template-columns:1fr}.auth-brand-panel,.auth-modal-card__intro{min-height:0}.categories-directory__hero{grid-template-columns:1fr;align-items:start}.categories-directory__stats{width:100%}.filter-rail,.seller-card{position:static;max-height:none}.detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-page--enhanced{grid-template-columns:1fr}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand-block{grid-column:1/-1}.phone-preview{justify-self:center;width:min(390px,100%)}.category-stage{grid-template-columns:1fr}.category-results-head__meta{min-width:0}.category-results-head--minimal{flex-wrap:wrap}.category-hero-banner{grid-template-columns:auto minmax(0,1fr)}.category-hero-banner__stats{grid-column:1/-1;min-width:0}.category-toolbar{flex-wrap:wrap}.category-toolbar__control{min-width:min(100%,280px)}.site-header__main{grid-template-columns:1fr}.brand-logo{justify-content:flex-start}.site-header__search-shell{grid-template-columns:1fr;gap:.75rem}.site-header__actions{justify-content:space-between}.location-picker__panel{right:auto;left:0}.category-menu__panel{grid-template-columns:1fr;width:min(720px,calc(100vw - 2rem))}.category-menu__roots{grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid #edf2f6}.hero-slider__content{max-width:100%}}@media (max-width:640px){.top-strip{display:none}.container,.market-container{width:min(100% - 1rem,1180px)}.auth-grid,.categories-directory__grid,.category-grid,.category-grid--showcase,.hero-slider__rail,.listing-grid{grid-template-columns:1fr}.home-recent-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-directory__stats{grid-template-columns:1fr}.category-branch__summary{grid-template-columns:1fr 1fr}.auth-modal-card,.auth-split-card{border-radius:18px}.auth-brand-panel,.auth-form-panel,.auth-modal-card__intro{padding:1.2rem}.auth-actions--split,.auth-method-switch{grid-template-columns:1fr}.auth-modal-card__top{display:grid;align-items:start;gap:.9rem}.auth-modal-card__links{width:100%}.auth-modal-card__links a,.auth-modal-card__links button{flex:1 1 auto}.app-download{padding:2rem 1rem}.app-download h2{font-size:2rem;line-height:1.05}.phone-preview{height:160px;transform:scale(.86);transform-origin:center top}.footer-main{grid-template-columns:1fr;gap:1.8rem;padding:2.2rem 1rem}.footer-brand-block{grid-column:auto}.footer-bottom{align-items:flex-start}.auth-overlay{inset:0;padding-inline:.75rem}.auth-overlay__close{top:.9rem;right:.9rem}.category-empty-state__actions,.category-results-head__meta,.filter-range{grid-template-columns:1fr;flex-direction:column}.category-results-head--minimal{align-items:stretch}.category-results-head--minimal .category-toolbar__control,.category-sort-submit{width:100%}.category-hero-banner{grid-template-columns:1fr;justify-items:start;border-radius:16px}.category-hero-banner__stats{grid-template-columns:1fr;width:100%}.listings-page__hero{align-items:flex-start;flex-direction:column}.category-strip__head,.category-toolbar{align-items:start}.category-chip-row{gap:.6rem}.category-chip{width:100%;justify-content:space-between}.hero-craigs__inner{min-height:auto;padding:2rem 0}.site-header{border-top:0;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(15,23,42,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-header__top{display:none}.site-header__main{display:grid;grid-template-columns:2.3rem auto minmax(0,1fr);grid-template-areas:"menu logo actions" "search search search";gap:.48rem;min-height:0;padding:.5rem 0 .62rem}.site-header__mobile-menu{position:relative;z-index:40;display:block;grid-area:menu}.site-header__mobile-menu summary{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;list-style:none;border:1px solid #dbe8f0;border-radius:13px;background:linear-gradient(180deg,#ffffff,#f6fbfd);box-shadow:0 10px 24px rgba(15,23,42,.06);cursor:pointer}.site-header__mobile-menu summary::-webkit-details-marker{display:none}.site-header__hamburger-line{display:block;width:.9rem;height:2px;margin:2px 0;border-radius:999px;background:#0f172a;transition:transform .16s ease,opacity .16s ease}.site-header__mobile-menu[open] .site-header__hamburger-line:first-child{transform:translateY(6px) rotate(45deg)}.site-header__mobile-menu[open] .site-header__hamburger-line:nth-child(2){opacity:0}.site-header__mobile-menu[open] .site-header__hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header__mobile-panel{position:absolute;top:calc(100% + .55rem);left:0;display:grid;gap:.75rem;width:min(88vw,340px);padding:.85rem;border:1px solid rgba(205,222,233,.95);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 28px 70px rgba(15,23,42,.2)}.site-header__mobile-panel-head{display:grid;gap:.18rem;padding:.2rem .15rem}.site-header__mobile-panel-head strong{color:#071b3a;font-size:1rem;font-weight:950}.site-header__mobile-panel-head span{color:#64748b;font-size:.8rem;font-weight:750}.site-header__mobile-panel .category-menu{width:100%}.site-header__mobile-panel .category-nav__all{width:100%;justify-content:space-between;min-height:2.8rem;border:1px solid #dce8f0;background:#f7fbfd}.site-header__mobile-panel nav{display:grid;gap:.35rem}.site-header__mobile-panel nav a{display:flex;min-height:2.7rem;align-items:center;padding:0 .75rem;border-radius:14px;color:#223044;font-size:.9rem;font-weight:850}.site-header__mobile-panel nav a:hover{background:#edf9fd;color:var(--brand-dark)}.brand-logo{grid-area:logo;justify-content:center;justify-self:start}.brand-logo__asset{width:6.08rem}.site-header__actions{grid-area:actions;width:auto;justify-self:end;justify-content:flex-end;gap:.16rem}.site-header__utility-link--icon{display:none;width:2.2rem;min-width:2.2rem;min-height:2.2rem;justify-content:center;padding:0;border-radius:13px}.site-header__main-quick-action{display:inline-flex}.site-header__utility-icon-wrap{width:.9rem;height:.9rem}.site-header__utility-link--icon svg{width:.82rem;height:.82rem}.site-header__utility-badge{top:.02rem;right:.24rem;min-width:.9rem;height:.9rem;font-size:.5rem}.site-header__utility-popover{position:fixed;top:calc(4.2rem + env(safe-area-inset-top));right:max(.72rem,env(safe-area-inset-right));left:max(.72rem,env(safe-area-inset-left));width:auto;max-height:min(25rem,calc(100dvh - 5.2rem));overflow:auto;border-radius:22px;transform-origin:top center}.site-header__utility-popover:before{display:none}.site-header__utility-popover-head{gap:.62rem}.site-header__utility-popover-icon{width:2.35rem;height:2.35rem;border-radius:15px}.site-header__utility-popover-body{font-size:.78rem;line-height:1.4}.site-header__utility-preview-item{grid-template-columns:3rem minmax(0,1fr);gap:.62rem}.site-header__utility-preview-price{grid-column:2;justify-self:start;font-size:.75rem}.site-header__post-ad{width:2.22rem;min-width:2.22rem;min-height:2.22rem;padding:0;border-radius:13px}.site-header__post-ad span{display:none}.account-menu__trigger{min-width:2.22rem;min-height:2.22rem;padding:0;border-radius:13px}.account-menu__trigger .account-avatar{width:2rem;height:2rem}.account-menu__panel{position:fixed;top:calc(4.45rem + env(safe-area-inset-top));right:max(.62rem,env(safe-area-inset-right));left:max(.62rem,env(safe-area-inset-left));width:auto;max-height:min(34rem,calc(100dvh - 5.25rem));overflow-y:auto;border-radius:22px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.account-menu__identity{position:sticky;top:0;z-index:1;padding:.72rem}.account-menu__logout,.account-menu__panel a{min-height:3.05rem;padding:.74rem .86rem;font-size:.84rem}.account-menu__chevron,.account-menu__summary-copy{display:none}.header-login{min-width:2.22rem;min-height:2.22rem;padding:0;border-radius:13px}.header-login span{display:none}.site-header__search-shell{grid-area:search;display:block;width:100%}.site-header__search-shell>.category-menu{display:none}.header-search{grid-template-columns:minmax(0,1fr) auto;gap:.55rem}.header-search,.header-search__bar{min-height:3.15rem;border-radius:18px}.header-search__bar{grid-template-columns:1fr;box-shadow:0 12px 26px rgba(15,23,42,.06)}.header-live-search{left:0;right:0;z-index:360;gap:.48rem;max-height:min(68vh,520px);padding:.62rem;border-radius:22px;overflow-y:auto}.header-live-search__head{padding:.08rem .1rem .22rem}.header-live-search__head span{font-size:.62rem}.header-live-search__head strong{font-size:.88rem}.header-live-search__head a{font-size:.74rem}.header-live-search__results{gap:.34rem}.header-live-search__item{grid-template-columns:3.75rem minmax(0,1fr);gap:.62rem;min-height:5.15rem;padding:.46rem;border-radius:18px;touch-action:manipulation}.header-live-search__thumb{width:3.75rem;height:3.75rem;border-radius:15px}.header-live-search__copy{gap:.16rem}.header-live-search__copy>strong{font-size:.9rem;line-height:1.12}.header-live-search__copy>small{font-size:.72rem;line-height:1.22;-webkit-line-clamp:2}.header-live-search__badges{gap:.24rem}.header-live-search__badges em{min-height:1.35rem;padding:.08rem .42rem;font-size:.58rem}.header-live-search__meta{grid-column:2;justify-items:start;text-align:left}.header-live-search__meta strong{font-size:.9rem}.header-live-search__meta small{justify-content:flex-start;font-size:.66rem}.header-search__field{min-height:3.15rem;padding:0 .95rem}.header-search__scope{display:none}.header-search input{font-size:.95rem}.header-search button{min-width:3.15rem;width:3.15rem;min-height:3.15rem;padding:0;border-radius:18px}.category-nav{min-height:0;padding:.24rem 0;justify-content:flex-start;overflow-x:auto;overflow-y:visible;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.category-nav::-webkit-scrollbar{display:none}.site-header__nav{max-height:2.25rem;overflow-x:auto;overflow-y:hidden;border-top:1px solid #edf2f6;background:#fff;opacity:1;transform:translateY(0);-webkit-overflow-scrolling:touch;transition:max-height .18s ease,opacity .16s ease,transform .18s ease,border-color .18s ease}.category-nav--market{justify-content:flex-start}.category-hover-menu,.category-nav>a,.category-nav__sell{scroll-snap-align:start}.category-hover-menu__trigger,.category-nav>a,.category-nav__sell{min-height:1.7rem;padding:.24rem .58rem;border-radius:999px;background:#f8fbfd;font-size:.7rem;font-weight:850;touch-action:manipulation}html[data-kay52-header-scrolled] .site-header__nav{max-height:0;border-top-color:transparent;opacity:0;pointer-events:none;transform:translateY(-.45rem)}.category-menu__panel,.location-picker__panel{width:min(calc(100vw - 1rem),420px);left:0;right:auto;max-height:min(78vh,680px);overflow-y:auto}.category-menu__links,.category-menu__panel,.category-menu__roots{grid-template-columns:1fr}.category-menu__roots{max-height:300px;border-right:0;border-bottom:1px solid rgba(221,234,241,.86)}.category-menu__hero{grid-template-columns:1fr}.category-menu__detail-head,.category-menu__footer{flex-direction:column;align-items:stretch}.hero-slider__stage{min-height:280px}.hero-slider__content{left:1rem;right:1rem;bottom:1rem}.hero-slider__content h2{font-size:1.5rem}.hero-slider__arrow{width:2.5rem;height:2.5rem;margin-top:-1.25rem}.detail-summary,.footer-bottom{grid-template-columns:1fr;flex-direction:column}.detail-gallery__main{min-height:320px}.detail-gallery__meta{inset:.75rem .75rem auto;flex-wrap:wrap}.detail-gallery__caption{max-width:100%}.detail-gallery__arrow{width:2.5rem;height:2.5rem;margin-top:-1.25rem}.detail-lightbox{padding:.5rem}.detail-lightbox__dialog{width:min(100%,calc(100vw - 1rem));max-height:calc(100dvh - 1rem);padding:.65rem;border-radius:22px}.detail-lightbox__topbar{grid-template-columns:minmax(0,1fr) auto;justify-items:start}.detail-lightbox__heading{grid-column:1/-1;justify-items:start;text-align:left;order:3}.detail-lightbox__tools{grid-column:1/-1;order:4;justify-self:stretch;justify-content:center;border-radius:18px}.detail-lightbox__tools button,.detail-lightbox__tools span{min-height:2rem}.detail-lightbox__stage{height:min(58dvh,540px);min-height:260px;padding:.65rem;border-radius:18px}.detail-lightbox__image,.detail-lightbox__image-frame{border-radius:16px}.detail-lightbox__arrow{width:2.65rem;height:2.65rem}.detail-lightbox__arrow--left{left:.75rem}.detail-lightbox__arrow--right{right:.75rem}.detail-lightbox__thumb{flex-basis:64px;height:64px;border-radius:14px}.detail-info-grid{grid-template-columns:1fr}.product-description{margin:1rem;padding:1.2rem}.category-grid--showcase,.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.account-menu__logout svg,.account-menu__panel a svg,.account-sidebar nav a svg,.account-sidebar__logout svg,.button svg,.button--secondary svg,.category-nav>a svg,.category-nav__sell svg,.conversation-card__foot svg,.header-search__submit svg,.listing-card__category-pill svg,.listing-card__date svg,.listing-card__location svg,.location-button svg,.sell-button svg,.seller-avatar svg,.trust-list svg{width:1rem;height:1rem;flex:0 0 auto}.account-menu__logout,.account-menu__panel a,.account-sidebar nav a,.account-sidebar__logout,.button,.button--secondary,.conversation-card__foot span,.listing-card__category-pill,.listing-card__date,.listing-card__location,.location-button,.sell-button{gap:.5rem}.header-search__submit,.location-button,.sell-button{display:inline-flex;align-items:center;justify-content:center}.location-button{gap:.45rem}.header-search__submit{color:#fff}.category-nav>a,.category-nav__sell{display:inline-flex;align-items:center;gap:.45rem}.account-menu__summary-copy{min-width:0;max-width:148px}.account-menu__summary-copy small,.account-menu__summary-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu__chevron{color:var(--muted)}.account-menu__logout,.account-menu__panel a{display:flex;align-items:center;width:100%}.account-menu__logout{border:0;padding:.8rem .95rem;font:inherit;color:inherit;cursor:pointer}.account-sidebar nav a,.account-sidebar__logout{display:flex;align-items:center}.account-sidebar__logout{width:100%;background:transparent;border:0;cursor:pointer;font:inherit;color:inherit;padding:.85rem 1rem;font-weight:750}.account-sidebar__logout:hover{background:#f6fbfe;color:var(--brand-dark)}.category-icon svg{width:1.4rem;height:1.4rem}.listing-card__save{display:inline-grid;place-items:center;width:2.3rem;height:2.3rem;flex:0 0 auto;border-radius:999px;border:1px solid color-mix(in srgb,var(--line) 72%,#ffffff 28%);background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--muted);cursor:pointer;box-shadow:0 10px 20px rgba(17,24,39,.12)}.listing-card__save.is-active{color:var(--theme-danger-color,#cc4f4f)}.listing-card__date,.listing-card__location{display:inline-flex;align-items:center}.listing-card__category-pill svg,.listing-card__date svg,.listing-card__location svg{color:var(--brand-primary-dark)}.seller-avatar{display:inline-grid;place-items:center}.trust-list>div{display:flex;align-items:flex-start;gap:.75rem}.trust-list>div+div{margin-top:.85rem}.trust-list svg{margin-top:.15rem;color:#36b37e}.conversation-list{display:grid;gap:1rem}.conversation-card{display:grid;gap:.85rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.conversation-card__foot,.conversation-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.conversation-card__body,.conversation-card__head p{margin:0;color:var(--muted)}.conversation-card__badge{display:inline-grid;place-items:center;min-width:1.7rem;height:1.7rem;padding:0 .35rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.78rem;font-weight:800}.conversation-thread{display:grid;gap:1rem}.conversation-thread__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted)}.conversation-thread__meta span{display:inline-flex;align-items:center;gap:.5rem}.conversation-thread__messages{display:grid;gap:.85rem;max-height:560px;padding:1rem;overflow:auto;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fbfdff,#f2f7fb)}.offer-thread{display:grid;gap:.8rem}.offer-card{display:grid;gap:.75rem;padding:1rem;border:1px solid #dbeaf1;border-radius:8px;background:#fff;box-shadow:0 12px 24px rgba(17,24,39,.05)}.deal-state,.offer-card__actions,.offer-card__head{display:flex;align-items:center;gap:.75rem}.offer-card__head{justify-content:space-between}.offer-card__head div{display:grid;gap:.2rem}.deal-state span,.offer-card__head span{color:var(--muted);font-size:.78rem;font-weight:850;text-transform:uppercase}.deal-state strong,.offer-card__head strong{color:#071b3a;font-size:1.1rem}.offer-card p{margin:0;color:#4b5563;line-height:1.5}.offer-status{display:inline-flex;align-items:center;min-height:1.8rem;padding:.25rem .7rem;border-radius:999px;background:#eef2f7;color:#334155;font-size:.76rem;font-style:normal;font-weight:900;text-transform:capitalize}.offer-status--pending{background:#fff6db;color:#8a5b00}.offer-status--accepted{background:#e8f8ee;color:#137a42}.offer-status--countered{background:#eefdff;color:var(--brand-dark)}.offer-status--declined,.offer-status--expired,.offer-status--withdrawn{background:#f3f4f6;color:#667085}.deal-state{justify-content:space-between;padding:.75rem;border:1px solid #dff0e7;border-radius:8px;background:#f3fbf6}.offer-card__actions{flex-wrap:wrap}.offer-card__actions .button,.offer-card__actions .button--secondary{width:auto;min-height:2.45rem;padding-inline:.9rem}.offer-card__counter{display:grid;grid-template-columns:minmax(8rem,.7fr) minmax(10rem,1fr) auto;gap:.7rem;align-items:center}.message-bubble{max-width:min(82%,34rem);padding:.85rem .95rem;border:1px solid #d9e7f0;border-radius:8px;background:#fff;box-shadow:0 12px 24px rgba(17,24,39,.06)}.message-bubble.is-own{margin-left:auto;border-color:rgba(47,154,188,.2);background:#eefdff}.message-bubble p,.message-bubble small,.message-bubble strong{display:block}.message-bubble p{margin:.35rem 0 .45rem}.message-bubble small{color:var(--muted)}.message-attachments{display:grid;gap:.45rem;margin:.45rem 0 .55rem}.message-attachment-chip,.message-attachments a{display:inline-flex;flex-wrap:wrap;gap:.35rem;width:fit-content;padding:.35rem .6rem;border:1px solid #d6e5ef;border-radius:999px;background:#fff;color:#0f172a;font-size:.78rem;font-weight:800}.message-attachment-chip small,.message-attachments a small{color:#64748b}.conversation-thread__composer{display:grid;gap:.85rem}.conversation-thread__composer textarea{min-height:120px;border:1px solid var(--line);border-radius:8px;padding:.9rem 1rem;resize:vertical}@media (max-width:760px){.conversation-card__foot,.conversation-card__head,.conversation-thread__meta{flex-direction:column;align-items:flex-start}.message-bubble{max-width:100%}.seller-listing-row,.seller-listing-table__head{grid-template-columns:40px minmax(0,1fr)}.deal-state,.offer-card__counter,.offer-card__head{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.offer-card__actions .button,.offer-card__actions .button--secondary,.offer-card__counter .button{width:100%}.seller-performance-hero,.seller-performance-panel__head{align-items:stretch;flex-direction:column}.seller-performance-panel__tools{justify-items:stretch}.seller-performance-actions,.seller-performance-tabs{display:grid;grid-template-columns:1fr}.seller-performance-scoreboard{grid-template-columns:1fr}}.listing-form,.seller-apply-grid,.seller-apply-shell{display:grid;gap:1.25rem}.seller-apply-hero,.seller-apply-steps{display:grid;gap:1rem}.seller-apply-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end}.seller-apply-actions{display:flex;flex-wrap:wrap;gap:.75rem}.seller-apply-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-apply-side,.seller-apply-steps .surface{padding:1.1rem 1.15rem;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.seller-apply-steps span{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#e7f7fb;color:var(--brand-dark);font-weight:900}.seller-apply-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);align-items:start}.seller-apply-checklist{display:grid;gap:1rem}.seller-apply-checklist p,.seller-apply-meta span{color:var(--muted)}.seller-apply-meta+.seller-apply-meta{margin-top:.9rem}.seller-apply-shell--premium{gap:1.4rem}.seller-apply-hero--premium{grid-template-columns:minmax(0,1fr) minmax(330px,.52fr);align-items:stretch;overflow:hidden;padding:clamp(1.3rem,3vw,2.2rem);border:1px solid rgba(190,214,226,.95);border-radius:24px;background:radial-gradient(circle at 7% 12%,rgba(46,184,200,.12),transparent 27%),linear-gradient(135deg,#ffffff,#f6fbfd);box-shadow:0 22px 54px rgba(15,23,42,.08)}.seller-apply-hero__copy{display:grid;align-content:center;gap:1rem}.seller-apply-hero__copy .page-heading{max-width:13ch;margin:0;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:0}.seller-apply-hero__copy .lede{max-width:42rem;margin:0}.seller-apply-benefits,.seller-apply-hero__chips{display:flex;flex-wrap:wrap;gap:.7rem}.seller-apply-hero__chips span{display:inline-flex;align-items:center;min-height:2.15rem;padding:.45rem .85rem;border:1px solid rgba(31,131,163,.18);border-radius:999px;background:rgba(255,255,255,.78);color:#334155;font-size:.86rem;font-weight:850}.seller-apply-hero-card{display:grid;align-content:end;gap:1rem;min-height:360px;overflow:hidden;padding:1.15rem;border-radius:22px;background:linear-gradient(180deg,rgba(7,30,50,.15),rgba(7,30,50,.76)),url(/sell-menu/product-photo.jpg) 50% /cover no-repeat;color:#fff;box-shadow:0 24px 46px rgba(13,48,66,.18)}.seller-apply-hero-card__listing,.seller-apply-hero-card__stats,.seller-apply-hero-card__top{position:relative;z-index:1}.seller-apply-hero-card__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.seller-apply-hero-card__top span,.seller-apply-hero-card__top strong{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .72rem;border-radius:999px;background:rgba(255,255,255,.18);font-size:.76rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.seller-apply-hero-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.seller-apply-hero-card__listing,.seller-apply-hero-card__stats span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.seller-apply-hero-card__stats span{display:grid;gap:.25rem;padding:.82rem;border-radius:16px;color:rgba(255,255,255,.84);font-size:.76rem;font-weight:800}.seller-apply-hero-card__stats strong{color:#fff;font-size:1.6rem;line-height:1}.seller-apply-hero-card__listing{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.78rem;align-items:center;padding:.85rem;border-radius:18px}.seller-apply-hero-card__listing>span{display:block;width:52px;height:52px;border-radius:14px;background:url(/sell-menu/packing.jpg) 50%/cover no-repeat}.seller-apply-hero-card__listing small,.seller-apply-hero-card__listing strong{display:block}.seller-apply-hero-card__listing small{margin-top:.22rem;color:rgba(255,255,255,.78);font-weight:700;line-height:1.35}.seller-apply-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.seller-apply-benefits article,.seller-apply-steps .surface{border-color:rgba(190,214,226,.95);border-radius:18px;box-shadow:0 16px 36px rgba(15,23,42,.055)}.seller-apply-benefits article{display:grid;gap:.55rem;padding:1.1rem 1.15rem;background:#fff}.seller-apply-benefits strong{color:#111827;font-size:1rem}.seller-apply-benefits p{margin:0;color:#526173;font-weight:650;line-height:1.5}.listing-form__hero,.listing-form__panel{display:grid;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:#fff}.listing-form__hero{grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);align-items:start}.listing-form__hero strong{font-size:1.1rem}.listing-form__hero p{margin:.4rem 0 0;color:var(--muted)}.listing-form__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-category-picker{display:grid;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:#f8fbfd}.listing-category-picker__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.listing-category-picker__column,.listing-category-picker__leafs,.listing-category-picker__search,.listing-category-picker__summary{display:grid;gap:.7rem}.listing-category-picker__label{font-size:.82rem;font-weight:800;text-transform:uppercase;color:var(--muted)}.listing-category-picker__leaf-grid,.listing-category-picker__search-results,.listing-category-picker__stack{display:grid;gap:.65rem}.listing-category-picker__leaf-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-category-option{display:flex;align-items:center;justify-content:flex-start;padding:.85rem .95rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--foreground);font:inherit;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.listing-category-option:hover{border-color:rgba(37,99,235,.35);background:#f3f9ff;transform:translateY(-1px)}.listing-category-option.is-selected{border-color:rgba(14,116,144,.45);background:#e7f7fb;box-shadow:inset 0 0 0 1px rgba(14,116,144,.08)}.listing-category-empty{padding:.95rem;border:1px dashed var(--line);border-radius:8px;color:var(--muted);background:#fff}.listing-image-previews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.listing-image-preview{min-height:120px;border:1px dashed var(--line);border-radius:8px;background-position:50%;background-repeat:no-repeat;background-size:cover}.listing-image-preview--empty{display:grid;place-items:center;color:var(--muted);background:#f8fbfd}.listing-form__actions{display:flex;justify-content:flex-end}.seller-new-page{display:grid;gap:.7rem}.seller-new-page__intro{display:grid;gap:.2rem;width:min(540px,100%)}.listing-wizard__eyebrow,.seller-new-page__eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:.4rem .7rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark);font-size:.76rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.seller-new-page__intro h1{margin:0;font-size:clamp(1.45rem,3vw,1.95rem);line-height:1.05;color:#0f172a}.seller-new-page__intro p{margin:0;max-width:54rem;color:#526072;font-size:1.02rem}.listing-wizard{display:grid;gap:1rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.listing-wizard__steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.listing-wizard__step{display:grid;justify-items:start;gap:.55rem;padding:.9rem 1rem;border:1px solid #e1ebf0;border-radius:16px;background:#ffffff;color:#688093;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease,background .16s ease}.listing-wizard__step span{display:grid;place-items:center;width:2.2rem;height:2.2rem;border-radius:999px;background:#edf4f8;color:#4b6073;font-weight:900}.listing-wizard__step strong{font-size:.88rem}.listing-wizard__step.is-unlocked:hover{border-color:rgba(31,131,163,.28);background:#f8fcfe;color:#0f172a;transform:translateY(-1px)}.listing-wizard__step.is-locked{cursor:not-allowed;opacity:.54}.listing-wizard__step.is-active{border-color:rgba(31,131,163,.4);color:#0f172a;box-shadow:0 12px 24px rgba(26,50,79,.08);transform:translateY(-1px)}.listing-wizard__step.is-active span,.listing-wizard__step.is-complete span{background:linear-gradient(135deg,#00b3b6 0,var(--brand) 100%);color:#fff}.listing-wizard__step.is-complete{border-color:rgba(0,155,158,.2);color:#0f172a;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgba(46,168,218,.45),rgba(31,131,163,.18)) border-box}.listing-wizard__panel{display:grid;gap:1.15rem;padding:0;border:0;border-radius:0;background:transparent}.listing-flow-header{position:relative;display:grid;gap:.75rem;width:min(1120px,100%);margin:0 auto .25rem;padding:.2rem .1rem .25rem;border:0;border-radius:0;background:#fff;box-shadow:none;justify-items:center;text-align:center;overflow:visible}.listing-flow-header:after,.listing-flow-header:before{position:absolute;content:"";border-radius:999px;pointer-events:none}.listing-flow-header:after,.listing-flow-header:before{display:none}.listing-flow-header h2{margin:0;color:#087bd3;font-size:clamp(2.4rem,6vw,4.2rem);line-height:.9;letter-spacing:-.06em}.listing-flow-header p{margin:0;color:#4b5563;font-size:clamp(1rem,2vw,1.22rem)}.listing-flow-header p strong{color:#009ac3}.listing-flow-progress{--listing-progress:0%;position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));width:100%;gap:.35rem;padding:.25rem 0 0}.listing-flow-progress:before{right:7%;background:var(--surface-border,#e5edf3)}.listing-flow-progress:after,.listing-flow-progress:before{position:absolute;top:1.45rem;left:7%;height:4px;border-radius:999px;content:"";box-shadow:none}.listing-flow-progress:after{width:calc(var(--listing-progress, 0) * 1%);background:linear-gradient(90deg,var(--brand-dark,#1f83a3) 0,var(--brand,#00b3b6) 100%);transition:width .42s cubic-bezier(.22,1,.36,1)}.listing-flow-step{position:relative;z-index:1;display:grid;justify-items:center;gap:.28rem;padding:0 .25rem;border:0;background:transparent;color:var(--text-muted,#667085);cursor:pointer;font-weight:900;transition:transform .22s ease,color .22s ease}.listing-flow-step:disabled{cursor:not-allowed}.listing-flow-step:hover:not(:disabled){transform:translateY(-2px)}.listing-flow-step__bubble{display:grid;place-items:center;width:3.1rem;height:3.1rem;border:1px solid var(--surface-border,#d8e3ec);border-radius:999px;background:var(--surface,#fff);color:var(--text-muted,#607386);font-size:.92rem;box-shadow:0 6px 14px rgba(15,23,42,.05);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease}.listing-flow-step__bubble svg{width:1.35rem;height:1.35rem}.listing-flow-step small{color:var(--text-muted,#94a3b8);font-size:.63rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.listing-flow-step strong{color:inherit;font-size:.82rem;line-height:1.18;letter-spacing:-.01em}.listing-flow-step.is-active,.listing-flow-step.is-complete{color:var(--text-strong,#0f172a)}.listing-flow-step.is-active .listing-flow-step__bubble{border-color:color-mix(in srgb,var(--brand-dark,#1f83a3) 26%,transparent);background:color-mix(in srgb,var(--brand-soft,#edf9fd) 76%,white);color:var(--brand-dark,#1f83a3);box-shadow:0 10px 22px rgba(15,23,42,.08);animation:none}.listing-flow-step.is-active strong{color:var(--text-strong,#0f172a)}.listing-flow-step.is-active small{color:var(--brand-dark,#1f83a3)}.listing-flow-step.is-complete .listing-flow-step__bubble{border-color:color-mix(in srgb,var(--brand,#00b3b6) 24%,transparent);background:linear-gradient(135deg,var(--brand-dark,#1f83a3) 0,var(--brand,#00b3b6) 100%);color:#fff;box-shadow:0 10px 20px rgba(15,23,42,.09)}.listing-flow-step.is-complete small{color:var(--brand,#00b3b6)}.listing-flow-step.is-locked{opacity:.58}.listing-flow-panel{width:min(1120px,100%);margin:0 auto;padding:0;border:0;background:transparent}.listing-flow-card{display:grid;gap:1.2rem;min-height:330px;padding:clamp(1.4rem,4vw,2.4rem);border:1px solid color-mix(in srgb,var(--surface-border,#d7e4ed) 86%,transparent);border-radius:24px;background:radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--brand-soft,#edf9fd) 58%,transparent),transparent 30%),linear-gradient(180deg,var(--surface,#ffffff) 0,var(--surface-soft,#f8fbfd) 100%);box-shadow:0 14px 32px rgba(15,23,42,.06)}.listing-flow-card--start{justify-items:center;align-content:center;text-align:center;overflow:hidden}.listing-flow-validation{display:inline-flex;align-items:center;min-height:2.1rem;margin:-.25rem 0 0;padding:.38rem .7rem;border-radius:999px;font-size:.82rem;font-weight:850}.listing-flow-validation.is-valid{background:#e9f8ef;color:#137a42}.listing-flow-validation.is-invalid{background:#fff1f1;color:#d92d20}.listing-flow-card__head{display:grid;justify-items:center;gap:.5rem;max-width:46rem}.listing-flow-card__eyebrow{display:inline-flex;align-items:center;min-height:1.85rem;padding:0 .65rem;border:1px solid rgba(31,131,163,.16);border-radius:999px;background:#edf9fd;color:var(--brand-dark);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.listing-flow-card__head h3{margin:0;color:#071b3a;font-size:clamp(2rem,5vw,3.25rem);letter-spacing:-.04em;line-height:.98;overflow-wrap:anywhere}.listing-flow-card__head p{margin:0;max-width:44rem;color:#4b5563;font-size:1rem;line-height:1.6}.listing-flow-live-title{display:grid;justify-items:center;gap:.25rem;width:min(720px,100%);padding:.9rem 1rem;border:1px dashed #d7e6ef;border-radius:18px;background:rgba(255,255,255,.78);color:#64748b;box-shadow:inset 0 1px 0 rgba(255,255,255,.86);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.listing-flow-live-title.is-active{border-style:solid;border-color:rgba(31,131,163,.22);background:linear-gradient(180deg,#ffffff,#f3fbfd);box-shadow:0 14px 30px rgba(15,23,42,.06);transform:translateY(-1px)}.listing-flow-live-title span{color:var(--brand-dark);font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.listing-flow-live-title strong{max-width:100%;color:#071b3a;font-size:1.15rem;font-weight:900;line-height:1.25;overflow-wrap:anywhere}.listing-flow-live-title small{color:#64748b;font-size:.8rem;font-weight:760}.listing-flow-context{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1fr);align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem;border:1px solid rgba(211,225,236,.95);border-radius:22px;background:radial-gradient(circle at 0 0,rgba(47,154,188,.1),transparent 30%),linear-gradient(180deg,#ffffff,#f8fbfd);box-shadow:0 14px 34px rgba(15,23,42,.055)}.listing-flow-context__lead{display:grid;gap:.2rem;min-width:0}.listing-flow-context__lead span{color:var(--brand-dark);font-size:.68rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.listing-flow-context__lead strong{overflow:hidden;color:#071b3a;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:950;line-height:1.15;overflow-wrap:anywhere}.listing-flow-context__lead small{color:#64748b;font-size:.78rem;font-weight:750}.listing-flow-context__chips{display:flex;min-width:0;gap:.55rem;overflow-x:auto;padding-bottom:.05rem;scrollbar-width:thin;scrollbar-color:rgba(120,142,160,.36) transparent}.listing-flow-context__chip{display:grid;flex:0 0 auto;gap:.12rem;min-width:9rem;max-width:15rem;min-height:3.25rem;align-content:center;padding:.55rem .72rem;border:1px solid #dfe9f1;border-radius:16px;background:rgba(255,255,255,.82);color:#5f7084;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.84);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.listing-flow-context__chip:hover{border-color:rgba(31,131,163,.26);box-shadow:0 10px 22px rgba(15,23,42,.06);transform:translateY(-1px)}.listing-flow-context__chip.is-ready{border-color:rgba(19,122,66,.18);background:#f4fbf6}.listing-flow-context__chip span{color:#718096;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-flow-context__chip strong{overflow:hidden;color:#071b3a;font-size:.86rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.listing-flow-search{display:flex;align-items:center;gap:.85rem;width:min(860px,100%);min-height:4.35rem;padding:0 1.05rem;border:1px solid #d7e4ed;border-radius:20px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.74),0 16px 32px rgba(15,23,42,.06);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.listing-flow-search:focus-within{border-color:rgba(31,131,163,.4);box-shadow:0 0 0 4px rgba(31,131,163,.08),0 18px 36px rgba(15,23,42,.08);transform:translateY(-1px)}.listing-flow-search svg{flex:0 0 auto;width:1.35rem;height:1.35rem;color:var(--brand-dark)}.listing-flow-search input{width:100%;border:0;background:transparent;color:#071b3a;font:inherit;font-size:clamp(1rem,2vw,1.18rem);font-weight:800}.listing-flow-search input:focus{outline:none}.listing-flow-illustrations{display:grid;grid-template-columns:repeat(3,minmax(118px,1fr));gap:.75rem;width:min(520px,100%);color:var(--brand-dark,#1f83a3)}.listing-flow-illustrations span{display:grid;gap:.35rem;place-items:center;min-height:4.6rem;padding:.65rem;border:1px solid color-mix(in srgb,var(--surface-border,#d7e4ed) 86%,transparent);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),color-mix(in srgb,var(--surface-soft,#f8fbfd) 86%,white));box-shadow:0 10px 20px rgba(15,23,42,.05)}.listing-flow-illustrations svg{width:1.6rem;height:1.6rem}.listing-flow-illustrations strong{color:var(--text,#415166);font-size:.78rem;font-weight:900}.listing-ai-panel{display:grid;gap:.55rem;width:min(860px,100%);padding:.8rem;border:1px solid color-mix(in srgb,var(--brand,#009c9c) 16%,var(--surface-border,#d7e4ed));border-radius:18px;background:var(--surface,#ffffff);color:var(--text,#334155);text-align:left;box-shadow:0 10px 24px rgba(15,23,42,.05)}.listing-flow-feature-grid>.listing-ai-panel,.listing-flow-form>.listing-ai-panel,.listing-flow-photo-board>.listing-ai-panel{grid-column:1/-1;width:100%}.listing-ai-card--inline,.listing-ai-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.listing-ai-panel__identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:center;min-width:0}.listing-ai-panel__identity>span:last-child{display:grid;gap:.16rem;min-width:0}.listing-ai-panel__mark{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:14px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.88),transparent 38%),linear-gradient(135deg,color-mix(in srgb,var(--brand,#009c9c) 22%,white),color-mix(in srgb,var(--brand,#009c9c) 92%,var(--accent,#ffa31a)));color:var(--text-strong,#071b3a);box-shadow:inset 0 0 0 1px rgba(255,255,255,.62),0 10px 20px rgba(15,23,42,.08)}.listing-ai-panel__mark svg{width:1.08rem;height:1.08rem;stroke-width:2.2}.listing-ai-card>span,.listing-ai-group>span,.listing-ai-panel__head span{color:var(--brand-dark,#007a7a);font-size:.7rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.listing-ai-card strong,.listing-ai-panel__head strong{color:var(--text-strong,#071b3a);font-size:.95rem;font-weight:950}.listing-ai-card p,.listing-ai-panel__head p,.listing-ai-panel__summary{margin:0;color:var(--text-muted,#64748b);font-size:.8rem;line-height:1.42}.listing-ai-panel__actions{flex:0 0 auto}.listing-ai-panel__actions .button,.listing-ai-panel__actions .button--secondary{min-height:2.75rem;padding-inline:1rem;border-radius:14px}.listing-ai-panel__error{padding:.72rem .85rem;border-radius:14px;font-size:.86rem;font-weight:850;background:#fff1f1;color:#b42318}.listing-ai-live-loader,.listing-ai-panel__status{display:flex;align-items:center;gap:.75rem;padding:.62rem .72rem;border:1px solid color-mix(in srgb,var(--brand,#009c9c) 18%,var(--surface-border,#d7e4ed));border-radius:14px;background:color-mix(in srgb,var(--brand-soft,#edf9fd) 72%,var(--surface,#ffffff));color:var(--text,#334155)}.listing-ai-reference{display:grid;gap:.6rem}.listing-ai-reference__loading{display:flex;align-items:center;gap:.65rem;padding:.62rem .72rem;border:1px solid color-mix(in srgb,var(--brand,#009c9c) 18%,var(--surface-border,#d7e4ed));border-radius:14px;background:color-mix(in srgb,var(--brand-soft,#edf9fd) 72%,var(--surface,#ffffff));color:var(--text-strong,#071b3a);font-size:.86rem;font-weight:950}.listing-ai-reference__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.listing-ai-reference__grid a{display:grid;gap:.35rem;padding:.35rem;border:1px solid var(--surface-border,#d7e4ed);border-radius:14px;background:color-mix(in srgb,var(--surface-soft,#f8fbfd) 72%,white);color:var(--text-strong,#071b3a);font-size:.72rem;font-weight:850;text-decoration:none}.listing-ai-reference__grid img{width:100%;aspect-ratio:1.18;object-fit:cover;border-radius:11px;background:var(--surface-soft,#f8fbfd)}.listing-ai-reference__grid span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-ai-reference__footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:var(--text-muted,#64748b);font-size:.76rem;font-weight:820}.listing-ai-reference__footer span{min-width:0;margin-right:auto}.listing-ai-reference__footer .button--secondary{min-height:2.25rem;padding:.35rem .7rem;border-radius:12px;font-size:.76rem}.listing-ai-panel__status{color:var(--text-muted,#64748b);font-size:.8rem;font-weight:850}.listing-ai-live-loader>span:last-child{min-width:0}.listing-ai-live-loader strong{display:block;color:var(--text-strong,#071b3a);font-size:.88rem;font-weight:950}.listing-ai-live-loader small{display:block;color:var(--text-muted,#64748b);font-size:.8rem;font-weight:780;line-height:1.4}.listing-ai-live-loader__mark{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.16rem;width:2.15rem;height:2.15rem;flex:0 0 auto;border-radius:999px;background:color-mix(in srgb,var(--brand,#009c9c) 11%,white);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand,#009c9c) 18%,transparent)}.listing-ai-live-loader__mark:before{position:absolute;inset:.35rem;content:"";border:2px solid color-mix(in srgb,var(--brand,#009c9c) 18%,transparent);border-top-color:var(--brand,#009c9c);border-radius:inherit;animation:listing-ai-spin .9s linear infinite}.listing-ai-live-loader__mark i{width:.28rem;height:.28rem;border-radius:999px;background:var(--brand,#009c9c);animation:listing-ai-pulse 1s ease-in-out infinite}.listing-ai-live-loader__mark i:nth-child(2){animation-delay:.15s}.listing-ai-live-loader__mark i:nth-child(3){animation-delay:.3s}@keyframes listing-ai-spin{to{transform:rotate(1turn)}}@keyframes listing-ai-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-.12rem)}}.listing-ai-card,.listing-ai-group,.listing-ai-panel__body{display:grid;gap:.52rem}.listing-ai-checklist,.listing-ai-chip-grid,.listing-ai-suggestion-list,.listing-ai-warnings{display:grid;gap:.45rem}.listing-ai-card,.listing-ai-chip-grid button,.listing-ai-suggestion-list button{display:grid;gap:.28rem;padding:.62rem .68rem;border:1px solid var(--surface-border,#d7e4ed);border-radius:14px;background:color-mix(in srgb,var(--surface-soft,#f8fbfd) 72%,white);color:var(--text,#334155);text-align:left}.listing-ai-card__copy{display:grid;gap:.22rem;min-width:0}.listing-ai-chip-grid button:hover,.listing-ai-suggestion-list button:hover{border-color:color-mix(in srgb,var(--brand,#009c9c) 32%,var(--surface-border,#d7e4ed));background:var(--surface,#ffffff);box-shadow:0 10px 22px rgba(15,23,42,.06)}.listing-ai-chip-grid strong,.listing-ai-suggestion-list strong{color:var(--text-strong,#071b3a);font-weight:920}.listing-ai-chip-grid em,.listing-ai-chip-grid small,.listing-ai-suggestion-list small{color:var(--text-muted,#64748b);font-size:.78rem;font-style:normal;line-height:1.35}.listing-ai-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-ai-panel--publish{width:100%;padding:.78rem .85rem}.listing-ai-panel--publish .listing-ai-panel__body{gap:.65rem}.listing-ai-panel--publish .listing-ai-card{padding:.62rem .68rem}.listing-ai-panel--publish .listing-ai-checklist{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.listing-ai-checklist div,.listing-ai-warnings div{display:flex;gap:.55rem;align-items:flex-start;padding:.58rem .68rem;border-radius:14px;background:color-mix(in srgb,var(--surface-soft,#f8fbfd) 78%,white);color:var(--text,#334155)}.listing-ai-checklist strong,.listing-ai-warnings strong{color:var(--text-strong,#071b3a);font-size:.76rem;font-weight:950;text-transform:uppercase}.listing-ai-checklist span,.listing-ai-warnings span{color:var(--text-muted,#64748b);font-size:.82rem;line-height:1.4}.listing-ai-checklist .is-fail,.listing-ai-warnings .is-high{background:#fff1f1}.listing-ai-checklist .is-warn,.listing-ai-warnings .is-medium{background:#fff7e6}.listing-ai-checklist .is-pass,.listing-ai-warnings .is-low{background:#eefaf2}.listing-flow-selected{margin:0;color:#4b5563}.listing-flow-selected strong{color:#008caf}.listing-flow-inline-back{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;min-height:2.55rem;font-weight:900}.listing-flow-inline-back svg{width:1rem;height:1rem}.listing-flow-card--category-modern{background:var(--surface,#fff);box-shadow:0 14px 32px rgba(15,23,42,.05)}.listing-flow-card--category-modern .listing-flow-card__head{justify-items:start;text-align:left}.listing-flow-category-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center}.listing-flow-category-toolbar__hint{color:var(--text-muted,#64748b);font-size:.84rem;font-weight:760}.listing-flow-category-reset{min-height:2.55rem}.listing-flow-category-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:center;padding:1rem 1.05rem;border:1px solid var(--surface-border,#d7e4ed);border-radius:18px;background:var(--surface-soft,#f8fbfd)}.listing-flow-category-summary.is-active{border-color:color-mix(in srgb,var(--brand-dark,#1f83a3) 26%,transparent);box-shadow:0 12px 26px rgba(15,23,42,.05)}.listing-flow-category-summary__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:16px;background:color-mix(in srgb,var(--brand-soft,#edf9fd) 72%,white);color:var(--brand-dark,#1f83a3);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.listing-flow-category-summary__icon svg{width:1.4rem;height:1.4rem}.listing-flow-category-summary__copy{display:grid;gap:.2rem;min-width:0}.listing-flow-category-summary__copy span{color:var(--brand-dark,#1f83a3);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-flow-category-summary__copy strong{color:var(--text-strong,#0f172a);font-size:1rem;line-height:1.35;overflow-wrap:anywhere}.listing-flow-category-summary__copy small{color:var(--text-muted,#64748b);font-size:.82rem;line-height:1.45}.listing-flow-category-summary__actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end;grid-column:1/-1}.listing-flow-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.listing-flow-category-grid button{display:grid;justify-items:center;gap:.7rem;min-height:7rem;padding:1rem;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#071b3a;font-weight:900}.listing-flow-category-grid button.is-selected,.listing-flow-category-grid button:hover{border-color:#00a6c8;background:#eefcff}.listing-flow-category-grid svg{width:2.8rem;height:2.8rem}.listing-flow-list{display:grid;gap:0;border-top:1px solid #edf0f4}.listing-flow-list button{display:flex;align-items:center;gap:.9rem;min-height:3.8rem;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#071b3a;text-align:left}.listing-flow-list button.is-selected,.listing-flow-list button:hover{background:#f7f8fa}.listing-flow-list button>span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#eef9fc}.listing-flow-list svg{width:1rem;height:1rem;color:#94a3b8}.listing-flow-category-done,.listing-flow-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.05rem;border:1px solid var(--surface-border,#d7e4ed);border-radius:18px;background:var(--surface-soft,#f8fbfd);color:var(--text,#4b5563)}.listing-flow-category-request{display:grid;gap:.75rem;margin-top:1rem;padding:1rem;border:1px solid var(--surface-border,#d7e4ed);border-radius:18px;background:#fff}.listing-flow-category-request>span{display:grid;gap:.25rem}.listing-flow-category-request strong{color:var(--text-strong,#0f172a);font-size:.95rem}.listing-flow-category-request small{color:var(--text-muted,#64748b);font-size:.82rem;line-height:1.45}.listing-flow-category-request textarea{width:100%;min-height:5.5rem;resize:vertical;border:1px solid var(--surface-border,#d7e4ed);border-radius:14px;padding:.8rem .9rem;background:var(--surface-soft,#f8fbfd);color:var(--text-strong,#0f172a);font:inherit;line-height:1.45}.listing-flow-category-request textarea:focus{outline:2px solid color-mix(in srgb,var(--brand,#00a6c8) 26%,transparent);border-color:var(--brand,#00a6c8);background:#fff}.listing-flow-category-done__status{display:flex;align-items:center;gap:.8rem;min-width:0}.listing-flow-category-done__status>span{display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:999px;background:color-mix(in srgb,var(--brand-soft,#edf9fd) 70%,white);color:var(--brand-dark,#1f83a3)}.listing-flow-category-done__status small,.listing-flow-category-done__status strong{display:block}.listing-flow-category-done__status strong{color:var(--text-strong,#0f172a);line-height:1.3;overflow-wrap:anywhere}.listing-flow-category-done__status small{color:var(--text-muted,#64748b);font-size:.82rem;margin-top:.18rem}.listing-flow-category-done__actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.listing-flow-feature-grid,.listing-flow-form{display:grid;gap:1.1rem}.listing-flow-upload{display:grid;gap:1rem}.listing-flow-dropzone{display:grid;justify-items:center;gap:.7rem;min-height:230px;padding:2rem;border:2px dashed #cfd6df;border-radius:6px;background:#fff;text-align:center}.listing-flow-dropzone.is-dragging{border-color:#00a6c8;background:#eefcff}.listing-flow-dropzone>svg{width:2.2rem;height:2.2rem;color:#9aa4b2}.listing-flow-dropzone strong{color:#071b3a;font-size:1.3rem}.listing-flow-dropzone p,.listing-flow-dropzone small{margin:0;color:#667085}.listing-flow-dropzone__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.listing-flow-photo-preview{position:relative;overflow:hidden;border-radius:6px}.listing-flow-photo-preview>span{position:absolute;top:0;left:0;z-index:1;padding:.5rem .9rem;background:#0097b8;color:#fff;font-weight:900}.listing-flow-photo-preview>div{min-height:clamp(260px,36vw,430px);background-position:50%;background-size:cover}.listing-flow-photo-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.listing-flow-add-photo,.listing-flow-photo-card{min-height:13.8rem;border:1px solid #dfe5ec;border-radius:8px;background:#fff}.listing-flow-photo-card{position:relative;overflow:hidden;display:grid;cursor:grab;box-shadow:0 8px 18px rgba(15,23,42,.05)}.listing-flow-photo-card:active{cursor:grabbing}.listing-flow-photo-card.is-dragging{opacity:.55;outline:2px dashed #00a6c8;outline-offset:4px}.listing-flow-photo-card.is-main{border-color:#00a6c8;box-shadow:0 0 0 3px rgba(0,166,200,.12),0 10px 22px rgba(15,23,42,.08)}.listing-flow-photo-card__badge{position:absolute;top:0;left:0;z-index:1;padding:.42rem .75rem;background:#0097b8;color:#fff;font-size:.78rem;font-weight:900}.listing-flow-photo-card__image{min-height:9rem;background-position:50%;background-size:cover}.listing-flow-photo-card__body{display:grid;gap:.65rem;padding:.75rem}.listing-flow-photo-card__body small,.listing-flow-photo-card__body strong{display:block}.listing-flow-photo-card__body strong{color:#071b3a;font-size:.9rem}.listing-flow-photo-card__body small{margin-top:.1rem;color:#667085;font-size:.76rem;font-weight:800}.listing-flow-photo-card__actions{display:flex;flex-wrap:wrap;gap:.45rem}.listing-flow-photo-card__actions button{display:inline-grid;place-items:center;min-width:2.25rem;min-height:2.1rem;padding:0 .55rem;border:1px solid #dbe3ec;border-radius:999px;background:#f8fafc;color:#334155;font-size:.78rem;font-weight:900}.listing-flow-photo-card__actions button:disabled{cursor:not-allowed;opacity:.5}.listing-flow-photo-card__actions button.is-danger{color:#d92d20}.listing-flow-photo-card__actions svg{width:.95rem;height:.95rem}.listing-flow-thumbs{display:flex;flex-wrap:wrap;gap:.8rem}.listing-flow-thumbs button{position:relative;overflow:hidden;width:8.8rem;height:7rem;border:1px solid #dfe5ec;border-radius:6px;background:#fff}.listing-flow-thumbs button.is-active{border-color:#00a6c8}.listing-flow-thumbs button>span{display:block;width:100%;height:100%;background-position:50%;background-size:cover}.listing-flow-thumbs small{position:absolute;left:.45rem;bottom:.45rem;padding:.22rem .45rem;border-radius:999px;background:#0097b8;color:#fff;font-weight:900}.listing-flow-add-photo{display:grid;place-items:center;align-content:center;gap:.45rem;color:#4b5563;font-weight:900}.listing-flow-add-photo span{font-size:2rem;line-height:1}.listing-wizard__panel-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #edf2f6}.listing-wizard__panel-head h3{margin:.55rem 0 0;font-size:clamp(1.3rem,3vw,1.8rem);color:#0f172a}.listing-wizard__panel-head p{margin:0;max-width:28rem;color:#617084}.listing-category-step,.listing-details-step,.listing-media-step,.listing-pricing-step,.listing-review-step{display:grid;gap:1rem}.listing-start-progress{display:grid;gap:.3rem;padding:1rem 1.1rem;border:1px solid #dce9f0;border-radius:22px;background:radial-gradient(circle at top right,rgba(46,168,218,.14),transparent 28%),linear-gradient(180deg,#ffffff,#f8fcfe)}.listing-start-progress strong{color:#0f172a;font-size:clamp(1.1rem,2vw,1.35rem)}.listing-start-progress p{max-width:42rem;margin:0;color:#617084;line-height:1.55}.listing-start-step{display:grid;gap:1rem}.listing-start-guidance,.listing-start-guide,.listing-start-hero,.listing-start-manual,.listing-start-matches,.listing-start-search,.listing-start-summary{border:1px solid #dce9f0;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}.listing-start-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:1rem;padding:clamp(1.1rem,2vw,1.4rem)}.listing-start-hero__copy{display:grid;gap:.7rem;align-content:center}.listing-start-hero__copy h2{margin:0;color:#0f172a;font-size:clamp(2rem,4vw,3rem);line-height:.98;letter-spacing:-.05em}.listing-start-hero__copy p{max-width:44rem;margin:0;color:#617084;line-height:1.65}.listing-start-hero__status{display:flex;gap:.9rem;align-items:center;padding:1rem;border:1px solid #e1ebf1;border-radius:18px;background:linear-gradient(135deg,#eef9fd,#ffffff 72%)}.listing-start-hero__status>svg{flex:0 0 auto;width:2.55rem;height:2.55rem;padding:.7rem;border-radius:16px;background:#fff;color:var(--brand-dark);box-shadow:0 12px 24px rgba(31,131,163,.11)}.listing-start-hero__status span,.listing-start-hero__status strong{display:block}.listing-start-hero__status strong{color:#0f172a;font-size:1.02rem}.listing-start-hero__status span{margin-top:.2rem;color:#617084;font-size:.88rem;line-height:1.45}.listing-start-search{display:grid;gap:.6rem;padding:clamp(1rem,2vw,1.25rem)}.listing-start-search__field{display:flex;align-items:center;gap:.85rem;min-height:66px;padding:0 1.1rem;border:1.5px solid #d7e6ee;border-radius:20px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 18px 28px rgba(15,23,42,.04)}.listing-start-search__field:focus-within{border-color:rgba(31,131,163,.42);box-shadow:0 0 0 4px rgba(31,131,163,.08)}.listing-start-search__field svg{flex:0 0 auto;width:1.35rem;height:1.35rem;color:var(--brand-dark)}.listing-start-search__field input{width:100%;border:0;background:transparent;color:#0f172a;font:inherit;font-size:clamp(1.05rem,2vw,1.3rem);font-weight:800}.listing-start-search__field input:focus{outline:none}.listing-start-search p{margin:0;color:#617084;font-size:.9rem;line-height:1.55}.listing-start-guidance{display:flex;gap:.9rem;align-items:center;padding:1rem 1.1rem;background:radial-gradient(circle at top right,rgba(31,131,163,.12),transparent 30%),#fbfdff}.listing-start-guidance>span{display:inline-grid;place-items:center;flex:0 0 auto;width:3rem;height:3rem;border-radius:18px;background:#eaf8fd;color:var(--brand-dark)}.listing-start-guidance svg{width:1.2rem;height:1.2rem}.listing-start-guidance strong{display:block;color:#0f172a;font-size:1rem}.listing-start-guidance p{margin:.18rem 0 0;color:#617084;line-height:1.5}.listing-start-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;padding:clamp(1rem,2vw,1.25rem)}.listing-start-guide__card{display:grid;gap:.55rem;align-content:start;min-height:220px;padding:1rem;border:1px solid #e4edf2;border-radius:18px;background:radial-gradient(circle at top right,rgba(46,168,218,.11),transparent 34%),linear-gradient(180deg,#ffffff,#fbfdff)}.listing-start-guide__icon{display:inline-grid;place-items:center;width:3rem;height:3rem;border-radius:16px;background:#eaf8fd;color:var(--brand-dark)}.listing-start-guide__icon svg{width:1.2rem;height:1.2rem}.listing-start-guide__card small{color:#617084;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-start-guide__card strong{color:#0f172a;font-size:1.1rem;line-height:1.15}.listing-start-guide__card p{margin:0;color:#617084;line-height:1.55}.listing-start-manual,.listing-start-matches,.listing-start-summary{display:grid;gap:.95rem;padding:clamp(1rem,2vw,1.2rem)}.listing-start-manual__head,.listing-start-matches__head{display:flex;justify-content:space-between;gap:1rem;align-items:end}.listing-start-manual__head>div,.listing-start-matches__head>div{display:grid;gap:.22rem}.listing-start-manual__head span,.listing-start-matches__head span{color:#617084;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-start-manual__head strong,.listing-start-matches__head strong{color:#0f172a;font-size:1.05rem;line-height:1.2}.listing-start-matches__toggle{min-height:2.5rem;padding:0 .95rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.86rem;font-weight:850}.listing-start-matches__list{display:grid;gap:.7rem}.listing-start-matches__list button{display:grid;gap:.22rem;padding:.95rem 1rem;border:1px solid #dce9f0;border-radius:16px;background:#fbfdff;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.listing-start-matches__list button.is-selected,.listing-start-matches__list button:hover{border-color:rgba(31,131,163,.34);background:#eef9fd;transform:translateY(-1px)}.listing-start-matches__list button span{color:#617084;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-start-matches__list button strong{color:#0f172a;font-size:.98rem;line-height:1.35}.listing-start-matches__empty{display:grid;gap:.25rem;padding:1rem;border:1px dashed #d3e1e8;border-radius:16px;background:#f8fbfd}.listing-start-matches__empty strong{color:#0f172a}.listing-start-matches__empty span{color:#617084;line-height:1.5}.listing-category-step--compact{justify-items:center;gap:1.15rem}.listing-category-step--premium{gap:1.1rem}.listing-category-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.52fr);gap:1rem;align-items:stretch}.listing-category-builder,.listing-category-hero__copy,.listing-category-hero__signal,.listing-category-preview{border:1px solid #dce9f0;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}.listing-category-hero__copy{display:grid;align-content:center;gap:.65rem;padding:clamp(1.1rem,2vw,1.5rem);background:radial-gradient(circle at top right,rgba(46,168,218,.14),transparent 30%),linear-gradient(180deg,#ffffff,#f7fbfd)}.listing-category-hero__copy h4{margin:0;color:#0f172a;font-size:clamp(1.45rem,3vw,2.15rem);line-height:1}.listing-category-hero__copy p{max-width:48rem;margin:0;color:#617084;line-height:1.6}.listing-category-hero__signal{display:flex;gap:.85rem;align-items:center;padding:1rem;background:linear-gradient(135deg,#eef9fd,#ffffff 70%)}.listing-category-hero__signal>svg{flex:0 0 auto;width:2.4rem;height:2.4rem;padding:.65rem;border-radius:16px;background:#fff;color:var(--brand-dark);box-shadow:0 12px 24px rgba(31,131,163,.11)}.listing-category-hero__signal span,.listing-category-hero__signal strong{display:block}.listing-category-hero__signal strong{color:#0f172a;font-size:1rem}.listing-category-hero__signal span{margin-top:.22rem;color:#617084;font-size:.88rem;line-height:1.45}.listing-category-workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:1rem}.listing-category-builder,.listing-category-preview{padding:clamp(1rem,2vw,1.25rem)}.listing-category-builder{display:grid;gap:1rem}.listing-category-search-shell--premium{z-index:2}.listing-path-selectors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.listing-category-flow{display:grid;gap:.95rem}.listing-path-select{display:grid;gap:.45rem;padding:.9rem;border:1px solid #e4edf2;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fbfdff)}.listing-path-select>span{color:#44576b;font-size:.78rem;font-weight:900}.listing-path-select select{width:100%;border:1px solid #d8e6ee;background:#f8fbfd;color:#0f172a;font:inherit;font-weight:760}.listing-path-select select,.listing-static-selection--premium{min-height:48px;border-radius:14px}.listing-path-select--main{padding:1rem}.listing-category-stage,.listing-category-stage__resolved{display:grid;gap:.85rem;padding:1rem;border:1px solid #e4edf2;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fbfdff)}.listing-category-stage__head{display:flex;justify-content:space-between;gap:.9rem;align-items:end}.listing-category-stage__head>div{display:grid;gap:.22rem}.listing-category-stage__head span,.listing-category-stage__resolved>span{color:#44576b;font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.listing-category-stage__head strong{color:#0f172a;font-size:1rem;line-height:1.15}.listing-category-stage__head small{max-width:20rem;color:#617084;font-size:.8rem;font-weight:700;line-height:1.45;text-align:right}.listing-category-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.listing-category-choice-grid--final{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-category-choice{display:grid;gap:.34rem;min-height:5rem;padding:.9rem;border:1px solid #dbe8ef;border-radius:16px;background:#f9fcfe;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.listing-category-choice:hover{border-color:rgba(31,131,163,.34);background:#eef9fd;transform:translateY(-1px)}.listing-category-choice.is-selected{border-color:rgba(31,131,163,.45);background:radial-gradient(circle at top right,rgba(46,168,218,.14),transparent 42%),#eef9fd;box-shadow:0 16px 28px rgba(31,131,163,.1)}.listing-category-choice span{color:#617084;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.listing-category-choice strong{color:#0f172a;font-size:.98rem;line-height:1.22}.listing-category-stage__empty{display:flex;gap:.8rem;align-items:center;padding:.95rem;border:1px dashed #cfe0e8;border-radius:16px;background:#f8fbfd}.listing-category-stage__empty svg{flex:0 0 auto;color:var(--brand-dark)}.listing-category-stage__empty span,.listing-category-stage__empty strong{display:block}.listing-category-stage__empty strong{color:#0f172a}.listing-category-stage__empty span{margin-top:.18rem;color:#617084;font-size:.84rem;line-height:1.45}.listing-quick-picks{display:grid;gap:.65rem}.listing-quick-picks>span{color:#617084;font-size:.78rem;font-weight:900;text-transform:uppercase}.listing-quick-picks>div{display:flex;flex-wrap:wrap;gap:.55rem}.listing-quick-picks button{min-height:2.3rem;padding:.25rem .8rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.84rem;font-weight:850;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.listing-quick-picks button:hover{border-color:rgba(31,131,163,.35);background:#eaf8fd;color:var(--brand-dark);transform:translateY(-1px)}.listing-category-preview{display:grid;gap:.9rem;align-content:start;background:radial-gradient(circle at top left,rgba(46,168,218,.12),transparent 28%),#fff}.listing-category-preview__cover{display:grid;gap:.7rem;min-height:180px;padding:1rem;border-radius:18px;background:linear-gradient(135deg,rgba(46,168,218,.16),rgba(120,226,205,.08)),#f8fcfe}.listing-category-preview__cover span{color:#617084;font-size:.76rem;font-weight:900;text-transform:uppercase}.listing-category-preview__cover svg{width:2.7rem;height:2.7rem;padding:.7rem;border-radius:18px;background:#fff;color:var(--brand-dark);box-shadow:0 12px 24px rgba(31,131,163,.12)}.listing-category-preview__cover strong{align-self:end;color:#0f172a;font-size:1.35rem;line-height:1.05}.listing-category-preview__path{display:grid;gap:.55rem}.listing-category-preview__path>div{display:flex;align-items:center;gap:.65rem;min-height:3rem;padding:.55rem .7rem;border:1px solid #e4edf2;border-radius:14px;background:#fbfdff;color:#7a8a9c}.listing-category-preview__path>div.is-filled{border-color:rgba(31,131,163,.22);background:#eff9fd;color:#0f172a}.listing-category-preview__path span{display:inline-grid;place-items:center;width:1.85rem;height:1.85rem;border-radius:999px;background:#fff;color:var(--brand-dark);font-size:.78rem;font-weight:900}.listing-category-preview__path strong{font-size:.9rem}.listing-category-step__intro{display:grid;justify-items:center;gap:.55rem;max-width:42rem;text-align:center}.listing-category-step__intro h4{margin:0;color:#0f172a;font-size:clamp(1.15rem,2vw,1.45rem)}.listing-category-step__intro p{margin:0;color:#617084;font-size:.94rem}.listing-category-step__picker{display:grid;gap:.9rem;width:min(100%,820px)}.listing-category-search-shell{position:relative}.listing-category-searchbox{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;min-height:58px;padding:0 1rem 0 1.05rem;border:1px solid #d8e6ee;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 12px 28px rgba(15,23,42,.05)}.listing-category-searchbox:focus-within{border-color:rgba(31,131,163,.38);box-shadow:0 16px 34px rgba(31,131,163,.08)}.listing-category-searchbox svg{color:var(--brand-dark)}.listing-category-searchbox input{min-width:0;border:0;padding:0;background:transparent;color:#0f172a;font-size:.96rem;outline:0}.listing-selected-path{display:grid;gap:.4rem;min-height:100%;padding:.95rem 1rem;border:1px solid #d7e7ee;border-radius:14px;background:linear-gradient(180deg,#f9fcfe,#f1f8fb)}.listing-selected-path strong{color:#0f172a}.listing-selected-path span{color:#587083;font-weight:700}.listing-selected-path--centered{justify-items:center;min-height:0;padding:1rem 1.1rem;text-align:center}.listing-selected-path--centered span{max-width:52ch}.listing-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:20;display:grid;gap:.45rem;max-height:320px;overflow-y:auto;padding:.65rem;border:1px solid #dbe7ee;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 44px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.listing-search-results--empty{position:static;padding:.85rem 1rem;color:#617084;font-size:.9rem}.listing-search-result{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;border:1px solid #d8e6ee;border-radius:14px;background:#fff;color:#314255;font:inherit;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.listing-search-result.is-selected,.listing-search-result:hover{border-color:rgba(31,131,163,.45);background:#ecf8fc;color:#0d5f79}.listing-search-result__icon{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark)}.listing-search-result__icon svg{width:.95rem;height:.95rem}.listing-search-result__copy{display:grid;gap:.15rem;min-width:0}.listing-search-result__copy small,.listing-search-result__copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-search-result__copy strong{color:#172334;font-size:.92rem}.listing-search-result__copy small{color:#617084;font-size:.78rem}.listing-root-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.listing-root-card{display:grid;gap:.8rem;min-height:120px;padding:1rem;border:1px solid #dce7ed;border-radius:16px;background:#fff;color:#172334;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.listing-root-card.is-selected,.listing-root-card:hover{border-color:rgba(31,131,163,.42);background:linear-gradient(180deg,#ffffff,#f2fbfe);box-shadow:0 16px 28px rgba(32,78,107,.08);transform:translateY(-1px)}.listing-root-card__icon{display:inline-grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark)}.listing-root-card__icon svg{width:1rem;height:1rem}.listing-root-card strong{font-size:.96rem;line-height:1.35}.listing-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.listing-select-grid--category{width:min(100%,920px)}.listing-select-grid--category .listing-form__field{padding:.9rem .95rem;border:1px solid #e4edf2;border-radius:16px;background:#fbfdff}.listing-static-selection{display:flex;align-items:center;gap:.7rem;min-height:48px;padding:.78rem .9rem;border:1px solid #d9e8ef;border-radius:var(--radius);background:#f9fcfe;color:#4f6377;font-weight:700}.listing-static-selection svg{color:var(--brand-dark)}.listing-details-step--premium{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start}.listing-details-editor,.listing-details-preview{border:1px solid #dce9f0;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}.listing-details-editor{display:grid;gap:1rem;padding:clamp(1rem,2vw,1.25rem)}.listing-details-editor__top{display:flex;align-items:start;justify-content:space-between;gap:1rem;padding:.95rem;border-radius:18px;background:radial-gradient(circle at top right,rgba(46,168,218,.12),transparent 32%),linear-gradient(180deg,#ffffff,#f7fbfd)}.listing-details-editor__top h4{margin:.6rem 0 0;color:#0f172a;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.05}.listing-detail-score{display:grid;gap:.15rem;min-width:112px;padding:.75rem .85rem;border:1px solid #d7e7ee;border-radius:16px;background:#fff;text-align:right}.listing-detail-score strong{color:var(--brand-dark);font-size:1.25rem;line-height:1}.listing-detail-score span{color:#617084;font-size:.72rem;font-weight:900;text-transform:uppercase}.listing-details-grid{display:grid;grid-template-columns:1.25fr 1fr minmax(180px,.75fr);gap:.85rem}.listing-form__field--premium{display:grid;gap:.45rem;padding:.9rem;border:1px solid #e4edf2;border-radius:18px;background:linear-gradient(180deg,#ffffff,#fbfdff)}.listing-form__field--premium>label,.listing-form__field--premium>span{color:#44576b;font-size:.78rem;font-weight:900}.listing-form__field--premium small{color:#617084;font-size:.76rem;font-weight:700;line-height:1.35}.listing-form__field--premium.is-valid{border-color:rgba(19,122,66,.3);background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgba(19,122,66,.28),rgba(19,122,66,.08)) border-box}.listing-form__field--premium.is-invalid{border-color:rgba(217,45,32,.32);background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgba(217,45,32,.22),rgba(217,45,32,.06)) border-box}.listing-form__field--premium.is-valid small{color:#137a42}.listing-form__field--premium.is-invalid small{color:#d92d20}.listing-form__field--premium input,.listing-form__field--premium select,.listing-form__field--premium textarea{width:100%;border:1px solid #d8e6ee;border-radius:14px;background:#f8fbfd;color:#0f172a;font:inherit;font-weight:740}.listing-form__field--premium input,.listing-form__field--premium select{min-height:48px}.listing-form__field--inline{grid-template-columns:minmax(0,1fr) auto;align-items:center}.listing-form__field--inline input[type=checkbox]{width:1.15rem;min-height:1.15rem}.listing-form__field--span-two{grid-column:1/-1}.listing-form__field--premium textarea{min-height:150px;resize:vertical;line-height:1.6}.listing-form__field--premium input:focus,.listing-form__field--premium select:focus,.listing-form__field--premium textarea:focus{border-color:rgba(31,131,163,.42);outline:none;box-shadow:0 0 0 3px rgba(31,131,163,.08)}.listing-form__field--premium.is-invalid input,.listing-form__field--premium.is-invalid select,.listing-form__field--premium.is-invalid textarea{border-color:rgba(217,45,32,.44)}.listing-form__field--premium.is-valid input,.listing-form__field--premium.is-valid select,.listing-form__field--premium.is-valid textarea{border-color:rgba(19,122,66,.34)}.listing-form__field--location{position:relative;z-index:120}.listing-location-search__trigger{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.05rem .68rem;align-items:center;width:100%;min-height:52px;padding:.58rem .78rem;border:1px solid #d8e6ee;border-radius:14px;background:#f8fbfd;color:#0f172a;text-align:left}.listing-location-search__trigger>svg{grid-row:1/span 2;width:1.05rem;height:1.05rem;color:var(--brand-dark)}.listing-location-search__trigger small,.listing-location-search__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-location-search__trigger span{font-size:.95rem;font-weight:840}.listing-location-search__trigger small{color:#64748b;font-size:.72rem;font-weight:760}.listing-location-search__panel{position:absolute;top:calc(100% - .55rem);right:.9rem;left:.9rem;z-index:120;display:grid;gap:.58rem;padding:.62rem;border:1px solid rgba(199,219,232,.95);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 46px rgba(7,27,58,.16)}.listing-location-search__panel:before{position:fixed;inset:0;z-index:-1;background:transparent;content:"";pointer-events:none}.listing-location-search__input{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;min-height:2.65rem;padding:0 .72rem;border:1px solid #d8e6ee;border-radius:14px;background:#f8fbfd}.listing-location-search__input svg{width:1rem;height:1rem;color:var(--brand-dark)}.listing-location-search__input input{min-height:2.4rem;border:0;background:transparent;color:#071b3a;font:inherit;font-weight:760;outline:none}.listing-location-search__list{display:grid;gap:.25rem;max-height:min(12.6rem,31vh);overflow-y:auto;padding-right:.12rem}.listing-location-search__list button{display:grid;gap:.12rem;width:100%;padding:.62rem .7rem;border-radius:13px;background:transparent;color:#071b3a;text-align:left}.listing-location-search__list button.is-active,.listing-location-search__list button:hover{background:#eef9fb}.listing-location-search__list button span{font-size:.84rem;font-weight:900}.listing-location-search__empty,.listing-location-search__list button small{color:#64748b;font-size:.7rem;font-weight:760}.listing-location-search__empty{margin:0;padding:.72rem;text-align:center}.listing-form__field--contact{grid-column:1/-1}.listing-description-prompts{display:grid;gap:.65rem}.listing-description-prompts--inline{gap:.45rem}.listing-description-prompts>span{color:#617084;font-size:.78rem;font-weight:900;text-transform:uppercase}.listing-description-prompts>div{display:flex;flex-wrap:wrap;gap:.55rem}.listing-description-prompts button{min-height:2.35rem;padding:.25rem .8rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.82rem;font-weight:850;cursor:pointer}.listing-description-prompts button:hover{border-color:rgba(31,131,163,.35);background:#eaf8fd;color:var(--brand-dark)}.listing-specifics{display:grid;gap:.75rem;padding:.95rem;border:1px solid #dce9f0;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f9fcfe)}.listing-specifics__label{display:grid;gap:.25rem}.listing-specifics__label>span{color:#44576b;font-size:.78rem;font-weight:900;text-transform:uppercase}.listing-specifics__label>small{color:#617084;font-size:.8rem;font-weight:700;line-height:1.4}.listing-specifics__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.listing-details-preview{display:grid;gap:.85rem;padding:1.1rem;background:radial-gradient(circle at top left,rgba(46,168,218,.12),transparent 28%),#fff}.listing-details-preview>span{color:#617084;font-size:.76rem;font-weight:900;text-transform:uppercase}.listing-details-preview h4{margin:0;color:#0f172a;font-size:clamp(1.35rem,2.5vw,1.9rem);line-height:1.05}.listing-details-preview dl{display:grid;gap:.55rem;margin:0}.listing-details-preview dl>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:.7rem;padding:.7rem;border:1px solid #e4edf2;border-radius:14px;background:#fbfdff}.listing-details-preview dt{color:#617084;font-size:.78rem;font-weight:900}.listing-details-preview dd{margin:0;color:#0f172a;font-weight:850}.listing-details-preview__chips{display:grid;gap:.55rem}.listing-details-preview__chips>span{color:#617084;font-size:.76rem;font-weight:900;text-transform:uppercase}.listing-details-preview__chips>div{display:flex;flex-wrap:wrap;gap:.45rem}.listing-details-preview__chips span span,.listing-details-preview__chips>div>span{display:inline-flex;align-items:center;min-height:2rem;padding:.2rem .7rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.78rem;font-weight:800}.listing-details-preview p{margin:0;padding:.9rem;border:1px solid #dce9f0;border-radius:16px;background:#f8fbfd;color:#4f6377;line-height:1.65;white-space:pre-line}.listing-dropzone{display:grid;justify-items:center;gap:.8rem;padding:clamp(1.6rem,3vw,2.4rem);border:1.5px dashed #b7d1dc;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f2f9fc);text-align:center;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.listing-media-step--premium{gap:1rem}.listing-media-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem}.listing-cover-preview,.listing-media-uploader{border:1px solid #dce9f0;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}.listing-media-uploader{display:grid;gap:.85rem;padding:clamp(1rem,2vw,1.2rem)}.listing-dropzone--premium{min-height:260px;border-radius:20px;background:radial-gradient(circle at top right,rgba(46,168,218,.13),transparent 32%),linear-gradient(180deg,#ffffff,#f5fbfd)}.listing-dropzone.is-dragging{border-color:rgba(31,131,163,.5);background:#ebf8fd;transform:scale(.998)}.listing-dropzone__icon{display:grid;place-items:center;width:4rem;height:4rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark)}.listing-dropzone__icon svg{width:1.5rem;height:1.5rem}.listing-dropzone strong{font-size:1.05rem;color:#0f172a}.listing-dropzone p{margin:0;max-width:34rem;color:#617084}.listing-dropzone__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.listing-photo-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.listing-photo-meta--premium{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-photo-meta__card,.listing-review-card{display:grid;gap:.35rem;padding:1rem;border:1px solid #e0eaf0;border-radius:16px;background:#fbfdff}.listing-photo-meta__card span,.listing-review-card span{color:#617084}.listing-photo-meta--premium .listing-photo-meta__card strong{color:#0f172a;font-size:1.1rem}.listing-cover-preview{display:grid;gap:.75rem;align-content:start;padding:1rem;background:radial-gradient(circle at top left,rgba(46,168,218,.12),transparent 28%),#fff}.listing-cover-preview>span{color:#617084;font-size:.76rem;font-weight:900;text-transform:uppercase}.listing-cover-preview__image{display:grid;place-items:center;min-height:320px;border:1px solid #dce9f0;border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.12)),#f3f8fb;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--brand-dark);overflow:hidden}.listing-cover-preview__image svg{width:2rem;height:2rem}.listing-cover-preview strong{color:#0f172a;font-size:1rem}.listing-cover-preview p{margin:0;color:#617084;line-height:1.5}.listing-photo-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.95rem 1rem;border:1px solid #dce9f0;border-radius:18px;background:#fff}.listing-photo-toolbar span,.listing-photo-toolbar strong{display:block}.listing-photo-toolbar strong{color:#0f172a}.listing-photo-toolbar span{margin-top:.2rem;color:#617084;font-size:.88rem}.listing-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.listing-preview-card{position:relative;overflow:hidden;border:1px solid #dce7ed;border-radius:16px;background:#fff}.listing-preview-card__badge{position:absolute;top:.65rem;left:.65rem;z-index:1;padding:.3rem .55rem;border-radius:999px;background:rgba(255,255,255,.94);color:var(--brand-dark);font-size:.72rem;font-weight:900;box-shadow:0 10px 18px rgba(15,23,42,.1)}.listing-preview-card__image{aspect-ratio:1/1;background-position:50%;background-repeat:no-repeat;background-size:cover}.listing-preview-card__meta{display:flex;align-items:start;justify-content:space-between;gap:.75rem;padding:.85rem}.listing-preview-card__meta span,.listing-preview-card__meta strong{display:block}.listing-preview-card__meta span{margin-top:.2rem;color:#617084;font-size:.82rem}.listing-preview-card__remove{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;border:1px solid #d8e4ec;border-radius:999px;background:#fff;color:#4e6174}.listing-preview-card__actions{display:flex;flex:0 0 auto;gap:.4rem;align-items:center}.listing-preview-card__main{min-height:2.2rem;padding:0 .65rem;border:1px solid #d8e4ec;border-radius:999px;background:#fff;color:#4e6174;font-size:.76rem;font-weight:900;cursor:pointer}.listing-preview-card__move{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;border:1px solid #d8e4ec;border-radius:999px;background:#fff;color:#4e6174;cursor:pointer}.listing-preview-card__move svg{width:.9rem;height:.9rem}.listing-preview-card__main:disabled,.listing-preview-card__main:hover,.listing-preview-card__move:hover:not(:disabled){border-color:rgba(31,131,163,.32);background:#eaf8fd;color:var(--brand-dark)}.listing-preview-card__main:disabled,.listing-preview-card__move:disabled{opacity:.45;cursor:default}.listing-preview-card--empty{display:grid;place-items:center;gap:.6rem;padding:1.35rem;border-style:dashed;min-height:220px;color:#617084;text-align:center}.listing-preview-card--empty svg{color:var(--brand-dark)}.listing-pricing-step--premium{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);gap:1rem;align-items:start}.listing-pricing-editor,.listing-pricing-preview{border:1px solid #dce9f0;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}.listing-pricing-editor{display:grid;gap:1rem;padding:clamp(1rem,2vw,1.25rem)}.listing-pricing-editor__head{display:flex;justify-content:space-between;gap:1rem;align-items:start;padding:.95rem;border-radius:18px;background:radial-gradient(circle at top right,rgba(46,168,218,.12),transparent 32%),linear-gradient(180deg,#ffffff,#f7fbfd)}.listing-pricing-editor__head h4{margin:.6rem 0 0;color:#0f172a;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.05}.listing-pricing-editor__head>strong{color:var(--brand-dark);font-size:clamp(1.35rem,3vw,2rem);line-height:1;white-space:nowrap}.listing-pricing-grid{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);gap:.85rem}.listing-price-presets{display:grid;gap:.65rem}.listing-price-presets>span{color:#617084;font-size:.78rem;font-weight:900;text-transform:uppercase}.listing-price-presets>div{display:flex;flex-wrap:wrap;gap:.55rem}.listing-price-presets button{min-height:2.35rem;padding:.25rem .8rem;border:1px solid #dce9f0;border-radius:999px;background:#f8fbfd;color:#314255;font-size:.82rem;font-weight:850;cursor:pointer}.listing-price-presets button.is-active,.listing-price-presets button:hover{border-color:rgba(31,131,163,.35);background:#eaf8fd;color:var(--brand-dark)}.listing-pricing-note{display:flex;align-items:center;gap:.7rem;padding:.95rem 1rem;border:1px solid #d7e7ee;border-radius:14px;background:#f4fbfd;color:#4c6476;font-weight:700}.listing-pricing-preview{overflow:hidden}.listing-pricing-preview__image{display:grid;place-items:center;min-height:260px;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.1)),#f3f8fb;background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--brand-dark)}.listing-pricing-preview__image svg{width:2rem;height:2rem}.listing-pricing-preview__body{display:grid;gap:.45rem;padding:1rem}.listing-pricing-preview__body span{width:fit-content;padding:.3rem .65rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark);font-size:.74rem;font-weight:900}.listing-pricing-preview__body h4{margin:0;color:#0f172a;font-size:1.1rem;line-height:1.25}.listing-pricing-preview__body strong{color:var(--brand-dark);font-size:1.65rem;line-height:1}.listing-pricing-preview__body p{margin:0;color:#617084;font-weight:760}.listing-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.listing-review-showcase{display:grid;grid-template-columns:minmax(360px,1.08fr) minmax(300px,.72fr);gap:1.15rem;align-items:start}.listing-review-preview{display:grid;gap:.9rem;align-content:start}.listing-review-preview__hero{position:relative;min-height:clamp(360px,42vw,520px);border:1px solid #d7e5ec;border-radius:28px;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.22)),linear-gradient(135deg,#dbe8ef,#f6fafc);background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;box-shadow:0 24px 50px rgba(15,23,42,.1)}.listing-review-preview__overlay{position:absolute;inset:0;background:radial-gradient(circle at 16% 14%,rgba(255,255,255,.24),transparent 24%),linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.54))}.listing-review-preview__count{position:absolute;top:1rem;left:1rem;z-index:1;display:inline-flex;padding:.5rem .8rem;border-radius:999px;background:rgba(255,255,255,.94);color:#0f172a;font-size:.78rem;font-weight:800;box-shadow:0 12px 24px rgba(15,23,42,.14)}.listing-review-preview__summary{position:absolute;left:1.1rem;right:1.1rem;bottom:1.1rem;z-index:1;display:grid;gap:.35rem;padding:1.1rem;border:1px solid rgba(255,255,255,.62);border-radius:22px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.listing-review-preview__category{display:inline-flex;width:fit-content;padding:.3rem .65rem;border-radius:999px;background:#e8f7fb;color:var(--brand-dark);font-size:.74rem;font-weight:700}.listing-review-preview__summary strong{color:#109ac2;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;letter-spacing:-.04em}.listing-review-preview__summary h4{margin:0;color:#0f172a;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.25}.listing-review-preview__summary>span:last-child{color:#617084;font-size:.86rem}.listing-review-preview__thumbs{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:thin}.listing-review-preview__thumb{flex:0 0 74px;aspect-ratio:1/1;border:1px solid #dce7ed;border-radius:16px;background-position:50%;background-repeat:no-repeat;background-size:cover}.listing-review-preview__thumb.is-active{border-color:rgba(31,131,163,.42);box-shadow:0 10px 18px rgba(31,131,163,.12)}.listing-review-preview__empty{display:grid;justify-items:center;gap:.45rem;grid-column:1/-1;padding:1rem;border:1px dashed #d7e7ee;border-radius:16px;background:#fbfdff;color:#617084;text-align:center}.listing-review-card strong{color:#0f172a;line-height:1.5}.listing-review-card--full{grid-column:1/-1}.listing-review-panel{display:grid;gap:1rem;padding:1rem;border:1px solid #dce9f0;border-radius:24px;background:radial-gradient(circle at top right,rgba(46,168,218,.12),transparent 34%),#ffffff;box-shadow:0 18px 42px rgba(15,23,42,.06)}.listing-review-panel__head{display:grid;gap:.2rem;padding-bottom:.85rem;border-bottom:1px solid #edf2f6}.listing-review-description span,.listing-review-facts span,.listing-review-panel__head span{color:#617084;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.listing-review-panel__head strong{color:#0f172a;font-size:1.35rem;letter-spacing:-.03em}.listing-review-checklist{display:grid;gap:.65rem}.listing-review-checklist>div{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center;padding:.8rem;border:1px solid #edf2f6;border-radius:16px;background:rgba(248,251,253,.8)}.listing-review-checklist>div>span{display:grid;width:2rem;height:2rem;place-items:center;border-radius:999px;background:#edf4f8;color:#8aa0af}.listing-review-checklist>div.is-ready>span{background:#e6f7ec;color:#108248}.listing-review-checklist svg{width:1rem;height:1rem}.listing-review-checklist small,.listing-review-checklist strong{display:block}.listing-review-checklist strong{color:#0f172a}.listing-review-checklist small{margin-top:.1rem;color:#617084;line-height:1.35}.listing-review-facts{display:grid;gap:.65rem}.listing-review-facts>div{display:flex;justify-content:space-between;gap:1rem;padding-block:.65rem;border-bottom:1px solid #edf2f6}.listing-review-facts strong{color:#0f172a;text-align:right}.listing-review-description{display:grid;gap:.55rem;padding:.9rem;border-radius:18px;background:#f8fbfd}.listing-review-description p{margin:0;color:#334155;font-size:.95rem;line-height:1.65;white-space:pre-line}.listing-review-auth{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border:1px solid #d7e7ee;border-radius:16px;background:linear-gradient(180deg,#f9fcfe,#f2f9fd)}.listing-review-auth span,.listing-review-auth strong{display:block}.listing-review-auth strong{color:#0f172a}.listing-review-auth span{margin-top:.2rem;color:#617084;font-size:.86rem}.success-modal{position:fixed;inset:0;z-index:600;display:grid;place-items:center;padding:1rem}.success-modal__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 24%,rgba(46,168,218,.22),transparent 34%),rgba(8,14,24,.58);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:successBackdropIn .22s ease-out both}.success-modal__card{position:relative;z-index:1;display:grid;justify-items:center;width:min(480px,100%);padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(255,255,255,.68);border-radius:30px;background:radial-gradient(circle at top,rgba(46,168,218,.14),transparent 32%),rgba(255,255,255,.96);box-shadow:0 30px 90px rgba(3,7,18,.36);text-align:center;animation:successCardIn .36s cubic-bezier(.2,.9,.2,1.1) both}.success-modal__orb{position:relative;display:grid;width:5.2rem;height:5.2rem;place-items:center;margin-bottom:1rem;border-radius:999px;background:linear-gradient(135deg,#00b3b6 0,var(--brand) 100%);color:#fff;box-shadow:0 18px 34px rgba(0,155,158,.34);animation:successOrbPop .52s cubic-bezier(.2,1.4,.32,1) .12s both}.success-modal__orb:after,.success-modal__orb:before{position:absolute;content:"";inset:-.45rem;border:1px solid rgba(46,168,218,.28);border-radius:inherit;animation:successPulse 1.5s ease-out infinite}.success-modal__orb:after{animation-delay:.26s}.success-modal__orb svg{width:2.35rem;height:2.35rem;fill:currentColor}.success-modal__eyebrow{color:var(--brand-dark);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.success-modal h2{margin:.45rem 0 0;color:#0f172a;font-size:clamp(1.7rem,4vw,2.45rem);letter-spacing:-.05em;line-height:1}.success-modal p{max-width:24rem;margin:.8rem 0 0;color:#526072;line-height:1.6}.success-modal strong{display:inline-flex;max-width:100%;margin-top:1rem;padding:.55rem .8rem;border-radius:999px;background:#eefafe;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.success-modal__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;width:100%;margin-top:1.25rem}.success-modal__actions .button,.success-modal__actions .button--secondary{min-height:2.8rem;min-width:9rem;border-radius:999px;font-weight:900}@keyframes successBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes successCardIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes successOrbPop{0%{opacity:0;transform:scale(.64) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes successPulse{0%{opacity:.7;transform:scale(.86)}to{opacity:0;transform:scale(1.42)}}.feedback-modal{position:fixed;inset:0;z-index:900;display:grid;place-items:center;padding:1rem}.feedback-modal--loading{align-items:start;pointer-events:none;padding-top:clamp(.8rem,3vh,1.5rem)}.feedback-modal__backdrop{position:absolute;inset:0;border:0;background:radial-gradient(circle at 50% 18%,rgba(49,160,214,.18),transparent 34%),rgba(6,16,28,.42);-webkit-backdrop-filter:blur(16px) saturate(1.05);backdrop-filter:blur(16px) saturate(1.05);animation:feedbackBackdropIn .18s ease-out both}.feedback-modal__backdrop--loading{display:none}.feedback-modal__card{position:relative;z-index:1;display:grid;justify-items:center;width:min(480px,100%);padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(255,255,255,.75);border-radius:30px;background:radial-gradient(circle at top,color-mix(in srgb,var(--feedback-accent) 14%,transparent),transparent 34%),rgba(255,255,255,.96);box-shadow:0 26px 80px rgba(5,16,33,.28);text-align:center;animation:feedbackCardIn .26s cubic-bezier(.2,.9,.2,1.05) both}.feedback-modal__card,.feedback-modal__card--success{--feedback-accent:var(--brand)}.feedback-modal__card--warning{--feedback-accent:#efb100}.feedback-modal__card--danger,.feedback-modal__card--error{--feedback-accent:#e2585a}.feedback-modal__card--info{--feedback-accent:#6773ff}.feedback-modal__card--loading{width:min(320px,calc(100vw - 1.5rem));grid-template-columns:auto 1fr;justify-items:start;gap:.08rem .85rem;padding:.8rem .9rem .82rem;border-radius:22px;border-color:rgba(194,219,233,.9);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,250,255,.9)),rgba(255,255,255,.92);box-shadow:0 18px 38px rgba(7,17,32,.14);pointer-events:auto;text-align:left}.feedback-modal__orb{position:relative;display:grid;width:5.15rem;height:5.15rem;place-items:center;margin-bottom:1rem;border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--feedback-accent) 94%,white) 0,color-mix(in srgb,var(--feedback-accent) 72%,#0f172a) 100%);color:#fff;box-shadow:0 18px 34px color-mix(in srgb,var(--feedback-accent) 28%,transparent);animation:feedbackOrbPop .42s cubic-bezier(.2,1.2,.32,1) 80ms both}.feedback-modal__orb:after,.feedback-modal__orb:before{position:absolute;inset:-.42rem;border:1px solid color-mix(in srgb,var(--feedback-accent) 26%,transparent);border-radius:inherit;content:"";animation:feedbackPulse 1.8s ease-out infinite}.feedback-modal__orb:after{animation-delay:.28s}.feedback-modal__orb svg{width:2.3rem;height:2.3rem}.feedback-modal__loader-gif{position:relative;width:3rem;height:3rem;grid-row:1/span 3;align-self:center}.feedback-modal__loader-core,.feedback-modal__loader-dot,.feedback-modal__loader-ring,.feedback-modal__loader-ring--inner{position:absolute;border-radius:999px}.feedback-modal__loader-ring{inset:0;border-color:rgba(46,168,218,.95) rgba(74,196,228,.55) rgba(46,168,218,.16) rgba(46,168,218,.16);border-style:solid;border-width:2.5px;animation:feedbackSpin 1.05s linear infinite}.feedback-modal__loader-ring--inner{inset:.32rem;border-color:rgba(73,93,145,.12) rgba(73,93,145,.12) rgba(90,118,255,.78) rgba(138,182,255,.58);border-style:solid;border-width:2px;animation:feedbackSpinReverse 1.35s linear infinite}.feedback-modal__loader-core{inset:.72rem;background:radial-gradient(circle at 35% 35%,#9fe7ff 0,var(--brand) 48%,#006f72 100%);box-shadow:0 0 0 8px rgba(46,168,218,.08),0 10px 20px rgba(18,118,161,.18);animation:feedbackCorePulse 1.4s ease-in-out infinite}.feedback-modal__loader-dot{inset:0}.feedback-modal__loader-dot:before{position:absolute;top:-.12rem;left:50%;width:.42rem;height:.42rem;margin-left:-.21rem;border-radius:inherit;background:linear-gradient(135deg,#ffffff,#78d6ff);box-shadow:0 0 10px rgba(120,214,255,.6);content:""}.feedback-modal__loader-dot--one,.feedback-modal__loader-dot--two{animation:feedbackOrbit 1.6s linear infinite}.feedback-modal__loader-dot--two{animation-delay:-.55s}.feedback-modal__loader-dot--three{animation:feedbackOrbit 1.6s linear infinite;animation-delay:-1.1s}.feedback-modal__eyebrow{color:var(--brand-dark);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.feedback-modal__card--loading .feedback-modal__eyebrow{grid-column:2;font-size:.68rem;letter-spacing:.14em}.feedback-modal h2{margin:.45rem 0 0;color:#0f172a;font-size:clamp(1.72rem,4vw,2.45rem);letter-spacing:-.05em;line-height:1.02}.feedback-modal__card--loading h2{grid-column:2;margin:0;font-size:1rem;letter-spacing:-.03em}.feedback-modal p{max-width:24rem;margin:.75rem 0 0;color:#526072;line-height:1.6}.feedback-modal__card--loading p{grid-column:2;margin:.1rem 0 0;max-width:none;font-size:.83rem;line-height:1.42}.feedback-modal strong{display:inline-flex;max-width:100%;margin-top:1rem;padding:.55rem .8rem;border-radius:999px;background:#eefafe;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-modal__card--loading strong{grid-column:2;margin-top:.5rem;padding:.38rem .62rem;font-size:.78rem}.feedback-modal__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;width:100%;margin-top:1.25rem}.feedback-modal__button{min-height:2.8rem;min-width:9rem;padding:.7rem 1.15rem;border:1px solid transparent;border-radius:999px;font-weight:900;font-size:.95rem;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.feedback-modal__button:hover:not(:disabled){transform:translateY(-1px)}.feedback-modal__button:disabled{cursor:not-allowed;opacity:.6}.feedback-modal__button--primary{background:linear-gradient(135deg,var(--feedback-accent) 0,color-mix(in srgb,var(--feedback-accent) 68%,#0f172a) 100%);color:#fff;box-shadow:0 14px 26px color-mix(in srgb,var(--feedback-accent) 22%,transparent)}.feedback-modal__button--secondary{border-color:rgba(201,213,225,.88);background:rgba(255,255,255,.9);color:#334155}.feedback-modal__button--danger{background:linear-gradient(135deg,#eb5757,#c43737);color:#fff;box-shadow:0 14px 26px rgba(196,55,55,.22)}@keyframes feedbackBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes feedbackCardIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes feedbackOrbPop{0%{opacity:0;transform:scale(.74) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes feedbackPulse{0%{opacity:.95;transform:scale(.86)}to{opacity:0;transform:scale(1.24)}}@keyframes feedbackSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes feedbackSpinReverse{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}@keyframes feedbackCorePulse{0%,to{transform:scale(.92);box-shadow:0 0 0 8px rgba(46,168,218,.08),0 10px 20px rgba(18,118,161,.18)}50%{transform:scale(1);box-shadow:0 0 0 12px rgba(46,168,218,.12),0 14px 28px rgba(18,118,161,.22)}}@keyframes feedbackOrbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.feedback-modal{padding:.85rem}.feedback-modal--loading{padding-top:.7rem}.feedback-modal__card{width:100%;border-radius:26px}.feedback-modal__card--loading{width:100%}.feedback-modal__actions{flex-direction:column-reverse}.feedback-modal__button{width:100%}}.listing-wizard__footer{position:sticky;bottom:.75rem;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto;width:min(1120px,100%);margin:0 auto;align-items:center;gap:1rem;padding:.62rem;border:1px solid color-mix(in srgb,var(--surface-border,#d7e4ed) 88%,transparent);border-radius:20px;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--brand-soft,#edf9fd) 52%,transparent),transparent 30%),color-mix(in srgb,var(--surface,#ffffff) 94%,transparent);box-shadow:0 20px 48px rgba(15,23,42,.13),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.listing-wizard__footer-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.72rem;min-width:0}.listing-wizard__footer-meta{display:grid;gap:.08rem;min-width:0}.listing-wizard__footer-meta strong{overflow:hidden;color:#0f172a;font-size:.96rem;font-weight:950;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.listing-wizard__footer-meta span{color:var(--brand-dark);font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.listing-wizard__footer-meta small{overflow:hidden;color:#617084;font-size:.78rem;font-weight:760;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.listing-wizard__footer-avatar{display:grid;place-items:center;width:3.15rem;height:3.15rem;overflow:hidden;border:1px solid rgba(205,222,233,.92);border-radius:16px;background:radial-gradient(circle at 30% 20%,rgba(47,154,188,.18),transparent 38%),linear-gradient(180deg,#ffffff,#eef8fb);background-position:50%;background-size:cover;color:var(--brand-dark);box-shadow:0 10px 22px rgba(15,23,42,.07)}.listing-wizard__footer-avatar.has-image{border-color:rgba(15,23,42,.08)}.listing-wizard__footer-avatar svg{width:1.55rem;height:1.55rem}.listing-wizard__footer-pills{display:flex;gap:.35rem;align-items:center}.listing-wizard__footer-pills span{display:inline-flex;align-items:center;min-height:1.9rem;padding:0 .58rem;border:1px solid #e0eaf2;border-radius:999px;background:rgba(248,251,253,.86);color:#435167;font-size:.72rem;font-weight:850;white-space:nowrap}.listing-wizard__footer-actions{display:flex;align-items:center;gap:.55rem}.listing-wizard__footer-actions .button,.listing-wizard__footer-actions .button--secondary{min-height:2.85rem;min-width:6.6rem;border-radius:999px;font-weight:900;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.listing-wizard__footer-actions .button{background:var(--brand-accent);box-shadow:none}.listing-wizard__footer-actions .button[aria-disabled=true]{opacity:.9;box-shadow:none}.listing-wizard__footer-actions .button--secondary:hover:not(:disabled),.listing-wizard__footer-actions .button:hover:not(:disabled){transform:translateY(-1px)}.listing-wizard__footer-actions .button--secondary{border-color:rgba(216,230,238,.95);background:#ffffff;color:#334155}.listing-wizard__footer-actions .button--secondary:hover:not(:disabled){border-color:rgba(31,131,163,.28);box-shadow:0 10px 22px rgba(15,23,42,.08)}@media (max-width:960px){.listing-flow-category-done,.listing-flow-category-summary,.listing-flow-category-toolbar{grid-template-columns:1fr}.listing-flow-category-done__actions,.listing-flow-category-summary__actions{justify-content:flex-start}.listing-category-hero,.listing-category-picker__columns,.listing-category-workspace,.listing-details-step--premium,.listing-form__grid,.listing-form__hero,.listing-media-workspace,.listing-pricing-step--premium,.listing-start-guide,.listing-start-hero,.seller-apply-benefits,.seller-apply-grid,.seller-apply-hero,.seller-apply-steps{grid-template-columns:1fr}.listing-image-previews{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-category-choice-grid,.listing-category-choice-grid--final,.listing-category-step__top,.listing-details-grid,.listing-path-selectors,.listing-photo-meta,.listing-photo-meta--premium,.listing-preview-grid,.listing-pricing-grid,.listing-review-grid,.listing-root-grid,.listing-select-grid,.listing-specifics__grid{grid-template-columns:1fr 1fr}.listing-review-showcase{grid-template-columns:1fr}.featured-grid,.listing-category-picker__leaf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid .listing-card__media{min-height:210px}.market-promo-band{grid-template-columns:1fr}.market-promo-band__copy h2{max-width:16ch}.market-promo-band__visual{min-height:300px}.market-deal-banner{grid-template-columns:1fr}.market-deal-banner__copy h2{max-width:18ch}.market-deal-banner__stack{min-height:280px}.cart-page__panel,.home-slim-banner{grid-template-columns:1fr;align-items:start}.cart-page__actions{justify-content:flex-start}.cart-page__panel h1{font-size:2rem}.listing-wizard__footer,.listing-wizard__panel-head{align-items:flex-start}.listing-wizard__footer{grid-template-columns:1fr;border-radius:18px}.listing-flow-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-wizard__footer-meta,.listing-wizard__footer-summary{width:100%}.hero-ad__panels{position:static;width:100%;margin-top:6.8rem;padding:0 1rem 3.75rem}.hero-ad__cta{left:1rem;bottom:1rem}}@media (max-width:720px){.featured-grid{grid-template-columns:1fr}.market-section__head{align-items:flex-start}.trending-card{flex-basis:142px}.trending-card__media{min-height:112px;border-radius:16px}.market-promo-band{min-height:auto;padding:1.15rem;border-radius:20px}.market-promo-band__copy h2{font-size:clamp(1.75rem,9vw,2.6rem)}.market-promo-band__actions{align-items:stretch;flex-direction:column}.market-promo-band__visual{min-height:230px}.market-deal-banner{min-height:auto;padding:1.15rem;border-radius:20px}.market-deal-banner__copy h2{font-size:clamp(1.85rem,9vw,2.55rem)}.market-deal-banner__actions{align-items:stretch;flex-direction:column}.market-deal-banner__link{display:inline-flex;min-height:2.4rem;align-items:center;justify-content:center}.market-deal-banner__stack{min-height:220px}.market-deal-banner__tile{border-width:6px;border-radius:14px}.listing-wizard__panel-head h3,.seller-new-page__intro h1{line-height:1.04}.listing-category-step__top,.listing-flow-progress,.listing-photo-meta,.listing-preview-grid,.listing-review-grid,.listing-review-preview__thumbs,.listing-root-grid,.listing-select-grid,.listing-start-guide,.listing-wizard__steps{grid-template-columns:1fr}.listing-wizard__step{justify-items:flex-start}.listing-flow-progress{grid-template-columns:repeat(6,minmax(4.5rem,1fr));gap:.45rem;overflow-x:auto;padding-bottom:.3rem}.listing-flow-progress:after,.listing-flow-progress:before{display:none}.listing-flow-step__bubble{width:3.2rem;height:3.2rem}.listing-flow-step small{font-size:.65rem}.listing-flow-card{min-height:auto;padding:1rem}.listing-flow-context{grid-template-columns:1fr;align-items:start;border-radius:18px}.listing-flow-context__chips{width:100%}.listing-flow-context__chip{min-width:8.5rem}.listing-flow-card__head h3{font-size:clamp(1.85rem,10vw,2.55rem);line-height:1.02}.listing-flow-search{min-height:3.75rem;border-radius:16px}.listing-flow-illustrations{grid-template-columns:1fr;width:100%}.listing-ai-card--inline,.listing-ai-panel,.listing-ai-panel__head{align-items:stretch;flex-direction:column}.listing-ai-card--inline button,.listing-ai-panel__actions,.listing-ai-panel__actions button{width:100%}.listing-ai-panel__identity{align-items:start}.listing-ai-panel__head p{display:none}.listing-ai-live-loader,.listing-ai-panel__status{font-size:.76rem}.listing-ai-reference__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-ai-reference__footer{align-items:stretch;flex-direction:column}.listing-ai-reference__footer .button--secondary{width:100%}.listing-ai-chip-grid{grid-template-columns:1fr}.listing-flow-illustrations span{min-height:4.1rem;grid-template-columns:auto minmax(0,1fr);justify-items:start}.listing-flow-category-grid,.listing-flow-feature-grid,.listing-flow-form,.listing-flow-photo-board{grid-template-columns:1fr}.listing-dropzone__actions,.listing-wizard__footer-actions{width:100%}.listing-wizard__footer{left:auto;right:auto}.listing-review-auth{flex-direction:column;align-items:flex-start}.listing-photo-toolbar{align-items:stretch;flex-direction:column}.listing-category-hero__signal{align-items:flex-start}.listing-category-stage__head,.listing-start-hero__status,.listing-start-manual__head,.listing-start-matches__head{align-items:flex-start;flex-direction:column}.listing-category-stage__head small{max-width:none;text-align:left}.seller-command,.seller-tools,.seller-tools__filters,.seller-tools__head{align-items:stretch;flex-direction:column}.seller-tools__bulk-actions,.seller-tools__primary-actions{justify-content:flex-start}.seller-search{flex-basis:auto;width:100%}.account-layout{display:block}.account-layout>.account-sidebar{display:none}.seller-dashboard-banner{grid-template-columns:1fr;align-items:start}.seller-dashboard-banner__profile{align-items:flex-start}.seller-dashboard-banner__stats{width:100%;min-width:0}.seller-command__identity{align-items:flex-start}.seller-command__actions,.seller-dashboard-banner__actions,.seller-modal__actions{justify-content:flex-start}.security-grid,.seller-bulk-editor,.seller-edit-media__grid,.seller-growth,.seller-modal__grid,.seller-package-grid,.settings-grid,.subscription-grid{grid-template-columns:1fr 1fr}.seller-edit-section__head{align-items:flex-start;flex-direction:column}.seller-edit-section__head span{text-align:left}.seller-edit-attribute-row,.seller-edit-custom-attribute,.settings-layout,.workspace-grid{grid-template-columns:1fr}.seller-listing-table__head{display:none}.seller-listing-row{grid-template-columns:1fr;align-items:stretch}.seller-bulk-editor{grid-template-columns:1fr 1fr}.seller-bulk-editor .button{grid-column:1/-1}.seller-row-actions{justify-content:flex-start}.seller-row-menu__panel{right:auto;left:0}.listing-dropzone__actions .button,.listing-wizard__footer-actions .button{width:100%;justify-content:center}.listing-wizard__footer-pills{display:none}}.product-view-toggle{display:flex;align-items:center;justify-content:flex-end;gap:.42rem}.product-view-toggle__group{display:inline-flex;align-items:center;gap:.12rem}.product-view-toggle button{cursor:pointer}.workspace-panel__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.seller-live-loader{width:100%}@media (max-width:560px){.account-layout{display:block;width:100%;padding-top:.78rem}.account-layout>.account-sidebar{display:none}.seller-workspace--dashboard{gap:.72rem;margin-inline:-.3rem;padding-bottom:1.2rem}.seller-dashboard-banner{gap:.85rem;min-height:auto;padding:1rem;border-radius:24px;box-shadow:0 14px 34px rgba(15,23,42,.055)}.seller-dashboard-banner:after{right:-6.5rem;bottom:-8rem;width:17rem;height:17rem}.seller-dashboard-banner__profile{gap:.8rem}.seller-dashboard-banner__profile>.account-avatar{width:3.2rem;height:3.2rem}.seller-dashboard-banner__profile>div>span{font-size:.66rem;letter-spacing:.1em}.seller-dashboard-banner__profile h2{margin-top:.15rem;font-size:1.48rem;line-height:1.02}.seller-dashboard-banner__profile p{max-width:24rem;margin-top:.36rem;font-size:.84rem;line-height:1.36}.seller-verification-strip{gap:.42rem;margin-top:.62rem}.seller-verification-badge{min-height:1.75rem;padding:.32rem .56rem;font-size:.68rem}.seller-dashboard-banner__stats{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.05rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.seller-dashboard-banner__stats::-webkit-scrollbar{display:none}.seller-dashboard-banner__stats span{min-width:7.35rem;padding:.7rem .78rem;border-radius:18px}.seller-dashboard-banner__stats strong{font-size:1.2rem}.seller-dashboard-banner__stats small{font-size:.65rem}.seller-dashboard-banner__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.5rem}.seller-dashboard-banner__actions .button,.seller-dashboard-banner__actions .button--secondary{width:100%;min-height:2.75rem;border-radius:16px;font-size:.82rem}.seller-alert{padding:.72rem .85rem;border-radius:18px;font-size:.8rem;line-height:1.38}.seller-metrics--dashboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.seller-metrics--dashboard div{min-height:5.9rem;padding:.76rem;border-radius:18px}.seller-metrics span{font-size:.64rem}.seller-metrics strong{font-size:1.45rem}.workspace-grid{gap:.72rem}.workspace-panel{gap:.75rem;padding:.95rem;border-radius:22px;box-shadow:0 10px 26px rgba(15,23,42,.035)}.workspace-panel__head{align-items:flex-start;gap:.55rem}.workspace-panel__head h3{font-size:1.05rem;line-height:1.12}.workspace-panel__eyebrow{margin-bottom:.24rem;font-size:.64rem;letter-spacing:.04em}.workspace-inline-link{flex:0 0 auto;font-size:.78rem;white-space:nowrap}.workspace-link-grid{display:flex;gap:.62rem;overflow-x:auto;margin-inline:-.95rem;padding:0 .95rem .12rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.workspace-link-grid::-webkit-scrollbar{display:none}.workspace-link-card{grid-template-columns:minmax(0,1fr);min-width:12.25rem;min-height:8.8rem;gap:.55rem;padding:.78rem;border-radius:20px}.workspace-link-card__icon{width:2.15rem;height:2.15rem;border-radius:14px}.workspace-link-card__icon svg{width:1rem;height:1rem}.workspace-link-card__copy strong{font-size:.88rem;line-height:1.16}.workspace-link-card__copy p{display:-webkit-box;overflow:hidden;font-size:.74rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:3}.workspace-link-card__arrow{display:none}.workspace-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.workspace-listing-card{border-radius:20px}.workspace-listing-card__media,.workspace-listing-card__media img{min-height:8.9rem}.workspace-listing-card__media em{top:.55rem;left:.55rem;padding:.25rem .48rem;font-size:.58rem}.workspace-listing-card__body{gap:.2rem;padding:.66rem .7rem .78rem}.workspace-listing-card__body span{font-size:.6rem}.workspace-listing-card__body strong{min-height:2.1em;font-size:.86rem}.workspace-listing-card__body b{font-size:1rem}.workspace-listing-card__body p,.workspace-listing-card__body small{font-size:.68rem}.workspace-checklist,.workspace-state-list{gap:.55rem}.workspace-checklist__item,.workspace-state-list>div{display:grid;gap:.28rem;padding:.74rem .78rem;border-radius:17px}.workspace-checklist__item span,.workspace-state-list span{font-size:.66rem;text-transform:uppercase}.workspace-checklist__item strong,.workspace-state-list strong{overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.listing-wizard__footer{bottom:.45rem;gap:.7rem;padding:.55rem;border-radius:16px}.listing-wizard__footer-summary{grid-template-columns:auto minmax(0,1fr);gap:.58rem}.listing-wizard__footer-avatar{width:2.65rem;height:2.65rem;border-radius:14px}.listing-wizard__footer-meta strong{font-size:.9rem}.listing-wizard__footer-meta small{max-width:100%}.listing-wizard__footer-actions{gap:.45rem}.listing-wizard__footer-actions .button,.listing-wizard__footer-actions .button--secondary{min-width:0;min-height:2.65rem;padding-inline:.8rem}.security-grid,.seller-bulk-editor,.seller-dashboard-banner__stats,.seller-edit-media__grid,.seller-growth,.seller-metrics,.seller-modal__grid,.seller-package-grid,.seller-track,.settings-grid,.subscription-grid,.workspace-link-grid{grid-template-columns:1fr}.settings-field--span-two{grid-column:auto}.seller-listing-row__main{grid-template-columns:64px minmax(0,1fr)}.seller-listing-row__image{width:64px}.seller-command__actions .button,.seller-command__actions .button--secondary,.seller-row-action,.seller-row-menu,.seller-tools__bulk-actions .button,.seller-tools__bulk-actions .button--secondary,.seller-tools__primary-actions .button,.seller-tools__primary-actions .button--secondary{flex:1 1 130px}.seller-row-menu__panel{left:0;right:auto;min-width:min(240px,calc(100vw - 3rem))}}.language-switcher{display:grid;gap:6px;max-width:180px;margin-top:16px;color:rgba(255,255,255,.78);font-size:.82rem}.language-switcher select{min-height:38px;border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:0 12px;background:rgba(255,255,255,.08);color:inherit}.auth-social-button__letter{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1877f2;color:#fff;font-weight:800;font-family:Arial,sans-serif}.auth-social-button--facebook{border-color:rgba(24,119,242,.35)}.sell-menu{position:static}.sell-menu:after{left:auto;right:0;width:8rem}.sell-menu__panel{left:50%;right:auto;grid-template-columns:minmax(330px,.58fr) minmax(520px,1fr);align-items:stretch;gap:1.1rem;width:min(1280px,calc(100vw - 1.5rem));padding:1rem;border-color:rgba(190,214,226,.95);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(15,23,42,.18);transform:translate(-50%,-6px)}.sell-menu__panel:before{display:none}.sell-menu:focus-within .sell-menu__panel,.sell-menu:hover .sell-menu__panel{transform:translate(-50%)}.sell-menu__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:.25rem .35rem}.sell-menu__column{display:grid;align-content:start;gap:.18rem}.sell-menu__column strong{display:block;margin-bottom:.5rem;padding-bottom:.55rem;border-bottom:1px solid #dce8ef;color:#172033;font-size:.86rem;font-weight:950}.sell-menu__column a{display:flex;min-height:2.1rem;align-items:center;border-radius:10px;color:#334155;font-size:.88rem;font-weight:680}.sell-menu__column a:hover{color:#086b89;background:#eef9fd;padding-inline:.55rem}.sell-menu__promo{position:relative;display:grid;grid-template-columns:minmax(210px,.55fr) minmax(300px,1fr);gap:1.2rem;min-height:270px;overflow:hidden;padding:2rem;border-radius:18px;background:radial-gradient(circle at 84% 22%,rgba(255,255,255,.34),transparent 24%),linear-gradient(135deg,#52c8d4,#2db8c8 48%,#1597b7);color:#083348}.sell-menu__promo-copy{position:relative;z-index:2;display:grid;align-content:center;gap:.72rem}.sell-menu__promo-copy span{width:fit-content;color:#07506a;font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sell-menu__promo-copy h2{max-width:10ch;margin:0;color:#073248;font-size:clamp(2rem,3.2vw,3.1rem);font-weight:950;line-height:.98}.sell-menu__promo-copy p{max-width:26rem;margin:0;color:rgba(7,50,72,.84);font-size:1rem;font-weight:720;line-height:1.42}.sell-menu__promo-copy a{display:inline-flex;width:fit-content;align-items:center;justify-content:center;min-height:2.65rem;margin-top:.4rem;padding:.45rem 1.35rem;border:1.5px solid rgba(7,50,72,.72);border-radius:999px;color:#073248;font-size:.92rem;font-weight:900}.sell-menu__promo-copy a:hover{background:rgba(255,255,255,.26)}.sell-menu__promo-visual{position:relative;min-height:220px}.sell-menu__photo{position:absolute;display:block;overflow:hidden;border:5px solid rgba(255,255,255,.92);border-radius:18px;background:#fff 50%/cover no-repeat;box-shadow:0 18px 36px rgba(9,48,68,.22)}.sell-menu__photo--one{left:0;top:.6rem;z-index:2;width:38%;height:66%;background-image:url(/sell-menu/product-photo.jpg);transform:rotate(-7deg)}.sell-menu__photo--two{left:30%;top:1.2rem;z-index:3;width:39%;height:72%;background-image:url(/sell-menu/packing.jpg);transform:rotate(7deg)}.sell-menu__photo--three{right:0;top:2.1rem;z-index:1;width:34%;height:64%;background-image:url(/sell-menu/parcel.jpg);transform:rotate(-8deg)}@media (max-width:1050px){.sell-menu{position:relative}.sell-menu__panel{left:auto;right:0;grid-template-columns:1fr;width:min(720px,calc(100vw - 1rem));max-height:min(80vh,720px);overflow-y:auto;transform:translateY(-6px)}.sell-menu:focus-within .sell-menu__panel,.sell-menu:hover .sell-menu__panel{transform:translateY(0)}}@media (max-width:720px){.sell-menu__panel{display:none}}.category-hover-menu{position:static;flex:0 0 auto}.category-hover-menu__trigger{flex:0 0 auto;display:inline-flex;align-items:center;min-height:2.15rem;padding:.5rem .72rem;border:0;border-radius:999px;background:transparent;color:#374151;font-size:.86rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.category-hover-menu.is-open .category-hover-menu__trigger,.category-hover-menu:focus-within .category-hover-menu__trigger,.category-hover-menu:hover .category-hover-menu__trigger{color:#071b3a;background:#f3f4f6}.category-hover-menu__panel{position:absolute;top:calc(100% + .2rem);left:50%;z-index:82;display:grid;grid-template-columns:minmax(300px,.36fr) minmax(0,1fr);align-items:stretch;gap:1rem;height:392px;width:min(1180px,calc(100vw - 3rem));padding:.9rem;border:1px solid rgba(190,214,226,.9);border-radius:24px;background:rgba(255,255,255,.985);box-shadow:0 24px 64px rgba(7,27,58,.16);color:var(--brand-dark);opacity:0;pointer-events:none;transform:translate(-50%,-6px);transition:opacity .15s ease,transform .15s ease}.category-hover-menu.is-open .category-hover-menu__panel,.category-hover-menu:focus-within .category-hover-menu__panel,.category-hover-menu:hover .category-hover-menu__panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.category-hover-menu__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;min-width:0;padding:.45rem .35rem .35rem}.category-hover-menu__column{display:grid;align-content:start;gap:.16rem}.category-hover-menu__column strong{display:block;margin-bottom:.42rem;padding-bottom:.55rem;border-bottom:1px solid #dce8ef;color:var(--brand-dark);font-size:.82rem;font-weight:950}.category-hover-menu__column a{display:flex;min-height:1.92rem;align-items:center;border-radius:10px;color:#344054;font-size:.84rem;font-weight:680}.category-hover-menu__column a:hover{color:var(--brand-teal-dark);background:#eefbfb;padding-inline:.55rem}.category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#e6f7f7;--category-menu-bg-c:#d5f0f0;--category-menu-text:#071b3a;--category-menu-accent:#009c9c;position:relative;display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,1fr);gap:1rem;min-height:0;height:100%;overflow:hidden;padding:1rem;border-radius:18px;background:linear-gradient(110deg,var(--category-menu-bg-a) 0 39%,var(--category-menu-bg-b) 39% 62%,var(--category-menu-bg-c) 62% 100%);color:var(--category-menu-text)}.category-hover-menu__promo-glow{position:absolute;right:-5rem;top:-7rem;width:16rem;height:16rem;border-radius:999px;background:rgba(255,165,31,.14);pointer-events:none}.category-hover-menu__promo-copy{position:relative;z-index:2;display:grid;align-content:center;gap:.58rem;min-width:0;padding:.4rem .2rem .4rem .35rem}.category-hover-menu__promo-copy span{width:fit-content;color:color-mix(in srgb,var(--category-menu-text) 88%,#ffffff 12%);font-size:.68rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.category-hover-menu__promo-copy h2{max-width:15ch;margin:0;color:var(--category-menu-text);font-size:clamp(1.55rem,1.9vw,2.05rem);font-weight:950;line-height:1.06}.category-hover-menu__promo-copy p{max-width:27rem;margin:0;color:color-mix(in srgb,var(--category-menu-text) 82%,#ffffff 18%);font-size:.86rem;font-weight:720;line-height:1.36}.category-hover-menu__promo-copy a{display:inline-flex;width:fit-content;align-items:center;justify-content:center;min-height:2.35rem;margin-top:.2rem;padding:.45rem 1rem;border:1px solid rgba(255,165,31,.38);border-radius:999px;background:var(--brand-accent);color:var(--brand-dark);font-size:.82rem;font-weight:900}.category-hover-menu__promo-copy a:hover{background:rgba(255,255,255,.28)}.category-hover-menu__visual{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:.72rem;min-height:0;min-width:0}.category-hover-menu__feature-card{display:grid;grid-template-rows:minmax(0,1fr) 4.25rem;min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:16px;background:rgba(255,255,255,.82);color:var(--brand-dark);box-shadow:0 14px 28px rgba(7,27,58,.12);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.category-hover-menu__feature-card--1{grid-column:1;grid-row:span 2}.category-hover-menu__feature-card--2,.category-hover-menu__feature-card--3{grid-column:2}.category-hover-menu__feature-card:hover{background:#ffffff;box-shadow:0 18px 36px rgba(7,27,58,.18);transform:translateY(-2px)}.category-hover-menu__feature-image{display:block;min-height:0;background:#e5edf2 50%/cover no-repeat}.category-hover-menu__feature-copy{display:grid;gap:.18rem;min-height:0;align-content:center;padding:.62rem .72rem;background:rgba(255,255,255,.92)}.category-hover-menu__feature-copy small,.category-hover-menu__feature-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-hover-menu__feature-copy strong{color:var(--brand-dark);font-size:.84rem;font-weight:950}.category-hover-menu__feature-copy small{color:var(--muted);font-size:.72rem;font-weight:760}.category-hover-menu--vehicles .category-hover-menu__promo{--category-menu-bg-a:#061222;--category-menu-bg-b:#071b3a;--category-menu-bg-c:#007a7a;--category-menu-text:#ffffff}.category-hover-menu--property .category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#e6f7f7;--category-menu-bg-c:#c8eeee;--category-menu-text:#071b3a}.category-hover-menu--phones .category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#d9f5f5;--category-menu-bg-c:#009c9c;--category-menu-text:#071b3a}.category-hover-menu--computers .category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#e5edf2;--category-menu-bg-c:#bfe8e8;--category-menu-text:#071b3a}.category-hover-menu--electronics .category-hover-menu__promo{--category-menu-bg-a:#071b3a;--category-menu-bg-b:#061222;--category-menu-bg-c:#007a7a;--category-menu-text:#ffffff}.category-hover-menu--home .category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#f1f6f8;--category-menu-bg-c:#d5f0f0;--category-menu-text:#071b3a}.category-hover-menu--fashion .category-hover-menu__promo{--category-menu-bg-a:#ffffff;--category-menu-bg-b:#f7fafc;--category-menu-bg-c:#ffe5b8;--category-menu-text:#071b3a}.category-hover-menu--services .category-hover-menu__promo{--category-menu-bg-a:#f7fafc;--category-menu-bg-b:#e5edf2;--category-menu-bg-c:#009c9c;--category-menu-text:#071b3a}@media (max-width:1050px){.category-hover-menu{position:relative}.category-hover-menu__panel{left:0;grid-template-columns:1fr;width:min(720px,calc(100vw - 1rem));height:auto;max-height:min(80vh,720px);overflow-y:auto;transform:translateY(-6px)}.category-hover-menu.is-open .category-hover-menu__panel,.category-hover-menu:focus-within .category-hover-menu__panel,.category-hover-menu:hover .category-hover-menu__panel{transform:translateY(0)}.category-hover-menu__promo{grid-template-columns:1fr}.category-hover-menu__visual{grid-template-columns:repeat(3,minmax(160px,1fr));overflow-x:auto;min-height:0;padding-bottom:.2rem}.category-hover-menu__feature-card--1{grid-row:auto}}@media (max-width:720px){.category-hover-menu__trigger{min-height:1.7rem;padding:.24rem .58rem;border-radius:999px;background:#f8fbfd;font-size:.7rem;font-weight:850}.category-hover-menu__panel{display:none}}.market-section--photo-categories{padding-top:.4rem}.home-photo-strip{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.15rem 0 .7rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(120,142,160,.4) transparent}.home-photo-strip::-webkit-scrollbar{height:8px}.home-photo-strip::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(120,142,160,.38)}.home-photo-tile{display:grid;flex:0 0 184px;gap:.7rem;color:#071b3a;scroll-snap-align:start}.home-photo-tile__media{display:block;aspect-ratio:1.18;overflow:hidden;border:1px solid #e3e9ef;border-radius:16px;background:#eef2f5 50%/cover no-repeat;box-shadow:inset 0 1px 0 rgba(255,255,255,.78);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-photo-tile:hover .home-photo-tile__media{border-color:rgba(7,141,184,.24);box-shadow:0 16px 32px rgba(15,23,42,.08);transform:translateY(-2px)}.home-photo-tile strong{display:block;overflow:hidden;color:#151f2e;font-size:.93rem;font-weight:820;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}@media (max-width:720px){.home-photo-strip{gap:.78rem}.home-photo-tile{flex-basis:146px}.home-photo-tile__media{border-radius:14px}}.detail-page{padding-top:1rem}.detail-layout{grid-template-columns:minmax(0,1fr) minmax(340px,380px);gap:1.1rem}.detail-card,.seller-card--modern{border:1px solid #dbe8f0;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.08)}.detail-gallery{background:radial-gradient(circle at 24% 18%,rgba(47,154,188,.18),transparent 34%),linear-gradient(135deg,#101826,#1f2937 54%,#142033)}.detail-gallery__main{min-height:500px;background-color:transparent}.detail-gallery__meta{inset:1rem 1.1rem auto}.detail-gallery__action-button,.detail-gallery__action-pill,.detail-gallery__arrow,.detail-gallery__caption,.detail-gallery__count,.detail-gallery__fullscreen{border:1px solid rgba(226,232,240,.75);background:rgba(255,255,255,.93);color:#0f172a;box-shadow:0 12px 30px rgba(2,6,23,.16);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.detail-gallery__caption{background:rgba(15,23,42,.62);color:#fff}.detail-gallery__arrow{width:3.2rem;height:3.2rem}.detail-thumbs{gap:.65rem;padding:1rem 1.15rem 1.1rem;border-top:1px solid #e5edf4}.detail-thumb{flex-basis:74px;height:64px;border-radius:14px}.detail-summary{gap:1.25rem;padding:1.5rem;border-top:1px solid #e6eef5;border-bottom:1px solid #e6eef5;background:linear-gradient(135deg,rgba(239,248,252,.62),rgba(255,255,255,.96) 54%),#fff}.detail-summary h1{max-width:780px;font-size:clamp(1.65rem,3vw,2.25rem)}.detail-summary .detail-summary__price{color:#048fbf;font-size:clamp(2.25rem,4vw,3rem);letter-spacing:0}.detail-summary__chip{min-height:2.15rem;border:1px solid #cdebf5;background:#effafe}.detail-meta{min-width:180px;padding:.95rem;border:1px solid #dce8f0;border-radius:18px;background:rgba(255,255,255,.9);text-align:left;box-shadow:0 12px 28px rgba(15,23,42,.05)}.detail-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1.25rem 1.5rem 0}.detail-info-card{min-height:92px;align-content:center;border-color:#dde9f1;border-radius:16px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.045)}.detail-info-card span,.listing-attributes span{color:#64748b;letter-spacing:.02em}.detail-info-card strong{color:#071b3a;line-height:1.32}.product-description{margin:1.25rem 1.5rem 1.5rem;padding:1.35rem;border-color:#dde9f1;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff)}.product-description h2{margin-bottom:.75rem;font-size:1.25rem}.product-description p{max-width:78ch;color:#334155;font-size:.98rem}.listing-attributes{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-attributes div{border-color:#dde9f1;border-radius:14px;background:#fff}.seller-card--modern{top:6.25rem;overflow:hidden}.seller-card--modern .seller-card__section{padding:1.2rem;border-color:#e6eef5}.seller-card--modern h2{margin-bottom:.9rem;font-size:1.05rem}.seller-card__section--engagement{background:linear-gradient(135deg,rgba(239,248,252,.82),rgba(255,255,255,.96)),#fff}.detail-action,.seller-card--modern .button,.seller-card--modern .button--secondary{min-height:3rem;border-radius:16px}.detail-action{border-color:#d7e5ee}.listing-engagement>div{min-height:74px;border-color:#dde9f1;border-radius:16px;background:#fff}.listing-engagement strong{font-size:1.05rem;line-height:1.25}.seller-card__section--seller{background:#fff}.seller-identity{align-items:flex-start}.seller-avatar{width:58px;height:58px;border:1px solid #dce8f0;background:linear-gradient(135deg,#eef9fd,#f8fafc)}.seller-storefront-link{display:inline-flex;margin-top:.25rem;color:var(--brand-dark);font-size:.82rem;font-weight:900}.seller-card--modern .button{gap:.5rem}.seller-card--modern .button--secondary{border-color:#d9e7ef;background:#fff}.offer-panel{background:linear-gradient(180deg,rgba(248,252,255,.98),rgba(255,255,255,.98)),#fff}.offer-form input,.offer-form textarea,.offer-form__amount,.review-input{border-color:#d9e7ef;border-radius:14px}.offer-form__amount strong{background:#f2f8fb}.rating-picker{gap:.18rem}.rating-picker button{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:10px;background:#f8fafc}.review-list{margin-top:.9rem}.review-item{border-color:#dde9f1;border-radius:14px;background:#fff}.seller-card__section--trust{background:#fbfdff}.trust-list{gap:.65rem}.trust-list>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;padding:.85rem;border:1px solid #dcefe6;border-radius:16px;background:#fff}.trust-list>div:before{display:none}.trust-list svg{width:1.2rem;height:1.2rem;color:#18a865}.trust-list strong{display:block;margin-bottom:.12rem;color:#071b3a}@media (max-width:1050px){.detail-layout{grid-template-columns:1fr}.seller-card--modern{position:static}.detail-info-grid,.listing-attributes{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.detail-page{padding-top:.75rem}.detail-card,.seller-card--modern{border-radius:18px}.detail-gallery__main{min-height:340px}.detail-gallery__meta{inset:.75rem .75rem auto}.detail-gallery__caption{display:none}.detail-gallery__arrow{width:2.75rem;height:2.75rem}.detail-gallery__fullscreen{right:.75rem;bottom:.75rem}.detail-summary{grid-template-columns:1fr;padding:1.1rem}.detail-summary h1{font-size:1.55rem}.detail-summary .detail-summary__price{font-size:2.1rem}.detail-meta{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.detail-info-grid,.listing-attributes{grid-template-columns:1fr;padding-inline:1rem}.product-description{margin:1rem;padding:1rem}.detail-actions,.listing-engagement{grid-template-columns:1fr}.seller-card--modern .seller-card__section{padding:1rem}}.detail-page{padding-top:1.15rem;padding-bottom:3rem}.detail-layout{grid-template-columns:minmax(0,1fr) minmax(360px,410px);gap:1.25rem}.detail-card--modern{position:relative;border-color:color-mix(in srgb,var(--line) 86%,#ffffff 14%);border-radius:28px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--surface-soft) 20%,var(--surface) 80%)),var(--surface)}.detail-card--modern:before{content:"";position:absolute;inset:auto 2rem -42px;height:82px;border-radius:999px;background:color-mix(in srgb,var(--brand) 12%,transparent);filter:blur(34px);pointer-events:none}.detail-gallery{border-radius:28px 28px 0 0}.detail-gallery__main{min-height:560px}.detail-summary--modern{position:relative;align-items:center;padding:1.65rem;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--brand) 14%,transparent),transparent 30%),linear-gradient(135deg,var(--surface) 0,color-mix(in srgb,var(--surface-soft) 30%,var(--surface) 70%) 100%)}.detail-summary__chip{gap:.38rem;border-color:color-mix(in srgb,var(--brand) 22%,var(--line) 78%);background:color-mix(in srgb,var(--brand) 9%,var(--surface) 91%);color:var(--brand-primary-dark)}.detail-summary__chip svg{width:.92rem;height:.92rem}.detail-summary__chip--verified{border-color:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 28%,var(--line) 72%);background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 10%,var(--surface) 90%);color:var(--theme-success-color,#1f8f5f)}.detail-summary__copy>p{display:inline-flex;align-items:center;gap:.42rem;color:#53657a}.detail-summary__copy>p svg{width:1rem;height:1rem;color:var(--brand-primary-dark)}.detail-meta--modern{min-width:214px;gap:.7rem;padding:0;border:0;background:transparent;box-shadow:none}.detail-meta--modern>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.1rem .65rem;padding:.9rem;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 14px 30px rgba(15,23,42,.045)}.detail-meta--modern svg{grid-row:span 2;align-self:center;width:1.1rem;height:1.1rem;color:var(--brand-primary-dark)}.detail-meta--modern span,.detail-meta--modern strong{text-align:left}.detail-info-card{position:relative;min-height:104px;padding-left:3.35rem;overflow:hidden}.detail-info-card>svg{position:absolute;top:1rem;left:1rem;width:1.25rem;height:1.25rem;padding:.45rem;box-sizing:content-box;border-radius:16px;background:color-mix(in srgb,var(--brand) 10%,var(--surface) 90%);color:var(--brand-primary-dark)}.seller-card--modern{border-color:color-mix(in srgb,var(--line) 86%,#ffffff 14%);border-radius:28px;box-shadow:0 26px 80px rgba(15,23,42,.1)}.seller-card--modern .seller-card__section{padding:1.25rem}.seller-card--modern h2{letter-spacing:-.02em}.seller-trust-banner{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;margin-bottom:1rem;padding:.95rem;border:1px solid color-mix(in srgb,var(--theme-success-color,#1f8f5f) 22%,var(--line) 78%);border-radius:20px;background:radial-gradient(circle at 0 0,color-mix(in srgb,var(--theme-success-color,#1f8f5f) 12%,transparent),transparent 42%),linear-gradient(135deg,color-mix(in srgb,var(--theme-success-color,#1f8f5f) 6%,var(--surface) 94%) 0,var(--surface) 100%)}.seller-trust-banner>span{display:grid;place-items:center;width:3rem;height:3rem;border-radius:18px;background:color-mix(in srgb,var(--theme-success-color,#1f8f5f) 10%,var(--surface) 90%);color:var(--theme-success-color,#1f8f5f)}.seller-trust-banner>span.is-verified{background:linear-gradient(135deg,color-mix(in srgb,var(--theme-success-color,#1f8f5f) 78%,#ffffff 22%),color-mix(in srgb,var(--theme-success-color,#1f8f5f) 92%,#000000 8%));color:#fff}.seller-trust-banner svg{width:1.35rem;height:1.35rem}.seller-trust-banner small,.seller-trust-banner strong{display:block}.seller-trust-banner strong{color:#102033;font-size:1rem;font-weight:950}.seller-trust-banner small{margin-top:.12rem;color:#63738a;font-size:.78rem;font-weight:760;line-height:1.35}.seller-badge-row,.seller-trust-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.55rem}.seller-card__mini-title{margin:1.05rem 0 .35rem;color:#64748b;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.seller-card--modern .button,.seller-card--modern .button--secondary{justify-content:center;min-height:3.15rem;border-radius:18px}.seller-card--modern .button svg,.seller-card--modern .button--secondary svg,.seller-secondary-actions svg{width:1.02rem;height:1.02rem}.seller-card__section--seller .button:not(.button--secondary){background:linear-gradient(135deg,#34b6d0,#1387aa);box-shadow:0 16px 30px rgba(19,135,170,.2)}.seller-card__section--seller .button--secondary:hover,.seller-secondary-actions .button--secondary:hover{border-color:rgba(47,154,188,.32);background:#f1fbfe}.seller-secondary-actions{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.95rem;padding-top:.95rem;border-top:1px solid #e5edf4}.seller-secondary-actions .button,.seller-secondary-actions .button--secondary{width:100%;margin-top:0}.seller-report-button{color:#9f1239}.seller-trust-tags{margin-bottom:.85rem}.seller-trust-tags span{display:inline-flex;align-items:center;gap:.35rem;min-height:1.9rem;padding:.2rem .65rem;border:1px solid #d4f0dd;border-radius:999px;background:#f2fff6;color:#12733f;font-size:.75rem;font-weight:900}.seller-trust-tags svg{width:.92rem;height:.92rem}.listing-engagement{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-engagement>div{position:relative;padding-left:2.9rem}.listing-engagement>div>svg{position:absolute;top:.95rem;left:.9rem;width:1rem;height:1rem;padding:.42rem;box-sizing:content-box;border-radius:14px;background:#eaf8fc;color:#0788af}.trust-list>div{border-color:#d6f0df;background:linear-gradient(135deg,#ffffff,#f7fff9)}.seller-modal--compact{border-radius:24px}@media (max-width:720px){.detail-layout{grid-template-columns:1fr}.detail-gallery__main{min-height:360px}.detail-meta--modern,.detail-summary--modern{grid-template-columns:1fr}.detail-meta--modern{width:100%}.detail-info-card{min-height:96px}.seller-card--modern{border-radius:22px}body,html{overflow-x:clip}.page,body,html{max-width:100%}body{background:var(--page)}main{display:grid;gap:.1rem;overflow-x:hidden}.container,.market-container{width:calc(100vw - (var(--mobile-site-gutter) * 2));max-width:calc(100vw - (var(--mobile-site-gutter) * 2))}.market-section,.section{padding:1rem 0}.market-section--categories-home,.market-section--photo-categories,.market-section--slim,.market-section--tight{padding-top:.75rem;padding-bottom:.9rem}.market-section__head,.section-head{align-items:center;gap:.7rem;margin-bottom:.75rem}.eyebrow{margin-bottom:.18rem;font-size:.62rem;letter-spacing:.1em}.market-title,.section__heading{color:#071b3a;font-size:1.08rem;font-weight:920;letter-spacing:-.03em}.market-section__head .button,.market-section__head .button--secondary{min-height:2.2rem;padding:0 .7rem;border-radius:999px;font-size:.72rem;white-space:nowrap}.hero-craigs{overflow:hidden;border-bottom:1px solid rgba(219,232,240,.9);background:#fff}.hero-craigs__inner{grid-template-columns:1fr;gap:0;min-height:0;width:calc(100vw - (var(--mobile-site-gutter) * 2));max-width:calc(100vw - (var(--mobile-site-gutter) * 2));overflow:hidden;padding:.75rem 0 .95rem}.hero-mobile-app{display:grid;gap:.48rem;width:100%;min-width:0}.hero-craigs__content,.hero-slider{display:none}.hero-mobile-slide{position:relative;display:grid;align-items:center;height:clamp(11.35rem,46vw,13.05rem);min-height:0;max-height:clamp(11.35rem,46vw,13.05rem);overflow:hidden;padding:.78rem;border:1px solid rgba(6,95,116,.22);border-radius:24px;background:radial-gradient(circle at 88% 20%,rgba(255,255,255,.22),transparent 6.6rem),radial-gradient(circle at 70% 88%,rgba(255,165,31,.22),transparent 6.4rem),linear-gradient(135deg,#07364a,#071b3a 68%,#0a9c9c);color:#fff;isolation:isolate;box-shadow:0 18px 38px rgba(7,27,58,.16)}.hero-mobile-slide--teal{background:radial-gradient(circle at 88% 20%,rgba(187,255,246,.3),transparent 6.6rem),radial-gradient(circle at 70% 88%,rgba(255,165,31,.18),transparent 6.4rem),linear-gradient(135deg,#053f50,#071b3a 70%,#099a96)}.hero-mobile-slide--gold{background:radial-gradient(circle at 84% 18%,rgba(255,255,255,.46),transparent 6.8rem),radial-gradient(circle at 66% 90%,rgba(7,27,58,.18),transparent 6rem),linear-gradient(135deg,#ffbf2e,#ffa51f 58%,#f58a11)}.hero-mobile-slide--blue{background:radial-gradient(circle at 84% 18%,rgba(203,241,255,.4),transparent 6.8rem),radial-gradient(circle at 66% 90%,rgba(255,165,31,.2),transparent 6rem),linear-gradient(135deg,#0b5f80,#071b3a 74%,#0b89a0)}.hero-mobile-slide--deep{background:radial-gradient(circle at 86% 18%,rgba(0,156,156,.36),transparent 6.6rem),radial-gradient(circle at 66% 88%,rgba(255,165,31,.13),transparent 6rem),linear-gradient(135deg,#10243e,#081120 72%,#063f50)}.hero-mobile-slide__art{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}.hero-mobile-slide__art:before{position:absolute;right:-.35rem;top:50%;width:9.2rem;height:9.2rem;border-radius:999px;background:linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.18)) 50% 18% /58% .18rem no-repeat,linear-gradient(rgba(255,255,255,.14),rgba(255,255,255,.14)) 50% 52% /70% .18rem no-repeat,radial-gradient(circle at 50% 50%,rgba(255,255,255,.13),transparent 62%),repeating-linear-gradient(135deg,rgba(255,255,255,.13) 0 1px,transparent 1px .74rem);opacity:.78;transform:translateY(-50%) rotate(-10deg);content:""}.hero-mobile-slide__art span{position:absolute;display:block;border:1px solid rgba(255,255,255,.32);border-radius:20px;background:rgba(255,255,255,.14);box-shadow:0 18px 44px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-mobile-slide__art span:first-child{right:-.82rem;top:.76rem;width:5.9rem;height:4.1rem;transform:rotate(-8deg)}.hero-mobile-slide__art span:nth-child(2){right:2.74rem;bottom:3rem;width:4.45rem;height:3.35rem;transform:rotate(7deg)}.hero-mobile-slide__art span:nth-child(3){right:.72rem;bottom:5.5rem;width:2.22rem;height:2.22rem;border-radius:999px}.hero-mobile-slide__art span:after,.hero-mobile-slide__art span:before{position:absolute;content:"";pointer-events:none}.hero-mobile-slide__art span:first-child:before{left:50%;top:50%;width:2.8rem;height:1.95rem;border:2px solid rgba(255,255,255,.76);border-radius:.7rem;background:radial-gradient(circle at 76% 22%,rgba(255,165,31,.92) 0 .3rem,transparent .34rem),linear-gradient(180deg,rgba(0,156,156,.5),rgba(255,255,255,.1));transform:translate(-50%,-35%)}.hero-mobile-slide__art span:first-child:after{left:50%;top:28%;width:1.35rem;height:.72rem;border:2px solid rgba(255,255,255,.76);border-bottom:0;border-radius:1rem 1rem 0 0;transform:translateX(-50%)}.hero-mobile-slide__art span:nth-child(2):before{left:50%;top:50%;width:3rem;height:1.95rem;border:2px solid rgba(255,255,255,.66);border-radius:.86rem;background:linear-gradient(90deg,rgba(255,255,255,.78) 0 1.35rem,transparent 1.35rem) .7rem .64rem /1.6rem .16rem no-repeat,linear-gradient(90deg,rgba(255,255,255,.54) 0 1rem,transparent 1rem) .7rem 1.05rem /1.2rem .16rem no-repeat,rgba(255,255,255,.08);transform:translate(-50%,-50%)}.hero-mobile-slide__art span:nth-child(2):after{left:34%;bottom:.58rem;width:.7rem;height:.7rem;border-right:2px solid rgba(255,255,255,.66);border-bottom:2px solid rgba(255,255,255,.66);transform:rotate(45deg)}.hero-mobile-slide__art span:nth-child(3):before{left:50%;top:50%;width:1.08rem;height:1.08rem;border:2px solid rgba(255,255,255,.7);border-radius:999px;transform:translate(-58%,-60%)}.hero-mobile-slide__art span:nth-child(3):after{left:52%;top:55%;width:.78rem;height:.16rem;border-radius:999px;background:rgba(255,255,255,.7);transform:rotate(45deg)}.hero-mobile-slide__cards{position:absolute;right:.74rem;top:.78rem;z-index:1;width:43%;height:calc(100% - 3.45rem);pointer-events:none}.hero-mobile-slide__card{position:absolute;display:block;overflow:hidden;border:4px solid #fff;border-radius:14px;background:#fff;box-shadow:0 14px 28px rgba(0,0,0,.22);pointer-events:auto}.hero-mobile-slide__card img{display:block;width:100%;height:100%;object-fit:cover}.hero-mobile-slide__card span{position:absolute;left:.28rem;bottom:.28rem;max-width:calc(100% - .56rem);overflow:hidden;padding:.24rem .36rem;border-radius:999px;background:rgba(255,255,255,.94);color:var(--brand-dark);font-size:.43rem;font-weight:950;line-height:1;text-overflow:ellipsis;white-space:nowrap}.hero-mobile-slide__card:first-child{left:0;top:.25rem;width:60%;height:74%;transform:rotate(-7deg)}.hero-mobile-slide__card:nth-child(2){right:0;top:1.34rem;width:54%;height:66%;transform:rotate(8deg)}.hero-mobile-slide__scrim{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(5,18,35,.72),rgba(5,18,35,.34) 55%,rgba(5,18,35,.08)),linear-gradient(180deg,rgba(5,18,35,.02),rgba(5,18,35,.28))}.hero-mobile-slide__content{position:relative;z-index:2;display:grid;gap:.24rem;width:min(58%,11.7rem);min-width:0;max-height:calc(100% - 3.75rem);align-self:start;overflow:hidden;padding-bottom:0;padding-top:.12rem}.hero-mobile-slide__eyebrow{display:inline-flex;width:fit-content;min-height:1.25rem;align-items:center;padding:.14rem .44rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.92);font-size:.5rem;font-weight:880;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-mobile-slide h1{display:-webkit-box;margin:0;overflow:hidden;color:#fff;font-size:clamp(.84rem,4vw,1.04rem);font-weight:900;letter-spacing:-.038em;line-height:1;text-overflow:ellipsis;text-shadow:0 8px 22px rgba(0,0,0,.24);-webkit-box-orient:vertical;-webkit-line-clamp:3}.hero-craigs .hero-mobile-slide h1{max-width:12.5rem;margin:0;font-size:clamp(1.34rem,7.1vw,1.78rem);line-height:.98;letter-spacing:-.05em;-webkit-line-clamp:2}.hero-mobile-slide p{display:-webkit-box;margin:0;overflow:hidden;color:#e9fbff;max-width:17ch;font-size:.5rem;font-weight:700;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:1}.hero-craigs .hero-mobile-slide p{max-width:21ch;margin:0;font-size:.56rem;line-height:1.2}.hero-mobile-slide__cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:1.52rem;margin-top:.08rem;padding:.22rem .55rem;border-radius:999px;background:#fff;color:#071b3a;font-size:.52rem;font-weight:900;box-shadow:0 12px 26px rgba(0,0,0,.18)}.hero-mobile-slide__controls{position:absolute;right:.58rem;bottom:.58rem;z-index:3;display:inline-flex;align-items:center;gap:.28rem}.hero-mobile-slide__arrow,.hero-mobile-slide__counter,.hero-mobile-slide__pause{display:inline-grid;min-width:1.72rem;height:1.72rem;place-items:center;border-radius:999px;border:0;background:rgba(255,255,255,.95);color:#071b3a;font-size:.58rem;font-weight:950;box-shadow:0 10px 22px rgba(0,0,0,.14)}.hero-mobile-slide__arrow,.hero-mobile-slide__pause{cursor:pointer}.hero-mobile-slide__arrow.is-primary{outline:2px solid var(--brand-accent);outline-offset:2px;box-shadow:0 10px 22px rgba(0,0,0,.14),0 0 0 4px rgba(0,156,156,.22)}.hero-mobile-slide__counter{min-width:2.6rem;padding:0 .4rem;background:rgba(9,23,44,.66);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-mobile-slide__pause{min-width:1.72rem;background:rgba(255,165,31,.94);color:#071b3a;font-size:.66rem;font-weight:950}.hero-mobile-slide--empty{background:radial-gradient(circle at 88% 18%,rgba(255,165,31,.22),transparent 8rem),linear-gradient(135deg,#0a7486,#071b3a)}.hero-mobile-slide--empty .hero-mobile-slide__content{width:min(82%,18rem)}.hero-mobile-dots{display:inline-flex;justify-content:center;gap:.32rem}.hero-mobile-dots button{width:.44rem;height:.44rem;border:0;border-radius:999px;background:rgba(8,141,184,.18)}.hero-mobile-dots button.is-active{width:1.22rem;background:#ffa51f}.hero-craigs__content{width:100%;max-width:none;min-width:0;gap:.72rem}.hero-craigs h1{max-width:10.8ch;font-size:clamp(2.15rem,14vw,3.25rem);line-height:.94;letter-spacing:-.055em}.hero-craigs p{max-width:31ch;font-size:.88rem;line-height:1.5}.hero-craigs__actions{display:grid;grid-template-columns:1fr;gap:.55rem;width:100%;min-width:0;max-width:100%}.hero-craigs__actions .button{min-width:0;width:100%;min-height:2.75rem;padding-inline:.75rem;border-radius:18px;font-size:.82rem}.hero-slider{width:100%;min-width:0;max-width:100%;gap:.65rem}.hero-slider__stage{min-height:242px;border-radius:24px;box-shadow:0 18px 38px rgba(7,27,58,.14)}.hero-slider__image{inset:.55rem;width:calc(100% - 1.1rem);height:calc(100% - 1.1rem);border-radius:20px}.hero-slider__controls{top:.65rem;right:.65rem;gap:.38rem}.hero-slider__arrow,.hero-slider__counter{min-height:2.05rem;height:2.05rem}.hero-slider__counter{padding-inline:.62rem;font-size:.68rem}.hero-slider__arrow{width:2.05rem}.hero-slider__content{left:.65rem;right:.65rem;bottom:.65rem;max-width:none;gap:.42rem;padding:.72rem;border-radius:20px}.hero-slider__pills{gap:.32rem}.hero-slider__badge,.hero-slider__category{min-height:1.55rem;padding:.18rem .52rem;font-size:.62rem}.hero-slider__content h2{max-width:13ch;font-size:1.35rem}.hero-slider__meta{gap:.4rem;font-size:.72rem}.hero-slider__meta span:nth-child(2){display:none}.hero-slider__cta{min-height:2.05rem;padding:.42rem .7rem;font-size:.74rem}.hero-slider__rail{display:flex;flex-wrap:nowrap;gap:.55rem;overflow-x:auto;padding:.1rem 0 .35rem;scroll-snap-type:x proximity;scrollbar-width:none}}@media (max-width:720px){.category-grid--showcase::-webkit-scrollbar,.hero-slider__rail::-webkit-scrollbar,.home-photo-strip::-webkit-scrollbar,.trending-strip::-webkit-scrollbar{display:none}.hero-slider__rail-item{flex:0 0 72%;min-height:58px;padding:.58rem .62rem;border-radius:18px;scroll-snap-align:start}.hero-slider__rail-index{width:2rem;height:2rem;font-size:.68rem}.hero-slider__rail-copy strong{font-size:.78rem}.hero-slider__rail-copy small,.hero-slider__rail-price{font-size:.65rem}.category-showcase{overflow:visible}.category-grid--showcase{display:grid;grid-auto-flow:column;grid-auto-columns:76px;grid-template-columns:none;grid-template-rows:repeat(2,88px);gap:.58rem;overflow-x:auto;padding:.1rem .05rem .6rem;scroll-snap-type:x mandatory;scrollbar-width:none}.category-tile--showcase{display:block;min-height:0;width:auto;overflow:visible;scroll-snap-align:start}.category-tile__head{display:flex;min-height:88px;height:88px;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:.48rem .34rem;border:1px solid rgba(216,229,237,.92);border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(0,156,156,.08),transparent 3rem),rgba(255,255,255,.96);box-shadow:0 10px 22px rgba(15,23,42,.055)}.category-tile__media{width:2.75rem;min-height:0;height:2.75rem;border-radius:18px;background-size:contain;box-shadow:inset 0 0 0 1px rgba(7,27,58,.06)}.category-tile__media--fallback svg{width:1.55rem;height:1.55rem}.category-tile__copy{justify-items:center;gap:0;width:100%}.category-tile__head strong{max-width:100%;color:#0d2038;font-size:.66rem;line-height:1.12;text-align:center;-webkit-line-clamp:2}.category-tile__head small{display:none}.featured-grid,.home-recent-preview,.listing-grid,.listing-grid--category{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.62rem!important;width:100%;max-width:100%}.featured-grid .listing-card,.listing-card{min-width:0;width:100%;max-width:100%;overflow:hidden;border-color:rgba(217,229,237,.95);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 12px 28px rgba(15,23,42,.06)}.featured-grid .listing-card:hover,.listing-card:hover{transform:none;box-shadow:0 12px 28px rgba(15,23,42,.06)}.featured-grid .listing-card__media,.listing-card__media{aspect-ratio:1/.92;min-height:0;max-height:10.75rem;border-bottom:0}.listing-card__chrome{inset:.42rem .42rem auto;gap:.35rem}.featured-grid .listing-card__status,.listing-card__status{min-height:1.55rem;max-width:5.6rem;padding:.15rem .48rem;overflow:hidden;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.listing-card__save{width:1.85rem;height:1.85rem;box-shadow:0 8px 18px rgba(15,23,42,.12)}.listing-card__save svg{width:.9rem;height:.9rem}.listing-card__media-footer{left:.42rem;right:.42rem;bottom:.42rem;justify-content:flex-start;min-width:0}.listing-card__category-pill,.listing-card__verified{display:none}.featured-grid .listing-card__body,.listing-card__body{gap:.38rem;padding:.62rem}.featured-grid .listing-card h3,.listing-card h3{min-height:2rem;color:#071b3a;font-size:.78rem;font-weight:890;line-height:1.25;-webkit-line-clamp:2}.featured-grid .listing-card strong,.listing-card strong{font-size:.98rem;letter-spacing:-.02em}.featured-grid .listing-card__details,.listing-card__details{gap:.18rem;padding-top:0;border-top:0}.listing-card p{font-size:.64rem;line-height:1.2}.featured-grid .listing-card__location,.listing-card__location{min-height:0;padding:0;width:100%}.featured-grid .listing-card__date,.listing-card__date{display:none}.home-photo-strip,.trending-strip{gap:.65rem;padding-bottom:.45rem;scrollbar-width:none}.home-photo-tile{flex-basis:118px;gap:.42rem}.home-photo-tile__media{min-height:96px;border-radius:18px}.home-photo-tile strong,.trending-card strong{font-size:.72rem;line-height:1.18;white-space:normal}.trending-card{flex-basis:116px;gap:.42rem}.trending-card__media{min-height:94px;border-radius:18px}.trending-card small{font-size:.62rem}.home-slim-banner,.market-deal-banner,.market-promo-band{border-radius:24px}.home-slim-banner{min-height:0;gap:.7rem;padding:.9rem}.home-slim-banner p{font-size:.78rem}.home-slim-banner .button--light{width:100%;min-height:2.6rem;color:#071b3a;font-weight:920}.market-promo-band{gap:.8rem;padding:1rem}.market-promo-band__copy h2{max-width:15ch;font-size:1.55rem}.market-promo-band__copy p{font-size:.84rem}.market-promo-band__actions{display:grid;grid-template-columns:1fr;gap:.55rem}.market-promo-band__actions .button,.market-promo-band__actions .button--secondary{width:100%;min-height:2.65rem;border-radius:16px;font-size:.82rem;font-weight:920}.market-promo-band__actions .button{color:#071b3a}.market-promo-band__actions .button--secondary{color:#fff}.market-promo-band__visual{min-height:190px}.categories-directory__hero{gap:.75rem;padding:1rem;border-radius:24px}.categories-directory__hero h1{font-size:2rem}.categories-directory__hero-copy p:not(.eyebrow){font-size:.86rem}.categories-directory__stats{display:flex;gap:.55rem;min-width:0;overflow-x:auto;scrollbar-width:none}.categories-directory__stats span{flex:0 0 7.2rem}.categories-directory__grid{grid-template-columns:1fr;gap:.75rem}.category-branch{gap:.65rem;padding:.78rem;border-radius:20px}.category-branch__head .category-icon{width:2.75rem;height:2.75rem;border-radius:17px}.category-branch__copy strong{font-size:.92rem}.category-branch__copy p{font-size:.74rem}.category-branch__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.category-branch__summary span{min-height:3rem;padding:.48rem .58rem}.category-branch__chips{display:flex;min-height:0;gap:.42rem;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.category-branch__chip{flex:0 0 auto;min-height:1.95rem;padding:.35rem .6rem;border-radius:999px;font-size:.72rem}.category-page--enhanced{display:flex;flex-direction:column;gap:.85rem}.category-page--enhanced .category-results{order:1}.category-page--enhanced .filter-rail--enhanced{order:2}.category-page--enhanced .breadcrumbs{margin-bottom:.55rem}.category-page--enhanced .category-hero-banner{grid-template-columns:auto minmax(0,1fr);gap:.68rem;padding:.82rem;border-radius:22px}.category-page--enhanced .category-hero-banner__icon{width:2.65rem;height:2.65rem;border-radius:17px}.category-page--enhanced .category-hero-banner__copy span{font-size:.58rem}.category-page--enhanced .category-hero-banner__copy h1{font-size:1.28rem;letter-spacing:-.035em;line-height:1.08}.category-page--enhanced .category-hero-banner__copy p{margin-top:.18rem;font-size:.72rem;line-height:1.35}.category-page--enhanced .category-hero-banner__stats{display:flex;grid-column:1/-1;gap:.45rem;overflow-x:auto;padding-bottom:.02rem;scrollbar-width:none}.category-page--enhanced .category-hero-banner__stats::-webkit-scrollbar{display:none}.category-page--enhanced .category-hero-banner__stats span{flex:1 0 6.25rem;min-height:3.15rem;padding:.5rem .58rem;border-radius:16px}.category-page--enhanced .category-hero-banner__stats strong{font-size:1rem}.category-page--enhanced .category-hero-banner__stats small{font-size:.58rem}.category-page--enhanced .category-results-head--minimal{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.58rem;padding:.72rem;border-radius:20px}.category-page--enhanced .category-results-head__copy{grid-column:1/-1}.category-page--enhanced .category-results-head__copy h2{font-size:1rem}.category-page--enhanced .category-results-head__copy p{display:none}.category-page--enhanced .category-results-head--minimal .category-toolbar__control{width:auto;min-width:0}.category-page--enhanced .category-results-head--minimal .category-toolbar__control span{font-size:.68rem}.category-page--enhanced .category-results-head--minimal .category-toolbar__control select{min-height:2.65rem;padding-inline:.78rem 2.1rem;border-radius:15px}.category-page--enhanced .category-sort-submit{width:auto;min-width:5.3rem;min-height:2.65rem;padding-inline:.95rem;border-radius:15px}.category-page--enhanced .active-filter-pills{gap:.42rem;margin:.65rem 0;overflow-x:auto;padding-bottom:.12rem;flex-wrap:nowrap;scrollbar-width:none}.category-page--enhanced .active-filter-pills::-webkit-scrollbar{display:none}.category-page--enhanced .active-filter-pills span{flex:0 0 auto;min-height:1.8rem;padding:.28rem .58rem;font-size:.66rem}.category-page--enhanced .listing-grid{gap:.55rem!important}.category-page--enhanced .listing-grid .listing-card{border-radius:18px}.category-page--enhanced .listing-grid .listing-card__media{aspect-ratio:1/.72;border-radius:17px 17px 0 0}.category-page--enhanced .listing-grid .listing-card__chrome{inset:.4rem .4rem auto}.category-page--enhanced .listing-grid .listing-card__status{max-width:4.9rem;min-height:1.35rem;padding:.12rem .42rem;font-size:.52rem}.category-page--enhanced .listing-grid .listing-card__save{width:1.78rem;height:1.78rem}.category-page--enhanced .listing-grid .listing-card__body{gap:.32rem;padding:.55rem .58rem .64rem}.category-page--enhanced .listing-grid .listing-card h3{min-height:1.75rem;font-size:.72rem;line-height:1.2}.category-page--enhanced .listing-grid .listing-card strong{font-size:.92rem}.category-page--enhanced .listing-grid .listing-card__location{font-size:.58rem;line-height:1.18}.category-page--enhanced .listing-grid .listing-feed__status{grid-column:1/-1}.category-page--enhanced .filter-form{gap:.72rem}.category-page--enhanced .filter-block{padding:.75rem;border-radius:18px}.category-page--enhanced .filter-block--hero{grid-template-columns:minmax(0,1fr);gap:.62rem}.category-page--enhanced .filter-block--hero h2{font-size:1.15rem}.category-page--enhanced .subcategory-list{gap:.45rem}.category-page--enhanced .subcategory-link{min-height:2.85rem;padding:.5rem .65rem;border-radius:14px;font-size:.78rem}}@media (max-width:380px){.featured-grid,.home-recent-preview,.listing-grid,.listing-grid--category{gap:.5rem}.featured-grid .listing-card__body,.listing-card__body{padding:.54rem}.featured-grid .listing-card h3,.listing-card h3{font-size:.73rem}.featured-grid .listing-card strong,.listing-card strong{font-size:.9rem}}@media (max-width:720px){body{padding-bottom:calc(5.7rem + env(safe-area-inset-bottom))}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:90;display:flex;justify-content:center;padding:.5rem .7rem calc(.56rem + env(safe-area-inset-bottom));pointer-events:none;transform:translateY(0);transition:transform .18s ease,opacity .16s ease}.mobile-bottom-nav.is-hidden{opacity:0;transform:translateY(calc(100% + .6rem))}.mobile-bottom-nav__bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:.18rem;width:min(100%,29rem);padding:.42rem .48rem;border:1px solid rgba(192,215,228,.86);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(7,27,58,.16),inset 0 0 0 1px rgba(255,255,255,.74);pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav__item{display:grid;justify-items:center;gap:.16rem;min-height:3.05rem;align-content:center;color:#637286;font-size:.62rem;font-weight:900;letter-spacing:-.01em;text-decoration:none}.mobile-bottom-nav__icon{display:grid;place-items:center;width:2.05rem;height:2.05rem;border-radius:17px;color:inherit;transition:background .16s ease,color .16s ease,transform .16s ease}.mobile-bottom-nav__icon svg{width:1rem;height:1rem}.mobile-bottom-nav__avatar{display:block;width:1.72rem;height:1.72rem;border:2px solid rgba(255,255,255,.96);border-radius:999px;background:#e7f4f7 50%/cover no-repeat;box-shadow:0 6px 14px rgba(7,27,58,.12)}.mobile-bottom-nav__item.is-active{color:#071b3a}.mobile-bottom-nav__item.is-active .mobile-bottom-nav__icon{background:rgba(0,156,156,.12);color:var(--brand)}.mobile-bottom-nav__item--primary{margin-top:-1.38rem;color:#071b3a}.mobile-bottom-nav__item--primary .mobile-bottom-nav__icon{width:3.25rem;height:3.25rem;border-radius:22px;background:linear-gradient(135deg,#ffa51f,#ffc361);color:#071b3a;box-shadow:0 14px 28px rgba(255,165,31,.36),0 0 0 5px rgba(255,255,255,.88)}.mobile-bottom-nav__item--primary .mobile-bottom-nav__icon svg{width:1.2rem;height:1.2rem}.mobile-bottom-nav__item:active .mobile-bottom-nav__icon{transform:translateY(1px) scale(.96)}.scroll-top{right:.82rem;bottom:calc(6.1rem + env(safe-area-inset-bottom));width:2.55rem;height:2.55rem}.scroll-top span{width:1.95rem;height:1.95rem}.featured-grid{display:flex!important;grid-template-columns:none!important;gap:.72rem!important;margin-right:-.5rem;overflow-x:auto;overflow-y:visible;padding:.08rem .5rem .82rem .02rem;scroll-padding-left:.02rem;scroll-snap-type:x mandatory;scrollbar-width:none}.featured-grid::-webkit-scrollbar{display:none}.featured-grid .listing-card{flex:0 0 clamp(9.55rem,43vw,11.35rem);scroll-snap-align:start}.featured-grid .listing-card,.listing-card{border:1px solid rgba(210,226,235,.95);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,252,254,.98)) padding-box,linear-gradient(135deg,rgba(0,156,156,.22),rgba(255,165,31,.12),rgba(7,27,58,.06)) border-box;box-shadow:0 16px 34px rgba(7,27,58,.08),inset 0 1px 0 rgba(255,255,255,.95)}.listing-card__link{grid-template-rows:auto minmax(0,1fr)}.featured-grid .listing-card__media,.listing-card__media{aspect-ratio:1/.86;max-height:none;border:0;border-radius:20px 20px 0 0;background-color:#fff;background-position:50%;box-shadow:none}.featured-grid .listing-card__media-overlay,.listing-card__media-overlay{background:linear-gradient(180deg,rgba(7,27,58,.05),rgba(7,27,58,0) 58%,rgba(7,27,58,.04)),radial-gradient(circle at 16% 8%,rgba(255,255,255,.28),transparent 34%)}.listing-card__chrome{inset:.5rem .5rem auto}.featured-grid .listing-card__status,.listing-card__status{min-height:1.45rem;max-width:5.3rem;padding:.14rem .5rem;border:1px solid rgba(255,255,255,.62);background:rgba(0,128,143,.92);color:#fff;font-size:.55rem;font-weight:950;box-shadow:0 10px 20px rgba(0,103,116,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.listing-card__save{width:2rem;height:2rem;border:1px solid rgba(222,233,240,.92);background:rgba(255,255,255,.94);color:#64748b;box-shadow:0 10px 20px rgba(7,27,58,.12),inset 0 1px 0 rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.listing-card__save.is-active{border-color:rgba(255,117,143,.26);background:#fff3f6;color:#ff4f75}.featured-grid .listing-card__body,.listing-card__body{gap:.44rem;padding:.68rem .7rem .75rem;background:transparent}.featured-grid .listing-card h3,.listing-card h3{min-height:2.05rem;color:#071b3a;font-size:.78rem;font-weight:920;letter-spacing:-.02em;line-height:1.22}.featured-grid .listing-card strong,.listing-card strong{color:#071b3a;font-size:1.02rem;font-weight:950;letter-spacing:-.045em}.featured-grid .listing-card__details,.listing-card__details{gap:.2rem;padding-top:0;border-top:0}.featured-grid .listing-card__location,.listing-card__location{gap:.3rem;color:#66768a;font-size:.62rem;font-weight:820}.featured-grid .listing-card__location svg,.listing-card__location svg{flex:0 0 auto;width:.82rem;height:.82rem;color:var(--brand)}.listing-card__signals{gap:.28rem;overflow:hidden;max-height:3.25rem}.listing-card__signals span{min-height:1.45rem;max-width:100%;padding:.18rem .44rem;background:#eef6f8;color:#5f7084;font-size:.56rem;font-weight:920}.listing-card__signals span.is-verified{background:rgba(0,156,156,.1);color:var(--brand)}.listing-card__signals svg{width:.66rem;height:.66rem}.home-recent-preview--desktop{display:none!important}.home-recent-preview-mobile{display:block}.market-section__desktop-action{display:none}.recent-feed-view-controls{display:flex;align-items:center;justify-content:flex-end;gap:.34rem;margin:-2.92rem 0 .82rem;padding-left:0}.recent-feed-view-controls__toggle{display:inline-flex;align-items:center;gap:.12rem;padding:.14rem;border:1px solid rgba(202,220,231,.92);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 8px 18px rgba(7,27,58,.05)}.recent-feed-view-controls button,.recent-feed-view-controls__all{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;min-height:1.86rem;border:0;border-radius:999px;color:#64748b;font-size:.63rem;font-weight:950;line-height:1;text-decoration:none}.recent-feed-view-controls button{padding:0 .44rem;background:transparent}.recent-feed-view-controls button.is-active{background:#071b3a;color:#fff;box-shadow:0 10px 20px rgba(7,27,58,.16)}.recent-feed-view-controls__all{flex:0 0 auto;padding:0 .66rem;border:1px solid rgba(202,220,231,.92);background:rgba(255,255,255,.92);color:#071b3a;box-shadow:0 8px 18px rgba(7,27,58,.05)}.recent-feed-view-controls__grid-icon,.recent-feed-view-controls__list-icon{position:relative;display:inline-block;flex:0 0 auto;width:.68rem;height:.68rem}.recent-feed-view-controls__grid-icon:before{position:absolute;left:.02rem;top:.02rem;width:.23rem;height:.23rem;border-radius:.08rem;background:currentColor;box-shadow:.39rem 0 0 currentColor,0 .39rem 0 currentColor,.39rem .39rem 0 currentColor;content:""}.recent-feed-view-controls__list-icon:before{position:absolute;left:.02rem;top:.1rem;width:.62rem;height:.11rem;border-radius:999px;background:currentColor;box-shadow:0 .22rem 0 currentColor,0 .44rem 0 currentColor;content:""}.home-recent-preview--mobile-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.62rem!important}.home-recent-preview--mobile-grid.is-list-view{grid-template-columns:1fr!important}.home-recent-preview--mobile-grid.is-list-view .listing-card{border-radius:22px}.home-recent-preview--mobile-grid.is-list-view .listing-card__link{display:grid;grid-template-columns:7.25rem minmax(0,1fr);min-height:8.1rem}.home-recent-preview--mobile-grid.is-list-view .listing-card__media{height:100%;min-height:8.1rem;aspect-ratio:auto;border-radius:20px 0 0 20px}.home-recent-preview--mobile-grid.is-list-view .listing-card__chrome{inset:.42rem auto auto .42rem}.home-recent-preview--mobile-grid.is-list-view .listing-card__status{display:none}.home-recent-preview--mobile-grid.is-list-view .listing-card__save{width:1.82rem;height:1.82rem}.home-recent-preview--mobile-grid.is-list-view .listing-card__body{align-content:center;gap:.42rem;min-width:0;padding:.72rem .72rem .72rem .78rem}.home-recent-preview--mobile-grid.is-list-view .listing-card h3{min-height:0;font-size:.86rem;line-height:1.18}.home-recent-preview--mobile-grid.is-list-view .listing-card strong{font-size:1.08rem}.home-recent-preview--mobile-grid.is-list-view .listing-card__location{font-size:.66rem}.home-recent-preview--mobile-grid.is-list-view .listing-card__signals{max-height:1.62rem;flex-wrap:nowrap}.home-recent-preview--mobile-grid.is-list-view .listing-card__signals span{max-width:7.4rem}.home-recent-preview-mobile .listing-feed__status{min-height:3.1rem;margin-top:.75rem;display:grid;place-items:center;color:#66768a;font-size:.72rem;font-weight:900}.home-recent-preview-mobile .listing-feed__status>span{display:inline-flex;align-items:center;min-height:2.15rem;padding:.35rem .78rem;border:1px solid rgba(204,222,232,.92);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(7,27,58,.06)}.market-footer{margin-top:1.25rem}.market-footer__deal{display:none}.footer-main{grid-template-columns:1fr;gap:0;padding:.75rem .7rem}.footer-main>.footer-brand-block,.footer-main>.footer-link-cluster{display:none}.footer-mobile-drawer{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(255,255,255,.035);box-shadow:0 14px 34px rgba(0,0,0,.14)}.footer-mobile-drawer>summary{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:4rem;padding:.64rem .74rem;color:#fff;list-style:none;cursor:pointer}.footer-mobile-drawer>summary::-webkit-details-marker{display:none}.footer-mobile-drawer__copy{display:grid;gap:.38rem;min-width:0}.footer-mobile-drawer__copy strong{color:#fff;font-size:.82rem;font-weight:950}.footer-mobile-store-strip{display:flex;flex-wrap:wrap;gap:.42rem}.footer-store-badge{display:inline-flex;align-items:center;gap:.4rem;min-height:2.05rem;padding:.27rem .54rem;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#050b13;color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.18)}.footer-store-badge svg{width:1rem;height:1rem;flex:0 0 auto;fill:currentColor}.footer-store-badge span{display:grid;gap:0;line-height:1}.footer-store-badge small{color:rgba(255,255,255,.7);font-size:.46rem;font-weight:850}.footer-store-badge strong{color:#fff;font-size:.68rem;font-weight:950;letter-spacing:-.02em}.footer-mobile-drawer__toggle{position:relative;display:inline-flex;flex:0 0 auto;width:2rem;height:2rem;border-radius:999px;background:rgba(84,215,194,.1)}.footer-mobile-drawer__toggle:after,.footer-mobile-drawer__toggle:before{position:absolute;left:50%;top:50%;width:.78rem;height:2px;border-radius:999px;background:#54d7c2;content:"";transform:translate(-50%,-50%);transition:transform .16s ease}.footer-mobile-drawer__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.footer-mobile-drawer[open] .footer-mobile-drawer__toggle:after{transform:translate(-50%,-50%) rotate(0deg)}.footer-mobile-drawer__panel{display:grid;gap:.65rem;padding:0 .7rem .75rem}.footer-brand-block--mobile{display:block;padding:.85rem;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.04)}.footer-brand-block--mobile p{max-width:none;margin:.55rem 0 .72rem;font-size:.86rem;line-height:1.45}.footer-trust-list{display:none}.footer-link-accordion{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}.footer-link-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:3rem;padding:0 .9rem;color:#fff;font-weight:900;list-style:none;cursor:pointer}.footer-link-accordion summary::-webkit-details-marker{display:none}.footer-link-accordion__chevron{position:relative;width:1.55rem;height:1.55rem;border-radius:999px;background:rgba(255,255,255,.07)}.footer-link-accordion__chevron:after,.footer-link-accordion__chevron:before{position:absolute;left:50%;top:50%;width:.62rem;height:2px;border-radius:999px;background:#54d7c2;content:"";transform:translate(-50%,-50%);transition:transform .16s ease}.footer-link-accordion__chevron:after{transform:translate(-50%,-50%) rotate(90deg)}.footer-link-accordion[open] .footer-link-accordion__chevron:after{transform:translate(-50%,-50%) rotate(0deg)}.footer-link-accordion__links{display:grid;padding:0 .9rem .78rem}.footer-main .footer-link-accordion__links a{width:100%;margin:0;padding:.58rem 0;color:#b7c1cf;font-size:.86rem}.footer-bottom{display:none}.footer-mobile-drawer__bottom{display:grid;gap:.62rem;justify-items:start;padding:.25rem .15rem 0;color:#8995a5;font-size:.72rem}.footer-mobile-drawer__bottom span:last-child{display:inline-flex;flex-wrap:wrap;gap:.72rem}.footer-mobile-drawer__bottom a{margin:0;color:#9eaabb}}.listing-mobile-contact-bar,.listing-mobile-topbar{display:none}@media (max-width:720px){.market-section--promo-slider{padding-top:.65rem;padding-bottom:.65rem}.slim-promo-slider{grid-template-columns:minmax(0,1fr) minmax(8.8rem,38%);min-height:0;height:13.2rem;border-radius:24px;box-shadow:0 18px 38px rgba(7,27,58,.13)}.slim-promo-slider__glow--one{top:-5rem;right:16%;width:12rem;height:12rem}.slim-promo-slider__glow--two{right:-7rem;bottom:-8rem;width:15rem;height:15rem}.slim-promo-slider__copy{min-height:0;align-content:center;gap:.52rem;padding:1rem .55rem 2.65rem 1rem}.slim-promo-slider__label{min-height:1.46rem;padding:0 .55rem;font-size:.6rem}.slim-promo-slider__copy h2{max-width:10ch;font-size:1.42rem;line-height:.98;letter-spacing:-.04em}.slim-promo-slider__copy p{display:none}.slim-promo-slider__cta{min-height:2.25rem;padding:0 .86rem;font-size:.72rem}.slim-promo-slider__visual{min-height:0;height:100%;padding:.72rem .72rem 2.72rem 0}.slim-promo-slider__lead{left:auto;right:4.95rem;top:auto;bottom:3rem;z-index:3;width:5.15rem;height:5.15rem;border-radius:17px;transform:none}.slim-promo-slider__stack{inset:.72rem .72rem 2.72rem 3.35rem;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:.42rem}.slim-promo-slider__tile{border-radius:15px}.slim-promo-slider__tile--1{grid-row:auto}.slim-promo-slider__route,.slim-promo-slider__tile--4,.slim-promo-slider__tile--5{display:none}.slim-promo-slider__nav{left:1rem;right:.8rem;bottom:.72rem}.slim-promo-slider__controls button{width:2rem;height:2rem;font-size:.95rem}.slim-promo-slider__dots button{width:.45rem;height:.45rem}.market-promo-band{grid-template-columns:minmax(0,1fr) minmax(8.4rem,34%);gap:.72rem;min-height:0;height:14.6rem;padding:1rem;border-radius:24px;box-shadow:0 18px 38px rgba(11,57,76,.13)}.market-promo-band__copy{align-content:center;gap:.52rem;min-width:0}.market-promo-band__copy .eyebrow{font-size:.58rem;letter-spacing:.08em}.market-promo-band__copy h2{max-width:11ch;font-size:1.38rem;line-height:.98;letter-spacing:-.04em}.market-promo-band__copy p:not(.eyebrow){display:none}.market-promo-band__actions{display:flex;flex-wrap:nowrap;gap:.45rem;padding-top:.15rem}.market-promo-band__actions .button,.market-promo-band__actions .button--secondary{width:auto;min-height:2.25rem;padding:0 .72rem;border-radius:999px;font-size:.68rem;white-space:nowrap}.market-promo-band__visual{min-height:0;height:100%}.market-promo-band__mark,.market-promo-band__tile{border-radius:16px;box-shadow:0 12px 24px rgba(0,0,0,.14)}.market-promo-band__tile--1{left:0;top:12%;width:58%;height:48%}.market-promo-band__tile--2{left:42%;top:2%;width:52%;height:36%}.market-promo-band__tile--3{left:20%;bottom:2%;width:52%;height:36%}.market-promo-band__tile--4{right:0;bottom:12%;top:auto;width:46%;height:38%}.market-promo-band__tile--5{display:none}.market-promo-band__mark{right:0;bottom:0;width:3.65rem;height:3.65rem;border-radius:18px}}@media (max-width:720px){body:has(.page--listing-detail){padding-bottom:0}.page--listing-detail{background:#f7f9fc}.page--listing-detail .market-footer,.page--listing-detail .site-header{display:none}.page--listing-detail .detail-page{width:100vw;max-width:100vw;padding:0 0 calc(7.4rem + env(safe-area-inset-bottom))}.page--listing-detail .breadcrumbs{display:none}.listing-mobile-topbar{position:sticky;top:0;z-index:75;display:grid;grid-template-columns:minmax(5.95rem,1fr) minmax(0,1.2fr) minmax(5.95rem,1fr);align-items:center;min-height:4.65rem;gap:.5rem;padding:calc(.55rem + env(safe-area-inset-top)) .82rem .72rem;border-bottom:1px solid rgba(209,224,235,.86);background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(7,27,58,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.listing-mobile-topbar strong{overflow:hidden;color:#071b3a;font-size:.94rem;font-weight:950;text-align:center;text-overflow:ellipsis;white-space:nowrap}.listing-mobile-topbar__button{display:inline-grid;width:2.85rem;height:2.85rem;place-items:center;border:1px solid rgba(203,221,233,.9);border-radius:18px;background:#fff;color:#071b3a;box-shadow:0 10px 22px rgba(7,27,58,.07)}.listing-mobile-topbar__button:last-child{justify-self:end}.listing-mobile-topbar__side{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.listing-mobile-topbar__side--right{justify-content:flex-end}.listing-mobile-topbar__button svg{width:1.15rem;height:1.15rem}.page--listing-detail .detail-layout{display:grid;grid-template-columns:1fr;gap:0;width:100%}.page--listing-detail .detail-card,.page--listing-detail .seller-card--modern{border:0;border-radius:0;box-shadow:none}.page--listing-detail .detail-card--modern{background:#fff}.page--listing-detail .detail-card--modern:before{display:none}.page--listing-detail .detail-gallery{margin:0;padding:.92rem var(--mobile-site-gutter) 0;border-radius:0;background:#fff}.page--listing-detail .detail-gallery__main{min-height:0;height:min(70vw,21rem);overflow:hidden;border:1px solid rgba(7,27,58,.1);border-radius:28px;background-color:#102033;background-size:contain;box-shadow:0 18px 42px rgba(7,27,58,.12)}.page--listing-detail .detail-gallery__meta{inset:.75rem .75rem auto}.page--listing-detail .detail-gallery__action-button,.page--listing-detail .detail-gallery__action-pill,.page--listing-detail .detail-gallery__count{min-height:2.2rem;border:0;background:rgba(255,255,255,.93);color:#071b3a;font-size:.72rem;box-shadow:0 10px 24px rgba(7,27,58,.16)}.page--listing-detail .detail-gallery__fullscreen{right:.75rem;bottom:.75rem;min-height:2.45rem;border:0;border-radius:999px;background:#fff;color:#071b3a;font-size:.73rem;box-shadow:0 12px 26px rgba(7,27,58,.18)}.page--listing-detail .detail-gallery__arrow{width:2.8rem;height:2.8rem;border:0;background:#fff;color:#071b3a}.page--listing-detail .detail-thumbs{gap:.58rem;padding:.82rem .1rem .1rem;border:0;background:transparent}.page--listing-detail .detail-thumb{flex-basis:4.15rem;height:4.15rem;border-radius:15px;box-shadow:0 8px 18px rgba(7,27,58,.09)}.page--listing-detail .detail-summary{display:grid;grid-template-columns:1fr;gap:.82rem;padding:1rem var(--mobile-site-gutter) 1.05rem;border-top:0;border-bottom:1px solid rgba(219,232,240,.92);background:#fff}.page--listing-detail .detail-summary__chips{gap:.5rem}.page--listing-detail .detail-summary__chip{min-height:1.82rem;padding:.15rem .6rem;border-radius:999px;font-size:.64rem}.page--listing-detail .detail-summary h1{max-width:100%;font-size:1.38rem;line-height:1.04;letter-spacing:-.045em}.page--listing-detail .detail-summary .detail-summary__price{color:#0796c5;font-size:1.78rem;line-height:1;letter-spacing:-.055em}.page--listing-detail .detail-summary__copy>p{color:#52657b;font-size:.8rem;font-weight:850}.page--listing-detail .detail-meta--modern{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem;width:100%}.page--listing-detail .detail-meta--modern>div{min-height:4.15rem;padding:.72rem;border-radius:17px;background:#fff}.page--listing-detail .detail-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem;overflow:visible;padding:.9rem var(--mobile-site-gutter) 1rem;border-bottom:1px solid rgba(219,232,240,.92);background:#f8fbfd}.page--listing-detail .detail-info-card{min-height:5.85rem;padding:.78rem .72rem .72rem 2.92rem;border-color:rgba(202,221,233,.9);border-radius:19px;background:#fff;box-shadow:0 12px 28px rgba(7,27,58,.045)}.page--listing-detail .detail-info-card>svg{top:.82rem;left:.82rem;border-radius:16px}.page--listing-detail .detail-info-card span{font-size:.6rem;letter-spacing:.055em}.page--listing-detail .detail-info-card strong{font-size:.82rem;line-height:1.2}.page--listing-detail .product-description{margin:0;padding:1.25rem var(--mobile-site-gutter) 1.35rem;border:0;border-bottom:1px solid rgba(219,232,240,.92);border-radius:0;background:#fff}.page--listing-detail .product-description h2{color:#071b3a;font-size:1.06rem;letter-spacing:-.035em}.page--listing-detail .product-description p{color:#3e4f66;font-size:.88rem;line-height:1.58}.page--listing-detail .listing-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.page--listing-detail .listing-attributes div{border-radius:18px}.page--listing-detail .seller-card--modern{position:static;display:grid;gap:.75rem;padding:.75rem 0 1rem;background:#f7f9fc}.page--listing-detail .seller-card--modern .seller-card__section{margin:0 var(--mobile-site-gutter);padding:1rem;border:1px solid rgba(203,221,233,.88);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(7,27,58,.045)}.page--listing-detail .seller-card__section--engagement{background:#fff}.page--listing-detail .seller-card h2{margin-bottom:.72rem;font-size:.98rem}.page--listing-detail .detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.page--listing-detail .detail-action{min-height:2.7rem;border-radius:16px;font-size:.78rem}.page--listing-detail .listing-engagement{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.page--listing-detail .listing-engagement>div{min-height:4.65rem;padding:.72rem .72rem .72rem 2.62rem;border-radius:18px}.page--listing-detail .listing-engagement strong{font-size:.92rem}.page--listing-detail .listing-engagement span{font-size:.62rem}.page--listing-detail .review-item,.page--listing-detail .seller-trust-banner,.page--listing-detail .trust-list>div{border-radius:20px}.page--listing-detail .seller-trust-banner{padding:.78rem}.page--listing-detail .seller-trust-banner>span{width:2.45rem;height:2.45rem;border-radius:16px}.page--listing-detail .seller-trust-banner strong{font-size:.9rem}.page--listing-detail .seller-identity .muted,.page--listing-detail .seller-trust-banner small{font-size:.72rem}.page--listing-detail .seller-identity{margin-bottom:0}.page--listing-detail .seller-avatar{width:2.75rem;height:2.75rem}.page--listing-detail .seller-identity strong{font-size:.92rem}.page--listing-detail .seller-badge-row{gap:.35rem}.page--listing-detail .seller-verified-badge{min-height:1.52rem;padding:.14rem .48rem;font-size:.66rem}.page--listing-detail .seller-card__mini-title,.page--listing-detail .seller-card__section--seller>.button{display:none}.page--listing-detail .offer-panel{background:#fff}.page--listing-detail .offer-form{gap:.68rem}.page--listing-detail .offer-form label{font-size:.76rem}.page--listing-detail .offer-form input,.page--listing-detail .offer-form textarea,.page--listing-detail .offer-form__amount,.page--listing-detail .review-input{border-radius:17px}.page--listing-detail .offer-form input,.page--listing-detail .offer-form textarea,.page--listing-detail .review-input{padding:.75rem .82rem;font-size:.9rem}.page--listing-detail .offer-form textarea{min-height:5.4rem}.page--listing-detail .seller-card .button,.page--listing-detail .seller-card .button--secondary{min-height:2.9rem;margin-top:.5rem;border-radius:17px;font-size:.82rem}.page--listing-detail .rating-picker{margin-bottom:.55rem}.page--listing-detail .rating-picker button{width:2rem;height:2rem;font-size:1rem}.page--listing-detail .trust-list{gap:.62rem}.page--listing-detail .trust-list>div{padding:.8rem .82rem}.page--listing-detail .trust-list strong{font-size:.86rem}.page--listing-detail .trust-list .muted{font-size:.76rem;line-height:1.35}.page--listing-detail .seller-trust-tags span{min-height:1.65rem;padding:.16rem .52rem;font-size:.66rem}.page--listing-detail .market-section{width:100%;padding:1.2rem var(--mobile-site-gutter) 1.4rem;background:#f7f9fc}.page--listing-detail .market-title{margin-bottom:.75rem;font-size:1.15rem}.page--listing-detail .market-section .listing-grid{display:flex;gap:.8rem;overflow-x:auto;padding:.05rem .1rem .72rem;scroll-snap-type:x mandatory;scrollbar-width:none}.page--listing-detail .market-section .listing-grid::-webkit-scrollbar{display:none}.page--listing-detail .market-section .listing-card{flex:0 0 12.2rem;scroll-snap-align:start}.listing-mobile-contact-bar{position:fixed;right:0;bottom:0;left:0;z-index:95;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.7rem;padding:.72rem .8rem calc(.78rem + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(247,249,252,0),rgba(247,249,252,.96) 22%),rgba(247,249,252,.92);pointer-events:none;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.listing-mobile-contact-bar__button{display:inline-flex;align-items:center;justify-content:center;gap:.58rem;min-width:0;min-height:3.55rem;border:1px solid rgba(203,221,233,.88);border-radius:22px;background:#fff;color:#071b3a;font-weight:950;box-shadow:0 18px 34px rgba(7,27,58,.12),inset 0 0 0 1px rgba(255,255,255,.68);pointer-events:auto}.listing-mobile-contact-bar__button--call{border-color:transparent;background:linear-gradient(135deg,#33b8cf,#0788af);color:#fff}.listing-mobile-contact-bar__button--call.is-revealed{border-color:transparent;background:linear-gradient(135deg,#079f9f,#047a92);color:#fff}.listing-mobile-contact-bar__button svg{width:1.12rem;height:1.12rem;flex:0 0 auto}.listing-mobile-contact-bar__button span{display:grid;min-width:0;gap:.05rem;text-align:left}.listing-mobile-contact-bar__button small,.listing-mobile-contact-bar__button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-mobile-contact-bar__button strong{font-size:.88rem;letter-spacing:-.02em}.listing-mobile-contact-bar__button small{opacity:.76;font-size:.62rem;font-weight:850}.page--listing-detail .scroll-top{display:none}.featured-grid .listing-card__save,.listing-card__save,.page--listing-detail .listing-card__save{display:grid;align-items:center;justify-items:center;place-items:center;padding:0;line-height:0}.featured-grid .listing-card__save svg,.listing-card__save svg,.page--listing-detail .listing-card__save svg{display:block;margin:0;flex:0 0 auto}}@media (max-width:720px){body:has(.page--seller-new){padding-bottom:0}.page--seller-new{background:#f7f9fc}.page--seller-new .site-header__nav{display:none}.page--seller-new .seller-new-page{width:100vw;max-width:100vw;padding:0 var(--mobile-site-gutter) calc(6.9rem + env(safe-area-inset-bottom))}.page--seller-new .listing-wizard{gap:.62rem;border:0;background:transparent;box-shadow:none}.page--seller-new .listing-flow-header{position:static;z-index:48;gap:.45rem;margin:0 calc(var(--mobile-site-gutter) * -1);padding:.58rem var(--mobile-site-gutter) .65rem;border-bottom:1px solid rgba(213,228,237,.88);background:rgba(247,249,252,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.page--seller-new .listing-flow-header h2,.page--seller-new .listing-flow-header p{display:none}.page--seller-new .listing-flow-progress{display:grid;grid-auto-flow:column;grid-auto-columns:4.25rem;grid-template-columns:none;gap:.48rem;overflow-x:auto;padding:.08rem .05rem .18rem;scroll-padding-left:var(--mobile-site-gutter);scroll-snap-type:x mandatory;scrollbar-width:none}.page--seller-new .listing-flow-progress::-webkit-scrollbar{display:none}.page--seller-new .listing-flow-step{min-height:4.55rem;align-content:center;gap:.18rem;padding:.42rem .3rem;border:1px solid transparent;border-radius:20px;background:rgba(255,255,255,.64);scroll-snap-align:start}.page--seller-new .listing-flow-step.is-active,.page--seller-new .listing-flow-step.is-complete{border-color:rgba(0,156,156,.18);background:#fff;box-shadow:0 10px 22px rgba(7,27,58,.06)}.page--seller-new .listing-flow-step__bubble{width:2.25rem;height:2.25rem;border-radius:16px}.page--seller-new .listing-flow-step__bubble svg{width:1rem;height:1rem}.page--seller-new .listing-flow-step small{font-size:.54rem;letter-spacing:.06em}.page--seller-new .listing-flow-step strong{display:-webkit-box;overflow:hidden;font-size:.63rem;line-height:1.08;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2}.page--seller-new .listing-flow-panel{width:100%}.page--seller-new .listing-flow-context{display:none}.page--seller-new .listing-flow-card{gap:.76rem;min-height:0;padding:.9rem;border-radius:26px;background:#fff;box-shadow:0 16px 34px rgba(7,27,58,.055)}.page--seller-new .listing-flow-card--start{align-content:start}.page--seller-new .listing-flow-card__head{gap:.38rem;max-width:none}.page--seller-new .listing-flow-card__eyebrow{min-height:1.5rem;padding:0 .52rem;font-size:.56rem;letter-spacing:.08em}.page--seller-new .listing-flow-card__head h3{max-width:13ch;font-size:1.52rem;line-height:.98;letter-spacing:-.045em}.page--seller-new .listing-flow-card__head p{max-width:24rem;font-size:.8rem;line-height:1.45}.page--seller-new .listing-flow-live-title{gap:.12rem;padding:.72rem .78rem;border-radius:20px}.page--seller-new .listing-flow-live-title span{font-size:.56rem;letter-spacing:.08em}.page--seller-new .listing-flow-live-title strong{font-size:.92rem}.page--seller-new .listing-flow-live-title small{font-size:.68rem}.page--seller-new .listing-flow-search{min-height:3.18rem;gap:.62rem;padding:0 .82rem;border-radius:18px}.page--seller-new .listing-flow-search svg{width:1.05rem;height:1.05rem}.page--seller-new .listing-flow-search input{font-size:.88rem}.page--seller-new .listing-flow-validation{min-height:2rem;margin:-.08rem 0 0;justify-content:center;padding:.35rem .62rem;border-radius:16px;font-size:.73rem;line-height:1.15}.page--seller-new .listing-flow-illustrations{grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem;width:100%}.page--seller-new .listing-flow-illustrations span{min-height:4.05rem;grid-template-columns:1fr;gap:.25rem;justify-items:center;padding:.52rem .34rem;border-radius:18px}.page--seller-new .listing-flow-illustrations svg{width:1.2rem;height:1.2rem}.page--seller-new .listing-flow-illustrations strong{font-size:.66rem}.page--seller-new .listing-flow-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.page--seller-new .listing-flow-category-grid button{min-height:5.5rem;gap:.42rem;padding:.68rem;border-radius:20px;font-size:.78rem}.page--seller-new .listing-flow-category-grid svg{width:1.9rem;height:1.9rem}.page--seller-new .listing-flow-list button{min-height:3.2rem;gap:.68rem;padding:0 .2rem;font-size:.82rem}.page--seller-new .listing-flow-dropzone{min-height:11rem;padding:1rem;border-radius:22px}.page--seller-new .listing-flow-dropzone strong{font-size:1rem}.page--seller-new .listing-flow-dropzone p,.page--seller-new .listing-flow-dropzone small{font-size:.72rem}.page--seller-new .listing-flow-photo-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.page--seller-new .listing-flow-add-photo,.page--seller-new .listing-flow-photo-card{min-height:10.2rem;border-radius:20px}.page--seller-new .listing-flow-photo-card__image{min-height:6.4rem}.page--seller-new .listing-flow-feature-grid,.page--seller-new .listing-flow-form{grid-template-columns:1fr;gap:.74rem}.page--seller-new .listing-form__field--premium{padding:.74rem;border-radius:20px}.page--seller-new .listing-form__field--premium>label,.page--seller-new .listing-form__field--premium>span{font-size:.72rem}.page--seller-new .listing-form__field--premium input,.page--seller-new .listing-form__field--premium select{min-height:2.85rem;border-radius:16px;font-size:.9rem}.page--seller-new .listing-location-search__trigger{min-height:2.85rem;border-radius:16px}.page--seller-new .listing-location-search__panel{position:fixed;right:max(.72rem,env(safe-area-inset-right));bottom:calc(5.55rem + env(safe-area-inset-bottom));left:max(.72rem,env(safe-area-inset-left));top:auto;z-index:96;max-height:min(25rem,58vh);padding:.7rem;border-radius:24px}.page--seller-new .listing-location-search__list{max-height:min(17rem,43vh)}.page--seller-new .listing-form__field--premium textarea{min-height:7.2rem;border-radius:16px;font-size:.9rem}.page--seller-new .listing-wizard__footer{position:fixed;right:.72rem;bottom:calc(.68rem + env(safe-area-inset-bottom));left:.72rem;z-index:92;width:auto;gap:.55rem;padding:.56rem;border-radius:24px}.page--seller-new .listing-wizard__footer-summary{grid-template-columns:auto minmax(0,1fr);gap:.52rem}.page--seller-new .listing-wizard__footer-avatar{width:2.42rem;height:2.42rem;border-radius:16px}.page--seller-new .listing-wizard__footer-meta small,.page--seller-new .listing-wizard__footer-meta span{display:none}.page--seller-new .listing-wizard__footer-meta strong{font-size:.78rem}.page--seller-new .listing-wizard__footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:.42rem;width:auto;min-width:9.6rem}.page--seller-new .listing-wizard__footer-actions .button,.page--seller-new .listing-wizard__footer-actions .button--secondary{width:auto;min-width:0;min-height:2.55rem;padding:0 .68rem;border-radius:18px;font-size:.74rem}.page--seller-new .listing-wizard__footer-pills{display:none}}@media (max-width:390px){.page--seller-new .listing-flow-card__head h3{font-size:1.35rem}.page--seller-new .listing-wizard__footer-actions{min-width:8.7rem}}@media (max-width:560px){.seller-workspace--dashboard .seller-metrics--dashboard{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.48rem!important}.seller-workspace--dashboard .seller-metrics--dashboard .seller-metric-card{min-height:5.15rem;grid-template-columns:1fr;justify-items:start;gap:.18rem;padding:.58rem;border-radius:16px}.seller-workspace--dashboard .seller-metric-card__icon{width:1.92rem;height:1.92rem;border-radius:13px}.seller-workspace--dashboard .seller-metric-card__icon svg{width:.88rem;height:.88rem}.seller-workspace--dashboard .seller-metrics--dashboard .seller-metric-card>span:not(.seller-metric-card__icon){max-width:100%;overflow:hidden;font-size:.54rem;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.seller-workspace--dashboard .seller-metrics--dashboard .seller-metric-card strong{max-width:100%;overflow:hidden;font-size:.98rem;line-height:1.02;text-overflow:ellipsis;white-space:nowrap}.seller-workspace--dashboard .seller-metrics--dashboard .seller-metric-card:after{right:-2.3rem;bottom:-2.4rem;width:4.7rem;height:4.7rem}.seller-workspace--dashboard .workspace-checklist,.seller-workspace--dashboard .workspace-state-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.52rem}.seller-workspace--dashboard .workspace-checklist__item,.seller-workspace--dashboard .workspace-state-list>div{min-height:4.45rem;align-content:center;padding:.62rem;border-radius:16px}.seller-workspace--dashboard .workspace-checklist__item span,.seller-workspace--dashboard .workspace-state-list span{max-width:100%;overflow:hidden;font-size:.56rem;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.seller-workspace--dashboard .workspace-checklist__item strong,.seller-workspace--dashboard .workspace-state-list strong{font-size:.78rem;line-height:1.14}.seller-workspace .workspace-panel__head-actions{display:flex;align-items:center;gap:.42rem}.seller-workspace .product-view-toggle--workspace{margin:0;gap:0}.seller-workspace .product-view-toggle--workspace .recent-feed-view-controls__toggle{min-height:1.82rem}.seller-workspace .product-view-toggle--workspace .recent-feed-view-controls__all{display:none}.seller-workspace .workspace-listing-grid.is-list-view{grid-template-columns:1fr}.seller-workspace .workspace-listing-grid.is-list-view .workspace-listing-card{display:grid;grid-template-columns:6.45rem minmax(0,1fr);min-height:6.45rem}.seller-workspace .workspace-listing-grid.is-list-view .workspace-listing-card__media,.seller-workspace .workspace-listing-grid.is-list-view .workspace-listing-card__media img{min-height:100%;height:100%}.seller-workspace .workspace-listing-grid.is-list-view .workspace-listing-card__body{align-content:center}.seller-workspace .workspace-listing-grid.is-list-view .workspace-listing-card__body strong{min-height:0;-webkit-line-clamp:1}.seller-workspace .seller-live-loader{padding:.68rem;border-radius:18px}.account-content{border:0;border-radius:0;background:transparent;box-shadow:none}.account-content__head{margin:.18rem 0 .74rem;padding:1rem;border-radius:22px}.account-content__head h1{font-size:1.55rem;line-height:1.05}.account-content__head p{max-width:29rem;font-size:.86rem;line-height:1.38}.account-content__body{padding:0}.settings-layout{display:grid;gap:.72rem}.settings-grid{grid-template-columns:1fr;gap:.7rem}.settings-field{gap:.32rem}.settings-field span{font-size:.74rem}.settings-field input{min-height:2.9rem;border-radius:16px;padding:.72rem .85rem}.settings-field small{font-size:.72rem;line-height:1.32}.settings-panel .seller-command__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.settings-panel .seller-command__actions .button,.settings-panel .seller-command__actions .button--secondary{width:100%;min-height:2.72rem;border-radius:16px;font-size:.78rem}.settings-summary__profile{align-items:center}.settings-summary .workspace-checklist,.settings-summary .workspace-state-list{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-note{padding:.78rem;border-radius:17px;font-size:.78rem}}.seller-workspace--ads .seller-metric-card--ads{position:relative;overflow:hidden;align-content:start;grid-template-columns:auto minmax(0,1fr);gap:.32rem .58rem}.seller-workspace--ads .seller-metric-card--ads:after{position:absolute;right:-1.45rem;bottom:-1.6rem;width:4.9rem;height:4.9rem;border-radius:999px;background:color-mix(in srgb,var(--brand) 8%,transparent);content:""}.seller-workspace--ads .seller-metric-card__label{align-self:center}.seller-workspace--ads .seller-metric-card__icon{color:var(--brand-primary-dark)}.seller-workspace--ads .seller-metric-card--ads strong{grid-column:2}.product-view-toggle--seller-listings{flex:0 0 auto}@media (max-width:560px){.account-content__head--ads{min-height:0;margin:.15rem 0 .75rem;padding:1rem;border-radius:24px}.account-content__head--ads h1{max-width:11ch;font-size:1.55rem}.account-content__head--ads p{max-width:28rem;font-size:.84rem;line-height:1.38}.seller-workspace--ads{gap:.78rem;margin-inline:-.16rem;padding-bottom:5.5rem}.seller-workspace--ads .seller-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.52rem}.seller-workspace--ads .seller-metric-card--ads{min-height:5.45rem;grid-template-columns:1fr;gap:.22rem;padding:.62rem;border-radius:19px}.seller-workspace--ads .seller-metric-card--ads:after{right:-2.2rem;bottom:-2.25rem;width:4.7rem;height:4.7rem}.seller-workspace--ads .seller-metric-card__icon{width:2rem;height:2rem;border-radius:14px}.seller-workspace--ads .seller-metric-card__icon svg{width:.95rem;height:.95rem}.seller-workspace--ads .seller-metric-card__label{display:-webkit-box;min-height:1.92em;overflow:hidden;color:#63748a;font-size:.56rem;line-height:.96;-webkit-box-orient:vertical;-webkit-line-clamp:2}.seller-workspace--ads .seller-metric-card--ads strong{grid-column:auto;font-size:1.25rem}.seller-workspace--ads .seller-tools{gap:.72rem;padding:.8rem;border-radius:22px}.seller-workspace--ads .seller-tools__head{gap:.7rem;padding-bottom:.72rem}.seller-workspace--ads .seller-tools__head strong{font-size:1rem;line-height:1.08}.seller-workspace--ads .seller-tools__head p{display:-webkit-box;overflow:hidden;font-size:.76rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.seller-workspace--ads .seller-tools__primary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.5rem}.seller-workspace--ads .product-view-toggle--seller-listings{grid-column:1/-1;justify-content:flex-end}.seller-workspace--ads .product-view-toggle--seller-listings .recent-feed-view-controls__toggle{transform:scale(.92);transform-origin:right center}.seller-workspace--ads .seller-tools__primary-actions .button,.seller-workspace--ads .seller-tools__primary-actions .button--secondary{min-height:2.56rem;border-radius:16px;font-size:.76rem}.seller-workspace--ads .seller-tools__filters{gap:.62rem}.seller-workspace--ads .seller-tabs--interactive{display:flex;gap:.42rem;overflow-x:auto;margin-inline:-.8rem;padding:0 .8rem .05rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.seller-workspace--ads .seller-tabs--interactive::-webkit-scrollbar{display:none}.seller-workspace--ads .seller-tabs--interactive button{min-height:2.12rem;padding:.4rem .66rem;font-size:.68rem}.seller-workspace--ads .seller-search input{min-height:2.55rem;border-radius:16px;padding-inline:.8rem}.seller-workspace--ads .seller-tools__bulk-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.seller-workspace--ads .seller-tools__bulk-actions .button,.seller-workspace--ads .seller-tools__bulk-actions .button--secondary{min-height:2.36rem;border-radius:15px;font-size:.68rem}.seller-workspace--ads .seller-listing-table{border:0;border-radius:0;background:transparent;box-shadow:none}.seller-workspace--ads .seller-listing-table--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.seller-workspace--ads .seller-listing-table--list{display:grid;gap:.64rem}.seller-workspace--ads .seller-listing-row{position:relative;display:grid;gap:0;min-width:0;overflow:hidden;padding:0;border:1px solid rgba(204,222,232,.95);border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(7,27,58,.06)}.seller-workspace--ads .seller-listing-row__select{position:absolute;right:.5rem;top:.5rem;z-index:3;width:2rem;height:2rem;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 18px rgba(7,27,58,.14)}.seller-workspace--ads .seller-listing-row__main{display:grid;grid-template-columns:1fr;gap:0}.seller-workspace--ads .seller-listing-row__image{width:100%;aspect-ratio:1/.82;border-radius:0}.seller-workspace--ads .seller-listing-row__main>div{display:grid;gap:.25rem;padding:.7rem .72rem .62rem}.seller-workspace--ads .seller-listing-row__main a{display:-webkit-box;min-height:2.18em;white-space:normal;font-size:.82rem;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.seller-workspace--ads .seller-listing-row__main p{display:-webkit-box;margin:0;overflow:hidden;font-size:.65rem;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.seller-workspace--ads .seller-listing-row__main strong{margin-top:.1rem;color:var(--brand);font-size:1.06rem;letter-spacing:-.03em}.seller-workspace--ads .seller-listing-row__status{display:contents}.seller-workspace--ads .seller-status{position:absolute;left:.54rem;top:.54rem;z-index:2;max-width:calc(100% - 1.08rem);overflow:hidden;padding:.32rem .54rem;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.seller-workspace--ads .seller-listing-row__status small{display:none}.seller-workspace--ads .seller-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:0 .58rem .62rem}.seller-workspace--ads .seller-track span{gap:.06rem;padding:.4rem .2rem;border-radius:12px;font-size:.72rem}.seller-workspace--ads .seller-track small{font-size:.48rem}.seller-workspace--ads .seller-row-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.36rem;padding:0 .58rem .68rem}.seller-workspace--ads .seller-row-action,.seller-workspace--ads .seller-row-menu{width:100%;min-width:0;flex:none}.seller-workspace--ads .seller-row-action{height:2.15rem;border-radius:13px}.seller-workspace--ads .seller-row-action svg{width:.88rem;height:.88rem}.seller-workspace--ads .seller-listing-table--list .seller-listing-row{grid-template-columns:7.4rem minmax(0,1fr);align-items:stretch}.seller-workspace--ads .seller-listing-table--list .seller-listing-row__main{grid-column:1/-1;grid-template-columns:7.4rem minmax(0,1fr)}.seller-workspace--ads .seller-listing-table--list .seller-listing-row__image{height:100%;min-height:8.8rem;aspect-ratio:auto}.seller-workspace--ads .seller-listing-table--list .seller-listing-row__main>div{align-content:center;min-width:0;padding-right:.72rem}.seller-workspace--ads .seller-listing-table--list .seller-listing-row__main a{min-height:0;-webkit-line-clamp:1}.seller-workspace--ads .seller-listing-table--list .seller-row-actions,.seller-workspace--ads .seller-listing-table--list .seller-track{grid-column:2}.seller-workspace--ads .seller-growth,.seller-workspace--ads .seller-metrics--secondary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.seller-workspace--ads .seller-growth>div,.seller-workspace--ads .seller-metrics--secondary div{min-height:6rem;padding:.72rem;border-radius:18px}.seller-workspace--ads .seller-growth strong{font-size:.86rem;line-height:1.12}.seller-workspace--ads .seller-growth p{display:-webkit-box;overflow:hidden;font-size:.7rem;line-height:1.26;-webkit-box-orient:vertical;-webkit-line-clamp:3}.account-content__head--messages,.account-content__head--subscriptions{min-height:0;margin:.15rem 0 .75rem;padding:1rem;border-radius:24px}.account-content__head--messages h1,.account-content__head--subscriptions h1{max-width:13ch;font-size:1.55rem;line-height:1.05}.account-content__head--messages p,.account-content__head--subscriptions p{max-width:28rem;font-size:.84rem;line-height:1.38}.account-content--conversation .conversation-thread,.account-content--messages .conversation-list,.seller-workspace--subscriptions{gap:.78rem;margin-inline:-.16rem;padding-bottom:5.5rem}.seller-workspace--subscriptions .seller-growth--subscriptions{grid-template-columns:1fr;gap:.62rem}.seller-workspace--subscriptions .seller-growth>div{min-height:7.15rem;gap:.28rem;padding:.82rem;border-radius:18px}.seller-workspace--subscriptions .seller-growth span{font-size:.66rem;line-height:1.12}.seller-workspace--subscriptions .seller-growth strong{color:#0f172a;font-size:1.08rem;line-height:1}.seller-workspace--subscriptions .seller-growth p{display:-webkit-box;overflow:hidden;font-size:.76rem;line-height:1.34;-webkit-box-orient:vertical;-webkit-line-clamp:3}.seller-workspace--subscriptions .workspace-panel{gap:.72rem;padding:.86rem;border-radius:22px}.seller-workspace--subscriptions .workspace-panel__head{align-items:flex-start;gap:.5rem}.seller-workspace--subscriptions .workspace-panel__head h3{font-size:1.02rem;line-height:1.14}.seller-workspace--subscriptions .workspace-inline-link{align-self:start;min-height:2rem;padding:.32rem .58rem;border:1px solid rgba(192,215,228,.78);border-radius:999px;background:#fff;font-size:.7rem}.seller-workspace--subscriptions .subscription-grid{grid-template-columns:1fr;gap:.62rem}.seller-workspace--subscriptions .subscription-card{min-height:auto;gap:.58rem;padding:.78rem;border-radius:18px;box-shadow:0 10px 24px rgba(7,27,58,.045)}.seller-workspace--subscriptions .subscription-card>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.6rem}.seller-workspace--subscriptions .subscription-card span{font-size:.68rem;line-height:1.18}.seller-workspace--subscriptions .subscription-card strong{font-size:.96rem;line-height:1.12;text-align:right}.seller-workspace--subscriptions .subscription-card p{display:-webkit-box;overflow:hidden;font-size:.76rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:3}.seller-workspace--subscriptions .subscription-card__meta small{font-size:.68rem;line-height:1.2}.seller-workspace--subscriptions .subscription-card .button,.seller-workspace--subscriptions .subscription-card .button--secondary{width:100%;min-height:2.42rem;border-radius:15px;font-size:.74rem}.seller-workspace--subscriptions .account-empty--compact{min-height:9.4rem;padding:1rem;border-radius:18px}.seller-workspace--subscriptions .account-empty--compact strong{font-size:.98rem}.seller-workspace--subscriptions .account-empty--compact p{display:-webkit-box;overflow:hidden;font-size:.78rem;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:3}.account-content--messages .account-empty{min-height:14rem;padding:1.1rem;border:1px solid rgba(204,222,232,.92);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(7,27,58,.05)}.account-content--conversation .account-empty strong,.account-content--messages .account-empty strong{font-size:1rem}.account-content--conversation .account-empty p,.account-content--messages .account-empty p{font-size:.82rem;line-height:1.38}.account-content--messages .conversation-card{gap:.56rem;padding:.78rem;border-color:rgba(204,222,232,.96);border-radius:20px;box-shadow:0 12px 28px rgba(7,27,58,.055)}.account-content--messages .conversation-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.65rem}.account-content--messages .conversation-card__head strong{display:-webkit-box;overflow:hidden;color:#0f172a;font-size:.94rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.account-content--messages .conversation-card__body,.account-content--messages .conversation-card__head p{display:-webkit-box;overflow:hidden;font-size:.76rem;line-height:1.3;-webkit-box-orient:vertical}.account-content--messages .conversation-card__head p{margin-top:.16rem;-webkit-line-clamp:1}.account-content--messages .conversation-card__body{-webkit-line-clamp:2}.account-content--messages .conversation-card__foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.account-content--messages .conversation-card__foot span{justify-content:center;min-width:0;min-height:2rem;overflow:hidden;padding:.35rem .48rem;border-radius:999px;background:#f6fbfd;color:#526173;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.account-content--messages .conversation-card__badge{min-width:1.46rem;height:1.46rem;font-size:.68rem}.account-content--conversation .conversation-thread{padding-bottom:6.35rem}.account-content--conversation .conversation-thread__meta{display:grid;grid-template-columns:1fr;gap:.55rem}.account-content--conversation .conversation-thread__meta .button,.account-content--conversation .conversation-thread__meta .button--secondary{width:100%;min-height:2.52rem;border-radius:16px;font-size:.78rem}.account-content--conversation .conversation-thread__meta span{justify-content:center;min-height:2rem;padding:.36rem .56rem;border:1px solid rgba(204,222,232,.92);border-radius:999px;background:#fff;font-size:.72rem;font-weight:850}.account-content--conversation .offer-thread{gap:.62rem}.account-content--conversation .offer-card{gap:.62rem;padding:.78rem;border-radius:20px}.account-content--conversation .offer-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;align-items:start}.account-content--conversation .deal-state strong,.account-content--conversation .offer-card__head strong{font-size:.98rem}.account-content--conversation .offer-card p{font-size:.78rem;line-height:1.35}.account-content--conversation .conversation-thread__messages{gap:.62rem;max-height:min(50dvh,440px);padding:.78rem;border-radius:20px}.account-content--conversation .message-bubble{max-width:92%;padding:.72rem .78rem;border-radius:18px}.account-content--conversation .message-bubble strong{font-size:.78rem}.account-content--conversation .message-bubble p,.account-content--conversation .message-bubble small{font-size:.76rem;line-height:1.32}.account-content--conversation .conversation-thread__composer{gap:.62rem;padding:.76rem;border:1px solid rgba(204,222,232,.92);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(7,27,58,.055)}.account-content--conversation .conversation-thread__composer textarea{min-height:6rem;border-radius:16px;padding:.75rem .82rem}.account-content--conversation .seller-command__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.account-content--conversation .seller-command__actions .button,.account-content--conversation .seller-command__actions .button--secondary{width:100%;min-height:2.52rem;border-radius:16px;font-size:.76rem}.account-content--conversation .message-template-row{flex-wrap:nowrap;overflow-x:auto;margin-inline:-.76rem;padding:0 .76rem .04rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.account-content--conversation .message-template-row::-webkit-scrollbar{display:none}.account-content--conversation .message-attachment-chip,.account-content--conversation .message-template-row button{flex:0 0 auto;max-width:15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (hover:none) and (pointer:coarse),(max-width:768px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px!important}}