.cmz-bot-root{position:fixed;right:20px;bottom:22px;z-index:99990;font-family:Inter,Arial,Helvetica,sans-serif;color:#111827}
.cmz-bot-launch{width:62px;height:62px;border:0;border-radius:50%;background:#ed111f;color:#fff;box-shadow:0 14px 34px rgba(15,23,42,.28);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:27px;transition:.2s transform,.2s box-shadow}
.cmz-bot-launch:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.32)}
.cmz-bot-launch .cmz-close{display:none;font-size:23px}
.cmz-bot-root.is-open .cmz-bot-launch .cmz-chat{display:none}.cmz-bot-root.is-open .cmz-bot-launch .cmz-close{display:block}
.cmz-bot-panel{position:absolute;right:0;bottom:76px;width:min(390px,calc(100vw - 28px));height:min(640px,calc(100vh - 120px));background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.25);display:none;grid-template-rows:auto 1fr auto}
.cmz-bot-root.is-open .cmz-bot-panel{display:grid;animation:cmzBotIn .18s ease-out}
@keyframes cmzBotIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}
.cmz-bot-head{background:#09090b;color:#fff;padding:16px 18px;display:flex;align-items:center;gap:12px;border-bottom:4px solid #ed111f}
.cmz-bot-avatar{width:42px;height:42px;border-radius:14px;background:#ed111f;display:grid;place-items:center;font-size:21px;flex:0 0 auto}.cmz-bot-head strong{display:block;font-size:16px}.cmz-bot-head small{display:block;color:#c9ccd2;margin-top:3px;font-size:12px}
.cmz-bot-messages{padding:16px;background:#f5f6f8;overflow:auto;overscroll-behavior:contain}
.cmz-msg{display:flex;margin:0 0 12px}.cmz-msg.user{justify-content:flex-end}.cmz-msg .bubble{max-width:85%;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid #e5e7eb;font-size:14px;line-height:1.45;white-space:pre-wrap;box-shadow:0 3px 10px rgba(15,23,42,.04)}.cmz-msg.user .bubble{background:#111827;color:#fff;border-color:#111827;border-bottom-right-radius:5px}.cmz-msg.bot .bubble{border-bottom-left-radius:5px}
.cmz-bot-typing .bubble{color:#6b7280}.cmz-bot-products{display:grid;gap:9px;margin:0 0 14px}.cmz-bot-product{display:grid;grid-template-columns:64px 1fr;gap:10px;padding:9px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;text-decoration:none;color:#111827;box-shadow:0 3px 10px rgba(15,23,42,.04)}.cmz-bot-product img{width:64px;height:64px;border-radius:11px;object-fit:contain;background:#f3f4f6}.cmz-bot-product strong{display:block;font-size:12.5px;line-height:1.25;margin-bottom:4px}.cmz-bot-product .price{font-size:14px;font-weight:950;color:#ed111f}.cmz-bot-product small{display:block;color:#6b7280;font-size:11px;margin-top:2px}
.cmz-bot-quick{display:flex;gap:7px;overflow:auto;padding:0 0 12px;scrollbar-width:none}.cmz-bot-quick::-webkit-scrollbar{display:none}.cmz-bot-quick button{flex:0 0 auto;border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:8px 10px;font-size:11.5px;font-weight:800;color:#374151;cursor:pointer}.cmz-bot-quick button:hover{border-color:#ed111f;color:#ed111f}
.cmz-bot-foot{background:#fff;border-top:1px solid #e5e7eb;padding:11px}.cmz-bot-form{display:grid;grid-template-columns:1fr 46px;gap:8px}.cmz-bot-input{width:100%;min-width:0;border:1px solid #d1d5db;border-radius:14px;padding:11px 12px;font:inherit;font-size:14px;outline:none}.cmz-bot-input:focus{border-color:#ed111f;box-shadow:0 0 0 3px rgba(237,17,31,.09)}.cmz-bot-send{border:0;border-radius:14px;background:#ed111f;color:#fff;font-size:19px;font-weight:900;cursor:pointer}.cmz-bot-send:disabled{opacity:.55;cursor:not-allowed}.cmz-bot-links{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:10.5px;color:#9ca3af}.cmz-bot-wa{color:#166534;text-decoration:none;font-weight:900}.cmz-bot-error{color:#991b1b;font-size:12px;margin:6px 2px 0}
@media(max-width:640px){.cmz-bot-root{right:12px;bottom:14px}.cmz-bot-launch{width:58px;height:58px}.cmz-bot-panel{position:fixed;left:8px;right:8px;bottom:82px;width:auto;height:min(72vh,650px);border-radius:21px}}
