html.editor-zen-fullscreen .support-chat-button,html.editor-zen-fullscreen .support-chat-window{display:none!important}.support-chat-button{bottom:calc(24px + env(safe-area-inset-bottom,0px));right:calc(24px + env(safe-area-inset-right,0px));cursor:pointer;color:#fff;z-index:9999;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;box-shadow:0 4px 20px #dc262666}.support-chat-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #dc262680}.support-chat-button.hidden{opacity:0;pointer-events:none;transform:scale(0)}.support-chat-button-pulse{background:#ffffff4d;border-radius:50%;width:100%;height:100%;animation:2s infinite support-pulse;position:absolute}@keyframes support-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}}.support-chat-window{bottom:calc(24px + env(safe-area-inset-bottom,0px));right:calc(24px + env(safe-area-inset-right,0px));z-index:9999;background:#1a1a1a;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 48px);height:480px;max-height:calc(100vh - 48px);animation:.3s support-slideIn;display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 60px #00000080}.support-chat-window.minimized{height:60px}@keyframes support-slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.support-chat-header{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.support-chat-header-content{align-items:center;gap:10px;display:flex}.support-chat-header-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.support-chat-header-text h3{margin:0;font-size:15px;font-weight:600}.support-chat-header-text p{opacity:.9;margin:2px 0 0;font-size:11px}.support-chat-header-actions{align-items:center;gap:6px;display:flex}.support-chat-delete,.support-chat-disconnect{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.support-chat-delete:hover:not(:disabled),.support-chat-disconnect:hover{background:#ffffff59}.support-chat-delete:disabled{opacity:.4;cursor:not-allowed}.support-chat-name-row{background:#1f1f23;border-bottom:1px solid #27272a;gap:8px;padding:10px 16px;display:flex}.support-chat-name-input{color:#fff;background:#27272a;border:1px solid #3f3f46;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:13px}.support-chat-name-input:focus{border-color:#52525b}.support-chat-name-input:focus-visible{outline-offset:2px;outline:2px solid #ef4444}.support-chat-name-input::placeholder{color:#a1a1aa}.support-chat-name-save{color:#fff;cursor:pointer;white-space:nowrap;background:#3f3f46;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600}.support-chat-name-save:hover{background:#52525b}.support-chat-name-gate{flex-direction:column;gap:12px;padding:24px 16px;display:flex}.support-chat-name-gate-title{color:#e4e4e7;text-align:center;margin:0;font-size:15px}.support-chat-name-gate .support-chat-name-input{width:100%}.support-chat-start-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;padding:12px 20px;font-size:15px;font-weight:600}.support-chat-start-btn:hover:not(:disabled){background:#b91c1c}.support-chat-start-btn:disabled{opacity:.5;cursor:not-allowed}.support-chat-name-badge{color:#a1a1aa;background:#1f1f23;border-bottom:1px solid #27272a;padding:8px 16px;font-size:13px}.support-chat-name-badge strong{color:#e4e4e7}.support-chat-minimize,.support-chat-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.support-chat-minimize:hover,.support-chat-close:hover{background:#ffffff4d}.support-chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.support-chat-empty{color:#71717a;text-align:center;padding:24px 16px;font-size:14px}.support-chat-msg{border-radius:12px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.support-chat-msg--user{color:#fff;background:#dc2626;border-bottom-right-radius:4px;align-self:flex-end}.support-chat-msg--support{color:#fff;background:#27272a;border:1px solid #3f3f46;border-bottom-left-radius:4px;align-self:flex-start}.support-chat-msg-text{white-space:pre-wrap;word-break:break-word}.support-chat-error{color:#f87171;background:#f871711a;padding:8px 16px;font-size:12px}.support-chat-input-row{background:#18181b;border-top:1px solid #27272a;gap:8px;padding:12px 16px;display:flex}.support-chat-input{color:#fff;background:#27272a;border:1px solid #3f3f46;border-radius:12px;outline:none;flex:1;padding:12px 16px;font-size:14px}.support-chat-input:focus{border-color:#dc2626}.support-chat-input:focus-visible{outline-offset:2px;outline:2px solid #ef4444}.support-chat-input::placeholder{color:#a1a1aa}.support-chat-send{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.support-chat-send:hover:not(:disabled){background:#b91c1c}.support-chat-send:disabled{opacity:.5;cursor:not-allowed}@media (width<=480px){.support-chat-window{border-radius:0;width:100vw;height:100vh;bottom:0;right:0}}
