.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.support-chat [hidden]{display:none!important}
.support-chat{position:fixed;right:24px;bottom:24px;z-index:1000}
.support-chat-launcher{display:flex;align-items:center;justify-content:center;gap:9px;min-width:58px;height:58px;padding:0 16px;border:2px solid #fff4b8;border-radius:30px;background:linear-gradient(135deg,#ffd84d,#ffb800);color:#10224f;font-size:25px;box-shadow:0 12px 35px #8c650066;animation:chat-pulse 1.8s ease-in-out infinite}
.support-chat-launcher-icon{line-height:1}.support-chat-launcher-label{max-width:130px;overflow:hidden;white-space:nowrap;font-size:14px;font-weight:850;animation:chat-label-hide .45s ease 6s forwards}
.support-chat.chat-opened .support-chat-launcher{animation:none}.support-chat.chat-opened .support-chat-launcher-label{display:none}
.support-chat-launcher:focus-visible,.support-chat button:focus-visible,.support-chat textarea:focus-visible,.support-chat input:focus-visible{outline:3px solid #ffb648;outline-offset:3px}
@keyframes chat-pulse{0%,100%{transform:scale(1);box-shadow:0 12px 35px #8c650066,0 0 0 0 #ffc92880}50%{transform:scale(1.06);box-shadow:0 15px 42px #8c650080,0 0 0 15px #ffc92800}}
@keyframes chat-label-hide{to{max-width:0;opacity:0;margin-left:-9px}}
.support-chat-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 32px));height:min(610px,calc(100vh - 115px));background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 75px #15225742;overflow:hidden}
.support-chat-panel:not([hidden]){display:flex;flex-direction:column}
.support-chat-header{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue2))}
.support-chat-header strong,.support-chat-header small{display:block}.support-chat-header small{margin-top:3px;color:#e5e9ff;font-size:11px}
.support-chat-header button{padding:2px 8px;background:transparent;box-shadow:none;font-size:26px}
.support-chat-messages{flex:1;overflow-y:auto;padding:16px;background:#f6f8fc}
.chat-message{max-width:88%;margin:0 0 11px;padding:11px 13px;border-radius:15px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.45}
.chat-message.assistant{margin-right:auto;background:#fff;border:1px solid #e0e5ef;border-bottom-left-radius:5px}
.chat-message.user{margin-left:auto;background:#3157f5;color:#fff;border-bottom-right-radius:5px}.chat-message.typing{color:var(--muted);font-style:italic}
.chat-sources{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding-top:7px;border-top:1px solid #e5e8ef}.chat-sources a{color:var(--blue);font-size:12px;font-weight:750}
.chat-handoff-actions{display:flex;flex-direction:column;gap:7px;margin-top:10px}.chat-handoff-actions button{width:100%;padding:9px 10px;font-size:12px}.chat-handoff-actions .chat-handoff-continue{border:1px solid #ccd5ef;background:#fff!important;color:var(--blue)!important;box-shadow:none!important}
.support-chat-compose{display:grid;grid-template-columns:1fr;row-gap:14px;padding:11px;border-top:1px solid var(--line)}
.support-chat-compose textarea{width:100%;box-sizing:border-box;min-height:54px;max-height:130px;margin:0;padding:10px;font-size:14px}.support-chat-compose button{justify-self:end;padding:11px 18px}
.support-chat-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 13px 11px;color:var(--muted);font-size:10px}
.support-chat-footer button,.chat-link-button{padding:0;background:transparent!important;color:var(--blue)!important;box-shadow:none!important;font-size:11px}
.support-chat-handoff{flex:1;overflow:auto;padding:0 18px 16px;background:#fff}.support-chat-handoff:not([hidden]){display:flex;flex-direction:column}.support-chat-handoff form{display:block}
.support-chat-handoff-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0 10px;background:#fff;border-bottom:1px solid var(--line)}.support-chat-handoff-header strong{min-width:0;white-space:nowrap;font-size:15px}.support-chat-handoff-header button{flex:0 0 32px;width:32px;height:32px;padding:0;border:2px solid var(--blue)!important;border-radius:50%;background:#eef2ff!important;color:var(--blue)!important;box-shadow:none!important;font-size:22px;line-height:1}
.support-chat-handoff label{margin:10px 0;font-size:12px}.support-chat-handoff input,.support-chat-handoff textarea{padding:9px;margin-top:4px;font-size:13px}
.support-chat-handoff textarea{min-height:70px}.support-chat-handoff button{width:100%;padding:10px}
.support-chat-handoff .chat-check{display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:start;font-weight:500;line-height:1.4}.support-chat-handoff .chat-check span{display:block;min-width:0}
.support-chat-handoff .chat-check input{width:16px;height:16px;margin:1px 0}
.admin-card{margin:12px 0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8f9fc}.admin-card form{display:block}.admin-card textarea{min-height:90px}
@media(max-width:620px){.support-chat{right:12px;bottom:12px}.support-chat-panel{position:fixed;inset:8px;width:auto;height:auto;border-radius:16px}.support-chat-launcher{min-width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.support-chat-launcher,.support-chat-launcher-label{animation:none}}
