.bottom-menu{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;justify-content:center;align-items:flex-end;font-size:13px;max-width:480px;width:100%;margin:0 auto;padding:10px 18px calc(env(safe-area-inset-bottom, 0px) + 12px);box-sizing:border-box;background:var(--bg-bottom-menu);border-radius:0;box-shadow:var(--shadow-soft);gap:36px}.bottom-menu,.bottom-menu a{pointer-events:auto}.bottom-menu__item{text-decoration:none;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:6px}.bottom-menu__item:before{content:none}.bottom-menu__item--active{color:var(--accent);font-weight:600}.bottom-menu__label{margin-top:2px}.bottom-menu__icon{width:28px;height:28px;display:inline-flex;position:relative}.bottom-menu__badge,.bottom-menu__icon{align-items:center;justify-content:center}.bottom-menu__badge{position:absolute;top:-6px;right:-8px;background:var(--accent);color:#fff;border-radius:10px;min-width:18px;height:18px;display:flex;font-size:10px;font-weight:700;padding:0 4px;box-sizing:border-box;border:2px solid var(--bg-bottom-menu)}.bottom-menu__icon-img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(60%) sepia(8%) saturate(500%) hue-rotate(30deg) brightness(95%) contrast(85%);transition:filter .2s}.bottom-menu__item--active .bottom-menu__icon-img{filter:brightness(0) saturate(100%) invert(45%) sepia(85%) saturate(500%) hue-rotate(100deg) brightness(95%) contrast(90%)}