
.fx-page-heading h1{margin:0 0 4px;color:#123c5d;font-size:24px}
.fx-page-heading p{margin:0 0 16px;color:#677d8f;font-size:12px}
.fx-employee-list-page,.fx-employee-form-page{padding:18px 20px 24px}
.fx-employee-filters{display:grid;grid-template-columns:1.1fr 1.4fr .9fr .9fr auto;gap:14px;align-items:end;padding:16px;border:1px solid #d9e2e9;border-radius:8px;background:#fff}
.fx-employee-filters label,.fx-field{display:grid;gap:5px}
.fx-employee-filters span,.fx-field>span{color:#38546a;font-size:11px;font-weight:600}
.fx-employee-filters input,.fx-employee-filters select,.fx-field input,.fx-field select{width:100%;min-height:34px;box-sizing:border-box;padding:5px 9px;border:1px solid #bcc9d2;border-radius:5px;background:#fff;color:#203f55;font:inherit;font-size:12px}
.fx-filter-actions{display:flex;gap:8px}
.fx-filter-actions button{min-height:34px;padding:0 14px;border:1px solid #6d4ac9;border-radius:5px;background:#fff;color:#5e3eb8;font:inherit;cursor:pointer}
.fx-filter-actions button.secondary{border-color:#c6d1d9;color:#425d71}
.fx-employee-grid-card{margin-top:14px;overflow:hidden;border:1px solid #d7e1e8;border-radius:8px;background:#fff}
.fx-employee-grid-scroll{max-width:100%;overflow:auto;scrollbar-gutter:stable}
.fx-employee-grid{min-width:1500px;width:100%;border-collapse:collapse;font-size:11px}
.fx-employee-grid th{position:sticky;top:0;z-index:1;padding:9px 10px;border-bottom:1px solid #d7e1e8;background:#f2f6f9;color:#29485f;text-align:left;white-space:nowrap}
.fx-employee-grid td{padding:9px 10px;border-bottom:1px solid #edf1f4;color:#213f54;white-space:nowrap}
.fx-employee-grid tbody tr{cursor:pointer}.fx-employee-grid tbody tr:hover{background:#f7fafc}.fx-employee-grid tbody tr.is-selected{background:#e1edf6}
.fx-emp-status{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:12px}.fx-emp-status--on{color:#2b9b4d}.fx-emp-status--off{color:#e33a38}
.fx-grid-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px solid #e5eaee;background:#fafcfd;color:#667b8b;font-size:11px}
.fx-pagination{display:flex;gap:5px}.fx-pagination button{min-width:30px;min-height:30px;border:1px solid #c7d2da;border-radius:5px;background:#fff;color:#3b586c}.fx-pagination button.active{border-color:#6847c6;background:#6847c6;color:#fff}
.fx-status-legend{display:flex;gap:18px;padding:9px 12px;border-top:1px solid #e5eaee;color:#4a6375;font-size:11px}
.fx-employee-tabs{display:flex;gap:2px;border-bottom:1px solid #d8e1e8}
.fx-employee-tabs button{min-width:150px;min-height:38px;padding:0 16px;border:1px solid #d8e1e8;border-bottom:0;border-radius:6px 6px 0 0;background:#f8fafc;color:#29475d;font:inherit;font-size:12px}
.fx-employee-tabs button.active{background:#fff;color:#5633b8;font-weight:600;box-shadow:inset 0 -2px 0 #6e48d0}
.fx-employee-tab-content{border:1px solid #d8e1e8;border-top:0;border-radius:0 0 8px 8px;background:#fff;overflow:auto}
.fx-form-section{padding:14px;border-bottom:1px solid #e2e7ec}.fx-form-section h2{margin:0 0 12px;color:#183e5c;font-size:14px}.fx-section-subtitle{margin:-6px 0 12px;color:#6b8090;font-size:11px}
.fx-form-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px 14px}.span-1{grid-column:span 1}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.span-5{grid-column:span 5}
.fx-two-column-sections{display:grid;grid-template-columns:1fr 1.1fr}.fx-two-column-sections>.fx-form-section{border-right:1px solid #e2e7ec}.fx-two-column-sections>.fx-form-section:last-child{border-right:0}
.fx-check-line{display:flex;align-items:center;gap:7px;margin-bottom:12px;color:#425c70;font-size:11px}.fx-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fx-check-grid label{display:flex;align-items:center;gap:8px;color:#415c70;font-size:11px}
.fx-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.fx-section-title-row h2{margin:0}.fx-section-title-row p{margin:4px 0 0;color:#718695;font-size:11px}
.fx-outline-button{min-height:32px;padding:0 12px;border:1px solid #6848c8;border-radius:5px;background:#fff;color:#5d3eb8;font:inherit;font-size:11px}
.fx-dependent-table-wrap,.fx-history-table-wrap{overflow:auto}.fx-dependent-table,.fx-history-table{width:100%;border-collapse:collapse;font-size:11px}.fx-dependent-table th,.fx-history-table th{padding:8px 9px;background:#f3f6f8;color:#2e4d63;text-align:left;border-bottom:1px solid #dbe3e9}.fx-dependent-table td,.fx-history-table td{padding:8px 9px;border-bottom:1px solid #edf1f4;color:#29475b}.fx-empty{padding:22px!important;text-align:center;color:#7a8c99}
.fx-history-card{padding:14px;border-bottom:1px solid #e1e7ec}.fx-history-footer{display:flex;align-items:center;justify-content:space-between;padding-top:9px;color:#6b7f8e;font-size:10px}
@media(max-width:1100px){.fx-employee-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-filter-actions{grid-column:1/-1}.fx-two-column-sections{grid-template-columns:1fr}.fx-form-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.span-5{grid-column:span 6}.span-4,.span-3{grid-column:span 3}.span-2{grid-column:span 2}}
