:root{--bg:#333;--darker:#2b2b2b;--secondary:#525257;--accent:#f0d878;--white:#fbf6ee;--green:#69b563;--red:#eb5e5e;--plot:#8f8f8f;--minimap:#ede3d5;--font:"Geist", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,h1,h2,h3{line-height:1}.app{background:var(--bg);align-items:stretch;height:100%;min-height:100vh;display:flex}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.sidebar{background:var(--darker);flex-direction:column;flex:0 0 105px;align-items:stretch;width:105px;display:flex}.nav-item{text-align:left;color:var(--white);white-space:nowrap;padding:12px;font-size:15px;font-weight:500}.nav-item--active{background:var(--accent);color:#333}.content{flex-direction:column;flex:1 1 0;min-width:0;padding:0 20px;display:flex;overflow:hidden}.page-title{justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.user-box{white-space:nowrap;align-items:center;gap:10px;display:flex}.user-badge{color:var(--white);opacity:.7;font-size:14px}.logout-btn{border:1px solid var(--secondary);color:var(--white);border-radius:4px;padding:6px 12px;font-size:14px}.logout-btn:hover{background:var(--secondary)}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--secondary);border-radius:6px;flex-direction:column;gap:16px;width:340px;padding:32px;display:flex}.login-title{color:var(--white);text-align:center;margin-bottom:8px;font-size:28px;font-weight:600}.login-label{color:var(--white);opacity:.9;flex-direction:column;gap:6px;font-size:14px;display:flex}.login-input{border:1px solid var(--darker);background:var(--bg);color:var(--white);border-radius:4px;padding:9px 10px;font-family:inherit;font-size:15px}.login-input:focus{outline:1px solid var(--accent)}.login-error{color:var(--red);font-size:13px}.login-btn{background:var(--accent);color:#333;border-radius:4px;padding:10px;font-size:15px;font-weight:600}.login-btn:disabled{opacity:.5;cursor:default}.page-title h1{color:var(--white);white-space:nowrap;font-size:64px;font-weight:600}.overview-head{justify-content:flex-end;padding:12px 0 0;display:flex}.metric-trigger{border-radius:4px;gap:8px;width:auto;padding:8px 12px;font-size:16px}.metric-menu{width:240px;max-height:320px;left:auto;right:0;overflow-y:auto}.metric-item{align-items:center;gap:10px;padding:8px 12px;font-size:16px;display:flex}.metric-item .checkbox{width:18px;height:18px}.kpis{flex-wrap:wrap;gap:20px;padding:12px 0;display:flex}.kpis-empty{color:#fbf6ee80;padding:16px 0;font-size:16px}.kpi-card{background:var(--secondary);width:280px;height:156px;color:var(--white);flex-direction:column;flex:0 0 280px;justify-content:flex-end;align-items:flex-end;padding:16px;display:flex;overflow:hidden}.kpi-value{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:2px;font-size:50px;font-weight:600;line-height:1.05;overflow:hidden}.kpi-label{font-size:22px;font-weight:400}.misc{flex:1 1 0;align-items:stretch;gap:24px;min-height:360px;padding:16px 0;display:flex}.panel{background:var(--secondary);height:100%;overflow:hidden}.panel-header{padding:10px}.panel-title{color:var(--white);white-space:nowrap;font-size:30px;font-weight:600}.graph-panel{flex:1 1 0;align-items:stretch;min-width:0;padding-right:16px;display:flex}.graph-yaxis{flex:0 0 43px;justify-content:center;align-items:center;width:43px;display:flex}.graph-yaxis-text{white-space:nowrap;color:var(--white);font-size:22px;font-weight:500;transform:rotate(-90deg)}.graph-body{flex-direction:column;flex:1 1 0;min-width:0;display:flex}.graph-title-row{padding:8px 0}.graph-plot{background:var(--plot);flex:1 1 0;min-height:0}.graph-xaxis{height:43px;color:var(--white);justify-content:center;align-items:center;font-size:22px;font-weight:500;display:flex}.graph-dropdown{position:relative}.graph-trigger{color:var(--white);white-space:nowrap;align-items:center;gap:10px;font-size:26px;font-weight:600;display:flex}.graph-trigger:hover{color:var(--accent)}.graph-menu{width:260px}.dropdown-item--on{color:var(--accent)}.graph-plot{background:#20232a;position:relative;overflow:hidden}.graph-svg{width:100%;height:100%;position:absolute;inset:0}.graph-grid{stroke:#fbf6ee1f;stroke-width:1px;vector-effect:non-scaling-stroke}.graph-line{fill:none;stroke:#fbf6eee6;stroke-width:1.6px;vector-effect:non-scaling-stroke}.graph-line--accent{stroke:var(--accent)}.graph-area{fill:#f0d87814;stroke:none}.graph-val{color:#fbf6eeb3;pointer-events:none;font-size:13px;position:absolute}.graph-val--max{top:6px;left:8px}.graph-val--min{bottom:6px;left:8px}.graph-val--last{color:var(--accent);top:6px;right:8px}.graph-empty{color:#fbf6ee80;justify-content:center;align-items:center;height:100%;font-size:15px;display:flex}.event-log{flex-direction:column;flex:0 0 360px;width:360px;display:flex}.event-list{flex:1 1 0;min-height:0;padding:0 10px;overflow-y:auto}.event-row{align-items:center;gap:10px;padding:10px;display:flex}.status-dot{border-radius:50%;flex:none;width:16px;height:16px}.status-dot--green{background:var(--green)}.status-dot--red{background:var(--red)}.status-dot--yellow{background:var(--accent)}.status-dot--neutral{background:var(--white);width:12px;height:12px}.tag{color:#000;white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:3px 10px;font-size:10px;font-weight:500;display:inline-flex}.tag--scan{color:#fff;background:#4f8edc}.tag--sensor{color:#fff;background:#9b6bd1}.event-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1 1 0;min-width:0;font-size:14px;font-weight:400;overflow:hidden}.event-time{color:#fbf6ee80;white-space:nowrap;flex:none;margin-left:auto;font-size:12px}.event-status{color:#fbf6ee8c;padding:12px 10px;font-size:14px}.event-status--error{color:#e06c6c}.event-log-header{align-items:center;gap:10px;display:flex}.event-unread{background:var(--accent);color:#333;white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.event-filters{flex-wrap:wrap;align-items:center;gap:6px;padding:0 10px 10px;display:flex}.event-chip{cursor:pointer;border:none}.event-chip--dot{background:var(--darker);border-radius:999px;align-items:center;padding:3px 6px;display:inline-flex}.event-chip--dot .status-dot{width:12px;height:12px}.event-chip--off{opacity:.35}.event-search{border:1px solid var(--darker);background:var(--bg);min-width:90px;color:var(--white);border-radius:4px;flex:90px;padding:5px 8px;font-family:inherit;font-size:12px}.event-search:focus{outline:1px solid var(--accent)}.event-row--new{border-radius:4px;animation:4s ease-out event-arrive}@keyframes event-arrive{0%{background:#f0d87859}to{background:0 0}}.events-page{flex-direction:column;flex:1 1 0;min-height:0;padding-bottom:16px;display:flex}.events-toolbar{align-items:center;gap:16px;padding:0 0 12px;display:flex}.events-toolbar .event-filters{flex:0 auto;padding:0}.events-toolbar .event-search{flex:0 220px}.events-count{color:#fbf6ee8c;white-space:nowrap;margin-left:auto;font-size:13px}.events-export{background:var(--secondary);color:var(--white);border-radius:4px;padding:6px 12px;font-size:13px;font-weight:500}.events-export:hover:not(:disabled){background:var(--accent);color:#333}.events-export:disabled{opacity:.4;cursor:default}.events-scroll{background:var(--secondary);flex:1 1 0;min-height:0;padding:0 12px 12px;overflow-y:auto}.events-day-header{z-index:1;background:var(--secondary);color:#fbf6ee99;text-transform:uppercase;letter-spacing:.04em;padding:12px 10px 8px;font-size:13px;font-weight:600;position:sticky;top:0}.events-row{border-bottom:1px solid #fbf6ee0f}.events-stamp{color:#fbf6ee73;white-space:nowrap;flex:none;font-family:ui-monospace,monospace;font-size:12px}.diagnostics{flex-direction:column;flex:0 0 360px;width:360px;display:flex;overflow-y:auto}.tower-header{width:100%;color:var(--white);justify-content:space-between;align-items:center;padding:0 12px;display:flex}.tower--expanded>.tower-header{background:var(--bg)}.tower-label{white-space:nowrap;align-items:center;gap:10px;padding:10px;font-size:20px;font-weight:500;line-height:1;display:flex}.tower-body{padding:12px}.minimap{background:var(--minimap);height:100px;position:relative;overflow:hidden}.minimap-bar{justify-content:space-between;align-items:center;display:flex;position:absolute;top:4px;left:4px;right:4px}.minimap-badge{background:var(--accent);color:#000;white-space:nowrap;padding:4px;font-size:15px;font-weight:500}.minimap-expand{background:var(--white);color:#000;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.conn-list{flex-direction:column;padding:10px 0 0;font-size:15px;font-weight:500;display:flex}.conn-row{justify-content:space-between;align-items:center;height:20px;display:flex}.conn-label{color:#fff}.conn-status--ok{color:var(--green)}.conn-status--off{color:var(--red)}.conn-status--benched{color:#fbf6ee73}.page-fill{flex-direction:column;flex:1 1 0;gap:12px;min-height:0;padding-bottom:20px;display:flex}.toolbar{justify-content:space-between;align-items:center;width:100%;min-height:46px;display:flex}.toolbar-time{color:#fff;font-size:20px;font-weight:500}.toolbar-actions{align-items:center;gap:20px;display:flex}.live-btn{background:var(--secondary);color:#fbf6eeb3;align-items:center;gap:8px;padding:10px 14px;font-size:18px;font-weight:500;display:flex}.live-btn:hover{background:#5e5e63}.live-btn .live-dot{background:#fbf6ee66;border-radius:999px;width:9px;height:9px}.live-btn--on{color:#141414;background:var(--accent)}.live-btn--on .live-dot{background:#d64545;animation:1.4s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #d6454599}50%{opacity:.6;box-shadow:0 0 0 5px #d6454500}}.dropdown{position:relative}.dropdown-trigger{background:var(--secondary);color:#fff;justify-content:space-between;align-items:center;gap:10px;width:209px;padding:10px;font-size:20px;font-weight:500;display:flex}.dropdown-menu{z-index:10;background:var(--secondary);list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 6px 16px #00000059}.dropdown-item{text-align:left;color:#fff;width:100%;padding:10px;font-size:20px;font-weight:500}.dropdown-item:hover{background:#5e5e63}.export-btn{background:var(--accent);color:#333;align-items:center;gap:10px;padding:10px;font-size:20px;font-weight:500;display:flex}.refresh-btn{background:var(--secondary);width:46px;height:46px;color:var(--white);justify-content:center;align-items:center;padding:10px;display:flex}.refresh-btn:hover{background:#5e5e63}.refresh-btn .spin{animation:.5s refresh-spin}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.live-video{background:#141414;flex:1 1 0;width:100%;min-height:0;position:relative;overflow:hidden}.feed-grid{flex:1 1 0;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-auto-rows:min-content;align-content:start;gap:16px;min-height:0;display:grid;overflow-y:auto}.feed-card{background:var(--secondary);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.feed-card-header{flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.feed-card .live-video{min-height:340px}.feed-status-label{text-transform:capitalize;color:var(--white);font-size:14px}.feed-dim{color:var(--plot);white-space:nowrap;font-size:12px}.feed-res{background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:3px 6px;font-size:12px}.feed-res:disabled{opacity:.5}.feed-sw{cursor:pointer;background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;margin-left:auto;padding:3px 12px;font-size:12px;font-weight:600}.feed-sw--on{background:var(--green);color:#1c1c1c;border-color:var(--green)}.feed-sw:disabled{opacity:.5;cursor:default}.feed-view{gap:2px;display:inline-flex}.feed-view-btn{cursor:pointer;background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:3px 9px;font-size:12px}.feed-view-btn--on{background:var(--accent);color:#1c1c1c;border-color:var(--accent)}.feed-rec{pointer-events:none;gap:6px;display:flex;position:absolute;top:10px;right:12px}.feed-rec-btn{pointer-events:auto;cursor:pointer;color:var(--white);background:#0000008c;border:1px solid #5a5a5a;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.feed-rec-btn:hover:not(:disabled){background:#000000c7}.feed-rec-btn:disabled{opacity:.4;cursor:default}.feed-rec-btn--on{background:var(--red);border-color:var(--red)}.feed-rec-opt{pointer-events:auto;color:var(--white);background:#0000008c;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:inline-flex}.feed-rec-voxel{background:var(--bg);width:46px;color:var(--white);border:1px solid #5a5a5a;border-radius:3px;padding:2px 4px;font-size:12px}.focus-graph-panel{background:var(--secondary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 14px 10px}.focus-graph-head{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.focus-graph-title{color:var(--plot);font-size:12px}.focus-graph-val{font-variant-numeric:tabular-nums;color:var(--white);font-size:14px}.focus-graph{width:100%;height:120px;display:block}.focus-graph-line{fill:none;stroke:var(--green);stroke-width:1.5px;vector-effect:non-scaling-stroke}.focus-graph-best{stroke:var(--accent);stroke-width:1px;stroke-dasharray:4 4;opacity:.6;vector-effect:non-scaling-stroke}.focus-graph-hint{color:var(--plot);margin-top:2px;font-size:10px;display:block}.boxzoom{position:absolute;inset:0;overflow:hidden}.boxzoom-sel{border:1.5px solid var(--accent);pointer-events:none;background:#f0d87826;position:absolute}.boxzoom-reset{cursor:pointer;color:var(--white);background:#0009;border:1px solid #5a5a5a;border-radius:4px;padding:4px 10px;font-size:12px;position:absolute;bottom:10px;right:12px}.boxzoom-reset:hover{background:#000c}.feed-recinfo{color:#fff;pointer-events:none;background:#da3633d9;border-radius:4px;padding:3px 8px;font-size:12px;font-weight:600;position:absolute;top:10px;left:12px}.feed-buffer{color:var(--white);align-items:center;gap:4px;font-size:12px;display:inline-flex}.feed-buffer input{background:var(--bg);width:48px;color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:3px 5px;font-size:12px}.feed-expand{cursor:pointer;background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:3px 10px;font-size:12px}.feed-expand:hover{background:#3d3d3d}.feed-stage{flex:1 1 0;min-height:0;display:flex}.feed-stage .feed-card,.feed-stage .feed-card .live-video{flex:1 1 0;min-height:0}.control-row{flex-wrap:wrap;gap:12px;display:flex}.control-row>*{flex:380px}.rot-panel{background:var(--secondary);border-radius:6px;padding:14px 16px}.rot-controls select{background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:5px 6px;font-size:13px}.rot-controls input[type=range]{vertical-align:middle;width:130px}.rot-header{align-items:center;gap:12px;display:flex}.rot-badge{text-transform:capitalize;border-radius:10px;padding:2px 10px;font-size:13px;font-weight:600}.rot-badge--idle{background:var(--green);color:#1c1c1c}.rot-badge--moving{background:var(--accent);color:#1c1c1c}.rot-badge--offline{background:var(--red);color:var(--white)}.rot-age{color:var(--plot);font-size:12px}.rot-readout{gap:36px;margin-top:12px;display:flex}.rot-axis{color:var(--white);align-items:center;gap:6px;font-size:14px;display:inline-flex}.rot-readout .rot-axis b{font-size:26px}.rot-controls{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.rot-controls input{background:var(--bg);width:56px;color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:5px 6px;font-size:13px}.rot-btn{cursor:pointer;background:var(--bg);color:var(--white);border:1px solid #5a5a5a;border-radius:4px;padding:6px 12px;font-size:13px}.rot-btn:hover:not(:disabled){background:#3d3d3d}.rot-btn:disabled{opacity:.5;cursor:default}.sweep-bar{background:var(--bg);border:1px solid #5a5a5a;border-radius:4px;height:8px;margin-top:10px;overflow:hidden}.sweep-bar-fill{background:var(--green);height:100%;transition:width .3s linear}.rot-btn--on{background:var(--green);color:#10240f;border-color:var(--green);font-weight:600}.rot-btn--on:hover:not(:disabled){background:#5aa455}.rot-btn--estop{background:var(--red);color:#fff;border-color:var(--red);font-weight:600}.rot-btn--estop:hover{background:#c23b3b}.rot-pad{color:var(--white);background:var(--bg);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #5a5a5a;border-radius:4px;outline:none;padding:6px 12px;font-size:13px}.rot-pad:focus{border-color:var(--accent);box-shadow:0 0 0 2px #f0d87873}.rot-reply{color:var(--plot);min-height:15px;margin-top:10px;font-size:12px}.rot-reply--ok{color:var(--green)}.rot-reply--warn{color:var(--accent)}.rot-reply--err{color:var(--red)}.rot-af-roi{color:var(--plot);margin-top:8px;font-size:11px}.rot-af-roi b{color:var(--accent);font-weight:600}.rot-af{margin-top:10px}.rot-af-head{color:var(--plot);justify-content:space-between;margin-bottom:3px;font-size:11px;display:flex}.rot-af-curve{width:100%;height:48px;display:block}.rot-af-line{fill:none;stroke:var(--green);stroke-width:1.5px;vector-effect:non-scaling-stroke}.rot-af-best{stroke:var(--accent);stroke-width:1px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.pcl-viewer{position:absolute;inset:0}.pcl-viewer canvas{display:block}.live-img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.zoom-stage{touch-action:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0;overflow:hidden}.zoom-badge{color:var(--white,#fbf6ee);pointer-events:none;background:#0000008c;border-radius:4px;padding:3px 8px;font-size:12px;position:absolute;top:12px;right:12px}.thermal-canvas{object-fit:contain;width:100%;height:100%;image-rendering:pixelated;position:absolute;inset:0}.live-caption{color:var(--white,#fbf6ee);pointer-events:none;background:#0000008c;border-radius:4px;padding:4px 8px;font-size:13px;position:absolute;bottom:12px;left:12px}.live-overlay{color:#fbf6eeb3;justify-content:center;align-items:center;font-size:15px;display:flex;position:absolute;inset:0}.live-overlay--error{color:#e06c6c}.live-video--data{background:var(--bg);padding:20px;display:block;overflow-y:auto}.env-panels{flex-direction:column;gap:28px;display:flex}.env-section{flex-direction:column;gap:12px;display:flex}.env-section+.env-section{border-top:1px solid var(--secondary);padding-top:24px}.env-title{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin:0;font-size:13px;font-weight:600}.env-missing{color:#fbf6ee80;margin:0;font-size:13px}.sensor-stats{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.sensor-stat{background:var(--secondary);border-radius:6px;flex-direction:column;gap:2px;min-width:110px;padding:10px 14px;display:flex}.sensor-stat--primary{outline:1px solid var(--accent)}.sensor-stat-value{color:var(--white);font-size:20px;font-weight:600}.sensor-stat-label{letter-spacing:.04em;text-transform:uppercase;color:#fbf6ee8c;font-size:12px}.sensor-axis-label{color:#fbf6ee80;margin-top:8px;font-size:12px}.wave-svg{background:#141414;border-radius:8px;width:100%;height:360px}.wave-axis{stroke:#fbf6ee38;stroke-width:1px;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.wave-line{fill:none;stroke:var(--accent);stroke-width:1.4px;vector-effect:non-scaling-stroke}.piezo-meta{color:#fbf6ee99;margin-bottom:14px;font-size:13px}.piezo-trace{margin-bottom:14px}.piezo-trace-title{letter-spacing:.04em;text-transform:uppercase;color:#fbf6ee8c;margin-bottom:4px;font-size:12px;display:block}.trace-svg{background:#141414;border-radius:8px;width:100%;height:120px}.trace-line{fill:none;stroke:#fbf6eed9;stroke-width:1.4px;vector-effect:non-scaling-stroke}.trace-line--accent{stroke:var(--accent)}.weather-view{max-width:640px}.weather-head{flex-wrap:wrap;align-items:baseline;gap:12px 16px;margin-bottom:18px;display:flex}.weather-temp{color:var(--white);font-size:48px;font-weight:600}.weather-cond{color:#fbf6eecc;margin-left:12px;font-size:20px}.weather-feels{color:#fbf6ee99;font-size:14px}.weather-sim{letter-spacing:.04em;text-transform:uppercase;color:#141414;background:var(--accent);border-radius:999px;padding:3px 8px;font-size:11px}.weather-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:18px;display:grid}.weather-card{background:var(--secondary);border-radius:8px;flex-direction:column;gap:4px;padding:14px;display:flex}.weather-card-value{color:var(--white);font-size:20px;font-weight:600}.weather-card-label{letter-spacing:.04em;text-transform:uppercase;color:#fbf6ee8c;font-size:12px}.weather-trend-title{letter-spacing:.04em;text-transform:uppercase;color:#fbf6ee8c;margin-bottom:6px;font-size:12px;display:block}.trend-svg{background:#141414;border-radius:8px;width:100%;max-width:360px;height:90px}.arch-list{flex-direction:column;flex:1 1 0;min-height:0;display:flex;overflow-y:auto}.arch-list::-webkit-scrollbar{width:8px}.arch-list::-webkit-scrollbar-track{background:0 0}.arch-list::-webkit-scrollbar-thumb{background:#fbf6ee4d;border-radius:999px}.arch-row{background:var(--secondary);border-bottom:1px solid #33333380;justify-content:space-between;align-items:center;width:100%;min-height:48px;display:flex}.arch-row--parent{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s}.arch-row--parent:hover{background:#fbf6ee0f}.arch-row--parent:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.arch-row--open{background:#fbf6ee0a}.arch-row--nested{border-bottom:1px solid #3333334d;border-left:3px solid var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;background:#00000038;min-height:42px;padding-left:28px;transition:background .12s}.arch-row--nested:hover{background:#0000004d}.arch-row--nested:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.arch-row--nested:last-of-type{border-bottom:1px solid #33333380}.arch-nested-actions{align-items:center;gap:4px;display:flex}.arch-chevron--sm{color:#fbf6eeb3;padding:0 10px}.arch-file{background:#00000052;border-bottom:1px solid #33333340;border-left:3px solid #f0d87866;align-items:center;gap:12px;min-height:34px;padding:6px 16px 6px 56px;display:flex}.arch-file-sensor{letter-spacing:.03em;text-transform:uppercase;color:#fbf6ee80;flex:0 0 84px;font-size:12px}.arch-file-name{color:#fbf6eed9;word-break:break-all;font-family:monospace;font-size:13px}.arch-file--empty{color:#fbf6ee73;font-style:italic}.arch-status{color:#fbf6ee99;padding:16px;font-size:14px}.arch-status--error{color:#e06c6c}.arch-left{align-items:center;display:flex}.checkbox-cell{justify-content:center;align-items:center;padding:12px;display:flex}.checkbox{border:2px solid var(--white);background:0 0;flex:none;width:24.5px;height:24.5px}.checkbox--on{background:var(--accent);border-color:var(--accent)}.arch-date{color:#fff;gap:10px;font-size:20px;font-weight:500;display:flex}.arch-tower{letter-spacing:.02em;color:#fbf6eec7;font-size:17px;font-weight:500}.arch-chevron{color:#fff;align-items:center;padding:0 14px;display:flex}.view-btn{background:var(--accent);color:#333;margin:4px 8px 4px 4px;padding:8px;font-size:15px;font-weight:500}.placeholder{color:#fbf6ee73;justify-content:center;align-items:center;font-size:20px;font-weight:500}.report-overlay{z-index:100;background:#141414eb;justify-content:center;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}.report-doc{color:#1a1a1a;width:100%;max-width:820px}.report-actions{justify-content:flex-end;gap:12px;margin-bottom:16px;display:flex}.report-btn{background:var(--accent);color:#141414;border-radius:4px;padding:10px 16px;font-size:16px;font-weight:600}.report-btn--ghost{color:#fbf6eed9;background:0 0;outline:1px solid #fbf6ee66}.report-page{background:#fff;border-radius:4px;margin-bottom:20px;padding:24px 28px;box-shadow:0 4px 20px #0006}.report-head{border-bottom:2px solid #1a1a1a;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;padding-bottom:12px;display:flex}.report-title{font-size:26px;font-weight:700;line-height:1.1}.report-sub{color:#666;font-size:13px}.report-headmeta{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.report-headmeta dt{letter-spacing:.05em;text-transform:uppercase;color:#888;font-size:10px}.report-headmeta dd{font-size:13px;font-weight:500}.report-input{font:inherit;color:#1a1a1a;background:#f4f4f4;border:1px solid #ccc;border-radius:3px;width:230px;padding:2px 6px;font-size:13px;font-weight:500}.report-loading{text-align:center;color:#888;padding:60px 0}.report-loading--error{color:#c0392b}.report-list{flex-direction:column;display:flex}.report-row{border-bottom:1px solid #e3e3e3;align-items:center;gap:16px;padding:9px 0;display:flex}.report-row:first-child{border-top:1px solid #e3e3e3}.report-media{background:#fff;border:1px solid #ddd;border-radius:3px;flex:0 0 210px;justify-content:center;align-items:center;height:116px;display:flex;overflow:hidden}.report-media--dark{background:#141414}.report-media-el,.report-svg{object-fit:contain;width:100%;height:100%;display:block}.report-media-el--thermal{image-rendering:pixelated}.report-rowbody{flex:1 1 0;min-width:0}.report-rowname{margin-bottom:6px;font-size:15px;font-weight:700}.report-rowdata{flex-wrap:wrap;gap:4px 22px;display:flex}.report-rowdata>div{gap:6px;font-size:12px;display:flex}.report-rowdata dt{color:#777}.report-rowdata dd{font-weight:600}.report-unavailable{color:#999;font-size:12px;font-style:italic}.report-h2{border-bottom:1px solid #ccc;margin:18px 0 8px;padding-bottom:3px;font-size:15px;font-weight:700}.report-page--two .report-h2:first-child{margin-top:0}.report-status{flex-wrap:wrap;gap:6px 16px;display:flex}.report-status-item{align-items:center;gap:6px;font-size:12px;display:inline-flex}.report-status-item .status-dot{width:9px;height:9px}.report-files{color:#555;word-break:break-all;font-family:monospace;font-size:11px;line-height:1.6}.report-notes-input{color:#1a1a1a;resize:vertical;background:#fff;border:1px solid #ccc;border-radius:3px;width:100%;min-height:280px;padding:8px;font-family:inherit;font-size:13px}.report-notes-print{white-space:pre-wrap;min-height:280px;font-size:13px;display:none}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}html,body{height:auto!important}#root{display:none!important}.report-overlay{background:#fff;padding:0;display:block;position:static;inset:auto;overflow:visible}.report-doc{width:100%;max-width:none}.report-actions{display:none!important}.report-page{box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:0;margin:0;padding:0}.report-page--two{break-before:page;page-break-before:always}.report-row{break-inside:avoid;page-break-inside:avoid}.report-input{background:0 0;border:none;width:auto;padding:0}.report-notes-input{display:none}.report-notes-print{display:block}.report-svg{background:#fff!important}.wave-line,.trace-line{stroke:#000!important}.wave-axis{stroke:#999!important}@page{size:A4;margin:12mm}}
