.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.25rem}.headerTop{display:flex;align-items:center;justify-content:space-between;gap:1rem}.headerActions{display:flex;align-items:center;gap:.25rem}.headerIconBtn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:var(--radius);background:transparent;color:var(--text-secondary);text-decoration:none;cursor:pointer}.headerIconBtn:hover{color:var(--text-primary);background:var(--border)}.logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.logo:hover{text-decoration:none;color:var(--accent)}.tagline{margin:.25rem 0 1rem;font-size:.875rem;color:var(--text-secondary)}.nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav-link{padding:.5rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid transparent;text-decoration:none}.nav-link:hover{color:var(--text-primary);background:var(--border);text-decoration:none}.main{flex:1;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%}._page_vnc2g_1{padding:0 0 2rem}._pageHeader_vnc2g_5{display:grid;grid-template-columns:1fr minmax(12rem,22rem) 1fr;align-items:center;gap:.75rem 1rem;margin-bottom:.25rem}._pageHeaderTitle_vnc2g_13{font-size:1.75rem;font-weight:700;margin:0;letter-spacing:-.02em;justify-self:start;min-width:0}._pageHeaderSearch_vnc2g_22{width:100%;justify-self:center;padding:.45rem .75rem;font-size:.9rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);font-family:inherit}._pageHeaderSearch_vnc2g_22::placeholder{color:var(--text-secondary)}._pageHeaderSearch_vnc2g_22:focus{outline:none;border-color:var(--accent)}._pageHeaderActions_vnc2g_43{justify-self:end;display:flex;justify-content:flex-end;min-width:0}._title_vnc2g_50{font-size:1.75rem;font-weight:700;margin:0;letter-spacing:-.02em}._subtitle_vnc2g_57{color:var(--text-secondary);font-size:.95rem;margin:0 0 1.5rem}@media (max-width: 768px){._pageHeader_vnc2g_5{grid-template-columns:1fr}._pageHeaderTitle_vnc2g_13,._pageHeaderSearch_vnc2g_22,._pageHeaderActions_vnc2g_43{justify-self:stretch}._pageHeaderActions_vnc2g_43{justify-content:stretch}._pageHeaderActions_vnc2g_43 ._btnPrimary_vnc2g_78{width:100%;justify-content:center}}._btnPrimary_vnc2g_78{display:inline-flex;align-items:center;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;font-size:.95rem;border:none;border-radius:var(--radius);text-decoration:none;transition:background .2s;cursor:pointer;font-family:inherit}._btnPrimary_vnc2g_78:hover{background:var(--accent-hover);text-decoration:none;color:#fff}._section_vnc2g_106{margin-bottom:2rem}._tileGrid_vnc2g_110{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}._tile_vnc2g_110{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s;text-decoration:none;color:inherit;min-height:0}._tile_vnc2g_110:hover{border-color:var(--accent);text-decoration:none;color:inherit}._tileTitle_vnc2g_135{font-size:1.05rem;font-weight:600;margin:0 0 .5rem}._tileDesc_vnc2g_141{font-size:.9rem;color:var(--text-secondary);margin:0 0 .75rem;line-height:1.4}._tileMeta_vnc2g_148{font-size:.8rem;color:var(--text-secondary);font-family:var(--font-mono)}._tileFooter_vnc2g_154{margin-top:auto;padding-top:.85rem;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem .5rem;text-align:center}._tileStatCol_vnc2g_164{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:0}._tileStatLabel_vnc2g_172{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}._tileStatValue_vnc2g_180{font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-primary);line-height:1.2}._empty_vnc2g_188{color:var(--text-secondary);font-size:.95rem;padding:1.5rem;background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius)}._modalOverlay_vnc2g_197{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-backdrop);display:flex;align-items:center;justify-content:center;z-index:100}._createModal_vnc2g_207{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:28rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-modal)}._modalHeader_vnc2g_220{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_vnc2g_228{margin:0;font-size:1rem;font-weight:600}._modalClose_vnc2g_234{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_vnc2g_234:hover:not(:disabled){color:var(--text-primary)}._modalClose_vnc2g_234:disabled{opacity:.5;cursor:not-allowed}._createForm_vnc2g_253{display:flex;flex-direction:column;min-height:0}._createFormBody_vnc2g_259{padding:1rem;overflow-y:auto}._createField_vnc2g_264{margin-bottom:.85rem}._createField_vnc2g_264:last-of-type{margin-bottom:0}._createLabel_vnc2g_272{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem}._required_vnc2g_279{color:var(--accent-muted-text)}._createInput_vnc2g_283,._createTextarea_vnc2g_284{width:100%;padding:.5rem .6rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-family:inherit}._createTextarea_vnc2g_284{resize:vertical;min-height:4.5rem}._createInput_vnc2g_283:focus,._createTextarea_vnc2g_284:focus{outline:none;border-color:var(--accent)}._charHint_vnc2g_306{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-secondary)}._createError_vnc2g_313{margin:.75rem 0 0;font-size:.85rem;color:#f87171}._createFormFooter_vnc2g_319{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._btnCancel_vnc2g_327{padding:.4rem .85rem;font-size:.9rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-family:inherit}._btnCancel_vnc2g_327:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-secondary)}._btnCancel_vnc2g_327:disabled{opacity:.6;cursor:not-allowed}._btnConfirm_vnc2g_348{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;font-family:inherit}._btnConfirm_vnc2g_348:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._btnConfirm_vnc2g_348:disabled{opacity:.7;cursor:not-allowed}._page_38y9y_1{padding:0 0 2rem}._title_38y9y_5{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em}._subtitle_38y9y_12{color:var(--text-secondary);font-size:.95rem;margin:0 0 1.5rem}._actions_38y9y_18{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}._btnPrimary_38y9y_25{display:inline-flex;align-items:center;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;font-size:.95rem;border:none;border-radius:var(--radius);text-decoration:none;transition:background .2s;cursor:pointer;font-family:inherit}._btnPrimary_38y9y_25:hover{background:var(--accent-hover);text-decoration:none;color:#fff}._section_38y9y_47{margin-bottom:2rem}._sectionTitle_38y9y_51{font-size:1.15rem;font-weight:600;margin:0 0 1rem;color:var(--text-primary)}._auditCard_38y9y_58{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;max-width:480px}._field_38y9y_66{margin-bottom:1.25rem}._field_38y9y_66:last-child{margin-bottom:0}._label_38y9y_74{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.4rem}._input_38y9y_82{width:100%;padding:.6rem .75rem;font-size:.95rem;font-family:var(--font-sans);background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._input_38y9y_82:focus{outline:none;border-color:var(--accent)}._ownerRow_38y9y_98{display:flex;gap:.5rem}._ownerRow_38y9y_98 ._input_38y9y_82{flex:1}._btnAdd_38y9y_107{padding:.6rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-weight:500;white-space:nowrap}._btnAdd_38y9y_107:hover{background:var(--accent-hover)}._ownerList_38y9y_121{margin:.75rem 0 0;padding:0;list-style:none}._ownerItem_38y9y_127{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--bg-secondary);border-radius:6px;margin-bottom:.4rem}._btnRemove_38y9y_137{background:none;border:none;color:var(--text-secondary);font-size:1.25rem;line-height:1;padding:0 .25rem}._btnRemove_38y9y_137:hover{color:var(--text-primary)}._tileGrid_38y9y_150{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}._tile_38y9y_150{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}._tileButton_38y9y_164{display:block;width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit}._tileButton_38y9y_164:hover{border-color:var(--accent)}._tileButton_38y9y_164:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._tile_38y9y_150:hover{border-color:var(--accent)}._tileTitle_38y9y_186{font-size:1.05rem;font-weight:600;margin:0 0 .5rem}._tileDesc_38y9y_192{font-size:.9rem;color:var(--text-secondary);margin:0 0 .75rem;line-height:1.4}._tileMeta_38y9y_199{font-size:.8rem;color:var(--text-secondary);font-family:var(--font-mono)}._empty_38y9y_205{color:var(--text-secondary);font-size:.95rem;padding:1.5rem;background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius)}._modalOverlay_38y9y_214{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-backdrop);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}._auditModal_38y9y_225{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:min(42rem,100%);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-modal)}._modalHeader_38y9y_237{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_38y9y_245{margin:0;font-size:1.05rem;font-weight:600}._modalClose_38y9y_251{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_38y9y_251:hover:not(:disabled){color:var(--text-primary)}._modalClose_38y9y_251:disabled{opacity:.5;cursor:not-allowed}._auditForm_38y9y_270{display:flex;flex-direction:column;min-height:0}._auditFormBody_38y9y_276{padding:1rem;overflow-y:auto}._textarea_38y9y_281{width:100%;padding:.6rem .75rem;font-size:.95rem;font-family:var(--font-sans);background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);resize:vertical;min-height:4rem}._textarea_38y9y_281:focus{outline:none;border-color:var(--accent)}._required_38y9y_299{color:#f87171}._radioGroup_38y9y_303{display:flex;flex-wrap:wrap;gap:1rem}._radioLabel_38y9y_309{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;color:var(--text-primary);cursor:pointer}._controlsSection_38y9y_318{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}._controlAddRow_38y9y_324{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._controlAddRow_38y9y_324 ._input_38y9y_82{flex:1 1 14rem;min-width:0}._controlsEmpty_38y9y_336{margin:0;font-size:.9rem;color:var(--text-secondary)}._controlRows_38y9y_342{display:flex;flex-direction:column;gap:.85rem}._controlRow_38y9y_342{padding:.85rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px}._controlRowHeader_38y9y_355{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}._controlRowLabel_38y9y_363{font-size:.9rem;font-weight:600;line-height:1.35}._controlRow_38y9y_342 ._field_38y9y_66{margin-bottom:.75rem}._controlRow_38y9y_342 ._field_38y9y_66:last-child{margin-bottom:0}._formError_38y9y_377{margin:.75rem 0 0;font-size:.9rem;color:#f87171}._modalFooter_38y9y_383{display:flex;justify-content:flex-end;gap:.5rem;padding:.85rem 1rem;border-top:1px solid var(--border)}._btnCancel_38y9y_391{padding:.55rem .9rem;font-size:.9rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer;font-family:inherit}._btnCancel_38y9y_391:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-secondary)}._btnCancel_38y9y_391:disabled{opacity:.6;cursor:not-allowed}._autocompleteList_38y9y_412{list-style:none;margin:0;padding:.25rem 0;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow-modal);max-height:12rem;overflow-y:auto}._autocompleteItem_38y9y_424{padding:.45rem .65rem;cursor:pointer;display:flex;flex-direction:column;gap:.1rem}._autocompleteItem_38y9y_424:hover{background:var(--bg-tertiary, var(--bg-secondary))}._autocompletePrimary_38y9y_436{font-size:.9rem;font-weight:500}._autocompleteSecondary_38y9y_441{font-size:.8rem;color:var(--text-secondary)}._page_1hd5x_1{padding:0 0 2rem}._pageHeader_1hd5x_5{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem .75rem;margin-bottom:1rem;min-width:0}._pageHeaderStart_1hd5x_14{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._backLink_1hd5x_21{font-size:.875rem;color:var(--text-secondary);text-decoration:none;flex-shrink:0}._backLink_1hd5x_21:hover{color:var(--accent);text-decoration:none}._title_1hd5x_33{margin:0;font-size:1.5rem;white-space:nowrap}._pageHeaderMiddle_1hd5x_39{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0}._createBtn_1hd5x_48,._editBtn_1hd5x_49,._saveBtn_1hd5x_50,._cancelBtn_1hd5x_51,._addPortBtn_1hd5x_52,._removeBtn_1hd5x_53,._closeBtn_1hd5x_54{border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);border-radius:6px;padding:.35rem .65rem;cursor:pointer}._createBtn_1hd5x_48,._btnAdd_1hd5x_64,._saveBtn_1hd5x_50{background:var(--accent);border-color:var(--accent);color:#fff}._btnAdd_1hd5x_64{flex-shrink:0;white-space:nowrap;padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_1hd5x_64:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}._search_1hd5x_90,._filter_1hd5x_91,._form_1hd5x_92 input,._form_1hd5x_92 select{border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);border-radius:6px;padding:.4rem .75rem}._pageHeaderMiddle_1hd5x_39 ._search_1hd5x_90{flex:1 1 6rem;min-width:0;max-width:22rem;width:100%;font-size:.85rem}._search_1hd5x_90::placeholder{color:var(--text-secondary)}._search_1hd5x_90:focus{outline:none;border-color:var(--accent)}._pageHeaderMiddle_1hd5x_39 ._filter_1hd5x_91{flex:0 1 12rem;min-width:0;max-width:14rem;width:100%}._filter_1hd5x_91:focus{outline:none;border-color:var(--accent)}._tableWrap_1hd5x_130{overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}._table_1hd5x_130{width:100%;border-collapse:collapse;font-size:.85rem}._table_1hd5x_130 th,._table_1hd5x_130 td{border-bottom:1px solid var(--border);padding:.5rem;text-align:left;vertical-align:top}._table_1hd5x_130 th{color:var(--text-secondary);background:var(--bg-primary)}._empty_1hd5x_156,._status_1hd5x_157,._error_1hd5x_158{padding:1rem;color:var(--text-secondary)}._error_1hd5x_158{color:#f87171}._modalOverlay_1hd5x_167{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._modal_1hd5x_167{width:min(980px,95vw);max-height:90vh;overflow:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}._modalHeader_1hd5x_186{display:flex;justify-content:space-between;align-items:center;padding:.7rem .9rem;border-bottom:1px solid var(--border)}._form_1hd5x_92{padding:.8rem .9rem}._formGrid_1hd5x_198{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}._formGrid_1hd5x_198 label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem}._flagsRow_1hd5x_211{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.7rem 1rem;font-size:.82rem}._securityBlock_1hd5x_219{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}._subheading_1hd5x_225{margin:0 0 .5rem;font-size:1rem;font-weight:600}._securityRow_1hd5x_231{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:.75rem}._checkboxLine_1hd5x_239{display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}._deskField_1hd5x_247{display:none}._reviewTableHeader_1hd5x_251{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}._reviewTableHeader_1hd5x_251 h4{margin:0;font-size:.9rem;font-weight:600}._powerTypesList_1hd5x_264{margin-bottom:.65rem}._powerTypeOptions_1hd5x_268{display:flex;flex-wrap:wrap;gap:.5rem 1rem}._powerTypeOption_1hd5x_268{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;cursor:pointer}._reviewTableWrap_1hd5x_282{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary)}._reviewTable_1hd5x_251{width:100%;border-collapse:collapse;font-size:.8rem}._reviewTable_1hd5x_251 th,._reviewTable_1hd5x_251 td{padding:.4rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}._reviewTable_1hd5x_251 thead th{background:var(--bg-secondary);color:var(--text-secondary);font-weight:600}._reviewThAction_1hd5x_309{width:4.5rem;text-align:center}._reviewInput_1hd5x_314{width:100%;min-width:0;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);border-radius:4px;padding:.3rem .4rem;font-size:.85rem}._reviewTdAuditor_1hd5x_325{position:relative;min-width:10rem}._autocompleteList_1hd5x_330{margin:0;padding:0;list-style:none;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);box-shadow:0 4px 12px #0003;max-height:14rem;overflow-y:auto}._autocompleteItem_1hd5x_342{padding:.4rem .55rem;cursor:pointer;display:flex;flex-direction:column;gap:.1rem;border-bottom:1px solid var(--border)}._autocompleteItem_1hd5x_342:last-child{border-bottom:none}._autocompleteItem_1hd5x_342:hover{background:var(--bg-secondary)}._autocompleteId_1hd5x_359{font-size:.85rem;font-weight:500}._autocompleteName_1hd5x_364{font-size:.75rem;color:var(--text-secondary)}._ports_1hd5x_369{margin-top:.75rem}._portsHeader_1hd5x_373{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}._portsHeader_1hd5x_373 h3{margin:0;font-size:.95rem}._portRow_1hd5x_385{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;margin-bottom:.4rem}._modalFooter_1hd5x_392{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}@media (max-width: 900px){._formGrid_1hd5x_198{grid-template-columns:1fr 1fr}}@media (max-width: 600px){._formGrid_1hd5x_198{grid-template-columns:1fr}}._page_165u1_1{padding:0 0 1.5rem}._stickyBar_165u1_6{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.5rem 0 .75rem;margin-bottom:.75rem;background:var(--bg-primary);border-bottom:1px solid var(--border);flex-wrap:wrap}._stickyTitle_165u1_20{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._barNav_165u1_32{display:flex;align-items:center;gap:.35rem;margin-left:auto;flex-wrap:wrap}._barButton_165u1_40{display:inline-block;padding:.35rem .6rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;text-decoration:none;white-space:nowrap}._barButton_165u1_40:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}._headerRow_165u1_59{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;margin-bottom:1rem}._headerMain_165u1_68{flex:1 1 14rem;min-width:0}._sspPanel_165u1_73{flex:1 1 16rem;max-width:24rem;display:flex;flex-direction:column;gap:.45rem}._sspGenerateBtn_165u1_81{width:100%;padding:.5rem .65rem;font-size:.78rem;font-weight:600;line-height:1.3;text-align:center;color:var(--bg-primary);background:var(--accent);border:1px solid var(--accent);border-radius:6px;cursor:pointer}._sspGenerateBtn_165u1_81:hover:not(:disabled){filter:brightness(1.05)}._sspGenerateBtn_165u1_81:disabled{opacity:.65;cursor:not-allowed}._sspStatus_165u1_104{font-size:.78rem;line-height:1.4;color:var(--text-secondary)}._sspStatusLine_165u1_110{margin:0}._sspStatusLine_165u1_110+._sspStatusLine_165u1_110{margin-top:.25rem}._sspHint_165u1_118{margin:0;font-size:.72rem;line-height:1.35;color:var(--text-secondary)}._deleteEnclaveBtn_165u1_125{margin-top:.35rem;padding:.35rem .55rem;font-size:.75rem;font-weight:500;color:#b42318;background:transparent;border:1px solid rgba(180,35,24,.45);border-radius:6px;cursor:pointer}._deleteEnclaveBtn_165u1_125:hover:not(:disabled){background:#b4231814}._deleteEnclaveBtn_165u1_125:disabled{opacity:.6;cursor:not-allowed}._lockEnclaveBtn_165u1_146{margin-top:.35rem;padding:.35rem .55rem;font-size:.75rem;font-weight:500;color:#b54708;background:transparent;border:1px solid rgba(181,71,8,.45);border-radius:6px;cursor:pointer}._lockEnclaveBtn_165u1_146:hover:not(:disabled){background:#b5470814}._lockEnclaveBtn_165u1_146:disabled{opacity:.6;cursor:not-allowed}._lockError_165u1_167{margin:.25rem 0 0;font-size:.72rem;color:#b42318}._lockedBanner_165u1_173{margin:.5rem 0 0;padding:.45rem .65rem;font-size:.8rem;line-height:1.35;color:#b54708;background:#b547081a;border:1px solid rgba(181,71,8,.35);border-radius:6px}._deleteConfirmBtn_165u1_184{padding:.4rem .75rem;font-size:.85rem;font-weight:600;color:#fff;background:#b42318;border:1px solid #b42318;border-radius:6px;cursor:pointer}._deleteConfirmBtn_165u1_184:disabled{opacity:.65;cursor:not-allowed}@media (min-width: 720px){._sspPanel_165u1_73{flex:0 1 18rem;max-width:20rem;align-items:flex-end}._sspGenerateBtn_165u1_81{max-width:20rem}._sspStatus_165u1_104,._sspHint_165u1_118{text-align:right}}._backLink_165u1_226{display:inline-block;flex-shrink:0;font-size:.875rem;color:var(--text-secondary);text-decoration:none}._backLink_165u1_226:hover{color:var(--accent);text-decoration:none}._title_165u1_239{font-size:1.5rem;font-weight:700;margin:0 0 .2rem;letter-spacing:-.02em}._subtitle_165u1_246{color:var(--text-secondary);font-size:.9rem;margin:0 0 .35rem;line-height:1.4}._meta_165u1_253{font-size:.8rem;color:var(--text-secondary);font-family:var(--font-mono)}._status_165u1_259,._error_165u1_260{padding:.75rem 0;color:var(--text-secondary)}._error_165u1_260{color:#f87171}._grid_165u1_271{display:grid;grid-template-columns:1fr 1fr;gap:0 2rem;align-items:start}._gridCol_165u1_278{display:flex;flex-direction:column;gap:1rem;min-width:0}._gridCol_165u1_278 ._section_165u1_285{margin-bottom:0}@media (max-width: 900px){._grid_165u1_271{grid-template-columns:1fr}}._section_165u1_285{margin-bottom:1rem;break-inside:avoid}._sectionTitle_165u1_300{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary);padding-bottom:.25rem;border-bottom:1px solid var(--border)}._sectionHeaderRow_165u1_309{display:flex;align-items:center;gap:.5rem}._sectionHeaderRow_165u1_309 ._sectionTitle_165u1_300{flex:1}._sectionEditBtn_165u1_319{width:1.75rem;height:1.75rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-size:.9rem;line-height:1}._sectionEditBtn_165u1_319:hover{color:var(--accent);border-color:var(--accent)}._dl_165u1_336{margin:0;display:grid;gap:.25rem .75rem;grid-template-columns:auto 1fr}._dl_165u1_336 dt{font-size:.8rem;font-weight:500;color:var(--text-secondary);margin:0}._dl_165u1_336 dd{margin:0;font-size:.875rem}._summaryColumns_165u1_355{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.5rem;align-items:start}@media (max-width: 768px){._summaryColumns_165u1_355{grid-template-columns:1fr}}._summaryGroup_165u1_368{margin:0;min-width:0}._summaryGroupLabel_165u1_373{margin:0 0 .4rem;font-size:.8rem;color:var(--text-secondary)}._list_165u1_379{margin:0;padding-left:1rem}._list_165u1_379 li{margin-bottom:.15rem;font-size:.875rem}._operatingModelDisplayList_165u1_389{margin:0;padding-left:1rem;list-style:disc}._operatingModelDisplayList_165u1_389 li{margin-bottom:.5rem;font-size:.8rem;line-height:1.4;word-break:break-word}._textBlock_165u1_402{white-space:pre-wrap;line-height:1.45;font-size:.875rem}._muted_165u1_408{color:var(--text-secondary);font-style:italic;font-size:.875rem}._other_165u1_414{margin:.35rem 0 0;font-size:.875rem}._operationalPhaseDescriptionRow_165u1_419{margin:.5rem 0 0;font-size:.875rem;color:var(--text-primary)}._tooltip_165u1_425{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin:0 .25rem;border-radius:50%;border:1px solid var(--border);color:var(--text-secondary);font-size:.7rem;cursor:help}._tableWrap_165u1_439{overflow-x:auto}._table_165u1_439{width:100%;max-width:100%;border-collapse:collapse;font-size:.8rem}._table_165u1_439 th,._table_165u1_439 td{padding:.35rem .5rem;text-align:left;border:1px solid var(--border)}._table_165u1_439 th{background:var(--bg-card);font-weight:600;color:var(--text-secondary)}._sectionModalOverlay_165u1_463{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:120;padding:1rem}._sectionModal_165u1_463{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:640px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._sectionModalHeader_165u1_486{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._sectionModalTitle_165u1_494{margin:0;font-size:.95rem;font-weight:600}._sectionModalClose_165u1_500{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._sectionModalBody_165u1_510{padding:.75rem 1rem;overflow-y:auto}._sectionFieldLabel_165u1_515{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin:0 0 .25rem}._sectionFieldInput_165u1_523{width:100%;padding:.4rem .5rem;margin-bottom:.75rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._sectionFieldHint_165u1_534{margin:0 0 .5rem;font-size:.8rem;color:var(--text-secondary)}._milestonesEditTable_165u1_540{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:.5rem}._milestonesEditTable_165u1_540 th,._milestonesEditTable_165u1_540 td{padding:.4rem .5rem;text-align:left;border:1px solid var(--border);vertical-align:middle}._milestonesEditTable_165u1_540 th{background:var(--bg-card);font-weight:600;color:var(--text-secondary)}._milestonesPhaseCell_165u1_561{font-weight:500;color:var(--text-primary);white-space:nowrap}._milestonesDateInput_165u1_567{width:100%;min-width:8.5rem;padding:.35rem .45rem;font-size:.85rem;font-family:inherit;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._milestonesDateInput_165u1_567:focus{outline:none;border-color:var(--accent)}._logoThumbnail_165u1_584{display:block;max-width:120px;max-height:64px;width:auto;height:auto;object-fit:contain;border:1px solid var(--border);border-radius:4px;background:var(--bg-secondary)}._logoPreviewRow_165u1_596{display:flex;align-items:center;gap:.75rem;margin:0 0 .75rem}._logoClearBtn_165u1_603{padding:.3rem .65rem;font-size:.8rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer}._logoClearBtn_165u1_603:hover{background:var(--bg-primary)}._labeledFieldBlock_165u1_617{margin-bottom:.75rem}._labeledAddRow_165u1_621{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;margin-bottom:.35rem}._labeledAddRowInput_165u1_629{flex:1 1 12rem;min-width:0;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._labeledAddRowBtn_165u1_640{padding:.4rem .75rem;font-size:.85rem;font-weight:500;background:var(--bg-tertiary, var(--bg-secondary));border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer;white-space:nowrap}._labeledAddRowBtn_165u1_640:hover{border-color:var(--text-secondary)}._labeledRows_165u1_656{display:flex;flex-direction:column;gap:.5rem}._labeledRow_165u1_656{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem}._labeledRowValueInput_165u1_669{flex:1 1 8rem;min-width:0;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._labeledRowNameInput_165u1_680,._labeledRowCodeInput_165u1_681{flex:1 1 7rem;min-width:0;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._labeledRowDescInput_165u1_692{flex:2 1 14rem;min-width:0;padding:.4rem .5rem;font-size:.9rem;line-height:1.35;resize:vertical;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._labeledRowRemove_165u1_705{flex-shrink:0;min-width:2.25rem;min-height:2.25rem;padding:0;font-size:1.25rem;line-height:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer}._labeledRowRemove_165u1_705:hover{border-color:var(--text-secondary);color:var(--text-secondary)}._operatingModelCheckboxGroup_165u1_724{display:flex;flex-direction:column;gap:.6rem;max-width:100%;margin-bottom:.75rem}._operatingModelCheckboxLabel_165u1_732{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;line-height:1.35;cursor:pointer;color:var(--text-primary)}._operatingModelCheckboxLabel_165u1_732 input{margin-top:.15rem;flex-shrink:0}._sectionModalFooter_165u1_747{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._cmmcAddRow_165u1_756{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}._cmmcSelect_165u1_764{min-width:280px;max-width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._cmmcSelect_165u1_764:focus{outline:none;border-color:var(--accent)}._cmmcAddBtn_165u1_780{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--accent);border:1px solid var(--accent);border-radius:6px;color:#fff;cursor:pointer}._cmmcAddBtn_165u1_780:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._cmmcAddBtn_165u1_780:disabled{opacity:.5;cursor:not-allowed}._cmmcAddBtnSecondary_165u1_801{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._cmmcAddBtnSecondary_165u1_801:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-secondary)}._cmmcAddBtnSecondary_165u1_801:disabled{opacity:.5;cursor:not-allowed}._cmmcPointsFilterActive_165u1_822{border-color:var(--accent);color:var(--accent)}._cmmcPointsFilterActive_165u1_822:hover{border-color:var(--accent-hover);color:var(--accent-hover)}._cmmcFilterWrap_165u1_832{position:relative}._cmmcFilterBtn_165u1_836{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._cmmcFilterBtn_165u1_836:hover{color:var(--text-primary);border-color:var(--text-secondary)}._cmmcFilterBackdrop_165u1_852{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5}._cmmcFilterMenu_165u1_858{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:120px;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:10;padding:.25rem 0}._cmmcFilterItem_165u1_872,._cmmcFilterItemActive_165u1_873{display:block;width:100%;padding:.4rem .75rem;font-size:.9rem;text-align:left;background:none;border:none;color:var(--text-primary);cursor:pointer}._cmmcFilterItem_165u1_872:hover{background:#ffffff0d}._cmmcFilterItemActive_165u1_873{font-weight:600;color:var(--accent)}._cmmcTileGrid_165u1_894{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.5rem}._cmmcTile_165u1_894{position:relative;padding:.6rem .75rem 1.45rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.25rem;text-align:left;cursor:pointer;font-family:inherit;color:inherit}._cmmcTile_165u1_894:hover{border-color:var(--accent);background:#3b82f614}._cmmcTileTopRow_165u1_920{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}._cmmcTileId_165u1_928{font-size:.75rem;font-weight:600;color:var(--text-secondary)}._cmmcTileStatusRow_165u1_934{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}._cmmcTileBadge_165u1_942{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary)}._cmmcTileStatus_165u1_934{font-size:.75rem;font-weight:600}._cmmcTileStatus_165u1_934[data-implemented-status=Implemented]{color:#22c55e}._cmmcTileStatus_165u1_934[data-implemented-status="Partially Implemented"]{color:#eab308}._cmmcTileStatus_165u1_934[data-implemented-status="Not Implemented"]{color:#f87171}._cmmcTileStatus_165u1_934[data-implemented-status="Not Applicable"]{color:#9ca3af}._cmmcTileStatus_165u1_934:not([data-implemented-status=Implemented]):not([data-implemented-status="Partially Implemented"]):not([data-implemented-status="Not Implemented"]):not([data-implemented-status="Not Applicable"]){color:var(--text-secondary)}._cmmcTileUntested_165u1_970{font-size:.75rem;font-weight:600;color:#f87171;flex-shrink:0}._cmmcTileLabel_165u1_977{font-size:.875rem;line-height:1.35;color:var(--text-primary)}._cmmcTilePoints_165u1_983{position:absolute;bottom:.45rem;right:.65rem;font-size:.7rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;pointer-events:none}._controlModalOverlay_165u1_995{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}._controlModal_165u1_995{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:520px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._controlModalHeader_165u1_1018{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._controlModalTitle_165u1_1026{margin:0;font-size:.95rem;font-weight:600;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}._controlModalClose_165u1_1036{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._controlModalClose_165u1_1036:hover{color:var(--text-primary)}._controlModalBody_165u1_1050{padding:.75rem 1rem;overflow-y:auto}._controlFormRow_165u1_1055{margin-bottom:.75rem}._controlFormRow_165u1_1055:last-child{margin-bottom:0}._controlFormLabel_165u1_1063{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._controlFormLabelCheck_165u1_1071{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}._controlFormInput_165u1_1079{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._controlFormInput_165u1_1079:focus{outline:none;border-color:var(--accent)}._controlFormInputReadOnly_165u1_1094{background:var(--bg-tertiary, rgba(255, 255, 255, .06));color:var(--text-secondary);cursor:default}._controlFormInputReadOnly_165u1_1094:focus{border-color:var(--border)}._controlFormSelect_165u1_1104{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer}._controlFormSelectImplemented_165u1_1115[data-implemented-status=Implemented]{color:#22c55e}._controlFormSelectImplemented_165u1_1115[data-implemented-status="Partially Implemented"]{color:#eab308}._controlFormSelectImplemented_165u1_1115[data-implemented-status="Not Implemented"]{color:#f87171}._controlFormSelectImplemented_165u1_1115[data-implemented-status="Not Applicable"]{color:#9ca3af}._artifactList_165u1_1128{display:flex;flex-direction:column;gap:.35rem;width:100%}._artifactRow_165u1_1135{display:flex;gap:.35rem;align-items:center}._artifactRow_165u1_1135 ._controlFormInput_165u1_1079{flex:1;min-width:0}._artifactRemove_165u1_1146{flex-shrink:0;width:2rem;height:2rem;padding:0;font-size:1.2rem;line-height:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._artifactRemove_165u1_1146:hover{color:var(--text-primary);border-color:var(--text-secondary)}._artifactAdd_165u1_1165{padding:.35rem .5rem;font-size:.85rem;background:none;border:1px dashed var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._artifactAdd_165u1_1165:hover{color:var(--accent);border-color:var(--accent)}textarea._controlFormInput_165u1_1079{resize:vertical;min-height:2.5rem}._controlModalFooter_165u1_1185{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._page_1bph3_1{padding:0 0 1.5rem}._stickyBar_1bph3_5{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.5rem 0 .75rem;margin-bottom:.75rem;background:var(--bg-primary);border-bottom:1px solid var(--border);flex-wrap:wrap}._backLink_1bph3_19{display:inline-block;flex-shrink:0;font-size:.875rem;color:var(--text-secondary);text-decoration:none}._backLink_1bph3_19:hover{color:var(--accent);text-decoration:none}._stickyTitle_1bph3_32{font-size:.9rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._lockedBadge_1bph3_42{flex-shrink:0;padding:.15rem .45rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#b54708;background:#b547081f;border:1px solid rgba(181,71,8,.35);border-radius:4px}._barNav_1bph3_55{display:flex;align-items:center;gap:.35rem;margin-left:auto;flex-wrap:wrap}._barButton_1bph3_63{display:inline-block;padding:.35rem .6rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;text-decoration:none;white-space:nowrap}._barButton_1bph3_63:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}._barButtonActive_1bph3_82{display:inline-block;padding:.35rem .6rem;font-size:.8rem;font-weight:500;color:var(--accent);background:var(--bg-card);border:1px solid var(--accent);border-radius:4px;text-decoration:none;white-space:nowrap}._content_1bph3_95{margin-top:.5rem}._titleRow_1bph3_99{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:.5rem}._titleRow_1bph3_99 ._title_1bph3_99{margin:0}._timelineFiltersInline_1bph3_111{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .75rem}._title_1bph3_99{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._placeholder_1bph3_125{color:var(--text-secondary);margin:0}._page_2yo99_1{padding:0 0 2rem}._headerRow_2yo99_5{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._backLink_2yo99_12{font-size:.875rem;color:var(--text-secondary);text-decoration:none;flex-shrink:0}._backLink_2yo99_12:hover{color:var(--accent);text-decoration:none}._title_2yo99_24{font-size:1.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}._headerRow_2yo99_5 ._title_2yo99_24{margin:0}._toolbar_2yo99_35{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}._toolbarLeft_2yo99_44{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}._toolbarRight_2yo99_51{display:flex;align-items:center;gap:.5rem}._btnFilter_2yo99_57,._btnFilterActive_2yo99_58{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary)}._btnFilter_2yo99_57:hover{color:var(--text-primary);border-color:var(--text-secondary)}._btnFilterActive_2yo99_58{background:var(--accent);border-color:var(--accent);color:#fff}._btnAdd_2yo99_79{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;text-decoration:none;margin-left:.25rem}._btnAdd_2yo99_79:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff;text-decoration:none}._search_2yo99_98{padding:.4rem .75rem;font-size:.85rem;min-width:180px;border:1px solid var(--border);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary)}._search_2yo99_98::placeholder{color:var(--text-secondary)}._search_2yo99_98:focus{outline:none;border-color:var(--accent)}._btnFilterToggle_2yo99_117{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary)}._btnFilterToggle_2yo99_117:hover{color:var(--text-primary);border-color:var(--accent)}._modalOverlay_2yo99_132{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._confirmModalOverlay_2yo99_142{z-index:101}._confirmModal_2yo99_142{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:400px;width:90%;overflow:hidden;display:flex;flex-direction:column}._confirmModalBody_2yo99_157{padding:1rem 1rem .5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.4}._confirmModalBody_2yo99_157 p{margin:0}._viewModal_2yo99_168{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:360px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._viewModalHeader_2yo99_180{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._viewModalTitle_2yo99_188{margin:0;font-size:1rem;font-weight:600}._viewModalClose_2yo99_194{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._viewModalClose_2yo99_194:hover{color:var(--text-primary)}._viewModalList_2yo99_208{margin:0;padding:.5rem 0;list-style:none;overflow-y:auto}._viewModalItem_2yo99_215{margin:0}._viewModalLabel_2yo99_219{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;cursor:pointer;font-size:.9rem}._viewModalLabel_2yo99_219:hover{background:#ffffff0d}._viewModalLabel_2yo99_219 input{flex-shrink:0}._filterModal_2yo99_236{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:420px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._displayModal_2yo99_248{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:52rem;width:94%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._displayModalBody_2yo99_260{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:0;flex:1}._displayModalColumn_2yo99_268{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--border)}._displayModalColumn_2yo99_268:last-child{border-right:none}._displayModalColumnHeader_2yo99_280{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid var(--border);background:#ffffff05}._displayModalColumnTitle_2yo99_290{margin:0;font-size:.9rem;font-weight:600}._displayModalColumnScroll_2yo99_296{padding:.75rem 1rem 1rem;overflow-y:auto;flex:1;min-height:0}._displayModalColumn_2yo99_268 ._viewModalList_2yo99_208{flex:1;min-height:0;max-height:none}@media (max-width: 640px){._displayModalBody_2yo99_260{grid-template-columns:1fr}._displayModalColumn_2yo99_268{border-right:none;border-bottom:1px solid var(--border)}._displayModalColumn_2yo99_268:last-child{border-bottom:none}}._filterModalBody_2yo99_324{padding:.75rem 1rem 1rem;overflow-y:auto}._filterRow_2yo99_329{margin-bottom:.75rem}._filterRow_2yo99_329:last-of-type{margin-bottom:0}._filterLabel_2yo99_337{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._tooltipTriggerBtn_2yo99_347,._tooltipTriggerBtnSmall_2yo99_348{flex-shrink:0;padding:0;margin:0;border:1px solid var(--border);border-radius:999px;background:var(--bg-secondary);color:var(--text-secondary);font-weight:700;line-height:1;cursor:pointer}._tooltipTriggerBtn_2yo99_347{width:20px;height:20px;font-size:.72rem}._tooltipTriggerBtnSmall_2yo99_348{width:18px;height:18px;font-size:.68rem}._tooltipTriggerBtn_2yo99_347:hover,._tooltipTriggerBtnSmall_2yo99_348:hover{color:var(--text-primary);border-color:var(--text-secondary)}._tooltipPortal_2yo99_379{position:fixed;z-index:100000;box-sizing:border-box;padding:.65rem .75rem;font-size:.8rem;font-weight:400;line-height:1.45;color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 6px #00000014,0 12px 28px #0000002e;max-height:min(40vh,20rem);overflow-y:auto;-webkit-hyphens:auto;hyphens:auto}._filterSelect_2yo99_399{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._filterSelect_2yo99_399:focus{outline:none;border-color:var(--accent)}._filterActions_2yo99_414{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}._filterClearBtn_2yo99_420{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px}._filterClearBtn_2yo99_420:hover{color:var(--text-primary);border-color:var(--text-secondary)}._addModal_2yo99_434{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:64rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._addFormRowPair_2yo99_446{display:flex;gap:1rem;margin-bottom:.75rem}._addFormRowPair_2yo99_446 ._addFormRow_2yo99_446{flex:1;min-width:0;margin-bottom:0}._addForm_2yo99_446{display:flex;flex-direction:column;min-height:0}._addFormBody_2yo99_464{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormRow_2yo99_446{margin-bottom:.75rem}._managedLocHint_2yo99_474{margin:0 0 .35rem;font-size:.78rem;font-weight:400;color:var(--text-secondary);line-height:1.4}._addFormLabel_2yo99_482{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._addFormLabel_2yo99_482 ._required_2yo99_493{color:#f87171;font-weight:600}._fieldLabelInner_2yo99_498{min-width:0}._fieldAbbr_2yo99_502{text-decoration:underline dotted;text-underline-offset:2px;cursor:default}._addFormInput_2yo99_508{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._controlsObjectivesRow_2yo99_518{display:flex;gap:.5rem;align-items:center}._controlsObjectivesAddBtn_2yo99_524{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._controlsObjectivesAddBtn_2yo99_524:disabled{opacity:.55;cursor:not-allowed}._controlsObjectivesCards_2yo99_541{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._controlsObjectivesCardLabel_2yo99_548{font-size:.85rem;color:var(--text-primary);font-weight:600;margin-bottom:.35rem}._controlsObjectivesCardWrap_2yo99_555{display:flex;align-items:flex-start;gap:.35rem}._controlsObjectivesRemoveBtn_2yo99_561{width:24px;height:24px;padding:0;line-height:1;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer}._controlsObjectivesRemoveBtn_2yo99_561:hover{border-color:#f87171;color:#f87171}._controlsObjectivesEmpty_2yo99_578{margin-top:.4rem;font-size:.85rem;color:var(--text-secondary)}._addFormInput_2yo99_508:focus,._addFormInputSmall_2yo99_585:focus{outline:none;border-color:var(--accent)}._addFormInputReadOnly_2yo99_590{background:var(--bg-tertiary, rgba(255, 255, 255, .06));color:var(--text-secondary);cursor:default}._addFormInputSmall_2yo99_585{padding:.35rem .4rem;font-size:.85rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);min-width:0}._hardwareTemplateSection_2yo99_606{margin-bottom:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-secondary)}._hardwareTemplateTitle_2yo99_614{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:var(--text-primary)}._hardwareTemplateCheckboxes_2yo99_621{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin:.5rem 0 .65rem}._hardwareTemplateCheckbox_2yo99_621{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--text-primary);cursor:pointer}._hardwareTemplateCheckbox_2yo99_621 input{margin:0}._hardwareTemplateActions_2yo99_641{display:flex;align-items:center;gap:.5rem}._hardwareTemplateCopyBtn_2yo99_647{padding:.4rem .9rem;font-size:.875rem;font-weight:600;color:var(--text-on-accent, #fff);background:var(--accent, #2563eb);border:none;border-radius:6px;cursor:pointer}._hardwareTemplateCopyBtn_2yo99_647:hover{filter:brightness(1.05)}._hardwareTemplateMessage_2yo99_662{margin:.5rem 0 0;font-size:.8125rem;color:var(--text-secondary)}._addFormSection_2yo99_668{margin-bottom:.75rem}._addFormSection_2yo99_668 ._addFormLabel_2yo99_482{display:block;justify-content:flex-start;margin-bottom:.35rem}._networkingFormRow_2yo99_678{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem}._networkingFormRow_2yo99_678 ._addFormInputSmall_2yo99_585{flex:1}._associatedDataRow_2yo99_689{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem}._associatedDataRow_2yo99_689 ._addFormInput_2yo99_508{flex:1;margin-bottom:0}._associatedDataHint_2yo99_701,._associatedDataEmpty_2yo99_702{margin:0 0 .5rem;font-size:.85rem;color:var(--text-secondary)}._networkingFormSelect_2yo99_708{flex:0 1 9.5rem;min-width:7rem;max-width:11rem}._removeRowBtn_2yo99_714{flex-shrink:0;width:28px;height:28px;padding:0;font-size:1.1rem;line-height:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);cursor:pointer}._removeRowBtn_2yo99_714:hover{color:#f87171;border-color:#f87171}._addRowBtn_2yo99_733{margin-top:.25rem;padding:.35rem .5rem;font-size:.85rem;color:var(--accent);background:none;border:1px dashed var(--border);border-radius:4px;cursor:pointer}._addRowBtn_2yo99_733:hover{border-color:var(--accent)}._addFormError_2yo99_748{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._usersAccessHeader_2yo99_754{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}._usersAccessHeaderActions_2yo99_763{display:flex;align-items:center;gap:.5rem}._usersAccessExpandBtn_2yo99_769{padding:.25rem .5rem;font-size:.8rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer}._usersAccessExpandBtn_2yo99_769:hover{color:var(--text-primary);border-color:var(--text-secondary)}._usersAccessTableWrap_2yo99_784{max-height:8.5rem;overflow-y:auto;border:1px solid var(--border);border-radius:4px;background:var(--bg-card)}._usersAccessTableWrapExpanded_2yo99_792{max-height:none;overflow-y:visible}._usersAccessTable_2yo99_784{width:100%;border-collapse:collapse;font-size:.8rem}._usersAccessTable_2yo99_784 th,._usersAccessTable_2yo99_784 td{padding:.3rem .4rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._usersAccessTable_2yo99_784 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary);position:sticky;top:0;z-index:1}._usersAccessInput_2yo99_820{width:100%;min-width:0;padding:.25rem .35rem;font-size:.8rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--text-primary)}._usersAccessThAction_2yo99_831{width:2.25rem;text-align:center}._usersAccessTdAction_2yo99_836{text-align:center;width:2.25rem}._usersAccessEmpty_2yo99_841{color:var(--text-secondary);font-style:italic;padding:.75rem;text-align:center}._networkConfigHint_2yo99_848{margin:0 0 .5rem;font-size:.8rem;color:var(--text-secondary);line-height:1.4}._networkImportBar_2yo99_855{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.4rem}._networkImportBar_2yo99_855 ._addRowBtn_2yo99_733,._networkImportBar_2yo99_855 ._usersAccessExpandBtn_2yo99_769{margin-top:0}._networkImportStatus_2yo99_868{margin:.25rem 0 0;font-size:.8rem;color:var(--accent)}._networkImportError_2yo99_874{margin:.25rem 0 0;font-size:.8rem;color:#f87171}._firewallTableWrap_2yo99_880{max-height:14rem;overflow:auto;border:1px solid var(--border);border-radius:4px;background:var(--bg-card)}._firewallTableWrapExpanded_2yo99_888{max-height:28rem}._firewallTable_2yo99_880{width:100%;min-width:72rem;border-collapse:collapse;font-size:.78rem}._firewallTable_2yo99_880 th,._firewallTable_2yo99_880 td{padding:.25rem .3rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap}._firewallTable_2yo99_880 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary);position:sticky;top:0;z-index:1}._firewallLogCell_2yo99_917{text-align:center}._switchConfigCard_2yo99_921{border:1px solid var(--border);border-radius:6px;padding:.75rem;margin-bottom:.6rem;background:var(--bg-card)}._switchConfigFileRow_2yo99_929{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.35rem 0 .6rem}._switchConfigFileInput_2yo99_937{display:none}._switchConfigMeta_2yo99_941{font-size:.8rem;color:var(--text-secondary)}._switchConfigTextarea_2yo99_946{width:100%;min-height:10rem;margin:.25rem 0 .6rem;padding:.5rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.45;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--text-primary);resize:vertical}._switchConfigCard_2yo99_921 ._addFormLabel_2yo99_482{margin-top:.15rem}._usersAccessTdAutocomplete_2yo99_965,._usersAccessAutocomplete_2yo99_969{position:relative}._usersAccessAutocompleteList_2yo99_973{position:absolute;left:0;right:0;top:100%;margin:0;padding:0;list-style:none;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);box-shadow:0 4px 12px #00000026;max-height:12rem;overflow-y:auto;z-index:10}._usersAccessAutocompleteItem_2yo99_990{padding:.35rem .5rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid var(--border)}._usersAccessAutocompleteItem_2yo99_990:last-child{border-bottom:none}._usersAccessAutocompleteItem_2yo99_990:hover{background:var(--bg-primary)}._usersAccessAutocompleteUserId_2yo99_1005{font-weight:500}._usersAccessAutocompleteName_2yo99_1009{margin-left:.5rem;color:var(--text-secondary);font-weight:400}._addFormFooter_2yo99_1015{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._addFormSubmit_2yo99_1023{padding:.4rem 1rem;font-size:.9rem;font-weight:500;background:var(--accent);border:1px solid var(--accent);border-radius:6px;color:#fff;cursor:pointer}._addFormSubmit_2yo99_1023:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._addFormSubmit_2yo99_1023:disabled{opacity:.7;cursor:not-allowed}._addFormRemoveFromEnclave_2yo99_1044{margin-right:auto;padding:.4rem 1rem;font-size:.9rem;font-weight:500;background:#c53030;border:1px solid #c53030;border-radius:6px;color:#fff;cursor:pointer}._addFormRemoveFromEnclave_2yo99_1044:hover:not(:disabled){background:#9b2c2c;border-color:#9b2c2c}._addFormRemoveFromEnclave_2yo99_1044:disabled{opacity:.7;cursor:not-allowed}._filterHint_2yo99_1066{margin:0;font-size:.875rem;color:var(--text-secondary)}._tableWrap_2yo99_1072{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}._table_2yo99_1072{width:100%;min-width:2400px;border-collapse:collapse;font-size:.8rem}._table_2yo99_1072 th,._table_2yo99_1072 td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;max-width:160px}._table_2yo99_1072 th{background:var(--bg-secondary);font-weight:600;color:var(--text-secondary);white-space:nowrap;position:sticky;top:0;cursor:grab;-webkit-user-select:none;user-select:none}._table_2yo99_1072 th:active{cursor:grabbing}._table_2yo99_1072 th._thDragging_2yo99_1110{opacity:.6;background:var(--bg-card)}._table_2yo99_1072 th._thDragOver_2yo99_1115{background:var(--accent);color:#fff}._thContent_2yo99_1120{display:block}._table_2yo99_1072 td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table_2yo99_1072 tbody tr:hover{background:#ffffff08}._trClickable_2yo99_1134{cursor:pointer}._mono_2yo99_1138{font-family:var(--font-mono);font-size:.75rem}._notes_2yo99_1143{white-space:normal;max-width:200px}._muted_2yo99_1148{color:var(--text-secondary);font-style:italic}._networkingList_2yo99_1153{display:flex;flex-direction:column;gap:.2rem}._networkingRow_2yo99_1159{display:grid;grid-template-columns:auto 1fr 1fr 1fr;gap:.35rem;font-size:.75rem;font-family:var(--font-mono)}._netPort_2yo99_1167{color:var(--text-secondary);font-weight:500}._netDetail_2yo99_1172{overflow:hidden;text-overflow:ellipsis}._status_2yo99_1177,._empty_2yo99_1178{padding:1.5rem;color:var(--text-secondary);text-align:center}._importModal_2yo99_1184{max-width:min(96vw,72rem)}._importModalBody_2yo99_1188{padding:.75rem 1rem 1rem;overflow-y:auto;flex:1;min-height:0}._importNote_2yo99_1195{margin:0 0 .75rem;font-size:.88rem;color:var(--text-secondary);line-height:1.45}._importColumnList_2yo99_1202{margin:0 0 1rem;padding-left:1.25rem;max-height:14rem;overflow-y:auto;font-size:.85rem;color:var(--text-primary);line-height:1.5}._importFileName_2yo99_1212{margin:.35rem 0 0;font-size:.85rem;color:var(--text-secondary)}._importPreviewSummary_2yo99_1218{margin:0 0 .75rem;font-size:.88rem;color:var(--text-secondary)}._importPreviewTableWrap_2yo99_1224{overflow:auto;max-height:min(52vh,28rem);border:1px solid var(--border);border-radius:6px}._importPreviewTable_2yo99_1224{width:100%;border-collapse:collapse;font-size:.78rem}._importPreviewTable_2yo99_1224 th,._importPreviewTable_2yo99_1224 td{padding:.35rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;white-space:nowrap}._importPreviewTable_2yo99_1224 th{position:sticky;top:0;background:var(--bg-card);font-weight:600;z-index:1}._importPreviewTable_2yo99_1224 tbody tr:last-child td{border-bottom:none}._importPreviewErrorRow_2yo99_1258{background:#f8717114}._importPreviewStatus_2yo99_1262{min-width:10rem;max-width:18rem;white-space:normal}._importRowErrors_2yo99_1268{margin:0;padding-left:1rem;color:#f87171;line-height:1.35}._page_1nuar_1{padding:0 0 2rem}._headerRow_1nuar_5{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.75rem}._backLink_1nuar_13{font-size:.875rem;color:var(--text-secondary);text-decoration:none;flex-shrink:0}._backLink_1nuar_13:hover{color:var(--accent);text-decoration:none}._title_1nuar_25{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.02em;flex:1;min-width:0}._toolbarRight_1nuar_34{display:flex;align-items:center;gap:.5rem}._toolbarRow_1nuar_40{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}._search_1nuar_48{padding:.4rem .75rem;font-size:.85rem;min-width:180px;border:1px solid var(--border);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary)}._search_1nuar_48::placeholder{color:var(--text-secondary)}._search_1nuar_48:focus{outline:none;border-color:var(--accent)}._btnFilterToggle_1nuar_67{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary)}._btnFilterToggle_1nuar_67:hover{color:var(--text-primary);border-color:var(--accent)}._btnAdd_1nuar_82{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_1nuar_82:hover{background:var(--accent-hover, #4f8cff);border-color:var(--accent-hover, #4f8cff)}._modalOverlay_1nuar_98{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._confirmOverlay_1nuar_108{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:110;padding:1rem}._confirmModal_1nuar_119{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:24rem;width:100%;padding:1rem 1.25rem 1.25rem;box-shadow:0 8px 32px #00000059}._confirmTitle_1nuar_129{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}._confirmBody_1nuar_135{margin:0 0 1rem;font-size:.9rem;line-height:1.45;color:var(--text-secondary)}._confirmError_1nuar_142{margin:0 0 .75rem;font-size:.85rem;color:#f87171}._confirmActions_1nuar_148{display:flex;justify-content:flex-end;gap:.5rem}._confirmDeleteBtn_1nuar_154{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid #f87171;background:#f87171;color:#fff;cursor:pointer}._confirmDeleteBtn_1nuar_154:hover:not(:disabled){filter:brightness(1.05)}._confirmDeleteBtn_1nuar_154:disabled{opacity:.7;cursor:not-allowed}._editFormFooter_1nuar_174{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._editFormFooterRight_1nuar_183{display:flex;align-items:center;gap:.5rem}._deleteSoftwareBtn_1nuar_189{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid #f87171;background:transparent;color:#f87171;cursor:pointer}._deleteSoftwareBtn_1nuar_189:hover:not(:disabled){background:#f871711f}._deleteSoftwareBtn_1nuar_189:disabled{opacity:.55;cursor:not-allowed}._viewModal_1nuar_209{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:360px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._viewModalHeader_1nuar_221{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._viewModalTitle_1nuar_229{margin:0;font-size:1rem;font-weight:600}._viewModalClose_1nuar_235{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._viewModalClose_1nuar_235:hover{color:var(--text-primary)}._viewModalList_1nuar_249{margin:0;padding:.5rem 0;list-style:none;overflow-y:auto}._viewModalItem_1nuar_256{margin:0}._viewModalLabel_1nuar_260{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;cursor:pointer;font-size:.9rem}._viewModalLabel_1nuar_260:hover{background:#ffffff0d}._viewModalLabel_1nuar_260 input{flex-shrink:0}._filterModal_1nuar_277{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:420px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._filterModalBody_1nuar_289{padding:.75rem 1rem 1rem;overflow-y:auto}._filterRow_1nuar_294{margin-bottom:.75rem}._filterLabel_1nuar_298{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._filterSelect_1nuar_306{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._filterSelect_1nuar_306:focus{outline:none;border-color:var(--accent)}._filterActions_1nuar_321{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}._filterClearBtn_1nuar_327{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px}._filterClearBtn_1nuar_327:hover{color:var(--text-primary);border-color:var(--text-secondary)}._tableWrap_1nuar_341{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}._table_1nuar_341{width:100%;min-width:900px;border-collapse:collapse;font-size:.8rem}._table_1nuar_341 th,._table_1nuar_341 td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;max-width:200px}._table_1nuar_341 th{background:var(--bg-secondary);font-weight:600;color:var(--text-secondary);white-space:nowrap;position:sticky;top:0;cursor:grab;-webkit-user-select:none;user-select:none}._table_1nuar_341 th:active{cursor:grabbing}._table_1nuar_341 th._actionsTh_1nuar_379{cursor:default;width:4.75rem;text-align:right}._table_1nuar_341 td._actionsTd_1nuar_385{width:4.75rem;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap;text-align:right;vertical-align:middle}._tableEditBtn_1nuar_395{padding:.25rem .55rem;font-size:.75rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer}._tableEditBtn_1nuar_395:hover{border-color:var(--accent);color:var(--accent)}._table_1nuar_341 th._thDragging_1nuar_411{opacity:.6;background:var(--bg-card)}._table_1nuar_341 th._thDragOver_1nuar_416{background:var(--accent);color:#fff}._thContent_1nuar_421{display:block}._table_1nuar_341 td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table_1nuar_341 tbody tr:hover{background:#ffffff08}._notes_1nuar_435{white-space:normal;max-width:200px}._portsCell_1nuar_440{white-space:normal;max-width:240px;vertical-align:top}._link_1nuar_446{color:var(--accent);text-decoration:none}._link_1nuar_446:hover{text-decoration:underline}._status_1nuar_455,._empty_1nuar_456{padding:1.5rem;color:var(--text-secondary);text-align:center}._portsEditor_1nuar_462{margin-top:.15rem}._portsEditorAddRow_1nuar_466{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}._portsEditorPortInput_1nuar_473{width:6.5rem;flex-shrink:0;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._portsEditorPortInput_1nuar_473:focus{outline:none;border-color:var(--accent)}._portsEditorAddBtn_1nuar_489{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._portsEditorAddBtn_1nuar_489:hover:not(:disabled){background:var(--accent-hover, #4f8cff);border-color:var(--accent-hover, #4f8cff)}._portsEditorAddBtn_1nuar_489:disabled{opacity:.6;cursor:not-allowed}._portsEditorHintError_1nuar_511{margin:.35rem 0 0;font-size:.8rem;color:#f87171}._portsEditorList_1nuar_517{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}._portsEditorItem_1nuar_526{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._portsEditorPortNum_1nuar_533{font-weight:600;font-size:.9rem;min-width:2.25rem;font-variant-numeric:tabular-nums}._portsEditorRemoveBtn_1nuar_540{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;font-size:1.1rem;line-height:1;border-radius:6px;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer}._portsEditorRemoveBtn_1nuar_540:hover:not(:disabled){border-color:#f87171;color:#f87171}._portsEditorRemoveBtn_1nuar_540:disabled{opacity:.5;cursor:not-allowed}._portsEditorReasonInput_1nuar_564{flex:1;min-width:10rem;padding:.4rem .5rem;font-size:.85rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._portsEditorReasonInput_1nuar_564:focus{outline:none;border-color:var(--accent)}._addModal_1nuar_580{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:36rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._addForm_1nuar_592{display:flex;flex-direction:column;min-height:0}._addFormBody_1nuar_598{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormRow_1nuar_604{margin-bottom:.75rem}._addFormLabel_1nuar_608{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._addFormLabel_1nuar_608 ._required_1nuar_616{color:#f87171}._addFormInput_1nuar_620{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._addFormInput_1nuar_620:focus{outline:none;border-color:var(--accent)}._addFormFooter_1nuar_635{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._addFormSubmit_1nuar_643{padding:.4rem 1rem;font-size:.9rem;font-weight:500;background:var(--accent);border:1px solid var(--accent);border-radius:6px;color:#fff;cursor:pointer}._addFormSubmit_1nuar_643:hover:not(:disabled){background:var(--accent-hover, #4f8cff);border-color:var(--accent-hover, #4f8cff)}._addFormSubmit_1nuar_643:disabled{opacity:.7;cursor:not-allowed}._addFormError_1nuar_664{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._importModal_1nuar_670{max-width:min(96vw,72rem)}._importModalBody_1nuar_674{padding:.75rem 1rem 1rem;overflow-y:auto;flex:1;min-height:0}._importNote_1nuar_681{margin:0 0 .75rem;font-size:.88rem;color:var(--text-secondary);line-height:1.45}._importColumnList_1nuar_688{margin:0 0 1rem;padding-left:1.25rem;max-height:14rem;overflow-y:auto;font-size:.85rem;color:var(--text-primary);line-height:1.5}._importFileName_1nuar_698{margin:.35rem 0 0;font-size:.85rem;color:var(--text-secondary)}._importPreviewSummary_1nuar_704{margin:0 0 .75rem;font-size:.88rem;color:var(--text-secondary)}._importPreviewTableWrap_1nuar_710{overflow:auto;max-height:min(52vh,28rem);border:1px solid var(--border);border-radius:6px}._importPreviewTable_1nuar_710{width:100%;border-collapse:collapse;font-size:.78rem}._importPreviewTable_1nuar_710 th,._importPreviewTable_1nuar_710 td{padding:.35rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;white-space:nowrap}._importPreviewTable_1nuar_710 th{position:sticky;top:0;background:var(--bg-card);font-weight:600;z-index:1}._importPreviewTable_1nuar_710 tbody tr:last-child td{border-bottom:none}._importPreviewErrorRow_1nuar_744{background:#f8717114}._importPreviewStatus_1nuar_748{min-width:10rem;max-width:18rem;white-space:normal}._importRowErrors_1nuar_754{margin:0;padding-left:1rem;color:#f87171;line-height:1.35}._page_1fgoa_1{padding:0 0 2rem}._headerRow_1fgoa_5{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.75rem}._backLink_1fgoa_13{font-size:.875rem;color:var(--text-secondary);text-decoration:none;flex-shrink:0}._backLink_1fgoa_13:hover{color:var(--accent);text-decoration:none}._title_1fgoa_25{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.02em;flex:1;min-width:0}._toolbarRight_1fgoa_34{display:flex;align-items:center;gap:.5rem}._toolbarRow_1fgoa_40{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}._search_1fgoa_48{padding:.4rem .75rem;font-size:.85rem;min-width:180px;border:1px solid var(--border);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary)}._search_1fgoa_48::placeholder{color:var(--text-secondary)}._search_1fgoa_48:focus{outline:none;border-color:var(--accent)}._btnFilterToggle_1fgoa_67{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary)}._btnFilterToggle_1fgoa_67:hover{color:var(--text-primary);border-color:var(--accent)}._modalOverlay_1fgoa_82{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._viewModal_1fgoa_92{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:360px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._viewModalHeader_1fgoa_104{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._viewModalTitle_1fgoa_112{margin:0;font-size:1rem;font-weight:600}._viewModalClose_1fgoa_118{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._viewModalClose_1fgoa_118:hover{color:var(--text-primary)}._viewModalList_1fgoa_132{margin:0;padding:.5rem 0;list-style:none;overflow-y:auto}._viewModalItem_1fgoa_139{margin:0}._viewModalLabel_1fgoa_143{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;cursor:pointer;font-size:.9rem}._viewModalLabel_1fgoa_143:hover{background:#ffffff0d}._viewModalLabel_1fgoa_143 input{flex-shrink:0}._filterModal_1fgoa_160{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:420px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._filterModalBody_1fgoa_172{padding:.75rem 1rem 1rem;overflow-y:auto}._filterRow_1fgoa_177{margin-bottom:.75rem}._filterLabel_1fgoa_181{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._filterSelect_1fgoa_189{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._filterSelect_1fgoa_189:focus{outline:none;border-color:var(--accent)}._filterActions_1fgoa_204{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}._filterClearBtn_1fgoa_210{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px}._filterClearBtn_1fgoa_210:hover{color:var(--text-primary);border-color:var(--text-secondary)}._tableWrap_1fgoa_224{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}._table_1fgoa_224{width:100%;min-width:520px;border-collapse:collapse;font-size:.8rem}._table_1fgoa_224 th,._table_1fgoa_224 td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;max-width:200px}._table_1fgoa_224 th{background:var(--bg-secondary);font-weight:600;color:var(--text-secondary);white-space:nowrap;position:sticky;top:0;cursor:grab;-webkit-user-select:none;user-select:none}._table_1fgoa_224 th:active{cursor:grabbing}._userRow_1fgoa_262{cursor:pointer}._userRow_1fgoa_262:hover td{background:#ffffff08}._userModal_1fgoa_270{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:520px;width:92%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._userModalBody_1fgoa_282{padding:.75rem 1rem 1rem;overflow-y:auto}._userModalRow_1fgoa_287{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid var(--border)}._userModalRow_1fgoa_287:last-child{border-bottom:none}._userModalLabel_1fgoa_299{font-size:.85rem;color:var(--text-secondary);flex-shrink:0}._userModalValue_1fgoa_305{font-size:.9rem;color:var(--text-primary);text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis}._userModalSection_1fgoa_314{margin-top:1rem}._userModalFieldLabel_1fgoa_318{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._userModalSelect_1fgoa_326{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._userModalSelect_1fgoa_326:focus{outline:none;border-color:var(--accent)}._perUserControlsRow_1fgoa_341{display:flex;gap:.5rem;align-items:center}._perUserControlsRow_1fgoa_341 ._userModalSelect_1fgoa_326{flex:1;min-width:0}._perUserAddBtn_1fgoa_352{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._perUserAddBtn_1fgoa_352:hover:not(:disabled){filter:brightness(1.1)}._perUserAddBtn_1fgoa_352:disabled{opacity:.5;cursor:not-allowed}._perUserCardsGrid_1fgoa_373{margin-top:.75rem}._perUserCardWrap_1fgoa_377{position:relative}._perUserCardWrap_1fgoa_377>div:first-child{cursor:default;padding-right:2.25rem}._perUserCardRemove_1fgoa_386{position:absolute;top:.35rem;right:.35rem;width:24px;height:24px;padding:0;font-size:1.2rem;line-height:1;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer}._perUserCardRemove_1fgoa_386:hover{border-color:#f87171;color:#f87171}._table_1fgoa_224 th._thDragging_1fgoa_407{opacity:.6;background:var(--bg-card)}._table_1fgoa_224 th._thDragOver_1fgoa_412{background:var(--accent);color:#fff}._thContent_1fgoa_417{display:block}._table_1fgoa_224 td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table_1fgoa_224 tbody tr:hover{background:#ffffff08}._status_1fgoa_431,._empty_1fgoa_432{padding:1.5rem;color:var(--text-secondary);text-align:center}._page_i7gy6_1{padding:0 0 1.5rem}._toolbar_i7gy6_5{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}._select_i7gy6_13{min-width:220px;padding:.4rem .75rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._btnAdd_i7gy6_23{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer}._btnAdd_i7gy6_23:hover:not(:disabled){filter:brightness(1.1)}._btnAdd_i7gy6_23:disabled{opacity:.5;cursor:not-allowed}._btnFilter_i7gy6_43{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._btnFilter_i7gy6_43:hover{color:var(--text-primary);border-color:var(--accent)}._btnConnection_i7gy6_59{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._btnConnection_i7gy6_59:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent)}._btnConnection_i7gy6_59:disabled{opacity:.5;cursor:not-allowed}._btnRemove_i7gy6_80{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._btnRemove_i7gy6_80:hover:not(:disabled){color:var(--text-primary);border-color:var(--accent)}._btnRemove_i7gy6_80:disabled{opacity:.5;cursor:not-allowed}._modalBackdrop_i7gy6_101{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:10}._filterModal_i7gy6_108,._connectionModal_i7gy6_109{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);min-width:320px;max-width:90vw;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000004d;padding:1.25rem;z-index:11}._filterTitle_i7gy6_124{margin:0 0 1rem;font-size:1rem;font-weight:600}._filterRow_i7gy6_130{margin-bottom:.75rem}._filterLabel_i7gy6_134{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.25rem}._filterSelect_i7gy6_141{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._filterSelect_i7gy6_141:disabled{opacity:.65;cursor:not-allowed}._filterActions_i7gy6_156{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._btnPrimary_i7gy6_163{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer}._btnPrimary_i7gy6_163:hover:not(:disabled){filter:brightness(1.1)}._btnPrimary_i7gy6_163:disabled{opacity:.5;cursor:not-allowed}._btnSecondary_i7gy6_183{padding:.4rem .75rem;font-size:.9rem;font-weight:500;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._btnSecondary_i7gy6_183:hover{color:var(--text-primary);border-color:var(--text-secondary)}._connectionPair_i7gy6_199{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}._connectionDevice_i7gy6_206{flex:1;min-width:0}._connectionDeviceName_i7gy6_211{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}._connectionArrow_i7gy6_218{flex-shrink:0;font-size:1.5rem;color:var(--text-secondary);margin-top:1.5rem}._diagramWrap_i7gy6_225{position:relative;min-height:420px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:hidden;touch-action:none}._diagramWrapPannable_i7gy6_235{cursor:grab}._diagramWrapPanning_i7gy6_239,._diagramWrapPanning_i7gy6_239 ._node_i7gy6_243{cursor:grabbing}._diagramControls_i7gy6_247{position:absolute;top:.5rem;right:.5rem;z-index:3;display:flex;flex-direction:column;gap:.25rem}._zoomBtn_i7gy6_257{width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;line-height:1;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);cursor:pointer;box-shadow:0 1px 4px #00000026}._zoomBtn_i7gy6_257:hover{border-color:var(--accent);color:var(--accent)}._diagramViewport_i7gy6_280{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform}._linesLayer_i7gy6_288{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}._portLabelsLayer_i7gy6_297{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}._connectionLine_i7gy6_306{stroke:var(--accent)}._portLabel_i7gy6_297{font-size:.65rem;font-weight:600;fill:var(--text-primary);paint-order:stroke fill;stroke:var(--bg-secondary);stroke-width:.35rem;stroke-linejoin:round}._nodesLayer_i7gy6_320{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}._nodesLayer_i7gy6_320>*{pointer-events:auto}._node_i7gy6_243{position:absolute;width:100px;min-height:72px;padding:.35rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;background:var(--bg-card);border:2px solid var(--border);border-radius:8px;cursor:grab;font-family:inherit;text-align:center;box-shadow:0 2px 8px #00000026}._node_i7gy6_243:focus{outline:none}._nodeDragging_i7gy6_353{cursor:grabbing}._node_i7gy6_243:hover{border-color:var(--text-secondary)}._nodeSelected_i7gy6_361{border-color:var(--accent);box-shadow:0 0 0 2px #3b82f64d}._nodeInfoBtn_i7gy6_366{position:absolute;top:-8px;right:-8px;z-index:2;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .12s ease,color .12s ease,border-color .12s ease;box-shadow:0 1px 4px #0000002e}._node_i7gy6_243:hover ._nodeInfoBtn_i7gy6_366,._node_i7gy6_243:focus-within ._nodeInfoBtn_i7gy6_366,._nodeInfoBtn_i7gy6_366:focus-visible{opacity:1;pointer-events:auto}._nodeInfoBtn_i7gy6_366:hover,._nodeInfoBtn_i7gy6_366:focus-visible{color:var(--accent);border-color:var(--accent);outline:none}._nodeIcon_i7gy6_402{flex-shrink:0;color:var(--text-primary)}._nodeAsset_i7gy6_407{font-size:.7rem;font-weight:600;color:var(--text-secondary);line-height:1.2;word-break:break-word}._nodeCommon_i7gy6_415{font-size:.65rem;color:var(--text-secondary);line-height:1.2;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._status_i7gy6_426{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;color:var(--text-secondary)}._emptyDiagramHint_i7gy6_435{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;max-width:28rem;padding:0 1rem;text-align:center;font-size:.9rem;line-height:1.45;color:var(--text-secondary)}._wrap_1lzmy_1{padding:.5rem 0 2rem;max-height:calc(100vh - 12rem);overflow-y:auto}._filters_1lzmy_7{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .75rem;margin-bottom:1rem;padding:.5rem 0}._filtersLabel_1lzmy_16{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-right:.25rem}._filterBtn_1lzmy_23{padding:.35rem .65rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;cursor:pointer}._filterBtn_1lzmy_23:hover{color:var(--accent);border-color:var(--accent)}._filterBtnActive_1lzmy_39{padding:.35rem .65rem;font-size:.8rem;font-weight:500;color:var(--accent);background:var(--bg-card);border:1px solid var(--accent);border-radius:4px;cursor:pointer}._filterDivider_1lzmy_50{width:1px;height:1.25rem;background:var(--border);flex-shrink:0}._filterDeselectBtn_1lzmy_57{padding:.35rem .65rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;cursor:pointer}._filterDeselectBtn_1lzmy_57:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}._filterDeselectBtn_1lzmy_57:disabled{opacity:.45;cursor:default}._emptyState_1lzmy_78{list-style:none;margin:0;padding:1.5rem;text-align:center;color:var(--text-secondary);font-size:.9rem}._status_1lzmy_87,._error_1lzmy_88,._empty_1lzmy_78{margin:0;padding:1rem 0;color:var(--text-secondary)}._error_1lzmy_88{color:var(--error, #c00)}._timeline_1lzmy_99{position:relative;max-width:56rem;margin:0 auto;padding:0 1rem}._line_1lzmy_106{position:absolute;left:calc(1rem + 10px);transform:translate(-50%);top:.5rem;bottom:.5rem;width:2px;background:var(--border);border-radius:1px;pointer-events:none}._list_1lzmy_118{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._item_1lzmy_126{display:flex;flex-direction:row;align-items:flex-start;gap:0 .65rem;padding:.1rem 0 .3rem}._markerCol_1lzmy_134{flex:0 0 20px;width:20px;display:flex;justify-content:center;padding-top:.32rem}._cardSlot_1lzmy_142{flex:1;min-width:0}._dot_1lzmy_147{flex-shrink:0;width:11px;height:11px;border-radius:50%;margin:0;background:var(--accent);border:2px solid var(--bg-primary);box-shadow:0 0 0 1px var(--border);z-index:1}._dot_1lzmy_147[data-type=enclave_created]{background:var(--accent)}._dot_1lzmy_147[data-type=enclave_overview_section_modified]{background:var(--accent, #3b82f6)}._dot_1lzmy_147[data-type=hardware_added],._dot_1lzmy_147[data-type=hardware_modified],._dot_1lzmy_147[data-type=hardware_nonstandard_control_added],._dot_1lzmy_147[data-type=hardware_nonstandard_control_removed]{background:var(--accent-secondary, #0a7ea4)}._dot_1lzmy_147[data-type=user_added]{background:var(--success, #0d7d4a)}._dot_1lzmy_147[data-type=network_device_added],._dot_1lzmy_147[data-type=network_device_removed],._dot_1lzmy_147[data-type=network_connection_added],._dot_1lzmy_147[data-type=network_connection_removed]{background:var(--network-dot, #38bdf8)}._dot_1lzmy_147[data-type=location_added],._dot_1lzmy_147[data-type=location_removed],._dot_1lzmy_147[data-type=location_modified]{background:var(--location-dot, #7c3aed)}._dot_1lzmy_147[data-type=program_added],._dot_1lzmy_147[data-type=program_removed]{background:var(--program-dot, #6366f1)}._dot_1lzmy_147[data-type=poam_added],._dot_1lzmy_147[data-type=poam_modified],._dot_1lzmy_147[data-type=poam_removed]{background:var(--poam-dot, #ea580c)}._dot_1lzmy_147[data-type=audit_created],._dot_1lzmy_147[data-type=audit_modified]{background:var(--audit-dot, #0d9488)}._card_1lzmy_142{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.28rem .65rem;width:100%;max-width:min(34rem,100%);min-width:0;padding:.32rem .55rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;text-align:left}._date_1lzmy_222{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-right:.25rem}._label_1lzmy_229{font-size:.9rem;font-weight:600;color:var(--text-primary)}._detail_1lzmy_235{font-size:.875rem;color:var(--text-secondary);width:100%;margin-top:.05rem}._changedFields_1lzmy_242{font-size:.8rem;color:var(--text-secondary);margin:.25rem 0 0;width:100%;font-style:italic}._changeDetailFallback_1lzmy_250{font-size:.78rem;color:var(--text-secondary);margin:.25rem 0 0;width:100%;line-height:1.35;opacity:.92}._valueChanges_1lzmy_259{width:100%;margin-top:.22rem}._valueChangeLine_1lzmy_264{margin:.12rem 0 0;font-size:.78rem;line-height:1.32;color:var(--text-secondary)}._page_aef41_1{padding:0 0 1.5rem}._titleRow_aef41_5{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem}._titleRow_aef41_5 ._title_aef41_5{margin:0}._title_aef41_5{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._btnAdd_aef41_24{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_aef41_24:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}._locationsTableWrap_aef41_41{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg-card)}._locationsTable_aef41_41{width:100%;border-collapse:collapse;font-size:.9rem}._locationsTable_aef41_41 th,._locationsTable_aef41_41 td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._locationsTable_aef41_41 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary)}._locationsTable_aef41_41 tbody tr:last-child td{border-bottom:none}._locationsTable_aef41_41 tbody tr:hover{background:var(--bg-secondary, rgba(255, 255, 255, .03))}._locationsTableRowClickable_aef41_76{cursor:pointer}._emptyState_aef41_80{padding:2rem 1rem;text-align:center;color:var(--text-secondary)}._modalOverlay_aef41_87{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._addModal_aef41_97{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:42rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_aef41_109{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_aef41_117{margin:0;font-size:1rem;font-weight:600}._modalClose_aef41_123{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_aef41_123:hover{color:var(--text-primary)}._addForm_aef41_137{display:flex;flex-direction:column;min-height:0}._addFormBody_aef41_143{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormSection_aef41_149{margin-bottom:.75rem}._addFormLabel_aef41_153{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem}._addFormSection_aef41_149 ._addFormLabel_aef41_153{margin-bottom:.35rem}._addFormInput_aef41_164{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._addFormInput_aef41_164:focus{outline:none;border-color:var(--accent)}._addFormInputReadOnly_aef41_179{background:var(--bg-tertiary, rgba(255, 255, 255, .06));color:var(--text-secondary);cursor:default}._addFormFooter_aef41_185{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._btnCancel_aef41_193{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}._btnCancel_aef41_193:hover{color:var(--text-primary);border-color:var(--text-secondary)}._btnCreate_aef41_208{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnCreate_aef41_208:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._btnCreate_aef41_208:disabled{opacity:.7;cursor:not-allowed}._addFormError_aef41_229{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._usersAccessHeader_aef41_236{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}._usersAccessHeaderActions_aef41_245{display:flex;align-items:center;gap:.5rem}._usersAccessExpandBtn_aef41_251{padding:.25rem .5rem;font-size:.8rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer}._usersAccessExpandBtn_aef41_251:hover{color:var(--text-primary);border-color:var(--text-secondary)}._addRowBtn_aef41_266{margin-top:.25rem;padding:.35rem .5rem;font-size:.85rem;color:var(--accent);background:none;border:1px dashed var(--border);border-radius:4px;cursor:pointer}._addRowBtn_aef41_266:hover{border-color:var(--accent)}._usersAccessTableWrap_aef41_281{max-height:8.5rem;overflow-y:auto;border:1px solid var(--border);border-radius:4px;background:var(--bg-card)}._usersAccessTableWrapExpanded_aef41_289{max-height:none;overflow-y:visible}._usersAccessTable_aef41_281{width:100%;border-collapse:collapse;font-size:.8rem}._usersAccessTable_aef41_281 th,._usersAccessTable_aef41_281 td{padding:.3rem .4rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._usersAccessTable_aef41_281 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary);position:sticky;top:0;z-index:1}._usersAccessInput_aef41_317{width:100%;min-width:0;padding:.25rem .35rem;font-size:.8rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--text-primary)}._usersAccessThAction_aef41_328{width:2.25rem;text-align:center}._usersAccessTdAction_aef41_333{text-align:center;width:2.25rem}._usersAccessEmpty_aef41_338{color:var(--text-secondary);font-style:italic;padding:.75rem;text-align:center}._usersAccessTdAutocomplete_aef41_345{position:relative}._usersAccessAutocompleteList_aef41_349{position:absolute;left:0;right:0;top:100%;margin:0;padding:0;list-style:none;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);box-shadow:0 4px 12px #00000026;max-height:12rem;overflow-y:auto;z-index:10}._usersAccessAutocompleteItem_aef41_366{padding:.35rem .5rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid var(--border)}._usersAccessAutocompleteItem_aef41_366:last-child{border-bottom:none}._usersAccessAutocompleteItem_aef41_366:hover{background:var(--bg-secondary, rgba(255, 255, 255, .05))}._removeRowBtn_aef41_381{flex-shrink:0;width:28px;height:28px;padding:0;font-size:1.1rem;line-height:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);cursor:pointer}._removeRowBtn_aef41_381:hover{color:#f87171;border-color:#f87171}._requiredMarker_aef41_400{color:#f87171}._page_927mh_1{padding:0 0 1.5rem}._titleRow_927mh_5{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem}._titleRow_927mh_5 ._title_927mh_5{margin:0}._title_927mh_5{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._btnAdd_927mh_24{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_927mh_24:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}._dataTableWrap_927mh_41{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg-card)}._dataTable_927mh_41{width:100%;border-collapse:collapse;font-size:.9rem}._dataTable_927mh_41 th,._dataTable_927mh_41 td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._dataTable_927mh_41 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary)}._dataTable_927mh_41 tbody tr:last-child td{border-bottom:none}._dataTable_927mh_41 tbody tr:hover{background:var(--bg-secondary, rgba(255, 255, 255, .03))}._dataTableRowClickable_927mh_76{cursor:pointer}._emptyState_927mh_80{padding:2rem 1rem;text-align:center;color:var(--text-secondary)}._modalOverlay_927mh_86{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._addModal_927mh_96{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:42rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_927mh_108{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_927mh_116{margin:0;font-size:1rem;font-weight:600}._modalClose_927mh_122{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_927mh_122:hover{color:var(--text-primary)}._addForm_927mh_136{display:flex;flex-direction:column;min-height:0}._addFormBody_927mh_142{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormSection_927mh_148{margin-bottom:.75rem}._addFormLabel_927mh_152{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem}._addFormInput_927mh_159{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._addFormInput_927mh_159:focus{outline:none;border-color:var(--accent)}._addFormFooter_927mh_174{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._addFormFooterActions_927mh_184{display:flex;justify-content:flex-end;gap:.5rem}._btnCancel_927mh_190{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}._btnCancel_927mh_190:hover{color:var(--text-primary);border-color:var(--text-secondary)}._btnCreate_927mh_205{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnCreate_927mh_205:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._btnCreate_927mh_205:disabled{opacity:.7;cursor:not-allowed}._btnDelete_927mh_226{padding:.35rem .75rem;font-size:.85rem;color:#f87171;background:transparent;border:1px solid #f87171;border-radius:6px;cursor:pointer}._btnDelete_927mh_226:hover:not(:disabled){background:#f8717126}._addFormError_927mh_240{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._requiredMarker_927mh_246{color:#f87171}._page_erp81_1{padding:0 0 1.5rem}._titleRow_erp81_5{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem}._titleRow_erp81_5 ._title_erp81_5{margin:0}._title_erp81_5{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._btnAdd_erp81_24{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_erp81_24:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}._programsTableWrap_erp81_41{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg-card)}._programsTable_erp81_41{width:100%;border-collapse:collapse;font-size:.9rem}._programsTable_erp81_41 th,._programsTable_erp81_41 td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._programsTable_erp81_41 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary)}._programsTable_erp81_41 tbody tr:last-child td{border-bottom:none}._programsTable_erp81_41 tbody tr:hover{background:var(--bg-secondary, rgba(255, 255, 255, .03))}._programsTableRowClickable_erp81_76{cursor:pointer}._emptyState_erp81_80{padding:2rem 1rem;text-align:center;color:var(--text-secondary)}._modalOverlay_erp81_86{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._addModal_erp81_96{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:48rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_erp81_108{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_erp81_116{margin:0;font-size:1rem;font-weight:600}._modalClose_erp81_122{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_erp81_122:hover{color:var(--text-primary)}._addForm_erp81_136{display:flex;flex-direction:column;min-height:0}._addFormBody_erp81_142{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormSection_erp81_148{margin-bottom:.75rem}._addFormLabel_erp81_152{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem}._addFormInput_erp81_159{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._addFormInput_erp81_159:focus{outline:none;border-color:var(--accent)}._addFormInputReadOnly_erp81_174{background:var(--bg-tertiary, rgba(255, 255, 255, .06));color:var(--text-secondary);cursor:default}._addFormFooter_erp81_180{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._addFormFooterActions_erp81_190{display:flex;gap:.5rem}._btnCancel_erp81_195{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}._btnCancel_erp81_195:hover{color:var(--text-primary);border-color:var(--text-secondary)}._btnCreate_erp81_210{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnCreate_erp81_210:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._btnCreate_erp81_210:disabled{opacity:.7;cursor:not-allowed}._btnDelete_erp81_231{padding:.35rem .75rem;font-size:.85rem;color:#f87171;background:transparent;border:1px solid #f87171;border-radius:6px;cursor:pointer}._btnDelete_erp81_231:hover:not(:disabled){background:#f8717126}._addFormError_erp81_245{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._requiredMarker_erp81_251{color:#f87171}._usersAccessHeader_erp81_255{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}._usersAccessHeaderActions_erp81_264{display:flex;align-items:center;gap:.5rem}._usersAccessExpandBtn_erp81_270{padding:.25rem .5rem;font-size:.8rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer}._usersAccessExpandBtn_erp81_270:hover{color:var(--text-primary);border-color:var(--text-secondary)}._addRowBtn_erp81_285{padding:.35rem .5rem;font-size:.85rem;color:var(--accent);background:none;border:1px dashed var(--border);border-radius:4px;cursor:pointer}._addRowBtn_erp81_285:hover{border-color:var(--accent)}._usersAccessTableWrap_erp81_299{max-height:8.5rem;overflow-y:auto;border:1px solid var(--border);border-radius:4px;background:var(--bg-card)}._usersAccessTableWrapExpanded_erp81_307{max-height:none;overflow-y:visible}._usersAccessTable_erp81_299{width:100%;border-collapse:collapse;font-size:.8rem}._usersAccessTable_erp81_299 th,._usersAccessTable_erp81_299 td{padding:.3rem .4rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._usersAccessTable_erp81_299 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary);position:sticky;top:0;z-index:1}._usersAccessInput_erp81_335{width:100%;min-width:0;padding:.25rem .35rem;font-size:.8rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--text-primary)}._usersAccessThAction_erp81_346{width:2.25rem;text-align:center}._usersAccessTdAction_erp81_351{text-align:center;width:2.25rem}._usersAccessEmpty_erp81_356{color:var(--text-secondary);font-style:italic;padding:.75rem;text-align:center}._usersAccessTdAutocomplete_erp81_363{position:relative}._usersAccessAutocompleteList_erp81_367{position:absolute;left:0;right:0;top:100%;margin:0;padding:0;list-style:none;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);box-shadow:0 4px 12px #00000026;max-height:12rem;overflow-y:auto;z-index:10}._usersAccessAutocompleteItem_erp81_384{padding:.35rem .5rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid var(--border)}._usersAccessAutocompleteItem_erp81_384:last-child{border-bottom:none}._usersAccessAutocompleteItem_erp81_384:hover{background:var(--bg-secondary, rgba(255, 255, 255, .05))}._removeRowBtn_erp81_399{flex-shrink:0;width:28px;height:28px;padding:0;font-size:1.1rem;line-height:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);cursor:pointer}._removeRowBtn_erp81_399:hover{color:#f87171;border-color:#f87171}._confirmModalOverlay_erp81_418{z-index:101}._confirmModal_erp81_418{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:400px;width:90%;overflow:hidden;display:flex;flex-direction:column}._confirmModalBody_erp81_433{padding:1rem 1rem .5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.4}._confirmModalBody_erp81_433 p{margin:0}._page_upx54_1{padding:0 0 1.5rem}._poamToolbar_upx54_5{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}._poamSearch_upx54_13{flex:1;min-width:200px;max-width:28rem;padding:.4rem .75rem;font-size:.85rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary)}._poamSearch_upx54_13::placeholder{color:var(--text-secondary)}._poamSearch_upx54_13:focus{outline:none;border-color:var(--accent)}._btnFilterToggle_upx54_34{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;flex-shrink:0}._btnFilterToggle_upx54_34:hover{color:var(--text-primary);border-color:var(--accent)}._filterModal_upx54_51{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:420px;width:90%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}._filterModalBody_upx54_63{padding:.75rem 1rem 1rem;overflow-y:auto}._filterRow_upx54_68{margin-bottom:.75rem}._filterLabel_upx54_72{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._filterSelect_upx54_80{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._filterSelect_upx54_80:focus{outline:none;border-color:var(--accent)}._filterActions_upx54_95{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}._filterClearBtn_upx54_101{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}._filterClearBtn_upx54_101:hover{color:var(--text-primary);border-color:var(--text-secondary)}._viewModalHeader_upx54_116{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._viewModalTitle_upx54_124{margin:0;font-size:1rem;font-weight:600}._viewModalClose_upx54_130{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._viewModalClose_upx54_130:hover{color:var(--text-primary)}._titleRow_upx54_144{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem}._titleRow_upx54_144 ._title_upx54_144{margin:0}._title_upx54_144{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._btnAdd_upx54_163{padding:.4rem .75rem;font-size:.85rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnAdd_upx54_163:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}._poamsTableWrap_upx54_180{overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg-card)}._poamsTable_upx54_180{width:100%;border-collapse:collapse;font-size:.9rem}._poamsTable_upx54_180 th,._poamsTable_upx54_180 td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}._poamsTable_upx54_180 thead th{font-weight:600;color:var(--text-secondary);background:var(--bg-primary)}._poamsTable_upx54_180 tbody tr:last-child td{border-bottom:none}._poamsTable_upx54_180 tbody tr:hover{background:var(--bg-secondary, rgba(255, 255, 255, .03))}._poamsTableRowClickable_upx54_215{cursor:pointer}._emptyState_upx54_219{padding:2rem 1rem;text-align:center;color:var(--text-secondary)}._modalOverlay_upx54_225{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._addModal_upx54_235{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:42rem;width:94%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_upx54_247{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}._modalTitle_upx54_255{margin:0;font-size:1rem;font-weight:600}._modalClose_upx54_261{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._modalClose_upx54_261:hover{color:var(--text-primary)}._addForm_upx54_275{display:flex;flex-direction:column;min-height:0}._addFormBody_upx54_281{padding:.75rem 1rem;overflow-y:auto;flex:1}._addFormSection_upx54_287{margin-bottom:.75rem}._addFormLabel_upx54_291{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem}._addFormInput_upx54_298{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary)}._addFormInput_upx54_298:focus{outline:none;border-color:var(--accent)}._addFormFooter_upx54_313{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}._addFormFooterActions_upx54_323{display:flex;gap:.5rem}._btnCancel_upx54_328{padding:.35rem .75rem;font-size:.85rem;color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:6px;cursor:pointer}._btnCancel_upx54_328:hover{color:var(--text-primary);border-color:var(--text-secondary)}._btnCreate_upx54_343{padding:.4rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}._btnCreate_upx54_343:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._btnCreate_upx54_343:disabled{opacity:.7;cursor:not-allowed}._btnDelete_upx54_364{padding:.35rem .75rem;font-size:.85rem;color:#f87171;background:transparent;border:1px solid #f87171;border-radius:6px;cursor:pointer}._btnDelete_upx54_364:hover:not(:disabled){background:#f8717126}._addFormError_upx54_378{margin:.75rem 0 0;color:#f87171;font-size:.875rem}._requiredMarker_upx54_384{color:#f87171}._addFormHint_upx54_388{display:block;margin-top:.25rem;font-size:.8rem;color:var(--text-secondary)}._responsiblePartyAutocomplete_upx54_395{position:relative}._responsiblePartyAutocompleteList_upx54_399{margin:0;padding:0;list-style:none;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);box-shadow:0 4px 12px #00000026;max-height:12rem;overflow-y:auto;z-index:10}._responsiblePartyAutocompleteItem_upx54_412{padding:.35rem .5rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid var(--border)}._responsiblePartyAutocompleteItem_upx54_412:last-child{border-bottom:none}._responsiblePartyAutocompleteItem_upx54_412:hover{background:var(--bg-secondary, rgba(255, 255, 255, .05))}._confirmModalOverlay_upx54_427{z-index:101}._confirmModal_upx54_427{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:400px;width:90%;overflow:hidden;display:flex;flex-direction:column}._confirmModalBody_upx54_442{padding:1rem 1rem .5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.4}._confirmModalBody_upx54_442 p{margin:0}._page_12v0r_1{padding:0 0 2rem;max-width:52rem;margin:0 auto}._title_12v0r_7{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em;color:var(--text-primary)}._introRow_12v0r_15{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1.5rem}._subtitle_12v0r_24{color:var(--text-secondary);font-size:.95rem;margin:0;flex:1;min-width:12rem}._bugReportBtn_12v0r_32{flex-shrink:0;padding:.4rem .85rem;font-size:.9rem;font-weight:500;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._bugReportBtn_12v0r_32:hover{color:var(--accent);border-color:var(--accent)}._sections_12v0r_49{display:flex;flex-direction:column;gap:0}._section_12v0r_49{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);overflow:hidden;margin-bottom:.5rem}._section_12v0r_49:last-child{margin-bottom:0}._sectionHeader_12v0r_67{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:var(--bg-secondary);border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text-primary);text-align:left;transition:background .2s}._sectionHeader_12v0r_67:hover{background:var(--bg-tertiary, rgba(255, 255, 255, .06))}._sectionHeader_12v0r_67:focus{outline:none;box-shadow:inset 0 0 0 2px var(--accent)}._sectionTitle_12v0r_93{flex:1;min-width:0}._chevron_12v0r_98{flex-shrink:0;font-size:.7rem;color:var(--text-secondary)}._sectionContentClosed_12v0r_104{max-height:0;overflow:hidden;transition:max-height .25s ease-out}._sectionContentOpen_12v0r_110{max-height:1200px;overflow:hidden;transition:max-height .35s ease-in}._sectionInner_12v0r_116{padding:1rem 1.25rem;border-top:1px solid var(--border)}._sectionInner_12v0r_116 p{margin:0 0 .75rem;font-size:.95rem;line-height:1.55;color:var(--text-primary)}._sectionInner_12v0r_116 p:last-child{margin-bottom:0}._sectionInner_12v0r_116 h3{margin:1rem 0 .5rem;font-size:1rem;font-weight:600;color:var(--text-primary)}._sectionInner_12v0r_116 h3:first-child{margin-top:0}._sectionInner_12v0r_116 ol{margin:0 0 .75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.6;color:var(--text-primary)}._sectionInner_12v0r_116 ol ol{margin-top:.35rem;margin-bottom:0}._sectionInner_12v0r_116 ul{margin:0 0 .75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.6;color:var(--text-primary)}._sectionInner_12v0r_116 li{margin-bottom:.35rem}._sectionInner_12v0r_116 a{color:var(--accent);text-decoration:none}._sectionInner_12v0r_116 a:hover{text-decoration:underline}._sectionInner_12v0r_116 code{font-size:.875em;padding:.15rem .35rem;background:var(--bg-secondary);border-radius:4px;color:var(--text-primary)}._bugModalOverlay_12v0r_186{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._bugModal_12v0r_186{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:560px;width:100%;max-height:min(90vh,100dvh - 2rem);min-height:0;overflow:hidden;display:flex;flex-direction:column}._bugModalHeader_12v0r_212{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}._bugModal_12v0r_186>form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}._bugModal_12v0r_186>._bugModalBody_12v0r_231{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto}._bugModalTitle_12v0r_239{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}._bugModalClose_12v0r_246{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;padding:0 .25rem;cursor:pointer}._bugModalClose_12v0r_246:hover{color:var(--text-primary)}._bugModalBody_12v0r_231{padding:.75rem 1rem;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}._bugModalFooter_12v0r_268{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);flex-shrink:0}._bugModal_12v0r_186>form>._bugModalFooter_12v0r_268{margin-top:auto}._bugField_12v0r_283{margin-bottom:.75rem}._bugField_12v0r_283:last-child{margin-bottom:0}._bugLabel_12v0r_291{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.25rem}._bugOptional_12v0r_299{font-weight:400;color:var(--text-secondary);opacity:.85}._bugRequired_12v0r_305{color:var(--accent)}._bugInput_12v0r_309,._bugSelect_12v0r_310,._bugTextarea_12v0r_311{width:100%;padding:.4rem .5rem;font-size:.9rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);box-sizing:border-box}._bugInput_12v0r_309:focus,._bugSelect_12v0r_310:focus,._bugTextarea_12v0r_311:focus{outline:none;border-color:var(--accent)}._bugTextarea_12v0r_311{resize:vertical;min-height:2.5rem;font-family:inherit}._bugBtnPrimary_12v0r_335{padding:.4rem 1rem;font-size:.9rem;font-weight:500;background:var(--accent);border:1px solid var(--accent);border-radius:6px;color:#fff;cursor:pointer}._bugBtnPrimary_12v0r_335:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}._bugBtnPrimary_12v0r_335:disabled{opacity:.55;cursor:not-allowed}._bugBtnSecondary_12v0r_356{padding:.4rem 1rem;font-size:.9rem;font-weight:500;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);cursor:pointer}._bugBtnSecondary_12v0r_356:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-secondary)}._bugBtnSecondary_12v0r_356:disabled{opacity:.5;cursor:not-allowed}._bugErrorMsg_12v0r_377{margin:0 0 .75rem;padding:.5rem .65rem;font-size:.875rem;color:#f87171;background:#f8717114;border:1px solid rgba(248,113,113,.35);border-radius:6px}._bugSuccessMsg_12v0r_387{margin:0 0 1rem;font-size:.95rem;line-height:1.5;color:var(--text-primary)}._bugSuccessMsg_12v0r_387 a{color:var(--accent)}._page_1tr6e_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(ellipse at top,rgba(59,130,246,.12),transparent 55%),var(--bg-primary)}._card_1tr6e_12{width:100%;max-width:26rem;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}._brand_1tr6e_22{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}._tagline_1tr6e_29{margin:0 0 1.75rem;color:var(--text-secondary);font-size:.9rem}._field_1tr6e_35{margin-bottom:1rem}._label_1tr6e_39{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}._input_1tr6e_47{width:100%;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-secondary);font:inherit}._input_1tr6e_47:disabled{opacity:.75;cursor:not-allowed}._hint_1tr6e_62{margin:0 0 1.25rem;font-size:.8125rem;color:var(--text-secondary);line-height:1.45}._demoBtnGroup_1tr6e_69{display:flex;flex-direction:column;gap:.65rem}._demoBtn_1tr6e_69{width:100%;padding:.75rem 1rem;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer}._demoBtn_1tr6e_69:hover{background:var(--accent-hover)}._demoBtnSecondary_1tr6e_92{background:transparent;border:1px solid var(--border);color:var(--text-primary)}._demoBtnSecondary_1tr6e_92:hover{background:var(--bg-card);border-color:var(--accent);color:var(--text-primary)}._page_1a7bn_1{max-width:42rem}._title_1a7bn_5{margin:0 0 .35rem;font-size:1.5rem;font-weight:700}._subtitle_1a7bn_11{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.9rem}._card_1a7bn_17{padding:1.25rem 1.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}._cardTitle_1a7bn_25{margin:0 0 1rem;font-size:1rem;font-weight:600}._grid_1a7bn_31{display:grid;gap:.85rem 1.25rem}@media (min-width: 540px){._grid_1a7bn_31{grid-template-columns:1fr 1fr}}._row_1a7bn_42{min-width:0}._label_1a7bn_46{display:block;margin-bottom:.2rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary)}._value_1a7bn_56{margin:0;font-size:.95rem;word-break:break-word}._badge_1a7bn_62{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:var(--accent-muted-bg);color:var(--accent-muted-text);font-size:.8125rem;font-weight:600}._actions_1a7bn_72{display:flex;gap:.75rem;flex-wrap:wrap}._signOutBtn_1a7bn_78{padding:.55rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-primary);font:inherit;font-size:.875rem;cursor:pointer}._signOutBtn_1a7bn_78:hover{background:var(--bg-card)}._page_1jmdv_1{max-width:42rem}._title_1jmdv_5{margin:0 0 .35rem;font-size:1.5rem;font-weight:700}._subtitle_1jmdv_11{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.9rem;line-height:1.5}._card_1jmdv_18{padding:1.25rem 1.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}._cardTitle_1jmdv_26{margin:0 0 .35rem;font-size:1rem;font-weight:600}._cardHint_1jmdv_32{margin:0 0 1rem;font-size:.8125rem;color:var(--text-secondary);line-height:1.45}._field_1jmdv_39{margin-bottom:1rem}._field_1jmdv_39:last-child{margin-bottom:0}._label_1jmdv_47{display:block;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;color:var(--text-primary)}._hint_1jmdv_55{margin:.35rem 0 0;font-size:.75rem;color:var(--text-secondary);line-height:1.4}._input_1jmdv_62,._select_1jmdv_63{width:100%;max-width:28rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-primary);font:inherit;font-size:.875rem}._input_1jmdv_62:focus,._select_1jmdv_63:focus{outline:none;border-color:var(--accent)}._toggleRow_1jmdv_81{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.75rem}._toggleRow_1jmdv_81:last-child{margin-bottom:0}._toggleRow_1jmdv_81 input{margin-top:.2rem;flex-shrink:0}._toggleText_1jmdv_97{min-width:0}._toggleLabel_1jmdv_101{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary)}._actions_1jmdv_108{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}._saveMsg_1jmdv_115{margin:0;font-size:.8125rem;color:var(--success)}._btnPrimary_1jmdv_121{padding:.55rem 1rem;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:#fff;font:inherit;font-size:.875rem;cursor:pointer}._btnPrimary_1jmdv_121:hover{background:var(--accent-hover);border-color:var(--accent-hover)}._btnSecondary_1jmdv_137{padding:.55rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-primary);font:inherit;font-size:.875rem;cursor:pointer}._btnSecondary_1jmdv_137:hover{background:var(--bg-card)}:root{--radius: 10px;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}[data-theme=dark]{color-scheme:dark;--bg-primary: #0f1419;--bg-secondary: #1a2332;--bg-card: #243447;--bg-tertiary: rgba(255, 255, 255, .06);--border: #3d5a73;--text-primary: #e6edf3;--text-secondary: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--accent-muted-bg: rgba(59, 130, 246, .15);--accent-muted-text: #93c5fd;--success: #22c55e;--shadow-card: 0 12px 40px rgba(0, 0, 0, .25);--shadow-modal: 0 8px 32px rgba(0, 0, 0, .35);--overlay-backdrop: rgba(0, 0, 0, .6)}[data-theme=light]{color-scheme:light;--bg-primary: #eef2f7;--bg-secondary: #ffffff;--bg-card: #f8fafc;--bg-tertiary: #e8edf4;--border: #c5d0de;--text-primary: #15202b;--text-secondary: #5a6b7d;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-muted-bg: rgba(37, 99, 235, .12);--accent-muted-text: #1d4ed8;--success: #16a34a;--shadow-card: 0 12px 40px rgba(15, 23, 42, .08);--shadow-modal: 0 8px 32px rgba(15, 23, 42, .12);--overlay-backdrop: rgba(15, 23, 42, .45)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-sans);cursor:pointer}
