:root{color-scheme:light;--bg:#f2f4f5;--panel:#ffffff;--panel-strong:#f7f8f8;--ink:#002f34;--muted:#406367;--line:#d8dfe0;--brand:#23e5db;--brand-strong:#002f34;--accent:#ffce32;--danger:#b42318;--ok:#15803d;--shadow:none}*{box-sizing:border-box}body,html{width:100%;min-height:100%;overflow-x:hidden;background:var(--bg)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:500}button,input,select,textarea{font:inherit}button{cursor:pointer}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:14px clamp(16px,4vw,40px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbarInner{display:grid;width:min(1180px,100%);margin:0 auto;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px}.topbarBrandGroup{display:flex;gap:8px}.brand,.topbarBrandGroup{min-width:0;align-items:center}.brand{display:inline-flex;justify-content:flex-start;gap:10px;text-align:left}.brand>span:last-child{min-width:0}.brandMark{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:8px;color:var(--ink);background:var(--brand)}.brand small,.brandName{display:block;line-height:1.1}.brandName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500}.brand small{margin-top:3px;color:var(--muted);font-size:12px}.navActions{display:contents}.topbarAddShell{grid-column:2;justify-self:center}.topbarUserShell{justify-self:end}.topbarRightActions{grid-column:3;display:flex;justify-self:end;align-items:center;gap:8px}.topbarWatchLink{min-height:42px;white-space:nowrap}.topbarAddButton{min-width:292px;border-color:#c43c00;color:#fff;background:#e25500}.topbarAddButton:hover{color:#fff}.topbarBackSlot{min-width:0}.topbarBackLink{display:inline-flex;justify-self:start;min-height:42px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--ink);background:#fff;font-size:14px}.topbarBackLink:hover{border-color:var(--ink);background:var(--panel-strong)}.menuShell{position:relative}.topDropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:grid;min-width:220px;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff;box-shadow:0 16px 40px rgba(0,47,52,.12)}.compactDropdown{min-width:190px}.topbarAddShell .topDropdown{right:auto;left:50%;transform:translateX(-50%)}.topDropdown a,.topDropdown button{justify-content:flex-start}.topDropdown>a{display:flex;min-height:38px;align-items:center;gap:8px;border-radius:8px;padding:9px 10px}.topDropdown>a:hover{background:var(--panel-strong)}.userDropdown{width:min(360px,calc(100vw - 24px))}.dropdownTitle{margin:0;color:var(--ink)}.dangerButton,.ghostButton,.iconButton,.primaryAction,.secondaryButton{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--ink);background:#fff;font-weight:400;transition:border-color .16s ease,background .16s ease,color .16s ease}.iconButton{width:42px;padding:0}.primaryAction{border-color:var(--ink);color:#fff;background:var(--ink)}.secondaryButton{border-color:#b7c4c7;color:var(--brand-strong);background:#fff}.ghostButton{background:transparent}.dangerButton{border-color:rgba(180,35,24,.2);color:var(--danger);background:rgba(180,35,24,.06)}.dangerButton:hover,.ghostButton:hover,.iconButton:hover,.primaryAction:hover,.secondaryButton:hover{border-color:var(--ink);background:var(--panel-strong)}.primaryAction:hover{color:var(--ink);background:var(--brand)}.topbarAddButton,.topbarAddButton:hover{border-color:#c43c00;color:#fff;background:#e25500}.topbarAddButton:hover{border-color:#9f2d00;background:#c84600}.page{width:min(1180px,calc(100vw - 28px));margin:0 auto;padding:24px 0 56px}.heroBand{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);grid-gap:22px;gap:22px;align-items:stretch;margin-bottom:22px}.accountGrid>section,.adminPanel,.categoryGallery,.categoryStrip,.filterBar,.heroCopy,.listingCard,.panel,.quickPost{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.heroCopy{min-height:330px;padding:clamp(24px,4vw,42px);border:1px solid var(--line);background:#fff;color:var(--ink)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--muted);font-size:14px;font-weight:500;letter-spacing:0}.heroCopy h1,.pageTitle h1{max-width:760px;margin:0;font-size:clamp(36px,6vw,72px);line-height:.98;letter-spacing:0}.heroCopy p,.pageTitle p{max-width:660px;margin:18px 0 0;color:var(--muted);font-size:18px;line-height:1.55}.heroStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:28px}.heroStats span{display:block;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-strong)}.quickPost{padding:18px}.accountGrid h2,.adminPanel h1,.adminPanel h2,.panel h2,.quickPost h2{margin:0 0 14px;font-size:20px;letter-spacing:0}.fieldStack{display:grid;grid-gap:12px;gap:12px}.addPhotoIntro{max-width:760px;margin:0 auto 14px;text-align:center;line-height:1.28}.addListingPanel{border-color:rgba(0,133,122,.24);background:linear-gradient(135deg,rgba(35,229,219,.16),rgba(255,206,50,.18) 45%,rgba(255,255,255,.96) 78%),#fff}.addListingPanel .fieldStack>.fieldGroup,.addListingPanel .fieldStack>.fieldRow,.addListingPanel .locationPicker,.addListingPanel .photoPicker{border:1px solid rgba(0,47,52,.12);border-radius:8px;padding:12px;background:rgba(255,255,255,.82)}.addListingPanel .fieldStack>.fieldRow:nth-of-type(2n),.addListingPanel .locationPicker{background:rgba(238,248,247,.94)}.addListingPanel .fieldStack>.fieldRow:nth-of-type(3n),.addListingPanel .photoPicker{background:rgba(255,248,216,.9)}.addListingPanel .photoActions,.addListingPanel .photoPickerHeader{justify-content:center}.fieldGroup{display:grid;grid-gap:7px;gap:7px}.fieldGroup label,.fieldGroup>span{color:var(--muted);font-size:15px;font-weight:400}.fieldGroup input,.fieldGroup select,.fieldGroup textarea,.searchInput{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fff;outline:none}.fieldGroup select,.numberMenu,.sortControl select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 11px) 50%;background-repeat:no-repeat;background-size:7px 7px,7px 7px}.fieldGroup select::-ms-expand,.numberMenu::-ms-expand,.sortControl select::-ms-expand{display:none}.checkPill:hover,.fieldGroup input:hover,.fieldGroup select:hover,.fieldGroup textarea:hover,.numericCombo input:hover,.numericComboToggle:hover,.searchInput:hover{cursor:pointer}.searchWrap{position:relative;display:block}.searchWrap svg{position:absolute;top:50%;left:12px;color:var(--muted);transform:translateY(-50%)}.searchWrap .searchInput{padding-left:38px}.fieldGroup textarea{min-height:118px;resize:vertical}.fieldRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.locationPicker{margin-top:2px}.locationPicker,.locationPickerHeader{display:grid;grid-gap:8px;gap:8px}.flexField{display:grid;grid-gap:7px;gap:7px;min-width:0}.locationActions{display:flex;flex-wrap:wrap;gap:8px}.locationActions .ghostButton,.locationActions .secondaryButton{min-height:38px;padding:0 12px;font-size:13px}.locationMap{min-height:280px;height:280px;border:1px solid var(--line);border-radius:8px;background:#e5ebe9;overflow:hidden}.locationMap .leaflet-container,.locationMap.leaflet-container{height:100%;width:100%;font-family:inherit}.radiusHandle{border:0;background:transparent}.radiusHandle span{display:block;width:20px;height:20px;border:2px solid var(--brand-strong);border-radius:999px;background:#fff;box-shadow:0 1px 6px rgba(0,47,52,.18)}.locationStatus{font-size:13px;margin:0}.filterBar{display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(4,minmax(104px,.72fr)) minmax(280px,1.15fr);grid-gap:10px;gap:10px;align-items:flex-end;margin-bottom:14px;padding:14px}.searchAreaButton{min-height:44px;flex-wrap:nowrap;white-space:nowrap}.searchAreaButton small{display:none}.areaModalBackdrop{position:fixed;inset:0;z-index:75;display:grid;place-items:center;padding:18px;background:rgba(9,20,21,.58)}.areaModal{display:grid;width:min(860px,100%);max-height:calc(100vh - 36px);grid-gap:14px;gap:14px;overflow:auto;border:1px solid var(--line);border-radius:8px;padding:16px;background:#fff}.areaModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.areaModalHeader h2{margin:0;font-size:22px}.areaModalHeader p{margin:4px 0 0;color:var(--muted);line-height:1.45}.areaModal .locationMap{min-height:380px;height:380px}.areaModalFooter{display:flex;justify-content:flex-end}.categoryStrip{display:flex;gap:8px;margin-bottom:16px;padding:10px;overflow-x:auto;box-shadow:none;scrollbar-width:none}.categoryStrip::-webkit-scrollbar{display:none}.chip{display:inline-flex;min-height:36px;align-items:center;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:0 13px;color:var(--muted);background:#fff;font-weight:400}.chip.active{border-color:var(--ink);color:var(--ink);background:var(--brand)}.categoryGallery{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px;padding:16px}.categoryGallery,.categoryTile{display:grid;justify-items:center}.categoryTile{width:100%;min-width:0;grid-gap:7px;gap:7px;border:0;padding:0;color:var(--ink);text-align:center;background:transparent}.categoryThumb{display:grid;width:76px;height:62px;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--category-tone,#f7f8f8);transition:border-color .16s ease,background .16s ease}.categoryCaption{max-width:92px;color:var(--muted);font-size:13px;line-height:1.2;overflow-wrap:anywhere}.categoryTile.active .categoryThumb{border-color:var(--ink);background:var(--brand)}.categoryTile.active .categoryCaption,.categoryTile:hover .categoryCaption{color:var(--ink)}.listingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.listingResults{display:grid;grid-gap:12px;gap:12px}.listingResultsHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff}.listingResultsHeader h2{margin:0;font-size:22px;letter-spacing:0}.listingResultsHeader p{margin:4px 0 0;color:var(--muted);font-size:14px}.sortControl{display:grid;min-width:190px;grid-gap:6px;gap:6px}.sortControl span{color:var(--muted);font-size:13px;font-weight:400}.sortControl select{min-height:42px;border:1px solid var(--line);border-radius:8px;padding:9px 11px;background:#fff}.listingList{display:grid;grid-gap:10px;gap:10px}.listingCard{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:178px;overflow:hidden;padding:10px;box-shadow:none}.listingImage{position:relative;display:block;width:100%;min-height:162px;overflow:hidden;border:0;border-radius:8px;padding:0;background:#dfe8e5}.listingImage img{width:100%;height:100%;object-fit:cover}.photoCount{position:absolute;right:8px;bottom:8px;display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 9px;color:var(--ink);background:rgba(255,255,255,.9);font-size:12px;font-weight:400}.listingBody{display:grid;min-width:0;align-content:start;grid-gap:8px;gap:8px;padding:4px 6px 4px 14px}.listingTopLine{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start}.listingTitleButton{display:block;min-width:0;border:0;padding:0;color:inherit;text-decoration:none;text-align:left;background:transparent}.listingTitle{margin:0;font-size:19px;font-weight:400;line-height:1.24;overflow-wrap:anywhere}.listingTitleButton:hover .listingTitle{color:var(--brand-strong)}.listingPrice{white-space:nowrap;font-size:22px;font-weight:500;line-height:1.12}.listingCategory,.listingExcerpt{margin:0}.listingCategory{color:var(--muted);font-size:14px}.listingExcerpt{color:#33413e;font-size:14px;line-height:1.45}.listingHighlights{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.listingHighlights li{display:inline-flex;min-height:28px;align-items:center;border:1px solid rgba(222,219,210,.9);border-radius:8px;padding:0 9px;color:var(--muted);background:var(--panel-strong);font-size:13px;font-weight:400}.listingMeta,.muted{color:var(--muted);font-size:14px}.priceLine{display:flex;align-items:center;justify-content:space-between;gap:12px}.priceLine .panelTitle,.priceLine .priceValue{font-size:20px;font-weight:500}.listingFooter{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.listingPlaceDate{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:13px}.listingPlaceDate span{display:inline-flex;align-items:center;gap:4px}.badgeRow{display:flex;flex-wrap:wrap;gap:6px}.badge{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 9px;color:var(--muted);background:var(--panel-strong);font-size:12px;font-weight:400}.cardActions{display:flex;justify-content:flex-end;gap:6px}.detailsButton{width:100%}.cardActions a,.cardActions button{display:grid;width:38px;height:38px;border:1px solid var(--line);border-radius:8px;place-items:center;color:var(--ink);background:#fff}.draftBox{display:grid;grid-gap:12px;gap:12px;margin-top:14px;border:1px solid rgba(15,118,110,.24);border-radius:8px;padding:14px;background:rgba(15,118,110,.06)}.warningList{margin:0;padding-left:18px;color:#6c4c00}.uploadGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.uploadTile{position:relative;margin:0;overflow:hidden;border-radius:8px;background:#dfe8e5}.uploadGrid img,.uploadTile img{display:block;width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover}.tileIndex{position:absolute;top:6px;left:6px;display:grid;min-width:26px;height:26px;place-items:center;border-radius:999px;color:#fff;background:rgba(23,33,33,.72);font-size:12px;font-weight:400}.tileTools{position:absolute;right:6px;left:6px;bottom:6px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px}.tileTools button{display:grid;min-width:0;height:30px;place-items:center;border:1px solid rgba(23,33,33,.14);border-radius:8px;color:var(--ink);background:rgba(255,255,255,.92)}.tileTools button:last-child{color:var(--danger)}.tileTools button:disabled{cursor:not-allowed;opacity:.48}.photoPicker{display:grid;grid-gap:10px;gap:10px}.photoPickerHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.photoPickerHeader>span{color:var(--muted);font-size:13px;font-weight:400}.inlineActions,.photoActions{display:flex;flex-wrap:wrap;gap:8px}.srOnlyFile{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.photoEditorBackdrop{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:18px;background:rgba(23,33,33,.58)}.photoEditor{display:grid;width:min(760px,100%);max-height:calc(100vh - 36px);grid-gap:12px;gap:12px;overflow:auto;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fff;box-shadow:var(--shadow)}.editorFooter,.photoEditorHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.photoEditorHeader h3{margin:0;font-size:18px}.editorPreview{display:grid;min-height:280px;place-items:center;overflow:hidden;border-radius:8px;background:#111827}.editorCanvas{width:min(100%,560px);max-height:52vh;border-radius:8px;object-fit:contain}.cropOptions{display:flex;flex-wrap:wrap;gap:8px}.cropOptions .chip{gap:6px}.editorControls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.rangeControl{display:grid;grid-gap:7px;gap:7px;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--panel-strong)}.rangeControl span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;font-weight:400}.rangeControl input{width:100%;min-height:0;padding:0}.attributePanel{display:grid;grid-gap:12px;gap:12px;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;padding:14px;background:rgba(255,255,255,.82)}.attributePanelHeader{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.attributeGroup h4,.attributePanelHeader h3{margin:0;letter-spacing:0}.attributePanelHeader h3{font-size:18px}.attributePanelHeader span,.noticeCard small{color:var(--muted);font-size:13px}.attributeGroups{display:grid;grid-gap:14px;gap:14px}.attributeGroup{display:grid;grid-gap:9px;gap:9px;border:1px solid rgba(0,47,52,.13);border-radius:8px;padding:12px;background:#eef8f7}.attributeGroup:nth-child(2n){border-color:rgba(111,76,0,.15);background:#f7f2df}.attributeGroup:nth-child(3n){border-color:rgba(31,82,132,.14);background:#edf3fb}.attributeGroup h4{color:#33413e;font-size:14px}.attributeGrid{display:grid;grid-template-columns:repeat(6,minmax(96px,1fr));grid-gap:10px;gap:10px}.attributeGrid>.checkField{grid-column:1/-1}.rangeChoiceGrid,.rangeInputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.numericCombo,.rangeChoice{display:block;min-width:0}.numericCombo{position:relative}.numericComboToggle{position:absolute;top:0;right:0;z-index:1;width:28px;height:100%;min-height:0;border:0;border-radius:0 8px 8px 0;padding:0;background:transparent;cursor:pointer}.numericCombo:after{content:"";position:absolute;top:50%;right:11px;z-index:2;width:9px;height:9px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);pointer-events:none;transform:translateY(-65%) rotate(45deg)}.numericCombo input{padding-right:30px;font-size:16px;line-height:1.2}.numericComboMenu{position:absolute;top:calc(100% + 4px);left:0;z-index:60;display:grid;width:100%;max-height:310px;overflow-y:auto;border:1px solid var(--line);border-radius:8px;padding:4px;background:#fff;box-shadow:0 12px 30px rgba(0,47,52,.14)}.numericComboMenu[hidden]{display:none}.numericComboMenu button{min-height:38px;border:0;border-radius:6px;padding:8px 10px;color:var(--ink);text-align:left;background:transparent;font-size:16px;cursor:pointer}.numericComboMenu button:hover,.numericComboMenu button[aria-selected=true]{background:var(--panel-strong)}.checkField{min-width:0;margin:0;border:0;padding:0}.checkField legend{margin-bottom:7px;color:var(--muted);font-size:15px;font-weight:400}.checkGrid{display:flex;flex-wrap:wrap;gap:7px}.attributeCheckGrid{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));align-items:stretch}.checkPill{display:grid;grid-template-columns:18px minmax(0,1fr);flex:0 1 auto;min-height:34px;align-items:center;grid-gap:6px;gap:6px;border:1px solid var(--line);border-radius:8px;padding:8px 9px;color:var(--muted);background:#fff;font-size:13px;line-height:1.18;cursor:pointer}.checkPill input{width:16px;height:16px;min-height:0;margin:1px 0 0}.checkPill span{min-width:0;overflow-wrap:normal;word-break:normal}.checkPill.active{border-color:rgba(15,118,110,.38);color:var(--brand-strong);background:rgba(15,118,110,.08)}.photoOnlyFilter{grid-column:span 2}.toggleMore{justify-self:start;display:inline-flex;min-height:38px;align-items:center;gap:7px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--brand-strong);background:#fff}.inlineToggleMore{align-self:end;min-height:44px;white-space:nowrap}.pageTitle{margin-bottom:18px;border:1px solid var(--line);border-radius:8px;padding:28px;color:var(--ink);background:#fff}.accountGrid{grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr)}.accountGrid,.accountStack{display:grid;grid-gap:16px;gap:16px}.accountTabs{display:flex;gap:8px;overflow-x:auto;border:1px solid var(--line);border-radius:8px;padding:8px;background:#fff;scrollbar-width:thin}.accountTab{flex:0 0 auto;min-height:42px;border:1px solid transparent;border-radius:8px;padding:9px 13px;color:var(--muted);background:transparent;font:inherit;cursor:pointer;white-space:nowrap}.accountTab:hover{color:var(--ink);background:var(--panel)}.accountTab.active{border-color:rgba(0,133,122,.3);color:var(--ink);background:rgba(35,229,219,.18)}.accountLoginPanel{max-width:520px;margin:0 auto}.passwordResetBox,.passwordTools{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#f7fbfb}.passwordResetBox h3{margin:0;font-size:18px;line-height:1.25}.passwordTools{grid-template-columns:minmax(0,auto) minmax(160px,1fr);align-items:center;background:#fffdf2}.passwordStrength{justify-self:start;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);background:#fff;font-size:14px}.passwordStrength.strength4,.passwordStrength.strength5{color:#0d4b28;background:rgba(21,128,61,.1)}.passwordStrength.strength0,.passwordStrength.strength1,.passwordStrength.strength2{color:#7c2d12;background:rgba(251,146,60,.14)}.generatedPasswordBox{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid rgba(0,133,122,.22);border-radius:8px;padding:10px;background:#fff}.generatedPasswordBox span{min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px;overflow-wrap:anywhere}.accountHeader,.accountListing,.sectionHeading{display:flex;align-items:center;justify-content:space-between;gap:12px}.accountListing{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.accountListing.promoted,.listingCard.promoted{border-color:rgba(204,145,0,.38);background:#fff8d8}.promotedBadge{color:#6f4c00;background:#ffec99}.alertEditor{display:grid;grid-gap:12px;gap:12px;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--panel-strong)}.alertEditorHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.alertEditorHeader h3{margin:0;font-size:18px}.alertEditorHeader p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.alertEditor .attributePanel{margin-bottom:0;background:#fff}.compactChecks{justify-content:start}.alertRow{grid-template-columns:24px minmax(0,1fr) auto}.auditBox{display:grid;grid-gap:10px;gap:10px;padding:12px;background:var(--panel-strong)}.auditBox,.auditRow{border:1px solid var(--line);border-radius:8px}.auditRow{padding:10px;background:#fff}.auditRow span{display:block;margin-bottom:6px}.auditRow p{margin:2px 0;color:var(--muted);font-size:13px;overflow-wrap:anywhere}.accountGrid>section,.adminPanel,.panel{padding:18px}.panelTitleLink{color:inherit;text-decoration:none}.panelTitleLink:hover{color:var(--brand-strong)}.noticeTitle,.panelTitle{display:inline-block;font-weight:400}.statusPill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 11px;color:#0d4b28;background:rgba(21,128,61,.1);font-weight:400}.loginPrompt{margin-top:10px}.emptyState{display:grid;min-height:180px;place-items:center;border:1px dashed var(--line);border-radius:8px;color:var(--muted);text-align:center}.emptyState.compact{min-height:112px;padding:14px}.photoDropzone{cursor:pointer;min-height:176px;border:2px dashed rgba(0,133,122,.45);color:var(--brand-strong);background:radial-gradient(circle at 50% 0,rgba(35,229,219,.22),transparent 42%),rgba(255,255,255,.8);transition:border-color .16s ease,background .16s ease,color .16s ease}.photoDropzone svg{width:58px;height:58px;color:#00857a}.photoDropzone span{font-size:16px}.photoDropzone small{color:var(--muted);font-size:12px}.photoDropzone.active,.photoDropzone:focus-visible{outline:none;border-color:var(--brand-strong);color:var(--brand-strong);background:rgba(35,229,219,.13)}.emptyActions{display:grid;place-items:center;grid-gap:12px;gap:12px}.noticeCard,.resultCard{padding:12px;background:#fff}.inlineEdit,.noticeCard,.resultCard{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px}.inlineEdit{margin:10px 0;padding:10px;background:var(--panel-strong)}.modalBackdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:18px;background:rgba(23,33,33,.54)}.listingDetailPage{gap:14px}.listingDetailShell{max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.listingDetailMain{display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,2fr);grid-template-rows:auto 1fr;align-items:stretch;min-width:0}.listingDetailGallery{grid-column:1;grid-row:1}.listingSidePanel{display:grid;grid-column:2;grid-row:1/span 2;min-width:0;grid-gap:14px;gap:14px;align-content:start;align-self:stretch;border-left:1px solid var(--line);padding:18px;background:#fff}.sidePriceBlock{display:grid;grid-gap:8px;gap:8px}.sidePriceBlock h1{margin:0;font-size:24px;line-height:1.18;overflow-wrap:anywhere}.sidePriceBlock .priceValue{font-size:32px;line-height:1.05}.contactForm{display:grid;grid-gap:10px;gap:10px}.sideMapSection{display:grid;grid-gap:8px;gap:8px;margin-top:2px}.sideMapSection h2{margin:0;font-size:17px;line-height:1.25}.listingMapFrame{width:100%;min-height:190px;border:1px solid var(--line);border-radius:8px}.listingMapFrameWide{min-height:320px}.listingDetailContent{display:grid;grid-column:1;grid-row:2;min-width:0;grid-gap:18px;gap:18px;border-top:1px solid var(--line);padding:22px}.listingModal{position:relative;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);width:min(980px,100%);max-height:min(860px,calc(100vh - 36px));overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.modalClose{position:absolute;top:10px;right:10px;z-index:1}.modalGallery{display:grid;min-height:100%;align-content:start;grid-gap:8px;gap:8px;padding:10px;background:#dfe8e5}.modalHeroButton{position:relative;overflow:hidden;border:0;border-radius:8px;padding:0;background:#dfe8e5}.modalHeroButton,.modalHeroButton img{display:block;width:100%;min-height:360px}.modalHeroButton img{height:100%;object-fit:cover}.galleryHint{position:absolute;right:10px;bottom:10px;display:inline-flex;min-height:34px;align-items:center;gap:6px;border-radius:999px;padding:0 10px;color:var(--ink);background:rgba(255,255,255,.9);font-size:13px;font-weight:400}.galleryThumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;overflow-x:auto;scrollbar-width:none}.galleryThumbs::-webkit-scrollbar{display:none}.galleryThumb{min-width:58px;overflow:hidden;border:2px solid transparent;border-radius:8px;padding:0;background:#fff}.galleryThumb.active{border-color:var(--brand)}.galleryThumb img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.modalBody{display:grid;grid-gap:14px;gap:14px;align-content:start;padding:24px}.detailSection h2,.detailSection h3,.listingDetailHeading h1,.modalBody h2{margin:0;letter-spacing:0}.listingDetailHeading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:start}.listingDetailHeading h1{font-size:28px;line-height:1.16;overflow-wrap:anywhere}.detailShareActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.detailShareActions a,.detailShareActions button{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff}.modalDescription{margin:0;line-height:1.6;white-space:pre-wrap}.lightboxBackdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:64px 76px;background:rgba(4,10,10,.9)}.lightboxImage{max-width:100%;max-height:calc(100vh - 136px);border-radius:8px;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.35)}.lightboxClose{position:fixed;top:18px;right:18px;z-index:1}.lightboxNav{position:fixed;top:50%;display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;background:rgba(255,255,255,.12);transform:translateY(-50%)}.lightboxPrev{left:18px}.lightboxNext{right:18px}.lightboxCounter{position:fixed;bottom:18px;left:50%;border-radius:999px;padding:8px 12px;color:#fff;background:rgba(255,255,255,.14);font-weight:400;transform:translateX(-50%)}.detailSection{display:grid;grid-gap:10px;gap:10px}.attributeList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.attributeList div{border:1px solid var(--line);border-radius:8px;padding:9px 10px;background:var(--panel-strong)}.attributeList dt{color:var(--muted);font-size:12px;font-weight:400}.attributeList dd{margin:4px 0 0;font-weight:400}.contactActions{display:flex;flex-wrap:wrap;gap:8px}.phoneRevealButton{width:100%}.noticeCard{grid-template-columns:24px minmax(0,1fr);align-items:start}.noticeCard p{margin:4px 0;color:var(--muted)}.statusPill.danger{color:var(--danger);background:rgba(180,35,24,.08)}.adminPanel{max-width:860px;margin:0 auto}.superAdminPanel{max-width:1180px}.adminPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.adminStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:14px 0}.adminRow,.adminSection,.adminStats span{border:1px solid var(--line);border-radius:8px;background:#fff}.adminStats span{padding:12px}.adminSections{display:grid;grid-gap:14px;gap:14px}.adminSection{padding:14px}.adminTable{display:grid;grid-gap:8px;gap:8px}.adminRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,auto) minmax(120px,auto) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px}.adminSection:nth-of-type(2) .adminRow{grid-template-columns:minmax(0,1fr) minmax(120px,auto)}.adminSection:nth-of-type(3) .adminRow{grid-template-columns:minmax(0,1fr) auto}.resultBox{overflow:auto;border:1px solid var(--line);border-radius:8px;padding:12px;background:#111827;color:#e5e7eb;font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:980px){.accountGrid,.heroBand{grid-template-columns:1fr}.filterBar,.listingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.listingCard{grid-template-columns:190px minmax(0,1fr)}.attributeGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.attributeCheckGrid{grid-template-columns:repeat(3,minmax(140px,1fr))}.listingDetailMain,.listingModal{grid-template-columns:1fr}.listingDetailMain{grid-template-rows:auto}.listingDetailGallery{grid-column:1;grid-row:auto;order:1}.listingSidePanel{grid-column:1;grid-row:auto;order:2;border-top:1px solid var(--line);border-left:0}.listingDetailContent{grid-column:1;grid-row:auto;order:3}.modalGallery{min-height:0}.modalHeroButton,.modalHeroButton img{display:block;height:320px;min-height:260px;max-height:360px}.modalBody{position:relative;background:#fff}}@media (max-width:680px){.generatedPasswordBox,.passwordTools{grid-template-columns:1fr}.generatedPasswordBox .secondaryButton{width:100%}.topbar{padding:10px}.topbarInner{grid-template-columns:minmax(0,1fr) auto;gap:8px}.topbarBrandGroup{gap:6px}.brand{max-width:min(44vw,180px)}.brandMark{width:40px;height:40px;flex-basis:40px}.brandName{max-width:118px}.brand small{display:none}.navActions{display:contents}.topbarBackSlot{display:none}.topbarBackLink{width:42px;padding:0;justify-content:center}.topbarBackLink span{display:none}.topbarAddShell{grid-column:1/-1;grid-row:2;width:100%}.topbarUserShell{grid-column:auto;grid-row:auto}.topbarRightActions{grid-column:2;grid-row:1;gap:6px}.topbarWatchLink{width:42px;padding:0}.topbarWatchLink span{display:none}.topbarAddButton{width:100%;min-width:0;min-height:40px;padding:0 12px;font-size:14px}.topDropdown{right:-48px}.topbarAddShell .topDropdown{left:0;right:auto;width:100%;transform:none}.topbarUserShell .topDropdown{right:0;left:auto;transform:none}.heroCopy{min-height:360px}.attributeGrid,.fieldRow,.filterBar,.heroStats{grid-template-columns:1fr}.attributeCheckGrid{grid-template-columns:repeat(2,minmax(140px,1fr))}.photoOnlyFilter{grid-column:auto}.accountHeader,.accountListing,.alertRow,.sectionHeading{align-items:stretch;flex-direction:column}.alertRow{grid-template-columns:1fr}.categoryGallery{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;overflow:hidden;gap:12px 8px;padding:14px 10px}.categoryThumb{width:72px;height:58px}.categoryCaption{max-width:96px}.rangeChoiceGrid{grid-template-columns:1fr}.areaModalBackdrop{align-items:flex-end;padding:10px}.areaModal{width:100%;max-height:calc(100vh - 20px);padding:14px}.areaModalHeader h2{font-size:20px}.areaModal .locationMap{min-height:320px;height:320px}.areaModalFooter,.areaModalFooter .primaryAction{width:100%}.listingFooter,.listingResultsHeader{align-items:stretch;flex-direction:column}.sortControl{min-width:0}.uploadGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.photoPickerHeader{align-items:stretch;flex-direction:column}.photoActions{display:grid;grid-template-columns:1fr}.listingCard{grid-template-columns:1fr;min-height:0}.listingImage{min-height:220px;aspect-ratio:16/10}.listingBody{padding:12px 4px 4px}.listingTopLine{grid-template-columns:1fr;gap:6px}.listingPrice{font-size:21px}.cardActions{justify-content:flex-start;flex-wrap:wrap}.modalBackdrop{align-items:flex-end;padding:10px}.listingModal{display:block;width:100%;max-height:calc(100vh - 20px)}.listingDetailPage{width:calc(100vw - 20px);padding-top:14px}.listingDetailContent,.listingSidePanel{padding:16px}.sidePriceBlock .priceValue{font-size:26px}.listingMapFrameWide{min-height:260px}.modalHeroButton,.modalHeroButton img{height:230px;min-height:230px;max-height:230px}.modalBody{padding:18px}.listingDetailHeading{grid-template-columns:1fr}.listingDetailHeading h1{font-size:24px}.detailShareActions{justify-content:flex-start}.attributeList{grid-template-columns:1fr}.contactActions{display:grid}.editorControls,.editorFooter{grid-template-columns:1fr}.editorFooter{display:grid}.lightboxBackdrop{padding:58px 12px 74px}.lightboxImage{max-height:calc(100vh - 152px)}.lightboxNav{top:auto;bottom:16px;transform:none}.adminPanelHeader,.adminRow,.adminSection:nth-of-type(2) .adminRow,.adminSection:nth-of-type(3) .adminRow{grid-template-columns:1fr}.adminPanelHeader{display:grid}.adminStats{grid-template-columns:1fr 1fr}}