@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";._container_jvmh3_35{display:flex;flex-direction:column;gap:.4rem;width:100%}._label_jvmh3_42{font-size:.875rem;font-weight:500;color:var(--text-color)}._inputWrapper_jvmh3_48{position:relative;display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--input-bg);transition:all .2s ease;overflow:hidden}._inputWrapper_jvmh3_48:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}._inputWrapper_jvmh3_48._hasError_jvmh3_62{border-color:var(--danger-color)}._inputWrapper_jvmh3_48._hasError_jvmh3_62:focus-within{box-shadow:0 0 0 3px #ef44441a}._icon_jvmh3_69{display:flex;align-items:center;justify-content:center;padding-left:.75rem;color:var(--text-muted)}._input_jvmh3_48{width:100%;padding:.6rem .75rem;border:none;background:transparent;color:var(--text-color);outline:none}._input_jvmh3_48::placeholder{color:var(--text-muted)}._errorText_jvmh3_89{font-size:.75rem;color:var(--danger-color)}._button_1capl_35{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-weight:500;transition:all .2s ease;gap:.5rem;border:1px solid transparent;width:fit-content}._button_1capl_35:disabled{opacity:.6;cursor:not-allowed}._button_1capl_35._sm_1capl_50{padding:.4rem .75rem;font-size:.875rem}._button_1capl_35._md_1capl_54{padding:.6rem 1.25rem;font-size:1rem}._button_1capl_35._lg_1capl_58{padding:.8rem 1.75rem;font-size:1.125rem}._button_1capl_35._primary_1capl_62{background-color:var(--primary-color);color:#fff}._button_1capl_35._primary_1capl_62:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:var(--shadow-md)}._button_1capl_35._secondary_1capl_70{background-color:var(--secondary-color);color:#fff}._button_1capl_35._secondary_1capl_70:hover:not(:disabled){opacity:.9}._button_1capl_35._outline_1capl_77{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}._button_1capl_35._outline_1capl_77:hover:not(:disabled){background-color:var(--primary-light)}._button_1capl_35._ghost_1capl_85{background-color:transparent;color:var(--text-muted)}._button_1capl_35._ghost_1capl_85:hover:not(:disabled){background-color:var(--bg-color);color:var(--text-color)}._button_1capl_35._danger_1capl_93{background-color:var(--danger-color);color:#fff}._button_1capl_35._danger_1capl_93:hover:not(:disabled){opacity:.9}._loader_1capl_101{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_1capl_1 .8s linear infinite}@keyframes _spin_1capl_1{to{transform:rotate(360deg)}}._container_soit9_1{display:flex;flex-direction:column;gap:.5rem;width:100%}._label_soit9_8{font-size:.875rem;font-weight:500;color:var(--text-color)}._selectWrapper_soit9_14{position:relative;display:flex;align-items:center;background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .2s ease}._selectWrapper_soit9_14:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}._selectWrapper_soit9_14._hasError_soit9_27{border-color:var(--danger-color)}._select_soit9_14{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:transparent;border:none;outline:none;font-size:.875rem;color:var(--text-color);appearance:none;cursor:pointer}._select_soit9_14::placeholder{color:var(--text-muted)}._icon_soit9_47{position:absolute;right:1rem;pointer-events:none;color:var(--text-muted);display:flex;align-items:center}._errorText_soit9_56{font-size:.75rem;color:var(--danger-color)}._container_1wktz_35{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);padding:1.5rem}._card_1wktz_44{width:100%;max-width:420px;background-color:var(--surface-color);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}._header_1wktz_54{text-align:center;margin-bottom:2rem}._header_1wktz_54 ._logo_1wktz_58{display:inline-flex;padding:1rem;background-color:var(--primary-light);border-radius:50%;margin-bottom:1rem}._header_1wktz_54 h1{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}._header_1wktz_54 p{color:var(--text-muted);font-size:.875rem}._form_1wktz_76{display:flex;flex-direction:column;gap:1.25rem}._options_1wktz_82{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}._options_1wktz_82 ._remember_1wktz_88{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-muted)}._options_1wktz_82 ._remember_1wktz_88 input{accent-color:var(--primary-color)}._options_1wktz_82 ._forgot_1wktz_98{color:var(--primary-color);font-weight:500}._options_1wktz_82 ._forgot_1wktz_98:hover{text-decoration:underline}._submitBtn_1wktz_106{width:100%;margin-top:.5rem}._backBtn_1wktz_111{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--text-muted);font-size:.8125rem;font-weight:500;cursor:pointer;padding:0;width:fit-content;transition:color .2s ease}._backBtn_1wktz_111:hover{color:var(--primary-color)}._footer_1wktz_129{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--text-muted);display:flex;justify-content:center;gap:.5rem}._footer_1wktz_129 a{color:var(--primary-color);font-weight:600}._footer_1wktz_129 a:hover{text-decoration:underline}._container_1kdti_35{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);padding:2rem 1.5rem}._card_1kdti_44{width:100%;max-width:480px;background-color:var(--surface-color);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}._header_1kdti_54{text-align:center;margin-bottom:2rem}._header_1kdti_54 ._logo_1kdti_58{display:inline-flex;padding:1rem;background-color:var(--primary-light);border-radius:50%;margin-bottom:1rem}._header_1kdti_54 h1{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}._header_1kdti_54 p{color:var(--text-muted);font-size:.875rem}._form_1kdti_76{display:flex;flex-direction:column;gap:1.25rem}._submitBtn_1kdti_82{width:100%;margin-top:1rem}._footer_1kdti_87{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--text-muted);display:flex;justify-content:center;gap:.5rem}._footer_1kdti_87 a{color:var(--primary-color);font-weight:600}._footer_1kdti_87 a:hover{text-decoration:underline}._layout_bf1n8_35{display:flex;min-height:100vh;background-color:var(--bg-color)}._sidebar_bf1n8_41{width:260px;background-color:var(--surface-color);border-right:1px solid var(--border-color);display:flex;flex-direction:column;transition:width .3s ease;z-index:100}._sidebar_bf1n8_41._collapsed_bf1n8_50{width:80px}._sidebar_bf1n8_41._collapsed_bf1n8_50 ._logo_bf1n8_53 span,._sidebar_bf1n8_41._collapsed_bf1n8_50 ._navItem_bf1n8_54 span,._sidebar_bf1n8_41._collapsed_bf1n8_50 ._logoutBtn_bf1n8_55 span{display:none}._sidebar_bf1n8_41._collapsed_bf1n8_50 ._logo_bf1n8_53{justify-content:center}._sidebarHeader_bf1n8_62{padding:1.5rem}._logo_bf1n8_53{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--text-color)}._logo_bf1n8_53 ._logoSquare_bf1n8_74{width:36px;height:36px;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md)}._nav_bf1n8_54{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}._navGroup_bf1n8_94{margin-top:1.5rem;display:flex;flex-direction:column;gap:.25rem}._navGroupTitle_bf1n8_101{padding:0 1rem;font-size:.75rem;font-weight:700;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.05em}._navItem_bf1n8_54{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--text-muted);transition:all .2s ease}._navItem_bf1n8_54:hover{background-color:var(--bg-color);color:var(--text-color)}._navItem_bf1n8_54._active_bf1n8_123{background-color:var(--primary-light);color:var(--primary-color);font-weight:600}._sidebarFooter_bf1n8_129{padding:1rem;border-top:1px solid var(--border-color)}._logoutBtn_bf1n8_55{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--danger-color)}._logoutBtn_bf1n8_55:hover{background-color:#ef44441a}._main_bf1n8_147{flex:1;display:flex;flex-direction:column;overflow-x:hidden}._header_bf1n8_154{height:64px;background-color:var(--surface-color);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:90}._headerLeft_bf1n8_167{display:flex;align-items:center;gap:1rem}._toggleBtn_bf1n8_173,._iconBtn_bf1n8_174{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-muted)}._toggleBtn_bf1n8_173:hover,._iconBtn_bf1n8_174:hover{background-color:var(--bg-color)}._toggleBtn_bf1n8_173._spinning_bf1n8_187 svg,._iconBtn_bf1n8_174._spinning_bf1n8_187 svg{animation:_spin_bf1n8_187 1s linear infinite}@keyframes _spin_bf1n8_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._searchBar_bf1n8_200{display:flex;align-items:center;gap:.5rem;background-color:var(--bg-color);padding:.5rem 1rem;border-radius:var(--radius-xl);width:300px}._searchBar_bf1n8_200 input{border:none;background:transparent;outline:none;width:100%;font-size:.875rem}._searchBar_bf1n8_200{color:var(--text-muted)}._headerRight_bf1n8_220{display:flex;align-items:center;gap:1.5rem}._iconBtn_bf1n8_174{position:relative}._badge_bf1n8_230{position:absolute;top:2px;right:2px;background-color:var(--danger-color);color:#fff;font-size:.625rem;padding:2px 5px;border-radius:10px;border:2px solid var(--surface-color)}._userProfile_bf1n8_242{display:flex;align-items:center;gap:.75rem;padding-left:1.5rem;border-left:1px solid var(--border-color)}._userInfo_bf1n8_250{display:flex;flex-direction:column;align-items:flex-end}._userName_bf1n8_256{font-size:.875rem;font-weight:600;color:var(--text-color)}._userRole_bf1n8_262{font-size:.75rem;color:var(--text-muted)}._avatar_bf1n8_267{width:36px;height:36px;background-color:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;border-radius:50%}._content_bf1n8_278{padding:2rem;flex:1}._dashboard_mkhyr_35{display:flex;flex-direction:column;gap:2rem}._header_mkhyr_41 h1{font-size:1.75rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}._header_mkhyr_41 p{color:var(--text-muted)}._statsGrid_mkhyr_51{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}._statCard_mkhyr_57{background-color:var(--surface-color);padding:1.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;gap:1.25rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:transform .2s ease}._statCard_mkhyr_57:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}._statIcon_mkhyr_73{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}._statInfo_mkhyr_82{display:flex;flex-direction:column}._statLabel_mkhyr_87{font-size:.875rem;color:var(--text-muted)}._statValue_mkhyr_92{font-size:1.5rem;font-weight:700;color:var(--text-color)}._contentGrid_mkhyr_98{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}._chartPlaceholder_mkhyr_104,._recentActivity_mkhyr_105{background-color:var(--surface-color);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}._chartPlaceholder_mkhyr_104 h3,._recentActivity_mkhyr_105 h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}._dummyChart_mkhyr_119{height:300px;background-color:var(--bg-color);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;border:1px dashed var(--border-color)}._placeholderText_mkhyr_129{color:var(--text-muted);font-size:.875rem}._activityList_mkhyr_134{display:flex;flex-direction:column;gap:1rem}._activityItem_mkhyr_140{display:flex;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}._activityItem_mkhyr_140:last-child{border-bottom:none;padding-bottom:0}._activityAvatar_mkhyr_151{width:40px;height:40px;border-radius:50%;background-color:var(--bg-color);flex-shrink:0}._activityText_mkhyr_159{font-size:.875rem;line-height:1.4}._activityText_mkhyr_159 strong{color:var(--primary-color)}._activityText_mkhyr_159 span{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.25rem}@media(max-width:1024px){._contentGrid_mkhyr_98{grid-template-columns:1fr}}._button_1yzb6_1{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s ease;cursor:pointer;border:1px solid transparent;font-family:inherit}._button_1yzb6_1:disabled{opacity:.6;cursor:not-allowed}._sm_1yzb6_18{padding:.4rem .8rem;font-size:.8125rem}._md_1yzb6_23{padding:.6rem 1.2rem;font-size:.875rem}._lg_1yzb6_28{padding:.8rem 1.6rem;font-size:1rem}._primary_1yzb6_33{background-color:var(--primary-color);color:#fff}._primary_1yzb6_33:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:var(--shadow-md)}._secondary_1yzb6_42{background-color:var(--bg-color);color:var(--text-color);border-color:var(--border-color)}._secondary_1yzb6_42:hover:not(:disabled){background-color:var(--border-color)}._outline_1yzb6_51{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color)}._outline_1yzb6_51:hover:not(:disabled){background-color:var(--primary-light)}._ghost_1yzb6_60{background-color:transparent;color:var(--text-color)}._ghost_1yzb6_60:hover:not(:disabled){background-color:var(--bg-color)}._danger_1yzb6_68{background-color:var(--danger-color);color:#fff}._danger_1yzb6_68:hover:not(:disabled){opacity:.9}._loader_1yzb6_76{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_1yzb6_1 .8s linear infinite}@keyframes _spin_1yzb6_1{to{transform:rotate(360deg)}}._overlay_vn5je_1{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_vn5je_1 .2s ease-out}._modal_vn5je_16{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:90%;max-height:90vh;display:flex;flex-direction:column;animation:_slideUp_vn5je_1 .3s ease-out}._sm_vn5je_27{max-width:400px}._md_vn5je_31{max-width:600px}._lg_vn5je_35{max-width:800px}._xl_vn5je_39{max-width:1000px}._header_vn5je_43{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}._header_vn5je_43 h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-color)}._closeBtn_vn5je_57{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}._closeBtn_vn5je_57:hover{background:var(--bg-color);color:var(--text-color)}._content_vn5je_71{padding:1.5rem;overflow-y:auto;flex:1}._footer_vn5je_77{padding:1.25rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem;background:var(--bg-color);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}@keyframes _fadeIn_vn5je_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_vn5je_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._container_tmuus_1{display:flex;flex-direction:column;gap:2rem}._header_tmuus_7{display:flex;justify-content:space-between;align-items:flex-end}._header_tmuus_7 ._titleArea_tmuus_12 h1{font-size:1.875rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}._header_tmuus_7 ._titleArea_tmuus_12 p{color:var(--text-muted);margin:0}._header_tmuus_7 ._actions_tmuus_22{display:flex;gap:1rem}._contentCard_tmuus_27{background-color:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden}._tableToolbar_tmuus_35{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}._tableToolbar_tmuus_35 ._searchBox_tmuus_42{position:relative;width:400px;display:flex;align-items:center;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:0 1rem;transition:all .2s ease}._tableToolbar_tmuus_35 ._searchBox_tmuus_42 svg{color:var(--text-muted)}._tableToolbar_tmuus_35 ._searchBox_tmuus_42 input{border:none;background:transparent;outline:none;padding:.75rem;width:100%;font-size:.875rem;color:var(--text-color)}._tableToolbar_tmuus_35 ._searchBox_tmuus_42 input::placeholder{color:var(--text-muted)}._tableToolbar_tmuus_35 ._searchBox_tmuus_42:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}._tableToolbar_tmuus_35 ._stats_tmuus_72{font-size:.875rem;color:var(--text-muted)}._tableToolbar_tmuus_35 ._stats_tmuus_72 strong{color:var(--text-color);font-size:1rem}._tableWrapper_tmuus_81{overflow-x:auto}._table_tmuus_35{width:100%;border-collapse:collapse;text-align:left}._table_tmuus_35 th{padding:1rem 1.5rem;background-color:var(--bg-color);font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:2px solid var(--border-color)}._table_tmuus_35 td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);vertical-align:middle}._table_tmuus_35 tr:hover{background-color:#00000003}._empInfo_tmuus_109{display:flex;align-items:center;gap:1rem}._empInfo_tmuus_109 ._avatar_tmuus_114{width:40px;height:40px;background-color:var(--primary-light);color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}._empInfo_tmuus_109 ._empMeta_tmuus_126{display:flex;flex-direction:column}._empInfo_tmuus_109 ._empMeta_tmuus_126 ._name_tmuus_130{font-weight:600;color:var(--text-color)}._empInfo_tmuus_109 ._empMeta_tmuus_126 ._code_tmuus_134{font-size:.75rem;color:var(--text-muted)}._deptInfo_tmuus_139{display:flex;flex-direction:column}._deptInfo_tmuus_139 ._dept_tmuus_139{font-weight:500;color:var(--text-color);font-size:.875rem}._deptInfo_tmuus_139 ._pos_tmuus_148{font-size:.75rem;color:var(--text-muted)}._contactInfo_tmuus_153{display:flex;flex-direction:column;gap:.25rem;font-size:.8125rem;color:var(--text-muted)}._contactInfo_tmuus_153 ._contactItem_tmuus_160{display:flex;align-items:center;gap:.5rem}._contactInfo_tmuus_153 ._contactItem_tmuus_160 svg{color:var(--primary-color)}._dateInfo_tmuus_169{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-color)}._dateInfo_tmuus_169 svg{color:var(--text-muted)}._statusBadge_tmuus_180{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}._statusBadge_tmuus_180._active_tmuus_187{background-color:#dcfce7;color:#166534}._statusBadge_tmuus_180._inactive_tmuus_191{background-color:#fee2e2;color:#991b1b}._actionsColumn_tmuus_196{text-align:right}._actionBtns_tmuus_200{display:flex;justify-content:flex-end;gap:.5rem}._actionBtn_tmuus_200{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:all .2s ease}._actionBtn_tmuus_200:hover{background-color:var(--bg-color);color:var(--primary-color)}._actionBtn_tmuus_200:nth-child(3):hover{color:var(--danger-color);background-color:#fef2f2}._pagination_tmuus_225{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-color)}._pagination_tmuus_225 ._pageInfo_tmuus_232{font-size:.875rem;color:var(--text-muted)}._pagination_tmuus_225 ._pageBtns_tmuus_236{display:flex;align-items:center;gap:1rem}._pagination_tmuus_225 ._pageBtns_tmuus_236 button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);cursor:pointer}._pagination_tmuus_225 ._pageBtns_tmuus_236 button:disabled{opacity:.5;cursor:not-allowed}._pagination_tmuus_225 ._pageBtns_tmuus_236 button:hover:not(:disabled){background-color:var(--bg-color);border-color:var(--primary-color);color:var(--primary-color)}._pagination_tmuus_225 ._pageBtns_tmuus_236 span{font-size:.875rem;font-weight:600}._skeletonRow_tmuus_267 td{padding:1.5rem}._skeleton_tmuus_267{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_loading_tmuus_371 1.5s infinite;border-radius:4px}@keyframes _loading_tmuus_371{0%{background-position:200% 0}to{background-position:-200% 0}}._emptyState_tmuus_287{text-align:center;padding:4rem!important;color:var(--text-muted);font-style:italic}._modalContent_tmuus_294{display:flex;gap:2rem;min-height:400px}._modalSidebar_tmuus_300{width:200px;display:flex;flex-direction:column;gap:.5rem;border-right:1px solid var(--border-color);padding-right:1.5rem}._modalTab_tmuus_309{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);border:none;background:transparent;color:var(--text-muted);font-weight:600;font-size:.875rem;cursor:pointer;text-align:left;transition:all .2s}._modalTab_tmuus_309:hover{background:var(--bg-color);color:var(--text-color)}._modalTab_tmuus_309._active_tmuus_187{background:var(--primary-light);color:var(--primary-color)}._modalMain_tmuus_333{flex:1}._tabContent_tmuus_337{padding:.5rem}._infoGrid_tmuus_341{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._infoGroup_tmuus_347{display:flex;flex-direction:column;gap:.5rem}._infoGroup_tmuus_347 label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}._infoGroup_tmuus_347 p{margin:0;font-weight:600;color:var(--text-color)}._listSection_tmuus_365{display:flex;flex-direction:column;gap:1rem}._loadingPulse_tmuus_371{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-style:italic;animation:_pulse_tmuus_1 1.5s infinite}@keyframes _pulse_tmuus_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._form_tmuus_392{display:flex;flex-direction:column;gap:2rem;padding:.5rem}._form_tmuus_392 ._formGrid_tmuus_398{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._form_tmuus_392 ._formActions_tmuus_403{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}._registered_tmuus_412{color:#10b981!important;background-color:#ecfdf5!important}._faceModalContent_tmuus_417{display:flex;flex-direction:column;gap:1.5rem;align-items:center}._cameraPreview_tmuus_424{position:relative;width:100%;max-width:400px;aspect-ratio:4/3;background:#1e293b;border-radius:var(--radius-lg);overflow:hidden;border:4px solid var(--border-color)}._cameraPreview_tmuus_424 video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._focusFrame_tmuus_441{position:absolute;inset:40px;border:2px solid rgba(255,255,255,.2);pointer-events:none}._focusFrame_tmuus_441 ._focusCorner_tmuus_447{position:absolute;width:20px;height:20px;border:4px solid var(--primary-color)}._focusFrame_tmuus_441 ._focusCorner_tmuus_447:nth-child(1){top:-4px;left:-4px;border-right:0;border-bottom:0}._focusFrame_tmuus_441 ._focusCorner_tmuus_447:nth-child(2){top:-4px;right:-4px;border-left:0;border-bottom:0}._focusFrame_tmuus_441 ._focusCorner_tmuus_447:nth-child(3){bottom:-4px;left:-4px;border-right:0;border-top:0}._focusFrame_tmuus_441 ._focusCorner_tmuus_447:nth-child(4){bottom:-4px;right:-4px;border-left:0;border-top:0}._faceModalActions_tmuus_478{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._faceModalActions_tmuus_478 button{width:100%;justify-content:center}._faceNote_tmuus_490{font-size:.75rem;color:var(--text-muted);text-align:center;margin:0}._listHeader_tmuus_497{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._listHeader_tmuus_497 h3{margin:0;font-size:1.125rem;font-weight:700;color:var(--text-color)}._listItem_tmuus_510{display:flex;justify-content:space-between;align-items:center;background:var(--bg-color);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border-color);transition:all .2s;margin-bottom:.5rem}._listItem_tmuus_510:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-sm)}._listItem_tmuus_510 ._itemInfo_tmuus_526 h4{margin:0 0 .25rem;color:var(--text-color);font-size:1rem}._listItem_tmuus_510 ._itemInfo_tmuus_526 p{margin:0;color:var(--text-muted);font-size:.875rem}._listItem_tmuus_510 ._itemActions_tmuus_536{display:flex;gap:.5rem}._listItem_tmuus_510 ._itemActions_tmuus_536 button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s}._listItem_tmuus_510 ._itemActions_tmuus_536 button:hover{background:var(--surface-color);color:var(--primary-color)}._listItem_tmuus_510 ._itemActions_tmuus_536 button:last-child:hover{color:var(--danger-color);background:#fef2f2}._empty_tmuus_287{text-align:center;padding:2rem;color:var(--text-muted);font-style:italic;background:var(--bg-color);border-radius:var(--radius-md);border:1px dashed var(--border-color)}._subForm_tmuus_572{display:flex;flex-direction:column;gap:1.5rem}._subForm_tmuus_572 ._formGrid_tmuus_398{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}._subForm_tmuus_572 ._formActions_tmuus_403{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}._container_1b489_1{display:flex;flex-direction:column;gap:2rem}._header_1b489_7{display:flex;justify-content:space-between;align-items:flex-end}._header_1b489_7 ._titleArea_1b489_12 h1{font-size:1.875rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}._header_1b489_7 ._titleArea_1b489_12 p{color:var(--text-muted);margin:0}._tabs_1b489_23{display:flex;gap:2rem;border-bottom:1px solid var(--border-color)}._tab_1b489_23{padding:1rem 0;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;background:none;border-left:none;border-right:none;border-top:none}._tab_1b489_23:hover{color:var(--text-color)}._tab_1b489_23._active_1b489_44{color:var(--primary-color);border-bottom-color:var(--primary-color)}._card_1b489_49{background-color:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden}._cardHeader_1b489_57{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}._cardHeader_1b489_57 h3{margin:0;font-size:1.125rem;font-weight:600}._cardHeader_1b489_57 ._searchBox_1b489_69{display:flex;align-items:center;gap:.5rem;background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:0 .75rem;width:250px}._cardHeader_1b489_57 ._searchBox_1b489_69 input{border:none;background:transparent;outline:none;padding:.5rem 0;font-size:.875rem;width:100%}._cardHeader_1b489_57 ._searchBox_1b489_69 svg{color:var(--text-muted)}._tableWrapper_1b489_91{overflow-x:auto}._table_1b489_91{width:100%;border-collapse:collapse;text-align:left}._table_1b489_91 th{padding:1rem 1.5rem;background-color:var(--bg-color);font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-color)}._table_1b489_91 td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);font-size:.875rem}._code_1b489_115{font-family:monospace;background-color:var(--bg-color);padding:.25rem .5rem;border-radius:var(--radius-sm);color:var(--primary-color);font-weight:600}._name_1b489_124{font-weight:600;color:var(--text-color)}._actionsColumn_1b489_129{text-align:right}._actionBtns_1b489_133{display:flex;justify-content:flex-end;gap:.5rem}._actionBtn_1b489_133{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:all .2s ease}._actionBtn_1b489_133:hover{background-color:var(--bg-color);color:var(--primary-color)}._actionBtn_1b489_133:last-child:hover{color:var(--danger-color);background-color:#fef2f2}._loading_1b489_158,._empty_1b489_159{text-align:center;padding:3rem!important;color:var(--text-muted);font-style:italic}._container_1vv49_1{display:flex;flex-direction:column;gap:1.5rem}._header_1vv49_7{display:flex;justify-content:space-between;align-items:center}._header_1vv49_7 ._titleArea_1vv49_12 h1{font-size:1.875rem;font-weight:700;margin:0 0 .5rem;color:var(--text-color)}._header_1vv49_7 ._titleArea_1vv49_12 p{margin:0;color:var(--text-muted)}._header_1vv49_7 ._actions_1vv49_22{display:flex;gap:.75rem}._filterBar_1vv49_27{display:flex;justify-content:space-between;align-items:center;background:var(--surface-color);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);gap:1.5rem}._filterBar_1vv49_27 ._searchBox_1vv49_37{display:flex;align-items:center;gap:.75rem;background:var(--bg-color);border:1px solid var(--border-color);padding:.625rem 1rem;border-radius:var(--radius-md);flex:1;max-width:400px}._filterBar_1vv49_27 ._searchBox_1vv49_37 input{border:none;background:transparent;outline:none;width:100%;font-size:.875rem;color:var(--text-color)}._filterBar_1vv49_27 ._searchBox_1vv49_37 svg{color:var(--text-muted)}._filterBar_1vv49_27 ._filters_1vv49_59 ._filterGroup_1vv49_59{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.875rem}._filterBar_1vv49_27 ._filters_1vv49_59 ._filterGroup_1vv49_59 select{padding:.5rem 1rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-color);outline:none;cursor:pointer}._filterBar_1vv49_27 ._filters_1vv49_59 ._filterGroup_1vv49_59 select:hover{border-color:var(--primary-color)}._statsSummary_1vv49_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statsSummary_1vv49_79 ._statItem_1vv49_84{background:var(--surface-color);padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);display:flex;align-items:center;gap:1rem}._statsSummary_1vv49_79 ._statItem_1vv49_84 ._icon_1vv49_93{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}._statsSummary_1vv49_79 ._statItem_1vv49_84 ._info_1vv49_101{display:flex;flex-direction:column}._statsSummary_1vv49_79 ._statItem_1vv49_84 ._info_1vv49_101 ._label_1vv49_105{font-size:.8125rem;color:var(--text-muted);font-weight:500}._statsSummary_1vv49_79 ._statItem_1vv49_84 ._info_1vv49_101 ._value_1vv49_110{font-size:1.25rem;font-weight:700;color:var(--text-color)}._tableCard_1vv49_116{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden;box-shadow:var(--shadow-sm)}._tableWrapper_1vv49_124{overflow-x:auto}._table_1vv49_116{width:100%;border-collapse:collapse;text-align:left}._table_1vv49_116 th{background:var(--bg-color);padding:1rem 1.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid var(--border-color)}._table_1vv49_116 td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);font-size:.875rem;color:var(--text-color);vertical-align:middle}._id_1vv49_151{font-weight:600;color:var(--primary-color);font-family:monospace}._employeeInfo_1vv49_157{display:flex;align-items:center;gap:.75rem}._employeeInfo_1vv49_157 ._avatar_1vv49_162{width:32px;height:32px;background:var(--bg-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:var(--text-muted);border:1px solid var(--border-color)}._typeBadge_1vv49_176{padding:.25rem .625rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:20px;font-size:.75rem;font-weight:500;color:var(--text-color)}._statusBadge_1vv49_186{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}._statusBadge_1vv49_186._active_1vv49_194{background-color:#f0fdf4;color:#16a34a}._statusBadge_1vv49_186._warning_1vv49_198{background-color:#fffbeb;color:#d97706}._statusBadge_1vv49_186._expired_1vv49_202{background-color:#fef2f2;color:#dc2626}._actionsColumn_1vv49_207{text-align:right}._btnGroup_1vv49_211{display:flex;justify-content:flex-end;gap:.5rem}._actionBtn_1vv49_217{width:32px;height:32px;border-radius:6px;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}._actionBtn_1vv49_217:hover{background:var(--bg-color);color:var(--primary-color);border-color:var(--primary-color)}._skeletonRow_1vv49_236 ._skeleton_1vv49_236{height:48px;background:linear-gradient(90deg,var(--bg-color) 25%,var(--border-color) 50%,var(--bg-color) 75%);background-size:200% 100%;animation:_loading_1vv49_1 1.5s infinite;border-radius:4px}@keyframes _loading_1vv49_1{0%{background-position:200% 0}to{background-position:-200% 0}}._empty_1vv49_252{text-align:center;padding:4rem!important;color:var(--text-muted);font-style:italic}._container_wjujp_1{display:flex;flex-direction:column;gap:1.5rem}._header_wjujp_7{display:flex;justify-content:space-between;align-items:center}._header_wjujp_7 ._titleArea_wjujp_12 h1{font-size:1.875rem;font-weight:700;margin:0 0 .5rem;color:var(--text-color)}._header_wjujp_7 ._titleArea_wjujp_12 p{margin:0;color:var(--text-muted)}._header_wjujp_7 ._actions_wjujp_22{display:flex;gap:1rem;align-items:center}._viewTabs_wjujp_28{display:flex;background:var(--bg-color);padding:.25rem;border-radius:var(--radius-md);border:1px solid var(--border-color)}._viewTabs_wjujp_28 ._viewTab_wjujp_28{padding:.5rem 1rem;border-radius:var(--radius-sm);border:none;background:transparent;font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .2s}._viewTabs_wjujp_28 ._viewTab_wjujp_28._active_wjujp_46{background:var(--surface-color);color:var(--primary-color);box-shadow:var(--shadow-sm)}._statsGrid_wjujp_52{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_wjujp_58{background:var(--surface-color);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);display:flex;align-items:center;gap:1.25rem;box-shadow:var(--shadow-sm)}._statCard_wjujp_58 ._statIcon_wjujp_68{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}._statCard_wjujp_58 ._statInfo_wjujp_76{display:flex;flex-direction:column}._statCard_wjujp_58 ._statInfo_wjujp_76 ._statLabel_wjujp_80{font-size:.8125rem;color:var(--text-muted);font-weight:500}._statCard_wjujp_58 ._statInfo_wjujp_76 ._statValue_wjujp_85{font-size:1.5rem;font-weight:700;color:var(--text-color)}._contentCard_wjujp_91{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);overflow:hidden}._cardHeader_wjujp_99{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}._cardHeader_wjujp_99 ._searchBox_wjujp_106{display:flex;align-items:center;gap:.75rem;background:var(--bg-color);border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:var(--radius-md);width:300px}._cardHeader_wjujp_99 ._searchBox_wjujp_106 input{border:none;background:transparent;outline:none;width:100%;font-size:.875rem;color:var(--text-color)}._cardHeader_wjujp_99 ._searchBox_wjujp_106 svg{color:var(--text-muted)}._cardHeader_wjujp_99 ._dateSelector_wjujp_127 button{display:flex;align-items:center;gap:.5rem;background:var(--bg-color);border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--text-color);cursor:pointer}._cardHeader_wjujp_99 ._dateSelector_wjujp_127 button:hover{border-color:var(--primary-color)}._tableWrapper_wjujp_144{overflow-x:auto}._table_wjujp_144{width:100%;border-collapse:collapse;text-align:left}._table_wjujp_144 th{padding:1rem 1.5rem;background:var(--bg-color);font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}._table_wjujp_144 td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);font-size:.875rem}._user_wjujp_168{display:flex;align-items:center;gap:.75rem}._user_wjujp_168 ._avatar_wjujp_173{width:32px;height:32px;background:var(--bg-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:var(--text-muted);border:1px solid var(--border-color)}._timeInline_wjujp_187{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-weight:600}._timeInline_wjujp_187 ._checkIn_wjujp_194{color:#22c55e}._timeInline_wjujp_187 ._checkOut_wjujp_197{color:#f59e0b}._hours_wjujp_201{font-weight:700;color:var(--primary-color)}._statusBadge_wjujp_206{padding:.25rem .625rem;border-radius:20px;font-size:.75rem;font-weight:600}._statusBadge_wjujp_206._full_wjujp_212{background:#f0fdf4;color:#16a34a}._statusBadge_wjujp_206._missing_wjujp_216{background:#fef2f2;color:#dc2626}._note_wjujp_221{color:var(--text-muted);font-style:italic;font-size:.8125rem}._calendarPlaceholder_wjujp_227{padding:5rem;text-align:center;color:var(--text-muted)}._calendarPlaceholder_wjujp_227 svg{margin-bottom:1rem;opacity:.5}._empty_wjujp_237{text-align:center;padding:3rem!important;color:var(--text-muted)}._skeleton_wjujp_243{height:48px;background:linear-gradient(90deg,var(--bg-color) 25%,var(--border-color) 50%,var(--bg-color) 75%);background-size:200% 100%;animation:_loading_wjujp_1 1.5s infinite}@keyframes _loading_wjujp_1{to{background-position:-200% 0}}._container_4p7cs_1{display:flex;flex-direction:column;gap:1.5rem}._header_4p7cs_7{display:flex;justify-content:space-between;align-items:center}._header_4p7cs_7 ._titleArea_4p7cs_12 h1{font-size:1.875rem;font-weight:700;margin:0;color:var(--text-color)}._header_4p7cs_7 ._titleArea_4p7cs_12 p{margin:.5rem 0 0;color:var(--text-muted)}._header_4p7cs_7 ._actions_4p7cs_22{display:flex;gap:.75rem}._tabs_4p7cs_27{display:flex;gap:2rem;border-bottom:1px solid var(--border-color)}._tab_4p7cs_27{padding:1rem 0;font-weight:600;color:var(--text-muted);border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}._tab_4p7cs_27:hover{color:var(--text-color)}._tab_4p7cs_27._active_4p7cs_46{color:var(--primary-color);border-bottom-color:var(--primary-color)}._grid_4p7cs_51{display:grid;grid-template-columns:1fr 300px;gap:1.5rem}._card_4p7cs_57{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);overflow:hidden}._cardHeader_4p7cs_65{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}._cardHeader_4p7cs_65 h3{margin:0;font-size:1.125rem}._cardHeader_4p7cs_65 ._searchBox_4p7cs_76{display:flex;align-items:center;gap:.75rem;background:var(--bg-color);border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:var(--radius-md);width:250px}._cardHeader_4p7cs_65 ._searchBox_4p7cs_76 input{border:none;background:transparent;outline:none;width:100%;font-size:.875rem;color:var(--text-color)}._cardHeader_4p7cs_65 ._searchBox_4p7cs_76 svg{color:var(--text-muted)}._tableWrapper_4p7cs_98{overflow-x:auto}._table_4p7cs_98{width:100%;border-collapse:collapse;text-align:left}._table_4p7cs_98 th{padding:1rem 1.5rem;background:var(--bg-color);font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted)}._table_4p7cs_98 td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);font-size:.875rem}._code_4p7cs_121{font-family:monospace;font-weight:600;color:var(--primary-color)}._name_4p7cs_127{font-weight:600;color:var(--text-color)}._amount_4p7cs_132{font-weight:700;color:#16a34a}._desc_4p7cs_137{color:var(--text-muted);max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionsColumn_4p7cs_145{text-align:right}._actionBtns_4p7cs_149{display:flex;justify-content:flex-end;gap:.5rem}._actionBtn_4p7cs_149{width:30px;height:30px;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:transparent;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._actionBtn_4p7cs_149:hover{background:var(--bg-color);color:var(--primary-color);border-color:var(--primary-color)}._sidebar_4p7cs_174{display:flex;flex-direction:column;gap:1.5rem}._miniCard_4p7cs_180{background:var(--surface-color);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}._miniCard_4p7cs_180 h4{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}._miniCard_4p7cs_180 ._miniStat_4p7cs_192{display:flex;align-items:baseline;gap:.75rem}._miniCard_4p7cs_180 ._miniStat_4p7cs_192 ._statValue_4p7cs_197{font-size:1.75rem;font-weight:800;color:var(--text-color)}._miniCard_4p7cs_180 ._miniStat_4p7cs_192 ._statTrend_4p7cs_202{font-size:.75rem;color:#16a34a;font-weight:700;display:flex;align-items:center;gap:.25rem}._quickLinks_4p7cs_211{background:var(--surface-color);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}._quickLinks_4p7cs_211 h4{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}._quickLink_4p7cs_211{width:100%;display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--radius-md);border:1px solid transparent;background:var(--bg-color);color:var(--text-color);font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:.75rem;transition:all .2s}._quickLink_4p7cs_211:last-child{margin-bottom:0}._quickLink_4p7cs_211:hover{border-color:var(--primary-color);background:var(--surface-color)}._quickLink_4p7cs_211 ._qlIcon_4p7cs_247{width:36px;height:36px;background:var(--surface-color);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}._quickLink_4p7cs_211 span{flex:1;text-align:left}@media(max-width:1024px){._grid_4p7cs_51{grid-template-columns:1fr}}._loading_4p7cs_267{text-align:center;padding:3rem!important;color:var(--text-muted)}._container_hmrom_1{display:flex;flex-direction:column;gap:2rem;max-width:1200px}._header_hmrom_8{display:flex;justify-content:space-between;align-items:flex-end}._header_hmrom_8 ._titleArea_hmrom_13 h1{font-size:2rem;font-weight:800;color:var(--text-color);margin:0 0 .5rem}._header_hmrom_8 ._titleArea_hmrom_13 p{color:var(--text-muted);margin:0}._header_hmrom_8 ._headerActions_hmrom_23{display:flex;gap:1rem}._layout_hmrom_28{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}._sidebar_hmrom_35{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:1rem;box-shadow:var(--shadow-sm)}._nav_hmrom_43{display:flex;flex-direction:column;gap:.5rem}._navItem_hmrom_49{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-md);background:transparent;border:1px solid transparent;color:var(--text-color);font-weight:600;cursor:pointer;transition:all .2s}._navItem_hmrom_49:hover{background:var(--bg-color);color:var(--primary-color)}._navItem_hmrom_49._active_hmrom_66{background:var(--primary-light);color:var(--primary-color);border-color:var(--primary-color)}._navItem_hmrom_49 svg{flex-shrink:0}._main_hmrom_75{background:var(--surface-color);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:2.5rem;box-shadow:var(--shadow-sm)}._section_hmrom_83{display:flex;flex-direction:column;gap:2rem}._sectionHeader_hmrom_89 h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}._sectionHeader_hmrom_89 p{color:var(--text-muted);margin:0;font-size:.875rem}._themeGrid_hmrom_101{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._themeCard_hmrom_107{cursor:pointer;border:2px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s}._themeCard_hmrom_107:hover{border-color:var(--primary-color)}._themeCard_hmrom_107._selected_hmrom_117{border-color:var(--primary-color);box-shadow:0 0 0 4px var(--primary-light)}._themePreview_hmrom_122{height:120px;display:flex;padding:1rem;gap:.5rem}._themePreview_hmrom_122 ._previewSidebar_hmrom_128{width:20%;background:#e5e7eb;border-radius:4px}._themePreview_hmrom_122 ._previewContent_hmrom_133{flex:1;display:flex;flex-direction:column;gap:.5rem}._themePreview_hmrom_122 ._previewBar_hmrom_139{height:12px;background:#e5e7eb;border-radius:4px}._themePreview_hmrom_122 ._previewBox_hmrom_144{flex:1;background:#e5e7eb;border-radius:4px}._themeInfo_hmrom_150{padding:1rem;display:flex;align-items:center;gap:.75rem;background:var(--bg-color);border-top:1px solid var(--border-color);font-weight:600;font-size:.875rem}._themeInfo_hmrom_150 ._check_hmrom_160{margin-left:auto;color:var(--primary-color)}._divider_hmrom_165{height:1px;background:var(--border-color);margin:1rem 0}._colorGrid_hmrom_171{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center}._colorItem_hmrom_178{width:44px;height:44px;border-radius:50%;background-color:var(--color);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s}._colorItem_hmrom_178:hover{transform:scale(1.1)}._colorItem_hmrom_178._active_hmrom_66{transform:scale(1.1);box-shadow:0 0 0 4px var(--primary-light)}._customColor_hmrom_198{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;color:var(--text-color)}._customColor_hmrom_198 input[type=color]{width:44px;height:44px;border:2px solid var(--border-color);border-radius:50%;padding:0;cursor:pointer;overflow:hidden}._customColor_hmrom_198 input[type=color]::-webkit-color-swatch-wrapper{padding:0}._customColor_hmrom_198 input[type=color]::-webkit-color-swatch{border:none;border-radius:50%}._emptyContent_hmrom_223{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 0;text-align:center;color:var(--text-muted)}._emptyContent_hmrom_223 svg{margin-bottom:1.5rem;opacity:.3}._emptyContent_hmrom_223 h3{margin:0 0 .5rem;color:var(--text-color)}@media(max-width:1024px){._layout_hmrom_28{grid-template-columns:1fr}}._container_1k982_1{display:flex;flex-direction:column;max-height:80vh}._tableWrapper_1k982_7{flex:1;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px}._table_1k982_7{width:100%;border-collapse:collapse}._table_1k982_7 th{position:sticky;top:0;background:#f8fafc;padding:12px 16px;font-weight:600;color:#475569;font-size:13px;text-align:left;border-bottom:1px solid #e2e8f0;z-index:10}._table_1k982_7 td{padding:10px 16px;border-bottom:1px solid #f1f5f9}._row_1k982_35:hover{background:#f8fafc}._childRow_1k982_39{background:#fafafa}._menuNameCell_1k982_43{display:flex;align-items:center;gap:8px}._parentName_1k982_49{font-weight:600;color:#1e293b}._toggleBtn_1k982_54{background:none;border:none;padding:2px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center}._toggleBtn_1k982_54:hover{color:#3b82f6}._checkCell_1k982_68{text-align:center;width:80px}._checkbox_1k982_73{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:4px}._checkbox_1k982_73:hover{background:#f1f5f9}._footer_1k982_88{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #e2e8f0;margin-top:16px}._container_18jay_1{padding:24px}._header_18jay_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._header_18jay_5 h1{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:4px}._header_18jay_5 p{color:#666;font-size:14px}._card_18jay_22{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}._table_18jay_29{width:100%;border-collapse:collapse;text-align:left}._table_18jay_29 th{background:#f8fafc;padding:12px 16px;font-weight:600;color:#475569;font-size:13px;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #e2e8f0}._table_18jay_29 td{padding:16px;border-bottom:1px solid #f1f5f9;font-size:14px}._table_18jay_29 ._code_18jay_49{font-family:monospace;color:#3b82f6;font-weight:600}._table_18jay_29 ._title_18jay_54{font-weight:500;color:#1e293b}._table_18jay_29 ._note_18jay_58{color:#64748b}._table_18jay_29 ._actions_18jay_61{display:flex;gap:8px}._actionBtn_18jay_66{padding:8px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s}._actionBtn_18jay_66:hover{background:#f8fafc;border-color:#cbd5e1}._form_18jay_79{display:flex;flex-direction:column;gap:16px;padding:8px 0}._modalFooter_18jay_86{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}._container_1lp90_1{padding:1.5rem}._header_1lp90_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._header_1lp90_5 h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}._header_1lp90_5 p{color:#64748b;font-size:.9rem}._toolbar_1lp90_22{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}._toolbar_1lp90_22 ._search_1lp90_28{position:relative;width:300px}._toolbar_1lp90_22 ._search_1lp90_28 svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}._toolbar_1lp90_22 ._search_1lp90_28 input{width:100%;padding:.6rem .75rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9rem;transition:all .2s}._toolbar_1lp90_22 ._search_1lp90_28 input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._tableCard_1lp90_53{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000000d}._table_1lp90_53{width:100%;border-collapse:collapse;text-align:left}._table_1lp90_53 th{padding:1rem 1.5rem;background:#f8fafc;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0}._table_1lp90_53 td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9rem}._table_1lp90_53 tr:hover{background:#f8fafc}._table_1lp90_53 code{background:#f1f5f9;padding:.2rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.85rem;color:#6366f1}._menuName_1lp90_93{display:flex;align-items:center;gap:.75rem}._menuName_1lp90_93 ._parentIcon_1lp90_98{color:#3b82f6}._menuName_1lp90_93 ._childIcon_1lp90_101{color:#94a3b8}._badge_1lp90_105{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}._bgParent_1lp90_112{background:#dbeafe;color:#1e40af}._bgChild_1lp90_117{background:#f1f5f9;color:#475569}._actions_1lp90_122{display:flex;gap:.5rem}._actions_1lp90_122 button{padding:.4rem;border:1px solid #e2e8f0;background:#fff;border-radius:.375rem;color:#64748b;cursor:pointer;transition:all .2s}._actions_1lp90_122 button:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}._actions_1lp90_122 button._delete_1lp90_140:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}._form_1lp90_146 ._formGrid_1lp90_146{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._form_1lp90_146 ._checkboxGroup_1lp90_152 label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#334155}._form_1lp90_146 ._selectField_1lp90_160{display:flex;flex-direction:column;gap:.4rem}._form_1lp90_146 ._selectField_1lp90_160 label{font-size:.875rem;font-weight:500;color:#475569}._form_1lp90_146 ._selectField_1lp90_160 select{padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9rem;background:#fff}._form_1lp90_146 ._selectField_1lp90_160 select:focus{outline:none;border-color:#3b82f6}._form_1lp90_146 ._formActions_1lp90_181{display:flex;justify-content:flex-end;gap:.75rem}._container_1yxhs_1{padding:24px;background-color:var(--bg-primary);min-height:calc(100vh - 64px)}._container_1yxhs_1 h1{font-size:24px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}._tabs_1yxhs_13{display:flex;gap:16px;margin-bottom:24px;border-bottom:1px solid var(--border-color);padding-bottom:0}._tabs_1yxhs_13 ._tab_1yxhs_13{padding:12px 24px;cursor:pointer;font-weight:500;color:var(--text-secondary);border-bottom:2px solid transparent;transition:all .2s}._tabs_1yxhs_13 ._tab_1yxhs_13:hover{color:var(--primary-color)}._tabs_1yxhs_13 ._tab_1yxhs_13._active_1yxhs_31{color:var(--primary-color);border-bottom-color:var(--primary-color)}._content_1yxhs_36{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}._card_1yxhs_43{border:1px solid var(--border-color);border-radius:8px;padding:16px;margin-bottom:16px}._card_1yxhs_43 h3{margin-top:0;margin-bottom:12px;font-size:18px}._formGroup_1yxhs_55{margin-bottom:16px}._formGroup_1yxhs_55 label{display:block;margin-bottom:8px;font-weight:500}._formGroup_1yxhs_55 input,._formGroup_1yxhs_55 textarea,._formGroup_1yxhs_55 select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}._formGroup_1yxhs_55 input:focus,._formGroup_1yxhs_55 textarea:focus,._formGroup_1yxhs_55 select:focus{outline:none;border-color:var(--primary-color)}._btn_1yxhs_79{padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:.2s}._btn_1yxhs_79._primary_1yxhs_87{background-color:var(--primary-color);color:#fff}._btn_1yxhs_79._primary_1yxhs_87:hover{opacity:.9}._btn_1yxhs_79._secondary_1yxhs_94{background-color:#f0f0f0;color:#333}._btn_1yxhs_79._secondary_1yxhs_94:hover{background-color:#e0e0e0}._btn_1yxhs_79:disabled{opacity:.6;cursor:not-allowed}._pageList_1yxhs_106{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._pageList_1yxhs_106 ._pageItem_1yxhs_111{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #eee;border-radius:8px;background:#fafafa}._pageList_1yxhs_106 ._pageItem_1yxhs_111 ._info_1yxhs_120{font-weight:600}._postCreator_1yxhs_124{max-width:800px;margin:0 auto}._workflowList_1yxhs_129 ._workflowItem_1yxhs_129{padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between}._workflowList_1yxhs_129 ._workflowItem_1yxhs_129:last-child{border-bottom:none}._container_xp3ww_1{padding:24px;background:#f8fafc;min-height:100vh}._header_xp3ww_7{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:12px}._titleArea_xp3ww_15{display:flex;flex-direction:column;gap:4px}._header_xp3ww_7 h1{font-size:28px;color:#0f172a;font-weight:800;margin:0;letter-spacing:-.025em}._subtitle_xp3ww_29{color:#64748b;font-size:14px}._tabButtons_xp3ww_34{display:flex;gap:8px;background:#f1f5f9;padding:6px;border-radius:12px;margin-bottom:32px;width:fit-content}._tabBtn_xp3ww_44{padding:10px 18px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;gap:8px;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}._tabBtn_xp3ww_44:hover{color:#1e293b;background:#ffffff80}._tabBtn_xp3ww_44._active_xp3ww_63{color:#2563eb;background:#fff;box-shadow:0 4px 12px #2563eb1a,0 2px 4px #0000000d}._tabBtn_xp3ww_44 svg{transition:transform .2s ease}._tabBtn_xp3ww_44._active_xp3ww_63 svg{transform:scale(1.1)}._grid_xp3ww_75{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;animation:_fadeIn_xp3ww_1 .4s ease-out}._loadingState_xp3ww_82,._emptyState_xp3ww_82{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:#94a3b8;gap:16px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0}._loadingState_xp3ww_82 svg,._emptyState_xp3ww_82 svg{opacity:.5;animation:_pulse_xp3ww_1 2s infinite}@keyframes _pulse_xp3ww_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}._card_xp3ww_110{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #f1f5f9;position:relative;transition:all .3s ease}._card_xp3ww_110:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;border-color:#cbd5e1}._cardHeader_xp3ww_126{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._licensePlate_xp3ww_133{background:#eff6ff;color:#1e40af;padding:4px 12px;border-radius:6px;font-weight:700;font-size:18px}._itemTitle_xp3ww_142{font-weight:700;font-size:16px;color:#1e293b}._routeCode_xp3ww_148{color:#3b82f6;font-weight:600;font-size:14px;margin-bottom:8px}._itemDetail_xp3ww_155{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px;line-height:1.5}._badgeLine_xp3ww_164{display:inline-block;margin-top:12px;padding:4px 10px;background:#f1f5f9;border-radius:20px;font-size:12px;font-weight:600;color:#475569}._itemActions_xp3ww_175{display:flex;gap:4px}._iconBtn_xp3ww_180{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}._iconBtn_xp3ww_180:hover{background:#f8fafc;color:#3b82f6;border-color:#3b82f6}._btnDanger_xp3ww_200:hover{background:#fee2e2;color:#ef4444;border-color:#ef4444}._statsGrid_xp3ww_206{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}._statItem_xp3ww_213{background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #f1f5f9}._statLabel_xp3ww_220{font-size:11px;color:#94a3b8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.025em;display:flex;align-items:center;gap:4px}._statValue_xp3ww_231{font-size:14px;font-weight:700;color:#1e293b}._btnPrimary_xp3ww_237{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;padding:10px 24px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #2563eb40;transition:all .2s ease}._btnPrimary_xp3ww_237:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59;filter:brightness(1.1)}._btnOutline_xp3ww_258{background:#fff;color:#475569;border:1px solid #cbd5e1;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}._modalOverlay_xp3ww_269{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_xp3ww_283{background:#fff;width:600px;max-width:95vw;border-radius:16px;padding:24px;box-shadow:0 25px 50px -12px #00000040}._modalHeader_xp3ww_292{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._closeBtn_xp3ww_299{background:none;border:none;color:#94a3b8;cursor:pointer}._modalForm_xp3ww_306{display:flex;flex-direction:column;gap:20px}._formGrid_xp3ww_312{display:grid;grid-template-columns:1fr 1fr;gap:16px}._formGroup_xp3ww_318{display:flex;flex-direction:column;gap:8px}._formGroup_xp3ww_318 label{font-size:14px;font-weight:600;color:#334155}._formGroup_xp3ww_318 input,._formGroup_xp3ww_318 textarea{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}._formGroup_xp3ww_318 input:focus,._formGroup_xp3ww_318 select:focus,._formGroup_xp3ww_318 textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}._modalFooter_xp3ww_346{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}._container_ubm2a_1{padding:32px;background:#f8fafc;min-height:calc(100vh - 64px);display:flex;flex-direction:column;gap:32px}._header_ubm2a_10{display:flex;flex-direction:column;gap:8px}._header_ubm2a_10 h1{font-size:32px;color:#0f172a;font-weight:800;margin:0;letter-spacing:-.025em}._header_ubm2a_10 p{color:#64748b;font-size:16px}._mainLayout_ubm2a_27{display:grid;grid-template-columns:1fr 380px;gap:32px}._cameraSection_ubm2a_33{display:flex;flex-direction:column;gap:24px}._cameraWrapper_ubm2a_39{position:relative;width:640px;height:480px;background:#1e293b;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:8px solid white}._video_ubm2a_50{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._scannerOverlay_ubm2a_57{position:absolute;inset:50px 80px;pointer-events:none;border:2px solid rgba(37,99,235,.2)}._scanLine_ubm2a_67{position:absolute;width:100%;height:3px;background:linear-gradient(to right,transparent,#3b82f6,transparent);box-shadow:0 0 15px #3b82f6;animation:_scan_ubm2a_57 3s linear infinite}@keyframes _scan_ubm2a_57{0%{top:0}to{top:100%}}[class^=corner]{position:absolute;width:20px;height:20px;border:4px solid #3b82f6}._cornerTopLeft_ubm2a_91{top:-4px;left:-4px;border-right:0;border-bottom:0;border-radius:8px 0 0}._cornerTopRight_ubm2a_99{top:-4px;right:-4px;border-left:0;border-bottom:0;border-radius:0 8px 0 0}._cornerBottomLeft_ubm2a_107{bottom:-4px;left:-4px;border-right:0;border-top:0;border-radius:0 0 0 8px}._cornerBottomRight_ubm2a_115{bottom:-4px;right:-4px;border-left:0;border-top:0;border-radius:0 0 8px}._cameraLoading_ubm2a_123{position:absolute;inset:0;background:#1e293b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#94a3b8}._spinner_ubm2a_135{animation:_rotate_ubm2a_1 2s linear infinite}@keyframes _rotate_ubm2a_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._controls_ubm2a_147{display:flex;justify-content:center}._captureBtn_ubm2a_152{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;padding:18px 40px;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:12px;box-shadow:0 10px 25px #2563eb66;transition:all .3s cubic-bezier(.4,0,.2,1)}._captureBtn_ubm2a_152:hover:not(:disabled){transform:translateY(-4px) scale(1.02);box-shadow:0 15px 35px #2563eb80}._captureBtn_ubm2a_152:active:not(:disabled){transform:translateY(-2px)}._captureBtn_ubm2a_152:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}._infoSection_ubm2a_180{display:flex;flex-direction:column;gap:24px}._userCard_ubm2a_186{background:#fff;padding:24px;border-radius:20px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}._avatar_ubm2a_197{width:64px;height:64px;background:#f1f5f9;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#94a3b8}._avatar_ubm2a_197 img{width:100%;height:100%;object-fit:cover}._userDetails_ubm2a_214 h3{margin:0;font-size:18px;color:#0f172a}._userDetails_ubm2a_214 p{margin:4px 0;font-size:14px;color:#64748b}._roleBadge_ubm2a_225{padding:4px 12px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;border-radius:20px;text-transform:uppercase}._historyCard_ubm2a_235{background:#fff;padding:24px;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9}._historyCard_ubm2a_235 h4{margin:0 0 20px;font-size:16px;color:#334155}._recordItem_ubm2a_248{padding:16px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;gap:16px;border:1px solid #f1f5f9;animation:_fadeIn_ubm2a_1 .4s ease-out}@keyframes _fadeIn_ubm2a_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._recordIcon_ubm2a_269{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d}._recordInfo_ubm2a_280{display:flex;flex-direction:column;flex:1}._recordType_ubm2a_286{font-weight:700;font-size:14px;color:#1e293b}._recordTime_ubm2a_292{font-size:13px;color:#64748b}._successIcon_ubm2a_297{color:#10b981}._noRecord_ubm2a_301{display:flex;flex-direction:column;align-items:center;padding:32px 0;color:#94a3b8;gap:12px;font-size:14px}._guideCard_ubm2a_311{padding:24px;background:#fffbeb;border:1px solid #fef3c7;border-radius:20px}._guideCard_ubm2a_311 h4{margin:0 0 12px;color:#92400e;font-size:15px}._guideCard_ubm2a_311 ul{margin:0;padding-left:20px;color:#b45309;font-size:13px;display:flex;flex-direction:column;gap:8px}:root{--primary-color: #3FA9F5;--primary-hover: #3598db;--primary-light: #e6f4ff;--secondary-color: #6c757d;--success-color: #22c55e;--danger-color: #ef4444;--warning-color: #f59e0b;--info-color: #0ea5e9;--bg-color: #f8fafc;--surface-color: #ffffff;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--input-bg: #ffffff;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=dark]{--bg-color: #0f172a;--surface-color: #1e293b;--text-color: #f1f5f9;--text-muted: #94a3b8;--border-color: #334155;--input-bg: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}ul,ol{list-style:none}body{transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;display:flex;flex-direction:column}
