:root{color:#172033;--brand:#f50;--brand-text:#fff;--app-background:#f5f8fb;--surface:#fff;--surface-muted:#edf3f8;--surface-strong:#e4edf5;--border:#dce6ef;--text:#172033;--text-muted:#64748b;font-synthesis:none;-webkit-tap-highlight-color:transparent;background:#f5f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--app-background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-width:320px;min-height:100%}body{background:var(--app-background);min-height:100%;margin:0}button,input{font:inherit}button{color:inherit;touch-action:manipulation}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.safe-x{padding-left:max(18px, env(safe-area-inset-left));padding-right:max(18px, env(safe-area-inset-right))}.safe{padding:max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left))}.page{min-height:100dvh;padding-top:max(30px, calc(env(safe-area-inset-top) + 20px));padding-bottom:max(96px, calc(env(safe-area-inset-bottom) + 82px));background:var(--app-background)}.viewer-page{padding:env(safe-area-inset-top) 0 max(96px, calc(env(safe-area-inset-bottom) + 82px))}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.13em;margin:0 0 8px;font-size:.67rem;font-weight:850}.camera-heading{padding:4px 2px 20px}.camera-instruction{color:#526276;margin:0;font-size:.94rem;line-height:1.5}.page-intro h1{color:#111827;letter-spacing:-.05em;margin:0;font-size:clamp(1.85rem,8.5vw,2.55rem);line-height:1.02}.page-intro p:not(.eyebrow){color:#64748b;margin:10px 0 0;font-size:.86rem;line-height:1.48}.camera-list{gap:16px;display:grid}.camera-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:22px;width:100%;padding:0;transition:transform .16s,box-shadow .16s;overflow:hidden;box-shadow:0 12px 34px #0f172a12}.camera-card:active{transform:scale(.985);box-shadow:0 6px 18px #0f172a17}.camera-card[aria-disabled=true]{opacity:1}.camera-preview{aspect-ratio:16/8.8;background:radial-gradient(circle at 52% 44%,#fff 0 5%,#edf4f8 38%,#dfe9f2 100%);position:relative;overflow:hidden}.camera-preview:before{content:"";border:1px solid #b8c8d8;border-radius:50%;position:absolute;inset:18% 30%;box-shadow:inset 0 0 0 20px #dce7f080,0 14px 45px #6b829624}.camera-thumbnail{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .2s;position:absolute;inset:0}.camera-thumbnail.loaded{opacity:1}.preview-gradient{background:linear-gradient(#0000,#dce7f0b8);position:absolute;inset:55% 0 0}.live-badge{color:#166534;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f0fdf4f2;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.65rem;font-weight:800;display:inline-flex;box-shadow:0 5px 16px #1665341c}.camera-preview .live-badge{position:absolute;top:12px;left:12px}.live-badge i{background:#16a34a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #bbf7d0,0 0 12px #16a34a}.live-badge.offline{color:#b91c1c;background:#fff1f2f2;border-color:#fecaca;box-shadow:0 5px 16px #b91c1c1c}.live-badge.offline i{background:#ef4444;box-shadow:0 0 0 4px #fecaca,0 0 12px #ef4444}.camera-play{place-items:center;display:grid;position:absolute;inset:0}.camera-play svg{width:48px;height:48px;color:var(--brand);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #d6e2eb;border-radius:50%;padding:13px;box-shadow:0 10px 26px #47556924}.camera-copy{align-items:center;gap:12px;padding:16px;display:flex}.camera-copy>div{flex:1;gap:4px;min-width:0;display:grid}.camera-copy strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;overflow:hidden}.camera-copy>svg{color:#94a3b8;width:18px}.bottom-tabs{z-index:50;padding:8px max(14px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-top:1px solid #dce6ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #0f172a12}.bottom-tabs button{color:#64748b;background:0 0;border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;min-width:0;min-height:54px;padding:9px 12px;font-size:.76rem;font-weight:750;display:flex}.bottom-tabs button.active{background:color-mix(in srgb, var(--brand) 11%, white);color:var(--brand)}.bottom-tabs button:active{transform:scale(.98)}.bottom-tabs button svg{width:22px;height:22px}.bottom-tabs button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.viewer{min-height:calc(100dvh - env(safe-area-inset-top));background:var(--app-background)}.video-stage{aspect-ratio:16/10;background:var(--surface-strong);touch-action:none;width:100%;position:relative;overflow:hidden}.video-stage video{object-fit:contain;width:100%;height:100%}.video-placeholder{color:var(--text-muted);background:radial-gradient(circle at 50% 42%,#fff,#e4edf5 72%);place-content:center;justify-items:center;gap:13px;font-size:.75rem;display:grid;position:absolute;inset:0}.video-placeholder.hidden{display:none}.player-actions{z-index:4;transform-origin:100% 100%;opacity:0;pointer-events:none;align-items:center;gap:6px;transition:opacity .16s,transform .16s;display:flex;position:absolute;bottom:9px;right:9px;transform:scale(.94)}.player-actions.visible{opacity:1;pointer-events:auto;transform:scale(1)}.player-volume{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ab8;border:1px solid #ffffff80;border-radius:9px;align-items:center;gap:3px;height:32px;padding-right:7px;display:flex;overflow:hidden;box-shadow:0 7px 18px #0206174f}.player-volume button{color:#fff;background:0 0;border:0;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;display:grid}.player-volume svg{width:15px;height:15px}.player-volume input{width:58px;height:30px;accent-color:var(--brand);cursor:pointer;margin:0}.player-fullscreen{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ab8;border:1px solid #ffffff80;border-radius:9px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 7px 18px #0206174f}.player-fullscreen svg{width:15px;height:15px}.player-speed{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ab8;border:1px solid #ffffff80;border-radius:9px;height:32px;overflow:hidden;box-shadow:0 7px 18px #0206174f}.player-speed select{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;border:0;outline:0;width:52px;height:100%;padding:0 5px;font-size:.65rem;font-weight:800}.viewer-toolbar{align-items:center;gap:10px;padding:16px 18px 10px;display:flex}.date-select{color:#334155;background:#fff;border:1px solid #dbe5ee;border-radius:15px;flex:1;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0f172a0d}.date-select svg{width:20px;color:var(--brand);flex:none}.date-select span{text-overflow:ellipsis;white-space:nowrap;font-size:.77rem;font-weight:750;overflow:hidden}.date-select input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.save-icon{background:var(--brand);width:48px;height:48px;color:var(--brand-text);box-shadow:0 8px 22px color-mix(in srgb, var(--brand) 28%, transparent);border:0;border-radius:15px;flex:0 0 48px;place-items:center;display:grid}.save-icon svg{width:21px;height:21px}.viewer-camera{justify-content:space-between;align-items:center;gap:12px;padding:0 19px 14px;display:flex}.viewer-camera strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.viewer-camera span{color:#64748b;flex:none;font-size:.64rem}.timeline-panel{background:#f8fafc;border-block:1px solid #e2e8f0;margin:0;padding:10px 0 16px;overflow:hidden;box-shadow:0 10px 30px #0f172a0b}.timeline-loading{color:#64748b;place-items:center;min-height:184px;font-size:.72rem;display:grid}.timeline-selection{justify-items:center;gap:3px;padding:1px 14px 10px;display:grid}.timeline-selection span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.59rem}.timeline-selection strong{color:#172033;font-variant-numeric:tabular-nums;font-size:1.02rem}.timeline-viewport{background:#fff;border-block:1px solid #dbe3ed;height:150px;position:relative}.timeline-window{cursor:grab;touch-action:none;scrollbar-width:none;position:absolute;inset:0;overflow:auto hidden}.timeline-window::-webkit-scrollbar{display:none}.timeline-window.is-dragging{cursor:grabbing}.timeline-window:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 30%, transparent);outline-offset:-3px}.timeline-preview{z-index:7;color:#fff;pointer-events:none;background:#172033ed;border:1px solid #ffffff4a;border-radius:11px;width:126px;padding:5px;position:absolute;top:5px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0206175c}.timeline-preview[hidden]{display:none}.timeline-preview-frame{color:#cbd5e1;background:#334155;border-radius:7px;place-items:center;height:64px;font-size:.58rem;display:grid;overflow:hidden}.timeline-preview-frame img{object-fit:cover;width:100%;height:100%}.timeline-preview-frame .loader.small{border-color:#fff #64748b #64748b;width:16px;height:16px;margin:0}.timeline-preview>strong{text-align:center;font-variant-numeric:tabular-nums;padding:4px 2px 0;font-size:.65rem;display:block}.timeline-scroll{align-items:stretch;width:max-content;height:100%;display:flex}.timeline-spacer{flex:0 0 0}.timeline-rail{background-image:repeating-linear-gradient(90deg,#0000 0 23px,#e8edf3 24px);flex:none;height:100%;position:relative}.timeline-tick{background:#cbd5e1;width:1px;position:absolute;top:14px;bottom:16px}.timeline-tick i{background:#94a3b8;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:-2px}.timeline-tick b{color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.55rem;font-weight:650;position:absolute;top:8px;left:0;transform:translate(-50%)}.timeline-bands{background:#e2e8f0;border-radius:9px;height:38px;position:absolute;inset:auto 0 20px}.timeline-segment{background:#22a55b;border-radius:4px;min-width:2px;position:absolute;inset-block:0;box-shadow:inset 0 0 0 1px #15803d26}.timeline-segment.motion{background:#f5b82e;box-shadow:inset 0 0 0 1px #b7791f33}.timeline-segment.gap{box-shadow:none;background:#dbe3ed}.timeline-playhead{z-index:3;pointer-events:none;background:#ef4444;width:2px;position:absolute;top:6px;bottom:6px;left:50%;transform:translate(-1px);box-shadow:0 0 0 1px #fff,0 0 8px #ef444466}.timeline-playhead:before{content:"";background:#ef4444;border-radius:3px 3px 3px 0;width:11px;height:11px;position:absolute;top:-1px;left:50%;transform:translate(-50%)rotate(45deg)}.timeline-playhead i{background:#fff;border:2px solid #ef4444;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.timeline-legend{color:#475569;justify-content:center;gap:18px;margin-top:10px;font-size:.62rem;display:flex}.timeline-legend span{align-items:center;gap:5px;display:inline-flex}.timeline-legend i{border-radius:999px;width:16px;height:6px}.timeline-legend .recording{background:#22a55b}.timeline-legend .motion{background:#f5b82e}.timeline-legend .gap{background:#dbe3ed;box-shadow:inset 0 0 0 1px #cbd5e1}.timeline-help,.timeline-empty,.timeline-error{color:#64748b;text-align:center;margin:10px 14px 0;font-size:.65rem;line-height:1.4}.timeline-error{color:#be123c}.primary-button{background:var(--brand);width:100%;color:var(--brand-text);border:0;border-radius:14px;padding:14px 16px;font-weight:800}.save-button{width:calc(100% - 28px);margin:16px 14px 0}.page-intro{padding:4px 2px 25px}.content-list{gap:12px;display:grid}.video-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex;box-shadow:0 8px 24px #0f172a0b}.video-thumb{color:#64748b;background:#eef2f7;border-radius:14px;flex:0 0 72px;place-items:center;width:72px;height:72px;display:grid;position:relative}.video-thumb span{color:#fff;text-align:center;background:#172033df;border-radius:6px;padding:3px 5px;font-size:.52rem;position:absolute;inset:auto 5px 5px}.video-detail{flex:1;gap:4px;min-width:0;display:grid}.video-detail strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:.83rem;overflow:hidden}.video-detail>span{color:#64748b;font-size:.63rem}.export-status{background:#f1f5f9;border-radius:7px;width:max-content;margin-top:2px;padding:4px 7px}.export-status.ready,.export-status.partial{background:#dcfce7;color:#15803d!important}.export-status.failed{background:#ffe4e6;color:#be123c!important}.round-action{background:var(--brand);width:40px;height:40px;color:var(--brand-text);border:0;border-radius:50%;flex:none;place-items:center;display:grid}.round-action svg{width:19px}.text-action{color:#be123c;background:0 0;border:0;font-size:.67rem}.empty-state{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:20px;place-content:center;justify-items:center;min-height:250px;padding:34px 24px;display:grid}.empty-state strong{color:#172033;font-size:.9rem}.empty-state p{margin:8px 0 0;font-size:.7rem;line-height:1.5}.empty-icon{color:#64748b;background:#f1f5f9;border-radius:17px;place-items:center;width:50px;height:50px;margin-bottom:14px;display:grid}.center{background:var(--app-background);place-items:center;min-height:100dvh;display:grid}.message{text-align:center;max-width:340px}.brand-mark{background:var(--brand);width:44px;height:44px;color:var(--brand-text);border-radius:15px;place-items:center;margin:0 auto 20px;font-weight:900;display:grid}.message h1{color:#172033;margin:7px 0;font-size:1.65rem}.message p:not(.eyebrow),.message small{color:#64748b;line-height:1.55}.message small{font-size:.68rem}.loader{border:3px solid #e2e8f0;border-top-color:var(--brand);border-radius:50%;width:32px;height:32px;margin:0 auto 22px;animation:.8s linear infinite spin}.loader.small{border-width:2px;width:18px;height:18px;margin:0}.skeleton-list{background:linear-gradient(100deg,#f1f5f9 20%,#e2e8f0 40%,#f1f5f9 60%) 0 0/200% 100%;border-radius:20px;height:260px;animation:1.2s infinite shimmer}.toast{z-index:100;right:18px;bottom:max(18px, calc(env(safe-area-inset-bottom) + 12px));color:#0b4020;background:#eaf8ef;border-radius:14px;padding:13px 15px;font-size:.75rem;font-weight:750;animation:.25s ease-out rise;position:fixed;left:18px;box-shadow:0 18px 45px #0f172a2b}.toast.error{color:#7c1730;background:#ffe9ed}.sheet-backdrop{z-index:90;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a75;align-items:end;display:flex;position:fixed;inset:0}.bottom-sheet{width:100%;padding:10px max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));background:#fff;border-top:1px solid #e2e8f0;border-radius:26px 26px 0 0;box-shadow:0 -20px 60px #0f172a35}.sheet-handle{background:#cbd5e1;border-radius:3px;width:42px;height:4px;margin:0 auto 18px;display:block}.bottom-sheet h2{color:#172033;margin:0;font-size:1.25rem}.bottom-sheet>p{color:#64748b;margin:6px 0 17px;font-size:.7rem}.bottom-sheet label{color:#475569;gap:6px;margin:11px 0;font-size:.68rem;display:grid}.bottom-sheet input{color:#172033;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:13px}.bottom-sheet .primary-button{margin-top:10px}.sheet-close{color:#64748b;background:0 0;border:0;width:100%;padding:13px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes rise{0%{opacity:0;transform:translateY(15px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
