.DashboardProfesor-module__zgthCa__dashboardLayout{background-color:var(--color-gray-50);min-height:100vh;display:flex}.DashboardProfesor-module__zgthCa__sidebar{background-color:var(--color-white);border-right:1px solid var(--color-gray-200);width:260px;padding:var(--spacing-6) var(--spacing-4);flex-direction:column;flex-shrink:0;display:flex}.DashboardProfesor-module__zgthCa__mainContent{padding:var(--spacing-6) var(--spacing-8);flex:1;height:100vh;overflow-y:auto}.DashboardProfesor-module__zgthCa__header{margin-bottom:var(--spacing-6);gap:var(--spacing-2);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__brandRow{justify-content:space-between;align-items:center;width:100%;display:flex}.DashboardProfesor-module__zgthCa__brandLogo{align-items:center;gap:var(--spacing-2);display:flex}.DashboardProfesor-module__zgthCa__logoImg{object-fit:contain;width:auto;height:36px}.DashboardProfesor-module__zgthCa__brandTitle{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:700}.DashboardProfesor-module__zgthCa__headerSubtitle{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__headerActionsMobile{align-items:center;gap:10px;display:none}.DashboardProfesor-module__zgthCa__title{font-size:var(--font-h3);color:var(--color-secondary);margin-bottom:var(--spacing-1);line-height:1.2}.DashboardProfesor-module__zgthCa__subtitle{color:var(--color-gray-500);font-size:var(--font-small);line-height:1.4}.DashboardProfesor-module__zgthCa__logoutBtnModern{width:36px;height:36px;color:var(--color-gray-500);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.DashboardProfesor-module__zgthCa__logoutBtnModern:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.DashboardProfesor-module__zgthCa__statsGrid{gap:var(--spacing-3);margin-bottom:var(--spacing-4);grid-template-columns:repeat(4,1fr);display:grid}.DashboardProfesor-module__zgthCa__statsCard{background:var(--color-white);padding:var(--spacing-3) var(--spacing-4);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__statsLabel{color:var(--color-gray-500);font-size:var(--font-tiny);font-weight:var(--font-weight-bold);text-transform:uppercase;margin-bottom:2px}.DashboardProfesor-module__zgthCa__statsValue{font-size:var(--font-h3);font-weight:var(--font-weight-bold);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__statsDesc{color:var(--color-gray-400);margin-top:2px;font-size:.65rem;line-height:1.1}.DashboardProfesor-module__zgthCa__mainGrid{gap:var(--spacing-8);grid-template-columns:1.8fr 1.2fr;display:grid}.DashboardProfesor-module__zgthCa__card{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-8);box-shadow:var(--shadow-md);border:1px solid var(--color-gray-200)}.DashboardProfesor-module__zgthCa__cardTitle{font-size:var(--font-h3);color:var(--color-secondary);margin-bottom:var(--spacing-6);align-items:center;gap:var(--spacing-2);display:flex}.DashboardProfesor-module__zgthCa__bookingsList{gap:var(--spacing-4);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__bookingRow{padding:var(--spacing-4);border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);background:var(--color-white);transition:all var(--transition-fast);justify-content:space-between;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__bookingRow:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-sm)}.DashboardProfesor-module__zgthCa__bookingDetails{gap:var(--spacing-1);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__studentName{font-weight:var(--font-weight-semibold);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__studentMeta{font-size:var(--font-small);color:var(--color-gray-500);align-items:center;gap:var(--spacing-3);display:flex}.DashboardProfesor-module__zgthCa__bookingTime{font-weight:var(--font-weight-medium);color:var(--color-primary);align-items:center;gap:4px;display:flex}.DashboardProfesor-module__zgthCa__statusBadge{border-radius:var(--radius-full);font-size:var(--font-tiny);font-weight:var(--font-weight-bold);text-transform:uppercase;padding:2px 8px}.DashboardProfesor-module__zgthCa__statusConfirmed{background:var(--color-success-light);color:var(--color-success);border:1px solid var(--color-success-light)}.DashboardProfesor-module__zgthCa__statusRescheduled{background:var(--color-primary-50);color:var(--color-primary);border:1px solid var(--color-primary-light)}.DashboardProfesor-module__zgthCa__statusCancelled{color:#ef4444;background:#fee2e2;border:1px solid #fca5a5}.DashboardProfesor-module__zgthCa__actions{gap:var(--spacing-2);display:flex}.DashboardProfesor-module__zgthCa__btnAction{padding:var(--spacing-2) var(--spacing-4);border-radius:var(--radius-md);font-size:var(--font-small);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-normal);border:1px solid #0000}.DashboardProfesor-module__zgthCa__btnReschedule{background:var(--color-primary-50);color:var(--color-primary)}.DashboardProfesor-module__zgthCa__btnReschedule:hover{background:var(--color-primary);color:var(--color-white)}.DashboardProfesor-module__zgthCa__btnCancel{color:#ef4444;background:#fee2e2}.DashboardProfesor-module__zgthCa__btnCancel:hover{color:var(--color-white);background:#ef4444}.DashboardProfesor-module__zgthCa__emptyState{text-align:center;padding:var(--spacing-10);color:var(--color-gray-400)}.DashboardProfesor-module__zgthCa__emptyStateIcon{margin-bottom:var(--spacing-4);font-size:2.5rem}.DashboardProfesor-module__zgthCa__blockManagerGrid{gap:var(--spacing-6);grid-template-columns:1fr;display:grid}.DashboardProfesor-module__zgthCa__dayBlockRow{border-bottom:1px solid var(--color-gray-100);padding-bottom:var(--spacing-4)}.DashboardProfesor-module__zgthCa__dayBlockRow:last-child{border-bottom:none;padding-bottom:0}.DashboardProfesor-module__zgthCa__dayLabel{font-weight:var(--font-weight-semibold);color:var(--color-secondary);margin-bottom:var(--spacing-3);display:block}.DashboardProfesor-module__zgthCa__hoursBlockList{gap:var(--spacing-2);flex-wrap:wrap;display:flex}.DashboardProfesor-module__zgthCa__hourBlockBtn{padding:var(--spacing-2) var(--spacing-4);border-radius:var(--radius-md);font-size:var(--font-small);font-weight:var(--font-weight-medium);cursor:pointer;border:2px solid var(--color-gray-200);background:var(--color-white);transition:all var(--transition-fast)}.DashboardProfesor-module__zgthCa__hourBlockBtn:hover{border-color:var(--color-primary-light)}.DashboardProfesor-module__zgthCa__hourBlocked{color:#ef4444;background:#fee2e2;border-color:#ef4444}.DashboardProfesor-module__zgthCa__hourBlocked:hover{border-color:#dc2626}.DashboardProfesor-module__zgthCa__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DashboardProfesor-module__zgthCa__modal{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--spacing-8);width:100%;max-width:500px;box-shadow:var(--shadow-xl)}.DashboardProfesor-module__zgthCa__modalHeader{margin-bottom:var(--spacing-6);justify-content:space-between;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__modalTitle{font-size:var(--font-h3);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__modalClose{cursor:pointer;color:var(--color-gray-400);background:0 0;border:none;font-size:1.5rem}.DashboardProfesor-module__zgthCa__modalBody{margin-bottom:var(--spacing-6)}.DashboardProfesor-module__zgthCa__modalFooter{justify-content:flex-end;gap:var(--spacing-4);display:flex}.DashboardProfesor-module__zgthCa__btnModal{padding:var(--spacing-3) var(--spacing-6);border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);cursor:pointer;border:1px solid #0000}.DashboardProfesor-module__zgthCa__btnModalCancel{background:var(--color-gray-100);color:var(--color-gray-600)}.DashboardProfesor-module__zgthCa__btnModalCancel:hover{background:var(--color-gray-200)}.DashboardProfesor-module__zgthCa__btnModalConfirm{background:var(--color-primary);color:var(--color-white)}.DashboardProfesor-module__zgthCa__btnModalConfirm:hover{background:var(--color-primary-dark)}.DashboardProfesor-module__zgthCa__formLabel{font-weight:var(--font-weight-semibold);font-size:var(--font-small);color:var(--color-secondary);margin-bottom:var(--spacing-2);display:block}.DashboardProfesor-module__zgthCa__daysSelectGrid{gap:var(--spacing-2);margin-bottom:var(--spacing-4);grid-template-columns:repeat(5,1fr);display:grid}.DashboardProfesor-module__zgthCa__dayBtn{padding:var(--spacing-2) var(--spacing-1);border:2px solid var(--color-gray-200);border-radius:var(--radius-md);background:var(--color-white);cursor:pointer;font-size:var(--font-tiny);font-weight:var(--font-weight-medium);text-align:center}.DashboardProfesor-module__zgthCa__dayBtnActive{border-color:var(--color-primary);background-color:var(--color-primary-50);color:var(--color-primary)}.DashboardProfesor-module__zgthCa__hoursSelectGrid{gap:var(--spacing-2);grid-template-columns:repeat(3,1fr);display:grid}.DashboardProfesor-module__zgthCa__hourBtn{padding:var(--spacing-2);border:2px solid var(--color-gray-200);border-radius:var(--radius-md);background:var(--color-white);cursor:pointer;font-size:var(--font-small);font-weight:var(--font-weight-medium);text-align:center}.DashboardProfesor-module__zgthCa__hourBtnActive{border-color:var(--color-primary);background-color:var(--color-primary-50);color:var(--color-primary)}@media (max-width:1024px){.DashboardProfesor-module__zgthCa__mainGrid{grid-template-columns:1fr}.DashboardProfesor-module__zgthCa__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.DashboardProfesor-module__zgthCa__section{padding:var(--spacing-16) 0}.DashboardProfesor-module__zgthCa__header{align-items:flex-start;gap:var(--spacing-4);flex-direction:column}.DashboardProfesor-module__zgthCa__tabsContainer{white-space:nowrap;gap:var(--spacing-2);padding-bottom:var(--spacing-2);margin-bottom:var(--spacing-6);-webkit-overflow-scrolling:touch;flex-direction:row;width:100%;overflow-x:auto}.DashboardProfesor-module__zgthCa__tabBtn{padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-small);border-radius:var(--radius-md);background:var(--color-gray-50);border:1px solid var(--color-gray-200);text-align:center;flex-direction:row;flex-shrink:0;align-items:center;gap:6px}.DashboardProfesor-module__zgthCa__tabIcon{font-size:1.1rem}.DashboardProfesor-module__zgthCa__tabLabel{font-size:.8rem;font-weight:var(--font-weight-semibold)}.DashboardProfesor-module__zgthCa__activeTabBtn{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:var(--color-white)!important}.DashboardProfesor-module__zgthCa__card{padding:var(--spacing-6)}.DashboardProfesor-module__zgthCa__daysSelectGrid{grid-template-columns:repeat(3,1fr)}.DashboardProfesor-module__zgthCa__modal{padding:var(--spacing-6);margin:16px}}@media (max-width:640px){.DashboardProfesor-module__zgthCa__statsGrid{grid-template-columns:repeat(2,1fr)}.DashboardProfesor-module__zgthCa__statsCard{padding:var(--spacing-4)}.DashboardProfesor-module__zgthCa__statsValue{font-size:var(--font-h2)}.DashboardProfesor-module__zgthCa__bookingRow{align-items:flex-start;gap:var(--spacing-4);flex-direction:column}.DashboardProfesor-module__zgthCa__actions{width:100%}.DashboardProfesor-module__zgthCa__btnAction{text-align:center;flex:1}}@media (max-width:400px){.DashboardProfesor-module__zgthCa__statsGrid{grid-template-columns:1fr}}.DashboardProfesor-module__zgthCa__tabsContainer{gap:var(--spacing-2);flex-flow:column;margin-bottom:auto;display:flex}.DashboardProfesor-module__zgthCa__tabsContainer::-webkit-scrollbar{display:none}.DashboardProfesor-module__zgthCa__tabBtn{padding:var(--spacing-3) var(--spacing-4);border-radius:var(--radius-md);font-weight:var(--font-weight-bold);font-size:var(--font-body);cursor:pointer;color:var(--color-gray-500);transition:all var(--transition-normal);white-space:nowrap;text-align:left;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex}.DashboardProfesor-module__zgthCa__tabBtn:hover{color:var(--color-secondary);background:var(--color-gray-100)}.DashboardProfesor-module__zgthCa__activeTabBtn{box-shadow:var(--shadow-sm);background:var(--color-primary)!important;color:var(--color-white)!important}.DashboardProfesor-module__zgthCa__tabIcon{font-size:1.1rem;line-height:1}.DashboardProfesor-module__zgthCa__sidebarFooter{padding-top:var(--spacing-4);border-top:1px solid var(--color-gray-200);gap:var(--spacing-3);flex-direction:column;margin-top:auto;display:flex}.DashboardProfesor-module__zgthCa__langSelector{background:var(--color-gray-100);border-radius:6px;gap:2px;width:fit-content;padding:3px;display:flex}.DashboardProfesor-module__zgthCa__langBtn{cursor:pointer;color:var(--color-gray-500);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__langBtnActive{color:var(--color-primary);background:#fff;box-shadow:0 1px 2px #0000001a}.DashboardProfesor-module__zgthCa__logoutBtnFooter{border-radius:var(--radius-md);border:1px solid var(--color-gray-200);width:100%;color:var(--color-gray-600);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.DashboardProfesor-module__zgthCa__logoutBtnFooter:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.DashboardProfesor-module__zgthCa__configContainer{gap:var(--spacing-4);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__configDayRow{gap:var(--spacing-2);border-bottom:1px solid var(--color-gray-100);padding-bottom:var(--spacing-4);flex-direction:column;display:flex}.DashboardProfesor-module__zgthCa__configDayRow:last-child{border-bottom:none;padding-bottom:0}.DashboardProfesor-module__zgthCa__configDayName{font-weight:var(--font-weight-bold);color:var(--color-secondary);font-size:var(--font-body)}.DashboardProfesor-module__zgthCa__configBlocksContainer{gap:var(--spacing-4);flex-wrap:wrap;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__configBlockGroup{align-items:center;gap:var(--spacing-2);display:flex}.DashboardProfesor-module__zgthCa__configBlockLabel{font-size:var(--font-small);color:var(--color-gray-500);font-weight:var(--font-weight-semibold)}.DashboardProfesor-module__zgthCa__configSelect{padding:var(--spacing-1-5) var(--spacing-3);border:1px solid var(--color-gray-200);border-radius:var(--radius-sm);background-color:var(--color-white);font-size:var(--font-body);cursor:pointer;transition:border-color var(--transition-fast);outline:none}.DashboardProfesor-module__zgthCa__configSelect:focus{border-color:var(--color-primary)}.DashboardProfesor-module__zgthCa__lunchBadge{font-size:var(--font-small);padding:var(--spacing-1) var(--spacing-2);background-color:var(--color-gray-100);color:var(--color-gray-600);border-radius:var(--radius-sm);font-weight:var(--font-weight-bold);align-items:center;gap:4px;display:inline-flex}.DashboardProfesor-module__zgthCa__switchContainer{align-items:center;gap:var(--spacing-2);display:flex}.DashboardProfesor-module__zgthCa__switch{width:44px;height:24px;display:inline-block;position:relative}.DashboardProfesor-module__zgthCa__switch input{opacity:0;width:0;height:0}.DashboardProfesor-module__zgthCa__slider{cursor:pointer;background-color:var(--color-gray-200);border-radius:24px;transition:all .3s;position:absolute;inset:0}.DashboardProfesor-module__zgthCa__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.DashboardProfesor-module__zgthCa__switch input:checked+.DashboardProfesor-module__zgthCa__slider{background-color:var(--color-primary)}.DashboardProfesor-module__zgthCa__switch input:checked+.DashboardProfesor-module__zgthCa__slider:before{transform:translate(20px)}.DashboardProfesor-module__zgthCa__switchLabel{font-size:var(--font-body);font-weight:var(--font-weight-medium);color:var(--color-gray-700)}.DashboardProfesor-module__zgthCa__studentDirectoryLayout{background:var(--color-white);border-radius:var(--radius-lg);min-height:600px;box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);grid-template-columns:320px 1fr;gap:0;display:grid;overflow:hidden}.DashboardProfesor-module__zgthCa__studentsSidebar{border-right:1px solid var(--color-gray-200);background:#fafbfc;flex-direction:column;max-height:80vh;display:flex}.DashboardProfesor-module__zgthCa__sidebarHeader{border-bottom:1px solid var(--color-gray-200);background:#fff;flex-direction:column;gap:12px;padding:16px;display:flex}.DashboardProfesor-module__zgthCa__sidebarTitle{color:var(--color-secondary);justify-content:space-between;align-items:center;font-size:.95rem;font-weight:700;display:flex}.DashboardProfesor-module__zgthCa__searchInput{border:1px solid var(--color-gray-200);width:100%;color:var(--color-secondary);background:#f8fafc;border-radius:8px;outline:none;padding:10px 14px 10px 36px;font-size:.85rem;transition:all .2s}.DashboardProfesor-module__zgthCa__searchInput:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.DashboardProfesor-module__zgthCa__searchWrapper{position:relative}.DashboardProfesor-module__zgthCa__searchIcon{pointer-events:none;color:var(--color-gray-400);font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.DashboardProfesor-module__zgthCa__studentsList{flex:1;padding:8px;overflow-y:auto}.DashboardProfesor-module__zgthCa__studentListItem{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;margin-bottom:4px;padding:12px;transition:all .15s;display:flex}.DashboardProfesor-module__zgthCa__studentListItem:hover{background:#eff6ff;border-color:#bfdbfe}.DashboardProfesor-module__zgthCa__studentListItemActive{border-color:var(--color-primary);background:#eff6ff;box-shadow:0 1px 3px #3b82f626}.DashboardProfesor-module__zgthCa__studentAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.DashboardProfesor-module__zgthCa__studentListInfo{flex:1;min-width:0}.DashboardProfesor-module__zgthCa__studentListName{color:var(--color-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.DashboardProfesor-module__zgthCa__studentListMeta{align-items:center;gap:6px;margin-top:2px;display:flex}.DashboardProfesor-module__zgthCa__statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.DashboardProfesor-module__zgthCa__studentListPlan{color:var(--color-gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.DashboardProfesor-module__zgthCa__detailPanel{flex-direction:column;max-height:80vh;display:flex;overflow-y:auto}.DashboardProfesor-module__zgthCa__detailEmpty{height:100%;color:var(--color-gray-400);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.DashboardProfesor-module__zgthCa__detailEmptyIcon{opacity:.5;font-size:3rem}.DashboardProfesor-module__zgthCa__detailEmptyText{text-align:center;font-size:.95rem}.DashboardProfesor-module__zgthCa__detailHeader{border-bottom:1px solid var(--color-gray-200);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.DashboardProfesor-module__zgthCa__detailHeaderInfo{flex-direction:column;gap:6px;display:flex}.DashboardProfesor-module__zgthCa__detailName{color:var(--color-secondary);align-items:center;gap:10px;font-size:1.3rem;font-weight:700;display:flex}.DashboardProfesor-module__zgthCa__detailEmail{color:var(--color-gray-500);align-items:center;gap:6px;font-size:.9rem;display:flex}.DashboardProfesor-module__zgthCa__detailActions{flex-wrap:wrap;gap:8px;display:flex}.DashboardProfesor-module__zgthCa__btnEdit{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.DashboardProfesor-module__zgthCa__btnEdit:hover{background:#dbeafe;box-shadow:0 2px 4px #3b82f633}.DashboardProfesor-module__zgthCa__btnDelete{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #ef4444;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.DashboardProfesor-module__zgthCa__btnDelete:hover{background:#fee2e2;box-shadow:0 2px 4px #ef444433}.DashboardProfesor-module__zgthCa__detailBody{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.DashboardProfesor-module__zgthCa__detailSection{border:1px solid var(--color-gray-200);border-radius:8px;overflow:hidden}.DashboardProfesor-module__zgthCa__detailSectionHeader{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .15s;display:flex}.DashboardProfesor-module__zgthCa__detailSectionHeader:hover{background:#f1f5f9}.DashboardProfesor-module__zgthCa__detailSectionTitle{color:#334155;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.DashboardProfesor-module__zgthCa__detailSectionToggle{color:var(--color-gray-400);font-size:.8rem;transition:transform .2s}.DashboardProfesor-module__zgthCa__detailSectionContent{border-top:1px solid var(--color-gray-100);background:#fff;padding:16px}.DashboardProfesor-module__zgthCa__planInfoGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.DashboardProfesor-module__zgthCa__planInfoItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.DashboardProfesor-module__zgthCa__planInfoLabel{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.DashboardProfesor-module__zgthCa__planInfoValue{color:var(--color-secondary);font-size:.95rem;font-weight:700}.DashboardProfesor-module__zgthCa__btnAddStudent{background:var(--color-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:8px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__btnAddStudent:hover{filter:brightness(1.1);box-shadow:0 2px 8px #3b82f64d}.DashboardProfesor-module__zgthCa__deleteConfirmContent{text-align:center;padding:16px 0}.DashboardProfesor-module__zgthCa__deleteConfirmIcon{margin-bottom:12px;font-size:3rem}.DashboardProfesor-module__zgthCa__deleteConfirmName{color:var(--color-secondary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.DashboardProfesor-module__zgthCa__deleteConfirmText{color:var(--color-gray-500);margin-bottom:16px;font-size:.9rem;line-height:1.5}.DashboardProfesor-module__zgthCa__deleteConfirmActions{justify-content:center;gap:12px;display:flex}.DashboardProfesor-module__zgthCa__btnDeleteConfirm{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__btnDeleteConfirm:hover{background:#dc2626}.DashboardProfesor-module__zgthCa__editFormGrid{flex-direction:column;gap:14px;display:flex}.DashboardProfesor-module__zgthCa__editFormField{flex-direction:column;gap:4px;display:flex}.DashboardProfesor-module__zgthCa__editFormLabel{color:var(--color-gray-600);font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__editFormInput{border:1px solid var(--color-gray-200);background:#fff;border-radius:6px;outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.DashboardProfesor-module__zgthCa__editFormInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.DashboardProfesor-module__zgthCa__editFormSelect{border:1px solid var(--color-gray-200);cursor:pointer;background:#fff;border-radius:6px;outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.DashboardProfesor-module__zgthCa__editFormSelect:focus{border-color:var(--color-primary)}.DashboardProfesor-module__zgthCa__editFormRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:900px){.DashboardProfesor-module__zgthCa__studentDirectoryLayout{grid-template-columns:1fr}.DashboardProfesor-module__zgthCa__studentsSidebar{border-right:none;border-bottom:1px solid var(--color-gray-200);max-height:300px}.DashboardProfesor-module__zgthCa__detailPanel{max-height:none}}.DashboardProfesor-module__zgthCa__dayCardGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:4px;display:grid}.DashboardProfesor-module__zgthCa__dayCard{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-lg);background:var(--color-white);transition:border-color .2s,box-shadow .2s;overflow:hidden}.DashboardProfesor-module__zgthCa__dayCard:hover{border-color:var(--color-primary-light)}.DashboardProfesor-module__zgthCa__dayCardExpanded{border-color:var(--color-primary);grid-column:span 2;box-shadow:0 0 0 3px #0ea5e91f}.DashboardProfesor-module__zgthCa__dayCardOff{opacity:.6;background:var(--color-gray-50)}.DashboardProfesor-module__zgthCa__dayCardHeader{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:4px;width:100%;padding:14px 16px;transition:background .15s;display:flex}.DashboardProfesor-module__zgthCa__dayCardHeader:hover{background:var(--color-gray-50)}.DashboardProfesor-module__zgthCa__dayCardTop{justify-content:space-between;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__dayCardName{font-size:1.05rem;font-weight:var(--font-weight-bold);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__dayCardStatus{font-size:.9rem}.DashboardProfesor-module__zgthCa__dayCardStatusOn{color:#10b981}.DashboardProfesor-module__zgthCa__dayCardStatusOff{color:var(--color-gray-400)}.DashboardProfesor-module__zgthCa__dayCardPreview{color:var(--color-primary);font-size:.72rem;font-weight:var(--font-weight-medium);line-height:1.4}.DashboardProfesor-module__zgthCa__dayCardPreviewOff{color:var(--color-gray-400);font-size:.72rem;font-style:italic}.DashboardProfesor-module__zgthCa__dayCardChevron{color:var(--color-gray-400);align-self:flex-end;font-size:.6rem}.DashboardProfesor-module__zgthCa__dayCardEditor{border-top:1px solid var(--color-gray-100);background:var(--color-gray-50);flex-direction:column;gap:12px;padding:16px;animation:.15s DashboardProfesor-module__zgthCa__fadeInUp;display:flex}.DashboardProfesor-module__zgthCa__dayEditorRow{justify-content:space-between;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__dayEditorLabel{font-size:.85rem;font-weight:var(--font-weight-semibold);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__dayEditorBlock{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:12px;display:flex}.DashboardProfesor-module__zgthCa__dayEditorBlockHeader{justify-content:space-between;align-items:center;display:flex}.DashboardProfesor-module__zgthCa__dayEditorBlockTitle{font-size:.85rem;font-weight:var(--font-weight-semibold);color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__dayEditorRangeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DashboardProfesor-module__zgthCa__dayEditorSelect{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-sm);background:var(--color-white);color:var(--color-secondary);cursor:pointer;outline:none;flex:1;min-width:70px;padding:6px 8px;font-size:.85rem;transition:border-color .15s}.DashboardProfesor-module__zgthCa__dayEditorSelect:focus{border-color:var(--color-primary)}.DashboardProfesor-module__zgthCa__dayEditorRangeSep{color:var(--color-gray-400);flex-shrink:0;font-size:.85rem}.DashboardProfesor-module__zgthCa__dayEditorBreak{color:var(--color-gray-500);border-radius:var(--radius-sm);text-align:center;background:#fff8e7;border:1px dashed #fcd34d;padding:6px 10px;font-size:.78rem}.DashboardProfesor-module__zgthCa__toggleSwitch{cursor:pointer;flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.DashboardProfesor-module__zgthCa__toggleSwitch input{opacity:0;width:0;height:0;position:absolute}.DashboardProfesor-module__zgthCa__toggleTrack{background:var(--color-gray-300);border-radius:999px;transition:background .2s;position:absolute;inset:0}.DashboardProfesor-module__zgthCa__toggleTrack:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.DashboardProfesor-module__zgthCa__toggleSwitch input:checked+.DashboardProfesor-module__zgthCa__toggleTrack{background:var(--color-primary)}.DashboardProfesor-module__zgthCa__toggleSwitch input:checked+.DashboardProfesor-module__zgthCa__toggleTrack:before{transform:translate(18px)}.DashboardProfesor-module__zgthCa__saveConfigBtn{background:var(--color-primary);color:#fff;font-weight:var(--font-weight-bold);border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px 24px;font-size:.95rem;transition:background .2s,transform .15s}.DashboardProfesor-module__zgthCa__saveConfigBtn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}@media (max-width:400px){.DashboardProfesor-module__zgthCa__dayCardGrid{grid-template-columns:1fr}.DashboardProfesor-module__zgthCa__dayCardExpanded{grid-column:span 1}}.DashboardProfesor-module__zgthCa__loginPage{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.DashboardProfesor-module__zgthCa__loginContainer{flex-direction:column;align-items:center;gap:32px;width:100%;max-width:560px;display:flex}.DashboardProfesor-module__zgthCa__loginBrand{text-align:center;animation:.5s DashboardProfesor-module__zgthCa__fadeInDown}@keyframes DashboardProfesor-module__zgthCa__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes DashboardProfesor-module__zgthCa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DashboardProfesor-module__zgthCa__loginLogo{filter:drop-shadow(0 4px 12px #3b82f666);margin-bottom:8px;font-size:3.5rem}.DashboardProfesor-module__zgthCa__loginTitle{color:#f8fafc;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:800}.DashboardProfesor-module__zgthCa__loginSubtitle{color:#94a3b8;margin-top:4px;font-size:.95rem}.DashboardProfesor-module__zgthCa__loginCardsRow{grid-template-columns:1fr 1fr;gap:16px;width:100%;animation:.4s DashboardProfesor-module__zgthCa__fadeInUp;display:grid}.DashboardProfesor-module__zgthCa__loginRoleCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:28px 20px;transition:all .25s;display:flex}.DashboardProfesor-module__zgthCa__loginRoleCard:hover{background:#ffffff1f;border-color:#3b82f666;transform:translateY(-4px);box-shadow:0 12px 40px #3b82f626}.DashboardProfesor-module__zgthCa__loginRoleIcon{font-size:2.5rem}.DashboardProfesor-module__zgthCa__loginRoleName{color:#f1f5f9;font-size:1.1rem;font-weight:700}.DashboardProfesor-module__zgthCa__loginRoleDesc{color:#94a3b8;font-size:.8rem;line-height:1.4}.DashboardProfesor-module__zgthCa__loginFormCard{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;padding:28px 24px;animation:.3s DashboardProfesor-module__zgthCa__fadeInUp;display:flex}.DashboardProfesor-module__zgthCa__loginBackBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:4px 0;font-size:.85rem;font-weight:600;transition:color .2s}.DashboardProfesor-module__zgthCa__loginBackBtn:hover{color:#e2e8f0}.DashboardProfesor-module__zgthCa__loginFormIcon{margin-bottom:4px;font-size:2.5rem}.DashboardProfesor-module__zgthCa__loginFormTitle{color:#f1f5f9;margin:0;font-size:1.2rem;font-weight:700}.DashboardProfesor-module__zgthCa__loginForm{flex-direction:column;gap:14px;width:100%;display:flex}.DashboardProfesor-module__zgthCa__loginFieldGroup{flex-direction:column;gap:6px;display:flex}.DashboardProfesor-module__zgthCa__loginFieldLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__loginInput{color:#f1f5f9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:12px 14px;font-size:1rem;transition:border-color .2s,background .2s}.DashboardProfesor-module__zgthCa__loginInput::placeholder{color:#64748b}.DashboardProfesor-module__zgthCa__loginInput:focus{background:#ffffff17;border-color:#3b82f699}.DashboardProfesor-module__zgthCa__loginPinInput{text-align:center;letter-spacing:.4em;font-size:1.4rem;font-weight:700}.DashboardProfesor-module__zgthCa__loginError{color:#fca5a5;text-align:center;background:#ef444426;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:600}.DashboardProfesor-module__zgthCa__loginSubmitBtn{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark,#2563eb));color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:4px;padding:12px;font-size:1rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__loginSubmitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.DashboardProfesor-module__zgthCa__loginSubmitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.DashboardProfesor-module__zgthCa__alumnoContainer{flex-direction:column;gap:20px;max-width:900px;min-height:100vh;margin:0 auto;padding:20px;display:flex}.DashboardProfesor-module__zgthCa__alumnoLoading{min-height:100vh;color:var(--color-gray-500);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.95rem;display:flex}.DashboardProfesor-module__zgthCa__alumnoLoadingSpinner{font-size:3rem;animation:1.5s infinite DashboardProfesor-module__zgthCa__pulse}@keyframes DashboardProfesor-module__zgthCa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.DashboardProfesor-module__zgthCa__alumnoTopBar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 2px 12px #0000000f}.DashboardProfesor-module__zgthCa__alumnoGreeting{align-items:center;gap:12px;display:flex}.DashboardProfesor-module__zgthCa__alumnoGreetingEmoji{font-size:1.8rem}.DashboardProfesor-module__zgthCa__alumnoName{color:var(--color-secondary);font-size:1.1rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoEmail{color:var(--color-gray-500);font-size:.8rem}.DashboardProfesor-module__zgthCa__alumnoLogoutBtn{background:var(--color-gray-100);color:var(--color-gray-600);border:1px solid var(--color-gray-200);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.DashboardProfesor-module__zgthCa__alumnoLogoutBtn:hover{background:var(--color-gray-200)}.DashboardProfesor-module__zgthCa__alumnoTabs{background:#f1f5f9;border-radius:10px;gap:4px;padding:4px;display:flex}.DashboardProfesor-module__zgthCa__alumnoTab{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.DashboardProfesor-module__zgthCa__alumnoTab:hover{color:var(--color-secondary)}.DashboardProfesor-module__zgthCa__alumnoTabActive{color:var(--color-primary);background:#fff;box-shadow:0 2px 8px #00000014}.DashboardProfesor-module__zgthCa__alumnoStatsRow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.DashboardProfesor-module__zgthCa__alumnoStatCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.DashboardProfesor-module__zgthCa__alumnoStatLabel{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:.7rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoStatValue{color:var(--color-secondary);font-size:1.3rem;font-weight:800}.DashboardProfesor-module__zgthCa__alumnoContent{flex-direction:column;gap:16px;animation:.3s DashboardProfesor-module__zgthCa__fadeInUp;display:flex}.DashboardProfesor-module__zgthCa__alumnoNextClassCard{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 4px 16px #10b98114}.DashboardProfesor-module__zgthCa__alumnoNextClassBadge{text-transform:uppercase;color:#16a34a;letter-spacing:.05em;font-size:.7rem;font-weight:800}.DashboardProfesor-module__zgthCa__alumnoNextClassInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.DashboardProfesor-module__zgthCa__alumnoNextClassDate{color:#1e293b;font-size:1rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoNextClassMeta{align-items:center;gap:6px;display:flex}.DashboardProfesor-module__zgthCa__alumnoLangBadge{background:#e2e8f0;border-radius:6px;padding:2px 8px;font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__alumnoRescheduleBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__alumnoRescheduleBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.DashboardProfesor-module__zgthCa__alumnoRescheduleBtnSmall{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.DashboardProfesor-module__zgthCa__alumnoRescheduleBtnSmall:hover{background:var(--color-primary-dark,#2563eb)}.DashboardProfesor-module__zgthCa__alumnoRescheduleDisabled{color:#d97706;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__alumnoEmptyCard{text-align:center;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;font-size:.9rem}.DashboardProfesor-module__zgthCa__alumnoSection{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.DashboardProfesor-module__zgthCa__alumnoSectionTitle{color:var(--color-secondary);margin:0 0 14px;font-size:.95rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoClassesList{flex-direction:column;gap:8px;display:flex}.DashboardProfesor-module__zgthCa__alumnoClassRow{background:#fafbfd;border:1px solid #f1f5f9;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.DashboardProfesor-module__zgthCa__alumnoClassRowInfo{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.DashboardProfesor-module__zgthCa__alumnoClassRowDate{color:#334155;font-size:.85rem;font-weight:600}.DashboardProfesor-module__zgthCa__alumnoCalendarCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.DashboardProfesor-module__zgthCa__alumnoCalendarNav{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.DashboardProfesor-module__zgthCa__alumnoCalNavBtn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;font-size:1.1rem;font-weight:700;transition:all .2s}.DashboardProfesor-module__zgthCa__alumnoCalNavBtn:hover{background:#f1f5f9}.DashboardProfesor-module__zgthCa__alumnoCalMonthTitle{color:var(--color-secondary);font-size:1rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoCalWeekdays{text-align:center;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;display:grid}.DashboardProfesor-module__zgthCa__alumnoCalWeekday{color:#64748b;padding:4px;font-size:.75rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoCalGrid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.DashboardProfesor-module__zgthCa__alumnoCalCellEmpty{min-height:60px}.DashboardProfesor-module__zgthCa__alumnoCalCell{background:#fafbfd;border:1px solid #f1f5f9;border-radius:8px;flex-direction:column;gap:4px;min-height:60px;padding:6px;transition:all .15s;display:flex}.DashboardProfesor-module__zgthCa__alumnoCalCellToday{border-color:var(--color-primary);background:#eff6ff}.DashboardProfesor-module__zgthCa__alumnoCalCellHasClass{background:#f0fdf4;border-color:#bbf7d0}.DashboardProfesor-module__zgthCa__alumnoCalCellNum{color:#475569;font-size:.75rem;font-weight:600}.DashboardProfesor-module__zgthCa__alumnoCalClassDots{flex-direction:column;gap:2px;display:flex}.DashboardProfesor-module__zgthCa__alumnoCalClassDot{color:#059669;text-align:center;background:#d1fae5;border-radius:4px;padding:1px 4px;font-size:.65rem;font-weight:700}.DashboardProfesor-module__zgthCa__alumnoTimeline{border-left:2px solid #e2e8f0;flex-direction:column;gap:16px;max-height:400px;margin-left:8px;padding-left:18px;display:flex;position:relative;overflow-y:auto}.DashboardProfesor-module__zgthCa__alumnoTimelineItem{position:relative}.DashboardProfesor-module__zgthCa__alumnoTimelineDot{background:var(--color-primary);border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-25px;box-shadow:0 0 0 1px #e2e8f0}.DashboardProfesor-module__zgthCa__alumnoTimelineContent{flex-direction:column;gap:6px;display:flex}.DashboardProfesor-module__zgthCa__alumnoTimelineDate{color:#64748b;font-size:.8rem;font-weight:600}.DashboardProfesor-module__zgthCa__alumnoTimelineNote{color:#334155;border-left:3px solid var(--color-primary);background:#f1f5f9;border-radius:8px;padding:10px 14px;font-size:.85rem;line-height:1.5}.DashboardProfesor-module__zgthCa__studentSummaryBar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex}.DashboardProfesor-module__zgthCa__studentSummaryItem{flex-direction:column;gap:4px;display:flex}.DashboardProfesor-module__zgthCa__studentSummaryLabel{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.DashboardProfesor-module__zgthCa__studentSummaryValue{color:var(--color-secondary);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.DashboardProfesor-module__zgthCa__classesTable{border-collapse:separate;border-spacing:0;width:100%;margin-top:8px}.DashboardProfesor-module__zgthCa__classesTable th,.DashboardProfesor-module__zgthCa__classesTable td{text-align:left;border-bottom:1px solid var(--color-gray-100);padding:12px;font-size:.85rem}.DashboardProfesor-module__zgthCa__classesTable th{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;font-size:.75rem;font-weight:600}.DashboardProfesor-module__zgthCa__classesTable th:first-child{border-top-left-radius:8px}.DashboardProfesor-module__zgthCa__classesTable th:last-child{border-top-right-radius:8px}.DashboardProfesor-module__zgthCa__classRow{transition:background .15s}.DashboardProfesor-module__zgthCa__classRow:hover{background:#f8fafc}.DashboardProfesor-module__zgthCa__classRowNext{background:#f0fdf4}.DashboardProfesor-module__zgthCa__classRowNext:hover{background:#dcfce7}.DashboardProfesor-module__zgthCa__classRowNext td{border-bottom:1px solid #bbf7d0}.DashboardProfesor-module__zgthCa__classRowNext td:first-child{border-left:2px solid #16a34a}.DashboardProfesor-module__zgthCa__cancelToggleBtn{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;margin-top:12px;font-size:.8rem;text-decoration:underline}.DashboardProfesor-module__zgthCa__cancelToggleBtn:hover{color:var(--color-secondary)}@media (max-width:768px){.DashboardProfesor-module__zgthCa__dashboardLayout{flex-direction:column!important;height:auto!important;min-height:100vh!important;padding-bottom:80px!important}.DashboardProfesor-module__zgthCa__sidebar{border-right:none!important;border-bottom:1px solid var(--color-gray-200)!important;width:100%!important;padding:var(--spacing-3) var(--spacing-4)!important;z-index:100!important;background:#fffffff2!important;height:auto!important}.DashboardProfesor-module__zgthCa__sidebar .DashboardProfesor-module__zgthCa__header{flex-direction:column!important;align-items:center!important;gap:4px!important;margin-bottom:0!important}.DashboardProfesor-module__zgthCa__headerActionsMobile{display:flex!important}.DashboardProfesor-module__zgthCa__sidebarFooter{display:none!important}.DashboardProfesor-module__zgthCa__tabsContainer{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border-top:1px solid var(--color-gray-200)!important;width:100%!important;padding:6px 4px calc(6px + env(safe-area-inset-bottom))!important;z-index:1000!important;-webkit-overflow-scrolling:touch!important;background:#fffffffa!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow-x:auto!important;box-shadow:0 -4px 16px #00000014!important}.DashboardProfesor-module__zgthCa__tabBtn{min-width:0!important;color:var(--color-gray-500)!important;text-align:center!important;background:0 0!important;border:none!important;flex-direction:column!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;gap:2px!important;width:auto!important;padding:6px 2px!important}.DashboardProfesor-module__zgthCa__tabBtn.DashboardProfesor-module__zgthCa__activeTabBtn{color:var(--color-primary)!important;box-shadow:none!important;background:0 0!important}.DashboardProfesor-module__zgthCa__tabIcon{margin-bottom:0!important;font-size:1.2rem!important}.DashboardProfesor-module__zgthCa__tabLabel{text-align:center!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:.62rem!important;font-weight:600!important;display:block!important;overflow:hidden!important}.DashboardProfesor-module__zgthCa__mainContent{height:auto!important;padding:var(--spacing-4)!important;background:var(--color-gray-50)!important;overflow-y:visible!important}.DashboardProfesor-module__zgthCa__leadItem,.DashboardProfesor-module__zgthCa__studentCard{background:var(--color-white)!important;border:1px solid var(--color-gray-200)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm)!important;margin-bottom:var(--spacing-3)!important;padding:var(--spacing-4)!important}.DashboardProfesor-module__zgthCa__studentDirectoryLayout{grid-template-columns:1fr!important}.DashboardProfesor-module__zgthCa__studentsSidebar{border-right:none!important;border-bottom:1px solid var(--color-gray-200)!important;max-height:none!important;margin-bottom:16px!important}.DashboardProfesor-module__zgthCa__studentSummaryBar{background:var(--color-white)!important;box-shadow:var(--shadow-sm)!important;border-color:#0000!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.DashboardProfesor-module__zgthCa__classesTable thead{display:none!important}.DashboardProfesor-module__zgthCa__classesTable{background:0 0!important;flex-direction:column!important;gap:12px!important;display:flex!important}.DashboardProfesor-module__zgthCa__classRow,.DashboardProfesor-module__zgthCa__classRowNext{background:var(--color-white)!important;border:1px solid #e2e8f0!important;border-radius:12px!important;flex-direction:column!important;padding:16px!important;display:flex!important;box-shadow:0 2px 8px #0000000f!important}.DashboardProfesor-module__zgthCa__classRowNext{background:#f8fafc!important;border-left:4px solid #16a34a!important}.DashboardProfesor-module__zgthCa__classRow td,.DashboardProfesor-module__zgthCa__classRowNext td{border:none!important;justify-content:space-between!important;align-items:center!important;padding:4px 0!important;display:flex!important}.DashboardProfesor-module__zgthCa__classRow td:before,.DashboardProfesor-module__zgthCa__classRowNext td:before{content:attr(data-label)!important;color:var(--color-gray-500)!important;margin-right:8px!important;font-weight:600!important}.DashboardProfesor-module__zgthCa__alumnoLayout{min-height:100vh!important;padding-bottom:80px!important}.DashboardProfesor-module__zgthCa__alumnoTopBar{z-index:100!important;border-bottom:1px solid var(--color-gray-200)!important;background:#fffffff2!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important}.DashboardProfesor-module__zgthCa__alumnoGreeting{flex-direction:row!important;align-items:center!important;gap:12px!important}.DashboardProfesor-module__zgthCa__alumnoGreeting h2{font-size:1.1rem!important}.DashboardProfesor-module__zgthCa__alumnoTabs{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-top:1px solid var(--color-gray-200)!important;width:100%!important;padding:8px 4px calc(8px + env(safe-area-inset-bottom))!important;z-index:1000!important;background:#fffffff2!important;justify-content:space-around!important;margin:0!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;box-shadow:0 -4px 12px #0000000d!important}.DashboardProfesor-module__zgthCa__alumnoTab{background:0 0!important;border:none!important;flex-direction:column!important;gap:4px!important;padding:4px 8px!important}.DashboardProfesor-module__zgthCa__alumnoTabActive{color:var(--color-primary)!important;border-bottom:none!important}.DashboardProfesor-module__zgthCa__alumnoTab:before{content:attr(data-icon)!important;margin-bottom:2px!important;font-size:1.25rem!important}.DashboardProfesor-module__zgthCa__alumnoStatsRow{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:500px){.DashboardProfesor-module__zgthCa__loginCardsRow{grid-template-columns:1fr!important}.DashboardProfesor-module__zgthCa__alumnoStatsRow{grid-template-columns:1fr 1fr!important}.DashboardProfesor-module__zgthCa__dayCardGrid{grid-template-columns:1fr!important}.DashboardProfesor-module__zgthCa__dayCardExpanded{grid-column:span 1!important}.DashboardProfesor-module__zgthCa__alumnoCalClassDot{text-indent:0!important;color:#fff!important;white-space:nowrap!important;background:#059669!important;border-radius:4px!important;width:auto!important;height:auto!important;margin:2px auto 0!important;padding:2px 4px!important;font-size:.65rem!important;font-weight:700!important;line-height:1.1!important;display:inline-block!important;box-shadow:0 1px 2px #00000026!important}.DashboardProfesor-module__zgthCa__alumnoCalClassDots{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2px!important;margin-top:2px!important}.DashboardProfesor-module__zgthCa__alumnoCalCell{min-height:54px!important;padding:4px 2px!important}.DashboardProfesor-module__zgthCa__alumnoCalCellHasClass{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%)!important;border:2px solid #059669!important;box-shadow:0 2px 6px #05966933!important}}
