:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--mobile-carousel-h:120px;--motion-fast:.1s;--motion-ui:.16s;--motion-panel:.24s;--ease-out:cubic-bezier(.33, 1, .68, 1);--ease-press:cubic-bezier(.2, 0, 0, 1);--press-scale:.97;--press-scale-icon:.96;--bg:#faf9f5;--panel:#f0ede8;--surface:#fff;--line:#e2ddd6;--line-dark:#d9d3cc;--text:#1c1a16;--text-inv:#f5f2eb;--muted:#7d7560;--placeholder:#a89e8c;--primary:#c96442;--primary-tint:#f5e8e0;--dark-hover:#3a3830;--bubble-user:#e9e4d9;--bubble-agent:#fff;--tab-active:#e8e3d9;--media-bg:#eef2f7;--scrim:#1c1a1680;--bg-glass:#faf9f5e0}*{box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}@supports (height:100dvh){html,body{height:calc(100dvh + env(safe-area-inset-bottom,0px))}}#app,#explorerPanel{height:100%;position:fixed;top:0;left:0;right:0;overflow:hidden}@supports (height:100dvh){#app,#explorerPanel{height:calc(100dvh + env(safe-area-inset-bottom,0px))}}body{color:var(--text);background:var(--bg);overscroll-behavior:none;margin:0;font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Helvetica Neue,sans-serif}.welcome-overlay{z-index:3000;padding:max(clamp(72px, 12vh, 120px), calc(env(safe-area-inset-top) + 56px)) clamp(20px, 4vw, 56px) max(28px, env(safe-area-inset-bottom));background:var(--bg);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow:hidden auto}.welcome-overlay.is-leaving{pointer-events:none}.welcome-language{top:max(clamp(16px, 3vw, 28px), env(safe-area-inset-top));right:max(clamp(16px, 3vw, 28px), env(safe-area-inset-right));z-index:2;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 72%, transparent);border-radius:10px;gap:.15rem;padding:.18rem;display:inline-flex;position:absolute}.welcome-language button{color:var(--muted);font:inherit;cursor:pointer;transition:background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out);background:0 0;border:none;border-radius:7px;padding:.32rem .5rem;font-size:.72rem;font-weight:800}.welcome-language button:hover{color:var(--text)}.welcome-language button.active{background:var(--text);color:var(--text-inv)}.welcome-language button:active{opacity:.88}.welcome-main{flex-direction:column;align-items:flex-start;gap:1.1rem;width:100%;max-width:min(56rem,100%);display:flex}.welcome-kicker{color:var(--primary);letter-spacing:-.05em;margin:0;padding-bottom:.06em;font-size:clamp(3.2rem,10vw,6rem);font-weight:820;line-height:1;overflow:visible}.welcome-search{width:100%;position:relative}.welcome-search input{appearance:none;border:1.5px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--text);font:inherit;transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);border-radius:18px;outline:none;padding:1.15rem 3.8rem 1.15rem 1.25rem;font-size:1.08rem;box-shadow:0 10px 28px #1c1a160d}.welcome-search input:focus{border-color:var(--primary);box-shadow:0 10px 28px #1c1a160d, 0 0 0 3px color-mix(in srgb, var(--primary) 16%, transparent)}.welcome-search button{background:var(--text);width:2.45rem;height:2.45rem;color:var(--text-inv);font:inherit;cursor:pointer;transition:background var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-press), opacity var(--motion-fast) var(--ease-out);border:none;border-radius:50%;margin-top:-1.225rem;padding:0;font-size:1.15rem;font-weight:850;line-height:1;position:absolute;top:50%;right:.6rem}.welcome-search button:hover{background:var(--dark-hover)}.welcome-search button:active{transform:scale(var(--press-scale-icon))}.welcome-cities{flex-wrap:wrap;align-items:flex-end;gap:.45rem .5rem;width:100%;min-height:4.75rem;display:flex}.welcome-chip{border:1px solid var(--line);background:var(--surface);max-width:100%;color:var(--text);font:inherit;cursor:pointer;touch-action:manipulation;transition:border-color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-press);border-radius:999px;align-items:baseline;font-weight:700;line-height:1.2;display:inline-flex}.welcome-chip.size-1{padding:.38rem .72rem;font-size:.78rem;font-weight:650}.welcome-chip.size-2{padding:.48rem .86rem;font-size:.9rem}.welcome-chip.size-3{padding:.6rem 1.02rem;font-size:1.05rem}.welcome-chip.size-4{padding:.72rem 1.18rem;font-size:1.22rem;font-weight:800}.welcome-chip:hover,.welcome-chip:focus-visible{border-color:var(--primary);background:var(--primary-tint);outline:none}.welcome-chip:active{transform:scale(var(--press-scale));opacity:.92}.welcome-empty{color:var(--muted);align-items:flex-end;min-height:4.75rem;margin:0;font-size:.88rem;font-weight:650;display:flex}@media (width<=720px){.welcome-overlay{padding:max(88px, calc(env(safe-area-inset-top) + 64px)) 20px max(28px, env(safe-area-inset-bottom))}.welcome-main{gap:1rem;max-width:none}.welcome-kicker{font-size:clamp(2.8rem,14vw,4.2rem)}.welcome-cities:not(.is-filtered) .welcome-chip:nth-of-type(n+7){display:none}}.topbar{border-bottom:1px solid var(--line);background:var(--panel);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.topbar h1{letter-spacing:.02em;margin:0;font-size:1.05rem}.layout{grid-template-columns:var(--sidebar-w,50%) 1fr;grid-template-rows:minmax(0,1fr);gap:0;min-width:0;max-width:100%;height:100%;padding:0;display:grid;position:relative;overflow:hidden}.layout.sidebar-collapsed{grid-template-columns:0 1fr}.layout.sidebar-collapsed .filters{opacity:0;pointer-events:none;border-right:none;min-width:0;width:0!important}.layout.sidebar-collapsed .sidebar-toggle{left:0}.resize-handle{top:0;bottom:0;left:var(--sidebar-w,50%);cursor:col-resize;z-index:100;background:0 0;width:6px;transition:background .12s;position:absolute;transform:translate(-3px)}.resize-handle:hover,.resize-handle.dragging{background:var(--primary);opacity:.35}.layout.sidebar-collapsed .resize-handle{pointer-events:none;opacity:0}.sidebar-toggle{top:50%;left:var(--sidebar-w,50%);border:1px solid var(--line);background:var(--panel);width:18px;height:36px;color:var(--muted);cursor:pointer;z-index:102;border-left:none;border-radius:0 7px 7px 0;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;transition:background .12s,color .12s;display:flex;position:absolute;transform:translateY(-50%)translate(1px);box-shadow:2px 0 5px #00000012}.sidebar-toggle:hover{background:var(--bg);color:var(--text)}.mobile-sidebar-backdrop{display:none}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:1rem}h2{margin:0 0 .8rem;font-size:1rem}.muted{color:var(--muted);margin:0;font-size:.9rem}.filter-grid{gap:.7rem;display:grid}.filters{background:var(--panel);border:none;border-right:1px solid var(--line);border-radius:0;flex-direction:column;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.mobile-chat-swipe-shell{display:contents}.filter-bubble-row{flex-wrap:wrap;gap:.38rem;display:flex}.chat-filter-strip{background:0 0;padding:.5rem .58rem .32rem;position:relative}.chat-filter-fade{pointer-events:none;background:linear-gradient(#f8fafc00,#f8fafcf5);height:18px;position:absolute;bottom:0;left:0;right:0}.filter-bubble{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;flex-direction:column;gap:.02rem;min-width:0;padding:.28rem .65rem .3rem;transition:background .12s,border-color .12s;display:flex}.filter-bubble .bubble-value{white-space:nowrap;font-size:.78rem;font-weight:600;line-height:1.2}.filter-bubble.inactive{color:var(--muted);background:#ffffffc2}.filter-bubble.inactive .bubble-value{font-weight:500}.filter-popover-scrim{z-index:35;cursor:default;background:#1c1a1661;border:0;padding:0;position:fixed;inset:0}.chat-tabs-bar{border-bottom:1px solid var(--line);background:var(--panel);flex-shrink:0;align-items:center;gap:.3rem;padding:.55rem .65rem .45rem;display:flex}.chat-tab-strip{flex:1;align-items:center;gap:.22rem;min-width:0;display:flex;overflow-x:auto}.chat-tab{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex-shrink:0;align-items:center;gap:.28rem;min-width:80px;max-width:130px;padding:.28rem .45rem;transition:background .12s;display:flex}.chat-tab:hover{background:var(--tab-active)}.chat-tab.active{background:var(--tab-active);border-color:var(--line)}.chat-tab-title{text-overflow:ellipsis;white-space:nowrap;color:var(--text);flex:1;font-size:.73rem;font-weight:500;overflow:hidden}.chat-tab-close{color:var(--muted);opacity:.5;flex-shrink:0;font-size:.8rem;line-height:1}.chat-tab-add{border:1px solid var(--line);width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;line-height:1;transition:background .12s;display:flex}.chat-tab-add:hover{background:var(--tab-active)}.filter-bubbles-strip{z-index:45;border-bottom:1px solid var(--line);background:var(--panel);flex-wrap:wrap;flex-shrink:0;gap:.3rem;padding:.45rem .65rem .58rem;display:flex;position:relative}.search-context-shell{z-index:70;flex-shrink:0;position:relative}.filter-bubbles-strip--unified{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:.35rem;padding:.5rem .65rem .55rem;display:flex;overflow:auto hidden}.filter-bubbles-strip--unified::-webkit-scrollbar{display:none}.filter-bubbles-strip--unified>.settings-inline-btn,.filter-bubbles-strip--unified>.type-toggle-group,.filter-bubbles-strip--unified>.filter-bubble,.filter-bubbles-strip--unified .user-profile-bubble{flex:none}.filter-bubble{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease, opacity var(--motion-fast) ease, color var(--motion-fast) ease;white-space:nowrap;touch-action:manipulation;border-radius:8px;flex-direction:column;flex-shrink:0;gap:.01rem;min-height:2rem;padding:.26rem .55rem;display:flex}.filter-bubble:active{opacity:.88}.filter-bubble .bubble-title{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;line-height:1}.filter-bubble .bubble-value{font-size:.77rem;font-weight:600;line-height:1.2}.filter-bubble:hover,.filter-bubble.active{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}.filter-bubble.inactive{opacity:1;color:var(--muted);background:#ffffffd1;border-color:#2a27221f}.filter-bubble.inactive .bubble-title{color:#2a2722b3}.filter-bubble.inactive .bubble-value{color:#2a2722e6;font-weight:650}.filter-bubble--primary,.filter-bubble--primary:hover{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}.filter-bubble--primary .bubble-title{color:var(--primary);opacity:.65}.filter-bubble--primary.inactive{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}.search-context-bar{z-index:50;border-bottom:1px solid var(--line);background:var(--panel);flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .65rem .62rem;display:flex;position:relative}.filter-bubbles-strip--unified.search-context-bar{border-bottom:1px solid var(--line);padding:.5rem .65rem .55rem}.settings-inline-btn{border:1px solid var(--line);background:var(--bg);width:34px;height:34px;color:var(--muted);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, border-color var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.settings-inline-btn:hover,.settings-inline-btn.active{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 35%, var(--line));background:var(--primary-tint,#e8f3f1)}.settings-inline-btn:active{opacity:.88}.settings-inline-popover{z-index:60;border:1px solid var(--line);background:var(--surface,#fff);border-radius:14px;width:min(320px,100% - 1.3rem);position:absolute;top:calc(100% + .35rem);left:.65rem;overflow:hidden;box-shadow:0 10px 28px #0f172a24}.settings-inline-popover .settings-inline-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .7rem;display:flex}.settings-inline-popover .settings-inline-head strong{font-size:.86rem}.settings-inline-popover .settings-inline-head button{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1.2rem;line-height:1}.settings-inline-popover #settingsDrawer{height:auto;max-height:min(60vh,420px);position:static;overflow:auto}.type-toggle-group{background:var(--bg);border:1px solid var(--line);border-radius:999px;flex-shrink:0;gap:1px;padding:2px;display:flex}.type-toggle-btn{color:var(--muted);cursor:pointer;min-width:3.6rem;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;background:0 0;border:none;border-radius:999px;padding:.3rem .85rem;font-family:inherit;font-size:.82rem;font-weight:500}.type-toggle-btn.active{background:var(--primary);color:var(--text-inv)}.type-toggle-btn:active{opacity:.88}.city-context-btn{border:1px solid var(--line);background:var(--bg);min-width:0;color:var(--text);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;border-radius:999px;flex:1;align-items:center;gap:.4rem;padding:.32rem .7rem;font-family:inherit;font-size:.82rem;font-weight:500;display:flex;overflow:hidden}.city-context-btn:hover,.city-context-btn.active{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}.city-context-btn:active{opacity:.88}.city-context-btn svg{opacity:.6;flex-shrink:0}.city-search-input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);box-sizing:border-box;border-radius:8px;margin-bottom:.35rem;padding:.38rem .55rem;font-family:inherit;font-size:.85rem}.city-search-input:focus{border-color:var(--text);outline:none}.city-suggestions{flex-direction:column;gap:.12rem;max-height:240px;padding-right:.1rem;display:flex;overflow-y:auto}.city-suggestion-btn{text-align:left;cursor:pointer;min-height:2rem;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:6px;padding:.46rem .58rem;font-family:inherit;font-size:.86rem;line-height:1.35;transition:background 80ms;overflow:hidden}.city-suggestion-btn:hover,.city-suggestion-btn.selected{background:var(--primary-tint);color:var(--primary)}.city-suggestion-clear{color:var(--muted);border-bottom:1px solid var(--line);border-radius:0;margin-bottom:.2rem;padding-bottom:.45rem;font-size:.8rem}.city-suggestion-clear:hover{color:var(--text);background:0 0}.city-suggestion{text-align:left;cursor:pointer;min-height:2rem;color:var(--text);white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:6px;width:100%;padding:.46rem .58rem;font-family:inherit;font-size:.86rem;line-height:1.35;transition:background 80ms;overflow:hidden}.city-suggestion:hover,.city-suggestion.selected{background:var(--primary-tint);color:var(--primary)}.city-suggestion.sub-selected{background:var(--primary-tint);color:var(--primary);opacity:.7}.city-suggestion-sub-tag{opacity:.5;text-transform:uppercase;letter-spacing:.05em;margin-left:.4em;font-size:.65em}.city-clear-btn{border:1px solid var(--line);width:100%;color:var(--muted);cursor:pointer;text-align:center;background:0 0;border-radius:8px;margin-top:.4rem;padding:.38rem .6rem;font-family:inherit;font-size:.8rem;transition:background 80ms,color 80ms;display:block}.city-clear-btn:hover{background:var(--primary-tint);color:var(--primary)}.city-sub-selection{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;padding-bottom:.45rem;display:flex}.city-sub-chip{background:var(--primary-tint);color:var(--primary);border:1px solid var(--primary);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .4rem .2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.city-sub-chip-remove{width:1rem;height:1rem;color:var(--primary);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.7rem;line-height:1;display:inline-flex}.city-sub-chip-remove:hover{opacity:1;background:var(--primary);color:#fff}.filter-popover{z-index:40;border:1px solid var(--line);background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;padding:.72rem;position:absolute;top:5.5rem;left:.75rem;right:.75rem;box-shadow:0 18px 45px #131c2a29}.popover-head{justify-content:space-between;align-items:center;margin-bottom:.45rem;font-size:.85rem;display:flex}.agent-chat-panel{background:var(--bg);flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.agent-chat-thread{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.38rem;min-height:0;padding:.7rem .7rem .4rem;display:flex;overflow-y:auto}.agent-chat-empty{color:#2a2722b8;flex-direction:column;gap:.48rem;margin:0;display:flex}.agent-chat-empty.agent-message{max-width:min(25rem,92%)}.agent-chat-empty-mark{width:30px;height:30px;color:var(--primary);background:#c964421f;border-radius:999px;justify-content:center;align-items:center;font-size:.82rem;font-weight:900;display:inline-flex}.agent-chat-empty strong{color:var(--text);font-size:.98rem;line-height:1.2}.agent-chat-empty p{max-width:15rem;margin:0;font-size:.82rem;line-height:1.35}.agent-chat-empty-prompts{flex-wrap:wrap;gap:.36rem;padding-top:.1rem;display:flex}.agent-chat-empty-prompts button{color:#2a2722d6;font:inherit;cursor:pointer;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, opacity var(--motion-fast) ease, transform var(--motion-fast) var(--ease-press);touch-action:manipulation;background:#ffffff9e;border:1px solid #e2ddd6b8;border-radius:999px;padding:.3rem .5rem;font-size:.75rem;font-weight:700}.agent-chat-empty-prompts button:hover{background:#c9644214;border-color:#c9644261}.agent-chat-empty-prompts button:active{transform:scale(var(--press-scale));opacity:.9}.agent-message-enter{animation:.26s ease-out agent-message-enter}@keyframes agent-message-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dot-pulse{background:currentColor;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite dot-pulse;display:inline-block;box-shadow:-12px 0,12px 0}@keyframes dot-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.agent-thinking-bubble{color:color-mix(in srgb, var(--text) 76%, transparent);white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}.agent-thinking-mark{flex:none;width:18px;height:18px;animation:1.6s ease-in-out infinite agent-thinking-mark;display:inline-block;position:relative}.agent-thinking-mark span{opacity:.64;background:currentColor;border-radius:999px;display:block;position:absolute}.agent-thinking-mark span:first-child,.agent-thinking-mark span:nth-child(2){width:2px;height:12px;top:3px;left:8px}.agent-thinking-mark span:first-child{transform:rotate(45deg)}.agent-thinking-mark span:nth-child(2){transform:rotate(-45deg)}.agent-thinking-mark span:nth-child(3){opacity:.42;width:4px;height:4px;animation:1.6s ease-in-out infinite agent-thinking-spark;top:2px;right:1px}.agent-thinking-text{font-size:.84rem;line-height:1.25;animation:1.4s ease-in-out infinite agent-thinking-text}@keyframes agent-thinking-mark{0%,to{opacity:.48;transform:rotate(0)scale(.92)}50%{opacity:.95;transform:rotate(8deg)scale(1)}}@keyframes agent-thinking-text{0%,to{opacity:.62}50%{opacity:1}}@keyframes agent-thinking-spark{0%,to{opacity:.28;transform:translate(0)scale(.72)}50%{opacity:.72;transform:translate(-2px,2px)scale(1)}}.agent-message{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;letter-spacing:0;max-width:min(82%,34rem);font-size:.88rem;line-height:1.34}.agent-message-agent,.agent-message-assistant,.agent-message-thinking,.agent-thinking,.agent-message-error{background:var(--bubble-agent);color:var(--text);border:1px solid var(--line);border-radius:14px 14px 14px 5px;align-self:flex-start;padding:.45rem .68rem;box-shadow:0 1px 4px #1c1a160d}.agent-message-user{background:var(--primary);color:var(--text-inv);border-radius:14px 14px 5px;align-self:flex-end;padding:.45rem .7rem;box-shadow:0 1px 5px #c9644233}.agent-message-user.filter-sync-msg{color:var(--muted,#6b6560);box-shadow:none;background:0 0;border:1px dashed #1c1a1629;padding:.35rem .6rem;font-size:.82em}.agent-message-error{color:#7f1d1d;background:#fff1f1;border-color:#b91c1c2e}.agent-message a{color:inherit;text-underline-offset:2px;text-decoration:underline}.agent-event-trace{color:color-mix(in srgb, var(--text) 62%, transparent);white-space:normal;gap:.28rem;margin-bottom:.45rem;display:grid}.agent-event-summary{appearance:none;text-align:left;max-width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:baseline;gap:.35rem;margin:0;padding:0;font-size:.78rem;line-height:1.3;display:inline-flex}.agent-event-summary:hover{color:color-mix(in srgb, var(--text) 82%, transparent)}.agent-event-chevron{width:.7rem;color:color-mix(in srgb, var(--text) 48%, transparent);flex:none;font-size:.72rem}.agent-event-summary-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:650;overflow:hidden}.agent-event-details{gap:.2rem;padding-left:.15rem;display:grid}.agent-event{grid-template-columns:.44rem minmax(0,1fr);align-items:start;gap:.42rem;font-size:.74rem;line-height:1.25;display:grid}.agent-event-dot{background:color-mix(in srgb, var(--primary) 68%, var(--surface));border-radius:999px;width:.38rem;height:.38rem;margin-top:.31rem}.agent-event-copy{flex-wrap:wrap;gap:.25rem;min-width:0;display:flex}.agent-event-title{color:color-mix(in srgb, var(--text) 78%, transparent);font-weight:760}.agent-event-detail{color:color-mix(in srgb, var(--text) 55%, transparent)}.agent-listing-link{color:var(--primary);font:inherit;text-underline-offset:2px;text-align:left;cursor:pointer;white-space:normal;overflow-wrap:break-word;word-break:normal;padding:0;font-weight:750;text-decoration:underline;display:inline}.agent-listing-link:hover{color:var(--primary-dark)}.agent-serp-carousel{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;gap:.65rem;margin:.4rem 0 .15rem;padding:.55rem 0 .35rem;scroll-padding-inline:.65rem;display:flex;overflow-x:auto}.agent-serp-carousel:before,.agent-serp-carousel:after{content:"";pointer-events:none;flex:0 0 .65rem;width:.65rem;min-width:.65rem}.agent-serp-carousel .card{scroll-snap-align:start;flex-direction:column;flex:0 0 238px;width:238px;max-width:238px;display:flex}.agent-serp-carousel .card.card-unavailable{opacity:.42;filter:grayscale();cursor:default}.agent-serp-carousel .card.card-unavailable .card-media{cursor:default}.agent-serp-carousel .card-media{aspect-ratio:2.25;flex:auto;min-height:0}.agent-serp-carousel .card-body{flex:none}.agent-serp-carousel .card-summary{--card-summary-lines:4;--card-summary-lh:1.32;font-size:.7rem;display:-webkit-box}.agent-markdown>:first-child{margin-top:0}.agent-markdown>:last-child{margin-bottom:0}.agent-markdown p,.agent-markdown ul,.agent-markdown ol,.agent-markdown pre{margin:.45rem 0}.agent-markdown ul,.agent-markdown ol{padding-left:1.25rem}.agent-markdown pre{overflow-x:auto}.agent-listing-map-link{appearance:none;width:1.15rem;height:1.15rem;color:var(--primary);vertical-align:-.16rem;cursor:pointer;background:#c964421f;border:0;border-radius:999px;justify-content:center;align-items:center;margin:0 .12rem;padding:.16rem;display:inline-flex}.agent-listing-map-link:hover{background:#c9644233}.agent-listing-map-link svg{width:100%;height:100%}.agent-filter-suggestions{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.agent-filter-suggestion-btn{appearance:none;color:var(--primary-dark);font:inherit;cursor:pointer;touch-action:manipulation;background:#c964421a;border:1px solid #c9644242;border-radius:999px;align-items:center;gap:.28rem;padding:.28rem .55rem;font-size:.78rem;font-weight:720;line-height:1.1;display:inline-flex}.agent-filter-suggestion-btn:hover{background:#c964422b;border-color:#c9644261}.agent-filter-suggestion-count{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:800}.chat-msg.thinking{background:0 0;align-items:center;gap:5px;padding:.75rem 0;display:flex}.thinking-dot{background:var(--muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite thinking-pulse}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinking-pulse{0%,60%,to{opacity:.3;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}.agent-chat-input-row{background:0 0;border-top:0;flex-shrink:0;padding:.35rem .7rem .65rem}.chat-input-wrap{position:relative}#agentChatInput{border:1.5px solid var(--line);background:var(--surface);resize:none;box-sizing:border-box;border-radius:12px;width:100%;min-height:72px;max-height:200px;padding:.65rem 3rem .65rem .85rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s;overflow-y:auto;box-shadow:0 1px 4px #0000000d}#agentChatInput:focus{border-color:var(--text);outline:none;box-shadow:0 1px 6px #00000017}#agentChatInput::placeholder{color:var(--placeholder);font-size:.83rem}#agentChatSend{background:var(--text);width:32px;height:32px;color:var(--text-inv);cursor:pointer;transition:background var(--motion-fast) ease, transform var(--motion-fast) var(--ease-press), opacity var(--motion-fast) ease;touch-action:manipulation;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:8px;right:8px}#agentChatSend:hover{background:var(--dark-hover)}#agentChatSend:active{transform:scale(var(--press-scale-icon))}#agentChatSend:disabled{opacity:.3;cursor:not-allowed}.notify-bar{border-top:1px solid var(--line);background:var(--bg);flex-shrink:0;padding:.55rem .7rem}.notify-form{grid-template-columns:1fr auto;gap:.38rem;display:grid}.notify-form.hidden,.notify-status.hidden{display:none}.notify-status{color:var(--muted);justify-content:space-between;align-items:center;gap:.5rem;font-size:.76rem;font-weight:500;display:flex}.notify-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;flex-shrink:0;padding:0 .1rem;font-size:1rem;line-height:1}.notify-clear:hover{color:var(--text)}#notifySave{background:var(--text);color:var(--text-inv);cursor:pointer;border:none;border-radius:9px;padding:.42rem .7rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .12s}#notifySave:hover{background:var(--dark-hover)}.inline-filter-bubbles,.pinned-filter-msg,.chat-filter-strip,.chat-filter-fade{display:none}.room-chip-scroller{flex-wrap:nowrap;gap:.3rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.room-chip{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;white-space:nowrap;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;border-radius:8px;padding:.3rem .65rem;font-family:inherit;font-size:.82rem;font-weight:600}.room-chip.active{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}@media (hover:hover){.room-chip:hover{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}}.room-chip:active{opacity:.88}.rooms-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.rooms-option-btn{background:var(--bg);min-height:2.55rem;color:var(--text);font:inherit;cursor:pointer;box-shadow:inset 0 0 0 1px var(--line);transition:background var(--motion-fast) ease, color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;border:1px solid #0000;border-radius:12px;font-size:.9rem;font-weight:800}.rooms-option-btn.active{background:var(--primary-tint);color:var(--primary);border-color:#0000;box-shadow:inset 0 0 0 1px #c9644273}@media (hover:hover){.rooms-option-btn:hover{background:var(--primary-tint);color:var(--primary);box-shadow:inset 0 0 0 1px #c9644259}}.rooms-option-btn:active{opacity:.88}.field-label{color:var(--muted);margin-bottom:.35rem;font-size:.86rem;display:block}.agency-filter{border:1px solid var(--line);background:var(--surface);border-radius:10px;min-height:42px;padding:.35rem;position:relative}.selected-agency-chips{flex-wrap:wrap;gap:.35rem;display:flex}.selected-agency-chip{border:1px solid var(--primary);background:var(--primary-tint);color:var(--primary);border-radius:999px;align-items:center;gap:.35rem;padding:.18rem .5rem;font-size:.8rem;display:inline-flex}.selected-agency-chip button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1}.agency-search-input{width:100%;color:var(--text);background:0 0;border:none;outline:none;padding:.28rem .2rem}.agency-suggestions{border:1px solid var(--line);background:var(--surface);z-index:30;border-radius:10px;max-height:230px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 10px 20px #11182714}.agency-suggestion-btn{border:none;border-bottom:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);text-align:left;cursor:pointer;padding:.5rem .65rem}.agency-suggestion-btn:last-child{border-bottom:none}.agency-suggestion-btn:hover{background:var(--panel)}.agency-suggestion-empty{color:var(--muted);padding:.5rem .65rem;font-size:.82rem}.toggle-group{gap:.4rem;display:flex}.toggle-group label{align-items:center;margin:0;display:inline-flex}.toggle-group input{opacity:0;pointer-events:none;position:absolute}.toggle-group span{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;padding:.35rem .75rem;font-size:.82rem}.toggle-group input:checked+span{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}label{color:var(--muted);gap:.35rem;font-size:.86rem;display:grid}.price-range-filter{gap:.75rem;display:grid}.price-range-values{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.price-range-values span{border:1px solid var(--line);color:var(--text);background:#ffffff94;border-radius:10px;gap:.12rem;padding:.45rem .55rem;font-size:.9rem;font-weight:700;display:grid}.price-range-values small{color:var(--muted);font-size:.64rem;font-weight:600;line-height:1}.price-preset-row{flex-wrap:wrap;gap:.4rem;display:flex}.price-preset-chip{border:1px solid var(--line);background:var(--bg);min-height:2rem;color:var(--text);font:inherit;cursor:pointer;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease, color var(--motion-fast) ease, opacity var(--motion-fast) ease;touch-action:manipulation;border-radius:999px;padding:.35rem .62rem;font-size:.8rem;font-weight:700}.price-preset-chip.active{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}@media (hover:hover){.price-preset-chip:hover{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}}.price-preset-chip:active{opacity:.88}.price-range-slider{height:42px;position:relative}.price-range-track,.price-range-fill{border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.price-range-track{background:var(--line-dark)}.price-range-fill{background:var(--primary);right:auto}.price-range-slider input[type=range]{pointer-events:none;appearance:none;background:0 0;border:none;width:100%;height:42px;margin:0;padding:0;position:absolute;top:0;left:0}.price-range-slider input[type=range]::-webkit-slider-runnable-track{background:0 0;height:6px}.price-range-slider input[type=range]::-moz-range-track{background:0 0;height:6px}.price-range-slider input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--primary);background:var(--surface);pointer-events:auto;cursor:pointer;border-radius:50%;width:24px;height:24px;margin-top:-9px;box-shadow:0 1px 4px #1118272e}.price-range-slider input[type=range]::-moz-range-thumb{border:3px solid var(--primary);background:var(--surface);pointer-events:auto;cursor:pointer;border-radius:50%;width:24px;height:24px;box-shadow:0 1px 4px #1118272e}input,select{border:1px solid var(--line);width:100%;color:var(--text);background:var(--surface);border-radius:10px;padding:.52rem .62rem}label.checkbox{color:var(--text);align-items:center;gap:.45rem;font-size:.86rem;display:flex}label.checkbox input{width:auto}.button{border:1px solid var(--primary);background:var(--primary);color:var(--text-inv);cursor:pointer;border-radius:10px;padding:.45rem .8rem;text-decoration:none}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.button.active{filter:brightness(.93)}.results-head{top:max(.5rem, calc(env(safe-area-inset-top) + .55rem));z-index:4;flex-direction:column;align-items:center;margin:0;display:flex;position:absolute;left:50%;transform:translate(-50%)}.count-caption-btn{background:var(--bg-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-muted,#888);white-space:nowrap;border:1px solid #e2ddd6b3;border-radius:999px;align-items:center;gap:.42rem;padding:.2rem .75rem;font-size:.8rem;display:inline-flex}.count-caption-btn.reload-only{padding:.18rem}.count-caption-reload{background:var(--primary-tint);width:30px;height:30px;color:var(--primary);cursor:pointer;border:1px solid #c964424d;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.86rem;line-height:1;display:inline-flex}.bottom-tab{color:var(--muted);cursor:pointer;touch-action:none;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.18rem;padding:.2rem 0;font-family:inherit;font-size:.7rem;font-weight:500;transition:color .12s,background .12s;display:flex}.bottom-tab svg{opacity:.7;flex-shrink:0}.bottom-tab.active{color:var(--primary)}.bottom-tab.active svg{opacity:1}.chat-drawer{background:var(--bg);flex-direction:column;height:100%;display:flex;overflow:visible}.chat-drawer-filter-zone{z-index:211;flex-shrink:0;width:100%;min-width:0;position:relative}.chat-drawer-filters{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border-bottom:1px solid var(--line);scrollbar-width:none;white-space:nowrap;flex-shrink:0;align-items:center;gap:.35rem;padding:.18rem .5rem;display:flex;overflow:auto hidden}.chat-drawer-filters::-webkit-scrollbar{display:none}.chat-drawer-filters .filter-bubble{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.24rem;min-height:1.7rem;padding:.16rem .46rem;font-size:.72rem}.chat-drawer-filters .filter-bubble .bubble-title{letter-spacing:0;text-transform:none;font-size:.64rem;line-height:1}.chat-drawer-filters .filter-bubble .bubble-value{text-overflow:ellipsis;max-width:88px;line-height:1;overflow:hidden}.chat-drawer-filters .type-toggle-group,.chat-drawer-filters .settings-inline-btn{flex:none}.chat-drawer-filters .type-toggle-btn{padding:.14rem .42rem;font-size:.72rem}.chat-drawer-filters .settings-inline-btn{width:30px;height:30px}.chat-drawer-filters--unified{gap:.3rem;padding-right:.75rem}.filter-popover--floating,.chat-drawer-popover{background:var(--panel);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;pointer-events:auto;box-sizing:border-box;border-radius:14px;animation:.14s cubic-bezier(.33,1,.68,1) drawerPopoverIn;left:auto;overflow:hidden auto;box-shadow:0 12px 36px #0f172a33;z-index:320!important;position:fixed!important;right:auto!important}.filter-popover-scrim,.chat-drawer-popover-scrim{cursor:default;pointer-events:auto;background:#1c1a1661;border:0;padding:0;position:fixed;inset:0;z-index:310!important}.filter-bubbles-inline-anchor{flex-wrap:nowrap;flex:none;align-items:center;gap:.35rem;width:max-content;min-width:min-content;display:flex}@keyframes drawerPopoverIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-drawer-popover .popover-head{justify-content:space-between;align-items:center;display:flex}.popover-close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.1rem .3rem;font-size:.85rem;line-height:1}.popover-close-btn:hover{color:var(--text)}.chat-drawer-area-badge{color:var(--primary);background:var(--primary-tint);border-bottom:1px solid var(--line);flex-shrink:0;align-items:center;gap:.32rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:flex}.chat-drawer-thread{flex-direction:column;flex:1;gap:.34rem;padding:.48rem .62rem .32rem;display:flex;overflow-y:auto}.chat-drawer-input{flex-shrink:0;padding:.28rem .6rem .5rem}.chat-drawer-input textarea{border:1.5px solid var(--line);background:var(--surface);resize:none;box-sizing:border-box;border-radius:12px;width:100%;padding:.55rem 2.8rem .55rem .75rem;font-family:inherit;font-size:.85rem;line-height:1.4;transition:border-color .15s;overflow-y:hidden}.chat-drawer-input textarea:focus{border-color:var(--text);outline:none}.chat-drawer-input button[type=submit]{background:var(--text);width:28px;height:28px;color:var(--text-inv);cursor:pointer;transition:background var(--motion-fast) ease, transform var(--motion-fast) var(--ease-press), opacity var(--motion-fast) ease;touch-action:manipulation;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:7px;right:7px}.chat-drawer-input button[type=submit]:hover{background:var(--dark-hover)}.chat-drawer-input button[type=submit]:active{transform:scale(var(--press-scale-icon))}.settings-drawer{background:var(--bg);flex-direction:column;height:100%;display:flex;position:absolute;left:0;right:0;overflow:hidden}.settings-drawer-body{flex-direction:column;flex:1;gap:1.1rem;padding:.9rem 1rem 1.2rem;display:flex;overflow-y:auto}.settings-backdrop{z-index:600;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.settings-sheet{background:var(--surface);border-radius:18px 18px 0 0;flex-direction:column;width:100%;max-width:560px;max-height:80dvh;animation:.24s cubic-bezier(.22,1,.36,1) both settings-slide-up;display:flex;overflow:hidden;box-shadow:0 -4px 32px #0000002e}@keyframes settings-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.settings-header{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.1rem .7rem;font-size:1rem;font-weight:600;display:flex}.settings-close{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:.1rem .3rem;font-size:1.3rem;line-height:1}.settings-body{flex-direction:column;gap:1.2rem;padding:.8rem 1.1rem 1.4rem;display:flex;overflow-y:auto}.settings-section{flex-direction:column;gap:.5rem;display:flex}.settings-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;font-size:.8rem;font-weight:600}.settings-toggle-row{align-items:flex-start;gap:.75rem;display:flex}.settings-toggle-row input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--primary);flex-shrink:0;margin-top:.25rem}.settings-toggle-copy{cursor:pointer;color:var(--text);flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.9rem;line-height:1.35;display:flex}.settings-toggle-title{color:var(--text);font-weight:600;display:block}.settings-toggle-copy .settings-hint{color:var(--muted);margin:0;display:block}.settings-lang-row{gap:.5rem;display:flex}.settings-lang-btn{border:1.5px solid var(--line);background:var(--bg);cursor:pointer;color:var(--text);border-radius:8px;flex:1;padding:.55rem 0;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .12s,background .12s,color .12s}.settings-lang-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.settings-install-btn{border:1.5px solid var(--line);background:var(--bg);cursor:pointer;width:100%;color:var(--text);border-radius:8px;padding:.55rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600}.settings-install-btn:hover,.settings-install-btn:active{border-color:var(--primary);color:var(--primary)}.settings-hint{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.settings-notify-form{gap:.4rem;display:flex}.settings-notify-form input[type=email]{border:1.5px solid var(--line);background:var(--bg);color:var(--text);border-radius:8px;outline:none;flex:1;padding:.45rem .6rem;font-family:inherit;font-size:.82rem}.settings-model-select{border:1.5px solid var(--line);background:var(--bg);color:var(--text);border-radius:8px;outline:none;padding:.45rem .6rem;font-family:inherit;font-size:.82rem}.settings-notify-form input[type=email]:focus,.settings-model-select:focus{border-color:var(--primary)}.settings-notify-form button[type=submit]{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.45rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600}.settings-saved-msg{color:var(--primary);margin:0;font-size:.78rem;font-weight:500}.filter-bubble.user-profile-bubble{background:var(--primary-tint,#c964421a);min-width:2.1rem;min-height:2.1rem;color:var(--primary);border-color:#c9644259;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:.28rem;padding:.32rem .55rem;box-shadow:inset 0 1px #ffffff80}.filter-bubble.user-profile-bubble .bubble-title{text-transform:none;letter-spacing:.02em;color:inherit;font-size:.72rem;font-weight:650}.filter-bubble.user-profile-bubble:hover,.filter-bubble.user-profile-bubble.active{border-color:var(--primary);background:var(--primary-tint,#c9644229);color:var(--primary)}.user-profile-scrim{z-index:360;cursor:pointer;background:#0f172a47;border:0;position:fixed;inset:0}.user-profile-panel{z-index:370;background:var(--bg);width:min(360px,100vw - 1.5rem);max-height:min(78dvh,560px);color:var(--text);border:1px solid #2a272214;border-radius:16px;padding:1rem 1.05rem 1.1rem;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 18px 50px #0f172a38}.user-profile-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.user-profile-head strong{font-size:1rem}.user-profile-close{width:32px;height:32px;color:var(--text);cursor:pointer;background:#2a27220f;border:0;border-radius:999px;font-size:1.25rem;line-height:1}.user-profile-lead{color:var(--muted);margin:0 0 .65rem;font-size:.82rem;line-height:1.35}.user-profile-lines{margin:0 0 .75rem;padding-left:1.1rem;font-size:.88rem;line-height:1.45}.user-profile-notes{margin:0 0 .75rem;font-size:.84rem}.user-profile-notes ul{margin:.3rem 0 0;padding-left:1.1rem}.user-profile-notify{cursor:pointer;align-items:flex-start;gap:.45rem;margin:.4rem 0;font-size:.86rem;display:flex}.user-profile-email{border:1px solid var(--line);background:var(--panel,#fff);width:100%;color:var(--text);box-sizing:border-box;border-radius:10px;margin:.25rem 0 .35rem;padding:.45rem .55rem;font-size:.88rem}.user-profile-hint{color:var(--muted);margin:.2rem 0 .75rem;font-size:.75rem;line-height:1.35}.user-profile-reset{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:.78rem;text-decoration:underline}.results{border:none;border-radius:0;flex-direction:column;min-width:0;height:100%;min-height:0;padding-top:0;display:flex;position:relative;overflow:hidden}#cardsView{z-index:5;-webkit-overflow-scrolling:touch;background:var(--bg);flex-direction:column;align-items:center;transition:top .34s cubic-bezier(.33,1,.68,1),background .24s;display:flex;position:absolute;inset:0;overflow:hidden auto}#cardsView.dragging{transition:none}.results.map-open>#cardsView{background:var(--bg);border-top:1px solid var(--line);justify-content:flex-end;height:fit-content;max-height:min(56%,420px);top:auto;bottom:0;overflow:hidden}#chatDrawer{z-index:6;background:var(--bg);flex-direction:column;display:flex;position:absolute;inset:0;overflow:visible}.results.chat-active #cardsView{pointer-events:none}.bottom-tab-bar{display:none}.results.map-open .cards-grid{gap:var(--desktop-carousel-gap,.9rem);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--line) transparent;touch-action:pan-x;box-sizing:border-box;flex-flow:row;align-items:stretch;width:100%;padding:14px .45rem 12px;display:flex;overflow:auto hidden}.results.map-open>#cardsView>.cards-grid{--desktop-strip-w:calc(100vw - var(--sidebar-w,50%));--desktop-carousel-gap:.9rem;--desktop-carousel-pad:.75rem;--desktop-carousel-card-w:calc((var(--desktop-strip-w) - 2 * var(--desktop-carousel-pad) - 2 * var(--desktop-carousel-gap)) / 3);--desktop-carousel-edge:var(--desktop-carousel-pad);gap:var(--desktop-carousel-gap);scroll-padding-inline:var(--desktop-carousel-edge);padding-inline:0}.results.map-open>#cardsView{scroll-padding-inline:var(--desktop-carousel-pad,.75rem)}.results.map-open>#cardsView>.cards-grid:before,.results.map-open>#cardsView>.cards-grid:after{content:"";flex:0 0 var(--desktop-carousel-edge,.75rem);width:var(--desktop-carousel-edge,.75rem);min-width:var(--desktop-carousel-edge,.75rem);pointer-events:none}.results.map-open .cards-sentinel{height:0;display:none}.results.map-open .card{width:var(--desktop-carousel-card-w,280px);flex-shrink:0}.results.map-open>#cardsView>.cards-grid>.card{--carousel-scale:.96;--carousel-y:2px;width:var(--desktop-carousel-card-w);min-width:var(--desktop-carousel-card-w);height:calc(min(52vh,400px) - 20px);max-height:calc(min(52vh,400px) - 20px);transform:scale(var(--carousel-scale)) translateY(var(--carousel-y));transform-origin:bottom;transition:box-shadow var(--motion-fast,.1s) var(--ease-out,cubic-bezier(.33, 1, .68, 1)), opacity 80ms linear;flex-direction:column;display:flex}.results.map-open .card:hover{box-shadow:0 1px 3px #0f172a0d,0 4px 16px #0f172a0f}.results.map-open .card-media{aspect-ratio:16/10;flex:auto;min-height:0}.results.map-open .card-body{flex:none}.map-drawer{z-index:0;pointer-events:none;position:absolute;inset:0}.results.map-open .map-drawer{height:78%}.results.map-open:has(>#cardsView) .map-drawer{top:0;bottom:var(--desktop-cards-h,200px);height:auto}.map-drawer-handle{border:1px solid var(--line);color:var(--muted);letter-spacing:.01em;cursor:pointer;pointer-events:auto;z-index:9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);touch-action:none;-webkit-user-select:none;user-select:none;background:#ffffffeb;border-radius:999px;flex-direction:column;align-items:center;gap:.3rem;padding:.3rem .9rem .32rem;font-size:.8rem;font-weight:600;transition:top .34s cubic-bezier(.33,1,.68,1),background .12s,color .12s;display:inline-flex;position:absolute;top:.6rem;left:50%;transform:translate(-50%);box-shadow:0 3px 14px #00000024}.results.map-open .map-drawer-handle{top:calc(78% - 3rem)}.results.map-open:has(>#cardsView) .map-drawer-handle{top:auto;bottom:calc(var(--desktop-cards-h,200px) + .65rem)}.map-drawer-handle:hover{color:var(--text);background:#fffffffa}.map-drawer-grip{background:var(--line);border-radius:999px;width:28px;height:3px}.map-stage{pointer-events:auto;background:0 0;position:absolute;inset:0;overflow:hidden}.desktop-map-settings{z-index:12;pointer-events:auto;position:absolute;top:.75rem;left:.75rem}.desktop-map-settings-fab{width:36px;height:36px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border:1px solid #e2ddd6db;border-radius:999px;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 5px 18px #0f172a24}.desktop-map-settings-fab.active,.desktop-map-settings-fab:hover{background:var(--surface);border-color:var(--primary);color:var(--primary)}.desktop-settings-popover{width:min(340px, calc(100vw - var(--sidebar-w,50%) - 1.5rem));border:1px solid var(--line);background:var(--surface);border-radius:16px;max-height:min(460px,78vh - 5rem);position:absolute;top:44px;left:0;overflow:hidden;box-shadow:0 18px 44px #0f172a2e}.desktop-settings-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.7rem .85rem;font-size:.9rem;display:flex}.desktop-settings-head button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:1.2rem;line-height:1}.desktop-settings-head button:hover{background:var(--bg);color:var(--text)}.desktop-settings-popover #settingsDrawer{background:var(--surface);height:auto;max-height:calc(min(460px,78vh - 5rem) - 43px);position:static}.desktop-settings-popover .settings-drawer-body{padding:.85rem}.map-legend{z-index:2;border:1px solid var(--line);background:var(--bg-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;gap:.35rem;min-width:180px;padding:.7rem .8rem;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #00000014}.map-legend-toggle{width:100%;color:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:0;font-family:inherit;display:flex}.map-legend-title{letter-spacing:.02em;color:var(--text);font-size:.8rem;font-weight:700}.map-legend-caret{color:var(--muted);font-size:.78rem;transition:transform .14s;transform:rotate(0)}.map-legend-body{gap:.35rem;margin-top:.25rem;display:grid}.map-legend.collapsed .map-legend-caret{transform:rotate(-90deg)}.map-legend .checkbox{font-size:.8rem}.map-legend .button{margin-top:.1rem}.cards-grid{background:0 0;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:1rem;width:100%;min-width:0;padding:.85rem;display:grid}.cards-status{color:var(--text-muted,#667085);text-align:center;justify-content:center;align-items:center;gap:.75rem;min-height:5rem;padding:1rem;display:flex}.cards-status button{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:999px;padding:.35rem .75rem}.card{background:var(--surface,#fff);color:var(--text,#1c1a16);min-width:0;transition:box-shadow var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1)), opacity var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1));border:none;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #1c1a160a,0 6px 18px #1c1a160f}.results.cards-mode-switching .card{animation:card-mode-morph .22s var(--ease-out,cubic-bezier(.22, 1, .36, 1))}@keyframes card-mode-morph{0%{opacity:.92}to{opacity:1}}@media (hover:hover) and (pointer:fine){.card{transition:transform var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1)), box-shadow var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1)), opacity var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1))}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a,0 12px 32px #0f172a14}.results.map-open .card,.results.map-open .card:hover{transition:box-shadow var(--motion-fast,.1s) var(--ease-out,cubic-bezier(.33, 1, .68, 1)), opacity 80ms linear;transform:scale(var(--carousel-scale,1)) translateY(var(--carousel-y,0))}}.card.map-focused{box-shadow:0 0 0 2px #37716947,0 8px 24px #0f172a1a}.card-pin-off-icon{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:.95em;height:.95em;display:block}.card-approx-badge{z-index:5;color:#fff;pointer-events:none;background:#1c1a16c7;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0f172a47}.card-approx-badge .card-pin-off-icon{width:15px;height:15px}.card-fact-unmapped,.card-facts-unmapped{color:#1c1a169e}.card-new-badge{z-index:3;color:#fff;letter-spacing:.02em;pointer-events:none;background:#16803a;border-radius:5px;padding:.12rem .34rem;font-size:.62rem;font-weight:800;line-height:1.1;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #0f172a2e}.card-age-badge{color:#ffffffe0;text-transform:none;letter-spacing:0;-webkit-backdrop-filter:blur(8px)saturate(1.1);background:#2a27227a;font-weight:760}.card.returning-from-modal{animation:card-return-highlight .56s var(--ease-out,cubic-bezier(.22, 1, .36, 1))}@keyframes card-return-highlight{0%{box-shadow:0 0 #c9644200,0 4px 16px #0f172a14}30%{box-shadow:0 0 0 3px #c9644280,0 8px 22px #0f172a24}to{box-shadow:0 1px 3px #0f172a0d,0 4px 16px #0f172a0f}}.card-media{aspect-ratio:16/10;background:var(--media-bg);position:relative}.card-media-meta{z-index:4;pointer-events:none;background:0 0;justify-content:flex-start;align-items:flex-end;gap:.45rem;padding:.55rem .65rem;display:flex;position:absolute;bottom:0;left:0;right:0}.card-media-meta .card-price{color:var(--text,#1c1a16);letter-spacing:-.02em;text-shadow:none;white-space:nowrap;-webkit-backdrop-filter:blur(10px)saturate(1.1);background:#faf9f5e6;border:1px solid #ffffffb3;border-radius:999px;flex:none;margin-right:auto;padding:.28rem .55rem;font-size:1.05rem;font-weight:750;box-shadow:0 4px 14px #1c1a161f}.card-media-meta .card-map-btn,.card-media-meta .card-approx-badge{pointer-events:auto;flex:none;margin:0;position:static;inset:auto;transform:none}.card-media>.card-agency{z-index:5;color:#1c1a16c7;text-align:right;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(10px)saturate(1.1);background:#faf9f5d1;border:1px solid #ffffff8c;border-radius:999px;max-width:min(58%,11rem);padding:.26rem .5rem;font-size:.7rem;font-weight:650;text-decoration:none;position:absolute;top:8px;right:8px;overflow:hidden;box-shadow:0 4px 12px #1c1a1614}.card-media:has(>.card-agency)>.card-approx-badge{top:36px;left:8px;right:auto}.card-media-link{width:100%;height:100%;display:block}.image-carousel,.image-carousel .carousel-image{width:100%;height:100%}.image-carousel{position:relative}.image-carousel .carousel-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33, 1, .68, 1))}.image-carousel .carousel-image.loaded{opacity:1}.image-carousel.placeholder{background:radial-gradient(circle at 16% 18%,#c964422e,#0000 28%),radial-gradient(circle at 86% 22%,#3a736d24,#0000 26%),linear-gradient(145deg,#faf7ef 0%,#eef1ec 58%,#edf2f4 100%);overflow:hidden}.carousel-placeholder{position:absolute;inset:0;overflow:hidden}.image-carousel.placeholder .carousel-placeholder{width:100%;height:100%;position:relative}.carousel-placeholder-roof{background:#c964429e;border-radius:8px;width:78px;height:78px;display:block;position:absolute;top:31%;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:0 14px 34px #0f172a1a}.carousel-placeholder-house{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #2a272214;border-radius:10px 10px 14px 14px;width:116px;height:78px;display:block;position:absolute;top:42%;left:50%;transform:translate(-50%);box-shadow:0 18px 42px #0f172a17}.carousel-placeholder-door{background:#c9644238;border-radius:8px 8px 0 0;width:28px;height:44px;display:block;position:absolute;top:calc(42% + 34px);left:calc(50% - 14px)}.carousel-placeholder-window{background:#3a736d33;border-radius:5px;width:18px;height:18px;display:block;position:absolute;top:calc(42% + 22px)}.carousel-placeholder-window.left{left:calc(50% - 46px)}.carousel-placeholder-window.right{left:calc(50% + 28px)}.card-bottom-row{justify-content:space-between;align-items:center;gap:.45rem;min-width:0;display:flex}.card-bottom-row .card-facts{flex:auto;min-width:0}.card-image-count-btn{z-index:3;color:#2a272299;min-width:34px;height:26px;font:inherit;cursor:pointer;transition:background var(--motion-fast,.1s) ease, color var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease;touch-action:manipulation;background:#faf9f59e;border:1px solid #2a272214;border-radius:999px;justify-content:center;align-items:center;padding:0 .45rem;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:8px;right:8px}.card-image-count-btn:hover{color:#2a2722d1;background:#ffffffdb}.card-image-count-btn:active{opacity:.85}.card-map-btn{z-index:3;width:28px;height:28px;color:var(--primary);-webkit-backdrop-filter:blur(12px)saturate(1.15);cursor:pointer;transition:background var(--motion-fast,.1s) ease, box-shadow var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease;touch-action:manipulation;background:#ffffffc7;border:1px solid #ffffffb8;border-radius:999px;justify-content:center;align-items:center;gap:.28rem;padding:0;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 8px 20px #1c1a1624,inset 0 0 0 1px #ffffff57}.card-map-btn>span{display:none}.card-map-icon{fill:#c9644221;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:15px;height:15px}.card-map-btn:hover{background:#ffffffe6;box-shadow:0 10px 24px #1c1a162e,inset 0 0 0 1px #ffffff6b}.card-map-btn:active{opacity:.85}.carousel-arrow{color:#fff;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;min-width:36px;height:36px;min-height:36px;transition:background var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease;touch-action:manipulation;background:#14120f47;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:auto;bottom:2px}.carousel-arrow svg{width:13px;height:13px}.carousel-arrow.left{left:2px}.carousel-arrow.right{right:2px}.carousel-arrow:hover{background:#14120f85}.carousel-arrow:active{opacity:.9;background:#14120fad}.image-carousel.compact .carousel-arrow{width:20px;height:20px}.card-body{background:var(--surface,#fff);gap:.28rem;min-width:0;padding:.55rem .75rem .65rem;display:grid}.card-topline{display:none}.card-price-row{align-items:center;gap:.34rem;min-width:0;display:inline-flex}.card-price{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:700;overflow:hidden}.card-agency{color:var(--primary);text-align:right;white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:46%;font-size:.72rem;font-weight:650;text-decoration:none;overflow:hidden}.card-summary{--card-summary-lines:2;--card-summary-lh:1.35;color:#1c1a16b8;font-size:.88rem;font-weight:500;line-height:var(--card-summary-lh);min-height:calc(1em * var(--card-summary-lh) * var(--card-summary-lines));max-height:calc(1em * var(--card-summary-lh) * var(--card-summary-lines));-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;margin:0;display:-webkit-box;overflow:hidden}.card-summary.is-empty{visibility:hidden;min-height:0;max-height:0;display:none}.results.map-open .card-body{padding:.5rem .7rem .6rem}.results.map-open .card-summary{--card-summary-lh:1.32;font-size:.84rem}.card-facts{flex-wrap:nowrap;align-items:center;gap:0;min-width:0;min-height:1.2rem;display:flex;overflow:hidden}.card-fact{color:#1c1a168c;background:0 0;border-radius:0;flex:none;align-items:center;gap:.28rem;min-width:0;padding:0;font-size:.8rem;font-weight:550;line-height:1.2;display:inline-flex}.card-fact+.card-fact:before{content:"•";color:#1c1a1647;margin:0 .4rem;font-weight:700}.card-fact[hidden]{display:none}.card-fact-value{white-space:nowrap;min-width:0}.card-fact-icon{opacity:.9;color:#1c1a167a;flex:none;font-size:.86rem}.card-meta{color:var(--muted);overflow-wrap:anywhere;word-break:break-word;font-size:.76rem}.card-location-line{align-items:center;min-width:0;display:flex}.results.map-open .card-meta{white-space:nowrap;text-overflow:ellipsis;word-break:normal;font-size:.68rem;overflow:hidden}.results.map-open .card-media>.card-agency{font-size:.72rem}.results.map-open .card-facts{gap:0}.results.map-open .card-fact{max-width:none;padding:0;font-size:.8rem}.card-link{color:var(--primary);font-size:.9rem;text-decoration:none}.cards-sentinel{height:10px}#map{width:100%;height:100%}.map-unavailable{z-index:2;background:var(--bg);color:var(--muted);pointer-events:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;position:absolute;inset:0}.map-cards{z-index:2;pointer-events:auto;opacity:0;grid-auto-columns:minmax(210px,240px);grid-auto-flow:column;align-items:end;gap:.65rem;padding:.1rem 0 .35rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;bottom:12px;left:12px;right:12px;overflow:auto hidden;transform:translateY(18px)}.results.map-open .map-cards,.results.map-transitioning.map-opening .map-cards{opacity:0;pointer-events:none}.map-card{background:var(--surface);border:none;border-radius:14px;grid-template-rows:118px 1fr;height:206px;display:grid;overflow:hidden;box-shadow:0 2px 8px #0f172a14,0 8px 24px #0f172a14}.map-card-media{background:var(--media-bg);height:118px;min-height:0}.map-card-body{gap:.24rem;min-height:0;padding:.55rem;display:grid;overflow:hidden}.map-card-body .card-price,.map-card-body .card-meta,.map-card-body .card-link{text-overflow:ellipsis;min-width:0;overflow:hidden}.map-card-body .card-price,.map-card-body .card-meta{-webkit-box-orient:vertical;display:-webkit-box}.map-card-body .card-price{-webkit-line-clamp:1}.map-card-body .card-meta{-webkit-line-clamp:2}.map-card-body .card-link{white-space:nowrap}.maplibregl-popup-content{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.listing-modal{z-index:4000;background:var(--surface,var(--bg));isolation:isolate;position:fixed;inset:0}.listing-modal.hidden,.listing-modal-scrim{display:none}.listing-modal-card{z-index:1;background:var(--surface,var(--bg));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;width:100%;max-width:none;height:100%;max-height:none;box-shadow:none;transform-origin:50%;transition:opacity var(--motion-panel,.24s) var(--ease-out,cubic-bezier(.33,1,.68,1)), transform var(--motion-ui,.16s) var(--ease-out,cubic-bezier(.33,1,.68,1));border-radius:0;flex-direction:column;display:flex;position:relative;overflow:hidden auto}.listing-modal-card.dragging-close{touch-action:none;transition:none}.listing-modal.closing{pointer-events:none}.listing-modal.closing .listing-modal-card{opacity:0;transition:transform .18s var(--ease-out,cubic-bezier(.33, 1, .68, 1)), opacity var(--motion-fast,.1s) ease}.listing-modal-shared-image{z-index:330;object-fit:cover;pointer-events:none;will-change:left, top, width, height, border-radius, box-shadow;position:fixed}.listing-modal-gallery{background:var(--surface,var(--bg));flex:none;width:100%}.listing-modal-hero-wrap{background:#1a1814;width:100%;position:relative}.listing-modal-media .card-approx-badge,.listing-modal-hero-wrap .card-approx-badge{inset:12px 12px auto auto}.listing-modal-hero-wrap:has(.listing-modal-media-share) .card-approx-badge{top:56px}.listing-modal-close-fab{display:none}.listing-modal-hero-image{aspect-ratio:16/9;object-fit:cover;object-position:center;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;background:#1a1814;width:100%;height:auto;min-height:min(52vh,520px);max-height:min(68vh,720px);display:block}.listing-modal-hero-empty{color:#ffffff8c;place-items:center;font-size:.9rem;display:grid}.listing-modal-body{flex:none;width:100%;max-width:960px;margin:0 auto;padding:1.35rem 1.5rem 0;overflow:visible}.listing-modal-media-btn{z-index:2;color:#1a1814;cursor:pointer;background:#fffffff0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;box-shadow:0 4px 14px #0f172a29}.listing-modal-media-back{top:14px;left:14px}.listing-modal-media-share{top:14px;right:14px}.listing-modal-thumb-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:8px;width:100%;max-width:960px;margin:0 auto;padding:12px 1.5rem 0;display:grid}.listing-modal-thumb{aspect-ratio:4/3;background:var(--media-bg,#ece8e2);cursor:pointer;opacity:.88;width:100%;transition:opacity var(--motion-fast,.1s) ease, border-color var(--motion-fast,.1s) ease;border:2px solid #0000;border-radius:8px;padding:0;overflow:hidden}.listing-modal-thumb img{object-fit:cover;width:100%;height:100%;display:block}.listing-modal-thumb:hover{opacity:1}.listing-modal-thumb.is-active{opacity:1;border-color:var(--primary,#c96442)}.listing-modal-more-images{display:none}.listing-modal-more-image{aspect-ratio:16/10;object-fit:cover;background:var(--media-bg,#ece8e2);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;border-radius:0;width:100%;display:block}.listing-modal-photo-count{z-index:2;color:#fff;letter-spacing:.02em;pointer-events:none;background:#14120f9e;border-radius:999px;padding:.28rem .6rem;font-size:.75rem;font-weight:650;position:absolute;bottom:14px;right:14px}.listing-modal-price-row{align-items:baseline;gap:.65rem;margin-bottom:.35rem;display:flex}.listing-modal-price{color:var(--text);letter-spacing:-.03em;margin:0;font-size:1.9rem;font-weight:700;line-height:1.1}.listing-modal-age{color:var(--muted);white-space:nowrap;letter-spacing:.02em;background:#2a27220f;border-radius:999px;align-items:center;padding:.18rem .55rem;font-size:.74rem;font-weight:650;display:inline-flex}.listing-modal-age.is-new{color:#16803a;background:#16803a1f}.listing-modal-facts-line{color:#1c1a169e;margin:0;font-size:1rem;font-weight:550;line-height:1.4}.listing-modal-facts-line.is-unmapped{color:#1c1a1680}.listing-modal-domain{color:#1c1a167a;white-space:nowrap;margin-top:.45rem;font-size:.82rem;font-weight:550;text-decoration:none;display:inline-block}.listing-modal-domain:hover{color:var(--primary);text-decoration:underline}.listing-modal-message,.listing-modal-description-title{display:none}.listing-modal-footer{width:100%;max-width:960px;padding:0 1.5rem calc(1.35rem + env(safe-area-inset-bottom,0px));background:var(--surface,var(--bg));flex:none;gap:.65rem;margin:1rem auto 0;display:flex}.listing-modal-open-listing{background:var(--primary);color:#fff;box-sizing:border-box;width:auto;transition:filter var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease, transform var(--motion-fast,.1s) var(--ease-press,ease);touch-action:manipulation;border-radius:14px;flex:auto;justify-content:center;align-items:center;margin-top:0;padding:.9rem 1.1rem;font-size:.98rem;font-weight:650;text-decoration:none;display:inline-flex}.listing-modal-open-listing:hover{filter:brightness(1.05);text-decoration:none}.listing-modal-open-listing:active{opacity:.92;transform:scale(var(--press-scale,.97))}.listing-modal-description-wrap{margin-top:.75rem}.listing-modal-description{color:#1c1a16e0;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.95rem;line-height:1.5}.price-marker{background:var(--text);color:var(--text-inv);white-space:nowrap;box-sizing:border-box;cursor:pointer;pointer-events:auto;-webkit-user-select:none;user-select:none;letter-spacing:.01em;width:max-content;max-width:none;transition:background var(--motion-fast,.1s) ease, color var(--motion-fast,.1s) ease, border-color var(--motion-fast,.1s) ease, box-shadow var(--motion-ui,.16s) ease;border:2px solid #0000;border-radius:5px;padding:2px 7px;font-size:11px;font-weight:700;line-height:1.5;display:inline-block;box-shadow:0 1px 4px #00000038,0 2px 8px #00000026}.maplibregl-marker:has(>.price-marker){width:max-content!important}.price-marker:hover{background:var(--dark-hover)}.price-marker-new{color:#fff;background:#16803a}.price-marker-new:hover{background:#10652d}.price-marker-expanded,.price-marker-focused{color:#fff;background:#c96442;border-color:#fffffff2;transform:none;box-shadow:0 0 0 3px #c964423d,0 4px 12px #00000042}.price-marker-pinned{z-index:4}.hidden{display:none}@media (width<=900px){.listing-modal.is-sheet-drag,.listing-modal.closing{background:0 0}.listing-modal-card.dragging-close{border-radius:22px 22px 0 0;box-shadow:0 18px 50px #14120f38}.listing-modal-hero-wrap .card-approx-badge{top:max(56px, calc(env(safe-area-inset-top) + 44px));right:12px}.listing-modal-hero-image{aspect-ratio:16/10;min-height:0;max-height:none}.listing-modal-thumb-grid,.listing-modal-photo-count{display:none}.listing-modal-more-images{grid-template-columns:1fr 1fr;gap:8px;margin-top:1rem;padding-bottom:.35rem;display:grid}.listing-modal-more-image{aspect-ratio:4/3;border-radius:10px}.listing-modal-hero-wrap{touch-action:pan-y}.listing-modal-card.at-top{overscroll-behavior-y:none}.listing-modal-card.at-top .listing-modal-hero-wrap{touch-action:none}.listing-modal-media-btn{z-index:4001;width:38px;height:38px;position:fixed}.listing-modal-media-back{top:max(12px, env(safe-area-inset-top));left:12px}.listing-modal-media-share{top:max(12px, env(safe-area-inset-top));right:12px}.listing-modal-body{max-width:none;padding:1.1rem 1.2rem 0}.listing-modal-price{font-size:1.55rem}.listing-modal-facts-line{font-size:.95rem}.listing-modal-domain{display:none}.listing-modal-footer{max-width:none;padding:.85rem 1.2rem calc(1rem + env(safe-area-inset-bottom,0px));margin-top:0}.listing-modal-message{color:var(--text);background:#2a272214;border:0;border-radius:14px;flex:auto;justify-content:center;align-items:center;padding:.88rem 1rem;font-size:.95rem;font-weight:650;display:inline-flex}.listing-modal-open-listing.is-disabled{opacity:.45;pointer-events:none}}:root.force-mobile .listing-modal.is-sheet-drag,:root.force-mobile .listing-modal.closing{background:0 0}:root.force-mobile .listing-modal-card.dragging-close{border-radius:22px 22px 0 0;box-shadow:0 18px 50px #14120f38}:root.force-mobile .listing-modal-hero-wrap .card-approx-badge{top:max(56px, calc(env(safe-area-inset-top) + 44px))}:root.force-mobile .listing-modal-hero-image{aspect-ratio:16/10;min-height:0;max-height:none}:root.force-mobile .listing-modal-thumb-grid,:root.force-mobile .listing-modal-photo-count{display:none}:root.force-mobile .listing-modal-more-images{grid-template-columns:1fr 1fr;gap:8px;margin-top:1rem;padding-bottom:.35rem;display:grid}:root.force-mobile .listing-modal-more-image{aspect-ratio:4/3;border-radius:10px}:root.force-mobile .listing-modal-hero-wrap{touch-action:pan-y}:root.force-mobile .listing-modal-card.at-top{overscroll-behavior-y:none}:root.force-mobile .listing-modal-card.at-top .listing-modal-hero-wrap{touch-action:none}:root.force-mobile .listing-modal-media-btn{z-index:4001;width:38px;height:38px;position:fixed}:root.force-mobile .listing-modal-media-back{top:max(12px, env(safe-area-inset-top));left:12px}:root.force-mobile .listing-modal-media-share{top:max(12px, env(safe-area-inset-top));right:12px}:root.force-mobile .listing-modal-body{max-width:none;padding:1rem 1.15rem 0}:root.force-mobile .listing-modal-price{font-size:1.45rem}:root.force-mobile .listing-modal-domain{display:none}:root.force-mobile .listing-modal-footer{max-width:none;padding:.75rem 1.15rem calc(.95rem + env(safe-area-inset-bottom,0px));margin-top:0}:root.force-mobile .listing-modal-message{color:var(--text);background:#2a272214;border:0;border-radius:14px;flex:auto;justify-content:center;align-items:center;padding:.78rem 1rem;font-size:.95rem;font-weight:650;display:inline-flex}:root.force-mobile .listing-modal-open-listing{border-radius:14px;padding:.78rem 1rem}@media (width<=1150px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){:root{--mobile-carousel-h:184px;--mobile-tab-bar-h:40px}.topbar{flex-direction:column;align-items:flex-start;gap:.6rem}.layout{grid-template-columns:1fr;height:100%;overflow:hidden}.filters{z-index:140;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:100% 100%;opacity:0;pointer-events:none;background:#faf9f594;border-right:none;border-radius:18px;height:min(80dvh,580px);transition:transform .24s cubic-bezier(.33,1,.68,1),opacity .18s;position:fixed;inset:auto .8rem 88px auto;overflow-y:auto;transform:scale(.6);box-shadow:0 8px 40px #0000003d,0 2px 8px #0000001f;width:min(90vw,360px)!important}.layout.mobile-sidebar-open .filters{opacity:1;pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf9f557;border-radius:0;height:100dvh;inset:0;transform:none;width:100vw!important}.layout.mobile-sidebar-open .mobile-chat-swipe-shell{z-index:188;pointer-events:auto;touch-action:none;display:block;position:fixed;inset:0}.layout.mobile-sidebar-open .mobile-chat-swipe-shell .filters{pointer-events:auto;touch-action:none;position:absolute}.mobile-sidebar-backdrop{z-index:130;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#11161a61;display:block;position:fixed;inset:0}.mobile-sidebar-backdrop.hidden,.resize-handle{display:none}.sidebar-toggle{background:var(--primary);width:62px;min-width:62px;height:62px;color:var(--text-inv);z-index:165;touch-action:manipulation;-webkit-user-select:none;user-select:none;transition:background var(--motion-ui,.16s) ease, opacity var(--motion-fast,.1s) ease;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:0;display:flex;position:fixed;bottom:.9rem;left:auto;right:.8rem;transform:none;box-shadow:0 4px 12px #00000047,0 12px 32px #0000002e}.sidebar-toggle.map-open-anchor{bottom:calc(var(--mobile-carousel-h) + var(--mobile-tab-bar-h) + 1rem);top:auto;left:auto;right:.8rem;transform:none}.sidebar-toggle:active{opacity:.9;transform:scale(var(--press-scale-icon,.96))}.sidebar-toggle.mobile-fab-open{background:var(--text)}.layout.mobile-sidebar-open .sidebar-toggle.map-open-anchor{bottom:calc(var(--mobile-carousel-h) + var(--mobile-tab-bar-h) + 1rem);transform:none}.layout.mobile-sidebar-open .agent-chat-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf9f514;min-height:0}.layout.mobile-sidebar-open .agent-chat-input-row,.layout.mobile-sidebar-open .agent-chat-panel:before{background:0 0}.layout.mobile-sidebar-open .chat-tabs-bar,.layout.mobile-sidebar-open .filter-bubble,.layout.mobile-sidebar-open #agentChatInput{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf9f56b}.layout.mobile-sidebar-open .chat-filter-fade{background:linear-gradient(#faf9f500,#faf9f53d)}.layout.mobile-sidebar-open .agent-chat-thread{padding-bottom:.8rem}.layout.mobile-sidebar-open .agent-chat-input-row{padding-bottom:max(.65rem, env(safe-area-inset-bottom))}.layout.mobile-sidebar-open .map-drawer-handle{display:none}.layout.sidebar-collapsed .sidebar-toggle{left:auto}input,textarea,select{font-size:max(1rem,16px)}.results{height:100%;min-height:0}.results.map-open{touch-action:auto;overflow:hidden}#chatDrawer.dragging,#settingsDrawer.dragging,#cardsView.dragging{transition:none!important}.results:not(.map-open) #cardsView{padding-top:var(--mobile-tab-bar-h)}.results:not(.map-open) #chatDrawer,.results:not(.map-open) #settingsDrawer{padding-top:var(--mobile-tab-bar-h);top:0}.bottom-tab-bar{left:0;right:0;bottom:var(--mobile-carousel-h);height:var(--mobile-tab-bar-h);z-index:9;touch-action:none;transition:bottom var(--motion-panel,.24s) var(--ease-out,cubic-bezier(.33, 1, .68, 1));align-items:stretch;display:flex;position:absolute}.results.map-open .bottom-tab-bar{-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;height:auto;box-shadow:none;pointer-events:none;background:0 0;border:none;align-items:center;gap:.75rem;left:50%;right:auto;transform:translate(-50%)}.results.map-open .bottom-tab{pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none;width:34px;height:34px;box-shadow:none;color:#2a2722b8;text-shadow:0 1px 4px #ffffffe6,0 1px 10px #0f172a33;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:0;transition:color .12s,background .16s,border-color .16s,box-shadow .16s,-webkit-backdrop-filter .16s,backdrop-filter .16s}.results.map-open .bottom-tab-bar.drawer-up .bottom-tab{background:var(--panel);text-shadow:none;border-color:#e2ddd6e6;box-shadow:0 6px 18px #0f172a14}.results.map-open .bottom-tab svg{width:16px;height:16px}.results.map-open .bottom-tab.active{color:var(--primary)}.results.map-open .bottom-tab-bar.drawer-up .bottom-tab.active{box-shadow:inset 0 0 0 999px #c964421a,0 6px 18px #0f172a14}.results:not(.map-open) .bottom-tab-bar{background:var(--panel);border-bottom:1px solid var(--line);transition:none;top:0;bottom:auto}.results.map-open .chat-drawer-filters{touch-action:none;overflow-x:auto}.results.map-open .chat-drawer-thread{touch-action:none;overflow-y:auto}.results.map-open .cards-grid{-webkit-overflow-scrolling:unset;overscroll-behavior-x:unset;touch-action:inherit;gap:.85rem;width:auto;min-width:max-content;padding:12px calc(50vw - min(68vw,300px)/2) 6px;overflow:visible}.results.map-open .card{--carousel-scale:.94;--carousel-y:3px;width:min(68vw,300px);min-width:min(68vw,300px);transform:scale(var(--carousel-scale)) translateY(var(--carousel-y));transform-origin:bottom;transition:box-shadow var(--motion-fast,.1s) ease, opacity 80ms linear}.results.map-open:not(.drawer-expanded) .card{height:calc(var(--mobile-carousel-h) - .7rem);grid-template-rows:minmax(0,1fr) auto;display:grid}.results.map-open:not(.drawer-expanded) .card-body{gap:.05rem;min-height:0;padding:.3rem .46rem .34rem}.results.map-open:not(.drawer-expanded) .card-media{aspect-ratio:auto;min-height:0}.results.map-open:not(.drawer-expanded) .card-price{font-size:.82rem;line-height:1.08}.results.map-open:not(.drawer-expanded) .card-meta{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;line-height:1.1;overflow:hidden}.results.map-open .map-drawer-handle{display:none}.results.map-open .map-drawer-handle:before{content:none}#opsPanel .table-controls{flex-wrap:wrap}.results.map-open .map-drawer{height:calc(100% - var(--mobile-carousel-h));max-height:none}.map-drawer-handle{min-width:118px}.map-legend{min-width:0;max-width:calc(100vw - 16px);max-height:44dvh;inset:8px 8px auto auto;overflow-y:auto}.map-cards{grid-auto-columns:minmax(190px,220px);bottom:8px;left:8px;right:8px}.cards-grid{grid-template-columns:1fr;gap:.65rem;padding:.65rem}.count-caption-btn{padding:.17rem .56rem;font-size:.74rem}.cards-grid{grid-template-columns:1fr}}:root.force-mobile{--mobile-carousel-h:184px;--mobile-tab-bar-h:40px}:root.force-mobile .layout{grid-template-columns:1fr;height:100%;overflow:hidden}:root.force-mobile input,:root.force-mobile textarea,:root.force-mobile select{font-size:max(1rem,16px)}:root.force-mobile .results{height:100%;min-height:0}:root.force-mobile .resize-handle{display:none}:root.force-mobile .sidebar-toggle{background:var(--primary);width:62px;min-width:62px;height:62px;color:var(--text-inv);z-index:165;touch-action:none;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:0;display:flex;position:fixed;bottom:.9rem;left:auto;right:.8rem;transform:none}:root.force-mobile .sidebar-toggle.map-open-anchor{bottom:calc(var(--mobile-carousel-h) + var(--mobile-tab-bar-h) + 1rem);top:auto;left:auto;right:.8rem;transform:none}:root.force-mobile .results.map-open{touch-action:auto;overflow:hidden}:root.force-mobile #chatDrawer.dragging,:root.force-mobile #settingsDrawer.dragging,:root.force-mobile #cardsView.dragging{transition:none!important}:root.force-mobile .results:not(.map-open) #cardsView{padding-top:var(--mobile-tab-bar-h)}:root.force-mobile .results:not(.map-open) #chatDrawer,:root.force-mobile .results:not(.map-open) #settingsDrawer{padding-top:var(--mobile-tab-bar-h);top:0}:root.force-mobile .bottom-tab-bar{left:0;right:0;bottom:var(--mobile-carousel-h);height:var(--mobile-tab-bar-h);z-index:9;touch-action:none;transition:bottom var(--motion-panel,.24s) var(--ease-out,cubic-bezier(.33, 1, .68, 1));align-items:stretch;display:flex;position:absolute}:root.force-mobile .results.map-open .bottom-tab-bar{-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;height:auto;box-shadow:none;pointer-events:none;background:0 0;border:none;align-items:center;gap:.75rem;left:50%;right:auto;transform:translate(-50%)}:root.force-mobile .results.map-open .bottom-tab{pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none;width:34px;height:34px;box-shadow:none;color:#2a2722b8;text-shadow:0 1px 4px #ffffffe6,0 1px 10px #0f172a33;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:0;transition:color .12s,background .16s,border-color .16s,box-shadow .16s,-webkit-backdrop-filter .16s,backdrop-filter .16s}:root.force-mobile .results.map-open .bottom-tab-bar.drawer-up .bottom-tab{background:var(--panel);text-shadow:none;border-color:#e2ddd6e6;box-shadow:0 6px 18px #0f172a14}:root.force-mobile .results.map-open .bottom-tab svg{width:16px;height:16px}:root.force-mobile .results.map-open .bottom-tab.active{color:var(--primary)}:root.force-mobile .results.map-open .bottom-tab-bar.drawer-up .bottom-tab.active{box-shadow:inset 0 0 0 999px #c964421a,0 6px 18px #0f172a14}:root.force-mobile .results:not(.map-open) .bottom-tab-bar{background:var(--panel);border-bottom:1px solid var(--line);transition:none;top:0;bottom:auto}:root.force-mobile .results.map-open .cards-grid{touch-action:inherit;gap:.85rem;width:auto;min-width:max-content;padding:12px calc(50vw - min(68vw,300px)/2) 6px;overflow:visible}:root.force-mobile .chat-drawer-filters{touch-action:pan-x;overflow-x:auto}:root.force-mobile .chat-drawer-thread{touch-action:pan-y}:root.force-mobile .results.map-open .card{--carousel-scale:.94;--carousel-y:3px;width:min(68vw,300px);min-width:min(68vw,300px);transform:scale(var(--carousel-scale)) translateY(var(--carousel-y));transform-origin:bottom;transition:box-shadow var(--motion-fast,.1s) ease, opacity 80ms linear}:root.force-mobile .results.map-open:not(.drawer-expanded) .card{height:calc(var(--mobile-carousel-h) - .7rem);grid-template-rows:minmax(0,1fr) auto;display:grid}:root.force-mobile .results.map-open:not(.drawer-expanded) .card-body{gap:.05rem;min-height:0;padding:.3rem .46rem .34rem}:root.force-mobile .results.map-open:not(.drawer-expanded) .card-media{aspect-ratio:auto;min-height:0}:root.force-mobile .results.map-open:not(.drawer-expanded) .card-price{font-size:.82rem;line-height:1.08}:root.force-mobile .results.map-open:not(.drawer-expanded) .card-meta{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;line-height:1.1;overflow:hidden}:root.force-mobile .results.map-open .map-drawer-handle{display:none}:root.force-mobile .results.map-open .map-drawer{height:calc(100% - var(--mobile-carousel-h));max-height:none}body:has(.listing-modal) .listing-modal{pointer-events:auto}.mobile-settings-overlay{z-index:340;background:var(--bg);flex-direction:column;display:flex;position:fixed;inset:0}.mobile-settings-bar{min-height:calc(env(safe-area-inset-top) + 52px);padding:calc(env(safe-area-inset-top) + .55rem) .8rem .45rem;box-sizing:border-box;border-bottom:1px solid #0f172a14;justify-content:flex-end;align-items:flex-start;display:flex}.mobile-settings-close{width:36px;height:36px;color:var(--text);background:#ffffffb8;border:0;border-radius:999px;font-size:1.35rem;line-height:1}.mobile-settings-overlay #settingsDrawer{height:calc(100dvh - env(safe-area-inset-top) - 52px)!important;pointer-events:auto!important;position:static!important;transform:none!important}@media (width<=900px){.results.map-open .map-drawer{height:100%;max-height:none}.results.map-open .card{will-change:auto}.mobile-settings-close,.settings-inline-btn,.city-context-btn,.count-caption-reload{touch-action:manipulation;transition:background var(--motion-fast,.1s) ease, color var(--motion-fast,.1s) ease, border-color var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease}.mobile-settings-close:active,.settings-inline-btn:active,.city-context-btn:active{opacity:.86}}:root.force-mobile .results.map-open .card{will-change:auto}@media (prefers-reduced-motion:reduce){.sidebar-toggle,.card,.price-marker,.listing-modal-card,.listing-modal-scrim,.filter-bubble,.type-toggle-btn,.welcome-overlay,.welcome-chip,.welcome-search button,.welcome-language button,.welcome-search input{transition:none!important;animation:none!important}}.cards-carousel-edge{pointer-events:none;flex:0 0 0;width:0;min-width:0;height:1px;display:none;overflow:hidden}@media (width<=900px){.results:not(.map-open) .cards-carousel-edge{flex:0 0 0!important;width:0!important;min-width:0!important;display:none!important}}:root.force-mobile .results:not(.map-open) .cards-carousel-edge{flex:0 0 0!important;width:0!important;min-width:0!important;display:none!important}.results.map-open>#cardsView>.cards-grid>.cards-carousel-edge{--edge:var(--desktop-carousel-edge,.75rem);flex:0 0 var(--edge);width:var(--edge);min-width:var(--edge);max-width:var(--edge);pointer-events:none;height:1px;display:block}.results.map-open>#cardsView>.cards-grid:before,.results.map-open>#cardsView>.cards-grid:after{content:none!important;width:0!important;min-width:0!important;display:none!important}.results.modal-sheet-active{--half-listing-media-h:11.25rem;--mobile-sheet-top:60%;--mobile-sheet-shift:60dvh;--mobile-sheet-safe-pad:0px;--mobile-chat-filter-h:34px;--mobile-safe-bottom:min(env(safe-area-inset-bottom), 14px);--mobile-chat-input-h:calc(58px + var(--mobile-safe-bottom));touch-action:auto}.results.modal-sheet-active .map-drawer,:root.force-mobile .results.map-open.modal-sheet-active .map-drawer{height:100%;max-height:none}.mobile-sheet-mount{z-index:8;pointer-events:none;position:absolute;inset:0}.agimo-mobile-sheet{z-index:8;pointer-events:none;position:absolute;inset:0;overflow:hidden}.agimo-mobile-sheet .mobile-bottom-sheet-container{pointer-events:auto;background:var(--bg);border-radius:0;height:100%;position:absolute;top:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 30px #0f172a29}.agimo-mobile-sheet.sheet-floating .mobile-bottom-sheet-container{background:0 0!important;box-shadow:0 -14px 30px #0f172a24!important}.agimo-mobile-sheet .mobile-bottom-sheet-header{height:var(--mobile-tab-bar-h);border-bottom:1px solid var(--line);background:var(--panel);touch-action:none;padding:0;position:relative}.agimo-mobile-sheet .mobile-bottom-sheet-header:before{content:"";pointer-events:none;background:linear-gradient(#faf9f5d6 0%,#faf9f594 44%,#faf9f500 100%);height:calc(100% + 28px);position:absolute;top:-1px;left:0;right:0}.agimo-mobile-sheet .bottom-tab-bar,.agimo-mobile-sheet .mobile-tab-indicator,.agimo-mobile-sheet .mobile-sheet-filter-strip{z-index:1;position:relative}.agimo-mobile-sheet .mobile-sheet-filter-strip{align-items:center;min-width:0;padding-left:0;display:flex}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filter-zone{flex:auto;width:100%;min-width:0;position:relative}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{border-bottom:0;width:100%}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filter-zone:after{content:"";pointer-events:none;background:linear-gradient(to right, transparent, var(--bg));z-index:1;width:1.5rem;position:absolute;top:0;bottom:0;right:0}.agimo-mobile-sheet .mobile-sheet-filter-strip .user-profile-bubble{flex:none}.agimo-mobile-sheet .mobile-map-settings-fab{top:max(14px, calc(env(safe-area-inset-top) + 10px));z-index:1;color:#2a2722b8;-webkit-backdrop-filter:blur(10px)saturate(1.12);pointer-events:auto;touch-action:manipulation;background:#faf9f594;border:1px solid #e2ddd685;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:fixed;left:12px;box-shadow:0 3px 10px #0f172a1a}.agimo-mobile-sheet .mobile-map-settings-fab.active{color:var(--primary)}.agimo-mobile-sheet.sheet-floating .mobile-bottom-sheet-header{background:0 0;border-bottom-color:#0000}.results.map-open .agimo-mobile-sheet .bottom-tab-bar,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-bar{width:144px;height:var(--mobile-tab-bar-h);box-shadow:none;pointer-events:auto;background:0 0;border:0;justify-content:stretch;align-items:center;gap:0;margin:0 auto;padding:0;display:flex;position:static;inset:auto;transform:none}.results.map-open .agimo-mobile-sheet .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet .mobile-tab-indicator{z-index:5;width:70px;height:var(--mobile-tab-bar-h);pointer-events:auto;justify-content:center;align-items:center;gap:4px;margin:0 auto;display:flex;position:relative}.agimo-mobile-sheet .mobile-tab-indicator-btn{width:30px;height:var(--mobile-tab-bar-h);color:inherit;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.agimo-mobile-sheet .mobile-tab-indicator-btn:focus{outline:none}.agimo-mobile-sheet .mobile-tab-indicator-mark{width:6px;height:6px;transition:background var(--motion-ui,.16s) ease, opacity var(--motion-ui,.16s) ease;background:#2a27223d;border-radius:999px;flex:none;box-shadow:0 1px 3px #ffffffb8}.agimo-mobile-sheet .mobile-tab-indicator-label{-webkit-user-select:none;user-select:none;display:none}.agimo-mobile-sheet .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark{opacity:1;background:#c96442e6;width:6px;box-shadow:0 0 0 3px #c964422e}.agimo-mobile-sheet .mobile-tab-indicator-btn:focus-visible .mobile-tab-indicator-mark{box-shadow:0 0 0 3px #c964422e,0 1px 5px #c9644233}.results.map-open .agimo-mobile-sheet .bottom-tab,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab{width:auto;height:var(--mobile-tab-bar-h);color:inherit;box-shadow:none;background:0 0;border:0;flex:1 1 0;justify-content:center;align-items:center;padding:0;display:flex}.results.map-open .agimo-mobile-sheet .bottom-tab.active,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab.active,.results.map-open .agimo-mobile-sheet .bottom-tab-bar.drawer-up .bottom-tab,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-bar.drawer-up .bottom-tab,.results.map-open .agimo-mobile-sheet .bottom-tab-bar.drawer-up .bottom-tab.active,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-bar.drawer-up .bottom-tab.active{box-shadow:none;text-shadow:0 1px 4px #ffffffe6,0 1px 10px #0f172a33;background:0 0;border:0}.results.map-open .agimo-mobile-sheet .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-icon{color:#2a2722b8;width:38px;height:38px;box-shadow:none;text-shadow:0 1px 4px #ffffffe6,0 1px 10px #0f172a33;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab-icon{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0}.results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon{color:var(--primary);text-shadow:none;background:linear-gradient(135deg,#c964423d 0 50%,#c964421a 50% 100%);box-shadow:inset 0 0 0 1px #c964422e}.results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon{background:linear-gradient(135deg,#c9644238 0 50%,#c9644214 50% 100%);box-shadow:inset 0 0 0 1px #c9644224}.agimo-mobile-sheet .mobile-bottom-sheet-content,.agimo-mobile-sheet .mobile-bottom-sheet-scroller{height:calc(100% - var(--mobile-tab-bar-h));background:var(--bg);width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden!important}.agimo-mobile-sheet .mobile-sheet-pager{width:100%;max-width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.agimo-mobile-sheet .mobile-sheet-page{z-index:1;background:var(--bg);will-change:transform, opacity;position:absolute;inset:0}.agimo-mobile-sheet .mobile-sheet-page-chat{z-index:2}.agimo-mobile-sheet:not(.sheet-tab-chat):not(.sheet-chat-cover) .mobile-sheet-page-chat{opacity:0;visibility:hidden;pointer-events:none}.agimo-mobile-sheet.sheet-tab-settling #cardsView,.agimo-mobile-sheet.sheet-tab-settling .chat-drawer-thread{touch-action:none!important;-webkit-overflow-scrolling:auto!important;overflow:hidden!important}.agimo-mobile-sheet #chatDrawer,.agimo-mobile-sheet .chat-drawer{box-sizing:border-box;flex-direction:column;height:100%;display:flex;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.agimo-mobile-sheet .chat-drawer-thread{min-width:0;max-width:100%;overflow:hidden auto}.agimo-mobile-sheet .agent-message{box-sizing:border-box;width:auto;min-width:0;max-width:100%!important}.agimo-mobile-sheet .agent-message-user{max-width:92%!important}.agimo-mobile-sheet .agent-serp-carousel{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.agimo-mobile-sheet .agent-markdown,.agimo-mobile-sheet .agent-markdown *{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.agimo-mobile-sheet .chat-drawer-input{box-sizing:border-box;min-width:0;max-width:100%}.agimo-mobile-sheet .chat-drawer-input textarea{box-sizing:border-box;max-width:100%}body:has(.listing-modal) .agimo-mobile-sheet{pointer-events:none}.agimo-mobile-sheet.sheet-tab-chat.sheet-floating .mobile-bottom-sheet-container{background:0 0!important;box-shadow:0 -14px 30px #0f172a24!important}.results.map-open .agimo-mobile-sheet #cardsView,.results.map-open .agimo-mobile-sheet #chatDrawer,.results.map-open .agimo-mobile-sheet #settingsDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet #chatDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet #settingsDrawer{box-sizing:border-box;height:100%;padding-top:0;transition:none;position:absolute;inset:0;transform:none}.results.map-open .agimo-mobile-sheet #chatDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet #chatDrawer{flex-direction:column;min-height:0;display:flex;overflow:hidden}.results.map-open .agimo-mobile-sheet .chat-drawer-thread,:root.force-mobile .results.map-open .agimo-mobile-sheet .chat-drawer-thread{overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto}.results.map-open .agimo-mobile-sheet .chat-drawer-input,:root.force-mobile .results.map-open .agimo-mobile-sheet .chat-drawer-input{z-index:2;background:var(--bg);flex:none;padding-bottom:.5rem;position:relative;bottom:auto}.results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-filter-zone,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-filter-zone{order:0}.results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating #chatDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating #chatDrawer{height:100%}.results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-input,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-input{background:var(--bg)}.results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-thread,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-tab-chat.sheet-floating .chat-drawer-thread{flex:auto;height:auto;padding-bottom:.5rem}.results.map-open .agimo-mobile-sheet #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet #cardsView{overscroll-behavior:none;touch-action:pan-y;box-sizing:border-box;border-top:none;justify-content:flex-start;width:100%;max-width:100%;height:100%;min-height:0;max-height:none;overflow:hidden}.results.map-open .agimo-mobile-sheet.sheet-full #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full #cardsView,.results.map-open .agimo-mobile-sheet.sheet-target-full #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-full #cardsView{touch-action:pan-x pan-y;overflow:hidden auto}.results.map-open.drawer-grid .agimo-mobile-sheet #cardsView,:root.force-mobile .results.map-open.drawer-grid .agimo-mobile-sheet #cardsView{overscroll-behavior-y:contain;touch-action:pan-y;padding-bottom:max(.8rem, env(safe-area-inset-bottom));overflow:hidden auto}.results.modal-sheet-active{--mobile-sheet-top:60%;--mobile-sheet-shift:60dvh;--mobile-sheet-safe-pad:0px;--mobile-tab-bar-h:22px;--mobile-filter-h:38px;--mobile-filter-fade-h:2px}.agimo-mobile-sheet .mobile-bottom-sheet-container{top:var(--mobile-sheet-top);z-index:2;border-radius:24px 24px 0 0;height:auto;transition:none;bottom:0;box-shadow:0 -12px 34px #0f172a29;background:var(--bg)!important}.agimo-mobile-sheet.sheet-resizing .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-settling .mobile-bottom-sheet-container{transition:none}.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container{border-radius:0;height:auto!important;max-height:none!important;top:0!important;bottom:0!important}.agimo-mobile-sheet.sheet-full.sheet-resizing .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-full.sheet-settling .mobile-bottom-sheet-container{border-radius:24px 24px 0 0;top:var(--mobile-sheet-top)!important;height:auto!important;max-height:none!important;bottom:0!important}.agimo-mobile-sheet .mobile-bottom-sheet-header{z-index:auto;height:calc(var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h));background:var(--bg);pointer-events:auto;border-bottom:0;transition:none;position:relative;top:0;left:0;right:0}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header{background:var(--bg);height:100%}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip{display:none!important}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:min(168px,100vw - 48px);height:32px;transition:background var(--motion-ui,.16s) ease, box-shadow var(--motion-ui,.16s) ease, opacity var(--motion-ui,.16s) ease;background:#ffffffe6;border:1px solid #2a272214;border-radius:999px;gap:2px;margin:0;padding:3px;position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);box-shadow:0 6px 22px #0f172a1f;display:flex!important}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn{width:auto;min-width:0;height:100%;color:var(--muted);border-radius:999px;flex:1 1 0;gap:.24rem;padding:0 .46rem;font-size:.72rem;font-weight:800;line-height:1}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-label{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-mark{opacity:.45;width:5px;height:5px;box-shadow:none;background:currentColor;flex:none}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active{color:var(--primary);background:#c9644221;box-shadow:inset 0 0 0 1px #c964421f}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark{opacity:1;background:currentColor;width:5px}.agimo-mobile-sheet .mobile-bottom-sheet-header:before{display:none}.agimo-mobile-sheet .mobile-bottom-sheet-content{top:calc(var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h));z-index:2;background:var(--bg);height:auto;transition:none;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header{height:calc(var(--mobile-sheet-safe-pad,0px) + var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h));top:0}.agimo-mobile-sheet.sheet-full .mobile-tab-indicator{top:var(--mobile-sheet-safe-pad,0px)}.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-content{top:calc(var(--mobile-sheet-safe-pad,0px) + var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h))}.agimo-mobile-sheet .mobile-sheet-filter-strip{top:calc(var(--mobile-tab-bar-h) + var(--mobile-filter-fade-h));z-index:3;height:var(--mobile-filter-h);background:0 0;position:absolute;left:0;right:0;overflow:visible}.agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip{transform:none}.agimo-mobile-sheet .bottom-tab-bar,.agimo-mobile-sheet .mobile-tab-indicator,.agimo-mobile-sheet .mobile-sheet-filter-strip{transition:opacity var(--motion-ui,.16s) ease}.agimo-mobile-sheet .bottom-tab-bar{z-index:5;position:relative}.agimo-mobile-sheet .mobile-tab-indicator{z-index:5;background:var(--bg);position:absolute;top:0;left:0;right:0}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filter-zone{height:var(--mobile-filter-h);background:0 0}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{height:var(--mobile-filter-h);-webkit-backdrop-filter:none;backdrop-filter:none;overscroll-behavior-x:contain;touch-action:pan-x;-webkit-overflow-scrolling:touch;background:0 0;min-width:0;max-width:100%;overflow:auto hidden;padding-right:.3rem!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters>*{flex:none}.results.map-open .agimo-mobile-sheet #cardsView,.results.map-open .agimo-mobile-sheet #chatDrawer,.results.map-open .agimo-mobile-sheet #settingsDrawer,.results.map-open .agimo-mobile-sheet .filters{pointer-events:auto;box-sizing:border-box;width:100%;height:100%;padding-top:0;position:static;transform:none!important}.results.map-open .agimo-mobile-sheet.sheet-full.sheet-tab-cards #cardsView,.results.map-open .agimo-mobile-sheet.sheet-target-full.sheet-tab-cards #cardsView{overflow-anchor:none;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scroll-snap-type:none;scroll-padding-block:.42rem max(.8rem, env(safe-area-inset-bottom));padding-bottom:max(.8rem, env(safe-area-inset-bottom));overflow:hidden auto}.agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) #cardsView{overscroll-behavior:none;touch-action:none;-webkit-overflow-scrolling:auto;scroll-snap-type:none;box-sizing:border-box;height:100%;padding:.25rem .55rem .4rem;display:block;container-type:size;overflow:hidden!important}.agimo-mobile-sheet .card-map-btn{justify-content:center;width:32px;height:32px;padding:0}.agimo-mobile-sheet .card-map-icon{width:16px;height:16px}.agimo-mobile-sheet .card-map-btn>span{display:none}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) #cardsView{box-sizing:border-box;height:100%;padding:.25rem .55rem .4rem;display:block;overflow:hidden;container-type:size}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .cards-grid{flex-direction:column;flex:none;gap:.65rem;width:100%;min-width:0;height:auto;min-height:0;margin:0;padding:0;display:flex;overflow:visible}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card{opacity:1;grid-template-rows:var(--half-listing-media-h,11.25rem) auto;border-radius:14px;flex:none;width:100%;min-width:0;max-width:100%;min-height:0;max-height:none;margin:0;display:grid;overflow:hidden;height:auto!important;transform:none!important}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media{align-self:stretch;width:100%;overflow:hidden;aspect-ratio:auto!important;height:var(--half-listing-media-h,11.25rem)!important;min-height:var(--half-listing-media-h,11.25rem)!important;max-height:var(--half-listing-media-h,11.25rem)!important}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media .image-carousel,.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media .carousel-image{object-fit:cover;object-position:center 30%;width:100%;height:100%}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-body{background:var(--surface,#fff);flex:none;gap:.28rem;min-height:0;padding:.5rem .7rem .6rem;overflow:hidden}.results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-summary{--card-summary-lines:2;--card-summary-lh:1.32;-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);font-size:.88rem}.results.map-open .agimo-mobile-sheet.sheet-full .cards-grid{--mobile-card-body-h:68px;--mobile-card-media-h:172px;width:100%;min-width:0;padding:.5rem .72rem max(.85rem, env(safe-area-inset-bottom));touch-action:pan-y;grid-template-columns:1fr;gap:.65rem;display:grid;overflow:visible}.results.map-open .agimo-mobile-sheet.sheet-full .card{opacity:1;grid-template-rows:var(--mobile-card-media-h) auto;border-radius:14px;width:100%;min-width:0;min-height:0;max-height:none;display:grid;overflow:hidden;height:auto!important;transform:none!important}.results.map-open .agimo-mobile-sheet.sheet-full .card-media{overflow:hidden;aspect-ratio:auto!important;height:var(--mobile-card-media-h)!important;min-height:var(--mobile-card-media-h)!important;max-height:var(--mobile-card-media-h)!important}.results.map-open .agimo-mobile-sheet.sheet-full .card-media .image-carousel,.results.map-open .agimo-mobile-sheet.sheet-full .card-media .carousel-image{object-fit:cover;width:100%;height:100%}.results.map-open .agimo-mobile-sheet.sheet-full .card-body{flex:none;gap:.16rem;padding:.48rem .55rem .52rem;overflow:hidden}.results.map-open .agimo-mobile-sheet.sheet-full .card-summary{--card-summary-lines:2;--card-summary-lh:1.28;-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);font-size:.85rem}.agimo-mobile-sheet .card,.agimo-mobile-sheet .cards-grid>.card{--carousel-scale:1!important;--carousel-y:0px!important;transform-origin:top!important;transform:none!important}.agimo-mobile-sheet.sheet-resizing .card,.agimo-mobile-sheet.sheet-settling .card,.agimo-mobile-sheet.sheet-resizing .cards-grid,.agimo-mobile-sheet.sheet-settling .cards-grid,.agimo-mobile-sheet.sheet-resizing .card-media,.agimo-mobile-sheet.sheet-settling .card-media{transition:none!important;animation:none!important}.results.map-open.drawer-grid .agimo-mobile-sheet.sheet-full.sheet-tab-cards #cardsGrid .card{width:100%;min-width:0}.agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar) .cards-carousel-edge{flex:0 0 0!important;width:0!important;min-width:0!important;display:none!important}.results.map-open .agimo-mobile-sheet .card-topline{align-items:center;min-height:1.2em;line-height:1.2;overflow:hidden}.results.map-open .agimo-mobile-sheet .card-price-row{align-items:center;min-height:1.2em;overflow:visible}.results.map-open .agimo-mobile-sheet .card-price{text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;line-height:1.2;overflow:hidden}.results.map-open .agimo-mobile-sheet .card-facts{overflow:hidden}.results.map-open .agimo-mobile-sheet .card-fact{font-size:.78rem}.results.map-open .agimo-mobile-sheet .filters{box-shadow:none;opacity:1;background:var(--bg);border-radius:0;position:static;overflow-y:auto}:root.force-mobile .results.modal-sheet-active{--mobile-sheet-top:60%;--mobile-sheet-shift:60dvh;--mobile-sheet-safe-pad:0px;--mobile-tab-bar-h:22px;--mobile-filter-h:38px;--mobile-filter-fade-h:2px}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-container{top:var(--mobile-sheet-top);z-index:2;border-radius:24px 24px 0 0;height:auto;transition:none;bottom:0;box-shadow:0 -12px 34px #0f172a29;background:var(--bg)!important}:root.force-mobile .agimo-mobile-sheet.sheet-resizing .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-settling .mobile-bottom-sheet-container{transition:none}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container{border-radius:0;height:auto!important;max-height:none!important;top:0!important;bottom:0!important}:root.force-mobile .agimo-mobile-sheet.sheet-full.sheet-resizing .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-full.sheet-settling .mobile-bottom-sheet-container{border-radius:24px 24px 0 0;top:var(--mobile-sheet-top)!important;height:auto!important;max-height:none!important;bottom:0!important}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-header{z-index:auto;height:calc(var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h));background:var(--bg);pointer-events:auto;border-bottom:0;transition:none;position:relative;top:0;left:0;right:0}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header{background:var(--bg);height:100%}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip{display:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:min(168px,100vw - 48px);height:32px;transition:background var(--motion-ui,.16s) ease, box-shadow var(--motion-ui,.16s) ease, opacity var(--motion-ui,.16s) ease;background:#ffffffe6;border:1px solid #2a272214;border-radius:999px;gap:2px;margin:0;padding:3px;position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);box-shadow:0 6px 22px #0f172a1f;display:flex!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn{width:auto;min-width:0;height:100%;color:var(--muted);border-radius:999px;flex:1 1 0;gap:.24rem;padding:0 .46rem;font-size:.72rem;font-weight:800;line-height:1}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-label{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-mark{opacity:.45;width:5px;height:5px;box-shadow:none;background:currentColor;flex:none}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active{color:var(--primary);background:#c9644221;box-shadow:inset 0 0 0 1px #c964421f}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark{opacity:1;background:currentColor;width:5px}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-header:before{display:none}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-content{top:calc(var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h));z-index:2;height:auto;transition:none;position:absolute;bottom:0;left:0;right:0}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header{top:0}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filter-zone,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{height:var(--mobile-filter-h);-webkit-backdrop-filter:none;backdrop-filter:none}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip{top:calc(var(--mobile-tab-bar-h) + var(--mobile-filter-fade-h));z-index:3;background:0 0;position:absolute;left:0;right:0}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip{transform:none}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filter-zone,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{background:0 0}:root.force-mobile .agimo-mobile-sheet .bottom-tab-bar,:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip{transition:opacity var(--motion-ui,.16s) ease}:root.force-mobile .agimo-mobile-sheet .bottom-tab-bar{z-index:5;position:relative}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator{z-index:5;background:var(--bg);position:absolute;top:0;left:0;right:0}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{overscroll-behavior-x:contain;touch-action:pan-x;-webkit-overflow-scrolling:touch;min-width:0;max-width:100%;overflow:auto hidden;padding-right:.3rem!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters>*{flex:none}:root.force-mobile .results.map-open .agimo-mobile-sheet #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet #chatDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet #settingsDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet .filters{pointer-events:auto;box-sizing:border-box;width:100%;height:100%;padding-top:0;position:static;transform:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full.sheet-tab-cards #cardsView,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-full.sheet-tab-cards #cardsView{overflow-anchor:none;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;scroll-snap-type:none;scroll-padding-block:.42rem max(.8rem, env(safe-area-inset-bottom));padding-bottom:max(.8rem, env(safe-area-inset-bottom));overflow:hidden auto}:root.force-mobile .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) #cardsView{overscroll-behavior:none;touch-action:none;-webkit-overflow-scrolling:auto;scroll-snap-type:none;box-sizing:border-box;height:100%;padding:.25rem .55rem .4rem;display:block;container-type:size;overflow:hidden!important}:root.force-mobile .agimo-mobile-sheet .card-map-btn{justify-content:center;width:32px;height:32px;padding:0}:root.force-mobile .agimo-mobile-sheet .card-map-icon{width:16px;height:16px}:root.force-mobile .agimo-mobile-sheet .card-map-btn>span{display:none}:root.force-mobile .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) #cardsView{box-sizing:border-box;height:100%;padding:.25rem .55rem .4rem;display:block;overflow:hidden;container-type:size}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .cards-grid{flex-direction:column;flex:none;gap:.65rem;width:100%;min-width:0;height:auto;min-height:0;margin:0;padding:0;display:flex;overflow:visible}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card{grid-template-rows:var(--half-listing-media-h,11.25rem) auto;border-radius:14px;flex:none;width:100%;min-width:0;max-width:100%;min-height:0;max-height:none;margin:0;display:grid;overflow:hidden;height:auto!important;transform:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media{align-self:stretch;width:100%;overflow:hidden;aspect-ratio:auto!important;height:var(--half-listing-media-h,11.25rem)!important;min-height:var(--half-listing-media-h,11.25rem)!important;max-height:var(--half-listing-media-h,11.25rem)!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media .image-carousel,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-media .carousel-image{object-fit:cover;object-position:center 30%;width:100%;height:100%}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-body{background:var(--surface,#fff);flex:none;gap:.28rem;min-height:0;padding:.5rem .7rem .6rem;overflow:hidden}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar):not(.sheet-target-full) .card-summary{--card-summary-lines:2;--card-summary-lh:1.32;-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);font-size:.88rem}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .cards-grid{--mobile-card-body-h:68px;--mobile-card-media-h:172px;width:100%;min-width:0;padding:.5rem .72rem max(.85rem, env(safe-area-inset-bottom));touch-action:pan-y;grid-template-columns:1fr;gap:.65rem;display:grid;overflow:visible}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card{grid-template-rows:var(--mobile-card-media-h) auto;border-radius:14px;width:100%;min-width:0;display:grid;overflow:hidden;height:auto!important;transform:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-media{overflow:hidden;aspect-ratio:auto!important;height:var(--mobile-card-media-h)!important;min-height:var(--mobile-card-media-h)!important;max-height:var(--mobile-card-media-h)!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-media .image-carousel,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-media .carousel-image{object-fit:cover;width:100%;height:100%}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-body{flex:none;gap:.16rem;padding:.48rem .55rem .52rem;overflow:hidden}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-summary{--card-summary-lines:2;--card-summary-lh:1.28;-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);font-size:.85rem}:root.force-mobile .results.map-open.drawer-grid .agimo-mobile-sheet.sheet-full.sheet-tab-cards #cardsGrid .card{width:100%;min-width:0}:root.force-mobile .agimo-mobile-sheet.sheet-half.sheet-tab-cards:not(.sheet-bar) .cards-carousel-edge{flex:0 0 0!important;width:0!important;min-width:0!important;display:none!important}:root.force-mobile .agimo-mobile-sheet .card,:root.force-mobile .agimo-mobile-sheet .cards-grid>.card{--carousel-scale:1!important;--carousel-y:0px!important;transform-origin:top!important;transform:none!important}:root.force-mobile .agimo-mobile-sheet.sheet-resizing .card,:root.force-mobile .agimo-mobile-sheet.sheet-settling .card,:root.force-mobile .agimo-mobile-sheet.sheet-resizing .cards-grid,:root.force-mobile .agimo-mobile-sheet.sheet-settling .cards-grid,:root.force-mobile .agimo-mobile-sheet.sheet-resizing .card-media,:root.force-mobile .agimo-mobile-sheet.sheet-settling .card-media{transition:none!important;animation:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet .card-price{text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;line-height:1.2;overflow:hidden}:root.force-mobile .results.map-open .agimo-mobile-sheet .filters{box-shadow:none;opacity:1;background:var(--bg);border-radius:0;position:static;overflow-y:auto}.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container{background:var(--bg)!important}.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header{background:var(--bg);border-bottom:1px solid var(--line)}.results.map-open .agimo-mobile-sheet .bottom-tab-icon,.results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon,.results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon,.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;transition:background var(--motion-fast,.1s) ease, color var(--motion-fast,.1s) ease, box-shadow var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease!important;background:#faf9f5b8!important;box-shadow:inset 0 0 0 1px #e2ddd680!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group{-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;background:#faf9f580!important;box-shadow:inset 0 0 0 1px #e2ddd666!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{background:var(--primary)!important;color:var(--text-inv)!important;box-shadow:inset 0 0 0 1px #c9644259!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active{background:var(--primary-tint)!important;color:var(--primary)!important;box-shadow:inset 0 0 0 1px #c9644266!important}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container{background:var(--bg)!important}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header{background:var(--bg);border-bottom:1px solid var(--line);height:calc(var(--mobile-sheet-safe-pad,0px) + var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h))}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-tab-indicator{top:var(--mobile-sheet-safe-pad,0px)}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-sheet-filter-strip{top:calc(var(--mobile-sheet-safe-pad,0px) + var(--mobile-tab-bar-h) + var(--mobile-filter-fade-h))}:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-content{top:calc(var(--mobile-sheet-safe-pad,0px) + var(--mobile-filter-h) + var(--mobile-filter-fade-h) + var(--mobile-tab-bar-h))}:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{min-height:32px;-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;transition:background var(--motion-fast,.1s) ease, color var(--motion-fast,.1s) ease, box-shadow var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease!important;background:#faf9f5b8!important;box-shadow:inset 0 0 0 1px #e2ddd680!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-value{text-overflow:ellipsis;max-width:5.5rem;overflow:hidden}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group{-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;background:#faf9f580!important;box-shadow:inset 0 0 0 1px #e2ddd666!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{background:var(--primary)!important;color:var(--text-inv)!important;box-shadow:inset 0 0 0 1px #c9644259!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active{background:var(--primary-tint)!important;color:var(--primary)!important;box-shadow:inset 0 0 0 1px #c9644266!important}.results.map-open .agimo-mobile-sheet .bottom-tab-bar,.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{padding-block:0!important}.results.map-open .agimo-mobile-sheet .bottom-tab-icon{width:28px!important;height:28px!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{border-bottom:0;gap:.18rem;padding-inline:.3rem!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn{min-height:2rem!important;padding:.05rem .28rem!important}.results.map-open .agimo-mobile-sheet .bottom-tab-icon,.results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon,.results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon,.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{box-shadow:none!important;-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;background:#faf9f5b8!important;border:1px solid #e2ddd680!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group{background:#faf9f580!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{background:var(--primary)!important;color:var(--text-inv)!important;border-color:#c9644273!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active{background:var(--primary-tint)!important;color:var(--primary)!important;border-color:#c9644266!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble:active,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn:active{opacity:.86!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-value{text-overflow:ellipsis;max-width:5.5rem;overflow:hidden}:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-bar,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{padding-block:0!important}:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-icon{width:28px!important;height:28px!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{border-bottom:0;gap:.18rem;padding-inline:.3rem!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn{min-height:2rem!important;padding:.05rem .28rem!important}:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet .bottom-tab.active .bottom-tab-icon,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-floating .bottom-tab.active .bottom-tab-icon,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{box-shadow:none!important;-webkit-backdrop-filter:blur(10px)saturate(1.1)!important;background:#faf9f5b8!important;border:1px solid #e2ddd680!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-group{background:#faf9f580!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{background:var(--primary)!important;color:var(--text-inv)!important;border-color:#c9644273!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.active{background:var(--primary-tint)!important;color:var(--primary)!important;border-color:#c9644266!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble:active,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn:active{opacity:.86!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .chat-drawer-filters{padding-left:.45rem!important;padding-right:1.25rem!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn{color:#2a2722c2!important}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-title{color:#2a272294;font-weight:750}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-value{color:#2a2722d1;font-weight:800}.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.inactive .bubble-title,.agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.inactive .bubble-value{color:#2a2722bd}.agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{color:var(--text-inv)!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn{color:#2a2722c2!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-title{color:#2a272294;font-weight:750}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble .bubble-value{color:#2a2722d1;font-weight:800}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.inactive .bubble-title,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .filter-bubble.inactive .bubble-value{color:#2a2722bd}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip .type-toggle-btn.active{color:var(--text-inv)!important}.agimo-mobile-sheet.sheet-full:not(.sheet-resizing):not(.sheet-settling) .mobile-bottom-sheet-container{height:auto!important;top:0!important;bottom:0!important}.results.map-open .agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator{-webkit-backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #2a272214;border-radius:999px;gap:2px;width:min(168px,100vw - 48px);height:32px;margin:0 auto;padding:3px;box-shadow:0 4px 14px #0f172a14}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-btn{width:auto;min-width:0;height:100%;color:var(--muted);box-shadow:none;touch-action:manipulation;transition:color var(--motion-fast,.1s) ease, background var(--motion-fast,.1s) ease, opacity var(--motion-fast,.1s) ease;background:0 0;border-radius:999px;flex:1 1 0;gap:.24rem;padding:0 .4rem;font-size:.72rem;font-weight:800;line-height:1}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-label{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-mark{opacity:.4;width:5px;height:5px;box-shadow:none;background:currentColor;flex:none}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-btn.active{color:var(--primary);background:#c9644221;box-shadow:inset 0 0 0 1px #c964421f}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark{opacity:1;width:5px;box-shadow:none;background:currentColor}.agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator-btn:active{opacity:.88}.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container{box-shadow:none;border-radius:0;overflow:visible;background:0 0!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container{pointer-events:none}.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header{border-bottom:0;background:0 0!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header{pointer-events:none}.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip{opacity:0;pointer-events:none;transform:none}.results.map-open .agimo-mobile-sheet .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet .mobile-tab-indicator{transition:border-color var(--motion-ui,.16s) ease, background var(--motion-ui,.16s) ease, box-shadow var(--motion-ui,.16s) ease, opacity var(--motion-ui,.16s) ease}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(12px);pointer-events:auto;width:min(168px,100vw - 48px);height:32px;transition:background var(--motion-ui,.16s) ease, box-shadow var(--motion-ui,.16s) ease, opacity var(--motion-ui,.16s) ease;background:#ffffffe6;border:1px solid #2a272214;border-radius:999px;gap:2px;margin:0;padding:3px;position:absolute;top:50%;left:50%;right:auto;transform:translate(-50%,calc(-50% - 30px));box-shadow:0 6px 22px #0f172a1f;display:flex!important}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn{width:auto;min-width:0;height:100%;color:var(--muted);border-radius:999px;flex:1 1 0;gap:.24rem;padding:0 .46rem;font-size:.72rem;font-weight:800;line-height:1}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-label,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-label,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-label,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-label{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-mark,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-mark,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-mark,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-mark{opacity:.45;width:5px;height:5px;box-shadow:none;background:currentColor;flex:none}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn.active,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn.active,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active{color:var(--primary);background:#c9644221;box-shadow:inset 0 0 0 1px #c964421f}.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark,.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active .mobile-tab-indicator-mark{opacity:1;background:currentColor;width:5px}.agimo-mobile-sheet.sheet-resizing .sidebar-toggle,.agimo-mobile-sheet.sheet-settling .sidebar-toggle,.agimo-mobile-sheet.sheet-resizing .mobile-tab-indicator,.agimo-mobile-sheet.sheet-settling .mobile-tab-indicator,.agimo-mobile-sheet.sheet-resizing .bottom-tab-bar,.agimo-mobile-sheet.sheet-settling .bottom-tab-bar,:root.force-mobile .agimo-mobile-sheet.sheet-resizing .sidebar-toggle,:root.force-mobile .agimo-mobile-sheet.sheet-settling .sidebar-toggle{transition:none!important}@media (pointer:coarse){.agimo-mobile-sheet .mobile-tab-indicator-thumb{transition:transform .16s cubic-bezier(.25,1,.5,1)!important}.agimo-mobile-sheet .mobile-tab-indicator-btn,.agimo-mobile-sheet .filter-bubble,.agimo-mobile-sheet .type-toggle-btn{transition:color .1s,opacity 80ms,background .1s!important}.results.map-open .agimo-mobile-sheet #cardsView,.results.map-open .agimo-mobile-sheet #chatDrawer,.results.map-open .agimo-mobile-sheet #settingsDrawer{transition:none!important}}.results.modal-sheet-active{--mobile-grip-h:12px;--mobile-dock-h:46px;--mobile-tab-bar-h:0px;--mobile-filter-h:34px;--mobile-filter-fade-h:2px;--mobile-peek-h:22px;--mobile-header-stack-h:calc(var(--mobile-grip-h) + var(--mobile-peek-h) + var(--mobile-filter-h) + var(--mobile-filter-fade-h));--mobile-dock-safe-h:calc(var(--mobile-dock-h) + min(env(safe-area-inset-bottom), 12px))}.agimo-mobile-sheet .mobile-bottom-sheet-container{flex-direction:column;display:flex;overflow:hidden}.agimo-mobile-sheet .mobile-bottom-sheet-header{min-height:var(--mobile-header-stack-h);background:var(--bg);z-index:4;border-bottom:1px solid #2a27220f;flex:none;padding:0;position:relative;height:auto!important}.agimo-mobile-sheet .mobile-sheet-drag-grip{height:var(--mobile-grip-h);pointer-events:none;justify-content:center;align-items:center;display:flex}.agimo-mobile-sheet .mobile-sheet-drag-grip-bar{background:#2a272247;border-radius:999px;width:48px;height:5px}.agimo-mobile-sheet .mobile-sheet-filter-strip{height:var(--mobile-filter-h);z-index:3;position:relative!important;top:auto!important}.agimo-mobile-sheet .mobile-bottom-sheet-content{flex:auto;min-height:0;padding-bottom:0;overflow:hidden;height:auto!important;position:relative!important;top:auto!important;bottom:auto!important}.agimo-mobile-sheet .mobile-sheet-tab-dock{z-index:6;min-height:var(--mobile-dock-h);padding:.28rem .65rem calc(.28rem + min(env(safe-area-inset-bottom), 10px));background:linear-gradient(180deg, #faf9f5b8 0%, var(--bg) 36%);pointer-events:auto;border-top:1px solid #2a272212;flex:none;justify-content:center;align-items:center;display:flex}.agimo-mobile-sheet .mobile-tab-indicator{width:min(260px,100% - 1.2rem);height:36px;box-shadow:none;-webkit-backdrop-filter:none;background:#2a27220d;border:1px solid #2a272214;border-radius:999px;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:2px;display:grid;position:relative}.agimo-mobile-sheet .mobile-tab-indicator-thumb{width:calc(50% - 3px);transition:transform .22s var(--ease-out,cubic-bezier(.33, 1, .68, 1));pointer-events:none;z-index:0;background:#fff;border-radius:999px;position:absolute;top:3px;bottom:3px;left:3px;transform:translate(0);box-shadow:0 2px 10px #0f172a1a,inset 0 0 0 1px #fffc}.agimo-mobile-sheet .mobile-tab-indicator.is-chat .mobile-tab-indicator-thumb{transform:translate(100%)}.agimo-mobile-sheet .mobile-tab-indicator-btn{z-index:1;color:#2a27228c;touch-action:manipulation;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.28rem;width:auto;min-width:0;height:100%;margin:0;padding:0 .55rem;font-size:.74rem;font-weight:700;line-height:1;transition:color .16s,opacity .12s;display:inline-flex;position:relative;box-shadow:none!important;background:0 0!important}.agimo-mobile-sheet .mobile-tab-indicator-chevron{width:10px;height:10px}.agimo-mobile-sheet .mobile-tab-indicator-btn.active{color:var(--text);box-shadow:none!important;background:0 0!important}.agimo-mobile-sheet .mobile-tab-indicator-btn:active{opacity:.8}.agimo-mobile-sheet .mobile-tab-indicator-icon{opacity:.9;flex:none}.agimo-mobile-sheet .mobile-tab-indicator-label{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}.agimo-mobile-sheet .mobile-tab-indicator-mark{display:none!important}.results.map-open .agimo-mobile-sheet.sheet-full .cards-grid{--mobile-card-body-h:68px;--mobile-card-media-h:172px}.agimo-mobile-sheet .mobile-bottom-sheet-header{min-height:var(--mobile-header-stack-h);padding-top:0}.agimo-mobile-sheet.sheet-full .mobile-sheet-filter-strip{top:auto!important}.agimo-mobile-sheet.sheet-full:not(.sheet-resizing):not(.sheet-settling) .mobile-bottom-sheet-container{min-height:100%;inset:0 auto 0 0;height:auto!important;max-height:none!important;top:0!important;bottom:0!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-container{pointer-events:none;overflow:visible;box-shadow:none!important;background:0 0!important;border-radius:0!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip{display:none!important}.agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:min(300px,100vw - 28px);min-height:0;box-shadow:none;pointer-events:auto;transition:opacity .18s ease, transform .24s var(--ease-out,cubic-bezier(.33, 1, .68, 1));background:0 0;border:0;margin:0;padding:0;position:absolute;bottom:0;left:50%;right:auto;transform:translate(-50%)}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(14px)saturate(1.1);background:#ffffffeb;border:1px solid #2a272214;width:100%;height:40px;box-shadow:0 8px 22px #0f172a24}:root.force-mobile .results.modal-sheet-active{--mobile-grip-h:18px;--mobile-dock-h:58px;--mobile-tab-bar-h:0px;--mobile-filter-h:38px;--mobile-filter-fade-h:2px;--mobile-peek-h:22px;--mobile-header-stack-h:calc(var(--mobile-grip-h) + var(--mobile-peek-h) + var(--mobile-filter-h) + var(--mobile-filter-fade-h));--mobile-dock-safe-h:calc(var(--mobile-dock-h) + min(env(safe-area-inset-bottom), 14px))}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-container{flex-direction:column;display:flex;overflow:hidden}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-header{min-height:var(--mobile-header-stack-h);background:var(--bg);border-bottom:1px solid #2a27220f;flex:none;position:relative;height:auto!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-drag-grip{height:var(--mobile-grip-h);pointer-events:none;justify-content:center;align-items:center;display:flex}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-drag-grip-bar{background:#2a272247;border-radius:999px;width:48px;height:5px}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-filter-strip{height:var(--mobile-filter-h);position:relative!important;top:auto!important}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-content{flex:auto;min-height:0;height:auto!important;position:relative!important;top:auto!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-tab-dock{z-index:6;min-height:var(--mobile-dock-h);padding:.4rem .85rem calc(.4rem + min(env(safe-area-inset-bottom), 12px));background:linear-gradient(180deg, #faf9f5b8 0%, var(--bg) 36%);border-top:1px solid #2a272212;flex:none;justify-content:center;align-items:center;display:flex}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator{width:min(320px,100%);height:44px;box-shadow:none;background:#2a27220d;border:1px solid #2a272214;border-radius:999px;grid-template-columns:1fr 1fr;margin:0;padding:3px;display:grid;position:relative}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-thumb{z-index:0;pointer-events:none;background:#fff;border-radius:999px;width:calc(50% - 3px);transition:transform .22s cubic-bezier(.33,1,.68,1);position:absolute;top:3px;bottom:3px;left:3px;transform:translate(0);box-shadow:0 2px 10px #0f172a1a}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator.is-chat .mobile-tab-indicator-thumb{transform:translate(100%)}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-btn{z-index:1;color:#2a27228c;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;height:100%;font-size:.82rem;font-weight:750;display:inline-flex;position:relative;box-shadow:none!important;background:0 0!important}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-btn.active{color:var(--text);background:0 0!important}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-mark{display:none!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-container{pointer-events:none;overflow:visible;box-shadow:none!important;background:0 0!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip{display:none!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{pointer-events:auto;background:0 0;border:0;width:min(300px,100vw - 28px);padding:0;position:absolute;bottom:0;left:50%;transform:translate(-50%)}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;width:100%;height:48px;box-shadow:0 10px 28px #0f172a29}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .cards-grid{--mobile-card-body-h:68px;--mobile-card-media-h:172px}.results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,.results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{margin:0!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.results.map-open .agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator{position:relative!important;top:auto!important;left:auto!important;transform:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{margin:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet:not(.sheet-bar) .mobile-tab-indicator{position:relative!important;top:auto!important;left:auto!important;transform:none!important}.agimo-mobile-sheet .mobile-sheet-tab-dock{min-height:var(--mobile-dock-h);padding:.45rem .9rem calc(.45rem + min(env(safe-area-inset-bottom), 12px));background:linear-gradient(180deg, #faf9f58c 0%, var(--bg) 42%);border-top:1px solid #2a27220f}.agimo-mobile-sheet .mobile-tab-indicator{background:#2a27220b;border:1px solid #2a272212;width:min(340px,100%);height:48px;padding:4px;box-shadow:inset 0 1px #ffffff8c}.agimo-mobile-sheet .mobile-tab-indicator-thumb{width:calc(50% - 4px);transition:transform .24s var(--ease-out,cubic-bezier(.33, 1, .68, 1)), background .18s ease, box-shadow .18s ease;background:#fff;top:4px;bottom:4px;left:4px;box-shadow:0 1px 2px #0f172a0f,0 6px 16px #0f172a1a,inset 0 0 0 1px #ffffffe6}.agimo-mobile-sheet .mobile-tab-indicator.is-cards .mobile-tab-indicator-thumb,.agimo-mobile-sheet .mobile-tab-indicator.is-chat .mobile-tab-indicator-thumb{background:linear-gradient(#fff 0%,#faf7f2 100%)}.agimo-mobile-sheet .mobile-tab-indicator-btn{color:#2a27227a;letter-spacing:-.01em;gap:.4rem;padding:0 .75rem;font-size:.84rem;font-weight:760}.agimo-mobile-sheet .mobile-tab-indicator-btn.active{color:var(--text)}.agimo-mobile-sheet .mobile-tab-indicator-btn.active .mobile-tab-indicator-icon{color:var(--primary)}.agimo-mobile-sheet .mobile-tab-indicator-icon{opacity:.92}.agimo-mobile-sheet .mobile-tab-indicator-chevron{opacity:.45;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;margin-left:.05rem}.agimo-mobile-sheet .mobile-tab-indicator-chevron.is-up{border-bottom:5px solid}.agimo-mobile-sheet .mobile-tab-indicator-chevron.is-down{border-top:5px solid}.agimo-mobile-sheet .mobile-tab-indicator-btn.active .mobile-tab-indicator-chevron{opacity:.55;color:var(--primary)}.agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:min(320px,100vw - 24px);bottom:0}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(16px)saturate(1.15);background:#fffffff0;border:1px solid #2a272214;height:52px;box-shadow:0 4px 6px #0f172a0a,0 14px 32px #0f172a29}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-thumb,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-thumb{background:#c9644224;box-shadow:inset 0 0 0 1px #c9644229}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn.active,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn.active{color:var(--primary)}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-tab-dock{min-height:var(--mobile-dock-h);padding:.45rem .9rem calc(.45rem + min(env(safe-area-inset-bottom), 12px))}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator{background:#2a27220b;width:min(340px,100%);height:48px;padding:4px}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-thumb{width:calc(50% - 4px);top:4px;bottom:4px;left:4px}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-btn.active .mobile-tab-indicator-icon{color:var(--primary)}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-chevron{opacity:.45;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-chevron.is-up{border-bottom:5px solid}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-chevron.is-down{border-top:5px solid}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator{background:#fffffff0;height:52px;box-shadow:0 14px 32px #0f172a29}.results.modal-sheet-active{--mobile-dock-h:68px}.agimo-mobile-sheet .mobile-sheet-tab-dock{width:100%;padding:.5rem .7rem calc(.5rem + min(env(safe-area-inset-bottom), 14px));justify-content:stretch}.agimo-mobile-sheet .mobile-tab-indicator{width:min(260px,100% - 1.2rem)!important;max-width:min(260px,100% - 1.2rem)!important;height:40px!important;margin:0 auto!important}.agimo-mobile-sheet .mobile-tab-indicator-btn{gap:.45rem;font-weight:780;padding:0 .9rem!important;font-size:.92rem!important}.agimo-mobile-sheet .mobile-tab-indicator-icon{width:18px;height:18px}.agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:calc(100vw - 20px)!important;max-width:none!important;padding:0!important;left:50%!important;transform:translate(-50%)!important}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{width:100%!important;height:54px!important}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator-btn,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator-btn{font-size:.95rem!important}:root.force-mobile .results.modal-sheet-active{--mobile-dock-h:68px}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-tab-dock{width:100%;padding:.5rem .7rem calc(.5rem + min(env(safe-area-inset-bottom), 14px));justify-content:stretch}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator{width:100%!important;max-width:none!important;height:52px!important;margin:0!important}:root.force-mobile .agimo-mobile-sheet .mobile-tab-indicator-btn{gap:.45rem;padding:0 .9rem!important;font-size:.92rem!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:calc(100vw - 20px)!important;max-width:none!important;padding:0!important;left:50%!important;transform:translate(-50%)!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{width:100%!important;height:54px!important}.agimo-mobile-sheet .mobile-bottom-sheet-container{overflow:hidden!important}.agimo-mobile-sheet .mobile-sheet-tab-dock{z-index:8;pointer-events:auto;width:100%!important;max-width:none!important;margin:0!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content{padding-bottom:var(--mobile-dock-safe-h,68px)!important}.agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-full:not(.sheet-bar) .mobile-bottom-sheet-content{padding-bottom:max(.35rem, env(safe-area-inset-bottom))!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-container{box-shadow:none!important;pointer-events:none!important;background:0 0!important;border-radius:0!important;overflow:visible!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:min(300px,100vw - 28px)!important;box-shadow:none!important;pointer-events:auto!important;background:0 0!important;border:0!important;border-radius:0!important;padding:.35rem 0!important;position:absolute!important;bottom:0!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,.agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(14px)saturate(1.1)!important;backdrop-filter:blur(14px)saturate(1.1)!important;background:#fffffff0!important;width:100%!important;height:44px!important;margin:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;box-shadow:0 8px 22px #0f172a24!important}.agimo-mobile-sheet.sheet-settling .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-resizing .mobile-bottom-sheet-content{opacity:1}:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-container{overflow:hidden!important}:root.force-mobile .agimo-mobile-sheet .mobile-sheet-tab-dock{z-index:8;pointer-events:auto;width:100%!important;max-width:none!important;margin:0!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content{padding-bottom:var(--mobile-dock-safe-h,68px)!important}:root.force-mobile .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-full:not(.sheet-bar) .mobile-bottom-sheet-content{padding-bottom:max(.35rem, env(safe-area-inset-bottom))!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-container{box-shadow:none!important;pointer-events:none!important;background:0 0!important;border-radius:0!important;overflow:visible!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip{opacity:0!important;visibility:hidden!important;pointer-events:none!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock{width:min(300px,100vw - 28px)!important;box-shadow:none!important;pointer-events:auto!important;background:0 0!important;border:0!important;border-radius:0!important;padding:.35rem 0!important;position:absolute!important;bottom:0!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-tab-indicator,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-tab-indicator{-webkit-backdrop-filter:blur(14px)saturate(1.1)!important;backdrop-filter:blur(14px)saturate(1.1)!important;background:#fffffff0!important;width:100%!important;height:44px!important;margin:0!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;box-shadow:0 8px 22px #0f172a24!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) #cardsView{container-type:size;touch-action:none!important;scroll-snap-type:none!important;height:100%!important;padding:.25rem .55rem .4rem!important;display:block!important;overflow:hidden!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-grid{flex-direction:column!important;flex:none!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card{grid-template-rows:var(--half-listing-media-h,11.25rem) auto!important;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.results.map-open .agimo-mobile-sheet.sheet-full .card{height:auto!important;max-height:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar) .cards-grid:before,.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar) .cards-grid:after,.results.map-open .agimo-mobile-sheet.sheet-full .cards-grid:before,.results.map-open .agimo-mobile-sheet.sheet-full .cards-grid:after,.results.map-open .agimo-mobile-sheet.sheet-bar .cards-grid:before,.results.map-open .agimo-mobile-sheet.sheet-bar .cards-grid:after{content:none!important;flex:0 0 0!important;width:0!important;min-width:0!important;display:none!important}.results.map-open .agimo-mobile-sheet .mobile-bottom-sheet-content{width:100%!important;max-width:100%!important;overflow:hidden!important}.results.map-open .agimo-mobile-sheet .mobile-sheet-pager,.results.map-open .agimo-mobile-sheet .mobile-sheet-page{box-sizing:border-box;height:100%;overflow:hidden!important}.results.map-open .agimo-mobile-sheet.sheet-target-full .card,.results.map-open .agimo-mobile-sheet.sheet-full .card{height:auto!important;max-height:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) #cardsView{container-type:size;touch-action:none!important;scroll-snap-type:none!important;height:100%!important;padding:.25rem .55rem .4rem!important;display:block!important;overflow:hidden!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-grid{flex-direction:column!important;flex:none!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card{grid-template-rows:var(--half-listing-media-h,11.25rem) auto!important;flex:none!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar) .cards-grid:before,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar) .cards-grid:after,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .cards-grid:before,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .cards-grid:after{content:none!important;display:none!important}.results.map-open .agimo-mobile-sheet .cards-carousel-edge,.results.map-open .agimo-mobile-sheet .cards-grid:before,.results.map-open .agimo-mobile-sheet .cards-grid:after{content:none!important;flex:0!important;width:0!important;min-width:0!important;display:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet .cards-carousel-edge,:root.force-mobile .results.map-open .agimo-mobile-sheet .cards-grid:before,:root.force-mobile .results.map-open .agimo-mobile-sheet .cards-grid:after{content:none!important;width:0!important;min-width:0!important;display:none!important}.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity 80ms,visibility 80ms!important}.agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock,.agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content,.agimo-mobile-sheet.sheet-full:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-full:not(.sheet-bar):not(.sheet-target-bar) .mobile-sheet-filter-strip,.agimo-mobile-sheet.sheet-full:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content{opacity:1;visibility:visible;transition:opacity .16s 40ms,visibility .16s 40ms}:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-filter-strip,:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-filter-strip,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-content{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity 80ms,visibility 80ms!important}:root.force-mobile .agimo-mobile-sheet.sheet-target-bar .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-sheet-tab-dock{opacity:1!important;visibility:visible!important;pointer-events:auto!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar).sheet-tab-cards .card{grid-template-rows:var(--half-listing-media-h,11.25rem) auto!important;width:100%!important;height:auto!important;max-height:none!important}:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card{height:auto!important}.agimo-mobile-sheet .mobile-bottom-sheet-content,.agimo-mobile-sheet .mobile-sheet-pager,.agimo-mobile-sheet .mobile-sheet-page{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.agimo-mobile-sheet .mobile-sheet-pager,.agimo-mobile-sheet .mobile-sheet-page{height:100%!important}.agimo-mobile-sheet .mobile-sheet-page>*{box-sizing:border-box;height:100%;width:100%!important;min-width:0!important;max-width:100%!important}.agimo-mobile-sheet .mobile-bottom-sheet-container,.agimo-mobile-sheet .mobile-bottom-sheet-content,.agimo-mobile-sheet .mobile-sheet-page-listings{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.agimo-mobile-sheet #chatDrawer,.agimo-mobile-sheet .chat-drawer,.results.map-open .agimo-mobile-sheet #chatDrawer,:root.force-mobile .results.map-open .agimo-mobile-sheet #chatDrawer{inset:auto!important;box-sizing:border-box!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.agimo-mobile-sheet .chat-drawer-thread,.results.map-open .agimo-mobile-sheet .chat-drawer-thread,:root.force-mobile .results.map-open .agimo-mobile-sheet .chat-drawer-thread{box-sizing:border-box!important;flex:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;padding-left:.65rem!important;padding-right:.65rem!important;overflow:hidden auto!important}.agimo-mobile-sheet .agent-message,.agimo-mobile-sheet .agent-message-agent,.agimo-mobile-sheet .agent-message-assistant,.agimo-mobile-sheet .agent-message-user{box-sizing:border-box!important;overflow-wrap:anywhere!important;word-break:break-word!important;width:fit-content!important;min-width:0!important;max-width:100%!important}.agimo-mobile-sheet .agent-markdown,.agimo-mobile-sheet .agent-markdown p,.agimo-mobile-sheet .agent-markdown *{box-sizing:border-box;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}.agimo-mobile-sheet .mobile-sheet-page-chat,.agimo-mobile-sheet .mobile-sheet-page-chat>.chat-drawer,.agimo-mobile-sheet .mobile-sheet-page-chat>#chatDrawer{box-sizing:border-box!important;flex-direction:column!important;height:100%!important;min-height:0!important;max-height:100%!important;display:flex!important;overflow:hidden!important}.agimo-mobile-sheet .mobile-sheet-page-chat .chat-drawer-thread{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex:auto!important;height:auto!important;min-height:0!important;max-height:none!important;padding-bottom:.55rem!important;overflow-y:auto!important}.agimo-mobile-sheet .chat-drawer-input,.agimo-mobile-sheet .agent-chat-input-row,.results.map-open .agimo-mobile-sheet .chat-drawer-input,:root.force-mobile .results.map-open .agimo-mobile-sheet .chat-drawer-input{visibility:visible!important;opacity:1!important;background:var(--bg)!important;border-top:1px solid var(--line)!important;z-index:6!important;box-sizing:border-box!important;flex:none!important;width:100%!important;max-width:100%!important;min-height:3.2rem!important;margin:0!important;padding:.4rem .65rem .5rem!important;transition:none!important;display:block!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.agimo-mobile-sheet .chat-drawer-input textarea,.agimo-mobile-sheet .agent-chat-input-row textarea,.agimo-mobile-sheet #agentChatInput,.agimo-mobile-sheet #mobileSheetChatInput{visibility:visible!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-height:2.75rem!important;max-height:120px!important;font-size:16px!important;display:block!important}.agimo-mobile-sheet:not(.sheet-bar):not(.sheet-target-bar) .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet:not(.sheet-bar):not(.sheet-target-bar) .mobile-sheet-tab-dock{visibility:visible!important;opacity:1!important;pointer-events:auto!important;height:auto!important;min-height:0!important;box-shadow:none!important;z-index:20!important;background:0 0!important;border:0!important;padding:.35rem .65rem .4rem!important;display:flex!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.agimo-mobile-sheet:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content,:root.force-mobile .agimo-mobile-sheet:not(.sheet-bar):not(.sheet-target-bar) .mobile-bottom-sheet-content{padding-bottom:0!important}.agimo-mobile-sheet .mobile-sheet-page,.agimo-mobile-sheet .mobile-sheet-page-chat{will-change:transform, opacity;background:var(--bg)!important;transition:none!important;position:absolute!important;inset:0!important}.agimo-mobile-sheet .mobile-sheet-tab-dock,:root.force-mobile .agimo-mobile-sheet .mobile-sheet-tab-dock{display:none!important}.agimo-mobile-sheet{--mobile-sheet-header-h:var(--mobile-header-stack-h,calc(var(--mobile-grip-h,18px) + var(--mobile-peek-h,22px) + var(--mobile-filter-h,38px) + var(--mobile-filter-fade-h,2px)));--mobile-sheet-safe-pad:max(0px, calc(env(safe-area-inset-top,0px) - var(--mobile-sheet-shift,0px)))}.agimo-mobile-sheet .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-half .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-full:not(.sheet-resizing):not(.sheet-settling) .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-full.sheet-resizing .mobile-bottom-sheet-container,.agimo-mobile-sheet.sheet-full.sheet-settling .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-full:not(.sheet-resizing):not(.sheet-settling) .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-full.sheet-resizing .mobile-bottom-sheet-container,:root.force-mobile .agimo-mobile-sheet.sheet-full.sheet-settling .mobile-bottom-sheet-container{transform:translate3d(0, var(--mobile-sheet-shift,var(--mobile-sheet-top,60%)), 0);will-change:transform;border-radius:24px 24px 0 0;height:100%!important;min-height:100%!important;max-height:none!important;inset:0 0 auto!important}.agimo-mobile-sheet.sheet-full:not(.sheet-resizing):not(.sheet-settling) .mobile-bottom-sheet-container{border-radius:0}.results.map-open .agimo-mobile-sheet.sheet-full .cards-grid,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .cards-grid{--mobile-card-body-h:68px;--mobile-card-media-h:172px;height:auto!important;padding:.5rem .72rem max(.85rem, env(safe-area-inset-bottom))!important;flex:none!important;grid-template-columns:1fr!important;align-content:start!important;gap:.65rem!important;display:grid!important;overflow:visible!important}.results.map-open .agimo-mobile-sheet.sheet-full .card,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card{grid-template-rows:var(--mobile-card-media-h) auto!important;flex:none!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important}.results.map-open .agimo-mobile-sheet.sheet-full .card-media,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-media{aspect-ratio:auto!important;height:var(--mobile-card-media-h)!important;min-height:var(--mobile-card-media-h)!important;max-height:var(--mobile-card-media-h)!important}.agimo-mobile-sheet.sheet-half #cardsView{container-type:size;touch-action:none!important;overflow:hidden!important}.agimo-mobile-sheet.sheet-full #cardsView,.agimo-mobile-sheet.sheet-target-full #cardsView{overscroll-behavior-y:contain;touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch!important;overflow:hidden auto!important}.agimo-mobile-sheet .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-half .mobile-bottom-sheet-header,.agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-half .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-full .mobile-bottom-sheet-header{padding-top:var(--mobile-sheet-safe-pad,0px)!important;min-height:var(--mobile-header-stack-h)!important}@keyframes sheet-tab-fade-in{0%{opacity:0}to{opacity:1}}.agimo-mobile-sheet .mobile-bottom-sheet-content.sheet-tab-fade-in{animation:.18s cubic-bezier(.4,0,.2,1) sheet-tab-fade-in}.agimo-mobile-sheet .mobile-sheet-peek-count{height:var(--mobile-peek-h,22px);box-sizing:border-box;color:var(--muted,#64748b);letter-spacing:-.01em;text-align:center;pointer-events:none;margin:0;padding:0 .8rem .2rem;font-size:.82rem;font-weight:650;line-height:1.1;display:block}.agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) #cardsView,:root.force-mobile .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) #cardsView{box-sizing:border-box!important;touch-action:none!important;height:100%!important;padding:.25rem .55rem .4rem!important;display:block!important;overflow:hidden!important;container-type:size!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-grid,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-grid{flex-direction:column!important;flex:none!important;gap:.65rem!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-carousel-edge,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .cards-carousel-edge{flex:0 0 0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;display:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card{grid-template-rows:var(--half-listing-media-h,11.25rem) auto!important;opacity:1!important;flex:none!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;display:grid!important;overflow:hidden!important;transform:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media{aspect-ratio:auto!important;width:100%!important;height:var(--half-listing-media-h,11.25rem)!important;min-height:var(--half-listing-media-h,11.25rem)!important;max-height:var(--half-listing-media-h,11.25rem)!important;align-self:stretch!important;position:relative!important;overflow:hidden!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media .image-carousel,.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media .carousel-image,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media .image-carousel,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media .carousel-image{object-fit:cover!important;object-position:center 30%!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media-meta .card-price,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media-meta .card-price{font-size:1.05rem!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-body .card-fact,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-body .card-fact{background:0 0!important;padding:0!important;font-size:.8rem!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media-meta,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-media-meta{z-index:5!important;pointer-events:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-map-btn,.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-approx-badge,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-map-btn,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-approx-badge{pointer-events:auto!important;display:inline-flex!important;position:static!important;inset:auto!important;transform:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-body,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-body{background:var(--surface,#fff)!important;align-self:end!important;gap:.28rem!important;height:auto!important;min-height:0!important;max-height:none!important;padding:.5rem .7rem .6rem!important;display:grid!important;overflow:hidden!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-summary,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-summary{--card-summary-lines:2;--card-summary-lh:1.32;font-size:.88rem;font-weight:500;line-height:var(--card-summary-lh);-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);-webkit-box-orient:vertical;visibility:visible!important;color:#1c1a16b8!important;display:-webkit-box!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-summary.is-empty,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar) .card-summary.is-empty{visibility:hidden!important;min-height:0!important;max-height:0!important;display:none!important}.results.map-open .agimo-mobile-sheet.sheet-full .card-body,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-body{background:var(--surface,#fff)!important;gap:.28rem!important;height:auto!important;min-height:0!important;max-height:none!important;padding:.48rem .65rem .55rem!important;display:grid!important;overflow:hidden!important}.results.map-open .agimo-mobile-sheet.sheet-full .card-summary,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-full .card-summary{--card-summary-lines:2;--card-summary-lh:1.3;-webkit-line-clamp:2;min-height:calc(1em * var(--card-summary-lh) * 2);max-height:calc(1em * var(--card-summary-lh) * 2);font-size:.84rem;color:#1c1a16b8!important;display:-webkit-box!important}.results.map-open .agimo-mobile-sheet .card-topline,:root.force-mobile .results.map-open .agimo-mobile-sheet .card-topline{display:none!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .cards-grid,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .cards-grid{gap:0!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .card,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .card{box-sizing:border-box!important;grid-template-rows:var(--half-listing-media-h,11.25rem) auto!important;flex:0 0 100cqh!important;align-content:start!important;height:100cqh!important;max-height:100cqh!important}.results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .card-media,:root.force-mobile .results.map-open .agimo-mobile-sheet.sheet-half:not(.sheet-bar):not(.sheet-target-bar):not(.sheet-target-full) .card-media{height:var(--half-listing-media-h,11.25rem)!important;min-height:var(--half-listing-media-h,11.25rem)!important;max-height:var(--half-listing-media-h,11.25rem)!important}.agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header,:root.force-mobile .agimo-mobile-sheet.sheet-bar .mobile-bottom-sheet-header{opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:var(--bg)!important;display:flex!important}.history-save-button{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:0;align-self:center;margin:.35rem;text-decoration:underline}.history-auth-control{color:var(--muted,#64748b);flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;padding:.45rem .65rem;font-size:.78rem;display:flex}.history-auth-control button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.25rem .6rem}.history-auth-error{color:#b91c1c}
