.listing-reel-player{position:relative;width:100%;max-width:100%;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg-muted);overflow:hidden;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.listing-reel-player.is-loading{aspect-ratio:var(--reel-aspect-ratio,9/16);max-height:480px}.listing-reel-player__video{display:block;width:100%;max-height:480px;height:auto;object-fit:contain;background:#111;transition:opacity .2s ease}.listing-reel-player__video.is-buffering{opacity:0;position:absolute;inset:0;width:100%;height:100%;max-height:none;pointer-events:none}.listing-reel-player__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--color-text-muted);background:linear-gradient(180deg,#1a1a1a,#111);font-size:.85rem;font-weight:500}.listing-reel-player__spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:listing-reel-spin .8s linear infinite}@keyframes listing-reel-spin{to{transform:rotate(1turn)}}.listing-reel-player__play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.55);pointer-events:none}.listing-reel-player__play-badge svg{width:24px;height:24px;margin-left:3px}.listing-reel-player__fallback,.listing-reel-player__hint{position:absolute;left:50%;bottom:.65rem;transform:translateX(-50%);padding:.3rem .65rem;border-radius:999px;font-size:.75rem;font-weight:500;color:#fff;background:rgba(0,0,0,.62);pointer-events:none;white-space:nowrap;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis}.listing-reel-player.is-playing .listing-reel-player__hint,.listing-reel-player.is-playing .listing-reel-player__play-badge{opacity:0;transition:opacity .15s ease}.listing-reel-player__fallback{bottom:50%;transform:translate(-50%,50%);text-align:center;white-space:normal;max-width:calc(100% - 2rem);line-height:1.35}