.play-btn{width:72px;height:72px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease;position:relative;z-index:1}.play-btn:hover{transform:scale(1.08);background:var(--gold-light)}.play-btn::after{content:"";border-left:24px solid var(--bg);border-top:14px solid transparent;border-bottom:14px solid transparent;margin-left:4px}.video-placeholder .vid-label{font-size:13px;color:var(--text-muted);letter-spacing:.1em;position:relative;z-index:1}