:root{--kialp-yellow: #F9BE21;--kialp-yellow-bright: #FFD93B;--kialp-orange: #FFA500;--kialp-orange-deep: #FF8C00;--kialp-orange-vivid: #FF6B35;--kialp-blue: #004E89;--brand-gradient: linear-gradient(135deg, #FFD93B 0%, #F9BE21 35%, #FFA500 100%);--hero-gradient: linear-gradient(180deg, #FFD93B 0%, #FFB627 45%, #FF8C00 100%);--warm-gradient: linear-gradient(135deg, #FF8C00 0%, #FF6B35 100%);--text-gradient-bg: linear-gradient(135deg, #FF8C00 0%, #FF6B35 100%);--bg-white: #FFFFFF;--bg-cream: #FFF9EC;--bg-soft: #FFF4DC;--bg-dark: #1A1206;--text-primary: #1A1A1A;--text-secondary: #5A5A5A;--text-muted: #8A8A8A;--text-on-brand: #1A1206;--border-soft: rgba(0, 0, 0, .08);--border-warm: rgba(249, 190, 33, .35);--shadow-sm: 0 2px 10px rgba(20, 20, 20, .06);--shadow-md: 0 8px 30px rgba(20, 20, 20, .08);--shadow-lg: 0 20px 50px rgba(20, 20, 20, .12);--shadow-warm: 0 14px 40px rgba(255, 140, 0, .28);--shadow-warm-sm: 0 6px 20px rgba(255, 140, 0, .22);--success: #16A34A;--error: #F44336;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 72px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-2xl: 30px;--font-size-3xl: 40px;--font-size-4xl: 52px;--transition-fast: .15s ease;--transition-normal: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--font-size-md);line-height:1.6;color:var(--text-primary);background:var(--bg-white);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.12;color:var(--text-primary);letter-spacing:0}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}p{color:var(--text-secondary)}a{color:var(--kialp-orange-deep);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--kialp-orange-vivid)}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 var(--spacing-lg)}.text-gradient{background:var(--text-gradient-bg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reveal{opacity:0;transform:translateY(28px)}.text-center{text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(3deg)}}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-25px) scale(1.08)}66%{transform:translate(-15px,15px) scale(.95)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pingDot{0%{box-shadow:0 0 #16a34a80}70%{box-shadow:0 0 0 9px #16a34a00}to{box-shadow:0 0 #16a34a00}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-cream)}::-webkit-scrollbar-thumb{background:var(--kialp-orange);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--kialp-orange-deep)}::selection{background:#f9be2159;color:var(--text-primary)}:focus-visible{outline:3px solid var(--kialp-orange);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:768px){:root{--font-size-4xl: 38px;--font-size-3xl: 30px;--font-size-2xl: 24px;--spacing-3xl: 52px}.container{padding:0 var(--spacing-md)}}@media(max-width:480px){:root{--font-size-4xl: 32px;--font-size-3xl: 26px}}.seo-fallback{max-width:1100px;margin:48px auto;padding:24px;color:#111827;font-family:Arial,sans-serif}.seo-fallback img{display:block;max-width:min(100%,760px);max-height:520px;object-fit:contain}.listing-native-launch{position:fixed;z-index:20000;inset:0;background:#fff}.listing-soldout-badge{position:absolute;top:8px;left:8px;z-index:3;padding:4px 9px;border-radius:7px;background:#1f2937e0;color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;pointer-events:none}.footer{background:var(--bg-dark);color:#ffffffb3;padding:var(--spacing-3xl) 0 var(--spacing-xl);margin-top:auto}.footer-content{display:grid;grid-template-columns:1.2fr 2fr;gap:var(--spacing-2xl);margin-bottom:var(--spacing-2xl)}.footer-brand{display:flex;flex-direction:column;gap:var(--spacing-sm)}.footer-logo-img{height:38px;width:auto;object-fit:contain;margin-left:-2px;align-self:flex-start}.footer-tagline{font-size:var(--font-size-sm);color:#fff9;max-width:280px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg)}.footer-section h4{color:#fff;font-size:var(--font-size-sm);font-weight:700;margin-bottom:var(--spacing-md);text-transform:uppercase;letter-spacing:.05em}.footer-section a{display:block;color:#ffffffa6;font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm);transition:color var(--transition-fast)}.footer-section a:hover{color:var(--kialp-yellow)}.footer-social{display:flex;gap:var(--spacing-md)}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff14;border-radius:var(--radius-md);color:#fffc;transition:all var(--transition-fast)}.footer-social a:hover{background:var(--brand-gradient);color:var(--text-on-brand);transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--spacing-lg);border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:var(--font-size-sm);color:#ffffff8c}.footer-location{display:flex;align-items:center;gap:var(--spacing-xs)}.footer-location img{width:24px;height:16px;display:block;border:1px solid rgba(255,255,255,.28);object-fit:cover}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:var(--spacing-xl)}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:var(--spacing-sm);text-align:center}}@media(max-width:480px){.footer-links{grid-template-columns:1fr}}.logo{display:inline-flex;align-items:center;cursor:pointer}.logo-image{width:auto;object-fit:contain;transition:transform var(--transition-fast)}.logo:hover .logo-image{transform:scale(1.03)}.category-mega{--category-orange: var(--market-orange, var(--orange, #ff7300));position:relative;z-index:70;height:100%;display:flex;align-items:center}.category-mega-trigger{height:100%;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#273142;font:inherit;font-size:14px;font-weight:750;white-space:nowrap;cursor:pointer}.category-mega-trigger>svg:first-child{width:18px;height:18px}.category-mega-chevron{width:13px;height:13px;transition:transform .18s ease}.category-mega.is-open .category-mega-chevron{transform:rotate(180deg)}.category-mega-panel{position:absolute;top:calc(100% + 12px);left:0;width:min(1120px,calc(100vw - 48px));height:min(610px,calc(100vh - 120px));display:grid;grid-template-columns:270px minmax(0,1fr);overflow:hidden;border:1px solid #e7e9ed;border-radius:22px;background:#fff;box-shadow:0 28px 80px #19202c2e;animation:category-panel-in .17s ease-out}@keyframes category-panel-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.category-mega-mobile-heading{display:none}.category-mega-rail{min-height:0;overflow-y:auto;padding:12px;border-right:1px solid #eceef1;background:#f7f8fa;scrollbar-width:thin}.category-mega-rail>button{width:100%;min-height:54px;display:grid;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:8px 10px;border:1px solid transparent;border-radius:13px;background:transparent;color:#2e3745;font:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.category-mega-rail>button+button{margin-top:3px}.category-mega-rail>button:hover,.category-mega-rail>button.is-active{border-color:#ffd7aa;background:#fff;box-shadow:0 7px 20px #333b480f}.category-mega-rail>button.is-active{color:#d75e00;transform:translate(2px)}.category-mega-rail>button>span,.category-mega-active-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px}.category-mega-rail>button>span svg,.category-mega-active-icon svg{width:19px;height:19px}.category-mega-rail>button>div{min-width:0}.category-mega-rail strong,.category-mega-rail small{display:block}.category-mega-rail strong{font-size:12px;line-height:1.2}.category-mega-rail small{overflow:hidden;margin-top:3px;color:#89919d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.category-mega-rail>button>svg{width:14px;height:14px;color:#a4abb5}.tone-orange{background:#fff0dc;color:#f47a00}.tone-green{background:#e9f8ed;color:#2eae54}.tone-blue{background:#e8f3ff;color:#2e82da}.tone-amber{background:#fff4d7;color:#d99500}.tone-violet{background:#f1eaff;color:#8355cc}.tone-rose{background:#ffeaf0;color:#dc5e83}.tone-teal{background:#e5f8f5;color:#1e9d8b}.category-mega-content{min-width:0;min-height:0;overflow-y:auto;padding:26px 28px 30px;scrollbar-width:thin}.category-mega-content>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid #eff0f2}.category-mega-content>header>div{min-width:0;display:flex;align-items:center;gap:13px}.category-mega-active-icon{width:48px;height:48px;flex:0 0 48px;border-radius:14px}.category-mega-content header section small{color:#f27a08;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.category-mega-content h2{margin:2px 0 0;color:#182131;font-size:20px;line-height:1.2}.category-mega-content p{margin:4px 0 0;color:#7b8491;font-size:10px}.category-mega-content>header>a{min-width:max-content;height:38px;display:inline-flex;align-items:center;gap:5px;padding:0 13px;border:1px solid #ffd3a1;border-radius:999px;background:#fff9f1;color:#df6700;font-size:10px;font-weight:800}.category-mega-content>header>a svg,.category-mega-group-title svg{width:13px;height:13px}.category-mega-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:15px;padding-top:22px}.category-mega-groups.is-dense{grid-template-columns:repeat(3,minmax(0,1fr))}.category-mega-group{min-width:0;padding:14px;border:1px solid #eceef1;border-radius:15px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.category-mega-group:hover{border-color:#ffd4a4;box-shadow:0 10px 24px #ff730012;transform:translateY(-1px)}.category-mega-group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#202a39;font-size:12px;font-weight:800}.category-mega-group-title:hover{color:#e16600}.category-mega-group>div{display:grid;gap:7px;margin-top:11px;padding-top:10px;border-top:1px solid #f0f1f3}.category-mega-group>div a{color:#687180;font-size:10px;line-height:1.25}.category-mega-group>div a:hover{color:#e16600;transform:translate(2px)}@media(max-width:1024px){.category-mega-panel{width:min(920px,calc(100vw - 48px));grid-template-columns:230px minmax(0,1fr)}.category-mega-content{padding-inline:22px}.category-mega-groups,.category-mega-groups.is-dense{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.category-mega-panel{position:fixed;inset:66px 12px 12px;width:auto;height:auto;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr);border-radius:18px}.category-mega-mobile-heading{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid #eceef1}.category-mega-mobile-heading>div{display:flex;align-items:center;gap:8px;color:#1e2735;font-size:13px}.category-mega-mobile-heading>div svg{color:#ff7900}.category-mega-mobile-heading>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:#f3f4f6;color:#4d5765}.category-mega-rail{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:10px 12px;border-right:0;border-bottom:1px solid #eceef1}.category-mega-rail>button{width:auto;min-width:max-content;min-height:40px;display:inline-flex;gap:7px;padding:5px 10px 5px 6px;border-color:#e5e7eb;background:#fff}.category-mega-rail>button+button{margin-top:0}.category-mega-rail>button>span{width:30px;height:30px;border-radius:9px}.category-mega-rail>button>div small,.category-mega-rail>button>svg{display:none}.category-mega-content{padding:17px 15px 22px}.category-mega-content>header{align-items:flex-start;padding-bottom:16px}.category-mega-content p,.category-mega-active-icon{display:none}.category-mega-content h2{font-size:17px}.category-mega-content>header>a{height:34px}.category-mega-groups,.category-mega-groups.is-dense{grid-template-columns:minmax(0,1fr);gap:10px;padding-top:14px}}.app-download-backdrop{position:fixed;z-index:12000;inset:0;display:grid;place-items:center;overflow-y:auto;padding:24px;background:#111827a3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-download-modal{position:relative;width:min(560px,100%);padding:32px;border-radius:14px;background:#fff;color:#111827;text-align:center;box-shadow:0 28px 80px #0000004d}.app-download-close{position:absolute;top:13px;right:13px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:#f3f4f6;color:#4b5563;cursor:pointer}.app-download-close svg{width:17px;height:17px}.app-download-icon{width:60px;height:60px;display:grid;place-items:center;margin:0 auto 14px;border-radius:50%;background:linear-gradient(145deg,#fff3df,#ffe0b8);color:#ff6a0a}.app-download-icon svg{width:28px;height:28px}.app-download-modal h2{max-width:420px;margin:0 auto;font-size:24px;line-height:1.25}.app-download-modal p{max-width:430px;margin:10px auto 22px;color:#687180;font-size:13px;line-height:1.6}.app-download-qr{display:grid;justify-items:center;gap:12px;padding:18px;border:1px solid #ffe0bd;border-radius:12px;background:linear-gradient(180deg,#fffaf4,#fff)}.app-download-qr>div{position:relative;display:grid;place-items:center;overflow:hidden;padding:10px;border:1px solid #eef0f2;border-radius:10px;background:#fff}.app-download-qr svg{display:block;width:230px;height:230px}.app-download-qr img{position:absolute;width:34px;height:34px;padding:5px;border-radius:8px;background:#fff;object-fit:contain}.app-download-qr span{display:inline-flex;align-items:center;gap:7px;color:#ff6a0a;font-size:12px;font-weight:800}.app-download-qr span svg{width:16px;height:16px}.app-download-primary{height:46px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;border-radius:7px;background:linear-gradient(90deg,#ff8c00,#ff5b12);color:#fff;font-size:12px;font-weight:800}.app-download-primary:hover{color:#fff;filter:brightness(1.03)}.app-download-primary svg{width:15px;height:15px}.app-download-stores{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.app-download-stores a{min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px;border:1px solid #e1e4e8;border-radius:7px;color:#354052;font-size:10px;font-weight:800}.app-download-stores svg{width:14px;height:14px}.business-login-button,.app-download-trigger{cursor:pointer}@media(max-width:560px){.app-download-backdrop{align-items:end;padding:0}.app-download-modal{padding:30px 18px 20px;border-radius:16px 16px 0 0}.app-download-modal h2{font-size:21px}.app-download-qr svg{width:190px;height:190px}.app-download-stores{grid-template-columns:1fr}}.market-header{--market-orange: #ff7300;--market-line: #e7e9ed;position:sticky;top:0;z-index:60;height:82px;border-bottom:1px solid #e9eaed;background:#fffffff7;box-shadow:0 3px 18px #1a202c0a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.market-header svg{width:18px;height:18px;stroke-width:1.8}.market-header .market-shell{width:min(1310px,calc(100% - 48px));margin-inline:auto}.location-sheet-backdrop{position:fixed;z-index:10000;isolation:isolate;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:location-backdrop-in .16s ease-out}.location-sheet{width:min(540px,100%);max-height:min(720px,calc(100vh - 40px));display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 34px 100px #0f172a47;animation:location-sheet-in .19s ease-out}.location-sheet-heading{display:grid;grid-template-columns:48px minmax(0,1fr) 38px;align-items:center;gap:13px;padding:21px 22px 19px;border-bottom:1px solid #eef1f4;background:linear-gradient(135deg,#fffaf3,#fff 68%)}.location-sheet-heading-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(140deg,#ff8a1c,#ff5d10);color:#fff;box-shadow:0 10px 24px #ff700033}.location-option{min-width:0;min-height:68px;display:grid;grid-template-columns:38px minmax(0,1fr) 21px;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e6e9ed;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.location-option-all{width:100%;min-height:76px;grid-template-columns:46px minmax(0,1fr) 24px;border-color:#ffd9af;background:linear-gradient(105deg,#fff8ed,#fff)}.location-option-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f1f3f6;color:#687486}@media(max-width:1240px){.login-button{display:none}}@media(max-width:1024px){.market-header{height:72px}.header-row{gap:14px}.header-quick-categories{display:none}.brand-link .logo-image{height:54px!important}.header-category-button,.header-location-button,.login-button,.post-button{height:42px}}@media(max-width:760px){.market-header .market-shell{width:min(100% - 28px,620px)}.header-row{grid-template-columns:1fr auto 1fr;gap:8px}.brand-link .logo-image{height:47px!important}.header-category-button{min-width:42px;width:42px;padding:0}.header-category-button span,.header-category-button>svg:last-child,.header-location-button{display:none}.post-button{width:42px;padding:0;font-size:0}.post-button svg{width:20px;height:20px}}.header-business-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1.5px solid #ff9300}.business-panel-link{display:inline-flex;align-items:center;gap:8px}.market-home{--market-orange: #ff7300;--market-yellow: #ffb800;--market-ink: #111827;--market-muted: #687180;--market-line: #e7e9ed;min-height:100vh;background:#fff;color:var(--market-ink)}.market-home svg{width:18px;height:18px;stroke-width:1.8}.market-shell{width:min(1310px,calc(100% - 48px));margin-inline:auto}.market-header{position:sticky;top:0;z-index:50;height:82px;border-bottom:1px solid #e9eaed;background:#fffffff7;box-shadow:0 3px 18px #1a202c0a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-row{height:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px}.brand-link{grid-column:2;display:inline-flex;align-items:center;justify-content:center;height:64px;padding:0 8px}.brand-link .logo{display:flex;align-items:center}.brand-link .logo-image{height:62px!important}.header-left{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:10px}.header-quick-categories{position:relative;min-width:0;flex:1;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 14px,#000 calc(100% - 14px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 14px,#000 calc(100% - 14px),transparent)}.header-quick-categories-track{width:max-content;display:flex;gap:8px;animation:header-category-flow 32s linear infinite;will-change:transform}.header-quick-categories:hover .header-quick-categories-track,.header-quick-categories:focus-within .header-quick-categories-track{animation-play-state:paused}.header-quick-category-set{display:flex;gap:8px}.header-quick-category{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #e5e8ec;border-radius:999px;background:#fff;color:#4a5565;font-size:9px;font-weight:750;white-space:nowrap;box-shadow:0 3px 10px #1f293706;transition:border-color .15s ease,color .15s ease,transform .15s ease}.header-quick-category svg{width:14px;height:14px}.header-quick-category.tone-orange svg{color:#ef7600}.header-quick-category.tone-green svg{color:#2ea653}.header-quick-category.tone-blue svg{color:#347fd0}.header-quick-category.tone-amber svg{color:#d79500}.header-quick-category.tone-violet svg{color:#8357c8}.header-quick-category.tone-rose svg{color:#d85e81}.header-quick-category.tone-teal svg{color:#249887}.header-quick-category:hover{border-color:#ffc98e;color:#dc6500;transform:translateY(-1px)}@keyframes header-category-flow{to{transform:translate(calc(-50% - 4px))}}@media(prefers-reduced-motion:reduce){.header-quick-categories-track{animation:none}}.header-category-button,.header-location-button{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe3e9;border-radius:999px;background:#fff;color:#303947;font:inherit;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 3px 10px #1f293706;transition:border-color .16s ease,color .16s ease,box-shadow .16s ease}.header-category-button{min-width:152px;padding:0 18px}.header-location-button{min-width:166px;max-width:220px;padding:0 16px}.header-category-button:hover,.header-location-button:hover{border-color:#ffb35d;color:var(--market-orange);box-shadow:0 6px 18px #ff730014}.header-category-button>svg:first-child,.header-location-button>svg:first-child{width:17px;height:17px;flex:0 0 17px}.header-category-button>svg:last-child,.header-location-button>svg:last-child{width:12px;height:12px;margin-left:3px}.header-actions button>svg,.header-actions a>svg{width:18px;height:18px;flex:0 0 18px}.header-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.login-button,.post-button{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:0 18px;font:inherit;font-size:12px;font-weight:700;white-space:nowrap}.login-button{border:1px solid #dfe2e7;background:#fff;color:#303947}.post-button{border:1px solid var(--market-orange);background:linear-gradient(90deg,#ff9300,#ff5c13);color:#fff;box-shadow:0 7px 16px #ff69002e}.post-button:hover{color:#fff;filter:brightness(1.03)}.header-actions .app-download-trigger{border:1px solid var(--market-orange);background:linear-gradient(90deg,#ff9300,#ff5c13);color:#fff;box-shadow:0 7px 16px #ff69002e}.menu-button{display:none;width:42px;height:42px;place-items:center;border:1px solid var(--market-line);border-radius:7px;background:#fff}.market-hero{position:relative;z-index:5;min-height:430px;overflow:visible;background:radial-gradient(circle at 64% 49%,rgba(255,171,30,.14),transparent 31%),linear-gradient(110deg,#fff 0% 52%,#fffaf3)}.market-hero:after{content:"";position:absolute;z-index:0;top:54px;right:4%;width:130px;height:130px;background-image:radial-gradient(#ffc459 1.5px,transparent 1.5px);background-size:10px 10px;opacity:.45}.hero-layout{position:relative;z-index:1;min-height:430px;display:grid;grid-template-columns:38% 62%;align-items:center}.hero-copy{padding:44px 0 34px 28px}.hero-copy h1{margin:0;color:#111827;font-size:clamp(40px,4.1vw,61px);line-height:.98;letter-spacing:0}.hero-copy h1 span{color:transparent;background:linear-gradient(90deg,#ffb000,#ff5f1c);background-clip:text;-webkit-background-clip:text}.hero-copy p{margin-top:18px;color:#697281;font-size:15px;line-height:1.6}.hero-buttons{display:flex;gap:16px;margin-top:20px}.primary-button,.secondary-button{min-width:146px;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:6px;font-size:14px;font-weight:700}.primary-button{background:linear-gradient(90deg,#ff9700,#ff5f14);color:#fff}.primary-button:hover{color:#fff}.primary-button svg{padding:2px;border:1px solid currentColor;border-radius:50%}.secondary-button{border:1px solid #dfe2e7;color:#364152;background:#fff}.hero-benefits{display:flex;gap:24px;margin-top:25px;color:#47505d;font-size:11px;font-weight:600}.hero-benefits span{display:inline-flex;align-items:center;gap:7px}.hero-benefits svg{width:16px;height:16px;color:var(--market-orange)}.hero-search-engine{--search-results-inline: 38px;position:relative;z-index:10;align-self:center;width:calc(100% - 28px);min-height:310px;margin:35px 0 35px 18px;padding:25px 38px 24px;border:1px solid #eceef1;border-radius:28px;background:#fffffffa;box-shadow:0 18px 36px #222a3621}.search-type-tabs{display:flex;gap:14px}.search-type-tabs button{min-width:135px;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #e4e7eb;border-radius:25px;background:#fff;color:#596273;font:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 3px 9px #1a222e0a}.search-type-tabs button svg{color:#43b93d}.search-type-tabs button:first-child svg{color:var(--market-orange)}.search-type-tabs button:last-child svg{color:#ff6240}.search-type-tabs button.is-active{border-color:transparent;background:linear-gradient(90deg,#ff9700,#ff5d12);color:#fff;box-shadow:0 8px 20px #ff660c40}.search-type-tabs button.is-active svg{color:#fff;stroke-width:2.3}.hero-search-box{height:78px;display:flex;align-items:center;gap:17px;margin-top:22px;padding:7px 8px 7px 24px;border:2px solid #ff8a17;border-radius:38px;background:#fff;box-shadow:0 8px 18px #ff6f0017}.hero-search-box>svg{width:27px;height:27px;color:#586273}.hero-search-box input{min-width:0;flex:1;border:0;outline:0;color:var(--market-ink);font:inherit;font-size:19px}.hero-search-box input::placeholder{color:#a0a6af}.hero-search-box button{width:138px;height:60px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:29px;background:linear-gradient(90deg,#ff9700,#ff5d12);color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer}.hero-filter-row{display:flex;margin-top:15px}.hero-filter-row button{min-width:210px;height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e3e6ea;border-radius:22px;background:#fff;color:#596273;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.hero-filter-row button svg{width:15px;height:15px}.hero-filter-row button svg:last-child{width:11px}.popular-searches{margin-top:18px}.popular-searches>strong{font-size:11px}.popular-searches>div{display:flex;gap:10px;margin-top:10px}.popular-searches button,.popular-searches a{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 17px;border:1px solid #e3e6ea;border-radius:20px;background:#fff;color:#354052;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.popular-searches a{width:38px;padding:0}.popular-searches svg{width:15px;height:15px}.hero-search-results{position:absolute;z-index:40;right:var(--search-results-inline);left:var(--search-results-inline);max-height:360px;overflow-y:auto;margin-top:14px;border:1px solid #e3e6ea;border-radius:17px;background:#fff;box-shadow:0 22px 50px #19222e2e;animation:hero-results-in .15s ease-out}@keyframes hero-results-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.search-suggestion-row,.search-listing-row{min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:8px 14px;border-bottom:1px solid #edf0f2;color:#293343}.search-business-row{min-height:62px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:8px 14px;border-bottom:1px solid #edf0f2;color:#293343}.search-business-row:hover{color:#293343;background:#f5fbff}.search-business-row>span{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#eaf5ff;color:#2878b7}.search-business-row img{width:100%;height:100%;object-fit:cover}.search-business-row div{min-width:0;display:grid}.search-business-row strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.search-business-row small{margin-top:3px;color:#7a8390;font-size:8px}.search-business-row>b{padding:3px 8px;border-radius:10px;background:#eaf5ff;color:#2878b7;font-size:7px}.location-sheet-backdrop{position:fixed;z-index:10000;isolation:isolate;inset:0;display:grid;place-items:center;padding:20px;background:#1118278a;-webkit-backdrop-filter:blur(9px) saturate(.8);backdrop-filter:blur(9px) saturate(.8);animation:location-backdrop-in .16s ease-out}.location-sheet{width:min(540px,100%);max-height:min(720px,calc(100vh - 40px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:#fff;box-shadow:0 34px 100px #0f172a47;animation:location-sheet-in .19s ease-out}@keyframes location-backdrop-in{0%{opacity:0}}@keyframes location-sheet-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.location-sheet-heading{display:grid;grid-template-columns:48px minmax(0,1fr) 38px;align-items:center;gap:13px;padding:22px 22px 19px;border-bottom:1px solid #edf0f3;background:radial-gradient(circle at 8% 18%,rgba(255,177,65,.18),transparent 32%),linear-gradient(135deg,#fffaf3,#fff 68%)}.location-sheet-heading-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#ffac20,#ff6a0d);color:#fff;box-shadow:0 10px 24px #ff700033}.location-sheet-heading-icon svg{width:22px;height:22px}.location-sheet-heading>div{min-width:0}.location-sheet-heading small{color:#e66b00;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.location-sheet-heading h2{margin:2px 0 0;color:#172132;font-size:21px;line-height:1.2}.location-sheet-heading p{margin:4px 0 0;color:#7a8492;font-size:10px}.location-sheet-heading>button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #e4e7eb;border-radius:50%;background:#fff;color:#4b5563;transition:transform .15s ease,border-color .15s ease,color .15s ease}.location-sheet-heading>button:hover{border-color:#ffc487;color:#e66b00;transform:rotate(5deg)}.location-sheet-heading>button svg{width:18px;height:18px}.location-sheet-content{min-height:0;overflow-y:auto;padding:20px 22px 18px;background:#fbfcfd}.location-city-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.location-option{min-width:0;min-height:68px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e4e7eb;border-radius:15px;background:#fff;color:#364152;font:inherit;text-align:left;box-shadow:0 4px 14px #1f293706;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.location-option:hover{border-color:#ffc68c;box-shadow:0 10px 24px #ff700014;transform:translateY(-1px)}.location-option-all{width:100%;min-height:76px;grid-template-columns:46px minmax(0,1fr) 24px;padding:12px 14px;border-color:#ffd6aa;background:linear-gradient(105deg,#fff8ed,#fff)}.location-option-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f4f6f8;color:#687486}.location-option-all .location-option-icon{width:46px;height:46px;border-radius:14px;background:#fff0dc;color:#ef7600}.location-option-icon svg{width:17px;height:17px}.location-option-copy{min-width:0;display:grid;gap:3px}.location-option-copy strong{overflow:hidden;color:#273142;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.location-option-copy small{overflow:hidden;color:#8a939f;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.location-option-check{width:21px;height:21px;display:grid;place-items:center;border:1px solid #dfe3e7;border-radius:50%;color:transparent}.location-option-check svg{width:12px;height:12px;stroke-width:3}.location-option.is-selected{border-color:#ff9c4b;background:#fff8ef;box-shadow:0 9px 24px #ff70001a}.location-option.is-selected .location-option-icon{background:#fff0dd;color:#eb7200}.location-option.is-selected .location-option-copy strong{color:#d75f00}.location-option.is-selected .location-option-check{border-color:#ff7900;background:linear-gradient(145deg,#ff9c00,#ff650f);color:#fff}.location-sheet-footer{min-height:45px;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 18px;border-top:1px solid #edf0f3;background:#fff;color:#7c8694;font-size:8px;font-weight:650}.location-sheet-footer svg{width:14px;height:14px;color:#f38a13}@media(max-width:560px){.location-sheet-backdrop{align-items:end;padding:10px}.location-sheet{max-height:calc(100vh - 20px);border-radius:22px}.location-sheet-heading{grid-template-columns:42px minmax(0,1fr) 36px;padding:17px 16px 15px}.location-sheet-heading-icon{width:42px;height:42px;border-radius:13px}.location-sheet-heading h2{font-size:18px}.location-sheet-heading p{font-size:9px}.location-sheet-content{padding:15px 14px}.location-city-grid{grid-template-columns:minmax(0,1fr);gap:8px}.location-option{min-height:60px}.location-option-all{min-height:70px}}.search-suggestion-row:hover,.search-listing-row:hover{color:#293343;background:#fff8ef}.search-suggestion-row>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#fff1e2;color:var(--market-orange)}.search-listing-row>img,.search-listing-row>.image-fallback{width:42px;height:42px;border-radius:7px;object-fit:cover}.search-suggestion-row div,.search-listing-row div{min-width:0;display:grid}.search-suggestion-row strong,.search-listing-row strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.search-suggestion-row small,.search-listing-row small{display:flex;align-items:center;gap:3px;margin-top:3px;color:#7a8390;font-size:8px}.search-listing-row small svg{width:9px;height:9px}.search-suggestion-row>b{padding:3px 8px;border-radius:10px;background:#fff0df;color:var(--market-orange);font-size:7px}.search-listing-row>b{color:var(--market-orange);font-size:9px;white-space:nowrap}.search-state{min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;color:#717a87;font-size:10px}.search-state span{width:18px;height:18px;border:2px solid #ffe1c2;border-top-color:var(--market-orange);border-radius:50%;animation:home-search-spin .7s linear infinite}@keyframes home-search-spin{to{transform:rotate(360deg)}}.device-orbit{position:absolute;border:1px solid rgba(255,173,42,.35);border-radius:50%;transform:rotate(-16deg)}.orbit-one{width:570px;height:270px;top:29px;left:35px}.orbit-two{width:430px;height:215px;top:57px;left:96px}.laptop{position:absolute;z-index:2;top:25px;right:70px;width:470px;height:282px}.laptop-screen{height:263px;overflow:hidden;border:9px solid #151719;border-bottom-width:13px;border-radius:16px 16px 8px 8px;background:#fff;box-shadow:0 20px 35px #1b222c33}.laptop-base{width:520px;height:13px;margin-left:-25px;border-radius:2px 2px 50% 50%;background:linear-gradient(#d9dade,#a9aaae);box-shadow:0 8px 9px #00000024}.mini-header{height:38px;display:flex;align-items:center;gap:16px;padding:0 13px;border-bottom:1px solid #eee;color:#657080;font-size:6px}.mini-header .logo-image{height:32px!important}.mini-search{width:155px;height:20px;display:flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #e4e6e9;border-radius:4px}.mini-search svg{width:8px;height:8px}.mini-hero{height:88px;display:grid;grid-template-columns:55% 45%;align-items:center;padding:10px 16px;background:#fffcf7}.mini-hero strong{display:block;font-size:10px}.mini-hero small{display:block;margin-top:3px;color:#667080;font-size:6px}.mini-hero button{margin-top:8px;padding:5px 12px;border:0;border-radius:3px;background:var(--market-orange);color:#fff;font-size:6px;font-weight:700}.mini-collage{display:flex;align-items:end;justify-content:center}.mini-collage img,.mini-collage .image-fallback{width:62px;height:54px;margin-left:-11px;border:3px solid #fff;border-radius:5px;object-fit:cover;box-shadow:0 5px 10px #0000001f}.mini-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:9px 14px 5px}.mini-categories span{height:31px;display:flex;align-items:center;gap:5px;padding:0 8px;border-radius:4px;background:#f6f6f6;font-size:7px;font-weight:700}.mini-categories svg{width:12px;height:12px;color:var(--market-orange)}.mini-listings{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:5px 14px 12px}.mini-listings div{height:48px;overflow:hidden;border-radius:4px;background:#f1f2f3}.mini-listings img,.mini-listings .image-fallback{width:100%;height:100%;object-fit:cover}.phone{position:absolute;z-index:3;left:55px;top:87px;width:136px;height:230px;padding:7px;border-radius:24px;background:#101214;box-shadow:0 17px 30px #13181f40}.phone-speaker{position:absolute;z-index:2;top:8px;left:50%;width:38px;height:10px;border-radius:0 0 8px 8px;background:#101214;transform:translate(-50%)}.phone-screen{height:100%;overflow:hidden;padding:12px 9px 8px;border-radius:18px;background:#fff}.phone-screen .logo-image{height:26px!important}.phone-search{height:19px;display:flex;align-items:center;gap:4px;margin:2px 0 8px;padding:0 6px;border-radius:3px;background:#f4f5f6;color:#7b8490;font-size:5px}.phone-search svg{width:8px;height:8px}.phone-screen>strong{display:block;margin:4px 0;font-size:7px}.phone-categories{display:flex;justify-content:space-between}.phone-categories span{display:grid;place-items:center}.phone-categories svg{width:21px;height:21px;padding:5px;border-radius:50%;color:#ff8b00;background:#fff4d8}.phone-categories small{margin-top:2px;font-size:5px}.phone-listing{display:grid;gap:3px}.phone-listing img,.phone-listing .image-fallback{width:100%;height:66px;border-radius:5px;object-fit:cover}.phone-listing b{overflow:hidden;font-size:6px;text-overflow:ellipsis;white-space:nowrap}.phone-listing small{color:var(--market-orange);font-size:6px;font-weight:800}.commission-badge{position:absolute;z-index:4;right:4px;top:119px;width:92px;height:92px;display:grid;place-content:center;border-radius:50%;background:#fff;color:var(--market-orange);text-align:center;box-shadow:0 12px 35px #ff7e002e}.commission-badge b{font-size:34px;line-height:1}.commission-badge span{font-size:10px;font-weight:800}.image-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#fff8e9,#ffe2af);color:var(--market-orange)}.image-fallback svg{width:34%;height:34%}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:14px}.category-banner{position:relative;min-height:112px;display:grid;grid-template-columns:54px 1fr 44%;align-items:center;overflow:hidden;padding:12px 10px 12px 18px;border:1px solid #ffe1b7;border-radius:14px;background:linear-gradient(110deg,#fffdf9,#fff7eb);color:var(--market-ink);transition:border-color .16s ease,box-shadow .16s ease}.category-banner:hover{color:var(--market-ink);border-color:#ffc46b;box-shadow:0 6px 20px #ffb4001f}.category-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#ffc521,#ff9b00)}.category-estate .category-icon{background:linear-gradient(145deg,#ff9b43,#ff5d15)}.category-copy{z-index:2;display:grid}.category-copy strong{font-size:16px}.category-copy small{max-width:135px;margin-top:4px;color:#596273;font-size:10px;line-height:1.35}.category-copy b{width:max-content;display:inline-flex;align-items:center;gap:5px;margin-top:7px;padding:4px 10px;border:1px solid #ffd39b;border-radius:14px;font-size:8px}.category-copy b svg{width:10px;height:10px}.category-photo{width:100%;height:95px;align-self:end;object-fit:cover;object-position:center;border-radius:34px 4px 4px;mask-image:linear-gradient(to right,transparent,#000 28%);-webkit-mask-image:linear-gradient(to right,transparent,#000 28%)}.category-photo-fallback{display:grid;place-items:center;background:radial-gradient(circle at 68% 34%,rgba(255,255,255,.92),transparent 22%),linear-gradient(135deg,#fff1d4,#ffd594);color:#ef7600}.category-photo-fallback svg{width:34px;height:34px;margin-left:24%;stroke-width:1.6}.featured-section{padding-top:10px}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-title-row h2{display:flex;align-items:center;gap:9px;font-size:17px;letter-spacing:0}.section-title-row h2 svg{color:var(--market-yellow);fill:#ffe1a3}.section-title-row>a{display:inline-flex;align-items:center;gap:6px;color:#515a68;font-size:10px}.section-title-row>a svg{width:13px;height:13px}.listing-carousel{display:flex;gap:14px;overflow-x:auto;padding:12px 2px 14px;scroll-behavior:auto;scrollbar-width:none;touch-action:none;-webkit-user-select:none;user-select:none;overscroll-behavior:none}.listing-carousel::-webkit-scrollbar{display:none}.listing-carousel .listing-card{flex:0 0 207px}.listing-carousel.is-searching{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible}.listing-carousel.is-searching .listing-card{min-width:0}.listing-card{min-width:0;overflow:hidden;border:1px solid #e8eaed;border-radius:14px;background:#fff;color:var(--market-ink);box-shadow:0 2px 10px #141d2a0d,0 1px 3px #141d2a0a;transition:border-color .2s ease,box-shadow .26s ease,transform .28s ease}.listing-card:hover{color:var(--market-ink);border-color:#ffcb7a;box-shadow:0 12px 28px #141d2a21,0 3px 8px #141d2a0f;transform:translateY(-3px) scale(1.025)}.listing-image{position:relative;height:145px;overflow:hidden;background:#f0f1f3;border-radius:10px 10px 0 0}.listing-image>img,.listing-image>.image-fallback{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.listing-card:hover .listing-image>img{transform:scale(1.04)}.listing-tag{position:absolute;left:10px;bottom:0;min-width:43px;padding:2px 8px;border-radius:4px 4px 0 0;background:#ffb400;color:#fff;font-size:8px;font-weight:800;text-align:center}.home-featured-label{position:absolute;top:7px;left:7px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid #ffd68c;border-radius:12px;background:#fffffff0;color:#a76c00;font-size:7px;font-weight:800}.home-featured-label svg{width:10px;height:10px;color:#ffae00}.listing-tag.type-estate{background:#ff7138}.listing-tag.type-product{background:#ffb800}.favorite-button{position:absolute;top:7px;right:7px;width:25px;height:25px;display:grid;place-items:center;border:1px solid #dfe2e7;border-radius:50%;background:#fffffff0;color:#4f5968}.favorite-button svg{width:14px;height:14px}.listing-body{min-height:67px;display:grid;grid-template-rows:auto auto 1fr;padding:10px 12px 11px}.listing-body h3{overflow:hidden;font-size:11px;line-height:1.25;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.listing-location{display:flex;align-items:center;gap:4px;margin-top:5px;color:#7b8390;font-size:8px}.listing-location svg{width:10px;height:10px}.listing-body>strong{align-self:end;justify-self:end;margin-top:4px;color:var(--market-orange);font-size:10px;font-weight:800}.listing-skeleton{pointer-events:none;border-radius:14px}.listing-skeleton .listing-image,.listing-skeleton i{background:linear-gradient(90deg,#f1f2f3 20%,#fafafa,#f1f2f3 80%);background-size:200% 100%;animation:listing-shimmer 1.25s infinite linear}.listing-skeleton .listing-image{border-radius:10px 10px 0 0}.listing-skeleton i{width:100%;height:8px;display:block;border-radius:4px}.listing-skeleton i:nth-child(2){width:60%}.listing-skeleton i:nth-child(3){width:42%;justify-self:end}@keyframes listing-shimmer{to{background-position:-200% 0}}.empty-listings{min-height:160px;display:grid;place-items:center;place-content:center;gap:7px;border:1px dashed #d7dbe0;border-radius:7px;color:#626c79}.empty-listings svg{color:var(--market-orange)}.empty-listings span{font-size:12px}.benefit-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;margin-bottom:18px;padding:14px 0;border:1px solid #e0e3e7;border-radius:7px}.benefit-item{min-width:0;display:flex;align-items:center;gap:12px;padding:0 22px;border-right:1px solid #dfe2e6}.benefit-item:last-child{border-right:0}.benefit-item>span{flex:0 0 51px;width:51px;height:51px;display:grid;place-items:center;border:7px solid #fff2d3;border-radius:50%;background:linear-gradient(145deg,#ffbd0a,#ff9a00);color:#fff;box-shadow:0 3px 9px #ff9c002e}.benefit-item:nth-child(2n)>span{border-color:#fff0e7;background:linear-gradient(145deg,#ff8c2c,#ff5e10)}.benefit-item strong,.benefit-item small{display:block}.benefit-item strong{font-size:13px}.benefit-item small{margin-top:3px;color:#68717e;font-size:9px;line-height:1.35}.download-band{border-top:1px solid #eceef0;background:#fafbfc}.download-inner{min-height:142px;display:flex;align-items:center;justify-content:space-between;gap:60px;padding-block:25px}.download-inner>div:first-child{max-width:710px}.download-eyebrow{color:var(--market-orange);font-size:10px;font-weight:800}.download-inner h2{margin-top:5px;font-size:24px;letter-spacing:0}.download-inner p{margin-top:7px;font-size:12px}.home-store-links{display:flex;gap:10px}.home-store-links a{min-width:145px;height:45px;display:flex;align-items:center;gap:9px;padding:5px 11px;border-radius:6px;background:#101112;color:#fff}.home-store-links a:hover{color:#fff}.home-store-links a>span:first-child{font-size:25px;line-height:1}.home-store-links a>span:nth-child(2){display:grid;font-size:15px;font-weight:700;line-height:1}.home-store-links small{margin-bottom:3px;font-size:7px;font-weight:400}.play-mark{width:22px;height:25px;background:conic-gradient(from 225deg at 55% 50%,#00d7ff,#00d776,#ffe300,#ff4b55,#00d7ff);clip-path:polygon(0 0,100% 50%,0 100%)}@media(max-width:1240px){.login-button{display:none}.hero-search-engine{--search-results-inline: 25px;width:100%;margin-left:0;padding-inline:25px}.search-type-tabs button{min-width:118px}.commission-badge{right:-15px}}@media(max-width:1024px){.market-header{height:72px}.header-row{gap:14px}.header-quick-categories{display:none}.brand-link .logo-image{height:54px!important}.header-category-button,.header-location-button,.login-button,.post-button{height:42px}.hero-layout{grid-template-columns:45% 55%}.hero-copy{padding-left:0}.hero-benefits{display:grid;grid-template-columns:repeat(2,max-content);gap:10px 18px}.hero-search-engine{--search-results-inline: 20px;padding-inline:20px}.search-type-tabs{gap:8px}.search-type-tabs button{min-width:0;flex:1}.hero-filter-row button{min-width:190px}.category-strip{gap:10px}.category-banner{grid-template-columns:45px 1fr}.category-photo{display:none}.listing-carousel.is-searching{grid-template-columns:repeat(3,1fr)}.benefit-bar{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(2){border-right:0}.benefit-item:nth-child(n+3){margin-top:14px}}@media(max-width:760px){.market-shell{width:min(100% - 28px,620px)}.header-row{grid-template-columns:1fr auto 1fr;gap:8px}.brand-link .logo-image{height:47px!important}.header-category-button{min-width:42px;width:42px;padding:0}.header-category-button span,.header-category-button>svg:last-child,.header-location-button{display:none}.post-button{width:42px;padding:0;font-size:0}.post-button svg{width:20px;height:20px}.market-hero,.hero-layout{min-height:auto}.hero-layout{grid-template-columns:minmax(0,1fr);overflow:hidden}.hero-copy{min-width:0;padding:38px 0 8px;text-align:center}.hero-copy h1{font-size:45px}.hero-copy p br{display:none}.hero-buttons,.hero-benefits{justify-content:center}.hero-search-engine{--search-results-inline: 18px;width:100%;margin:25px 0 30px;padding:18px;border-radius:18px;text-align:left}.search-type-tabs button{height:42px;font-size:11px}.hero-search-box{height:62px;margin-top:15px;padding-left:16px}.hero-search-box input{font-size:15px}.hero-search-box button{width:92px;height:48px;font-size:12px}.hero-filter-row button{width:100%;min-width:0}.hero-search-results{max-height:min(360px,52vh)}.popular-searches>div{overflow-x:auto;padding-bottom:5px}.popular-searches button{flex:0 0 auto}.commission-badge{display:none}.category-strip{grid-template-columns:1fr}.category-banner{min-height:105px;grid-template-columns:52px 1fr 42%}.category-photo{display:block}.listing-carousel{gap:10px}.listing-carousel .listing-card{flex-basis:177px}.listing-carousel.is-searching{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-image{height:150px}.benefit-bar{grid-template-columns:1fr;padding:4px 0}.benefit-item,.benefit-item:nth-child(2){min-height:82px;margin:0;border-right:0;border-bottom:1px solid #e3e5e8}.benefit-item:last-child{border-bottom:0}.download-inner{display:grid;gap:20px;text-align:center}.home-store-links{justify-content:center;flex-wrap:wrap}}@media(max-width:420px){.hero-copy h1{font-size:39px}.hero-buttons{gap:9px}.primary-button,.secondary-button{min-width:0;flex:1}.hero-benefits{grid-template-columns:repeat(2,1fr);text-align:left}.hero-copy{padding-top:30px}.search-type-tabs button{font-size:0}.search-type-tabs button svg{width:20px;height:20px}.hero-filter-row a{font-size:9px}.search-suggestion-row,.search-listing-row,.search-business-row{grid-template-columns:38px minmax(0,1fr) 16px}.search-suggestion-row>b,.search-listing-row>b{display:none}.search-business-row>b{display:none}.category-banner{grid-template-columns:48px 1fr}.category-photo{display:none}.listing-image{height:135px}}.scroll-top-fab{position:fixed;right:28px;bottom:32px;z-index:90;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,184,0,.35);border-radius:14px;background:#ffffffd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000f;color:var(--market-ink, #111827);cursor:pointer;opacity:0;transform:translateY(20px) scale(.85);pointer-events:none;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,background .2s ease}.scroll-top-fab.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.scroll-top-fab:hover{background:#ffb8001f;box-shadow:0 6px 32px #ffb8002e,0 2px 8px #00000014;transform:translateY(-2px) scale(1.05)}.scroll-top-fab:active{transform:translateY(0) scale(.97);transition-duration:.1s}.scroll-top-fab svg{width:22px;height:22px;stroke-width:2.4;color:var(--market-orange, #ff7300)}@media(max-width:600px){.scroll-top-fab{right:16px;bottom:20px;width:44px;height:44px;border-radius:12px}}
