.chat-wrap{display:flex;flex-direction:column;height:100%;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e5e5ea;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0;min-height:64px}.chat-header-photo{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#e5e5ea}.chat-header-info{flex:1;min-width:0}.chat-header-name{font-size:15px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header-status{display:flex;align-items:center;gap:5px;margin-top:2px}.online-dot{width:8px;height:8px;background:#34c759;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #34c75940}.chat-header-status span{font-size:12px;color:#34c759;font-weight:500}.chat-messages{flex:1;overflow-y:auto;padding:16px 12px 6px;display:flex;flex-direction:column;gap:5px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.bubble-row{display:flex;align-items:flex-end}.bubble-row.ai{justify-content:flex-start}.bubble-row.user{justify-content:flex-end}.bubble-row.ai+.bubble-row.user,.bubble-row.user+.bubble-row.ai{margin-top:6px}.bubble{max-width:75%;padding:9px 13px;font-size:15px;line-height:1.45;word-break:break-word;white-space:pre-wrap}.bubble.ai{background:#e8e8ed;color:#111;border-radius:18px 18px 18px 4px}.bubble.user{background:#007aff;color:#fff;border-radius:18px 18px 4px}.bubble-row.typing{margin-top:4px}.typing-bubble{background:#e8e8ed;border-radius:18px 18px 18px 4px;padding:11px 15px;display:flex;gap:5px;align-items:center;min-width:54px}.typing-dot{width:7px;height:7px;background:#8e8e93;border-radius:50%;animation:typingBounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,55%,to{transform:translateY(0);opacity:.45}27%{transform:translateY(-6px);opacity:1}}.conversion-wall{margin-top:12px;padding:20px 16px;background:linear-gradient(135deg,#f0f7ff,#e8f4fd);border:1px solid #cce4f7;border-radius:16px;text-align:center}.conversion-wall-emoji{font-size:32px;margin-bottom:10px;line-height:1}.conversion-wall-msg{font-size:15px;font-weight:600;color:#111;margin-bottom:6px}.conversion-wall-sub{font-size:13px;color:#555;line-height:1.4}.chat-input-bar{padding:10px 12px 12px;border-top:1px solid #e5e5ea;display:flex;align-items:flex-end;gap:8px;background:#fff;flex-shrink:0}.chat-textarea{flex:1;padding:9px 14px;border:1.5px solid #ddd;border-radius:22px;font-size:16px;font-family:inherit;line-height:1.4;resize:none;outline:none;overflow-y:auto;max-height:120px;min-height:40px;transition:border-color .15s;background:#f7f7f7;color:#111;display:block}.chat-textarea:focus{border-color:#007aff;background:#fff}.chat-textarea:disabled{opacity:.45;cursor:not-allowed}.chat-textarea::placeholder{color:#adadad}.send-btn{width:38px;height:38px;flex-shrink:0;background:#007aff;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;-webkit-tap-highlight-color:transparent}.send-btn:disabled{background:#c7c7cc;cursor:not-allowed}.send-btn:not(:disabled):active{transform:scale(.93)}@media(hover:hover){.send-btn:not(:disabled):hover{background:#0062cc}}@media(max-width:860px){.bubble{max-width:82%}.chat-messages{padding:12px 10px 4px}}.conv-wall{flex-shrink:0;padding:18px 18px 22px;border-top:1.5px solid #e5e5ea;background:#fff}.conv-wall-headline{font-size:14px;font-weight:700;color:#111;line-height:1.4;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.conv-wall-sub{font-size:13px;color:#555;line-height:1.5;margin-bottom:14px;font-family:inherit}.conv-wall-form{display:flex;flex-direction:column;gap:8px}.conv-wall-input{height:44px;border:1.5px solid #ddd;border-radius:10px;padding:0 14px;font-size:16px;font-family:inherit;outline:none;background:#f7f7f7;color:#111;transition:border-color .15s,background .15s}.conv-wall-input:focus{border-color:#007aff;background:#fff}.conv-wall-input:disabled{opacity:.5}.conv-wall-btn{height:44px;background:#007aff;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;-webkit-tap-highlight-color:transparent}.conv-wall-btn:disabled{background:#c7c7cc;cursor:not-allowed}.conv-wall-btn:not(:disabled):active{transform:scale(.98)}@media(hover:hover){.conv-wall-btn:not(:disabled):hover{background:#0062cc}}.conv-wall-success{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#16a34a;padding:10px 0 2px;font-family:inherit}.conv-wall-check{font-size:17px;line-height:1}.conv-wall-error{font-size:12px;color:#dc2626;margin-top:8px;line-height:1.4;font-family:inherit}.conv-wall-link{color:#dc2626;text-underline-offset:2px}.demo-layout{display:flex;height:100vh;height:100dvh;overflow:hidden;background:#f2f2f7}.demo-chat-col{flex:0 0 400px;height:100%;border-right:1.5px solid #e5e5ea;background:#fff;display:flex;flex-direction:column}.demo-content-col{flex:1;min-width:0;height:100%;overflow-y:auto;padding:28px 32px 48px;-webkit-overflow-scrolling:touch}.section-header{font-size:15px;font-weight:700;color:#111;letter-spacing:-.01em;margin:0 0 14px}.section-block{margin-bottom:36px}.listing-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.listing-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e5ea;transition:box-shadow .15s}.listing-card:hover{box-shadow:0 4px 16px #00000014}.listing-card-photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#e5e5ea;display:block}.listing-card-body{padding:10px 12px 12px}.listing-card-price{font-size:15px;font-weight:700;color:#111}.listing-card-address{font-size:12px;color:#555;margin-top:3px;line-height:1.35}.listing-card-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#8e8e93;margin-top:7px;flex-wrap:wrap}.listing-card-badge{background:#f0f0f5;border-radius:5px;padding:2px 6px;font-weight:500}.calc-subtitle{font-size:12px;color:#8e8e93;margin:-10px 0 18px}.calc-slider-block{margin-bottom:18px}.calc-slider-label{font-size:14px;color:#444;margin-bottom:6px}.calc-slider-row{display:flex;align-items:center;gap:12px}.calc-slider{flex:1;-webkit-appearance:none;height:4px;border-radius:2px;background:#ddd;outline:none;cursor:pointer}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#007aff;cursor:pointer;box-shadow:0 1px 4px #007aff59}.calc-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#007aff;cursor:pointer;border:none;box-shadow:0 1px 4px #007aff59}.calc-slider-val{font-size:14px;font-weight:600;color:#111;min-width:64px;text-align:right;font-variant-numeric:tabular-nums}.calc-divider{border:none;border-top:.5px solid #e5e5ea;margin:20px 0}.calc-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.calc-stat-card{background:#f5f5f7;border-radius:10px;padding:12px 14px}.calc-stat-label{font-size:12px;color:#8e8e93;margin-bottom:4px}.calc-stat-value{font-size:22px;font-weight:600;color:#111;font-variant-numeric:tabular-nums}.calc-result-danger{background:#fef2f2;border-radius:12px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:#dc2626}.calc-result-success{background:#f0fdf4;border-radius:12px;padding:16px 18px;margin-bottom:14px;color:#16a34a}.calc-result-label{font-size:12px;font-weight:500;margin-bottom:4px;opacity:.9}.calc-result-value{font-size:26px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.calc-result-sublabel{font-size:11px;opacity:.75;margin-top:4px;line-height:1.4}.calc-formula{background:#f5f5f7;border-radius:10px;padding:12px 14px}.calc-formula-title{font-size:12px;font-weight:600;color:#555;margin-bottom:6px}.calc-formula-text{font-size:12px;color:#666;line-height:1.6}.calc-formula-note{opacity:.7}@media(max-width:860px){.demo-layout{flex-direction:column;height:auto;overflow:visible}.demo-chat-col{flex:none;width:100%;height:100vh;height:100dvh;border-right:none;border-bottom:2px solid #e5e5ea}.demo-content-col{height:auto;overflow-y:visible;padding:24px 16px 48px}.listing-cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.calc-stats-grid{grid-template-columns:1fr 1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#f2f2f7;color:#111;-webkit-font-smoothing:antialiased}
