.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:35;border:0;border-radius:99px;background:var(--coral);color:white;padding:14px 18px;display:flex;align-items:center;gap:9px;font-weight:800;box-shadow:0 10px 28px rgba(16,47,61,.25);cursor:pointer}.chat-launcher svg{width:21px;fill:none;stroke:currentColor;stroke-width:2}.chat-dot{width:9px;height:9px;border-radius:50%;background:#9ce1ad;border:2px solid white}.support-chat{position:fixed;right:24px;bottom:88px;z-index:60;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 110px));background:white;border-radius:12px;box-shadow:0 24px 70px rgba(4,20,27,.28);overflow:hidden;flex-direction:column;border:1px solid rgba(16,47,61,.12)}.support-chat:not([hidden]){display:flex}.support-chat header{background:var(--navy);color:white;padding:17px 18px;display:flex;justify-content:space-between;align-items:center}.support-chat header strong,.support-chat header span{display:block}.support-chat header span{font-size:11px;color:#bad0d5;margin-top:3px}.support-chat header i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9ce1ad;margin-right:5px}.support-chat header button{border:0;background:transparent;color:white;font-size:28px;cursor:pointer}.chat-notice{padding:10px 15px;background:var(--aqua);font-size:11px;color:var(--navy)}.chat-messages{flex:1;overflow-y:auto;padding:16px;background:#f6f4ee}.chat-bubble{max-width:84%;padding:10px 12px;border-radius:12px;margin-bottom:10px;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bubble.support{background:white;border-bottom-left-radius:3px}.chat-bubble.customer{background:var(--teal);color:white;margin-left:auto;border-bottom-right-radius:3px}.chat-bubble.status{background:transparent;color:var(--muted);font-size:11px;text-align:center;max-width:100%}.support-chat form{padding:13px;border-top:1px solid var(--line)}.chat-identity{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.chat-identity label{font-size:10px}.chat-identity input{margin-top:3px;padding:8px}.share-cart{display:flex;gap:7px;align-items:center;font-weight:500;font-size:10px;margin:6px 0}.share-cart input{width:auto;margin:0}.chat-compose{display:grid;grid-template-columns:1fr 43px;gap:7px}.chat-compose textarea{margin:0;padding:10px;resize:none}.chat-compose button{border:0;border-radius:5px;background:var(--coral);color:white;font-size:18px;cursor:pointer}.support-chat form>small{display:block;margin-top:6px;color:var(--muted);font-size:9px}.support-chat form a{color:var(--teal)}@media(max-width:520px){.chat-launcher{right:14px;bottom:14px}.support-chat{right:14px;bottom:75px;height:calc(100vh - 95px)}}
