@charset "UTF-8";@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-btn-label{display:inline}@media (max-width: 767.98px){.page-layout-header-actions .indo-btn .indo-btn-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-layout-header-actions .indo-btn{gap:0;padding:.5rem;min-width:2.25rem;min-height:2.25rem;position:relative}.page-layout-header-actions .indo-btn-sm{padding:.375rem;min-width:2rem;min-height:2rem}.page-layout-header-actions .indo-btn-lg{padding:.5rem;min-width:2.5rem;min-height:2.5rem}}.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_2ttk9_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_2ttk9_14{flex:1;min-height:0;overflow:auto}._tableScrollWrapper_2ttk9_14::-webkit-scrollbar{width:6px;height:6px}._tableScrollWrapper_2ttk9_14::-webkit-scrollbar-track{background:#f8fafc}._tableScrollWrapper_2ttk9_14::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._tableScrollWrapper_2ttk9_14::-webkit-scrollbar-thumb:hover{background:#94a3b8}._table_2ttk9_14{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;overflow:visible}._headerCell_2ttk9_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_2ttk9_43._sortable_2ttk9_56{cursor:pointer;-webkit-user-select:none;user-select:none}._headerCell_2ttk9_43._sortable_2ttk9_56:hover{background:var(--bg-secondary)}._sortHeader_2ttk9_64{display:flex;align-items:center;gap:var(--space-xs);justify-content:space-between}._sortHeader_2ttk9_64 ._sortIndicator_2ttk9_70{opacity:.3;transition:var(--transition-base)}._sortHeader_2ttk9_64 ._sortIndicator_2ttk9_70._active_2ttk9_74{opacity:1;color:var(--primary)}._row_2ttk9_79{transition:var(--transition-base)}._row_2ttk9_79._clickable_2ttk9_82{cursor:pointer}._row_2ttk9_79._clickable_2ttk9_82:hover td{background:var(--hover-bg)}._row_2ttk9_79._clickable_2ttk9_82:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}._row_2ttk9_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_2ttk9_99{padding:var(--space-xxxl);text-align:center;color:var(--text-muted)}._skeletonCell_2ttk9_105{padding:var(--space-sm) var(--space-md)}._skeletonLine_2ttk9_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_2ttk9_1 1.5s infinite linear;border-radius:var(--radius-sm)}._skeletonLine_2ttk9_109._short_2ttk9_117{width:40%}._skeletonLine_2ttk9_109._medium_2ttk9_120{width:60%}@keyframes _pulse_2ttk9_1{0%{background-position:200% 0}to{background-position:-200% 0}}._filterRow_2ttk9_132{background:var(--bg-secondary)}._filterCell_2ttk9_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_2ttk9_136 ._filterInput_2ttk9_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_2ttk9_136 ._filterInput_2ttk9_144:focus{border-color:var(--primary);outline:none;box-shadow:var(--focus-ring)}._filterCell_2ttk9_136 ._filterInput_2ttk9_144::placeholder{color:var(--text-muted);opacity:.5}._pagination_2ttk9_163{padding:var(--space-sm);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_2ttk9_163{flex-direction:row;justify-content:space-between;gap:var(--space-lg)}}._pageSizeSelector_2ttk9_180{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--text-muted)}._pageSizeSelector_2ttk9_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_2ttk9_180 select:hover{border-color:var(--primary-400);background:#fff}._pageSizeSelector_2ttk9_180 select:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:var(--focus-ring)}._pageControls_2ttk9_208{display:flex;align-items:center;gap:var(--space-xs)}._pageControls_2ttk9_208 ._pageInfo_2ttk9_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_2ttk9_208 ._pageInfo_2ttk9_213 strong{color:var(--text-main);font-weight:var(--font-weight-bold)}._paginationBtn_2ttk9_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_2ttk9_227:hover:not(:disabled){background:var(--bg-secondary);color:var(--primary);border-color:var(--primary-400)}._paginationBtn_2ttk9_227:active:not(:disabled){transform:scale(.95)}._paginationBtn_2ttk9_227:disabled{background:var(--bg-primary);color:var(--text-muted);opacity:.5;cursor:not-allowed}._paginationBtn_2ttk9_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_e7uk8_1{width:100%}._inputWrapper_e7uk8_5{display:flex;align-items:center;position:relative;width:100%}._inputWrapper_e7uk8_5 ._icon_e7uk8_11{position:absolute;left:.75rem;color:#64748b;display:flex;align-items:center}._inputWrapper_e7uk8_5 input{padding-left:42px!important}._input_e7uk8_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_e7uk8_5{font-size:.875rem}}._input_e7uk8_5:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}._input_e7uk8_5:hover:not(:focus){border-color:#94a3b8}._input_e7uk8_5{width:100%;padding:.625rem .75rem;font-size:.875rem;transition:.25s ease}@media (max-width: 768px){._input_e7uk8_5{font-size:1rem}}._input_e7uk8_5:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}._inputWithPrefix_e7uk8_64{padding:.5rem 1rem .5rem 2rem}._dropdown_e7uk8_68{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_e7uk8_80{box-shadow:0 -10px 15px -3px #0000001a,0 -4px 6px -2px #0000000d}._scrollArea_e7uk8_84{max-height:250px;overflow-y:auto;padding:.25rem}._option_e7uk8_90{padding:.625rem 1rem;cursor:pointer;border-radius:.375rem;transition:.15s ease}._option_e7uk8_90:not(:last-child){margin-bottom:2px}._option_e7uk8_90._highlighted_e7uk8_99{background:#f1f5f9}._option_e7uk8_90:hover{background:#eaf0f6}._highlight_e7uk8_99{color:#4f46e5;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}._addNew_e7uk8_113{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_e7uk8_113:hover{background:#ede9ff}._topAction_e7uk8_129{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_e7uk8_129:hover{background:#f5f3ff;color:#3a30e2}._topAction_e7uk8_129 svg{opacity:.8}._noResults_e7uk8_150{padding:1rem;text-align:center;color:#64748b;font-size:.875rem;font-style:italic}._spin_e7uk8_158{animation:_spin_e7uk8_158 1s linear infinite}@keyframes _spin_e7uk8_158{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_1c8em_2{position:relative;width:100%}._trigger_1c8em_7{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_1c8em_7:hover{border-color:#cbd5e1;background:#f8fafc}._trigger_1c8em_7._compact_1c8em_23{width:auto;padding:.25rem;gap:.25rem}._triggerIconWrapper_1c8em_29{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_1c8em_23 ._triggerIconWrapper_1c8em_29{width:2rem;height:2rem}._triggerInfo_1c8em_45{text-align:left;flex:1;overflow:hidden}._triggerInfo_1c8em_45 p:first-child{font-size:.75rem;color:#64748b;margin:0;line-height:1;font-weight:500}._triggerInfo_1c8em_45 p:last-child{font-size:.875rem;color:#1e293b;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chevron_1c8em_67{color:#64748b;transition:transform .2s}._chevronActive_1c8em_72{transform:rotate(180deg)}._dropdown_1c8em_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_1c8em_91{top:auto;bottom:100%;margin-top:0;margin-bottom:.5rem;box-shadow:0 -10px 15px -3px #0000001a,0 -4px 6px -2px #0000000d}._dropdownRightAligned_1c8em_99{left:auto;right:0}._dropdownPortal_1c8em_105{position:fixed;margin-top:0;margin-bottom:0}._dropdownHeader_1c8em_111{padding:.5rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}._dropdownHeader_1c8em_111 p{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0}._itemList_1c8em_125{max-height:280px;overflow-y:auto;padding:.25rem}._itemList_1c8em_125::-webkit-scrollbar{width:6px;height:6px}._itemList_1c8em_125::-webkit-scrollbar-track{background:#f8fafc}._itemList_1c8em_125::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._itemList_1c8em_125::-webkit-scrollbar-thumb:hover{background:#94a3b8}._item_1c8em_125{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_1c8em_125:hover,._itemActive_1c8em_161,._itemFocused_1c8em_162{background:#f1f5f9}._itemDisabled_1c8em_166{opacity:.5;cursor:not-allowed;pointer-events:none}._itemInfo_1c8em_172{display:flex;align-items:center;gap:.5rem;overflow:hidden}._itemIconWrapper_1c8em_179{width:2rem;height:2rem;border-radius:.375rem;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}._itemIconActive_1c8em_191{background:#4f46e5;color:#fff}._itemText_1c8em_196{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}._itemName_1c8em_203{font-size:.875rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSublabel_1c8em_212{font-size:.75rem;color:#64748b}._checkIcon_1c8em_217{color:#4f46e5}._emptyState_1c8em_221{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}._customTrigger_1c8em_228{cursor:pointer;display:inline-block;width:100%}._footer_1c8em_234{padding:.25rem;border-top:1px solid #e2e8f0}._footerAction_1c8em_239{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_1c8em_239:hover{background:#eef2ff}._footerIconWrapper_1c8em_259{width:2rem;height:2rem;background:#eef2ff;border-radius:.375rem;display:flex;align-items:center;justify-content:center}._statsGrid_idd80_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch}@media (min-width: 768px){._statsGrid_idd80_1{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}}._statCard_idd80_14{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){._statCard_idd80_14{padding:1.5rem}}._statCard_idd80_14{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;background:var(--bg-card);border:1px solid var(--border-color)}@media (min-width: 768px){._statCard_idd80_14{flex-direction:row;justify-content:flex-start;text-align:left;gap:1rem;padding:.5rem;border-radius:1rem;box-shadow:0 4px 8px #0000000f}}@media (min-width: 1024px){._statCard_idd80_14{padding:1rem;gap:1.5rem}}._statIcon_idd80_55{width:36px;height:36px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0}._statIcon_idd80_55 svg{width:18px;height:18px}@media (min-width: 768px){._statIcon_idd80_55{width:56px;height:56px;border-radius:.75rem;margin:auto 0}._statIcon_idd80_55 svg{width:24px;height:24px}}._statIcon--primary_idd80_81{background:#eef2ff;color:#4f46e5}._statIcon--success_idd80_85{background:#dcfce7;color:#10b981}._statIcon--danger_idd80_89{background:#fee2e2;color:#ef4444}._statIcon--warning_idd80_93{background:#fef9c3;color:#f59e0b}._statIcon--info_idd80_97{background:#f3f4f6;color:#4b5563}._statInfo_idd80_102{display:flex;flex-direction:column;gap:.125rem;margin:0;min-width:0}._statInfo_idd80_102 ._label_idd80_109{font-size:.75rem;color:#64748b;font-weight:500;line-height:1.25}._statInfo_idd80_102 ._value_idd80_115{font-size:1.0625rem;font-weight:700;color:#1e293b;line-height:1.2}._statInfo_idd80_102 ._textDanger_idd80_121{color:#ef4444}._statInfo_idd80_102 ._subText_idd80_124{font-size:.625rem;font-weight:500;line-height:1.2}._statInfo_idd80_102 ._subText--success_idd80_129{color:#10b981}._statInfo_idd80_102 ._subText--warning_idd80_132{color:#f59e0b}._statInfo_idd80_102 ._subText--danger_idd80_135{color:#ef4444}._statInfo_idd80_102 ._subText--info_idd80_138{color:#6b7280}@media (min-width: 768px){._statInfo_idd80_102{gap:.25rem;margin:auto 0}._statInfo_idd80_102 ._label_idd80_109{font-size:.875rem}._statInfo_idd80_102 ._value_idd80_115{font-size:1.5rem}._statInfo_idd80_102 ._subText_idd80_124{font-size:.75rem}}._pageContainer_1o72e_1{display:flex;flex-direction:column;flex:1;min-height:0;margin:0 auto;width:100%;padding:1rem 1.5rem;gap:1.5rem}._header_1o72e_12{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;align-items:center}@media (min-width: 768px){._header_1o72e_12{flex-direction:row;align-items:flex-start}}._header_1o72e_12 ._titleArea_1o72e_25{display:flex;flex-direction:column;gap:2px}._header_1o72e_12 ._titleArea_1o72e_25 h1{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}._header_1o72e_12 ._titleArea_1o72e_25 ._subtitle_1o72e_36{display:none;font-size:.75rem;color:#64748b;margin:0}@media (min-width: 768px){._header_1o72e_12 ._titleArea_1o72e_25 ._subtitle_1o72e_36{display:block}}._header_1o72e_12 ._headerActions_1o72e_47{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}@media (max-width: 767.98px){._header_1o72e_12 ._headerActions_1o72e_47{justify-content:flex-end}}._subHeader_1o72e_60{display:flex;flex-direction:column;gap:1rem;min-height:0;width:100%}._content_1o72e_68{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}._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}._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_q90go_1{width:100%;max-width:600px;margin:0 auto;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;overflow:hidden}._stepper_q90go_13{display:flex;justify-content:space-between;margin-bottom:var(--iedu-space-md);position:relative;padding:var(--iedu-space-sm);flex-shrink:0}._stepper_q90go_13 ._step_q90go_13{display:flex;flex-direction:column;align-items:center;gap:var(--iedu-space-xs);flex:1;position:relative;z-index:1}._stepper_q90go_13 ._step_q90go_13 span{font-size:var(--iedu-font-size-xs);font-weight:500;color:var(--iedu-text-muted);transition:color .3s ease}._stepper_q90go_13 ._step_q90go_13 ._stepIcon_q90go_36{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_q90go_13 ._step_q90go_13._active_q90go_50 span{color:var(--iedu-primary)}._stepper_q90go_13 ._step_q90go_13._active_q90go_50 ._stepIcon_q90go_36{background:var(--iedu-primary);border-color:var(--iedu-primary);color:#fff;box-shadow:0 0 8px #4f46e54d;transform:scale(1.1)}._stepper_q90go_13 ._step_q90go_13._completed_q90go_60 ._stepIcon_q90go_36{background:var(--iedu-success);border-color:var(--iedu-success);color:#fff}._stepper_q90go_13 ._step_q90go_13 ._connector_q90go_65{position:absolute;top:18px;left:50%;width:100%;height:2px;background:var(--iedu-border-color);z-index:-1}._stepper_q90go_13 ._step_q90go_13 ._connector_q90go_65:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:var(--iedu-primary);transition:width .5s ease}._stepper_q90go_13 ._step_q90go_13._completed_q90go_60 ._connector_q90go_65:after{width:100%}._form_q90go_88{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}._stepContent_q90go_96{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}._stepContent_q90go_96::-webkit-scrollbar{width:6px}._stepContent_q90go_96::-webkit-scrollbar-track{background:transparent}._stepContent_q90go_96::-webkit-scrollbar-thumb{background:var(--iedu-border-color);border-radius:var(--radius-sm)}._section_q90go_114{display:flex;flex-direction:column;gap:var(--iedu-space-md)}._section_q90go_114[data-animation=fade-in]{animation:_fadeIn_q90go_1 .4s ease-out}._section_q90go_114[data-animation=slide-in]{animation:_slideIn_q90go_1 .4s ease-out}._section_q90go_114 ._header_q90go_125 h3{font-size:var(--iedu-font-size-xl);font-weight:700;margin-bottom:var(--iedu-space-xs);color:var(--iedu-text-main)}._section_q90go_114 ._header_q90go_125 p{font-size:var(--iedu-font-size-sm);color:var(--iedu-text-muted)}._logoUpload_q90go_136{position:relative;display:flex;align-items:center;gap:var(--iedu-space-sm);padding:var(--iedu-space-sm) var(--iedu-space-sm);margin-bottom:var(--iedu-space-xs);border-radius:var(--radius-md);border:1px solid var(--iedu-border-color);background:var(--iedu-bg-subtle);cursor:pointer;transition:border-color .15s ease,background .15s ease}._logoUpload_q90go_136:hover{border-color:var(--iedu-primary-light);background:var(--iedu-card-bg)}._fileInputOverlay_q90go_154{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;font-size:0}._logoPreview_q90go_167{width:44px;height:44px;border-radius:var(--radius-md);background:var(--iedu-bg-subtle);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}._logoPreview_q90go_167 img{width:100%;height:100%;object-fit:contain;padding:2px}._logoPreview_q90go_167 ._placeholderIcon_q90go_186{opacity:.45}._logoActions_q90go_190{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;position:relative;z-index:0}._logoTapCue_q90go_200{font-size:var(--iedu-font-size-xs);color:var(--iedu-text-muted);font-weight:500;line-height:1.3}._logoLabel_q90go_207{font-size:var(--iedu-font-size-sm);font-weight:600;color:var(--iedu-text-main);line-height:1.2}._logoOptional_q90go_214{font-weight:500;color:var(--iedu-text-muted)}._logoActions_q90go_190 ._hint_q90go_219{font-size:10px;color:var(--iedu-text-muted);margin:0;line-height:1.3}._inputWrapper_q90go_226{position:relative}._inputWrapper_q90go_226 ._inputIcon_q90go_229{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--iedu-text-muted);pointer-events:none}._inputWrapper_q90go_226 input,._inputWrapper_q90go_226 select{padding-left:42px!important}._grid_q90go_241{display:grid;grid-template-columns:1fr 1fr;gap:var(--iedu-space-md)}._alert_q90go_247{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_q90go_258{flex-shrink:0;margin-top:var(--iedu-space-md);display:flex;justify-content:space-between;gap:var(--iedu-space-md)}._footer_q90go_258 button{display:flex;align-items:center;gap:var(--iedu-space-sm);transition:all .2s ease}._footer_q90go_258 button:active{transform:scale(.98)}._footer_q90go_258 ._nextBtn_q90go_274,._footer_q90go_258 ._submitBtn_q90go_275{margin-left:auto;min-width:140px}@keyframes _fadeIn_q90go_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_q90go_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.uppercase{text-transform:uppercase}._levelCardsGrid_q90go_302{display:grid;grid-template-columns:1fr;gap:var(--iedu-space-md);margin-top:var(--iedu-space-sm)}._levelCard_q90go_302{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_q90go_302:hover{border-color:var(--iedu-primary-light);background:var(--iedu-bg-subtle);transform:translateY(-1px)}._levelCardActive_q90go_327{border-color:var(--iedu-primary)!important;background:#4f46e50a!important;box-shadow:0 4px 12px #4f46e514}._levelCardActive_q90go_327 ._levelCardTypeIcon_q90go_332{color:var(--iedu-primary)}._radioIndicator_q90go_336{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_q90go_350{border-color:var(--iedu-primary);background:var(--iedu-primary)}._radioIndicatorInner_q90go_355{width:6px;height:6px;border-radius:50%;background:#fff}._levelCardContent_q90go_362{flex:1}._levelCardContent_q90go_362 ._levelCardHeader_q90go_365{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;gap:8px}._levelCardContent_q90go_362 ._levelCardHeader_q90go_365>span:last-child{font-size:11px;color:var(--iedu-text-muted);font-weight:500;white-space:nowrap;flex-shrink:0}._levelCardContent_q90go_362 ._levelCardTitleGroup_q90go_379{display:flex;align-items:center;gap:8px;min-width:0}._levelCardContent_q90go_362 ._levelCardTitleGroup_q90go_379 ._levelCardTypeIcon_q90go_332{flex-shrink:0;color:var(--iedu-text-muted)}._levelCardContent_q90go_362 ._levelCardTitleGroup_q90go_379 h4{font-size:var(--iedu-font-size-sm);font-weight:600;color:var(--iedu-text-main);margin:0}._levelCardContent_q90go_362 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_q90go_362 ._classesBadge_q90go_401{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_q90go_327 ._levelCardContent_q90go_362 ._classesBadge_q90go_401{background:#4f46e514;border-color:#4f46e526}._wrapper_mafjc_1{min-height:100dvh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1rem}@media (max-width: 768px){._wrapper_mafjc_1{display:block;padding:0;background:#fff}}._authCard_mafjc_17{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000f;padding:1rem}@media (min-width: 768px){._authCard_mafjc_17{padding:1.5rem}}._authCard_mafjc_17{max-width:480px;width:100%;margin:0 auto;padding-bottom:5px;position:relative}@media (max-width: 768px){._authCard_mafjc_17{max-width:none;min-height:100dvh;border:none;border-radius:0;box-shadow:none;padding:1.5rem;display:flex;flex-direction:column}}._authCardSetup_mafjc_50{max-height:90dvh;display:flex;flex-direction:column;min-height:0;overflow:hidden}._authCardSetup_mafjc_50>:first-child{flex-shrink:0}._authCardSetup_mafjc_50 ._header_mafjc_60{flex-shrink:0}._authCardSetup_mafjc_50 ._setupBusinessFormWrap_mafjc_63{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._authCardSetup_mafjc_50 ._footer_mafjc_69{flex-shrink:0}._logoutBtn_mafjc_73{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_mafjc_73{padding:.625rem 1.25rem}}._logoutBtn_mafjc_73:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}._logoutBtn_mafjc_73:active:not(:disabled){transform:scale(.98)}._logoutBtn_mafjc_73:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}._logoutBtn_mafjc_73{background:#fff;border:1px solid #d1d5db;color:#374151}._logoutBtn_mafjc_73:hover{background:#f8fafc;border-color:#94a3b8}._logoutBtn_mafjc_73{padding:.4rem .75rem;font-size:.75rem;height:auto;gap:.25rem;color:#64748b;border-color:transparent;background:transparent}._logoutBtn_mafjc_73:hover{color:#ef4444;background:#ef44440d;border-color:#ef444433}._logoutBtn_mafjc_73 svg{color:currentColor}._header_mafjc_60{text-align:center;margin-bottom:1rem}._header_mafjc_60 h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1e293b}._header_mafjc_60 p{color:#64748b}._logoWrapper_mafjc_148{display:flex;align-items:center;justify-content:center}._divider_mafjc_154{display:flex;align-items:center;justify-content:space-between;margin:.5rem 0;gap:1rem}._divider_mafjc_154 hr{flex:1;border:none;border-top:1px solid #e2e8f0}._divider_mafjc_154 span{color:#64748b;font-size:.875rem}._footer_mafjc_69{text-align:center;margin-top:1rem;font-size:.875rem;color:#64748b}._footer_mafjc_69 a{color:#4f46e5;font-weight:600;text-decoration:underline}._footer_mafjc_69 a:hover{color:#4338ca}._socialButton_mafjc_186{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_mafjc_186{padding:.625rem 1.25rem}}._socialButton_mafjc_186:focus{outline:none;box-shadow:0 0 0 3px #4f46e54d}._socialButton_mafjc_186:active:not(:disabled){transform:scale(.98)}._socialButton_mafjc_186:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none}._socialButton_mafjc_186{background:#fff;border:1px solid #d1d5db;color:#374151}._socialButton_mafjc_186:hover{background:#f8fafc;border-color:#94a3b8}._socialButton_mafjc_186{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}._socialButton_mafjc_186 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;flex:1;min-height:0;overflow:hidden;padding-right:.25rem}.subjects-grid-layout>:first-child{flex-shrink:0}.subjects-grid-layout>:last-child{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.syllabus-view-container{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0;overflow:hidden}.syllabus-view-container>.syllabus-header-controls{flex-shrink:0}.syllabus-view-container>.table-loading{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.syllabus-view-container>.setup-alert-panel{flex:1;min-height:0;overflow-y:auto}.syllabus-view-container>.setup-alert-panel::-webkit-scrollbar{width:6px;height:6px}.syllabus-view-container>.setup-alert-panel::-webkit-scrollbar-track{background:#f8fafc}.syllabus-view-container>.setup-alert-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.syllabus-view-container>.setup-alert-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.syllabus-view-container>.subjects-list-panel{flex:1;min-height:0;min-width:0;overflow:hidden;display:flex;flex-direction:column}.subjects-list-panel{display:flex;flex-direction:column;min-height:0}.subjects-list-panel>:last-child{flex:1;min-height:0;min-width:0}.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{display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:0}.syllabus-header-controls__start{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;min-width:0}.syllabus-header-controls__class{width:100%;min-width:0}.syllabus-header-controls__status{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;width:fit-content;max-width:100%}.syllabus-header-controls__status--locked{color:#b45309;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25)}.syllabus-header-controls__status--unlocked{color:#047857;background:#10b98114;border:1px solid rgba(16,185,129,.25)}.syllabus-header-controls__status svg{flex-shrink:0}.syllabus-header-controls__actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.syllabus-header-controls__actions .indo-btn{width:100%;justify-content:center}@media (min-width: 768px){.syllabus-header-controls{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.syllabus-header-controls__start{flex-direction:row;align-items:center;flex:1;min-width:0;gap:1rem}.syllabus-header-controls__class{width:auto;min-width:200px;max-width:280px;flex-shrink:0}.syllabus-header-controls__status{flex-shrink:0}.syllabus-header-controls__actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;width:auto;gap:.5rem}.syllabus-header-controls__actions .indo-btn{width:auto;justify-content:center}}@media (min-width: 1024px){.syllabus-header-controls,.syllabus-header-controls__actions{flex-wrap:nowrap}}.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;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.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{flex:1;min-height:0;display:flex;flex-direction:column}.matrix-card-header{flex-shrink:0;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.matrix-card-header__top{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.matrix-card-header__text{min-width:0}.matrix-card-header__text .form-desc{margin-bottom:0}.matrix-card-header__filter{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0;width:100%;max-width:100%}@media (min-width: 768px){.matrix-card-header__top{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem}.matrix-card-header__filter{width:auto;min-width:220px;max-width:320px}}.matrix-filter-label{font-size:.75rem;font-weight:600;color:#64748b}.matrix-rows-list{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.25rem;-webkit-overflow-scrolling:touch}.matrix-rows-list::-webkit-scrollbar{width:6px;height:6px}.matrix-rows-list::-webkit-scrollbar-track{background:#f8fafc}.matrix-rows-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.matrix-rows-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.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}.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%;min-height:0}.admission-inquiry-layout{flex:1;min-height:0}.admission-inquiry-content{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.admission-inquiry-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.admission-inquiry-hint{margin:0;font-size:.75rem;color:#64748b;line-height:1.45;max-width:52rem}.admission-inquiry-hint strong{color:#1e293b;font-weight:600}.admission-inquiry-stats{flex-shrink:0}.admission-inquiry-loading{flex:1;min-height:12rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#64748b;font-size:.875rem}.inquiry-kanban-scroll{flex:1;min-height:0;overflow-x:auto;overflow-y:hidden;margin:0 -1rem;padding:0 1rem .25rem}.inquiry-kanban-scroll::-webkit-scrollbar{width:6px;height:6px}.inquiry-kanban-scroll::-webkit-scrollbar-track{background:#f8fafc}.inquiry-kanban-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.inquiry-kanban-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (min-width: 1024px){.inquiry-kanban-scroll{margin:0;padding:0;overflow-x:visible}}.inquiry-kanban{display:flex;flex-direction:row;gap:1rem;align-items:stretch;width:max-content;min-width:100%;min-height:min(52vh,480px)}@media (min-width: 1024px){.inquiry-kanban{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;min-width:0;min-height:min(56vh,560px)}}.inquiry-column{flex:0 0 min(17.5rem,100vw - 3rem);display:flex;flex-direction:column;min-height:0;background:#f1f5f9d9;border:1px solid #e2e8f0;border-radius:1rem;padding:.5rem;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}@media (min-width: 1024px){.inquiry-column{flex:unset;min-width:0}}.inquiry-column--drop{border-color:#4f46e573;box-shadow:0 0 0 2px #4f46e51f;background:#4f46e50a}.inquiry-column__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .25rem;margin-bottom:.5rem;border-top:3px solid transparent;border-radius:.5rem .5rem 0 0}.inquiry-column__title{font-size:.875rem;font-weight:700;letter-spacing:.02em}.inquiry-column__count{font-size:.625rem;font-weight:700;padding:2px .5rem;border-radius:9999px}.inquiry-column__cards{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.inquiry-column__cards::-webkit-scrollbar{width:6px;height:6px}.inquiry-column__cards::-webkit-scrollbar-track{background:#f8fafc}.inquiry-column__cards::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.inquiry-column__cards::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inquiry-column__cards{padding-right:2px}.inquiry-column__empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem .5rem;font-size:.75rem;color:#64748b;border:1px dashed rgba(226,232,240,.85);border-radius:.75rem;background:#ffffff80}.inquiry-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;box-shadow:0 1px 2px #0000000d;cursor:grab;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease}.inquiry-card:hover{box-shadow:0 4px 8px #0000000f;border-color:#4f46e538}.inquiry-card--dragging{opacity:.45;cursor:grabbing;transform:scale(.98)}.inquiry-card__top{display:flex;flex-direction:column;gap:.25rem}.inquiry-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.25rem}.inquiry-card__name{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.3;min-width:0}.inquiry-card__grip{flex-shrink:0;color:#64748b;opacity:.55}.inquiry-card__source{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;align-self:flex-start;padding:2px .25rem;border-radius:.375rem;background:#f1f5f9}.inquiry-card__meta{display:flex;flex-direction:column;gap:6px}.inquiry-card__line{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b;line-height:1.35;min-width:0}.inquiry-card__line svg{flex-shrink:0;opacity:.75}.inquiry-card__line--accent{color:#4f46e5;font-weight:500}.inquiry-card__notes{display:flex;gap:.25rem;font-size:.75rem;color:#1e293b;line-height:1.4;padding:.25rem .5rem;border-radius:.5rem;background:#f8fafc;border:1px solid rgba(226,232,240,.6)}.inquiry-card__notes svg{flex-shrink:0;margin-top:2px;color:#64748b}.inquiry-card__footer{margin-top:auto;padding-top:.5rem;border-top:1px dashed #e2e8f0;font-size:10px;color:#64748b}.inquiry-log-form{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.inquiry-log-form__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.modal-overlay.inquiry-log-modal .modal-body{padding:0}.student-form-embedded{width:100%;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.student-form-embedded .wizard-progress-bar{flex-shrink:0}.student-form-fields{width:100%;max-width:680px;margin-left:auto;margin-right:auto}.student-form-fields--modal{max-width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.student-form-fields--modal .wizard-step{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.student-form-fields--modal .wizard-step::-webkit-scrollbar{width:6px;height:6px}.student-form-fields--modal .wizard-step::-webkit-scrollbar-track{background:#f8fafc}.student-form-fields--modal .wizard-step::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.student-form-fields--modal .wizard-step::-webkit-scrollbar-thumb:hover{background:#94a3b8}.student-form-fields--modal .wizard-nav-actions{flex-shrink:0;margin-top:auto}.modal-overlay.modal-admit-student .modal-content{width:100%;max-height:100dvh;height:100dvh;min-height:0;display:flex;flex-direction:column}@media (min-width: 768px){.modal-overlay.modal-admit-student .modal-content{height:min(88vh,820px);max-height:88vh}}.modal-overlay.modal-admit-student .modal-body{overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.modal-overlay.modal-admit-student .modal-header{flex-shrink:0}.students-stats-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem}@media (min-width: 768px){.students-stats-row{gap:.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.students-stats-row{grid-template-columns:repeat(5,1fr)}}.students-stats-row .stat-mini-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.5rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .25s ease;min-width:0}@media (min-width: 768px){.students-stats-row .stat-mini-card{border-radius:1rem;padding:1rem;gap:1rem}}.students-stats-row .stat-mini-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f;border-color:#4f46e533}.students-stats-row .stat-mini-card .stat-mini-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;flex-shrink:0}.students-stats-row .stat-mini-card .stat-mini-icon svg{width:16px;height:16px}@media (min-width: 768px){.students-stats-row .stat-mini-card .stat-mini-icon{width:2.75rem;height:2.75rem;border-radius:.75rem}.students-stats-row .stat-mini-card .stat-mini-icon svg{width:20px;height:20px}}.students-stats-row .stat-mini-card .stat-mini-value{font-size:1rem;font-weight:700;color:#1e293b;line-height:1.2}@media (min-width: 768px){.students-stats-row .stat-mini-card .stat-mini-value{font-size:1.125rem}}.students-stats-row .stat-mini-card .stat-mini-label{font-size:10px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;line-height:1.2;overflow-wrap:anywhere}@media (min-width: 768px){.students-stats-row .stat-mini-card .stat-mini-label{font-size:.625rem}}.students-tabs{display:flex;gap:.25rem;border-bottom:1px solid #e2e8f0;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-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 .students-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.students-table .students-row-actions .students-table-row-btn{min-width:2.25rem;padding-inline:.35rem}.students-table .students-row-actions .students-table-row-btn--danger{color:#ef4444}.students-table .students-row-actions .students-table-row-btn--danger:hover:not(:disabled){background:#ef44441a;color:#ef4444}.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}.wizard-progress-bar{display:flex;justify-content:space-between;align-items:center;position:relative;padding:1rem;width:100%}.wizard-step .step-header h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.form-grid-2{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;min-width:0;align-content:start}.wizard-nav-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:1.5rem;margin-top:2rem}.student-detail-page{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:0 0 2rem;min-height:0;flex:1 1 0%;overflow:hidden}.student-detail-page .student-detail-page-layout{flex:1 1 0%;min-height:0;overflow:hidden}.student-detail-page .student-detail-page-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden}.student-detail-page .student-detail-subheader{display:flex;flex-direction:column;gap:1rem;min-height:0;width:100%}.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;width:fit-content;transition:all .15s ease}.student-detail-page .back-btn:hover{color:#4f46e5;transform:translate(-2px)}.page-loading,.page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:42vh;padding:3rem 1rem;text-align:center;color:#64748b}.page-loading p,.page-loading h3,.page-error p,.page-error h3{margin:0}.page-loading h3,.page-error h3{font-size:1.125rem;font-weight:700;color:#1e293b}.page-loading svg.spin,.page-loading .spin,.page-error svg.spin,.page-error .spin{animation:spin .8s linear infinite}.student-detail-tabs-wrap{width:100%}.student-detail-tab-panel{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.student-detail-tab-panel::-webkit-scrollbar{width:6px;height:6px}.student-detail-tab-panel::-webkit-scrollbar-track{background:#f8fafc}.student-detail-tab-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.student-detail-tab-panel::-webkit-scrollbar-thumb:hover{background:#94a3b8}.student-detail-stack{display:flex;gap:1.5rem;flex-wrap:wrap}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-tab-panel{overflow-y:hidden}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-tab-panel>.student-detail-stack{flex:1 1 0%;min-height:0;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-stack>.detail-stat-grid{flex-shrink:0}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-stack>.info-card{flex-shrink:0}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-fees-installments-card{flex:1 1 0%;min-height:0;width:100%;max-height:none;display:flex;flex-direction:column}.student-detail-page-content:has(.student-detail-fees-installments-card) .student-detail-fees-installments-card .student-detail-fees-datatable{flex:1 1 auto;min-height:0;max-height:100%;display:flex;flex-direction:column}.detail-stat-grid{display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 768px){.detail-stat-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (min-width: 768px){.detail-stat-grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.detail-stat-grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.detail-stat-tile{text-align:center;padding:1rem .5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem;min-width:0}.detail-stat-tile__value{font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--detail-stat-color, #1e293b)}.detail-stat-tile__label{font-size:.625rem;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.detail-attendance-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-bottom:1.5rem}.detail-attendance-year{width:5.5rem;min-width:0}.attendance-heatmap-card .info-card-title{margin-bottom:1rem}.attendance-heatmap-toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.5rem;margin:0 auto 1rem;width:100%;max-width:420px}.attendance-heatmap-toolbar-mid{display:flex;flex:1 1 auto;align-items:stretch;justify-content:center;gap:.5rem;min-width:0}.attendance-month-wrap{flex:1 1 0;min-width:0;max-width:11rem}.attendance-month-wrap button[type=button]{min-height:2.25rem}.attendance-month-switcher-inner{width:100%}.attendance-heatmap-nav-btn{flex:0 0 auto;width:2.5rem;min-width:2.5rem;padding-inline:0!important}.attendance-year-inline{flex:0 0 auto;width:4.25rem;min-width:4.25rem;min-height:2.25rem;padding:.35rem .45rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:600;color:#1e293b;text-align:center}.attendance-heatmap-legend{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;list-style:none;margin:0 auto 1.5rem;padding:0;font-size:11px;color:#64748b;max-width:420px;width:100%}.attendance-heatmap-legend__item{display:inline-flex;align-items:center;gap:6px}.attendance-heatmap-legend__swatch{width:14px;height:14px;border-radius:.375rem;flex-shrink:0;border:1px solid #e2e8f0}.attendance-summary-empty-hint{margin:1rem 0 0;font-size:.875rem;color:#64748b;text-align:center}.detail-records-scroll{max-height:220px;overflow-y:auto}.detail-records-scroll::-webkit-scrollbar{width:6px;height:6px}.detail-records-scroll::-webkit-scrollbar-track{background:#f8fafc}.detail-records-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.detail-records-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.detail-record-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(226,232,240,.5);font-size:.875rem}.detail-record-row:last-child{border-bottom:none}.detail-record-row__date{color:#64748b}.detail-record-row__status{font-weight:600;flex-shrink:0}.detail-record-row__status--present{color:#10b981}.detail-record-row__status--late{color:#f59e0b}.detail-record-row__status--absent{color:#ef4444}.detail-record-row__status--half{color:#f59e0b}.detail-record-row__status--holiday{color:#4f46e5}.student-detail-marks-panel{display:flex;flex-direction:column;gap:1.5rem}.student-detail-marks-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.student-detail-marks-toolbar__grow{flex:1 1 220px;min-width:0}.student-detail-empty{text-align:center;padding:3rem 1rem;color:#64748b}.student-detail-empty p{margin:.5rem 0 0;font-size:.875rem}.student-detail-loading{text-align:center;padding:4rem 1rem;color:#64748b}.student-detail-homework-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.75rem}.student-detail-homework-item__body{flex:1 1 200px;min-width:0}.student-detail-homework-item__aside{flex-shrink:0;text-align:right}.student-detail-homework-item__title{margin:0;font-weight:600;color:#1e293b;font-size:1rem}.student-detail-homework-item__desc{margin:.25rem 0 0;font-size:.875rem;color:#64748b}.student-detail-homework-item__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;font-size:.75rem;color:#64748b}.student-detail-homework-item__meta strong{color:#64748b;font-weight:600}.student-detail-inline-actions{display:flex;flex-wrap:wrap;gap:1rem}.student-detail-upload-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.documents-list--spaced{margin-bottom:1.5rem}.student-detail-file-input{font-size:.875rem;max-width:100%}.student-detail-homework-item__score{font-size:.75rem;color:#10b981;margin-top:.25rem;font-weight:700}.address-block{margin:0;color:#64748b;line-height:1.7;font-size:.875rem}.info-card-title.is-accent-sky{color:#60a5fa}.info-card-title.is-accent-pink{color:#f472b6}.info-card-title.is-accent-warning{color:#f59e0b}.info-card-title.is-accent-danger{color:#ef4444}.info-card-title.is-spaced{margin-top:1.5rem}.students-table-card--flush{padding:0;overflow:hidden}.student-profile-hero{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:1rem;display:flex;justify-content:flex-start;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}.attendance-heatmap-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;max-width:420px;margin:0 auto}.heatmap-weekday{text-align:center;font-weight:700;font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;padding:.25rem 0}.heatmap-day{aspect-ratio:1;min-height:2.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;font-size:.75rem;font-weight:700;position:relative;border:1px solid #e2e8f0;cursor:default;transition:transform .15s ease,box-shadow .15s ease}.heatmap-day .day-number{line-height:1}.heatmap-day.empty{border:none;background:transparent;pointer-events:none}.heatmap-day.future{background:#f1f5f9;color:#64748b;opacity:.65;border-style:dashed}.heatmap-day.weekend{background:#64748b14;color:#64748b;font-weight:600}.heatmap-day.unmarked{background:#fff;color:#64748b;border-color:#e2e8f0cc}.heatmap-day.present{background:#22c55e59;color:#15803d;border-color:#22c55e8c;box-shadow:inset 0 0 0 1px #22c55e33}.heatmap-day.absent{background:#ef444459;color:#b91c1c;border-color:#ef44448c;box-shadow:inset 0 0 0 1px #ef444433}.heatmap-day.late{background:#eab30866;color:#a16207;border-color:#eab30899}.heatmap-day.half_day{background:#f9731661;color:#c2410c;border-color:#f973168c}.heatmap-day.on_leave{background:#6366f14d;color:#4338ca;border-color:#6366f173}.heatmap-day.holiday{background:#38bdf847;color:#0369a1;border-color:#0ea5e973}.attendance-heatmap-legend__swatch.heatmap-day--legend{min-height:0;aspect-ratio:auto;width:14px;height:14px}.attendance-heatmap-legend__swatch.heatmap-day--legend.present{background:#22c55e8c;border-color:#22c55eb3}.attendance-heatmap-legend__swatch.heatmap-day--legend.absent{background:#ef44448c;border-color:#ef4444b3}.attendance-heatmap-legend__swatch.heatmap-day--legend.late{background:#eab308a6;border-color:#eab308bf}.attendance-heatmap-legend__swatch.heatmap-day--legend.half_day{background:#f9731699;border-color:#f97316bf}.attendance-heatmap-legend__swatch.heatmap-day--legend.on_leave{background:#6366f180;border-color:#6366f1a6}.attendance-heatmap-legend__swatch.heatmap-day--legend.holiday{background:#38bdf880;border-color:#0ea5e9a6}.attendance-heatmap-legend__swatch.heatmap-day--legend.unmarked{background:#fff;border-color:#e2e8f0}.attendance-heatmap-legend__swatch.heatmap-day--legend.weekend{background:#64748b33;border-color:#64748b59}.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}.timetable-page-stack{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;gap:1.5rem}.timetable-page-stack>:first-child{flex-shrink:0}.timetable-tab-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;gap:1.5rem}.timetable-tab-body--substitutions{overflow:auto;-webkit-overflow-scrolling:touch}.timetable-tab-body--substitutions::-webkit-scrollbar{width:6px;height:6px}.timetable-tab-body--substitutions::-webkit-scrollbar-track{background:#f8fafc}.timetable-tab-body--substitutions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.timetable-tab-body--substitutions::-webkit-scrollbar-thumb:hover{background:#94a3b8}.timetable-tab-body__fill{flex:1;min-height:0;overflow-y:auto}.timetable-tab-body__fill::-webkit-scrollbar{width:6px;height:6px}.timetable-tab-body__fill::-webkit-scrollbar-track{background:#f8fafc}.timetable-tab-body__fill::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.timetable-tab-body__fill::-webkit-scrollbar-thumb:hover{background:#94a3b8}.timetable-tab-body__fill.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.timetable-tab-body__table{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.timetable-roster-time,.timetable-roster-room{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#1e293b}.timetable-roster-time svg,.timetable-roster-room svg{flex-shrink:0;color:#64748b}.timetable-roster-empty{color:#64748b;font-size:.875rem}.timetable-tab-filters{flex-shrink:0;padding:0;background:none;border:none;box-shadow:none}.staff-management-container,.timetable-editor-page,.substitution-desk-container{display:flex;flex-direction:column;height:100%;min-height:0}.timetable-editor-page{padding:0 0 1.5rem;max-width:100%}.timetable-editor-page--modal{padding:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.5rem}.timetable-editor-page--modal .timetable-editor-conflicts{flex-shrink:0;margin:0 .5rem .5rem}@media (min-width: 768px){.timetable-editor-page--modal .timetable-editor-conflicts{margin:0 1rem 1rem}}.timetable-editor-page--modal .timetable-editor-matrix-card{flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.timetable-editor-toolbar{display:flex;flex-direction:column;gap:1rem;flex-shrink:0;padding:.5rem;padding-bottom:0}@media (min-width: 768px){.timetable-editor-toolbar{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.5rem}}.timetable-editor-toolbar__hint{margin:0;font-size:.875rem;color:#64748b;line-height:1.45;max-width:48rem}.timetable-editor-toolbar__actions{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.timetable-editor-toolbar__actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;width:auto}}.timetable-editor-shell-modal{z-index:1000}.timetable-editor-shell-modal>.modal-content.modal-full{display:flex;flex-direction:column;min-height:0}.timetable-editor-shell-modal .modal-body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:0}.timetable-editor-shell-modal .modal-body::-webkit-scrollbar{width:6px;height:6px}.timetable-editor-shell-modal .modal-body::-webkit-scrollbar-track{background:#f8fafc}.timetable-editor-shell-modal .modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.timetable-editor-shell-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.timetable-editor-shell-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:visible;width:100%}.timetable-editor-nested-modal.modal-overlay{z-index:1100}.timetable-editor-header{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.timetable-editor-header{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem}}.timetable-editor-header__main{display:flex;align-items:flex-start;gap:.5rem;min-width:0;flex:1}.timetable-editor-header__titles{min-width:0}.timetable-editor-header__title{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.25;word-break:break-word}.timetable-editor-header__subtitle{margin:.25rem 0 0;font-size:.875rem;color:#64748b;line-height:1.45;max-width:52ch}.timetable-editor-header__actions{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.timetable-editor-header__actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;width:auto;flex-shrink:0}}.timetable-editor-conflicts{margin-bottom:1.5rem;padding:1rem 1.5rem;background:#fef2f2;border:1px solid rgba(239,68,68,.25);border-radius:1rem;box-shadow:0 1px 2px #0000000d}.timetable-editor-conflicts__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#b91c1c;display:flex;align-items:center;gap:.5rem}.timetable-editor-conflicts__list{margin:0;padding-left:1.25rem;color:#1e293b;font-size:.875rem;line-height:1.5;display:flex;flex-direction:column;gap:.25rem}.students-table-card.timetable-editor-matrix-card{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.timetable-editor-matrix-card{padding:1rem}@media (min-width: 768px){.timetable-editor-matrix-card{padding:1.5rem}}.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%;min-width:720px;border-collapse:separate;border-spacing:.5rem}.timetable-matrix-grid th,.timetable-matrix-grid td{padding:.5rem;border-radius:.75rem;text-align:center;font-size:.875rem;transition:background .15s ease,border-color .15s ease}.timetable-matrix-grid th{background:#f1f5f9;border:1px solid #e2e8f0;color:#1e293b;font-weight:700}.timetable-matrix-grid .timetable-matrix-day-header{width:5.5rem;min-width:5.5rem}.timetable-matrix-grid .timetable-matrix-day-cell{background:#f1f5f9;border:1px solid #e2e8f0;color:#1e293b;font-weight:700;text-align:center;vertical-align:middle}.timetable-matrix-grid td{vertical-align:top;min-height:5.25rem;position:relative}.weekly-timetable-view{padding:1.5rem}.weekly-timetable-view--fill{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.weekly-timetable-view__title{flex-shrink:0;margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#1e293b}.weekly-timetable-view__scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.weekly-timetable-view__scroll::-webkit-scrollbar{width:6px;height:6px}.weekly-timetable-view__scroll::-webkit-scrollbar-track{background:#f8fafc}.weekly-timetable-view__scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.weekly-timetable-view__scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.weekly-timetable-view__scroll .timetable-matrix-grid{min-width:720px}.weekly-timetable-view__scroll thead th{position:sticky;top:0;z-index:2;background:#f1f5f9;border-radius:0}.weekly-timetable-view__scroll thead th.timetable-matrix-day-header{left:0;z-index:4;box-shadow:1px 1px #e2e8f0}.weekly-timetable-view__scroll tbody td.timetable-matrix-day-cell{position:sticky;left:0;z-index:1;box-shadow:1px 0 #e2e8f0;border-radius:0}.weekly-timetable-view .timetable-slot--lecture,.weekly-timetable-view .timetable-slot--break,.weekly-timetable-view__slot{cursor:default}.weekly-timetable-slot{min-width:6.5rem}.weekly-timetable-slot--free{background:#f9fafb;border:1px dashed #cbd5e1;text-align:center;vertical-align:middle;color:#64748b}.weekly-timetable-slot__free-label{font-size:.75rem}.timetable-slot{border-radius:.75rem;padding:.5rem;min-width:6.5rem;position:relative}.timetable-slot--empty{background:#f9fafb;border:1px dashed #cbd5e1;cursor:pointer;text-align:center;vertical-align:middle}.timetable-slot--empty .timetable-slot-empty-inner{display:flex;align-items:center;justify-content:center;width:100%;min-height:3.25rem}.timetable-slot--empty:hover{background:#f5f3ff;border-color:#4f46e559}.timetable-slot--empty .timetable-slot__add-icon{color:#64748b;opacity:1}.timetable-slot--lecture{background:#f5f3ff;border:1px solid rgba(79,70,229,.35);cursor:pointer}.timetable-slot--lecture:hover{background:#eef2ff}.timetable-slot--break{background:#fffbeb;border:1px solid rgba(245,158,11,.35);cursor:pointer}.timetable-slot--break:hover{background:#fef9c3}.timetable-slot__clear{position:absolute;right:2px;top:2px;border:none;background:#ffffffe6;color:#ef4444;padding:4px;border-radius:.375rem;cursor:pointer;line-height:0;z-index:1}.timetable-slot__clear:hover{background:#fef2f2}.timetable-slot__body{cursor:pointer;min-height:3.5rem}.timetable-slot__time{font-size:.75rem;font-weight:600;color:#64748b;display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:.25rem}.timetable-slot__break-label{text-align:center;font-weight:700;color:#b45309;font-size:.875rem;padding:.5rem 0}.timetable-slot__subject{display:inline-block;max-width:100%;font-size:.75rem;font-weight:600;color:#3730a3;background:#4f46e51f;border:1px solid rgba(79,70,229,.2);padding:2px 6px;border-radius:.375rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle}.timetable-slot__teacher{font-size:.75rem;font-weight:600;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:2px}.timetable-slot__teacher span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:7rem}.timetable-slot__room{font-size:.75rem;font-weight:500;color:#64748b;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:2px}.timetable-slot__details{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}.timetable-editor-modal-hint{margin:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.5}.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}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.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}.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-content{flex:1;min-height:0;display:flex;flex-direction:column}.fees-page-container{display:flex;flex-direction:column;height:100%}.fees-tab-content{display:flex;flex-direction:column;flex:1;min-height:0}.fees-tab-content .structure-list .glass-panel,.fees-tab-content .collect-fee-container .glass-panel,.fees-tab-content .fee-defaulters-container .glass-panel,.fees-tab-content .fee-reports-container .glass-panel,.fees-tab-content .students-table th,.fees-tab-content .students-table td{color:#1e293b}.fees-tab-content .students-table td.fee-cell-muted{color:#64748b}.fees-tab-content .students-table td.fee-cell-strong{font-weight:600;color:#1e293b}.fees-tab-content .collect-fee-lookup{margin-bottom:1.5rem;max-width:min(40rem,100%)}.fees-tab-content .collect-fee-lookup__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.25rem}.fees-tab-content .collect-fee-lookup__control{width:100%}.fees-tab-content .collect-fee-lookup__hint{margin:.5rem 0 0;font-size:.75rem;color:#64748b;line-height:1.45}.fees-tab-content .collect-fee-lookup-option{display:flex;flex-direction:column;gap:2px;text-align:left}.fees-tab-content .collect-fee-lookup-option__name{font-size:.875rem;font-weight:600;color:#1e293b}.fees-tab-content .collect-fee-lookup-option__meta{font-size:.625rem;color:#64748b}.fees-tab-content .collect-fee-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.fees-tab-content .collect-fee-student-banner{flex-shrink:0}.fees-tab-content .collect-desktop-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,2.5fr) minmax(260px,1fr);gap:1.5rem;align-items:stretch;overflow:hidden}.fees-tab-content .collect-desktop-main{display:flex;flex-direction:column;min-height:0;overflow:hidden;gap:1rem}.fees-tab-content .collect-desktop-ledger-wrap{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.fees-tab-content .collect-fee-ledger-card{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.fees-tab-content .collect-fee-ledger-datatable{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.fees-tab-content .collect-fee-ledger-datatable tbody tr:has(.collect-inst-cb:checked){background:#6366f10f}.fees-tab-content .collect-fee-ledger-col-select{width:44px;padding-left:1rem!important;vertical-align:middle}.fees-tab-content .collect-inst-cb{width:16px;height:16px;cursor:pointer;accent-color:#4f46e5}.fees-tab-content .collect-inst-cb:disabled{cursor:not-allowed}.fees-tab-content .collect-fee-receipt-link{font-size:.75rem;color:#10b981;display:inline-flex;align-items:center;gap:3px;cursor:pointer;margin-top:2px;text-decoration:underline}.fees-tab-content .collect-fee-receipt-link:hover{opacity:.88}.fees-tab-content .collect-desktop-sidebar{min-height:0;overflow-y:auto}.fees-tab-content .collect-desktop-sidebar::-webkit-scrollbar{width:6px;height:6px}.fees-tab-content .collect-desktop-sidebar::-webkit-scrollbar-track{background:#f8fafc}.fees-tab-content .collect-desktop-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.fees-tab-content .collect-desktop-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 900px){.fees-tab-content .collect-desktop-layout{grid-template-columns:1fr;overflow-y:auto;align-items:stretch}.fees-tab-content .collect-desktop-main{overflow:visible;min-height:min(50vh,420px)}.fees-tab-content .collect-desktop-ledger-wrap{min-height:min(45vh,380px)}.fees-tab-content .collect-desktop-sidebar{overflow:visible}}.fees-tab-content .table-loading p{color:#64748b}.fee-auth-panel{border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;background:#fff}.fee-auth-form{display:flex;flex-direction:column;gap:1rem;width:100%}.fee-auth-form .form-section{display:flex;flex-direction:column;gap:1rem}.fee-auth-form .fee-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #e2e8f0;margin-top:.25rem}.fee-auth-form select.input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;cursor:pointer}.fee-structure-modal{display:flex;flex-direction:column;gap:1rem;min-width:0}.fee-structure-modal__session-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);color:#1f2937;font-size:.875rem;line-height:1.45}.fee-structure-modal__session-alert svg{flex-shrink:0;color:#f59e0b;margin-top:1px}.fee-structure-modal__intro{margin:0;font-size:.875rem;color:#64748b;line-height:1.55;padding:0 2px}.fee-structure-modal__form.fee-auth-form{gap:2rem;margin-top:.25rem}.fee-structure-modal__section{display:flex;flex-direction:column;gap:1rem;min-width:0}.fee-structure-modal__section-head{display:flex;align-items:flex-start;gap:1rem}.fee-structure-modal__step{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;border:1px solid rgba(79,70,229,.2)}.fee-structure-modal__section-head-text{min-width:0;flex:1}.fee-structure-modal__section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 4px;font-size:1.05rem;font-weight:700;color:#1e293b}.fee-structure-modal__section-icon{color:#4f46e5;flex-shrink:0}.fee-structure-modal__section-desc{margin:0;font-size:.875rem;color:#64748b;line-height:1.45}.fee-structure-modal__subtotal{color:#1e293b;font-weight:700}.fee-structure-modal__plan-surface{padding:1.5rem;border-radius:.75rem;background:linear-gradient(160deg,#f5f3ff,#fff 48%,#f1f5f9);border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.fee-structure-modal__fine-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:.5rem;padding-top:1rem;border-top:1px dashed #cbd5e1}@media (min-width: 768px){.fee-structure-modal__fine-grid{grid-template-columns:1fr 1fr}}.fee-structure-modal__lines{display:flex;flex-direction:column;gap:1rem}.fee-structure-line-card{border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0000000d;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.fee-structure-line-card:focus-within{border-color:#4f46e573;box-shadow:0 4px 8px #0000000f,0 0 0 3px #4f46e51f}.fee-structure-line-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;row-gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.fee-structure-line-card__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4f46e5;flex-shrink:0}.fee-structure-line-card__head-optional{display:flex;align-items:center;gap:.5rem;flex:1 1 12rem;min-width:0}.fee-structure-line-card__head-optional label{margin:0;font-size:.875rem;font-weight:500;color:#1e293b;cursor:pointer;line-height:1.35}.fee-structure-line-card__head-optional input[type=checkbox]{flex-shrink:0;width:1.05rem;height:1.05rem;cursor:pointer;accent-color:#4f46e5}.fee-structure-line-card__head-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.fee-structure-line-card__chip{font-size:.75rem;font-weight:600;color:#64748b;padding:2px .5rem;border-radius:.375rem;background:#fff;border:1px solid #e2e8f0}.fee-structure-line-card__remove{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:.375rem;background:transparent;color:#64748b;cursor:pointer;transition:.15s ease}.fee-structure-line-card__remove:hover:not(:disabled){background:#ef444414;color:#ef4444}.fee-structure-line-card__remove:disabled{opacity:.35;cursor:not-allowed}.fee-structure-line-card__body{display:grid;gap:1rem;padding:1rem 1.5rem 1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.fee-structure-line-card__body{grid-template-columns:repeat(3,1fr)}}.fee-structure-line-card__body .form-group{margin-bottom:0}@media (min-width: 768px){.fee-structure-line-card__span-full{grid-column:1/-1}}.fee-structure-add-line{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;margin:0;border:2px dashed #cbd5e1;border-radius:.75rem;background:transparent;color:#64748b;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:.25s ease}.fee-structure-add-line:hover{border-color:#4f46e5;color:#4f46e5;background:#f5f3ff}.fee-structure-modal__actions.fee-form-actions{margin-top:.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;background:linear-gradient(180deg,transparent 0%,#f1f5f9 35%);border-radius:0 0 .375rem .375rem}.fee-page-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.fee-page-title{font-size:1.25rem;font-weight:700;margin:0;color:#1e293b}.fee-page-subtitle{margin:4px 0 0;font-size:.875rem;color:#64748b;line-height:1.45}.fee-card-title{font-size:1rem;font-weight:700;margin:0 0 1rem;color:#1e293b}.fee-card-title-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.fee-text-main{color:#1e293b}.fee-text-muted{color:#64748b}.fee-panel-divider{border-bottom:1px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1rem}.fee-summary-stack{display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1rem}.fee-summary-row{display:flex;justify-content:space-between;font-size:.875rem}.fee-kpi-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;color:#64748b}.fee-kpi-value{font-size:1.25rem;font-weight:700;color:#1e293b}.fee-success-banner{margin-bottom:1rem;padding:.5rem;background:#10b98114;border:1px solid rgba(16,185,129,.25);border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem}.fee-success-banner__text{font-size:.85rem;color:#047857;font-weight:600}.fee-reports-footnote{margin-top:1.5rem;border-top:1px solid #e2e8f0;padding-top:1rem;display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#64748b;line-height:1.45}.fee-progress-track{background:#f1f5f9;width:60px;height:6px;border-radius:3px;overflow:hidden}.fee-progress-bar{height:100%;border-radius:3px}._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_g6hqd_1,._student-form-page_g6hqd_1,._student-detail-page_g6hqd_1,._attendance-roster-page_g6hqd_1{display:flex;flex-direction:column;height:100%;gap:1rem}._student-badge_g6hqd_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_g6hqd_8._badge-blue_g6hqd_17{background:#4f46e514;color:#4f46e5}._student-badge_g6hqd_8._badge-teal_g6hqd_21{background:#10b98114;color:#10b981}._student-badge_g6hqd_8._badge-danger_g6hqd_25{background:#ef444414;color:#ef4444}._students-table-card_g6hqd_30{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}._students-table_g6hqd_30{width:100%;border-collapse:collapse}._students-table_g6hqd_30 th,._students-table_g6hqd_30 td{padding:1rem;text-align:left}._students-table_g6hqd_30 th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.875rem;border-bottom:1px solid #e2e8f0}._students-table_g6hqd_30 td{border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#1e293b}._students-table_g6hqd_30 ._students-table-row_g6hqd_58{cursor:pointer;transition:background .15s ease}._students-table_g6hqd_30 ._students-table-row_g6hqd_58:hover{background:#eef2ff}._wizard-progress-bar_g6hqd_66{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73 ._step-number_g6hqd_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_g6hqd_66 ._progress-step_g6hqd_73 ._step-label_g6hqd_95{font-size:.625rem;color:#64748b;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73 ._step-connector_g6hqd_104{position:absolute;top:1.125rem;left:50%;width:100%;height:2px;background:#e2e8f0;z-index:-1;transition:all .25s ease}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73._completed_g6hqd_114 ._step-number_g6hqd_81{background:#10b981;border-color:#10b981;color:#fff}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73._completed_g6hqd_114 ._step-connector_g6hqd_104{background:#10b981}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73._active_g6hqd_122 ._step-number_g6hqd_81{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 0 0 4px #4f46e526}._wizard-progress-bar_g6hqd_66 ._progress-step_g6hqd_73._active_g6hqd_122 ._step-label_g6hqd_95{color:#4f46e5;font-weight:700}._header-actions_g6hqd_133{display:flex;gap:8px}._wizard-step_g6hqd_138 ._step-header_g6hqd_138{margin-bottom:2rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._wizard-step_g6hqd_138 ._step-header_g6hqd_138 h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:4px}._wizard-step_g6hqd_138 ._step-header_g6hqd_138 p{font-size:.75rem;color:#64748b}._form-grid-2_g6hqd_154{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._form-grid-2_g6hqd_154{grid-template-columns:repeat(2,1fr)}}._photo-upload-area_g6hqd_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_g6hqd_165:hover{border-color:#4f46e5;background:#eef2ff}._photo-upload-area_g6hqd_165 ._photo-preview-circle_g6hqd_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_g6hqd_165 ._photo-upload-btn_g6hqd_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_g6hqd_165 ._photo-upload-btn_g6hqd_194:hover{background:#4f46e5;color:#fff}._setup-alert-panel_g6hqd_212{display:flex;align-items:flex-start;gap:1rem;background:#4f46e508;border:1px dashed #e2e8f0;border-radius:1rem}._setup-alert-panel_g6hqd_212 h4{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#1e293b}._setup-alert-panel_g6hqd_212 p{margin:0;font-size:.875rem;color:#64748b}._staff-detail-tab-scrollable_g6hqd_232{overflow-y:auto!important;padding-right:4px;flex:1;min-height:0;display:flex;flex-direction:column;gap:20px}._staff-detail-tab-scrollable_g6hqd_232::-webkit-scrollbar{width:6px;height:6px}._staff-detail-tab-scrollable_g6hqd_232::-webkit-scrollbar-track{background:#f8fafc}._staff-detail-tab-scrollable_g6hqd_232::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}._staff-detail-tab-scrollable_g6hqd_232::-webkit-scrollbar-thumb:hover{background:#94a3b8}._headerActions_g6hqd_256{display:flex;gap:8px}._profileHeroCard_g6hqd_261{margin-bottom:var(--space-lg);flex-shrink:0}._heroContent_g6hqd_266{display:flex;gap:24px;align-items:center;flex-wrap:wrap}._avatarCircle_g6hqd_273{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_g6hqd_285{width:100%;height:100%;object-fit:cover}._defaultAvatarIcon_g6hqd_291{color:var(--text-muted)}._staffName_g6hqd_295{font-size:1.5rem;font-weight:800;color:var(--text-main);margin:0}._staffMeta_g6hqd_302{color:var(--text-accent);font-weight:600;margin:4px 0 0}._badgeRow_g6hqd_308{display:flex;gap:10px;margin-top:10px}._tabContentWrapper_g6hqd_314{display:flex;flex-direction:column;gap:var(--space-md)}._loadingWrapper_g6hqd_320{padding:100px 0}._alertBackBtn_g6hqd_324{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;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.setup-content-grid::-webkit-scrollbar{width:6px;height:6px}.setup-content-grid::-webkit-scrollbar-track{background:#f8fafc}.setup-content-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:1rem}.setup-content-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.setup-form-card h3,.setup-list-card h3,.setup-form-section h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.setup-form-card .form-desc,.setup-list-card .form-desc,.setup-form-section .form-desc{font-size:.75rem;color:#64748b;margin:0 0 2rem}.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}.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}.school-setup-page .setup-form-top-row{display:flex;flex-direction:row;align-items:center;gap:1.5rem;flex-wrap:nowrap;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}@media (max-width: 640px){.school-setup-page .setup-form-top-row{flex-wrap:wrap;align-items:flex-start}}.school-setup-page .setup-form-top-row .form-actions{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;margin:0;padding:0;border:none}.school-setup-page .setup-form-top-row .setup-form-top-row__text{flex:1;min-width:0}.school-setup-page .setup-form-top-row .setup-form-top-row__text h3{margin:0 0 .25rem}.school-setup-page .setup-form-top-row .setup-form-top-row__text .form-desc{margin:0}.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}.input[type=date],.input[type=datetime-local]{position:relative;cursor:pointer;color-scheme:light;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem 1rem}.input[type=date]::-webkit-calendar-picker-indicator,.input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:.01;background:transparent}.input[type=date]::-moz-calendar-picker-indicator,.input[type=datetime-local]::-moz-calendar-picker-indicator{cursor:pointer}.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)}}
