.dashboard-module__ri1OsW__dashboardContainer{background:var(--bg-color);min-height:calc(100vh - 80px);display:flex}.dashboard-module__ri1OsW__sidebar{background:var(--card-bg);border-right:1px solid var(--border-color);flex-direction:column;gap:.5rem;width:250px;padding:2rem 1rem;display:flex}.dashboard-module__ri1OsW__mainContent{flex:1;padding:2rem;overflow-y:auto}.dashboard-module__ri1OsW__navLink{color:var(--text-muted);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__ri1OsW__navLink:hover{background:var(--primary-light);color:var(--primary)}.dashboard-module__ri1OsW__navLinkActive{background:var(--primary-light);color:var(--primary);font-weight:600}.dashboard-module__ri1OsW__card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:1.5rem}.dashboard-module__ri1OsW__table{border-collapse:collapse;width:100%}.dashboard-module__ri1OsW__table th,.dashboard-module__ri1OsW__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem}.dashboard-module__ri1OsW__table th{color:var(--text-muted);font-weight:600}.dashboard-module__ri1OsW__menuToggleBtn{display:none}.dashboard-module__ri1OsW__tableResponsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (max-width:992px){.dashboard-module__ri1OsW__dashboardContainer{flex-direction:column}.dashboard-module__ri1OsW__menuToggleBtn{z-index:998;background:var(--primary);color:#fff;width:3.5rem;height:3.5rem;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed;bottom:2rem;right:1.5rem}.dashboard-module__ri1OsW__menuToggleBtn:active{transform:scale(.95)}.dashboard-module__ri1OsW__sidebar{z-index:1000;border-right:1px solid var(--border-color);width:250px;height:100vh;box-shadow:var(--shadow-lg);transition:left .3s;position:fixed;top:0;left:-100%}.dashboard-module__ri1OsW__sidebarOpen{left:0}.dashboard-module__ri1OsW__mainContent{padding:1rem}}.dashboard-module__ri1OsW__sidebarOpen{left:0!important}
.auth-module__Y2OPrW__authContainer{background:var(--bg-color);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:3rem 1.5rem;display:flex}.auth-module__Y2OPrW__authCard{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow-md);width:100%;max-width:500px;padding:2.5rem}.auth-module__Y2OPrW__authTitle{text-align:center;color:var(--primary);margin-bottom:2rem}.auth-module__Y2OPrW__formGroup{margin-bottom:1.25rem}.auth-module__Y2OPrW__label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.auth-module__Y2OPrW__input,.auth-module__Y2OPrW__select{border:1px solid var(--border-color);background:#fff;border-radius:8px;width:100%;padding:.75rem;transition:border-color .2s}.auth-module__Y2OPrW__input:focus,.auth-module__Y2OPrW__select:focus{border-color:var(--primary);outline:none}.auth-module__Y2OPrW__submitBtn{width:100%;margin-top:1rem;padding:.85rem;font-size:1rem}.auth-module__Y2OPrW__errorMsg{color:var(--error);margin-top:.25rem;font-size:.85rem;display:block}.auth-module__Y2OPrW__authLinks{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-module__Y2OPrW__authLinks a{color:var(--primary);font-weight:600}
