.bmf-mbb,.bmf-mbb-modal{display:none}

.bmf-mbb{position:fixed;z-index:99990;left:10px;right:10px;bottom:10px;pointer-events:none}
.bmf-mbb__inner{height:var(--bmf-mbb-height);display:flex;align-items:stretch;justify-content:space-around;background:var(--bmf-mbb-bg);border:1px solid var(--bmf-mbb-border);border-radius:var(--bmf-mbb-radius);box-shadow:var(--bmf-mbb-shadow);overflow:hidden;pointer-events:auto;padding-bottom:env(safe-area-inset-bottom,0px)}
.bmf-mbb__item{position:relative;min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--bmf-mbb-text);text-decoration:none!important;font-size:11px;line-height:1.1;-webkit-tap-highlight-color:transparent}
.bmf-mbb__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-width:48px;height:34px;border-radius:999px;transition:background .18s ease,color .18s ease,transform .18s ease}
.bmf-mbb__item.is-active .bmf-mbb__icon-wrap{background:var(--bmf-mbb-active-bg);color:var(--bmf-mbb-active-color)}
.bmf-mbb__item:active .bmf-mbb__icon-wrap{transform:scale(.94)}
.bmf-mbb__icon{display:flex;width:var(--bmf-mbb-icon);height:var(--bmf-mbb-icon)}
.bmf-mbb__icon svg{display:block;width:100%;height:100%}
.bmf-mbb__label{display:var(--bmf-mbb-label);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px}
.bmf-mbb__badge{position:absolute;top:0;right:3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#d71920;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-sizing:border-box}

.bmf-mbb-modal{position:fixed;inset:0;z-index:99999;align-items:flex-end;justify-content:center}
.bmf-mbb-modal.is-open{display:flex}
.bmf-mbb-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.34);padding:0}
.bmf-mbb-modal__sheet{position:relative;width:100%;max-width:var(--bmf-mbb-max);max-height:82vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:16px 16px calc(18px + env(safe-area-inset-bottom,0px));box-sizing:border-box;box-shadow:0 -16px 50px rgba(0,0,0,.18);animation:bmfMbbIn .2s ease-out}
.bmf-mbb-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:17px}
.bmf-mbb-modal__close{width:36px;height:36px;border:0;border-radius:999px;background:#f1f1f1;font-size:25px;line-height:1;cursor:pointer}
.bmf-mbb-modal__content{min-height:46px}
body.bmf-mbb-no-scroll{overflow:hidden}
@keyframes bmfMbbIn{from{transform:translateY(18px);opacity:.7}to{transform:none;opacity:1}}
