.eys-chat{position:fixed;right:1.25rem;bottom:6.1rem;z-index:1055;font-family:Arial,sans-serif}.eys-chat-toggle{width:58px;height:58px;border:1px solid #56bde9;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1689cb,#075078);color:#fff;box-shadow:0 14px 35px #0009;transition:transform .2s,box-shadow .2s}.eys-chat-toggle:hover{transform:translateY(-3px);box-shadow:0 17px 42px #0798d755}.eys-chat-toggle svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.8}.eys-chat-toggle .close-icon{display:none}.eys-chat.open .eys-chat-toggle .chat-icon{display:none}.eys-chat.open .eys-chat-toggle .close-icon{display:block}.eys-chat-panel{position:absolute;right:0;bottom:70px;width:min(390px,calc(100vw - 2rem));height:min(590px,calc(100vh - 9rem));display:grid;grid-template-rows:auto 1fr auto;border:1px solid #315261;background:#071720;color:#eaf6fa;box-shadow:0 24px 70px #000c;opacity:0;visibility:hidden;transform:translateY(16px) scale(.97);transform-origin:bottom right;transition:.22s}.eys-chat.open .eys-chat-panel{opacity:1;visibility:visible;transform:none}.eys-chat-head{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(120deg,#0c3346,#0a2634);border-bottom:1px solid #294754}.eys-chat-head img{width:42px;height:42px;object-fit:contain;background:#02080c}.eys-chat-head strong,.eys-chat-head small{display:block}.eys-chat-head strong{font:800 1.1rem 'Barlow Condensed',Arial,sans-serif;letter-spacing:.06em}.eys-chat-head small{margin-top:.15rem;color:#78c9ec;font-size:.68rem}.eys-chat-messages{overflow:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;overscroll-behavior:contain}.eys-chat-message{max-width:88%;padding:.72rem .82rem;border-radius:13px;font-size:.82rem;line-height:1.48}.eys-chat-message.bot{align-self:flex-start;background:#102b38;border-bottom-left-radius:3px}.eys-chat-message.user{align-self:flex-end;background:#126d9b;border-bottom-right-radius:3px}.eys-chat-message.pending{color:#9fb6c0}.eys-chat-products{display:grid;gap:.45rem;max-width:94%}.eys-chat-product{display:grid;grid-template-columns:52px 1fr;gap:.65rem;align-items:center;padding:.5rem;border:1px solid #294b5b;background:#0b222d;color:#fff;text-decoration:none}.eys-chat-product:hover{border-color:#3cb6ee;color:#fff}.eys-chat-product img{width:52px;height:48px;object-fit:cover;background:#102a36}.eys-chat-product b,.eys-chat-product small{display:block}.eys-chat-product b{font-size:.72rem}.eys-chat-product small{margin-top:.18rem;color:#94adb7;font-size:.6rem}.eys-chat-actions{display:flex;flex-wrap:wrap;gap:.4rem}.eys-chat-actions a,.eys-chat-suggestions button{border:1px solid #399bc7;background:#0e3040;color:#dff6ff;padding:.45rem .6rem;font-size:.66rem;font-weight:700;text-decoration:none}.eys-chat-suggestions{display:flex;gap:.35rem;overflow-x:auto;padding:.65rem .85rem 0;scrollbar-width:none}.eys-chat-suggestions button{white-space:nowrap}.eys-chat-form{border-top:1px solid #294754;background:#091c25}.eys-chat-input-row{display:grid;grid-template-columns:1fr 44px;gap:.45rem;padding:.7rem}.eys-chat-form input{min-width:0;height:44px;border:1px solid #385b6a;background:#102832;color:#fff;padding:0 .75rem;outline:none}.eys-chat-form input:focus{border-color:#48bced}.eys-chat-form button[type=submit]{border:0;background:#f3263e;color:#fff;display:grid;place-items:center}.eys-chat-form button[type=submit]:disabled{opacity:.55}.eys-chat-form svg{width:19px;fill:currentColor}@media(max-width:600px){.eys-chat{right:.8rem;bottom:5.6rem}.eys-chat-panel{position:fixed;inset:0;width:100%;height:100dvh;border:0}.eys-chat-toggle{width:54px;height:54px}.eys-chat.open .eys-chat-toggle{position:fixed;right:.75rem;top:.65rem;z-index:2;width:42px;height:42px;background:#153543}.eys-chat.open .eys-chat-panel{padding-top:0}.eys-chat-head{padding-right:4rem}.eys-chat-message{max-width:91%}}@media(prefers-reduced-motion:reduce){.eys-chat-panel,.eys-chat-toggle{transition:none}}
