:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:16px/145% var(--sans)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a}}body{margin:0}h1,h2,h3{color:var(--text-h);font-weight:500}.player-pulse-dot{background:#f59e0b;border-radius:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;animation:1.6s ease-out infinite player-pulse}@keyframes player-pulse{0%{box-shadow:0 0 #f59e0bb3}70%{box-shadow:0 0 0 12px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.player-zoom-stage{animation:.5s forwards player-zoom-in}@keyframes player-zoom-in{0%{transform-origin:50%;transform:scale(1)}to{transform:scale(var(--zoom-scale,1));transform-origin:var(--zoom-cx,50%) var(--zoom-cy,50%)}}
