.wb-gam-status-bar{--wb-gam-status-accent:var(--wb-gam-primary);--wb-gam-status-bg:var(--wb-gam-color-white);--wb-gam-status-fg:var(--wb-gam-color-text);--wb-gam-status-muted:var(--wb-gam-color-text-muted);--wb-gam-status-border:var(--wb-gam-color-border);color:var( --wb-gam-status-fg );font:inherit;pointer-events:auto;z-index:9990}.wb-gam-status-bar--floating{max-width:calc(100vw - 2rem);position:fixed;--wb-gam-status-bar-top-offset:0px}.wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-right{right:1rem;top:calc(1rem + var( --wb-gam-status-bar-top-offset ))}.wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-left{left:1rem;top:calc(1rem + var( --wb-gam-status-bar-top-offset ))}.wb-gam-status-bar--floating.wb-gam-status-bar--pos-bottom-right{bottom:1rem;right:1rem}.wb-gam-status-bar--floating.wb-gam-status-bar--pos-bottom-left{bottom:1rem;left:1rem}body.admin-bar .wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-left,body.admin-bar .wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-right{top:calc(32px + 1rem + var( --wb-gam-status-bar-top-offset ))}@media (max-width:782px){body.admin-bar .wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-left,body.admin-bar .wb-gam-status-bar--floating.wb-gam-status-bar--pos-top-right{top:calc(46px + .75rem + var( --wb-gam-status-bar-top-offset ))}}.wb-gam-status-bar--sticky-top{position:sticky;top:0;width:100%}body.admin-bar .wb-gam-status-bar--sticky-top{top:32px}.wb-gam-status-bar--inline{display:block}.wb-gam-status-bar__inner{align-items:center;background:var( --wb-gam-status-bg );border:1px solid var( --wb-gam-status-border );border-radius:999px;box-shadow:var(--wb-gam-shadow-lg);display:inline-flex;gap:8px;padding:12px 16px;transition:box-shadow .2s ease,transform .2s ease}.wb-gam-status-bar--inline .wb-gam-status-bar__inner{display:flex;width:100%}.wb-gam-status-bar__inner:hover{box-shadow:var(--wb-gam-shadow-xl)}.wb-gam-status-bar__toggle{align-items:center;background:transparent;border:0;border-radius:999px;color:var( --wb-gam-status-muted );cursor:pointer;display:inline-flex;justify-content:center;padding:4px}.wb-gam-status-bar__toggle:hover{color:var( --wb-gam-status-fg )}.wb-gam-status-bar__toggle:focus-visible{outline:2px solid var( --wb-gam-status-accent );outline-offset:2px}.wb-gam-status-bar__toggle-icon{background-color:currentColor;display:block;height:14px;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27m15 18-6-6 6-6%27/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27m15 18-6-6 6-6%27/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;transition:transform .22s ease;width:14px}.wb-gam-status-bar.is-collapsed .wb-gam-status-bar__toggle-icon{transform:rotate(180deg)}.wb-gam-status-bar__body{align-items:center;display:inline-flex;gap:12px;max-width:100%;overflow:hidden;transition:max-width .22s ease,opacity .22s ease;white-space:nowrap}.wb-gam-status-bar.is-collapsed .wb-gam-status-bar__body{max-width:0;opacity:0;pointer-events:none}.wb-gam-status-bar__stat{align-items:center;display:inline-flex;font-size:.875rem;font-weight:600;gap:4px}.wb-gam-status-bar__stat--points{color:var( --wb-gam-status-accent )}.wb-gam-status-bar__stat--level{color:var( --wb-gam-status-fg )}.wb-gam-status-bar__stat--badges{color:var(--wb-gam-gold)}.wb-gam-status-bar__stat--streak{color:var(--wb-gam-color-fire)}.wb-gam-status-bar__icon{flex-shrink:0;height:16px;width:16px}.wb-gam-status-bar__value{font-variant-numeric:tabular-nums;font-weight:700;transition:color .2s ease}.wb-gam-status-bar__label{color:var( --wb-gam-status-muted );font-size:.8125rem;font-weight:500}@keyframes wb-gam-status-bump{0%{transform:scale(1)}35%{transform:scale(1.18)}to{transform:scale(1)}}.wb-gam-status-bar__value--bump{animation:wb-gam-status-bump .48s cubic-bezier(.34,1.56,.64,1);display:inline-block}.wb-gam-status-bar__progress{background:var( --wb-gam-status-border );border-radius:999px;flex:0 0 64px;height:4px;overflow:hidden}.wb-gam-status-bar__progress-fill{background:linear-gradient(90deg,var( --wb-gam-status-accent ),var(--wb-gam-gold));border-radius:999px;height:100%;min-width:2px;transition:width .36s ease}@media (max-width:640px){.wb-gam-status-bar--floating{max-width:calc(100vw - 1rem)}.wb-gam-status-bar__inner{gap:6px;padding:8px 12px}.wb-gam-status-bar__body{gap:8px}.wb-gam-status-bar__stat{font-size:.8125rem}.wb-gam-status-bar__progress{flex-basis:40px}.wb-gam-status-bar__label{display:none}}@media (prefers-reduced-motion:reduce){.wb-gam-status-bar__value--bump{animation:none}.wb-gam-status-bar__body,.wb-gam-status-bar__progress-fill{transition:none}}
