.chat-container{background:var(--card-dark);z-index:10000;border:1px solid #ffffff14;border-bottom:none;border-radius:20px 20px 0 0;flex-direction:column;width:420px;max-width:calc(100vw - 48px);animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:0;right:180px;overflow:hidden;box-shadow:0 20px 40px #0006,0 0 20px #39ff140d}.chat-toggle-circle{cursor:pointer;z-index:10000;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.chat-toggle-circle:hover{transform:scale(1.1)}.chat-toggle-circle.hidden{display:none}.chat-toggle-avatar{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.chat-toggle-avatar img{object-fit:contain;width:100%;height:100%}.chat-toggle-text{color:#fff;font-family:"Exo 2",sans-serif;font-size:18px;font-weight:900}.chat-header{background:#ffffff08;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-close-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:28px;line-height:1;transition:color .2s;display:flex}.chat-close-btn:hover{color:#fff}.chat-avatar{border:2px solid var(--neon-green);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.chat-avatar-img{object-fit:contain;width:100%;height:100%;padding:4px}.chat-name{color:#fff;font-family:"Exo 2",sans-serif;font-size:18px;font-weight:800}.chat-status{color:#ffffff80;align-items:center;gap:6px;margin-top:2px;font-size:11px;display:flex}.status-dot{background:var(--neon-green);width:6px;height:6px;box-shadow:0 0 5px var(--neon-green);border-radius:50%;animation:2s infinite glowPulse}.chat-messages{scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex-direction:column;flex:1;gap:12px;min-height:0;max-height:500px;padding:16px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}.chat-bubble-wrapper{align-items:flex-end;gap:8px;max-width:85%;display:flex}.chat-bubble-wrapper.user{justify-content:flex-end;align-self:flex-end}.chat-bubble-wrapper.bot{align-self:flex-start}.chat-bubble-avatar{background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.chat-bubble-avatar img{object-fit:contain;width:100%;height:100%;padding:2px}.chat-bubble{color:#fff;white-space:pre-wrap;border-radius:16px;padding:12px 18px;font-size:16px;line-height:1.5}.bot-bubble{background:#ffffff14;border-bottom-left-radius:4px}.user-bubble{background:linear-gradient(135deg,var(--neon-green)0%,#20c020 100%);color:#000;border-bottom-right-radius:4px;font-weight:500}.typing-bubble{align-items:center;gap:4px;min-width:50px;padding:10px 14px;display:flex}.typing-dot{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-options{flex-direction:column;gap:6px;margin-top:4px;padding-left:36px;animation:.3s slideUp;display:flex}.chat-option-btn{border:1px solid var(--neon-green);color:var(--neon-green);text-align:left;cursor:pointer;background:0 0;border-radius:10px;width:fit-content;max-width:100%;padding:8px 12px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:800;transition:all .2s}.chat-option-btn:hover{background:#39ff141a;transform:translate(4px)}.chat-custom-form{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin-top:8px;padding:20px;animation:.3s slideUp}.custom-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.custom-input-group{margin-bottom:12px}.custom-input-group label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;display:block}.custom-input-group input,.custom-input-group textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:10px 12px;font-family:"Exo 2",sans-serif;font-size:14px}.custom-input-group input:focus,.custom-input-group textarea:focus{border-color:var(--neon-green);outline:none}.custom-input-group textarea{resize:vertical;min-height:80px}.custom-submit-btn{background:var(--neon-green);color:#000;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:12px;font-family:"Exo 2",sans-serif;font-size:14px;font-weight:700;transition:opacity .2s;display:flex}.custom-submit-btn:hover{opacity:.9}.chat-cta-actions{flex-direction:column;gap:10px;margin-top:8px;padding-left:36px;animation:.3s slideUp;display:flex}.chat-btn-primary,.chat-btn-secondary{text-align:center;cursor:pointer;border-radius:12px;padding:12px 16px;font-family:"Exo 2",sans-serif;font-size:15px;font-weight:800;text-decoration:none;transition:all .2s}.chat-btn-primary{background:var(--neon-green);color:#000;border:none}.chat-btn-primary:hover{filter:brightness(1.1)}.chat-btn-secondary{color:#fff;background:0 0;border:1px solid #fff3}.chat-btn-secondary:hover{background:#ffffff0d;border-color:#fff6}@media (max-width:480px){.chat-toggle-circle{width:64px!important;height:64px!important;box-shadow:none!important;z-index:10002!important;background:0 0!important;border:none!important;border-radius:50%!important;margin:0!important;display:flex!important;position:relative!important;transform:none!important}.chat-toggle-circle:hover{transform:none!important}.chat-toggle-avatar{border:none!important;width:100%!important;height:100%!important}.chat-container{width:100%;max-width:100%;height:100dvh;max-height:100dvh;padding-top:max(env(safe-area-inset-top),20px);padding-bottom:env(safe-area-inset-bottom);border-radius:0;bottom:0;right:0;z-index:20000!important}.chat-messages{max-height:none!important}.chat-bubble-wrapper{max-width:90%}.chat-options{padding-left:0}.custom-form-row{grid-template-columns:1fr}.chat-cta-actions{padding-left:0}.notification-bubble-wrapper{bottom:calc(100% + 5px)!important;right:-10px!important}}.notification-bubble-wrapper{pointer-events:none;z-index:10001;flex-direction:column-reverse;align-items:flex-end;display:flex;position:absolute;bottom:calc(100% + 10px);right:0}.notif-dot{opacity:0;background:#fff;border:none;border-radius:50%;margin-bottom:6px;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards notifPop;transform:scale(0);box-shadow:0 4px 10px #0003}.notif-dot-1{width:10px;height:10px;margin-right:15px;animation-delay:.1s}.notif-dot-2{width:18px;height:18px;margin-right:5px;animation-delay:.3s}.notif-main-bubble{color:#000;text-align:center;opacity:0;pointer-events:auto;background:#fff;border:none;border-radius:40px;width:300px;margin-bottom:8px;padding:18px 28px;font-family:"Exo 2",sans-serif;font-size:16px;font-weight:800;line-height:1.4;animation:.5s cubic-bezier(.175,.885,.32,1.275) .6s forwards notifMainPop;position:relative;transform:translateY(10px)scale(.9);box-shadow:0 15px 40px #0000004d}.notif-close{color:#888;cursor:pointer;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;transition:all .2s;display:flex;position:absolute;top:12px;right:15px}.notif-close:hover{color:#000;background:#e0e0e0}@keyframes notifPop{to{opacity:1;transform:scale(1)}}@keyframes notifMainPop{to{opacity:1;transform:translateY(0)scale(1)}}
