#livechat-root{position:fixed;right:24px;bottom:24px;z-index:9999;font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;color:#0f172a}#livechat-root *,#livechat-root ::after,#livechat-root ::before{box-sizing:border-box}#livechat-root.lc-hidden{display:none!important}#livechat-root .lc-bubble{width:64px;height:64px;border-radius:999px;border:none;position:relative;cursor:pointer;background:radial-gradient(circle at 30% 30%,#c50b19,#e40327 55%,#9a1006 100%);box-shadow:0 18px 50px rgba(15,23,42,.2);display:grid;place-items:center;transition:transform .2s ease,opacity .2s ease}#livechat-root .lc-bubble svg{width:30px;height:30px;fill:#fff}#livechat-root .lc-unread-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;border:2px solid #fff;background:#0f172a;color:#fff;font-size:11px;line-height:1;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,23,42,.35)}#livechat-root .lc-unread-badge[hidden]{display:none}#livechat-root .lc-unread-badge.is-visible{animation:lcBadgePulse 1.8s ease-in-out infinite}#livechat-root .lc-panel{position:absolute;right:0;bottom:0;width:360px;height:520px;background:#fff;border-radius:26px;box-shadow:0 18px 50px rgba(15,23,42,.2);overflow:hidden;transform:translateY(20px) scale(.94);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;display:flex;flex-direction:column}#livechat-root .lc-header{padding:16px 18px;background:linear-gradient(135deg,#effaf7 0,#f2f6ff 100%);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}#livechat-root .lc-header .lc-title{font-size:16px;font-weight:700}#livechat-root .lc-header .lc-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#livechat-root .lc-header .lc-status-dot{width:8px;height:8px;flex-shrink:0;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.15);transition:background .3s ease,box-shadow .3s ease}#livechat-root .lc-header .lc-status-dot.is-offline{background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.15)}#livechat-root .lc-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}#livechat-root .lc-actions button{width:28px;height:28px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer}#livechat-root .lc-actions button i{font-size:14px}#livechat-root .lc-content{flex:1;min-height:0;display:flex;flex-direction:column;background:#f5f6f8}#livechat-root .lc-chat,#livechat-root .lc-prechat{flex:1;min-height:0;display:flex;flex-direction:column;padding:16px;gap:16px}#livechat-root .lc-card{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:16px;box-shadow:0 10px 30px rgba(15,23,42,.06)}#livechat-root .lc-card h3{margin:0 0 6px;font-size:16px}#livechat-root .lc-card p{margin:0;font-size:13px;color:#6b7280}#livechat-root .lc-form{display:grid;gap:10px}#livechat-root .lc-input{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6b7280}#livechat-root .lc-input input{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;font-size:14px;outline:0;transition:border-color .2s ease,box-shadow .2s ease}#livechat-root .lc-input input:focus{border-color:#8a1f44;box-shadow:0 0 0 3px rgba(31,138,112,.12)}#livechat-root .lc-error{color:#dc2626;font-size:12px;display:none}#livechat-root .lc-primary{border:none;border-radius:14px;background:linear-gradient(135deg,#8a1f44 0,#c50b19 100%);color:#fff;font-weight:600;padding:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}#livechat-root .lc-primary:hover{background:linear-gradient(135deg,#c50b19 0,#c50b19 100%)}#livechat-root .lc-messages{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:0 4px;scrollbar-width:thin;scrollbar-color:#d5d5d5 #f2f4f7}#livechat-root .lc-messages::-webkit-scrollbar{width:10px}#livechat-root .lc-messages::-webkit-scrollbar-track{background:#f2f4f7;border-radius:999px}#livechat-root .lc-messages::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e40327 0,#c50b19 100%);border-radius:999px;border:2px solid #f2f4f7}#livechat-root .lc-messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c50b19 0,#9a1006 100%)}#livechat-root .lc-message{max-width:85%;padding:10px 12px;border-radius:16px;font-size:13px;line-height:1.4}#livechat-root .lc-message--agent{background:#fff;border:1px solid #e5e7eb;align-self:flex-start}#livechat-root .lc-message--agent a{color:#555}#livechat-root .lc-message--agent .lc-message-downloads{border-top:1px solid rgba(0,0,0,.1)}#livechat-root .lc-message--user{background:#0f172a;color:#fff;align-self:flex-end}#livechat-root .lc-message--user a{color:#e5e7eb}#livechat-root .lc-message--user .lc-message-downloads{border-top:1px solid rgba(255,255,255,.4)}#livechat-root .lc-message-downloads{margin-top:8px;padding-top:8px}#livechat-root .lc-message a{display:block;font-size:12px;text-decoration:none;margin-bottom:5px;word-break:break-all}#livechat-root .lc-message a i{margin-right:4px}#livechat-root .lc-composer{flex-shrink:0;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px;display:grid;gap:8px}#livechat-root .lc-composer textarea{width:100%;min-height:70px;border:none;resize:none;outline:0;font-size:13px;font-family:inherit}#livechat-root .lc-composer-actions{display:flex;align-items:center;justify-content:center;justify-content:space-between;gap:8px}#livechat-root .lc-attach{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;cursor:pointer;border:1px dashed #e5e7eb;padding:6px 10px;border-radius:12px;background:#f8fafc}#livechat-root .lc-attach input{display:none}#livechat-root .lc-send{border:none;border-radius:12px;background:linear-gradient(135deg,#8a1f44 0,#c50b19 100%);color:#fff;font-weight:600;padding:8px 14px;cursor:pointer}#livechat-root .lc-send:hover{background:linear-gradient(135deg,#c50b19 0,#c50b19 100%)}#livechat-root .lc-files{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6b7280}#livechat-root .lc-file{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}#livechat-root .lc-file button{border:none;background:0 0;color:#ef4444;cursor:pointer;font-size:12px}#livechat-root .lc-drag{position:absolute;inset:0;background:rgba(15,23,42,.55);color:#fff;display:grid;place-items:center;font-size:14px;opacity:0;pointer-events:none;transition:opacity .2s ease;text-align:center;padding:12px}#livechat-root .lc-drag.is-active{opacity:1;pointer-events:auto}#livechat-root .lc-footer-note{flex-shrink:0;font-size:11px;color:#6b7280;text-align:center}#livechat-root.lc--open .lc-panel{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}#livechat-root.lc--open .lc-bubble{opacity:0;pointer-events:none;transform:scale(.8)}@keyframes lcBadgePulse{0%{transform:scale(1)}50%{transform:scale(1.12)}100%{transform:scale(1)}}@media (max-width:640px){#livechat-root{right:16px;bottom:16px}#livechat-root .lc-panel{width:calc(68vw);height:80vh}}@media (max-width:640px) and (max-width:450px){#livechat-root{right:16px;bottom:16px}#livechat-root .lc-panel{width:calc(90vw);height:80vh}}