.ev-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:2147482500;display:flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,#37d6c2,#60a5fa);color:#031018;font:800 14px/1 Inter,system-ui,sans-serif;box-shadow:0 18px 45px rgba(0,0,0,.42);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.ev-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(0,0,0,.48)}.ev-chat-launcher:focus-visible,.ev-chat-panel button:focus-visible,.ev-chat-panel textarea:focus-visible{outline:3px solid #fff;outline-offset:3px}.ev-chat-launcher-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(3,16,24,.14);font-size:17px}.ev-chat-panel{position:fixed;right:22px;bottom:88px;z-index:2147482600;width:min(410px,calc(100vw - 28px));height:min(640px,calc(100dvh - 112px));display:none;grid-template-rows:auto 1fr auto;background:#091725;border:1px solid rgba(255,255,255,.16);border-radius:24px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.58);color:#eef7ff}.ev-chat-panel.open{display:grid;animation:evChatIn .2s ease-out}@keyframes evChatIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.ev-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 17px;border-bottom:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,rgba(55,214,194,.15),rgba(96,165,250,.12))}.ev-chat-title{display:flex;align-items:center;gap:11px;min-width:0}.ev-chat-avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:linear-gradient(135deg,#37d6c2,#60a5fa);color:#031018;font-size:21px}.ev-chat-title strong{display:block;font-size:15px}.ev-chat-status{display:flex;align-items:center;gap:6px;margin-top:3px;color:#a9bfd2;font-size:11px}.ev-chat-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#37d6c2;box-shadow:0 0 0 3px rgba(55,214,194,.12)}.ev-chat-head-actions{display:flex;gap:6px}.ev-chat-icon-btn{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06);color:#eef7ff;cursor:pointer}.ev-chat-messages{overflow-y:auto;padding:17px;scroll-behavior:smooth;overscroll-behavior:contain}.ev-chat-row{display:flex;margin-bottom:13px}.ev-chat-row.user{justify-content:flex-end}.ev-chat-bubble{max-width:88%;padding:11px 13px;border-radius:17px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.ev-chat-row.user .ev-chat-bubble{background:linear-gradient(135deg,rgba(55,214,194,.9),rgba(96,165,250,.9));border:0;color:#031018;font-weight:650;border-bottom-right-radius:5px}.ev-chat-row.assistant .ev-chat-bubble{border-bottom-left-radius:5px}.ev-chat-meta{margin:5px 4px 0;color:#829bb0;font-size:10px}.ev-chat-suggestions{display:flex;gap:7px;overflow-x:auto;margin:3px 0 15px;padding-bottom:3px;scrollbar-width:thin}.ev-chat-suggestion{flex:0 0 auto;border:1px solid rgba(55,214,194,.28);border-radius:999px;padding:8px 10px;background:rgba(55,214,194,.08);color:#bafff5;font:700 11px/1.2 Inter,system-ui,sans-serif;cursor:pointer}.ev-chat-thinking{display:inline-flex;align-items:center;gap:5px}.ev-chat-thinking i{width:7px;height:7px;border-radius:50%;background:#8eabc0;animation:evDot 1.15s infinite}.ev-chat-thinking i:nth-child(2){animation-delay:.15s}.ev-chat-thinking i:nth-child(3){animation-delay:.3s}@keyframes evDot{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.ev-chat-cards{display:grid;gap:8px;margin:7px 0 15px}.ev-chat-card{display:grid;grid-template-columns:66px 1fr auto;gap:9px;align-items:center;border:1px solid rgba(255,255,255,.11);border-radius:15px;padding:8px;background:rgba(255,255,255,.045)}.ev-chat-card img{width:66px;height:48px;object-fit:contain;border-radius:10px;background:#eef2f6;padding:3px}.ev-chat-card strong{display:block;font-size:12px;line-height:1.25}.ev-chat-card span{display:block;margin-top:3px;color:#9fb3c8;font-size:10px}.ev-chat-card button{border:1px solid rgba(55,214,194,.3);border-radius:10px;padding:8px;background:rgba(55,214,194,.1);color:#bafff5;font:800 10px Inter,system-ui,sans-serif;cursor:pointer}.ev-chat-compose{padding:12px;border-top:1px solid rgba(255,255,255,.11);background:#07131f}.ev-chat-input-wrap{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end}.ev-chat-input{width:100%;min-height:44px;max-height:112px;resize:none;border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:11px 12px;background:rgba(255,255,255,.06);color:#eef7ff;font:14px/1.4 Inter,system-ui,sans-serif;outline:none}.ev-chat-input::placeholder{color:#7991a4}.ev-chat-send{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:14px;background:linear-gradient(135deg,#37d6c2,#60a5fa);color:#031018;font-size:18px;font-weight:900;cursor:pointer}.ev-chat-send:disabled{opacity:.45;cursor:wait}.ev-chat-note{margin:7px 4px 0;color:#71899d;font-size:9.5px;line-height:1.35;text-align:center}@media(max-width:640px){.ev-chat-launcher{right:14px;bottom:14px;padding:13px}.ev-chat-launcher-label{display:none}.ev-chat-panel{inset:0;width:100%;height:100dvh;max-width:none;border:0;border-radius:0}.ev-chat-bubble{max-width:92%}.ev-chat-head{padding-top:max(16px,env(safe-area-inset-top))}.ev-chat-compose{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
