:root{color-scheme:light;--hx-brand: #1c3650;--hx-brand-accent: #9db4cd}html,body{margin:0;background:transparent;font-family:system-ui,-apple-system,sans-serif}.hx-bubble{position:fixed;bottom:8px;left:8px;width:64px;height:64px;border-radius:50%;border:none;background:var(--hx-brand);color:#fff;cursor:pointer;box-shadow:0 4px 16px #0003;display:flex;align-items:center;justify-content:center}.hx-panel{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000040}.hx-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--hx-brand);color:#fff}.hx-brand{display:flex;align-items:center;gap:11px;min-width:0}.hx-brand-logo{height:40px;width:auto;flex:none;display:block}.hx-brand-divider{width:1px;align-self:stretch;background:#ffffff40}.hx-title{font-weight:700;font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hx-bubble-mark{color:#fff}.hx-close{background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer}.hx-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.hx-msg{max-width:80%;padding:8px 10px;border-radius:10px;white-space:pre-wrap;font-size:14px}.hx-msg-user{align-self:flex-end;background:var(--hx-brand);color:#fff}.hx-msg-assistant{align-self:flex-start;background:#f1f3f5;color:#111}.hx-typing{align-self:flex-start;display:flex;align-items:center;gap:8px;background:#f1f3f5;border-radius:14px;padding:10px 14px}.hx-typing-label{font-size:12px;color:#666}.hx-typing-dots{display:inline-flex;gap:4px}.hx-typing-dots span{width:7px;height:7px;border-radius:50%;background:#9aa0a6;animation:hx-typing-bounce 1.2s infinite ease-in-out}.hx-typing-dots span:nth-child(2){animation-delay:.2s}.hx-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes hx-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.hx-input{display:flex;gap:8px;padding:10px;border-top:1px solid #eee}.hx-input input{flex:1;padding:8px;border:1px solid #ccc;border-radius:8px;font:inherit}.hx-input button{border:none;background:var(--hx-brand);color:#fff;border-radius:8px;padding:0 14px;cursor:pointer}.hx-leadform{align-self:flex-start;width:85%;border:1.5px solid var(--hx-brand);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px;font-size:14px}.hx-leadform p{margin:0;color:#555;font-size:13px}.hx-leadform input{padding:8px;border:1px solid #ccc;border-radius:8px;font-size:14px}.hx-leadform button{border:none;background:var(--hx-brand);color:#fff;border-radius:8px;padding:8px;cursor:pointer;font-size:14px}.hx-leadform-error{color:#c0392b;font-size:12px}.hx-msg-error{align-self:flex-start;max-width:85%;background:#fdecea;color:#8a1c1c;border:1px solid #f5c6c2;border-radius:12px;padding:10px 12px;font-size:14px;display:flex;flex-direction:column;gap:8px}.hx-retry{align-self:flex-start;background:#8a1c1c;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer}.hx-retry:hover{opacity:.9}.hx-input input:disabled{background:#f5f5f5;color:#888}.hx-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;margin-right:6px;vertical-align:-2px;animation:hx-spin .8s linear infinite}@keyframes hx-spin{to{transform:rotate(360deg)}}.hx-gate-failed{border-color:#c0392b}.hx-markdown p{margin:0 0 6px}.hx-markdown p:last-child{margin-bottom:0}.hx-markdown ul{margin:4px 0;padding-left:18px}.hx-markdown li{margin:2px 0}.hx-markdown a{color:var(--hx-brand)}.hx-cards{align-self:flex-start;width:95%;display:flex;flex-direction:column;gap:8px}.hx-card{border:1px solid #e3e5e8;border-radius:12px;padding:10px;box-shadow:0 1px 3px #0000000d;font-size:13px}.hx-card-head{display:flex;justify-content:space-between;align-items:baseline}.hx-card-name{font-weight:700}.hx-card-rent{color:var(--hx-brand);font-weight:700}.hx-card-specs{display:flex;gap:10px;color:#555;font-size:12px;margin:6px 0}.hx-card-date{color:#888;font-size:12px;margin-bottom:8px}.hx-card-tour{width:100%;background:var(--hx-brand);color:#fff;border:none;border-radius:8px;padding:7px;font-size:13px;font-weight:600;cursor:pointer}.hx-slots{align-self:flex-start;width:95%;display:flex;flex-direction:column;gap:12px}.hx-slot-date{font-weight:700;font-size:13px;margin-bottom:6px;color:#111}.hx-slot-pills{display:flex;flex-wrap:wrap;gap:8px}.hx-slot-pill{border:1px solid #d0d3d8;background:#fff;color:#111;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer}.hx-slot-pill:hover{border-color:var(--hx-brand);color:var(--hx-brand)}.hx-see-more{align-self:flex-start;margin-top:2px;border:none;background:transparent;color:var(--hx-brand);font-size:13px;font-weight:600;cursor:pointer;padding:4px 2px;text-decoration:underline}
