.chat-launcher{position:fixed;bottom:22px;right:24px;border:0;background:var(--ink);color:#fff;border-radius:40px;padding:17px 23px;font-size:.85rem;box-shadow:0 4px 18px #102b2e30;z-index:9}.chat-launcher span{color:var(--green);margin-left:12px}dialog{border:1px solid #dce3e1;border-radius:10px;padding:0;width:min(460px,calc(100% - 24px));max-height:90dvh;color:var(--ink);box-shadow:0 20px 80px #0003}dialog::backdrop{background:#102b2e66}dialog>header{background:var(--ink);color:#fff;padding:25px;display:flex;justify-content:space-between;gap:20px}dialog header small{font-size:.65rem;letter-spacing:.1em;color:var(--green)}dialog h2{font-size:1.6rem;margin-top:8px}#chat-close{border:0;color:#fff;background:transparent;font-size:2rem;align-self:start;line-height:1}.chat-content{padding:25px}.chat-content>.muted{margin:0}#chat-prompt{font-size:1.12rem;font-weight:600;margin:20px 0}#chat-field label{display:block;margin-bottom:8px;font-size:.9rem}#chat-field input:not([type=checkbox]),#chat-field select{width:100%;padding:13px;border:1px solid #849490;border-radius:4px;min-height:50px;background:#fff;color:var(--ink)}#chat-field input[type=checkbox]{width:22px;height:22px;vertical-align:middle;margin-right:10px}.chat-actions{display:flex;gap:12px;margin-top:20px}.chat-actions .button{flex:1}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#chat-error{color:#a21b21;font-size:.9rem}#chat-progress,.privacy-link{font-size:.78rem}.privacy-link{display:block;margin-top:15px}#chat-success .button{margin-top:20px;width:100%}#chat-success h3{font-size:1.4rem}.review-list{font-size:.85rem;margin:15px 0;padding-left:20px;overflow-wrap:anywhere}.review-list li{margin:5px 0}@media(max-width:500px){.chat-launcher{right:15px;bottom:15px;padding:15px 18px;font-size:.8rem}dialog>header,.chat-content{padding:20px}}
