.StickyBottomBar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#022729f5;border-top:1px solid #c7eded2e;bottom:0;color:#fff;left:0;padding:14px 56px;pointer-events:none;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:100}.StickyBottomBar.is-visible{pointer-events:auto;transform:translateY(0)}.StickyBottomBar-inner{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1380px}.StickyBottomBar-info{align-items:center;display:flex;gap:14px;overflow:hidden}.StickyBottomBar-thumb{background:#c7eded26;border-radius:10px;flex-shrink:0;height:56px;overflow:hidden;width:56px}.StickyBottomBar-thumb img,.StickyBottomBar-thumb picture{display:block;height:100%;object-fit:cover;width:100%}.StickyBottomBar-meta{overflow:hidden}.StickyBottomBar-title{color:#fff;font-size:1.125rem;font-weight:700;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StickyBottomBar-status{align-items:center;background:#ffffff26;border-radius:20px;color:var(--ww-paper);display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;line-height:1.3;margin-top:4px;padding:3px 10px}.StickyBottomBar-status:empty{display:none}.StickyBottomBar-actions{display:flex;flex-shrink:0;gap:10px}.StickyBottomBar-btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:700;gap:7px;padding:9px 16px;text-decoration:none;transition:background-color .2s ease,transform .15s ease;white-space:nowrap}.StickyBottomBar-btn svg{fill:#fff;flex-shrink:0;height:14px;width:14px}.StickyBottomBar-btn:hover{transform:translateY(-1px)}.StickyBottomBar-btn--ghost{background:#0000;border:1.5px solid #fff6;color:#fff}.StickyBottomBar-btn--ghost:hover{background:#ffffff1a}.StickyBottomBar-btn--primary{background:var(--ww-olive);color:#fff}.StickyBottomBar-btn--primary:hover{background:var(--ww-olive-deep)}@media (prefers-reduced-motion:reduce){.StickyBottomBar,.StickyBottomBar-btn{transition:none}}@media screen and (max-width:992px){.StickyBottomBar{padding:12px 16px}.StickyBottomBar-thumb{display:none}.StickyBottomBar-title{font-size:.9375rem}.StickyBottomBar-btn--ghost{display:none}}