:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}.badge{padding:4px 8px;border-radius:6px;font-size:12px;text-transform:uppercase}.badge.receiving{background:#444;color:#fff}.badge.mp4_ready{background:#1e7e34;color:#fff}.badge.error{background:#a00;color:#fff}}:root{--bg: #0b1020;--panel: rgba(255,255,255,.06);--panel2: rgba(255,255,255,.08);--border: rgba(255,255,255,.12);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.6);--primary: #7c5cff;--primary2:#5a3cff;--ok: #2dd4bf;--warn: #fbbf24;--bad: #fb7185;--work:#60a5fa;--shadow: 0 10px 30px rgba(0,0,0,.35);--radius: 18px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:radial-gradient(1200px 600px at 30% 10%,rgba(124,92,255,.18),transparent 60%),radial-gradient(900px 600px at 80% 40%,rgba(45,212,191,.1),transparent 60%),var(--bg);color:var(--text)}code{background:#ffffff14;border:1px solid rgba(255,255,255,.1);padding:2px 6px;border-radius:8px}.app{height:100%;display:flex;flex-direction:column}.topbar{display:flex;gap:16px;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px}.logoDot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--ok));box-shadow:0 0 20px #7c5cff73}.title{font-weight:800;letter-spacing:.3px}.subtitle{color:var(--muted);font-size:12px;margin-top:2px}.actions{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;color:var(--muted)}.field input{width:220px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:var(--text);padding:10px 12px;border-radius:12px;outline:none}.field input:focus{border-color:#7c5cff99;box-shadow:0 0 0 4px #7c5cff2e}.btn{border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:var(--text);padding:11px 14px;border-radius:12px;cursor:pointer;transition:transform .05s ease,background .2s ease,border-color .2s ease;box-shadow:0 6px 18px #00000040}.btn:hover{background:#ffffff1a}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn.primary{border-color:#7c5cff8c;background:linear-gradient(135deg,var(--primary),var(--primary2))}.toast{margin:14px 20px 0;padding:12px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.toast.error{border-color:#fb718559;background:#fb71851a}.layout{flex:1;display:grid;grid-template-columns:360px 1fr;gap:16px;padding:16px 20px 20px;min-height:0}.sidebar{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:0;overflow:hidden}.sidebarHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 12px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.h2{font-weight:800;letter-spacing:.2px}.pill{font-size:12px;color:var(--muted);border:1px solid rgba(255,255,255,.12);background:#ffffff0f;border-radius:999px;padding:4px 10px}.list{padding:10px;overflow:auto;min-height:0}.item{width:100%;text-align:left;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text);border-radius:14px;padding:12px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .05s ease;margin-bottom:10px}.item:hover{background:#ffffff12;border-color:#ffffff24}.item:active{transform:translateY(1px)}.item.active{border-color:#7c5cff80;background:#7c5cff1f}.itemTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.itemTitle{font-weight:700}.itemBottom{display:flex;justify-content:space-between;margin-top:8px;font-size:12px}.muted{color:var(--muted)}.badge{font-size:12px;padding:5px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff12;white-space:nowrap}.badge.ok{border-color:#2dd4bf59;background:#2dd4bf24}.badge.ready{border-color:#fbbf2466;background:#fbbf2424}.badge.warn{border-color:#fbbf244d;background:#fbbf241a}.badge.work{border-color:#60a5fa59;background:#60a5fa24}.badge.bad{border-color:#fb718559;background:#fb718524}.empty{padding:18px 14px;border:1px dashed rgba(255,255,255,.18);border-radius:14px;background:#ffffff0a}.emptyTitle{font-weight:800;margin-bottom:6px}.emptySub{color:var(--muted);font-size:13px}.content{min-height:0;display:flex;flex-direction:column;gap:12px}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:0}.cardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.cardHeaderRight{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.linkBtn{text-decoration:none;color:var(--text);border:1px solid rgba(255,255,255,.14);background:#ffffff12;padding:9px 12px;border-radius:12px}.linkBtn:hover{background:#ffffff1a}.playerWrap{padding:16px;min-height:0}.video{width:100%;max-height:70vh;border-radius:16px;background:#000;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 26px #00000059}.playerEmpty{border:1px dashed rgba(255,255,255,.18);background:#ffffff0a;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.playerEmptyTitle{font-weight:900;font-size:18px}.playerEmptySub{color:var(--muted)}.warnBox{margin-top:6px;padding:12px;border-radius:14px;border:1px solid rgba(251,191,36,.35);background:#fbbf241f}.footer{padding:0 4px 6px}@media(max-width:980px){.layout{grid-template-columns:1fr}.field input{width:180px}}
