.chat-launch{position:fixed;right:22px;bottom:112px;z-index:21;border:1px solid #75826e;border-radius:30px;padding:12px 18px;background:var(--ink);color:white;display:flex;align-items:center;gap:9px;box-shadow:0 4px 20px #102d2429;font-size:14px}.chat-launch img{width:24px;height:24px}#tour-chat{position:fixed;inset:auto 22px 22px auto;margin:0;width:min(425px,calc(100% - 28px));max-height:calc(100svh - 35px);padding:0;border-radius:12px;overflow:hidden;background:var(--paper)}#tour-chat[open]{display:flex;flex-direction:column}#tour-chat::backdrop{background:#10221966}.chat-head{background:var(--ink);color:white;padding:20px;display:flex;justify-content:space-between;gap:12px}.chat-head h2{font-size:24px;letter-spacing:0;margin:0;line-height:1.3}.chat-head p{font-size:12px;margin:4px 0 0;color:#d6dfd3;line-height:1.6}.chat-head button{background:transparent;color:white;font-size:26px;border:0;align-self:start}.chat-language{margin:12px 18px 0;flex-direction:row;justify-content:space-between;align-items:center;font-size:12px}.chat-language select{width:auto;padding:6px;font-size:13px}#chat-messages{min-height:130px;height:260px;flex:1;overflow-y:auto;padding:15px 18px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain}.chat-bubble{padding:12px 14px;background:#eaf0e5;border-radius:9px;max-width:95%;font-size:14px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble.guest{align-self:flex-end;background:#e8dfce}.chat-prompts{display:flex;flex-wrap:wrap;gap:7px;padding:8px 18px}.chat-prompts button{font-size:12px;padding:8px 10px;border:1px solid #bdc9b6;border-radius:20px;background:transparent;color:var(--ink)}#chat-form{display:flex;gap:8px;padding:12px 18px;border-top:1px solid var(--line)}#chat-input{font-size:14px;background:white}#chat-form>button{width:44px;flex-shrink:0;border:0;border-radius:4px;background:var(--ink);color:white;font-size:22px}.chat-footer{display:flex;justify-content:space-between;gap:15px;padding:0 18px 16px;font-size:12px}.chat-footer button{border:0;background:none;color:var(--ink);font-size:12px;padding:0}.chat-footer a{text-decoration:underline}#chat-availability{padding:10px 18px;display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#edf0e8}#chat-availability[hidden]{display:none}#chat-availability label{font-size:12px}#chat-availability select,#chat-availability input{font-size:13px;padding:8px;background:white}#chat-availability .button{grid-column:1/-1;padding:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body:has(#booking-dialog[open]) .chat-launch{display:none}@media(max-width:620px){.chat-launch{right:16px;bottom:calc(88px + env(safe-area-inset-bottom));font-size:13px;padding:10px 14px}#tour-chat{inset:auto 14px 14px;width:calc(100% - 28px);max-height:calc(100svh - 28px)}#chat-messages{height:220px;min-height:110px}#quick-book{grid-template-columns:1fr}#chat-availability{max-height:180px;overflow:auto}}
