.phpx-mbm-anim-fade{animation:phpxFade .4s ease both}.phpx-mbm-anim-slide{animation:phpxSlide .4s ease both}.phpx-mbm-anim-bounce{animation:phpxBounce .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes phpxFade{from{opacity:0}to{opacity:1}}@keyframes phpxSlide{from{transform:translateY(100%);opacity:0}to{transform:none;opacity:1}}@keyframes phpxBounce{0%{transform:translateY(120%)}60%{transform:translateY(-8%)}100%{transform:translateY(0)}}.phpx-mbm.is-hidden{transform:translateY(120%);transition:transform .3s ease}.phpx-mbm{transition:transform .3s ease}.phpx-mbm a .phpx-mbm-ripple{position:absolute;border-radius:50%;background:currentColor;opacity:.25;transform:scale(0);animation:phpxRipple .55s ease-out;pointer-events:none}@keyframes phpxRipple{to{transform:scale(4);opacity:0}}.phpx-mbm{display:none}@media (max-width:99999px){.phpx-mbm{display:flex}body{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}.phpx-mbm{position:fixed;left:0;right:0;bottom:0;z-index:99998;background:#000;color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -6px 24px rgb(0 0 0 / .08);height:calc(64px + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0);border-radius:25px 25px 0 0;justify-content:space-around;align-items:center;font-family:inherit}.phpx-mbm a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:inherit;text-decoration:none;position:relative;height:100%;transition:color .2s,transform .2s}.phpx-mbm a .dashicons{font-size:22px;width:22px;height:22px;line-height:1}.phpx-mbm a .phpx-mbm-label{font-size:11px;margin-top:3px}.phpx-mbm a.is-active,.phpx-mbm a:hover{color:#d3bb1f}.phpx-mbm a.is-active{transform:translateY(-2px)}.phpx-mbm .phpx-mbm-badge{position:absolute;top:6px;right:calc(50% - 18px);background:#ef4444;color:#fff;font-size:9px;line-height:1;padding:3px 5px;border-radius:10px;min-width:14px;text-align:center;font-weight:700}.phpx-mbm{background:#0b1020;color:#cbd5e1;border-top:1px solid #1e293b;box-shadow:0 -8px 28px rgb(0 0 0 / .5)}.phpx-mbm a.is-active,.phpx-mbm a:hover{color:#d3bb1f;filter:drop-shadow(0 0 6px #d3bb1f) drop-shadow(0 0 14px #d3bb1f80)}.phpx-mbm a.is-active{transform:translateY(-2px)}