:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#e6f2ec;--bg-strong:#d7eadf;--surface:#f8fcf9e0;--surface-strong:#fff;--surface-soft:#ffffffb3;--ink:#16352c;--muted:#5d786d;--line:#123e311a;--line-strong:#123e312e;--accent:#25d366;--accent-strong:#128c7e;--accent-deep:#0f6f63;--accent-soft:#25d3661f;--shadow:0 24px 60px #0c2f261f;--radius-xl:30px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px}*{box-sizing:border-box}html,body{background:radial-gradient(circle at top left, #25d3662e, transparent 28%), radial-gradient(circle at top right, #128c7e2e, transparent 26%), linear-gradient(180deg, #f4fbf7 0%, var(--bg) 48%, var(--bg-strong) 100%);min-height:100%;color:var(--ink);margin:0;padding:0;font-family:DM Sans,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;position:relative;overflow-x:clip}.app-shell__glow{z-index:0;filter:blur(32px);opacity:.4;pointer-events:none;border-radius:999px;width:32rem;height:32rem;position:fixed}.app-shell__glow--left{background:#25d36633;top:-10rem;left:-8rem}.app-shell__glow--right{background:#128c7e2e;bottom:-8rem;right:-8rem}.site-shell{z-index:1;max-width:1480px;margin:0 auto;padding:28px 20px 56px;position:relative}.site-header{border:1px solid var(--line);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);background:#f8fcf9d1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:28px;padding:18px 20px;display:grid}.brand-wrap,.header-actions{align-items:center;gap:14px;display:flex}.brand-wrap{min-width:0}.brand{align-items:center;gap:14px;min-width:0;display:inline-flex}.brand__badge{color:#fff;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:18px;place-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:800;display:grid;box-shadow:0 16px 32px #128c7e47}.brand__title,.brand__subtitle{display:block}.brand__title{letter-spacing:-.03em;font-size:1.15rem;font-weight:800}.brand__subtitle,.muted{color:var(--muted)}.brand__subtitle{max-width:32rem;margin-top:3px;font-size:.95rem}.nav-links{white-space:nowrap;background:#123e310d;border-radius:999px;flex-wrap:nowrap;gap:8px;padding:5px;display:flex}.nav-links a,.search-form button,.primary-button,.ghost-button{transition:background-color .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s}.nav-links a{min-height:40px;color:var(--muted);border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-weight:600;display:inline-flex}.nav-links__label{line-height:1}.header-actions{flex-wrap:nowrap;justify-content:flex-end}.header-auth-button{flex:none}.nav-links__badge{background:var(--accent-deep);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.45rem;height:1.45rem;padding:0 .38rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.nav-links a:hover,.nav-links a:focus-visible{color:var(--ink);background:#128c7e1f}.page-grid{grid-template-columns:340px minmax(0,1fr);gap:22px;display:grid}.panel,.listing-card,.hero{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.panel,.hero{padding:24px}.hero{color:#fff;background:linear-gradient(135deg,#128c7eeb,#25d366c7),linear-gradient(#ffffff1f,#0000);margin-bottom:24px;position:relative;overflow:hidden}.hero:after{content:"";background:#ffffff24;border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -5% -25% auto}.hero h1,.detail-hero h1{letter-spacing:-.05em;margin:10px 0 12px;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.02}.hero p{color:#ffffffd6;max-width:42rem;margin:0;font-size:1.04rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ffffffbd;align-items:center;gap:8px;font-size:.78rem;font-weight:800;display:inline-flex}.panel .eyebrow{color:var(--accent-deep)}.search-form{gap:14px;display:grid}.search-form__group{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.search-form__advanced{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffff8f;gap:12px;padding:14px 16px;display:grid}.search-form__advanced summary{cursor:pointer;color:var(--accent-deep);font-weight:700}.search-form__advanced-fields{gap:12px;padding-top:8px;display:grid}.search-form__actions{flex-wrap:wrap;gap:10px;display:flex}.search-form label,.stack{gap:10px;display:grid}.stack--tight{gap:6px}.search-form label{color:var(--ink);font-size:.94rem;font-weight:600}.search-form input,.search-form select,.search-form textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);width:100%;color:var(--ink);outline:none;padding:13px 14px}.search-form input:focus,.search-form select:focus,.search-form textarea:focus{border-color:#128c7e6b;box-shadow:0 0 0 4px #25d3661f}.search-form button,.primary-button,.ghost-button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 16px;font-weight:700;display:inline-flex}.search-form button,.primary-button{color:#fff;background:linear-gradient(135deg, var(--accent-strong), var(--accent));box-shadow:0 12px 24px #128c7e2e}.ghost-button{color:var(--accent-deep);background:#ffffffbd;border-color:#128c7e2e}.search-form button:hover,.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.search-form button:disabled,.primary-button:disabled,.ghost-button:disabled{cursor:default;opacity:.7;transform:none}.follow-button{min-width:min(100%,240px)}.follow-button__status{font-size:.86rem;line-height:1.4}.listings-grid,.dashboard-grid{gap:16px;display:grid}.listings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.listings-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.listing-card{--source-accent:var(--accent-deep);--source-soft:#0f6f631f;background:linear-gradient(#fffffff7,#f2f9f4eb);gap:18px;padding:22px;display:grid}.listing-card--compact{gap:14px;padding:16px}.listing-card h3,.detail-meta h2,.panel h2,.listing-card p{margin:0}.notification-card{background:linear-gradient(#fffffff5,#f0f9f3eb)}.listing-card--utility,.panel--utility{background:#fafcfaeb}.price-row,.chip-row,.inline-actions,.dashboard-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-header{justify-content:space-between}.card-actions{margin-top:2px}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:4px 0 8px;display:flex}.pagination__status{color:var(--muted);font-weight:700}.pagination__disabled{pointer-events:none}.price{letter-spacing:-.04em;font-size:1.7rem;font-weight:800}.chip{min-height:32px;color:var(--accent-deep);background:#128c7e14;border:1px solid #128c7e24;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:.86rem;font-weight:700;display:inline-flex}.chip--strong{color:#fff;background:linear-gradient(135deg, var(--accent-strong), var(--accent));border-color:#0000}.chip--area-small{color:#115e7b;background:#137ab41a;border-color:#137ab42e}.chip--area-medium{background:#128c7e1f}.chip--area-large{color:#8a4c0d;background:#c2781e1f;border-color:#c2781e33}.chip--area-huge{color:#6f2d90;background:#782fa01f;border-color:#782fa033}.detail-grid{gap:20px;display:grid}.detail-hero{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:20px;display:grid}.detail-hero--listing{align-items:start}.detail-sections{gap:20px;display:grid}.detail-sidebar{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffc2;gap:18px;padding:20px;display:grid}.detail-sidebar__actions{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.detail-sidebar__actions>.ghost-button{flex:none}.detail-sidebar__primary-price{letter-spacing:-.05em;margin-top:10px;font-size:2rem;font-weight:800}.detail-sidebar__price-grid{gap:12px;margin-top:16px;display:grid}.meta-item--deadline{background:#128c7e14;border-color:#128c7e3d}.meta-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.meta-item{background:var(--surface-soft);border-radius:var(--radius-md);border:1px solid var(--line);padding:15px}.meta-item strong{margin-bottom:6px;display:block}.empty-state{border-radius:var(--radius-md);color:var(--muted);background:#123e310d;padding:18px}.error-text{color:#b91c1c}.control-panel{align-self:start;position:sticky;top:20px}.save-search-panel{gap:14px;display:grid}.results-summary{gap:16px;display:grid}.quick-filters-panel,.quick-filters-panel__groups,.quick-filters-panel__group{gap:14px;display:grid}.quick-filters-panel__group strong{font-size:.92rem}.quick-filters-panel__list{flex-wrap:wrap;gap:10px;display:flex}.quick-filters-panel__footer{justify-content:flex-end;display:flex}.quick-filters-panel__toggle{min-height:38px;padding:8px 14px;font-size:.85rem}.quick-filter-chip{background:#ffffffd1}.quick-filter-chip--neighborhoods{max-width:100%}.quick-filter-chip--active{color:#fff;background:linear-gradient(135deg, var(--accent-strong), var(--accent));border-color:#0000;box-shadow:0 12px 24px #128c7e29}.results-summary__stats{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.source-identity{border:1px solid color-mix(in srgb, var(--source-accent) 14%, transparent);background:linear-gradient(135deg, var(--source-soft), #ffffffd1);min-width:0;color:var(--source-accent);border-radius:18px;align-items:center;gap:10px;padding:8px 12px 8px 8px;display:inline-flex}.source-identity--compact{padding:7px 10px 7px 7px}.source-identity__logo{background:#fff;border-radius:12px;flex:none;place-items:center;width:34px;height:34px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #123e310f}.source-identity__logo img{object-fit:contain;width:18px;height:18px}.source-identity__logo>span{letter-spacing:.06em;font-size:.8rem;font-weight:800}.source-identity__copy{gap:2px;min-width:0;display:grid}.source-identity__copy strong{color:var(--ink);font-size:.92rem}.source-identity__label{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.view-toggle{background:#123e310f;border:1px solid #123e3114;border-radius:999px;align-items:center;gap:6px;padding:4px;display:inline-flex}.view-toggle__option{min-height:34px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.88rem;font-weight:700;display:inline-flex}.view-toggle__option--active{color:var(--ink);background:#fff;box-shadow:0 6px 18px #0c2f261a}.property-badge{min-height:38px;color:var(--accent-deep);background:#0f6f6314;border:1px solid #0f6f6324;border-radius:999px;align-items:center;gap:10px;padding:6px 12px 6px 8px;font-weight:700;display:inline-flex}.property-badge__icon{width:28px;height:28px;color:var(--accent-deep);background:#fff;border-radius:999px;place-items:center;display:grid}.property-badge__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.listing-card__topline,.listing-card__identity,.listing-card__price-grid,.listing-card__facts,.notification-preview{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.listing-card__source-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.listing-card__topline{justify-content:flex-start}.listing-card__identity{gap:8px}.listing-card__content{gap:16px;display:grid}.listing-card__media,.detail-image{border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(135deg,#128c7e24,#25d3661a),#ffffffb3;min-height:220px;position:relative;overflow:hidden}.listing-card--compact .listing-card__media{min-height:150px}.listing-card__media img,.detail-image img{object-fit:cover;width:100%;height:100%;display:block}.listing-card__media--placeholder,.detail-image--placeholder{text-align:center;color:var(--accent-deep);place-items:center;gap:6px;padding:24px;display:grid}.listing-card__media--placeholder strong,.detail-image--placeholder strong{color:var(--ink)}.listing-card__location{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0;font-size:.85rem;font-weight:700}.listing-card__deadline{background:color-mix(in srgb, var(--source-accent) 10%, white);color:var(--source-accent);border-radius:999px;padding:7px 10px;font-size:.84rem;font-weight:700}.listing-card__price-block{gap:8px;display:grid}.listing-card__price-grid{gap:8px 14px}.fact-pill{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#123e310d;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:.86rem;display:inline-flex}.listing-card--compact .price{font-size:1.45rem}.listing-card--compact .fact-pill{min-height:30px;padding:6px 10px;font-size:.8rem}.listing-card--compact .listing-card__facts,.listing-card--compact .card-actions{gap:8px}.listing-card--compact .source-identity__copy strong{font-size:.84rem}.listing-card--compact .source-identity__label{font-size:.62rem}.chip--summary{width:fit-content}.ghost-button svg,.primary-button svg{flex:none;width:16px;height:16px}.fact-pill strong{color:var(--ink);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.notification-preview{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffad;gap:4px;padding:12px 14px;display:grid}.auth-panel{max-width:480px;margin:0 auto}@media (max-width:980px){.site-header,.header-actions{flex-direction:column;align-items:stretch}.site-header{grid-template-columns:1fr}.nav-links{white-space:normal;flex-wrap:wrap;justify-content:center}.page-grid,.detail-hero,.dashboard-grid{grid-template-columns:1fr}.listings-grid,.listings-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.control-panel{position:static}}@media (max-width:1180px){.brand__subtitle{display:none}.nav-links a{padding-inline:12px}}@media (max-width:720px){.site-shell{padding:18px 14px 40px}.site-header,.panel,.hero,.listing-card{border-radius:22px}.hero h1,.detail-hero h1{font-size:2rem}.nav-links{gap:6px;padding:4px}.nav-links a{text-align:center;flex:calc(50% - 6px)}.listings-grid,.listings-grid--compact{grid-template-columns:1fr}.search-form__group{grid-template-columns:1fr;display:grid}.listing-card__topline,.listing-card__source-header{display:grid}.results-summary__stats{justify-content:flex-start}}
