.mb-chat-root{--mb-green:#20c96b;--mb-ink:#071710;--mb-muted:#65736c;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:fixed;right:20px;bottom:20px;z-index:10000;color:var(--mb-ink)}
.mb-chat-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mb-chat-launcher{position:relative;min-height:34px;border:1px solid rgba(32,201,107,.45);border-radius:999px;background:#082719;color:#fff;box-shadow:0 10px 26px rgba(2,31,17,.2);display:flex;align-items:center;gap:5px;padding:4px 9px 4px 4px;font:800 10px/1 Inter,sans-serif;cursor:pointer;transition:transform .2s,box-shadow .2s;touch-action:manipulation}
.mb-chat-launcher::after{content:"";position:absolute;inset:-5px;border-radius:999px}
.mb-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 50px rgba(2,31,17,.32)}
.mb-chat-launcher:focus-visible,.mb-chat-close:focus-visible,.mb-chat-send:focus-visible,.mb-chat-chip:focus-visible,.mb-chat-human:focus-visible{outline:3px solid #8bf0b6;outline-offset:3px}
.mb-chat-launcher i{width:25px;height:25px;border-radius:50%;background:var(--mb-green);display:grid;place-items:center;font-style:normal;font-size:12px}
.mb-chat-panel{position:absolute;right:0;bottom:68px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 110px));background:#f7fbf8;border:1px solid #cfe1d6;border-radius:24px;box-shadow:0 24px 70px rgba(2,31,17,.3);display:none;overflow:hidden;grid-template-rows:auto 1fr auto}
.mb-chat-root.open .mb-chat-panel{display:grid;animation:mb-chat-in .2s ease-out}
@keyframes mb-chat-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
.mb-chat-head{background:#072819;color:#fff;padding:18px;display:flex;align-items:center;gap:12px}
.mb-chat-mark{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:var(--mb-green);display:grid;place-items:center;font-weight:900}
.mb-chat-head div{min-width:0}.mb-chat-head b{display:block;font-size:16px}.mb-chat-head small{display:flex;align-items:center;gap:6px;margin-top:5px;color:#bce5cd}.mb-chat-head small:before{content:"";width:7px;height:7px;border-radius:50%;background:#46e88a;box-shadow:0 0 0 4px rgba(70,232,138,.12)}
.mb-chat-close{margin-left:auto;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:23px;cursor:pointer}
.mb-chat-log{padding:16px;overflow:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:12px}
.mb-chat-msg{max-width:88%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.48;white-space:pre-wrap;overflow-wrap:anywhere}
.mb-chat-msg.bot{align-self:flex-start;background:#fff;border:1px solid #dce8e0;border-bottom-left-radius:5px}.mb-chat-msg.user{align-self:flex-end;background:#0b3521;color:#fff;border-bottom-right-radius:5px}
.mb-chat-msg.loading{color:var(--mb-muted)}.mb-chat-msg.loading:after{content:"…";animation:mb-pulse 1s infinite}@keyframes mb-pulse{50%{opacity:.3}}
.mb-chat-identity{margin:0 12px 10px;border:1px solid #d7e6dc;border-radius:13px;background:#fff}.mb-chat-identity summary{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;color:#214a35;font-size:12px;font-weight:800}.mb-chat-identity summary::-webkit-details-marker{display:none}.mb-chat-identity summary:after{content:"+";margin-left:auto;color:#0b8a49;font-size:18px}.mb-chat-identity[open] summary:after{content:"−"}.mb-chat-identity summary small{padding:3px 7px;border-radius:999px;background:#edf8f1;color:#60746a;font-size:9px;font-weight:700}.mb-chat-identity.saved summary small{display:none}.mb-chat-identity-form{padding:0 10px 10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.mb-chat-identity-form label{min-width:0;color:#4d5f56;font-size:10px;font-weight:750}.mb-chat-identity-form label span{font-weight:500;color:#7a8780}.mb-chat-identity-form input{width:100%;height:42px;margin-top:4px;box-sizing:border-box;border:1px solid #cbdad1;border-radius:10px;padding:0 10px;background:#fff;color:var(--mb-ink);font:500 12px Inter,sans-serif}.mb-chat-identity-form input:focus{outline:2px solid rgba(32,201,107,.25);border-color:var(--mb-green)}.mb-chat-identity-form button{grid-column:1/-1;min-height:42px;border:0;border-radius:10px;background:#0b3521;color:#fff;font:800 12px Inter,sans-serif;cursor:pointer}
.mb-chat-chips{display:flex;gap:7px;overflow-x:auto;padding:0 16px 12px;scrollbar-width:none}.mb-chat-chip{white-space:nowrap;border:1px solid #bcd9c7;background:#eefaf2;color:#0d6f3b;border-radius:999px;padding:8px 11px;font:700 12px/1 Inter,sans-serif;cursor:pointer}
.mb-chat-compose{border-top:1px solid #dce8e0;background:#fff;padding:12px}
.mb-chat-form{display:flex;align-items:flex-end;gap:8px}.mb-chat-input{min-width:0;flex:1;min-height:44px;max-height:110px;resize:none;border:1px solid #cbdad1;border-radius:14px;padding:11px 12px;font:500 14px/1.4 Inter,sans-serif;color:var(--mb-ink);background:#fff}.mb-chat-input:focus{outline:2px solid rgba(32,201,107,.25);border-color:var(--mb-green)}
.mb-chat-send{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:13px;background:var(--mb-green);color:#052514;font-size:21px;font-weight:900;cursor:pointer}.mb-chat-send:disabled{opacity:.45;cursor:wait}
.mb-chat-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px;padding:0 3px}.mb-chat-foot small{color:#78847e;font-size:10px}.mb-chat-human{border:0;background:transparent;color:#078244;font:800 12px/1 Inter,sans-serif;cursor:pointer;padding:4px}
.mb-chat-ticket{display:none;margin-top:10px;padding-top:10px;border-top:1px solid #e1e9e4}.mb-chat-ticket.open{display:block}.mb-chat-ticket input{width:100%;box-sizing:border-box;border:1px solid #cbdad1;border-radius:10px;padding:10px;margin-bottom:7px;font:500 13px Inter,sans-serif}.mb-chat-ticket button{width:100%;border:0;border-radius:10px;padding:11px;background:#082719;color:#fff;font-weight:800;cursor:pointer}.mb-chat-status{display:block;min-height:15px;margin-top:6px;color:#69766f;font-size:11px}
@media(max-width:600px){.mb-chat-root{right:8px;bottom:max(8px,env(safe-area-inset-bottom));z-index:10000}.buzz-order .mb-chat-root{bottom:calc(78px + env(safe-area-inset-bottom,0px))}.mb-chat-launcher,.buzz-order .mb-chat-launcher{min-height:34px;padding:4px 9px 4px 4px}.buzz-order.checkout-page-active .mb-chat-root:not(.open){display:none}.mb-chat-panel{position:fixed;inset:max(6px,env(safe-area-inset-top)) 6px max(6px,env(safe-area-inset-bottom)) 6px;width:auto;height:auto;max-width:calc(100vw - 12px);max-height:none;min-width:0;border:1px solid #cfe1d6;border-radius:18px;padding:0;grid-template-columns:minmax(0,1fr)}.mb-chat-head{position:sticky;top:0;z-index:2;width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:10px 10px 10px 12px;display:grid;grid-template-columns:34px minmax(0,1fr) 44px}.mb-chat-mark{width:34px;height:34px;flex-basis:34px;border-radius:10px}.mb-chat-head b{font-size:14px}.mb-chat-head small{font-size:10px}.mb-chat-close{width:44px;height:44px;margin-left:0;flex:0 0 44px;background:rgba(255,255,255,.16)}.mb-chat-log{padding:12px}.mb-chat-chips{padding-left:12px}.mb-chat-msg{max-width:92%;font-size:13px}.mb-chat-identity-form{grid-template-columns:1fr}.mb-chat-compose{padding-bottom:max(10px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.mb-chat-root *{animation:none!important;transition:none!important}}
