.calculators-module__CiovLG__page{background:var(--background);min-height:100vh;color:var(--ds-text)}.calculators-module__CiovLG__overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.calculators-module__CiovLG__overviewCard,.calculators-module__CiovLG__panel,.calculators-module__CiovLG__calcCard,.calculators-module__CiovLG__result,.calculators-module__CiovLG__fieldPanel{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);box-shadow:var(--shadow-xs)}.calculators-module__CiovLG__overviewCard{gap:3px;min-width:0;padding:14px;display:grid}.calculators-module__CiovLG__overviewLabel,.calculators-module__CiovLG__eyebrow{color:var(--brand-gold-dark);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.calculators-module__CiovLG__overviewCard strong{color:var(--brand-navy);text-overflow:ellipsis;white-space:nowrap;font-size:21px;font-weight:400;line-height:1.2;overflow:hidden}.calculators-module__CiovLG__overviewCard span:last-child{color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.calculators-module__CiovLG__workspace{grid-template-columns:minmax(280px,.34fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.calculators-module__CiovLG__resourceWorkspace{grid-template-columns:minmax(0,1fr) minmax(290px,.34fr);align-items:start;gap:18px;margin-bottom:18px;display:grid}.calculators-module__CiovLG__linkPanel{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);box-shadow:var(--shadow-xs);overflow:hidden}.calculators-module__CiovLG__sectionHeader{border-bottom:1px solid var(--border);padding:16px}.calculators-module__CiovLG__sectionHeader h2{color:var(--brand-navy);margin:0;font-size:1.08rem;font-weight:400;line-height:1.35}.calculators-module__CiovLG__sectionHeader p{color:var(--ds-text-muted);margin:5px 0 0;font-size:13px;line-height:1.5}.calculators-module__CiovLG__linkGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.calculators-module__CiovLG__toolLink{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);min-height:142px;color:inherit;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;text-decoration:none;display:grid}.calculators-module__CiovLG__toolLink:hover{border-color:var(--ds-hover-border);background:var(--ds-hover)}.calculators-module__CiovLG__toolLink h3{color:var(--brand-navy);margin:0;font-size:1rem;font-weight:400;line-height:1.35}.calculators-module__CiovLG__toolLink p{color:var(--ds-text-muted);margin:6px 0 10px;font-size:13px;line-height:1.5}.calculators-module__CiovLG__toolLink span{color:var(--brand-gold-dark);font-size:12px;font-weight:500}.calculators-module__CiovLG__stickyColumn{align-self:start;position:sticky;top:16px}.calculators-module__CiovLG__panel{overflow:hidden}.calculators-module__CiovLG__panelHeader,.calculators-module__CiovLG__cardHeader{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:16px;display:flex}.calculators-module__CiovLG__iconBox{border-radius:var(--ds-control-radius);background:var(--ds-surface-muted);width:34px;height:34px;color:var(--brand-navy);flex:none;justify-content:center;align-items:center;display:inline-flex}.calculators-module__CiovLG__panelHeader h2,.calculators-module__CiovLG__cardHeader h2{color:var(--brand-navy);margin:0;font-size:1.08rem;font-weight:400;line-height:1.35}.calculators-module__CiovLG__panelHeader p,.calculators-module__CiovLG__cardHeader p,.calculators-module__CiovLG__muted{color:var(--ds-text-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.calculators-module__CiovLG__disclaimerText{color:var(--gray-400);margin:4px 0 0;font-size:.72rem;line-height:1.45}.calculators-module__CiovLG__panelBody{gap:12px;padding:16px;display:grid}.calculators-module__CiovLG__flowItem{color:var(--gray-700);grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;font-size:14px;line-height:1.5;display:grid}.calculators-module__CiovLG__flowItem strong{background:var(--gray-25);width:28px;height:28px;color:var(--brand-navy);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:400;display:inline-flex}.calculators-module__CiovLG__calculatorSection{scroll-margin-top:90px}.calculators-module__CiovLG__calculatorGrid{gap:14px;display:grid}.calculators-module__CiovLG__calcCard{overflow:hidden}.calculators-module__CiovLG__calcBody{gap:14px;padding:16px;display:grid}.calculators-module__CiovLG__fields,.calculators-module__CiovLG__results{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.calculators-module__CiovLG__field,.calculators-module__CiovLG__fieldPanel{gap:6px;min-width:0;display:grid}.calculators-module__CiovLG__fieldPanel{padding:12px}.calculators-module__CiovLG__field span{color:var(--brand-navy);font-size:13px}.calculators-module__CiovLG__inputWrap{min-width:0;position:relative}.calculators-module__CiovLG__inputWrap input,.calculators-module__CiovLG__inputWrap select{width:100%;min-height:var(--ds-control-height);border:1px solid var(--ds-border-strong);border-radius:var(--ds-control-radius);background:var(--ds-surface);color:var(--ds-text);font:inherit;font-size:var(--ds-control-font-size);padding:var(--ds-control-padding-y) 34px var(--ds-control-padding-y) var(--ds-control-padding-x)}.calculators-module__CiovLG__inputWrap select{cursor:pointer}.calculators-module__CiovLG__inputWrap input:focus,.calculators-module__CiovLG__inputWrap select:focus{border-color:var(--ds-hover-border);box-shadow:var(--ds-focus-ring);outline:none}.calculators-module__CiovLG__inputWrap em{color:var(--ds-text-muted);pointer-events:none;font-style:normal;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.calculators-module__CiovLG__result{background:var(--ds-surface-muted);gap:4px;min-width:0;padding:12px;display:grid}.calculators-module__CiovLG__result span{color:var(--ds-text-muted);font-size:13px;line-height:1.35}.calculators-module__CiovLG__result strong{color:var(--brand-navy);overflow-wrap:anywhere;font-size:18px;font-weight:400;line-height:1.2}.calculators-module__CiovLG__checklistSummary{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface-muted);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.calculators-module__CiovLG__checklistSummary span,.calculators-module__CiovLG__checklist label span{color:var(--ds-text-muted);font-size:13px;line-height:1.4}.calculators-module__CiovLG__checklistSummary strong{color:var(--brand-navy);font-size:18px;font-weight:400;display:block}.calculators-module__CiovLG__checklistSummary button{border:1px solid var(--ds-border-strong);border-radius:var(--ds-control-radius);background:var(--ds-surface);min-height:34px;color:var(--brand-navy);cursor:pointer;font:inherit;padding:6px 10px}.calculators-module__CiovLG__checklist{gap:8px;display:grid}.calculators-module__CiovLG__checklist label{border:1px solid var(--ds-border);border-radius:var(--ds-control-radius);background:var(--ds-surface);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:10px;display:grid}.calculators-module__CiovLG__checklist input{width:16px;height:16px;accent-color:var(--brand-navy)}@media (max-width:980px){.calculators-module__CiovLG__overview,.calculators-module__CiovLG__workspace,.calculators-module__CiovLG__resourceWorkspace{grid-template-columns:1fr}.calculators-module__CiovLG__stickyColumn,.calculators-module__CiovLG__panel{position:static}}@media (max-width:640px){.calculators-module__CiovLG__fields,.calculators-module__CiovLG__results,.calculators-module__CiovLG__linkGrid{grid-template-columns:1fr}}
@keyframes search-module__iEHJ8a__spin{to{transform:rotate(360deg)}}.search-module__iEHJ8a__container{flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.search-module__iEHJ8a__filters{border-bottom:1px solid var(--ds-border);background:var(--ds-surface);z-index:3000;box-shadow:var(--shadow-xs);flex-wrap:wrap;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;display:flex;position:relative}.search-module__iEHJ8a__searchBarWrapper{flex:520px;min-width:0;max-width:820px}.search-module__iEHJ8a__filtersButton{white-space:nowrap;flex:none;justify-content:center;align-items:center;gap:8px;display:flex!important}.search-module__iEHJ8a__modeToggle{border:1px solid var(--ds-border-strong);border-radius:var(--ds-control-radius);background:#fff;flex:none;align-items:center;display:inline-flex;overflow:hidden}.search-module__iEHJ8a__modeToggleButton{min-width:58px;min-height:var(--ds-control-height);border:none;border-right:1px solid var(--ds-border-strong);color:#4b5563;cursor:pointer;font:inherit;font-size:var(--ds-control-font-size);font-weight:var(--font-weight-medium);background:#fff;padding:0 1rem}.search-module__iEHJ8a__modeToggleButton:last-child{border-right:none}.search-module__iEHJ8a__modeToggleButtonActive{background:var(--brand-navy);color:var(--ds-active-text)}.search-module__iEHJ8a__filterModal{background:#fff;flex-direction:column;width:100%;height:100%;max-height:100%;display:flex}@media (min-width:768px){.search-module__iEHJ8a__filterModal{border-radius:12px;width:480px;height:auto;max-height:90vh;margin-top:5vh;overflow:hidden;box-shadow:0 20px 60px #0000004d}}.search-module__iEHJ8a__filtersFixed{z-index:5000;animation:.3s ease-out search-module__iEHJ8a__slideDown;position:fixed;top:20px;left:50%;transform:translate(-50%);width:auto!important}.search-module__iEHJ8a__filtersCapsule{color:#222;font-weight:var(--font-weight-medium);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:.6rem;font-size:.95rem;display:flex;background:#fff!important;border:1px solid #f0f0f0!important;padding:.7rem 1.4rem!important;box-shadow:0 4px 20px #0003!important}.search-module__iEHJ8a__filtersCapsule:hover{background:#f8f9fa!important}.search-module__iEHJ8a__filtersCapsule:active{transform:translate(-50%)scale(.95);background:#efefef!important}.search-module__iEHJ8a__filtersCapsuleActive{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.search-module__iEHJ8a__filtersCapsuleActive:hover{background:var(--primary-dark,var(--brand-navy))!important}.search-module__iEHJ8a__mobileBottomBarBtnActive{color:var(--primary)!important}.search-module__iEHJ8a__lightboxCarousel::-webkit-scrollbar{display:none}.search-module__iEHJ8a__lightboxSpinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite search-module__iEHJ8a__spin}@keyframes search-module__iEHJ8a__slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}.search-module__iEHJ8a__desktopHidden{display:none!important}@media (max-width:800px){.search-module__iEHJ8a__container{flex-direction:column;height:calc(100vh - 60px);display:flex;overflow:hidden}.search-module__iEHJ8a__filters{z-index:20;flex-wrap:wrap;flex-shrink:0;padding:.75rem .5rem;overflow-x:visible}.search-module__iEHJ8a__content{flex:1;position:relative;overflow:hidden}.search-module__iEHJ8a__searchBarWrapper{flex:100%;max-width:100%;margin-bottom:.5rem;margin-right:0}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView,.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__content{height:auto!important;display:block!important;overflow:visible!important}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__listContainer{padding-bottom:72px;height:auto!important;overflow:visible!important}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__filters{position:relative}}.search-module__iEHJ8a__filterGroup{border:1px solid var(--ds-border);padding:var(--ds-control-padding-y) var(--ds-control-padding-x);border-radius:var(--ds-control-radius);background:var(--ds-surface);font-size:var(--ds-control-font-size);cursor:pointer;white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.search-module__iEHJ8a__filterGroup:hover{background:var(--ds-hover);border-color:var(--ds-hover-border)}.search-module__iEHJ8a__content{flex:1;display:flex;position:relative;overflow:hidden}.search-module__iEHJ8a__mapContainer{border-right:1px solid var(--border);background:#e9e9e9;flex:1;min-width:0;position:relative}.search-module__iEHJ8a__listContainer{font-family:var(--font-primary);background:#fff;flex:0 0 820px;padding:1rem;overflow-y:auto}.search-module__iEHJ8a__resultsGrid{font-family:var(--font-primary);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:1440px) and (min-width:1101px){.search-module__iEHJ8a__listContainer{flex:0 0 620px}}@media (max-width:1100px) and (min-width:1001px){.search-module__iEHJ8a__listContainer{flex:0 0 380px}.search-module__iEHJ8a__resultsGrid{grid-template-columns:1fr}}@media (max-width:1000px) and (min-width:801px){.search-module__iEHJ8a__content{flex-direction:column}.search-module__iEHJ8a__mobileHidden{display:none!important}.search-module__iEHJ8a__desktopHidden{display:flex!important}.search-module__iEHJ8a__listContainer{flex:1;width:100%;padding-bottom:72px}.search-module__iEHJ8a__mapContainer{z-index:10;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.search-module__iEHJ8a__resultsGrid{grid-template-columns:repeat(3,1fr)}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView,.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__content{height:auto!important;display:block!important;overflow:visible!important}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__listContainer{padding-bottom:72px;height:auto!important;overflow:visible!important}.search-module__iEHJ8a__container.search-module__iEHJ8a__listView .search-module__iEHJ8a__filters{position:relative}}.search-module__iEHJ8a__searchCard{width:100%}@media (max-width:800px){.search-module__iEHJ8a__content{flex-direction:column}.search-module__iEHJ8a__mobileHidden{display:none!important}.search-module__iEHJ8a__desktopHidden{display:flex!important}.search-module__iEHJ8a__listContainer{flex:1;width:100%;padding-bottom:72px}.search-module__iEHJ8a__mapContainer{z-index:10;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.search-module__iEHJ8a__resultsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.search-module__iEHJ8a__resultsGrid{grid-template-columns:1fr}}.search-module__iEHJ8a__floatingBtn{z-index:1001;background-color:var(--brand-navy);color:#fff;font-weight:var(--font-weight-medium);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:.8rem 1.5rem;transition:transform .2s;display:none;position:fixed;bottom:20px;left:20px;box-shadow:0 4px 12px #00000040}.search-module__iEHJ8a__mobileBottomBar{z-index:1001;white-space:nowrap;background:#ffffffe6;border:1px solid #e0e0e0;border-radius:50px;align-items:center;display:none;position:fixed;bottom:20px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 16px #0000002e}.search-module__iEHJ8a__mobileBottomBarBtn{font-weight:var(--font-weight-medium);color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:7px;padding:.6rem 1.4rem;font-size:.9rem;transition:background .15s;display:flex}.search-module__iEHJ8a__mobileBottomBarBtn:active{background:#0000000f}.search-module__iEHJ8a__mobileBottomBarDivider{background:#d0d0d0;flex-shrink:0;width:1px;height:20px}.search-module__iEHJ8a__dropdownMenu{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);box-shadow:var(--shadow-md);z-index:2000;cursor:default;min-width:320px;margin-top:8px;padding:1.5rem;position:absolute;top:100%;left:0}.search-module__iEHJ8a__floatingBtn:active{transform:scale(.95)}@media (max-width:1000px){.search-module__iEHJ8a__floatingBtn{display:none}.search-module__iEHJ8a__mobileBottomBar{display:flex}.search-module__iEHJ8a__filtersFixed{display:none!important}}.search-module__iEHJ8a__modalOverlay{z-index:30000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.search-module__iEHJ8a__modalContent{font-family:var(--font-primary);overscroll-behavior:contain;background:#fff;border-radius:0;width:100%;min-width:0;max-width:100%;height:100dvh;max-height:100dvh;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.search-module__iEHJ8a__modalClose{float:right;cursor:pointer;z-index:30100;color:#0f172a;background:#fffffff0;border:1px solid #0f172a1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:14px 14px -50px 0;font-size:24px;line-height:1;transition:transform .2s;display:flex;position:sticky;top:14px;box-shadow:0 8px 24px #0f172a29}.search-module__iEHJ8a__modalClose:hover{transform:scale(1.1)}@media (max-width:800px){.search-module__iEHJ8a__modalOverlay{padding:0;z-index:20000!important;background:#fff!important;width:100%!important;height:100dvh!important;display:block!important;position:fixed!important;top:0!important;left:0!important}.search-module__iEHJ8a__modalContent{width:100%;min-width:0;height:100dvh;max-height:100dvh;box-shadow:none;border-radius:0;max-width:none;overflow-y:auto}.search-module__iEHJ8a__modalClose{display:flex!important}}.search-module__iEHJ8a__modalNavbar{height:60px;font-family:var(--font-primary);z-index:1000;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:none;position:relative}@media (min-width:801px){.search-module__iEHJ8a__modalNavbar{display:none}}.search-module__iEHJ8a__modalHamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}.search-module__iEHJ8a__modalHamburger span{background:#333;border-radius:2px;width:100%;height:2px;transition:all .3s linear;display:block}.search-module__iEHJ8a__modalLogo{width:auto;height:32px}.search-module__iEHJ8a__modalAccount{color:#333;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;display:flex}.search-module__iEHJ8a__modalAvatar{background-color:var(--primary);color:#fff;width:36px;height:36px;font-weight:var(--font-weight-semibold);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.search-module__iEHJ8a__modalAccountMenu{cursor:pointer;position:relative}.search-module__iEHJ8a__modalAccountDropdown{z-index:2000;background:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;min-width:200px;margin-top:.5rem;padding:.5rem 0;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.search-module__iEHJ8a__modalAccountLink{color:#333;font-weight:var(--font-weight-medium);padding:.8rem 1rem;font-size:.9rem;text-decoration:none;transition:background .2s;display:block}.search-module__iEHJ8a__modalAccountLink:hover{color:var(--link);background:#f5f5f5}.search-module__iEHJ8a__detailContainer{padding:20px}.search-module__iEHJ8a__modalDetailContainer{max-width:var(--ds-max);width:100%;font-family:var(--font-primary);margin:0 auto;padding:1rem 20px 20px}.search-module__iEHJ8a__galleryEnclosure{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #eee;margin-bottom:2rem;padding:1rem}.search-module__iEHJ8a__marketIntelligenceGrid{background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.search-module__iEHJ8a__marketIntelligenceCard{background:#fff;border-right:1px solid #e5e7eb;min-width:0;padding:1rem}.search-module__iEHJ8a__marketIntelligenceCard:nth-child(4n){border-right:0}@media (max-width:700px){.search-module__iEHJ8a__marketIntelligenceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-module__iEHJ8a__marketIntelligenceCard{border-bottom:1px solid #e5e7eb}.search-module__iEHJ8a__marketIntelligenceCard:nth-child(2n){border-right:0}.search-module__iEHJ8a__marketIntelligenceCard:nth-last-child(-n+2){border-bottom:0}}@media (min-width:1024px){.search-module__iEHJ8a__modalContent{width:80%;max-width:80%}}@media (max-width:800px){.search-module__iEHJ8a__detailContainer,.search-module__iEHJ8a__modalDetailContainer{padding:0!important}.search-module__iEHJ8a__galleryEnclosure{box-shadow:none!important;border:none!important;border-radius:0!important;margin-bottom:1rem!important;padding:0!important}.search-module__iEHJ8a__galleryEnclosure>div{border-radius:0!important}}.search-module__iEHJ8a__thumbnail{cursor:pointer;background-position:50%;background-size:cover;border-radius:4px;min-width:100px;height:75px;transition:opacity .2s,border-color .2s}@media (max-width:800px){.search-module__iEHJ8a__galleryThumbnails{display:none!important}.search-module__iEHJ8a__thumbnail{min-width:70px;height:52px}}.search-module__iEHJ8a__propertyTypeLabel{color:#444;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:var(--font-weight-semibold);background:#f8f8f8;border:1px solid #e0e0e0;border-radius:50px;margin-bottom:0;padding:.3rem .9rem;display:inline-block}@media (max-width:800px){.search-module__iEHJ8a__propertyTypeLabel{padding:.2rem .7rem}}.search-module__iEHJ8a__listHeader{justify-content:flex-start;align-items:center;gap:0;margin-bottom:1rem;padding-bottom:.5rem;display:flex;position:relative}.search-module__iEHJ8a__listHeaderRow{justify-content:space-between;align-items:center;width:100%;display:flex}.search-module__iEHJ8a__listHeaderTitle{margin:0;font-size:1.2rem;font-weight:400}.search-module__iEHJ8a__resultsCount{color:#666;white-space:nowrap;font-size:.9rem}.search-module__iEHJ8a__sortDropdownWrapper{flex:0 150px;min-width:0;position:relative}.search-module__iEHJ8a__sortDropdownWrapper .minimal-select{width:100%;max-width:100%}.search-module__iEHJ8a__resultControlsRow{justify-content:space-between;align-items:center;gap:.55rem;width:100%;display:flex}.search-module__iEHJ8a__savedSearchControls{flex:none;position:relative}.search-module__iEHJ8a__mlsFilterPanel{background:var(--brand-gold-wash);border:1px solid var(--brand-gold-soft);border-radius:10px;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:grid}.search-module__iEHJ8a__mlsFilterPanel h3{color:var(--brand-navy);margin:0;font-size:1rem;font-weight:600}.search-module__iEHJ8a__mlsFilterPanel p{color:var(--gray-600);margin:.2rem 0 0;font-size:.85rem;line-height:1.45}.search-module__iEHJ8a__mlsFilterToggle{border:1px solid var(--ds-border);color:var(--brand-navy);background:#fff;border-radius:8px;align-items:center;gap:.55rem;min-height:42px;padding:.65rem .75rem;display:flex}.search-module__iEHJ8a__mlsFilterToggle input{flex:none}.search-module__iEHJ8a__mlsFilterToggle span{font-size:.9rem}.search-module__iEHJ8a__viewToggle{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:none;display:inline-flex;overflow:hidden}.search-module__iEHJ8a__viewToggle button{color:#475569;cursor:pointer;min-height:34px;font:inherit;background:0 0;border:0;border-right:1px solid #e5e7eb;padding:7px 12px;font-size:.8rem;font-weight:400}.search-module__iEHJ8a__viewToggle button:last-child{border-right:0}.search-module__iEHJ8a__viewToggle .search-module__iEHJ8a__activeViewToggle{background:var(--brand-navy);color:#fff}.search-module__iEHJ8a__resultsTableWrap{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);box-shadow:var(--shadow-xs);overflow-x:hidden;container-type:inline-size}.search-module__iEHJ8a__resultsTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0;color:var(--gray-700);font-size:var(--ds-table-font-size)}.search-module__iEHJ8a__resultsTable th:first-child,.search-module__iEHJ8a__resultsTable td:first-child{width:96px}.search-module__iEHJ8a__resultsTable th:nth-child(2),.search-module__iEHJ8a__resultsTable td:nth-child(2){width:240px}.search-module__iEHJ8a__resultsTable th:nth-child(3),.search-module__iEHJ8a__resultsTable td:nth-child(3){width:116px}.search-module__iEHJ8a__resultsTable th:nth-child(4),.search-module__iEHJ8a__resultsTable td:nth-child(4){width:190px}.search-module__iEHJ8a__resultsTable th:nth-child(5),.search-module__iEHJ8a__resultsTable td:nth-child(5){width:112px}.search-module__iEHJ8a__resultsTable th:nth-child(6),.search-module__iEHJ8a__resultsTable td:nth-child(6){width:104px}.search-module__iEHJ8a__resultsTable th,.search-module__iEHJ8a__resultsTable td{border-bottom:1px solid var(--ds-border);padding:var(--ds-table-cell-padding);text-align:left;vertical-align:middle}.search-module__iEHJ8a__resultsTable th{background:var(--ds-surface-muted);color:var(--ds-text-muted);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:400}.search-module__iEHJ8a__resultsTable tr:last-child td{border-bottom:0}.search-module__iEHJ8a__resultsTable tbody tr:hover{background:var(--ds-surface-muted)}.search-module__iEHJ8a__tableImageButton,.search-module__iEHJ8a__tableTitleCell button,.search-module__iEHJ8a__tableActions button{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.search-module__iEHJ8a__tableImageButton{background:#e5e7eb;border-radius:8px;width:68px;min-width:68px;max-width:68px;height:52px;max-height:52px;display:block;overflow:hidden}.search-module__iEHJ8a__tableResultImage{object-fit:cover;width:68px;height:52px;display:block}.search-module__iEHJ8a__tableTitleCell{width:240px;max-width:240px}.search-module__iEHJ8a__tableTitleCell button{text-align:left;width:100%;min-width:0;display:block}.search-module__iEHJ8a__tableTitleCell strong{color:#002b4f;overflow-wrap:anywhere;max-width:100%;font-size:.95rem;font-weight:400;line-height:1.45;display:block}.search-module__iEHJ8a__tableTitleCell span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:5px;font-size:.78rem;font-weight:400;display:block;overflow:hidden}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableFacts{color:#64748b;white-space:nowrap;align-items:center;gap:8px;max-width:100%;margin-top:5px;font-size:.78rem;font-weight:400;display:flex;overflow:hidden}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableFact{white-space:nowrap;align-items:center;gap:4px;min-width:0;max-width:none;margin-top:0;display:inline-flex;overflow:visible}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableFact img{opacity:.65;flex:0 0 14px;width:14px;height:14px}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableFact span,.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableAreaFact{max-width:none;color:inherit;font-size:inherit;font-weight:inherit;text-overflow:clip;white-space:nowrap;margin-top:0;display:inline;overflow:visible}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableTrustLine{flex-wrap:wrap;align-items:center;gap:5px;margin-top:6px;display:flex}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableTrustLine span{background:var(--success-soft);border:1px solid var(--success-border);color:var(--success);text-transform:none;white-space:nowrap;border-radius:999px;max-width:none;margin:0;padding:2px 7px;font-size:.68rem;line-height:1.2;display:inline-flex}.search-module__iEHJ8a__tableTitleCell .search-module__iEHJ8a__tableTrustLine span+span{background:var(--info-soft);border-color:var(--info-border);color:var(--info)}.search-module__iEHJ8a__tableAreaFact{min-width:0}.search-module__iEHJ8a__tablePrice{color:#002b4f;white-space:nowrap;font-size:.98rem;font-weight:400;line-height:1.3}.search-module__iEHJ8a__tablePricePerSqm{color:#64748b;margin-top:2px;font-size:.72rem;font-weight:400}.search-module__iEHJ8a__tableLowestPriceLabel{border:1px solid var(--success-border);background:var(--success-soft);color:var(--success);border-radius:999px;align-items:center;margin-top:3px;padding:1px 6px;font-size:.62rem;font-weight:500;line-height:1.2;display:inline-flex}.search-module__iEHJ8a__tableLocation{color:#334155;overflow-wrap:anywhere;max-width:190px;font-size:.86rem;font-weight:400}.search-module__iEHJ8a__tableDate{color:#64748b;white-space:nowrap;font-size:.82rem;font-weight:400}.search-module__iEHJ8a__tableTypeBadge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:6px 10px;font-size:.76rem;font-weight:400;display:inline-flex}.search-module__iEHJ8a__saleBadge{color:#15803d;background:#dcfce7}.search-module__iEHJ8a__rentBadge{background:var(--info-border);color:var(--brand-gold-dark)}.search-module__iEHJ8a__tableActions{align-items:center;gap:7px;display:inline-flex}.search-module__iEHJ8a__tableActions button{border:1px solid var(--ds-border);border-radius:var(--ds-control-radius);background:var(--ds-surface);width:34px;height:34px;color:var(--gray-600);justify-content:center;align-items:center;display:inline-flex}.search-module__iEHJ8a__tableActions svg{width:14px;height:14px}.search-module__iEHJ8a__tableActions button:hover{border-color:var(--ds-hover-border);background:var(--ds-hover);color:var(--brand-navy);box-shadow:var(--shadow-xs)}.search-module__iEHJ8a__tableActions .search-module__iEHJ8a__savedAction,.search-module__iEHJ8a__tableActions .search-module__iEHJ8a__savedAction:hover,.search-module__iEHJ8a__tableActions .search-module__iEHJ8a__compareActive{border-color:var(--brand-red);background:var(--ds-surface);color:var(--brand-red)}@container (max-width:1080px){.search-module__iEHJ8a__resultsTable th:first-child,.search-module__iEHJ8a__resultsTable td:first-child{width:86px}.search-module__iEHJ8a__resultsTable th:nth-child(2),.search-module__iEHJ8a__resultsTable td:nth-child(2){width:auto}.search-module__iEHJ8a__resultsTable th:nth-child(6),.search-module__iEHJ8a__resultsTable td:nth-child(6){width:96px}.search-module__iEHJ8a__tableTypeColumn{display:none}}@container (max-width:900px){.search-module__iEHJ8a__resultsTable th,.search-module__iEHJ8a__resultsTable td{padding:14px 12px}.search-module__iEHJ8a__tableLocationColumn{display:none}}@container (max-width:720px){.search-module__iEHJ8a__resultsTable th:first-child,.search-module__iEHJ8a__resultsTable td:first-child{width:64px}.search-module__iEHJ8a__resultsTable th:nth-child(3),.search-module__iEHJ8a__resultsTable td:nth-child(3){width:98px}.search-module__iEHJ8a__resultsTable th:nth-child(6),.search-module__iEHJ8a__resultsTable td:nth-child(6){width:86px}.search-module__iEHJ8a__tableImageButton,.search-module__iEHJ8a__tableResultImage{width:56px;min-width:56px;max-width:56px;height:44px;max-height:44px}.search-module__iEHJ8a__tableActions{gap:5px}.search-module__iEHJ8a__tableActions button{width:30px;height:30px}}@container (max-width:520px){.search-module__iEHJ8a__resultsTable th,.search-module__iEHJ8a__resultsTable td{padding:12px 8px}.search-module__iEHJ8a__resultsTable th:nth-child(3),.search-module__iEHJ8a__resultsTable td:nth-child(3){width:86px}.search-module__iEHJ8a__resultsTable th:nth-child(6),.search-module__iEHJ8a__resultsTable td:nth-child(6){width:70px}.search-module__iEHJ8a__tablePrice{font-size:.8rem}.search-module__iEHJ8a__tableTitleCell strong{font-size:.86rem;line-height:1.35}.search-module__iEHJ8a__tableTitleCell span{font-size:.72rem}.search-module__iEHJ8a__tableActions button{width:28px;height:30px}.search-module__iEHJ8a__tableActions svg{width:13px;height:13px}}.search-module__iEHJ8a__sortButton{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:.9rem;font-weight:400;display:flex}@media (max-width:800px){.search-module__iEHJ8a__listHeader{flex-wrap:nowrap;align-items:center;gap:0;margin-bottom:.75rem;display:flex}.search-module__iEHJ8a__resultControlsRow{flex-wrap:nowrap;gap:.45rem}.search-module__iEHJ8a__sortDropdownWrapper{flex-basis:142px}.search-module__iEHJ8a__viewToggle button{min-height:36px;padding:.45rem .7rem;font-size:.78rem}.search-module__iEHJ8a__savedSearchControls .btn-minimal-secondary{white-space:nowrap}}.search-module__iEHJ8a__shareSection{border-top:1px solid var(--border);justify-content:flex-start;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.search-module__iEHJ8a__shareLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:-.025em;font-size:.875rem;font-weight:400}.search-module__iEHJ8a__shareButtons{align-items:center;gap:.25rem;display:flex}.search-module__iEHJ8a__shareBtn{cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s,color .15s;display:flex}.search-module__iEHJ8a__shareBtnLine{color:#06c755!important}.search-module__iEHJ8a__shareBtnLine:hover{background-color:#ecfdf5!important}.search-module__iEHJ8a__shareBtnFacebook{color:#1877f2!important}.search-module__iEHJ8a__shareBtnFacebook:hover{background-color:var(--info-soft)!important}.search-module__iEHJ8a__shareBtnEmail{color:#475569!important}.search-module__iEHJ8a__shareBtnEmail:hover{background-color:#f1f5f9!important}.search-module__iEHJ8a__shareDivider{background-color:#e2e8f0;width:1px;height:1.5rem;margin:0 .5rem}.search-module__iEHJ8a__copyBtn{cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem .75rem;transition:background-color .2s;display:flex;color:#334155!important;background-color:#f1f5f9!important}.search-module__iEHJ8a__copyBtn:hover{background-color:#e2e8f0!important}.search-module__iEHJ8a__copyBtnText{text-transform:uppercase;color:inherit;font-size:.75rem;font-weight:400}.search-module__iEHJ8a__modalCloseImageArea{z-index:100;cursor:pointer;opacity:.7;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background-color .2s,opacity .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 8px #0003}.search-module__iEHJ8a__modalCloseImageArea:hover{opacity:1;background:#fff;transform:scale(1.1)}.search-module__iEHJ8a__modalCloseImageArea:active{transform:scale(.95)}.search-module__iEHJ8a__modalFavoriteBtn{z-index:100;border:1px solid var(--border);cursor:pointer;width:40px;height:40px;transition:transform var(--ds-transition), background-color var(--ds-transition), border-color var(--ds-transition), box-shadow var(--ds-transition);opacity:.7;color:var(--text-primary);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fffffff0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0003}@media (hover:hover) and (pointer:fine){.search-module__iEHJ8a__modalFavoriteBtn:hover{background:var(--surface);transform:translateY(-1px)}}.search-module__iEHJ8a__modalFavoriteBtn:active{transform:scale(.95)}.search-module__iEHJ8a__modalFavoriteBtn:focus{outline:none}.search-module__iEHJ8a__modalFavoriteBtn:focus-visible{box-shadow:var(--shadow-md), var(--focus-ring);outline:none}.search-module__iEHJ8a__galleryFullscreenBtn{cursor:pointer;color:#fff;z-index:20;opacity:.7;background:#00000080;border:none;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:.75rem;transition:transform .2s,opacity .2s;display:flex;position:absolute;bottom:40px;right:12px}.search-module__iEHJ8a__galleryFullscreenBtn:hover{opacity:1;transform:scale(1.1)}.search-module__iEHJ8a__galleryFullscreenBtn:active{transform:scale(.95)}.search-module__iEHJ8a__imageCarousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:100%;display:flex;overflow-x:auto}.search-module__iEHJ8a__imageCarousel::-webkit-scrollbar{display:none}.search-module__iEHJ8a__carouselSlide{scroll-snap-align:start;flex:0 0 100%;justify-content:center;align-items:center;height:100%;display:flex}.search-module__iEHJ8a__carouselArrow{cursor:pointer;z-index:10;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 4px #0003}.search-module__iEHJ8a__carouselArrow:hover{opacity:1;background:#fff;transform:translateY(-50%)scale(1.1)}.search-module__iEHJ8a__arrowLeft{left:8px}.search-module__iEHJ8a__arrowRight{right:8px}.search-module__iEHJ8a__imageDots{z-index:10;gap:4px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.search-module__iEHJ8a__dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:background .2s;box-shadow:0 0 2px #00000080}.search-module__iEHJ8a__dotActive{background:#fff;transform:scale(1.1)}.search-module__iEHJ8a__dotSmall{opacity:.8;transform:scale(.6)}
.agentCentral-module__AZf8hG__overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.agentCentral-module__AZf8hG__overviewCard,.agentCentral-module__AZf8hG__panel,.agentCentral-module__AZf8hG__sidebar,.agentCentral-module__AZf8hG__detailPanel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:8px}.agentCentral-module__AZf8hG__overviewCard{gap:3px;min-width:0;padding:14px;display:grid}.agentCentral-module__AZf8hG__overviewLabel,.agentCentral-module__AZf8hG__eyebrow{color:var(--brand-gold-dark);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.agentCentral-module__AZf8hG__overviewCard strong{color:var(--brand-navy);text-overflow:ellipsis;white-space:nowrap;font-size:21px;font-weight:400;line-height:1.2;overflow:hidden}.agentCentral-module__AZf8hG__overviewCard span:last-child{color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;overflow:hidden}.agentCentral-module__AZf8hG__workspace{grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.agentCentral-module__AZf8hG__workspaceWide{grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);align-items:start;gap:18px;display:grid}.agentCentral-module__AZf8hG__sidebar{position:sticky;top:18px;overflow:hidden}.agentCentral-module__AZf8hG__tokenSidebar{box-shadow:none;background:0 0;border:0;gap:18px;display:grid;overflow:visible}.agentCentral-module__AZf8hG__panel,.agentCentral-module__AZf8hG__detailPanel{min-width:0;overflow:hidden}.agentCentral-module__AZf8hG__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.agentCentral-module__AZf8hG__panelHeader h2,.agentCentral-module__AZf8hG__sectionTitle{color:var(--brand-navy);margin:0;font-size:1.08rem;font-weight:400;line-height:1.35}.agentCentral-module__AZf8hG__panelHeader p,.agentCentral-module__AZf8hG__muted{color:var(--ds-text-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.agentCentral-module__AZf8hG__panelBody{gap:12px;padding:16px;display:grid}.agentCentral-module__AZf8hG__navList,.agentCentral-module__AZf8hG__cardList{gap:10px;display:grid}.agentCentral-module__AZf8hG__navCard,.agentCentral-module__AZf8hG__listCard,.agentCentral-module__AZf8hG__statCard,.agentCentral-module__AZf8hG__filterBar,.agentCentral-module__AZf8hG__formPanel{border:1px solid var(--border);background:var(--surface);border-radius:8px}.agentCentral-module__AZf8hG__navCard{color:inherit;cursor:pointer;font:inherit;text-align:left;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;width:100%;padding:13px;text-decoration:none;display:grid;position:relative}.agentCentral-module__AZf8hG__attentionBadge{border:1.5px solid var(--brand-gold);background:var(--brand-gold-wash);min-width:22px;height:22px;color:var(--danger);box-shadow:0 5px 14px rgba(var(--brand-blue-rgb), .18);font-size:12px;font-weight:var(--font-weight-semibold);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-8px}.agentCentral-module__AZf8hG__taskCard{grid-template-columns:56px minmax(0,1fr) 34px;align-items:center}.agentCentral-module__AZf8hG__taskThumbnail{background:var(--gray-25);border-radius:6px;width:56px;height:42px;display:block;overflow:hidden}.agentCentral-module__AZf8hG__healthListingLink{max-width:320px;color:var(--brand-navy);text-align:left;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;text-decoration:none;display:inline-grid}.agentCentral-module__AZf8hG__healthListingLink:hover{color:var(--brand-gold-dark)}.agentCentral-module__AZf8hG__healthListingThumbnail{background:var(--gray-25);border-radius:6px;width:48px;height:36px;display:block;overflow:hidden}.agentCentral-module__AZf8hG__healthListingLink>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agentCentral-module__AZf8hG__healthCellStack{justify-items:start;gap:6px;min-width:220px;display:grid}.agentCentral-module__AZf8hG__healthAttention,.agentCentral-module__AZf8hG__healthNeutral,.agentCentral-module__AZf8hG__healthSuccess{white-space:nowrap;border-radius:999px;align-items:center;max-width:100%;padding:4px 8px;font-weight:500;line-height:1.2;display:inline-flex}.agentCentral-module__AZf8hG__healthAttention{border:1px solid var(--danger-border);background:var(--danger-soft);color:var(--danger)}.agentCentral-module__AZf8hG__healthNeutral{border:1px solid var(--border);background:var(--gray-100);color:var(--gray-700)}.agentCentral-module__AZf8hG__healthSuccess{border:1px solid var(--success-border);background:var(--success-soft);color:var(--success)}.agentCentral-module__AZf8hG__navCard:hover,.agentCentral-module__AZf8hG__selectCard[aria-pressed=true]{border-color:var(--brand-gold);background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__navCardLocked{cursor:not-allowed;opacity:.62}.agentCentral-module__AZf8hG__navCardLocked:hover{border-color:var(--border);background:var(--surface)}.agentCentral-module__AZf8hG__iconBox{background:var(--gray-25);width:34px;height:34px;color:var(--brand-navy);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.agentCentral-module__AZf8hG__navCard strong,.agentCentral-module__AZf8hG__listCard strong,.agentCentral-module__AZf8hG__selectCard strong{color:var(--brand-navy);font-weight:400;line-height:1.35;display:block}.agentCentral-module__AZf8hG__navCard span,.agentCentral-module__AZf8hG__listCard span,.agentCentral-module__AZf8hG__selectCard span{color:var(--ds-text-muted);margin-top:4px;font-size:13px;line-height:1.45;display:block}.agentCentral-module__AZf8hG__gridCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.agentCentral-module__AZf8hG__workspaceGroups{gap:18px}.agentCentral-module__AZf8hG__workspaceGroup{gap:10px;display:grid}.agentCentral-module__AZf8hG__workspaceGroupHeader h3{color:var(--brand-navy);margin:0;font-size:.98rem;font-weight:400}.agentCentral-module__AZf8hG__workspaceGroupHeader p{color:var(--ds-text-muted);margin:3px 0 0;font-size:13px;line-height:1.45}.agentCentral-module__AZf8hG__statGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.agentCentral-module__AZf8hG__statCard{gap:7px;padding:14px;display:grid}.agentCentral-module__AZf8hG__statCard svg{color:var(--brand-gold-dark)}.agentCentral-module__AZf8hG__statCard strong{color:var(--brand-navy);font-size:1.55rem;font-weight:400;line-height:1.15}.agentCentral-module__AZf8hG__statCard span{color:var(--ds-text-muted);font-size:13px}.agentCentral-module__AZf8hG__complianceSummary{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);box-shadow:var(--shadow-xs);grid-template-columns:minmax(240px,.82fr) minmax(0,1.6fr);margin-bottom:18px;display:grid;overflow:hidden}.agentCentral-module__AZf8hG__complianceSummaryLead{border-right:1px solid var(--ds-border);background:var(--ds-surface-muted);align-content:center;gap:10px;min-width:0;padding:20px 22px;display:grid}.agentCentral-module__AZf8hG__summaryLeadLabel{color:var(--brand-navy);align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.agentCentral-module__AZf8hG__summaryLeadLabel svg{color:var(--success)}.agentCentral-module__AZf8hG__summaryLeadValue{align-items:baseline;gap:10px;min-width:0;display:flex}.agentCentral-module__AZf8hG__summaryLeadValue strong{color:var(--brand-navy);font-size:42px;font-weight:600;line-height:1}.agentCentral-module__AZf8hG__summaryLeadValue span{min-width:0;color:var(--ds-text-muted);font-size:13px;line-height:1.35}.agentCentral-module__AZf8hG__complianceSummaryLead p{color:var(--ds-text-muted);margin:0;font-size:13px;line-height:1.5}.agentCentral-module__AZf8hG__complianceSummaryMetrics{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.agentCentral-module__AZf8hG__summaryMetric{border-right:1px solid var(--ds-border);align-content:center;gap:10px;min-width:0;min-height:142px;padding:18px 16px;display:grid}.agentCentral-module__AZf8hG__summaryMetricLink{color:inherit;text-decoration:none;transition:background .15s,box-shadow .15s}.agentCentral-module__AZf8hG__summaryMetricLink:hover,.agentCentral-module__AZf8hG__summaryMetricLink:focus-visible{background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__summaryMetricLink:focus-visible{outline:2px solid var(--brand-gold);outline-offset:-2px}.agentCentral-module__AZf8hG__summaryMetric:last-child{border-right:0}.agentCentral-module__AZf8hG__summaryMetricIcon{background:var(--gray-50);width:34px;height:34px;color:var(--brand-navy);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.agentCentral-module__AZf8hG__summaryMetricValue{align-items:baseline;gap:8px;min-width:0;display:flex}.agentCentral-module__AZf8hG__summaryMetricValue strong{color:var(--brand-navy);font-size:28px;font-weight:600;line-height:1}.agentCentral-module__AZf8hG__summaryMetricValue span{min-width:0;color:var(--brand-navy);font-size:13px;font-weight:500;line-height:1.25}.agentCentral-module__AZf8hG__summaryMetric small{color:var(--ds-text-muted);font-size:12px;line-height:1.45}.agentCentral-module__AZf8hG__summaryMetric_neutral .agentCentral-module__AZf8hG__summaryMetricIcon{background:var(--gray-50);color:var(--brand-navy)}.agentCentral-module__AZf8hG__summaryMetric_warning .agentCentral-module__AZf8hG__summaryMetricIcon{background:var(--warning-soft);color:var(--warning)}.agentCentral-module__AZf8hG__summaryMetric_warning .agentCentral-module__AZf8hG__summaryMetricValue strong{color:var(--warning)}.agentCentral-module__AZf8hG__summaryMetric_danger .agentCentral-module__AZf8hG__summaryMetricIcon{background:var(--danger-soft);color:var(--danger)}.agentCentral-module__AZf8hG__summaryMetric_danger .agentCentral-module__AZf8hG__summaryMetricValue strong{color:var(--danger)}.agentCentral-module__AZf8hG__listCard{padding:13px}.agentCentral-module__AZf8hG__selectCard{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:100%;font:inherit;text-align:left;border-radius:8px;padding:13px}.agentCentral-module__AZf8hG__filterBar{margin-bottom:16px;padding:14px}.agentCentral-module__AZf8hG__filterRow,.agentCentral-module__AZf8hG__actionRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.agentCentral-module__AZf8hG__filterGroup{min-width:150px;display:grid}.agentCentral-module__AZf8hG__filterGroup select{min-width:160px}.agentCentral-module__AZf8hG__segmentedControl{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.agentCentral-module__AZf8hG__listingPreview{border:1px solid var(--border);background:var(--surface);width:fit-content;max-width:min(100%,520px);min-height:64px;color:var(--brand-navy);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:6px 10px 6px 6px;text-decoration:none;display:inline-grid}.agentCentral-module__AZf8hG__listingPreview:hover{border-color:var(--brand-gold);background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__listingPreviewImage{background:var(--gray-25);border-radius:6px;width:64px;height:52px;display:block;overflow:hidden}.agentCentral-module__AZf8hG__listingPreviewText{gap:2px;min-width:0;display:grid}.agentCentral-module__AZf8hG__listingPreviewText span{color:var(--brand-navy);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden}.agentCentral-module__AZf8hG__participantLine,.agentCentral-module__AZf8hG__participantLineCompact{min-width:0;color:var(--brand-navy);align-items:center;gap:8px;display:flex}.agentCentral-module__AZf8hG__participantLine{border:1px solid var(--border);background:var(--gray-25);border-radius:8px;flex-wrap:wrap;width:fit-content;max-width:100%;padding:10px 12px}.agentCentral-module__AZf8hG__participantLineCompact{flex-wrap:nowrap;margin-top:6px;font-size:12px}.agentCentral-module__AZf8hG__participantLine span,.agentCentral-module__AZf8hG__participantLineCompact span{min-width:0}.agentCentral-module__AZf8hG__participantLine small,.agentCentral-module__AZf8hG__participantLineCompact small{color:var(--ds-text-muted);font-size:11px;line-height:1.2;display:block}.agentCentral-module__AZf8hG__participantLineCompact span:not(.agentCentral-module__AZf8hG__participantArrow){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agentCentral-module__AZf8hG__participantIntro{color:var(--ds-text-muted);flex:0 0 100%;font-size:12px}.agentCentral-module__AZf8hG__participantArrow{color:var(--ds-text-muted);flex:none}.agentCentral-module__AZf8hG__searchWrap{flex:280px;position:relative}.agentCentral-module__AZf8hG__searchWrap svg{color:var(--ds-text-muted);position:absolute;top:12px;left:12px}.agentCentral-module__AZf8hG__searchWrap input{width:100%;padding-left:36px}.agentCentral-module__AZf8hG__formPanel{gap:12px;padding:16px;display:grid}.agentCentral-module__AZf8hG__fieldLabel{color:#374151;gap:6px;font-size:12px;display:grid}.agentCentral-module__AZf8hG__labelRow{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.agentCentral-module__AZf8hG__labelRow>span:first-child{min-width:0}.agentCentral-module__AZf8hG__requiredMark{color:var(--danger);margin-left:3px}.agentCentral-module__AZf8hG__helpButton{border:1px solid var(--border);background:var(--surface);width:24px;height:24px;color:var(--brand-navy);cursor:pointer;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.agentCentral-module__AZf8hG__helpButton:hover,.agentCentral-module__AZf8hG__helpButton:focus-visible{border-color:var(--brand-gold);color:var(--brand-gold-dark);outline:none}.agentCentral-module__AZf8hG__helpButton:focus-visible{box-shadow:var(--ds-focus-ring)}.agentCentral-module__AZf8hG__helpModalContent{color:var(--gray-700);gap:14px;font-size:.95rem;line-height:1.55;display:grid}.agentCentral-module__AZf8hG__helpModalContent p{margin:0}.agentCentral-module__AZf8hG__helpModalContent ol{gap:9px;margin:0;padding-left:1.2rem;display:grid}.agentCentral-module__AZf8hG__helpExample{border:1px solid var(--border);background:var(--gray-25);color:var(--brand-navy);border-radius:8px;padding:10px 12px}.agentCentral-module__AZf8hG__inputGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.agentCentral-module__AZf8hG__statusSuccess{color:var(--success);font-size:.9rem}.agentCentral-module__AZf8hG__statusError{color:var(--danger);font-size:.9rem}.agentCentral-module__AZf8hG__badgeRow{flex-wrap:wrap;gap:8px;display:flex}.agentCentral-module__AZf8hG__tableLink{color:var(--brand-navy);text-decoration:none}.agentCentral-module__AZf8hG__tableLink:hover{color:var(--brand-gold-dark);text-underline-offset:3px;text-decoration:underline}.agentCentral-module__AZf8hG__listingTableWrap{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:8px;overflow:visible}.agentCentral-module__AZf8hG__listingTable{border-collapse:collapse;width:100%;color:var(--brand-navy);table-layout:fixed;font-size:13px}.agentCentral-module__AZf8hG__listingTable th,.agentCentral-module__AZf8hG__listingTable td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:12px 10px}.agentCentral-module__AZf8hG__listingTable th{background:var(--gray-25);color:var(--ds-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:400}.agentCentral-module__AZf8hG__listingTable tbody tr:hover td{background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__listingTable tbody tr:last-child td{border-bottom:0}.agentCentral-module__AZf8hG__listingIdentity{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;display:grid}.agentCentral-module__AZf8hG__tableThumbLink{border:1px solid var(--border);background:var(--gray-25);cursor:pointer;border-radius:6px;width:64px;height:48px;padding:0;display:block;overflow:hidden}.agentCentral-module__AZf8hG__tableThumb{background-position:50%;background-size:cover;width:100%;height:100%;display:block}.agentCentral-module__AZf8hG__tableTitleCell{gap:2px;min-width:0;display:grid}.agentCentral-module__AZf8hG__tableTitleCell button{color:var(--brand-navy);cursor:pointer;font:inherit;text-overflow:ellipsis;text-align:left;background:0 0;border:0;padding:0;font-weight:500;line-height:1.3;text-decoration:none;overflow:hidden}.agentCentral-module__AZf8hG__tableTitleCell button:hover{color:var(--brand-gold-dark)}.agentCentral-module__AZf8hG__tableTitleCell span,.agentCentral-module__AZf8hG__tableTitleCell small{color:var(--ds-text-muted);text-overflow:ellipsis;line-height:1.35;overflow:hidden}.agentCentral-module__AZf8hG__tableTitleCell small{font-size:11px}.agentCentral-module__AZf8hG__tableStrong{color:var(--brand-navy);font-weight:500}.agentCentral-module__AZf8hG__performanceStack{color:var(--ds-text-muted);gap:3px;font-size:12px;line-height:1.35;display:grid}.agentCentral-module__AZf8hG__performanceStack span,.agentCentral-module__AZf8hG__performanceStack small{overflow-wrap:anywhere}.agentCentral-module__AZf8hG__performanceStack strong{color:var(--brand-navy);font-weight:500}.agentCentral-module__AZf8hG__statusCell{justify-items:start;gap:4px;display:grid}.agentCentral-module__AZf8hG__statusCell small{color:var(--ds-text-muted);font-size:11px;line-height:1.25}.agentCentral-module__AZf8hG__statusPill,.agentCentral-module__AZf8hG__compactBadge{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;width:fit-content;max-width:max-content;padding:3px 6px;font-size:11px;line-height:1.2;display:inline-flex}.agentCentral-module__AZf8hG__statusReady,.agentCentral-module__AZf8hG__badgeSuccess{background:var(--success-soft);color:var(--success)}.agentCentral-module__AZf8hG__statusReview,.agentCentral-module__AZf8hG__badgeWarning{background:var(--warning-soft);color:var(--warning)}.agentCentral-module__AZf8hG__badgeNeutral{background:var(--gray-100);color:var(--gray-700)}.agentCentral-module__AZf8hG__tokenServiceStack{gap:22px}.agentCentral-module__AZf8hG__tokenServiceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.agentCentral-module__AZf8hG__tokenServiceCard{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--surface);min-height:238px;box-shadow:var(--shadow-xs);color:inherit;align-content:space-between;gap:13px;padding:14px;text-decoration:none;display:grid;position:relative}.agentCentral-module__AZf8hG__tokenServiceCard:before{border-radius:var(--ds-card-radius) var(--ds-card-radius) 0 0;background:var(--brand-gold);content:"";opacity:.72;height:3px;position:absolute;inset:-1px -1px auto}.agentCentral-module__AZf8hG__tokenServiceTop,.agentCentral-module__AZf8hG__tokenPriceLine{align-items:center;gap:8px;display:flex}.agentCentral-module__AZf8hG__tokenServiceTop{justify-content:space-between}.agentCentral-module__AZf8hG__tokenServiceCard h3{color:var(--brand-navy);margin:0 0 8px;font-size:1rem;font-weight:400;line-height:1.35}.agentCentral-module__AZf8hG__tokenServiceCard p,.agentCentral-module__AZf8hG__tokenPackage p{color:var(--ds-text-muted);margin:8px 0 0;font-size:13px;line-height:1.5}.agentCentral-module__AZf8hG__tokenPriceLine{color:var(--brand-gold-dark);font-size:13px}.agentCentral-module__AZf8hG__tokenPriceLine strong{color:var(--brand-navy);font-weight:500}.agentCentral-module__AZf8hG__tokenPriceLine span{color:var(--ds-text-muted)}.agentCentral-module__AZf8hG__tokenPackage{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:12px}.agentCentral-module__AZf8hG__tokenPackage>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.agentCentral-module__AZf8hG__tokenPackage strong{color:var(--brand-navy);font-weight:500}.agentCentral-module__AZf8hG__tokenPackage span{color:var(--brand-gold-dark);font-size:13px}.agentCentral-module__AZf8hG__tokenHeaderActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.agentCentral-module__AZf8hG__tokenBalanceBox{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:.65rem;min-width:230px;padding:.7rem .85rem;display:flex}.agentCentral-module__AZf8hG__tokenBalanceIcon{color:#b7791f;background:linear-gradient(145deg,#fff8d6 0%,#ffd86f 52%,#d59621 100%);border:1px solid #f3c65a;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:inset 0 1px 1px #ffffffbf,0 6px 14px #b7791f2e}.agentCentral-module__AZf8hG__tokenBalanceBox span{color:var(--ds-text-muted);font-size:.72rem;display:block}.agentCentral-module__AZf8hG__tokenBalanceBox strong{color:var(--brand-navy);margin-top:.15rem;font-size:1.25rem;line-height:1;display:block}.agentCentral-module__AZf8hG__tokenRefillButton{white-space:nowrap;min-height:28px;margin-left:auto;padding:.3rem .55rem;font-size:.75rem;line-height:1}.agentCentral-module__AZf8hG__marketNotice{border-radius:8px;align-items:center;gap:.55rem;margin-bottom:1rem;padding:.8rem .95rem;font-size:.9rem;display:flex}.agentCentral-module__AZf8hG__marketNoticeSuccess{color:var(--success);background:#2f6f6314;border:1px solid #2f6f6338}.agentCentral-module__AZf8hG__marketNoticeError{color:var(--danger);background:#8f1d2c14;border:1px solid #8f1d2c33}.agentCentral-module__AZf8hG__tokenCardActions{margin-top:auto}.agentCentral-module__AZf8hG__tokenPackageButton,.agentCentral-module__AZf8hG__iconButton{border:1px solid var(--border);background:var(--surface);color:var(--brand-navy);font:inherit;cursor:pointer;border-radius:8px}.agentCentral-module__AZf8hG__tokenPackageButton:hover,.agentCentral-module__AZf8hG__iconButton:hover:not(:disabled){border-color:var(--brand-gold);background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__iconButton:disabled{cursor:not-allowed;opacity:.58}.agentCentral-module__AZf8hG__tokenServiceAction{width:100%}.agentCentral-module__AZf8hG__tokenPackageButton{width:100%;margin-top:.75rem;padding:.58rem .65rem;font-size:.84rem;font-weight:500}.agentCentral-module__AZf8hG__iconButton{flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.agentCentral-module__AZf8hG__tokenActivityList{gap:.65rem;display:grid}.agentCentral-module__AZf8hG__tokenActivityItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 0;display:flex}.agentCentral-module__AZf8hG__tokenActivityItem:last-child{border-bottom:0}.agentCentral-module__AZf8hG__tokenActivityItem strong,.agentCentral-module__AZf8hG__tokenActivityItem span{display:block}.agentCentral-module__AZf8hG__tokenActivityItem strong{color:var(--text-primary);font-size:.86rem;line-height:1.3}.agentCentral-module__AZf8hG__tokenActivityItem span{color:var(--ds-text-muted);margin-top:.15rem;font-size:.78rem}.agentCentral-module__AZf8hG__tokenActivityItem em{color:var(--brand-navy);font-style:normal;font-weight:600}.agentCentral-module__AZf8hG__emptyText{color:var(--ds-text-muted);margin:0;font-size:.9rem}.agentCentral-module__AZf8hG__marketModalBackdrop{z-index:80;background:#0f1e356b;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.agentCentral-module__AZf8hG__marketModal{background:var(--surface);border-radius:8px;width:min(560px,100%);max-height:min(760px,100vh - 2rem);padding:1.25rem;overflow:auto;box-shadow:0 24px 70px #0f1e353d}.agentCentral-module__AZf8hG__marketModalHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.agentCentral-module__AZf8hG__marketModalHeader h2{color:var(--text-primary);margin:.15rem 0 0;font-size:1.35rem}.agentCentral-module__AZf8hG__marketModalHeader button{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--ds-text-muted);border-radius:8px}.agentCentral-module__AZf8hG__marketOrderSummary{border:1px solid var(--border);background:var(--background);border-radius:8px;grid-template-columns:1fr auto;gap:.5rem 1rem;margin-bottom:1rem;padding:.9rem;display:grid}.agentCentral-module__AZf8hG__marketOrderSummary span{color:var(--ds-text-muted);font-size:.85rem}.agentCentral-module__AZf8hG__marketOrderSummary strong{color:var(--brand-navy);font-size:.9rem}.agentCentral-module__AZf8hG__marketField{gap:.45rem;margin-bottom:1rem;display:grid}.agentCentral-module__AZf8hG__marketField span{color:var(--text-primary);font-size:.86rem;font-weight:500}.agentCentral-module__AZf8hG__marketField select,.agentCentral-module__AZf8hG__marketField textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);background:var(--surface);font:inherit;border-radius:8px;padding:.72rem .8rem}.agentCentral-module__AZf8hG__marketField textarea{resize:vertical;min-height:108px}.agentCentral-module__AZf8hG__marketModalActions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.agentCentral-module__AZf8hG__stepNumber{background:var(--brand-navy);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;line-height:1;display:inline-flex}.agentCentral-module__AZf8hG__issueStack{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.agentCentral-module__AZf8hG__readinessStack{justify-items:start;gap:7px;min-width:0;display:grid}.agentCentral-module__AZf8hG__inlineActionLink{color:inherit;text-underline-offset:3px;font-weight:500;text-decoration:underline}.agentCentral-module__AZf8hG__inlineActionLink:hover{color:var(--brand-gold)}.agentCentral-module__AZf8hG__balloonTipWrap{display:inline-flex;position:relative}.agentCentral-module__AZf8hG__balloonTipTrigger{border:1px solid var(--warning-border);background:var(--warning-soft);width:16px;height:16px;color:var(--warning);cursor:help;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.agentCentral-module__AZf8hG__balloonTip{z-index:20;border:1px solid var(--brand-navy);background:var(--brand-navy);width:min(300px,72vw);box-shadow:var(--shadow-md);color:#fff;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45;display:none;position:absolute;bottom:calc(100% + 10px);left:0}.agentCentral-module__AZf8hG__balloonTip:after{background:var(--brand-navy);content:"";width:10px;height:10px;position:absolute;bottom:-6px;left:10px;transform:rotate(45deg)}.agentCentral-module__AZf8hG__balloonTip span{margin-bottom:6px;display:block}.agentCentral-module__AZf8hG__balloonTipWrap:hover .agentCentral-module__AZf8hG__balloonTip,.agentCentral-module__AZf8hG__balloonTipWrap:focus-within .agentCentral-module__AZf8hG__balloonTip{display:block}.agentCentral-module__AZf8hG__tableActions{justify-content:flex-end;gap:6px;display:flex}.agentCentral-module__AZf8hG__iconAction{border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--brand-navy);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;text-decoration:none;display:inline-flex}.agentCentral-module__AZf8hG__iconAction:hover{border-color:var(--brand-gold);color:var(--brand-gold-dark)}.agentCentral-module__AZf8hG__softNote{border:1px solid var(--border);background:var(--gray-25);color:var(--ds-text-muted);white-space:pre-wrap;border-radius:8px;gap:8px;padding:12px;line-height:1.55;display:grid}.agentCentral-module__AZf8hG__cooperationSummary{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.agentCentral-module__AZf8hG__cooperationSummaryItem{border-right:1px solid var(--border);border-bottom:1px solid var(--border);align-content:start;gap:5px;min-width:0;min-height:74px;padding:12px 14px;display:grid}.agentCentral-module__AZf8hG__cooperationSummaryItem:nth-child(2n),.agentCentral-module__AZf8hG__cooperationSummaryItem:last-child{border-right:0}.agentCentral-module__AZf8hG__cooperationSummaryItem:nth-last-child(-n+2){border-bottom:0}.agentCentral-module__AZf8hG__cooperationSummaryItem span{color:var(--ds-text-muted);text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.3}.agentCentral-module__AZf8hG__cooperationSummaryItem strong{color:var(--brand-navy);overflow-wrap:anywhere;white-space:pre-wrap;font-size:13px;font-weight:400;line-height:1.45}.agentCentral-module__AZf8hG__cooperationSummaryFull{border-bottom:0;border-right:0;grid-column:1/-1}.agentCentral-module__AZf8hG__cooperationSummaryItem:has(+.agentCentral-module__AZf8hG__cooperationSummaryFull){border-bottom:1px solid var(--border)}.agentCentral-module__AZf8hG__finalizedAgreementPanel{border:1px solid var(--success);background:var(--success-soft);border-radius:8px;gap:14px;padding:14px;display:grid}.agentCentral-module__AZf8hG__finalizedAgreementPanel p{margin:4px 0 0}.agentCentral-module__AZf8hG__changeAgreementButton{border-color:var(--warning-border)!important;background:var(--warning-soft)!important;color:var(--warning)!important}.agentCentral-module__AZf8hG__changeAgreementButton:hover:not(:disabled){border-color:var(--warning)!important;color:#744b0b!important;background:#f6e8c8!important}.agentCentral-module__AZf8hG__finalizedAgreementGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.agentCentral-module__AZf8hG__finalizedAgreementGrid div{background:var(--surface);border:1px solid #0c542d24;border-radius:8px;gap:4px;min-width:0;padding:12px;display:grid}.agentCentral-module__AZf8hG__finalizedAgreementGrid span{color:var(--ds-text-muted);text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.3}.agentCentral-module__AZf8hG__finalizedAgreementGrid strong{color:var(--brand-navy);overflow-wrap:anywhere;white-space:pre-wrap;font-size:13px;font-weight:400;line-height:1.45}.agentCentral-module__AZf8hG__cooperationChat{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.agentCentral-module__AZf8hG__cooperationConversationHeader{border-bottom:1px solid var(--border);gap:2px;padding:14px;display:grid}.agentCentral-module__AZf8hG__cooperationMessageList{background:var(--gray-25);flex-direction:column;gap:10px;max-height:440px;padding:16px;display:flex;overflow-y:auto}.agentCentral-module__AZf8hG__cooperationMessageRow{gap:3px;max-width:min(78%,680px);display:grid}.agentCentral-module__AZf8hG__cooperationMessage_other{text-align:left;align-self:flex-start;margin-right:auto}.agentCentral-module__AZf8hG__cooperationMessage_mine{text-align:right;align-self:flex-end;margin-left:auto}.agentCentral-module__AZf8hG__cooperationMessage_system{text-align:center;align-self:center;max-width:min(92%,760px)}.agentCentral-module__AZf8hG__cooperationBubble{border:1px solid var(--border);background:var(--surface);color:var(--gray-700);overflow-wrap:anywhere;border-radius:12px;justify-self:start;gap:6px;width:fit-content;max-width:100%;padding:10px 13px;line-height:1.5;display:grid}.agentCentral-module__AZf8hG__cooperationMessage_mine .agentCentral-module__AZf8hG__cooperationBubble{justify-self:end}.agentCentral-module__AZf8hG__cooperationMessage_system .agentCentral-module__AZf8hG__cooperationBubble{justify-self:center}.agentCentral-module__AZf8hG__cooperationMessage_mine .agentCentral-module__AZf8hG__cooperationBubble{color:var(--brand-navy);background:#e9f1fb;border-color:#9ab6dc}.agentCentral-module__AZf8hG__cooperationMessage_system .agentCentral-module__AZf8hG__cooperationBubble{border-color:var(--ds-border);background:var(--surface)}.agentCentral-module__AZf8hG__cooperationMessageMeta{color:var(--ds-text-muted);width:max-content;max-width:100%;font-size:12px;line-height:1.3}.agentCentral-module__AZf8hG__cooperationMessage_mine .agentCentral-module__AZf8hG__cooperationMessageLabel{color:#315987}.agentCentral-module__AZf8hG__cooperationMessage_mine .agentCentral-module__AZf8hG__cooperationMessageMeta{text-align:right;justify-self:end}.agentCentral-module__AZf8hG__cooperationMessage_other .agentCentral-module__AZf8hG__cooperationMessageMeta{text-align:left;justify-self:start}.agentCentral-module__AZf8hG__cooperationMessage_system .agentCentral-module__AZf8hG__cooperationMessageMeta{text-align:center;justify-self:center}.agentCentral-module__AZf8hG__cooperationMessageLabel{color:var(--ds-text-muted);font-size:11px;font-weight:500;line-height:1.3}.agentCentral-module__AZf8hG__cooperationBubble p{color:inherit;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.55}.agentCentral-module__AZf8hG__legalConfirmStack{gap:14px;display:grid}.agentCentral-module__AZf8hG__legalConfirmDetails{border:1px solid var(--border);background:var(--gray-25);border-radius:8px;gap:10px;padding:12px;display:grid}.agentCentral-module__AZf8hG__legalConfirmDetails div{gap:3px;display:grid}.agentCentral-module__AZf8hG__legalConfirmDetails strong{color:var(--brand-navy);font-size:12px;font-weight:500}.agentCentral-module__AZf8hG__legalConfirmDetails span{color:var(--ds-text-muted);font-size:13px;line-height:1.45}.agentCentral-module__AZf8hG__legalConfirmCheck{color:var(--brand-navy);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-size:13px;line-height:1.55;display:grid}.agentCentral-module__AZf8hG__legalConfirmCheck input{margin-top:3px}.agentCentral-module__AZf8hG__checkItem{color:var(--gray-700);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;line-height:1.5;display:grid}.agentCentral-module__AZf8hG__checkItem svg{color:var(--success);margin-top:2px}.agentCentral-module__AZf8hG__pipelineGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.agentCentral-module__AZf8hG__pipelineCard{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:132px;box-shadow:var(--shadow-xs);color:inherit;cursor:pointer;font:inherit;text-align:left;border-radius:8px;align-content:start;gap:6px;padding:13px;display:grid}.agentCentral-module__AZf8hG__pipelineCard:hover,.agentCentral-module__AZf8hG__pipelineCard[aria-pressed=true]{border-color:var(--brand-gold);background:var(--brand-gold-wash)}.agentCentral-module__AZf8hG__pipelineCard strong{color:var(--brand-navy);font-size:26px;font-weight:500;line-height:1}.agentCentral-module__AZf8hG__pipelineCard span:last-child{color:var(--ds-text-muted);font-size:12px;line-height:1.4}.agentCentral-module__AZf8hG__hubMeta{flex-wrap:wrap;gap:6px;margin:10px 0;display:flex}.agentCentral-module__AZf8hG__hubMeta span{border:1px solid var(--border);background:var(--gray-25);width:fit-content;color:var(--brand-navy);border-radius:999px;margin:0;padding:3px 7px;font-size:11px;line-height:1.2}.agentCentral-module__AZf8hG__progressTrack{background:var(--gray-100);border-radius:999px;height:8px;overflow:hidden}.agentCentral-module__AZf8hG__progressTrack span{border-radius:inherit;background:var(--brand-gold);height:100%;margin:0;display:block}.agentCentral-module__AZf8hG__inlineButton{width:fit-content;color:var(--brand-navy);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:500;display:inline-flex}.agentCentral-module__AZf8hG__inlineButton:hover{color:var(--brand-gold-dark);text-underline-offset:3px;text-decoration:underline}.agentCentral-module__AZf8hG__actionQueueItem{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.agentCentral-module__AZf8hG__actionQueueItem strong,.agentCentral-module__AZf8hG__actionQueueItem span,.agentCentral-module__AZf8hG__actionQueueItem small{min-width:0;display:block}.agentCentral-module__AZf8hG__actionQueueItem strong{color:var(--brand-navy);font-weight:500;line-height:1.3}.agentCentral-module__AZf8hG__actionQueueItem span{color:var(--ds-text-muted);margin-top:3px;font-size:13px;line-height:1.35}.agentCentral-module__AZf8hG__actionQueueItem small{color:var(--brand-gold-dark);margin-top:5px;font-size:11px;line-height:1.3}.agentCentral-module__AZf8hG__graduationGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.agentCentral-module__AZf8hG__graduationGrid strong{color:var(--brand-navy);font-weight:500}.agentCentral-module__AZf8hG__softNote strong,.agentCentral-module__AZf8hG__softNote span{display:block}@media (max-width:980px){.agentCentral-module__AZf8hG__overview,.agentCentral-module__AZf8hG__workspace,.agentCentral-module__AZf8hG__workspaceWide,.agentCentral-module__AZf8hG__complianceSummary,.agentCentral-module__AZf8hG__statGrid,.agentCentral-module__AZf8hG__gridCards,.agentCentral-module__AZf8hG__pipelineGrid,.agentCentral-module__AZf8hG__graduationGrid,.agentCentral-module__AZf8hG__tokenServiceGrid{grid-template-columns:1fr}.agentCentral-module__AZf8hG__complianceSummaryLead{border-right:0;border-bottom:1px solid var(--ds-border)}.agentCentral-module__AZf8hG__complianceSummaryMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.agentCentral-module__AZf8hG__summaryMetric{border-right:1px solid var(--ds-border);border-bottom:1px solid var(--ds-border);min-height:124px}.agentCentral-module__AZf8hG__summaryMetric:nth-child(2n),.agentCentral-module__AZf8hG__summaryMetric:last-child{border-right:0}.agentCentral-module__AZf8hG__summaryMetric:nth-last-child(-n+1){border-bottom:0}.agentCentral-module__AZf8hG__sidebar{position:static}}@media (max-width:640px){.agentCentral-module__AZf8hG__panelHeader{flex-direction:column}.agentCentral-module__AZf8hG__inputGrid,.agentCentral-module__AZf8hG__cooperationSummary,.agentCentral-module__AZf8hG__finalizedAgreementGrid{grid-template-columns:1fr}.agentCentral-module__AZf8hG__cooperationSummaryItem,.agentCentral-module__AZf8hG__cooperationSummaryItem:nth-child(2n),.agentCentral-module__AZf8hG__cooperationSummaryItem:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.agentCentral-module__AZf8hG__cooperationSummaryItem:last-child{border-bottom:0}.agentCentral-module__AZf8hG__cooperationMessageRow,.agentCentral-module__AZf8hG__cooperationMessage_system{max-width:min(100%,680px)}.agentCentral-module__AZf8hG__filterRow,.agentCentral-module__AZf8hG__actionRow{flex-direction:column;align-items:stretch}.agentCentral-module__AZf8hG__filterRow>*,.agentCentral-module__AZf8hG__actionRow>*{width:100%!important}.agentCentral-module__AZf8hG__complianceSummaryMetrics{grid-template-columns:1fr}.agentCentral-module__AZf8hG__summaryMetric,.agentCentral-module__AZf8hG__summaryMetric:nth-child(2n){border-right:0}.agentCentral-module__AZf8hG__summaryMetric:not(:last-child){border-bottom:1px solid var(--ds-border)}}
.inbox-module__89NEnq__overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.inbox-module__89NEnq__overviewCard,.inbox-module__89NEnq__panel,.inbox-module__89NEnq__sidebar,.inbox-module__89NEnq__chatPanel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:8px}.inbox-module__89NEnq__overviewCard{gap:3px;min-width:0;padding:14px;display:grid}.inbox-module__89NEnq__overviewLabel,.inbox-module__89NEnq__eyebrow{color:var(--brand-gold-dark);letter-spacing:.08em;text-transform:uppercase;font-size:11px}.inbox-module__89NEnq__overviewCard strong{color:var(--brand-navy);font-size:21px;font-weight:400;line-height:1.2}.inbox-module__89NEnq__overviewCard span:last-child{color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.inbox-module__89NEnq__workspace{grid-template-columns:minmax(280px,.36fr) minmax(0,1fr);align-items:stretch;gap:18px;min-height:min(720px,100vh - 250px);display:grid}.inbox-module__89NEnq__sidebar,.inbox-module__89NEnq__chatPanel{min-height:0;overflow:hidden}.inbox-module__89NEnq__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.inbox-module__89NEnq__panelHeader h2{color:var(--brand-navy);margin:0;font-size:1.08rem;font-weight:400;line-height:1.35}.inbox-module__89NEnq__panelHeader p{color:var(--ds-text-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.inbox-module__89NEnq__filterControl{border-bottom:1px solid var(--border);gap:6px;padding:12px;display:grid}.inbox-module__89NEnq__filterControl label{color:var(--ds-text-muted);font-size:12px;line-height:1.2}.inbox-module__89NEnq__filterControl select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:40px;color:var(--brand-navy);font:inherit;border-radius:8px;padding:8px 34px 8px 10px}.inbox-module__89NEnq__filterControl select:focus{border-color:var(--brand-gold);outline:2px solid color-mix(in srgb, var(--brand-gold) 28%, transparent);outline-offset:1px}.inbox-module__89NEnq__conversationList{gap:8px;max-height:calc(100vh - 320px);padding:12px;display:grid;overflow-y:auto}.inbox-module__89NEnq__conversationButton{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:100%;font:inherit;text-align:left;border-radius:8px;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:10px;display:grid}.inbox-module__89NEnq__conversationButton:hover,.inbox-module__89NEnq__conversationButton[aria-pressed=true]{border-color:var(--brand-gold);background:var(--surface)}.inbox-module__89NEnq__conversationButton[data-unread=true]{background:#f8fbff;border-color:#d8e3f5}.inbox-module__89NEnq__conversationButton[data-unread=true]:hover,.inbox-module__89NEnq__conversationButton[data-unread=true][aria-pressed=true]{border-color:var(--brand-gold);background:#fffaf0}.inbox-module__89NEnq__thumb{border:1px solid var(--border);background:var(--gray-25);border-radius:8px;width:52px;height:52px;position:relative;overflow:hidden}.inbox-module__89NEnq__thumbFallback{height:100%;color:var(--ds-text-muted);place-items:center;font-size:11px;display:grid}.inbox-module__89NEnq__conversationMeta{min-width:0}.inbox-module__89NEnq__conversationTitle{justify-content:space-between;align-items:center;gap:8px;display:flex}.inbox-module__89NEnq__conversationTitle strong,.inbox-module__89NEnq__messageTitle{color:var(--brand-navy);text-overflow:ellipsis;white-space:nowrap;font-weight:400;line-height:1.35;overflow:hidden}.inbox-module__89NEnq__conversationMeta span{color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;line-height:1.35;display:block;overflow:hidden}.inbox-module__89NEnq__contactInfo{gap:4px;margin-top:7px;display:grid}.inbox-module__89NEnq__contactCard{gap:2px;min-width:0;display:grid}.inbox-module__89NEnq__contactCard span{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;line-height:1.35;display:block;overflow:hidden}.inbox-module__89NEnq__contactCard b{color:var(--ds-text-muted);font-weight:500}.inbox-module__89NEnq__unreadBadge{background:var(--brand-navy);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:inline-flex}.inbox-module__89NEnq__chatPanel{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.inbox-module__89NEnq__emptyState{min-height:320px;color:var(--ds-text-muted);text-align:center;place-items:center;padding:24px;display:grid}.inbox-module__89NEnq__messages{background:var(--gray-25);flex-direction:column;gap:10px;padding:18px;display:flex;overflow-y:auto}.inbox-module__89NEnq__messageRow{gap:3px;max-width:min(72%,620px);display:grid}.inbox-module__89NEnq__messageMine{text-align:right;align-self:flex-end;margin-left:auto}.inbox-module__89NEnq__messageOther{text-align:left;align-self:flex-start;margin-right:auto}.inbox-module__89NEnq__bubble{border:1px solid var(--border);background:var(--surface);color:var(--gray-700);overflow-wrap:anywhere;border-radius:12px;justify-self:start;width:fit-content;max-width:100%;padding:10px 13px;line-height:1.5}.inbox-module__89NEnq__messageMine .inbox-module__89NEnq__bubble{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff;justify-self:end}.inbox-module__89NEnq__messageTime{color:var(--ds-text-muted);width:max-content;max-width:100%;font-size:12px}.inbox-module__89NEnq__messageMine .inbox-module__89NEnq__messageTime{text-align:right}.inbox-module__89NEnq__messageOther .inbox-module__89NEnq__messageTime{text-align:left}.inbox-module__89NEnq__composer{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;display:grid}.inbox-module__89NEnq__composer input{width:100%}.inbox-module__89NEnq__mobileBack{display:none}@media (max-width:860px){.inbox-module__89NEnq__overview,.inbox-module__89NEnq__workspace{grid-template-columns:1fr}.inbox-module__89NEnq__workspace{min-height:calc(100vh - 220px)}.inbox-module__89NEnq__sidebarHidden,.inbox-module__89NEnq__chatHidden{display:none}.inbox-module__89NEnq__mobileBack{display:inline-flex}.inbox-module__89NEnq__conversationList{max-height:none}.inbox-module__89NEnq__messageRow{max-width:86%}}@media (max-width:560px){.inbox-module__89NEnq__panelHeader{flex-direction:column}.inbox-module__89NEnq__composer{grid-template-columns:1fr}}
.MyFavorites-module__BR-EIW__container{max-width:var(--ds-max);min-height:80vh;margin:0 auto;padding:2rem}.MyFavorites-module__BR-EIW__title{margin-bottom:2rem;font-size:2rem;font-weight:400}.MyFavorites-module__BR-EIW__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.MyFavorites-module__BR-EIW__emptyState{text-align:center;color:#666;padding:4rem 1rem}.MyFavorites-module__BR-EIW__modalOverlay{z-index:5000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:0 20px;display:flex;position:fixed;inset:0}.MyFavorites-module__BR-EIW__modalContent{background:#fff;border-radius:0;width:90%;max-width:1400px;height:100vh;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.MyFavorites-module__BR-EIW__modalClose{cursor:pointer;z-index:5010;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:fixed;top:30px;right:30px;box-shadow:0 4px 12px #0003}.MyFavorites-module__BR-EIW__modalClose:hover{transform:scale(1.1)}@media (max-width:900px){.MyFavorites-module__BR-EIW__container{padding:1rem}.MyFavorites-module__BR-EIW__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.MyFavorites-module__BR-EIW__modalOverlay{padding:0;z-index:9000!important;background:#fff!important;display:block!important}.MyFavorites-module__BR-EIW__modalContent{width:100%;height:100%;box-shadow:none;border-radius:0;max-width:none;overflow-y:auto}.MyFavorites-module__BR-EIW__modalClose{display:none!important}}
.AdvancedSearchModal-module__PIi0RG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (max-width:640px){.AdvancedSearchModal-module__PIi0RG__formGrid{grid-template-columns:1fr}}.AdvancedSearchModal-module__PIi0RG__fieldGroup{flex-direction:column;gap:.35rem;display:flex}.AdvancedSearchModal-module__PIi0RG__fieldLabel{font-size:var(--ds-label-font-size);font-weight:var(--font-weight-body);color:var(--ds-text-muted);letter-spacing:0}.AdvancedSearchModal-module__PIi0RG__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.AdvancedSearchModal-module__PIi0RG__filterGroup{flex-direction:column;flex:1;gap:.35rem;min-width:120px;display:flex}.AdvancedSearchModal-module__PIi0RG__matchRow{background:var(--ds-surface-muted);border-radius:var(--ds-card-radius);border:1px solid var(--ds-border);align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.AdvancedSearchModal-module__PIi0RG__matchLabel{font-size:.85rem;font-weight:var(--font-weight-medium);color:var(--text-secondary);margin-right:.25rem}.AdvancedSearchModal-module__PIi0RG__matchOption{color:var(--text-primary);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.AdvancedSearchModal-module__PIi0RG__matchOption input[type=radio]{cursor:pointer;accent-color:var(--primary)}.AdvancedSearchModal-module__PIi0RG__actionRow{align-items:center;gap:.75rem;padding-top:.25rem;display:flex}.AdvancedSearchModal-module__PIi0RG__searchBtn{min-height:var(--ds-control-height);padding:var(--ds-control-padding-y) 1rem;background:var(--ds-active);color:var(--ds-active-text);border:1px solid var(--ds-active);border-radius:var(--ds-control-radius);font-size:var(--ds-control-font-size);font-weight:var(--font-weight-medium);cursor:pointer;font-family:inherit}.AdvancedSearchModal-module__PIi0RG__searchBtn:hover:not(:disabled){background:var(--brand-navy-deep);border-color:var(--brand-navy-deep)}.AdvancedSearchModal-module__PIi0RG__searchBtn:disabled{opacity:.55;cursor:not-allowed}.AdvancedSearchModal-module__PIi0RG__clearBtn{min-height:var(--ds-control-height);padding:var(--ds-control-padding-y) 1rem;background:var(--ds-surface);color:var(--brand-navy);border:1px solid var(--ds-border);border-radius:var(--ds-control-radius);font-size:var(--ds-control-font-size);cursor:pointer;font-family:inherit;font-weight:400}.AdvancedSearchModal-module__PIi0RG__clearBtn:hover{background:var(--ds-hover);border-color:var(--ds-hover-border);color:var(--brand-navy)}.AdvancedSearchModal-module__PIi0RG__divider{border:none;border-top:1px solid var(--ds-border);margin:1.25rem 0}.AdvancedSearchModal-module__PIi0RG__resultsMeta{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.AdvancedSearchModal-module__PIi0RG__resultsCap{color:#e67e22;font-weight:400}.AdvancedSearchModal-module__PIi0RG__tableWrap{border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);overflow-x:auto}.AdvancedSearchModal-module__PIi0RG__resultsTable{border-collapse:collapse;width:100%;font-size:var(--ds-table-font-size)}.AdvancedSearchModal-module__PIi0RG__resultsTable th{padding:var(--ds-table-cell-padding);text-align:left;font-size:.78rem;font-weight:var(--font-weight-body);color:var(--ds-text-muted);text-transform:uppercase;letter-spacing:.02em;background:var(--ds-surface-muted);border-bottom:1px solid var(--ds-border);white-space:nowrap}.AdvancedSearchModal-module__PIi0RG__resultsTable td{padding:var(--ds-table-cell-padding);border-bottom:1px solid var(--ds-border);vertical-align:top}.AdvancedSearchModal-module__PIi0RG__resultsTable tr:last-child td{border-bottom:none}.AdvancedSearchModal-module__PIi0RG__resultsTable tr:hover td{background:var(--ds-surface-muted)}.AdvancedSearchModal-module__PIi0RG__propId{color:var(--text-secondary);white-space:nowrap;font-family:monospace;font-size:.78rem}.AdvancedSearchModal-module__PIi0RG__propTitle{color:var(--text-primary);max-width:280px;font-weight:400}.AdvancedSearchModal-module__PIi0RG__snippet{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.2rem;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.AdvancedSearchModal-module__PIi0RG__badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:.28rem .65rem;font-size:.78rem;font-weight:400;display:inline-flex}.AdvancedSearchModal-module__PIi0RG__badgeAvailable{color:#2e7d32;background:#e8f5e9}.AdvancedSearchModal-module__PIi0RG__badgeReserved{color:#f57f17;background:#fff8e1}.AdvancedSearchModal-module__PIi0RG__badgeSold,.AdvancedSearchModal-module__PIi0RG__badgeClosed{color:#757575;background:#f5f5f5}.AdvancedSearchModal-module__PIi0RG__typeSell{color:#2e7d32;background:#e8f5e9}.AdvancedSearchModal-module__PIi0RG__typeRent{color:#1565c0;background:#e3f2fd}.AdvancedSearchModal-module__PIi0RG__editBtn{background:var(--ds-surface);border:1px solid var(--ds-border);min-height:34px;color:var(--brand-navy);border-radius:var(--ds-control-radius);cursor:pointer;white-space:nowrap;padding:.35rem .75rem;font-family:inherit;font-size:.82rem;font-weight:400}.AdvancedSearchModal-module__PIi0RG__editBtn:hover{background:var(--ds-hover);border-color:var(--ds-hover-border);color:var(--brand-navy)}.AdvancedSearchModal-module__PIi0RG__emptyState{text-align:center;color:var(--text-secondary);padding:3rem;font-size:.95rem}.AdvancedSearchModal-module__PIi0RG__errorMsg{background:var(--danger-soft);border:1px solid var(--danger-border);border-radius:var(--ds-card-radius);color:var(--danger);margin-top:.75rem;padding:.75rem 1rem;font-size:.9rem}
.PropertyCard-module__vCf2VG__card{font-family:var(--font-primary);border:1px solid var(--ds-border);border-radius:var(--ds-card-radius);background:var(--ds-surface);transition:border-color var(--ds-transition), box-shadow var(--ds-transition);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.PropertyCard-module__vCf2VG__card:hover{box-shadow:var(--shadow-sm);border-color:var(--ds-hover-border)}.PropertyCard-module__vCf2VG__cardImage{aspect-ratio:3/2;background:#eee;position:relative;overflow:hidden}.PropertyCard-module__vCf2VG__imageCarousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:100%;display:flex;overflow-x:auto}.PropertyCard-module__vCf2VG__imageCarousel::-webkit-scrollbar{display:none}.PropertyCard-module__vCf2VG__carouselSlide{scroll-snap-align:start;flex:0 0 100%;justify-content:center;align-items:center;height:100%;display:flex}.PropertyCard-module__vCf2VG__carouselImage{object-fit:cover;width:100%;height:100%}.PropertyCard-module__vCf2VG__carouselArrow{cursor:pointer;z-index:10;opacity:0;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 4px #0003}.PropertyCard-module__vCf2VG__card:hover .PropertyCard-module__vCf2VG__carouselArrow{opacity:1}.PropertyCard-module__vCf2VG__carouselArrow:hover{background:#fff}.PropertyCard-module__vCf2VG__arrowLeft{left:8px}.PropertyCard-module__vCf2VG__arrowRight{right:8px}.PropertyCard-module__vCf2VG__imageDots{z-index:10;gap:4px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.PropertyCard-module__vCf2VG__dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:background .2s;box-shadow:0 0 2px #00000080}.PropertyCard-module__vCf2VG__dotActive{background:#fff;transform:scale(1.1)}.PropertyCard-module__vCf2VG__dotSmall{opacity:.8;transform:scale(.6)}.PropertyCard-module__vCf2VG__cardContent{padding:var(--ds-card-padding);overflow:hidden}.PropertyCard-module__vCf2VG__price{font-size:1.18rem;font-weight:var(--font-weight-medium);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PropertyCard-module__vCf2VG__pricePerAreaLine{color:#888;align-items:center;gap:6px;min-width:0;margin-top:1px;font-size:.72rem;line-height:1.25;display:flex}.PropertyCard-module__vCf2VG__pricePerAreaLine span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.PropertyCard-module__vCf2VG__lowestPriceLabel{border:1px solid var(--success-border);background:var(--success-soft);color:var(--success);border-radius:999px;flex-shrink:0;align-items:center;padding:1px 6px;font-size:.62rem;font-weight:500;line-height:1.2;display:inline-flex}.PropertyCard-module__vCf2VG__details{color:var(--text-primary);font-weight:var(--font-weight-body);flex-wrap:wrap;gap:.5rem 1rem;margin:.25rem 0;font-size:.9rem;display:flex}.PropertyCard-module__vCf2VG__cardTitle{font-size:.82rem;font-weight:var(--font-weight-body);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:1px;overflow:hidden}.PropertyCard-module__vCf2VG__address{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}
.HomesForYou-module__EqrTaW__section{background:#f8f9fb;padding:clamp(36px,5vw,52px) 0}.HomesForYou-module__EqrTaW__featuredSection{background:#fff;padding:clamp(40px,5vw,56px) 0}.HomesForYou-module__EqrTaW__trendingSection{border-top:1px solid var(--gray-100);padding:clamp(40px,5vw,56px) 0}.HomesForYou-module__EqrTaW__container{max-width:var(--ds-max);margin:0 auto;padding:0 20px}.HomesForYou-module__EqrTaW__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.HomesForYou-module__EqrTaW__title{font-size:1.5rem;font-weight:var(--font-weight-semibold);color:#1a1a1a;margin:0 0 .25rem;line-height:1.3}.HomesForYou-module__EqrTaW__eyebrow{color:var(--gold);font-size:.68rem;font-weight:var(--font-weight-medium);letter-spacing:.18em;text-transform:uppercase;margin:0 0 .35rem;line-height:1}.HomesForYou-module__EqrTaW__subtitle{color:#888;font-size:.9rem;font-weight:var(--font-weight-body);margin:0}.HomesForYou-module__EqrTaW__navArrows{flex-shrink:0;align-items:center;gap:8px;display:flex}.HomesForYou-module__EqrTaW__filterRow{flex-wrap:wrap;align-items:center;gap:8px;margin:-.35rem 0 1.5rem;display:flex}.HomesForYou-module__EqrTaW__filterButton{min-width:56px;color:var(--brand-navy);cursor:pointer;font:inherit;font-size:.82rem;font-weight:var(--font-weight-medium);background:#fff;border:1px solid #dfe5ec;border-radius:999px;padding:.65rem 1rem;line-height:1;transition:background .15s,border-color .15s,color .15s}.HomesForYou-module__EqrTaW__filterButton:hover{border-color:#b9c3d0}.HomesForYou-module__EqrTaW__filterButtonActive{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff}.HomesForYou-module__EqrTaW__arrowBtn{cursor:pointer;color:#333;background:#fff;border:1px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex}.HomesForYou-module__EqrTaW__arrowBtn:hover:not(.HomesForYou-module__EqrTaW__arrowDisabled){border-color:#999;box-shadow:0 2px 6px #0000001f}.HomesForYou-module__EqrTaW__arrowDisabled{opacity:.35;cursor:default}.HomesForYou-module__EqrTaW__carouselWrapper{position:relative}.HomesForYou-module__EqrTaW__carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.HomesForYou-module__EqrTaW__carousel::-webkit-scrollbar{display:none}.HomesForYou-module__EqrTaW__cardWrapper{scroll-snap-align:start;flex:0 0 calc(33.333% - 11px);min-width:280px}.HomesForYou-module__EqrTaW__cardWrapper>div{cursor:pointer}.HomesForYou-module__EqrTaW__loadingCard{background-color:#eceff3;background-image:linear-gradient(90deg,#fff0 0%,#ffffffb3 50%,#fff0 100%),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:220% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:12px;min-height:380px;animation:1.4s ease-in-out infinite HomesForYou-module__EqrTaW__cardPulse}@keyframes HomesForYou-module__EqrTaW__cardPulse{0%{background-position:120% 0}to{background-position:-120% 0}}.HomesForYou-module__EqrTaW__seeMoreCard{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0;border-radius:12px;height:100%;min-height:380px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.HomesForYou-module__EqrTaW__seeMoreCard:hover{border-color:var(--primary,var(--brand-navy));transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.HomesForYou-module__EqrTaW__seeMoreCardContent{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.HomesForYou-module__EqrTaW__seeMoreIcon{width:64px;height:64px;color:var(--primary,var(--brand-navy));background:#f0f7ff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.HomesForYou-module__EqrTaW__seeMoreText{font-size:1.1rem;font-weight:var(--font-weight-medium);margin-bottom:.5rem}.HomesForYou-module__EqrTaW__seeMoreSubtext{color:#666;font-size:.85rem;line-height:1.4}@media (max-width:640px){.HomesForYou-module__EqrTaW__seeMoreCard{min-height:200px}}@media (max-width:960px){.HomesForYou-module__EqrTaW__cardWrapper{flex:0 0 calc(50% - 8px);min-width:260px}}@media (max-width:640px){.HomesForYou-module__EqrTaW__section,.HomesForYou-module__EqrTaW__featuredSection,.HomesForYou-module__EqrTaW__trendingSection{padding:32px 0}.HomesForYou-module__EqrTaW__title{font-size:1.2rem}.HomesForYou-module__EqrTaW__subtitle{font-size:.8rem}.HomesForYou-module__EqrTaW__navArrows{gap:4px}.HomesForYou-module__EqrTaW__arrowBtn{width:32px;height:32px}.HomesForYou-module__EqrTaW__arrowBtn svg{width:16px;height:16px}.HomesForYou-module__EqrTaW__cardWrapper{flex:0 0 80%;min-width:240px}}
.page-module__hqSXgq__page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;min-height:100vh;font-family:var(--font-main);background-color:var(--background);justify-content:center;align-items:center;display:flex}.page-module__hqSXgq__main{background-color:var(--foreground);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;min-height:100vh;padding:120px 60px;display:flex}.page-module__hqSXgq__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module__hqSXgq__intro h1{max-width:320px;font-size:40px;font-weight:var(--font-weight-heading);letter-spacing:0;text-wrap:balance;color:var(--text-primary);line-height:48px}.page-module__hqSXgq__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module__hqSXgq__intro a{font-weight:var(--font-weight-medium);color:var(--text-primary)}.page-module__hqSXgq__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module__hqSXgq__ctas a{cursor:pointer;width:fit-content;height:40px;font-weight:var(--font-weight-medium);border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;padding:0 16px;transition:all .2s;display:flex}a.page-module__hqSXgq__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module__hqSXgq__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module__hqSXgq__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module__hqSXgq__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:600px){.page-module__hqSXgq__main{padding:32px 16px}.page-module__hqSXgq__intro{gap:16px}.page-module__hqSXgq__intro h1{letter-spacing:-1px;font-size:28px;line-height:36px}}.page-module__hqSXgq__heroTitle{font-size:3.5rem;font-weight:var(--font-weight-heading);text-shadow:0 2px 10px #00000080;margin-bottom:2rem;line-height:1.1}@media (max-width:600px){.page-module__hqSXgq__heroTitle{margin-bottom:1.5rem;font-size:2rem}}@media (prefers-color-scheme:dark){.page-module__hqSXgq__logo{filter:invert()}.page-module__hqSXgq__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}.page-module__hqSXgq__heroSection{border-bottom:1px solid var(--gray-100);background:#fff;padding:clamp(24px,4vw,44px) clamp(20px,4vw,40px) 0}@media (max-width:600px){.page-module__hqSXgq__heroSection{padding-top:24px}}.page-module__hqSXgq__heroSearchModeToggle{border:1px solid var(--gray-200);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:4px;margin-bottom:10px;padding:4px;display:inline-flex;box-shadow:0 2px 8px #0f1e350f}.page-module__hqSXgq__heroSearchModeToggle button{min-width:84px;color:var(--gray-600);cursor:pointer;font:inherit;font-size:13px;font-weight:var(--font-weight-medium);background:0 0;border:0;border-radius:6px;padding:9px 14px;line-height:1}.page-module__hqSXgq__heroSearchModeToggle button.page-module__hqSXgq__heroSearchModeActive{background:var(--brand-navy);color:#fff}.page-module__hqSXgq__heroSearchBar{text-align:left}.page-module__hqSXgq__heroSearchBar>div>div:first-child{min-height:52px;border-color:var(--gray-200)!important;box-shadow:0 4px 20px #0f1e3514!important}.page-module__hqSXgq__provinceDirectory{border-top:1px solid var(--gray-100);grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:36px;padding-top:28px;display:grid}.page-module__hqSXgq__provinceDisclosure{color:var(--gray-600)}.page-module__hqSXgq__provinceDisclosure+.page-module__hqSXgq__provinceDisclosure{border-top:0;margin-top:0;padding-top:0}.page-module__hqSXgq__provinceSummary{min-height:36px;color:var(--gray-400);cursor:pointer;letter-spacing:2px;text-transform:uppercase;justify-content:flex-start;align-items:center;gap:8px;font-size:11px;font-weight:400;list-style:none;display:flex}.page-module__hqSXgq__provinceSummary::-webkit-details-marker{display:none}.page-module__hqSXgq__provinceSummaryIcon{width:0;height:0;color:var(--gray-500);border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:6px solid;flex:none;transition:transform .15s}.page-module__hqSXgq__provinceDisclosure[open] .page-module__hqSXgq__provinceSummaryIcon{transform:rotate(90deg)}.page-module__hqSXgq__provinceLinkGrid{flex-wrap:wrap;gap:8px;padding-top:16px;display:flex}.page-module__hqSXgq__provinceLink{border:1px solid var(--gray-200);color:var(--gray-600);white-space:nowrap;background:#fff;border-radius:100px;padding:5px 14px;font-size:13px;font-weight:400;text-decoration:none;transition:all .15s}.page-module__hqSXgq__provinceLink:hover,.page-module__hqSXgq__provinceLink:focus-visible{border-color:var(--gold);color:var(--navy)}.page-module__hqSXgq__heroStatsGrid{border-top:1px solid var(--gray-100);grid-template-columns:repeat(4,minmax(0,1fr));max-width:640px;margin:40px auto 0;padding:32px 0 40px;display:grid}.page-module__hqSXgq__heroStatItem{text-align:center;min-width:0;padding:0 18px;position:relative}.page-module__hqSXgq__heroStatItem:not(:last-child):after{content:"";background:var(--gray-100);width:1px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.page-module__hqSXgq__heroStatNumber{font-family:var(--font-primary);color:var(--navy);font-size:28px;font-weight:400;line-height:1}.page-module__hqSXgq__heroStatLabel{letter-spacing:1.5px;text-transform:uppercase;color:var(--gray-400);margin-top:4px;font-size:11px;font-weight:400;line-height:1.35}@media (max-width:600px){.page-module__hqSXgq__provinceDirectory{grid-template-columns:1fr;gap:18px}.page-module__hqSXgq__provinceDisclosure+.page-module__hqSXgq__provinceDisclosure{border-top:1px solid var(--gray-100);padding-top:18px}.page-module__hqSXgq__heroStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:26px;max-width:420px;margin-top:32px;padding:28px 0 36px}.page-module__hqSXgq__heroStatItem:nth-child(2):after{display:none}.page-module__hqSXgq__heroStatItem:nth-child(odd){padding-left:0}.page-module__hqSXgq__heroStatItem:nth-child(2n){padding-right:0}}.page-module__hqSXgq__statsStrip{background:var(--navy);padding:0 clamp(20px,4vw,40px)}.page-module__hqSXgq__statsStripGrid{max-width:var(--ds-max);grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;margin:0 auto;display:grid}.page-module__hqSXgq__statsStripItem{border-right:1px solid #ffffff14;align-items:center;gap:14px;min-width:0;padding:28px 20px;display:flex}.page-module__hqSXgq__statsStripItem:first-child{padding-left:0}.page-module__hqSXgq__statsStripItem:last-child{border-right:0;padding-right:0}.page-module__hqSXgq__statsStripIcon{background:#d4a8431f;border-radius:8px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.page-module__hqSXgq__statsStripPrimary{font-family:var(--font-primary);color:#fff;font-size:20px;font-weight:400;line-height:1.1}.page-module__hqSXgq__statsStripSecondary{letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-top:4px;font-size:11px;font-weight:400;line-height:1.35}.page-module__hqSXgq__homepageBand{padding:clamp(40px,5vw,56px) clamp(20px,4vw,40px)}.page-module__hqSXgq__browseAreaSection,.page-module__hqSXgq__agentSection{background:var(--gray-50);border-top:1px solid var(--gray-100)}.page-module__hqSXgq__resoSection{background:var(--navy)}.page-module__hqSXgq__resoCalloutGrid{max-width:var(--ds-max);grid-template-columns:1fr auto;align-items:center;gap:60px;margin:0 auto;display:grid}.page-module__hqSXgq__resoCalloutButtons{flex-direction:column;align-items:flex-end;gap:14px;display:flex}@media (max-width:800px){.page-module__hqSXgq__statsStrip{padding:18px 20px}.page-module__hqSXgq__statsStripGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.page-module__hqSXgq__statsStripItem{border-bottom:1px solid #ffffff14;border-right:0;align-items:flex-start;padding:18px 0}.page-module__hqSXgq__statsStripItem:nth-child(odd){padding-right:16px}.page-module__hqSXgq__statsStripItem:nth-child(2n){padding-left:16px}.page-module__hqSXgq__statsStripItem:last-child:nth-child(odd){border-bottom:0;grid-column:1/-1;max-width:260px}.page-module__hqSXgq__statsStripPrimary{font-size:18px}.page-module__hqSXgq__statsStripSecondary{letter-spacing:1.4px;font-size:10px}.page-module__hqSXgq__resoCalloutGrid{grid-template-columns:1fr;gap:32px}.page-module__hqSXgq__resoCalloutButtons{flex-flow:wrap;align-items:flex-start}}.page-module__hqSXgq__agentFeaturesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2px;display:grid}@media (max-width:640px){.page-module__hqSXgq__homepageBand{padding-top:32px;padding-bottom:32px}.page-module__hqSXgq__agentFeaturesGrid>div{border-radius:10px!important}}