.eoniqChat{position:fixed;right:24px;bottom:24px;z-index:80;font-family:Arial,sans-serif}.chatLauncher{position:relative;width:62px;height:62px;border:1px solid #58f6e8;border-radius:50%;background:#0a1112;color:#fff;box-shadow:0 12px 40px #0009,0 0 25px #42f5e633;cursor:pointer;display:grid;place-items:center;transition:.25s}.chatLauncher:hover{transform:translateY(-3px);background:#42f5e6;color:#071011}.chatLauncher svg{width:27px}.chatPulse{position:absolute;right:1px;top:1px;width:13px;height:13px;border:2px solid #071011;border-radius:50%;background:#b8ff38}.chatPanel{position:absolute;right:0;bottom:76px;width:min(380px,calc(100vw - 32px));height:min(570px,calc(100vh - 125px));border:1px solid #ffffff2b;background:#080c0df5;color:#fff;box-shadow:0 28px 80px #000c;display:none;grid-template-rows:auto 1fr auto;overflow:hidden;backdrop-filter:blur(18px)}.eoniqChat.open .chatPanel{display:grid;animation:chatIn .22s ease-out}.chatHead{padding:20px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #ffffff1f;background:linear-gradient(120deg,#102426,#080c0d)}.chatMark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#42f5e6;color:#061011;font-weight:900;font-size:12px}.chatHead b{display:block;font-size:14px;letter-spacing:.08em}.chatHead small{display:flex;align-items:center;gap:6px;margin-top:5px;color:#9ba7a8;font-size:10px}.chatHead small:before{content:"";width:7px;height:7px;border-radius:50%;background:#b8ff38}.chatClose{margin-left:auto;border:0;background:transparent;color:#9ba7a8;font-size:24px;cursor:pointer}.chatBody{padding:18px;overflow-y:auto}.chatMsg{max-width:86%;margin:0 0 12px;padding:12px 14px;font-size:13px;line-height:1.5;background:#172021;border-radius:2px 14px 14px 14px}.chatMsg.user{margin-left:auto;background:#42f5e6;color:#071011;border-radius:14px 2px 14px 14px}.chatQuick{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.chatQuick button{border:1px solid #42f5e666;background:transparent;color:#dce5e5;padding:8px 10px;font-size:9px;cursor:pointer}.chatForm{padding:13px;border-top:1px solid #ffffff1f;display:grid;grid-template-columns:1fr 44px;gap:8px}.chatForm input{min-width:0;border:1px solid #ffffff26;background:#101516;color:#fff;padding:12px;outline:0}.chatForm button{border:0;background:#42f5e6;font-size:19px}.chatContact{display:block;margin-top:15px;color:#b8ff38;font-size:9px;font-weight:900}@keyframes chatIn{from{opacity:0;transform:translateY(12px)}}@media(max-width:600px){.eoniqChat{right:14px;bottom:14px}.chatPanel{position:fixed;left:12px;right:12px;bottom:82px;width:auto;height:min(70vh,560px)}}
/* Visible robot assistant prompt. */
.chatRobot{font-size:29px;line-height:1}.chatGreeting{position:absolute;right:74px;bottom:8px;width:max-content;padding:13px 17px;border:1px solid #ffffff30;border-radius:22px 22px 3px 22px;background:#fff;color:#071011;font-size:13px;font-weight:800;box-shadow:0 10px 28px #0008;transition:.2s}.eoniqChat.open .chatGreeting{opacity:0;pointer-events:none;transform:translateY(5px)}.chatMark{font-size:23px!important}@media(max-width:600px){.chatGreeting{right:67px;font-size:12px;padding:11px 14px}}
