.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:900;width:58px;height:58px;border:1px solid #d5ff7a;border-radius:50%;background:#baff29;color:#06100e;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 45px #0009,0 0 35px #baff2933;transition:.2s}.chat-launcher:hover{transform:translateY(-3px) scale(1.03)}.chat-launcher svg{width:25px}.chat-panel{position:fixed;right:24px;bottom:94px;z-index:901;width:min(390px,calc(100vw - 32px));height:min(600px,calc(100vh - 125px));background:rgba(5,14,12,.97);color:#f5f7f5;border:1px solid rgba(255,255,255,.16);border-radius:10px;box-shadow:0 30px 100px #000d;backdrop-filter:blur(20px);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transition:.22s}.chat-panel.open{opacity:1;visibility:visible;transform:none}.chat-head{height:72px;padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,#0e2018,#071613)}.chat-avatar{width:38px;height:38px;border-radius:50%;background:#baff29;color:#06100e;display:grid;place-items:center;font:700 11px 'DM Mono'}.chat-title{display:grid;flex:1}.chat-title b{font-size:13px}.chat-title small{font:8px 'DM Mono';color:#91a19a;margin-top:3px}.chat-title small:before{content:'●';color:#baff29;margin-right:5px}.chat-close{border:0;background:none;color:#93a099;font-size:25px;cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scrollbar-color:#395046 transparent}.chat-message{max-width:86%;padding:11px 13px;border-radius:8px;font-size:12px;line-height:1.55}.chat-message.bot{align-self:flex-start;background:#10211b;border:1px solid rgba(255,255,255,.08);color:#d8dfdc;border-bottom-left-radius:2px}.chat-message.user{align-self:flex-end;background:#baff29;color:#06100e;border-bottom-right-radius:2px}.chat-quick{padding:0 18px 12px;display:flex;gap:7px;overflow-x:auto}.chat-quick button{white-space:nowrap;border:1px solid rgba(186,255,41,.32);border-radius:20px;background:#baff290b;color:#baff29;padding:8px 11px;font-size:9px;cursor:pointer}.chat-form{display:flex;gap:8px;padding:13px;border-top:1px solid rgba(255,255,255,.1);background:#07110f}.chat-form input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.16);border-radius:5px;background:#040b0a;color:white;padding:12px;font:12px Manrope}.chat-form input:focus{outline:1px solid #baff29}.chat-send{width:42px;border:0;border-radius:5px;background:#baff29;color:#06100e;font-size:17px;cursor:pointer}.chat-note{text-align:center;margin:0;padding:0 10px 10px;background:#07110f;color:#53615b;font:7px 'DM Mono'}@media(max-width:600px){.chat-launcher{right:16px;bottom:16px}.chat-panel{right:16px;bottom:84px;height:calc(100vh - 105px)}}@media(prefers-reduced-motion:reduce){.chat-launcher,.chat-panel{transition:none}}
