.ReferencePointPopover_overlay__5O7lY{position:fixed;inset:0;z-index:9999}.ReferencePointPopover_popover__eLyNY{position:fixed;z-index:10000;background:var(--background);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);width:340px;max-height:480px;overflow-y:auto;font-size:13px;color:var(--foreground)}.ReferencePointPopover_header__oNeae{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:var(--background);z-index:1}.ReferencePointPopover_headerTitle__8TFSq{font-weight:600;font-size:13px}.ReferencePointPopover_closeButton__h9UiK{background:none;border:none;cursor:pointer;color:var(--foreground-secondary);font-size:18px;line-height:1;padding:2px 4px;border-radius:4px}.ReferencePointPopover_closeButton__h9UiK:hover{background:var(--background-secondary);color:var(--foreground)}.ReferencePointPopover_chips__b92Ud{display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px;border-bottom:1px solid var(--border);max-height:100px;overflow-y:auto}.ReferencePointPopover_chip__oceTC{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;background:var(--background-secondary);border:1px solid var(--border);border-radius:3px;font-size:11px;font-family:monospace;color:var(--foreground)}.ReferencePointPopover_chipRemove__EwSFj{background:none;border:none;cursor:pointer;color:var(--foreground-secondary);font-size:13px;line-height:1;padding:0 1px}.ReferencePointPopover_chipRemove__EwSFj:hover{color:var(--foreground)}.ReferencePointPopover_section__IDRO6{padding:8px 12px}.ReferencePointPopover_sectionTitle__TSJpW{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--foreground-secondary);margin-bottom:6px}.ReferencePointPopover_categoryRow__B3OV5{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:pointer;transition:background .1s}.ReferencePointPopover_categoryRow__B3OV5:hover{background:var(--background-secondary)}.ReferencePointPopover_categoryColor__XfbVX{width:10px;height:10px;border-radius:2px;flex-shrink:0}.ReferencePointPopover_categoryName__1qjng{flex:1 1;font-size:13px;font-weight:500}.ReferencePointPopover_categoryCount__X3VFv{font-size:11px;color:var(--foreground-secondary)}.ReferencePointPopover_categoryCheckbox__Do4YA{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.ReferencePointPopover_divider__lqBhy{border:none;border-top:1px solid var(--border);margin:0}.ReferencePointPopover_createToggle__IyHIJ{display:flex;align-items:center;gap:6px;padding:8px 12px;cursor:pointer;color:var(--primary);font-size:13px;font-weight:500;border:none;background:none;width:100%;text-align:left}.ReferencePointPopover_createToggle__IyHIJ:hover{background:var(--background-secondary)}.ReferencePointPopover_createForm__VCHpx{padding:8px 12px 12px;display:flex;flex-direction:column;gap:8px}.ReferencePointPopover_formField__z6yP3{display:flex;flex-direction:column;gap:3px}.ReferencePointPopover_formLabel__pkds4{font-size:11px;font-weight:600;color:var(--foreground-secondary)}.ReferencePointPopover_formInput__a_Vr1{padding:6px 8px;border:1px solid var(--border);border-radius:4px;font-size:13px;background:var(--background);color:var(--foreground)}.ReferencePointPopover_formInput__a_Vr1:focus{outline:none;border-color:var(--primary)}.ReferencePointPopover_formSelect__zXHaB{padding:6px 8px;border:1px solid var(--border);border-radius:4px;font-size:13px;background:var(--background);color:var(--foreground)}.ReferencePointPopover_createButton__n6P2p{padding:6px 12px;background:var(--primary);color:white;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;margin-top:4px}.ReferencePointPopover_createButton__n6P2p:hover{opacity:.9}.ReferencePointPopover_createButton__n6P2p:disabled{opacity:.5;cursor:not-allowed}.ReferencePointPopover_loading__noopJ{display:flex;align-items:center;gap:6px;padding:4px 8px;font-size:11px;color:var(--foreground-secondary)}.ReferencePointPopover_emptyState__y02Ka{padding:8px 12px;color:var(--foreground-secondary);font-size:12px;font-style:italic}.Tooltip_tooltip__Tzcvy{position:fixed;z-index:10000;background:var(--background);border:1px solid var(--border);border-radius:8px;padding:12px;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);pointer-events:none;max-width:300px;font-size:14px;line-height:1.5}.Tooltip_tooltip__Tzcvy *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.OmniSearch_backdrop__Nbf12{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;padding-top:15vh}.OmniSearch_container__M3b3Y{width:100%;max-width:580px;height:-moz-fit-content;height:fit-content;max-height:70vh;background:var(--card-background);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.OmniSearch_inputRow__YRqgW{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.OmniSearch_inputRow__YRqgW svg{flex-shrink:0;color:var(--secondary-foreground)}.OmniSearch_input__fx_rF{flex:1 1;border:none;background:transparent;color:var(--foreground);font-size:15px;outline:none}.OmniSearch_input__fx_rF::placeholder{color:var(--muted-foreground)}.OmniSearch_results__QSa1n{overflow-y:auto;flex:1 1;padding:6px 0}.OmniSearch_categoryHeader__aRYVD{padding:10px 16px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-foreground)}.OmniSearch_resultItem__Wsjzm{display:flex;flex-direction:column;padding:8px 16px;cursor:pointer;transition:background .1s}.OmniSearch_resultItem__Wsjzm.OmniSearch_active__Zkaax,.OmniSearch_resultItem__Wsjzm:hover{background:var(--input-background)}.OmniSearch_resultTitle__Xi49D{font-size:14px;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.OmniSearch_resultSubtitle__WNywF{font-size:12px;color:var(--secondary-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.OmniSearch_empty__PG4Lk{padding:32px 16px;text-align:center;color:var(--secondary-foreground);font-size:14px}.OmniSearch_footer__oOg_Q{display:flex;align-items:center;gap:12px;padding:8px 16px;border-top:1px solid var(--border);font-size:12px;color:var(--muted-foreground)}.OmniSearch_kbd__JRjvi{display:inline-flex;align-items:center;padding:1px 5px;font-size:11px;font-family:inherit;border:1px solid var(--border);border-radius:4px;background:var(--input-background);color:var(--secondary-foreground)}.OmniSearch_loading__Ah4nn{padding:12px 16px;font-size:13px;color:var(--secondary-foreground)}.LocationTooltip_content__LW13a{display:flex;flex-direction:column;gap:8px}.LocationTooltip_header__Hwhlp{padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:4px}.LocationTooltip_locationId__vesa7{font-size:16px;color:var(--foreground)}.LocationTooltip_row__HEg1a{display:flex;justify-content:space-between;gap:12px;font-size:14px}.LocationTooltip_label__C8ozp{color:var(--muted-foreground);font-weight:500}.LocationTooltip_value__TVxLn{color:var(--foreground);font-weight:600}.LocationTooltip_stats__JiNAM{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.LocationTooltip_statsTitle___NcWC{font-size:12px;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.LocationTooltip_statRow__mEUEq{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:4px}.LocationTooltip_statLabel__KVKVN{color:var(--muted-foreground)}.LocationTooltip_statValue__p5ac_{color:var(--foreground);font-weight:500}.LocationTooltip_detailLoading__cvBy7,.LocationTooltip_loading__QesOL{color:var(--muted-foreground);font-style:italic}.LocationTooltip_detailLoading__cvBy7{font-size:13px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.LocationTooltip_shelfTable__1YNk8{border-collapse:collapse;font-size:11px;margin-top:8px;width:100%}.LocationTooltip_shelfTable__1YNk8 td,.LocationTooltip_shelfTable__1YNk8 th{padding:3px 6px;border:1px solid var(--border);text-align:center}.LocationTooltip_shelfTable__1YNk8 th{background:var(--background);font-weight:600;color:var(--muted-foreground);text-transform:uppercase;font-size:10px}.LocationTooltip_shelfTable__1YNk8 td{font-family:monospace;font-size:10px;white-space:nowrap}.LocationTooltip_shelfTable__1YNk8 td:first-child{font-weight:600;color:var(--muted-foreground);background:var(--background)}.LocationTooltip_shelfCellEmpty__m6elc{color:var(--muted-foreground);font-style:italic}.LocationDetailPanel_overlay__8GdaD{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:50;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.LocationDetailPanel_overlayVisible__2Q_1l{opacity:1;visibility:visible}.LocationDetailPanel_panel__pmGwT{position:absolute;left:0;right:0;bottom:0;background:var(--card-background);border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.15);z-index:51;max-height:90%;min-height:200px;height:400px;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s ease,height .1s ease}.LocationDetailPanel_panelVisible__5slVS{transform:translateY(0)}.LocationDetailPanel_dragging__uxrew{transition:transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LocationDetailPanel_handle__ouGnX{display:flex;justify-content:center;padding:12px;cursor:-webkit-grab;cursor:grab;touch-action:none}.LocationDetailPanel_handle__ouGnX:active{cursor:-webkit-grabbing;cursor:grabbing}.LocationDetailPanel_handleBar__qPfe2{width:40px;height:4px;background:var(--muted-foreground);border-radius:2px;opacity:.4;transition:opacity .2s ease,width .2s ease}.LocationDetailPanel_handle__ouGnX:hover .LocationDetailPanel_handleBar__qPfe2{opacity:.6;width:50px}.LocationDetailPanel_header__9gn04{display:flex;align-items:center;justify-content:space-between;padding:0 20px 16px;border-bottom:1px solid var(--border);gap:16px}.LocationDetailPanel_headerLeft__88Xpl{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.LocationDetailPanel_headerStats__1_2xb{display:flex;align-items:center;gap:24px;flex:1 1;justify-content:center}.LocationDetailPanel_headerStatItem__c_jZN{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 16px;background:var(--background);border-radius:8px;min-width:80px}.LocationDetailPanel_headerStatValue__VVAgs{font-size:18px;font-weight:700;color:var(--foreground);line-height:1.2}.LocationDetailPanel_headerStatValue__VVAgs small{font-size:12px;font-weight:500;margin-left:2px}.LocationDetailPanel_headerStatLabel__TR5p0{font-size:11px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.LocationDetailPanel_locationId__FiVHQ{font-size:20px;font-weight:600;color:var(--foreground);margin:0}.LocationDetailPanel_zoneBadge__SyDY8{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted-foreground)}.LocationDetailPanel_zoneIndicator__p8Gdt{width:8px;height:8px;border-radius:50%;background:var(--accent)}.LocationDetailPanel_content__VBfZs{flex:1 1;overflow-y:auto;padding:20px}.LocationDetailPanel_summaryStats__Yg372{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.LocationDetailPanel_statCard__5v6HC{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:16px;text-align:center}.LocationDetailPanel_statValue__BpmHT{font-size:24px;font-weight:700;color:var(--foreground);margin-bottom:4px}.LocationDetailPanel_statLabel__4QmMP{font-size:12px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px}.LocationDetailPanel_section__uxttT{margin-bottom:24px}.LocationDetailPanel_sectionTitle__bbAc9{font-size:14px;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.LocationDetailPanel_shelfTableContainer__7ABkS{overflow-x:auto}.LocationDetailPanel_shelfTable__ZUhiP{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed}.LocationDetailPanel_shelfTable__ZUhiP td,.LocationDetailPanel_shelfTable__ZUhiP th{padding:10px 12px;text-align:center;border:1px solid var(--border)}.LocationDetailPanel_shelfTable__ZUhiP td:first-child,.LocationDetailPanel_shelfTable__ZUhiP th:first-child{width:60px;min-width:60px;max-width:60px}.LocationDetailPanel_shelfTable__ZUhiP th{background:var(--background);font-weight:600;color:var(--muted-foreground);font-size:12px;text-transform:uppercase;letter-spacing:.5px}.LocationDetailPanel_shelfTable__ZUhiP td{background:var(--card-background);cursor:pointer;transition:background-color .15s ease}.LocationDetailPanel_shelfTable__ZUhiP td:hover{background:var(--accent)}.LocationDetailPanel_levelLabel__jqMX9{background:var(--background)!important;font-weight:600;color:var(--muted-foreground);cursor:default!important}.LocationDetailPanel_levelLabel__jqMX9:hover{background:var(--background)!important}.LocationDetailPanel_cellValue__bk64F{font-weight:600;color:var(--foreground)}.LocationDetailPanel_cellEmpty__5XyE1{color:var(--muted-foreground);font-style:italic}.LocationDetailPanel_cellCategoricalValue__Pypg3{font-weight:600}.LocationDetailPanel_cellLow__RvlHw{background-color:rgba(244,177,131,.25)!important}.LocationDetailPanel_cellMedium__m0rsL{background-color:rgba(234,140,85,.25)!important}.LocationDetailPanel_cellHigh__vJ8YZ{background-color:rgba(96,165,250,.25)!important}.LocationDetailPanel_cellCritical__d6MRN{background-color:rgba(0,112,243,.25)!important}.LocationDetailPanel_loading__tIqJB{display:flex;align-items:center;justify-content:center;padding:40px;color:var(--muted-foreground)}.LocationDetailPanel_emptyState__BTIpK{text-align:center;padding:40px;color:var(--muted-foreground)}.LocationDetailPanel_emptyState__BTIpK p{margin:0}.SimulatorShelfPanel_popover__aRLog{position:fixed;z-index:1000;background:var(--card-background);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.18);max-height:480px;display:flex;flex-direction:column;overflow:hidden}.SimulatorShelfPanel_header__pAR43{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.SimulatorShelfPanel_headerTitle__Z4bkU{font-size:.85rem;font-weight:600;color:var(--foreground);font-family:monospace}.SimulatorShelfPanel_closeButton__EUX9c{background:none;border:none;color:var(--muted-foreground);cursor:pointer;font-size:1.2rem;padding:0 4px;line-height:1}.SimulatorShelfPanel_closeButton__EUX9c:hover{color:var(--foreground)}.SimulatorShelfPanel_content__DkRok{flex:1 1;overflow-y:auto;padding:10px 14px 14px}.SimulatorShelfPanel_loading__NInTw{padding:20px;text-align:center;color:var(--muted-foreground);font-size:.8rem}.SimulatorShelfPanel_section__3L_LF{display:flex;flex-direction:column;gap:6px}.SimulatorShelfPanel_sectionTitle__Ti3Ef{font-size:.7rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.SimulatorShelfPanel_divider__uExmm{height:1px;background:var(--border);margin:6px 0}.SimulatorShelfPanel_emptyState__KHMRt{font-size:.8rem;color:var(--muted-foreground);padding:4px 0}.SimulatorShelfPanel_currentItem__XrUUC{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.SimulatorShelfPanel_currentItemLabel__mMvAi{font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase}.SimulatorShelfPanel_currentItemValue__PNvay{font-family:monospace;font-size:.8rem;font-weight:500}.SimulatorShelfPanel_shelfTableContainer__TTNQO{overflow-x:auto;position:relative}.SimulatorShelfPanel_shelfTable__vl3mS{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}.SimulatorShelfPanel_shelfTable__vl3mS td,.SimulatorShelfPanel_shelfTable__vl3mS th{padding:5px 6px;text-align:center;border:1px solid var(--border)}.SimulatorShelfPanel_shelfTable__vl3mS td:first-child,.SimulatorShelfPanel_shelfTable__vl3mS th:first-child{width:36px;min-width:36px;max-width:36px}.SimulatorShelfPanel_shelfTable__vl3mS th{background:var(--background);font-weight:600;color:var(--muted-foreground);font-size:10px;text-transform:uppercase;letter-spacing:.3px}.SimulatorShelfPanel_shelfTable__vl3mS td{background:var(--card-background);transition:background-color .15s ease}.SimulatorShelfPanel_levelLabel__VOxT6{background:var(--background)!important;font-weight:600;color:var(--muted-foreground);cursor:default!important}.SimulatorShelfPanel_levelLabel__VOxT6:hover{background:var(--background)!important}.SimulatorShelfPanel_cellClickable__CRc53{cursor:pointer}.SimulatorShelfPanel_cellClickable__CRc53:hover{background:var(--accent)!important}.SimulatorShelfPanel_cellPending__AENIn{background-color:rgba(6,182,212,.2)!important}.SimulatorShelfPanel_cellPlanMove__Al0ji{position:relative}.SimulatorShelfPanel_cellPlanMove__Al0ji:after{content:"";position:absolute;top:3px;right:3px;width:5px;height:5px;border-radius:50%;background:#3b82f6}.SimulatorShelfPanel_cellEditing__Cdo07{outline:2px solid var(--primary,#2563eb);outline-offset:-2px;z-index:1;position:relative}.SimulatorShelfPanel_cellEmpty__Ehlxd{color:var(--muted-foreground);opacity:.5}.SimulatorShelfPanel_cellItemId__4LM3A{font-family:monospace;font-size:.7rem;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px;display:inline-block}.SimulatorShelfPanel_cellEditor__dr5F7{position:absolute;z-index:100;background:var(--card-background);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);padding:10px;width:260px}.SimulatorShelfPanel_cellEditorHeader__yNcK8{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.SimulatorShelfPanel_cellEditorTitle__l0NN4{font-size:.78rem;font-weight:600;color:var(--foreground);font-family:monospace}.SimulatorShelfPanel_cellEditorClose__Gbx9D{background:none;border:none;color:var(--muted-foreground);cursor:pointer;font-size:1rem;padding:0 2px;line-height:1}.SimulatorShelfPanel_cellEditorClose__Gbx9D:hover{color:var(--foreground)}.SimulatorShelfPanel_cellEditorInfo__ShNaw{font-size:.72rem;color:var(--muted-foreground);margin-bottom:4px}.SimulatorShelfPanel_cellEditorSearch__1GhMd{width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:4px;font-size:.78rem;background:var(--background);color:var(--foreground);outline:none}.SimulatorShelfPanel_cellEditorSearch__1GhMd:focus{border-color:var(--primary,#2563eb)}.SimulatorShelfPanel_cellEditorResults__g5ule{max-height:180px;overflow-y:auto;margin-top:4px}.SimulatorShelfPanel_cellEditorItem__Duehz{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-radius:4px;cursor:pointer;font-size:.75rem}.SimulatorShelfPanel_cellEditorItem__Duehz:hover{background:var(--accent)}.SimulatorShelfPanel_cellEditorItemId__CnRkW{font-family:monospace;font-weight:500}.SimulatorShelfPanel_cellEditorItemLoc__vrGdt{font-size:.68rem;color:var(--muted-foreground)}.SimulatorShelfPanel_cellEditorEmpty__vSGZ4{font-size:.75rem;color:var(--muted-foreground);padding:8px 0;text-align:center}.SimulatorShelfPanel_removeButton__37AIu{width:100%;padding:5px;margin-top:4px;border:1px solid var(--destructive,#ef4444);border-radius:4px;background:none;color:var(--destructive,#ef4444);font-size:.75rem;cursor:pointer}.SimulatorShelfPanel_removeButton__37AIu:hover{background:rgba(239,68,68,.1)}