@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--bg:#f7efe6;--ink:#2a2420;--muted:#6e5c4d;--accent:#d77b4b;--accent-dark:#c05f32;--surface:#fffaf5;--outline:#e5d6c6;--deep:#1f2a2e;--shadow:0 22px 50px rgba(53,35,22,.12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Space Grotesk,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--ink);background:radial-gradient(circle at 15% 20%,#fff7ee 0,transparent 45%),radial-gradient(circle at 80% 10%,#f2d9c4 0,transparent 55%),linear-gradient(135deg,#f6efe7,#f1e3d4 55%,#efe9e2)}.page{height:100vh;width:100%;display:flex;flex-direction:column;gap:0;animation:fadeIn .8s ease-out}.topbar{justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid var(--outline);background:rgba(255,250,245,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:20}.topbar,.topbar-actions{display:flex;align-items:center}.topbar-actions{gap:12px}.brand{font-family:Fraunces,Times New Roman,serif;font-size:32px;letter-spacing:.02em}.tagline{color:var(--muted);font-size:15px}.cta{border:1px solid var(--outline);background:var(--surface);border-radius:999px;padding:10px 20px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(35,22,12,.12)}.help-button{border-color:var(--outline)}.help-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(31,27,23,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:60}.help-modal.hidden{display:none}.help-card{width:min(520px,92vw);background:var(--surface);border:1px solid var(--outline);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.help-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.help-header h2{margin:0;font-family:Fraunces,Times New Roman,serif;font-size:24px}.help-close{border:1px solid var(--outline);background:var(--surface);border-radius:999px;width:32px;height:32px;cursor:pointer;font-weight:700}.help-subtitle{margin:6px 0 16px;color:var(--muted);font-size:14px}.help-list{margin:0 0 18px;padding-left:18px;color:var(--deep);font-size:14px}.help-list li{margin-bottom:8px}.help-actions{display:flex;justify-content:flex-end}.profile{position:relative;z-index:30}.profile-button{width:42px;height:42px;border-radius:50%;border:1px solid var(--outline);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--deep);transition:transform .2s ease,box-shadow .2s ease}.profile-button svg{width:20px;height:20px}.profile-button:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(35,22,12,.12)}.profile-popover{position:absolute;right:0;top:calc(100% + 12px);min-width:220px;padding:16px;border-radius:16px;border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow);z-index:40}.profile-popover.hidden{display:none}.profile-popover label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.profile-input{width:100%;margin-top:8px;border-radius:12px;border:1px solid var(--outline);padding:10px 12px;font-family:inherit;font-size:14px;background:#fff}.profile-save{width:100%;margin-top:12px;border:none;border-radius:12px;padding:10px 12px;background:var(--deep);color:#fef6ef;font-weight:600;cursor:pointer}.profile-greeting{margin-top:10px;font-size:12px;color:var(--muted)}.content{display:flex;gap:0;flex:1 1;min-height:0}.assistant-panel{flex:0 0 320px;min-width:0;background:var(--surface);border-right:1px solid var(--outline);padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow);min-height:0}.map-wrap{flex:1 1 auto;min-width:0;min-height:0;overflow:hidden;background:#f1e7dc}.map,.map-wrap{position:relative;height:100%}.map{width:100%;z-index:1}.map-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,hsla(32,60%,95%,.9),hsla(30,42%,87%,.7));transition:opacity .4s ease;z-index:3}.map-overlay.hidden{opacity:0;pointer-events:none}.overlay-card{max-width:320px;background:var(--surface);border-radius:20px;padding:20px;box-shadow:0 18px 40px rgba(34,22,13,.12);text-align:center}.overlay-card h2{margin:0 0 8px;font-family:Fraunces,serif;font-size:22px}.overlay-card p{margin:0;color:var(--muted);font-size:14px}.mono{font-family:Courier New,Courier,monospace;font-size:.92em}.map-legend{position:absolute;bottom:16px;left:16px;gap:12px;background:rgba(255,250,245,.9);padding:8px 12px;border-radius:999px;font-size:12px;color:var(--muted);z-index:4}.legend-item,.map-legend{display:inline-flex;align-items:center}.legend-item{gap:6px}.legend-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(215,123,75,.2)}.legend-dot--saved{background:#2f7ff2;box-shadow:0 0 0 4px rgba(47,127,242,.22)}.legend-dot--recommended{background:#0f6d3a;box-shadow:0 0 0 4px rgba(15,109,58,.22)}.map-query{width:100%;background:#fffdf9;border:1px solid var(--outline);border-radius:18px;padding:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;flex:1 1;min-height:240px}.map-query-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.map-query-title{font-weight:600;font-size:13px}.map-query-toggle{border:1px solid var(--outline);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.map-query-history{display:none;flex-direction:column;gap:8px;max-height:none;overflow-y:auto;margin:8px 0;padding-right:4px;font-size:12px;color:var(--ink)}.map-query.is-open .map-query-history{display:flex;flex:1 1}.map-query-message{padding:8px 10px;border-radius:12px;line-height:1.35}.map-query-message.user{align-self:flex-end;background:#f3e2d2}.map-query-message.assistant{align-self:flex-start;background:#e8edf4}.map-query-form{display:flex;gap:8px}.map-query-form input{flex:1 1;border-radius:999px;border:1px solid var(--outline);padding:8px 12px;font-family:inherit;font-size:13px;background:#fff}.map-query-form button{border:none;border-radius:999px;padding:8px 12px;background:var(--deep);color:#fef6ef;font-weight:600;cursor:pointer}.listing-panel{flex:0 0 520px;min-width:0;background:var(--surface);border-left:1px solid var(--outline);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--shadow);animation:slideUp .7s ease-out;min-height:0}.listing-media{position:relative;height:240px;overflow:hidden}.listing-media img{width:100%;height:100%;object-fit:cover;display:block}.listing-image-toggle{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid var(--outline);background:rgba(255,250,245,.92);color:var(--deep);font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(35,22,12,.15);transition:transform .2s ease,box-shadow .2s ease;z-index:2}.listing-image-toggle.left{left:12px}.listing-image-toggle.right{right:12px}.listing-image-toggle:hover{transform:translateY(-50%) scale(1.04);box-shadow:0 14px 30px rgba(35,22,12,.18)}.listing-image-toggle:disabled{cursor:default;opacity:.6;box-shadow:none}.listing-image-toggle.hidden{opacity:0;pointer-events:none}.price-badge{position:absolute;bottom:16px;left:16px;background:var(--deep);color:#fef6ef;padding:10px 16px;border-radius:16px;font-weight:600}.listing-body{padding:22px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;flex:1 1;min-height:0}.listing-title{font-size:24px;font-family:Fraunces,serif}.listing-location{color:var(--muted);margin-top:-10px}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.stat{background:#f7eee4;border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.stat .label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.stat .value{font-weight:600;font-size:16px}.features h3{margin:0 0 10px;font-size:16px}.features ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.features li{padding:8px 12px;border-radius:12px;background:#fff3e9;font-size:14px}.recommendation-notes{margin-top:18px}.recommendation-notes h3{margin:0 0 10px;font-size:16px}.note-group+.note-group{margin-top:10px}.note-group h4{margin:0 0 8px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.note-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.note-list li{padding:6px 10px;border-radius:999px;font-size:13px;background:#f1efe7;color:#2b2b2b}.note-list li.note-positive{background:#e2f3e6;color:#1f5b34}.note-list li.note-negative{background:#fde7e1;color:#7b2e25}.cta-group{display:flex;gap:10px}.ghost,.primary{flex:1 1;border:none;border-radius:14px;padding:12px 14px;cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.primary{background:var(--accent);color:#fff7f0}.primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(215,123,75,.35)}.ghost{background:#f7eee4;color:var(--ink)}.ghost:hover{transform:translateY(-1px)}.ghost.is-saved{background:var(--deep);color:#fef6ef}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.content{flex-direction:column}.map-wrap{min-height:420px}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%}.cta{flex:1 1}.listing-panel{border-left:none}.assistant-panel,.listing-panel{border-top:1px solid var(--outline);flex:0 0 auto}.assistant-panel{border-right:none}}@media (max-width:600px){.stat-grid{grid-template-columns:1fr}.map-query{width:100%}.listing-media{height:200px}.cta-group{flex-direction:column}}