@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";
:root{--bg:#f7f5f2;--surface:#fcfaf6bd;--surface-solid:#fffdf8;--surface-2:#ece7df;--border:#43382a1c;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--accent-primary:#d4af37;--accent-soft:#f5df9d;--accent-ai:#4f46e5;--nav-item-inactive:#0f172ac2;--accent-gold:var(--accent-primary);--success:#22c55e;--danger:#ef4444;--background:var(--bg);--card:var(--surface-solid);--surface-hover:var(--surface-2);--fg:var(--text-primary);--fg-muted:var(--text-secondary);--fg-dim:var(--text-muted);--primary:var(--accent-primary);--primary-hover:var(--accent-soft);--overlay:#1b160f61;--glass:#fcfaf694;--glass-border:#43382a1f;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--max-width:1520px;--header-height:60px;--nav-inset:10px;--nav-padding:14px;--ease:cubic-bezier(.22, 1, .36, 1);--mobile-tab-height:62px;--mobile-tab-bottom:8px;--mobile-tab-safe-pad:5px;--mobile-tab-stack:calc(var(--mobile-tab-height) + var(--mobile-tab-bottom) + var(--mobile-tab-safe-pad) + env(safe-area-inset-bottom));--mobile-cta-inner-height:50px;--mobile-cta-vertical-pad:18px;--mobile-cta-stack:calc(var(--mobile-cta-inner-height) + var(--mobile-cta-vertical-pad));--mobile-fab-size:46px;--mobile-fab-gap:12px;--feed-action-btn:48px;--feed-action-gap:13px;--feed-action-label-block:16px;--feed-action-count:3;--feed-action-rail-bottom:calc(var(--mobile-tab-stack) + 22px);--feed-rail-full-height:calc(var(--feed-action-count) * (var(--feed-action-btn) + var(--feed-action-label-block)) + (var(--feed-action-count) - 1) * var(--feed-action-gap));--page-top:calc(var(--header-height) + var(--nav-inset) * 2 + env(safe-area-inset-top));--page-bottom:calc(var(--mobile-tab-stack) + 14px);--page-top-mobile:calc(var(--header-height) + var(--nav-inset) * 2 + env(safe-area-inset-top));--page-bottom-property:calc(var(--mobile-tab-stack) + var(--mobile-cta-stack) + 28px)}.mobile-safe-page{padding-top:var(--page-top);padding-bottom:var(--page-bottom);flex-direction:column;min-height:100vh;display:flex}.safe-scroll-area{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}[data-theme=dark]{--bg:#040814;--surface:#0d1425c7;--surface-solid:#0a1222;--surface-2:#13203a;--border:#ffffff14;--text-primary:#f8fafc;--text-secondary:#9aa8c1;--text-muted:#6f7d98;--accent-primary:#d9b857;--accent-soft:#f2da96;--accent-ai:#818cf8;--nav-item-inactive:#e2e8f0d1;--accent-gold:var(--accent-primary);--overlay:#02061794;--glass:#090e1b80;--glass-border:#ffffff1c}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html,body{background:var(--background);width:100%;min-height:100%;color:var(--fg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .22s var(--ease), color .22s var(--ease);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}main{min-height:100vh}main:not(.no-page-inset){padding-top:var(--page-top);padding-bottom:40px}@media (max-width:992px){main:not(.no-page-inset){padding-top:var(--page-top-mobile);padding-bottom:var(--page-bottom)}}h1,h2,h3,h4{letter-spacing:-.03em;color:var(--text-primary);font-family:Sora,Manrope,sans-serif}h1{font-size:clamp(2rem,3.8vw,3.3rem);font-weight:800;line-height:1.06}h2{font-size:clamp(1.6rem,2.9vw,2.4rem);font-weight:700;line-height:1.15}h3{font-size:clamp(1.2rem,2.2vw,1.7rem);font-weight:700;line-height:1.22}p{color:var(--text-secondary);font-size:1rem;line-height:1.62}.text-large{font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.container{width:min(var(--max-width), 100%);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.app-container{min-height:100vh;position:relative}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.glass{background:var(--surface);-webkit-backdrop-filter:blur(20px)saturate(150%);border:1px solid var(--border)}.glass-panel{background:var(--glass);-webkit-backdrop-filter:blur(28px)saturate(150%);border:1px solid var(--glass-border)}.hover-bg:hover{background:var(--surface-2)}.nav-link{transition:color .18s var(--ease)}.nav-link:hover{color:var(--primary)}.btn-primary{background:linear-gradient(160deg, var(--accent-primary), #c9972a);color:#101014;cursor:pointer;transition:transform .16s var(--ease), box-shadow .16s var(--ease), filter .16s var(--ease);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 14px 26px #d4af373b}.btn-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}.btn-secondary{border:1px solid var(--border);background:var(--surface-solid);color:var(--text-primary);cursor:pointer;transition:transform .16s var(--ease), background-color .16s var(--ease), border-color .16s var(--ease);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:700;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--surface-2)}.card{background:var(--surface-solid);border:1px solid var(--border);transition:transform .22s var(--ease), box-shadow .22s var(--ease);border-radius:18px;overflow:hidden;box-shadow:0 6px 16px #0f172a0f}.card:hover{transform:translateY(-3px);box-shadow:0 18px 35px #0f172a1f}.input-ghost{color:var(--text-primary);background:0 0;border:none;outline:none}.hero-search-container{max-width:920px}.home-command-hero{background:linear-gradient(90deg,#040814fa 0%,#040814e6 52%,#040814b8 100%),url(https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&q=80&w=1800) 50%/cover;padding:112px 20px 54px;position:relative;overflow:hidden}.desktop-intelligence-grid{border:1px solid var(--border);background:var(--border);border-radius:8px;grid-template-columns:minmax(320px,1.25fr) repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden;box-shadow:0 24px 70px #0206171f}.desktop-intelligence-lead,.desktop-intelligence-card{background:var(--surface-solid);min-height:188px;padding:24px}.desktop-intelligence-lead{flex-direction:column;justify-content:center;display:flex}.desktop-intelligence-lead p,.desktop-flow-panel>div:first-child p{color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 9px;font-size:.72rem;font-weight:950}.desktop-intelligence-lead h2,.desktop-flow-panel>div:first-child h2{letter-spacing:0;margin:0 0 10px}.desktop-intelligence-lead span,.desktop-flow-panel>div:first-child span{color:var(--text-secondary);font-size:.94rem;font-weight:650;line-height:1.65;display:block}.desktop-intelligence-card{flex-direction:column;justify-content:space-between;display:flex}.desktop-intelligence-card>span{width:44px;height:44px;color:var(--accent-primary);background:#d4af371f;border-radius:8px;place-items:center;display:grid}.desktop-intelligence-card strong{color:var(--text-primary);margin-top:18px;font-size:1rem;font-weight:950;display:block}.desktop-intelligence-card p{color:var(--text-secondary);margin:8px 0 0;font-size:.82rem;font-weight:650;line-height:1.55}.desktop-flow-panel{min-height:148px;margin-bottom:var(--space-12);border:1px solid var(--border);background:linear-gradient(135deg, #d4af371a, transparent 42%), var(--surface-solid);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:24px;display:grid}.desktop-flow-panel .btn-primary{border-radius:8px;min-height:50px;padding:0 18px;font-weight:950}.desktop-flow-steps{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.desktop-flow-steps span{min-height:38px;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.78rem;font-weight:850;display:inline-flex}.desktop-flow-steps span svg:first-child{color:var(--accent-primary)}.desktop-flow-steps span svg:last-child{color:var(--text-muted)}[data-theme=light] .home-command-hero{background:linear-gradient(90deg,#f7f5f2f7 0%,#f7f5f2db 54%,#f7f5f2b3 100%),url(https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&q=80&w=1800) 50%/cover}.home-command-shell{grid-template-columns:minmax(0,1.02fr) minmax(430px,.8fr);align-items:center;gap:clamp(34px,4vw,74px);width:min(1480px,100%);min-height:690px;margin:0 auto;display:grid}.home-command-copy{max-width:850px}.home-command-kicker{width:fit-content;min-height:34px;color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;background:#d4af371a;border:1px solid #d4af3747;border-radius:999px;align-items:center;gap:9px;margin-bottom:20px;padding:0 13px;font-size:.74rem;font-weight:900;display:inline-flex}.home-command-copy h1{letter-spacing:0;color:#fff;max-width:840px;margin:0 0 22px;font-size:clamp(4.3rem,7vw,6.6rem);font-weight:950;line-height:.9}[data-theme=light] .home-command-copy h1{color:var(--text-primary)}.home-command-lede{color:#e2e8f0d1;max-width:700px;margin:0 0 30px;font-size:1.08rem;font-weight:620;line-height:1.7}[data-theme=light] .home-command-lede{color:var(--text-secondary)}.home-command-search-wrap{max-width:940px;position:relative}.home-command-search-wrap>p{color:#e2e8f0b8;margin:0 0 10px 4px;font-size:.82rem;font-weight:850}[data-theme=light] .home-command-search-wrap>p{color:var(--text-secondary)}.home-command-search{-webkit-backdrop-filter:blur(24px)saturate(150%);background:#080d18b8;border:1px solid #ffffff24;border-radius:24px;padding:8px;position:relative;box-shadow:0 24px 70px #00000057}[data-theme=light] .home-command-search{border-color:var(--border);background:#fffdf8d1;box-shadow:0 24px 70px #0f172a24}.home-command-search form{align-items:center;gap:12px;display:flex}.home-command-search form>svg{color:var(--accent-primary);flex:none;margin-left:16px}.home-command-search input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem;font-weight:700}[data-theme=light] .home-command-search input{color:var(--text-primary)}.home-command-search input::placeholder{color:#e2e8f094}[data-theme=light] .home-command-search input::placeholder{color:var(--text-muted)}.home-command-search .btn-primary{border-radius:18px;min-height:54px;padding:0 24px;font-size:.9rem;font-weight:950}.home-command-suggestions{z-index:110;-webkit-backdrop-filter:blur(26px)saturate(160%);background:#080d18f0;border:1px solid #ffffff1f;border-radius:24px;padding:18px;position:absolute;top:calc(100% + 12px);left:0;right:0;box-shadow:0 34px 84px #00000080}[data-theme=light] .home-command-suggestions{border-color:var(--border);background:#fffdf8f2}.home-command-suggestions-head{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:.72rem;font-weight:900;display:flex}.home-command-suggestions-head button{color:var(--text-muted);cursor:pointer;background:0 0;border:0}.home-command-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-command-suggestion-grid button,.home-command-recent button,.home-command-intents button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a}[data-theme=light] .home-command-suggestion-grid button,[data-theme=light] .home-command-recent button,[data-theme=light] .home-command-intents button{border-color:var(--border);background:var(--surface);color:var(--text-primary)}.home-command-suggestion-grid button{text-align:left;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-weight:750;display:flex}.home-command-suggestion-grid svg{color:var(--accent-primary)}.home-command-recent,.home-command-intents{flex-wrap:wrap;gap:9px;display:flex}.home-command-recent{border-top:1px solid #ffffff1a;margin-top:14px;padding-top:14px}.home-command-recent button,.home-command-intents button{border-radius:999px;min-height:38px;padding:0 14px;font-size:.78rem;font-weight:850}.home-command-intents{margin-top:14px}.home-command-intents button{align-items:center;gap:8px;display:inline-flex}.home-command-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:650px;margin-top:28px;display:grid}.home-command-metrics div{background:#080d1885;border:1px solid #ffffff1f;border-radius:8px;min-height:82px;padding:14px 16px}[data-theme=light] .home-command-metrics div{border-color:var(--border);background:#fffdf8b3}.home-command-metrics strong,.home-command-metrics span{display:block}.home-command-metrics strong{color:#fff;font-size:1.05rem;font-weight:950}[data-theme=light] .home-command-metrics strong{color:var(--text-primary)}.home-command-metrics span{color:#e2e8f0ad;margin-top:4px;font-size:.78rem;font-weight:750}[data-theme=light] .home-command-metrics span{color:var(--text-secondary)}.home-command-visual{min-height:620px;position:relative}.home-property-preview{background:#050814;border:1px solid #ffffff24;border-radius:8px;position:absolute;inset:0 0 90px 34px;overflow:hidden;box-shadow:0 36px 90px #00000073}.home-property-preview img{object-fit:cover;width:100%;height:100%;display:block}.home-property-shade{background:linear-gradient(#0000002e,#000000bd),linear-gradient(55deg,#0009,#0000 58%);position:absolute;inset:0}.home-property-topline,.home-property-copy,.home-ai-panel,.home-signal-strip{z-index:2;position:absolute}.home-property-topline{justify-content:space-between;gap:12px;display:flex;top:18px;left:18px;right:18px}.home-property-topline span,.home-property-copy div span,.home-signal-strip span{color:#fff;-webkit-backdrop-filter:blur(18px);background:#080d188f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:0 11px;font-size:.72rem;font-weight:900;display:inline-flex}.home-property-topline span:last-child{color:#06110a;background:var(--success);border-color:var(--success)}.home-property-copy{bottom:26px;left:22px;right:22px}.home-property-copy p{color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.72rem;font-weight:950}.home-property-copy h2{color:#fff;letter-spacing:0;max-width:520px;margin:0 0 12px;font-size:clamp(1.6rem,2.4vw,2.35rem);line-height:1.02}.home-property-copy div{flex-wrap:wrap;gap:8px;display:flex}.home-ai-panel{-webkit-backdrop-filter:blur(26px)saturate(160%);background:#080d18d1;border:1px solid #ffffff24;border-radius:8px;width:min(360px,72%);padding:14px;top:110px;left:0;box-shadow:0 24px 70px #00000061}.home-ai-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.home-ai-panel-head span{color:#fff;align-items:center;gap:8px;font-size:.78rem;font-weight:950;display:inline-flex}.home-ai-panel-head svg{color:var(--accent-primary)}.home-ai-panel-head small{color:#06110a;background:var(--success);text-transform:uppercase;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.66rem;font-weight:950;display:inline-flex}.home-ai-panel button{color:#fff;text-align:left;cursor:pointer;background:#ffffff12;border:0;border-radius:8px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:66px;padding:10px;display:grid}.home-ai-panel button+button{margin-top:8px}.home-ai-panel button>span:first-child{width:36px;height:36px;color:var(--accent-primary);background:#d4af371f;border-radius:8px;place-items:center;display:grid}.home-ai-panel strong,.home-ai-panel small{display:block}.home-ai-panel strong{margin-bottom:3px;font-size:.82rem;font-weight:900}.home-ai-panel small{color:#e2e8f0ad;font-size:.72rem;font-weight:700;line-height:1.35}.home-signal-strip{flex-wrap:wrap;gap:8px;display:flex;bottom:22px;left:34px;right:0}@media (max-width:1180px){.home-command-shell{grid-template-columns:1fr}.home-command-visual{min-height:560px}}.brand-font{font-family:Sora,Manrope,sans-serif}.feed-item{border-radius:28px;width:100%;min-height:74vh;position:relative;overflow:hidden}.split-grid{grid-template-columns:1fr;gap:32px;display:grid}.agent-shell{flex-direction:column;align-items:center;gap:24px;display:flex}.hover-scale{transition:transform .18s var(--ease), box-shadow .18s var(--ease)}.hover-scale:hover{transform:translateY(-2px)scale(1.01)}.animate-fade-in{animation:fade-in .28s var(--ease)}.animate-pulse{animation:2s ease-in-out infinite pulse-soft}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}to{opacity:.5;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface) 50%, var(--surface-2) 75%);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}.pulse,.ai-pulse{animation:2s ease-in-out infinite pulse-soft}.floating-ai-btn{right:18px;bottom:calc(96px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(22px)saturate(150%);width:58px;height:58px;color:var(--accent-primary);z-index:1200;cursor:pointer;transition:transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s var(--ease);background:linear-gradient(145deg,#0c1220d1,#d4af372e);border:1px solid #d4af3757;border-radius:18px;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 16px 34px #00000042,0 0 0 6px #d4af3714}.floating-ai-btn:hover{transform:translateY(-2px);box-shadow:0 22px 42px #00000057,0 0 0 8px #d4af371c}.floating-ai-btn:active{transform:scale(.95)}.ai-assistant-panel{transform-origin:100% 100%}.prophet-quick-actions{flex:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.prophet-quick-actions button{min-height:36px;color:var(--text-primary);white-space:nowrap;cursor:pointer;background:#d4af3714;border:1px solid #d4af3738;border-radius:999px;padding:0 14px;font-size:.78rem;font-weight:800}.prophet-card-row{scroll-snap-type:x mandatory;gap:12px;padding:0 2px 12px;display:flex;overflow-x:auto}.prophet-property-card{color:var(--text-primary);background:var(--surface-solid);border:1px solid var(--border);scroll-snap-align:start;border-radius:18px;flex:0 0 230px;overflow:hidden;box-shadow:0 12px 30px #02061724}.prophet-property-media{background:var(--surface-2);height:132px;position:relative}.prophet-property-media img{object-fit:cover;width:100%;height:100%;display:block}.prophet-property-media button{color:#fff;cursor:pointer;background:#00000080;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:10px;right:10px}.prophet-property-body{padding:12px}.prophet-property-body strong{color:var(--accent-primary);margin-bottom:5px;font-size:1rem;font-weight:950;display:block}.prophet-property-body p{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 7px;font-size:.86rem;font-weight:850;overflow:hidden}.prophet-property-body span,.prophet-property-body small{color:var(--text-secondary);align-items:center;gap:4px;font-size:.72rem;font-weight:700;display:inline-flex}.prophet-property-body>div{gap:10px;margin-top:9px;display:flex}.mobile-feed-prophet-pill{left:14px;right:calc(10px + var(--feed-action-btn) + 72px);bottom:calc(var(--mobile-tab-stack) + 8px);z-index:35;z-index:45;color:#fff;-webkit-backdrop-filter:blur(22px)saturate(155%);text-align:left;cursor:pointer;background:#090e1bb3;border:1px solid #d4af3747;border-radius:999px;align-items:center;gap:9px;min-height:42px;padding:0 14px;font-size:.78rem;font-weight:850;display:flex;position:fixed;box-shadow:0 14px 34px #00000047}.mobile-feed-prophet-pill svg{color:var(--accent-primary);flex:none}.mobile-feed-prophet-pill span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-app-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;background:#000;width:100%;height:100dvh;overflow:hidden auto}.mobile-card{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100dvh;position:relative;overflow:hidden}.mobile-feed-media{backface-visibility:hidden;transform-origin:50%;will-change:opacity, transform}.mobile-feed-icon,.mobile-feed-ai-pill{color:#fff;cursor:pointer;min-width:0;transition:transform .16s var(--ease), background-color .16s var(--ease), border-color .16s var(--ease);touch-action:manipulation;background:#090e1b75;box-shadow:0 14px 28px #00000042}.mobile-feed-icon{border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:.72rem;font-weight:900;display:inline-flex}.mobile-feed-ai-pill{white-space:nowrap;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 12px;font-size:.78rem;font-weight:850;display:inline-flex;overflow:hidden}.mobile-feed-ai-pill span{text-overflow:ellipsis;overflow:hidden}.mobile-feed-icon:active,.mobile-feed-ai-pill:active{transform:scale(.96)}.tap-active:active{transition:transform .1s var(--ease);transform:scale(.985)}.cinematic-overlay-top{background:linear-gradient(#00000085 0%,#00000029 28%,#0000 58%),linear-gradient(90deg,#0000002e,#0000 42%)}.cinematic-overlay-bottom{background:linear-gradient(#0000 28%,#00000047 50%,#000000b8 76%,#000000eb 100%),linear-gradient(35deg,#00000075 0%,#00000029 38%,#0000 70%)}.bottom-nav-premium{left:10px;right:10px;bottom:var(--mobile-tab-bottom);height:var(--mobile-tab-height);z-index:1100;background:var(--glass);-webkit-backdrop-filter:blur(30px)saturate(150%);border:1px solid var(--glass-border);transition:border-radius .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);border-radius:22px;justify-content:space-around;align-items:center;padding:3px 6px;display:none;position:fixed;box-shadow:0 14px 34px #02051257,inset 0 0 0 1px #ffffff0a}.bottom-nav-premium.bottom-nav-docked{border-top:none;border-radius:0 0 22px 22px;box-shadow:0 18px 34px #0205124d,inset 0 0 0 1px #ffffff0a}.prophet-ai-fab{width:var(--mobile-fab-size);height:var(--mobile-fab-size);-webkit-backdrop-filter:blur(20px)saturate(150%);color:#d4af37;z-index:1200;cursor:pointer;transition:transform .18s var(--ease), filter .18s var(--ease), bottom .26s var(--ease), right .26s var(--ease);background:linear-gradient(145deg,#d4af3738,#b48c1424);border:1px solid #d4af3761;border-radius:50%;justify-content:center;align-items:center;padding:0;display:none;position:fixed;box-shadow:0 8px 32px #d4af3759}.mobile-ai-assistant-layer{z-index:1085;pointer-events:none;position:fixed;inset:0}.mobile-ai-assistant-layer .prophet-ai-fab{pointer-events:auto}.prophet-ai-fab-feed{left:auto;right:calc(10px + (var(--feed-action-btn) - var(--mobile-fab-size)) / 2);bottom:calc(var(--feed-action-rail-bottom) + var(--feed-rail-full-height) + 18px);width:50px;height:50px}.prophet-ai-fab-property{left:auto;right:18px;bottom:calc(var(--mobile-tab-stack) + var(--mobile-cta-stack) + var(--mobile-fab-gap))}.prophet-ai-fab-glow{isolation:isolate;animation:2.6s ease-in-out infinite prophet-fab-glow;position:fixed}.prophet-ai-fab-glow:before{content:"";opacity:.55;pointer-events:none;border:1px solid #d4af3759;border-radius:50%;animation:2.6s ease-in-out infinite prophet-fab-ring;position:absolute;inset:-4px}.prophet-ai-fab:active{filter:brightness(1.15);transform:scale(.94)}.sticky-cta-bar{z-index:1090;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:var(--surface-solid);border-top:1px solid var(--border);gap:10px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 24px #02061724}@media (max-width:992px){.sticky-cta-bar{bottom:var(--mobile-tab-stack);border:1px solid var(--glass-border);background:var(--glass);-webkit-backdrop-filter:blur(30px)saturate(150%);transition:transform .26s var(--ease), opacity .26s var(--ease), box-shadow .26s var(--ease);border-bottom:none;border-radius:22px 22px 0 0;align-items:center;padding:10px 12px 8px;display:flex;left:10px;right:10px;box-shadow:0 -10px 28px #02051238,inset 0 0 0 1px #ffffff0a}}.mobile-feed-action-rail{right:10px;bottom:var(--feed-action-rail-bottom);z-index:50;gap:var(--feed-action-gap);flex-direction:column;align-items:center;display:flex;position:absolute}.navbar-brand-wordmark{flex-direction:column;min-width:0;line-height:1;display:flex}.navbar-brand-wordmark--desktop{display:flex}.navbar-brand-wordmark--mobile{display:none}@media (max-width:992px){.navbar-brand-wordmark--desktop{display:none!important}.navbar-brand-wordmark--mobile{display:flex!important}.navbar-brand-wordmark--mobile .brand-line-primary{letter-spacing:-.02em;color:var(--text-primary);text-transform:uppercase;white-space:nowrap;font-size:.82rem;font-weight:900}.navbar-brand-wordmark--mobile .brand-line-secondary{color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-size:.58rem;font-weight:800}}.property-showroom{background:radial-gradient(circle at 20% 0%, #d4af3721, transparent 32rem), radial-gradient(circle at 90% 20%, #4f46e51a, transparent 26rem), var(--background);min-height:100vh;color:var(--text-primary);padding-bottom:140px}.property-video-hero{isolation:isolate;background:#02040a;width:min(100%,1540px);min-height:92dvh;margin:0 auto;position:relative;overflow:hidden}.property-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.property-hero-shade{z-index:2;pointer-events:none;background:linear-gradient(#000000b8,#00000014 24%,#0000001a 56%,#000000e6),linear-gradient(90deg,#00000075,#0000 54%);position:absolute;inset:0}.property-hero-nav,.property-hero-badges,.property-hero-copy,.property-video-controls{z-index:10;position:absolute}.property-hero-nav{top:max(18px, env(safe-area-inset-top));justify-content:space-between;align-items:center;display:flex;left:20px;right:20px}.property-hero-actions,.property-video-controls{gap:10px;display:flex}.property-icon-button{color:#fff;-webkit-backdrop-filter:blur(22px)saturate(150%);cursor:pointer;width:46px;height:46px;transition:transform .16s var(--ease), background-color .16s var(--ease);background:#090e1b85;border:1px solid #ffffff2e;border-radius:16px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.property-icon-button:active{transform:scale(.96)}.property-hero-badges{top:calc(74px + env(safe-area-inset-top));flex-wrap:wrap;gap:10px;display:flex;left:clamp(20px,5vw,72px)}.property-badge{color:#fff;text-transform:uppercase;background:#ffffff21;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:7px 13px;font-size:.72rem;font-weight:900;display:inline-flex}.property-badge-gold{background:var(--accent-primary);color:#101014;border-color:#0000}.property-hero-copy{width:min(760px,100% - 44px);bottom:clamp(86px,12vh,138px);left:clamp(22px,6vw,92px)}.property-kicker{color:var(--accent-primary);text-transform:uppercase;letter-spacing:0;margin:0 0 12px;font-size:.78rem;font-weight:900}.property-hero-copy h1{color:#fff;text-wrap:balance;margin:0 0 16px;font-size:clamp(2.35rem,5.6vw,4.8rem);line-height:.96}.property-hero-copy .property-kicker{display:none}.property-location-line{color:#ffffffd1;align-items:center;gap:8px;margin-bottom:16px;font-weight:750;display:flex}.property-hero-price{color:var(--accent-primary);letter-spacing:0;font-size:clamp(2rem,4.6vw,4rem);font-weight:950;line-height:1}.property-video-controls{bottom:clamp(28px,7vh,62px);right:clamp(20px,4vw,58px)}.property-section,.property-content-shell{width:min(var(--max-width), 100%);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.property-gallery-section{padding-top:clamp(46px,7vw,88px)}.property-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.property-section-heading p{color:var(--accent-primary);text-transform:uppercase;margin:0;font-size:.76rem;font-weight:900}.property-section-heading h2{letter-spacing:0;text-wrap:balance;max-width:650px;margin:0;font-size:clamp(1.65rem,3vw,2.8rem)}.property-image-gallery{grid-template-rows:repeat(2,minmax(190px,1fr));grid-template-columns:1.2fr .8fr .8fr;gap:14px;display:grid}.property-gallery-tile{cursor:pointer;background:var(--surface-2);border:0;border-radius:8px;min-height:220px;position:relative;overflow:hidden}.property-gallery-main{grid-row:span 2;min-height:470px}.property-gallery-image,.property-lightbox-image{object-fit:cover}.property-gallery-tile span{color:#fff;-webkit-backdrop-filter:blur(16px);background:#02061794;border-radius:999px;align-items:center;gap:6px;padding:9px 12px;font-size:.76rem;font-weight:900;display:inline-flex;position:absolute;bottom:12px;right:12px}.property-content-shell{grid-template-columns:minmax(0,1fr) 340px;gap:clamp(32px,5vw,72px);padding-top:clamp(52px,8vw,96px);display:grid}.property-main-column{min-width:0}.property-info-block,.property-editorial-section,.property-amenities-section,.property-location-section,.property-prophet-section,.property-agent-strip,.property-related-section{margin-bottom:clamp(52px,7vw,88px)}.property-info-block{grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);align-items:start;gap:28px;display:grid}.property-info-block h2{color:var(--text-primary);letter-spacing:0;margin:0 0 14px;font-size:clamp(2.15rem,5vw,4.4rem)}.property-payment-copy{max-width:520px;color:var(--text-secondary);font-size:1.05rem;font-weight:650}.property-core-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.property-fact,.property-amenity,.property-nearby-grid div{background:var(--surface-solid);border:1px solid var(--border);border-radius:8px}.property-fact{flex-direction:column;justify-content:space-between;min-height:124px;padding:18px;display:flex}.property-fact svg,.property-amenity svg,.property-nearby-grid svg{color:var(--accent-primary)}.property-fact strong{color:var(--text-primary);font-size:1.15rem;font-weight:950}.property-fact span{color:var(--text-muted);text-transform:uppercase;font-size:.74rem;font-weight:900}.property-status-tags{flex-wrap:wrap;grid-column:1/-1;gap:10px;display:flex}.property-status-tags span{color:var(--text-primary);background:#22c55e1a;border:1px solid #22c55e2e;border-radius:999px;padding:10px 13px;font-size:.78rem;font-weight:900}.property-editorial-section h2,.property-editorial-section p{max-width:820px}.property-editorial-section h2{letter-spacing:0;margin-bottom:22px}.property-editorial-section p{color:var(--text-secondary);margin-bottom:18px;font-size:clamp(1.06rem,1.5vw,1.22rem);line-height:1.8}.property-rich-description{max-width:820px;color:var(--text-secondary)}.property-rich-description p,.property-rich-description li{font-size:clamp(1.06rem,1.5vw,1.22rem);line-height:1.8}.property-rich-description p,.property-rich-description ul,.property-rich-description ol,.property-rich-description blockquote{margin-bottom:18px}.property-rich-description h2,.property-rich-description h3{color:var(--text-primary);letter-spacing:0;margin:24px 0 12px}.property-rich-description ul,.property-rich-description ol{padding-left:1.4rem}.property-rich-description blockquote{border-left:3px solid var(--accent-primary);background:var(--surface);border-radius:8px;padding:16px 18px}.property-rich-description a{color:var(--accent-primary);text-underline-offset:3px;text-decoration:underline}.property-rich-description img{border-radius:8px;max-width:100%;margin:16px 0}.property-amenities-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.property-amenity{min-height:104px;color:var(--text-primary);flex-direction:column;justify-content:space-between;padding:18px;font-weight:900;display:flex}.property-map-frame{border:1px solid var(--border);background:linear-gradient(135deg, #d4af3714, var(--surface-2));border-radius:8px;height:360px;position:relative;overflow:hidden}.property-map-visual{background:radial-gradient(circle at 22% 28%,#d4af3738,#0000 24%),radial-gradient(circle at 78% 68%,#4f46e529,#0000 28%),linear-gradient(135deg,#f7f5f2bd,#ece7dfeb);width:100%;height:100%;position:relative;overflow:hidden}[data-theme=dark] .property-map-visual{background:radial-gradient(circle at 22% 28%,#d4af372e,#0000 24%),radial-gradient(circle at 78% 68%,#818cf824,#0000 28%),linear-gradient(135deg,#111827,#070a12)}.property-map-grid{background-image:linear-gradient(#94a3b81f 1px,#0000 1px),linear-gradient(90deg,#94a3b81f 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:-20%;transform:rotate(-9deg)}.property-map-road{background:#ffffffc7;border-radius:999px;height:20px;position:absolute;box-shadow:0 10px 30px #0206171f}[data-theme=dark] .property-map-road{background:#ffffff24}.property-map-road-main{width:78%;top:48%;left:8%;transform:rotate(-12deg)}.property-map-road-cross{width:58%;top:34%;right:6%;transform:rotate(42deg)}.property-map-road-soft{opacity:.72;width:48%;bottom:23%;left:4%;transform:rotate(23deg)}.property-map-zone{background:#d4af3714;border:1px solid #d4af3733;border-radius:26px;position:absolute}.property-map-zone-one{width:170px;height:110px;top:16%;left:9%}.property-map-zone-two{width:220px;height:130px;bottom:12%;right:10%}.property-map-pin{color:#0b0f19;background:var(--accent-primary);border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 12px #d4af3729,0 24px 58px #00000047}.property-map-label{max-width:520px;color:var(--text-primary);-webkit-backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #ffffff3d;border-radius:8px;padding:16px 18px;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 18px 44px #0206171f}[data-theme=dark] .property-map-label{background:#080d18b8}.property-map-label strong,.property-map-label span{display:block}.property-map-label strong{margin-bottom:4px;font-size:1rem;font-weight:900}.property-map-label span{color:var(--text-secondary);font-size:.82rem;font-weight:650;line-height:1.45}.property-map-link{background:var(--accent-primary);color:#101014;border-radius:8px;align-items:center;gap:7px;width:fit-content;min-height:36px;margin-top:12px;padding:0 14px;font-size:.78rem;font-weight:950;text-decoration:none;display:inline-flex}.property-real-map-frame{isolation:isolate;background:#07101e}.property-real-map{z-index:1;background:#07101e;width:100%;height:100%;min-height:360px}.property-real-map-loading{color:var(--accent-primary);place-items:center;font-size:.86rem;font-weight:950;display:grid}[data-theme=dark] .property-real-map{filter:saturate(.78)brightness(.76)contrast(1.18)hue-rotate(178deg)invert(.9)}[data-theme=dark] .property-detail-marker-host,[data-theme=dark] .property-real-map .leaflet-control,[data-theme=dark] .property-real-map .leaflet-control-attribution{filter:invert()hue-rotate(180deg)saturate(1.2)}.property-detail-price-marker{color:#101014;background:linear-gradient(135deg, #f7d66d, var(--accent-primary));border:1px solid #ffffff38;border-radius:999px;place-items:center;min-width:92px;min-height:38px;padding:0 13px;font-size:.78rem;font-weight:950;display:grid;box-shadow:0 18px 42px #0206175c,0 0 0 12px #d4af372e}.property-detail-price-marker.is-verified:after{content:"";background:var(--success);border:2px solid #101014;border-radius:999px;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.property-real-map-label{z-index:500}.property-real-map-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.property-real-map-actions>span{width:fit-content;min-height:36px;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:7px;margin-top:12px;padding:0 12px;font-size:.76rem;font-weight:850;display:inline-flex}.property-nearby-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.property-nearby-grid div{flex-direction:column;gap:7px;min-height:112px;padding:14px;display:flex}.property-nearby-grid span{color:var(--text-primary);font-size:.9rem;font-weight:900}.property-nearby-grid strong{color:var(--text-muted);font-size:.74rem}.property-prophet-card{background:linear-gradient(135deg,#4f46e529,#d4af371f);border:1px solid #818cf833;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;display:grid}.property-prophet-card svg{color:var(--accent-ai)}.property-prophet-card p{color:var(--text-primary);margin:0;font-weight:750}.property-prophet-card button{background:var(--accent-ai);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:12px 16px;font-weight:900}.property-prophet-recs,.property-related-row{scroll-snap-type:x mandatory;gap:18px;padding:18px 0 8px;display:flex;overflow-x:auto}.property-prophet-recs>div,.property-related-row>div{scroll-snap-align:start;flex:0 0 310px}.property-agent-strip{background:var(--surface-solid);border:1px solid var(--border);border-radius:8px;align-items:center;gap:16px;padding:18px;display:flex}.property-agent-avatar{background:var(--accent-primary);color:#101014;border-radius:8px;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.45rem;font-weight:950;display:flex;position:relative}.property-agent-avatar img{object-fit:cover;border-radius:8px;width:100%;height:100%}.property-agent-avatar svg{color:#101014;background:var(--accent-primary);border-radius:999px;position:absolute;bottom:-6px;right:-6px}.property-agent-strip p{color:var(--accent-primary);text-transform:uppercase;margin:0 0 3px;font-size:.72rem;font-weight:900}.property-agent-strip h3{letter-spacing:0;margin:0}.property-contact-card{background:var(--surface-solid);border:1px solid var(--border);border-radius:8px;align-self:start;padding:22px;position:sticky;top:104px;box-shadow:0 24px 60px #0206171f}.property-contact-card p{color:var(--text-muted);margin:0 0 6px;font-weight:850}.property-contact-card h3{letter-spacing:0;margin:0 0 18px}.property-contact-card button{width:100%;min-height:48px;margin-bottom:10px}.property-contact-card div{color:var(--text-secondary);gap:9px;margin-top:12px;font-size:.82rem;font-weight:700;display:flex}.property-contact-card svg{color:var(--accent-primary);flex:none}.property-lightbox{z-index:4200;background:#000000f0;position:fixed;inset:0}.property-lightbox-image{object-fit:contain}.property-lightbox-close{z-index:2;position:absolute;top:18px;right:18px}.property-lightbox-prev,.property-lightbox-next{z-index:2;position:absolute;top:50%;transform:translateY(-50%)}.property-lightbox-prev{left:18px}.property-lightbox-next{right:18px}@media (min-width:993px){.property-video-hero{width:calc(100% - 40px);margin-top:calc(var(--page-top) + 10px);border-radius:8px}}@media (max-width:992px){.property-showroom{padding-bottom:var(--page-bottom-property)}.property-video-hero{min-height:calc(100dvh - var(--page-top-mobile));margin-top:var(--page-top-mobile)}.property-hero-nav{left:14px;right:14px}.property-hero-badges{left:16px;right:16px;top:calc(70px + env(safe-area-inset-top))}.property-hero-copy{width:auto;bottom:126px;left:18px;right:18px}.property-hero-copy h1{font-size:clamp(2.05rem,12vw,3.35rem)}.property-video-controls{bottom:34px;left:18px;right:auto}.property-section,.property-content-shell{padding-left:18px;padding-right:18px}.property-section-heading{display:block}.property-section-heading p{margin-bottom:8px}.property-image-gallery{scroll-snap-type:x mandatory;gap:12px;margin-left:-18px;margin-right:-18px;padding:0 18px 6px;display:flex;overflow-x:auto}.property-gallery-tile,.property-gallery-main{scroll-snap-align:center;flex:0 0 82vw;min-height:58vh;max-height:620px}.property-content-shell{padding-top:50px;display:block}.property-info-block{display:block}.property-core-grid{margin-top:24px}.property-status-tags{margin-top:14px}.property-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-map-frame{height:300px}.property-nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-prophet-card{grid-template-columns:1fr;align-items:start}.property-contact-card{display:none}.property-prophet-recs>div,.property-related-row>div{flex-basis:82vw}}@media (max-width:520px){.property-icon-button{border-radius:14px;width:44px;height:44px}.property-hero-actions{gap:8px}.property-badge{min-height:30px;padding:6px 10px;font-size:.66rem}.property-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-fact{min-height:112px;padding:14px}.property-gallery-tile,.property-gallery-main{flex-basis:86vw;min-height:54vh}}.skeleton{background:linear-gradient(90deg,#94a3b847 20%,#f8fafc70 48%,#94a3b838 78%) 0 0/1000px 100%;animation:1.8s linear infinite shimmer}.will-change-transform{will-change:transform}.map-discovery-loading,.map-discovery-shell{background:var(--background);min-height:100dvh}.map-discovery-loading{color:var(--accent-primary);place-items:center;gap:12px;font-weight:900;display:grid}.map-discovery-shell{padding-top:var(--page-top);grid-template-columns:minmax(360px,39vw) minmax(0,1fr);display:grid;overflow:hidden}.map-discovery-sidebar{height:calc(100dvh - var(--page-top));resize:horizontal;border-right:1px solid var(--border);background:color-mix(in srgb, var(--surface-solid) 86%, transparent);-webkit-backdrop-filter:blur(24px);z-index:4;flex-direction:column;min-width:340px;max-width:720px;display:flex;overflow:hidden}.map-search-panel{border-radius:8px;margin:14px;padding:14px}.map-panel-title,.map-result-head,.map-list-card,.map-preview-card,.map-floating-toolbar,.map-chip,.map-filter-row,.map-filter-grid{align-items:center;display:flex}.map-panel-title{justify-content:space-between;margin-bottom:12px}.map-panel-title span,.map-result-head strong,.map-preview-card strong{color:var(--text-primary);font-weight:950}.map-panel-title span{color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:.75rem;display:inline-flex}.map-panel-title button,.map-filter-row button,.map-clear-button{border:1px solid var(--border);background:var(--surface-2);color:var(--text-primary);cursor:pointer}.map-panel-title button{border-radius:8px;width:34px;height:34px}.map-ai-search{border:1px solid var(--border);background:var(--surface-solid);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;padding:0 8px 0 14px;display:grid}.map-ai-search svg{color:var(--accent-primary)}.map-ai-search input,.map-filter-row input,.map-filter-grid input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:0;font-weight:800}.map-ai-search button{background:var(--accent-primary);color:#0b0f19;cursor:pointer;border:0;border-radius:8px;min-width:58px;height:38px;font-weight:950}.map-smart-prompts,.map-chip-row{gap:8px;display:flex;overflow-x:auto}.map-smart-prompts{margin-top:12px}.map-smart-prompts button,.map-chip{border:1px solid var(--border);background:var(--surface-2);min-height:34px;color:var(--text-secondary);cursor:pointer;border-radius:999px;flex:none;font-size:.74rem;font-weight:850}.map-smart-prompts button{padding:0 12px}.map-filter-panel{gap:10px;padding:0 14px 14px;display:grid}.map-filter-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:8px;min-height:44px;padding:0 8px 0 13px}.map-filter-row button{width:34px;height:34px;color:var(--accent-primary);border-radius:8px;place-items:center;display:grid}.map-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.map-filter-grid input{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:40px;padding:0 10px}.map-chip{text-transform:capitalize;gap:6px;padding:0 12px}.map-chip.is-selected{background:var(--accent-primary);border-color:var(--accent-primary);color:#0b0f19;box-shadow:0 10px 24px #d4af3738}.map-clear-button{border-radius:999px;flex:none;min-height:34px;padding:0 12px;font-weight:850}.map-result-head{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:12px 18px}.map-result-head span{color:var(--text-muted);font-size:.74rem;font-weight:750;display:block}.map-list{flex:1;padding:14px;overflow-y:auto}.map-list-card{border:1px solid var(--border);background:var(--surface-solid);color:inherit;transition:transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);border-radius:8px;gap:12px;margin-bottom:10px;padding:10px;text-decoration:none}.map-list-card:hover,.map-list-card.is-selected{background:linear-gradient(135deg, #d4af371a, var(--surface-solid));border-color:#d4af377a;transform:translateY(-2px)}.map-property-thumb{background:var(--surface-2);border-radius:8px;flex:0 0 96px;width:96px;height:78px;position:relative;overflow:hidden}.map-list-card h3{letter-spacing:0;margin:4px 0;font-size:.92rem;line-height:1.22}.map-list-card p,.map-list-card span{color:var(--text-secondary);align-items:center;gap:5px;margin:0;font-size:.76rem;font-weight:750;display:flex}.map-canvas-panel{min-height:calc(100dvh - var(--page-top));background:#07101e;position:relative;overflow:hidden}.map-leaflet{width:100%;height:calc(100dvh - var(--page-top));background:#07101e}[data-theme=dark] .map-leaflet{filter:saturate(.78)brightness(.76)contrast(1.18)hue-rotate(178deg)invert(.9)}[data-theme=dark] .map-marker-host,[data-theme=dark] .leaflet-control,[data-theme=dark] .leaflet-control-attribution{filter:invert()hue-rotate(180deg)saturate(1.2)}.map-price-marker,.map-cluster-marker,.map-user-marker{color:#101014;background:var(--accent-primary);border:1px solid #ffffff2e;place-items:center;display:grid;box-shadow:0 14px 30px #02061747,0 0 0 8px #d4af371f}.map-price-marker{transform-origin:50%;min-width:78px;min-height:34px;transition:transform .18s var(--ease), box-shadow .18s var(--ease);border-radius:999px;padding:0 12px;font-size:.74rem;font-weight:950}.map-price-marker.is-hovered,.map-price-marker.is-selected{transform:scale(1.11)translateY(-4px);box-shadow:0 18px 42px #02061757,0 0 0 12px #d4af372e}.map-price-marker.is-premium{background:linear-gradient(135deg,#f7d66d,#d4af37 55%,#fff)}.map-cluster-marker{border-radius:50%;width:62px;height:62px;font-size:1.05rem;font-weight:950}.map-cluster-marker span{text-transform:uppercase;margin-top:-14px;font-size:.55rem;display:block}.map-user-marker{background:#38bdf8;border-radius:50%;width:26px;height:26px;box-shadow:0 0 0 10px #38bdf82e,0 14px 34px #0ea5e961}.map-floating-toolbar{z-index:900;border-radius:8px;gap:8px;padding:8px;position:absolute;top:18px;right:18px}.map-floating-toolbar button,.map-floating-toolbar span{border:1px solid var(--border);background:var(--surface-solid);min-height:38px;color:var(--text-primary);border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:.78rem;font-weight:850;display:inline-flex}.map-floating-toolbar button{cursor:pointer}.map-preview-card{z-index:900;background:color-mix(in srgb, var(--surface-solid) 88%, transparent);-webkit-backdrop-filter:blur(24px);text-align:left;cursor:pointer;border:1px solid #ffffff24;border-radius:8px;gap:14px;width:min(460px,100% - 48px);padding:12px;position:absolute;bottom:24px;left:24px;box-shadow:0 28px 70px #02061747}.map-preview-card span,.map-preview-card small{color:var(--text-muted);align-items:center;gap:6px;font-size:.72rem;font-weight:850;display:flex}.map-preview-card p{color:var(--text-primary);margin:4px 0;font-size:.9rem;font-weight:850;line-height:1.3}.map-empty-state{text-align:center;min-height:280px;color:var(--text-secondary);place-items:center;gap:10px;padding:28px;display:grid}.map-empty-state strong{color:var(--text-primary);font-weight:950}.map-empty-state button{background:var(--accent-primary);color:#101014;border:0;border-radius:999px;min-height:40px;padding:0 16px;font-weight:900}.map-mobile-segment,.map-mobile-top-panel,.map-filter-sheet-head,.map-filter-backdrop,.map-sheet-handle,.discover-view-toggle,.discover-mini-map,.discover-floating-map-button{display:none}.discover-page{touch-action:pan-y}@media (max-width:992px){.map-discovery-shell{padding-top:var(--page-top-mobile);display:block;overflow:hidden}.map-discovery-sidebar{z-index:940;resize:none;border:1px solid var(--border);width:auto;min-width:0;max-width:none;height:44dvh;max-height:none;transition:height .3s var(--ease), transform .3s var(--ease);padding-bottom:calc(var(--mobile-tab-stack) + 8px);border-bottom:0;border-radius:28px 28px 0 0;position:fixed;inset:auto 0 0;box-shadow:0 -24px 70px #02061757}.map-sheet-collapsed .map-discovery-sidebar{height:calc(132px + var(--mobile-tab-stack))}.map-sheet-half .map-discovery-sidebar{height:44dvh}.map-sheet-full .map-discovery-sidebar{height:calc(100dvh - var(--page-top-mobile) - 10px)}.map-mobile-segment{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-height:42px;margin-bottom:10px;padding:4px;display:grid}.map-mobile-segment button,.discover-view-toggle button{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:.8rem;font-weight:950}.map-mobile-segment button.is-active,.discover-view-toggle button.is-active{background:var(--accent-primary);color:#101014;box-shadow:0 10px 24px #d4af3738}.map-mobile-top-panel{left:12px;right:12px;top:calc(var(--page-top-mobile) + 8px);z-index:960;border-radius:22px;margin:0;padding:10px;display:block;position:fixed;box-shadow:0 18px 45px #02061742}.map-search-panel{display:none}.map-mobile-top-panel .map-ai-search{border-radius:18px;min-height:48px}.map-mobile-top-panel .map-smart-prompts{margin-top:8px}.map-mobile-top-panel .map-smart-prompts button{text-overflow:ellipsis;white-space:nowrap;max-width:72vw;overflow:hidden}.map-search-panel{left:12px;right:12px;top:calc(var(--page-top-mobile) + 8px);z-index:960;border-radius:22px;margin:0;padding:10px;position:fixed;box-shadow:0 18px 45px #02061742}.map-panel-title{display:none}.map-filter-panel{left:12px;right:12px;bottom:calc(var(--mobile-tab-stack) + 14px);z-index:980;border:1px solid var(--border);background:var(--surface-solid);border-radius:26px;max-height:min(72dvh,560px);padding:14px;display:none;position:fixed;overflow-y:auto;box-shadow:0 26px 80px #0206176b}.map-filters-open .map-filter-panel{display:grid}.map-filter-backdrop{z-index:970;-webkit-backdrop-filter:blur(8px);background:#0206177a;border:0;display:none;position:fixed;inset:0}.map-filters-open .map-filter-backdrop{display:block}.map-filter-sheet-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.map-filter-sheet-head strong{color:var(--text-primary);font-weight:950}.map-filter-sheet-head button{border:1px solid var(--border);background:var(--surface-2);width:36px;height:36px;color:var(--text-primary);border-radius:12px}.map-sheet-handle{cursor:grab;touch-action:none;background:0 0;border:0;place-items:center;width:100%;min-height:28px;display:grid}.map-sheet-handle span{background:var(--border);border-radius:999px;width:46px;height:5px}.map-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.map-list{scroll-snap-type:y proximity;flex:1;max-height:none;padding-top:10px}.map-list-card{scroll-snap-align:start;min-height:104px}.map-sheet-collapsed .map-list{display:none}.map-sheet-collapsed .map-result-head{border-bottom:0}.map-canvas-panel,.map-leaflet{min-height:calc(100dvh - var(--page-top-mobile));height:calc(100dvh - var(--page-top-mobile))}.map-floating-toolbar{top:calc(var(--page-top-mobile) + 128px);border-radius:18px;gap:8px;width:50px;padding:7px;display:grid;bottom:auto;left:auto;right:12px}.map-floating-toolbar span,.map-floating-toolbar button:not(:nth-child(-n+4)){display:none}.map-floating-toolbar button{border-radius:14px;justify-content:center;width:36px;min-width:36px;height:36px;padding:0;font-size:0}.map-preview-card{bottom:calc(var(--mobile-tab-stack) + 142px);border-radius:20px;width:calc(100% - 24px);left:12px}.map-sheet-full .map-preview-card{display:none}.discover-view-toggle{border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-height:46px;margin-bottom:16px;padding:4px;display:grid}.discover-view-toggle button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.discover-mini-map{border:1px solid var(--border);border-radius:24px;grid-template-columns:minmax(0,1fr);gap:12px;margin:0 0 20px;padding:14px;display:grid}.discover-mini-map-visual{background:linear-gradient(35deg,#d4af3714,#0000 44%),linear-gradient(120deg,#38bdf81f,#0000 58%),#101827;border-radius:18px;min-height:154px;position:relative;overflow:hidden}.discover-mini-map-visual:before{content:"";background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:-20%;transform:rotate(-12deg)}.discover-mini-map-visual span{z-index:2;background:var(--accent-primary);color:#101014;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.72rem;font-weight:950;display:inline-flex;position:absolute;box-shadow:0 12px 26px #00000047}.discover-mini-map p{color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.7rem;font-weight:950}.discover-mini-map h2{letter-spacing:0;margin:0;font-size:1.08rem}.discover-mini-map small{color:var(--text-muted);margin-top:5px;font-weight:750;display:block}.discover-mini-map button,.discover-floating-map-button{background:var(--accent-primary);color:#101014;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:950;display:inline-flex}.discover-floating-map-button{left:50%;bottom:calc(var(--mobile-tab-stack) + 14px);z-index:850;padding:0 18px;position:fixed;transform:translate(-50%);box-shadow:0 18px 45px #02061747,0 0 0 8px #d4af371a}}.saved-card-img{transition:transform .4s cubic-bezier(.22,1,.36,1)}:hover>.saved-card-img{transform:scale(1.06)}.messages-full-height{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.input-ghost{flex:1;width:100%;min-width:0}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group-hover\:scale-110{transition:transform .42s var(--ease)}.hover\:-translate-y-1:hover{transform:translateY(-4px)}.hover\:border-\[rgba\(212\,175\,55\,0\.3\)\]:hover{border-color:#d4af374d}.flex{display:flex}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.mb-2{margin-bottom:.5rem}.text-center{text-align:center}.w-full{width:100%}@media (max-width:992px){.desktop-only{display:none!important}.floating-ai-btn{display:none}.bottom-nav-premium,.prophet-ai-fab{display:flex}body:has(.discover-page) .prophet-ai-fab-feed{display:none}body:has(.map-discovery-shell) .prophet-ai-fab-feed{display:none}.ai-assistant-panel{transform-origin:bottom;width:100vw!important;max-width:none!important;height:min(100dvh, calc(100dvh - env(safe-area-inset-top)))!important;border-left:0!important;border-right:0!important;border-radius:24px 24px 0 0!important;max-height:100dvh!important;bottom:0!important;left:0!important;right:0!important}.ai-assistant-panel>div:first-child{padding:14px 16px 12px!important}.ai-assistant-panel>div:first-child .ai-pulse{border-radius:13px!important;padding:8px!important}.ai-assistant-panel>div:first-child span:first-child{font-size:1rem!important}.ai-assistant-panel .ai-assistant-clear{display:none!important}.ai-assistant-panel>div:nth-child(2){-webkit-overflow-scrolling:touch;overscroll-behavior:contain;gap:14px!important;padding:16px 14px!important}.ai-assistant-panel form{position:sticky;bottom:0;padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important}.ai-assistant-panel textarea{border-radius:22px!important;padding-top:13px!important;padding-bottom:13px!important}.property-ai-chat-sheet{width:100vw!important;max-width:none!important;height:min(100dvh, calc(100dvh - env(safe-area-inset-top)))!important;border-left:0!important;border-right:0!important;border-radius:24px 24px 0 0!important;max-height:100dvh!important}.property-ai-chat-sheet>div:first-child{padding:14px 16px 12px!important}.property-ai-chat-sheet>div:nth-child(2){-webkit-overflow-scrolling:touch;overscroll-behavior:contain;gap:14px!important;padding:16px 14px!important}.property-ai-chat-sheet form{position:sticky;bottom:0;padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important}.container{padding-left:var(--space-6);padding-right:var(--space-6)}:root{--header-height:54px;--nav-inset:6px;--nav-padding:8px;--page-top:calc(var(--header-height) + var(--nav-inset) * 2 + env(safe-area-inset-top));--page-top-mobile:calc(var(--header-height) + var(--nav-inset) * 2 + env(safe-area-inset-top))}}@media (min-width:993px){.mobile-only{display:none!important}}@media (min-width:1024px){.split-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}.agent-shell{flex-direction:row;gap:40px}.lg\:text-left{text-align:left}.lg\:justify-start{justify-content:flex-start}.lg\:w-auto{width:auto}}@keyframes gold-pulse{0%,to{box-shadow:0 8px 32px #d4af3759}50%{box-shadow:0 8px 44px #d4af378c,0 0 0 6px #d4af3714}}@keyframes prophet-fab-glow{0%,to{box-shadow:0 8px 28px #d4af3757,0 0 #d4af372e}50%{box-shadow:0 14px 42px #d4af3785,0 0 0 10px #d4af371a}}@keyframes prophet-fab-ring{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.85;transform:scale(1.12)}}@media (max-width:768px){.floating-ai-btn{width:60px;height:60px;right:14px;bottom:calc(104px + env(safe-area-inset-bottom));display:none}h1{letter-spacing:-.035em}}@media (max-width:380px){.mobile-feed-ai-pill{gap:6px;padding:0 10px;font-size:.72rem}}.ai-auth-modal-backdrop{z-index:3600;padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);background:#0206179e;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ai-auth-modal-panel{text-align:center;background:var(--surface-solid);border:1px solid var(--glass-border);border-radius:28px;width:min(100%,400px);padding:clamp(32px,7vw,48px) clamp(22px,5vw,36px);position:relative;box-shadow:0 32px 64px #02061761}.ai-auth-modal-close{border:1px solid var(--border);background:var(--surface-2);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.ai-auth-modal-icon{width:72px;height:72px;color:var(--accent-primary);background:#d4af371a;border:1px solid #d4af373d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.ai-auth-modal-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-primary);background:#d4af3714;border:1px solid #d4af3738;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 12px;font-size:.66rem;font-weight:900;display:inline-flex}.ai-auth-modal-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:12px;font-size:clamp(1.2rem,4.8vw,1.55rem);font-weight:900}.ai-auth-modal-copy{max-width:320px;color:var(--text-secondary);margin:0 auto 26px;font-size:.9rem;line-height:1.6}.ai-auth-modal-cta{border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:12px;padding:14px 20px;font-size:.88rem;font-weight:900;text-decoration:none;display:flex}.ai-auth-modal-secondary{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:999px;justify-content:center;align-items:center;padding:13px 20px;font-size:.84rem;font-weight:800;text-decoration:none;display:flex}.ai-auth-modal-footnote{color:var(--text-muted);margin-top:18px;font-size:.72rem;font-weight:600}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.0i9~u_difxrfa.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
