:root{color:#e2e8f0;background:#020617;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#e2e8f0;background:#020617;margin:0}.app{gap:16px;max-width:1100px;margin:24px auto;padding:0 16px;display:grid}.app-header{background:linear-gradient(#0f172a 0%,#0b1224 100%);border:1px solid #1e293b;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex;box-shadow:0 12px 24px #02061773}.app-header h1{color:#f8fafc;letter-spacing:.01em;margin:0;font-size:1.1rem}.app-logo{object-fit:contain;width:32px;height:32px}.app-header-spacer{flex:1}.language-switcher{align-items:center;gap:8px;display:flex}.language-select{color:#e2e8f0;cursor:pointer;background:#0b1220;border:1px solid #334155;border-radius:8px;padding:6px 10px;font-size:.82rem}.app-content{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.panel{background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:16px;box-shadow:0 12px 24px #02061773}.playback-panel{background:radial-gradient(circle at 100% 0,#3b82f638,#0000 40%),linear-gradient(#0f172a 0%,#0b1224 100%);border:1px solid #1e293b;border-radius:16px;box-shadow:0 18px 40px #02061799}.page-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.playback-header h2{margin:4px 0 0}.playback-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:.72rem}.playback-content{gap:14px;margin-top:10px;display:grid}.search-form{gap:8px;margin-bottom:12px;display:flex}input{color:#e2e8f0;background:#0b1220;border:1px solid #334155;border-radius:8px;width:100%;padding:10px}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 12px}.ghost-button{color:#93c5fd;background:#0b1220;border:1px solid #334155}button:disabled{opacity:.65;cursor:not-allowed}.results{flex-direction:column;gap:8px;max-height:520px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.results li{background:#0b1220;border:1px solid #334155;border-radius:8px;justify-content:space-between;gap:8px;padding:10px;display:flex}.results li.selected{background:#172554;border-color:#2563eb}.result-main{flex-direction:column;gap:6px;display:flex}.result-main span{color:#94a3b8;font-size:.9rem}.error{color:#fda4af}video{background:#000;border-radius:8px;width:100%}.video-shell{border:1px solid #1d4ed8;border-radius:12px;overflow:hidden;box-shadow:0 12px 24px #1d4ed84d}.status p{margin:8px 0}.playback-status{background:#0b1220;border:1px solid #334155;border-radius:12px;padding:12px}.status-file{gap:2px;margin:0 0 10px;display:grid}.status-file span{color:#94a3b8;font-size:.8rem}.status-file strong{color:#f8fafc;overflow-wrap:anywhere}.status-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;display:grid}.status-card{background:#0f172a;border:1px solid #334155;border-radius:10px;gap:4px;padding:8px 10px;display:grid}.status-card span{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:.75rem}.status-card strong{color:#f8fafc}.danger{background:#dc2626}.stream-url-box{background:#0b1220;border:1px solid #334155;border-radius:12px;margin-top:2px;margin-bottom:2px;padding:12px}.stream-url-box p{margin:0 0 8px}.stream-url-box code{color:#cbd5e1;overflow-wrap:anywhere;background:#020617;border-radius:8px;margin-bottom:8px;padding:8px;display:block}.muted-message{color:#94a3b8}.loader-overlay{z-index:1000;background:#1118278c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-card{color:#e2e8f0;text-align:center;background:#0f172a;border:1px solid #1e293b;border-radius:10px;min-width:260px;padding:18px 22px;box-shadow:0 10px 24px #02061799}.loader-card p{margin:8px 0 4px;font-weight:600}.loader-card small{color:#94a3b8}.loader-spinner{border:3px solid #334155;border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;margin:0 auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
