.Sidebar-module__1nqKAG__sidebar{width:var(--sidebar-width);background-color:var(--bg-dark);height:100vh;color:var(--color-white);z-index:100;flex-direction:column;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0}.Sidebar-module__1nqKAG__logo{justify-content:center;margin-bottom:3rem;display:flex}.Sidebar-module__1nqKAG__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__1nqKAG__navItem{border-radius:var(--radius-sm);color:#ebfff6b3;align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:600;transition:all .2s;display:flex;position:relative}.Sidebar-module__1nqKAG__navItem:hover{color:var(--color-white);background-color:#ffffff0d}.Sidebar-module__1nqKAG__navItem.Sidebar-module__1nqKAG__active{color:var(--color-teal);background-color:var(--color-lime)}.Sidebar-module__1nqKAG__userProfile{border-top:1px solid #ebfff61a;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.Sidebar-module__1nqKAG__avatar{background:var(--bg-accent);width:44px;height:44px;color:var(--color-teal);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.Sidebar-module__1nqKAG__userInfo{flex-direction:column;display:flex}.Sidebar-module__1nqKAG__userName{color:var(--color-white);font-size:.875rem;font-weight:700}.Sidebar-module__1nqKAG__userRole{color:#ebfff6b3;font-size:.75rem}.Sidebar-module__1nqKAG__logoutBtn{color:#ebfff6b3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Sidebar-module__1nqKAG__logoutBtn:hover{color:var(--color-white);background:#ffffff1a}.Sidebar-module__1nqKAG__backdrop{z-index:90;-webkit-backdrop-filter:blur(4px);background-color:#00000080;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}@media (max-width:1024px){.Sidebar-module__1nqKAG__sidebar{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}.Sidebar-module__1nqKAG__sidebar.Sidebar-module__1nqKAG__open{transform:translate(0)}.Sidebar-module__1nqKAG__backdrop{animation:.3s Sidebar-module__1nqKAG__fadeIn;display:block}}@keyframes Sidebar-module__1nqKAG__fadeIn{0%{opacity:0}to{opacity:1}}
.Header-module__rP_oDa__header{height:var(--header-height);background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:50;-webkit-backdrop-filter:blur(8px);justify-content:space-between;align-items:center;padding:0 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.Header-module__rP_oDa__searchBar{background-color:var(--hover-bg);border-radius:var(--radius-pill);border:1px solid var(--border-color);align-items:center;gap:.75rem;width:300px;padding:.5rem 1rem;transition:all .2s;display:flex}.Header-module__rP_oDa__searchBar:focus-within{border-color:var(--color-turquoise);background-color:var(--bg-secondary)}.Header-module__rP_oDa__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.9rem}.Header-module__rP_oDa__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__rP_oDa__themeToggleContainer{background-color:var(--hover-bg);border-radius:var(--radius-pill);border:1px solid var(--border-color);padding:.25rem;display:flex}.Header-module__rP_oDa__themeBtn{color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.Header-module__rP_oDa__themeBtn:hover{color:var(--text-primary)}.Header-module__rP_oDa__themeBtn.Header-module__rP_oDa__active{background-color:var(--bg-secondary);color:var(--text-brand);box-shadow:0 1px 3px #0000001a}[data-theme=dark] .Header-module__rP_oDa__themeBtn.Header-module__rP_oDa__active{color:var(--color-lime)}.Header-module__rP_oDa__iconBtn{color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s;display:flex;position:relative}.Header-module__rP_oDa__iconBtn:hover{color:var(--text-brand)}[data-theme=dark] .Header-module__rP_oDa__iconBtn:hover{color:var(--color-turquoise)}.Header-module__rP_oDa__notificationBadge{background-color:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Header-module__rP_oDa__profileBtn{cursor:pointer;border-left:1px solid var(--border-color);align-items:center;gap:.75rem;padding-left:1.5rem;display:flex;position:relative}.Header-module__rP_oDa__profileInfo{flex-direction:column;display:flex}.Header-module__rP_oDa__dropdownMenu{background-color:var(--bg-secondary);border:1px solid var(--border-color);width:200px;box-shadow:var(--shadow-hover);z-index:100;border-radius:8px;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;right:0}.Header-module__rP_oDa__dropdownItem{width:100%;color:var(--text-primary);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__rP_oDa__dropdownItem:hover{background-color:var(--hover-bg)}.Header-module__rP_oDa__dropdownDivider{background-color:var(--border-color);height:1px;margin:.5rem 0}.Header-module__rP_oDa__profileName{color:var(--text-primary);font-size:.875rem;font-weight:700}.Header-module__rP_oDa__profileRole{color:var(--text-secondary);font-size:.75rem}.Header-module__rP_oDa__headerLeft{flex:1;align-items:center;gap:1rem;display:flex}.Header-module__rP_oDa__menuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;display:none}.Header-module__rP_oDa__menuBtn:hover{background:var(--bg-secondary)}@media (max-width:1024px){.Header-module__rP_oDa__menuBtn{display:flex}.Header-module__rP_oDa__searchBar{max-width:250px}.Header-module__rP_oDa__profileName,.Header-module__rP_oDa__profileRole{display:none}.Header-module__rP_oDa__header{padding:0 1rem}}@media (max-width:640px){.Header-module__rP_oDa__searchBar{display:none}.Header-module__rP_oDa__actions{gap:.75rem}.Header-module__rP_oDa__profileBtn{padding-left:.75rem}}
.Layout-module__cbqlla__mainLayout{min-height:100vh;display:flex}.Layout-module__cbqlla__contentWrapper{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));flex-direction:column;flex:1;display:flex}@media (max-width:1024px){.Layout-module__cbqlla__contentWrapper{width:100%;margin-left:0}}.Layout-module__cbqlla__mainContent{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}
.DocumentList-module__LeBbcW__layout{gap:2rem;min-height:60vh;display:flex}.DocumentList-module__LeBbcW__sidebar{flex-direction:column;flex-shrink:0;gap:.5rem;width:280px;display:flex}.DocumentList-module__LeBbcW__folderBtn{border-radius:var(--radius-sm);background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-secondary);text-align:left;align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:700;transition:all .2s;display:flex}.DocumentList-module__LeBbcW__folderBtn:hover{background-color:var(--bg-tertiary);border-color:var(--color-turquoise)}.DocumentList-module__LeBbcW__folderBtn.DocumentList-module__LeBbcW__active{background-color:var(--color-teal);color:var(--color-white);border-color:var(--color-teal);box-shadow:0 4px 14px #1a4d4d33}.DocumentList-module__LeBbcW__folderBtn.DocumentList-module__LeBbcW__active .DocumentList-module__LeBbcW__folderIcon{color:var(--color-lime)}.DocumentList-module__LeBbcW__folderIcon{color:var(--text-secondary)}.DocumentList-module__LeBbcW__mainContent{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);flex-direction:column;flex:1;display:flex;overflow:hidden}.DocumentList-module__LeBbcW__contentHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);padding:1.5rem 2rem}.DocumentList-module__LeBbcW__contentTitle{color:var(--text-brand);font-size:1.5rem;font-weight:800}.DocumentList-module__LeBbcW__docList{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.DocumentList-module__LeBbcW__docItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.DocumentList-module__LeBbcW__docItem:hover{border-color:var(--color-turquoise);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.DocumentList-module__LeBbcW__docInfo{align-items:center;gap:1.5rem;width:100%;min-width:0;display:flex}.DocumentList-module__LeBbcW__docInfo>div:last-child{flex:1;min-width:0}.DocumentList-module__LeBbcW__iconWrapper{color:var(--color-teal);background-color:var(--color-lime);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:1rem;display:flex}.DocumentList-module__LeBbcW__docTitle{color:var(--text-brand);white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:.25rem;font-size:1.15rem;font-weight:800;overflow:hidden}.DocumentList-module__LeBbcW__docMeta{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.DocumentList-module__LeBbcW__downloadBtn{border:1px solid var(--border-color);border-radius:var(--radius-pill);color:var(--text-brand);background-color:var(--bg-secondary);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:700;transition:all .2s;display:flex}.DocumentList-module__LeBbcW__downloadBtn:hover{background-color:var(--bg-tertiary);border-color:var(--color-turquoise)}.DocumentList-module__LeBbcW__emptyState{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}@media (max-width:1024px){.DocumentList-module__LeBbcW__layout{flex-direction:column}.DocumentList-module__LeBbcW__sidebar{-webkit-overflow-scrolling:touch;flex-direction:row;width:100%;padding-bottom:.5rem;overflow-x:auto}.DocumentList-module__LeBbcW__folderBtn{white-space:nowrap;flex-shrink:0;width:auto}}@media (max-width:640px){.DocumentList-module__LeBbcW__docItem{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.DocumentList-module__LeBbcW__downloadBtn{justify-content:center;width:100%}.DocumentList-module__LeBbcW__docMeta{flex-wrap:wrap;gap:.5rem}}
.SearchTool-module__YKsn_q__container{flex-direction:column;gap:2rem;display:flex}.SearchTool-module__YKsn_q__filtersSection{background-color:var(--bg-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);border:1px solid var(--border-color);padding:1.5rem}.SearchTool-module__YKsn_q__searchRow{gap:1rem;margin-bottom:1.5rem;display:flex}.SearchTool-module__YKsn_q__searchBar{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-tertiary);flex:1;align-items:center;padding:0 1rem;transition:border-color .2s;display:flex}.SearchTool-module__YKsn_q__searchBar:focus-within{border-color:var(--color-turquoise)}.SearchTool-module__YKsn_q__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.75rem .5rem;font-family:inherit;font-size:1rem;font-weight:500}.SearchTool-module__YKsn_q__studentTypeToggle{background-color:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:.25rem;display:flex}.SearchTool-module__YKsn_q__typeBtn{color:var(--text-secondary);border-radius:4px;padding:.6rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s}.SearchTool-module__YKsn_q__typeBtn.SearchTool-module__YKsn_q__active{background-color:var(--bg-secondary);color:var(--text-brand);box-shadow:var(--shadow-subtle)}.SearchTool-module__YKsn_q__dropdownRow{flex-wrap:wrap;gap:1rem;display:flex}.SearchTool-module__YKsn_q__filterSelect{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-secondary);min-width:200px;color:var(--text-brand);outline:none;flex:1;padding:.6rem 1rem;font-family:inherit;font-weight:600}.SearchTool-module__YKsn_q__resultsMeta{color:var(--text-secondary);margin-bottom:1rem;font-weight:700}.SearchTool-module__YKsn_q__resultsList{flex-direction:column;gap:1.5rem;display:flex}.SearchTool-module__YKsn_q__courseCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);overflow:hidden}.SearchTool-module__YKsn_q__cardHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.SearchTool-module__YKsn_q__courseInfo{flex-direction:column;gap:.25rem;display:flex}.SearchTool-module__YKsn_q__courseCode{color:var(--text-brand);letter-spacing:.05em;background-color:var(--hover-bg);border-radius:4px;width:fit-content;padding:.2rem .5rem;font-size:.9rem;font-weight:800;display:inline-block}.SearchTool-module__YKsn_q__courseName{color:var(--text-brand);font-size:1.5rem;font-weight:800;line-height:1.2}.SearchTool-module__YKsn_q__courseIndustry{color:var(--text-secondary);font-size:.85rem;font-weight:600}.SearchTool-module__YKsn_q__rtoCount{color:var(--text-brand);background-color:var(--bg-secondary);border-radius:var(--radius-pill);border:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;display:flex}.SearchTool-module__YKsn_q__rtoTableWrapper{width:100%;overflow-x:auto}.SearchTool-module__YKsn_q__rtoTable{border-collapse:collapse;width:100%}.SearchTool-module__YKsn_q__rtoTable th,.SearchTool-module__YKsn_q__rtoTable td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem 1.5rem}.SearchTool-module__YKsn_q__rtoTable th{text-transform:uppercase;color:var(--text-secondary);background-color:var(--bg-tertiary);font-size:.75rem;font-weight:700}.SearchTool-module__YKsn_q__rtoTable tr:last-child td{border-bottom:none}.SearchTool-module__YKsn_q__rtoTable tr:hover td{background-color:var(--hover-bg)}.SearchTool-module__YKsn_q__rtoCell{flex-direction:column;gap:.25rem;display:flex}.SearchTool-module__YKsn_q__rtoName{color:var(--text-brand);font-weight:800}.SearchTool-module__YKsn_q__rtoCode{color:var(--text-secondary);font-size:.8rem;font-weight:600}.SearchTool-module__YKsn_q__badge{border-radius:var(--radius-pill);text-transform:uppercase;white-space:nowrap;padding:.2rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.SearchTool-module__YKsn_q__badgeCompliant{color:var(--color-teal);background-color:#d0ff714d}.SearchTool-module__YKsn_q__badgeWarning{color:#f59e0b;background-color:#f59e0b1a}.SearchTool-module__YKsn_q__tableContainer{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (max-width:1024px){.SearchTool-module__YKsn_q__searchRow{flex-direction:column;align-items:stretch;gap:1rem}.SearchTool-module__YKsn_q__dropdownRow{flex-direction:column;align-items:stretch}.SearchTool-module__YKsn_q__filterSelect{width:100%}.SearchTool-module__YKsn_q__searchBar{max-width:100%}.SearchTool-module__YKsn_q__studentTypeToggle{justify-content:center;width:100%}.SearchTool-module__YKsn_q__typeBtn{text-align:center;flex:1}}.SearchTool-module__YKsn_q__badgeNonCompliant{color:#dc2626;background-color:#dc26261a}.SearchTool-module__YKsn_q__badgeInactive{color:#6b7280;background-color:#9ca3af33}.SearchTool-module__YKsn_q__badgeProvider{color:var(--color-teal);background-color:#a8a3ff33}.SearchTool-module__YKsn_q__priceValue{color:var(--text-brand);font-size:1.25rem;font-weight:800}.SearchTool-module__YKsn_q__priceEmpty{color:#9ca3af;font-size:1rem;font-style:italic}.SearchTool-module__YKsn_q__processingTime{color:var(--text-secondary);font-size:.85rem;font-weight:600}.SearchTool-module__YKsn_q__actionsCell{gap:.5rem;display:flex}.SearchTool-module__YKsn_q__actionBtn{color:var(--text-brand);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.SearchTool-module__YKsn_q__actionBtn:hover{background-color:var(--color-lime);color:var(--color-teal)}
.Skeleton-module__xpXARG__skeleton{background:var(--hover-bg);border-radius:var(--radius-sm);background-image:linear-gradient(90deg,#fff0 0,#fff9 20%,#fff0 40% 100%);background-repeat:no-repeat;background-size:200% 100%;animation:1.5s linear infinite Skeleton-module__xpXARG__shimmer}[data-theme=dark] .Skeleton-module__xpXARG__skeleton{background-image:linear-gradient(90deg,#fff0 0,#ffffff05 20%,#fff0 40% 100%)}@keyframes Skeleton-module__xpXARG__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.Skeleton-module__xpXARG__card{border-radius:var(--radius-md);width:100%;height:180px}.Skeleton-module__xpXARG__text{width:100%;height:16px;margin-bottom:.5rem}.Skeleton-module__xpXARG__title{width:60%;height:24px;margin-bottom:1rem}.Skeleton-module__xpXARG__circle{border-radius:50%;width:48px;height:48px}
.admin-module__4WpgRW__container{max-width:1200px;margin:0 auto;padding:2rem}.admin-module__4WpgRW__header{margin-bottom:2rem}.admin-module__4WpgRW__header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.admin-module__4WpgRW__header p{color:var(--text-secondary)}.admin-module__4WpgRW__grid{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}.admin-module__4WpgRW__card{background:var(--bg-secondary);border:1px solid var(--border-color);box-sizing:border-box;border-radius:12px;min-width:0;padding:1.5rem}.admin-module__4WpgRW__cardTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.admin-module__4WpgRW__form{flex-direction:column;gap:1rem;display:flex}.admin-module__4WpgRW__formGroup{flex-direction:column;gap:.5rem;display:flex}.admin-module__4WpgRW__formGroup label{color:var(--text-primary);font-size:.875rem;font-weight:500}.admin-module__4WpgRW__input{box-sizing:border-box;border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:6px;padding:.75rem;font-size:.875rem}.admin-module__4WpgRW__input:focus{border-color:var(--brand-teal);outline:none}.admin-module__4WpgRW__button{background:var(--brand-teal);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;padding:.75rem;font-weight:500;transition:background-color .2s}.admin-module__4WpgRW__button:hover:not(:disabled){background:#00897b}.admin-module__4WpgRW__button:disabled{opacity:.7;cursor:not-allowed}.admin-module__4WpgRW__message{border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.admin-module__4WpgRW__success{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.admin-module__4WpgRW__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.admin-module__4WpgRW__tableWrapper{overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem}.admin-module__4WpgRW__table th{color:var(--text-secondary);font-size:.875rem;font-weight:500}.admin-module__4WpgRW__table td{color:var(--text-primary);font-size:.875rem}.admin-module__4WpgRW__badge{border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.admin-module__4WpgRW__badgeAdmin{color:#8b5cf6;background:#8b5cf61a}.admin-module__4WpgRW__badgeUser{color:#3b82f6;background:#3b82f61a}.admin-module__4WpgRW__badgeAgent,.admin-module__4WpgRW__badgeActive{color:#10b981;background:#10b9811a}.admin-module__4WpgRW__badgeInactive{color:#ef4444;background:#ef44441a}.admin-module__4WpgRW__badgeCode{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);font-family:monospace}@media (max-width:1024px){.admin-module__4WpgRW__grid{grid-template-columns:1fr}}@media (max-width:640px){.admin-module__4WpgRW__container{box-sizing:border-box;width:100%;padding:1rem;overflow:hidden}.admin-module__4WpgRW__card{padding:1rem}}
.finance-module__naQS-G__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.finance-module__naQS-G__kpiCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .2s;display:flex}.finance-module__naQS-G__kpiCard:hover{box-shadow:var(--shadow-hover);border-color:var(--color-turquoise);transform:translateY(-2px)}.finance-module__naQS-G__kpiTitle{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.finance-module__naQS-G__kpiValue{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700}.finance-module__naQS-G__kpiValue.finance-module__naQS-G__outstanding{color:#ef4444}.finance-module__naQS-G__kpiValue.finance-module__naQS-G__received{color:var(--color-turquoise)}.finance-module__naQS-G__tableContainer{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle)}.finance-module__naQS-G__tableHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);color:var(--text-brand);text-transform:uppercase;letter-spacing:.05em;top:var(--header-height);z-index:10;border-top-left-radius:calc(var(--radius-md) - 1px);border-top-right-radius:calc(var(--radius-md) - 1px);grid-template-columns:2fr 2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;font-size:.75rem;font-weight:800;display:grid;position:sticky}.finance-module__naQS-G__tableRow{border-bottom:1px solid var(--border-color);grid-template-columns:2fr 2fr 1fr 1fr 1fr 1fr;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:grid}.finance-module__naQS-G__tableRow:last-child{border-bottom-left-radius:calc(var(--radius-md) - 1px);border-bottom-right-radius:calc(var(--radius-md) - 1px);border-bottom:none}.finance-module__naQS-G__tableRow:hover{background:var(--hover-bg)}.finance-module__naQS-G__clientName{color:var(--text-brand);font-weight:600}.finance-module__naQS-G__clientQual{flex-direction:column;gap:.25rem;display:flex}.finance-module__naQS-G__qualName{color:var(--text-primary);font-size:.85rem;font-weight:500}.finance-module__naQS-G__rtoName{color:var(--text-secondary);font-size:.75rem}.finance-module__naQS-G__amountCell{font-family:monospace;font-size:.9rem;font-weight:500}.finance-module__naQS-G__amountReceived{color:var(--color-turquoise);font-weight:600}.finance-module__naQS-G__amountDue{color:#ef4444;font-weight:600}.finance-module__naQS-G__badge{border-radius:999px;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.finance-module__naQS-G__badgePaid{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.finance-module__naQS-G__badgePartial{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.finance-module__naQS-G__badgeUnpaid{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}@media (max-width:1024px){.finance-module__naQS-G__tableHeader,.finance-module__naQS-G__tableRow{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.finance-module__naQS-G__clientQual{display:none}}@media (max-width:768px){.finance-module__naQS-G__tableContainer{overflow-x:auto}.finance-module__naQS-G__tableHeader,.finance-module__naQS-G__tableRow{min-width:800px}}
.loading-module__pnXrUq__dashboardGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:1200px){.loading-module__pnXrUq__dashboardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.loading-module__pnXrUq__dashboardGrid{grid-template-columns:1fr}}.loading-module__pnXrUq__statCardSkeleton{background-color:var(--bg-secondary);border:1px solid var(--border-color);height:160px;box-shadow:var(--shadow-subtle);opacity:0;border-radius:20px;animation:.5s cubic-bezier(.16,1,.3,1) forwards loading-module__pnXrUq__slideUp;position:relative;overflow:hidden;transform:translateY(20px)}.loading-module__pnXrUq__chartSkeleton{background-color:var(--bg-secondary);border:1px solid var(--border-color);height:500px;box-shadow:var(--shadow-subtle);opacity:0;border-radius:24px;margin-top:2rem;animation:.6s cubic-bezier(.16,1,.3,1) .3s forwards loading-module__pnXrUq__slideUp;position:relative;overflow:hidden;transform:translateY(20px)}@keyframes loading-module__pnXrUq__slideUp{0%{opacity:0;transform:translateY(30px)}50%{transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.loading-module__pnXrUq__statCardSkeleton:first-child{animation-delay:.1s}.loading-module__pnXrUq__statCardSkeleton:nth-child(2){animation-delay:.2s}.loading-module__pnXrUq__statCardSkeleton:nth-child(3){animation-delay:.3s}.loading-module__pnXrUq__statCardSkeleton:nth-child(4){animation-delay:.4s}.loading-module__pnXrUq__shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff08 20%,#ffffff14 50%,#ffffff08 80%,#fff0 100%);width:100%;height:100%;animation:1.5s infinite loading-module__pnXrUq__shimmer;position:absolute;top:0;left:0;transform:translate(-100%)}@keyframes loading-module__pnXrUq__shimmer{to{transform:translate(100%)}}.loading-module__pnXrUq__cardContent{flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;display:flex}.loading-module__pnXrUq__statHeaderMock{justify-content:space-between;align-items:center;display:flex}.loading-module__pnXrUq__line{background-color:var(--bg-tertiary);border-radius:4px;height:20px;position:relative;overflow:hidden}.loading-module__pnXrUq__lineTitle{width:50%;height:16px}.loading-module__pnXrUq__iconMock{background-color:var(--bg-tertiary);border-radius:12px;width:48px;height:48px;position:relative;overflow:hidden}.loading-module__pnXrUq__lineValue{border-radius:8px;width:30%;height:40px;margin-top:1rem}.loading-module__pnXrUq__chartContent{flex-direction:column;height:100%;padding:2rem;display:flex}.loading-module__pnXrUq__chartHeaderMock{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.loading-module__pnXrUq__chartTitle{width:200px;height:24px}.loading-module__pnXrUq__chartBadge{border-radius:20px;width:80px;height:28px}.loading-module__pnXrUq__chartBodyMock{border-bottom:2px dashed var(--border-strong);border-left:2px dashed var(--border-strong);flex:1;justify-content:space-around;align-items:flex-end;margin-top:2rem;margin-bottom:2rem;margin-left:2rem;padding-bottom:1rem;display:flex;position:relative}.loading-module__pnXrUq__chartBarMock{background-color:var(--bg-tertiary);border-radius:4px 4px 0 0;width:8%;position:relative;overflow:hidden}.loading-module__pnXrUq__chartBarMock:first-child{height:20%;animation-delay:.2s}.loading-module__pnXrUq__chartBarMock:nth-child(2){height:40%;animation-delay:.3s}.loading-module__pnXrUq__chartBarMock:nth-child(3){height:70%;animation-delay:.4s}.loading-module__pnXrUq__chartBarMock:nth-child(4){height:50%;animation-delay:.5s}.loading-module__pnXrUq__chartBarMock:nth-child(5){height:90%;animation-delay:.6s}.loading-module__pnXrUq__chartBarMock:nth-child(6){height:60%;animation-delay:.7s}.loading-module__pnXrUq__line:after,.loading-module__pnXrUq__iconMock:after,.loading-module__pnXrUq__chartBarMock:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff05 20%,#ffffff0f 50%,#ffffff05 80%,#fff0 100%);width:100%;height:100%;animation:1.5s .2s infinite loading-module__pnXrUq__shimmer;position:absolute;top:0;left:0;transform:translate(-100%)}.loading-module__pnXrUq__sectionTitle{color:var(--color-teal);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.loading-module__pnXrUq__sectionTitle i{font-family:var(--font-warbler-banner), serif;color:var(--color-turquoise);font-style:italic;font-weight:400}
.loading-module__R82qza__container{padding:2rem}.loading-module__R82qza__searchSkeleton{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;height:100px;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.loading-module__R82qza__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.loading-module__R82qza__cardSkeleton{background-color:var(--bg-secondary);border:1px solid var(--border-color);opacity:0;border-radius:12px;height:320px;animation:.5s cubic-bezier(.16,1,.3,1) forwards loading-module__R82qza__slideUp;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 4px 6px -1px #0000001a}@keyframes loading-module__R82qza__slideUp{0%{opacity:0;transform:translateY(30px)}50%{transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.loading-module__R82qza__cardSkeleton:first-child{animation-delay:.1s}.loading-module__R82qza__cardSkeleton:nth-child(2){animation-delay:.2s}.loading-module__R82qza__cardSkeleton:nth-child(3){animation-delay:.3s}.loading-module__R82qza__cardSkeleton:nth-child(4){animation-delay:.4s}.loading-module__R82qza__cardSkeleton:nth-child(5){animation-delay:.5s}.loading-module__R82qza__cardSkeleton:nth-child(6){animation-delay:.6s}.loading-module__R82qza__shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff0d 20%,#ffffff1a 50%,#ffffff0d 80%,#fff0 100%);width:100%;height:100%;animation:1.5s infinite loading-module__R82qza__shimmer;position:absolute;top:0;left:0;transform:translate(-100%)}@keyframes loading-module__R82qza__shimmer{to{transform:translate(100%)}}.loading-module__R82qza__cardContent{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.loading-module__R82qza__line{background-color:var(--bg-tertiary);border-radius:4px;height:20px;position:relative;overflow:hidden}.loading-module__R82qza__line:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff0d 20%,#ffffff1a 50%,#ffffff0d 80%,#fff0 100%);width:100%;height:100%;animation:1.5s .2s infinite loading-module__R82qza__shimmer;position:absolute;top:0;left:0;transform:translate(-100%)}.loading-module__R82qza__lineTitle{width:60%;height:28px;margin-bottom:1rem}.loading-module__R82qza__lineDetail{width:100%}.loading-module__R82qza__lineDetailShort{width:70%}.loading-module__R82qza__lineDetailBadge{border-radius:999px;width:30%;height:32px;margin-top:1rem}
.settings-module__eSbG6G__container{max-width:800px;margin:0 auto;padding:2rem 0}.settings-module__eSbG6G__sectionTitle{color:var(--text-primary);margin-bottom:2rem;font-size:2rem;font-weight:700}.settings-module__eSbG6G__sectionTitle i{color:var(--text-secondary);font-style:italic;font-weight:400}.settings-module__eSbG6G__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-subtle);border-radius:24px;padding:2.5rem}.settings-module__eSbG6G__cardHeader{margin-bottom:2rem}.settings-module__eSbG6G__cardHeader h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.settings-module__eSbG6G__cardHeader p{color:var(--text-secondary);font-size:.9rem}.settings-module__eSbG6G__form{flex-direction:column;gap:1.5rem;max-width:400px;display:flex}.settings-module__eSbG6G__formGroup{flex-direction:column;gap:.5rem;display:flex}.settings-module__eSbG6G__formGroup label{color:var(--text-primary);font-size:.875rem;font-weight:600}.settings-module__eSbG6G__input{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.settings-module__eSbG6G__input:focus{border-color:var(--color-turquoise);outline:none;box-shadow:0 0 0 2px #27eaa61a}.settings-module__eSbG6G__button{background-color:var(--color-turquoise);color:#1a1b1e;cursor:pointer;box-shadow:var(--shadow-subtle);border:none;border-radius:8px;align-self:flex-start;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.settings-module__eSbG6G__button:hover:not(:disabled){background-color:var(--color-lime);transform:translateY(-1px)}.settings-module__eSbG6G__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.settings-module__eSbG6G__message{border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.settings-module__eSbG6G__success{color:#059669;background-color:#27eaa61a;border:1px solid #27eaa633}.settings-module__eSbG6G__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433}
.ClientTracker-module__sxOn_a__trackerContainer{flex-direction:column;gap:1.5rem;display:flex}.ClientTracker-module__sxOn_a__controls{background-color:var(--bg-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);border:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ClientTracker-module__sxOn_a__viewToggle{background-color:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:.25rem;display:flex}.ClientTracker-module__sxOn_a__toggleBtn{color:var(--text-secondary);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.ClientTracker-module__sxOn_a__toggleBtn.ClientTracker-module__sxOn_a__active{background-color:var(--bg-secondary);color:var(--text-brand);box-shadow:var(--shadow-subtle)}.ClientTracker-module__sxOn_a__sortControl{color:var(--text-secondary);align-items:center;gap:.75rem;font-weight:600;display:flex}.ClientTracker-module__sxOn_a__sortSelect{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-secondary);color:var(--text-brand);cursor:pointer;outline:none;padding:.5rem 1rem;font-family:inherit;font-weight:600}.ClientTracker-module__sxOn_a__sortSelect:focus{border-color:var(--color-turquoise)}.ClientTracker-module__sxOn_a__kanbanContainer{gap:1.5rem;min-height:60vh;padding-bottom:1rem;display:flex;overflow-x:auto}.ClientTracker-module__sxOn_a__kanbanColumn{flex-direction:column;flex:0 0 340px;gap:1.25rem;display:flex}.ClientTracker-module__sxOn_a__columnHeader{background-color:var(--color-teal);border-radius:var(--radius-md);color:var(--text-inverse);letter-spacing:.02em;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:800;display:flex}.ClientTracker-module__sxOn_a__clientCard{cursor:pointer;padding:1.5rem}.ClientTracker-module__sxOn_a__clientCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #1a4d4d1f}.ClientTracker-module__sxOn_a__clientName{color:var(--text-brand);margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.ClientTracker-module__sxOn_a__clientSector{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.ClientTracker-module__sxOn_a__cardFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1.25rem;display:flex}.ClientTracker-module__sxOn_a__date{color:var(--text-secondary);font-size:.75rem;font-weight:600}.ClientTracker-module__sxOn_a__listContainer{background-color:var(--bg-secondary);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);border:1px solid var(--border-color)}.ClientTracker-module__sxOn_a__listHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);color:var(--text-brand);top:var(--header-height);z-index:10;border-top-left-radius:calc(var(--radius-md) - 1px);border-top-right-radius:calc(var(--radius-md) - 1px);grid-template-columns:2fr 1fr 1fr 1fr;padding:1rem 1.5rem;font-weight:800;display:grid;position:sticky}.ClientTracker-module__sxOn_a__listItem{border-bottom:1px solid var(--border-color);cursor:pointer;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;padding:1.25rem 1.5rem;transition:background-color .2s;display:grid}.ClientTracker-module__sxOn_a__listItem:hover{background-color:var(--hover-bg)}.ClientTracker-module__sxOn_a__listItem:last-child{border-bottom-left-radius:calc(var(--radius-md) - 1px);border-bottom-right-radius:calc(var(--radius-md) - 1px);border-bottom:none}@media (max-width:768px){.ClientTracker-module__sxOn_a__controls{flex-direction:column;align-items:stretch;gap:1rem}.ClientTracker-module__sxOn_a__sortControl{justify-content:space-between}.ClientTracker-module__sxOn_a__listHeader,.ClientTracker-module__sxOn_a__listItem{min-width:600px}.ClientTracker-module__sxOn_a__listContainer{-webkit-overflow-scrolling:touch;overflow-x:auto}}
.DashboardOverview-module__p3HWtG__dashboardGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:1200px){.DashboardOverview-module__p3HWtG__dashboardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.DashboardOverview-module__p3HWtG__dashboardGrid{grid-template-columns:1fr}}.DashboardOverview-module__p3HWtG__statCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-subtle);flex-direction:column;gap:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.DashboardOverview-module__p3HWtG__statCard:hover{box-shadow:var(--shadow-hover);border-color:var(--color-turquoise);transform:translateY(-4px)}.DashboardOverview-module__p3HWtG__statHeader{color:var(--text-secondary);justify-content:space-between;align-items:center;display:flex}.DashboardOverview-module__p3HWtG__actionCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-subtle);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.DashboardOverview-module__p3HWtG__actionCard:hover{border-color:var(--color-turquoise);background-color:var(--hover-bg);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.DashboardOverview-module__p3HWtG__iconWrapper{background-color:var(--color-lime);width:48px;height:48px;color:var(--color-teal);border:1px solid var(--border-subtle);border-radius:12px;justify-content:center;align-items:center;display:flex}.DashboardOverview-module__p3HWtG__statValue{color:var(--text-brand);font-size:2.5rem;font-weight:800;line-height:1}.DashboardOverview-module__p3HWtG__statTrend{align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.DashboardOverview-module__p3HWtG__statTrend.DashboardOverview-module__p3HWtG__up{color:#059669}.DashboardOverview-module__p3HWtG__statTrend.DashboardOverview-module__p3HWtG__down{color:#dc2626}.DashboardOverview-module__p3HWtG__sectionTitle{color:var(--color-teal);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.DashboardOverview-module__p3HWtG__sectionTitle i{font-family:var(--font-warbler-banner), serif;color:var(--color-turquoise);font-style:italic;font-weight:400}
.EmptyState-module__QsM5EW__container{text-align:center;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;padding:4rem 2rem;display:flex}.EmptyState-module__QsM5EW__iconWrapper{background-color:var(--hover-bg);width:80px;height:80px;color:var(--color-teal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:3s ease-in-out infinite EmptyState-module__QsM5EW__float;display:flex}[data-theme=dark] .EmptyState-module__QsM5EW__iconWrapper{color:var(--color-turquoise)}.EmptyState-module__QsM5EW__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.EmptyState-module__QsM5EW__description{color:var(--text-secondary);max-width:400px;line-height:1.5}@keyframes EmptyState-module__QsM5EW__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}
