.eco-chat{--green:#186b4e;--lime:#b7d532;--ink:#17352e;--paper:#fff;font-family:Arial,sans-serif;color:var(--ink)}.eco-launcher{position:fixed;right:24px;bottom:24px;width:70px;height:70px;border:3px solid #e3f098;border-radius:50%;background:radial-gradient(circle at 35% 25%,#3a9671,#12553e 67%);box-shadow:0 10px 28px #123a2d66,0 0 0 6px #186b4e33;z-index:9998;cursor:pointer;animation:eco-bot-float 2.7s ease-in-out infinite}.eco-launcher:hover{transform:scale(1.08);animation-play-state:paused}.eco-robot-face{position:absolute!important;left:13px;top:22px;width:38px;height:28px;border:2px solid #e3f098;border-radius:11px;background:#103f31;display:flex!important;align-items:center;justify-content:space-around;transform:none!important}.eco-robot-face i,.eco-mark i{position:static!important;display:block;width:7px;height:7px;border:0!important;border-radius:50%;background:var(--lime)!important;box-shadow:0 0 7px var(--lime)}.eco-robot-face b{position:absolute;bottom:5px;width:11px;height:3px;border-radius:10px;background:#e3f098}.eco-antenna{position:absolute;top:8px;left:33px;width:3px;height:13px;background:#e3f098!important;border-radius:4px;transform:none!important}.eco-antenna:before{content:"";position:absolute;top:-5px;left:-3px;width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 9px var(--lime)}.eco-launcher em{position:absolute;right:-5px;top:-5px;width:20px;height:20px;border-radius:50%;background:var(--lime);border:2px solid white;color:var(--green);font:bold 13px Arial;line-height:20px;font-style:normal}.eco-panel{position:fixed;z-index:9999;right:24px;bottom:108px;width:min(385px,calc(100vw - 32px));height:580px;max-height:calc(100vh - 132px);background:#f7f9f6;border-radius:18px;box-shadow:0 15px 45px #102e2566;overflow:hidden;display:none;flex-direction:column}.eco-panel.open{display:flex}.eco-panel header{background:var(--green);color:white;padding:16px;display:flex;align-items:center;gap:11px}.eco-mark{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:space-evenly;background:#103f31;border:1px solid #e3f098}.eco-panel header strong,.eco-panel header small{display:block}.eco-panel header small{font-size:11px;margin-top:3px;opacity:.9}.eco-panel header small b{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime)}.eco-close{margin-left:auto;background:none;border:0;color:#fff;font-size:28px;cursor:pointer}.eco-body{overflow:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.eco-msg{max-width:85%;padding:11px 13px;border-radius:12px 12px 12px 3px;background:#e7eee9;font-size:14px;line-height:1.38}.eco-msg.user{align-self:flex-end;border-radius:12px 12px 3px 12px;background:var(--green);color:white}.eco-choices{display:grid;gap:7px}.eco-choices button{border:1px solid #c9d9d0;background:white;border-radius:9px;padding:11px;text-align:left;color:var(--green);font-weight:bold;cursor:pointer}.eco-choices button:hover{border-color:var(--green);background:#f0f7ee}.eco-recommendations{display:grid;gap:8px}.eco-recommendations article{background:#fff;border-left:4px solid var(--lime);padding:10px 12px;border-radius:4px;box-shadow:0 1px 4px #1231}.eco-recommendations p{margin:5px 0 7px;font-size:12px;line-height:1.35}.eco-recommendations a{font-size:12px;font-weight:bold;color:var(--green)}.eco-form{display:grid;gap:8px}.eco-form input,.eco-form textarea{font:inherit;font-size:13px;border:1px solid #c7d5cc;border-radius:8px;padding:10px;resize:vertical}.eco-form textarea{min-height:58px}.eco-form button{border:0;background:var(--green);color:white;border-radius:9px;padding:12px;font-weight:bold;cursor:pointer}.eco-panel footer{padding:8px 16px;text-align:center;background:white;color:#63746b;font-size:10px}@keyframes eco-bot-float{50%{transform:translateY(-7px)}}@media(max-width:480px){.eco-launcher{right:16px;bottom:16px}.eco-panel{right:12px;bottom:96px;height:calc(100vh - 112px)}}
