:root{--bg-primary:#070a12;--bg-secondary:#0d1322;--bg-glass:#0d1322b8;--bg-glass-hover:#16213ad9;--border-glass:#ffffff1a;--border-glow:#00f0ff66;--accent-cyan:#00f0ff;--accent-cyan-dim:#00f0ff26;--accent-purple:#8a2be2;--accent-green:#10b981;--accent-green-dim:#10b98126;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--font-main:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-hud:0 8px 32px 0 #00000073;--shadow-glow:0 0 25px #00f0ff59}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-primary);width:100%;height:100%;color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.ar-stage{background:#000;width:100vw;height:100vh;position:relative;overflow:hidden}.ar-viewport{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ar-viewport video{position:absolute;z-index:1!important;opacity:1!important;visibility:visible!important;display:block!important}.ar-viewport canvas{pointer-events:none;position:absolute;z-index:2!important}.hud-layer{pointer-events:none;z-index:10;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;inset:0}.hud-layer>*{pointer-events:auto}.hud-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand-badge{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);border:1px solid var(--border-glass);box-shadow:var(--shadow-hud);align-items:center;gap:.75rem;padding:.6rem 1.2rem;display:flex}.brand-icon-pulse{background:var(--accent-cyan);border-radius:50%;width:8px;height:8px}.brand-title{letter-spacing:-.01em;color:#f8fafc;font-size:.95rem;font-weight:600}.brand-tag{font-size:.65rem;font-family:var(--font-mono);color:var(--text-secondary);border-radius:var(--radius-sm);border:1px solid var(--border-glass);background:#ffffff0f;padding:.15rem .45rem;font-weight:600}.mode-tabs{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);border:1px solid var(--border-glass);box-shadow:var(--shadow-hud);padding:.25rem;display:flex}.tab-btn{color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{color:#fff;box-shadow:none;background:#ffffff1f;border:1px solid #ffffff2e}.status-pill{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);border:1px solid var(--border-glass);box-shadow:var(--shadow-hud);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.active{background:var(--accent-green);box-shadow:0 0 10px var(--accent-green);animation:1.5s infinite pulse-dot}.status-dot.scanning{background:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan);animation:1s infinite pulse-dot}.status-dot.idle{background:var(--text-muted)}.status-dot.loading{background:var(--accent-amber);box-shadow:0 0 10px var(--accent-amber);animation:.8s infinite pulse-dot}.reticle-container{pointer-events:none;justify-content:center;align-items:center;width:min(70vw,320px);height:min(70vw,320px);transition:all .4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reticle-corner{border-color:var(--accent-cyan);opacity:.8;border-style:solid;width:30px;height:30px;transition:all .3s;position:absolute}.reticle-corner.tl{border-width:3px 0 0 3px;border-top-left-radius:8px;top:0;left:0}.reticle-corner.tr{border-width:3px 3px 0 0;border-top-right-radius:8px;top:0;right:0}.reticle-corner.bl{border-width:0 0 3px 3px;border-bottom-left-radius:8px;bottom:0;left:0}.reticle-corner.br{border-width:0 3px 3px 0;border-bottom-right-radius:8px;bottom:0;right:0}.reticle-scanline{background:var(--accent-cyan);opacity:.7;width:100%;height:1.5px;animation:2.4s ease-in-out infinite alternate scan;position:absolute}.reticle-hint{white-space:nowrap;font-size:.8rem;font-family:var(--font-mono);color:var(--accent-cyan);background:var(--bg-glass);border-radius:var(--radius-full);border:1px solid #00f0ff40;padding:.3rem .8rem;position:absolute;bottom:-45px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}.reticle-container.locked .reticle-corner{border-color:var(--accent-green)}.reticle-container.locked .reticle-scanline{display:none}.reticle-container.locked .reticle-hint{color:var(--accent-green);border-color:#10b98166}.hud-footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.glass-control-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);border:1px solid var(--border-glass);box-shadow:var(--shadow-hud);align-items:center;gap:.75rem;padding:.6rem .9rem;display:flex}.action-btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.88rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.action-btn.primary{color:#fff;background:#0ea5e9;box-shadow:0 2px 6px #0000004d}.action-btn.primary:hover{background:#0284c7;transform:translateY(-1px);box-shadow:0 4px 10px #0006}.action-btn.danger{color:#fff;background:#e11d48;box-shadow:0 2px 6px #0000004d}.action-btn.danger:hover{background:#be123c;transform:translateY(-1px);box-shadow:0 4px 10px #0006}.action-btn.secondary{color:var(--text-primary);border:1px solid var(--border-glass);background:#ffffff14}.action-btn.secondary:hover{background:#ffffff26;transform:translateY(-1px)}.icon-btn{width:42px;height:42px;color:var(--text-primary);border:1px solid var(--border-glass);cursor:pointer;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.icon-btn:hover{color:var(--accent-cyan);background:#ffffff2e;border-color:#00f0ff4d;transform:translateY(-2px)}.camera-select{border:1px solid var(--border-glass);color:var(--text-primary);font-family:var(--font-main);border-radius:var(--radius-full);cursor:pointer;background:#ffffff0f;outline:none;max-width:160px;padding:.6rem .9rem;font-size:.85rem}.camera-select option{background:var(--bg-secondary);color:var(--text-primary)}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--bg-secondary);border:1px solid var(--border-glass);border-radius:var(--radius-lg);width:100%;max-width:480px;padding:1.75rem;animation:.25s cubic-bezier(.16,1,.3,1) scaleUp;position:relative;box-shadow:0 20px 50px #000000b3}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-title{color:#fff;font-size:1.15rem;font-weight:700}.modal-close-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#fff;background:#ffffff1a}.target-image-box{border-radius:var(--radius-md);border:1px solid var(--border-glass);background:#000;justify-content:center;align-items:center;margin-bottom:1.25rem;padding:.5rem;display:flex;overflow:hidden}.target-image-box img{border-radius:var(--radius-sm);max-width:100%;height:auto;box-shadow:0 4px 15px #00000080}.modal-instructions{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.modal-instructions ol{margin-top:.5rem;padding-left:1.25rem}.modal-instructions li{margin-bottom:.35rem}.compiler-dialog{max-width:520px}.compiler-modal-body{flex-direction:column;gap:1rem;display:flex}.compiler-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.compiler-desc code{color:var(--accent-cyan);font-family:var(--font-mono);background:#00f0ff1a;border-radius:4px;padding:.15rem .35rem}.compiler-dropzone{border-radius:var(--radius-md);cursor:pointer;text-align:center;background:#00f0ff0a;border:2px dashed #00f0ff59;flex-direction:column;justify-content:center;align-items:center;padding:2.2rem 1.5rem;transition:all .25s;display:flex}.compiler-dropzone:hover{border-color:var(--accent-cyan);background:#00f0ff14;box-shadow:0 0 20px #00f0ff26}.dropzone-icon-ring{background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.75rem;transition:transform .2s;display:flex}.compiler-dropzone:hover .dropzone-icon-ring{border-color:var(--accent-cyan);transform:scale(1.08)}.dropzone-title{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.dropzone-subtitle{color:var(--text-muted);font-size:.75rem}.compiler-preview-container{flex-direction:column;gap:.85rem;display:flex}.compiler-preview-image-box{border-radius:var(--radius-sm);border:1px solid var(--border-glass);background:#000;justify-content:center;align-items:center;max-height:220px;padding:.5rem;display:flex;position:relative;overflow:hidden}.compiler-preview-image-box img{object-fit:contain;border-radius:4px;max-width:100%;max-height:200px}.preview-dim-badge{color:var(--accent-cyan);font-family:var(--font-mono);background:#000c;border:1px solid #ffffff26;border-radius:4px;padding:2px 8px;font-size:.68rem;position:absolute;bottom:8px;right:8px}.compiler-image-actions{justify-content:space-between;align-items:center;display:flex}.compiler-filename{font-family:var(--font-mono);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:.76rem;overflow:hidden}.compiler-change-btn{border:1px solid var(--border-glass);color:var(--text-secondary);cursor:pointer;background:#ffffff14;border-radius:4px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.72rem;transition:all .2s;display:flex}.compiler-change-btn:hover{color:#fff;background:#ffffff26}.compilation-progress-box{border-radius:var(--radius-sm);background:#0006;border:1px solid #00f0ff40;flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.progress-info-row{justify-content:space-between;align-items:center;display:flex}.progress-status-text{color:var(--accent-cyan);font-size:.76rem;font-family:var(--font-mono)}.progress-percent-text{color:#fff;font-size:.85rem;font-weight:800;font-family:var(--font-mono)}.progress-bar-track{background:#ffffff1a;border-radius:999px;height:8px;overflow:hidden}.progress-bar-fill{height:100%;box-shadow:none;background:#0ea5e9;border-radius:999px;transition:width .25s}.compilation-success-card{border-radius:var(--radius-sm);background:#10b9811a;border:1px solid #10b98159;flex-direction:column;gap:.5rem;padding:.9rem;display:flex}.success-header{align-items:center;gap:.5rem;display:flex}.success-title{color:var(--accent-green);font-size:.9rem;font-weight:700}.success-sub{color:var(--text-secondary);font-size:.78rem;line-height:1.4}.success-sub code{color:var(--accent-cyan);font-family:var(--font-mono);background:#0006;border-radius:3px;padding:1px 4px}.success-actions-row{gap:.6rem;margin-top:.2rem;display:flex}.compiler-error-box{color:#fca5a5;background:#ef444426;border:1px solid #ef444466;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem .8rem;font-size:.8rem;display:flex}.highlight-compiler{color:#fff!important;background:#00f0ff1f!important;border-color:#00f0ff66!important}.highlight-compiler:hover{box-shadow:0 0 12px #00f0ff4d;background:#00f0ff40!important}@keyframes scan{0%{opacity:.4;top:5%}50%{opacity:1}to{opacity:.4;top:95%}}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.95)}50%{opacity:.4;transform:scale(1.15)}to{opacity:.8;transform:scale(.95)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.center-start-prompt{text-align:center;background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);border:1px solid var(--border-glass);z-index:5;flex-direction:column;align-items:center;width:90%;max-width:420px;padding:2.2rem 2.8rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px #0009}.center-start-prompt h2{color:#fff;margin-top:1rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.center-start-prompt p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.pulse-camera-ring{background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.loading-spinner{border:4px solid #00f0ff33;border-top-color:var(--accent-cyan);border-radius:50%;width:56px;height:56px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=640px){.hud-layer{padding:1rem}.hud-header{justify-content:center}.status-pill{display:none}}.telemetry-panel{z-index:25;pointer-events:auto;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:5rem;bottom:5.25rem;left:1rem}.telemetry-panel.closed{top:5rem;bottom:auto;left:0}.telemetry-open-tab{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);color:var(--accent-cyan);border-radius:0 var(--radius-sm) var(--radius-sm) 0;cursor:pointer;border-left:none;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:.65rem .35rem;transition:all .2s;display:flex;box-shadow:4px 4px 16px #0006}.telemetry-open-tab:hover{background:var(--bg-glass-hover);color:#fff;border-color:#00f0ff66}.vertical-label{writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-secondary);font-size:.68rem;font-weight:700;transform:rotate(180deg)}.telemetry-content{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-glass);border-radius:var(--radius-md);flex-direction:column;width:420px;max-width:calc(100vw - 2rem);display:flex;overflow:hidden;box-shadow:0 16px 40px #0009}.telemetry-header{border-bottom:1px solid var(--border-glass);justify-content:space-between;align-items:center;padding:.75rem .9rem;display:flex}.telemetry-close-icon-btn{border:1px solid var(--border-glass);width:24px;height:24px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff14;flex-shrink:0;justify-content:center;align-items:center;margin-right:.15rem;transition:all .2s;display:flex}.telemetry-close-icon-btn:hover{color:#fca5a5;background:#ef444440;border-color:#ef444473}.telemetry-title-group{align-items:center;gap:.45rem;display:flex}.telemetry-title{letter-spacing:-.01em;color:#fff;font-size:.95rem;font-weight:700}.telemetry-copy-btn{border:1px solid var(--border-glass);color:var(--text-secondary);font-family:var(--font-mono);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff14;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.72rem;transition:all .2s;display:flex}.telemetry-copy-btn:hover{color:var(--accent-cyan);border-color:#00f0ff66}.telemetry-tabs{border-bottom:1px solid var(--border-glass);box-sizing:border-box;background:#00000040;gap:.4rem;height:42px;padding:.4rem .9rem;display:flex}.telemetry-tab{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:none;flex:1;justify-content:center;align-items:center;height:32px;padding:.35rem .5rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.telemetry-tab:hover{color:var(--text-primary)}.telemetry-tab.active{color:var(--accent-cyan);background:#00f0ff26;border:1px solid #00f0ff4d}.tab-offset-dot{background:var(--accent-cyan);color:#000;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:800;display:inline-flex}.telemetry-scroll-body{flex-direction:column;flex:1;gap:.85rem;padding:.85rem;display:flex;overflow-y:auto}.telemetry-scroll-body::-webkit-scrollbar{width:5px}.telemetry-scroll-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.matrix-card{border:1px solid var(--border-glass);border-radius:var(--radius-sm);background:#00000059;flex-direction:column;gap:.75rem;padding:.85rem;display:flex}.matrix-card-header{box-sizing:border-box;justify-content:space-between;align-items:center;height:32px;min-height:32px;display:flex}.card-header-actions{align-items:center;gap:.4rem;height:26px;display:flex}.card-badge{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:flex}.card-badge.intrinsic{color:var(--accent-cyan)}.card-badge.extrinsic{color:#b565ff}.reset-offsets-btn{color:#fca5a5;font-family:var(--font-mono);border-radius:var(--radius-sm);cursor:pointer;background:#ef444426;border:1px solid #ef444459;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:600;transition:all .2s;display:flex}.reset-offsets-btn:hover{color:#fff;background:#ef44444d;border-color:#ef444499}.telemetry-stat-tag{font-family:var(--font-mono);color:var(--text-muted);border-radius:var(--radius-sm);background:#ffffff0d;padding:.15rem .45rem;font-size:.7rem}.telemetry-status-badge{font-family:var(--font-mono);border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.65rem;font-weight:700}.telemetry-status-badge.tracked{background:var(--accent-green-dim);color:var(--accent-green);border:1px solid #10b98159;box-shadow:0 0 10px #10b98133}.telemetry-status-badge.searching{color:var(--accent-amber);background:#f59e0b26;border:1px solid #f59e0b4d}.matrix-grid-container{flex-direction:column;gap:.35rem;display:flex}.matrix-grid-label-row{justify-content:space-between;align-items:center;padding:0 .1rem;display:flex}.grid-sublabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.grid-subtip{color:var(--accent-cyan);font-size:.64rem;font-style:italic}.intrinsic-space-toggle{background:#0006;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:2px;padding:1px;display:inline-flex}.space-toggle-pill{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9999px;padding:1px 6px;font-family:inherit;font-size:.6rem;font-weight:600;line-height:1.3;transition:all .15s}.space-toggle-pill:hover{color:var(--text-primary);background:#ffffff0a}.space-toggle-pill.active{color:var(--accent-cyan);background:#00f2fe29;border-color:#00f2fe4d;box-shadow:0 0 6px #00f2fe33}.matrix-grid-3x3{border-radius:var(--radius-sm);box-sizing:border-box;background:#00000073;border:1px solid #ffffff14;flex-direction:column;gap:3px;height:135px;padding:.4rem;display:flex}.matrix-grid-4x4{border-radius:var(--radius-sm);box-sizing:border-box;background:#00000073;border:1px solid #ffffff14;flex-direction:column;gap:3px;height:176px;padding:.4rem;display:flex}.matrix-row{box-sizing:border-box;flex-shrink:0;gap:3px;height:38px;display:flex}.matrix-cell{box-sizing:border-box;text-align:center;height:38px;min-height:38px;max-height:38px;font-family:var(--font-mono);color:var(--text-secondary);background:#ffffff08;border:1px solid #0000;border-radius:4px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2px;font-size:.72rem;display:flex;position:relative;overflow:hidden}.cell-value{line-height:1.15}.matrix-cell.clickable{cursor:pointer;transition:all .15s}.matrix-cell.clickable:hover{color:#fff;background:#00f0ff1f;border-color:#00f0ff4d}.matrix-cell.selected-cell{box-shadow:0 0 10px #00f0ff59;border-color:var(--accent-cyan)!important;background:#00f0ff2e!important}.matrix-cell.has-offset{background:#00f0ff1a;border-color:#00f0ff59}.cell-offset-tag{color:var(--accent-cyan);margin-top:1px;font-size:.55rem;font-weight:700;line-height:1}.matrix-cell.highlight-focal{color:var(--accent-cyan);background:var(--accent-cyan-dim);font-weight:600}.matrix-cell.highlight-center{color:#b565ff;background:#b565ff1f;font-weight:600}.matrix-cell.highlight-rot{color:#e2e8f0}.matrix-cell.highlight-trans{color:var(--accent-green);background:var(--accent-green-dim);font-weight:600}.offset-control-panel{border-radius:var(--radius-sm);background:#00000040;border:1px solid #00f0ff26;flex-direction:column;gap:.45rem;padding:.65rem;display:flex}.offset-panel-title{text-transform:uppercase;letter-spacing:.04em;color:#e2e8f0;align-items:center;gap:.4rem;margin-bottom:.2rem;font-size:.72rem;font-weight:700;display:flex}.offset-parameter-row{border-radius:var(--radius-sm);background:#ffffff08;border:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .6rem;transition:all .2s;display:flex}.offset-parameter-row:hover{background:#ffffff0d;border-color:#00f0ff33}.offset-parameter-row.highlight-selected{background:#00f0ff14;border:1px solid #00f0ff66}.offset-parameter-row.compact{padding:.3rem .5rem}.offset-param-info{flex-direction:column;flex-shrink:0;min-width:78px;display:flex}.offset-param-info.compact{min-width:72px}.offset-param-name{color:#fff;letter-spacing:.02em;font-size:.72rem;font-weight:700}.offset-param-name.cyan{color:var(--accent-cyan)}.offset-param-name.purple{color:#b565ff}.offset-param-name.amber{color:var(--accent-amber)}.offset-calc-val{font-family:var(--font-mono);color:var(--text-muted);font-size:.66rem}.matrix-offset-input-box{border-radius:var(--radius-sm);background:#00000080;border:1px solid #ffffff1f;align-items:center;transition:all .2s;display:flex;overflow:hidden}.matrix-offset-input-box:focus-within,.matrix-offset-input-box.is-modified{border-color:var(--accent-cyan);box-shadow:0 0 10px #00f0ff40}.offset-step-btn{color:var(--text-secondary);font-family:var(--font-mono);cursor:pointer;background:#ffffff0f;border:none;justify-content:center;align-items:center;width:22px;height:28px;font-size:.82rem;font-weight:700;transition:all .15s;display:flex}.offset-step-btn:hover{color:#fff;background:#00f0ff33}.offset-input-field-wrap{align-items:center;padding:0 .25rem;display:flex}.offset-sign-indicator{font-family:var(--font-mono);color:var(--accent-cyan);text-align:right;width:10px;font-size:.72rem;font-weight:700}.offset-realtime-input{color:#fff;width:48px;font-family:var(--font-mono);text-align:center;background:0 0;border:none;outline:none;padding:.2rem 0;font-size:.78rem;font-weight:700;appearance:textfield!important}.offset-realtime-input::-webkit-outer-spin-button{-webkit-appearance:none!important;opacity:0!important;pointer-events:none!important;margin:0!important;display:none!important}.offset-realtime-input::-webkit-inner-spin-button{-webkit-appearance:none!important;opacity:0!important;pointer-events:none!important;margin:0!important;display:none!important}.offset-unit-suffix{font-family:var(--font-mono);color:var(--text-muted);margin-left:1px;font-size:.65rem}.offset-effective-pill{border-radius:var(--radius-sm);background:#10b9811f;border:1px solid #10b9814d;flex-shrink:0;justify-content:center;align-items:center;gap:.2rem;min-width:64px;padding:.2rem .45rem;display:flex}.offset-effective-pill.cyan{background:var(--accent-cyan-dim);border-color:#00f0ff59}.offset-effective-pill.purple{background:#b565ff1f;border-color:#b565ff59}.offset-effective-pill.compact{min-width:52px;padding:.15rem .3rem}.effective-eq{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.effective-val{font-family:var(--font-mono);color:#fff;font-size:.76rem;font-weight:700}.offset-effective-pill.green .effective-val{color:var(--accent-green)}.offset-effective-pill.cyan .effective-val{color:var(--accent-cyan)}.offset-effective-pill.purple .effective-val{color:#d8b4fe}.offset-effective-pill.amber{background:#f59e0b1f;border-color:#f59e0b59}.offset-effective-pill.amber .effective-val{color:var(--accent-amber)}.effective-tag{letter-spacing:.05em;color:#fff;background:#0006;border-radius:2px;padding:1px 3px;font-size:.52rem;font-weight:800}.offset-section-divider{box-sizing:border-box;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;height:30px;min-height:30px;margin-top:.45rem;padding-top:.45rem;display:flex}.offset-panel-subtitle{text-transform:uppercase;letter-spacing:.03em;color:var(--accent-amber);align-items:center;gap:.35rem;font-size:.69rem;font-weight:700;display:flex}.offset-subtitle{color:var(--text-muted);margin-bottom:.15rem;font-size:.63rem;line-height:1.35}.offset-input-with-presets{flex-direction:column;flex:1;align-items:center;gap:.2rem;min-width:0;display:flex}.preset-buttons-group{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2px;display:flex}.preset-tag-btn{color:var(--text-secondary);font-family:var(--font-mono);cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:2px;padding:1px 3.5px;font-size:.58rem;font-weight:600;line-height:1.15;transition:all .15s}.preset-tag-btn:hover{border-color:var(--accent-amber);color:#fff;background:#f59e0b33}.preset-tag-btn.cyan:hover{border-color:var(--accent-cyan);color:#fff;background:#00f0ff33}.reset-offsets-btn.compact{gap:.2rem;padding:.15rem .4rem;font-size:.62rem}.toggle-all-elements-btn{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0d;border:1px dashed #ffffff26;justify-content:center;align-items:center;gap:.4rem;margin-top:.2rem;padding:.4rem .6rem;font-size:.72rem;transition:all .2s;display:flex}.toggle-all-elements-btn:hover{color:var(--accent-cyan);background:#00f0ff1a;border-color:#00f0ff59}.all-elements-container{border-top:1px solid #ffffff14;flex-direction:column;gap:.3rem;max-height:240px;padding-top:.4rem;padding-right:.25rem;display:flex;overflow-y:auto}.all-elements-container::-webkit-scrollbar{width:4px}.all-elements-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.telemetry-metrics-grid{grid-template-columns:1fr 1fr;gap:.4rem;display:grid}.metric-item{border-radius:var(--radius-sm);background:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;gap:.15rem;padding:.4rem .6rem;display:flex}.metric-item.full-width{grid-column:1/-1}.metric-label{color:var(--text-muted);font-size:.68rem;font-family:var(--font-main);text-transform:uppercase;letter-spacing:.04em}.metric-value{font-family:var(--font-mono);color:var(--text-primary);font-size:.78rem;font-weight:600}.metric-value.cyan{color:var(--accent-cyan)}.metric-value.purple{color:#b565ff}.metric-value.green{color:var(--accent-green)}.metric-value.amber{color:var(--accent-amber)}.metric-value.mono-compact{letter-spacing:-.02em;font-size:.72rem}.telemetry-placeholder{text-align:center;color:var(--text-muted);border-radius:var(--radius-sm);background:#0003;padding:1.5rem 1rem;font-size:.8rem;font-style:italic}.dimmed{opacity:.55;filter:grayscale(40%)}.telemetry-hint-box{color:var(--accent-amber);border-radius:var(--radius-sm);text-align:center;background:#f59e0b1a;border:1px dashed #f59e0b4d;padding:.4rem .6rem;font-size:.75rem}@media (width<=900px){.telemetry-panel{height:340px;top:auto;bottom:5.5rem;left:1rem}.telemetry-content{width:320px}}
