*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#e2e8f0}header{background:#111827;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}a,button{cursor:pointer}main{padding:16px}.container{max-width:1100px;margin:0 auto}.card{background:#111827;border:1px solid #1f2937;border-radius:10px;padding:16px;margin-bottom:16px}.row{display:flex;gap:16px;flex-wrap:wrap}.col{flex:1 1 300px}.video-box video{width:100%;background:#000;border-radius:8px}.controls{display:flex;gap:8px;margin-top:8px}.link{word-break:break-all}.badge{background:#374151;border-radius:999px;padding:2px 8px;font-size:.8rem}textarea{width:100%;min-height:140px;background:#0b1220;color:#e2e8f0;border:1px solid #1f2937;border-radius:8px;padding:8px}input,button{border-radius:8px;border:1px solid #374151;background:#1f2937;color:#e2e8f0;padding:8px 12px}button.primary{background:#2563eb;border-color:#2563eb}button.danger{background:#dc2626;border-color:#dc2626}.stage{position:relative;width:100%;min-height:300px;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}.stage.expanded{min-height:60vh}.stage .primary{position:absolute;inset:0}.stage .primary video{width:100%;height:100%;object-fit:cover}.stage .pip{position:absolute;right:12px;bottom:12px;width:260px;max-width:30%;background:#000;border-radius:10px;box-shadow:0 10px 30px #00000080;cursor:pointer;border:1px solid #1f2937}.stage .pip.hidden{display:none}.stage .pip video{width:100%;height:auto;display:block;border-radius:10px}.stage .badge{position:absolute;left:12px;top:12px}
