@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-sans: "Outfit", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-display: "Outfit", var(--font-sans);--color-primary-h: 243;--color-primary-s: 75%;--color-primary-l: 59%;--color-primary: hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l));--bg-primary: #f8fafc;--bg-secondary: #f1f5f9;--bg-tertiary: #e2e8f0;--bg-card: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--text-inverse: #ffffff;--border-color: #e2e8f0;--border-hover: #cbd5e1;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--info: #3b82f6;--space-xxs: .125rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .02);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .02);--shadow-glow: 0 0 20px 0 hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l) / .05);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1)}.glass-panel{background:var(--bg-card);border:1px solid var(--border-color)}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:var(--radius-xl);transition:var(--transition-base)}.glass-card.indo-card-hover:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.indo-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:600;border-radius:var(--radius-lg);border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);outline:none;gap:var(--space-sm);-webkit-user-select:none;user-select:none}.indo-btn-sm{padding:.375rem .75rem;font-size:.8125rem}.indo-btn-md{padding:.625rem 1.25rem;font-size:.875rem}.indo-btn-lg{padding:.875rem 1.75rem;font-size:1rem}.indo-btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,hsl(var(--color-primary-h) var(--color-primary-s) 45%) 100%);color:#fff;box-shadow:0 4px 12px hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l) / .2)}.indo-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l) / .35);filter:brightness(1.1)}.indo-btn-primary:active:not(:disabled){transform:translateY(1px)}.indo-btn-secondary{background:var(--bg-card);border-color:var(--border-color);color:var(--text-main)}.indo-btn-secondary:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--border-hover);color:var(--color-primary)}.indo-btn-danger{background:linear-gradient(135deg,var(--danger) 0%,#dc2626 100%);color:#fff;box-shadow:0 4px 12px #ef444433}.indo-btn-danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ef444459;filter:brightness(1.1)}.indo-btn-success{background:linear-gradient(135deg,var(--success) 0%,#059669 100%);color:#fff;box-shadow:0 4px 12px #10b98133}.indo-btn-success:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #10b98159;filter:brightness(1.1)}.indo-btn-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.indo-btn-secondary .indo-btn-spinner{border:2px solid rgba(0,0,0,.1);border-top-color:var(--color-primary)}.indo-btn-ghost .indo-btn-spinner{border:2px solid rgba(0,0,0,.1);border-top-color:var(--text-main)}.indo-btn-ghost{background:transparent;color:var(--text-muted)}.indo-btn-ghost:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-main)}.indo-btn-glow{animation:pulse-glow 2s infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 0 10px hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l) / .2)}to{box-shadow:0 0 20px hsl(var(--color-primary-h) var(--color-primary-s) var(--color-primary-l) / .5)}}.indo-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.indo-card{padding:var(--space-lg);border-radius:var(--radius-xl);overflow:hidden;position:relative;transition:all var(--transition-base)}.solid-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.indo-card-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--border-hover)}.card-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff6;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:10}._dataTable_1tcnt_1{width:100%;display:flex;flex-direction:column;flex:1;min-height:0;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);overflow:clip}._tableScrollWrapper_1tcnt_14{flex:1;min-height:0;overflow:auto}._tableScrollWrapper_1tcnt_14::-webkit-scrollbar{width:6px;height:6px}._tableScrollWrapper_1tcnt_14::-webkit-scrollbar-track{background:#f8fafc}._tableScrollWrapper_1tcnt_14::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._tableScrollWrapper_1tcnt_14::-webkit-scrollbar-thumb:hover{background:#94a3b8}._table_1tcnt_14{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;overflow:visible}._headerCell_1tcnt_43{white-space:nowrap;position:sticky;top:0;z-index:10;background:var(--bg-primary);padding:var(--space-sm) var(--space-md);font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:var(--text-muted);border-bottom:1px solid var(--border-color);box-shadow:inset 0 -1px 0 var(--border-color)}._headerCell_1tcnt_43._sortable_1tcnt_56{cursor:pointer;-webkit-user-select:none;user-select:none}._headerCell_1tcnt_43._sortable_1tcnt_56:hover{background:var(--bg-secondary)}._sortHeader_1tcnt_64{display:flex;align-items:center;gap:var(--space-xs);justify-content:space-between}._sortHeader_1tcnt_64 ._sortIndicator_1tcnt_70{opacity:.3;transition:var(--transition-base)}._sortHeader_1tcnt_64 ._sortIndicator_1tcnt_70._active_1tcnt_74{opacity:1;color:var(--primary)}._row_1tcnt_79{transition:var(--transition-base)}._row_1tcnt_79._clickable_1tcnt_82{cursor:pointer}._row_1tcnt_79._clickable_1tcnt_82:hover td{background:var(--hover-bg)}._row_1tcnt_79._clickable_1tcnt_82:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._row_1tcnt_79 td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--border-color);font-size:var(--font-size-sm);color:var(--text-main)}._emptyCell_1tcnt_99{padding:var(--space-xxxl);text-align:center;color:var(--text-muted)}._skeletonCell_1tcnt_105{padding:var(--space-sm) var(--space-md)}._skeletonLine_1tcnt_109{height:1.25rem;width:80%;background:linear-gradient(90deg,var(--bg-secondary) 25%,hsl(210,40%,101.0784313725%) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:_pulse_1tcnt_1 1.5s infinite linear;border-radius:var(--radius-sm)}._skeletonLine_1tcnt_109._short_1tcnt_117{width:40%}._skeletonLine_1tcnt_109._medium_1tcnt_120{width:60%}@keyframes _pulse_1tcnt_1{0%{background-position:200% 0}to{background-position:-200% 0}}._filterRow_1tcnt_132{background:var(--bg-secondary)}._filterCell_1tcnt_136{padding:var(--space-xs) var(--space-md);position:sticky;top:37px;z-index:9;background:var(--bg-secondary);box-shadow:inset 0 -1px 0 var(--border-color)}._filterCell_1tcnt_136 ._filterInput_1tcnt_144{width:100%;padding:var(--space-xs) var(--space-sm);font-size:var(--font-size-xs);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#fff;transition:var(--transition-fast)}._filterCell_1tcnt_136 ._filterInput_1tcnt_144:focus{border-color:var(--primary);outline:none;box-shadow:var(--focus-ring)}._filterCell_1tcnt_136 ._filterInput_1tcnt_144::placeholder{color:var(--text-muted);opacity:.5}._pagination_1tcnt_163{padding:var(--space-md);border-top:1px solid var(--border-color);background:var(--bg-card);display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}@media (min-width: 768px){._pagination_1tcnt_163{flex-direction:row;justify-content:space-between;gap:var(--space-lg)}}._pageSizeSelector_1tcnt_180{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--text-muted)}._pageSizeSelector_1tcnt_180 select{padding:var(--space-xs) var(--space-sm);border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-main);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-fast)}._pageSizeSelector_1tcnt_180 select:hover{border-color:var(--primary-400);background:#fff}._pageSizeSelector_1tcnt_180 select:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:var(--focus-ring)}._pageControls_1tcnt_208{display:flex;align-items:center;gap:var(--space-xs)}._pageControls_1tcnt_208 ._pageInfo_1tcnt_213{font-size:var(--font-size-sm);color:var(--text-muted);margin:0 var(--space-md);white-space:nowrap;display:flex;align-items:center;gap:var(--space-xs)}._pageControls_1tcnt_208 ._pageInfo_1tcnt_213 strong{color:var(--text-main);font-weight:var(--font-weight-bold)}._paginationBtn_1tcnt_227{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-main);cursor:pointer;transition:var(--transition-base)}._paginationBtn_1tcnt_227:hover:not(:disabled){background:var(--bg-secondary);color:var(--primary);border-color:var(--primary-400)}._paginationBtn_1tcnt_227:active:not(:disabled){transform:scale(.95)}._paginationBtn_1tcnt_227:disabled{background:var(--bg-primary);color:var(--text-muted);opacity:.5;cursor:not-allowed}._paginationBtn_1tcnt_227:focus-visible{outline:none;box-shadow:var(--focus-ring);border-color:var(--primary)}._loadingSplash_1n2t6_1{display:flex;height:100dvh;width:100vw;align-items:center;justify-content:center;background:var(--bg);position:fixed;top:0;left:0;z-index:9999}._loadingContent_1n2t6_14{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._logoLoading_1n2t6_22{animation:_pulse_1n2t6_1 2s infinite ease-in-out}._loadingBar_1n2t6_26{width:200px;height:4px;background:var(--bg-subtle);border-radius:2px;overflow:hidden}._loadingProgress_1n2t6_34{height:100%;width:30%;background:var(--primary);border-radius:2px;animation:_move_1n2t6_1 2s infinite cubic-bezier(.65,.815,.735,.395)}._loadingText_1n2t6_42{color:var(--text-muted);font-size:.9rem;font-weight:500}@keyframes _pulse_1n2t6_1{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}@keyframes _move_1n2t6_1{0%{transform:translate(-110%);width:25%}50%{width:70%}to{transform:translate(500%);width:25%}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left: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 .2s ease-out}.modal-content{background:#fff;width:100%;height:100dvh;max-height:100dvh;border-radius:0;box-shadow:none;display:flex;flex-direction:column;position:relative;border:none;animation:slideUp .3s ease-out}@media (min-width: 768px){.modal-content{width:95%;height:auto;max-height:90vh;border-radius:1rem;box-shadow:0 10px 20px #00000014;border:1px solid #e2e8f0}}.modal-content.modal-sm{max-width:400px}.modal-content.modal-md{max-width:550px}.modal-content.modal-lg{max-width:800px}.modal-content.modal-xl{max-width:1100px}.modal-content.modal-full{max-width:100%!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:0!important;border:none!important}.modal-content.modal-full .modal-body{max-height:none!important;padding:0}.modal-content.modal-full .modal-header{border-radius:0}.modal-content .modal-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-content .modal-header h2{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0}.modal-content .modal-header .close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:.25s ease}.modal-content .modal-header .close-btn:hover{background:#f1f5f9;color:#ef4444}.modal-content .modal-body{padding:1rem;overflow-y:auto;display:flex;flex-direction:column;flex:1;min-height:0}.modal-content .modal-body::-webkit-scrollbar{width:6px;height:6px}.modal-content .modal-body::-webkit-scrollbar-track{background:#f8fafc}.modal-content .modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.modal-content .modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (min-width: 768px){.modal-content .modal-body{max-height:calc(100dvh - 120px);flex:1}}.modal-content .modal-footer{padding:10px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}@media (min-width: 768px){.modal-content .modal-footer{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-modal-body-content{display:flex;gap:1rem;align-items:flex-start;padding:.25rem 0}.confirmation-modal-body-content .icon-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;flex-shrink:0}.confirmation-modal-body-content .icon-container.danger-icon-container{background-color:#fee2e2;color:#ef4444}.confirmation-modal-body-content .icon-container.warning-icon-container{background-color:#fef9c3;color:#f59e0b}.confirmation-modal-body-content .icon-container.info-icon-container{background-color:#eef2ff;color:#4f46e5}.confirmation-modal-body-content .icon-container.success-icon-container{background-color:#dcfce7;color:#10b981}.confirmation-modal-body-content .text-container{flex:1;display:flex;flex-direction:column;justify-content:center}.confirmation-modal-body-content .text-container .message-text{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}.confirmation-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;width:100%}._searchBar_gnvdx_1{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:0 1rem;flex:1;max-width:400px;box-shadow:0 1px 2px #0000000d;transition:.25s ease}._searchBar_gnvdx_1:focus-within{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e5}._searchBar_gnvdx_1 input{width:100%;padding:.6rem 0;border:none;outline:none;font-family:inherit;font-size:.875rem;background:transparent}@media (max-width: 768px){._searchBar_gnvdx_1 input{font-size:1rem}}._searchBar_gnvdx_1 ._searchIcon_gnvdx_33{color:#64748b}._container_1ogpe_1{width:100%}._inputWrapper_1ogpe_5{display:flex;align-items:center;position:relative;width:100%}._icon_1ogpe_12{position:absolute;left:.75rem;color:#64748b;display:flex;align-items:center}._input_1ogpe_5{width:100%;padding:.625rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-family:Outfit,sans-serif;font-size:16px;color:#1e293b;transition:.15s ease;line-height:1.5}@media (min-width: 768px){._input_1ogpe_5{font-size:.875rem}}._input_1ogpe_5:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}._input_1ogpe_5:hover:not(:focus){border-color:#94a3b8}._input_1ogpe_5{width:100%;padding:.625rem .75rem .625rem 2.25rem;font-size:.875rem;transition:.25s ease}@media (max-width: 768px){._input_1ogpe_5{font-size:1rem}}._input_1ogpe_5:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}._dropdown_1ogpe_62{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 20px #00000014;z-index:9999;overflow:hidden;display:flex;flex-direction:column}._dropdownUp_1ogpe_74{box-shadow:0 -10px 15px -3px #0000001a,0 -4px 6px -2px #0000000d}._scrollArea_1ogpe_78{max-height:250px;overflow-y:auto;padding:.25rem}._option_1ogpe_84{padding:.625rem 1rem;cursor:pointer;border-radius:.375rem;transition:.15s ease}._option_1ogpe_84:not(:last-child){margin-bottom:2px}._option_1ogpe_84._highlighted_1ogpe_93{background:#f1f5f9}._option_1ogpe_84:hover{background:#eaf0f6}._highlight_1ogpe_93{color:#4f46e5;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}._addNew_1ogpe_107{padding:.75rem 1rem;cursor:pointer;color:#4f46e5;font-weight:600;display:flex;align-items:center;gap:.5rem;background:#f5f3ff;border-top:1px solid #e2e8f0;font-size:.875rem}._addNew_1ogpe_107:hover{background:#ede9ff}._topAction_1ogpe_123{padding:.75rem 1rem;cursor:pointer;color:#4f46e5;font-weight:600;display:flex;align-items:center;gap:.5rem;background:#fefdff;border-bottom:1px solid #e2e8f0;font-size:.875rem;transition:all .15s ease}._topAction_1ogpe_123:hover{background:#f5f3ff;color:#3a30e2}._topAction_1ogpe_123 svg{opacity:.8}._noResults_1ogpe_144{padding:1rem;text-align:center;color:#64748b;font-size:.875rem;font-style:italic}._spin_1ogpe_152{animation:_spin_1ogpe_152 1s linear infinite}@keyframes _spin_1ogpe_152{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._segmentedControl_lpx0o_1{display:inline-flex;background:var(--bg-secondary);padding:.25rem;border-radius:.75rem;border:1px solid var(--border-color);position:relative;width:fit-content;transition:.25s ease}._segmentedControl_lpx0o_1:focus-within{box-shadow:0 0 0 3px #4f46e54d}._segmentBtn_lpx0o_15{border:none;background:none;border-radius:.5rem;color:var(--text-muted);font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;position:relative;z-index:1}._segmentBtn_lpx0o_15:hover:not(._active_lpx0o_27){color:var(--text-main);background:var(--bg-tertiary)}._segmentBtn_lpx0o_15._active_lpx0o_27{color:var(--primary);background:var(--bg-card);box-shadow:0 1px 2px #0000000d}._segmentBtn_lpx0o_15:focus{outline:none}._xs_lpx0o_40{border-radius:.375rem;padding:2px}._xs_lpx0o_40 ._segmentBtn_lpx0o_15{font-size:.75rem;padding:2px .5rem;border-radius:.375rem;font-weight:700}._sm_lpx0o_51{border-radius:.5rem;padding:.25rem}._sm_lpx0o_51 ._segmentBtn_lpx0o_15{font-size:.875rem;padding:.25rem 1rem;border-radius:.375rem}._md_lpx0o_61 ._segmentBtn_lpx0o_15{font-size:.875rem;padding:.25rem 1rem}._lg_lpx0o_66{border-radius:1rem;padding:.5rem}._lg_lpx0o_66 ._segmentBtn_lpx0o_15{font-size:1rem;padding:.5rem 2rem;border-radius:.75rem}._splitButton_fzur7_1{display:inline-flex;align-items:stretch;border-radius:.5rem;overflow:visible;position:relative;box-shadow:0 1px 2px #0000000d;transition:.25s ease}._splitButton_fzur7_1._primary_fzur7_10 ._mainPart_fzur7_10,._splitButton_fzur7_1._primary_fzur7_10 ._togglePart_fzur7_10{background:var(--primary);color:#fff}._splitButton_fzur7_1._primary_fzur7_10 ._separator_fzur7_14{background:#fff3}._splitButton_fzur7_1._primary_fzur7_10:hover ._mainPart_fzur7_10,._splitButton_fzur7_1._primary_fzur7_10:hover ._togglePart_fzur7_10{background:var(--primary-hover)}._splitButton_fzur7_1._secondary_fzur7_20 ._mainPart_fzur7_10,._splitButton_fzur7_1._secondary_fzur7_20 ._togglePart_fzur7_10{background:var(--bg-secondary);color:var(--text-main);border:1px solid var(--border-color)}._splitButton_fzur7_1._secondary_fzur7_20 ._togglePart_fzur7_10{border-left:none}._splitButton_fzur7_1._secondary_fzur7_20 ._separator_fzur7_14{background:var(--border-color)}._splitButton_fzur7_1._secondary_fzur7_20:hover ._mainPart_fzur7_10,._splitButton_fzur7_1._secondary_fzur7_20:hover ._togglePart_fzur7_10{background:var(--bg-tertiary)}._splitButton_fzur7_1:focus-within{box-shadow:0 0 0 3px #4f46e54d}._sm_fzur7_38 ._mainPart_fzur7_10{padding:.25rem .5rem;font-size:.75rem}._sm_fzur7_38 ._togglePart_fzur7_10{padding:0 6px}._lg_fzur7_46{border-radius:.75rem}._lg_fzur7_46 ._mainPart_fzur7_10{padding:1rem 1.5rem;font-size:1rem;border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}._lg_fzur7_46 ._togglePart_fzur7_10{padding:0 1rem;border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}._mainPart_fzur7_10{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:none;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;cursor:pointer;transition:.15s ease;flex:1}._mainPart_fzur7_10:focus{outline:none}._separator_fzur7_14{width:1px;margin:.25rem 0}._togglePart_fzur7_10{display:flex;align-items:center;justify-content:center;padding:0 .5rem;border:none;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;cursor:pointer;transition:.15s ease}._togglePart_fzur7_10:focus{outline:none}._togglePart_fzur7_10 ._chevron_fzur7_98{transition:transform .15s ease}._togglePart_fzur7_10 ._chevron_fzur7_98._active_fzur7_101{transform:rotate(180deg)}._dropdown_fzur7_105{position:absolute;z-index:1000;min-width:200px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 10px 20px #00000014;padding:.25rem;margin-top:.25rem;animation:_slideIn_fzur7_1 .15s ease cubic-bezier(0,0,.2,1)}._dropdownItem_fzur7_118{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-main);border:none;background:none;border-radius:.375rem;cursor:pointer;transition:.15s ease;text-align:left}._dropdownItem_fzur7_118:hover{background:var(--bg-secondary);color:var(--primary)}._dropdownItem_fzur7_118 ._iconWrapper_fzur7_138{color:var(--text-muted);display:flex;align-items:center;transition:color .15s ease}._dropdownItem_fzur7_118:hover ._iconWrapper_fzur7_138{color:var(--primary)}._dropdownItem_fzur7_118:focus{outline:none;background:var(--bg-secondary);box-shadow:inset 0 0 0 2px var(--primary-light)}@keyframes _slideIn_fzur7_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}._tabSwitcher_9h0nw_1{width:100%}._tabRail_9h0nw_5{display:flex;gap:2rem;border-bottom:1px solid #e2e8f0;margin-bottom:-1px}@media (max-width: 500px){._tabRail_9h0nw_5{display:none}}._tab_9h0nw_1{padding:.75rem .5rem;color:#64748b;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:.25s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}._tab_9h0nw_1:hover{color:var(--primary)}._tab_9h0nw_1._active_9h0nw_34{color:var(--primary);border-color:var(--primary)}._tab_9h0nw_1._disabled_9h0nw_38{opacity:.4;cursor:not-allowed;pointer-events:none}._mobileSelect_9h0nw_44{display:none;width:100%}@media (max-width: 500px){._mobileSelect_9h0nw_44{display:block}}._mobileSelect_9h0nw_44 .SearchableSelect_input__12345{font-weight:600}._optionWrapper_9h0nw_57{display:flex;align-items:center;gap:.5rem;width:100%}._optionWrapper_9h0nw_57 svg{color:#64748b}._optionWrapper_9h0nw_57._active_9h0nw_34 svg{color:var(--primary)}._optionLabel_9h0nw_70{font-weight:500}._container_198ek_1{position:relative;width:100%}._trigger_198ek_6{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:.25s ease;cursor:pointer}._trigger_198ek_6:hover{border-color:#cbd5e1;background:#f8fafc}._trigger_198ek_6._compact_198ek_22{width:auto;padding:.25rem;gap:.25rem}._triggerIconWrapper_198ek_28{width:2.25rem;height:2.25rem;background:#eef2ff;border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:#4f46e5;flex-shrink:0}._compact_198ek_22 ._triggerIconWrapper_198ek_28{width:2rem;height:2rem}._triggerInfo_198ek_44{text-align:left;flex:1;overflow:hidden}._triggerInfo_198ek_44 p:first-child{font-size:.75rem;color:#64748b;margin:0;line-height:1;font-weight:500}._triggerInfo_198ek_44 p:last-child{font-size:.875rem;font-weight:600;color:#1e293b;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chevron_198ek_67{color:#64748b;transition:transform .2s}._chevronActive_198ek_72{transform:rotate(180deg)}._dropdown_198ek_76{position:absolute;top:100%;left:0;margin-top:.5rem;width:100%;min-width:240px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 20px #00000014;z-index:100;overflow:hidden}._dropdownUp_198ek_91{top:auto;bottom:100%;margin-top:0;margin-bottom:.5rem;box-shadow:0 -10px 15px -3px #0000001a,0 -4px 6px -2px #0000000d}._dropdownRightAligned_198ek_99{left:auto;right:0}._dropdownHeader_198ek_104{padding:.5rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}._dropdownHeader_198ek_104 p{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0}._itemList_198ek_118{max-height:280px;overflow-y:auto;padding:.25rem}._itemList_198ek_118::-webkit-scrollbar{width:6px;height:6px}._itemList_198ek_118::-webkit-scrollbar-track{background:#f8fafc}._itemList_198ek_118::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._itemList_198ek_118::-webkit-scrollbar-thumb:hover{background:#94a3b8}._item_198ek_118{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:.375rem;background:transparent;border:none;cursor:pointer;transition:background .1s}._item_198ek_118:hover,._itemActive_198ek_154,._itemFocused_198ek_155{background:#f1f5f9}._itemDisabled_198ek_159{opacity:.5;cursor:not-allowed;pointer-events:none}._itemInfo_198ek_165{display:flex;align-items:center;gap:.5rem;overflow:hidden}._itemIconWrapper_198ek_172{width:2rem;height:2rem;border-radius:.375rem;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}._itemIconActive_198ek_184{background:#4f46e5;color:#fff}._itemText_198ek_189{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._itemName_198ek_196{font-size:.875rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSublabel_198ek_205{font-size:.75rem;color:#64748b}._checkIcon_198ek_210{color:#4f46e5}._emptyState_198ek_214{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}._customTrigger_198ek_221{cursor:pointer;display:inline-block;width:100%}._footer_198ek_227{padding:.25rem;border-top:1px solid #e2e8f0}._footerAction_198ek_232{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;background:none;border:none;color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:600;cursor:pointer;text-align:left}._footerAction_198ek_232:hover{background:#eef2ff}._footerIconWrapper_198ek_252{width:2rem;height:2rem;background:#eef2ff;border-radius:.375rem;display:flex;align-items:center;justify-content:center}._statsGrid_1uiji_1{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){._statsGrid_1uiji_1{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}}._statCard_1uiji_13{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){._statCard_1uiji_13{padding:1.5rem}}._statCard_1uiji_13{display:flex;flex-direction:row;gap:1rem;padding:.5rem;background:var(--bg-card);border:1px solid var(--border-color)}@media (min-width: 768px){._statCard_1uiji_13{flex-direction:row;justify-content:flex-start;text-align:left;gap:1.5rem}}@media (min-width: 1024px){._statCard_1uiji_13{padding:1rem}}._statIcon_1uiji_47{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:auto 0}@media (min-width: 768px){._statIcon_1uiji_47{width:56px;height:56px}}._statIcon--primary_1uiji_63{background:#eef2ff;color:#4f46e5}._statIcon--success_1uiji_67{background:#dcfce7;color:#10b981}._statIcon--danger_1uiji_71{background:#fee2e2;color:#ef4444}._statIcon--warning_1uiji_75{background:#fef9c3;color:#f59e0b}._statIcon--info_1uiji_79{background:#f3f4f6;color:#4b5563}._statInfo_1uiji_84{display:flex;flex-direction:column;gap:.25rem;margin:auto 0}._statInfo_1uiji_84 ._label_1uiji_90{font-size:.875rem;color:#64748b;font-weight:500}._statInfo_1uiji_84 ._value_1uiji_95{font-size:1.25rem;font-weight:700;color:#1e293b}._statInfo_1uiji_84 ._textDanger_1uiji_100{color:#ef4444}._statInfo_1uiji_84 ._subText_1uiji_103{font-size:.75rem;font-weight:500}._statInfo_1uiji_84 ._subText--success_1uiji_107{color:#10b981}._statInfo_1uiji_84 ._subText--warning_1uiji_110{color:#f59e0b}._statInfo_1uiji_84 ._subText--danger_1uiji_113{color:#ef4444}._statInfo_1uiji_84 ._subText--info_1uiji_116{color:#6b7280}@media (min-width: 768px){._statInfo_1uiji_84 ._value_1uiji_95{font-size:1.5rem}}._pageContainer_10ft0_1{display:flex;flex-direction:column;flex:1;min-height:0;margin:0 auto;width:100%;padding:1rem 1.5rem;gap:1.5rem}._header_10ft0_12{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){._header_10ft0_12{flex-direction:row;justify-content:space-between;align-items:flex-start}}._header_10ft0_12 ._titleArea_10ft0_24{display:flex;flex-direction:column;gap:2px}._header_10ft0_12 ._titleArea_10ft0_24 h1{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}._header_10ft0_12 ._titleArea_10ft0_24 ._subtitle_10ft0_35{font-size:.75rem;color:#64748b;margin:0}._header_10ft0_12 ._headerActions_10ft0_40{display:flex;align-items:center;gap:.5rem}._content_10ft0_46{display:flex;flex-direction:column;flex:1;min-height:0;overflow:clip;gap:1rem}._wrapper_1t88t_1{min-height:100dvh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}@media (max-width: 768px){._wrapper_1t88t_1{display:block;padding:0;background:#fff}}._authCard_1t88t_18{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){._authCard_1t88t_18{padding:1.5rem}}._authCard_1t88t_18{max-width:435px;width:100%;margin:0 auto}@media (max-width: 768px){._authCard_1t88t_18{max-width:none;min-height:100dvh;border:none;border-radius:0;box-shadow:none;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}}._logoWrapper_1t88t_49{display:flex;align-items:center;justify-content:center}._copyright_1t88t_55{text-align:center;color:#64748b;font-size:.875rem;position:absolute;transform:translate(-50%,-100%);left:50%;top:calc(100% - 5px);font-size:10px}._container_1525s_1{height:80dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f1f5f9;padding:2rem;text-align:center}._spinner_1525s_12{width:48px;height:48px;border:4px solid #e2e8f0;border-top:4px solid #4f46e5;border-radius:50%;animation:_spin_1525s_12 1s linear infinite}@keyframes _spin_1525s_12{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._title_1525s_29{margin-top:2rem;color:#1e293b;font-weight:600;font-size:1.125rem}._status_1525s_36{margin-top:1rem;color:#64748b;font-size:1rem}._backBtn_1525s_42{margin-top:2rem}._container_1932p_1{width:100%;max-width:600px;margin:0 auto}._stepper_1932p_7{display:flex;justify-content:space-between;margin-bottom:var(--iedu-space-xl);position:relative;padding:0 var(--iedu-space-sm)}._stepper_1932p_7 ._step_1932p_7{display:flex;flex-direction:column;align-items:center;gap:var(--iedu-space-xs);flex:1;position:relative;z-index:1}._stepper_1932p_7 ._step_1932p_7 span{font-size:var(--iedu-font-size-xs);font-weight:500;color:var(--iedu-text-muted);transition:color .3s ease}._stepper_1932p_7 ._step_1932p_7 ._stepIcon_1932p_29{width:36px;height:36px;border-radius:50%;background:var(--iedu-bg);border:2px solid var(--iedu-border-color);display:flex;align-items:center;justify-content:center;color:var(--iedu-text-muted);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}._stepper_1932p_7 ._step_1932p_7._active_1932p_43 span{color:var(--iedu-primary)}._stepper_1932p_7 ._step_1932p_7._active_1932p_43 ._stepIcon_1932p_29{background:var(--iedu-primary);border-color:var(--iedu-primary);color:#fff;box-shadow:0 0 15px #4f46e54d;transform:scale(1.1)}._stepper_1932p_7 ._step_1932p_7._completed_1932p_53 ._stepIcon_1932p_29{background:var(--iedu-success);border-color:var(--iedu-success);color:#fff}._stepper_1932p_7 ._step_1932p_7 ._connector_1932p_58{position:absolute;top:18px;left:50%;width:100%;height:2px;background:var(--iedu-border-color);z-index:-1}._stepper_1932p_7 ._step_1932p_7 ._connector_1932p_58:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:var(--iedu-primary);transition:width .5s ease}._stepper_1932p_7 ._step_1932p_7._completed_1932p_53 ._connector_1932p_58:after{width:100%}._form_1932p_81{min-height:480px;display:flex;flex-direction:column}._stepContent_1932p_87{flex:1;overflow:hidden}._section_1932p_92{display:flex;flex-direction:column;gap:var(--iedu-space-lg)}._section_1932p_92[data-animation=fade-in]{animation:_fadeIn_1932p_1 .4s ease-out}._section_1932p_92[data-animation=slide-in]{animation:_slideIn_1932p_1 .4s ease-out}._section_1932p_92 ._header_1932p_103{margin-bottom:var(--iedu-space-md)}._section_1932p_92 ._header_1932p_103 h3{font-size:var(--iedu-font-size-xl);font-weight:700;margin-bottom:var(--iedu-space-xs);color:var(--iedu-text-main)}._section_1932p_92 ._header_1932p_103 p{font-size:var(--iedu-font-size-sm);color:var(--iedu-text-muted)}._logoUpload_1932p_117{display:flex;align-items:center;gap:var(--iedu-space-lg);padding:var(--iedu-space-lg);background:var(--iedu-bg-subtle);border-radius:var(--radius-lg);border:1px dashed var(--iedu-border-color);margin-bottom:var(--iedu-space-md)}._logoUpload_1932p_117 ._logoPreview_1932p_127{width:80px;height:80px;border-radius:var(--radius-lg);background:var(--iedu-card-bg);display:flex;align-items:center;justify-content:center;color:var(--iedu-text-muted);overflow:hidden;border:1px solid var(--iedu-border-color);flex-shrink:0}._logoUpload_1932p_117 ._logoPreview_1932p_127 img{width:100%;height:100%;object-fit:contain;padding:4px}._logoUpload_1932p_117 ._logoPreview_1932p_127 ._placeholderIcon_1932p_146{opacity:.4}._logoUpload_1932p_117 ._logoActions_1932p_149{display:flex;flex-direction:column;gap:var(--iedu-space-xs);flex:1}._logoUpload_1932p_117 ._logoActions_1932p_149 button{width:fit-content;font-size:var(--iedu-font-size-sm);padding:.5rem 1rem}._logoUpload_1932p_117 ._logoActions_1932p_149 ._hint_1932p_160{font-size:11px;color:var(--iedu-text-muted);margin-top:2px}._inputWrapper_1932p_166{position:relative}._inputWrapper_1932p_166 ._inputIcon_1932p_169{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--iedu-text-muted);pointer-events:none}._inputWrapper_1932p_166 input{padding-left:42px!important}._grid_1932p_181{display:grid;grid-template-columns:1fr 1fr;gap:var(--iedu-space-md)}._alert_1932p_187{display:flex;align-items:center;gap:var(--iedu-space-sm);padding:var(--iedu-space-sm) var(--iedu-space-md);background:var(--iedu-primary-light);border-radius:var(--radius-md);color:var(--iedu-primary);font-size:var(--iedu-font-size-xs)}._footer_1932p_198{margin-top:var(--iedu-space-xl);display:flex;justify-content:space-between;gap:var(--iedu-space-md)}._footer_1932p_198 button{display:flex;align-items:center;gap:var(--iedu-space-sm);transition:all .2s ease}._footer_1932p_198 button:active{transform:scale(.98)}._footer_1932p_198 ._nextBtn_1932p_213,._footer_1932p_198 ._submitBtn_1932p_214{margin-left:auto;min-width:140px}@keyframes _fadeIn_1932p_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1932p_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.uppercase{text-transform:uppercase}._levelCardsGrid_1932p_241{display:grid;grid-template-columns:1fr;gap:var(--iedu-space-md);margin-top:var(--iedu-space-sm);max-height:320px;overflow-y:auto;padding-right:4px}._levelCardsGrid_1932p_241::-webkit-scrollbar{width:6px}._levelCardsGrid_1932p_241::-webkit-scrollbar-track{background:transparent}._levelCardsGrid_1932p_241::-webkit-scrollbar-thumb{background:var(--iedu-border-color);border-radius:var(--radius-sm)}._levelCard_1932p_241{display:flex;align-items:flex-start;gap:var(--iedu-space-md);padding:var(--iedu-space-md);background:var(--iedu-card-bg);border:1px solid var(--iedu-border-color);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left}._levelCard_1932p_241:hover{border-color:var(--iedu-primary-light);background:var(--iedu-bg-subtle);transform:translateY(-1px)}._levelCardActive_1932p_280{border-color:var(--iedu-primary)!important;background:#4f46e50a!important;box-shadow:0 4px 12px #4f46e514}._radioIndicator_1932p_286{width:18px;height:18px;border-radius:50%;border:2px solid var(--iedu-border-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px;transition:all .2s ease;background:var(--iedu-bg)}._radioIndicatorActive_1932p_300{border-color:var(--iedu-primary);background:var(--iedu-primary)}._radioIndicatorInner_1932p_305{width:6px;height:6px;border-radius:50%;background:#fff}._levelCardContent_1932p_312{flex:1}._levelCardContent_1932p_312 ._levelCardHeader_1932p_315{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px;gap:8px}._levelCardContent_1932p_312 ._levelCardHeader_1932p_315 h4{font-size:var(--iedu-font-size-sm);font-weight:600;color:var(--iedu-text-main);margin:0}._levelCardContent_1932p_312 ._levelCardHeader_1932p_315 span{font-size:11px;color:var(--iedu-text-muted);font-weight:500;white-space:nowrap}._levelCardContent_1932p_312 p{font-size:var(--iedu-font-size-xs);color:var(--iedu-text-muted);margin:0 0 var(--iedu-space-sm) 0;line-height:1.4}._levelCardContent_1932p_312 ._classesBadge_1932p_340{display:inline-block;font-size:10px;font-weight:600;background:var(--iedu-bg-subtle);color:var(--iedu-primary);padding:2px 8px;border-radius:var(--radius-sm);border:1px solid var(--iedu-border-color);letter-spacing:.2px}._levelCardActive_1932p_280 ._levelCardContent_1932p_312 ._classesBadge_1932p_340{background:#4f46e514;border-color:#4f46e526}._wrapper_4ebnb_1{min-height:100dvh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1rem}@media (max-width: 768px){._wrapper_4ebnb_1{display:block;padding:0;background:#fff}}._authCard_4ebnb_17{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){._authCard_4ebnb_17{padding:1.5rem}}._authCard_4ebnb_17{max-width:480px;width:100%;margin:0 auto;padding-bottom:5px;position:relative}@media (max-width: 768px){._authCard_4ebnb_17{max-width:none;min-height:100dvh;border:none;border-radius:0;box-shadow:none;padding:1.5rem;display:flex;flex-direction:column}}._logoutBtn_4ebnb_49{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;cursor:pointer;font-family:inherit}@media (min-width: 768px){._logoutBtn_4ebnb_49{padding:.625rem 1.25rem}}._logoutBtn_4ebnb_49:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}._logoutBtn_4ebnb_49:active:not(:disabled){transform:scale(.98)}._logoutBtn_4ebnb_49:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}._logoutBtn_4ebnb_49{background:#fff;border:1px solid #d1d5db;color:#374151}._logoutBtn_4ebnb_49:hover{background:#f8fafc;border-color:#94a3b8}._logoutBtn_4ebnb_49{padding:.4rem .75rem;font-size:.75rem;height:auto;gap:.25rem;color:#64748b;border-color:transparent;background:transparent}._logoutBtn_4ebnb_49:hover{color:#ef4444;background:#ef44440d;border-color:#ef444433}._logoutBtn_4ebnb_49 svg{color:currentColor}._header_4ebnb_110{text-align:center;margin-bottom:1rem}._header_4ebnb_110 h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1e293b}._header_4ebnb_110 p{color:#64748b}._logoWrapper_4ebnb_124{display:flex;align-items:center;justify-content:center}._divider_4ebnb_130{display:flex;align-items:center;justify-content:space-between;margin:.5rem 0;gap:1rem}._divider_4ebnb_130 hr{flex:1;border:none;border-top:1px solid #e2e8f0}._divider_4ebnb_130 span{color:#64748b;font-size:.875rem}._footer_4ebnb_147{text-align:center;margin-top:1rem;font-size:.875rem;color:#64748b}._footer_4ebnb_147 a{color:#4f46e5;font-weight:600;text-decoration:underline}._footer_4ebnb_147 a:hover{color:#4338ca}._socialButton_4ebnb_162{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;cursor:pointer;font-family:inherit}@media (min-width: 768px){._socialButton_4ebnb_162{padding:.625rem 1.25rem}}._socialButton_4ebnb_162:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}._socialButton_4ebnb_162:active:not(:disabled){transform:scale(.98)}._socialButton_4ebnb_162:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}._socialButton_4ebnb_162{background:#fff;border:1px solid #d1d5db;color:#374151}._socialButton_4ebnb_162:hover{background:#f8fafc;border-color:#94a3b8}._socialButton_4ebnb_162{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}._socialButton_4ebnb_162 img{width:1.25rem;height:1.25rem}.welcome-banner{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;background:linear-gradient(135deg,#6058e8,#2d22e0);border-radius:1rem;color:#fff;margin-bottom:2rem;box-shadow:0 10px 20px #00000014;border:none;gap:1rem}@media (min-width: 768px){.welcome-banner{flex-direction:row;align-items:center;gap:0}}.welcome-banner .banner-text h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.welcome-banner .banner-text h1 .text-gradient-edu{color:#fef9c3}.welcome-banner .banner-text p{color:#ffffffd9;font-size:.875rem}.active-session .session-badge{background:#4f46e514;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:.75rem;font-weight:600;font-size:.875rem;border:1px solid rgba(79,70,229,.15);color:#4f46e5;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.active-session .session-badge svg{color:#4f46e5;flex-shrink:0}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-height:520px;overflow-y:auto;padding-right:.25rem}.dashboard-grid::-webkit-scrollbar{width:6px;height:6px}.dashboard-grid::-webkit-scrollbar-track{background:#f8fafc}.dashboard-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.dashboard-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:2fr 1fr}}.dashboard-grid .main-panel,.dashboard-grid .sidebar-panel{display:flex;flex-direction:column}.dashboard-grid .content-card{height:100%;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.dashboard-grid .content-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.dashboard-grid .content-card .card-header h2{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.dashboard-grid .content-card .card-header .text-secondary{font-size:.75rem;color:#64748b}.structure-list{display:flex;flex-direction:column;gap:.5rem}.structure-list .structure-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f1f5f9;border-radius:.75rem;border:1px solid transparent;transition:all .15s ease}.structure-list .structure-row:hover{border-color:#4f46e533;background:#eef2ff;transform:translate(4px)}.structure-list .structure-row .structure-info{flex:1}.structure-list .structure-row .structure-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:2px}.structure-list .structure-row .structure-info .text-secondary{font-size:.625rem;color:#64748b}.structure-list .structure-row .sections-badges{display:flex;gap:.25rem;margin:0 1rem}.structure-list .structure-row .sections-badges .badge-section{background:#4f46e514;color:#4f46e5;border:1px solid rgba(79,70,229,.15);padding:2px .5rem;border-radius:.375rem;font-size:.625rem;font-weight:600}.structure-list .structure-row .student-count{font-size:.875rem;color:#1e293b}.structure-list .structure-row .student-count strong{font-size:1rem;font-weight:700;color:#4f46e5}.events-list{display:flex;flex-direction:column;gap:.5rem}.events-list .event-item{padding:1rem;border-left:3px solid #4f46e5;background:#f1f5f9;border-radius:0 .75rem .75rem 0;transition:all .15s ease}.events-list .event-item:hover{background:#eef2ff;transform:translate(4px)}.events-list .event-item .event-date{display:flex;align-items:center;gap:6px;font-size:.625rem;color:#64748b;margin-bottom:.25rem}.events-list .event-item .event-title{font-size:.875rem;font-weight:600;color:#1e293b}.charts-row{display:grid;grid-template-columns:1fr;gap:1.5rem;grid-column:1/-1}@media (min-width: 768px){.charts-row{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.charts-row{grid-template-columns:2fr 2fr 1fr}}.charts-row .chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem;transition:all .25s ease}.charts-row .chart-card:hover{box-shadow:0 4px 8px #0000000f;border-color:#4f46e526}@media (min-width: 1024px){.charts-row .chart-card.chart-card--narrow{grid-column:span 1}}.charts-row .chart-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.charts-row .chart-card .card-header h2{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 2px}.charts-row .chart-card .card-header .text-secondary{font-size:.625rem;color:#64748b}.charts-row .chart-card .chart-container{margin-top:.5rem}.snapshot-list{display:flex;flex-direction:column;gap:.5rem}.snapshot-list .snapshot-item{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .15s ease}.snapshot-list .snapshot-item:hover{border-color:#4f46e533}.snapshot-list .snapshot-item .snapshot-icon{color:#4f46e5;flex-shrink:0}.snapshot-list .snapshot-item .snapshot-label{font-size:.625rem;color:#64748b;margin:0 0 2px;text-transform:uppercase;letter-spacing:.4px;font-weight:500}.snapshot-list .snapshot-item .snapshot-value{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.classes-grid-layout{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.classes-list-panel{display:flex;flex-direction:column;flex:1;min-height:0}.classes-forms-panel{display:flex;flex-direction:column}.classes-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem;display:flex;flex-direction:column;flex:1;min-height:0}.classes-list-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:2px}.classes-list-card .form-desc{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.classes-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.classes-form-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:2px}.classes-form-card .form-desc{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.classes-accordion{display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;min-height:0;padding-right:6px}.classes-accordion::-webkit-scrollbar{width:6px}.classes-accordion::-webkit-scrollbar-track{background:transparent}.classes-accordion::-webkit-scrollbar-thumb{background:#4f46e533;border-radius:3px}.classes-accordion::-webkit-scrollbar-thumb:hover{background:#4f46e559}.class-accordion-item{border:1px solid #e2e8f0;border-radius:.75rem;background:#f1f5f9;transition:all .15s ease}.class-accordion-item:hover{border-color:#4f46e540;background:#eef2ff}.class-accordion-item.expanded{border-color:#4f46e566;box-shadow:0 1px 2px #0000000d;background:#fff}.class-row-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.class-row-header .class-row-info{display:flex;flex-direction:column}.class-row-header .class-row-info .class-name{font-size:1rem;font-weight:600;color:#1e293b}.class-row-header .class-row-info .class-subtitle{font-size:.75rem;color:#64748b;margin-top:2px}.class-row-header .class-row-stats{display:flex;align-items:center;gap:1rem;color:#64748b}.class-row-header .class-row-stats .strength-stat{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;background:#f1f5f9;padding:2px .5rem;border-radius:.375rem;color:#4f46e5;border:1px solid rgba(79,70,229,.1)}.class-row-header .class-row-stats .class-row-actions{display:flex;align-items:center;gap:.25rem;margin-right:.25rem}.class-row-header .class-row-stats .class-action-btn{padding:0!important;height:28px!important;width:28px!important;min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:.5rem!important;color:#64748b!important;background:transparent!important;border:none!important;transition:all .15s ease!important}.class-row-header .class-row-stats .class-action-btn:hover{color:#4f46e5!important;background:#4f46e514!important}.class-row-header .class-row-stats .class-action-btn.delete-btn:hover{color:#ef4444!important;background:#ef444414!important}.sections-detail-pane{padding:1rem;background:#f8fafc;border-top:1px dashed #e2e8f0;border-radius:0 0 .75rem .75rem}.sections-detail-pane .sections-pane-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.sections-detail-pane .sections-pane-header h4{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.sections-rows-container{display:flex;flex-direction:column;gap:.25rem}.section-row-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .15s ease}.section-row-item:hover{border-color:#4f46e533;box-shadow:0 1px 2px #0000000d}.section-row-item .sec-info{display:flex;flex-direction:column;gap:2px}.section-row-item .sec-info .sec-title{font-size:.875rem;font-weight:600;color:#1e293b}.section-row-item .sec-info .sec-teacher-label{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b}.section-row-item .sec-info .sec-teacher-label strong{color:#1e293b}.section-row-item .sec-capacity-info{display:flex;gap:1rem;font-size:.75rem;color:#64748b}.section-row-item .sec-capacity-info strong{color:#1e293b}.section-row-item .sec-actions{margin-left:1rem}.section-edit-row{background:#fff;border:1px solid #ddd6fe;border-radius:.5rem;padding:1rem;margin-bottom:.25rem}.section-edit-row .edit-fields-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:.5rem}@media (min-width: 768px){.section-edit-row .edit-fields-grid{grid-template-columns:repeat(3,1fr)}}.section-edit-row .edit-fields-grid .field{display:flex;flex-direction:column;gap:.25rem}.section-edit-row .edit-fields-grid .field label{font-size:.625rem;font-weight:600;color:#64748b;text-transform:uppercase}.section-edit-row .edit-fields-grid .field input,.section-edit-row .edit-fields-grid .field select{padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#1e293b;background:#fff}.section-edit-row .edit-fields-grid .field input:focus,.section-edit-row .edit-fields-grid .field select:focus{border-color:#4f46e5;outline:none}.section-edit-row .edit-actions{display:flex;justify-content:flex-end;gap:.5rem}.sec-capacity-container{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.sec-capacity-container .capacity-details{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#64748b}.sec-capacity-container .capacity-details strong{color:#1e293b}.sec-capacity-container .capacity-details .badge-status{font-size:9px;font-weight:700;padding:1px 6px;border-radius:9999px;border:1px solid currentColor}.sec-capacity-container .capacity-details .badge-status.open{background:#10b98114;color:#10b981}.sec-capacity-container .capacity-details .badge-status.full{background:#ef444414;color:#ef4444}.sec-capacity-container .capacity-progress-track{height:6px;background:#f1f5f9;border-radius:9999px;overflow:hidden;width:100%}.sec-capacity-container .capacity-progress-fill{height:100%;border-radius:9999px;transition:width .3s ease}.sec-capacity-container .capacity-progress-fill.success-fill{background:#10b981}.sec-capacity-container .capacity-progress-fill.warning-fill{background:#f59e0b}.sec-capacity-container .capacity-progress-fill.danger-fill{background:#ef4444}.hint-text{font-size:.625rem;color:#64748b;margin-top:2px}.subjects-grid-layout{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}.subjects-grid-layout::-webkit-scrollbar{width:6px;height:6px}.subjects-grid-layout::-webkit-scrollbar-track{background:#f8fafc}.subjects-grid-layout::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.subjects-grid-layout::-webkit-scrollbar-thumb:hover{background:#94a3b8}.subjects-list-panel{display:flex;flex-direction:column}.subjects-list-panel h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:2px}.subjects-list-panel .form-desc{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.subjects-form-panel{display:flex;flex-direction:column}.subjects-list-card,.subjects-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.subjects-list-card h3,.subjects-form-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:2px}.subjects-list-card .form-desc,.subjects-form-card .form-desc{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.subjects-controls-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.subjects-controls-row{flex-direction:row;align-items:center;justify-content:space-between}}.subjects-controls-row .search-input-wrapper{position:relative;flex:1}.subjects-controls-row .search-input-wrapper .search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.subjects-controls-row .search-input-wrapper input{width:100%;padding:.5rem 1.5rem .5rem 2.25rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;color:#1e293b;font-size:.875rem;transition:all .15s ease}.subjects-controls-row .search-input-wrapper input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a;outline:none}.subjects-controls-row .search-input-wrapper .clear-search-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:9999px}.subjects-controls-row .search-input-wrapper .clear-search-btn:hover{background:#f1f5f9;color:#1e293b}.subjects-controls-row .filter-select-wrapper{position:relative;display:flex;align-items:center}.subjects-controls-row .filter-select-wrapper .filter-icon{position:absolute;left:.5rem;color:#64748b;pointer-events:none}.subjects-controls-row .filter-select-wrapper select{padding:.5rem 1.5rem .5rem 2.25rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;color:#1e293b;font-size:.875rem;min-width:180px;cursor:pointer;transition:all .15s ease}.subjects-controls-row .filter-select-wrapper select:focus{border-color:#4f46e5;outline:none}.sub-detail-cell{display:flex;flex-direction:column;gap:2px}.sub-detail-cell .sub-name{font-weight:600;color:#1e293b}.sub-detail-cell .sub-code-row{display:flex;align-items:center;gap:.5rem}.sub-detail-cell .sub-code{font-size:.625rem;color:#64748b;background:#f1f5f9;padding:1px .25rem;border-radius:.375rem;width:fit-content;font-weight:700;letter-spacing:.5px}.sub-detail-cell .syllabus-doc-link{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#4f46e5;text-decoration:none;background:#4f46e514;padding:1px 6px;border-radius:.375rem;transition:all .15s ease}.sub-detail-cell .syllabus-doc-link:hover{background:#4f46e526;transform:translateY(-.5px)}.sub-detail-cell .syllabus-doc-link span{line-height:1}.sub-type-badge{padding:2px .5rem;border-radius:9999px;font-size:.625rem;font-weight:700;text-transform:uppercase;border:1px solid currentColor;display:inline-flex}.sub-type-badge.type-theory{background:#4f46e514;color:#4f46e5}.sub-type-badge.type-practical{background:#10b98114;color:#10b981}.sub-type-badge.type-language{background:#f59e0b14;color:#b45309}.sub-type-badge.type-elective{background:#9333ea14;color:#9333ea}.marks-info-cell{display:flex;flex-direction:column;gap:2px}.marks-info-cell .optional-tag{font-size:.625rem;color:#b45309;font-weight:500}.mapped-classes-text{font-size:.75rem;color:#64748b;max-width:230px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-double-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.checkbox-group input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.class-selector-field{margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.class-selector-field .field-header{display:flex;justify-content:space-between;align-items:center}.class-selector-field .field-header label{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.class-selector-field .field-header .selector-shortcuts{display:flex;align-items:center;gap:6px;font-size:.75rem}.class-selector-field .field-header .selector-shortcuts button{background:none;border:none;color:#4f46e5;cursor:pointer;padding:0;font-weight:500}.class-selector-field .field-header .selector-shortcuts button:hover{text-decoration:underline}.class-selector-field .field-header .selector-shortcuts .divider{color:#e2e8f0}.class-selector-field .class-pills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;max-height:200px;overflow-y:auto}.class-selector-field .class-pills-grid::-webkit-scrollbar{width:6px;height:6px}.class-selector-field .class-pills-grid::-webkit-scrollbar-track{background:#f8fafc}.class-selector-field .class-pills-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.class-selector-field .class-pills-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.class-selector-field .class-pills-grid .class-pill-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:.25rem .5rem;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;font-size:.75rem;font-weight:500;color:#1e293b;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.class-selector-field .class-pills-grid .class-pill-button:hover{border-color:#4f46e54d;background:#4f46e505}.class-selector-field .class-pills-grid .class-pill-button.selected{background:#4f46e514;border-color:#4f46e5;color:#4f46e5;font-weight:600}.class-selector-field .class-pills-grid .class-pill-button .check-icon{color:#4f46e5;flex-shrink:0}.setup-alert-panel h4{font-size:1rem;font-weight:600;color:#b45309;margin-bottom:.25rem}.sub-actions-cell{display:flex;align-items:center;gap:.5rem}.sub-actions-cell .action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.sub-actions-cell .action-btn:hover{color:#1e293b;border-color:#4f46e54d;background:#4f46e50a}.sub-actions-cell .action-btn.edit-btn:hover{color:#4f46e5;border-color:#4f46e5;background:#4f46e514}.sub-actions-cell .action-btn.delete-btn:hover{color:#ef4444;border-color:#ef4444;background:#ef444414}.delete-blocked-container,.delete-confirm-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 0 1rem}.delete-blocked-container .warning-icon-wrapper,.delete-confirm-container .warning-icon-wrapper{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:9999px;background:#f59e0b1a;color:#b45309;margin-bottom:1.5rem}.delete-blocked-container .warning-icon-wrapper.danger,.delete-confirm-container .warning-icon-wrapper.danger{background:#ef44441a;color:#ef4444}.delete-blocked-container h4,.delete-confirm-container h4{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.delete-blocked-container .block-message,.delete-blocked-container .confirm-message,.delete-confirm-container .block-message,.delete-confirm-container .confirm-message{font-size:.875rem;color:#1e293b;margin-bottom:1rem;line-height:1.5;max-width:420px}.delete-blocked-container .block-message strong,.delete-blocked-container .confirm-message strong,.delete-confirm-container .block-message strong,.delete-confirm-container .confirm-message strong{font-weight:700}.delete-blocked-container .block-instructions,.delete-confirm-container .block-instructions{font-size:.75rem;color:#64748b;margin-bottom:2rem;line-height:1.5;max-width:420px}.delete-blocked-container .danger-warning,.delete-confirm-container .danger-warning{font-size:.75rem;font-weight:600;color:#ef4444;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.delete-blocked-container .modal-actions,.delete-confirm-container .modal-actions{width:100%;display:flex;justify-content:center}.delete-blocked-container .modal-actions button,.delete-confirm-container .modal-actions button{min-width:160px}.delete-blocked-container .modal-actions-double,.delete-confirm-container .modal-actions-double{width:100%;display:flex;justify-content:center;gap:1rem}.delete-blocked-container .modal-actions-double button,.delete-confirm-container .modal-actions-double button{flex:1;max-width:160px}.sub-type-badge.type-vocational{background:#f59e0b14;color:#b45309}.sub-type-badge.category-core{background:#4f46e514;color:#4f46e5}.sub-type-badge.category-elective{background:#9333ea14;color:#9333ea}.sub-type-badge.category-vocational{background:#f59e0b14;color:#b45309}.tab-btn{transition:all .15s ease;border-radius:.5rem .5rem 0 0}.tab-btn:hover{color:#1e293b!important;background:#ffffff08!important}.syllabus-header-controls{box-shadow:0 1px 2px #0000000d}.prepopulate-controls{box-shadow:0 4px 8px #0000000f}.prepopulate-controls select{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#0003;color:#1e293b;font-size:.875rem;cursor:pointer;transition:all .15s ease}.prepopulate-controls select:focus{border-color:#4f46e5;outline:none}.input-disabled{background:#ffffff0d;color:#ffffff80;cursor:not-allowed;border:1px solid #e2e8f0;padding:.5rem;border-radius:.5rem;width:100%}.matrix-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.matrix-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:2px}.matrix-card .form-desc{font-size:.75rem;color:#64748b;margin-bottom:1.5rem}.matrix-content-wrapper{margin-top:1.5rem}.matrix-card-header{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.matrix-rows-list{display:flex;flex-direction:column;gap:1.5rem}.matrix-row-item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px dashed #e2e8f0}.matrix-row-item:last-child{border-bottom:none;padding-bottom:0}.matrix-row-item .matrix-row-meta{display:flex;justify-content:space-between;align-items:center}.matrix-row-item .matrix-row-meta h4{font-size:1rem;font-weight:700;color:#1e293b}.matrix-row-item .matrix-row-meta .class-teacher-indicator{font-size:.75rem;color:#64748b}.matrix-subjects-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}@media (min-width: 768px){.matrix-subjects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.matrix-subjects-grid{grid-template-columns:repeat(4,1fr)}}.matrix-subjects-grid .no-subjects-label{grid-column:1/-1;font-size:.75rem;color:#64748b;padding:1rem;background:#f1f5f9;border-radius:.75rem;text-align:center}.matrix-subject-cell{padding:1rem;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;gap:.5rem;-webkit-user-select:none;user-select:none}.matrix-subject-cell:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f}.matrix-subject-cell.allocated{background:#f1f5f9;border-left:3px solid #4f46e5}.matrix-subject-cell.allocated:hover{border-color:#4f46e566}.matrix-subject-cell.unallocated{background:#fff;border-left:3px solid #f59e0b;border-style:dashed}.matrix-subject-cell.unallocated:hover{border-color:#f59e0b66}.matrix-subject-cell .cell-header{display:flex;justify-content:space-between;align-items:flex-start}.matrix-subject-cell .cell-header .subj-name{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.2}.matrix-subject-cell .cell-header .subj-code{font-size:10px;color:#64748b;background:#f8fafc;padding:1px 4px;border-radius:.375rem}.matrix-subject-cell .cell-body{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.matrix-subject-cell .cell-body .teacher-name{font-weight:500;color:#1e293b}.matrix-subject-cell .cell-body .periods-badge{background:#4f46e514;color:#4f46e5;padding:1px 6px;border-radius:.375rem;font-weight:500}.workload-indicator-wrapper{margin-top:.25rem;display:flex}.workload-indicator-wrapper .workload-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:.375rem;display:inline-flex;align-items:center;border:1px solid transparent}.workload-indicator-wrapper .workload-badge.normal{background:#10b98114;color:#10b981;border-color:#10b98126}.workload-indicator-wrapper .workload-badge.overloaded{background:#ef444414;color:#ef4444;border-color:#ef444426;animation:pulse-border 1.5s infinite alternate}@keyframes pulse-border{0%{border-color:#ef444426;box-shadow:0 0 #ef44441a}to{border-color:#ef444466;box-shadow:0 0 4px 1px #ef444426}}.setup-alert-panel{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:1rem;margin-top:1.5rem}.setup-alert-panel h4{font-size:1rem;font-weight:600;color:#b45309;margin-bottom:4px}.setup-alert-panel p{font-size:.875rem;color:#64748b}.students-page,.admission-inquiry-page{display:flex;flex-direction:column;height:100%}.students-stats-row,.inquiry-summary-row{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.students-stats-row,.inquiry-summary-row{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.students-stats-row,.inquiry-summary-row{grid-template-columns:repeat(5,1fr)}}.students-stats-row .stat-mini-card,.students-stats-row .inquiry-summary-pill,.inquiry-summary-row .stat-mini-card,.inquiry-summary-row .inquiry-summary-pill{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 2px #0000000d;transition:all .25s ease}.students-stats-row .stat-mini-card:hover,.students-stats-row .inquiry-summary-pill:hover,.inquiry-summary-row .stat-mini-card:hover,.inquiry-summary-row .inquiry-summary-pill:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f;border-color:#4f46e533}.students-stats-row .stat-mini-card .stat-mini-icon,.students-stats-row .inquiry-summary-pill .stat-mini-icon,.inquiry-summary-row .stat-mini-card .stat-mini-icon,.inquiry-summary-row .inquiry-summary-pill .stat-mini-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem;flex-shrink:0}.students-stats-row .stat-mini-card .stat-mini-value,.students-stats-row .stat-mini-card .pill-count,.students-stats-row .inquiry-summary-pill .stat-mini-value,.students-stats-row .inquiry-summary-pill .pill-count,.inquiry-summary-row .stat-mini-card .stat-mini-value,.inquiry-summary-row .stat-mini-card .pill-count,.inquiry-summary-row .inquiry-summary-pill .stat-mini-value,.inquiry-summary-row .inquiry-summary-pill .pill-count{font-size:1.125rem;font-weight:700;color:#1e293b;line-height:1.2}.students-stats-row .stat-mini-card .stat-mini-label,.students-stats-row .stat-mini-card .pill-label,.students-stats-row .inquiry-summary-pill .stat-mini-label,.students-stats-row .inquiry-summary-pill .pill-label,.inquiry-summary-row .stat-mini-card .stat-mini-label,.inquiry-summary-row .stat-mini-card .pill-label,.inquiry-summary-row .inquiry-summary-pill .stat-mini-label,.inquiry-summary-row .inquiry-summary-pill .pill-label{font-size:.625rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.students-stats-row .inquiry-summary-pill,.inquiry-summary-row .inquiry-summary-pill{border-left-width:4px;flex-direction:row;justify-content:flex-start;gap:1rem}.students-stats-row .inquiry-summary-pill .pill-count,.inquiry-summary-row .inquiry-summary-pill .pill-count{font-size:1.5rem}.students-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;overflow-x:auto}.students-tabs::-webkit-scrollbar{width:6px;height:6px}.students-tabs::-webkit-scrollbar-track{background:#f8fafc}.students-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.students-tabs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.students-tabs .students-tab{background:none;border:none;padding:.5rem 1rem;font-size:.875rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.25rem;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.students-tabs .students-tab:hover{color:#4f46e5}.students-tabs .students-tab.active{color:#4f46e5;font-weight:600;border-bottom-color:#4f46e5}.students-tabs .students-tab .tab-count{background:#f1f5f9;color:#64748b;font-size:.625rem;padding:1px 6px;border-radius:9999px;font-weight:700}.students-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.students-toolbar .search-input-wrapper{position:relative;display:flex;align-items:center;flex:1;min-width:280px;max-width:400px}.students-toolbar .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.students-toolbar .search-input-wrapper .search-input{width:100%;padding:.5rem 1rem .5rem 2rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;color:#1e293b;font-family:Outfit,sans-serif;transition:all .15s ease}.students-toolbar .search-input-wrapper .search-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.students-toolbar .filter-toggle-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;color:#1e293b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.students-toolbar .filter-toggle-btn:hover{background:#eef2ff;border-color:#d1dbe7}.students-toolbar .filter-toggle-btn.active{border-color:#4f46e5;color:#4f46e5;background:#4f46e50a}.students-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;background:#f1f5f9;border-radius:1rem;margin-bottom:1.5rem}.students-filter-row select{padding:.25rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.75rem;color:#1e293b;background:#fff;outline:none;cursor:pointer;min-width:130px}.students-filter-row select:focus{border-color:#4f46e5}.students-filter-row .filter-clear-btn{padding:.25rem 1rem;background:none;border:1px dashed #e2e8f0;border-radius:.5rem;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.students-filter-row .filter-clear-btn:hover{color:#ef4444;border-color:#ef4444;background:#ef44440a}.students-table .student-avatar-cell{display:flex;align-items:center;gap:1rem}.students-table .student-avatar-cell .student-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;overflow:hidden;flex-shrink:0}.students-table .student-avatar-cell .student-avatar img{width:100%;height:100%;object-fit:cover}.students-table .student-avatar-cell .student-name{font-weight:600;color:#1e293b}.students-table .student-avatar-cell .student-dob{font-size:.625rem;color:#64748b;margin-top:2px}.students-table .admission-no{font-family:monospace;background:#f1f5f9;padding:2px 6px;border-radius:.375rem;font-weight:600;color:#1e293b;font-size:.75rem}.students-table .student-badge{padding:2px .5rem;border-radius:9999px;font-size:.625rem;font-weight:700;border:1px solid currentColor;display:inline-flex;text-transform:uppercase}.students-table .student-badge.badge-blue{background:#4f46e514;color:#4f46e5}.students-table .student-badge.badge-teal{background:#10b98114;color:#10b981}.students-table .student-badge.badge-violet{background:#8b5cf614;color:#8b5cf6}.students-table .student-badge.badge-orange{background:#f9731614;color:#f97316}.students-table .student-badge.badge-yellow{background:#f59e0b14;color:#b45309}.students-table .student-badge.badge-danger{background:#ef444414;color:#ef4444}.students-table .row-action-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.students-table .row-action-btn:hover{background:#f1f5f9;color:#1e293b}.students-table .table-loading{text-align:center;color:#64748b;font-weight:500}.students-table .table-loading .spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid rgba(79,70,229,.2);border-radius:50%;border-top-color:#4f46e5;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}.students-table .table-empty{padding:3rem;text-align:center;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1rem}.students-table .table-empty p{font-size:.875rem;margin-top:.5rem}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.5rem}.table-pagination .pagination-info{font-size:.75rem;color:#64748b}.table-pagination .pagination-btns{display:flex;gap:.25rem}.table-pagination .pagination-btns .page-btn{padding:.25rem calc(.5rem + 2px);border:1px solid #e2e8f0;border-radius:.375rem;font-size:.75rem;background:#fff;color:#1e293b;cursor:pointer;transition:all .15s ease}.table-pagination .pagination-btns .page-btn:hover:not(:disabled){border-color:#4f46e5;color:#4f46e5}.table-pagination .pagination-btns .page-btn:disabled{opacity:.5;cursor:not-allowed}.table-pagination .pagination-btns .page-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.student-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 8px #0000000f;padding:2rem}.wizard-step .step-header h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.wizard-nav-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:1.5rem}.student-detail-page{display:flex;flex-direction:column}.student-detail-page .back-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1rem;width:fit-content;transition:all .15s ease}.student-detail-page .back-btn:hover{color:#4f46e5;transform:translate(-2px)}.student-profile-hero{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.student-profile-hero .profile-hero-left{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.student-profile-hero .profile-hero-left .profile-avatar-lg{width:5.5rem;height:5.5rem;border-radius:50%;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;overflow:hidden;border:2px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.student-profile-hero .profile-hero-left .profile-avatar-lg img{width:100%;height:100%;object-fit:cover}.student-profile-hero .profile-hero-left .profile-hero-info{display:flex;flex-direction:column;gap:6px}.student-profile-hero .profile-hero-left .profile-hero-info h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .admission-no-badge{font-family:monospace;font-size:.75rem;font-weight:600;background:#f1f5f9;color:#1e293b;padding:2px 6px;border-radius:.375rem}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .roll-no-badge{font-size:.75rem;font-weight:600;background:#eef2ff;color:#4f46e5;padding:2px 6px;border-radius:.375rem}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge{font-size:10px;font-weight:700;padding:2px .5rem;border-radius:9999px;border:1px solid currentColor;text-transform:uppercase}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge.status-active{color:#10b981;background:#10b98114}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge.status-inactive{color:#64748b;background:#64748b14}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge.status-transferred{color:#f59e0b;background:#f59e0b14}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge.status-passed_out{color:#4f46e5;background:#4f46e514}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-meta .status-badge.status-left{color:#ef4444;background:#ef444414}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-details{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:#64748b;margin-top:.25rem}.student-profile-hero .profile-hero-left .profile-hero-info .profile-hero-details span{display:flex;align-items:center;gap:.25rem}.student-profile-hero .profile-hero-actions{flex-shrink:0}.detail-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;margin:2rem 0 1.5rem;overflow-x:auto}.detail-tabs::-webkit-scrollbar{width:6px;height:6px}.detail-tabs::-webkit-scrollbar-track{background:#f8fafc}.detail-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.detail-tabs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.detail-tabs .detail-tab{background:none;border:none;padding:.5rem 1rem;font-size:.875rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.25rem;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.detail-tabs .detail-tab:hover{color:#4f46e5}.detail-tabs .detail-tab.active{color:#4f46e5;font-weight:600;border-bottom-color:#4f46e5}.profile-tab-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.profile-tab-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.profile-tab-grid{grid-template-columns:repeat(2,1fr)}}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.info-card .info-card-title{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px dashed #e2e8f0;padding-bottom:.5rem;margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(226,232,240,.5)}.info-row:last-child{border-bottom:none}.info-row .info-label{font-size:.875rem;color:#64748b}.info-row .info-value{font-size:.875rem;color:#1e293b;font-weight:500}.tab-placeholder-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:4rem 1rem;text-align:center;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;align-items:center;gap:.5rem}.tab-placeholder-card h3{font-size:1rem;font-weight:700;color:#1e293b;margin-top:.5rem}.tab-placeholder-card p{font-size:.875rem;color:#64748b;max-width:420px;margin:0 auto;line-height:1.5}.documents-list{display:flex;flex-direction:column;gap:.5rem}.documents-list .document-row{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;color:#1e293b}.documents-list .document-row .doc-link{color:#4f46e5;font-weight:600;text-decoration:none;margin-left:auto}.documents-list .document-row .doc-link:hover{text-decoration:underline}.timeline-list{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:.25rem}.timeline-list:before{content:"";position:absolute;top:.25rem;bottom:.25rem;left:5px;width:2px;background:#e2e8f0}.timeline-list .timeline-item{position:relative;padding-left:2rem}.timeline-list .timeline-item .timeline-dot{position:absolute;left:0;top:6px;width:1rem;height:1rem;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 0 2px #10b98133}.timeline-list .timeline-item .timeline-content{display:flex;flex-direction:column;gap:2px}.timeline-list .timeline-item .timeline-content .timeline-title{font-size:.875rem;font-weight:600;color:#1e293b}.timeline-list .timeline-item .timeline-content .timeline-date{font-size:.625rem;color:#64748b}.timeline-list .timeline-item .timeline-content .timeline-desc{font-size:.75rem;color:#64748b;margin-top:.25rem}.kanban-board{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-top:1.5rem;align-items:start}@media (min-width: 768px){.kanban-board{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kanban-board{grid-template-columns:repeat(5,1fr)}}.kanban-board .kanban-column{background:#f1f5f9;border-radius:1rem;padding:.5rem;min-height:480px;border:2px solid transparent;transition:all .15s ease}.kanban-board .kanban-column.kanban-drop-target{background:#eef2ff;border-color:dashed rgba(79,70,229,.4)}.kanban-board .kanban-column .kanban-col-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:1rem;font-weight:700;font-size:.875rem}.kanban-board .kanban-column .kanban-col-header .kanban-count{font-size:.625rem;padding:2px .5rem;border-radius:9999px;font-weight:700}.kanban-board .kanban-column .kanban-cards{display:flex;flex-direction:column;gap:.5rem}.kanban-board .kanban-column .kanban-empty{padding:2rem;text-align:center;color:#64748b;font-size:.75rem;border:1px dashed #e2e8f0;border-radius:.75rem}.kanban-board .kanban-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;box-shadow:0 1px 2px #0000000d;cursor:grab;transition:all .15s ease;display:flex;flex-direction:column;gap:.25rem}.kanban-board .kanban-card:hover{box-shadow:0 4px 8px #0000000f;border-color:#4f46e540}.kanban-board .kanban-card.dragging{opacity:.4;cursor:grabbing}.kanban-board .kanban-card .kanban-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.25rem}.kanban-board .kanban-card .kanban-card-header .kanban-student-name{font-size:.875rem;font-weight:600;color:#1e293b}.kanban-board .kanban-card .kanban-card-header .kanban-source-badge{font-size:8px;font-weight:700;background:#f1f5f9;color:#64748b;padding:1px .25rem;border-radius:.375rem;text-transform:uppercase;white-space:nowrap}.kanban-board .kanban-card .kanban-parent,.kanban-board .kanban-card .kanban-class,.kanban-board .kanban-card .kanban-contact,.kanban-board .kanban-card .kanban-followup{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.25rem}.kanban-board .kanban-card .kanban-notes{font-size:.75rem;color:#1e293b;background:#f8fafc;padding:.25rem .5rem;border-radius:.375rem;margin-top:.25rem}.kanban-board .kanban-card .kanban-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed #e2e8f0;padding-top:.5rem;margin-top:.25rem}.kanban-board .kanban-card .kanban-card-footer .kanban-created{font-size:10px;color:#64748b}.kanban-board .kanban-card .kanban-card-footer .kanban-advance-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:2px;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.kanban-board .kanban-card .kanban-card-footer .kanban-advance-btn:hover{background:#f1f5f9;color:#4f46e5}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-overlay .modal-panel{width:100%;max-width:600px;background:#fff;border-radius:1rem;box-shadow:0 10px 20px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;max-height:90vh}.modal-overlay .modal-panel .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-overlay .modal-panel .modal-header h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.modal-overlay .modal-panel .modal-header .modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.modal-overlay .modal-panel .modal-header .modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-overlay .modal-panel .modal-form{padding:1.5rem;overflow-y:auto}.modal-overlay .modal-panel .modal-form::-webkit-scrollbar{width:6px;height:6px}.modal-overlay .modal-panel .modal-form::-webkit-scrollbar-track{background:#f8fafc}.modal-overlay .modal-panel .modal-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.modal-overlay .modal-panel .modal-form::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-overlay .modal-panel .modal-form .form-group textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-family:Outfit,sans-serif;font-size:.875rem;color:#1e293b}.modal-overlay .modal-panel .modal-form .form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.modal-overlay .modal-panel .modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 1rem 1rem}.attendance-heatmap-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;max-width:450px;margin:0 auto}.heatmap-weekday{text-align:center;font-weight:700;font-size:11px;color:#64748b;text-transform:uppercase;padding:.25rem 0}.heatmap-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;font-size:12px;font-weight:600;position:relative;border:1px solid rgba(255,255,255,.04);cursor:default}.heatmap-day.empty{border:none;background:transparent}.heatmap-day.unmarked{background:#ffffff05;color:#4b5563}.heatmap-day.present{background:#22c55e26;color:#10b981;border-color:#22c55e4d}.heatmap-day.absent{background:#ef444426;color:#ef4444;border-color:#ef44444d}.heatmap-day.late{background:#eab30826;color:#f59e0b;border-color:#eab3084d}.heatmap-day.half_day{background:#f9731626;color:#f59e0b;border-color:#f973164d}.heatmap-day.on_leave{background:#6366f126;color:#4f46e5;border-color:#6366f14d}.heatmap-day .day-status-indicator{position:absolute;bottom:.25rem;width:.25rem;height:.25rem;border-radius:50%;background:currentColor}.attendance-page-container{display:flex;flex-direction:column;height:100%}.attendance-mark-container,.attendance-report-container{display:flex;flex-direction:column}.attendance-controls-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.attendance-controls-row .control-group{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:180px}.attendance-controls-row .control-group label{font-size:.875rem;font-weight:600;color:#1e293b}.attendance-controls-row .control-group select,.attendance-controls-row .control-group input{width:100%;padding:.5rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;color:#1e293b;font-family:Outfit,sans-serif;outline:none;transition:all .15s ease}.attendance-controls-row .control-group select:focus,.attendance-controls-row .control-group input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.attendance-controls-row .control-group .date-input-wrapper{position:relative;display:flex;align-items:center}.attendance-controls-row .control-group .date-input-wrapper .calendar-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.attendance-controls-row .control-group .date-input-wrapper input[type=date]{padding-left:2rem}.attendance-controls-row .control-group.action-group{flex:0 0 auto;min-width:auto}.attendance-roster-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.attendance-roster-header .roster-metrics{display:flex;flex-wrap:wrap;gap:.25rem}.attendance-roster-header .roster-metrics .metric-pill{font-size:.75rem;font-weight:600;padding:4px .5rem;border-radius:9999px;border:1px solid currentColor;display:inline-flex;align-items:center;gap:4px}.attendance-roster-header .roster-metrics .metric-pill.present{background:#10b98114;color:#10b981}.attendance-roster-header .roster-metrics .metric-pill.absent{background:#ef444414;color:#ef4444}.attendance-roster-header .roster-metrics .metric-pill.late{background:#f59e0b14;color:#b45309}.attendance-roster-header .roster-metrics .metric-pill.halfday{background:#9333ea14;color:#9333ea}.attendance-roster-header .roster-metrics .metric-pill.holiday{background:#6b728014;color:#4b5563}.attendance-progress-bar-container{display:flex;height:6px;border-radius:9999px;overflow:hidden;background:#f1f5f9;margin-bottom:1.5rem}.attendance-progress-bar-container .progress-segment{height:100%;transition:width .4s ease}.attendance-progress-bar-container .progress-segment.present{background:#10b981}.attendance-progress-bar-container .progress-segment.absent{background:#ef4444}.attendance-progress-bar-container .progress-segment.late{background:#f59e0b}.attendance-progress-bar-container .progress-segment.halfday{background:#9333ea}.attendance-progress-bar-container .progress-segment.holiday{background:#94a3b8}.attendance-roster-table th,.attendance-roster-table td{vertical-align:middle}.attendance-roster-table .attendance-btn-group{display:flex;gap:4px;justify-content:center;align-items:center}.attendance-roster-table .attendance-btn-group .att-status-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid #e2e8f0;background:#fff;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.attendance-roster-table .attendance-btn-group .att-status-btn:hover{transform:scale(1.05)}.attendance-roster-table .attendance-btn-group .att-status-btn.present:hover,.attendance-roster-table .attendance-btn-group .att-status-btn.present.active{background:#10b981;border-color:#10b981;color:#fff;box-shadow:0 2px 4px #10b98133}.attendance-roster-table .attendance-btn-group .att-status-btn.absent:hover,.attendance-roster-table .attendance-btn-group .att-status-btn.absent.active{background:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 2px 4px #ef444433}.attendance-roster-table .attendance-btn-group .att-status-btn.late:hover,.attendance-roster-table .attendance-btn-group .att-status-btn.late.active{background:#f59e0b;border-color:#f59e0b;color:#fff;box-shadow:0 2px 4px #f59e0b33}.attendance-roster-table .attendance-btn-group .att-status-btn.half-day:hover,.attendance-roster-table .attendance-btn-group .att-status-btn.half-day.active{background:#9333ea;border-color:#9333ea;color:#fff;box-shadow:0 2px 4px #9333ea33}.attendance-roster-table .attendance-btn-group .att-status-btn.holiday:hover,.attendance-roster-table .attendance-btn-group .att-status-btn.holiday.active{background:#6b7280;border-color:#6b7280;color:#fff;box-shadow:0 2px 4px #6b728033}.attendance-roster-table .attendance-note-input{width:100%;padding:.25rem .5rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.75rem;color:#1e293b;font-family:Outfit,sans-serif;outline:none;transition:all .15s ease}.attendance-roster-table .attendance-note-input:focus{border-color:#4f46e5}.attendance-defaulter-row{background:#ef444405}.attendance-defaulter-row:hover{background:#ef44440d!important}.att-count-label{font-weight:600;font-size:.875rem}.att-count-label.present{color:#10b981}.att-count-label.absent{color:#ef4444}.att-count-label.late{color:#b45309}.att-count-label.halfday{color:#9333ea}.att-count-label.holiday{color:#64748b}.staff-management-container,.timetable-editor-page,.substitution-desk-container{display:flex;flex-direction:column;height:100%}.attendance-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.attendance-tabs .tab-btn{background:none;border:none;padding:.5rem 1rem;font-size:.875rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.25rem;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.attendance-tabs .tab-btn:hover{color:#4f46e5}.attendance-tabs .tab-btn.active{color:#4f46e5;font-weight:600;border-bottom-color:#4f46e5}.timetable-matrix-grid{width:100%;border-collapse:separate;border-spacing:8px}.timetable-matrix-grid th,.timetable-matrix-grid td{padding:.5rem;border-radius:.75rem;text-align:center;font-size:.875rem;transition:all .15s ease}.timetable-matrix-grid th{background:#ffffff05;border:1px solid #e2e8f0;color:#1e293b;font-weight:700}.timetable-matrix-grid td{vertical-align:top;min-height:85px;position:relative}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop .modal-panel{width:100%;max-width:440px;background:#fff;border-radius:1rem;box-shadow:0 10px 20px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.modal-backdrop .modal-panel .modal-header{padding:1.5rem 1.5rem .5rem;border-bottom:1px dashed #e2e8f0}.modal-backdrop .modal-panel .modal-header h3{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.modal-backdrop .modal-panel .modal-form{padding:1.5rem}.modal-backdrop .modal-panel .modal-form .form-group{display:flex;flex-direction:column;gap:.25rem}.modal-backdrop .modal-panel .modal-form .form-group label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase}.modal-backdrop .modal-panel .modal-form .form-group select,.modal-backdrop .modal-panel .modal-form .form-group input{width:100%;padding:.5rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;color:#1e293b;font-family:Outfit,sans-serif;outline:none}.modal-backdrop .modal-panel .modal-form .form-group select:focus,.modal-backdrop .modal-panel .modal-form .form-group input:focus{border-color:#4f46e5}.modal-backdrop .modal-panel .modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem}.attendance-roster-page{display:flex;flex-direction:column;height:100%}.badge-green{background:#10b98114;color:#10b981}.badge-orange{background:#f59e0b14;color:#b45309}.badge-blue{background:#4f46e514;color:#4f46e5}.badge-grey{background:#f1f5f9;color:#64748b}.badge-danger{background:#ef444414;color:#ef4444}._loadingContainer_hylac_1{display:flex;justify-content:center;padding:3rem}._formContainer_hylac_7{display:flex;flex-direction:column;gap:1rem}._formGrid_hylac_13{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._column_hylac_19{display:flex;flex-direction:column;gap:1rem}._earningsHeader_hylac_25{margin:0 0 .25rem;color:#10b981}._deductionsHeader_hylac_30{margin:0 0 .25rem;color:#ef4444}._summaryBox_hylac_35{margin-top:auto;background:var(--bg-subtle);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border)}._summaryRow_hylac_43{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:6px}._dashedBorderRow_hylac_50{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.5rem;padding-bottom:6px;border-bottom:1px dashed var(--border)}._deductionsValue_hylac_59{color:#fee2e2}._netRow_hylac_63{display:flex;justify-content:space-between;font-size:.95rem;font-weight:700}._netValue_hylac_70{color:#10b981}._actionsContainer_hylac_74{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}._tabContainer_1d56j_1{display:flex;flex-direction:column;gap:1.5rem}._filterBar_1d56j_7{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}._runButton_1d56j_14{margin-left:auto}._loadingContainer_1d56j_18{padding:80px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._rightAlignedHeader_1d56j_27{text-align:right}._actionsHeader_1d56j_31{width:120px}._employeeId_1d56j_35{font-weight:600}._employeeName_1d56j_39{color:var(--text-main);font-weight:600}._grossEarnings_1d56j_44{color:#10b981;font-weight:600;text-align:right}._deductions_1d56j_50{color:#ef4444;text-align:right}._netPaid_1d56j_55{color:var(--text-main);font-weight:700;text-align:right}._rightAlignedCell_1d56j_61{text-align:right}._tabContainer_lu637_1{display:flex;flex-direction:column;gap:1.5rem}._headerBlock_lu637_7{display:flex;justify-content:space-between;align-items:center}._title_lu637_13{margin:0;font-size:1.125rem;font-weight:700}._loadingContainer_lu637_19{padding:80px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._emptyCard_lu637_28{padding:3rem;text-align:center}._emptyText_lu637_33{color:var(--text-muted);margin:0}._rightAlignedHeader_lu637_38{text-align:right}._employeeId_lu637_42{font-weight:600}._employeeName_lu637_46{color:var(--text-main);font-weight:600}._grossConfigured_lu637_51{color:#10b981;font-weight:600}._deductionsConfigured_lu637_56{color:#fee2e2}._netConfigured_lu637_60{color:var(--text-main);font-weight:700}._notConfigured_lu637_65{color:var(--text-muted)}._rightAlignedCell_lu637_69{text-align:right}.staff-management-container,.student-form-page,.student-detail-page,.attendance-roster-page{display:flex;flex-direction:column;height:100%;gap:1rem}.student-badge{padding:2px 8px;border-radius:9999px;font-size:.625rem;font-weight:700;border:1px solid currentColor;display:inline-flex;text-transform:uppercase}.student-badge.badge-blue{background:#4f46e514;color:#4f46e5}.student-badge.badge-teal{background:#10b98114;color:#10b981}.student-badge.badge-danger{background:#ef444414;color:#ef4444}.students-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.students-table{width:100%;border-collapse:collapse}.students-table th,.students-table td{padding:1rem;text-align:left}.students-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;border-bottom:1px solid #e2e8f0}.students-table td{border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#1e293b}.students-table .students-table-row{cursor:pointer;transition:background .15s ease}.students-table .students-table-row:hover{background:#eef2ff}.wizard-progress-bar{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.wizard-progress-bar .progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.wizard-progress-bar .progress-step .step-number{width:2.25rem;height:2.25rem;border-radius:50%;background:#f8fafc;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b;transition:all .25s ease}.wizard-progress-bar .progress-step .step-label{font-size:.625rem;color:#64748b;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center}.wizard-progress-bar .progress-step .step-connector{position:absolute;top:1.125rem;left:50%;width:100%;height:2px;background:#e2e8f0;z-index:-1;transition:all .25s ease}.wizard-progress-bar .progress-step.completed .step-number{background:#10b981;border-color:#10b981;color:#fff}.wizard-progress-bar .progress-step.completed .step-connector{background:#10b981}.wizard-progress-bar .progress-step.active .step-number{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 0 0 4px #4f46e526}.wizard-progress-bar .progress-step.active .step-label{color:#4f46e5;font-weight:700}.header-actions{display:flex;gap:8px}.wizard-step .step-header{margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.wizard-step .step-header h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:4px}.wizard-step .step-header p{font-size:.75rem;color:#64748b}.form-grid-2{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}.photo-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #e2e8f0;border-radius:1rem;background:#f1f5f9;transition:all .25s ease;text-align:center}.photo-upload-area:hover{border-color:#4f46e5;background:#eef2ff}.photo-upload-area .photo-preview-circle{width:7.5rem;height:7.5rem;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.photo-upload-area .photo-upload-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#eef2ff;color:#4f46e5;font-size:.875rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .15s ease}.photo-upload-area .photo-upload-btn:hover{background:#4f46e5;color:#fff}.setup-alert-panel{display:flex;align-items:flex-start;gap:1rem;background:#4f46e508;border:1px dashed #e2e8f0;border-radius:1rem;padding:2rem}.setup-alert-panel h4{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#1e293b}.setup-alert-panel p{margin:0;font-size:.875rem;color:#64748b}.staff-detail-tab-scrollable{overflow-y:auto!important;padding-right:4px;flex:1;min-height:0;display:flex;flex-direction:column;gap:20px}.staff-detail-tab-scrollable::-webkit-scrollbar{width:6px;height:6px}.staff-detail-tab-scrollable::-webkit-scrollbar-track{background:#f8fafc}.staff-detail-tab-scrollable::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.staff-detail-tab-scrollable::-webkit-scrollbar-thumb:hover{background:#94a3b8}.fees-page-container{display:flex;flex-direction:column;height:100%}.fees-tab-content{display:flex;flex-direction:column}._controlsRow_1lrzd_1{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;border-bottom:1px dashed var(--border-color);padding-bottom:1.5rem}._filtersLeft_1lrzd_11{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._deptDropdownWrapper_1lrzd_18{width:220px}._exitedCheckboxGroup_1lrzd_22{display:flex;align-items:center;gap:.5rem;padding-bottom:.25rem}._checkbox_1lrzd_29{width:1rem;height:1rem;cursor:pointer}._checkboxLabel_1lrzd_35{font-size:.9rem;color:var(--text-main);cursor:pointer;font-Weight:500;-webkit-user-select:none;user-select:none}._loadingContainer_1lrzd_43{padding:80px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._alertPanel_1lrzd_52{margin-top:0}._cardsGrid_1lrzd_56{display:flex;flex-wrap:wrap;gap:1.5rem;overflow-y:auto;padding-right:.5rem;padding-bottom:.5rem;min-height:0;align-content:flex-start;padding-top:5px}._staffCard_1lrzd_68{display:flex;flex-direction:column;flex:1 0 280px;max-width:360px}._cardHeader_1lrzd_75{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}._avatarWrapper_1lrzd_82{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}._avatarImage_1lrzd_93{width:100%;height:100%;object-fit:cover}._avatarFallbackIcon_1lrzd_99{color:var(--text-muted)}._staffName_1lrzd_103{font-size:1.05rem;font-weight:700;color:var(--text-main);margin:0}._badgeGroup_1lrzd_110{display:flex;gap:6px;margin-top:.25rem;flex-wrap:wrap}._detailsList_1lrzd_117{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}._detailItem_1lrzd_127{display:flex;align-items:center;gap:.5rem}._accentIcon_1lrzd_133{color:var(--text-accent)}._emailText_1lrzd_137{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._teachesInfo_1lrzd_143{font-size:.8rem;margin-top:.25rem}._cardFooter_1lrzd_148{display:flex;gap:.5rem;border-top:1px solid var(--border-color);padding-top:1rem}._profileBtn_1lrzd_155{flex:1}._categoryText_lrue9_1{color:var(--text-main);font-weight:600}._boldText_lrue9_6{font-weight:600}._mutedText_lrue9_10{color:var(--text-muted)}._smallMutedText_lrue9_14{font-size:.8rem;color:var(--text-muted)}._mediumText_lrue9_19{font-size:.9rem}._smallMutedMarginText_lrue9_23{font-size:.75rem;color:var(--text-muted);margin-top:4px}._ellipsisText180_lrue9_29{max-width:180px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._ellipsisText200_lrue9_36{max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._largeBoldText_lrue9_43{color:var(--text-main);font-weight:700}._successBoldText_lrue9_48{color:var(--success);font-weight:600}._dangerText_lrue9_53{color:var(--danger)}._flexRowGap8_lrue9_57{display:flex;gap:8px;align-items:center}._flex1Input_lrue9_63{flex:1}._approvedBtn_lrue9_67{background:var(--success);border:none;padding:6px 12px}._rejectedBtn_lrue9_73{background:var(--danger);color:#fff;border:none;padding:6px 12px}._loadingContainer_1nqh0_1{display:flex;justify-content:center;padding:3rem}._formWrapper_1nqh0_7{padding:0}._stepLabel_1nqh0_11{font-size:.75rem}._fullWidthFormGroup_1nqh0_15{grid-column:1/-1}._photoUploadWrapper_1nqh0_19{margin-bottom:1.5rem}._photoPreviewImage_1nqh0_23{width:100%;height:100%;object-fit:cover;border-radius:50%}._photoFallbackIcon_1nqh0_30{color:var(--color-primary);opacity:.5}._photoInputHidden_1nqh0_35{display:none}._uppercaseInput_1nqh0_39{text-transform:uppercase}._sectionMargin_1nqh0_43{margin-bottom:1.5rem}._qualificationsHeader_1nqh0_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._qualificationsTitle_1nqh0_54{margin:0;color:#a78bfa}._emptyQualsText_1nqh0_59{color:var(--text-muted);font-size:.9rem;margin:.5rem 0}._qualsList_1nqh0_65{display:flex;flex-direction:column;gap:calc(.5rem + 2px)}._qualRow_1nqh0_71{display:flex;gap:.5rem;align-items:center}._flex2Input_1nqh0_77{flex:2;padding:.5rem 1rem}._flex1Input_1nqh0_82{flex:1;padding:.5rem 1rem}._removeQualBtn_1nqh0_87{background:transparent;border:none;color:var(--danger);padding:.25rem;cursor:pointer}._matrixSection_1nqh0_95{margin-bottom:1.5rem}._matrixSectionSmall_1nqh0_99{margin-bottom:calc(.5rem + 2px)}._matrixTitle_1nqh0_103{margin:0 0 calc(.5rem + 2px) 0;font-size:.95rem}._badgeContainer_1nqh0_108{display:flex;flex-wrap:wrap;gap:.5rem}._matrixBadgeSelected_1nqh0_114{cursor:pointer;border:1px solid var(--success);padding:6px 1rem}._matrixBadgeStandard_1nqh0_120{cursor:pointer;border:1px solid transparent;padding:6px 1rem}._wizardNav_1nqh0_126{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}._container_q64ex_1{display:flex;flex-direction:column;gap:1.5rem;height:100%;min-height:0}._headerRow_q64ex_9{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}._headerTitle_q64ex_16{margin:0;font-size:1.2rem;font-weight:700;color:var(--text-main)}._headerSubtitle_q64ex_23{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted)}._emptyCard_q64ex_29{padding:3rem;text-align:center;flex-shrink:0}._emptyIcon_q64ex_35{color:var(--text-accent);opacity:.5;margin-bottom:1rem}._emptyTitle_q64ex_41{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-main)}._emptyText_q64ex_47{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}._tableWrapper_q64ex_53{flex:1;min-height:0;overflow-y:auto}._centeredHeader_q64ex_59{text-align:center}._actionsHeader_q64ex_63{width:240px;text-align:right}._policyName_q64ex_68{color:var(--text-main)}._limitCell_q64ex_72{text-align:center;font-weight:600}._standardBadge_q64ex_77{color:var(--text-muted);background:transparent}._actionsCell_q64ex_82{text-align:right}._actionsGroup_q64ex_86{display:flex;gap:.5rem;justify-content:flex-end;align-items:center}._deleteBtn_q64ex_93{color:#ef4444}._modalContent_q64ex_97{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}._limitsGrid_q64ex_104{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._checkboxContainer_q64ex_110{display:flex;flex-direction:row;align-items:center;gap:.5rem;cursor:pointer;margin-top:calc(.5rem + 2px)}._checkboxInput_q64ex_119{width:1rem;height:1rem;cursor:pointer}._checkboxLabel_q64ex_125{font-size:.9rem;font-weight:500;color:var(--text-main);cursor:pointer;text-transform:none}._formContainer_5476f_1{display:flex;flex-direction:column;gap:16px}._container_a3ih3_1{display:flex;flex-direction:column;gap:var(--space-md)}._separationCard_a3ih3_7{border-left:4px solid var(--danger);background:#ef44440d}._separationTitle_a3ih3_12{margin-top:0;font-size:1.1rem;color:var(--danger);display:flex;align-items:center;gap:6px}._separationGrid_a3ih3_21{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:12px}._attributeLabel_a3ih3_28{font-size:.8rem;color:var(--text-muted)}._attributeLabelBlock_a3ih3_33{font-size:.8rem;color:var(--text-muted);display:block;margin-bottom:6px}._qualificationLabelBlock_a3ih3_40{font-size:.8rem;color:var(--text-muted);display:block;margin-bottom:8px}._attributeValue_a3ih3_47{font-weight:500;color:var(--text-main)}._attributeValueBold_a3ih3_52{font-weight:600;color:var(--text-main)}._attributeValueUppercase_a3ih3_57{font-weight:500;color:var(--text-main);text-transform:uppercase}._experienceValue_a3ih3_63{font-weight:600;color:var(--text-main);font-size:1.05rem}._remarksContainer_a3ih3_69{grid-column:1/-1}._remarksText_a3ih3_73{font-weight:500;color:var(--text-main);white-space:pre-wrap}._gridLayout_a3ih3_79{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-md)}._columnWrapper_a3ih3_85{display:flex;flex-direction:column;gap:var(--space-md)}._cardTitle_a3ih3_91{margin-top:0;font-size:1.1rem;color:var(--text-main);border-bottom:1px solid var(--border-color);padding-bottom:10px;display:flex;align-items:center;gap:6px}._titleIcon_a3ih3_102{color:var(--text-accent)}._attributesList_a3ih3_106{display:flex;flex-direction:column;gap:12px}._rosterAttributesList_a3ih3_112{display:flex;flex-direction:column;gap:15px}._badgesList_a3ih3_118{display:flex;flex-wrap:wrap;gap:6px}._noQualificationsMsg_a3ih3_124{font-size:.9rem;color:var(--text-muted)}._qualificationsList_a3ih3_129{display:flex;flex-direction:column;gap:10px}._qualificationItem_a3ih3_135{background:var(--bg-secondary);padding:10px;border-radius:var(--radius-md);border:1px solid var(--border-color)}._qualificationDegree_a3ih3_142{font-weight:600;color:var(--text-main);font-size:.9rem}._qualificationMeta_a3ih3_148{font-size:.8rem;color:var(--text-muted);margin-top:2px}._container_1jw1u_1{display:flex;flex-direction:column;gap:var(--space-md)}._statsWrapper_1jw1u_7{margin-bottom:var(--space-md)}._leaveCard_1jw1u_11{background:var(--bg-secondary);padding:12px 15px;border-radius:var(--radius-md);border:1px solid var(--border-color)}._cardHeader_1jw1u_18{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._cardTitle_1jw1u_25{color:var(--text-main);font-size:.9rem}._statsInfo_1jw1u_30{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted);margin-bottom:8px}._progressBarTrack_1jw1u_38{height:6px;background:var(--bg-tertiary);border-radius:var(--radius-full);overflow:hidden}._progressBarValue_1jw1u_45{height:100%;border-radius:var(--radius-full)}._progressBarValue_1jw1u_45._danger_1jw1u_49{background:var(--danger)}._progressBarValue_1jw1u_45._warning_1jw1u_52{background:var(--warning)}._progressBarValue_1jw1u_45._success_1jw1u_55{background:var(--success)}._historyHeader_1jw1u_59{display:flex;justify-content:space-between;align-items:center}._historyTitle_1jw1u_65{margin:0;font-size:1.125rem;font-weight:700}._container_1j9xq_1{display:flex;flex-direction:column;gap:var(--space-md)}._cardHeader_1j9xq_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm);border-bottom:1px solid var(--border-color);padding-bottom:var(--space-sm)}._cardTitle_1j9xq_16{margin:0;font-size:1.1rem;color:var(--text-main);display:flex;align-items:center;gap:6px}._titleIcon_1j9xq_25{color:var(--text-accent)}._loadingWrapper_1j9xq_29{padding:10px 0;text-align:center;color:var(--text-muted)}._spinnerCustom_1j9xq_35{margin:0 auto 10px}._structureFieldsGrid_1j9xq_39{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}._fieldLabel_1j9xq_45{font-size:.8rem;color:var(--text-muted)}._fieldValue_1j9xq_50{font-weight:600;color:var(--text-main)}._fieldValueDeduction_1j9xq_55{font-weight:600;color:var(--danger)}._totalsRow_1j9xq_60{border-top:1px dashed var(--border-color);grid-column:1/-1;padding-top:15px;margin-top:5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}._totalValueGross_1j9xq_71{font-weight:700;color:var(--success);font-size:1.1rem}._totalValueDeductions_1j9xq_77{font-weight:700;color:var(--danger);font-size:1.1rem}._totalValueNet_1j9xq_83{font-weight:800;color:var(--text-main);font-size:1.25rem}._emptyWrapper_1j9xq_89{text-align:center;padding:15px 0}._emptyText_1j9xq_94{color:var(--text-muted);margin:0 0 12px;font-size:.9rem}._historyTitle_1j9xq_100{margin:10px 0 0;font-size:1.125rem;font-weight:700}._staff-management-container_1wyu5_1,._student-form-page_1wyu5_1,._student-detail-page_1wyu5_1,._attendance-roster-page_1wyu5_1{display:flex;flex-direction:column;height:100%;gap:1rem}._student-badge_1wyu5_8{padding:2px 8px;border-radius:9999px;font-size:.625rem;font-weight:700;border:1px solid currentColor;display:inline-flex;text-transform:uppercase}._student-badge_1wyu5_8._badge-blue_1wyu5_17{background:#4f46e514;color:#4f46e5}._student-badge_1wyu5_8._badge-teal_1wyu5_21{background:#10b98114;color:#10b981}._student-badge_1wyu5_8._badge-danger_1wyu5_25{background:#ef444414;color:#ef4444}._students-table-card_1wyu5_30{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}._students-table_1wyu5_30{width:100%;border-collapse:collapse}._students-table_1wyu5_30 th,._students-table_1wyu5_30 td{padding:1rem;text-align:left}._students-table_1wyu5_30 th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;border-bottom:1px solid #e2e8f0}._students-table_1wyu5_30 td{border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#1e293b}._students-table_1wyu5_30 ._students-table-row_1wyu5_58{cursor:pointer;transition:background .15s ease}._students-table_1wyu5_30 ._students-table-row_1wyu5_58:hover{background:#eef2ff}._wizard-progress-bar_1wyu5_66{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73 ._step-number_1wyu5_81{width:2.25rem;height:2.25rem;border-radius:50%;background:#f8fafc;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b;transition:all .25s ease}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73 ._step-label_1wyu5_95{font-size:.625rem;color:#64748b;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73 ._step-connector_1wyu5_104{position:absolute;top:1.125rem;left:50%;width:100%;height:2px;background:#e2e8f0;z-index:-1;transition:all .25s ease}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73._completed_1wyu5_114 ._step-number_1wyu5_81{background:#10b981;border-color:#10b981;color:#fff}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73._completed_1wyu5_114 ._step-connector_1wyu5_104{background:#10b981}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73._active_1wyu5_122 ._step-number_1wyu5_81{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 0 0 4px #4f46e526}._wizard-progress-bar_1wyu5_66 ._progress-step_1wyu5_73._active_1wyu5_122 ._step-label_1wyu5_95{color:#4f46e5;font-weight:700}._header-actions_1wyu5_133{display:flex;gap:8px}._wizard-step_1wyu5_138 ._step-header_1wyu5_138{margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._wizard-step_1wyu5_138 ._step-header_1wyu5_138 h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:4px}._wizard-step_1wyu5_138 ._step-header_1wyu5_138 p{font-size:.75rem;color:#64748b}._form-grid-2_1wyu5_154{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._form-grid-2_1wyu5_154{grid-template-columns:repeat(2,1fr)}}._photo-upload-area_1wyu5_165{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #e2e8f0;border-radius:1rem;background:#f1f5f9;transition:all .25s ease;text-align:center}._photo-upload-area_1wyu5_165:hover{border-color:#4f46e5;background:#eef2ff}._photo-upload-area_1wyu5_165 ._photo-preview-circle_1wyu5_181{width:7.5rem;height:7.5rem;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}._photo-upload-area_1wyu5_165 ._photo-upload-btn_1wyu5_194{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#eef2ff;color:#4f46e5;font-size:.875rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .15s ease}._photo-upload-area_1wyu5_165 ._photo-upload-btn_1wyu5_194:hover{background:#4f46e5;color:#fff}._setup-alert-panel_1wyu5_212{display:flex;align-items:flex-start;gap:1rem;background:#4f46e508;border:1px dashed #e2e8f0;border-radius:1rem;padding:2rem}._setup-alert-panel_1wyu5_212 h4{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#1e293b}._setup-alert-panel_1wyu5_212 p{margin:0;font-size:.875rem;color:#64748b}._staff-detail-tab-scrollable_1wyu5_233{overflow-y:auto!important;padding-right:4px;flex:1;min-height:0;display:flex;flex-direction:column;gap:20px}._staff-detail-tab-scrollable_1wyu5_233::-webkit-scrollbar{width:6px;height:6px}._staff-detail-tab-scrollable_1wyu5_233::-webkit-scrollbar-track{background:#f8fafc}._staff-detail-tab-scrollable_1wyu5_233::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._staff-detail-tab-scrollable_1wyu5_233::-webkit-scrollbar-thumb:hover{background:#94a3b8}._headerActions_1wyu5_257{display:flex;gap:8px}._profileHeroCard_1wyu5_262{margin-bottom:var(--space-lg);flex-shrink:0}._heroContent_1wyu5_267{display:flex;gap:24px;align-items:center;flex-wrap:wrap}._avatarCircle_1wyu5_274{width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid var(--border-color);background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}._avatarImg_1wyu5_286{width:100%;height:100%;object-fit:cover}._defaultAvatarIcon_1wyu5_292{color:var(--text-muted)}._staffName_1wyu5_296{font-size:1.5rem;font-weight:800;color:var(--text-main);margin:0}._staffMeta_1wyu5_303{color:var(--text-accent);font-weight:600;margin:4px 0 0}._badgeRow_1wyu5_309{display:flex;gap:10px;margin-top:10px}._tabContentWrapper_1wyu5_315{display:flex;flex-direction:column;gap:var(--space-md)}._loadingWrapper_1wyu5_321{padding:100px 0}._alertBackBtn_1wyu5_325{margin-top:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.status-banner{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;line-height:1.5;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.status-banner.banner-error{background:#ef444414;border:1px solid rgba(239,68,68,.2);color:#ef4444}.status-banner.banner-success{background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#10b981}.setup-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;overflow-x:auto}.setup-tabs::-webkit-scrollbar{width:6px;height:6px}.setup-tabs::-webkit-scrollbar-track{background:#f8fafc}.setup-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.setup-tabs::-webkit-scrollbar-thumb:hover{background:#94a3b8}.setup-tabs .setup-tab{background:none;border:none;padding:.5rem 1rem;font-size:.875rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.25rem;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.setup-tabs .setup-tab svg{transition:transform .15s ease}.setup-tabs .setup-tab:hover{color:#4f46e5}.setup-tabs .setup-tab:hover svg{transform:translateY(-1px)}.setup-tabs .setup-tab.active{color:#4f46e5;font-weight:600;border-bottom-color:#4f46e5}.setup-content-grid{display:flex;flex-direction:column;gap:1.5rem}.setup-form-card,.setup-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:2rem;transition:all .25s ease}.setup-form-card:hover,.setup-list-card:hover{box-shadow:0 4px 8px #0000000f;border-color:#4f46e51a}.setup-form-card h3,.setup-list-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.setup-form-card .form-desc,.setup-list-card .form-desc{font-size:.75rem;color:#64748b;margin:0 0 2rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.form-group .input-icon-wrapper{position:relative;display:flex;align-items:center}.form-group .input-icon-wrapper .input-field-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.form-group .input-icon-wrapper input,.form-group .input-icon-wrapper select{padding-left:2.5rem}.form-group input,.form-group select{width:100%;padding:.5rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;color:#1e293b;font-family:Outfit,sans-serif;outline:none;transition:all .15s ease}.form-group input:focus,.form-group select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.checkbox-group input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer;accent-color:#4f46e5}.checkbox-group label{font-size:.875rem;color:#1e293b;cursor:pointer}.form-actions{display:flex;justify-content:flex-start;margin-top:2rem;border-top:1px solid #e2e8f0;padding-top:1.5rem}.sessions-settings-split{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.sessions-settings-split{grid-template-columns:1.2fr .8fr}}.academic-years-rows{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.session-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;transition:all .15s ease}.session-row:hover{border-color:#4f46e54d;background:#4f46e505}.session-row.current-active{border-color:#10b981;background:#10b98105}.session-row .session-info{display:flex;flex-direction:column;gap:.25rem}.session-row .session-info .session-title{font-size:1rem;font-weight:700;color:#1e293b}.session-row .session-info .session-dates{font-size:.75rem;color:#64748b}.session-row .session-badges .current-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#10b98114;color:#10b981;border:1px solid currentColor;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.empty-state{text-align:center;padding:2rem;color:#64748b;font-size:.875rem;border:1px dashed #e2e8f0;border-radius:.75rem}.logo-upload-section{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:#f1f5f9;border-radius:1rem;border:1px solid #e2e8f0;margin-bottom:2rem;transition:border-color .15s ease}.logo-upload-section:hover{border-color:#4f46e54d}.logo-upload-section .logo-preview-wrap{width:80px;height:80px;flex-shrink:0;border-radius:1rem;overflow:hidden;border:2px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.logo-upload-section .logo-preview-wrap .logo-preview-img{width:100%;height:100%;object-fit:contain}.logo-upload-section .logo-preview-wrap .logo-placeholder{color:#94a3b8}.logo-upload-section .logo-upload-actions{display:flex;flex-direction:column;gap:.25rem}.logo-upload-section .logo-upload-actions .logo-label{font-weight:600;font-size:.875rem;color:#1e293b;margin:0}.logo-upload-section .logo-upload-actions .logo-hint{font-size:.75rem;color:#64748b;margin:0 0 .5rem}.section-group{margin-bottom:1.5rem}.section-group .section-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.day-toggle-row{display:flex;gap:.25rem;flex-wrap:wrap}.day-toggle-row .day-toggle{padding:.25rem .5rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.day-toggle-row .day-toggle:hover{border-color:#4f46e566;color:#4f46e5}.day-toggle-row .day-toggle.active{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 2px 4px #4f46e533}.section-divider{height:1px;background:#e2e8f0;margin:2rem 0}.section-subtitle{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.grade-table-header,.grade-table-row{display:grid;grid-template-columns:1fr 1fr 1.2fr 1fr 40px;gap:.5rem;align-items:center}.grade-table-header{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:0 0 .25rem;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem}.grade-table-row{padding:.25rem 0;border-bottom:1px solid rgba(226,232,240,.5)}.grade-table-row input{width:100%;padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#1e293b;font-size:.875rem;font-family:Outfit,sans-serif;outline:none;transition:border-color .15s ease}.grade-table-row input:focus{border-color:#4f46e5}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.5rem;cursor:pointer;background:transparent;transition:all .15s ease}.icon-btn.danger{color:#ef4444}.icon-btn.danger:hover{background:#ef44441a}.add-grade-band-btn{display:flex;align-items:center;gap:.25rem;margin-top:1rem;padding:.25rem 1rem;border:1px dashed rgba(79,70,229,.4);border-radius:.75rem;background:#4f46e50a;color:#4f46e5;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;width:100%;justify-content:center}.add-grade-band-btn:hover{background:#4f46e514;border-color:#4f46e5}.setup-overview-dashboard{display:flex;flex-direction:column;gap:1.5rem}.setup-overview-dashboard .overview-hero-card{background:linear-gradient(135deg,#312e81,#4338ca);border-radius:1rem;padding:2rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 20px #00000014}.setup-overview-dashboard .overview-hero-card:after{content:"";position:absolute;right:-10%;top:-20%;width:300px;height:300px;border-radius:9999px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}@media (min-width: 768px){.setup-overview-dashboard .overview-hero-card{flex-direction:row;align-items:center}}.setup-overview-dashboard .overview-hero-card .hero-text-content{flex:1}.setup-overview-dashboard .overview-hero-card .hero-text-content h2{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#fff;letter-spacing:-.5px}.setup-overview-dashboard .overview-hero-card .hero-text-content p{font-size:.875rem;opacity:.85;margin:0 0 2rem;max-width:600px;line-height:1.4}.setup-overview-dashboard .overview-hero-card .progress-bar-container{display:flex;flex-direction:column;gap:6px;max-width:400px}.setup-overview-dashboard .overview-hero-card .progress-bar-container .progress-bar-info{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600}.setup-overview-dashboard .overview-hero-card .progress-bar-container .progress-bar-track{height:.5rem;background:#fff3;border-radius:9999px;overflow:hidden}.setup-overview-dashboard .overview-hero-card .progress-bar-container .progress-bar-fill{height:100%;background:#fff;border-radius:9999px;transition:width .6s cubic-bezier(.4,0,.2,1)}.setup-overview-dashboard .overview-hero-card .progress-circle-wrap{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0}.setup-overview-dashboard .overview-hero-card .progress-circle-wrap .progress-circle{width:100%;height:100%}.setup-overview-dashboard .overview-hero-card .progress-circle-wrap .progress-circle .circle-bg{fill:none;stroke:#fff3;stroke-width:2.8}.setup-overview-dashboard .overview-hero-card .progress-circle-wrap .progress-circle .circle{fill:none;stroke:#fff;stroke-width:2.8;stroke-linecap:round;transition:stroke-dasharray .6s ease}.setup-overview-dashboard .overview-hero-card .progress-circle-wrap .percentage-text{position:absolute;font-size:1.125rem;font-weight:700;color:#fff}.setup-overview-dashboard .overview-stats-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.setup-overview-dashboard .overview-stats-row{grid-template-columns:repeat(3,1fr)}}.setup-overview-dashboard .overview-stats-row .stat-widget{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 2px #0000000d;transition:all .25s ease}.setup-overview-dashboard .overview-stats-row .stat-widget:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f;border-color:#4f46e533}.setup-overview-dashboard .overview-stats-row .stat-widget .stat-icon-wrapper{width:44px;height:44px;border-radius:.5rem;background:#4f46e514;color:#4f46e5;display:flex;align-items:center;justify-content:center}.setup-overview-dashboard .overview-stats-row .stat-widget .stat-details{display:flex;flex-direction:column}.setup-overview-dashboard .overview-stats-row .stat-widget .stat-details .stat-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.setup-overview-dashboard .overview-stats-row .stat-widget .stat-details .stat-value{font-size:1rem;font-weight:700;color:#1e293b}.setup-overview-dashboard .checklist-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.setup-overview-dashboard .checklist-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.setup-overview-dashboard .checklist-card .checklist-desc{font-size:.75rem;color:#64748b;margin:.25rem 0 1.5rem}.setup-overview-dashboard .checklist-card .checklist-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.setup-overview-dashboard .checklist-card .checklist-grid{grid-template-columns:repeat(2,1fr)}}.setup-overview-dashboard .checklist-card .checklist-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.setup-overview-dashboard .checklist-card .checklist-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.25rem;background:#d1d5db;transition:background .15s ease}.setup-overview-dashboard .checklist-card .checklist-item:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000000f;background:#4f46e503;border-color:#4f46e533}.setup-overview-dashboard .checklist-card .checklist-item:hover .item-action .action-link{transform:translate(3px);color:#4f46e5}.setup-overview-dashboard .checklist-card .checklist-item.done:before{background:#10b981}.setup-overview-dashboard .checklist-card .checklist-item.done .item-status-icon{color:#10b981}.setup-overview-dashboard .checklist-card .checklist-item.pending:before{background:#f59e0b}.setup-overview-dashboard .checklist-card .checklist-item.pending .item-status-icon{color:#f59e0b}.setup-overview-dashboard .checklist-card .checklist-item .item-status-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.setup-overview-dashboard .checklist-card .checklist-item .item-info{flex:1}.setup-overview-dashboard .checklist-card .checklist-item .item-info h4{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.setup-overview-dashboard .checklist-card .checklist-item .item-info p{font-size:.75rem;color:#64748b;margin:2px 0 0}.setup-overview-dashboard .checklist-card .checklist-item .item-action{flex-shrink:0}.setup-overview-dashboard .checklist-card .checklist-item .item-action .action-link{font-size:.75rem;font-weight:600;color:#64748b;display:inline-block;transition:all .15s ease}.timing-summary-info{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;line-height:1.5;box-shadow:0 1px 2px #0000000d}.timing-summary-info.warning{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#b45309}.timing-summary-info.success{background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#047857}._dashboardLayout_28ab5_1{display:flex;height:100dvh;max-height:100dvh;overflow:clip;background:#f8fafc}.logo._logo--small_28ab5_9 span{font-size:1.15rem}._sidebar_28ab5_13{width:260px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 1rem;display:flex;flex-direction:column;position:sticky;top:0;height:100dvh;display:none}@media (min-width: 768px){._sidebar_28ab5_13{display:flex}}._mobileSidebar_28ab5_31{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;z-index:1001;padding:1.5rem 1rem;display:flex;flex-direction:column;box-shadow:0 10px 20px #00000014}._sidebarOverlay_28ab5_45{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}._businessSwitcherWrapper_28ab5_53{margin-bottom:1rem}._navSection_28ab5_57{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-right:4px;margin-right:-4px}._navSection_28ab5_57::-webkit-scrollbar{width:4px}._navSection_28ab5_57::-webkit-scrollbar-track{background:transparent}._navSection_28ab5_57::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:2px}._navSection_28ab5_57::-webkit-scrollbar-thumb:hover{background:#ffffff1a}._navGroup_28ab5_80{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}._navGroup_28ab5_80:last-child{margin-bottom:0}._navGroupHeader_28ab5_90{font-size:.7rem;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:1px;padding:.25rem .5rem;opacity:.6}._userProfile_28ab5_100{margin-top:auto;padding-top:.5rem;border-top:1px solid #e2e8f0}._userInfo_28ab5_106{padding:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;justify-content:flex-start}._avatar_28ab5_115{width:2.5rem;height:2.5rem;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#64748b;flex-shrink:0}._userDetails_28ab5_129{overflow:hidden}._userDetails_28ab5_129 p:first-child{font-size:.875rem;font-weight:600;color:#1e293b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userDetails_28ab5_129 p:last-child{font-size:.75rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content_28ab5_150{flex:1;display:flex;flex-direction:column;overflow:auto;min-height:0}._content_28ab5_150::-webkit-scrollbar{width:6px;height:6px}._content_28ab5_150::-webkit-scrollbar-track{background:#f8fafc}._content_28ab5_150::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._content_28ab5_150::-webkit-scrollbar-thumb:hover{background:#94a3b8}._mobileHeader_28ab5_172{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:2px solid #f1f5f9;background:#fff;gap:.5rem}@media (min-width: 768px){._mobileHeader_28ab5_172{display:none}}._headerLeft_28ab5_187,._headerRight_28ab5_188{flex:0 0 60px;display:flex;align-items:center}._headerRight_28ab5_188{justify-content:flex-end}._headerCenter_28ab5_198{flex:1;display:flex;justify-content:center}._menuBtn_28ab5_204{background:none;border:none;color:#1e293b;cursor:pointer;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:.25s ease}._menuBtn_28ab5_204:hover{background:#f1f5f9}:root{--primary: var(--iedu-primary);--primary-hover: var(--iedu-primary-hover);--bg: var(--iedu-bg);--bg-subtle: var(--iedu-bg-subtle);--card-bg: var(--iedu-card-bg);--text-main: var(--iedu-text-main);--text-muted: var(--iedu-text-muted);--border: var(--iedu-border-color);--success: var(--iedu-success);--danger: var(--iedu-danger);--shadow: var(--iedu-shadow-md);--shadow-lg: var(--iedu-shadow-lg)}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text-main);line-height:1.5}.auth-container{max-width:400px;margin:100px auto;padding:2rem;background:var(--card-bg);border-radius:1rem;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.dashboard-layout{display:flex;min-height:100dvh}.sidebar{width:260px;background:var(--card-bg);border-right:1px solid var(--border);padding:2rem 1.5rem;display:flex;flex-direction:column}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}@media screen and (max-width: 768px){.logo{margin-bottom:0}}.nav-links{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:var(--text-muted);border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.nav-item:hover,.nav-item.active{background:var(--bg-subtle);color:var(--primary)}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1.5rem}:root{--iedu-primary-50: #f5f3ff;--iedu-primary-100: #eef2ff;--iedu-primary-500: #4f46e5;--iedu-primary-600: #4338ca;--iedu-primary-700: #3730a3;--iedu-primary: #4f46e5;--iedu-primary-hover: #4338ca;--iedu-primary-active: #3730a3;--iedu-primary-light: #f5f3ff;--iedu-hover-bg: #eef2ff;--iedu-success: #10b981;--iedu-success-light: #dcfce7;--iedu-danger: #ef4444;--iedu-danger-light: #fee2e2;--iedu-warning: #f59e0b;--iedu-warning-light: #fef9c3;--iedu-bg: #f8fafc;--iedu-bg-subtle: #f1f5f9;--iedu-card-bg: #ffffff;--iedu-text-main: #1e293b;--iedu-text-muted: #64748b;--iedu-border-color: #e2e8f0;--iedu-space-xs: .25rem;--iedu-space-sm: .5rem;--iedu-space-md: 1rem;--iedu-space-lg: 1.5rem;--iedu-space-xl: 2rem;--iedu-space-xxl: 3rem;--iedu-space-xxxl: 4rem;--iedu-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--iedu-shadow-md: 0 4px 8px rgba(0, 0, 0, .06);--iedu-shadow-lg: 0 10px 20px rgba(0, 0, 0, .08);--iedu-font-main: Outfit, sans-serif;--iedu-font-size-xxs: .625rem;--iedu-font-size-xs: .75rem;--iedu-font-size-sm: .875rem;--iedu-font-size-md: 1rem;--iedu-font-size-h2: 1.25rem;--iedu-font-size-xxl: 1.5rem;--iedu-font-size-display: 2rem;--iedu-z-dropdown: 1000;--iedu-z-modal: 1100;--iedu-z-tooltip: 1200;--iedu-focus-ring: 0 0 0 3px rgba(79, 70, 229, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:#f8fafc}body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){.card{padding:1.5rem}}.contentHeader{display:flex;align-items:center;justify-content:space-between}.contentHeader h2{font-size:1.25rem;font-weight:600;color:#1e293b}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem}.table th,.table td{padding:.5rem 1rem;text-align:left}.table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;border-bottom:1px solid #e2e8f0}.table td{border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#1e293b}.table tr:hover td{background:#eef2ff}.table .text-right{text-align:right}.table-empty,.empty-state{padding:4rem;text-align:center;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1rem}.table-empty .icon,.empty-state .icon{font-size:2rem;opacity:.5}.statusBadge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize;display:inline-flex}.statusBadge.paid{background:#dcfce7;color:#047857}.statusBadge.partial{background:#fef9c3;color:#b45309}.statusBadge.due,.statusBadge.unpaid{background:#fee2e2;color:#b91c1c}.nameCell{display:flex;flex-direction:column;gap:.25rem}.nameCell strong{color:#1e293b;font-weight:600}.nameCell .badge{font-size:.625rem;color:#64748b;background:#f1f5f9;padding:.1rem .4rem;border-radius:.375rem;width:fit-content}.contactCell{display:flex;flex-direction:column;gap:.2rem;font-size:.875rem}.contactCell div{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.35rem}.actionBtn{background:none;border:none;color:#64748b;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:.25s ease;cursor:pointer}.actionBtn:hover{background:#f1f5f9;color:#4f46e5}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group label{font-size:.875rem;font-weight:600;color:#4b5563;display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.input{width:100%;padding:.625rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-family:Outfit,sans-serif;font-size:16px;color:#1e293b;transition:.15s ease;line-height:1.5}@media (min-width: 768px){.input{font-size:.875rem}}.input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.input:hover:not(:focus){border-color:#94a3b8}.btn-primary{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;cursor:pointer;font-family:inherit}@media (min-width: 768px){.btn-primary{padding:.625rem 1.25rem}}.btn-primary:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca;box-shadow:0 4px 8px #0000000f}.btn-secondary{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;cursor:pointer;font-family:inherit}@media (min-width: 768px){.btn-secondary{padding:.625rem 1.25rem}}.btn-secondary:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn-secondary:active:not(:disabled){transform:scale(.98)}.btn-secondary:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn-danger{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;cursor:pointer;font-family:inherit}@media (min-width: 768px){.btn-danger{padding:.625rem 1.25rem}}.btn-danger:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}.btn-danger:active:not(:disabled){transform:scale(.98)}.btn-danger:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#b91c1c;box-shadow:0 4px 8px #0000000f}.btn-ghost-danger{background:none;border:none;color:#ef4444;padding:.25rem .5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:.25s ease;cursor:pointer}.btn-ghost-danger:hover{background:#fee2e2;color:#ef4444}.text-muted{color:#64748b}.text-success{color:#10b981}.text-danger{color:#ef4444}.bold{font-weight:700}.w-full{width:100%}.ml-auto{margin-left:auto}.text-center{text-align:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.is-loading{opacity:.6;pointer-events:none}.is-active,.is-selected{border-color:#4f46e5;background-color:#eef2ff}.is-error{border-color:#ef4444}.is-success{border-color:#10b981}.is-warning{border-color:#f59e0b}.compact{font-size:.75rem}.compact .card,.compact .statCard{padding:1rem}.compact .table th,.compact .table td{padding:.5rem 1rem}.compact .input{padding:.25rem .5rem}.compact .form-group{margin-bottom:.5rem}.grid-layout{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media (min-width: 768px){.grid-layout{grid-template-columns:repeat(8,1fr)}}@media (min-width: 1024px){.grid-layout{grid-template-columns:repeat(12,1fr)}}.col-span-full{grid-column:1/-1}.col-span-6{grid-column:span 6}@media (min-width: 768px){.tablet-col-span-2{grid-column:span 2}.tablet-col-span-4{grid-column:span 4}.tablet-col-span-6{grid-column:span 6}.tablet-col-span-full{grid-column:1/-1}}@media (min-width: 1024px){.desktop-col-span-2{grid-column:span 2}.desktop-col-span-3{grid-column:span 3}.desktop-col-span-4{grid-column:span 4}.desktop-col-span-6{grid-column:span 6}.desktop-col-span-full{grid-column:1/-1}}.form-section{margin-bottom:1.5rem}.form-section:last-of-type{margin-bottom:2rem}.form-section-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.25rem;border-bottom:1px solid #e2e8f0}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-prefix,.input-suffix{position:absolute;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.875rem;transition:.25s ease;pointer-events:none}.text-tiny{font-size:.625rem}.input-prefix{left:1rem}.input-suffix{right:1rem}.input.has-prefix{padding-left:2rem}.input.has-suffix{padding-right:3rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex{display:flex}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.flex-1{flex:1}.flex-col{display:flex;flex-direction:column}.min-h-0{min-height:0}.h-full{height:100%}.bg-light{background-color:#f8fafc}.bg-success{background-color:#dcfce7}.hover\:bg-success-dark:hover{background-color:#10b981;color:#fff}.border-none{border:none}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-primary{color:#4f46e5}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-4{margin-top:1rem}.mb-0{margin-bottom:0}.max-w-none{max-width:none}.max-w-300{max-width:300px}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.grid-cols-1,.grid-cols-2{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}.grid-cols-3{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.grid-cols-4{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.btn-sm{padding:.35rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-flat-primary{background:none;border:none;color:#4f46e5;padding:.25rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:.25s ease;cursor:pointer}.btn-flat-primary:hover{background:#eef2ff}.input-suffix-btn{height:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 .375rem .375rem 0}label.required:after{content:" *";color:#ef4444}.text-muted-sm{color:#64748b;font-size:.75rem}.table-loading{text-align:center;color:#64748b;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.table-loading .spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid rgba(79,70,229,.2);border-radius:50%;border-top-color:#4f46e5;animation:spin .8s linear infinite;vertical-align:middle}.spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid rgba(79,70,229,.2);border-radius:50%;border-top-color:#4f46e5;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
