:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--navy: #1d3c68;--navy-dark: #142c4d;--coral: #f1645f;--coral-light: #f79490;--gray-bubble: #f1f2f4;--text-dark: #1b2233;--text-muted: #667085;--border: #e4e7ec;--bg: #ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text-dark)}.chatbox{display:flex;flex-direction:column;height:100dvh;max-width:720px;margin:0 auto;background:var(--bg)}.chatbox-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;background:var(--bg);border-bottom:1px solid var(--border);flex-shrink:0}.chatbox-header-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.02rem;color:var(--navy);letter-spacing:-.01em}.chatbox-header-actions{display:flex;align-items:center;gap:.75rem}.user-menu{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.user-email{color:var(--text-muted);display:none}@media (min-width: 560px){.user-email{display:inline}}.logout-btn{background:transparent;border:none;color:var(--navy);font-size:.8rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}.new-search-btn{background:transparent;border:1px solid var(--navy);color:var(--navy);padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer}.new-search-btn:hover{background:var(--navy);color:#fff}.search-homes-btn{background:var(--coral);border:1px solid var(--coral);color:#fff;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.search-homes-btn:hover{background:var(--coral-light);border-color:var(--coral-light)}.chatbox-log{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.9rem}.chatbox-empty{margin:auto;text-align:center;color:var(--text-muted);font-size:.95rem;max-width:22rem;line-height:1.5}.msg-row{display:flex;width:100%}.msg-row.user{justify-content:flex-end}.msg-row.assistant{justify-content:flex-start}.msg-bubble{max-width:82%;padding:.75rem 1rem;border-radius:16px;line-height:1.45;font-size:.95rem}.msg-bubble.user{background:var(--navy);color:#fff;border-bottom-right-radius:4px}.msg-bubble.assistant{background:var(--gray-bubble);color:var(--text-dark);border-bottom-left-radius:4px}.msg-bubble.assistant.error{background:#fdeceb;color:#9a2d20}.msg-text{margin:0;white-space:pre-wrap}.msg-bubble.assistant .msg-text{margin-top:.6rem}.msg-bubble.assistant>.property-card:first-child,.msg-bubble.assistant>.comps-wrap:first-child{margin-top:0}.msg-bubble.typing{display:flex;align-items:center;gap:4px;padding:.85rem 1.1rem}.dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:bounce 1.2s infinite ease-in-out}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.property-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:.75rem .9rem;margin-top:.2rem}.property-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.property-card-address{font-weight:700;font-size:.92rem;color:var(--navy);line-height:1.3}.status-badge{flex-shrink:0;font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;font-weight:700;background:var(--navy);color:var(--coral-light);padding:.2rem .5rem;border-radius:999px}.property-card-price{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-top:.35rem}.price-sub{font-size:.75rem;font-weight:500;color:var(--text-muted)}.property-card-stats{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.4rem;font-size:.82rem;color:var(--text-muted)}.comps-wrap{margin-top:.6rem}.comps-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--text-muted);margin-bottom:.35rem}.comps-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:#fff}.comps-table{width:100%;border-collapse:collapse;font-size:.78rem;min-width:420px}.comps-table th{text-align:left;padding:.45rem .6rem;color:var(--navy);background:#f7f8fa;font-weight:700;border-bottom:1px solid var(--border);white-space:nowrap}.comps-table td{text-align:left;padding:.45rem .6rem;border-bottom:1px solid var(--border);white-space:nowrap;color:var(--text-dark)}.comps-table tr:last-child td{border-bottom:none}.similar-listings-wrap{margin-top:.6rem}.similar-listings-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--text-muted);margin-bottom:.35rem}.similar-listings-cards{display:flex;flex-wrap:wrap;gap:.5rem}.similar-listing-card{flex:1 1 160px;min-width:140px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:.6rem .7rem}.similar-listing-address{display:block;font-weight:700;font-size:.82rem;color:var(--navy);text-decoration:none}a.similar-listing-address:hover{text-decoration:underline}.similar-listing-price{font-size:.9rem;font-weight:700;color:var(--text-dark);margin-top:.2rem}.similar-listing-stats{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.chatbox-input-wrap{position:relative;flex-shrink:0}.autocomplete-list{position:absolute;bottom:100%;left:1.25rem;right:1.25rem;margin:0 0 .4rem;padding:.35rem;list-style:none;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #141e321f;z-index:5}.autocomplete-list li+li{margin-top:.15rem}.autocomplete-list button{width:100%;text-align:left;padding:.55rem .7rem;border:none;background:transparent;color:var(--text-dark);font-size:.9rem;border-radius:8px;cursor:pointer}.autocomplete-list button:hover{background:var(--gray-bubble)}.chatbox-input-row{display:flex;gap:.6rem;padding:.9rem 1.25rem calc(.9rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg);flex-shrink:0}.chatbox-input-row input{flex:1;padding:.7rem .9rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-dark);font-size:.95rem}.chatbox-input-row input:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px #f1645f2e}.chatbox-input-row button{padding:.7rem 1.4rem;border-radius:999px;border:1.5px solid var(--coral);background:var(--navy);color:var(--coral-light);font-weight:700;font-size:.92rem;cursor:pointer;flex-shrink:0}.chatbox-input-row button:hover:not(:disabled){background:var(--navy-dark);color:var(--coral)}.chatbox-input-row button:disabled{opacity:.45;cursor:default}.chatbox-disclaimer{flex-shrink:0;padding:.55rem 1.25rem calc(.55rem + env(safe-area-inset-bottom));font-size:.68rem;line-height:1.35;color:var(--text-muted);text-align:center;background:#fafbfc;border-top:1px solid var(--border)}.chatbox-disclaimer a{color:var(--navy);font-weight:600;text-decoration:underline}.legal-link{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--navy);text-decoration:underline;cursor:pointer}.legal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e3280;display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:20}.legal-modal{position:relative;width:100%;max-width:520px;max-height:80vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 20px 48px #141e3247;padding:1.5rem}.legal-close{position:absolute;top:.6rem;right:.8rem;background:transparent;border:none;font-size:1.6rem;line-height:1;color:var(--text-muted);cursor:pointer}.legal-title{margin:0 0 .75rem;font-size:1.05rem;color:var(--navy)}.legal-text{margin:0;font-size:.85rem;line-height:1.55;color:var(--text-dark)}.legal-text a{color:var(--navy);font-weight:600;text-decoration:underline}@media (max-width: 480px){.chatbox-header{padding:.75rem 1rem}.chatbox-header-brand{font-size:.9rem}.chatbox-log{padding:1rem .75rem}.msg-bubble{max-width:90%;font-size:.9rem}.chatbox-input-row{padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom))}.chatbox-input-row button{padding:.7rem 1.1rem}.autocomplete-list{left:.75rem;right:.75rem}.chatbox-disclaimer{padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));font-size:.64rem}}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg)}.auth-card{width:100%;max-width:380px}.auth-card h1{font-size:1.3rem;color:var(--navy);text-align:center;margin:0 0 1.5rem}.auth-tabs{display:flex;border:1px solid var(--border);border-radius:999px;padding:.25rem;margin-bottom:1.5rem}.auth-tabs button{flex:1;padding:.5rem;border:none;background:transparent;border-radius:999px;font-weight:600;font-size:.85rem;color:var(--text-muted);cursor:pointer}.auth-tabs button.active{background:var(--navy);color:#fff}.auth-card form{display:flex;flex-direction:column;gap:1rem}.auth-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-dark)}.auth-card input[type=email],.auth-card input[type=password],.auth-card input[type=text],.auth-card select{padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);font-size:.95rem;font-weight:400;color:var(--text-dark);background:#fff}.auth-card input:focus,.auth-card select:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px #f1645f2e}.auth-checkbox{flex-direction:row;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.82rem;color:var(--text-muted)}.auth-checkbox input{margin-top:.2rem}.auth-checkbox a{color:var(--navy);font-weight:600}.auth-error{background:#fdeceb;color:#9a2d20;padding:.6rem .75rem;border-radius:8px;font-size:.85rem}.auth-card button[type=submit]{padding:.75rem;border-radius:999px;border:1.5px solid var(--coral);background:var(--navy);color:var(--coral-light);font-weight:700;font-size:.95rem;cursor:pointer}.auth-card button[type=submit]:hover:not(:disabled){background:var(--navy-dark);color:var(--coral)}.auth-card button[type=submit]:disabled{opacity:.5;cursor:default}
