#hcac-chat-root{position:fixed;right:14px;top:50%;transform:translateY(-50%);z-index:999999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hcac-button{width:48px;height:48px;border:0;border-radius:50%;padding:0;cursor:pointer;background:#fff;box-shadow:0 10px 30px rgb(20 30 50 / .22);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.hcac-button:hover{transform:scale(1.05);box-shadow:0 14px 34px rgb(20 30 50 / .3)}.hcac-button img{width:42px;height:42px;border-radius:50%;display:block}.hcac-panel{position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(360px, calc(100vw - 28px));height:min(560px, calc(100vh - 32px));background:#fff;border-radius:20px;box-shadow:0 24px 70px rgb(15 23 42 / .25);overflow:hidden;display:none;flex-direction:column;border:1px solid rgb(15 23 42 / .08);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hcac-open .hcac-panel{display:flex}.hcac-open .hcac-button{display:none}.hcac-header{background:linear-gradient(135deg,#111827,#2f4f46);color:#fff;padding:14px 14px 12px;display:grid;grid-template-columns:40px 1fr 32px;gap:10px;align-items:center}.hcac-avatar{width:40px;height:40px;border-radius:50%;background:#fff}.hcac-title{font-weight:750;font-size:15px;line-height:1.1}.hcac-subtitle{font-size:11px;opacity:.84;margin-top:2px}.hcac-close{border:0;background:rgb(255 255 255 / .14);color:#fff;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:20px;line-height:30px}.hcac-messages{flex:1;overflow:auto;padding:14px;background:#f7f7f5}.hcac-msg{max-width:86%;padding:10px 12px;border-radius:16px;margin:0 0 10px;font-size:14px;line-height:1.36;white-space:pre-wrap;word-break:break-word}.hcac-msg-user{margin-left:auto;background:#22372f;color:#fff;border-bottom-right-radius:5px}.hcac-msg-assistant{background:#fff;color:#17211d;border:1px solid rgb(15 23 42 / .06);border-bottom-left-radius:5px}.hcac-status{font-size:12px;color:#647067;padding:0 14px 8px;background:#f7f7f5;min-height:18px}.hcac-turnstile{padding:8px 14px;background:#fff;display:none}.hcac-turnstile.hcac-visible{display:block}.hcac-form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:12px;background:#fff;border-top:1px solid #ecefec}.hcac-input{resize:none;min-height:42px;max-height:110px;border:1px solid #d8ded8;border-radius:14px;padding:11px 12px;font:inherit;font-size:14px;outline:none}.hcac-input:focus{border-color:#345f50;box-shadow:0 0 0 3px rgb(52 95 80 / .12)}.hcac-send{width:42px;height:42px;border:0;border-radius:14px;background:#27463c;color:#fff;cursor:pointer;font-weight:800}.hcac-send:disabled,.hcac-input:disabled{opacity:.55;cursor:not-allowed}@media (max-width:640px){#hcac-chat-root{right:12px;top:auto;bottom:12px;transform:none}.hcac-panel{position:fixed;right:12px;left:12px;top:auto;bottom:12px;width:auto;height:min(560px, calc(100vh - 24px));transform:none}}.hcac-location{grid-column:1 / 4;margin-top:8px;font-size:12px;line-height:1.3;opacity:.95;display:flex;align-items:center;justify-content:space-between;gap:8px}.hcac-location-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcac-gps-btn{background:rgb(255 255 255 / .2);border:none;border-radius:20px;cursor:pointer;font-size:14px;padding:4px 8px;transition:background 0.2s ease;flex-shrink:0}.hcac-gps-btn:hover{background:rgb(255 255 255 / .3)}.hcac-gps-btn:active{transform:scale(.95)}