.tolik-widget{position:fixed;right:22px;bottom:22px;z-index:99999;font-family:Arial,sans-serif;color:#111827}.tolik-launcher{border:0;border-radius:999px;padding:12px 17px;display:flex;gap:10px;align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 18px 45px rgba(37,99,235,.35);cursor:pointer;font-weight:800;transition:.2s transform,.2s box-shadow}.tolik-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(37,99,235,.45)}.tolik-launcher__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.2)}.tolik-panel{position:absolute;right:0;bottom:68px;width:390px;max-width:calc(100vw - 24px);height:610px;max-height:calc(100vh - 100px);background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.22);overflow:hidden;display:flex;flex-direction:column;opacity:0;transform:translateY(14px) scale(.96);pointer-events:none;transition:.22s ease}.tolik-open .tolik-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.tolik-head{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.tolik-avatar{width:42px;height:42px;border-radius:15px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-weight:900;font-size:22px}.tolik-title{font-size:17px;font-weight:900}.tolik-subtitle{font-size:12px;opacity:.86}.tolik-close{margin-left:auto;border:0;background:rgba(255,255,255,.16);color:#fff;width:34px;height:34px;border-radius:12px;font-size:24px;line-height:1;cursor:pointer}.tolik-messages{flex:1;overflow:auto;padding:14px;scroll-behavior:smooth}.tolik-msg{display:flex;margin:9px 0;animation:tolikIn .18s ease}.tolik-msg--user{justify-content:flex-end}.tolik-bubble{max-width:82%;padding:11px 13px;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06);font-size:14px;line-height:1.45}.tolik-msg--user .tolik-bubble{background:#2563eb;color:#fff;border-bottom-right-radius:6px}.tolik-msg--bot .tolik-bubble{border-bottom-left-radius:6px}.tolik-bubble p{margin:0 0 8px}.tolik-bubble p:last-child{margin-bottom:0}.tolik-bubble a{color:#2563eb;font-weight:800}.tolik-msg--user .tolik-bubble a{color:#fff}.tolik-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid rgba(15,23,42,.08)}.tolik-input{flex:1;border:1px solid #dbe3ee;border-radius:15px;padding:13px 14px;font-size:14px;outline:none}.tolik-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.tolik-send{width:46px;border:0;border-radius:15px;background:#2563eb;color:#fff;cursor:pointer;font-size:18px}.tolik-typing{display:flex;align-items:center;gap:5px;color:#64748b}.tolik-typing span{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:tolikDot 1s infinite ease-in-out}.tolik-typing span:nth-child(2){animation-delay:.12s}.tolik-typing span:nth-child(3){animation-delay:.24s}.tolik-typing em{font-style:normal;margin-left:4px;font-size:12px}.tolik-products,.tolik-categories{margin:10px 0 12px;display:grid;gap:8px}.tolik-products-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:900;margin:2px 2px}.tolik-product,.tolik-category-card{display:flex;gap:10px;padding:10px;border-radius:16px;background:#fff;text-decoration:none;color:#111827;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 22px rgba(15,23,42,.06);transition:.18s ease}.tolik-product:hover,.tolik-category-card:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.3)}.tolik-product-img{width:46px;height:46px;flex:0 0 46px;border-radius:12px;background:#eef2ff;display:grid;place-items:center;color:#64748b;overflow:hidden}.tolik-product-img img{width:100%;height:100%;object-fit:cover}.tolik-product-name,.tolik-category-name{font-size:13px;font-weight:900;line-height:1.25}.tolik-product-price{margin-top:5px;color:#16a34a;font-size:13px;font-weight:900}.tolik-category-card{display:block}.tolik-category-path{margin-top:4px;font-size:11px;line-height:1.3;color:#64748b}.tolik-category-count{margin-top:6px;display:inline-flex;border-radius:999px;padding:3px 8px;background:#eff6ff;color:#2563eb;font-size:11px;font-weight:800}@keyframes tolikIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes tolikDot{0%,80%,100%{transform:scale(.7);opacity:.55}40%{transform:scale(1);opacity:1}}@media(max-width:520px){.tolik-widget{right:12px;bottom:12px}.tolik-panel{width:calc(100vw - 24px);height:calc(100vh - 92px);bottom:64px;border-radius:22px}.tolik-launcher__text{display:none}.tolik-launcher{padding:11px}.tolik-bubble{max-width:90%}}
