*{box-sizing:border-box}html,body,.player,#stage{margin:0;width:100%;height:100%;overflow:hidden;background:#09090c}.player{position:fixed;inset:0}#stage{display:grid;place-items:center;background:radial-gradient(circle at center,#24202d,#09090c 65%)}#play{display:flex;flex-direction:column;align-items:center;gap:12px;border:0;background:transparent;color:#fff;cursor:pointer;font:600 14px system-ui}#play span{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;padding-left:5px;font-size:30px;background:linear-gradient(135deg,#7d56f4,#c046dd);box-shadow:0 15px 45px #8f4ce066}iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}

