@import url(https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap);.popup-tip-anchor{height:0;position:absolute;width:500px}.popup-bubble-anchor{position:absolute;width:100%;bottom:20px;left:0}.custom-popup-container{width:auto;z-index:100}.popup-bubble-content{position:absolute;top:0;left:0;transform:translate(-50%,-100%);background-color:#fff;padding:0;border-radius:10px;font-family:sans-serif;box-shadow:0 2px 10px 1px rgba(0,0,0,.5);color:#000}.popup-header{padding-bottom:10px}.popup-bubble-anchor:after{content:"";position:absolute;top:0;left:0;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #fff}.vt-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(6,27,46,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:999;padding:16px}.vt-modal-card{background:#fff;border-radius:16px;width:500px;max-width:90vw;padding:28px 24px 24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;grid-gap:20px;gap:20px;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.vt-modal-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;color:#826475;cursor:pointer;line-height:1;padding:4px 8px;border-radius:6px}.vt-modal-close:hover{background:#f5f6fa}.vt-modal-icon{width:56px;height:56px;border-radius:50%;background:#fef3c7;display:flex;align-items:center;justify-content:center}.vt-modal-text{font-size:15px;line-height:1.5;font-weight:500;color:#526475;margin:0}.vt-modal-actions{width:100%;display:flex;grid-gap:12px;gap:12px;margin-top:4px}.vt-btn{flex:1 1;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease;font-family:inherit}.vt-btn-outlined{background:#fff;border:1px solid #1c85e8;color:#1c85e8}.vt-btn-outlined:hover{background:#f0f7ff}.vt-btn-contained{background:#1c85e8;border:1px solid #1c85e8;color:#fff}.vt-btn-contained:hover{background:#1573cc}:root{--primary:#1c85e8;--text:#061b2e;--muted:#526475;--border:#e0e0e0;--surface:#fff;--bg:#f5f6fa;--font:"General Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;font-family:var(--font);color:var(--text)}.vt-app-container,body,html{overflow:hidden;background:var(--bg)}.vt-app-container{height:100vh;max-height:100vh;display:flex;flex-direction:column}.header{height:56px;flex-shrink:0;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 20px;z-index:20}.logo svg{height:32px;width:auto;display:block}.context{margin-left:22px;padding-left:22px;border-left:1px solid var(--border);font-size:14px;font-weight:600;color:var(--muted)}main{flex:1 1;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:16px 52px;width:100%;overflow:hidden;min-height:0}.controls{flex-shrink:0;background:#fff;border:1px solid var(--border);padding:10px 18px;display:flex;align-items:center;justify-content:space-between;grid-gap:20px;gap:20px;border-radius:6px;margin-bottom:0}.control-group{display:flex;flex-direction:column}.camera-group{position:relative;min-width:280px}label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:7px}.static-vehicle{display:flex;align-items:center;grid-gap:10px;gap:10px;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:6px;background:#f6f9fc;min-width:280px}.static-vehicle .vehicle-name{font-size:14px;font-weight:600}.vehicle-name-skeleton{display:inline-block;width:120px;height:14px;border-radius:4px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.status{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-size:11px;font-weight:700;padding:5px 8px;border-radius:3px}.status.live{background:#eaf8f1;color:#0f8a5f}.status.offline{background:#f1f3f5;color:#64748b}.dot{width:6px;height:6px;border-radius:50%;background:currentColor}.camera-row{margin-top:28px;max-width:380px}.camera-row,.camera-select{position:relative}.camera-select-trigger{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:6px;background:#f6f9fc;cursor:pointer;font-family:var(--font);font-size:13px;font-weight:500;color:var(--text);transition:border-color .15s,background .15s}.camera-select-trigger:hover{border-color:var(--primary);background:var(--bg)}.camera-select-trigger.open{border-color:var(--primary);background:#fff}.camera-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.camera-chevron{width:14px;height:14px;fill:var(--muted);flex-shrink:0;transition:transform .15s}.camera-select-trigger.open .camera-chevron{transform:rotate(180deg)}.camera-menu{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:15;padding:4px 0;border-radius:6px}.camera-menu.show{display:block}.camera-option{width:100%;display:flex;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border:0;background:#fff;color:var(--text);font:inherit;font-size:13px;text-align:left;cursor:pointer}.camera-option:hover{background:#f8f9fa}.camera-option input{width:16px;height:16px;accent-color:var(--primary);margin:0;pointer-events:none}.camera-option.disabled{opacity:.5;cursor:not-allowed}.video-section{flex:1 1;display:flex;flex-direction:column;min-height:0;margin-top:12px;overflow:hidden}.grid{flex:1 1;display:grid;grid-gap:12px;gap:12px;min-height:0}.grid.one{grid-template-columns:1fr}.grid.four,.grid.three,.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.grid.two{grid-template-rows:1fr}.frame{position:relative;background:#101418;border:1px solid #26313a;border-radius:6px;overflow:hidden;height:100%;min-height:0;display:flex;flex-direction:column;color:#fff}.feed{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 75%,#38444c 0,#182027 40%,#0c1014 75%)}.feed:before{content:"";position:absolute;left:0;right:0;bottom:0;height:38%;background:linear-gradient(160deg,transparent 35%,hsla(0,0%,100%,.04) 36% 37%,transparent 38% 100%)}.hud{position:absolute;top:12px;left:12px;right:12px;justify-content:flex-end;font-size:12px;font-weight:600;z-index:5;pointer-events:none}.hud,.hud-right{display:flex;align-items:center}.hud-right{grid-gap:7px;gap:7px}.stream-timer{width:27px;height:27px;position:relative;display:grid;place-items:center;flex-shrink:0}.stream-timer svg{position:absolute;inset:0;width:27px;height:27px;transform:rotate(-90deg)}.timer-track{fill:none;stroke:hsla(0,0%,100%,.22);stroke-width:2.5}.timer-progress{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:69.12;stroke-dashoffset:0;transition:stroke-dashoffset .2s linear}.timer-text{position:relative;font-size:7px;line-height:1;color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.45)}.cam-name{background:rgba(0,0,0,.45);padding:5px 7px;border-radius:3px}.restart-stream{width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3);background:rgba(0,0,0,.58);color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .15s,background .15s;pointer-events:auto}.restart-stream:hover{background:rgba(28,133,232,.95);transform:scale(1.06)}.restart-stream svg{width:20px;height:20px;fill:currentColor}.frame.ended .feed{filter:brightness(.28);transition:filter .2s}.center-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:10px;gap:10px;z-index:3;text-align:center;color:#d9e0e6;font-size:14px}.loader{width:20px;height:20px;border:2px solid #5d6870;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.info{margin-top:10px;margin-bottom:0;background:#fff;border:1px solid var(--border);padding:8px 14px;grid-gap:10px;gap:10px;border-radius:6px;flex-shrink:0}.info,.info-icon{display:flex;align-items:center}.info-icon{color:var(--primary);font-size:16px;line-height:1}.info strong{font-size:12px;display:inline-block;margin-bottom:0}.info span{font-size:12px;color:var(--muted)}.caution{margin-top:8px;background:#edf3f9;border:1px solid #c9d7e4;border-radius:6px;padding:6px 10px;color:#526475;font-size:12px;line-height:1.35;display:flex;align-items:center;grid-gap:5px;gap:5px;flex-shrink:0}.caution-icon{font-size:13px;color:#f6881f;line-height:1;flex-shrink:0}.caution strong{font-weight:500;color:#526475}.expired{min-height:calc(100vh - 64px);display:none;place-items:center;text-align:center;padding:24px}.expired.show{display:grid}.expired-card{max-width:460px;margin:0 auto}.expired-icon{width:52px;height:52px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:23px;color:var(--muted)}.expired h2{margin:0 0 8px;font-size:24px}.expired p{margin:0;color:var(--muted);font-size:14px}@media (max-width:768px){.vt-app-container,body,html{overflow-y:auto;height:auto}.vt-app-container{max-height:none}main{padding:16px 14px;height:auto;overflow:visible}.controls{flex-direction:column;align-items:stretch;grid-gap:14px;gap:14px;padding:14px}.camera-group,.control-group,.static-vehicle{width:100%;min-width:0}.static-vehicle{justify-content:space-between}.camera-select-trigger{width:100%}.camera-menu{position:relative;top:4px;right:auto;width:100%;box-shadow:none}.video-section{margin-top:14px}.grid,.video-section{overflow:visible;height:auto}.grid.four,.grid.three,.grid.two{grid-template-columns:1fr;grid-template-rows:auto}.frame{height:240px;min-height:240px}.context{display:none}}
/*# sourceMappingURL=main.85019ea5.chunk.css.map */