#battAssistantBubble{--batt-red:#d71920;--batt-yellow:#f4c900;--batt-black:#111214;font-family:Arial,Helvetica,sans-serif;position:fixed;right:18px;bottom:18px;z-index:2147483000;color:#111}
#battAssistantBubble *{box-sizing:border-box}
.batt-help-launch{pointer-events:auto;touch-action:manipulation;border:0;background:var(--batt-black);color:#fff;border-radius:999px;padding:10px 14px 10px 10px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 28px rgba(0,0,0,.24);font-weight:800;cursor:pointer}
.batt-help-launch:hover{transform:translateY(-1px)}.batt-help-spark{width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:var(--batt-red);font-size:18px}.batt-help-label{font-size:12px;white-space:nowrap}
.batt-help-panel{pointer-events:auto;display:none;position:absolute;right:0;bottom:58px;width:min(370px,calc(100vw - 24px));height:min(560px,calc(100vh - 100px));background:#fff;border:1px solid #dfe3e8;border-radius:16px;box-shadow:0 18px 55px rgba(0,0,0,.25);overflow:hidden;grid-template-rows:auto 1fr auto auto auto}
#battAssistantBubble[data-open="1"] .batt-help-panel{display:grid}#battAssistantBubble[data-open="1"] .batt-help-launch{background:var(--batt-red)}
.batt-help-panel header{background:var(--batt-black);color:#fff;padding:12px 13px;border-bottom:4px solid var(--batt-yellow);display:flex;align-items:center;justify-content:space-between;gap:10px}.batt-help-brand{display:flex;align-items:center;gap:9px}.batt-help-brand>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--batt-red)}.batt-help-brand b,.batt-help-brand small{display:block}.batt-help-brand b{font-size:14px}.batt-help-brand small{font-size:10px;color:#c9c9c9;margin-top:2px}.batt-help-close{border:0;background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer;padding:4px}
.batt-help-thread{overflow:auto;padding:12px;background:#f5f6f7;display:grid;align-content:start;gap:9px}.batt-help-msg{display:flex;align-items:flex-start;gap:7px;max-width:92%}.batt-help-msg.user{margin-left:auto;justify-content:flex-end}.batt-help-msg i{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--batt-red);color:#fff;font-style:normal}.batt-help-msg>div,.batt-help-msg>p{margin:0}.batt-help-msg p{margin:0;background:#fff;border:1px solid #e0e3e7;border-radius:11px;padding:9px 10px;font-size:12px;line-height:1.45}.batt-help-msg.user p{background:#111;color:#fff;border-color:#111}.batt-help-nav{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.batt-help-nav a{font-size:10px;text-decoration:none;background:#fff3ad;color:#111;border:1px solid #e0c338;border-radius:999px;padding:5px 7px;font-weight:800}.batt-help-action{margin-top:7px;border-left:4px solid var(--batt-red);padding:8px;background:#fff;border-radius:8px;display:grid;gap:5px;font-size:11px}.batt-help-action button{border:0;background:#111;color:#fff;padding:7px 9px;border-radius:6px;font-weight:800;cursor:pointer}
.batt-help-quick{display:flex;gap:6px;overflow:auto;padding:8px 10px;border-top:1px solid #e6e9ed;background:#fff!important}.batt-help-quick button{appearance:none!important;border:1px solid #c7ccd2!important;background:#f7f8fa!important;color:#111!important;-webkit-text-fill-color:#111!important;opacity:1!important;border-radius:999px!important;padding:7px 9px!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important}.batt-help-quick button:hover,.batt-help-quick button:focus{background:#111!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#111!important}.batt-help-form{display:grid;grid-template-columns:1fr auto;gap:7px;padding:9px 10px;border-top:1px solid #e6e9ed;background:#fff}.batt-help-form textarea{resize:none;width:100%;border:1px solid #bfc5cc;border-radius:9px;padding:8px;font:inherit;font-size:12px;min-height:44px}.batt-help-form button{border:0;background:var(--batt-red);color:#fff;border-radius:8px;padding:0 12px;font-weight:800;cursor:pointer}.batt-help-panel footer{padding:8px 10px;border-top:1px solid #eee;background:#fafafa;text-align:center}.batt-help-panel footer a{font-size:10px;color:#111;font-weight:800}
@media(max-width:600px){#battAssistantBubble{right:10px;bottom:10px}.batt-help-label{display:none}.batt-help-launch{padding:8px}.batt-help-spark{width:40px;height:40px}.batt-help-panel{position:fixed;left:10px;right:10px;bottom:64px;width:auto;height:min(70vh,560px)} }

@media(min-width:601px){#battAssistantBubble.batt-help-has-recaptcha{bottom:86px}}
