.gfs-chat-root{position:fixed;z-index:999999;bottom:22px;font-family:Arial,Helvetica,sans-serif}.gfs-pos-right{right:22px}.gfs-pos-left{left:22px}.gfs-chat-launcher{border:0;border-radius:999px;background:linear-gradient(135deg,var(--gfs-primary),var(--gfs-secondary));color:#fff;padding:14px 20px;display:flex;gap:10px;align-items:center;font-size:16px;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.22);cursor:pointer}.gfs-chat-dot,.gfs-online-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#37d67a}.gfs-chat-panel{position:absolute;bottom:64px;width:390px;max-width:calc(100vw - 24px);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25);opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:.2s ease}.gfs-pos-right .gfs-chat-panel{right:0}.gfs-pos-left .gfs-chat-panel{left:0}.gfs-chat-panel.is-open{opacity:1;transform:none;pointer-events:auto}.gfs-chat-header{background:linear-gradient(135deg,var(--gfs-primary),var(--gfs-secondary));color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center}.gfs-chat-brand{font-size:19px;font-weight:800;color:#fff!important}.gfs-chat-status{font-size:13px;margin-top:5px;opacity:.95}.gfs-chat-close{background:transparent;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer}.gfs-chat-body{padding:18px;background:#f7f9fc}.gfs-chat-welcome{background:#fff;padding:14px 16px;border-radius:14px;margin-bottom:14px;box-shadow:0 4px 16px rgba(0,0,0,.06);line-height:1.45}.gfs-chat-start-form{display:grid;gap:10px}.gfs-chat-start-form input[type=text],.gfs-chat-start-form input[type=email],.gfs-chat-start-form input[type=tel],.gfs-chat-message-form textarea{width:100%;box-sizing:border-box;border:1px solid #dbe3ec;border-radius:10px;padding:12px 13px;font-size:15px;background:#fff}.gfs-department-label{font-size:13px;font-weight:700;color:#40516a;margin-top:2px}.gfs-department-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gfs-department-option{position:relative;display:block}.gfs-department-option input{position:absolute;opacity:0;pointer-events:none}.gfs-department-option span{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;border-radius:999px;border:1.5px solid var(--gfs-secondary);background:#fff;color:var(--gfs-secondary);font-size:13px;font-weight:700;text-align:center;cursor:pointer;transition:.18s ease;box-sizing:border-box}.gfs-department-option input:checked+span{background:var(--gfs-secondary);color:#fff;box-shadow:0 4px 12px rgba(0,90,169,.22)}.gfs-department-featured span{background:var(--gfs-featured);border-color:#e7a900;color:#1e1e1e;box-shadow:0 5px 16px rgba(255,190,0,.38);font-weight:800}.gfs-department-featured span:before{content:'★';font-size:12px;margin-right:6px}.gfs-department-featured input:checked+span{background:var(--gfs-featured);border-color:#d99900;color:#111;box-shadow:0 0 0 3px rgba(255,204,0,.22),0 7px 18px rgba(255,184,0,.4)}.gfs-primary-btn,.gfs-send-btn{border:0;border-radius:10px;background:var(--gfs-secondary);color:#fff;padding:13px 16px;font-weight:700;cursor:pointer}.gfs-chat-messages{height:300px;overflow:auto;padding:4px}.gfs-msg{display:flex;flex-direction:column;margin:8px 0}.gfs-msg-bubble{max-width:82%;padding:10px 12px;border-radius:14px;line-height:1.4}.gfs-msg span{font-size:10px;color:#7a8794;margin-top:3px}.gfs-msg-visitor{align-items:flex-end}.gfs-msg-visitor .gfs-msg-bubble{background:var(--gfs-secondary);color:#fff}.gfs-msg-agent{align-items:flex-start}.gfs-msg-agent .gfs-msg-bubble{background:#fff;border:1px solid #e6ebf0}.gfs-chat-message-form{display:flex;gap:8px;margin-top:10px}.gfs-chat-message-form textarea{resize:none}.gfs-send-btn{align-self:stretch}.gfs-chat-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.gfs-chat-actions a{font-size:13px;text-decoration:none;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #dbe3ec;color:var(--gfs-primary)}.gfs-chat-closed{margin:10px 0;padding:10px;background:#fff3cd;border-radius:8px;font-size:13px}@media(max-width:600px){.gfs-chat-root{left:12px!important;right:12px!important;bottom:12px}.gfs-chat-launcher{margin-left:auto}.gfs-chat-panel{position:fixed;left:12px!important;right:12px!important;bottom:74px;width:auto;max-width:none;max-height:calc(100vh - 92px);overflow:auto}.gfs-chat-messages{height:42vh}.gfs-department-grid{grid-template-columns:1fr 1fr}}@media(max-width:380px){.gfs-department-grid{grid-template-columns:1fr}.gfs-chat-launcher-text{display:none}.gfs-chat-launcher{padding:15px}}
