.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg);color:var(--muted)}.login-page{min-height:100vh;padding:max(var(--safe-top),1rem) 1rem max(var(--safe-bottom),1rem);display:flex;align-items:center;justify-content:center}.login-page>div{display:flex;flex-direction:column}.login-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.login-logo{display:block;max-width:160px;height:auto;margin:0 auto}.login-form input{width:100%;padding:.75rem;margin-bottom:1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem}.login-form input::placeholder{color:var(--muted)}.btn{width:100%;padding:.9rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.btn-primary:hover:not(:disabled){opacity:.95}.login-footer{margin:1rem 0 0;font-size:.9rem;color:var(--muted);text-align:center}.login-footer a{color:var(--accent);text-decoration:none}.login-footer a:hover{text-decoration:underline}.dashboard{min-height:100vh;min-height:100dvh;padding:0;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);display:flex;flex-direction:column}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.reporter-name{font-weight:600;font-size:1rem}.btn-logout{padding:.5rem .75rem;font-size:.9rem;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:6px}.btn-logout:hover{color:var(--text);background:var(--surface2)}.dashboard-main{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.preview-section{flex-shrink:0}.preview-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:12px;overflow:hidden;margin-bottom:1rem}.preview-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.preview-overlay{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;text-align:left}.status-badge{display:inline-block;padding:.25rem .5rem;font-size:.8rem;font-weight:600;border-radius:4px;background:#0009}.status-badge--idle,.status-badge--preview{color:var(--muted)}.status-badge--connecting,.status-badge--reconnecting{color:#f0c674}.status-badge--live{color:var(--success)}.status-badge--error{color:var(--danger)}.streaming-timer{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums;background:#0009;border-radius:4px}.network-quality{position:absolute;top:.5rem;left:.5rem;padding:.2rem .4rem;font-size:.75rem;font-weight:600;border-radius:4px;background:#0009}.network-quality--good{color:var(--success)}.network-quality--fair{color:#f0c674}.network-quality--poor{color:var(--danger)}.controls-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.bitrate-selector{display:flex;align-items:center;gap:.5rem}.bitrate-label{font-size:.85rem;color:var(--muted)}.bitrate-select{padding:.4rem .6rem;font-size:.9rem;background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text)}.preview-actions{display:flex;gap:.5rem}.btn-icon{padding:.5rem .75rem;font-size:.9rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer}.btn-icon:hover{background:var(--border)}.btn-icon--muted{color:var(--danger)}.btn-icon-label{pointer-events:none}.actions{display:flex;gap:.75rem;margin-bottom:.5rem}.actions .btn{flex:1;padding:1rem 1.25rem;font-size:1.1rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s}.actions .btn:disabled{opacity:.7;cursor:not-allowed}.btn-go-live{background:var(--danger);color:#fff}.btn-go-live:hover:not(:disabled){opacity:.95}.btn-stop{background:var(--success);color:#fff}.btn-stop:hover{opacity:.95}.status-msg{font-size:.85rem;margin:0}.status-msg--state{color:var(--muted);min-height:1.2em}.status-msg--error{color:var(--danger)}.return-feed-section{flex:1;min-height:0}.return-feed-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:var(--muted)}.return-feed-actions{margin-bottom:.5rem}.btn-load-return-feed,.btn-stop-return-feed{padding:.6rem 1rem;font-size:.95rem;font-weight:600;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);cursor:pointer}.btn-load-return-feed:hover:not(:disabled),.btn-stop-return-feed:hover{background:var(--border)}.btn-stop-return-feed{color:var(--muted);font-weight:500}.return-feed-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--surface2);border-radius:12px;overflow:hidden}.return-feed-video{width:100%;height:100%;object-fit:contain}.return-feed-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;background:var(--surface2);pointer-events:none}.return-feed-wrap--playing .return-feed-placeholder{display:none}.return-feed-unmute{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);padding:.5rem 1rem;font-size:.9rem;font-weight:600;background:#000000bf;color:#fff;border:none;border-radius:8px;cursor:pointer}.return-feed-unmute:hover{background:#000000e6}.upload-section{padding-top:.5rem;border-top:1px solid var(--border)}.upload-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:var(--muted)}.upload-intro{font-size:.85rem;color:var(--muted);margin:0 0 1rem}.upload-form{display:flex;flex-direction:column;gap:.5rem;max-width:360px}.upload-label{font-size:.85rem;color:var(--muted)}.upload-input{font-size:.9rem;padding:.5rem 0}.upload-filename{font-size:.85rem;color:var(--muted);word-break:break-all}.upload-progress-wrap{position:relative;height:24px;background:var(--surface2);border-radius:6px;overflow:hidden}.upload-progress-bar{position:absolute;left:0;top:0;bottom:0;background:var(--accent);transition:width .2s ease}.upload-progress-text{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--text)}.btn-upload{align-self:flex-start;padding:.6rem 1rem;font-size:.95rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer}.btn-upload:hover:not(:disabled){opacity:.95}.btn-upload:disabled{opacity:.7;cursor:not-allowed}.upload-msg{font-size:.85rem;margin:0}.upload-msg--success{color:var(--success)}.upload-msg--error{color:var(--danger)}.alert-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.alert-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:var(--muted)}.alert-intro{font-size:.85rem;color:var(--muted);margin:0 0 .75rem}.alert-form{display:flex;flex-direction:column;gap:.5rem;max-width:360px}.alert-input{width:100%;min-height:3rem;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-size:.95rem;resize:vertical}.btn-alert{align-self:flex-start;padding:.5rem 1rem;font-size:.95rem;font-weight:600;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer}.btn-alert:hover{opacity:.95}.alert-msg{font-size:.85rem;margin:0}.alert-msg--success{color:var(--success)}.alert-msg--error{color:var(--danger)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.login-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-sizing:border-box}.login-card h1{margin:0 0 .25rem;font-size:1.5rem}.login-sub{color:var(--muted);font-size:.9rem;margin:0 0 1.5rem}.login-form label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.login-form input{width:100%;padding:.75rem;margin-bottom:1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;box-sizing:border-box;min-height:44px}.login-error{color:var(--danger);font-size:.9rem;margin:-.5rem 0 .75rem}.btn{width:100%;padding:.9rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;min-height:44px}.btn-primary{background:var(--accent);color:#fff}.btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 400px){.login-page{padding:.75rem}.login-card{padding:1rem}.login-card h1{font-size:1.25rem}}.layout{display:flex;min-height:100vh;flex-direction:row}.sidebar{width:220px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);padding:1rem;display:flex;flex-direction:column}.sidebar-title{font-size:1.1rem;margin:0 0 1rem;color:var(--text)}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-link{padding:.6rem .75rem;border-radius:6px;color:var(--muted);text-decoration:none}.nav-link:hover{color:var(--text);background:var(--surface2)}.nav-link.active{color:var(--accent);background:var(--surface2)}.btn-logout{margin-top:auto;padding:.5rem;font-size:.9rem;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;min-height:44px}.btn-logout:hover{color:var(--text)}.main{flex:1;overflow:auto;padding:1rem;min-width:0}@media (max-width: 768px){.layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;border-right:none;border-bottom:1px solid var(--border);padding:.75rem 1rem}.sidebar-title{margin:0 auto 0 0;font-size:1rem}.sidebar-nav{flex:none;flex-direction:row;flex-wrap:wrap;gap:.25rem;order:3;width:100%}.btn-logout{margin-top:0;margin-left:auto;order:2;min-height:36px;padding:.4rem .75rem}.main{padding:.75rem}}.reporters-page h1{margin:0 0 1rem;font-size:1.25rem}.reporters-grid{display:grid;grid-template-columns:1fr 340px;grid-template-rows:auto 1fr;gap:1rem}.reporters-list-panel{grid-column:1;grid-row:1 / -1;min-width:0}.preview-panel{grid-column:2;grid-row:1}.activity-panel{grid-column:2;grid-row:2}.reporters-table{width:100%;border-collapse:collapse;font-size:.9rem}.reporters-table th,.reporters-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.reporters-table th{color:var(--muted);font-weight:600}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.35rem}.status-live{background:var(--success)}.status-offline{background:var(--muted)}.btn-sm{padding:.35rem .6rem;font-size:.8rem;margin-right:.35rem;margin-bottom:.25rem;background:var(--surface2);border:1px solid var(--border);border-radius:4px;color:var(--text);cursor:pointer;min-height:36px}.btn-sm:hover{background:var(--border)}.btn-delete,.btn-stop-stream{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-delete:hover:not(:disabled),.btn-stop-stream:hover:not(:disabled){opacity:.9}.btn-stop-stream{background:var(--danger, #f85149);color:#fff;border-color:var(--danger, #f85149)}.btn-stop-stream:hover:not(:disabled){opacity:.9}.preview-panel h3,.activity-panel h3{margin:0 0 .5rem;font-size:.95rem;color:var(--muted)}.preview-wrap{position:relative;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden}.preview-video{width:100%;height:100%;object-fit:contain}.preview-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;background:var(--surface2)}.preview-error{color:var(--danger)}.btn-close-preview{position:absolute;bottom:.5rem;right:.5rem;min-height:36px;padding:.35rem .6rem}.activity-list{list-style:none;margin:0;padding:0;font-size:.85rem}.activity-list li{padding:.35rem 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.1rem}.activity-time{color:var(--muted);font-size:.75rem}.page-loading,.page-error{padding:2rem;text-align:center;color:var(--muted)}.page-error{color:var(--danger)}.muted{color:var(--muted);font-size:.9rem}@media (max-width: 900px){.reporters-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.reporters-list-panel{grid-column:1;grid-row:1}.preview-panel{grid-column:1;grid-row:2;max-width:100%}.activity-panel{grid-column:1;grid-row:3}}@media (max-width: 600px){.reporters-page h1{font-size:1.1rem}.reporters-table{font-size:.85rem;display:block}.reporters-table th,.reporters-table td{padding:.4rem .5rem}.reporters-list-panel{overflow-x:auto;-webkit-overflow-scrolling:touch}.reporters-table{min-width:320px}.btn-sm{margin-right:.25rem;padding:.4rem .5rem;font-size:.75rem}}.uploads-page h1{margin:0 0 1rem;font-size:1.25rem}.uploads-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;align-items:flex-end}.uploads-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--muted);min-width:0}.uploads-filters select,.uploads-filters input{padding:.4rem .6rem;background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text);min-height:40px}.uploads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}@media (max-width: 640px){.uploads-page h1{font-size:1.1rem}.uploads-filters{gap:.75rem}.uploads-grid{grid-template-columns:1fr}}.upload-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.upload-preview{aspect-ratio:16/9;background:var(--surface2);display:flex;align-items:center;justify-content:center}.upload-placeholder{color:var(--muted);font-size:.9rem}.upload-info{padding:.75rem;display:flex;flex-direction:column;gap:.35rem}.upload-name{font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-meta{font-size:.8rem;color:var(--muted)}.btn-download{padding:.4rem .75rem;font-size:.85rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;align-self:flex-start}.btn-download:hover:not(:disabled){opacity:.9}.btn-download:disabled{opacity:.7;cursor:not-allowed}.btn-preview{margin-right:.5rem;padding:.4rem .7rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}.btn-preview:hover:not(:disabled){background:var(--surface2)}.btn-preview:disabled{opacity:.7;cursor:not-allowed}.upload-video{width:100%;height:100%;object-fit:contain;background:#000}.editors-page h1{margin:0 0 .5rem;font-size:1.25rem}.editors-intro{color:var(--muted);font-size:.9rem;margin:0 0 1.5rem;max-width:480px}.editors-form{max-width:360px;width:100%;display:flex;flex-direction:column;gap:.5rem}.editors-form label{font-size:.85rem;color:var(--muted)}.editors-form input{padding:.6rem .75rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;min-height:44px;box-sizing:border-box;width:100%}.editors-error{color:var(--danger);font-size:.9rem;margin:.25rem 0 0}.editors-success{color:var(--success);font-size:.9rem;margin:.25rem 0 0}.btn-submit{margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:8px;cursor:pointer;align-self:flex-start;min-height:44px}.btn-submit:hover:not(:disabled){opacity:.95}.btn-submit:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 480px){.editors-page h1{font-size:1.1rem}.editors-intro,.editors-form{max-width:100%}}:root{--bg: #0d1117;--surface: #161b22;--surface2: #21262d;--border: #30363d;--text: #e6edf3;--muted: #8b949e;--accent: #58a6ff;--danger: #f85149;--success: #3fb950;--safe-top: env(safe-area-inset-top, 0);--safe-bottom: env(safe-area-inset-bottom, 0)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer}input{font-family:inherit}a{color:var(--accent)}
