/* Inventory-led marketplace. Shared tokens preserve the saved light/dark theme. */
.hm-home{background:var(--cream);padding-bottom:22px}.hm-start{padding-block:28px 10px}.hm-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:22px}.hm-heading h1{font-size:clamp(24px,3vw,36px);letter-spacing:-.04em;max-width:660px}.hm-heading .eyebrow{font-size:10px;margin-bottom:8px}.hm-heading>p{max-width:260px;font-size:14px}.hm-search.hero-search{display:flex;gap:12px;align-items:center;max-width:none;background:var(--white);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 26px #28134208;padding:9px 10px 9px 20px;margin:0}.hm-search>input,.hm-search .autocomplete-wrap{flex:1;min-width:0}.hm-search>input,.hm-search .autocomplete-wrap>input{border:0;box-shadow:none!important;background:transparent;height:48px;padding:8px;width:100%;font-size:16px}.hm-search>.icon{color:var(--green)}.hm-city{width:230px;border-left:1px solid var(--line);padding-left:12px}.hm-city .ui-select{width:100%}.hm-city select,.hm-city .ui-select-trigger{border:0;background:transparent;width:100%;min-height:48px}.hm-search>.button{min-height:48px;flex-shrink:0}.hm-categories{display:flex;flex-wrap:wrap;gap:9px;padding-block:18px 8px}.hm-categories>a{display:flex;align-items:center;gap:8px;min-height:46px;padding:6px 12px 6px 7px;background:var(--white);border:1px solid var(--line);border-radius:50px;font-weight:650;font-size:13px;transition:transform .15s,border-color .15s}.hm-categories>a:hover{border-color:var(--green);transform:translateY(-2px)}.hm-cat-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;background:var(--lilac);color:var(--green);border-radius:14px}.hm-categories .hm-cat-icon{width:32px;height:32px;border-radius:50%}.hm-categories .hm-cat-icon .icon{width:20px;height:20px}.hm-categories small{font-size:11px;min-width:20px;text-align:center;color:var(--muted)}.hm-categories .hm-all-categories{background:transparent;padding-inline:12px}.hm-all-categories>.icon{width:18px;height:18px}.hm-section{padding-block:26px}.hm-section .section-heading{margin-bottom:18px;align-items:end;gap:20px}.hm-section .section-heading h2{font-size:clamp(23px,2.4vw,30px)}.hm-section .section-heading p{font-size:14px;margin-top:7px}.hm-section .eyebrow{font-size:10px;display:block;margin-bottom:7px}.hm-section .text-link{font-size:13px;min-height:44px;display:inline-flex;align-items:center;gap:8px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 4px 16px #28134204}.product-media{border-radius:0;aspect-ratio:4/3;background:var(--lilac)}.product-media img{transition:transform .25s}.product-card:hover .product-media img{transform:scale(1.025)}.product-content{padding:16px}.product-content h3{font-size:16px;line-height:1.35;min-height:43px;margin-block:6px 10px}.product-price{font-size:23px;letter-spacing:-.035em}.product-meta{margin-top:8px;font-size:12px;min-height:36px}.product-meta>.compare-button{min-width:36px;min-height:36px}.hm-card-date{display:block;color:var(--muted);font-size:11px;margin-top:2px}.hm-card-seller{display:flex;align-items:center;gap:6px;border-top:1px solid var(--line);margin-top:11px;padding-top:10px;min-height:40px;color:var(--muted);font-size:12px}.hm-card-seller>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.hm-card-seller>.icon{width:16px;height:16px}.hm-card-seller>.icon:last-child{transform:rotate(-90deg)}.favorite-button{min-width:44px;min-height:44px;transition:transform .18s,background .18s}.favorite-button:active{transform:scale(.9)}.favorite-button.is-saved .icon{animation:hm-heart .22s ease-out}@keyframes hm-heart{50%{transform:scale(1.2)}}
.hm-request-grid,.hm-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hm-request,.hm-guide,.hm-seller,.hm-pick{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:22px;min-width:0}.hm-request{display:flex;flex-direction:column;align-items:flex-start}.hm-request>.hm-cat-icon{margin-bottom:16px;background:var(--lime);color:#281342}.hm-request h3,.hm-guide h3{font-size:20px;line-height:1.3;margin-bottom:12px}.hm-request p{font-size:13px}.hm-request p .icon{width:16px;height:16px}.hm-request>.text-link{margin-top:auto;padding-top:14px}.hm-invite{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--lilac);border:1px solid var(--line);border-radius:16px;margin-top:16px}.hm-invite>p{flex:1;color:var(--ink);font-size:15px}.hm-invite>.button{flex-shrink:0}.hm-picks,.hm-sellers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hm-thumbnails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-block:18px 10px}.hm-thumbnails img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:10px;background:var(--cream)}.hm-picks{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))}.hm-pick h3{font-size:24px}.hm-seller-head{display:flex;align-items:center;gap:12px}.hm-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--lilac);color:var(--green);font-size:23px;font-weight:750;flex-shrink:0;overflow:hidden}.hm-avatar img{width:48px;height:48px;object-fit:cover}.hm-seller-head>span:nth-child(2){flex:1;min-width:0}.hm-seller-head h3{font-size:18px;overflow-wrap:anywhere}.hm-seller-head small{color:var(--muted);font-size:12px}.hm-seller-head>.icon{color:var(--green)}.hm-alert{display:flex;align-items:center;gap:22px;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px}.hm-alert>div{flex:1}.hm-alert h2{font-size:24px;margin-bottom:8px}.hm-alert p{font-size:14px;max-width:680px}.hm-alert>.button{flex-shrink:0}.hm-guide{display:flex;flex-direction:column;gap:14px}.hm-guide h3{margin:0}.hm-guide p{font-size:14px}.hm-guide>.text-link{margin-top:auto}.hm-sell{background:#281342;color:#fff;border-radius:22px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:28px}.hm-sell h2{font-size:30px;max-width:740px}.hm-sell p{color:#dfd1f1;margin-top:12px}.hm-sell .eyebrow{color:#f2c94c}.hm-sell>.button{flex-shrink:0}.hm-trust{display:flex;gap:25px;flex-wrap:wrap;justify-content:center;padding-top:26px;color:var(--muted);font-size:13px}.hm-trust a{display:flex;align-items:center;gap:8px;min-height:44px}.hm-empty{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:24px;background:var(--white);border:1px solid var(--line);border-radius:18px}.hm-empty p{flex:1;min-width:200px}.empty-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-block:16px}.hm-request:target{outline:3px solid var(--green)}
@media(max-width:900px){.hm-heading>p{display:none}.hm-city{width:200px}.hm-request-grid,.hm-guides{gap:12px}.hm-request,.hm-guide{padding:18px}.hm-invite{flex-wrap:wrap}.hm-invite>p{min-width:230px}.hm-invite>.button{margin-left:auto}.hm-alert{flex-wrap:wrap}.hm-alert>div{min-width:220px}.hm-alert>.button{margin-left:66px}.hm-sell{padding:26px}.hm-sell h2{font-size:26px}}
@media(max-width:620px){.hm-start{padding-top:19px}.hm-heading{margin-bottom:15px}.hm-heading h1{font-size:25px;line-height:1.15}.hm-heading .eyebrow{font-size:9px;margin-bottom:6px}.hm-search.hero-search{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:6px;padding:8px 10px}.hm-search>.icon{width:20px}.hm-search>input,.hm-search .autocomplete-wrap{grid-column:2;grid-row:1}.hm-search>.button{grid-column:3;grid-row:1;padding:10px 14px;font-size:14px}.hm-search>.button .icon{display:none}.hm-search .autocomplete-wrap>input{font-size:16px;padding:6px}.hm-city{grid-column:1/-1;grid-row:2;width:auto;border-left:0;border-top:1px solid var(--line);padding:3px 0 0}.hm-city select,.hm-city .ui-select-trigger{min-height:42px}.hm-categories{flex-wrap:nowrap;overflow-x:auto;margin-right:-16px;padding-right:16px;padding-block:14px 8px;scrollbar-width:thin}.hm-categories>a{flex-shrink:0;font-size:12px;min-height:44px;gap:6px}.hm-categories .hm-cat-icon{width:29px;height:29px}.hm-section{padding-block:19px}.hm-section .section-heading{gap:12px;margin-bottom:14px}.hm-section .section-heading h2{font-size:23px}.hm-section .section-heading>.text-link{font-size:12px;flex-shrink:0}.hm-section .section-heading p{font-size:13px}.hm-home .product-grid{gap:12px}.product-content{padding:11px}.product-content h3{font-size:14px;min-height:38px;margin-block:6px 8px}.product-price{font-size:20px}.product-category{font-size:10px}.product-meta{font-size:11px;gap:4px;align-items:center}.hm-card-date{font-size:10px}.hm-card-seller{font-size:11px}.condition-tag{font-size:10px;max-width:calc(100% - 58px);padding:4px 7px}.favorite-button{top:8px;right:8px}.hm-request-grid,.hm-sellers,.hm-guides,.hm-picks{grid-template-columns:1fr}.hm-guide{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px 15px;padding:18px}.hm-guide>.hm-cat-icon{grid-column:1;grid-row:1/3}.hm-guide h3{grid-column:2;font-size:18px}.hm-guide p{grid-column:2;font-size:13px}.hm-guide>.text-link{grid-column:2}.hm-invite{padding:18px;gap:12px}.hm-invite>.hm-cat-icon{display:none}.hm-invite>.button{margin-left:0;width:100%}.hm-alert{padding:20px;gap:14px}.hm-alert>.hm-cat-icon{display:none}.hm-alert>.button{margin-left:0;width:100%}.hm-alert h2{font-size:22px}.hm-sell{flex-direction:column;align-items:flex-start;padding:24px}.hm-sell h2{font-size:26px}.hm-sell>.button{width:100%}.hm-trust{gap:8px 18px}.hm-empty>.button{width:100%}}
@media(prefers-reduced-motion:reduce){.hm-home *,.product-media img,.favorite-button,.favorite-button .icon{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
