@font-face{font-family:"DIN 2014";src:url(/assets/din-2014_regular-DRRgE9FO.woff2)format("woff2"),url(/assets/din-2014_regular-p-aKIkuP.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/din-2014_bold-DhdZ2T7L.woff2)format("woff2"),url(/assets/din-2014_bold-BUEcaZTw.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--sans:"DIN 2014", system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a}}html,body{background:#000;height:100%;margin:0}p{margin:0}#app{background:#000;width:100vw;height:100svh;overflow:hidden}#player{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}#player img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}#player video{object-fit:contain;opacity:0;width:100%;height:100%;position:absolute;inset:0}#player video.is-showing{opacity:1}#player video.is-crossfading{transition:opacity var(--crossfade-ms,.1s) linear}#player iframe{border:none;width:100%;height:100%}#player .audio-placeholder:not([hidden]){justify-content:center;align-items:center;width:100%;height:100%;display:flex}#player .audio-placeholder img{width:96px;height:96px}#player-status,#status{display:none}#registration{text-align:center;color:#6b6375;font-family:var(--sans);flex-direction:column;align-items:center;gap:8px;display:flex}#registration[hidden]{display:none}#registration-pin{letter-spacing:8px;font-variant-numeric:tabular-nums;color:#08060d;font-size:64px;font-weight:700}#registration-hint{max-width:480px;margin-top:25px;font-size:16px}#splash-download{text-align:center;color:#6b6375;font-family:var(--sans);font-variant-numeric:tabular-nums;flex-direction:column;align-items:center;gap:6px;display:flex}#splash-download[hidden]{display:none}#splash-download-files{color:#08060d;font-size:20px;font-weight:600}#splash-download-speed{font-size:16px}#debug-panel{z-index:10000;font-family:var(--sans);position:fixed;inset:0}#debug-panel[hidden]{display:none}.debug-panel__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;position:absolute;inset:0}.debug-panel__card{background:var(--bg);width:min(760px,100%);height:100%;max-height:100svh;color:var(--text);border-left:1px solid var(--border);flex-direction:column;margin-left:auto;display:flex;position:relative;box-shadow:-8px 0 32px #00000059}@media (width<=800px){.debug-panel__card{width:100%}}.debug-panel__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.debug-panel__header h2{color:var(--text-h);margin:0;font-size:18px}.debug-panel__close{appearance:none;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:24px;line-height:1}.debug-panel__close:hover{background:var(--border);color:var(--text-h)}.debug-panel__body{flex-direction:column;gap:14px;padding:16px 20px;font-size:14px;display:flex;overflow-y:auto}.debug-panel__body section h3{text-transform:uppercase;letter-spacing:.6px;color:var(--text-h);margin:0 0 4px;font-size:12px;font-weight:600}.debug-panel__stats-grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:8px 20px;display:grid}@media (width<=560px){.debug-panel__stats-grid{grid-template-columns:1fr}}.debug-panel__broadcast-status{color:var(--text-h);align-items:center;gap:8px;font-size:14px;display:flex}.debug-panel__dot{background:#9ca3af;border-radius:50%;flex-shrink:0;width:9px;height:9px}.debug-panel__dot[data-state=inside]{background:#22c55e;box-shadow:0 0 6px #22c55e}.debug-panel__dot[data-state=outside]{background:#ef4444}.debug-panel__next-change{margin:4px 0 0;font-size:12px}.debug-panel__next-change-countdown{display:block}.debug-panel__stat-list{font-variant-numeric:tabular-nums;flex-direction:column;gap:0;margin:0;padding:0;line-height:1.3;list-style:none;display:flex}.debug-panel__stat-list li{justify-content:space-between;gap:10px;padding:0;display:flex}.debug-panel__stat-list li span:first-child{color:var(--text);opacity:.7}.debug-panel__stat-list li span:last-child{color:var(--text-h);text-align:right;overflow-wrap:anywhere}.debug-panel__stat-list li.debug-panel__stat-list-wrap{flex-direction:column;align-items:flex-start}.debug-panel__stat-list li.debug-panel__stat-list-wrap span:last-child{text-align:left}.debug-panel__storage{font-variant-numeric:tabular-nums;margin:0 0 6px;font-size:13px}.debug-panel__download-speed{font-variant-numeric:tabular-nums;margin:0 0 6px;font-size:13px}.debug-panel__download-speed:empty{display:none}.debug-panel__active-downloads{font-variant-numeric:tabular-nums;flex-direction:column;gap:2px;margin:0 0 6px;padding:0;font-size:12px;line-height:1.3;list-style:none;display:flex}.debug-panel__active-downloads:empty{display:none}.debug-panel__active-downloads li{overflow-wrap:anywhere;opacity:.85}.debug-panel__auth-key{font:inherit;font-variant-numeric:tabular-nums;color:var(--text-h);text-align:right;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:none;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.debug-panel__auth-key:hover{opacity:.8}.debug-panel__config{border:1px solid var(--border);white-space:pre;background:#7f7f7f1f;border-radius:8px;margin:0;padding:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.5;overflow-x:auto}.debug-panel__actions{flex-direction:column;gap:0;display:flex}.debug-panel__actions-row{gap:8px;display:flex}.debug-panel__reset-button,.debug-panel__reset-confirm-yes,.debug-panel__reset-cancel,.debug-panel__send-stats-button,.debug-panel__download-button{appearance:none;border:1px solid var(--border);font:inherit;cursor:pointer;border-radius:6px;padding:8px 14px;font-size:14px}.debug-panel__reset-button,.debug-panel__send-stats-button,.debug-panel__download-button{color:var(--text-h);background:0 0;flex:1 1 0}:is(.debug-panel__reset-button,.debug-panel__send-stats-button,.debug-panel__download-button):hover{background:var(--border)}:is(.debug-panel__reset-button,.debug-panel__send-stats-button,.debug-panel__download-button):disabled{cursor:default;opacity:.6}.debug-panel__send-stats-status,.debug-panel__download-status{margin:8px 0 0;font-size:13px}.debug-panel__reset-confirm[hidden]{display:none}.debug-panel__reset-confirm p{margin:0 0 10px;font-size:14px}.debug-panel__reset-actions{gap:8px;display:flex}.debug-panel__reset-confirm-yes{color:#fff;background:#ef4444;border-color:#ef4444}.debug-panel__reset-confirm-yes:hover{background:#dc2626}.debug-panel__reset-cancel{color:var(--text-h);background:0 0}.debug-panel__reset-cancel:hover{background:var(--border)}.debug-panel__reset-status{margin:10px 0 0;font-size:13px}
