:root{--bg:#FFFFFF;--bg-card:#F5F6F8;--bg-elevated:#FFFFFF;--bg-header:rgba(255,255,255,0.92);--bg-overlay:rgba(13,21,32,0.58);--text:#1C1C1E;--text-muted:#6B7280;--blue:#007AFF;--blue-light:#0A84FF;--blue-subtle:rgba(0,122,255,0.1);--border:rgba(0,0,0,0.08);--ring:rgba(0,122,255,0.4);--surface-card:rgba(255,255,255,0.94);--surface-card-strong:rgba(255,255,255,0.98);--surface-card-soft:rgba(255,255,255,0.86);--surface-muted:rgba(245,246,248,0.76);--surface-accent:rgba(0,122,255,0.08);--surface-accent-strong:rgba(0,122,255,0.12);--surface-danger:rgba(183,28,28,0.08);--surface-danger-border:rgba(183,28,28,0.16);--text-danger:#8f1d1d;--text-info:#0d5dbc;--shadow-soft:rgba(13,21,32,0.08);--shadow-medium:rgba(13,21,32,0.12)}html{color-scheme:light}html[data-color-scheme=dark]{--bg:#0E1218;--bg-card:#151B23;--bg-elevated:#111821;--bg-header:rgba(14,18,24,0.9);--bg-overlay:rgba(3,7,12,0.74);--text:#F3F6FA;--text-muted:#A6B1C2;--blue:#4C97FF;--blue-light:#7DB2FF;--blue-subtle:rgba(76,151,255,0.18);--border:rgba(255,255,255,0.12);--ring:rgba(125,178,255,0.46);--surface-card:rgba(18,25,34,0.94);--surface-card-strong:rgba(18,25,34,0.98);--surface-card-soft:rgba(24,33,45,0.88);--surface-muted:rgba(20,28,38,0.8);--surface-accent:rgba(76,151,255,0.12);--surface-accent-strong:rgba(76,151,255,0.18);--surface-danger:rgba(255,107,107,0.12);--surface-danger-border:rgba(255,107,107,0.24);--text-danger:#FF8F8F;--text-info:#8CBEFF;--shadow-soft:rgba(0,0,0,0.32);--shadow-medium:rgba(0,0,0,0.42)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;color:var(--text);background:var(--bg);min-height:100vh;line-height:1.5}a{color:inherit}.siteHeader{background:var(--bg-header);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:30;overflow:visible}.headerInner{max-width:none;margin:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0}.headerTopRow{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:1rem;gap:1rem;padding:.8rem 0 .7rem}.brandHeaderTopRow{grid-template-columns:auto minmax(0,1fr) auto}.headerBrandLink{flex-shrink:0}.brandHeaderSpacer,.headerSearchWrapper{min-width:0}.headerSearchBar{display:flex;align-items:center;gap:.2rem;min-height:4.15rem;padding:0 .25rem 0 1rem;border-radius:18px;border:1px solid var(--border);background:var(--bg-elevated);box-shadow:0 12px 30px rgba(13,21,32,.08)}.headerSearchBar:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--ring)}.headerSearchIcon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-muted)}.headerSearchButtonSvg,.headerSearchIconSvg{width:1.3rem;height:1.3rem}.headerSearchBar .searchAutocompleteWrapper{flex:1 1}.headerSearchBar .searchAutocompleteInput{border:0;background:transparent;padding:1rem .45rem;border-radius:0;box-shadow:none}.headerSearchBar .searchAutocompleteInput:focus,.headerSearchBar .searchAutocompleteInput:focus-visible{border-color:transparent;box-shadow:none}.headerSearchButton{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;border:0;border-left:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}.headerSearchButton:hover{color:var(--blue)}.headerSearchButton:focus-visible{outline:3px solid var(--ring);outline-offset:2px;border-radius:12px}.brandLink{display:flex;align-items:center;text-decoration:none}.headerNav{display:inline-flex;gap:.15rem;font-family:var(--font-body),system-ui,sans-serif;font-size:.9rem}.headerNav a{text-decoration:none;color:var(--text-muted);padding:.45rem .75rem;border-radius:8px;transition:background .15s ease,color .15s ease}.headerNav a:hover{background:rgba(0,0,0,.05);color:var(--text)}.headerNav a:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.headerUtility{display:inline-flex;align-items:center;gap:.8rem}.brandHeaderUtility,.headerUtility{justify-self:end}.languageSwitcher,.themeSwitcher{display:inline-flex;align-items:center;margin-left:0}.languageSwitcherSelect,.themeSwitcherSelect{border:1px solid var(--border);border-radius:10px;background:var(--bg-elevated);color:var(--text);font:inherit;padding:.55rem .85rem;min-width:11.5rem}.languageSwitcherSelect:focus-visible,.themeSwitcherSelect:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.headerCategoryRail{display:flex;justify-content:center;overflow-x:auto;padding:0 0 .8rem;border-top:1px solid rgba(255,255,255,.04);scrollbar-width:none;-ms-overflow-style:none}.headerCategoryRail::-webkit-scrollbar{display:none}.headerCategoryRailInner{display:inline-flex;align-items:center;gap:.3rem;min-width:max-content;margin:0 auto}.headerCategoryLink{display:inline-flex;align-items:center;padding:.52rem .85rem;border-radius:999px;text-decoration:none;color:var(--text-muted);font-size:.92rem;font-weight:600;transition:background .15s ease,color .15s ease}.headerCategoryLink:hover{background:rgba(0,0,0,.05);color:var(--text)}.headerCategoryLink:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.headerCategoryLinkActive{background:var(--blue-subtle);color:var(--blue)}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.heroSection{text-align:center;min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1.5rem;background:radial-gradient(ellipse at 50% 40%,rgba(0,122,255,.22) 0,transparent 65%),linear-gradient(160deg,#0d1520,#152338 55%,#0a1018)}.heroContent{max-width:660px;width:100%}.heroSection .heroTitle{color:#FFFFFF}.heroSection .heroSubtitle{color:rgba(255,255,255,.75)}.heroSection .previewBadge{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.9)}.heroSection .ctaButtonSecondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);color:#FFFFFF}.previewBadge{display:inline-block;margin:0 0 1.5rem;padding:.35rem .9rem;border-radius:999px;font-family:var(--font-body),system-ui,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:var(--blue-subtle);border:1px solid rgba(10,132,255,.3);color:var(--blue-light)}.heroTitle{font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(2.8rem,5.5vw,4.2rem);line-height:1.06;letter-spacing:-.03em;margin:0 0 1.1rem;color:var(--text)}.heroSubtitle{font-size:clamp(1rem,2vw,1.15rem);color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;line-height:1.65}.heroActions{gap:.75rem;flex-wrap:wrap}.heroActions,.heroScreenshots{display:flex;justify-content:center}.heroScreenshots{gap:1.25rem;margin-top:3.5rem}.screenshotMockup{width:155px;aspect-ratio:9/19.5;border-radius:32px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.5),0 8px 24px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.12);position:relative}.screenshotMockup:nth-child(odd){transform:translateY(-20px)}.screenshotMockup:nth-child(2n){transform:translateY(20px)}.ctaButton{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:14px;text-decoration:none;font-family:var(--font-body),system-ui,sans-serif;font-weight:600;font-size:.97rem;border:1px solid transparent;transition:opacity .15s ease,transform .12s ease}.ctaButton:hover{opacity:.85;transform:translateY(-1px)}.ctaButton:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.ctaButtonPrimary{background:var(--blue);color:white}.ctaButtonSecondary{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}.ctaButtonDisabled{cursor:not-allowed}.ctaButtonDisabled,.ctaButtonDisabled:hover{opacity:.45;transform:none}.featuresSection{background:var(--bg-card);padding:5.5rem 1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.featuresSectionInner{max-width:960px;margin:0 auto}.featuresSectionTitle{text-align:center;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.2;letter-spacing:-.02em;margin:0 0 2.75rem;color:var(--text)}.featuresGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.featureCard{background:var(--bg-elevated);border:1px solid var(--border);border-radius:20px;padding:2rem 1.5rem;text-align:center}.featureCardIcon{width:54px;height:54px;border-radius:16px;background:var(--blue-subtle);border:1px solid rgba(10,132,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;color:var(--blue)}.featureCardTitle{font-family:var(--font-heading),system-ui,sans-serif;font-size:1.05rem;font-weight:700;margin:0 0 .45rem;color:var(--text)}.featureCardDesc{font-size:.93rem;color:var(--text-muted);margin:0;line-height:1.6}.founderStorySection{padding:5.5rem 1.5rem;background:radial-gradient(120% 180% at 0 0,rgba(10,132,255,.08) 0,transparent 55%),var(--bg)}.founderStoryInner{max-width:780px;margin:0 auto;background:var(--bg-elevated);border:1px solid var(--border);border-radius:24px;padding:2.6rem 2.2rem;box-shadow:0 20px 48px rgba(13,21,32,.08)}.founderStoryEyebrow{margin:0 0 .7rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-light)}.founderStoryTitle{margin:0 0 1.1rem;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;letter-spacing:-.02em;color:var(--text)}.founderStoryBody{margin:0 0 1rem;font-size:1rem;line-height:1.75;color:var(--text-muted)}.founderStorySignature{margin:1.3rem 0 0;font-size:.9rem;font-weight:600;letter-spacing:.01em;color:var(--text)}.downloadSection{background:linear-gradient(160deg,#1a2540,#10141e);padding:5.5rem 1.5rem;text-align:center;border-bottom:1px solid var(--border)}.downloadSectionInner{max-width:580px;margin:0 auto}.downloadSection h2{font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.1;letter-spacing:-.025em;margin:0 0 .8rem;color:#FFFFFF}.downloadSection p{color:rgba(255,255,255,.72);font-size:1.05rem;margin:0 0 2.25rem;line-height:1.6}.downloadSection .ctaButtonSecondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#FFFFFF}.homeHero{text-align:center;background:radial-gradient(ellipse at 50% 35%,rgba(0,122,255,.28) 0,transparent 60%),linear-gradient(160deg,#0d1520,#152338 55%,#0a1018);padding:5.5rem 1.5rem 4.5rem}.homeHeroInner{max-width:740px;margin:0 auto}.homeHero .heroTitle{color:#FFFFFF}.homeHero .heroSubtitle{color:rgba(255,255,255,.72)}.homeHero .previewBadge{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.9)}.homeHero .ctaButtonSecondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);color:#FFFFFF}.homeHero .heroActions{margin-top:2rem}.publicSearchHeroBar{display:flex;align-items:center;gap:.65rem;max-width:680px;margin:2rem auto 0}.publicSearchHeroBar .searchAutocompleteWrapper{flex:1 1}.publicSearchHeroSubmit{flex-shrink:0;white-space:nowrap}.publicSearchPageBar{margin-bottom:1rem}.searchAutocompleteWrapper{position:relative}.searchAutocompleteInput{width:100%;padding:.9rem 1.1rem;border-radius:14px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font:inherit;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.homeHero .searchAutocompleteInput{background:rgba(255,255,255,.96);color:#1C1C1E;border-color:rgba(255,255,255,.3);font-size:1.05rem;padding:1rem 1.2rem;border-radius:16px}.homeHero .searchAutocompleteInput::placeholder{color:#6B7280}.siteHeader .searchAutocompleteInput{padding:.8rem 1.1rem;border-radius:12px;font-size:1rem}.searchAutocompleteInput:focus,.searchAutocompleteInput:focus-visible{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--ring)}.homeHero .searchAutocompleteInput:focus,.homeHero .searchAutocompleteInput:focus-visible{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,122,255,.35)}.searchAutocompleteInput::-webkit-search-cancel-button{-webkit-appearance:none}.searchAutocompleteDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 48px var(--shadow-medium);overflow:hidden;padding:.5rem 0}.searchAutocompleteSection{padding:.35rem 0}.searchAutocompleteSection+.searchAutocompleteSection{border-top:1px solid var(--border)}.searchAutocompleteSectionHeader{display:flex;align-items:center;justify-content:space-between;padding:.4rem 1rem .25rem}.searchAutocompleteSectionTitle{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.searchAutocompleteClearAll{background:none;border:none;cursor:pointer;padding:.1rem .3rem;border-radius:6px;font:inherit;font-size:.8rem;font-weight:600;color:var(--blue);transition:opacity .1s ease}.searchAutocompleteClearAll:hover{opacity:.7}.searchAutocompleteItem,.searchAutocompleteItemMain{display:flex;align-items:center}.searchAutocompleteItemMain{flex:1 1;gap:.65rem;padding:.6rem 1rem;background:none;border:none;cursor:pointer;text-align:left;width:100%;font:inherit;font-size:.93rem;color:var(--text);transition:background .1s ease}.searchAutocompleteItemMain:hover{background:var(--surface-accent)}.searchAutocompleteItemIcon{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text-muted);background:var(--bg-card)}.searchAutocompleteItemIconRecent{color:var(--text-muted)}.searchAutocompleteItemIconTrending{color:var(--blue);background:var(--blue-subtle)}.searchAutocompleteItemIconSearch{color:var(--text-muted)}.searchAutocompleteItemText{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchAutocompleteItemTag{flex-shrink:0;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--blue);background:var(--blue-subtle);padding:.15rem .5rem;border-radius:999px}.searchAutocompleteItemRemove{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--text-muted);border-radius:8px;margin-right:.5rem;transition:background .1s ease,color .1s ease}.searchAutocompleteItemRemove:hover{background:var(--surface-danger);color:var(--text-danger)}.searchAutocompleteEmpty{margin:0;padding:.75rem 1rem;font-size:.9rem;color:var(--text-muted)}.searchAutocompleteLoadingRow{height:14px;margin:.6rem 1rem;border-radius:8px;background:linear-gradient(90deg,var(--bg-card) 0,var(--surface-muted) 50%,var(--bg-card) 100%);background-size:200% 100%;animation:searchAutocompleteSkeleton 1.4s ease-in-out infinite}.searchAutocompleteLoadingRowShort{width:60%}@keyframes searchAutocompleteSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.homeListingsPage{display:grid;grid-gap:1.5rem;gap:1.5rem}.homeListingsHero{position:relative;overflow:hidden}.homeListingsHero:after{content:"";position:absolute;inset:auto -8% -30% auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(0,122,255,.16) 0,rgba(0,122,255,0) 72%);pointer-events:none}.homeSectionHeader{max-width:720px;margin-bottom:1.25rem}.homeSectionHeader h2{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.1;letter-spacing:-.025em}.homeSectionHeader p:last-child{margin:.85rem 0 0;color:var(--text-muted);font-size:1rem;line-height:1.6}.publicSearchForm{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem;padding:1.25rem;border-radius:22px;border:1px solid var(--border);background:var(--surface-card);box-shadow:0 18px 48px var(--shadow-soft)}.publicSearchFormHero{margin-top:0}.publicSearchFormFiltersOnly,.publicSearchFormHero{background:none;border:none;box-shadow:none;padding:0}.publicSearchFormFiltersOnly{margin-bottom:.75rem}.publicSearchGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.publicSearchField{display:grid;grid-gap:.4rem;gap:.4rem;font-size:.9rem;font-weight:600;color:var(--text)}.publicSearchInput,.publicSearchSelect{width:100%;padding:.85rem .95rem;border-radius:14px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font:inherit}.publicSearchInput:focus-visible,.publicSearchSelect:focus-visible{outline:3px solid var(--ring);outline-offset:1px}.publicSearchFormActions,.publicSearchLocationActions{display:flex;flex-wrap:wrap;gap:.75rem}.publicSearchStatus{margin:0;color:var(--text-muted);font-size:.92rem}.publicSearchFilterRail{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.publicSearchFilterChipShell{position:relative}.publicSearchFilterChip,.publicSearchFilterClear{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.85rem 1.15rem;border-radius:16px;border:1px solid var(--border);background:var(--surface-card);color:var(--text);font:inherit;font-weight:700;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.publicSearchFilterChip:hover,.publicSearchFilterClear:hover{border-color:rgba(0,122,255,.28);transform:translateY(-1px)}.publicSearchFilterChipPrimary{gap:.65rem;background:var(--surface-muted)}.publicSearchFilterChipActive{border-color:var(--text);background:var(--surface-card-strong)}.publicSearchFilterChipIcon{display:inline-flex;width:1.1rem;height:1.1rem}.publicSearchFilterChipIcon svg{display:block;width:100%;height:100%}.publicSearchFilterChevron{margin-left:.65rem;font-size:.9rem;line-height:1}.publicSearchFilterClear{border:none;background:none;color:var(--blue-light);text-decoration:underline;text-underline-offset:.15em}.publicSearchRailDropdown{position:absolute;left:0;top:calc(100% + .75rem);z-index:10;min-width:min(320px,calc(100vw - 2.5rem));padding:1.15rem;border-radius:22px;border:1px solid var(--border);background:var(--surface-card-strong);box-shadow:0 24px 56px var(--shadow-medium)}.publicSearchRailDropdownForm{display:grid;grid-gap:.95rem;gap:.95rem}.publicSearchRailDropdownActions{display:flex;flex-wrap:wrap;gap:.75rem}.publicSearchRailOptionList{display:grid;grid-gap:.35rem;gap:.35rem}.publicSearchRailOption{display:flex;width:100%;align-items:center;padding:.75rem .85rem;border:none;border-radius:14px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.publicSearchRailOption:hover{background:var(--surface-muted)}.publicSearchRailOptionActive{background:var(--surface-accent);color:var(--blue-light)}.publicSearchPanelShell{position:fixed;inset:0;z-index:45}.publicSearchPanelBackdrop{position:absolute;inset:0;border:0;background:rgba(7,16,34,.45)}.publicSearchPanel{position:absolute;left:0;top:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(430px,100vw);height:100vh;border-right:1px solid var(--border);background:var(--surface-card-strong);box-shadow:24px 0 60px var(--shadow-medium)}.publicSearchPanelFooter,.publicSearchPanelHeader{padding:1.5rem;border-bottom:1px solid var(--border)}.publicSearchPanelFooter{border-bottom:none;border-top:1px solid var(--border)}.publicSearchPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem}.publicSearchPanelHeader h2{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(2rem,4vw,2.8rem);line-height:1;letter-spacing:-.04em}.publicSearchPanelClose{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:999px;border:1px solid var(--blue-light);background:transparent;color:var(--text);font-size:2rem;line-height:1;cursor:pointer}.publicSearchPanelContent{overflow-y:auto;padding:1.5rem}.publicSearchPanelReset{margin-bottom:1rem}.publicSearchPanelSection{display:grid;grid-gap:.9rem;gap:.9rem;padding:1.5rem 0;border-top:1px solid var(--border);scroll-margin-top:1rem}.publicSearchPanelSection:first-of-type{border-top:none}.publicSearchPanelSection h3{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.8rem;line-height:1.05;letter-spacing:-.03em}.publicSearchPanelPriceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.publicSearchPanelFooter .ctaButton{width:100%}.homeCategoryGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem}.homeCategoryCard{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.25rem;border-radius:22px;border:1px solid var(--border);background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(13,21,32,.06);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.homeCategoryCard:hover{transform:translateY(-2px);border-color:rgba(0,122,255,.22);box-shadow:0 24px 56px rgba(13,21,32,.1)}.homeCategoryCard:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.homeCategoryCard h3{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.05rem;line-height:1.2}.homeCategoryCard p{margin:0;color:var(--blue-light);font-weight:700}.homeEntryModalBackdrop{position:fixed;top:9.5rem;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;background:rgba(13,21,32,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.homeEntryModal{position:relative;width:min(1280px,calc(100vw - 2rem));max-height:min(94vh,1080px);overflow:auto;border-radius:30px;border:1px solid rgba(255,255,255,.18);background:radial-gradient(120% 120% at 0 0,rgba(0,122,255,.12) 0,transparent 40%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,246,248,.98));box-shadow:0 36px 96px rgba(13,21,32,.3)}.homeEntryModalContent{padding:2.25rem 5.25rem 2.6rem 2.25rem}.homeEntryModalColumns{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.45fr);grid-gap:2rem;gap:2rem;align-items:start}.homeEntryModalLeft{display:flex;flex-direction:column;gap:1.35rem}.homeEntryModalRight{display:flex;flex-direction:column;gap:1.1rem}.homeEntryExperience .heroTitle{max-width:none;font-size:clamp(1.7rem,2.5vw,2.4rem);margin:0}.homeEntryExperience .heroSubtitle{max-width:none;margin:0}.homeEntryModalClose{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.92);color:var(--text);font:inherit;cursor:pointer}.homeEntryModalClose:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.homeEntryFeatureGrid{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem}.homeEntryFeatureCard,.homeEntryFounder{padding:1.55rem;border-radius:20px;border:1px solid var(--border);background:rgba(255,255,255,.86)}.homeEntryFeatureCard h3,.homeEntryFounder h3{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.1rem;line-height:1.2}.homeEntryFeatureCard p,.homeEntryFounder p{margin:.65rem 0 0;color:var(--text-muted);line-height:1.6}.homeEntryFounder{margin-top:1.6rem;display:grid;grid-gap:.7rem;gap:.7rem}.homeEntryFounderParagraphs{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem;margin:.35rem 0 0}.homeEntryFounderParagraphs p{margin:0;max-width:78ch}.homeEntryFounderEyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-light)}.homeEntryFounderSignature{margin-top:.35rem;font-weight:700;color:var(--text)}.homeEntryModalActions{display:flex;flex-wrap:wrap;gap:.75rem}.homeAboutPage{padding-top:3rem}.homeAboutHero{position:relative;overflow:hidden;border-radius:34px;border:1px solid var(--border);background:radial-gradient(120% 120% at 0 0,rgba(0,122,255,.12) 0,transparent 42%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,246,248,.98));box-shadow:0 36px 96px rgba(13,21,32,.14)}.homeAboutHeroInner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.25fr);grid-gap:2.25rem;gap:2.25rem;padding:3rem;align-items:start}.homeAboutHero .homeEntryIntro{max-width:34rem;display:grid;grid-gap:1.35rem;gap:1.35rem}.homeAboutFeatureRail .homeEntryFeatureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.homeAboutFeatureRail .homeEntryFeatureCard{min-height:100%;background:rgba(255,255,255,.72)}.homeAboutFounderSection{margin-top:1.5rem}.homeAboutFounderSection .homeEntryFounder{padding:2rem;border-radius:28px;background:radial-gradient(130% 130% at 100% 0,rgba(0,122,255,.08) 0,transparent 46%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,250,.98));box-shadow:0 24px 64px rgba(13,21,32,.08)}.homeAboutFounderSection .homeEntryFounder h3{font-size:clamp(1.45rem,2vw,1.85rem)}.marketplacePage{max-width:1180px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.marketplaceHero{padding:2rem;border-radius:28px;border:1px solid var(--border);background:radial-gradient(140% 140% at 0 0,rgba(0,122,255,.1) 0,transparent 45%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,246,248,.98));box-shadow:0 24px 64px rgba(13,21,32,.08)}.marketplaceResultsLabel{margin:1rem 0 0;font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.marketplaceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.marketplaceCard{overflow:hidden;border-radius:24px;border:1px solid var(--border);background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(13,21,32,.06)}.marketplaceCardImageLink{display:block;aspect-ratio:4/3;background:var(--bg-card)}.marketplaceImage{display:block;width:100%;height:100%;object-fit:cover}.marketplaceImageFallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1.25rem;text-align:center;color:var(--text-muted);background:linear-gradient(180deg,rgba(0,122,255,.06),rgba(245,246,248,.96))}.marketplaceCardContent{display:grid;grid-gap:.55rem;gap:.55rem;padding:1.25rem}.marketplaceCardPrice{font-size:clamp(1.6rem,2vw,2rem);line-height:1;letter-spacing:-.03em;color:var(--text)}.marketplaceCardPrice,.marketplaceCardTitle{margin:0;font-family:var(--font-heading),system-ui,sans-serif}.marketplaceCardTitle{font-size:1.15rem;line-height:1.2;letter-spacing:-.02em}.marketplaceBackLink,.marketplaceCardLink,.marketplaceCardTitle a{text-decoration:none;color:var(--blue-light)}.marketplaceCardMeta{margin:0;color:var(--text-muted)}.marketplaceCardLink{display:inline-flex;margin-top:.35rem;font-weight:700}.marketplaceEmptyState{margin-top:1.5rem;padding:2rem;border-radius:28px;border:1px solid var(--border);background:rgba(255,255,255,.94);text-align:center}.marketplaceEmptyState h2{margin:0 0 .75rem;font-family:var(--font-heading),system-ui,sans-serif}.marketplaceEmptyState p{margin:0;color:var(--text-muted)}.marketplaceDetailHero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.8fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.marketplaceDetailCard,.marketplaceDetailContent,.marketplaceDetailMedia{border-radius:28px;border:1px solid var(--border);background:var(--surface-card);box-shadow:0 18px 48px var(--shadow-soft)}.marketplaceDetailMedia{display:grid;grid-gap:.95rem;gap:.95rem;padding:1.25rem}.marketplaceDetailMediaStage{display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:640px;padding:1.5rem;border-radius:24px;background:linear-gradient(180deg,var(--surface-card-strong) 0,var(--bg-card) 100%)}.marketplaceDetailImage{display:block;width:100%;height:100%;object-fit:contain}.marketplaceDetailImageFallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1.5rem;text-align:center;color:var(--text-muted);background:var(--surface-muted)}.marketplaceDetailThumbRail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.marketplaceDetailThumb{overflow:hidden;aspect-ratio:1/1;padding:0;border-radius:18px;border:1px solid var(--border);background:var(--surface-muted);opacity:.74;cursor:pointer}.marketplaceDetailThumbActive{opacity:1;box-shadow:inset 0 0 0 1px var(--blue-light)}.marketplaceDetailThumb:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.marketplaceDetailThumbImage{display:block;width:100%;height:100%;object-fit:cover}.marketplaceDetailContent{position:-webkit-sticky;position:sticky;top:7.5rem;padding:1.9rem;background:var(--surface-card-strong)}.marketplaceDetailSummaryPanel{display:grid;grid-gap:1rem;gap:1rem}.marketplaceBreadcrumb{margin:0;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.marketplaceDetailTitle{margin-top:.1rem}.marketplaceDetailConditionBadge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin:0;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);font-size:.92rem;font-weight:700;color:var(--text)}.marketplaceDetailPrice{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(2.4rem,4vw,3.55rem);line-height:.94;letter-spacing:-.05em;color:var(--text)}.marketplaceDetailLead{display:-webkit-box;margin:0;overflow:hidden;font-size:1.05rem;line-height:1.65;color:var(--text-muted);-webkit-box-orient:vertical;-webkit-line-clamp:4}.marketplaceDetailMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;margin:0}.marketplaceDetailMetaGrid div{padding:.95rem 1rem;border-radius:18px;border:1px solid var(--border);background:var(--surface-muted)}.marketplaceDetailMetaGrid dd,.marketplaceDetailMetaGrid dt{margin:0}.marketplaceDetailMetaGrid dt{margin-bottom:.35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.marketplaceDetailMetaGrid dd{color:var(--text)}.marketplaceSellerSummary{padding:1.05rem 1.15rem;border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface-accent) 0,rgba(0,122,255,.02) 100%)}.marketplaceSellerSummaryLabel,.marketplaceSellerSummaryName,.marketplaceSellerSummaryStatus{margin:0}.marketplaceSellerSummaryLabel{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.marketplaceSellerSummaryName{margin-top:.35rem;font-size:1rem;font-weight:700;color:var(--text)}.marketplaceSellerSummaryStatus{margin-top:.25rem;color:var(--text-muted)}.marketplaceDetailLowerGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}.marketplaceSellerHero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);grid-gap:1rem;gap:1rem;align-items:stretch}.marketplaceSellerIdentity,.marketplaceSellerStats{padding:1.6rem;border-radius:28px;border:1px solid var(--border);background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(13,21,32,.06)}.marketplaceSellerIdentity{display:flex;align-items:center;gap:1rem}.marketplaceSellerAvatar{width:88px;height:88px;border-radius:999px;object-fit:cover;flex:0 0 auto}.marketplaceSellerAvatarFallback{display:flex;align-items:center;justify-content:center;background:rgba(0,122,255,.12);color:var(--blue-light);font-size:2rem;font-weight:700}.marketplaceSellerIdentityCopy{min-width:0}.marketplaceReviewDate,.marketplaceSellerMeta,.marketplaceSellerUsername{margin:.4rem 0 0;color:var(--text-muted)}.marketplaceSellerStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.marketplaceSellerStat{padding:1rem;border-radius:18px;background:rgba(0,122,255,.08);text-align:center}.marketplaceSellerStat span{display:block;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.6rem;line-height:1;letter-spacing:-.03em;color:var(--text)}.marketplaceSellerStat p{margin:.45rem 0 0;color:var(--text-muted)}.sellerShopPage{display:grid;grid-gap:2rem;gap:2rem}.sellerShopHeader{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:2rem;gap:2rem;align-items:center;padding:1.1rem 0 2rem;border-bottom:1px solid var(--border)}.sellerShopIdentity{display:flex;align-items:center;gap:1.5rem;min-width:0}.sellerShopAvatar{width:124px;height:124px;border-radius:999px;border:3px solid var(--bg-elevated);object-fit:cover;flex:0 0 auto;box-shadow:0 18px 38px rgba(12,20,31,.12)}.sellerShopAvatarFallback{display:flex;align-items:center;justify-content:center;background:rgba(0,122,255,.12);color:var(--blue-light);font-size:2.8rem;font-weight:700}.sellerShopIdentityCopy{display:grid;grid-gap:.7rem;gap:.7rem;min-width:0}.sellerShopKickerRow{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.sellerShopTitle{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(2.8rem,4.6vw,4.4rem);line-height:.95;letter-spacing:-.05em;color:var(--text)}.sellerShopLocation,.sellerShopMeta,.sellerShopResultsLabel{margin:0;color:var(--text-muted)}.sellerShopLocation{font-size:1.2rem}.sellerShopStatusPill{margin:0;padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(10,132,255,.18);background:rgba(10,132,255,.08);font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--blue-light)}.sellerShopMeta{display:flex;flex-wrap:wrap;gap:.7rem 1.25rem;font-size:.98rem}.sellerShopStatsPanel{padding:1.2rem 1.3rem;border-radius:20px;border:1px solid var(--border);background:var(--surface-card);box-shadow:0 18px 40px rgba(12,20,31,.04)}.sellerShopStatsLabel{margin:0 0 1rem;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.sellerShopStats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid var(--border);border-radius:18px;overflow:hidden}.sellerShopStat{padding:1.2rem 1.1rem;background:var(--surface-muted)}.sellerShopStat span{display:block;font-family:var(--font-heading),system-ui,sans-serif;font-size:2rem;line-height:1;letter-spacing:-.04em;color:var(--text)}.sellerShopStat p{margin:.45rem 0 0;color:var(--text-muted)}.sellerShopStat:first-child,.sellerShopStat:nth-child(2){border-bottom:1px solid var(--border)}.sellerShopStat:nth-child(odd){border-right:1px solid var(--border)}.sellerShopNav{display:flex;flex-wrap:wrap;gap:.85rem 1rem;padding-bottom:0;border-bottom:1px solid var(--border)}.sellerShopNavButton{padding:.2rem .05rem 1.15rem;border:0;border-bottom:5px solid transparent;background:transparent;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.4rem;font-weight:700;color:var(--text-muted);cursor:pointer;letter-spacing:-.03em}.sellerShopNavButton:hover,.sellerShopNavButtonActive{border-bottom-color:var(--text);color:var(--text)}.sellerShopSection{display:grid;grid-gap:1.15rem;gap:1.15rem;scroll-margin-top:8rem}.sellerShopSectionCard{padding:1.8rem;border-radius:24px;border:1px solid var(--border);background:var(--surface-card);box-shadow:0 12px 28px rgba(12,20,31,.04)}.sellerShopListingsHeader,.sellerShopSectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap}.sellerShopSectionHeading h2{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.8rem,2.8vw,2.4rem);letter-spacing:-.04em;color:var(--text)}.sellerShopToolbar{display:flex;align-items:flex-end;justify-content:flex-end;gap:1rem 1.1rem;flex-wrap:wrap}.sellerShopSearchControl,.sellerShopSortControl{display:grid;grid-gap:.45rem;gap:.45rem}.sellerShopControlLabel{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.sellerShopSearchInput,.sellerShopSortSelect{min-height:3.6rem;border-radius:18px;border:1px solid var(--border);background:var(--surface-card);color:var(--text);font:inherit}.sellerShopSearchInput{min-width:min(36rem,100vw);padding:0 1.2rem}.sellerShopSortSelect{min-width:18rem;padding:0 3rem 0 1rem}.sellerShopListingsGrid{margin-top:.2rem}.sellerShopInfoGrid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:1rem;gap:1rem}.sellerShopInfoCard{padding:1.4rem;border-radius:20px;border:1px solid var(--border);background:var(--surface-muted)}.sellerShopInfoCard h3{margin:0 0 .85rem;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.1rem;letter-spacing:-.02em;color:var(--text)}.sellerShopEmptyState{margin-top:.2rem}.marketplaceDetailCard{padding:1.55rem}.marketplaceDetailCard h2{margin:0 0 1rem;font-family:var(--font-heading),system-ui,sans-serif;letter-spacing:-.02em}.marketplaceDetailDescriptionCard{min-height:100%}.marketplaceDetailList{display:grid;grid-gap:.85rem;gap:.85rem}.marketplaceDetailList div{padding:.95rem 1rem;border-radius:16px;border:1px solid var(--border);background:var(--surface-muted)}.marketplaceDetailList dt{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.marketplaceDetailDescription,.marketplaceDetailList dd,.marketplaceDetailSellerName{margin:0;color:var(--text)}.marketplaceDetailDescription{line-height:1.7;color:var(--text-muted)}.marketplaceSellerSectionWide{grid-column:span 3}.marketplaceReviewList{display:grid;grid-gap:.9rem;gap:.9rem}.marketplaceReviewCard{padding:1rem 1.05rem;border-radius:18px;border:1px solid var(--border);background:rgba(245,246,248,.7)}.marketplaceReviewHeader{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.marketplaceDetailSellerName,.marketplaceReviewName,.marketplaceReviewRating{margin:0;color:var(--text)}.marketplaceDetailSellerName,.marketplaceReviewName{font-weight:700}.marketplaceSellerListingsGrid{margin-top:1rem}.siteFooter{padding:2.75rem 1.5rem 3rem;text-align:center;border-top:1px solid var(--border);background:var(--bg-header)}.footerSocial{gap:.75rem;margin-bottom:1.25rem}.footerSocial,.footerSocialLink{display:flex;justify-content:center}.footerSocialLink{align-items:center;width:38px;height:38px;border-radius:10px;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.footerSocialLink:hover{background:var(--blue-subtle);color:var(--blue-light);border-color:rgba(10,132,255,.3)}.footerLinks{font-size:.88rem;color:var(--text-muted);margin:0}.footerLinks a{color:var(--text-muted);text-decoration:none;transition:color .15s ease}.footerLinks a:hover{color:var(--blue-light)}.footerDivider{margin:0 .5rem;opacity:.3}.appPlaceholderPage,.legalPage{max-width:1080px;margin:0 auto;padding:2.5rem 1.25rem 5rem}.appPlaceholderPage h1,.legalPage h1{font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;letter-spacing:-.02em;margin:0;color:var(--text)}.appPlaceholderPage p,.legalPage p{font-size:1.02rem;color:var(--text-muted);line-height:1.65}.appPlaceholderPage a,.legalPage a{color:var(--blue-light);text-underline-offset:2px}.appAuthPage,.appGatewayPage{max-width:1080px;margin:0 auto;padding:3.5rem 1.25rem 5rem}.appAuthCard,.appGatewayCard{max-width:640px;margin:0 auto;padding:2rem;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.94) 0,rgba(245,246,248,.98) 100%),var(--bg-elevated);box-shadow:0 24px 80px rgba(7,16,34,.08)}.appGatewayBadge{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1rem;padding:.35rem .85rem;border-radius:999px;background:rgba(0,122,255,.1);color:var(--blue-light);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.appGatewayTitle{margin:0;font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.03em;color:var(--text)}.appGatewayBody{margin:1rem 0 0;font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.appGatewaySummary{margin:1.5rem 0;padding:1rem 1.1rem;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.72)}.appGatewaySummaryLabel{margin:0 0 .35rem;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.appAuthForm{margin-top:1.6rem;display:grid;grid-gap:1rem;gap:1rem}.appAuthField{display:grid;grid-gap:.45rem;gap:.45rem;font-size:.92rem;font-weight:600;color:var(--text)}.appAuthInput{width:100%;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(28,28,30,.14);background:rgba(255,255,255,.92);color:var(--text);font:inherit}.appAuthInput:focus-visible{outline:3px solid var(--ring);outline-offset:1px}.appAuthSubmit{justify-content:center}.appAuthError,.appAuthNotice{margin:0;padding:.85rem 1rem;border-radius:14px;font-size:.94rem;line-height:1.55}.appAuthError{background:rgba(183,28,28,.08);border:1px solid rgba(183,28,28,.16);color:#8f1d1d}.appAuthNotice{background:rgba(0,122,255,.08);border:1px solid rgba(0,122,255,.16);color:#0d5dbc}.appAuthBackLink{display:inline-flex;margin-top:1rem;color:var(--blue-light);text-decoration:none;text-underline-offset:2px}.appVerificationMeta{margin-top:1rem;padding:.95rem 1rem;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid var(--border);color:var(--text-muted)}.appVerificationMeta p{margin:.2rem 0}.appVerificationActions{display:flex;flex-wrap:wrap;gap:.75rem}.appAuthInlineFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.appGoogleButtonWrapper{display:grid;grid-gap:.75rem;gap:.75rem;justify-items:start}.captchaTurnstile{min-height:65px}.appShellStatePage{max-width:1080px;margin:0 auto;padding:3.5rem 1.25rem 5rem}.appShellStateCard{max-width:640px;margin:0 auto;padding:2rem;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.94) 0,rgba(245,246,248,.98) 100%),var(--bg-elevated);box-shadow:0 24px 80px rgba(7,16,34,.08)}.appShellPage{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;background:radial-gradient(140% 140% at 0 0,rgba(0,122,255,.07) 0,transparent 45%),var(--bg)}.appShellBackdrop{display:none}.appShellSidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;padding:1.25rem;border-right:1px solid var(--border);background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.appShellSidebarInner{display:flex;flex-direction:column;height:100%;padding:1.1rem;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,246,248,.98));border:1px solid var(--border);box-shadow:0 20px 48px rgba(13,21,32,.08)}.appShellSidebarLabel{margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.appShellNav{display:grid;grid-gap:.5rem;gap:.5rem}.appShellNavLink{display:inline-flex;align-items:center;padding:.85rem 1rem;border-radius:16px;text-decoration:none;color:var(--text-muted);border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.appShellNavLink:hover,.appShellNavLinkActive{background:rgba(0,122,255,.08);border-color:rgba(0,122,255,.16);color:var(--blue-light)}.appShellSidebarFooter{margin-top:auto;padding-top:1.25rem;display:grid;grid-gap:.85rem;gap:.85rem}.appShellSidebarEmail,.appShellSidebarUser{margin:0}.appShellSidebarUser{font-weight:700;color:var(--text)}.appShellSidebarEmail{color:var(--text-muted);word-break:break-word}.appShellMain{min-width:0;padding:1.5rem}.appShellHeader{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.appShellHeaderPrimary{display:inline-flex;align-items:center;gap:.85rem}.appShellBrandLink{font-family:var(--font-heading),system-ui,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:-.03em;text-decoration:none}.appShellMenuButton{display:none;width:44px;height:44px;padding:0;border-radius:14px;border:1px solid var(--border);background:var(--bg-elevated);cursor:pointer}.appShellMenuButton span{display:block;width:18px;height:2px;margin:4px auto;background:var(--text);border-radius:999px}.appShellSearchForm{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem}.appShellSearchInput{width:100%;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(28,28,30,.14);background:rgba(255,255,255,.92);font:inherit;color:var(--text)}.appShellSearchInput:focus-visible{outline:3px solid var(--ring);outline-offset:1px}.appShellAccountMenu{position:relative}.appShellHeaderControls{display:inline-flex;align-items:center;justify-self:end;gap:.75rem}.appShellAccountMenu summary{list-style:none;cursor:pointer;padding:.8rem 1rem;border-radius:16px;border:1px solid var(--border);background:var(--bg-elevated);font-weight:600}.appShellAccountMenu summary::-webkit-details-marker{display:none}.appShellAccountMenuPanel{position:absolute;right:0;top:calc(100% + .6rem);min-width:220px;padding:.8rem;border-radius:18px;border:1px solid var(--border);background:rgba(255,255,255,.98);box-shadow:0 24px 48px rgba(13,21,32,.12);display:grid;grid-gap:.35rem;gap:.35rem}.appShellAccountMenuLabel{margin:0 0 .3rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.appShellAccountMenuPanel a,.appShellAccountMenuPanel button{padding:.8rem .9rem;border:0;border-radius:12px;background:transparent;text-align:left;text-decoration:none;color:var(--text);font:inherit;cursor:pointer}.appShellAccountMenuPanel a:hover,.appShellAccountMenuPanel button:hover{background:rgba(0,122,255,.08)}.appShellContent{display:grid;grid-gap:1.25rem;gap:1.25rem}.appDashboardHero{padding:1.6rem;border-radius:28px;border:1px solid var(--border);background:radial-gradient(140% 140% at 0 0,rgba(0,122,255,.1) 0,transparent 45%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,246,248,.98));box-shadow:0 24px 64px rgba(13,21,32,.08)}.appDashboardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.appDashboardCard{padding:1.4rem;border-radius:22px;border:1px solid var(--border);background:rgba(255,255,255,.9);box-shadow:0 16px 40px rgba(13,21,32,.05)}.appDashboardCard h2{margin:0 0 .65rem;font-family:var(--font-heading),system-ui,sans-serif;font-size:1.05rem;letter-spacing:-.02em}.appDashboardCard p{margin:0;color:var(--text-muted)}.appDashboardMetric{display:grid;grid-gap:.2rem;gap:.2rem;margin-top:1rem;padding:.95rem 1rem;border-radius:16px;background:rgba(0,122,255,.08);color:var(--text)}.appShellChipRow{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.appShellChip{display:inline-flex;align-items:center;padding:.75rem 1rem;border-radius:999px;border:1px solid rgba(0,122,255,.18);background:rgba(0,122,255,.08);color:var(--blue-light);text-decoration:none}.appAccountCard{grid-column:span 2}.appAccountDetails{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0 1.5rem}.appAccountDetails div{padding:.95rem 1rem;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid var(--border)}.appAccountDetails dt{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.appAccountDetails dd{margin:0;color:var(--text)}.appListingsPage{display:grid;grid-gap:1.25rem;gap:1.25rem}.appListingFormCard,.appListingsEmptyState,.appListingsHero,.appListingsNotice{padding:1.6rem;border-radius:28px;border:1px solid var(--border);background:radial-gradient(140% 140% at 0 0,rgba(0,122,255,.08) 0,transparent 42%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,246,248,.98));box-shadow:0 24px 64px rgba(13,21,32,.08)}.appListingsNotice{padding:1rem 1.15rem}.appListingsEmptyState h2,.appListingsEmptyState p,.appListingsNotice h2,.appListingsNotice p{margin:0}.appListingsNoticeWarning{background:var(--surface-danger);border-color:var(--surface-danger-border);box-shadow:none}.appListingsNoticeWarning h2{margin-bottom:.45rem;color:var(--text-danger);font-family:var(--font-heading),system-ui,sans-serif;font-size:1.05rem;letter-spacing:-.02em}.appListingsToolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem 1.25rem;flex-wrap:wrap}.appListingsToolbarGroup{display:flex;flex-wrap:wrap;gap:.9rem}.appListingsToolbarSummary{margin:0;font-size:.95rem;font-weight:600;color:var(--text-muted)}.appListingsEmptyState{display:grid;grid-gap:.9rem;gap:.9rem;justify-items:start}.appListingsEmptyState h2{font-family:var(--font-heading),system-ui,sans-serif;font-size:clamp(1.6rem,2.8vw,2.1rem);letter-spacing:-.04em;color:var(--text)}.appListingsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.appListingsCard{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);border-radius:24px;border:1px solid var(--border);background:var(--surface-card);box-shadow:0 16px 40px rgba(13,21,32,.05);overflow:hidden}.appListingsCardImageLink{display:block;min-height:100%;background:var(--surface-muted)}.appListingsCardImage,.appListingsCardImageFallback{width:100%;height:100%;min-height:100%}.appListingsCardImage{display:block;object-fit:cover}.appListingsCardImageFallback{display:flex;align-items:center;justify-content:center;padding:1rem;color:var(--text-muted);font-weight:600;text-align:center}.appListingsCardContent{display:grid;grid-gap:.75rem;gap:.75rem;padding:1.25rem}.appListingsCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.appListingsCardMeta,.appListingsCardPrice,.appListingsCardTitle{margin:0}.appListingsCardPrice{font-size:1.65rem;line-height:1;letter-spacing:-.04em}.appListingsCardPrice,.appListingsCardTitle{font-family:var(--font-heading),system-ui,sans-serif;color:var(--text)}.appListingsCardTitle{margin-top:.45rem;font-size:1.15rem;line-height:1.2;letter-spacing:-.03em}.appListingsCardMeta{color:var(--text-muted)}.appListingsStatus{display:inline-flex;align-items:center;padding:.45rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.appListingsStatusActive{background:var(--surface-accent);color:var(--blue-light)}.appListingsStatusInactive{background:var(--surface-muted);color:var(--text-muted)}.appListingsCardActions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem}.appListingFormCard{display:grid;grid-gap:1.5rem;gap:1.5rem}.appListingFormSection{display:grid;grid-gap:1rem;gap:1rem}.appListingFormSectionHeading h2,.appListingFormSectionHeading p{margin:0}.appListingFormSectionHeading h2{font-family:var(--font-heading),system-ui,sans-serif;font-size:1.35rem;letter-spacing:-.03em;color:var(--text)}.appListingFormHelper,.appListingFormSectionHeading p{color:var(--text-muted)}.appListingFormGrid,.appListingReadonlyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.appListingCheckboxField,.appListingFormField{display:grid;grid-gap:.45rem;gap:.45rem}.appListingFormFieldWide{grid-column:1/-1}.appListingCheckboxField span:first-of-type,.appListingFormField span,.appListingFormSectionHeading p,.appListingReadonlyCard span{font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.appListingFormInput,.appListingFormSelect,.appListingFormTextarea{width:100%;border:1px solid rgba(28,28,30,.14);border-radius:16px;background:rgba(255,255,255,.92);color:var(--text);font:inherit}.appListingFormInput,.appListingFormSelect{min-height:3.35rem;padding:0 1rem}.appListingFormTextarea{padding:.95rem 1rem;resize:vertical;min-height:8rem}.appListingFileInput:focus-visible,.appListingFormInput:focus-visible,.appListingFormSelect:focus-visible,.appListingFormTextarea:focus-visible{outline:3px solid var(--ring);outline-offset:1px}.appListingUploadField{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.65rem}.appListingUploadField span{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.1rem;border-radius:14px;border:1px dashed var(--border);background:var(--surface-muted);color:var(--text);font-weight:600;cursor:pointer}.appListingFileInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.appListingImageGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem}.appListingImageCard,.appListingReadonlyCard{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;border-radius:18px;border:1px solid var(--border);background:var(--surface-muted)}.appListingImagePreview{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;background:var(--bg-card)}.appListingImageRemove{border:0;padding:0;background:transparent;color:var(--blue-light);font:inherit;font-weight:600;cursor:pointer;text-align:left}.appListingCheckboxField{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--border);background:var(--surface-muted)}.appListingCheckboxField input{width:1.15rem;height:1.15rem;margin:0}.appListingReadonlyCard p{margin:0;font-weight:600;color:var(--text)}.appListingsError{margin:0;padding:.95rem 1rem;border-radius:16px;background:var(--surface-danger);border:1px solid var(--surface-danger-border);color:var(--text-danger)}.appListingFormActions{display:flex;justify-content:flex-start}@media (max-width:640px){.appAuthInlineFields{grid-template-columns:1fr}}.legalUpdated{margin-top:.45rem;font-style:italic;color:var(--text-muted)}.legalPage section{margin-top:1rem;background:var(--bg-card)}.legalPage section,.privacyHero{padding:1.25rem;border-radius:14px;border:1px solid var(--border)}.privacyHero{background:var(--bg-elevated)}.legalPage h2{margin-top:0;font-family:var(--font-heading),system-ui,sans-serif;color:var(--text);letter-spacing:-.01em}html[data-color-scheme=dark]{color-scheme:dark}html[data-color-scheme=dark] .headerNav a:hover{background:rgba(255,255,255,.08)}html[data-color-scheme=dark] .appDashboardCard,html[data-color-scheme=dark] .appGatewaySummary,html[data-color-scheme=dark] .appVerificationMeta,html[data-color-scheme=dark] .homeCategoryCard,html[data-color-scheme=dark] .homeEntryFeatureCard,html[data-color-scheme=dark] .homeEntryFounder,html[data-color-scheme=dark] .marketplaceCard,html[data-color-scheme=dark] .marketplaceDetailCard,html[data-color-scheme=dark] .marketplaceDetailContent,html[data-color-scheme=dark] .marketplaceDetailMedia,html[data-color-scheme=dark] .marketplaceEmptyState,html[data-color-scheme=dark] .marketplaceSellerSection{background:var(--surface-card);box-shadow:0 18px 48px var(--shadow-soft)}html[data-color-scheme=dark] .homeEntryModalBackdrop{background:var(--bg-overlay)}html[data-color-scheme=dark] .homeAboutFounderSection .homeEntryFounder,html[data-color-scheme=dark] .homeAboutHero,html[data-color-scheme=dark] .homeEntryModal{border-color:var(--border);background:radial-gradient(120% 120% at 0 0,rgba(76,151,255,.16) 0,transparent 42%),linear-gradient(180deg,rgba(17,24,33,.98),rgba(12,18,26,.98))}html[data-color-scheme=dark] .homeEntryModalClose{background:var(--surface-card-strong)}html[data-color-scheme=dark] .appAuthCard,html[data-color-scheme=dark] .appDashboardHero,html[data-color-scheme=dark] .appGatewayCard,html[data-color-scheme=dark] .appShellStateCard,html[data-color-scheme=dark] .marketplaceHero,html[data-color-scheme=dark] .marketplaceSellerHero{background:radial-gradient(140% 140% at 0 0,rgba(76,151,255,.14) 0,transparent 45%),linear-gradient(180deg,rgba(17,24,33,.98),rgba(12,18,26,.98));box-shadow:0 24px 64px var(--shadow-soft)}html[data-color-scheme=dark] .marketplaceImageFallback{background:linear-gradient(180deg,rgba(76,151,255,.08),rgba(20,28,38,.96))}html[data-color-scheme=dark] .appGatewayBadge,html[data-color-scheme=dark] .appListingsStatusActive,html[data-color-scheme=dark] .appShellAccountMenuPanel a:hover,html[data-color-scheme=dark] .appShellAccountMenuPanel button:hover,html[data-color-scheme=dark] .appShellNavLink:hover,html[data-color-scheme=dark] .appShellNavLinkActive,html[data-color-scheme=dark] .marketplaceSellerSummary{background:var(--surface-accent)}html[data-color-scheme=dark] .appAuthInput,html[data-color-scheme=dark] .appListingFormInput,html[data-color-scheme=dark] .appListingFormSelect,html[data-color-scheme=dark] .appListingFormTextarea,html[data-color-scheme=dark] .appShellSearchInput{border-color:var(--border);background:var(--surface-card-soft)}html[data-color-scheme=dark] .appAuthError{background:var(--surface-danger);border-color:var(--surface-danger-border);color:var(--text-danger)}html[data-color-scheme=dark] .appAuthNotice{background:var(--surface-accent);border-color:rgba(76,151,255,.22);color:var(--text-info)}html[data-color-scheme=dark] .appListingFormCard,html[data-color-scheme=dark] .appListingsCard,html[data-color-scheme=dark] .appListingsEmptyState,html[data-color-scheme=dark] .appListingsHero,html[data-color-scheme=dark] .appListingsNotice{background:radial-gradient(140% 140% at 0 0,rgba(76,151,255,.14) 0,transparent 45%),linear-gradient(180deg,rgba(17,24,33,.98),rgba(12,18,26,.98));box-shadow:0 24px 64px var(--shadow-soft)}html[data-color-scheme=dark] .appListingsError,html[data-color-scheme=dark] .appListingsNoticeWarning{background:var(--surface-danger);border-color:var(--surface-danger-border)}html[data-color-scheme=dark] .appListingCheckboxField,html[data-color-scheme=dark] .appListingImageCard,html[data-color-scheme=dark] .appListingReadonlyCard,html[data-color-scheme=dark] .appListingUploadField span,html[data-color-scheme=dark] .appListingsStatusInactive{background:var(--surface-muted)}html[data-color-scheme=dark] .appShellSidebar{background:rgba(14,18,24,.92)}html[data-color-scheme=dark] .appShellAccountMenuPanel,html[data-color-scheme=dark] .appShellSidebarInner{background:var(--surface-card-strong);box-shadow:0 24px 48px var(--shadow-medium)}html[data-color-scheme=dark] .appShellAccountMenu summary,html[data-color-scheme=dark] .appShellMenuButton,html[data-color-scheme=dark] .ctaButtonSecondary,html[data-color-scheme=dark] .languageSwitcherSelect,html[data-color-scheme=dark] .themeSwitcherSelect{background:var(--bg-elevated)}html[data-color-scheme=dark] .headerSearchBar{background:var(--surface-card-strong);box-shadow:0 18px 42px var(--shadow-soft)}html[data-color-scheme=dark] .headerSearchButton{border-left-color:var(--border)}html[data-color-scheme=dark] .headerCategoryLink:hover{background:var(--surface-accent)}html[data-color-scheme=dark] .appGatewaySummary,html[data-color-scheme=dark] .appVerificationMeta{background:var(--surface-muted)}html[data-color-scheme=dark] .sellerShopSearchInput,html[data-color-scheme=dark] .sellerShopSectionCard,html[data-color-scheme=dark] .sellerShopSortSelect,html[data-color-scheme=dark] .sellerShopStatsPanel{background:var(--surface-card-strong)}html[data-color-scheme=dark] .sellerShopInfoCard,html[data-color-scheme=dark] .sellerShopStat{background:var(--surface-accent)}html[data-color-scheme=dark] .sellerShopStatusPill{border-color:rgba(76,151,255,.22);background:rgba(76,151,255,.12);color:var(--text-info)}html[data-color-scheme=dark] .sellerShopAvatar{border-color:var(--surface-card-strong)}@media (max-width:740px){.languageSwitcherSelect{min-width:100%}.headerTopRow{grid-template-columns:1fr;align-items:stretch}.headerBrandLink{justify-content:center}.headerUtility{flex-direction:column;align-items:stretch;justify-self:stretch}.languageSwitcher,.themeSwitcher{width:100%}.headerNav{justify-content:center;flex-wrap:wrap}.headerSearchBar{min-height:3.6rem}.headerCategoryRail{justify-content:flex-start;padding-bottom:.7rem}.featuresGrid,.homeCategoryGrid,.publicSearchGrid{grid-template-columns:1fr 1fr}.publicSearchFilterRail{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.15rem}.publicSearchPanel{width:min(420px,100vw)}.publicSearchPanelContent{padding:1.25rem}.homeAboutHeroInner,.homeEntryModalColumns{grid-template-columns:1fr}.homeAboutHeroInner{padding:2rem}.homeAboutFeatureRail .homeEntryFeatureGrid,.homeEntryFounderParagraphs{grid-template-columns:1fr}.homeEntryModalBackdrop{top:14rem}.homeEntryModal{max-height:92vh}.homeAboutFounderSection .homeEntryFounder,.homeEntryModalContent{padding:1.5rem}.appShellPage{grid-template-columns:1fr}.appShellBackdrop{display:block;position:fixed;inset:0;border:0;background:rgba(7,16,34,.42);z-index:15}.appShellSidebar{position:fixed;left:0;top:0;width:min(320px,calc(100vw - 2rem));transform:translateX(-100%);transition:transform .2s ease;z-index:20}.appShellSidebarOpen{transform:translateX(0)}.appShellMain{padding:1rem}.appShellHeader{grid-template-columns:1fr;align-items:stretch}.appShellHeaderControls{justify-self:stretch;flex-wrap:wrap}.appShellMenuButton{display:inline-block}.appShellAccountMenuPanel{position:static;margin-top:.6rem}.appDashboardGrid{grid-template-columns:1fr}.appAccountCard{grid-column:auto}.appAccountDetails{grid-template-columns:1fr}.appListingsToolbar{align-items:stretch}.appListingsToolbarGroup{width:100%}.appListingsToolbarGroup .appListingFormField{flex:1 1 220px}.appListingFormGrid,.appListingReadonlyGrid,.appListingsCard,.appListingsGrid,.marketplaceDetailHero,.marketplaceDetailLowerGrid,.marketplaceGrid,.marketplaceSellerHero,.sellerShopHeader,.sellerShopInfoGrid{grid-template-columns:1fr}.marketplaceDetailContent{position:static;top:auto}.marketplaceDetailMediaStage{min-height:360px}.marketplaceDetailMetaGrid,.marketplaceSellerStats{grid-template-columns:1fr}.marketplaceSellerIdentity{flex-direction:column;align-items:flex-start}.sellerShopStats{grid-template-columns:repeat(2,minmax(0,1fr))}.sellerShopListingsHeader,.sellerShopSectionHeading{align-items:start}.sellerShopToolbar{justify-content:stretch}.sellerShopSearchControl,.sellerShopSortControl{width:100%}.sellerShopSearchInput,.sellerShopSortSelect{min-width:0;width:100%}.marketplaceSellerSectionWide{grid-column:auto}}@media (max-width:480px){.headerTopRow{gap:.8rem;padding:.75rem 0 .65rem}.headerSearchBar{min-height:3.35rem;padding-left:.85rem}.headerCategoryLink{padding:.48rem .75rem;font-size:.88rem}.heroSection{min-height:85vh;padding:4rem 1.25rem}.downloadSection,.featuresSection,.founderStorySection{padding:3.5rem 1.25rem}.founderStoryInner{padding:1.75rem 1.25rem;border-radius:18px}.featuresGrid,.homeCategoryGrid,.publicSearchGrid{grid-template-columns:1fr}.publicSearchFilterRail{gap:.65rem}.publicSearchFilterChip,.publicSearchFilterClear{min-height:3rem;padding:.8rem 1rem}.publicSearchPanel{width:100vw}.publicSearchPanelContent,.publicSearchPanelFooter,.publicSearchPanelHeader{padding-left:1.25rem;padding-right:1.25rem}.publicSearchPanelHeader h2{font-size:1.85rem}.publicSearchPanelClose{width:3rem;height:3rem;font-size:1.8rem}.publicSearchPanelPriceGrid{grid-template-columns:1fr}.appListingFormCard,.appListingsEmptyState,.appListingsHero,.appListingsNotice{padding:1.35rem}.appListingsCardContent{padding:1rem}.appListingsCardHeader{flex-direction:column;align-items:flex-start}.marketplacePage{padding:2rem 1.25rem 3rem}.sellerShopHeader{gap:1.5rem}.sellerShopIdentity{flex-direction:column;align-items:flex-start}.sellerShopAvatar{width:104px;height:104px}.sellerShopSectionCard{padding:1.35rem}.sellerShopStats{grid-template-columns:1fr}.sellerShopStat:nth-child(odd){border-right:0}.sellerShopStat:not(:last-child){border-bottom:1px solid var(--border)}.sellerShopNav{gap:.8rem 1rem}.sellerShopNavButton{font-size:1.05rem}.marketplaceDetailCard,.marketplaceDetailContent,.marketplaceEmptyState,.marketplaceHero{padding:1.4rem}.marketplaceDetailMedia{padding:.95rem}.marketplaceDetailMediaStage{min-height:280px;padding:1rem}.marketplaceDetailThumbRail{gap:.55rem}.heroActions{flex-direction:column;align-items:center}.heroActions .ctaButton,.publicSearchFormActions .ctaButton,.publicSearchLocationActions .ctaButton{width:100%;max-width:280px}.homeEntryModalBackdrop{top:14.75rem;padding:.85rem}.homeAboutHeroInner,.homeEntryModalContent{padding:1.25rem}.homeEntryExperience .heroTitle{max-width:none}.heroScreenshots{gap:.6rem}.screenshotMockup{width:80px;border-radius:20px}.screenshotMockup:nth-child(odd){transform:translateY(-10px)}.screenshotMockup:nth-child(2n){transform:translateY(10px)}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_4f4604{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_4f4604{--font-heading:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-body:"Inter","Inter Fallback"}