#alp-chat-root{display:contents}#alp-chat-root .alp-btn{position:fixed;bottom:24px;right:24px;z-index:9999;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#7b2fff);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00d4ff66;transition:all .3s ease;position:relative}#alp-chat-root .alp-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #00d4ff80}#alp-chat-root .alp-btn .alp-icon{font-size:28px;line-height:1}#alp-chat-root .alp-badge{position:absolute;top:-4px;right:-4px;background:#0f8;color:#000;font-size:12px;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:alp-pulse 2s infinite}#alp-chat-root .alp-badge.hidden{display:none}#alp-chat-root .alp-window{position:fixed;bottom:90px;right:24px;z-index:9999;width:380px;height:520px;background:#0d1421;border:1px solid rgba(255,255,255,.1);border-radius:20px;display:none;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:alp-slideUp .3s ease}#alp-chat-root .alp-window.active{display:flex}@keyframes alp-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes alp-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}#alp-chat-root .alp-header{background:linear-gradient(135deg,#0a1220,#0d1421);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.07)}#alp-chat-root .alp-header-info{display:flex;align-items:center;gap:12px}#alp-chat-root .alp-avatar{width:44px;height:44px;background:linear-gradient(135deg,#00d4ff,#7b2fff);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}#alp-chat-root .alp-header-text{display:flex;flex-direction:column;gap:2px}#alp-chat-root .alp-name{font-size:15px;font-weight:700;color:#fff}#alp-chat-root .alp-status{font-size:12px;color:#5a6a82;display:flex;align-items:center;gap:6px}#alp-chat-root .alp-status .alp-dot{width:8px;height:8px;background:#0f8;border-radius:50%;animation:alp-pulse 2s infinite;display:inline-block}#alp-chat-root .alp-close{background:none;border:none;color:#5a6a82;font-size:28px;cursor:pointer;padding:0;line-height:1;transition:color .2s}#alp-chat-root .alp-close:hover{color:#fff}#alp-chat-root .alp-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}#alp-chat-root .alp-msg{display:flex;flex-direction:column;max-width:85%}#alp-chat-root .alp-msg.bot{align-self:flex-start}#alp-chat-root .alp-msg.user{align-self:flex-end}#alp-chat-root .alp-msg .alp-msg-content{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}#alp-chat-root .alp-msg.bot .alp-msg-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#e8edf5;border-radius:4px 16px 16px}#alp-chat-root .alp-msg.user .alp-msg-content{background:linear-gradient(135deg,#00d4ff,#7b2fff);color:#fff;border-radius:16px 4px 16px 16px}#alp-chat-root .alp-msg .alp-msg-time{font-size:11px;color:#5a6a82;margin-top:6px;font-family:JetBrains Mono,monospace}#alp-chat-root .alp-msg .alp-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}#alp-chat-root .alp-msg .alp-actions button{background:#00d4ff1a;border:1px solid rgba(0,212,255,.2);color:#00d4ff;padding:10px 16px;border-radius:10px;font-size:13px;cursor:pointer;text-align:left;transition:all .2s;font-family:inherit}#alp-chat-root .alp-msg .alp-actions button:hover{background:#00d4ff33;transform:translate(4px)}#alp-chat-root .alp-msg .alp-cta-wrap{display:flex;flex-direction:column;gap:6px;margin-top:8px}#alp-chat-root .alp-msg .alp-cta-wrap a{display:inline-block;padding:9px 18px;background:#00d4ff;color:#000;border-radius:8px;text-decoration:none;font-weight:700;font-size:13px;text-align:center}#alp-chat-root .alp-msg .alp-cta-wrap a:hover{opacity:.9}#alp-chat-root .alp-input-area{padding:16px;display:flex;gap:10px;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05)}#alp-chat-root .alp-input-area input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:12px 20px;color:#fff;font-size:14px;font-family:inherit;outline:none}#alp-chat-root .alp-input-area input:focus{border-color:#00d4ff}#alp-chat-root .alp-input-area input::placeholder{color:#5a6a82}#alp-chat-root .alp-input-area .alp-send{width:44px;height:44px;background:linear-gradient(135deg,#00d4ff,#7b2fff);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}#alp-chat-root .alp-input-area .alp-send:hover{transform:scale(1.1)}#alp-chat-root .alp-footer{padding:10px 16px;text-align:center;background:#0003}#alp-chat-root .alp-footer a{color:#08c;font-size:12px;text-decoration:none;transition:color .2s}#alp-chat-root .alp-footer a:hover{color:#00d4ff}#alp-chat-root .alp-typing{display:flex;gap:4px;padding:12px 16px}#alp-chat-root .alp-typing span{width:8px;height:8px;background:#5a6a82;border-radius:50%;animation:alp-typing 1.4s infinite}#alp-chat-root .alp-typing span:nth-child(2){animation-delay:.2s}#alp-chat-root .alp-typing span:nth-child(3){animation-delay:.4s}@keyframes alp-typing{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:480px){#alp-chat-root .alp-window{width:calc(100vw - 32px);height:calc(100vh - 140px);bottom:76px;right:16px}#alp-chat-root .alp-btn{bottom:16px;right:16px}}
