@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Cairo,Inter,sans-serif}body{color:#e2e8f0;background-color:#08090f;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-slow{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.25;transform:scale(1.1)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-slide-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-scale-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards scaleIn}.bg-radial-gradient{background:radial-gradient(circle,#6366f126 0%,#08090f00 70%)}@media (width<=768px){.teachers-grid-container{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;margin:0!important;display:grid!important}.teacher-grid-item{width:100%!important;max-width:100%!important;padding:0!important}.teacher-card{border-radius:18px!important;height:auto!important;min-height:auto!important;padding:12px!important}.teacher-card .MuiCardContent-root{padding:8px 0 0!important}.teacher-img-box{border-radius:12px!important;height:130px!important}.teacher-img-box img{object-fit:cover!important;width:100%!important;height:100%!important}.teacher-name-txt{margin-bottom:2px!important;font-size:18px!important;font-weight:700!important}.teacher-subject-txt{margin-bottom:6px!important;font-size:14px!important}.teacher-bio-txt{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;height:auto!important;margin-bottom:12px!important;font-size:13px!important;line-height:1.4!important;display:-webkit-box!important;overflow:hidden!important}.teacher-profile-btn{border-radius:12px!important;height:42px!important;padding:0!important;font-size:14px!important}.teacher-stats-row{flex-direction:row!important;justify-content:flex-start!important;gap:12px!important;margin-bottom:10px!important;padding-top:8px!important;display:flex!important}.teacher-stat-box{align-items:center!important;gap:4px!important;display:flex!important}.teacher-stat-box svg{width:12px!important;height:12px!important}.teacher-stat-box span,.teacher-stat-box p,.teacher-stat-box font,.teacher-stat-box .MuiTypography-root{font-size:13px!important}.teacher-chip{height:26px!important;font-size:11px!important;top:8px!important;right:8px!important}}@media (width<=360px){.teachers-grid-container{grid-template-columns:1fr!important}.teacher-img-box{height:180px!important}}
