@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,sans-serif;color:#e8ecec;background:#091012;--bg:#091012;--panel:#111a1d;--panel2:#172226;--line:#29363a;--muted:#849194;--amber:#f5a623;--green:#5ac878;--red:#ef5b62}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 48% -20%,#203035 0,#091012 45%);min-width:320px}button,input,select{font:inherit}button{color:inherit}.splash{height:100vh;display:grid;place-items:center;color:var(--muted)}.shell{display:grid;grid-template:60px 1fr/196px 1fr;min-height:100vh}header{grid-column:1/-1;display:flex;align-items:center;border-bottom:1px solid var(--line);padding:0 18px;background:#080e10;gap:28px}.brand{font-family:Barlow Condensed;font-size:22px;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand svg{color:var(--amber)}.system{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px;flex:1}.system i,.playerBar i,.cameraTile footer i{width:9px;height:9px;background:var(--green);border-radius:50%;display:inline-block}.system span{padding-left:20px;border-left:1px solid var(--line)}.user{border:0;background:transparent;display:flex;align-items:center;gap:12px}.user svg{width:17px}aside{border-right:1px solid var(--line);padding:18px 10px;background:#091012eb}aside button{width:100%;border:0;background:transparent;color:#aeb8ba;padding:13px 12px;display:flex;gap:12px;align-items:center;text-align:left;border-radius:3px;margin:2px 0}aside button svg{width:19px}aside button:nth-of-type(4){margin-top:26px}aside button.active{background:#223036;color:#fff;border-left:2px solid var(--amber)}.mobileTitle{display:none}.workspace{min-width:0;padding:22px 24px 90px}.toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.toolbar h1{font-family:Barlow Condensed;font-size:34px;line-height:1;margin:0}.toolbar p{color:var(--muted);font-size:12px;margin:8px 0 0}.toolbar button,.primary{border:1px solid #526164;background:#182326;padding:10px 14px;display:flex;align-items:center;gap:8px}.toolbar button svg,.primary svg{width:17px}.gridModes{display:flex}.gridModes button{min-width:48px;justify-content:center}.gridModes .active,.primary{background:var(--amber);color:#15191a;border-color:var(--amber);font-weight:700}.cameraLayout{display:grid;grid-template-columns:190px 1fr;border:1px solid var(--line);min-height:590px}.groups{border-right:1px solid var(--line);padding:16px;background:#0d1517}.groups h2{font-family:Barlow Condensed;font-size:18px;margin:0 0 16px}.groups button{width:100%;display:flex;justify-content:space-between;border:0;border-bottom:1px solid #202b2e;background:transparent;padding:12px 4px;text-align:left;color:#b4bec0}.groups span{color:var(--muted)}.cameraGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;background:#05090a}.cameraTile{padding:0;border:1px solid #2a383b;background:#121a1d;text-align:left;min-width:0}.cameraTile.selected{border-color:var(--amber)}.feed{height:145px;background:linear-gradient(145deg,#314148,#141d20);display:grid;place-items:center;color:#7f8b8e;font-size:12px;position:relative;overflow:hidden}.feed:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 17px,rgba(255,255,255,.025) 18px)}.feed1,.feed4,.feed7{background:linear-gradient(160deg,#36443c,#101719)}.feed2,.feed5{background:linear-gradient(145deg,#42403b,#151719)}.cameraTile footer{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:6px;padding:8px;font-size:12px}.cameraTile footer small{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.cameraTile footer i.offline{background:var(--red)}.playerBar{min-height:58px;border:1px solid var(--line);border-top:0;display:flex;align-items:center;gap:16px;padding:8px 14px}.playerBar>div{flex:1}.playerBar span{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.playerBar button{background:#121c1f;border:1px solid var(--line);padding:8px 11px;display:flex;align-items:center;gap:7px}.playerBar svg{width:17px}.table,.permissions{border:1px solid var(--line);background:#0d1416}.tr{display:grid;grid-template-columns:1.4fr 1fr 1.5fr .6fr 1fr .8fr;align-items:center;min-height:56px;border-bottom:1px solid var(--line);padding:0 14px;font-size:13px}.tr.head{color:var(--muted);font-size:11px;text-transform:uppercase}.tr button{border:1px solid var(--line);background:transparent;padding:7px;display:flex;gap:6px}.tr svg{width:15px}.good{color:var(--green)}.bad,.error{color:var(--red)}.permissions{overflow:auto}.permRow{display:grid;grid-template-columns:1.2fr 1fr repeat(4,1fr);align-items:center;min-width:800px;min-height:58px;border-bottom:1px solid var(--line);padding:0 16px}.permRow.head{color:var(--muted);font-size:11px}.permRow label{display:grid;place-items:center}.permRow input{display:none}.permRow label i{width:36px;height:20px;border-radius:11px;background:#3a4548;position:relative}.permRow label i:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.2s}.permRow input:checked+i{background:#4c915e}.permRow input:checked+i:after{left:19px}.archivePanel{border:1px solid var(--line);padding:22px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:12px;align-items:end}.archivePanel label,.modal label,.login label{display:grid;gap:7px;color:var(--muted);font-size:12px}.archivePanel input,.archivePanel select,.modal input,.login input{background:#10191c;border:1px solid #344246;color:#fff;padding:11px}.timeline{grid-column:1/-1;margin-top:30px;height:100px;border-top:1px solid #405055;display:flex;justify-content:space-between;align-items:flex-start;color:var(--muted);font-size:11px;padding-top:8px}.timeline i{height:30px;width:16%;background:var(--amber);opacity:.75}.empty{text-align:center;padding:120px 20px;color:var(--muted)}.empty svg{width:52px;height:52px}.empty h1{color:#fff;font-family:Barlow Condensed;font-size:36px}.modal{position:fixed;inset:0;background:#000000b8;display:grid;place-items:center;z-index:20;padding:20px}.modal form{width:min(480px,100%);background:#121c1f;border:1px solid #405055;padding:26px;display:grid;gap:14px;position:relative}.modal h2{font-family:Barlow Condensed;font-size:28px;margin:0}.modal p{color:var(--muted);font-size:12px;margin:0}.close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.actions button{padding:10px 18px;background:#172226;border:1px solid var(--line)}.actions .primary{background:var(--amber)}.toast{position:fixed;right:20px;bottom:20px;background:#253438;border:1px solid #526166;padding:14px 18px;z-index:30}.login{height:100vh;display:grid;place-items:center;padding:20px}.login form{width:min(410px,100%);padding:34px;border:1px solid var(--line);background:#10191c;display:grid;gap:18px}.login h1{font-family:Barlow Condensed;font-size:42px;margin:10px 0 0}.login p{color:var(--muted);margin:0 0 10px}.login button{padding:12px;background:var(--amber);border:0;font-weight:700}.brandMark{display:flex;align-items:center;gap:10px;color:var(--amber)}.bottom{display:none}@media(max-width:900px){.shell{display:block;padding-bottom:70px}header{height:58px;padding:0 14px}.brand{font-size:17px}.system,header .user{display:none}aside{display:none}.workspace{padding:18px 14px 80px}.toolbar h1{font-size:28px}.toolbar p{max-width:250px}.gridModes{display:none}.cameraLayout{display:block;border:0}.groups{display:none}.cameraGrid{display:block;padding:0}.cameraTile{display:grid;grid-template-columns:160px 1fr;width:100%;margin-bottom:10px}.feed{height:105px}.cameraTile footer{grid-template-columns:12px 1fr;align-content:center}.cameraTile footer small{grid-column:2}.cameraGrid .cameraTile:nth-child(n+7){display:none}.playerBar{position:sticky;bottom:62px;background:#0b1214;overflow:auto;padding:8px;gap:8px;z-index:5}.playerBar strong,.playerBar span,.playerBar>div{display:none}.playerBar button{white-space:nowrap}.bottom{position:fixed;display:flex;bottom:0;left:0;right:0;height:64px;background:#0b1214;border-top:1px solid var(--line);z-index:10;justify-content:space-around}.bottom button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;font-size:9px;gap:2px}.bottom button svg{width:21px}.bottom button.active{color:var(--amber)}.tr{grid-template-columns:1fr 1fr .7fr}.tr span:nth-child(3),.tr span:nth-child(5),.tr.head span:nth-child(3),.tr.head span:nth-child(5){display:none}.tr button{font-size:0}.archivePanel{grid-template-columns:1fr 1fr}.archivePanel label:first-child,.archivePanel .primary,.timeline{grid-column:1/-1}.permRow{min-width:720px}.toolbar .primary{font-size:0}.toolbar .primary svg{margin:0}.toast{left:14px;right:14px;bottom:78px}}.permRow{grid-template-columns:150px 110px repeat(13,112px);min-width:1716px}.archiveError{grid-column:1/-1;color:var(--red);padding:10px;border:1px solid #6d3034;background:#281518}.archiveResults{grid-column:1/-1;display:grid;gap:6px;margin-top:18px}.archiveResults>strong{font-family:Barlow Condensed;font-size:20px;margin-bottom:5px}.segment{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);background:#111a1d;font-size:12px}.segment span:nth-child(n+3){color:var(--muted)}.segmentActions{display:flex;gap:6px}.segmentActions button,.segmentActions a{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#182326;color:#e8ecec;text-decoration:none;padding:7px 9px}.segmentActions svg{width:15px;height:15px}.segmentActions button:disabled{opacity:.35}.archivePlayer{grid-column:1/-1;background:#060a0b;border:1px solid #3a484c;margin-top:18px;padding:10px}.archivePlayer video{display:block;width:100%;height:min(48vw,560px);min-height:300px;background:#020303}.archivePlayerHead{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 12px}.archivePlayerHead>div{display:grid;gap:4px}.archivePlayerHead span{font-size:11px;color:var(--muted)}.archivePlayerHead button{border:0;background:transparent}.archivePlayerHead svg{width:20px}.archivePlayerState{padding:9px 4px 2px;color:var(--green);font-size:12px}.archivePlayerState.failed{color:var(--red)}.archivePlayerState span{margin-left:10px;color:var(--muted)}@media(max-width:900px){.segment{grid-template-columns:1fr auto}.segment>span:nth-child(n+2){display:none}.segmentActions button,.segmentActions a{font-size:0;padding:9px}.archivePlayer video{height:56vw;min-height:210px}}.feed img{width:100%;height:100%;object-fit:cover;display:block}.cameraGrid.grid-4{grid-template-columns:repeat(2,1fr)}.cameraGrid.grid-16{grid-template-columns:repeat(4,1fr)}.groups button.activeGroup{color:#fff;border-left:2px solid var(--amber);padding-left:8px;background:#151f22}.playerBar .quality{white-space:nowrap;color:#aeb8ba}.auditTable{border:1px solid var(--line);background:#0d1416}.auditRow{display:grid;grid-template-columns:1.2fr 1.5fr 1fr 1fr .8fr;align-items:center;gap:14px;min-height:54px;border-bottom:1px solid var(--line);padding:8px 14px;font-size:12px}.auditRow.head{color:var(--muted);font-size:10px;text-transform:uppercase}.auditRow strong{font-weight:600}.auditEmpty{padding:40px;text-align:center;color:var(--muted)}.livePlayer{position:relative;background:#030506;border:1px solid var(--line);border-top:0;min-height:420px;display:grid;place-items:center;overflow:hidden}.livePlayer video{display:block;width:100%;height:min(58vw,640px);min-height:420px;object-fit:contain;background:#030506}.liveState{position:absolute;left:14px;top:14px;display:flex;align-items:center;gap:8px;background:#080e10d1;border:1px solid #2d3b3e;border-radius:999px;padding:8px 11px;font-size:12px;box-shadow:0 2px 10px #0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.liveState i{width:8px;height:8px;border-radius:50%;background:var(--green)}.liveState.failed i{background:var(--red)}.liveState span{color:var(--red);padding-left:8px;border-left:1px solid var(--line)}@media(max-width:900px){.cameraGrid.grid-1,.cameraGrid.grid-4,.cameraGrid.grid-16{display:block}.cameraGrid.grid-1 .feed,.cameraGrid.grid-4 .feed,.cameraGrid.grid-16 .feed{height:105px}.auditRow{grid-template-columns:1.2fr 1.5fr .8fr}.auditRow span:nth-child(3),.auditRow span:nth-child(4),.auditRow.head span:nth-child(3),.auditRow.head span:nth-child(4){display:none}.livePlayer{min-height:220px}.livePlayer video{height:56vw;min-height:220px}.liveState{left:8px;top:8px}.playerBar .quality{display:none}}.securityCard{max-width:780px;border:1px solid var(--line);background:#0d1416;padding:24px;display:grid;gap:22px}.securityStatus{display:flex;align-items:center;gap:14px}.securityStatus>svg{width:38px;height:38px;color:var(--amber)}.securityStatus>div{display:grid;gap:5px}.securityStatus span,.mfaSetup p,.mfaDisable p{color:var(--muted);font-size:12px}.securityCard button{width:max-content;border:1px solid var(--line);background:#182326;padding:10px 14px}.securityCard .primary{background:var(--amber);border-color:var(--amber)}.mfaSetup{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:start;border-top:1px solid var(--line);padding-top:20px}.mfaSetup img{width:190px;background:#fff;padding:8px}.mfaSetup>div,.mfaDisable{display:grid;gap:12px}.mfaSetup code{word-break:break-all;background:#080d0f;padding:10px;color:#f5c46b}.mfaSetup label,.mfaDisable label{display:grid;gap:7px;color:var(--muted);font-size:12px}.mfaSetup input,.mfaDisable input{background:#10191c;border:1px solid #344246;color:#fff;padding:11px}.recovery{border:1px solid #70551e;background:#211b0f;padding:16px}.recovery pre{columns:2;line-height:1.8;font-size:14px}.mfaDisable{border-top:1px solid var(--line);padding-top:18px}.mfaDisable button{color:#ff8589;border-color:#6d3034}@media(max-width:650px){.mfaSetup{grid-template-columns:1fr}.mfaSetup img{width:min(240px,100%)}.recovery pre{columns:1}}.playerAnchor,.archivePlayer{scroll-margin-top:68px}.videoFrame{position:relative}.archivePlayerActions{display:flex}.archivePlayerHead button{padding:8px}.videoPlayOverlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--amber);color:#111;border:0;font-weight:700;z-index:3}.videoPlayOverlay svg{width:18px}.videoFullscreen{position:absolute;right:12px;top:12px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #405055;border-radius:50%;background:#080e10db;box-shadow:0 2px 10px #0003;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3}.videoFullscreen svg{width:20px}.portalFullscreen{position:fixed!important;inset:0!important;z-index:100!important;margin:0!important;padding:0!important;border:0!important;background:#000!important;width:100vw!important;height:100dvh!important;max-width:none!important}.portalFullscreen video{width:100vw!important;height:100dvh!important;min-height:0!important;object-fit:contain!important}.archivePlayer.portalFullscreen .archivePlayerHead,.archivePlayer.portalFullscreen .archivePlayerState{position:absolute;z-index:4;background:#080e10d1}.archivePlayer.portalFullscreen .archivePlayerHead{left:0;right:0;top:0;padding:8px 10px}.archivePlayer.portalFullscreen .archivePlayerState{left:8px;bottom:8px;padding:8px}.archivePlayer.portalFullscreen .videoFrame{width:100%;height:100%}.qualityPicker{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.qualityPicker select{background:#10191c;border:1px solid #344246;color:#fff;padding:7px 28px 7px 9px}.cameraStage{min-width:0;background:#05090a;display:flex;flex-direction:column}.cameraStage .cameraGrid{flex:1;align-content:start}.cameraGrid.grid-1{grid-template-columns:1fr}.cameraGrid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.cameraGrid.grid-8,.cameraGrid.grid-16{grid-template-columns:repeat(4,minmax(0,1fr))}.cameraGrid.grid-32{grid-template-columns:repeat(8,minmax(0,1fr))}.cameraGrid.grid-1 .feed{height:520px}.cameraGrid.grid-4 .feed{height:240px}.cameraGrid.grid-8 .feed{height:160px}.cameraGrid.grid-16 .feed{height:112px}.cameraGrid.grid-32 .feed{height:82px}.cameraPager{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;border-top:1px solid var(--line);padding:10px 12px;background:#0b1214}.cameraPager button{min-width:36px;height:36px;border:1px solid var(--line);background:#141e21;display:grid;place-items:center}.cameraPager button svg{width:17px}.cameraPager button.active{background:var(--amber);border-color:var(--amber);color:#111;font-weight:700}.cameraPager button:disabled{opacity:.3}.cameraPager>span{color:var(--muted);padding:0 3px}.cameraPager strong{margin-left:10px;color:var(--muted);font-size:11px;font-weight:500}.videoAudio{position:absolute;left:12px;bottom:12px;z-index:4;border:1px solid #405055;background:#080e10e0;min-height:42px;padding:0 13px;display:flex;align-items:center;gap:8px}.videoAudio.active{border-color:#5c9f6d;color:#87e29e}.videoAudio svg{width:19px}.videoAudio span{font-size:12px}.permRow{grid-template-columns:150px 120px 180px repeat(13,112px);min-width:1906px}.userActions{display:flex;align-items:center;justify-content:space-between;gap:8px}.userActions em{font-style:normal;color:var(--muted);font-size:10px}.userActions button{border:1px solid var(--line);background:#172226;padding:6px 8px;font-size:11px}.disabledUser{opacity:.58}.permRow input:disabled+i{opacity:.42;cursor:not-allowed}.checkLine{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px!important}.checkLine input{display:block!important;width:18px;height:18px;padding:0!important}.installBanner{position:fixed;z-index:130;top:max(12px,env(safe-area-inset-top));left:50%;transform:translate(-50%);width:min(620px,calc(100% - 24px));display:grid;grid-template-columns:46px 1fr auto 34px;align-items:center;gap:12px;background:#172326;border:1px solid #496066;box-shadow:0 18px 48px #00000073;padding:10px 12px;animation:installIn .35s ease-out}.installIcon{width:42px;height:42px;background:var(--amber);color:#111;display:grid;place-items:center;border-radius:10px}.installIcon svg{width:23px}.installBanner>div:nth-child(2){display:grid;gap:3px}.installBanner strong{font-size:13px}.installBanner span{font-size:11px;color:#aeb8ba}.installBanner>button{border:0;background:var(--amber);color:#111;padding:9px 12px;font-weight:700}.installBanner>svg{color:var(--amber)}.installBanner .installClose{width:34px;height:34px;padding:7px;background:transparent;color:#aeb8ba}.installClose svg{width:18px}@keyframes installIn{0%{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%)}}html,body,#root{min-height:100%;max-width:100%}html{background:#091012;scroll-behavior:auto}body{overflow-x:hidden;touch-action:pan-y;-webkit-overflow-scrolling:touch}@media(max-width:900px){.shell{display:block;padding:0 0 calc(72px + env(safe-area-inset-bottom))}.shell>header{position:sticky;top:0;z-index:9;height:56px;padding:0 14px}.brand{font-size:17px;min-width:0;white-space:normal;line-height:1.05}.brand svg{flex:0 0 21px}.system{display:none}header .user{display:flex;margin-left:auto;font-size:0;padding:10px}header .user svg{width:22px;height:22px}.workspace{width:100%;padding:16px 12px 28px}.toolbar{margin-bottom:14px;flex-wrap:wrap;gap:12px}.toolbar h1{font-size:30px}.toolbar p{max-width:100%;line-height:1.45}aside{display:none}.gridModes{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:6px}.gridModes button{min-width:0;min-height:44px;justify-content:center;padding:8px;font-size:15px}.gridModes button svg{width:17px}.cameraLayout{display:block;border:0;min-height:0}.groups{display:none}.cameraGrid,.cameraGrid.grid-4,.cameraGrid.grid-8,.cameraGrid.grid-16,.cameraGrid.grid-32{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0;background:transparent}.cameraGrid.grid-1{display:grid;grid-template-columns:1fr;gap:10px;padding:0;background:transparent}.cameraTile{display:block;width:100%;min-height:0;margin:0;border-radius:4px;overflow:hidden}.cameraGrid.grid-1 .cameraTile{display:grid;grid-template-columns:minmax(132px,42vw) 1fr;min-height:104px}.feed,.cameraGrid.grid-4 .feed,.cameraGrid.grid-8 .feed,.cameraGrid.grid-16 .feed,.cameraGrid.grid-32 .feed{height:112px}.cameraGrid.grid-1 .feed{height:104px}.cameraTile footer{grid-template-columns:10px minmax(0,1fr);align-content:center;gap:6px;padding:10px;font-size:13px;min-width:0}.cameraTile footer small{grid-column:2;white-space:nowrap}.cameraGrid .cameraTile:nth-child(n+7){display:block}.cameraStage{background:transparent}.cameraPager{margin-top:10px;padding:10px 4px}.cameraPager button{min-width:42px;height:42px}.cameraPager strong{width:100%;text-align:center;margin:4px 0 0}.videoAudio{left:8px;bottom:8px}.videoAudio span{display:none}.videoAudio{width:42px;padding:0;justify-content:center}.livePlayer{margin-top:14px}.playerBar{position:sticky;bottom:calc(64px + env(safe-area-inset-bottom));background:#0b1214;overflow-x:auto;padding:8px;gap:8px;z-index:5;-webkit-overflow-scrolling:touch}.playerBar strong,.playerBar span,.playerBar>div{display:none}.qualityPicker{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;white-space:nowrap}.qualityPicker select{min-height:42px;background:#10191c;border:1px solid #344246;color:#fff;padding:0 30px 0 10px}.playerBar button{white-space:nowrap;min-height:42px}.livePlayer{min-height:0;scroll-margin-top:64px}.livePlayer video{height:auto;min-height:0;aspect-ratio:16/9}.liveState{max-width:calc(100% - 68px);font-size:11px}.bottom{position:fixed;display:flex;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#0b1214;border-top:1px solid var(--line);z-index:10;justify-content:space-around}.bottom button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;min-width:58px;min-height:56px;font-size:10px;gap:2px}.bottom button svg{width:22px}.bottom button.active{color:var(--amber)}.tr{grid-template-columns:1fr 1fr .7fr;padding:0 10px}.tr span:nth-child(3),.tr span:nth-child(5),.tr.head span:nth-child(3),.tr.head span:nth-child(5){display:none}.tr button{font-size:0}.archivePanel{grid-template-columns:1fr 1fr;padding:14px;gap:10px;overflow:visible}.archivePanel label:first-child,.archivePanel .primary,.timeline{grid-column:1/-1}.archivePanel input,.archivePanel select{min-width:0;width:100%}.permissions{overflow-x:auto;-webkit-overflow-scrolling:touch}.permRow{min-width:720px}.toolbar .primary{font-size:0}.toolbar .primary svg{margin:0}.toast{left:12px;right:12px;bottom:calc(74px + env(safe-area-inset-bottom))}.login{min-height:100dvh;padding:14px}.login form{padding:24px 20px}.login h1{font-size:36px}.modal{align-items:end;padding:0}.modal form{max-height:92dvh;overflow-y:auto;border-left:0;border-right:0;border-bottom:0;padding:22px 18px calc(22px + env(safe-area-inset-bottom))}.securityCard{padding:18px;width:100%}.installBanner{grid-template-columns:40px 1fr auto 30px;gap:9px;padding:9px}.installIcon{width:38px;height:38px}.installBanner strong{font-size:12px}.installBanner span{font-size:10px}.installBanner>button{padding:8px 9px;font-size:11px}}@media(max-width:380px){.workspace{padding-left:9px;padding-right:9px}.cameraGrid.grid-1 .cameraTile{grid-template-columns:124px 1fr}.brand strong{font-size:15px}.bottom button{min-width:52px;font-size:9px}}.guestBuilder,.guestCredentials,.guestIssued,.guestScope{border:1px solid var(--line);background:#0d1416;padding:20px;margin-bottom:18px}.guestBuilder{display:grid;gap:16px}.guestBuilderHead{display:flex;align-items:end;justify-content:space-between;gap:14px}.guestBuilder label,.guestCredentials label{display:grid;gap:7px;color:var(--muted);font-size:12px}.guestBuilder input,.guestBuilder select{background:#10191c;border:1px solid #344246;color:#fff;padding:11px;min-width:0}.guestBuilder button,.guestIssued button,.guestCredentials button,.guestScope button{border:1px solid var(--line);background:#182326;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:7px}.guestBuilder svg,.guestCredentials svg{width:17px}.guestWindowList{display:grid;gap:8px}.guestWindow{display:grid;grid-template-columns:minmax(220px,1.4fr) 1fr 1fr 44px;gap:9px;align-items:end;padding:12px;border:1px solid #263438;background:#111a1d}.guestWindow .removeWindow{width:44px;height:43px;padding:10px;color:#ff8589}.guestBuilderHead small{color:var(--muted);font-size:10px}.guestWindowEmpty{min-height:116px;border:1px dashed #3d4c50;display:grid;place-items:center;align-content:center;gap:5px;color:var(--muted);text-align:center}.guestWindowEmpty svg{width:24px;color:var(--amber)}.guestWindowEmpty span{font-size:11px}.guestGenerate{width:100%;min-height:58px;border:2px solid #ffd36d;background:linear-gradient(135deg,#ffc247,#f39a14);color:#111;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 22px #f5a62338}.guestGenerate:disabled{filter:grayscale(.8);opacity:.55;box-shadow:none}.guestGenerate svg{width:21px}.guestCredentials{border-color:#74591d;background:#19170f;display:grid;grid-template-columns:1fr 1fr;gap:10px}.guestCredentials>div{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px}.guestCredentials>div svg{grid-row:1/3;color:var(--amber)}.guestCredentials>div span{color:var(--muted);font-size:11px}.guestCredentials label{position:relative}.guestCredentials label:nth-of-type(3){grid-column:1/-1}.guestCredentials code{background:#080d0f;color:#f5c46b;padding:11px 48px 11px 11px;word-break:break-all}.guestCredentials label button{position:absolute;right:3px;bottom:3px;width:36px;height:36px;padding:8px}.guestCredentials>.primary{width:max-content;background:var(--amber);color:#111}.guestIssued h2,.guestScope h2{font-family:Barlow Condensed;margin:0 0 12px;font-size:23px}.guestIssued article{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;border-top:1px solid var(--line);padding:12px 0}.guestIssued article>div{display:grid;gap:3px}.guestIssued article span{color:var(--muted);font-size:11px}.guestIssued article.inactive{opacity:.5}.guestScope h2{display:flex;align-items:center;gap:8px}.guestScope h2 svg{width:20px;color:var(--amber)}.guestScope{display:flex;gap:8px;flex-wrap:wrap}.guestScope h2,.guestScope>p{width:100%}.guestScope button{display:grid;text-align:left;justify-content:start}.guestScope button strong{color:#f4f6f6}.guestScope button span{color:var(--muted);font-size:11px}.archivePanel.guestArchivePanel{grid-template-columns:2fr 1.2fr 1.2fr auto}@media(max-width:900px){.guestBuilderHead{align-items:stretch;flex-direction:column}.guestBuilderHead button{width:100%}.guestWindow{grid-template-columns:1fr}.guestWindow .removeWindow{width:100%}.guestGenerate{width:100%;justify-content:center}.guestCredentials{grid-template-columns:1fr}.guestCredentials label:nth-of-type(3){grid-column:auto}.guestIssued article{grid-template-columns:1fr}.guestIssued article button{width:100%}.guestScope{display:grid}.archivePanel.guestArchivePanel{grid-template-columns:1fr}.archivePanel.guestArchivePanel label,.archivePanel.guestArchivePanel .primary{grid-column:1}}.accessGroupGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.accessGroupGrid article{display:grid;gap:14px;padding:18px;border:1px solid var(--line);background:var(--panel)}.accessGroupGrid h2{margin:0;font-family:Barlow Condensed;font-size:26px}.accessGroupGrid p{margin:4px 0 0;color:var(--muted);font-size:12px}.accessGroupGrid footer{display:flex;gap:8px;margin-top:auto}.accessGroupGrid button,.danger{display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid var(--line);background:var(--panel2)}.accessGroupGrid button svg{width:16px}.danger{color:#ff8b91;border-color:#74383c!important}.groupPermissionTags{display:flex;flex-wrap:wrap;gap:6px}.groupPermissionTags span{padding:5px 8px;border:1px solid #405055;background:#172226;color:#bfc9cb;font-size:11px}.accessEditor{width:min(720px,100%)!important}.accessEditor fieldset{display:grid;gap:10px;margin:0;padding:14px;border:1px solid var(--line)}.accessEditor legend{padding:0 6px;font-weight:700}.accessEditor fieldset>p{margin:0}.checkLine{display:flex!important;grid-template-columns:none!important;align-items:center;gap:9px!important;color:inherit!important}.checkLine input{width:19px;height:19px;flex:0 0 auto}.checkLine span{display:grid;gap:2px}.checkLine small{color:var(--muted)}.permissionChecks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cameraAccess{display:grid;gap:10px}.cameraAccessList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:280px;overflow:auto}.cameraAccessList label{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid var(--line);background:#0d1517}.cameraAccessList label>span{display:grid;min-width:0}.cameraAccessList small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cameraAccessList input{width:18px;height:18px;flex:0 0 auto}.userActions{display:flex!important;flex-wrap:wrap;gap:4px}.userActions em{width:100%;font-style:normal;color:var(--muted);font-size:11px}.permRow label i.inherited{outline:2px solid var(--amber);outline-offset:2px}.empty.compact{grid-column:1/-1;padding:70px 20px}@media(max-width:900px){.bottom{justify-content:flex-start!important;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.bottom button{flex:0 0 76px}.accessGroupGrid,.permissionChecks,.cameraAccessList{grid-template-columns:1fr}.accessEditor fieldset{padding:12px}.userActions button{font-size:11px!important}.permissions .permRow{min-width:1080px}}@media(prefers-color-scheme:light){.accessGroupGrid article,.cameraAccessList label{background:#fff}.groupPermissionTags span{background:#eef3f2;color:#263532;border-color:#bdcbc7}.accessGroupGrid button{background:#eef3f2;color:#172124}.accessEditor fieldset{border-color:var(--line)}}:root{color-scheme:dark}@media(prefers-color-scheme:light){:root{color-scheme:light;color:#172124;background:#eef2f1;--bg:#eef2f1;--panel:#fff;--panel2:#e8efed;--line:#cbd6d3;--muted:#647471;--amber:#d98400;--green:#258a48;--red:#c63c45}body{background:radial-gradient(circle at 50% -15%,#fff 0,#eef2f1 52%);color:#172124}header,.bottom{background:#f9fbfa;border-color:var(--line)}aside{background:#f4f8f7f5;border-color:var(--line)}aside button{color:#4f605d}aside button.active{background:#dfe8e5;color:#15201e}.workspace,.shell{color:#172124}.cameraLayout,.table,.permissions,.auditTable,.securityCard,.guestBuilder,.guestCredentials,.guestIssued,.guestScope{background:#fff;border-color:var(--line)}.groups{background:#f5f8f7}.groups button{color:#344441;border-color:#dfe7e5}.groups button.activeGroup{background:#e7efed;color:#172124}.cameraStage,.cameraGrid{background:#dfe6e4}.cameraTile{background:#fff;border-color:#b9c7c3}.cameraTile footer small{color:#647471}.feed{background:linear-gradient(145deg,#dbe5e2,#c9d5d2);color:#62726f}.playerBar{background:#fff}.playerBar button,.toolbar button,.primary,.tr button,.segmentActions button,.segmentActions a,.securityCard button,.guestBuilder button,.guestIssued button,.guestCredentials button,.guestScope button{background:#eef3f2;color:#172124;border-color:#b9c7c3}.primary{background:var(--amber);border-color:var(--amber);color:#fff}.archivePanel,.archiveResults .segment,.guestWindow{background:#fff;border-color:var(--line)}.archivePanel input,.archivePanel select,.modal input,.login input,.guestBuilder input,.guestBuilder select,.mfaSetup input,.mfaDisable input,.qualityPicker select{background:#fff;color:#172124;border-color:#aebebb}.modal form,.login form{background:#fff;border-color:var(--line)}.login{background:linear-gradient(145deg,#f7faf9,#e5ecea)}.login button,.guestGenerate{background:linear-gradient(135deg,#f6ae2d,#d98400);color:#fff;border-color:#c57a00}.guestWindowEmpty{border-color:#b7c5c2;background:#f7faf9}.guestCredentials{background:#fff9eb;border-color:#d6b86e}.guestCredentials code{background:#fff;color:#8a5700}.archiveError{background:#fff0f1;border-color:#e6a1a6}.cameraPager{background:#f4f7f6}.cameraPager button{background:#fff;color:#172124}.cameraPager button.active{background:var(--amber);color:#fff}.toast{background:#fff;border-color:#9eb0ac;color:#172124}.bottom button{color:#697976}.bottom button.active{color:#b87000}.installBanner{background:#fff;color:#172124;border-color:#aebebb}.installBanner span{color:#5b6b68}.liveState,.videoFullscreen{background:#ffffffe0;color:#172124;border-color:#5d706b6b;box-shadow:0 2px 12px #192a262e}}button,a{touch-action:manipulation}.primary,.toolbar>.primary,.archivePanel>.primary{min-height:44px;border:1px solid #ffc45b!important;background:linear-gradient(135deg,#ffc247,#ed9511)!important;color:#121718!important;font-size:13px!important;font-weight:800!important;line-height:1.2;justify-content:center;box-shadow:0 5px 16px #f5a62333;opacity:1}.primary:disabled,.toolbar>.primary:disabled,.archivePanel>.primary:disabled{opacity:.5;box-shadow:none}.userActions button,.actions button,.accessGroupGrid button,.securityCard button,.guestBuilder button,.guestIssued button,.guestCredentials button,.guestScope button,.segmentActions button,.segmentActions a,.playerBar button,.tr button{min-height:38px;border:1px solid #53666b;background:#1a282c;color:#edf2f1;font-size:12px;font-weight:650;line-height:1.2;align-items:center;justify-content:center}.userActions button:hover,.actions button:hover,.accessGroupGrid button:hover{border-color:#f5a623}.danger,.actions .danger{background:#431d21!important;border-color:#a94d54!important;color:#ffb2b6!important}.toolbar>.primary svg,.primary svg{flex:0 0 18px;width:18px;height:18px}.userActions{align-items:stretch}.userActions button{width:100%;padding:8px 10px}.permRow input:focus-visible+i{outline:3px solid var(--amber);outline-offset:3px}button:focus-visible,a:focus-visible{outline:3px solid var(--amber);outline-offset:2px}@media(max-width:900px){.toolbar>.primary{width:100%;min-height:50px;padding:12px 16px!important;font-size:14px!important}.toolbar>.primary svg{display:block}.tr button,.segmentActions button,.segmentActions a{font-size:12px!important;min-width:42px}.actions{display:grid;grid-template-columns:1fr 1fr}.actions button{width:100%;min-height:46px}.userActions button{font-size:12px!important;min-height:42px}.accessGroupGrid footer{display:grid;grid-template-columns:1fr 1fr}.accessGroupGrid footer button{width:100%}}@media(prefers-color-scheme:light){.userActions button,.actions button,.accessGroupGrid button,.securityCard button,.guestBuilder button,.guestIssued button,.guestCredentials button,.guestScope button,.segmentActions button,.segmentActions a,.playerBar button,.tr button{background:#eef3f2;color:#172124;border-color:#9dafaa}.primary,.toolbar>.primary,.archivePanel>.primary{color:#17130c!important}.danger,.actions .danger{background:#fff0f1!important;color:#a12f38!important;border-color:#d78087!important}}.auditControls{display:grid;grid-template-columns:minmax(260px,1fr) 220px 190px auto;gap:10px;margin:0 0 14px}.auditControls label{display:grid;gap:6px;color:var(--muted);font-size:11px}.auditControls input,.auditControls select{width:100%;min-height:44px;border:1px solid var(--line);background:#10191c;color:inherit;padding:0 12px;font:inherit}.auditCount{align-self:end;min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--panel);padding:0 14px;color:var(--muted);font-size:12px;white-space:nowrap}.auditList{display:grid;gap:8px}.auditEvent{display:grid;grid-template-columns:156px minmax(190px,1.1fr) minmax(150px,.8fr) minmax(220px,1.3fr) 130px;gap:14px;align-items:center;border:1px solid var(--line);border-left:3px solid #526368;background:var(--panel);padding:13px 14px}.auditEvent.warning,.auditEvent.denied,.auditEvent.failure{border-left-color:var(--red)}.auditCell{min-width:0;display:grid;gap:4px}.auditCell>span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.auditCell strong{font-size:13px;line-height:1.3;overflow-wrap:anywhere}.auditCell small{color:var(--muted);font-size:11px;line-height:1.35;overflow-wrap:anywhere}.auditAction strong{font-size:14px}.auditCode{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.auditResult{justify-items:start}.auditResultBadge{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#29ae5b24;color:#69dc8f;font-size:11px;font-weight:800}.auditResultBadge.bad{background:#dc464e24;color:#ff8a91}.auditEmpty{border:1px dashed var(--line);background:var(--panel);padding:40px;text-align:center;color:var(--muted)}@media(prefers-color-scheme:light){.auditControls input,.auditControls select{background:#fff;color:#172124}.auditResultBadge{color:#19753a;background:#e4f5e9}.auditResultBadge.bad{color:#a82d35;background:#fde7e9}}@media(max-width:900px){.auditControls{grid-template-columns:1fr 1fr}.auditControls label:first-child{grid-column:1/-1}.auditCount{align-self:end}.auditEvent{grid-template-columns:1fr 1fr;gap:12px;padding:13px}.auditAction,.auditObject{grid-column:1/-1}.auditTime,.auditResult{grid-row:3}.auditCell>span{font-size:9px}.auditCell strong{font-size:13px}.auditAction strong{font-size:16px}}@media(max-width:420px){.auditControls{grid-template-columns:1fr}.auditControls label:first-child{grid-column:auto}.auditEvent{display:grid;grid-template-columns:1fr}.auditAction,.auditObject{grid-column:auto}.auditTime,.auditResult{grid-row:auto}.auditResult{display:flex;align-items:center;justify-content:space-between}.auditResult>span{display:block}}
