:root{--bg-dark:#f3f7fc;--bg-card:#fff;--bg-sidebar:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);--text-main:#1b2b45;--text-muted:#5b6f88;--primary:#0f7abf;--primary-hover:#0d6ca9;--danger:#cf3a3a;--border:#d0d8e4;--shadow:0 8px 18px #1d406517;--radius:12px;--font-family:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box}.hidden{display:none!important}body{font-family:var(--font-family);color:var(--text-main);background:linear-gradient(#f6faff 0%,#eef4fb 100%);height:100vh;margin:0;overflow:hidden}#app{height:100%;display:flex}.auth-root{background:radial-gradient(1200px 400px at 0 -20%,#0f7abf1f,#0000 65%),radial-gradient(900px 500px at 100% 120%,#1b3f681f,#0000 65%),linear-gradient(#f6faff 0%,#eef4fb 100%);place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{border:1px solid var(--border);background:linear-gradient(#fff,#f9fcff);border-radius:16px;width:100%;max-width:440px;padding:28px;box-shadow:0 16px 40px #1f385824}.auth-brand{letter-spacing:.08em;color:var(--primary);text-transform:uppercase;font-size:13px;font-weight:700}.auth-title{color:#14294b;margin:8px 0 4px;font-size:26px;line-height:1.2}.auth-subtitle{color:var(--text-muted);margin:0 0 18px;font-size:14px}.auth-tabs{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.auth-tab{color:#1f3558;cursor:pointer;background:#fff;border:1px solid #cfd8e4;border-radius:8px;padding:10px;font-family:inherit;font-weight:600}.auth-tab.active{color:#0f4f83;background:#ebf4ff;border-color:#9cbfe0}.auth-message{border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.auth-message.error{color:#a73434;background:#fff2f2;border:1px solid #f0c1c1}.auth-message.info{color:#295179;background:#eef6ff;border:1px solid #c9dff8}.auth-form{gap:12px;display:grid}.auth-verify-hint{color:var(--text-muted);margin:0;font-size:13px}.auth-verify-actions{flex-wrap:wrap;gap:8px;display:flex}.auth-verify-actions .btn{flex:1}.auth-submit{margin-top:6px}.main-content{flex-direction:column;flex:1;min-width:0;display:flex}.top-header{border-bottom:1px solid var(--border);background:linear-gradient(#fff,#f8fbff);justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;box-shadow:0 4px 10px #2e4c750a}.top-header h1{color:#14294b;margin:0;font-size:20px;font-weight:700}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.content-scrollable{flex:1;padding:24px;overflow-y:auto}@media (max-width:768px){.top-header{height:56px;padding:0 16px}.content-scrollable{padding:16px}.schedule-day-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.clips-toolbar{flex-direction:column;align-items:stretch}.clips-toolbar-actions{justify-content:stretch}.clips-toolbar-actions .btn{flex:1 1 0}}@media (max-width:520px){.schedule-day-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.view-section{animation:.25s fadeIn;display:none}.view-section.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.card-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#fff,#f9fcff);flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow);border-color:#b8c7da;transform:translateY(-2px)}.clip-card.selected{border-color:#0f7abf;box-shadow:0 0 0 2px #0f7abf29}.clip-card.selected .card-header{background:#f1f8ff}.card-header{background:#fbfdff;border-bottom:1px solid #d7e0eb;justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.card-header>:first-child{flex:auto;min-width:0}.clip-card-head{align-items:flex-start;gap:12px;min-width:0;display:flex}.card-title{white-space:nowrap;text-overflow:ellipsis;color:#152a4a;font-size:16px;font-weight:700;overflow:hidden}.clip-select{color:var(--text-muted);flex-shrink:0;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.clip-select input{width:16px;height:16px;accent-color:var(--primary);margin:0}.card-subtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.camera-label-stack{flex-direction:column;min-width:0;display:flex}.camera-label-primary,.camera-label-secondary{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.camera-label-secondary{color:var(--text-muted);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:500;line-height:1.3}.card-body{flex:1;padding:16px}.card-actions{background:#f8fbff;border-top:1px solid #d7e0eb;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.clips-toolbar{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#fff,#f4f9ff);grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex;box-shadow:0 8px 22px #142a4a0f}.clips-toolbar-summary{color:#152a4a;flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.clips-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.clip-empty-card{grid-column:1/-1}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;transition:all .18s;display:inline-flex}.btn.primary{background:var(--primary);color:#fff;border-color:#0f7abf;box-shadow:0 2px 6px #0f7abf33}.btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn.ghost{color:#1f3558;background:#fff;border:1px solid #cfd8e4}.btn.ghost:hover{background:#f2f8ff;border-color:#9eb8d7}.btn.danger{color:#ad2b2b;background:#fff6f6;border-color:#efbcbc}.btn.danger:hover{background:#ffeaea;border-color:#e39b9b}.btn.secondary{color:#214167;background:#edf4fb;border:1px solid #c7d8eb}.btn.secondary:hover{background:#e4effb;border-color:#acc4df}.btn.small{padding:6px 10px;font-size:12px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.is-loading{pointer-events:none}.btn.is-loading:after{content:"";opacity:.7;border:2px solid;border-right-color:#0000;border-radius:50%;width:12px;height:12px;margin-left:8px;animation:.8s linear infinite btn-spin}@keyframes btn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group{margin-bottom:16px}.form-group label,.form-group>span{color:#476284;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group select,.header-select{width:100%;color:var(--text-main);background:#fff;border:1px solid #cdd9e8;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.header-select{width:auto;min-width:140px;margin-right:0;padding-right:30px}.form-group input:focus,.form-group select:focus,.header-select:focus{border-color:#85b6df;outline:none;box-shadow:0 0 0 3px #0f7abf1f}.form-group small{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.row{gap:16px;display:flex}.row>*{flex:1}.schedule-section{background:#f8fbff;border:1px solid #d8e4ef;border-radius:14px;margin-top:18px;padding:16px}.schedule-title{color:#193254;font-size:14px;font-weight:700}.schedule-copy{color:var(--text-muted);margin:4px 0 12px;font-size:12px;line-height:1.5}.schedule-day-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.schedule-day-chip{color:#1d395c;cursor:pointer;background:#fff;border:1px solid #d6e2ee;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-size:12px;font-weight:600;display:inline-flex}.schedule-day-chip input{margin:0}.schedule-window-card{background:#fff;border:1px solid #dbe6f1;border-radius:12px;margin-bottom:12px;padding:12px}.schedule-window-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.schedule-window-title{color:#193254;font-size:13px;font-weight:700}.schedule-window-time-grid{margin-top:0}.schedule-window-add-btn{margin-bottom:14px}.tag{color:#355882;letter-spacing:.02em;white-space:nowrap;background:#eef5fd;border:1px solid #cad8e8;border-radius:999px;flex-shrink:0;align-items:center;margin-right:0;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.tag.active{color:#0f8d61;background:#eafaf3;border-color:#9ad8bf}.tag.inactive{color:#b33a3a;background:#fff4f4;border-color:#efc0c0}.info-row{color:var(--text-muted);justify-content:space-between;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.info-row span:last-child{color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.muted{color:var(--text-muted);font-size:13px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.linked-devices-section{margin-top:10px}.linked-devices-heading{margin-bottom:8px}.site-linked-devices{margin-bottom:14px}.site-wall-alert-empty{text-align:center;padding:20px}.wall-clear-btn{padding:4px 8px;font-size:11px}.det-overlay{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.video-wrapper iframe{object-fit:contain;background:#000}#player-iframe{width:100%;height:100%}#modal-player.modal-overlay{z-index:2000;background:#061122e6}.player-modal-content{background:#091629;border:1px solid #355277;border-radius:12px;flex-direction:column;width:90%;height:90%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 48px #0000008c}.player-body{flex:1;grid-template-columns:minmax(0,1fr) 340px;height:100%;min-height:0;display:grid}.player-header{color:#e8f2ff;z-index:10;background:linear-gradient(#0e243ef2,#0c1d31f2);border-bottom:1px solid #80a6ce59;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.player-header-main{flex-direction:column;gap:6px;min-width:0;display:flex}.player-title{margin:0;font-size:1.2rem;font-weight:700}.player-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.player-status{color:#9cdbff;letter-spacing:.04em;text-transform:uppercase;background:#0ea5e924;border:1px solid #0ea5e947;border-radius:999px;align-self:flex-start;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.video-wrapper{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.player-stream-pane{min-width:0}.player-iframe{z-index:1;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.player-video{z-index:1;object-fit:contain;background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.player-image{z-index:1;object-fit:contain;transform-origin:50%;cursor:grab;-webkit-user-select:none;user-select:none;background:#000;border:0;width:100%;height:100%;transition:transform .1s ease-out;position:absolute;inset:0}.player-image:active{cursor:grabbing}.player-stream-host.is-image-zoomed{overflow:auto}.player-stream-host.is-image-zoomed .player-image{cursor:move}.dashboard-alert-thumb-error{color:#999;text-align:center;justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.dashboard-alert-thumb-error span:first-child{font-size:16px}.dashboard-alert-thumb-error .error-text{opacity:.8;font-size:10px}.player-image-hints{color:#fff;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:1px solid #ffffff1a;border-radius:6px;max-width:280px;padding:12px 16px;font-size:12px;position:absolute;bottom:20px;left:20px}.player-image-hints.hidden{display:none}.hints-content{line-height:1.6}.hints-content p{white-space:nowrap;margin:4px 0}.player-alerts-pane{background:linear-gradient(#081527f5,#071221fa);border-left:1px solid #7394ba47;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.player-alerts-header{border-bottom:1px solid #7394ba38;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.player-alerts-title{color:#f3f8ff;font-size:15px;font-weight:700}.player-alerts-count{color:#90a8c3;margin-top:4px;font-size:12px}.player-panel-tabs{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;display:flex}.player-tab-btn{color:#c7d7ea;cursor:pointer;background:#0d1d31b8;border:1px solid #7394ba3d;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.player-tab-btn.active{color:#9cdbff;background:#0ea5e92e;border-color:#0ea5e957}.player-alerts-list{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;align-content:start;gap:10px;height:100%;min-height:0;padding:12px;display:grid;overflow-y:auto}.player-alert-empty{color:#90a8c3;background:#0b1f3773;border:1px dashed #789bc647;border-radius:10px;padding:14px;font-size:13px}.player-alert-item{background:#0c1d31e0;border:1px solid #7394ba38;border-left:4px solid #0ea5e9;border-radius:10px;gap:8px;padding:12px;display:grid}.player-alert-item.roi{border-left-color:#f59e0b}.player-alert-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.player-alert-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.player-alert-badge.item{color:#8fd9ff;background:#0ea5e929;border:1px solid #0ea5e952}.player-alert-badge.roi{color:#ffd28a;background:#f59e0b24;border:1px solid #f59e0b4d}.player-alert-time{color:#90a8c3;font-size:11px}.player-alert-body{color:#edf5ff;font-size:13px;line-height:1.45}.player-alert-meta{color:#6f89a8;font-size:11px}.player-alert-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.player-clip-item{background:#0c1d31e0;border:1px solid #7394ba38;border-left:4px solid #16a34a;border-radius:10px;gap:8px;padding:12px;display:grid}.player-clip-item.selected{border-color:#16a34a6b;box-shadow:0 10px 20px #16a34a24}.player-clip-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.player-clip-title{color:#edf5ff;font-size:13px;font-weight:700}.player-clip-badge{color:#97f0b0;background:#16a34a26;border:1px solid #16a34a47;border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.player-clip-meta{color:#90a8c3;font-size:12px}@media (max-width:900px){.header-actions{gap:8px}.header-actions .header-select{min-width:120px}.player-modal-content{width:96%;height:94%}.player-header{align-items:flex-start}.player-body{grid-template-rows:minmax(260px,1fr) minmax(220px,42%);grid-template-columns:1fr}.player-alerts-pane{border-top:1px solid #7394ba47;border-left:0}}.player-controls{z-index:10;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0006 30%,#000000d9 100%);padding:0 12px 10px;transition:opacity .25s;position:absolute;bottom:0;left:0;right:0}.player-controls.hidden{display:none!important}.player-stream-pane:hover .player-controls{opacity:1;pointer-events:auto}.pc-progress-wrap{cursor:pointer;align-items:center;height:18px;margin-bottom:2px;display:flex;position:relative}.pc-buffered,.pc-played{pointer-events:none;border-radius:2px;height:3px;transition:height .15s;position:absolute;left:0}.pc-buffered{background:#ffffff40;width:0%}.pc-played{z-index:1;background:#ef4444;width:0%}.pc-scrubber{appearance:none;cursor:pointer;z-index:2;background:#ffffff2e;border-radius:2px;outline:none;width:100%;height:3px;margin:0;transition:height .15s;position:absolute;left:0}.pc-progress-wrap:hover .pc-scrubber,.pc-progress-wrap:hover .pc-buffered,.pc-progress-wrap:hover .pc-played{height:5px}.pc-scrubber::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;opacity:0;background:#ef4444;border-radius:50%;width:14px;height:14px;transition:opacity .15s}.pc-progress-wrap:hover .pc-scrubber::-webkit-slider-thumb{opacity:1}.pc-scrubber::-moz-range-thumb{cursor:pointer;background:#ef4444;border:none;border-radius:50%;width:14px;height:14px}.pc-bottom{align-items:center;gap:2px;display:flex}.pc-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .15s;display:flex}.pc-btn:hover{background:#ffffff26}.pc-icon{pointer-events:none;width:20px;height:20px;display:block}.pc-time{color:#ffffffe6;letter-spacing:.02em;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:0 8px;font-size:12px;font-weight:600}.pc-spacer{flex:1}.pc-vol-group{align-items:center;gap:2px;display:flex}.pc-vol{appearance:none;cursor:pointer;accent-color:#fff;background:#ffffff40;border-radius:2px;outline:none;width:70px;height:3px}.pc-vol::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px}.pc-vol::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:12px;height:12px}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;display:flex;box-shadow:inset -1px 0 #fffc}.brand{border-bottom:1px solid var(--border);background:linear-gradient(#fff,#f4f9ff);align-items:center;height:64px;padding:0 20px;display:flex}.logo-icon{margin-right:12px;font-size:24px}.brand-text{letter-spacing:-.4px;color:#14305b;font-size:18px;font-weight:700}.nav-menu{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex}.nav-item{border-radius:var(--radius);color:#516784;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:center;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:600;transition:all .18s;display:flex}.nav-item:hover{color:#1f3f69;background:#eef5ff;border-color:#d4e2f1}.nav-item.active{color:var(--primary);background:linear-gradient(160deg,#edf7ff,#e3f1ff);border-color:#bcd7ee;box-shadow:inset 0 1px #ffffffe6}.nav-item .icon{margin-right:12px;font-size:18px}.sidebar-footer{border-top:1px solid var(--border);padding:16px}.sidebar-user{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:10px 0;font-size:12px;overflow:hidden}.sidebar-logout{width:100%}.status-indicator{color:var(--text-muted);align-items:center;font-size:13px;display:flex}.dot{border-radius:50%;width:8px;height:8px;margin-right:8px}.dot.ok{background:#16a16c;box-shadow:0 0 8px #16a16c66}.dot.busy{background:#d8901f}.dot.err{background:#cf3a3a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:1;background:#0e223a59;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.modal-overlay.hidden{opacity:0;pointer-events:none}.modal-card{border:1px solid var(--border);background:linear-gradient(#fff,#f9fcff);border-radius:14px;width:500px;max-width:90vw;max-height:calc(100vh - 32px);padding:30px;transition:transform .2s;overflow-y:auto;transform:translateY(0);box-shadow:0 22px 56px #15284847}.modal-card.hidden{display:none}.modal-title{color:#14294b;margin:0 0 22px;font-size:20px;font-weight:700}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.toast-container{z-index:200;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{min-width:260px;max-width:420px;color:var(--text-main);background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;animation:.2s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;box-shadow:0 8px 18px #1d40651f}.toast.success{border-left:4px solid #16a16c}.toast.error{border-left:4px solid #cf3a3a}.toast.warning{border-left:4px solid #d8901f}.toast.info{border-left:4px solid #0f7abf}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.roi-editor-container{flex-direction:column;gap:16px;height:100%;display:flex}.roi-instructions{color:#1e4d7d;background:#f3f9ff;border:1px solid #cde1f7;border-radius:10px;padding:12px 16px;font-size:14px}.roi-instructions p{margin:0 0 8px}.roi-instructions ul{margin:0;padding-left:20px}.roi-canvas-wrapper{background:#0d1f38;border:1px solid #264a73;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #00000073}#roi-canvas{cursor:crosshair;z-index:10;object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.roi-iframe-bg{z-index:0;pointer-events:none;object-fit:contain;border:none;width:100%;height:100%;position:absolute;inset:0}.roi-actions{border-top:1px solid #d7e0eb;justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.modal-large{width:800px;max-width:95vw}.dashboard-shell{flex-direction:column;gap:20px;display:flex}.dashboard-stats-grid{gap:14px;margin-bottom:0}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.stat-card{background:linear-gradient(160deg,#f7fafc,#edf4fb);border:1px solid #cfd8e3;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:94px;padding:16px 18px;display:flex}.stat-card-danger{background:linear-gradient(160deg,#fff4f4,#ffe9e8);border-color:#f2b8b8}.stat-card-info{background:linear-gradient(160deg,#f4fcff,#e7f7ff);border-color:#bae3f3}.stat-card-primary{background:linear-gradient(160deg,#f3f7ff,#e8efff);border-color:#c8d8ff}.stat-card-warning{background:linear-gradient(160deg,#fff9ef,#ffefd4);border-color:#f1dab2}.stat-value{letter-spacing:-.02em;color:#14284a;font-size:34px;font-weight:700;line-height:1}.stat-label{color:#3f4b5f;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.dashboard-panel{background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;overflow:hidden}.dashboard-panel-head{border-bottom:1px solid #d7e0eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.section-title{color:#14294b;margin:0;font-size:16px;font-weight:700}.dashboard-inline-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-inline-controls .header-select{margin-right:0}.dashboard-inline-check{color:#304760;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f8fbff;border:1px solid #d0d8e4;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-inline-check input{accent-color:#0f7abf;width:14px;height:14px;margin:0}.dashboard-alerts-list{overscroll-behavior:contain;gap:10px;max-height:480px;padding:12px;display:grid;overflow-y:auto}.dashboard-alert-item{background:#fff;border:1px solid #d6dce6;border-left:4px solid #8aa2c8;border-radius:10px;grid-template-columns:auto 92px minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px;transition:box-shadow .18s,border-color .18s,transform .18s;display:grid}.dashboard-alert-item:hover{transform:translateY(-1px);box-shadow:0 8px 18px #1d406517}.dashboard-alert-item.selected{border-color:#0f7abf;box-shadow:inset 0 0 0 1px #0f7abf}.dashboard-alert-item.roi{border-left-color:#f59e0b}.dashboard-alert-item.item{border-left-color:#0ea5e9}.dashboard-alert-select{padding-top:3px}.dashboard-alert-select input{accent-color:#0f7abf;width:16px;height:16px}.dashboard-alert-main{min-width:0}.dashboard-alert-thumb-wrap{align-items:stretch;display:flex}.dashboard-alert-thumb{cursor:pointer;background:#0f172a;border:1px solid #d6dde8;border-radius:10px;width:92px;height:72px;padding:0;overflow:hidden}.dashboard-alert-thumb img{object-fit:cover;width:100%;height:100%;display:block}.dashboard-alert-thumb-placeholder{color:#68778f;background:linear-gradient(#f5f8fc,#e9eef6);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.dashboard-alert-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.dashboard-alert-top .alert-type{letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-alert-top .alert-type.item{color:#0f7abf;background:#ecf8ff;border-color:#9fd0ec}.dashboard-alert-top .alert-type.roi{color:#9a5f00;background:#fff8eb;border-color:#f6cd8f}.dashboard-alert-time{color:#506079;font-size:11px}.dashboard-alert-title{color:#10213d;font-size:14px;font-weight:700}.dashboard-alert-site{color:#4d5f79;margin-top:2px;font-size:12px}.dashboard-alert-body{color:#1f2f49;margin-top:8px;font-size:12px}.dashboard-alert-actions{align-items:center;display:flex}.dashboard-grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;display:grid}.dashboard-chart{min-height:260px;padding:10px 12px 4px;position:relative}.dashboard-chart svg{width:100%;height:220px;display:block}.dashboard-chart .chart-grid line{stroke:#deebf6;stroke-width:1px}.dashboard-chart .chart-area{fill:url(#dashArea)}.dashboard-chart .chart-line{fill:none;stroke:#0f7abf;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.dashboard-chart .chart-dots circle{fill:#fff;stroke:#0f7abf;stroke-width:2px}.dashboard-chart-axis{color:#506079;justify-content:space-between;gap:8px;margin-top:6px;font-size:11px;display:flex}.dashboard-chart-summary{color:#334861;padding:0 14px 12px;font-size:12px;font-weight:600}.dashboard-site-cameras-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;padding:12px;display:grid}.dashboard-camera-chip{cursor:pointer;text-align:left;background:#f7fbff;border:1px solid #cdd9e7;border-radius:10px;flex-direction:column;gap:4px;padding:9px 10px;display:flex}.dashboard-camera-chip:hover{border-color:#94b2d7}.dashboard-camera-chip.active{background:#ebf7ff;border-color:#0f7abf}.dashboard-camera-chip .chip-name{color:#14284a;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:700;display:block;overflow:hidden}.dashboard-camera-chip .chip-name .camera-label-secondary,.dashboard-alert-title .camera-label-secondary,.dashboard-live-title .camera-label-secondary{margin-top:2px}.dashboard-camera-chip .chip-meta{font-size:11px;font-weight:600}.dashboard-camera-chip .chip-meta.ok{color:#0f8d61}.dashboard-camera-chip .chip-meta.off{color:#a14a4a}.dashboard-live-card{border-top:1px solid #d7e0eb}.dashboard-live-header{justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.dashboard-live-title{color:#112a49;font-size:13px;font-weight:700}.dashboard-live-stage{aspect-ratio:16/9;background:#e9f2fb;border:1px solid #c8d6e8;border-radius:10px;margin:0 12px 12px;position:relative;overflow:hidden}.dashboard-camera-preview{background:#0b1b32;border:0;width:100%;height:100%;display:none}.dashboard-camera-preview-empty{color:#4a5c74;text-align:center;place-items:center;padding:12px;font-size:13px;display:grid;position:absolute;inset:0}.dashboard-main-layout{grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);align-items:start;gap:14px;display:grid}.dashboard-right-column{grid-template-rows:auto auto;gap:14px;min-width:0;display:grid}.dashboard-camera-panel,.dashboard-alert-panel,.dashboard-chart-panel{min-width:0}.dashboard-camera-panel{height:100%}.dashboard-alert-panel .dashboard-alerts-list{min-height:420px;max-height:420px}.dashboard-chart-panel .dashboard-chart{min-height:260px}.hierarchy-empty{text-align:center;color:#586b86;background:#f8fbff;border:1px dashed #c7d3e2;border-radius:10px;padding:20px}@media (max-width:1180px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-layout{grid-template-columns:1fr}.dashboard-right-column{grid-template-rows:auto}.dashboard-alert-panel .dashboard-alerts-list{min-height:auto;max-height:480px}}@media (max-width:760px){.stats-grid{grid-template-columns:1fr}.dashboard-alert-item{grid-template-columns:auto 72px minmax(0,1fr)}.dashboard-alert-actions{grid-column:1/-1;justify-content:flex-end}.dashboard-alert-thumb{width:72px;height:64px}}.site-workspace{grid-template-columns:300px minmax(0,1fr);gap:18px;min-height:calc(100vh - 168px);display:grid}.site-rail,.site-detail{min-width:0}.site-rail{flex-direction:column;gap:12px;display:flex}.site-rail-empty,.site-detail-empty,.site-panel,.site-detail-shell{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(#fff,#f9fcff);border-radius:18px}.site-rail-empty,.site-detail-empty{padding:24px}.site-rail-empty-title,.site-detail-empty-title{color:#132946;margin-bottom:8px;font-size:20px;font-weight:700}.site-rail-item{text-align:left;border:1px solid var(--border);cursor:pointer;background:linear-gradient(#fff,#f8fbff);border-radius:16px;width:100%;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 8px 18px #1d406514}.site-rail-item:hover,.site-rail-item.active{border-color:#98b9da;transform:translateY(-1px);box-shadow:0 16px 28px #14375b24}.site-rail-item-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.site-rail-item-title{color:#17304f;font-size:17px;font-weight:700}.site-rail-item-subtitle{color:var(--text-muted);margin-top:6px;font-size:13px}.site-rail-metrics{color:#355882;flex-wrap:wrap;gap:8px;margin-top:12px;font-size:12px;font-weight:600;display:flex}.site-rail-metrics span{background:#eef5fd;border:1px solid #d7e2ef;border-radius:999px;padding:6px 8px}.site-rail-camera-list{border-top:1px solid #dfe7f0;flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;display:flex}.site-rail-camera{justify-content:space-between;align-items:center;gap:8px;display:flex}.site-rail-camera-name{color:#1b3659;font-size:13px;font-weight:600}.site-detail-shell{padding:22px}.site-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.site-detail-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:12px;font-weight:700}.site-detail-title{color:#12294a;margin-top:6px;font-size:30px;font-weight:800;line-height:1.1}.site-detail-subtitle{color:var(--text-muted);margin-top:8px;font-size:14px}.site-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.site-tab-strip{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.site-tab-btn{color:#1f476f;cursor:pointer;background:#f3f8fe;border:1px solid #ccdae9;border-radius:999px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:700}.site-tab-btn.active{color:#fff;background:linear-gradient(#0f7abf,#0d6ca9);border-color:#0d6ca9;box-shadow:0 10px 18px #0f7abf38}.site-tab-body{margin-top:18px}.site-overview-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.site-stat-card{background:linear-gradient(#fafdff,#f2f8ff);border:1px solid #d7e2ef;border-radius:16px;padding:18px}.site-stat-label{text-transform:uppercase;letter-spacing:.06em;color:#5a7698;font-size:12px;font-weight:700}.site-stat-value{color:#163051;margin-top:10px;font-size:32px;font-weight:800}.site-panel-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:16px;display:grid}.site-panel{padding:18px}.site-panel-title{color:#183152;margin-bottom:14px;font-size:18px;font-weight:700}.site-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.site-panel-head .site-panel-title{margin-bottom:4px}.site-panel-caption{color:var(--text-muted);max-width:560px;font-size:13px}.site-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.site-info-item{background:#fbfdff;border:1px solid #dde6f0;border-radius:14px;padding:14px}.site-info-item span{color:var(--text-muted);margin-bottom:8px;font-size:12px;display:block}.site-info-item strong{color:#193254;font-size:15px;display:block}.site-inline-list,.site-entity-list{flex-direction:column;gap:10px;display:flex}.site-inline-item,.site-entity-card{background:#fbfdff;border:1px solid #dbe6f0;border-radius:14px;padding:13px 14px}.site-inline-item{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.site-inline-item-title,.site-entity-title{color:#193254;font-size:15px;font-weight:700}.site-inline-item-subtitle,.site-entity-subtitle{color:var(--text-muted);word-break:break-word;margin-top:4px;font-size:12px;line-height:1.45}.site-entity-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.site-entity-main{flex:auto;min-width:0}.site-entity-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.site-entity-meta{color:#56718f;flex-wrap:wrap;gap:12px;margin-top:10px;font-size:12px;font-weight:600;display:flex}.site-entity-actions,.site-camera-card-actions,.site-settings-toolbar,.site-settings-footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.site-camera-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.site-camera-card{background:linear-gradient(#fbfdff,#f6faff);border:1px solid #dbe5ef;border-radius:16px;flex-direction:column;padding:16px;display:flex}.site-camera-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.site-camera-card-title{color:#183152;font-size:16px;font-weight:700}.site-camera-card-subtitle{color:var(--text-muted);word-break:break-word;margin-top:4px;font-size:12px}.site-camera-card-meta{color:#55708e;flex-wrap:wrap;gap:8px;margin:14px 0;font-size:12px;font-weight:600;display:flex}.site-camera-card-meta span{background:#eef5fc;border:1px solid #d7e2ee;border-radius:999px;padding:6px 8px}.site-clip-list{flex-direction:column;gap:10px;max-height:420px;padding-right:4px;display:flex;overflow-y:auto}.site-clip-row{background:#fbfdff;border:1px solid #dbe6f0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.site-clip-row.selected{background:#f1f8ff;border-color:#0f7abf;box-shadow:0 10px 18px #0f7abf1f}.site-clip-main{flex:auto;align-items:flex-start;gap:12px;min-width:0;display:flex}.site-clip-select{align-items:center;padding-top:2px;display:inline-flex}.site-clip-select input{accent-color:#0f7abf;width:16px;height:16px;margin:0}.site-clip-info{flex:auto;min-width:0}.site-clip-title{color:#183152;font-size:14px;font-weight:700}.site-clip-meta{color:#56708d;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:12px;font-weight:600;display:flex}.site-clip-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:8px;display:flex}.site-clip-empty{text-align:center;color:var(--text-muted);background:#fbfdff;border:1px dashed #cfdae6;border-radius:16px;padding:22px 18px}.site-settings-copy{color:var(--text-muted);max-width:760px;margin-bottom:16px;font-size:14px}.site-summary-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.site-preview-note{color:#587392;margin-top:10px;font-size:12px;font-weight:600}.site-camera-composer{background:linear-gradient(#fafdff,#f3f8fe);border:1px solid #d9e4ef;border-radius:16px;margin-bottom:18px;padding:18px}.site-camera-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.site-camera-form-span{grid-column:1/-1}.site-camera-toggle-row{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.site-schedule-mode-group{margin-bottom:14px}.site-schedule-preview-card{background:linear-gradient(#fff,#f6fbff);border:1px solid #dbe6f1;border-radius:14px;margin-bottom:14px;padding:14px 16px}.site-schedule-preview-card-muted{background:#fbfdff}.site-schedule-preview-title{color:#17304f;font-size:13px;font-weight:700}.site-schedule-preview-summary{color:#56708d;margin-top:6px;font-size:13px;line-height:1.5}.site-inline-check{color:#1d395c;background:#fff;border:1px solid #d6e2ee;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;display:inline-flex}.site-inline-check input{margin:0}.site-camera-composer-footer{border-top:1px solid #dbe5ef;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.site-settings-form{gap:16px;display:grid}.schedule-title-subsection{margin-top:4px;margin-bottom:4px}.site-settings-toggle{color:#1d395c;background:#f8fbff;border:1px solid #dce7f1;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;font-weight:600;display:flex}.site-settings-toggle input{margin-top:2px}.site-checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.site-checkbox-card{cursor:pointer;background:#fbfdff;border:1px solid #dce6f0;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;display:flex}.site-checkbox-card input{margin-top:3px}.site-checkbox-title{color:#163051;font-size:14px;font-weight:700}.site-checkbox-subtitle{color:var(--text-muted);word-break:break-word;margin-top:4px;font-size:12px}.site-settings-select{width:100%}.site-empty-state{text-align:center;color:var(--text-muted);background:#fbfdff;border:1px dashed #cfdae6;border-radius:16px;padding:28px 18px}.site-stat-card-active{background:linear-gradient(#edfaf2,#d9f5e6);border-color:#a8dfbc}.site-stat-card-active .site-stat-value{color:#0e6e35}.site-info-edit-form{padding-top:4px}.site-info-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.mono-text{letter-spacing:.03em;font-family:monospace;font-size:13px}.site-camera-full-list{flex-direction:column;gap:10px;display:flex}.site-camera-list-item{background:#fbfdff;border:1px solid #dbe6f0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .15s;display:flex}.site-camera-list-item.inactive{opacity:.85;background:#f8f9fb;border-color:#e4eaf0}.site-camera-list-info{flex:auto;min-width:0}.site-camera-list-name{color:#183152;font-size:15px;font-weight:700}.site-camera-list-url{color:var(--text-muted);word-break:break-word;margin-top:3px;font-size:12px}.site-camera-list-meta{color:#55718f;flex-wrap:wrap;gap:6px;margin-top:8px;font-size:12px;font-weight:600;display:flex}.site-camera-list-meta span{background:#eef5fc;border:1px solid #d7e2ee;border-radius:999px;padding:4px 8px}.site-camera-prerecord-badge{color:#7a5c00!important;background:#fff3d4!important;border-color:#f5c842!important}.site-camera-list-actions{flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:6px;display:flex}.site-device-full-list{flex-direction:column;gap:10px;display:flex}.site-device-list-item{background:#fbfdff;border:1px solid #dbe6f0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.site-device-list-info{flex:auto;min-width:0}.site-device-list-name{color:#183152;font-size:15px;font-weight:700}.site-device-list-url{color:var(--text-muted);word-break:break-word;margin-top:3px;font-size:12px}.site-device-list-meta{margin-top:8px}.device-type-badge{color:#2b4f72;letter-spacing:.03em;background:#e9f0f8;border:1px solid #c8d8e8;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.site-device-list-actions{flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:6px;display:flex}.site-automation-section{background:#f8fbff;border:1px solid #dde8f2;border-radius:14px;padding:18px}.site-automation-label{text-transform:uppercase;letter-spacing:.07em;color:#3a5f82;margin-bottom:6px;font-size:13px;font-weight:700}.site-automation-desc{color:var(--text-muted);margin-bottom:14px;font-size:13px;line-height:1.5}.site-radio-group{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.site-radio-card{cursor:pointer;background:#fff;border:2px solid #dce6f0;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.site-radio-card:hover{background:#f5faff;border-color:#9abcd4}.site-radio-card.selected{background:linear-gradient(#f0f8ff,#e8f4fd);border-color:#0f7abf;box-shadow:0 4px 12px #0f7abf1f}.site-radio-card:has(input:checked){background:linear-gradient(#f0f8ff,#e8f4fd);border-color:#0f7abf;box-shadow:0 4px 12px #0f7abf1f}.site-radio-card input[type=radio]{accent-color:#0f7abf;flex-shrink:0;margin-top:3px}.site-radio-content{min-width:0}.site-radio-title{color:#183152;font-size:14px;font-weight:700}.site-radio-subtitle{color:var(--text-muted);margin-top:4px;font-size:12px;line-height:1.45}.site-settings-toggle-title{color:#1d395c;font-size:14px;font-weight:700}.site-settings-toggle-desc{color:var(--text-muted);margin-top:2px;font-size:12px}@media (max-width:1200px){.site-info-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.site-info-form-grid{grid-template-columns:1fr}.site-camera-list-item,.site-device-list-item,.site-clip-row{flex-direction:column}.site-camera-list-actions,.site-device-list-actions,.site-clip-actions{justify-content:flex-start;width:100%}.site-radio-group{grid-template-columns:1fr}}@media (max-width:1200px){.site-workspace{grid-template-columns:280px minmax(0,1fr)}.site-panel-grid{grid-template-columns:1fr}}@media (max-width:900px){.site-workspace,.site-overview-grid{grid-template-columns:1fr}.site-detail-header,.site-panel-head,.site-entity-card,.site-inline-item{flex-direction:column}.site-detail-actions,.site-entity-actions,.site-camera-card-actions,.site-settings-footer,.site-camera-composer-footer,.site-clip-actions{justify-content:flex-start}.site-info-grid,.site-camera-form-grid{grid-template-columns:1fr}}.schedule-windows-container{width:100%}.schedule-windows-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-bottom:16px;display:grid}.schedule-window-list-item{background:linear-gradient(135deg,#f8fbff 0%,#f0f7ff 100%);border:1px solid #dce6f0;border-radius:12px;flex-direction:column;padding:14px;transition:all .2s;display:flex}.schedule-window-list-item:hover{border-color:#7fa3c5;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.schedule-window-card-content{flex:1;margin-bottom:12px}.schedule-window-card-title{color:#132946;margin-bottom:8px;font-size:13px;font-weight:700}.schedule-window-card-body{flex-direction:column;gap:6px;display:flex}.schedule-window-card-row{color:#1d395c;gap:8px;font-size:12px;display:flex}.schedule-window-label{color:#2d5a88;min-width:45px;font-weight:600}.schedule-window-value{word-break:break-word;color:#3d6a98;flex:1}.schedule-overnight-badge{color:#856404;background:#fff3cd;border-radius:4px;margin-left:4px;padding:2px 6px;font-size:11px;font-weight:600;display:inline-block}.schedule-window-card-actions{border-top:1px solid #e8eef6;gap:6px;padding-top:8px;display:flex}.schedule-window-card-actions .btn{flex:1;font-size:12px}.schedule-window-edit-btn{color:#2d5a88!important;background:#e8f0ff!important}.schedule-window-edit-btn:hover{background:#d4e4ff!important}.schedule-window-remove-btn{color:#c5354d!important;background:#ffe8e8!important}.schedule-window-remove-btn:hover{background:#ffd4d4!important}.schedule-window-edit-form{background:linear-gradient(135deg,#f0f7ff 0%,#e8f0ff 100%);border:2px solid #7fa3c5;border-radius:12px;margin-top:12px;margin-bottom:14px;padding:16px}.schedule-window-form-title{color:#132946;border-bottom:1px solid #7fa3c5;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:700}.schedule-window-time-grid{margin:12px 0}.schedule-window-form-actions{border-top:1px solid #dce6f0;gap:8px;margin-top:12px;padding-top:12px;display:flex}.sync-row{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.sync-status{color:#2e4a6d;white-space:nowrap;background:#f4f9ff;border:1px solid #cdd9e7;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.sync-status.sync-busy{color:#8b5e00;background:#fff6e8;border-color:#efcb90}.sync-status.sync-ok{color:#0f8d61;background:#eafaf3;border-color:#9ad8bf}.sync-status.sync-warn{color:#1f5f94;background:#edf6ff;border-color:#b8d7f4}.sync-status.sync-err{color:#b22f2f;background:#fff2f2;border-color:#efb9b9}.btn-sync{gap:6px}.device-detail-block{border-top:1px solid #dbe5ef;margin-top:16px;padding-top:16px}.device-detail-title{text-transform:uppercase;letter-spacing:.06em;color:#5a7698;margin-bottom:10px;font-size:12px;font-weight:700}.device-site-list{flex-direction:column;gap:10px;display:flex}.device-site-row{background:#f8fbff;border:1px solid #d7e2ef;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.device-site-name{color:#163051;font-size:14px;font-weight:700}.device-site-subtitle{color:#6c829d;margin-top:4px;font-size:12px}.device-site-actions,.device-camera-chips{flex-wrap:wrap;gap:8px;display:flex}.chip-button{cursor:pointer;font-family:inherit}.sync-icon{text-align:center;width:14px;line-height:1;display:inline-block}.spin{animation:.9s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:760px){.device-site-row{flex-direction:column}}.site-section{background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;margin-bottom:20px;overflow:hidden}.site-section-header{background:#fbfdff;border-bottom:1px solid #d7e0eb;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.site-section-header>div:first-child{flex:1;min-width:0}.site-title{color:#14294b;font-size:16px;font-weight:700}.site-subtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.site-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.site-section-body{padding:16px}.site-cameras-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.camera-card{background:linear-gradient(#fff,#f7fbff);border:1px solid #d7e2ef;border-radius:18px;flex-direction:column;gap:14px;min-height:100%;padding:18px;display:flex;box-shadow:0 12px 24px #16305114}.camera-card.focused{border-color:#0f7abf;box-shadow:0 18px 30px #0f7abf2e}.camera-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.camera-card-title{color:#14294b;font-size:17px;font-weight:700}.camera-card-subtitle{color:#64748b;word-break:break-word;margin-top:4px;font-size:12px}.camera-card-preview{aspect-ratio:16/9;background:linear-gradient(#eff5fb,#dfe9f4);border:1px solid #dbe5ef;border-radius:14px;position:relative;overflow:hidden}.camera-card-thumb{object-fit:cover;width:100%;height:100%;display:block}.camera-card-preview-empty{text-align:center;color:#5e7592;background:linear-gradient(#f8fbfff5,#e8eff7f5);justify-content:center;align-items:center;padding:14px;font-size:12px;font-weight:600;display:none;position:absolute;inset:0}.camera-card-preview.is-empty .camera-card-thumb{display:none}.camera-card-preview.is-empty .camera-card-preview-empty{display:flex}.camera-chip-row,.camera-card-actions,.camera-clip-actions{flex-wrap:wrap;gap:8px;display:flex}.chip-accent{color:#0f8d61;background:#eefaf2;border-color:#a8d6bd}.camera-clips-panel{border-top:1px solid #dbe5ef;margin-top:auto;padding-top:14px}.camera-clips-head{text-transform:uppercase;letter-spacing:.06em;color:#5a7698;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.camera-clips-head-main,.camera-clips-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.camera-clips-list{flex-direction:column;gap:8px;max-height:320px;padding-right:4px;display:flex;overflow-y:auto}.camera-clip-row{background:#fbfdff;border:1px solid #e4edf6;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.camera-clip-row.selected{background:#f1f8ff;border-color:#0f7abf;box-shadow:0 8px 18px #0f7abf1f}.camera-clip-select{align-items:center;padding-top:2px;display:inline-flex}.camera-clip-select input{width:16px;height:16px;accent-color:var(--primary);margin:0}.camera-clip-main{flex:1;min-width:0}.camera-clip-time{color:#183152;font-size:13px;font-weight:600}.camera-clip-meta,.camera-clip-empty{color:#6c829d;margin-top:4px;font-size:12px}.site-empty{color:#586b86;text-align:center;background:#f8fbff;border:1px dashed #c7d3e2;border-radius:10px;padding:16px}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#2e4a6d;background:#f2f8ff;border:1px solid #cdd9e7;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}@media (max-width:900px){.site-section-header{flex-direction:column;align-items:stretch}.site-actions{justify-content:flex-end}.camera-clips-head{flex-direction:column;align-items:stretch}.camera-clips-toolbar{justify-content:flex-start}}@media (max-width:600px){.site-cameras-grid{grid-template-columns:1fr}.camera-card-head,.camera-clip-row{flex-direction:column;align-items:flex-start}.camera-clips-toolbar .btn,.camera-clip-actions .btn,.camera-clip-actions a.btn{width:100%}}body.wall-mode .content-scrollable{padding:16px}.site-wall-toolbar{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.site-wall-title{letter-spacing:-.2px;color:#14294b;font-size:20px;font-weight:700}.site-wall-subtitle{color:var(--text-muted);margin-top:4px;font-size:13px}.site-wall-actions{flex-wrap:wrap;gap:10px;display:flex}.site-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px;min-width:0;display:grid}.site-wall-layout{align-items:stretch;gap:20px;height:calc(100vh - 224px);display:flex}.site-wall-main{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex;overflow-y:auto}.site-wall-pager{background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:10px 12px;display:flex}.site-wall-pager .pager-left{flex-direction:column;gap:2px;display:flex}.site-wall-pager .pager-title{color:#163057;font-weight:700}.site-wall-pager .pager-sub{color:var(--text-muted);font-size:12px}.site-wall-pager .pager-right{align-items:center;gap:10px;display:flex}.site-wall-pager .pager-indicator{color:var(--text-muted);text-align:center;min-width:100px;font-size:12px}.alert-sidebar{width:320px;min-width:250px;max-width:360px;box-shadow:var(--shadow);background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.alert-sidebar .sidebar-header{background:#fbfdff;border-bottom:1px solid #d7e0eb;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.sidebar-title-group{flex-direction:column;gap:2px;display:flex}.sidebar-title{color:#14294b;font-size:14px;font-weight:700}.sidebar-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.wall-segmented{background:#f5f8fc;border:1px solid #d7e0eb;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.wall-segmented-btn{color:#3b4d66;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.wall-segmented-btn.active{color:#fff;background:#173a61;box-shadow:0 8px 18px #173a612e}.sidebar-list{flex-direction:column;flex:1;gap:8px;padding:8px;display:flex;overflow-y:auto}.alert-item,.clip-item{border:1px solid #d6dce6;border-left:4px solid var(--primary);cursor:pointer;background:#fff;border-radius:8px;padding:10px;font-size:13px;animation:.25s wallSlideIn}.alert-item:hover,.clip-item:hover{box-shadow:0 8px 18px #1d406517}.alert-item.disabled,.clip-item.disabled{cursor:not-allowed;opacity:.75}.alert-item.roi{border-left-color:#f59e0b}.alert-item.item{border-left-color:#0ea5e9}.clip-item{border-left-color:#16a34a}.clip-item.disabled:hover,.alert-item.disabled:hover{box-shadow:none}.alert-item .alert-time{color:var(--text-muted);margin-bottom:4px;font-size:11px}.alert-item .alert-cam{color:#10213d;margin-bottom:2px;font-weight:700}.alert-item .alert-type{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;margin-bottom:6px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.alert-item .alert-type.roi{color:#9a5f00;background:#fff8eb;border:1px solid #f6cd8f}.alert-item .alert-type.item{color:#0f7abf;background:#ecf8ff;border:1px solid #9fd0ec}.alert-item .alert-body{color:#1f2f49;font-size:12px}.clip-item-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.clip-cam{color:#10213d;font-weight:700}.clip-item .clip-time{color:var(--text-muted);text-align:right;font-size:11px}.clip-item .clip-meta{color:#1f2f49;margin-top:6px;font-size:12px}.clip-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.site-wall-alert-empty{background:#f8fbff;border:1px dashed #c7d3e2;border-radius:10px}@keyframes wallSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (min-width:1100px){.site-wall-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1600px){.site-wall-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1200px){.site-wall-layout{flex-direction:column;height:auto}.site-wall-main{overflow:visible}.alert-sidebar{width:100%;min-width:0;max-width:none;max-height:320px}}@media (max-width:760px){.site-wall-pager{flex-direction:column;align-items:stretch}.site-wall-pager .pager-right{justify-content:space-between}.sidebar-actions{justify-content:space-between;width:100%;margin-left:0}}.site-wall-tile{box-shadow:var(--shadow);background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;flex-direction:column;min-height:240px;display:flex;overflow:hidden}.site-wall-empty{text-align:center;color:#586b86;background:#f8fbff;border:1px dashed #c7d3e2;border-radius:12px;grid-column:1/-1;padding:40px}.site-wall-stream{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.site-wall-iframe{z-index:1;object-fit:contain;background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.site-wall-offline{color:#dce9f7;background:#0611228c;place-items:center;font-size:13px;display:none;position:absolute;inset:0}.site-wall-meta{border-top:1px solid #d7e0eb;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.site-wall-meta .title{color:#112a49;font-size:13px;font-weight:700}.site-wall-meta .sub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:68ch;margin-top:2px;font-size:12px;overflow:hidden}.settings-container{gap:18px;width:100%;max-width:900px;margin:0 auto;padding:0;display:grid}.settings-section{background:linear-gradient(#fff,#f9fcff);border:1px solid #d0d8e4;border-radius:12px;padding:28px;box-shadow:0 8px 18px #1d406517}.settings-section-title{color:#14294b;margin:0 0 8px;font-size:20px;font-weight:700}.settings-section-desc{color:#586b86;margin:0 0 24px;font-size:14px;line-height:1.5}.settings-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.settings-form-grid .form-group{margin-bottom:0}.settings-form-actions{grid-column:1/-1;justify-content:flex-end;display:flex}.settings-email-add{gap:12px;margin-bottom:20px;display:flex}.settings-email-add select,.settings-email-add input{color:var(--text-main);background:#fff;border:1px solid #cdd9e8;border-radius:8px;padding:10px 12px;font-size:14px}.settings-email-add select{min-width:180px}.settings-email-add input{flex:1}.settings-email-add select:focus,.settings-email-add input:focus{border-color:#85b6df;outline:none;box-shadow:0 0 0 3px #0f7abf1f}.settings-email-list{flex-direction:column;gap:12px;display:flex}.settings-email-item{background:#f8fbff;border:1px solid #d5dfeb;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:border-color .18s,box-shadow .18s;display:flex}.settings-email-item:hover{border-color:#b9cde4;box-shadow:0 4px 12px #2e4c7514}.settings-email-address{color:#1b2b45;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.settings-email-main{flex-direction:column;gap:4px;display:flex}.settings-email-site{color:var(--text-muted);font-size:12px}.settings-empty{text-align:center;background:#f8fbff;border:1px dashed #c7d3e2;border-radius:10px;padding:28px}.settings-empty p{color:var(--text-main);margin:0 0 8px}.settings-empty .text-muted{color:var(--text-muted);font-size:13px}.settings-danger-zone{background:linear-gradient(#fffefe,#fff7f7);border-color:#efbcbc}.settings-danger-copy{color:#7e3f3f}.settings-danger-action{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.settings-danger-action .form-group{flex:1;min-width:220px;margin-bottom:0}@media (max-width:768px){.settings-section{padding:20px}.settings-form-grid{grid-template-columns:1fr}.settings-form-actions{justify-content:stretch}.settings-form-actions .btn{width:100%}.settings-email-add{flex-direction:column}.settings-email-add select,.settings-danger-action .btn{width:100%}}
