:root{color-scheme:dark;--bg:#080b0a;--panel:#101513;--panel2:#151c19;--line:#25302b;--text:#f2f5f3;--muted:#8d9b94;--green:#76f7b0;--amber:#f0bc62;--red:#ff6d6d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 70% -20%,#153127 0,transparent 36rem),var(--bg);color:var(--text)}header,main{width:min(1240px,calc(100% - 32px));margin:auto}header{height:96px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}h1,h2,p{margin:0}h1{font-size:22px;letter-spacing:-.02em}.eyebrow{font-size:10px;letter-spacing:.18em;color:var(--green);font-weight:700;margin-bottom:7px}.system{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px}.dot{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 14px currentColor}.dot.ok{background:var(--green)}main{padding:28px 0 56px}.panel{background:linear-gradient(145deg,rgba(21,28,25,.96),rgba(13,18,16,.96));border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 70px rgba(0,0,0,.24)}.hero{padding:24px;display:grid;grid-template-columns:230px 1fr;gap:22px}.hero-copy{align-self:end;padding:10px 4px}.hero-copy h2{font-size:28px}.hero-copy>p:last-child{color:var(--muted);font-size:13px;margin-top:8px;line-height:1.5}.viewer{height:390px;background:#020403;border-radius:12px;position:relative;overflow:hidden;display:grid;place-items:center;border:1px solid #1c2421}.viewer img{width:100%;height:100%;object-fit:contain;display:none}.viewer img.active{display:block}#empty-preview{text-align:center;color:var(--muted)}#empty-preview span{font-size:32px;color:#34433c}#empty-preview p{margin-top:12px;color:var(--text)}#empty-preview small{display:block;margin-top:5px}.live-badge{display:none;position:absolute;top:12px;left:12px;padding:6px 8px;border-radius:5px;background:#101512dd;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.12em}.viewer.streaming .live-badge{display:block}.controls{grid-column:1/-1;display:flex;gap:9px;flex-wrap:wrap}button,select,input{font:inherit;border-radius:8px;border:1px solid var(--line);background:#18201d;color:var(--text);padding:10px 13px}button{cursor:pointer;font-size:12px;font-weight:650}button:hover:not(:disabled){border-color:#46574f;background:#202a26}button:disabled{opacity:.4;cursor:not-allowed}.primary{background:var(--green);border-color:var(--green);color:#07100b}.danger{color:var(--red)}.danger.subtle{margin-left:auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.stat{padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#0d1210}.stat strong{display:block;font-size:20px}.stat span{font-size:11px;color:var(--muted)}.workspace{display:grid;grid-template-columns:320px 1fr;gap:16px}.devices,.footage{padding:20px;min-height:370px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title h2{font-size:18px}.section-title>span{background:#1b2722;color:var(--green);padding:5px 9px;border-radius:99px;font-size:11px}.device{padding:13px 0;border-top:1px solid var(--line);display:flex;gap:10px;align-items:center;cursor:pointer}.device:first-child{border-top:0}.device.selected{color:var(--green)}.device-status{width:9px;height:9px;border-radius:50%;background:#3b4742}.device-status.online{background:var(--green);box-shadow:0 0 10px #76f7b077}.device-info{flex:1}.device-info strong,.device-info small{display:block}.device-info small{color:var(--muted);margin-top:3px}.motion-label{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:5px}.motion-label input{accent-color:var(--green)}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.clip-list{border-top:1px solid var(--line)}.clip{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:13px 2px;border-bottom:1px solid var(--line)}.clip strong,.clip small{display:block}.clip small,.muted{color:var(--muted);font-size:11px;margin-top:4px}.clip button{padding:7px 9px}dialog{width:min(900px,calc(100% - 24px));background:#0d1210;border:1px solid var(--line);border-radius:16px;color:var(--text);padding:16px}dialog::backdrop{background:#000b}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}video{width:100%;max-height:75vh;background:#000;border-radius:8px}@media(max-width:820px){.hero{grid-template-columns:1fr}.hero-copy{order:1}.viewer{order:2;height:54vw;min-height:240px}.controls{order:3}.workspace{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.clip{grid-template-columns:1fr auto}.clip .delete{grid-column:2}}@media(max-width:520px){header,main{width:min(100% - 20px,1240px)}header{height:80px}.hero,.devices,.footage{padding:15px}.viewer{height:62vw}.controls button{flex:1 1 42%}.filters>*{flex:1}.danger.subtle{margin-left:0}.clip{gap:5px}}

