.chat-widget{position:fixed;right:22px;bottom:22px;z-index:60}.chat-trigger{width:58px;height:58px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#00d26a,#16b85f);color:#032e1a;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.3);transition:transform .25s,box-shadow .25s}.chat-trigger:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.35)}.chat-trigger svg{width:29px;height:29px}.chat-panel{position:absolute;right:0;bottom:72px;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid rgba(4,35,47,.1);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px) scale(.96);transform-origin:bottom right;transition:.25s ease}.chat-panel.open{opacity:1;visibility:visible;transform:none}.chat-head{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;background:linear-gradient(135deg,#052d3c,#07485a);color:#fff}.chat-head>div{display:flex;align-items:center;gap:11px}.chat-head strong,.chat-head small{display:block}.chat-head strong{font-size:.94rem}.chat-head small{color:#bad0d5;font-size:.71rem}.chat-status{width:10px;height:10px;border-radius:50%;background:#38df7d;box-shadow:0 0 0 5px rgba(56,223,125,.15)}.chat-close{border:0;background:transparent;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;padding:4px}.chat-panel form{padding:19px}.chat-panel label{font-size:.82rem;margin:0 0 8px}.chat-panel textarea{min-height:105px;resize:vertical}.chat-panel form button{width:100%;min-height:48px;border:0;border-radius:12px;background:#25d366;color:#063c1e;font:800 .88rem system-ui;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;margin-top:12px}.chat-panel form button svg{width:19px;height:19px}@media(max-width:560px){.chat-widget{right:14px;bottom:14px}.chat-panel{position:fixed;right:14px;bottom:82px;width:calc(100vw - 28px)}}
