.game-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:50;margin-top:auto;padding:10px 16px 0;background:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateZ(0)}.game-bar__glow{position:absolute;top:0;left:0;right:0;height:1.5px;z-index:1;background:rgba(255,255,255,.85);box-shadow:0 0 8px rgba(255,255,255,.15);-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.module-bottom-bar .game-bar__glow,.zp-bottom-bar .game-bar__glow{background:var(--mc);opacity:.85;box-shadow:0 0 8px currentColor}@supports (background:color-mix(in srgb,red 50%,transparent)){.module-bottom-bar .game-bar__glow,.zp-bottom-bar .game-bar__glow{background:color-mix(in srgb,var(--mc) 85%,transparent);opacity:1;box-shadow:0 0 8px color-mix(in srgb,var(--mc) 25%,transparent)}}.game-bar__inner{justify-content:center;gap:10px;max-width:900px;margin:0 auto}.game-bar__inner,.game-bar__user{display:flex;align-items:center;position:relative;z-index:2}.game-bar__user{flex-shrink:0;flex-direction:column;gap:2px;margin-top:-28px}.game-bar__user-ring{width:62px;height:62px;border-radius:50%;padding:2.5px;background:linear-gradient(180deg,rgba(255,255,255,1) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,1) 100%),var(--bg,#0d1118);box-shadow:0 0 12px rgba(255,255,255,.15);animation:userRingPulse 4s ease-in-out infinite}.game-bar__user-ring--active{box-shadow:0 0 18px rgba(255,255,255,.25)}@keyframes userRingPulse{0%,to{box-shadow:0 0 12px rgba(255,255,255,.15)}50%{box-shadow:0 0 18px rgba(255,255,255,.22)}}.game-bar__user-circle{position:relative;width:100%;height:100%;border-radius:50%;background:var(--bg,#0d1118);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:var(--text,#e8edf5);overflow:hidden}.game-bar__user-thumb{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;object-fit:cover;pointer-events:none}.game-bar__user-ring--large{width:94px;height:94px}.game-bar__user-ring--large .game-bar__user-circle{font-size:2rem}.game-bar__user-age{font-size:.55rem;font-weight:600;color:var(--muted,#9ea8bc);white-space:nowrap}.game-bar__notif-dot{width:7px;height:7px;background:#ef4444;border-radius:50%;margin-top:2px}.game-bar__actions{display:contents}.game-bar__user{order:3}.game-bar__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;border:none;border-radius:0;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;color:inherit;flex:1 1;position:relative}.game-bar__btn,.game-bar__btn--active{background:none}.game-bar__btn--active:before{display:none}.game-bar__btn--active .game-bar__btn-icon,.game-bar__btn--active .game-bar__btn-label{color:#ffffff}.game-bar__btn-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);transition:color .2s ease}.game-bar__btn:hover .game-bar__btn-icon{color:rgba(255,255,255,.7)}.game-bar__btn-label{font-size:.65rem;font-weight:500;color:rgba(255,255,255,.35);white-space:nowrap;transition:color .2s ease;line-height:1}.game-bar__badge{position:absolute;top:2px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;pointer-events:none}.game-bar__btn:hover .game-bar__btn-label{color:rgba(255,255,255,.7)}@media (min-width:769px){.game-bar__btn-icon{width:28px;height:28px}.game-bar__btn-icon svg{width:28px!important;height:28px!important}.game-bar__btn-label{font-size:.8rem}}@media (max-width:768px){.game-bar{padding:8px 0 max(10px,env(safe-area-inset-bottom,0px));border-radius:0}.game-bar__glow{-webkit-mask-image:linear-gradient(90deg,black,black 55%,transparent 78%);mask-image:linear-gradient(90deg,black,black 55%,transparent 78%)}.game-bar__inner{gap:0;justify-content:space-around}.game-bar__user{order:2}.game-bar__btn{padding:4px 0}.game-bar__btn-icon{width:26px;height:26px}.game-bar__btn-icon svg{width:24px!important;height:24px!important}.game-bar__btn-label{font-size:.6rem}.game-bar__user{margin-top:-30px;margin-right:10px}.game-bar__user-ring--large{width:60px;height:60px}.game-bar__user-ring--large .game-bar__user-circle{font-size:1rem}.game-bar__user-ring{padding:3px}.game-bar__user-age{font-size:.6rem}}