:root{--primary:#0071e3;--primary-hover:#0077ed;--primary-active:#006edb;--primary-light:#0071e31a;--primary-border:#0071e366;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#d9d9d9;--bg-page:#f3f4f6;--bg-card:#fff;--bg-input:#fafafa}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{min-height:100vh}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}._bg_1x2pb_1{background:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}._card_1x2pb_9{border:1.5px solid var(--border-color);background:#fff;border-radius:16px;width:900px;min-height:520px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000014}._brand_1x2pb_21{background:linear-gradient(160deg, var(--primary), #004fa3);color:#fff;flex-direction:column;flex:1;justify-content:space-between;padding:52px 48px;display:flex}._brandLogo_1x2pb_31{align-items:center;gap:12px;display:flex}._brandIcon_1x2pb_37{object-fit:contain;background:#fff;border:1.5px solid #fff9;border-radius:10px;width:44px;height:44px;padding:4px}._brandName_1x2pb_47{letter-spacing:.5px;white-space:nowrap;font-size:16px;font-weight:700}._brandTagline_1x2pb_54{opacity:.7;margin-top:2px;font-size:13px}._features_1x2pb_60{flex-direction:column;gap:20px;list-style:none;display:flex}._features_1x2pb_60 li{align-items:flex-start;gap:14px;display:flex}._featureIcon_1x2pb_73{background:#fff;border:1px solid #fff9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}._featureText_1x2pb_86{flex-direction:column;display:flex}._features_1x2pb_60 li div strong{margin-bottom:2px;font-size:14px;font-weight:600;display:block}._features_1x2pb_60 li div span{opacity:.65;font-size:12px;line-height:1.5;display:block}._brandFooter_1x2pb_105{opacity:.5;font-size:12px}._form_1x2pb_111{flex-direction:column;justify-content:center;width:380px;padding:52px 44px;display:flex}._formTitle_1x2pb_119{color:var(--text-primary);margin-bottom:6px;font-size:24px;font-weight:700}._formSubtitle_1x2pb_126{color:var(--text-secondary);margin-bottom:32px;font-size:14px}._formGroup_1x2pb_132{margin-bottom:20px}._label_1x2pb_136{color:#374151;margin-bottom:6px;font-size:13px;font-weight:500;display:block}._passwordWrapper_1x2pb_144{align-items:center;display:flex;position:relative}._passwordWrapper_1x2pb_144 ._input_1x2pb_149{width:100%;padding-right:42px}._eyeBtn_1x2pb_153{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;right:12px}._input_1x2pb_149{border:1.5px solid var(--border-color);width:100%;height:42px;color:var(--text-primary);background:var(--bg-input);border-radius:8px;outline:none;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}._input_1x2pb_149:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);background:#fff}._input_1x2pb_149::placeholder{color:var(--text-muted)}._formRow_1x2pb_188{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}._checkboxLabel_1x2pb_195{color:var(--text-secondary);cursor:pointer;accent-color:var(--primary);align-items:center;gap:8px;font-size:13px;display:flex}._btn_1x2pb_205{background:var(--primary);color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:8px;width:100%;height:44px;font-size:15px;font-weight:600;transition:background .2s,transform .1s}._btn_1x2pb_205:hover:not(:disabled){background:var(--primary-hover)}._btn_1x2pb_205:active:not(:disabled){transform:scale(.99)}._btn_1x2pb_205:disabled{opacity:.7;cursor:not-allowed}._forgotLink_1x2pb_232{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;text-decoration:none}._forgotLink_1x2pb_232:hover{text-decoration:underline}._divider_1x2pb_244{text-align:center;color:var(--text-muted);margin:20px 0;font-size:12px;position:relative}._divider_1x2pb_244:before,._divider_1x2pb_244:after{content:"";background:var(--border-color);width:36%;height:1px;position:absolute;top:50%}._divider_1x2pb_244:before{left:0}._divider_1x2pb_244:after{right:0}._roleHint_1x2pb_263{border:1px solid var(--primary-border);color:#004fa3;background:#f0f8ff;border-radius:8px;padding:12px 14px;font-size:12px;line-height:1.6}._roleHint_1x2pb_263 strong{color:#003d82}._page_1vkci_1{flex-direction:column;gap:12px;display:flex}._breadcrumb_1vkci_8{color:#9ca3af;align-items:center;gap:6px;font-size:13px;display:flex}._breadcrumbLink_1vkci_9{color:#6b7280;cursor:pointer}._breadcrumbLink_1vkci_9:hover{color:var(--primary)}._breadcrumbSep_1vkci_11{color:#d1d5db}._breadcrumbCurrent_1vkci_12{color:#111827;font-weight:500}._pageHeader_1vkci_15{justify-content:space-between;align-items:flex-start;display:flex}._pageTitle_1vkci_16{color:#111827;font-size:20px;font-weight:700}._pageSub_1vkci_17{color:#6b7280;margin-top:3px;font-size:13px}._filterPanel_1vkci_20{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 20px}._filterRow_1vkci_26{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._filterItem_1vkci_27{align-items:center;gap:8px;display:flex}._filterLabel_1vkci_28{color:#6b7280;white-space:nowrap;font-size:13px}._filterInput_1vkci_29,._filterSelect_1vkci_29{color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;outline:none;height:34px;padding:0 10px;font-family:inherit;font-size:13px;transition:border-color .15s}._filterInput_1vkci_29{min-width:180px}._filterSelect_1vkci_29{cursor:pointer;min-width:130px}._filterInput_1vkci_29:focus,._filterSelect_1vkci_29:focus{border-color:var(--primary);background:#fff}._filterActions_1vkci_44{gap:8px;margin-left:auto;display:flex}._tableCard_1vkci_47{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}._tableToolbar_1vkci_53{border-bottom:1px solid #f3f4f6;align-items:center;padding:12px 20px;display:flex}._tableCount_1vkci_59{color:#6b7280;font-size:13px}._tableCount_1vkci_59 strong{color:#111827}._table_1vkci_47{border-collapse:collapse;width:100%}._table_1vkci_47 thead th{color:#6b7280;text-align:left;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 16px;font-size:12px;font-weight:600}._table_1vkci_47 tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}._table_1vkci_47 tbody tr:hover{background:#f9fafb}._table_1vkci_47 tbody tr:last-child{border-bottom:none}._table_1vkci_47 tbody td{color:#111827;vertical-align:middle;padding:12px 16px;font-size:13.5px}._tdBold_1vkci_78{font-weight:600}._tdMuted_1vkci_79{color:#6b7280;font-size:13px}._tdCode_1vkci_80{color:#1d4ed8;font-family:SF Mono,Consolas,monospace;font-size:13px}._loading_1vkci_82{text-align:center;color:#9ca3af;padding:40px;font-size:14px}._empty_1vkci_83{text-align:center;color:#9ca3af;padding:40px;font-size:13px}._badge_1vkci_86{white-space:nowrap;border-radius:20px;align-items:center;padding:3px 9px;font-size:12px;font-weight:500;display:inline-flex}._badgeGreen_1vkci_95{color:#16a34a;background:#dcfce7}._badgeGray_1vkci_96{color:#6b7280;background:#f3f4f6}._badgePurple_1vkci_97{color:#7c3aed;background:#f3e8ff}._badgeBlue_1vkci_98{color:#1d4ed8;background:#dbeafe}._badgeOrange_1vkci_99{color:#b45309;background:#fef3c7}._badgeCyan_1vkci_100{color:#0e7490;background:#cffafe}._actionGroup_1vkci_103{gap:6px;display:flex}._actionBtn_1vkci_104{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:4px 10px;font-family:inherit;font-size:12px;transition:all .15s}._actionPrimary_1vkci_115{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}._actionDanger_1vkci_116{color:#dc2626;background:#fef2f2;border-color:#fecaca}._btnPrimary_1vkci_119{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:7px;height:36px;padding:0 16px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .15s}._btnPrimary_1vkci_119:hover{background:#1d4ed8}._btnSecondary_1vkci_128{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;height:34px;padding:0 14px;font-family:inherit;font-size:13px;transition:all .15s}._btnSecondary_1vkci_128:hover{background:#f9fafb}._page_15rv1_1{flex-direction:column;gap:16px;display:flex}._pageHeader_15rv1_8{justify-content:flex-end;display:flex}._filterPanel_15rv1_14{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px}._filterRow_15rv1_21{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._filterItem_15rv1_28{align-items:center;gap:8px;display:flex}._filterLabel_15rv1_34{color:#374151;white-space:nowrap;font-size:13px;font-weight:500}._filterInput_15rv1_41{color:#111827;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;min-width:200px;height:34px;padding:0 10px;font-size:13px}._filterInput_15rv1_41:focus{border-color:var(--primary);background:#fff}._filterSelect_15rv1_58{color:#111827;cursor:pointer;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;min-width:140px;height:34px;padding:0 10px;font-size:13px}._filterSelect_15rv1_58:focus{border-color:var(--primary)}._filterActions_15rv1_75{gap:8px;margin-left:auto;display:flex}._btn_15rv1_82{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}._btnPrimary_15rv1_96{background:var(--primary);color:#fff}._btnPrimary_15rv1_96:hover{background:var(--primary-hover)}._btnSecondary_15rv1_105{color:#374151;background:#fff;border:1px solid #d1d5db}._btnSecondary_15rv1_105:hover{background:#f9fafb}._tableCard_15rv1_116{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}._tableToolbar_15rv1_123{border-bottom:1px solid #f3f4f6;align-items:center;padding:14px 20px;display:flex}._tableCount_15rv1_130{color:#374151;font-size:13px}._tableCount_15rv1_130 strong{color:#111827}._table_15rv1_116{border-collapse:collapse;width:100%}._table_15rv1_116 thead th{color:#6b7280;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:11px 16px;font-size:12px;font-weight:600}._table_15rv1_116 tbody tr{cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .1s}._table_15rv1_116 tbody tr:hover{background:#f9fafb}._table_15rv1_116 tbody tr:last-child{border-bottom:none}._table_15rv1_116 tbody td{color:#111827;vertical-align:middle;padding:13px 16px;font-size:13.5px}._thRight_15rv1_177,._tdRight_15rv1_181{text-align:right}._linkText_15rv1_185{color:#2563eb;cursor:pointer}._linkText_15rv1_185:hover{text-decoration:underline}._loadingCell_15rv1_194{text-align:center;color:#9ca3af;padding:40px!important}._pagination_15rv1_202{color:#6b7280;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:14px 20px;font-size:13px;display:flex}._pageBtns_15rv1_212{gap:4px;display:flex}._pageBtn_15rv1_212{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-family:inherit;font-size:13px;display:flex}._pageBtn_15rv1_212:hover:not(:disabled){background:#f3f4f6}._pageBtn_15rv1_212:disabled{opacity:.4;cursor:not-allowed}._pageBtnActive_15rv1_242{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}._page_enims_1{flex-direction:column;gap:8px;display:flex}._pageTop_enims_2{background:#fff;margin:-24px -24px 0;padding:16px 24px 0}._loading_enims_3{text-align:center;color:#9ca3af;padding:40px;font-size:14px}._breadcrumb_enims_6{color:#9ca3af;align-items:center;gap:6px;margin-bottom:4px;font-size:13px;display:flex}._breadcrumbLink_enims_7{color:#6b7280;cursor:pointer}._breadcrumbLink_enims_7:hover{color:var(--primary)}._breadcrumbSep_enims_9{color:#d1d5db}._breadcrumbCurrent_enims_10{color:#111827;font-weight:500}._pageTitle_enims_13{color:#111827;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-bottom:8px;font-size:20px;font-weight:700;display:flex}._toolbar_enims_16{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:6px 0;display:flex}._toolbarLeft_enims_17{align-items:center;gap:2px;display:flex}._toolbarRight_enims_18{align-items:center;gap:8px;display:flex}._toolBtn_enims_19{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:inline-flex}._toolBtn_enims_19:hover:not(:disabled){color:#111827;background:#f3f4f6}._toolBtn_enims_19:disabled{color:#d1d5db;cursor:not-allowed}._toolDivider_enims_22{background:#e5e7eb;width:1px;height:20px;margin:0 4px}._clipMenu_enims_25{position:relative}._clipDropdown_enims_26{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:140px;margin-top:4px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}._clipItem_enims_27{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 14px;font-family:inherit;font-size:13px;display:flex}._clipItem_enims_27:hover:not(:disabled){background:#f3f4f6}._clipItem_enims_27:disabled{color:#d1d5db;cursor:not-allowed}._moreMenu_enims_32{position:relative}._moreDropdown_enims_33{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:160px;margin-top:4px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}._moreItem_enims_34{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:9px 16px;font-family:inherit;font-size:13px;display:block}._moreItem_enims_34:hover:not(:disabled){background:#f3f4f6}._moreItem_enims_34:disabled{color:#9ca3af;cursor:not-allowed}._btn_enims_39{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;display:inline-flex}._btnPrimary_enims_40{background:var(--primary);color:#fff}._btnPrimary_enims_40:hover{background:var(--primary-hover)}._btnPrimary_enims_40:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_enims_43{color:#374151;background:#fff;border:1px solid #d1d5db}._btnSecondary_enims_43:hover{background:#f9fafb}._btnSm_enims_45{height:30px;margin-top:8px;font-size:12.5px}._section_enims_50{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:6px;padding:10px 16px}._sectionTitle_enims_51{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;cursor:default;-webkit-user-select:none;user-select:none;border-bottom:1px solid #f3f4f6;margin-bottom:8px;padding-bottom:4px;font-size:13px;font-weight:600}._section_enims_50:last-child{margin-bottom:0}._formRow_enims_55{align-items:center;margin-bottom:5px;display:flex}._formRequired_enims_56{color:#ef4444;flex-shrink:0;width:10px;font-size:13px}._formLabel_enims_57{color:#374151;cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:130px;font-size:13px}._formValueStatic_enims_58{color:#111827;cursor:default;-webkit-user-select:none;user-select:none;flex:1;font-size:13px;font-weight:500}._fieldCode_enims_61{color:#1d4ed8;font-family:SF Mono,Consolas,monospace;font-size:13px}._fieldNote_enims_62{color:#9ca3af;font-size:11px}._emptyHint_enims_63{color:#9ca3af;cursor:default;-webkit-user-select:none;user-select:none;padding:8px 0;font-size:13px}._imageInputRow_enims_66{align-items:center;gap:8px;margin-bottom:10px;display:flex}._imageDrop_enims_67{cursor:default;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:30px;display:flex}._imagePreview_enims_68{cursor:default;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:160px;height:120px;display:flex}._dropText_enims_69{color:#9ca3af;font-size:13px}._input_enims_72{color:#111827;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;height:34px;padding:0 10px;font-family:inherit;font-size:13px}._input_enims_72:focus{border-color:var(--primary);background:#fff}._select_enims_74{color:#111827;cursor:pointer;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;height:34px;padding:0 10px;font-family:inherit;font-size:13px}._select_enims_74:focus{border-color:var(--primary)}._textarea_enims_76{color:#111827;resize:vertical;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}._textarea_enims_76:focus{border-color:var(--primary);background:#fff}._inputShort_enims_78{color:#111827;background:#fafafa;border:1px solid #d1d5db;border-radius:6px;outline:none;flex-shrink:0;width:120px;height:34px;padding:0 10px;font-family:inherit;font-size:13px}._inputShort_enims_78:focus{border-color:var(--primary);background:#fff}._checkLabel_enims_80{color:#6b7280;cursor:pointer;white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:4px;margin-left:12px;font-size:13px;display:flex}._inputSm_enims_81{color:#111827;background:#fafafa;border:1px solid #d1d5db;border-radius:5px;outline:none;width:100%;height:30px;padding:0 8px;font-family:inherit;font-size:12.5px}._inputSm_enims_81:focus{border-color:var(--primary);background:#fff}._selectSm_enims_83{color:#111827;cursor:pointer;background:#fafafa;border:1px solid #d1d5db;border-radius:5px;outline:none;width:100%;height:30px;padding:0 8px;font-family:inherit;font-size:12.5px}._badge_enims_86{white-space:nowrap;border-radius:20px;align-items:center;padding:3px 9px;font-size:12px;font-weight:500;display:inline-flex}._badgeGreen_enims_87{color:#16a34a;background:#dcfce7}._badgeRed_enims_88{color:#dc2626;background:#fee2e2}._badgeBlue_enims_89{color:#1d4ed8;background:#dbeafe}._badgeGray_enims_90{color:#6b7280;background:#f3f4f6}._page_15y8t_1{flex-direction:column;gap:12px;display:flex}._breadcrumb_15y8t_8{color:#9ca3af;align-items:center;gap:6px;font-size:13px;display:flex}._breadcrumbLink_15y8t_15{color:#6b7280;cursor:pointer}._breadcrumbLink_15y8t_15:hover{color:var(--primary)}._breadcrumbSep_15y8t_17{color:#d1d5db}._breadcrumbCurrent_15y8t_18{color:#111827;font-weight:500}._pageHeader_15y8t_21{justify-content:space-between;align-items:flex-start;display:flex}._pageTitle_15y8t_26{color:#111827;font-size:20px;font-weight:700}._pageSub_15y8t_27{color:#6b7280;margin-top:3px;font-size:13px}._card_15y8t_30{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px}._tabs_15y8t_38{border-bottom:2px solid #e5e7eb;gap:4px;margin-bottom:20px;display:flex}._tabBtn_15y8t_44{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s}._tabBtn_15y8t_44:hover:not(._tabActive_15y8t_57){color:#374151}._tabActive_15y8t_57{color:var(--primary);border-bottom-color:var(--primary)}._permLegend_15y8t_64{color:#6b7280;margin-bottom:6px;font-size:13px}._permNote_15y8t_69{color:#6b7280;margin-bottom:14px;font-size:13px}._permTable_15y8t_74{border-collapse:collapse;width:100%;font-size:13px}._permTable_15y8t_74 th{color:#4b5563;text-align:center;white-space:nowrap;background:#f9fafb;border:1px solid #e5e7eb;padding:10px 14px;font-weight:600}._funcCol_15y8t_88{white-space:nowrap;text-align:left!important}._permTable_15y8t_74 td{text-align:center;color:#374151;border:1px solid #e5e7eb;padding:10px 14px}._funcName_15y8t_95{color:#1f2937;background:#fafafa;font-weight:500;text-align:left!important}._permTable_15y8t_74 tr:hover td{background:#f0f7ff}._permTable_15y8t_74 tr:hover td._funcName_15y8t_95{background:#e8f0fe}._moduleCol_15y8t_104{min-width:80px;text-align:center!important}._moduleCell_15y8t_105{text-align:center;color:#1f2937;white-space:nowrap;vertical-align:top;background:#f9fafb;font-weight:600}._badgeR_15y8t_114{color:#2563eb;font-weight:600}._badgeW_15y8t_115{color:#16a34a;font-weight:600}._badgeA_15y8t_116{color:#d97706;font-weight:600}._badgeD_15y8t_117{color:#dc2626;font-weight:600}._badgeNone_15y8t_118{color:#d1d5db}._sectionTitle_15y8t_121{color:#111827;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}._sectionTitle_15y8t_121:before{content:"";background:var(--primary);border-radius:2px;flex-shrink:0;width:3px;height:16px}._userForm_15y8t_140{max-width:680px}._form_15y8t_141{flex-direction:column;gap:16px;display:flex}._formRow_15y8t_142{grid-template-columns:1fr 1fr;gap:16px;display:grid}._formGroup_15y8t_143{flex-direction:column;gap:6px;display:flex}._formLabel_15y8t_144{color:#374151;font-size:13px;font-weight:500}._required_15y8t_145{color:#dc2626;margin-left:2px}._hint_15y8t_146{color:#9ca3af;font-weight:400}._formInput_15y8t_147{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;height:36px;padding:0 12px;font-family:inherit;font-size:13.5px;transition:border-color .15s}._passwordWrapper_15y8t_159{align-items:center;display:flex;position:relative}._passwordWrapper_15y8t_159 ._formInput_15y8t_147{width:100%;padding-right:40px}._eyeBtn_15y8t_168{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;right:10px}._formInput_15y8t_147:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}._usernamePreview_15y8t_185{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;font-size:13px}._usernamePreview_15y8t_185 strong{color:#1d4ed8;font-family:SF Mono,Consolas,monospace}._alertError_15y8t_199{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:10px 14px;font-size:13px}._alertSuccess_15y8t_207{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:10px 14px;font-size:13px}._permDetail_15y8t_217{color:#6b7280;margin-top:20px;font-size:13px;line-height:1.7}._permDetailTitle_15y8t_223{color:#6b7280;margin-bottom:8px;font-size:13px;font-weight:600}._permDetailSection_15y8t_229{margin-bottom:10px}._permDetailHeading_15y8t_232{color:#6b7280;margin-bottom:4px;font-size:13px;font-weight:600}._permDetailList_15y8t_238{margin:0;padding-left:18px}._permDetailList_15y8t_238 li{margin-bottom:2px}._permDetailList_15y8t_238 strong{color:#4b5563}._btnPrimary_15y8t_250{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:7px;height:36px;padding:0 20px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .15s}._btnPrimary_15y8t_250:hover{background:#1d4ed8}._btnPrimary_15y8t_250:disabled{opacity:.6;cursor:not-allowed}._layout_1lx65_1{background:var(--bg-page);flex-direction:column;min-height:100vh;display:flex}._topbar_1lx65_8{border-bottom:1px solid var(--border-color);z-index:100;background:#fff;flex-shrink:0;align-items:center;height:56px;padding:0 20px;display:flex;position:sticky;top:0}._logo_1lx65_21{flex-shrink:0;align-items:center;gap:10px;width:200px;display:flex}._logoIcon_1lx65_29{object-fit:contain;background:#fff;border:1.5px solid #0000001a;border-radius:8px;width:32px;height:32px;padding:3px}._logoText_1lx65_39{color:var(--text-primary);letter-spacing:.3px;font-size:13px;font-weight:700}._nav_1lx65_46{flex:1;align-items:center;gap:2px 0;height:100%;display:flex}._navTab_1lx65_54{height:56px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 18px;font-family:inherit;font-size:16px;transition:all .15s;display:flex}._navTab_1lx65_54:hover{color:var(--primary);background:var(--primary-light)}._navTab_1lx65_54._active_1lx65_78{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}._navTab_1lx65_54._disabled_1lx65_84{color:#9ca3af;cursor:not-allowed}._navTab_1lx65_54._disabled_1lx65_84:hover{color:#9ca3af;background:0 0}._right_1lx65_94{align-items:center;gap:12px;margin-left:auto;display:flex}._userInfo_1lx65_101{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:6px;display:flex}._userInfo_1lx65_101:hover{background:#f9fafb}._avatar_1lx65_115{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}._username_1lx65_129{color:#374151;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500;line-height:1.2}._userRole_1lx65_137{color:#9ca3af;-webkit-user-select:none;user-select:none;font-size:11px;line-height:1.2}._logoutBtn_1lx65_144{border:1px solid var(--border-color);height:32px;color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:6px;padding:0 14px;font-family:inherit;font-size:13px;transition:all .15s}._logoutBtn_1lx65_144:hover{border-color:var(--primary);color:var(--primary)}._body_1lx65_162{flex:1;height:calc(100vh - 56px);display:flex;overflow:hidden}._sidebar_1lx65_169{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:220px;padding:16px 0;overflow-y:auto}._sidebarSection_1lx65_178{margin-bottom:4px}._sidebarSectionTitle_1lx65_182{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;padding:6px 16px 4px;font-size:11px;font-weight:600}._sidebarItem_1lx65_191{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:calc(100% - 16px);margin:1px 8px;padding:9px 16px;font-family:inherit;font-size:13.5px;transition:all .15s;display:flex}._sidebarItem_1lx65_191:hover{color:#111827;background:#f3f4f6}._sidebarItemActive_1lx65_214{color:#2563eb;background:#eff6ff;font-weight:600}._sidebarItemDisabled_1lx65_220{color:var(--text-secondary);cursor:not-allowed}._sidebarItemDisabled_1lx65_220:hover{color:var(--text-secondary);background:0 0}._sidebarIcon_1lx65_230{text-align:center;width:18px;font-size:15px}._content_1lx65_236{flex:1;padding:24px;overflow-y:auto}
