#husky-chat-launch{position:fixed;left:18px;bottom:18px;z-index:90;padding:12px 17px;background:#164dcc;color:#fff;border:0;border-radius:24px;box-shadow:0 3px 16px #12233c25;font:600 14px Arial;cursor:pointer}#husky-chat{border:1px solid #dce4ee;border-radius:12px;width:min(480px,calc(100vw - 24px));max-height:calc(100dvh - 24px);padding:0;color:#12233c;box-shadow:0 15px 70px #12233c40}#husky-chat::backdrop{background:#12233c66}#husky-chat .hc-head{padding:18px;background:#eef3fa;display:flex;justify-content:space-between;gap:12px;align-items:center}#husky-chat h2{font-size:22px;margin:0;letter-spacing:0}#husky-chat .hc-body{padding:18px;overflow-y:auto;max-height:calc(100dvh - 140px)}#husky-chat p{margin:0 0 14px}#husky-chat .hc-note{font-size:12px;color:#65758a}#husky-chat button,#husky-chat input,#husky-chat select,#husky-chat textarea{font:inherit}#husky-chat button{padding:10px 13px;border:1px solid #cbd9eb;background:white;border-radius:6px;color:#12233c;cursor:pointer}#husky-chat .hc-options{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}#husky-chat .hc-next{background:#164dcc;color:white}#husky-chat form{padding:0;border:0}#husky-chat label{display:block;font-weight:bold;margin:14px 0 8px}#husky-chat input{width:100%;padding:12px;border:1px solid #b9c9df;border-radius:5px;min-width:0}#husky-chat .hc-answer{background:#eef3fa;padding:13px;border-radius:6px;margin:12px 0}#husky-chat .hc-summary{margin:12px 0;padding:12px;background:#f1f5fc;border-radius:6px}#husky-chat dt{font-size:12px;color:#65758a}#husky-chat dd{margin:0 0 12px;overflow-wrap:anywhere}#husky-chat a{display:inline-block;margin:8px 8px 8px 0;color:#164dcc;text-decoration:underline}#husky-chat select{padding:6px;border:1px solid #cbd9eb;border-radius:4px}#husky-chat button:focus-visible,#husky-chat input:focus-visible{outline:3px solid #1686ff;outline-offset:2px}@media(max-width:500px){#husky-chat-launch{left:10px;bottom:18px;padding:12px;font-size:13px}}

/* Floating conversation: no modal backdrop or page blocking. */
#husky-chat{position:fixed;inset:auto auto 76px 18px;margin:0;width:390px;max-width:calc(100vw - 36px);height:min(600px,calc(100dvh - 105px));max-height:calc(100dvh - 105px);z-index:100;background:white;overflow:hidden}#husky-chat[open]{display:flex;flex-direction:column}#husky-chat .hc-head{flex-shrink:0;padding:14px 16px}#husky-chat .hc-body{flex:1;min-height:0;max-height:none;padding:16px;overscroll-behavior:contain}#husky-chat h2{font-size:19px}#husky-chat #hc-input{width:100%;padding:12px}#husky-chat [data-unknown-date]{margin-top:8px;font-size:13px}#husky-chat [data-close]{min-width:40px;min-height:40px} @media(max-width:600px){#husky-chat{left:8px;right:8px;bottom:76px;width:auto;max-width:none;height:calc(100dvh - 100px);max-height:calc(100dvh - 100px)}}

#husky-chat #hc-send a{display:block;padding:12px;border:1px solid #164dcc;border-radius:5px;text-align:center;text-decoration:none;margin:10px 0;font-weight:bold}#husky-chat #hc-send a:first-child{background:#164dcc;color:white}
