@import "https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#fbf7f0;--bg-alt:#f5efe3;--bg-card:#fff;--ink:#1a0f0a;--ink-2:#3b2a20;--ink-3:#6b5b50;--ink-4:#9c8a7c;--line:#e8dfcd;--line-2:#d9cdb6;--primary:#b8451c;--primary-hover:#9c3815;--primary-soft:#f5dccb;--accent:#d4a11c;--accent-soft:#f4e3b0;--star:#f59e0b;--success:#2e7d4f;--danger:#b83227;--radius:6px;--radius-lg:10px;--shadow-sm:0 1px 2px #1a0f0a0a;--shadow-md:0 2px 8px #1a0f0a0f, 0 1px 2px #1a0f0a0a;--shadow-lg:0 8px 24px #1a0f0a14, 0 2px 6px #1a0f0a0a;--font-display:"Archivo", "Helvetica Neue", sans-serif;--font-body:"Inter", "Helvetica Neue", sans-serif;--font-mono:"JetBrains Mono", "IBM Plex Mono", ui-monospace, monospace;--maxw:1280px;--maxw-narrow:980px;--maxw-app:1480px}html,body{background:var(--bg);color:var(--ink);margin:0;padding:0}body{font-family:var(--font-body);font-feature-settings:"tnum" 1, "cv11" 1;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}button{cursor:pointer;font-family:inherit}img,svg{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;margin:0;font-weight:700}h1{font-size:clamp(40px,5vw,64px);line-height:1.02}h2{font-size:clamp(28px,3.2vw,40px);line-height:1.08}h3{font-size:clamp(20px,2vw,24px);line-height:1.15}h4{font-size:17px;font-weight:600;line-height:1.25}p{text-wrap:pretty;margin:0}.container-mart{max-width:var(--maxw);margin:0 auto;padding:0 24px}.container-mart-narrow{max-width:var(--maxw-narrow);margin:0 auto;padding:0 24px}.container-mart-app{max-width:var(--maxw-app);margin:0 auto;padding:0 24px}.app{background:var(--bg);min-height:100vh}.app-main{max-width:var(--maxw-app);margin:0 auto;padding:32px 24px 80px}.app-main-narrow{max-width:1100px;margin:0 auto;padding:32px 24px 80px}.nav-mart{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fbf7f0eb;position:sticky;top:0}.nav-mart-inner{max-width:var(--maxw);align-items:center;gap:20px;height:64px;margin:0 auto;padding:0 24px;display:flex}.brand-mart{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);align-items:center;gap:10px;font-size:19px;font-weight:800;display:flex}.brand-mart:hover{color:var(--ink)}.brand-mart .sub{color:var(--ink-3);font-weight:500}.brand-mark{background:var(--primary);color:#fff;width:26px;height:26px;font-size:14px;font-weight:800;font-family:var(--font-display);letter-spacing:-.04em;border-radius:5px;place-items:center;display:grid}.nav-mart-search{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);flex:1;align-items:center;gap:8px;max-width:420px;height:38px;padding:6px 10px;display:flex}.nav-mart-search:focus-within{border-color:var(--primary)}.nav-mart-search input{font:inherit;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.nav-mart-search input::placeholder{color:var(--ink-4)}.nav-mart-links{color:var(--ink-2);align-items:center;gap:22px;font-size:14px;font-weight:500;display:flex}.nav-mart-links a:hover{color:var(--primary)}.nav-mart-right{align-items:center;gap:12px;display:flex}.app-nav{z-index:50;background:var(--bg-card);border-bottom:1px solid var(--line);position:sticky;top:0}.app-nav-inner{max-width:var(--maxw-app);align-items:center;gap:16px;height:60px;margin:0 auto;padding:0 24px;display:flex}.app-search{background:var(--bg);border:1px solid var(--line-2);border-radius:var(--radius);cursor:text;flex:1;align-items:center;gap:10px;max-width:640px;height:40px;padding:0 14px;display:flex}.app-search:focus-within{border-color:var(--primary);background:var(--bg-card)}.app-search input{font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px}.app-search .hint{font-family:var(--font-mono);color:var(--ink-4);font-size:11px}.app-nav-links{color:var(--ink-2);align-items:center;gap:18px;font-size:14px;display:flex}.app-nav-links a:hover{color:var(--primary)}.app-nav-links a.active{color:var(--primary);font-weight:600}.btn-mart{border-radius:var(--radius);height:38px;font:inherit;color:var(--ink);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-mart-primary{background:var(--primary);color:#fff}.btn-mart-primary:hover{background:var(--primary-hover);color:#fff}.btn-mart-accent{background:var(--accent);color:var(--ink)}.btn-mart-accent:hover{color:var(--ink);background:#c0900e}.btn-mart-ghost{color:var(--ink);border-color:var(--line-2);background:0 0}.btn-mart-ghost:hover{background:var(--bg-card);color:var(--ink);border-color:var(--ink-3)}.btn-mart-quiet{color:var(--ink-2)}.btn-mart-quiet:hover{color:var(--primary)}.btn-mart-lg{height:48px;padding:0 22px;font-size:15px}.btn-mart-xl{height:56px;padding:0 28px;font-size:16px}.section-mart{padding:88px 0}.section-mart-sm{padding:56px 0}.section-mart-tight{padding:64px 0}.section-mart-alt{background:var(--bg-alt)}.section-mart-dark{background:var(--ink);color:#fbf7f0}.section-mart-dark h1,.section-mart-dark h2,.section-mart-dark h3{color:#fbf7f0}.eyebrow-mart{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:16px;font-size:11px;font-weight:500}.lede{color:var(--ink-2);max-width:640px;font-size:19px;line-height:1.5}.section-head{margin-bottom:48px}.section-head h2+p{margin-top:16px}.card-mart{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;transition:border-color .15s,box-shadow .15s}.card-mart:hover{border-color:var(--line-2)}.card-mart-tight{padding:16px}.stars-mart{font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-weight:600;display:inline-flex}.stars-mart .star-icon{color:var(--star);font-size:13px}.stars-mart .count{color:var(--ink-3);font-size:13px;font-weight:500}.tag-mart{letter-spacing:.02em;background:var(--bg-alt);color:var(--ink-2);border:1px solid var(--line);font-size:11px;font-weight:600;font-family:var(--font-mono);border-radius:4px;align-items:center;gap:6px;padding:3px 8px;display:inline-flex}.tag-mart-promoted{background:var(--accent-soft);color:#6b4f08;border-color:#e5c76b}.tag-mart-verified{color:#1f5836;background:#e0eee4;border-color:#bcd9c2}.tag-mart-open{color:#8c3010;background:#fce7da;border-color:#f0c4a6}.tag-mart-success{color:#1f5836;background:#e0eee4;border-color:#bcd9c2}.trust-strip-mart{color:var(--ink-3);font-size:13px;font-family:var(--font-mono);flex-wrap:wrap;gap:8px 28px;display:flex}.trust-strip-mart span{align-items:center;gap:8px;display:inline-flex}.trust-strip-mart span:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px}.placeholder-mart{background-color:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;text-align:center;background-image:repeating-linear-gradient(-45deg,#0000 0 9px,#b8451c14 9px 10px);justify-content:center;align-items:center;padding:12px;font-size:11px;display:flex}.footer-mart{background:var(--ink);color:#c9b8a8;margin-top:80px;padding:64px 0 28px}.footer-mart a{color:#c9b8a8}.footer-mart a:hover{color:var(--accent)}.footer-grid{grid-template-columns:1.4fr repeat(5,1fr);gap:32px;margin-bottom:48px;display:grid}.footer-mart h5{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:#fbf7f0;margin:0 0 16px;font-size:11px;font-weight:500}.footer-mart ul{flex-direction:column;gap:8px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.footer-bottom{color:#8b7868;font-size:12px;font-family:var(--font-mono);border-top:1px solid #2c1f18;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:24px;display:flex}.footer-bottom a{color:#8b7868}@media (width<=960px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px}}.hero-search{background:var(--bg-card);border:1px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);grid-template-columns:1.6fr 1fr auto;gap:0;max-width:760px;padding:8px;display:grid}.hero-search>div{border-right:1px solid var(--line);align-items:center;gap:10px;padding:8px 14px;display:flex}.hero-search>div:nth-child(2){border-right:none}.hero-search input,.hero-search select{font:inherit;width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px}.hero-search label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);margin-bottom:2px;font-size:10px;display:block}.hero-search .field{flex:1}.hero-search .btn-mart-accent{border-radius:var(--radius);align-self:stretch;height:auto;padding:0 32px}@media (width<=720px){.hero-search{grid-template-columns:1fr}.hero-search>div{border-right:0;border-bottom:1px solid var(--line)}.hero-search>div:last-child{border-bottom:0}.hero-search .btn-mart-accent{width:100%;padding:14px}}.muted{color:var(--ink-3)}.tnum{font-variant-numeric:tabular-nums}.mono{font-family:var(--font-mono)}.divider{background:var(--line);border:0;height:1px;margin:0}.kbd-mart{font-family:var(--font-mono);border:1px solid var(--line);background:var(--bg-card);border-bottom-width:2px;border-radius:4px;padding:2px 6px;font-size:11px}.arrow:after{content:"→";margin-left:6px}.link-arrow{color:var(--primary);align-items:center;gap:6px;font-weight:600;display:inline-flex}.link-arrow:hover{color:var(--primary-hover)}.link-arrow:after{content:"→";transition:transform .15s}.link-arrow:hover:after{transform:translate(3px)}.step-num{background:var(--primary);color:#fff;width:28px;height:28px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;place-items:center;font-size:14px;font-weight:700;display:grid}.field-block{flex-direction:column;gap:6px;display:flex}.field-block label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);font-size:11px}.input-mart,.textarea-mart,.select-mart{font:inherit;border:1px solid var(--line-2);border-radius:var(--radius);background:var(--bg-card);color:var(--ink);outline:0;width:100%;padding:10px 12px;transition:border-color .15s}.input-mart:focus,.textarea-mart:focus,.select-mart:focus{border-color:var(--primary)}.textarea-mart{resize:vertical;min-height:100px}.page-hero{border-bottom:1px solid var(--line);padding:80px 0 56px}.page-hero h1{max-width:900px}.page-hero .lede{margin-top:20px}.crumb-mart{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px;font-size:11px}.crumb-mart a{color:var(--primary)}.facet-block{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px}.facet-block+.facet-block{margin-top:12px}.facet-block h5{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);justify-content:space-between;align-items:center;margin:0 0 12px;font-size:11px;font-weight:500;display:flex}.facet-block h5 .clear{color:var(--primary);cursor:pointer}.facet-row{color:var(--ink-2);align-items:center;gap:8px;padding:5px 0;font-size:13px;display:flex}.facet-row input[type=checkbox],.facet-row input[type=radio]{accent-color:var(--primary)}.facet-row .count{color:var(--ink-4);font-family:var(--font-mono);margin-left:auto;font-size:11px}.result-bar{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;padding:12px 0;display:flex}.result-bar .count{font-family:var(--font-mono);color:var(--ink-3);letter-spacing:.04em;font-size:12px}.result-bar .count strong{color:var(--ink);font-weight:700}.sort-group{color:var(--ink-3);align-items:center;gap:8px;font-size:13px;display:flex}.sort-group select{border:1px solid var(--line-2);border-radius:var(--radius);background:var(--bg-card);color:var(--ink);font:inherit;padding:6px 10px;font-size:13px}.filter-chips{flex-wrap:wrap;gap:6px;display:flex}.chip-mart{background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:500;font-family:var(--font-mono);border:1px solid #ebc1a8;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.chip-mart button{color:var(--primary);background:0 0;border:0;padding:0;line-height:1}.s-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:80px 1fr auto;gap:18px;padding:20px;transition:border-color .15s,box-shadow .15s;display:grid}.s-card:hover{border-color:var(--line-2);box-shadow:var(--shadow-sm)}.s-card.promoted{border-left:3px solid var(--accent)}.s-card .logo{background:var(--bg-alt);border:1px solid var(--line);width:80px;height:80px;font-family:var(--font-display);color:var(--ink-2);border-radius:8px;place-items:center;font-size:28px;font-weight:800;display:grid}.s-card h3{margin-bottom:4px;font-size:18px}.s-card .meta{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.s-card .desc{color:var(--ink-2);margin-top:10px;font-size:14px;line-height:1.5}.s-card .axes{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}.s-card .axes .a{color:var(--ink-3);font-size:11px;font-family:var(--font-mono)}.s-card .axes .a b{color:var(--ink);font-weight:700}.s-card .right{text-align:right;flex-direction:column;align-items:flex-end;gap:8px;display:flex}@media (width<=720px){.s-card{grid-template-columns:60px 1fr}.s-card .right{flex-direction:row;grid-column:1/-1;align-items:center}.s-card .logo{width:60px;height:60px;font-size:20px}}.p-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);transition:all .15s;overflow:hidden}.p-card:hover{border-color:var(--line-2);box-shadow:var(--shadow-sm)}.p-card .img{aspect-ratio:4/3;background:var(--bg-alt);border-bottom:1px solid var(--line);position:relative}.p-card.promoted .img:after{content:"PROMOTED";font-family:var(--font-mono);background:var(--accent-soft);color:#6b4f08;letter-spacing:.06em;border-radius:3px;padding:3px 7px;font-size:9px;font-weight:600;position:absolute;top:8px;left:8px}.p-card .body{padding:14px 16px}.p-card h4{font-size:14px;font-weight:600;font-family:var(--font-body);margin-bottom:4px;line-height:1.35}.p-card .seller{color:var(--ink-3);margin-bottom:10px;font-size:12px}.p-card .price{font-family:var(--font-display);font-size:17px;font-weight:800}.p-card .moq{color:var(--ink-3);font-size:11px;font-family:var(--font-mono)}.bid-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}.bid-card .head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.bid-card h3{font-size:18px}.bid-card .meta{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);flex-wrap:wrap;gap:16px;margin-top:10px;display:flex}.bid-card .meta b{color:var(--ink);font-weight:600}.bid-card .specs{background:var(--bg);border-radius:var(--radius);grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;padding:14px;font-size:13px;display:grid}.bid-card .specs .lbl{color:var(--ink-4);font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.bid-card .specs .v{color:var(--ink);margin-top:2px;font-weight:600}@media (width<=720px){.bid-card .specs{grid-template-columns:repeat(2,1fr)}}.deadline-pill{color:#8c3010;font-family:var(--font-mono);background:#fce7da;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.deadline-pill:before{content:"";background:#8c3010;border-radius:50%;width:6px;height:6px}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-side{background:var(--ink);color:#fbf7f0;flex-direction:column;justify-content:space-between;padding:56px;display:flex}.auth-side h2{color:#fbf7f0;max-width:420px}.auth-side p{color:#c9b8a8;max-width:420px;margin-top:18px;line-height:1.6}.auth-side .quote{border-left:2px solid var(--accent);background:#fbf7f00d;border-radius:4px;max-width:420px;margin-top:32px;padding:18px 20px}.auth-side .quote p{color:#fbf7f0;margin-top:0;font-size:15px}.auth-side .quote cite{font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-top:8px;font-size:11px;font-style:normal;display:block}.auth-form-wrap{justify-content:center;align-items:center;padding:56px 24px;display:flex}.auth-form{width:100%;max-width:420px}.auth-form .brand-mart{margin-bottom:32px;font-size:22px}.auth-form h1{margin-bottom:8px;font-size:32px}.auth-form .sub{color:var(--ink-3);margin-bottom:32px;font-size:15px}@media (width<=900px){.auth-page{grid-template-columns:1fr}.auth-side{display:none}}.empty{text-align:center;background:var(--bg-card);border:1px dashed var(--line-2);border-radius:var(--radius-lg);padding:80px 24px}.empty h3{margin-bottom:8px}.empty p{color:var(--ink-3);max-width:420px;margin:0 auto 20px}.toolbar{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;padding:16px 0;display:flex}.tabs-mart{border-bottom:1px solid var(--line);gap:0;margin-bottom:24px;display:flex}.tabs-mart a{color:var(--ink-3);border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 18px;font-size:14px;font-weight:500}.tabs-mart a.active{color:var(--ink);border-bottom-color:var(--primary);font-weight:600}.tabs-mart a:hover{color:var(--primary)}.status-mart{font-family:var(--font-mono);border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.status-mart:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-open{color:#8c3010;background:#fce7da}.status-active{color:#1f5836;background:#e0eee4}.status-closed{background:var(--bg-alt);color:var(--ink-3)}.status-accepted{color:#1f5836;background:#e0eee4}.status-pending{color:#8b6914;background:#fff6e5}.status-rejected{color:#8c3010;background:#fbe5e0}.star-row{color:var(--star);letter-spacing:-1px;gap:1px;font-size:14px;display:inline-flex}.meter{grid-template-columns:96px 1fr 36px;align-items:center;gap:10px;font-size:12px;display:grid}.meter .lbl{color:var(--ink-3);font-family:var(--font-mono);font-size:11px}.meter .bar{background:var(--bg-alt);border-radius:3px;height:6px;overflow:hidden}.meter .bar>div{background:var(--star);border-radius:3px;height:100%}.meter .v{font-family:var(--font-mono);color:var(--ink);text-align:right;font-weight:700}.panel-mart{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.panel-head h3{font-size:16px}.panel-body{padding:22px}.page-title-row{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.page-title-row h1{font-size:32px}.page-title-row .sub{color:var(--ink-3);font-size:14px;font-family:var(--font-mono);margin-top:6px}.avatar-mart{background:var(--primary);color:#fff;width:32px;height:32px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:13px;font-weight:700;display:grid}.avatar-lg{width:56px;height:56px;font-size:22px}.avatar-xl{border-radius:12px;width:96px;height:96px;font-size:36px}.layout-2col{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}.layout-2col-right{grid-template-columns:1fr 320px;align-items:start;gap:32px;display:grid}.layout-3col{grid-template-columns:220px 1fr 280px;align-items:start;gap:28px;display:grid}@media (width<=1100px){.layout-2col,.layout-2col-right,.layout-3col{grid-template-columns:1fr}}.brand-on-dark.svelte-1iki8xs{color:#fbf7f0}.muted-on-dark.svelte-1iki8xs{color:#8b7868}.eyebrow-accent.svelte-1iki8xs{color:var(--accent)}.perks-list.svelte-1iki8xs{color:#c9b8a8;gap:12px;margin-top:32px;font-size:14px;line-height:1.55;display:grid}.copyright.svelte-1iki8xs{font-family:var(--font-mono);color:#8b7868;letter-spacing:.06em;font-size:11px}.brand-on-dark.svelte-j4ois6{color:#fbf7f0}.muted-on-dark.svelte-j4ois6{color:#8b7868}.eyebrow-accent.svelte-j4ois6{color:var(--accent)}.quote-spaced.svelte-j4ois6{margin-top:48px}.copyright.svelte-j4ois6{font-family:var(--font-mono);color:#8b7868;letter-spacing:.06em;font-size:11px}.cat-tile-mart.svelte-qylbkp{transition:all .15s}.cat-tile-mart.svelte-qylbkp:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.faq-item-mart.svelte-19rth91{border-bottom:1px solid var(--line);padding:20px 0}.faq-item-mart.svelte-19rth91 summary:where(.svelte-19rth91){cursor:pointer;font-family:var(--font-display);color:var(--ink);justify-content:space-between;align-items:center;font-size:17px;font-weight:600;list-style:none;display:flex}.faq-item-mart.svelte-19rth91 summary:where(.svelte-19rth91)::-webkit-details-marker{display:none}.faq-item-mart.svelte-19rth91 summary:where(.svelte-19rth91):after{content:"+";color:var(--ink-3);font-size:22px;transition:transform .2s}.faq-item-mart[open].svelte-19rth91 summary:where(.svelte-19rth91):after{content:"−"}.faq-item-mart.svelte-19rth91 p:where(.svelte-19rth91){color:var(--ink-2);max-width:680px;margin-top:12px;font-size:14px}.pillars-2.svelte-cwls5q{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=760px){.pillars-2.svelte-cwls5q{grid-template-columns:1fr}}.pillar-card.svelte-cwls5q{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.pillar-card.svelte-cwls5q .lbl:where(.svelte-cwls5q){font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px;font-size:11px}.pillar-card.svelte-cwls5q h3:where(.svelte-cwls5q){margin-bottom:12px}.pillar-card.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--ink-2);font-size:15px}.pillar-card.dark.svelte-cwls5q{background:var(--ink);color:#fbf7f0;border:0}.pillar-card.dark.svelte-cwls5q h3:where(.svelte-cwls5q){color:#fbf7f0}.pillar-card.dark.svelte-cwls5q p:where(.svelte-cwls5q){color:#c9b8a8}.pillar-card.dark.svelte-cwls5q .lbl:where(.svelte-cwls5q){color:var(--accent)}.essay.svelte-cwls5q{max-width:720px}.essay.svelte-cwls5q p:where(.svelte-cwls5q){color:var(--ink-2);margin-bottom:22px;font-size:17px;line-height:1.7}.essay.svelte-cwls5q p:where(.svelte-cwls5q) strong{color:var(--ink)}.essay.svelte-cwls5q p:where(.svelte-cwls5q):first-of-type:first-letter{font-family:var(--font-display);float:left;color:var(--primary);padding:6px 12px 0 0;font-size:64px;font-weight:800;line-height:.85}.team-grid.svelte-cwls5q{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=860px){.team-grid.svelte-cwls5q{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.team-grid.svelte-cwls5q{grid-template-columns:1fr}}.team-card.svelte-cwls5q{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.team-card.svelte-cwls5q .body:where(.svelte-cwls5q){padding:16px}.team-card.svelte-cwls5q .nm:where(.svelte-cwls5q){font-family:var(--font-display);font-size:17px;font-weight:700}.team-card.svelte-cwls5q .role:where(.svelte-cwls5q){color:var(--primary);font-size:13px;font-family:var(--font-mono);letter-spacing:.04em;margin-top:4px}.team-card.svelte-cwls5q .bio:where(.svelte-cwls5q){color:var(--ink-3);margin-top:10px;font-size:13px}.partner-row.svelte-cwls5q{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=760px){.partner-row.svelte-cwls5q{grid-template-columns:repeat(2,1fr)}}.partner-tile.svelte-cwls5q{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;padding:28px 20px}.partner-tile.svelte-cwls5q .nm:where(.svelte-cwls5q){font-family:var(--font-display);font-size:18px;font-weight:700}.partner-tile.svelte-cwls5q .lbl:where(.svelte-cwls5q){color:var(--ink-3);margin-top:4px;font-size:12px}.partner-tile.svelte-cwls5q .mark:where(.svelte-cwls5q){background:var(--primary-soft);width:40px;height:40px;color:var(--primary);font-family:var(--font-display);border-radius:8px;place-items:center;margin:0 auto 12px;font-weight:800;display:grid}.press-row.svelte-cwls5q{flex-wrap:wrap;gap:16px;display:flex}.press-tile.svelte-cwls5q{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);min-width:160px;height:80px;font-family:var(--font-display);color:var(--ink-3);letter-spacing:-.02em;flex:1;place-items:center;font-weight:700;display:grid}.hire-card.svelte-cwls5q{text-align:center;padding:40px}.hire-card.svelte-cwls5q .lede-mart:where(.svelte-cwls5q){max-width:600px;margin:16px auto 0}.cta-wrap.svelte-cwls5q{margin-top:24px}.bid-link.svelte-1n7yqd5{color:inherit;margin-bottom:12px;text-decoration:none;display:block}.tag-row.svelte-1n7yqd5{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.bid-title.svelte-1n7yqd5{margin-top:10px}.deadline-pill.urgent.svelte-1n7yqd5{color:#8b6914;background:#fff6e5}.show-more.svelte-1n7yqd5{text-align:center;margin-top:32px}.bid-hero.svelte-1vju4xt{background:var(--bg-card);border-bottom:1px solid var(--line);margin:-24px -24px 24px;padding:28px 0}.bid-hero-inner.svelte-1vju4xt{padding:0 24px}.hero-row.svelte-1vju4xt{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;display:flex}.hero-meta.svelte-1vju4xt{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hero-title.svelte-1vju4xt{letter-spacing:-.02em;margin-top:8px;font-size:28px}.hero-actions.svelte-1vju4xt{gap:8px;display:flex}.hero-actions.svelte-1vju4xt .danger:where(.svelte-1vju4xt){color:var(--danger);border-color:#f0c4a6}.req-grid.svelte-1vju4xt{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}@media (width<=720px){.req-grid.svelte-1vju4xt{grid-template-columns:repeat(2,1fr)}}.req-lbl.svelte-1vju4xt{text-transform:uppercase;letter-spacing:.06em}.req-v.svelte-1vju4xt{font-family:var(--font-display);font-size:20px;font-weight:700}.req-note.svelte-1vju4xt{color:var(--ink-2);margin-top:18px;font-size:14px;line-height:1.6}.compare-bar.svelte-1vju4xt{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.compare-title.svelte-1vju4xt{font-size:18px}.compare-actions.svelte-1vju4xt{gap:8px;display:flex}.compare-btn.svelte-1vju4xt{height:32px;font-size:12px}.compare-select.svelte-1vju4xt{width:auto;height:32px;padding:0 10px;font-size:13px}.quote-card.svelte-1vju4xt{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}.mt-q.svelte-1vju4xt{margin-top:12px}.quote-card.best.svelte-1vju4xt{border-color:var(--success,#1f8a52);background:linear-gradient(180deg, #f0f8f2 0%, var(--bg-card) 30%);border-width:1.5px}.quote-head.svelte-1vju4xt{grid-template-columns:56px 1fr auto;align-items:flex-start;gap:16px;display:grid}.quote-head.svelte-1vju4xt h4:where(.svelte-1vju4xt){font-size:16px}.quote-name-row.svelte-1vju4xt{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.seller-name.svelte-1vju4xt{color:var(--primary)}.quote-meta.svelte-1vju4xt{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.price-col.svelte-1vju4xt{text-align:right}.price-big.svelte-1vju4xt{font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:800}.quote-detail.svelte-1vju4xt{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:16px;margin-top:14px;padding:14px 0;display:grid}.quote-detail.svelte-1vju4xt .lbl:where(.svelte-1vju4xt){color:var(--ink-4);font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.quote-detail.svelte-1vju4xt .v:where(.svelte-1vju4xt){font-family:var(--font-display);margin-top:4px;font-size:18px;font-weight:700}@media (width<=760px){.quote-detail.svelte-1vju4xt{grid-template-columns:repeat(2,1fr)}}.quote-body.svelte-1vju4xt{color:var(--ink-2);margin-top:14px;font-size:13px;line-height:1.55}.quote-actions.svelte-1vju4xt{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.show-more.svelte-1vju4xt{text-align:center;margin-top:14px}.status-num.svelte-1vju4xt{font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:800}.status-note.svelte-1vju4xt{line-height:1.55}.timeline.svelte-1vju4xt{font-size:12px;font-family:var(--font-mono);color:var(--ink-3);margin-top:14px;line-height:1.7}.range-grid.svelte-1vju4xt{grid-template-columns:1fr 1fr;gap:12px;margin-top:6px;display:grid}.range-v.svelte-1vju4xt{font-family:var(--font-display);font-size:18px;font-weight:800}.range-bar.svelte-1vju4xt{background:var(--bg-alt);border-radius:3px;height:6px;margin-top:12px;position:relative}.range-fill.svelte-1vju4xt{background:linear-gradient(90deg, var(--success,#1f8a52), var(--accent));border-radius:3px;position:absolute;inset:0 30% 0 0}.range-note.svelte-1vju4xt{font-family:var(--font-mono);line-height:1.5}.next-list.svelte-1vju4xt{color:var(--ink-2);padding-left:20px;font-size:13px;line-height:1.65}.next-note.svelte-1vju4xt{line-height:1.5}.cat-hero.svelte-10gmv54{background:var(--bg-alt);border-bottom:1px solid var(--line);margin:-24px -24px 24px;padding:32px 0 24px}.cat-hero-inner.svelte-10gmv54{padding:0 24px}.cat-title.svelte-10gmv54{letter-spacing:-.02em;font-size:32px}.cat-meta.svelte-10gmv54{margin-top:6px;font-size:14px}.sub-cat-tiles.svelte-10gmv54{grid-template-columns:repeat(6,1fr);gap:10px;margin-top:18px;display:grid}@media (width<=960px){.sub-cat-tiles.svelte-10gmv54{grid-template-columns:repeat(3,1fr)}}.sub-tile.svelte-10gmv54{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-2);text-align:center;padding:14px;font-size:13px;text-decoration:none;display:block}.sub-tile.active.svelte-10gmv54{background:var(--ink);color:#fbf7f0;border-color:var(--ink)}.sub-tile.svelte-10gmv54:hover:not(.active){border-color:var(--primary);color:var(--primary)}.sub-tile.svelte-10gmv54 .n:where(.svelte-10gmv54){font-family:var(--font-mono);color:var(--ink-4);margin-top:2px;font-size:11px;display:block}.sub-tile.active.svelte-10gmv54 .n:where(.svelte-10gmv54){color:#c9b8a8}.product-grid.svelte-10gmv54{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=960px){.product-grid.svelte-10gmv54{grid-template-columns:repeat(2,1fr)}}.show-more.svelte-10gmv54{text-align:center;margin-top:32px}.email-grid.svelte-1bv7ezn{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=960px){.email-grid.svelte-1bv7ezn{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.email-grid.svelte-1bv7ezn{grid-template-columns:1fr}}.email-card.svelte-1bv7ezn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;padding:24px;display:flex}.email-card.svelte-1bv7ezn .ic:where(.svelte-1bv7ezn){background:var(--primary-soft);width:36px;height:36px;color:var(--primary);border-radius:8px;place-items:center;margin-bottom:16px;font-size:18px;display:grid}.email-card.svelte-1bv7ezn h4:where(.svelte-1bv7ezn){margin-bottom:6px}.email-card.svelte-1bv7ezn p:where(.svelte-1bv7ezn){color:var(--ink-3);flex:1;margin-bottom:14px;font-size:13px}.email-card.svelte-1bv7ezn a:where(.svelte-1bv7ezn){font-family:var(--font-mono);color:var(--primary);overflow-wrap:break-word;font-size:13px;font-weight:600}.intent-grid.svelte-1bv7ezn{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=860px){.intent-grid.svelte-1bv7ezn{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.intent-grid.svelte-1bv7ezn{grid-template-columns:1fr}}.intent-btn.svelte-1bv7ezn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:left;cursor:pointer;align-items:flex-start;gap:14px;padding:22px;transition:all .15s;display:flex}.intent-btn.svelte-1bv7ezn:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.intent-btn.active.svelte-1bv7ezn{border-color:var(--primary);background:var(--primary-soft)}.intent-btn.svelte-1bv7ezn .ic:where(.svelte-1bv7ezn){background:var(--bg-alt);width:32px;height:32px;color:var(--ink-2);border-radius:6px;flex-shrink:0;place-items:center;font-size:16px;display:grid}.intent-btn.active.svelte-1bv7ezn .ic:where(.svelte-1bv7ezn){background:var(--primary);color:#fff}.intent-btn.svelte-1bv7ezn h4:where(.svelte-1bv7ezn){font-size:15px}.intent-btn.svelte-1bv7ezn p:where(.svelte-1bv7ezn){color:var(--ink-3);margin-top:4px;font-size:12px}.form-card.svelte-1bv7ezn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);margin-top:32px;padding:32px}.form-eyebrow.svelte-1bv7ezn{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:8px;font-size:11px}.form-grid.svelte-1bv7ezn{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.form-grid.svelte-1bv7ezn{grid-template-columns:1fr}}.form-foot.svelte-1bv7ezn{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;display:flex}.office-grid.svelte-1bv7ezn{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}@media (width<=760px){.office-grid.svelte-1bv7ezn{grid-template-columns:1fr}}.map-frame.svelte-1bv7ezn{aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--bg-alt);border:1px solid var(--line);background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:40px 40px;position:relative;overflow:hidden}.map-frame.svelte-1bv7ezn .pin:where(.svelte-1bv7ezn){background:var(--primary);border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:60%;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #b8451c2e,0 0 0 16px #b8451c14}.map-frame.svelte-1bv7ezn .label:where(.svelte-1bv7ezn){font-family:var(--font-mono);background:var(--ink);color:#fbf7f0;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;position:absolute;top:32%;left:60%;transform:translate(-50%)}.office-info.svelte-1bv7ezn{padding:8px 0}.office-info.svelte-1bv7ezn dl:where(.svelte-1bv7ezn){margin:0}.office-info.svelte-1bv7ezn dt:where(.svelte-1bv7ezn){font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-top:18px;font-size:11px}.office-info.svelte-1bv7ezn dd:where(.svelte-1bv7ezn){color:var(--ink-2);margin:4px 0 0;font-size:14px}.office-info.svelte-1bv7ezn dd:where(.svelte-1bv7ezn) strong:where(.svelte-1bv7ezn){color:var(--ink)}.response-grid.svelte-1bv7ezn{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width<=760px){.response-grid.svelte-1bv7ezn{grid-template-columns:repeat(2,1fr)}}.response-tile.svelte-1bv7ezn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.response-tile.svelte-1bv7ezn .v:where(.svelte-1bv7ezn){font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:800}.response-tile.svelte-1bv7ezn .l:where(.svelte-1bv7ezn){color:var(--ink-3);margin-top:4px;font-size:12px}.hero-cta.svelte-7f7grn{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.three-cards-mart.svelte-7f7grn{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=860px){.three-cards-mart.svelte-7f7grn{grid-template-columns:1fr}}.three-cards-mart.svelte-7f7grn .card-mart:where(.svelte-7f7grn){min-height:220px;padding:24px}.three-cards-mart.svelte-7f7grn .card-mart.hilite:where(.svelte-7f7grn){border-color:var(--accent);background:linear-gradient(180deg, #fffbed, var(--bg-card) 60%)}.num-mart.svelte-7f7grn{font-family:var(--font-display);color:var(--primary);letter-spacing:-.03em;margin-bottom:12px;font-size:32px;font-weight:800;line-height:1}.feat-grid-mart.svelte-7f7grn{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}@media (width<=860px){.feat-grid-mart.svelte-7f7grn{grid-template-columns:1fr}}.feature-list.svelte-7f7grn{flex-direction:column;gap:18px;display:flex}.feature-row.svelte-7f7grn{gap:14px;display:flex}.search-url-bar.svelte-7f7grn{background:var(--bg);border-bottom:1px solid var(--line);font-family:var(--font-mono);color:var(--ink-3);padding:14px 18px;font-size:12px}.search-mock-grid.svelte-7f7grn{grid-template-columns:200px 1fr;font-size:13px;display:grid}.search-mock-side.svelte-7f7grn{border-right:1px solid var(--line);background:var(--bg);padding:18px}.search-mock-eyebrow.svelte-7f7grn{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:10px;font-size:10px}.filter-block.svelte-7f7grn{margin-bottom:14px}.filter-block.svelte-7f7grn:last-child{margin-bottom:0}.filter-name.svelte-7f7grn{margin-bottom:6px;font-size:12px;font-weight:600}.filter-val.svelte-7f7grn{color:var(--ink-2)}.seller-row.svelte-7f7grn{border-bottom:1px dashed var(--line);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.seller-row.last.svelte-7f7grn{border-bottom:0}.seller-row.promoted-row.svelte-7f7grn{background:#d4a11c0f}.srn.svelte-7f7grn{align-items:center;gap:6px;font-weight:600;display:flex}.lede-prose.svelte-7f7grn{color:var(--ink-2);font-size:17px;line-height:1.55}.quote-callout.svelte-7f7grn{background:var(--bg-alt);border-left:3px solid var(--primary);border-radius:4px;margin-top:24px;padding:18px 20px;font-size:14px}.review-mock-mart.svelte-7f7grn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}.review-mock-mart.svelte-7f7grn .head:where(.svelte-7f7grn){border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:16px;display:flex}.review-mock-mart.svelte-7f7grn .head:where(.svelte-7f7grn) .nm:where(.svelte-7f7grn){font-family:var(--font-display);font-size:18px;font-weight:700}.review-mock-mart.svelte-7f7grn .head:where(.svelte-7f7grn) .city:where(.svelte-7f7grn){color:var(--ink-3);margin-top:2px;font-size:13px}.review-mock-mart.svelte-7f7grn .big-rating:where(.svelte-7f7grn){font-family:var(--font-display);align-items:center;gap:8px;font-size:28px;font-weight:700;display:flex}.review-mock-mart.svelte-7f7grn .big-rating:where(.svelte-7f7grn) .star:where(.svelte-7f7grn){color:var(--star)}.review-mock-mart.svelte-7f7grn .axes:where(.svelte-7f7grn){gap:10px;margin-top:16px;display:grid}.review-mock-mart.svelte-7f7grn .axis:where(.svelte-7f7grn){grid-template-columns:110px 1fr 40px;align-items:center;gap:12px;font-size:13px;display:grid}.review-mock-mart.svelte-7f7grn .axis:where(.svelte-7f7grn) .bar:where(.svelte-7f7grn){background:var(--bg-alt);border-radius:3px;height:6px;overflow:hidden}.review-mock-mart.svelte-7f7grn .axis:where(.svelte-7f7grn) .bar:where(.svelte-7f7grn)>div:where(.svelte-7f7grn){background:var(--star);height:100%}.review-mock-mart.svelte-7f7grn .axis:where(.svelte-7f7grn) .val:where(.svelte-7f7grn){font-family:var(--font-mono);color:var(--ink-2);text-align:right}.review-mock-mart.svelte-7f7grn .excerpt:where(.svelte-7f7grn){background:var(--bg);border-radius:var(--radius);border-left:2px solid var(--accent);margin-top:18px;padding:14px 16px;font-size:13px}.review-mock-mart.svelte-7f7grn .excerpt:where(.svelte-7f7grn) .who:where(.svelte-7f7grn){justify-content:space-between;margin-bottom:6px;font-weight:600;display:flex}.review-mock-mart.svelte-7f7grn .excerpt:where(.svelte-7f7grn) .who:where(.svelte-7f7grn) .date:where(.svelte-7f7grn){color:var(--ink-3);font-weight:400;font-family:var(--font-mono);font-size:11px}.review-mock-mart.svelte-7f7grn .excerpt:where(.svelte-7f7grn) p:where(.svelte-7f7grn){color:var(--ink-2)}.walkthrough-mart.svelte-7f7grn{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}@media (width<=1100px){.walkthrough-mart.svelte-7f7grn{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.walkthrough-mart.svelte-7f7grn{grid-template-columns:1fr}}.wt-step.svelte-7f7grn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.wt-step.svelte-7f7grn .placeholder-mart{aspect-ratio:4/3}.wt-step.svelte-7f7grn .body:where(.svelte-7f7grn){padding:14px}.wt-step.svelte-7f7grn .num:where(.svelte-7f7grn){font-family:var(--font-mono);color:var(--primary);letter-spacing:.08em;font-size:11px}.wt-step.svelte-7f7grn h4:where(.svelte-7f7grn){margin-top:4px;font-size:14px;line-height:1.25}.wt-step.svelte-7f7grn p:where(.svelte-7f7grn){color:var(--ink-3);margin-top:6px;font-size:12px}.bullet-list.svelte-7f7grn{color:var(--ink-2);margin:14px 0 0;padding-left:20px}.bullet-list.svelte-7f7grn li:where(.svelte-7f7grn){margin-bottom:6px}.profile-perks-mart.svelte-7f7grn{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px}.profile-perks-mart.svelte-7f7grn ul:where(.svelte-7f7grn){margin:0;padding:0;list-style:none}.profile-perks-mart.svelte-7f7grn li:where(.svelte-7f7grn){border-bottom:1px dashed var(--line);grid-template-columns:28px 1fr;align-items:start;gap:12px;padding:14px 0;display:grid}.profile-perks-mart.svelte-7f7grn li:where(.svelte-7f7grn):last-child{border-bottom:0}.profile-perks-mart.svelte-7f7grn li:where(.svelte-7f7grn) b:where(.svelte-7f7grn){margin-bottom:2px;display:block}.profile-perks-mart.svelte-7f7grn li:where(.svelte-7f7grn) p:where(.svelte-7f7grn){color:var(--ink-3);font-size:13px}.cta-row.svelte-7f7grn{text-align:center;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.path-cards.svelte-zd7hq1{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=860px){.path-cards.svelte-zd7hq1{grid-template-columns:1fr}}.path-card.svelte-zd7hq1{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;min-height:380px;padding:32px;display:flex}.path-card.primary.svelte-zd7hq1{border-color:var(--primary);background:linear-gradient(180deg, var(--primary-soft) 0%, var(--bg-card) 50%);border-width:1.5px}.path-card.svelte-zd7hq1 .label:where(.svelte-zd7hq1){font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--ink-3);margin-bottom:10px;font-size:11px}.path-card.primary.svelte-zd7hq1 .label:where(.svelte-zd7hq1){color:var(--primary)}.path-card.svelte-zd7hq1 h3:where(.svelte-zd7hq1){margin-bottom:8px}.path-card.svelte-zd7hq1 .body:where(.svelte-zd7hq1){flex:1;margin-top:16px}.path-card.svelte-zd7hq1 ul:where(.svelte-zd7hq1){color:var(--ink-2);margin:0;padding-left:18px;font-size:14px}.path-card.svelte-zd7hq1 ul:where(.svelte-zd7hq1) li:where(.svelte-zd7hq1){padding:4px 0}.path-ctas.svelte-zd7hq1{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.editorial-pillar.svelte-zd7hq1{background:var(--ink);color:#fbf7f0;border-radius:var(--radius-lg);grid-template-columns:280px 1fr;gap:48px;padding:56px;display:grid}.editorial-pillar.svelte-zd7hq1 h2:where(.svelte-zd7hq1){color:#fbf7f0;max-width:240px}.editorial-pillar.svelte-zd7hq1 p:where(.svelte-zd7hq1){color:#c9b8a8;font-size:16px;line-height:1.6}.editorial-pillar.svelte-zd7hq1 p:where(.svelte-zd7hq1)+p:where(.svelte-zd7hq1){margin-top:14px}@media (width<=860px){.editorial-pillar.svelte-zd7hq1{grid-template-columns:1fr;padding:32px}}.review-block.svelte-zd7hq1{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}@media (width<=860px){.review-block.svelte-zd7hq1{grid-template-columns:1fr}}.lede-prose.svelte-zd7hq1{color:var(--ink-2);font-size:17px;line-height:1.55}.trust-callout.svelte-zd7hq1{background:var(--bg-card);border:1px solid var(--line-2);border-radius:var(--radius);color:var(--ink-2);margin-top:20px;padding:16px 18px;font-size:14px}.seller-profile-card.svelte-zd7hq1{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.sp-head.svelte-zd7hq1{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding-bottom:18px;display:flex}.sp-logo.svelte-zd7hq1{background:var(--primary);color:#fff;width:56px;height:56px;font-family:var(--font-display);border-radius:8px;place-items:center;font-size:24px;font-weight:800;display:grid}.sp-head.svelte-zd7hq1 .nm:where(.svelte-zd7hq1){font-family:var(--font-display);font-size:20px;font-weight:700}.sp-head.svelte-zd7hq1 .meta:where(.svelte-zd7hq1){color:var(--ink-3);margin-top:4px;font-size:13px}.sp-rating.svelte-zd7hq1{align-items:baseline;gap:12px;margin:18px 0 14px;display:flex}.sp-rating.svelte-zd7hq1 .big:where(.svelte-zd7hq1){font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;font-size:48px;font-weight:800;line-height:1}.sp-rating.svelte-zd7hq1 .stars-row:where(.svelte-zd7hq1){color:var(--star);font-size:18px}.sp-rating.svelte-zd7hq1 .count:where(.svelte-zd7hq1){color:var(--ink-3);margin-top:4px;font-size:13px}.histo.svelte-zd7hq1{gap:6px;margin-top:16px;display:grid}.histo-row.svelte-zd7hq1{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);grid-template-columns:36px 1fr 32px;align-items:center;gap:10px;display:grid}.histo-row.svelte-zd7hq1 .bar:where(.svelte-zd7hq1){background:var(--bg-alt);border-radius:4px;height:8px;overflow:hidden}.histo-row.svelte-zd7hq1 .bar:where(.svelte-zd7hq1)>div:where(.svelte-zd7hq1){background:var(--star);height:100%}.axes-grid.svelte-zd7hq1{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;padding-top:18px;display:grid}.axes-grid.svelte-zd7hq1 .a:where(.svelte-zd7hq1){font-size:12px}.axes-grid.svelte-zd7hq1 .a:where(.svelte-zd7hq1) .lbl:where(.svelte-zd7hq1){color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:10px}.axes-grid.svelte-zd7hq1 .a:where(.svelte-zd7hq1) .val:where(.svelte-zd7hq1){font-family:var(--font-display);color:var(--ink);font-size:18px;font-weight:700}.axes-grid.svelte-zd7hq1 .a:where(.svelte-zd7hq1) .val:where(.svelte-zd7hq1) .star:where(.svelte-zd7hq1){color:var(--star)}.what-cards.svelte-zd7hq1{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (width<=1000px){.what-cards.svelte-zd7hq1{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.what-cards.svelte-zd7hq1{grid-template-columns:1fr}}.what-card.svelte-zd7hq1{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}.what-card.svelte-zd7hq1 .ic:where(.svelte-zd7hq1){color:var(--primary);margin-bottom:14px;font-size:28px;display:block}.what-card.svelte-zd7hq1 h4:where(.svelte-zd7hq1){margin-bottom:6px;font-size:16px}.what-card.svelte-zd7hq1 p:where(.svelte-zd7hq1){color:var(--ink-3);font-size:13px}.promo-grid.svelte-zd7hq1{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=860px){.promo-grid.svelte-zd7hq1{grid-template-columns:1fr}}.promo-card.svelte-zd7hq1{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.promo-card.no.svelte-zd7hq1{background:#fff6f4;border-color:#e5c2c2}.promo-card.svelte-zd7hq1 h4:where(.svelte-zd7hq1){margin-bottom:14px}.promo-card.svelte-zd7hq1 ul:where(.svelte-zd7hq1){margin:0;padding-left:18px}.promo-card.svelte-zd7hq1 li:where(.svelte-zd7hq1){color:var(--ink-2);padding:6px 0;font-size:14px}.promo-card.svelte-zd7hq1 li:where(.svelte-zd7hq1) b:where(.svelte-zd7hq1){color:var(--ink)}.cta-row.svelte-zd7hq1{text-align:center;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.help-search.svelte-1vby5nc{background:var(--bg-card);border:1.5px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:12px;max-width:680px;margin-top:32px;padding:14px 18px;display:flex}.help-search.svelte-1vby5nc:focus-within{border-color:var(--primary)}.help-search.svelte-1vby5nc input:where(.svelte-1vby5nc){font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:16px}.topic-cols.svelte-1vby5nc{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=860px){.topic-cols.svelte-1vby5nc{grid-template-columns:1fr}}.topic-col.svelte-1vby5nc{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.topic-col.svelte-1vby5nc h3:where(.svelte-1vby5nc){align-items:center;gap:10px;margin-bottom:6px;display:flex}.topic-col.svelte-1vby5nc h3:where(.svelte-1vby5nc) .ic:where(.svelte-1vby5nc){background:var(--primary-soft);width:32px;height:32px;color:var(--primary);border-radius:6px;place-items:center;font-size:16px;display:grid}.topic-col.svelte-1vby5nc p:where(.svelte-1vby5nc){color:var(--ink-3);margin-bottom:18px;font-size:13px}.topic-col.svelte-1vby5nc ul:where(.svelte-1vby5nc){margin:0;padding:0;list-style:none}.topic-col.svelte-1vby5nc li:where(.svelte-1vby5nc){border-top:1px dashed var(--line)}.topic-col.svelte-1vby5nc li:where(.svelte-1vby5nc):last-child{border-bottom:1px dashed var(--line)}.topic-col.svelte-1vby5nc li:where(.svelte-1vby5nc) a:where(.svelte-1vby5nc){color:var(--ink-2);justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.topic-col.svelte-1vby5nc li:where(.svelte-1vby5nc) a:where(.svelte-1vby5nc):hover{color:var(--primary)}.topic-col.svelte-1vby5nc li:where(.svelte-1vby5nc) a:where(.svelte-1vby5nc):after{content:"↗";color:var(--ink-4);font-family:var(--font-mono)}.trust-grid.svelte-1vby5nc{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=760px){.trust-grid.svelte-1vby5nc{grid-template-columns:1fr}}.trust-row.svelte-1vby5nc{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:36px 1fr;gap:14px;padding:18px 20px;display:grid}.trust-row.svelte-1vby5nc .ic:where(.svelte-1vby5nc){color:var(--success);margin-top:2px;font-size:22px}.trust-row.svelte-1vby5nc strong:where(.svelte-1vby5nc){display:block}.trust-row.svelte-1vby5nc p:where(.svelte-1vby5nc){color:var(--ink-3);margin-top:4px;font-size:13px}.video-grid.svelte-1vby5nc{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=860px){.video-grid.svelte-1vby5nc{grid-template-columns:1fr}}.video-card.svelte-1vby5nc{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.thumb-wrap.svelte-1vby5nc{position:relative}.thumb-wrap.svelte-1vby5nc .play:where(.svelte-1vby5nc){place-items:center;display:grid;position:absolute;inset:0}.thumb-wrap.svelte-1vby5nc .play:where(.svelte-1vby5nc) span:where(.svelte-1vby5nc){color:#fff;background:#1a0f0ad9;border-radius:50%;place-items:center;width:48px;height:48px;font-size:18px;display:grid}.video-card.svelte-1vby5nc .body:where(.svelte-1vby5nc){padding:14px 16px}.video-card.svelte-1vby5nc h4:where(.svelte-1vby5nc){font-size:14px;font-family:var(--font-body);font-weight:600}.video-card.svelte-1vby5nc .meta:where(.svelte-1vby5nc){color:var(--ink-3);font-size:12px;font-family:var(--font-mono);margin-top:4px}.glossary-grid.svelte-1vby5nc{grid-template-columns:repeat(2,1fr);gap:0 32px;display:grid}@media (width<=760px){.glossary-grid.svelte-1vby5nc{grid-template-columns:1fr}}.glossary-grid.svelte-1vby5nc dt:where(.svelte-1vby5nc){font-family:var(--font-display);color:var(--ink);border-top:1px solid var(--line);margin-top:14px;padding-top:14px;font-size:15px;font-weight:700}.glossary-grid.svelte-1vby5nc dt:where(.svelte-1vby5nc):first-of-type{border-top:0;margin-top:0;padding-top:0}.glossary-grid.svelte-1vby5nc dd:where(.svelte-1vby5nc){color:var(--ink-2);margin:6px 0 0;font-size:13px;line-height:1.55}.legal-layout.svelte-1l7r4q6{grid-template-columns:240px 1fr;align-items:start;gap:56px;display:grid}@media (width<=860px){.legal-layout.svelte-1l7r4q6{grid-template-columns:1fr}}.legal-side.svelte-1l7r4q6{border-left:1px solid var(--line);padding-left:16px;position:sticky;top:88px}.legal-side.svelte-1l7r4q6 .group:where(.svelte-1l7r4q6){margin-bottom:22px}.legal-side.svelte-1l7r4q6 .group:where(.svelte-1l7r4q6) .lbl:where(.svelte-1l7r4q6){font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px;font-size:11px}.legal-side.svelte-1l7r4q6 a:where(.svelte-1l7r4q6){color:var(--ink-2);padding:5px 0;font-size:13px;display:block}.legal-side.svelte-1l7r4q6 a:where(.svelte-1l7r4q6):hover{color:var(--primary)}.legal-doc.svelte-1l7r4q6{max-width:720px}.legal-doc.svelte-1l7r4q6 article:where(.svelte-1l7r4q6){border-bottom:1px solid var(--line);padding:32px 0}.legal-doc.svelte-1l7r4q6 article:where(.svelte-1l7r4q6):last-child{border-bottom:0}.legal-doc.svelte-1l7r4q6 h2:where(.svelte-1l7r4q6){margin-bottom:8px}.legal-doc.svelte-1l7r4q6 .meta:where(.svelte-1l7r4q6){font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);margin-bottom:18px;font-size:11px}.legal-doc.svelte-1l7r4q6 h3:where(.svelte-1l7r4q6){font-family:var(--font-display);margin-top:28px;margin-bottom:8px;font-size:18px}.legal-doc.svelte-1l7r4q6 p:where(.svelte-1l7r4q6){color:var(--ink-2);margin-bottom:12px;font-size:14px;line-height:1.65}.legal-doc.svelte-1l7r4q6 ul:where(.svelte-1l7r4q6){margin:0 0 12px;padding-left:20px}.legal-doc.svelte-1l7r4q6 li:where(.svelte-1l7r4q6){color:var(--ink-2);padding:3px 0;font-size:14px;line-height:1.6}.legal-doc.svelte-1l7r4q6 strong{color:var(--ink)}.legal-foot.svelte-1l7r4q6{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);text-align:center;padding:24px 0}.legal-foot.svelte-1l7r4q6 a:where(.svelte-1l7r4q6){color:var(--primary)}.acct-side.svelte-1ke34sz a:where(.svelte-1ke34sz){border-radius:var(--radius);color:var(--ink-2);align-items:center;gap:12px;padding:10px 14px;font-size:14px;text-decoration:none;display:flex}.acct-side.svelte-1ke34sz a.active:where(.svelte-1ke34sz){background:var(--primary-soft);color:var(--primary);font-weight:600}.acct-side.svelte-1ke34sz a.danger:where(.svelte-1ke34sz){color:var(--danger)}.acct-side.svelte-1ke34sz a:where(.svelte-1ke34sz):hover:not(.active){background:var(--bg-alt)}.profile-card.svelte-1ke34sz{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;margin-bottom:18px;padding:14px}.profile-card.svelte-1ke34sz .avatar-xl{margin:0 auto 12px}.profile-name.svelte-1ke34sz{font-family:var(--font-display);font-size:16px;font-weight:700}.profile-tag.svelte-1ke34sz{margin-top:10px}.stat-grid.svelte-1ke34sz{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}@media (width<=720px){.stat-grid.svelte-1ke34sz{grid-template-columns:repeat(2,1fr)}}.stat-cell.svelte-1ke34sz{padding:18px}.stat-lbl.svelte-1ke34sz{text-transform:uppercase;letter-spacing:.06em}.stat-v.svelte-1ke34sz{font-family:var(--font-display);letter-spacing:-.02em;font-size:28px;font-weight:800}.profile-grid.svelte-1ke34sz{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=640px){.profile-grid.svelte-1ke34sz{grid-template-columns:1fr}}.field-v.svelte-1ke34sz{margin-top:4px;font-weight:600}.notif-list.svelte-1ke34sz{gap:12px;display:grid}.notif-row.svelte-1ke34sz{border-bottom:1px dashed var(--line);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.notif-row.notif-last.svelte-1ke34sz{border-bottom:0}.notif-row.svelte-1ke34sz input:where(.svelte-1ke34sz){accent-color:var(--primary);width:18px;height:18px}.saved-list.svelte-1ke34sz{gap:10px;display:grid}.saved-row.svelte-1ke34sz{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:14px;display:grid}.saved-row.svelte-1ke34sz .logo:where(.svelte-1ke34sz){background:var(--bg-alt);width:48px;height:48px;font-family:var(--font-display);border-radius:6px;place-items:center;font-weight:800;display:grid}.saved-name.svelte-1ke34sz{font-weight:600}.saved-cta.svelte-1ke34sz{height:30px;font-size:12px}.bid-toolbar.svelte-1sp6we2{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.bid-search.svelte-1sp6we2{max-width:360px;height:36px}.bid-search.svelte-1sp6we2 input:where(.svelte-1sp6we2){font-size:13px}.sort-select.svelte-1sp6we2{width:auto;padding:7px 10px;font-size:13px}.my-bid-row.svelte-1sp6we2{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);color:inherit;grid-template-columns:1fr 140px 100px 120px;align-items:center;gap:18px;padding:18px 20px;text-decoration:none;display:grid}.mt-row.svelte-1sp6we2{margin-top:10px}.my-bid-row.svelte-1sp6we2:hover{border-color:var(--line-2)}.row-head.svelte-1sp6we2{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.my-bid-row.svelte-1sp6we2 .title:where(.svelte-1sp6we2){font-size:15px;font-weight:600}.my-bid-row.svelte-1sp6we2 .meta:where(.svelte-1sp6we2){color:var(--ink-3);font-size:12px;font-family:var(--font-mono);flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.num-resp.svelte-1sp6we2{font-family:var(--font-display);letter-spacing:-.02em;font-size:22px;font-weight:800}.num-resp.svelte-1sp6we2 small:where(.svelte-1sp6we2){color:var(--ink-3);font-size:11px;font-family:var(--font-mono);letter-spacing:.04em;font-weight:500;display:block}.row-cta.svelte-1sp6we2{text-align:right}@media (width<=760px){.my-bid-row.svelte-1sp6we2{grid-template-columns:1fr;gap:8px}.row-cta.svelte-1sp6we2{text-align:left}}.section-divider.svelte-1sp6we2{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin:32px 0 14px;font-size:11px}.product-layout.svelte-1j4q3ud{margin-top:14px}.gallery-grid.svelte-1j4q3ud{grid-template-columns:80px 1fr;gap:12px;display:grid}.thumbs.svelte-1j4q3ud{flex-direction:column;gap:8px;display:flex}.thumb.svelte-1j4q3ud{aspect-ratio:1;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;background:0 0;padding:0;overflow:hidden}.thumb.svelte-1j4q3ud .placeholder-mart{border:0;border-radius:0;width:100%;height:100%;font-size:9px}.thumb.active.svelte-1j4q3ud{border-color:var(--primary);border-width:2px}.title-row.svelte-1j4q3ud{border-bottom:1px solid var(--line);margin-top:24px;padding-bottom:18px}.product-title.svelte-1j4q3ud{letter-spacing:-.02em;margin-top:10px;font-size:32px}.product-meta.svelte-1j4q3ud{font-family:var(--font-mono);flex-wrap:wrap;gap:14px;margin-top:8px;display:flex}.seller-link.svelte-1j4q3ud{color:var(--primary)}.section-block.svelte-1j4q3ud{margin-top:24px}.section-block.svelte-1j4q3ud h3:where(.svelte-1j4q3ud){margin-bottom:10px;font-size:18px}.para.svelte-1j4q3ud{color:var(--ink-2);margin-top:10px;line-height:1.6}.para.svelte-1j4q3ud:first-of-type{margin-top:0}.spec-table.svelte-1j4q3ud{border-collapse:collapse;width:100%;font-size:14px}.spec-table.svelte-1j4q3ud tr:where(.svelte-1j4q3ud){border-bottom:1px solid var(--line)}.spec-table.svelte-1j4q3ud tr:where(.svelte-1j4q3ud):last-child{border-bottom:0}.spec-table.svelte-1j4q3ud td:where(.svelte-1j4q3ud){padding:11px 0}.spec-table.svelte-1j4q3ud td:where(.svelte-1j4q3ud):first-child{color:var(--ink-3);width:200px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.spec-table.svelte-1j4q3ud td:where(.svelte-1j4q3ud):last-child{color:var(--ink);font-weight:500}.review-preview.svelte-1j4q3ud{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px}.preview-body.svelte-1j4q3ud{color:var(--ink-2);margin-top:8px;font-size:14px}.see-all.svelte-1j4q3ud{margin-top:14px;display:inline-block}.price-card.svelte-1j4q3ud{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;position:sticky;top:80px}.price-card.svelte-1j4q3ud .big:where(.svelte-1j4q3ud){font-family:var(--font-display);letter-spacing:-.02em;font-size:36px;font-weight:800}.price-card.svelte-1j4q3ud .big:where(.svelte-1j4q3ud) .unit:where(.svelte-1j4q3ud){color:var(--ink-3);font-size:16px;font-weight:500}.price-card.svelte-1j4q3ud .moq:where(.svelte-1j4q3ud){color:var(--ink-3);font-size:13px;font-family:var(--font-mono)}.slab-block.svelte-1j4q3ud{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.slab-title.svelte-1j4q3ud{margin-bottom:8px}.price-tier.svelte-1j4q3ud{border-bottom:1px dashed var(--line);grid-template-columns:1fr auto;padding:8px 0;font-size:13px;display:grid}.price-tier.svelte-1j4q3ud:last-child{border-bottom:0}.price-tier.svelte-1j4q3ud b:where(.svelte-1j4q3ud){color:var(--primary);font-family:var(--font-mono)}.cta-stack.svelte-1j4q3ud{flex-direction:column;gap:8px;margin-top:18px;display:flex}.ships-block.svelte-1j4q3ud{border-top:1px solid var(--line);color:var(--ink-3);font-size:12px;font-family:var(--font-mono);margin-top:14px;padding-top:14px;line-height:1.6}.seller-mini.svelte-1j4q3ud{margin-top:14px}.seller-mini-head.svelte-1j4q3ud{align-items:center;gap:12px;margin-bottom:12px;display:flex}.seller-mini-name.svelte-1j4q3ud{font-weight:700}.view-profile.svelte-1j4q3ud{margin-top:12px;display:inline-block}.similar-section.svelte-1j4q3ud{margin-top:48px}.similar-section.svelte-1j4q3ud h3:where(.svelte-1j4q3ud){margin-bottom:14px;font-size:18px}.similar-grid.svelte-1j4q3ud{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (width<=960px){.similar-grid.svelte-1j4q3ud{grid-template-columns:repeat(2,1fr)}}.stepper.svelte-v78gkl{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:0;margin-bottom:32px;display:flex}.step.svelte-v78gkl{color:var(--ink-3);font-size:13px;font-family:var(--font-mono);letter-spacing:.04em;border-bottom:2px solid #0000;align-items:center;gap:10px;margin-bottom:-1px;padding:16px 24px;display:flex}.step.svelte-v78gkl .num:where(.svelte-v78gkl){background:var(--bg-alt);width:24px;height:24px;color:var(--ink-3);border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.step.active.svelte-v78gkl{color:var(--ink);border-bottom-color:var(--primary);font-weight:600}.step.active.svelte-v78gkl .num:where(.svelte-v78gkl){background:var(--primary);color:#fff}.step.done.svelte-v78gkl .num:where(.svelte-v78gkl){background:var(--success,#1f8a52);color:#fff}.step.done.svelte-v78gkl{color:var(--success,#1f8a52)}.form-card-big.svelte-v78gkl{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px}.section-title.svelte-v78gkl{margin-bottom:6px;font-size:18px}.section-lede.svelte-v78gkl{margin-bottom:24px}.form-row.svelte-v78gkl{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.form-row.svelte-v78gkl{grid-template-columns:1fr}}.qty-row.svelte-v78gkl{gap:8px;display:flex}.qty-row.svelte-v78gkl .unit-select:where(.svelte-v78gkl){width:120px}.hint.svelte-v78gkl{margin-top:4px;display:block}.optional-tag.svelte-v78gkl{text-transform:none;color:var(--ink-4)}.dropzone.svelte-v78gkl{border:1.5px dashed var(--line-2);border-radius:var(--radius);text-align:center;color:var(--ink-3);background:var(--bg-alt);cursor:pointer;padding:24px;font-size:13px}.form-actions.svelte-v78gkl{justify-content:space-between;gap:12px;margin-top:28px;display:flex}.preview-bid.svelte-v78gkl{background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;position:sticky;top:80px}.preview-bid.svelte-v78gkl h5:where(.svelte-v78gkl){font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px;font-size:11px}.preview-card.svelte-v78gkl{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:14px}.pv-title.svelte-v78gkl{font-size:15px;font-family:var(--font-display);margin-top:8px;font-weight:700}.pv-row.svelte-v78gkl{border-bottom:1px dashed var(--line);justify-content:space-between;gap:12px;padding:8px 0;font-size:13px;display:flex}.pv-row.svelte-v78gkl:last-child{border-bottom:0}.pv-row.svelte-v78gkl .lbl:where(.svelte-v78gkl){color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:11px}.hide-note.svelte-v78gkl{line-height:1.55;font-family:var(--font-mono);margin-top:14px}.hide-note.svelte-v78gkl strong:where(.svelte-v78gkl){color:var(--ink)}.match-block.svelte-v78gkl{margin-top:14px}.match-num.svelte-v78gkl{font-family:var(--font-display);letter-spacing:-.02em;font-size:32px;font-weight:800}.respond-note.svelte-v78gkl{border-top:1px dashed var(--line);color:var(--ink-3);margin-top:14px;padding-top:14px;font-size:12px;line-height:1.6}.respond-note.svelte-v78gkl strong:where(.svelte-v78gkl){color:var(--ink)}.search-header.svelte-e12qt1{margin-bottom:18px}.search-title.svelte-e12qt1{letter-spacing:-.02em;font-size:28px}.price-grid.svelte-e12qt1{grid-template-columns:1fr 1fr;gap:8px;display:grid}.price-grid.svelte-e12qt1 input:where(.svelte-e12qt1){padding:8px 10px;font-size:13px}.card-spacer.svelte-e12qt1{margin-top:12px}.inline-ad.svelte-e12qt1{background:var(--bg-alt);border:1px dashed var(--line-2);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;padding:18px 22px;display:flex}.ad-eyebrow.svelte-e12qt1{font-family:var(--font-mono);letter-spacing:.08em;color:var(--ink-4);text-transform:uppercase;font-size:10px}.seller-cover.svelte-vj4ebe{background:var(--ink);color:#fbf7f0;margin:-24px -24px 24px;padding:36px 0}.seller-cover-inner.svelte-vj4ebe{padding:0 24px}.seller-cover.svelte-vj4ebe .crumb-mart,.seller-cover.svelte-vj4ebe .crumb-mart a{color:#c9b8a8}.seller-cover.svelte-vj4ebe .crumb-mart span:last-child{color:#fbf7f0}.seller-head.svelte-vj4ebe{grid-template-columns:96px 1fr auto;align-items:flex-start;gap:22px;margin-top:14px;display:grid}.seller-head.svelte-vj4ebe h1:where(.svelte-vj4ebe){color:#fbf7f0;font-size:32px}.seller-head.svelte-vj4ebe .meta:where(.svelte-vj4ebe){color:#c9b8a8;font-family:var(--font-mono);flex-wrap:wrap;gap:14px;margin-top:6px;font-size:12px;display:flex}.seller-head.svelte-vj4ebe .bio:where(.svelte-vj4ebe){color:#c9b8a8;max-width:680px;margin-top:14px;font-size:15px;line-height:1.55}.seller-head.svelte-vj4ebe .actions:where(.svelte-vj4ebe){flex-direction:column;gap:8px;display:flex}.seller-head.svelte-vj4ebe .actions:where(.svelte-vj4ebe) .ghost-on-dark:where(.svelte-vj4ebe){color:#fbf7f0;border-color:#3b2a20}.seller-head.svelte-vj4ebe .actions:where(.svelte-vj4ebe) .hint:where(.svelte-vj4ebe){text-align:center;color:#8b7868}.stat-strip.svelte-vj4ebe{border-top:1px solid #2c1f18;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px;padding-top:22px;display:grid}.stat-strip.svelte-vj4ebe .v:where(.svelte-vj4ebe){font-family:var(--font-display);letter-spacing:-.02em;font-size:26px;font-weight:800}.stat-strip.svelte-vj4ebe .l:where(.svelte-vj4ebe){color:#8b7868;font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}@media (width<=720px){.stat-strip.svelte-vj4ebe{grid-template-columns:repeat(2,1fr)}.seller-head.svelte-vj4ebe{grid-template-columns:64px 1fr}.seller-head.svelte-vj4ebe .actions:where(.svelte-vj4ebe){grid-column:1/-1}}.product-row.svelte-vj4ebe{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (width<=960px){.product-row.svelte-vj4ebe{grid-template-columns:repeat(2,1fr)}}.review-summary.svelte-vj4ebe{border-bottom:1px solid var(--line);grid-template-columns:200px 1fr;align-items:center;gap:32px;margin-bottom:18px;padding-bottom:18px;display:grid}.review-overall.svelte-vj4ebe{text-align:center}.review-overall.svelte-vj4ebe .big:where(.svelte-vj4ebe){font-family:var(--font-display);letter-spacing:-.03em;font-size:48px;font-weight:800}.review-axes.svelte-vj4ebe{gap:8px;display:grid}@media (width<=720px){.review-summary.svelte-vj4ebe{grid-template-columns:1fr}}.review-list.svelte-vj4ebe{gap:16px;display:grid}.aside-text.svelte-vj4ebe{color:var(--ink-2);font-size:13px;line-height:1.55}.check-list.svelte-vj4ebe{color:var(--ink-2);font-size:12px;font-family:var(--font-mono);margin:14px 0 0;padding:0;list-style:none}.check-list.svelte-vj4ebe li:where(.svelte-vj4ebe){padding:4px 0}.contact-list.svelte-vj4ebe{font-size:13px;line-height:1.7}.contact-note.svelte-vj4ebe{line-height:1.5}.cats-served.svelte-vj4ebe{flex-wrap:wrap;gap:6px;display:flex}.summary-card.svelte-1fnhc9o{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:200px 1fr 1fr;align-items:center;gap:32px;margin-top:16px;padding:28px;display:grid}@media (width<=860px){.summary-card.svelte-1fnhc9o{grid-template-columns:1fr}}.summary-big.svelte-1fnhc9o{text-align:center}.summary-big.svelte-1fnhc9o .v:where(.svelte-1fnhc9o){font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);font-size:64px;font-weight:800;line-height:1}.summary-big.svelte-1fnhc9o .stars:where(.svelte-1fnhc9o){justify-content:center;margin-top:6px;font-size:22px}.histo.svelte-1fnhc9o{gap:6px;display:grid}.histo-row.svelte-1fnhc9o{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);grid-template-columns:36px 1fr 36px;align-items:center;gap:10px;display:grid}.histo-row.svelte-1fnhc9o .bar:where(.svelte-1fnhc9o){background:var(--bg-alt);border-radius:4px;height:8px;overflow:hidden}.histo-row.svelte-1fnhc9o .bar:where(.svelte-1fnhc9o)>div:where(.svelte-1fnhc9o){background:var(--star,#e2a82e);height:100%}.axes-stack.svelte-1fnhc9o{gap:8px;display:grid}.toolbar.svelte-1fnhc9o{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0 4px;padding-bottom:14px;display:flex}.sort-select.svelte-1fnhc9o{width:auto;padding:7px 10px;font-size:13px}.review-list.svelte-1fnhc9o{flex-direction:column;display:flex}.review-item.svelte-1fnhc9o{border-bottom:1px solid var(--line);padding:22px 0}.review-head.svelte-1fnhc9o{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.review-who.svelte-1fnhc9o{align-items:center;gap:12px;display:flex}.review-who.svelte-1fnhc9o .nm:where(.svelte-1fnhc9o){flex-wrap:wrap;align-items:center;gap:8px;font-weight:600;display:flex}.purchase-line.svelte-1fnhc9o{margin-top:2px}.review-meta.svelte-1fnhc9o{font-family:var(--font-mono);color:var(--ink-4);font-size:11px}.review-stars.svelte-1fnhc9o{margin-top:10px;font-size:16px}.overall-tag.svelte-1fnhc9o{margin-left:8px}.review-body.svelte-1fnhc9o{color:var(--ink-2);margin-top:10px;line-height:1.6}.review-axes.svelte-1fnhc9o{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}@media (width<=760px){.review-axes.svelte-1fnhc9o{grid-template-columns:repeat(2,1fr)}}.review-axes.svelte-1fnhc9o .a:where(.svelte-1fnhc9o){color:var(--ink-3);font-size:11px;font-family:var(--font-mono)}.review-axes.svelte-1fnhc9o .a:where(.svelte-1fnhc9o) b:where(.svelte-1fnhc9o){color:var(--ink);font-size:12px;font-weight:700}.seller-resp.svelte-1fnhc9o{background:var(--bg-alt);border-left:2px solid var(--primary);border-radius:4px;margin-top:14px;padding:14px 16px;font-size:13px}.seller-resp.svelte-1fnhc9o b:where(.svelte-1fnhc9o){color:var(--ink);font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;display:block}.resp-body.svelte-1fnhc9o{color:var(--ink-2)}.policy-note.svelte-1fnhc9o{background:var(--bg-alt);border:1px dashed var(--line-2);border-radius:var(--radius-lg);color:var(--ink-2);text-align:center;margin-top:32px;padding:18px 22px;font-size:13px}.policy-note.svelte-1fnhc9o strong:where(.svelte-1fnhc9o){color:var(--ink)}.policy-link.svelte-1fnhc9o{color:var(--primary);font-weight:600}.fields.svelte-iq265b{flex-direction:column;gap:14px;display:flex}.phone-row.svelte-iq265b{gap:8px;display:flex}.phone-row.svelte-iq265b .cc:where(.svelte-iq265b){width:90px}.form-msg.svelte-iq265b{font-family:var(--font-mono);color:var(--primary);margin-top:4px;font-size:12px}.divider.svelte-iq265b{text-align:center;color:var(--ink-4);font-size:12px;font-family:var(--font-mono);margin:16px 0;position:relative}.divider.svelte-iq265b span:where(.svelte-iq265b){background:var(--bg);z-index:1;padding:0 12px;position:relative}.divider.svelte-iq265b:before{content:"";background:var(--line);height:1px;position:absolute;top:50%;left:0;right:0}.accounts-btn.svelte-iq265b{justify-content:center;align-items:center;gap:8px;display:flex}.alt-link.svelte-iq265b{text-align:center;color:var(--ink-3);margin-top:14px;font-size:13px}.alt-link.svelte-iq265b a:where(.svelte-iq265b){color:var(--primary);font-weight:600}.support-note.svelte-iq265b{border-top:1px solid var(--line);color:var(--ink-3);font-size:12px;font-family:var(--font-mono);text-align:center;margin-top:32px;padding-top:20px}.support-note.svelte-iq265b a:where(.svelte-iq265b){color:var(--primary)}.fields.svelte-kmqcod{flex-direction:column;gap:14px;display:flex}.phone-row.svelte-kmqcod{gap:8px;display:flex}.phone-row.svelte-kmqcod .cc:where(.svelte-kmqcod){width:90px}.optional-tag.svelte-kmqcod{text-transform:none;color:var(--ink-4)}.agree-row.svelte-kmqcod{color:var(--ink-2);align-items:flex-start;gap:10px;margin-top:6px;font-size:13px;display:flex}.agree-row.svelte-kmqcod input:where(.svelte-kmqcod){accent-color:var(--primary);margin-top:3px}.agree-row.svelte-kmqcod a:where(.svelte-kmqcod){color:var(--primary);font-weight:600}.form-msg.svelte-kmqcod{font-family:var(--font-mono);color:var(--primary);margin-top:4px;font-size:12px}.alt-link.svelte-kmqcod{text-align:center;color:var(--ink-3);margin-top:12px;font-size:13px}.alt-link.svelte-kmqcod a:where(.svelte-kmqcod){color:var(--primary);font-weight:600}.seller-note.svelte-kmqcod{border-top:1px solid var(--line);color:var(--ink-3);font-size:12px;font-family:var(--font-mono);margin-top:32px;padding-top:20px;line-height:1.6}.seller-note.svelte-kmqcod strong:where(.svelte-kmqcod){color:var(--ink);margin-bottom:4px;display:block}.seller-note.svelte-kmqcod a:where(.svelte-kmqcod){color:var(--primary)}
