:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{color:#111827;background:#f3f4f6;margin:0}#root{min-height:100vh}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--success:#16a34a;--success-light:#ecfdf5;--warning:#f59e0b;--warning-light:#fffbeb;--danger:#dc2626;--danger-light:#fef2f2;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--background:#f8fafc;--card-bg:#fff;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px}*,:before,:after{box-sizing:border-box}body{color:var(--text-primary);background:var(--background);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.heading-xl{font-size:24px;font-weight:600;line-height:32px}.heading-lg{font-size:20px;font-weight:600;line-height:28px}.heading-md{font-size:16px;font-weight:600;line-height:24px}.subtitle{font-size:14px;font-weight:500;line-height:20px}.text-body{font-size:13px;font-weight:400;line-height:18px}.text-meta{color:var(--text-muted);font-size:12px;font-weight:400}.icon-sm{width:16px;height:16px}.icon-md{width:20px;height:20px}.icon-lg{width:24px;height:24px}.login-split{min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.login-left{background:#0a0a1a;flex:0 0 50%;position:relative;overflow:hidden}.login-gradient-orb{filter:blur(80px);opacity:.6;will-change:transform;border-radius:50%;position:absolute}.login-orb-1{background:radial-gradient(circle,#1e40af,#3b82f6);width:500px;height:500px;animation:12s ease-in-out infinite alternate loginOrb1;top:-10%;left:-10%}.login-orb-2{background:radial-gradient(circle,#7c3aed,#6366f1);width:400px;height:400px;animation:10s ease-in-out infinite alternate loginOrb2;bottom:-5%;right:-5%}.login-orb-3{background:radial-gradient(circle,#0ea5e9,#06b6d4);width:300px;height:300px;animation:14s ease-in-out infinite alternate loginOrb3;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes loginOrb1{0%{transform:translate(0)scale(1)}50%{transform:translate(30%,20%)scale(1.15)}to{transform:translate(10%,40%)scale(.95)}}@keyframes loginOrb2{0%{transform:translate(0)scale(1)}50%{transform:translate(-25%,-15%)scale(1.1)}to{transform:translate(-10%,-30%)scale(.9)}}@keyframes loginOrb3{0%{transform:translate(-50%,-50%)scale(1)}33%{transform:translate(-30%,-60%)scale(1.2)}66%{transform:translate(-70%,-40%)scale(.85)}to{transform:translate(-50%,-50%)scale(1.05)}}.login-right{background:#fff;flex:0 0 50%;justify-content:center;align-items:center;padding:40px;display:flex}.login-form-wrap{width:100%;max-width:400px}.login-logo{object-fit:cover;border-radius:50%;width:72px;height:72px;margin-bottom:20px}.login-heading{color:#111827;margin:0 0 4px;font-size:28px;font-weight:700}.login-subheading{color:#6b7280;margin:0 0 28px;font-size:14px}.login-google-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:border-color .15s,box-shadow .15s;display:flex}.login-google-btn:hover{border-color:#9ca3af;box-shadow:0 1px 4px #0000000f}.login-divider{align-items:center;gap:16px;margin:24px 0;display:flex}.login-divider-line{border-top:1px dashed #d1d5db;flex:1;height:0}.login-divider-text{color:#9ca3af;font-size:13px}.login-form{flex-direction:column;gap:4px;display:flex}.login-field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.login-field label{color:#374151;margin:0;font-size:13.5px;font-weight:500}.login-req{color:#ef4444}.login-field input{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s}.login-field input::placeholder{color:#9ca3af}.login-field input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.login-pw-wrap{position:relative}.login-pw-wrap input{padding-right:42px}.login-pw-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.login-pw-toggle:hover{color:#6b7280}.login-error{color:#dc2626;margin:4px 0 8px;font-size:13px}.login-submit{color:#111827;cursor:pointer;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);border:none;border-radius:8px;width:100%;height:44px;margin-top:4px;font-family:DM Sans,sans-serif;font-size:14.5px;font-weight:600;transition:background .15s,box-shadow .15s}.login-submit:hover{background:linear-gradient(135deg,#d1d5db 0%,#c4c8cd 100%);box-shadow:0 2px 8px #00000014}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-bottom-row{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.login-forgot{color:#3b82f6;font-size:13.5px;text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-signup-text{color:#6b7280;font-size:13.5px}.login-signup-link{color:#3b82f6;font-weight:500;text-decoration:none}.login-signup-link:hover{text-decoration:underline}@media (width<=768px){.login-split{flex-direction:column}.login-left{flex:none;min-height:180px}.login-right{flex:1;padding:32px 24px}}.signup-form-wrap{width:100%;max-width:520px}.signup-steps{gap:8px;margin-bottom:28px;display:flex}.signup-step-item{border-bottom:2px solid #e5e7eb;flex:none;align-items:center;gap:7px;width:46px;padding:10px 0;transition:all .3s;display:flex;overflow:hidden}.signup-step-item.active{border-color:#2563eb;flex:1;width:auto}.signup-step-item.done{border-color:#16a34a}.signup-step-circle{color:#6b7280;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.signup-step-item.active .signup-step-circle{color:#fff;background:#2563eb}.signup-step-item.done .signup-step-circle{color:#fff;background:#16a34a}.signup-step-label{color:#9ca3af;white-space:nowrap;font-size:12.5px;font-weight:500}.signup-step-item.active .signup-step-label{color:#111827}.signup-step-item.done .signup-step-label{color:#16a34a}.signup-section-title{color:#374151;align-items:center;gap:6px;margin-bottom:18px;font-size:14px;font-weight:600;display:flex}.signup-grid{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}@media (width<=600px){.signup-grid{grid-template-columns:1fr}}.signup-step-body{min-height:260px}.signup-select{color:#111827;cursor:pointer;appearance:auto;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .15s,box-shadow .15s}.signup-select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.signup-file-box{color:#6b7280;cursor:pointer;background:#fafafa;border:1px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:90px;padding:10px 14px;font-size:13px;transition:border-color .15s,background .15s;display:flex}.signup-file-box:hover{background:#f3f4f6;border-color:#9ca3af}.signup-file-box span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.signup-avatar-pick{cursor:pointer;border:2px dashed #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto;transition:border-color .15s;display:flex;overflow:hidden}.signup-avatar-pick:hover{border-color:#9ca3af}.signup-avatar-preview{object-fit:cover;width:100%;height:100%}.signup-avatar-placeholder{color:#9ca3af;flex-direction:column;align-items:center;gap:4px;font-size:11px;display:flex}:is(.signup-grid .login-field:has(.signup-file-box),.signup-grid .login-field:has(.signup-avatar-pick)){text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.signup-nav-row{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.signup-btn-back{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:4px;height:40px;padding:0 16px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.signup-btn-back:hover{background:#f9fafb;border-color:#9ca3af}.signup-btn-next{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:4px;height:40px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;transition:background .15s;display:inline-flex}.signup-btn-next:hover{background:#1d4ed8}.signup-btn-submit{color:#111827;cursor:pointer;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);border:none;border-radius:8px;align-items:center;gap:4px;height:42px;padding:0 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex}.signup-btn-submit:hover{background:linear-gradient(135deg,#d1d5db 0%,#c4c8cd 100%);box-shadow:0 2px 8px #00000014}.signup-btn-submit:disabled{opacity:.6;cursor:not-allowed}.auth-layout{min-height:100vh;padding:var(--space-6);place-items:center;display:grid}.card{background:var(--card-bg);border:1px solid var(--border);width:100%;max-width:420px;padding:var(--space-4);border-radius:12px}.card-hover:hover{box-shadow:0 4px 12px #0000000d}.btn-primary{background:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:10px;height:36px;padding:0 16px;font-size:13px;font-weight:600}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-secondary{border:1px solid var(--border);color:var(--primary);background:#fff;border-radius:10px;height:36px;padding:0 16px;font-size:13px;font-weight:600}.badge-success{background:var(--success-light);color:var(--success)}.badge-warning{background:var(--warning-light);color:var(--warning)}.badge-danger{background:var(--danger-light);color:var(--danger)}.progress{background:var(--border);border-radius:999px;height:6px}.progress-fill{background:var(--primary);border-radius:999px;height:100%}.auth-card,.home-card{flex-direction:column;gap:12px;display:flex}.auth-logo{object-fit:cover;border-radius:999px;align-self:center;width:84px;height:84px;margin-bottom:2px}h1{margin:0;font-size:1.8rem}.muted{color:#6b7280;margin:0}label{color:#374151;margin-top:4px;font-size:.92rem}.auth-card input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-size:1rem}.auth-card input:focus{outline-offset:1px;border-color:#6366f1;outline:2px solid #6366f1}.auth-card button,.home-card button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;margin-top:8px;padding:10px 14px;font-size:.95rem}.auth-card button:disabled,.home-card button:disabled{opacity:.65;cursor:not-allowed}.small-text{margin:4px 0 0;font-size:.9rem}.error{color:#b91c1c;margin:4px 0;font-size:.9rem}.success{color:#047857;margin:4px 0;font-size:.9rem}.center-screen{place-items:center;min-height:100vh;display:grid}.spx-loader-fullscreen{justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex}.spx-loader{flex-direction:column;align-items:center;gap:16px;display:flex}.spx-loader-ring{width:40px;height:40px;position:relative}.spx-loader-ring div{box-sizing:border-box;border:3.5px solid #0000;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:1.8s cubic-bezier(.68,-.15,.27,1.15) infinite spx-spin;position:absolute}.spx-loader-ring div:nth-child(2){border-top-color:#93b5f7;animation-delay:-.25s}.spx-loader-ring div:nth-child(3){border-top-color:#c5d8fb;animation-delay:-.5s}.spx-loader-ring div:nth-child(4){border-top-color:#e0eafd;animation-delay:-.75s}@keyframes spx-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spx-loader-label{color:#9ca3af;letter-spacing:.01em;margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;animation:2.5s ease-in-out infinite spx-pulse}@keyframes spx-pulse{0%,to{opacity:.5}50%{opacity:1}}.student-layout{background:var(--background);min-height:100vh;color:var(--text-primary);grid-template-columns:220px 1fr;display:grid}.student-sidebar{padding:var(--space-4) var(--space-3);border-right:1px solid var(--border);background:var(--card-bg);box-sizing:border-box;z-index:30;flex-direction:column;align-self:start;height:100vh;max-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.student-sidebar>div:first-child{flex-direction:column;flex:1;min-height:0;display:flex}.student-sidebar .sidebar-nav{flex:1;min-height:0;padding-right:2px;overflow-y:auto}.student-sidebar .sidebar-user{flex-shrink:0;margin-top:12px}.brand{align-items:center;gap:8px;margin-bottom:22px;font-weight:700;display:flex}.brand-logo{object-fit:cover;border-radius:999px;width:48px;height:48px}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-item{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:10px;display:flex}.sidebar-item.active,.sidebar-item:hover{color:#111827;background:#e5edff;border-color:#2563eb}.sidebar-nav-group{flex-direction:column;gap:6px;display:flex}.sidebar-parent{justify-content:flex-start}.sidebar-parent-label{text-align:left;flex:1}.sidebar-chevron{color:#64748b;margin-left:auto}.sidebar-subnav{flex-direction:column;gap:6px;padding-left:10px;display:flex}.sidebar-subitem{padding-left:34px;font-size:.86rem}.sidebar-user{color:#111827;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.avatar{background:#2563eb;border-radius:999px;place-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:grid}.user-meta{flex:1;min-width:0}.user-meta p{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.86rem;overflow:hidden}.user-meta span{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.student-content{max-width:1200px;padding:24px}.student-layout.admin-batch-workspace-shell{height:100vh;display:block;overflow:hidden}.student-content.admin-batch-workspace-content{max-width:none;height:100vh;overflow:hidden;padding:0!important}.welcome-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px}.date-tag{color:#365fff;margin:0;font-size:.95rem;font-weight:700}.welcome-card h1{margin:8px 0 6px;font-size:2.15rem;line-height:1.15}.muted-dark{color:#9ca3af;margin:0}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.metric-card p{color:#c1c8d4;margin:0 0 8px;font-size:.88rem}.metric-card h2{margin:0;font-size:2rem;line-height:1}.metric-card-admin{align-items:center;gap:14px;display:flex}.metric-icon{background:#e5edff;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.tabs-row{border-bottom:1px solid #e5e7eb;gap:8px;margin-top:18px;display:flex}.tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 8px;font-weight:500;display:flex}.tab:hover{color:#1d4ed8;background:#2563eb0f}.tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.panel{margin-top:16px}.students-screen{flex-direction:column;gap:0;height:calc(100vh - 64px);min-height:0;display:flex}.students-screen>.panel:first-child{margin-top:0}.students-header-panel{flex-shrink:0}.students-header-v2{justify-content:space-between;align-items:center;gap:16px;display:flex}.students-header-v2-left{flex:0 0 40%;min-width:0}.students-header-v2-left h1{color:#0f172a;margin:0;font-size:28px;font-weight:700;line-height:36px}.students-header-v2-left p{color:#64748b;margin:4px 0 0;font-size:12.6px;font-weight:400;line-height:20px}.students-header-v2-right{flex:0 0 60%;justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.students-header-search{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;width:256px;height:35px;padding:0 11px;display:inline-flex}.students-header-search svg{color:#94a3b8}.students-header-search input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:11px}.students-header-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:6px;height:35px;padding:0 13px;font-size:11px;font-weight:500;display:inline-flex}.students-header-btn:hover{background:#f8fafc}.students-header-add-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;height:35px;padding:0 14px;font-size:11px;font-weight:600;box-shadow:0 8px 20px #2563eb2e}.students-header-add-btn:hover{background:#1d4ed8}.students-header-moved-add-btn{margin-left:0}.students-table-panel{flex-direction:column;flex:1;min-height:0;margin-top:8px;display:flex}.panel-top{justify-content:space-between;align-items:center;gap:14px;display:flex}.panel-top h3{margin:0;font-size:2rem}.student-panel-title{white-space:nowrap}.panel-actions{justify-content:flex-end;align-items:center;gap:10px;width:100%;display:flex}.panel-top-search-only{margin-bottom:10px}.search-box{color:#6b7280;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:8px;width:260px;padding:8px 10px;display:flex}.search-box input{color:#111827;background:0 0;border:none;outline:none;width:100%}.filters-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.filters-row-tight,.batch-students-panel{margin-top:0}.batch-students-panel+.batch-students-panel{margin-top:10px}.filter-select{color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:6px;padding:0 10px;display:flex;position:relative}.filter-select span{color:#a9b2c0;font-size:.78rem}.filter-select select{color:#111827;appearance:none;background:0 0;border:none;outline:none;min-width:128px;padding:9px 0}.filter-select input{color:#111827;background:0 0;border:none;outline:none;min-width:150px;padding:9px 0;font-size:.88rem}.multi-filter{min-width:220px;position:relative}.multi-filter-trigger{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:8px;width:100%;min-height:34px;padding:5px 10px;display:flex}.multi-filter.open .multi-filter-trigger{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.multi-filter-label{color:#4b5563;font-size:.75rem;font-weight:500}.multi-filter-value{text-align:left;color:#111827;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.82rem;font-weight:500;overflow:hidden}.multi-filter-chevron{color:#64748b;flex-shrink:0}.multi-filter-popover{z-index:70;background:#fff;border:1px solid #dbe3f0;border-radius:14px;width:100%;min-width:300px;padding:10px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 36px #0f172a1f}.multi-filter-search{color:#94a3b8;background:#fff;border:1px solid #dbe3f0;border-radius:10px;align-items:center;gap:8px;padding:0 10px;display:flex}.multi-filter-search input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;padding:10px 0;font-size:.92rem}.multi-filter-actions{justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.multi-filter-actions button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #dbe3f0;border-radius:8px;padding:5px 8px;font-size:.74rem;font-weight:600}.multi-filter-actions button:hover{color:#1e40af;border-color:#bfdbfe}.multi-filter-options{border-top:1px solid #eef2f7;flex-direction:column;gap:3px;max-height:260px;margin-top:8px;padding-top:6px;display:flex;overflow:auto}.multi-filter-option{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px;font-size:.9rem;display:flex}.multi-filter-checkbox{color:#fff;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.multi-filter-option.checked .multi-filter-checkbox{background:#2563eb;border-color:#2563eb}.multi-filter-option-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.multi-filter-empty{color:#94a3b8;margin:8px 4px;font-size:.84rem}.create-student-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:10px;align-items:center;gap:8px;height:38px;margin-left:auto;padding:0 14px;font-size:.82rem;font-weight:600;display:inline-flex}.students-header-v2-right .students-header-moved-add-btn{margin-left:0!important}.students-kpi-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.students-kpi-card{background:#fff;border:1px solid #eaeff5;border-radius:18px;flex-direction:column;justify-content:flex-start;min-height:116px;padding:12px;transition:transform .2s,box-shadow .2s;display:flex}.students-kpi-top{align-items:flex-start;gap:14px;display:flex}.students-kpi-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.students-kpi-icon.is-blue{color:#2563eb;background:#2563eb14}.students-kpi-icon.is-green{color:#16a34a;background:#16a34a1a}.students-kpi-icon.is-purple{color:#7c3aed;background:#8b5cf61a}.students-kpi-icon.is-orange{color:#d97706;background:#f59e0b1f}.students-kpi-icon.is-yellow{color:#ca8a04;background:#eab30824}.students-kpi-icon.is-emerald{color:#059669;background:#10b9811f}.students-kpi-label{color:#64748b;margin:0 0 4px;font-size:9.6px;font-weight:500}.students-kpi-value{color:#0f172a;margin:0;font-size:27.2px;font-weight:700;line-height:30.4px}.students-kpi-bottom{margin-top:8px}.students-kpi-growth{color:#16a34a;margin:0;font-size:11.9px;font-weight:600}.students-kpi-growth.is-negative{color:#dc2626}.students-kpi-bottom span{color:#94a3b8;margin-top:2px;font-size:9.35px;font-weight:400;display:block}.students-filters-bar{justify-content:space-between;align-items:center;gap:11px;display:flex}.students-filters-bar .filters-row{flex-wrap:nowrap;gap:11px;margin-top:0}.students-filters-bar .multi-filter{min-width:196px}.students-filters-bar .multi-filter-trigger{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-height:38px;padding:0 13px;font-size:12.5px}.students-filters-bar .multi-filter-popover{flex-direction:column;min-width:320px;height:360px;display:flex}.students-filters-bar .multi-filter-options{flex:1;min-height:0;overflow-y:auto}.students-filters-bar .multi-filter-label{color:#64748b;font-size:12.5px}.students-filters-bar .multi-filter-value{color:#0f172a;font-size:12.5px}.students-clear-filters-btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12.5px;font-weight:600}.students-clear-filters-btn:hover{color:#1d4ed8}@media (width<=1180px){.students-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}.students-filters-bar{flex-direction:column;align-items:flex-start}.students-filters-bar .filters-row{flex-wrap:wrap;width:100%}}@media (width<=760px){.students-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.students-kpi-row{grid-template-columns:1fr}}.bulk-actions-bar{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;display:flex}.bulk-actions-bar p{color:#1e3a8a;margin:0;font-size:.9rem;font-weight:600}.bulk-actions-right{align-items:center;gap:8px;display:flex}.bulk-update-btn,.bulk-clear-btn,.bulk-export-btn,.bulk-delete-btn{cursor:pointer;border-radius:9px;height:34px;padding:0 12px;font-size:.82rem;font-weight:600}.bulk-export-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.bulk-export-btn:hover{background:#f8fafc;border-color:#94a3b8}.bulk-delete-btn{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca}.bulk-delete-btn:hover{background:#ffe4e6;border-color:#fca5a5}.bulk-update-btn{color:#fff;background:#2563eb;border:1px solid #2563eb}.bulk-update-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.bulk-clear-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.bulk-clear-btn:hover{background:#f8fafc;border-color:#94a3b8}.bulk-update-btn:disabled,.bulk-clear-btn:disabled{opacity:.65;cursor:wait}.students-screen{font-family:DM Sans,sans-serif}.students-header-panel{background:0 0}.students-header-v2-left h1{color:#23272f;letter-spacing:-.01em;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600}.students-header-v2-left p{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px}.students-header-search{background:#fff;border:1px solid #e8e6e1;border-radius:10px;height:38px}.students-header-search input{color:#23272f;font-family:DM Sans,sans-serif;font-size:13px}.students-header-search input::placeholder,.students-header-search svg{color:#9ca3af}.create-student-btn{height:38px;box-shadow:none;background:#2563eb;border-color:#2563eb;border-radius:10px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.create-student-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.students-kpi-row{gap:14px}.students-kpi-card{border:1px solid #e8e6e1;border-radius:14px;min-height:110px;padding:14px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #0000000a}.students-kpi-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.students-kpi-icon{border-radius:12px;width:44px;height:44px}.students-kpi-icon svg{stroke-width:1.5px!important}.students-kpi-label{color:#6b7280;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.students-kpi-value{color:#23272f;font-family:DM Sans,sans-serif;font-size:26px;font-weight:700;line-height:1.1}.students-kpi-growth{font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.students-kpi-bottom span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:10px}.students-filters-panel{margin-top:16px}.students-filters-bar .multi-filter-trigger{background:#fff;border:1px solid #e8e6e1;border-radius:10px;min-height:36px;font-family:DM Sans,sans-serif;font-size:13px}.students-filters-bar .multi-filter-label{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px}.students-filters-bar .multi-filter-value{font-family:DM Sans,sans-serif;font-size:13px}.students-clear-filters-btn{color:#2563eb;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.multi-filter-popover{border:1px solid #e8e6e1;border-radius:12px;box-shadow:0 8px 24px #0000001a}.multi-filter-search{border:1px solid #e8e6e1;border-radius:9px}.multi-filter-search input{font-family:DM Sans,sans-serif;font-size:13px}.multi-filter-option{border-radius:8px;font-family:DM Sans,sans-serif;font-size:13px}.multi-filter-option:hover{background:#f9f8f6}.multi-filter-option.checked{background:#eff6ff}.multi-filter-actions button{border:1px solid #e8e6e1;border-radius:7px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.students-table-panel{margin-top:10px}.admin-table{background:#fff;border:1px solid #e8e6e1;border-radius:14px}.admin-table-el{font-family:DM Sans,sans-serif;font-size:13px}.admin-table-head th{color:#6b7280;background:#f3f4f6;border-bottom:1px solid #e8e6e1;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.admin-table-head th.pinned-col{background:#f3f4f6}.admin-table-row td{border-top:1px solid #f3f4f6;padding:6px 10px;font-family:DM Sans,sans-serif}.admin-table .class-title,.admin-table .class-sub{font-family:DM Sans,sans-serif;font-size:12.5px}.student-name-link{color:#2563eb;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.student-name-link:hover{color:#1d4ed8}.sort-icon-btn{color:#9ca3af;background:#fff;border:1px solid #e8e6e1;border-radius:6px}.sort-icon-btn:hover{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.tag-pill{border-radius:999px;padding:2px 8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.table-pagination{border-top:1px solid #e8e6e1;padding:10px 14px;font-family:DM Sans,sans-serif}.table-pagination-summary,.table-page-size{color:#6b7280;font-family:DM Sans,sans-serif;font-size:12.5px}.table-page-size select{border:1px solid #e8e6e1;border-radius:8px;font-family:DM Sans,sans-serif;font-size:12.5px}.table-page-btn{color:#23272f;border:1px solid #e8e6e1;border-radius:8px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500}.table-page-btn:hover:not(:disabled){background:#f3f4f6}.table-page-indicator{color:#23272f;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500}.bulk-actions-bar{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;font-family:DM Sans,sans-serif}.bulk-actions-bar p{font-family:DM Sans,sans-serif;font-size:13px}.bulk-update-btn,.bulk-export-btn,.bulk-delete-btn,.bulk-clear-btn{border-radius:8px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500}.rating-pill{font-family:DM Sans,sans-serif}.columns-btn{color:#23272f;background:#fff;border:1px solid #e8e6e1;border-radius:10px;padding:7px 12px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.columns-btn:hover{background:#f9f8f6}.columns-popover{border:1px solid #e8e6e1;border-radius:12px;width:260px;max-height:400px;box-shadow:0 8px 24px #0000001a}.columns-section-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.columns-draggable-item{border:1px solid #f3f4f6;border-radius:8px;padding:7px 8px;font-family:DM Sans,sans-serif}.columns-item-label{color:#23272f;font-family:DM Sans,sans-serif;font-size:12.5px}.columns-item-actions button{color:#6b7280;border:1px solid #e8e6e1;border-radius:6px}.columns-item-actions button:hover:not(:disabled){color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.class-row,.announcement-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:180px 1fr 180px;align-items:center;min-height:74px;margin-top:12px;display:grid}.class-col{color:#111827;padding:14px}body.theme-dark .filter-select{color:#d4d8df;background:#151922;border:1px solid #2c323f}body.theme-light .filter-select{color:#111827;background:#f9fafb;border:1px solid #d1d5db}body.theme-dark .class-row,body.theme-dark .announcement-row{background:#12161c;border:1px solid #2a2f3a;border-radius:12px}body.theme-light .class-row,body.theme-light .announcement-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px}body.theme-dark .class-col{color:#d7dde8}body.theme-light .class-col{color:#111827}.class-title{margin:0;font-weight:600}.class-sub{color:#6b7280;font-size:.82rem}.class-link{color:#4b5563;font-size:.9rem}.class-link p{margin:0}.class-link span{font-size:.82rem}.class-actions{justify-content:flex-end;align-items:center;display:flex}.no-link{color:#6b7280;font-size:.82rem}.join-btn{color:#fff;cursor:pointer;white-space:nowrap;text-align:center;background:#2b55ff;border:none;border-radius:10px;justify-content:center;align-items:center;padding:9px 14px;font-size:.9rem;text-decoration:none;display:inline-flex}.join-btn:disabled{opacity:.6;cursor:not-allowed}.student-status-upcoming{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe}.student-status-live{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.student-status-completed{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.announcement-row{grid-template-columns:1fr 220px;min-height:72px}.student-announcement-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:2px;overflow:hidden}.announcement-row-in-list{background:0 0;border:none;border-radius:0;grid-template-columns:minmax(0,1fr) 190px;align-items:start;min-height:0;margin-top:0;padding:14px 16px}.announcement-row-in-list+.announcement-row-in-list{border-top:1px solid #edf2f7}.announcement-row-in-list .class-sub{white-space:nowrap;justify-self:end;margin-top:2px}.announcement-row-in-list .muted-dark{margin:6px 0 0}.student-batch-list{flex-direction:column;gap:12px;display:flex}.student-batch-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.student-batch-card-head{min-width:0}.student-batch-code{color:#0f172a;margin:0;font-size:1.04rem;font-weight:700}.student-batch-meta{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.student-batch-pill{border-radius:999px;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.student-batch-pill-trainer{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.student-batch-pill-type{color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.student-batch-pill-status{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.student-batch-status-planned{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.student-batch-status-paused{color:#92400e;background:#fffbeb;border-color:#fde68a}.student-batch-status-completed{color:#374151;background:#f3f4f6;border-color:#e5e7eb}.student-batch-date-range{color:#64748b;white-space:nowrap;align-items:center;gap:10px;font-size:.84rem;display:inline-flex}.student-batch-date-sep{color:#94a3b8;font-size:.78rem}.important-tag{color:#1d4ed8;background:#3b82f624;border:1px solid #3b82f673;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.74rem}.empty-state{color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;margin-top:12px;padding:18px}.dashboard-loading{color:#1e293b;background:#f8fafc}.admin-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.admin-quick-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.admin-quick-card h4{margin:0 0 6px}.admin-quick-card-btn{cursor:pointer;text-align:left;font:inherit;width:100%;transition:border-color .15s,box-shadow .15s}.admin-quick-card-btn:hover{border-color:#93c5fd;box-shadow:0 4px 14px #2563eb1f}.admin-v2-greeting{color:#fff;background:linear-gradient(135deg,#0a192f 0%,#142b52 30%,#1e40af 65%,#2563eb 100%);border-radius:18px;justify-content:space-between;align-items:stretch;gap:16px;padding:22px;display:flex}.admin-v2-greeting-copy h1{margin:0;font-size:clamp(1.35rem,2.5vw,1.8rem)}.admin-v2-greeting-copy h1 span{color:#bfdbfe}.admin-v2-greeting-copy p{color:#e2e8f0f5;margin:10px 0 0;font-size:.93rem}.admin-v2-greeting .student-v2-mini-metrics{margin-top:14px}.admin-v2-greeting-date{background:#0f172a3d;border:1px solid #bfdbfe59;border-radius:14px;align-self:flex-start;min-width:150px;padding:14px}.admin-v2-greeting-date p{margin:0;font-size:.95rem;font-weight:700}.admin-v2-greeting-date span{color:#e2e8f0db;margin-top:4px;font-size:.8rem;display:block}.admin-v2-action-list{gap:10px;display:grid}.admin-v2-action-item{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:transform .2s,box-shadow .2s;display:flex}.admin-v2-action-item:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.admin-v2-action-item h4{margin:0 0 4px;font-size:.92rem;font-weight:700}.admin-v2-action-item p{color:#64748b;margin:0;font-size:.8rem}.admin-v2-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-v2-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.admin-v2-kpi-card p{color:#64748b;margin:0 0 6px;font-size:.82rem}.admin-v2-kpi-card h3{color:#0f172a;margin:0 0 6px;font-size:1.45rem}.admin-v2-kpi-card span{color:#94a3b8;font-size:.78rem}.admin-v2-resource-btn{text-align:left;cursor:pointer;border:0;width:100%}.admin-ds-overview{gap:16px;max-width:1600px;margin:0 auto;font-family:DM Sans,sans-serif;display:grid}.admin-ds-utility{padding:0}.admin-ds-page-title{color:#23272f;letter-spacing:-.01em;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;line-height:28px}.student-v2-topbar .admin-ds-page-title{align-self:center;padding-top:4px;margin:0!important}.admin-ds-hero{background:linear-gradient(135deg,#071b4d 0%,#1d4ed8 100%);border-radius:14px;min-height:240px;padding:32px}.admin-ds-focus{border:1px solid #e8e6e1;border-radius:10px;align-items:center;min-height:48px;padding:0 16px;display:flex}.admin-ds-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:20px;transition:all .18s;box-shadow:0 1px 3px #0000000a}.admin-ds-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.admin-ds-card .student-v2-panel-head h3,.admin-ds-card .student-v2-continue-title{color:#23272f;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.admin-ds-card .student-v2-assignment-item h4,.admin-ds-card .student-v2-class-item h4,.admin-ds-card .student-v2-resource-item h4{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.admin-ds-card .student-v2-assignment-item span,.admin-ds-card .student-v2-class-item span,.admin-ds-card .student-v2-resource-item p,.admin-ds-card .student-v2-activity-item p{color:#6b7280;font-size:13px;line-height:20px}.admin-ds-kpi-grid{gap:16px}.admin-ds-kpi-card{border:1px solid #e8e6e1;border-radius:14px;min-height:120px;padding:20px;box-shadow:0 1px 3px #0000000a}.admin-ds-kpi-card h3{font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;line-height:1}.admin-ds-content{background:#f0eee9!important;max-width:none!important;padding:20px 28px 28px!important}.admin-ds-sidebar{color:#d1d5db;font-family:DM Sans,sans-serif;background:#131837!important;padding:24px 16px!important}.admin-ds-sidebar .brand span{letter-spacing:-.01em;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#f9fafb!important}.admin-ds-sidebar .sidebar-section-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d;margin:18px 0 4px 8px;padding:0;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600}.admin-ds-sidebar .sidebar-section-label:first-child{margin-top:2px}.admin-ds-sidebar .sidebar-item{border-radius:10px;gap:10px;height:40px;padding:0 10px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:400;transition:all .15s;color:#ffffff8c!important}.admin-ds-sidebar .sidebar-item svg{width:18px;height:18px;stroke-width:1.5px!important}.admin-ds-sidebar .sidebar-parent-label{color:#ffffff8c!important}.admin-ds-sidebar .sidebar-item.active{font-weight:500;color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important}.admin-ds-sidebar .sidebar-item.active svg{color:#fff}.admin-ds-sidebar .sidebar-item:hover:not(.active){color:#fffc!important;background:#ffffff0f!important;border-color:#0000!important}.admin-ds-sidebar .sidebar-nav{gap:2px}.admin-ds-sidebar .sidebar-user{border-radius:12px;color:#f9fafb!important;background:#ffffff0f!important;border:1px solid #ffffff1a!important}.admin-ds-sidebar .sidebar-user .user-meta p{font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:#f9fafb!important}.admin-ds-sidebar .sidebar-user .user-meta span{font-family:DM Sans,sans-serif;font-size:12px;color:#9ca3af!important}.admin-ds-sidebar .sidebar-user .avatar{background:#2563eb}.admin-ds-overview .student-v2-topbar{margin-bottom:4px!important;padding:0!important}.admin-ds-overview .student-v2-icon-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:9px;width:36px;height:36px;transition:all .15s}.admin-ds-overview .student-v2-icon-btn:hover{color:#23272f;background:#f3f4f6}.admin-ds-overview .student-v2-avatar{color:#fff;background:#2563eb;border-radius:50%;width:36px;height:36px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.admin-ds-overview .student-v2-search input{font-family:DM Sans,sans-serif;border:0!important;border-radius:0!important;height:auto!important}.admin-mc-search{width:380px;height:40px;box-shadow:none;position:relative;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;gap:8px!important;padding:0 12px!important}.admin-mc-search svg{color:#9ca3af}.admin-mc-search input{color:#23272f!important;border:0!important;border-radius:0!important;height:auto!important;padding:0!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;line-height:1!important}.admin-mc-search input::placeholder{color:#9ca3af}.admin-mc-search-results{z-index:40;background:#fff;border:1px solid #e8e6e1;border-radius:10px;max-height:320px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 8px 24px #0000001a}.admin-mc-search-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:2px;width:100%;padding:8px 10px;font-family:DM Sans,sans-serif;display:grid}.admin-mc-search-item:hover{background:#f3f4f6}.admin-mc-search-item strong{color:#23272f;font-size:13px;font-weight:500}.admin-mc-search-item span{color:#6b7280;font-size:12px}.admin-mc-search-empty{color:#6b7280;margin:0;padding:10px;font-family:DM Sans,sans-serif;font-size:12px}.admin-ds-overview .student-v2-greeting{border-radius:14px!important;min-height:200px!important;padding:28px!important}.admin-ds-overview .student-v2-greeting h1{font-family:DM Sans,sans-serif!important;font-size:28px!important;font-weight:700!important;line-height:34px!important}.admin-ds-overview .student-v2-greeting p{font-family:DM Sans,sans-serif!important;font-size:13px!important;line-height:20px!important}.admin-ds-overview .student-v2-focus-strip{border:1px solid #e8e6e1!important;border-radius:10px!important}.admin-ds-overview .student-v2-continue,.admin-ds-overview .student-v2-panel{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:20px!important;box-shadow:0 1px 3px #0000000a!important}.admin-ds-overview .student-v2-panel-head h3,.admin-ds-overview .student-v2-continue-title{font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important}.admin-ds-overview .student-v2-class-item h4,.admin-ds-overview .student-v2-assignment-item h4,.admin-ds-overview .student-v2-resource-item h4{font-family:DM Sans,sans-serif!important;font-size:14px!important;font-weight:600!important}.admin-ds-overview .student-v2-class-item span,.admin-ds-overview .student-v2-assignment-item span,.admin-ds-overview .student-v2-resource-item p,.admin-ds-overview .student-v2-activity-item p{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;line-height:20px!important}.admin-ds-overview .student-v2-kpi-grid{gap:16px!important}.admin-ds-overview .student-v2-kpi-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;min-height:120px!important;padding:20px!important;box-shadow:0 1px 3px #0000000a!important}.admin-ds-overview .student-v2-kpi-card h3{font-family:DM Sans,sans-serif!important;font-size:32px!important;font-weight:700!important}.admin-mc-hero{color:#fff;z-index:1;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%);border-radius:14px;grid-template-columns:minmax(0,1fr) 240px;gap:16px;min-height:180px;margin-bottom:4px;padding:28px 24px 14px;font-family:DM Sans,sans-serif;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 16px #2563eb1f}.admin-mc-hero-left h1{letter-spacing:-.01em;margin:0;font-family:DM Sans,sans-serif;font-size:28px;font-weight:700;line-height:34px}.admin-mc-hero-left>p{opacity:.88;margin:6px 0 0;font-family:DM Sans,sans-serif;font-size:13px}.admin-mc-hero-stats{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.admin-mc-hero-illus{object-fit:contain;object-position:bottom right;pointer-events:none;width:auto;max-width:28%;height:calc(100% - 2px);position:absolute;bottom:0;right:16px}.admin-mc-hero-stats span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.admin-mc-insight{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:flex-start;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.admin-mc-insight strong{font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:block}.admin-mc-insight p{opacity:.88;margin:3px 0 0;font-family:DM Sans,sans-serif;font-size:11px}.admin-mc-health{background:#04123580;border:1px solid #ffffff24;border-radius:12px;padding:14px}.admin-mc-health h3{margin:0 0 10px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.admin-mc-health p{align-items:center;gap:8px;margin:0 0 8px;font-family:DM Sans,sans-serif;font-size:12px;display:flex}.admin-mc-health p em{margin-left:auto;font-style:normal;font-weight:600}.admin-mc-health small{opacity:.75;margin-top:6px;font-family:DM Sans,sans-serif;font-size:11px;display:block}.admin-mc-health .dot{border-radius:999px;width:7px;height:7px}.admin-mc-health .dot.ok{background:#22c55e}.admin-mc-health .dot.warn{background:#f59e0b}.admin-mc-health .dot.risk{background:#ef4444}.admin-mc-main-grid{z-index:3;grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:16px;display:grid;position:relative}.admin-mc-upper-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:16px;display:grid}.admin-mc-left-stack{gap:16px;display:grid}.admin-mc-action-center,.admin-mc-alerts,.admin-mc-quick-actions,.admin-mc-kpi-card,.admin-mc-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;box-shadow:0 1px 3px #0000000a}.admin-mc-action-center,.admin-mc-alerts,.admin-mc-quick-actions,.admin-mc-card{padding:18px 20px}.panel-head-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.panel-head-row h3{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.panel-head-row p{color:#6b7280;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:12px}.admin-mc-action-nav{align-items:center;gap:6px;display:inline-flex}.admin-mc-action-nav button{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:inline-flex}.admin-mc-action-nav button:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.panel-head-row button{color:#2563eb;cursor:pointer;background:0 0;border:0;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.admin-mc-action-cards{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:visible}.admin-mc-action-card{background:0 0;border:0;border-right:1px solid #e8e6e1;border-radius:0;padding:12px 16px;transition:all .15s}.admin-mc-action-card:last-child{border-right:0}.admin-mc-action-card:hover{background:#f9f8f6;transform:none}.admin-mc-action-top{justify-content:space-between;align-items:center;display:flex}.admin-mc-action-top .icon{color:#2563eb;background:0 0;border-radius:0;justify-content:center;align-items:center;width:auto;height:auto;display:inline-flex}.admin-mc-action-top .icon svg{stroke-width:1.2px!important;width:32px!important;height:32px!important}.admin-mc-action-top strong{color:#2563eb;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 8px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;display:inline-flex}.admin-mc-action-card h4{color:#23272f;margin:8px 0 3px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.admin-mc-action-card p{color:#6b7280;min-height:32px;margin:0;font-family:DM Sans,sans-serif;font-size:11.5px;line-height:1.4}.admin-mc-action-card button{color:#2563eb;cursor:pointer;background:#fafaf8;border:1px solid #e8e6e1;border-radius:8px;width:100%;height:30px;margin-top:8px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s}.admin-mc-action-card button:hover{background:#eff6ff;border-color:#bfdbfe}.admin-mc-right-column{display:flex}.admin-mc-alerts-tall{width:100%;height:480px;padding-top:0;overflow:hidden auto}.admin-mc-alerts-tall>.panel-head-row{z-index:2;background:#fff;border-bottom:1px solid #e8e6e1;margin:0;padding:14px 0 10px;position:sticky;top:0}.admin-mc-alert-item{border-bottom:1px solid #f3f4f6;grid-template-columns:14px minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px 0;display:grid;position:relative}.admin-mc-alert-item:last-child{border-bottom:0}.admin-mc-alert-dot{background:#3b82f6;border-radius:999px;width:8px;height:8px;margin-top:5px}.admin-mc-alert-item.severity-medium .admin-mc-alert-dot{background:#f59e0b}.admin-mc-alert-item.severity-high .admin-mc-alert-dot{background:#f97316}.admin-mc-alert-item.severity-critical .admin-mc-alert-dot{background:#ef4444}.admin-mc-alert-item h4{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500}.admin-mc-alert-item p{color:#6b7280;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:11.5px}.admin-mc-alert-item small{color:#6b7280;margin-top:3px;font-family:DM Sans,sans-serif;font-size:11px;display:block}.admin-mc-alert-item div button{color:#2563eb;cursor:pointer;background:#fafaf8;border:1px solid #e8e6e1;border-radius:7px;height:24px;margin-top:5px;padding:0 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;transition:all .15s}.admin-mc-alert-item div button:hover{background:#eff6ff;border-color:#bfdbfe}.admin-mc-alert-item span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:10.5px}.admin-mc-quick-actions{position:sticky;top:16px}.admin-mc-quick-actions-inline{box-shadow:none;border:0;border-radius:0;padding:0;position:static;top:auto}.admin-mc-quick-actions h3{color:#23272f;margin:0 0 8px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.admin-mc-quick-actions button{color:#23272f;cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:9px;align-items:center;gap:8px;width:100%;height:36px;margin-top:6px;padding:0 12px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500;transition:all .15s;display:flex}.admin-mc-quick-actions button:hover{background:#f9f8f6;border-color:#d1d5db}.admin-mc-quick-actions button svg{color:#6b7280}.admin-mc-kpi-grid{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0;display:grid;overflow:visible}.admin-mc-kpi-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:18px 20px;position:relative;box-shadow:0 1px 3px #0000000a}.admin-mc-kpi-card:not(:last-child):after{display:none}.admin-mc-kpi-card p{color:#6b7280;text-transform:none;letter-spacing:0;margin:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.admin-mc-kpi-card h3{color:#23272f;margin:8px 0 4px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;line-height:1}.admin-mc-kpi-card span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:12px}.sparkline{border-radius:4px;height:72px;margin-top:12px;position:relative;overflow:hidden}.sparkline i{display:none}.sparkline:before{content:"";background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:0}.sparkline.blue:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3Cdefs%3E%3ClinearGradient id='gb' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%232563EB' stop-opacity='0.2'/%3E%3Cstop offset='100%25' stop-color='%232563EB' stop-opacity='0.02'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 36 C20 32 30 28 50 30 C70 32 80 24 100 20 C120 16 140 22 160 14 C180 8 190 10 200 12' fill='none' stroke='%232563EB' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M0 36 C20 32 30 28 50 30 C70 32 80 24 100 20 C120 16 140 22 160 14 C180 8 190 10 200 12 V48 H0Z' fill='url(%23gb)'/%3E%3C/svg%3E")}.sparkline.green:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3Cdefs%3E%3ClinearGradient id='gg' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%2322c55e' stop-opacity='0.2'/%3E%3Cstop offset='100%25' stop-color='%2322c55e' stop-opacity='0.02'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 38 C25 34 40 26 60 30 C80 34 95 20 120 16 C145 12 165 18 185 8 C195 5 200 6 200 6' fill='none' stroke='%2322c55e' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M0 38 C25 34 40 26 60 30 C80 34 95 20 120 16 C145 12 165 18 185 8 C195 5 200 6 200 6 V48 H0Z' fill='url(%23gg)'/%3E%3C/svg%3E")}.sparkline.purple:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3Cdefs%3E%3ClinearGradient id='gp' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%238b5cf6' stop-opacity='0.2'/%3E%3Cstop offset='100%25' stop-color='%238b5cf6' stop-opacity='0.02'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 34 C18 38 35 26 55 32 C75 38 90 18 115 22 C140 26 158 12 180 16 C192 10 200 8 200 8' fill='none' stroke='%238b5cf6' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M0 34 C18 38 35 26 55 32 C75 38 90 18 115 22 C140 26 158 12 180 16 C192 10 200 8 200 8 V48 H0Z' fill='url(%23gp)'/%3E%3C/svg%3E")}.sparkline.orange:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 48'%3E%3Cdefs%3E%3ClinearGradient id='go' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23f59e0b' stop-opacity='0.2'/%3E%3Cstop offset='100%25' stop-color='%23f59e0b' stop-opacity='0.02'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 30 C22 24 38 32 60 22 C82 14 100 26 125 18 C150 10 170 16 190 8 C196 6 200 7 200 7' fill='none' stroke='%23f59e0b' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M0 30 C22 24 38 32 60 22 C82 14 100 26 125 18 C150 10 170 16 190 8 C196 6 200 7 200 7 V48 H0Z' fill='url(%23go)'/%3E%3C/svg%3E")}.admin-mc-bottom-grid{display:block}.admin-mc-bottom-unified{background:#fff;border:1px solid #e8e6e1;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.admin-mc-bottom-col{min-height:300px;padding:18px;position:relative}.admin-mc-bottom-col:not(:last-child):after{content:"";background:#e8e6e1;width:1px;position:absolute;top:14px;bottom:14px;right:0}.admin-mc-bottom-col>h3{color:#23272f;margin:0 0 10px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.admin-mc-col-scroll{max-height:240px;padding-right:4px;overflow:hidden auto}.admin-mc-list,.admin-mc-classes,.admin-mc-activity{gap:8px;display:grid}.admin-mc-list div,.admin-mc-classes>div,.admin-mc-activity>div{border:1px solid #f3f4f6;border-radius:10px;align-items:center;gap:8px;padding:9px 10px;display:grid}.admin-mc-list div{grid-template-columns:14px minmax(0,1fr) auto}.admin-mc-list span{font-family:DM Sans,sans-serif;font-size:12.5px}.admin-mc-list strong{color:#2563eb;background:#eff6ff;border-radius:999px;padding:2px 8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.admin-mc-classes>div{grid-template-columns:42px minmax(0,1fr) auto}.admin-mc-classes>div>span{color:#23272f;font-family:DM Sans,sans-serif;font-size:11.5px;font-weight:500}.admin-mc-classes h4,.admin-mc-activity h4{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500}.admin-mc-classes p,.admin-mc-activity p{color:#6b7280;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:11.5px}.admin-mc-classes button{color:#2563eb;cursor:pointer;background:#fafaf8;border:1px solid #e8e6e1;border-radius:7px;height:26px;padding:0 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;transition:all .15s}.admin-mc-classes button:hover{background:#eff6ff;border-color:#bfdbfe}.admin-mc-activity>div{grid-template-columns:14px minmax(0,1fr) auto}.admin-mc-activity span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:10.5px}.admin-mc-activity>div>svg{color:#22c55e}.admin-mc-notification-overlay{z-index:100;background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-mc-notification-drawer{background:#fafaf8;border-left:1px solid #e8e6e1;width:400px;max-width:100%;height:100%;padding:20px 18px;font-family:DM Sans,sans-serif;overflow:auto}.admin-mc-notification-drawer header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.admin-mc-notification-drawer header h3{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}.admin-mc-notification-drawer header button{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e8e6e1;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.admin-mc-notification-drawer section{margin-top:14px}.admin-mc-notification-drawer section h4{text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;margin:0 0 8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.admin-mc-notification-drawer section article{background:#fff;border:1px solid #e8e6e1;border-left-width:3px;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;padding:10px 12px;display:flex}.admin-mc-notification-drawer section article.severity-low{border-left-color:#3b82f6}.admin-mc-notification-drawer section article.severity-medium{border-left-color:#f59e0b}.admin-mc-notification-drawer section article.severity-high{border-left-color:#f97316}.admin-mc-notification-drawer section article.severity-critical{border-left-color:#ef4444}.admin-mc-notification-drawer section article strong{color:#23272f;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:500;display:block}.admin-mc-notification-drawer section article p{color:#6b7280;margin:3px 0 0;font-family:DM Sans,sans-serif;font-size:11.5px}.admin-mc-notification-drawer section article button{color:#2563eb;cursor:pointer;background:#fafaf8;border:1px solid #e8e6e1;border-radius:7px;height:26px;padding:0 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;transition:all .15s}.admin-mc-notification-drawer section article button:hover{background:#eff6ff;border-color:#bfdbfe}@media (width<=1400px){.admin-mc-action-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-mc-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1200px){.admin-mc-main-grid,.admin-mc-upper-grid,.admin-mc-bottom-unified,.admin-mc-hero{grid-template-columns:1fr}.admin-mc-hero-illus{max-width:42%;height:76%;right:10px}.admin-mc-right-column{grid-template-columns:1fr}.admin-mc-alerts-tall{height:auto;max-height:400px}}@media (width<=1024px){.admin-v2-greeting{flex-direction:column}.admin-v2-greeting-date{width:100%}.admin-v2-kpi-grid,.admin-mc-action-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;min-height:0;margin-top:10px;display:flex;overflow:hidden}.admin-table-scroll{flex:1;min-height:0;overflow:auto}.admin-table-el{border-collapse:collapse;table-layout:fixed;width:100%;font-size:13px}.admin-table-head th{color:#6b7280;text-align:left;white-space:nowrap;z-index:6;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:6px 12px;font-size:12px;font-weight:500;position:sticky;top:0}.admin-table-head th.pinned-col{z-index:7;background:#f9fafb;position:sticky;left:0}.selection-col-cell{text-align:center;padding-left:10px!important;padding-right:10px!important}.selection-col-head{z-index:10!important}.row-select-checkbox{accent-color:#2563eb;cursor:pointer;width:16px;height:16px}.th-wrap{justify-content:space-between;align-items:center;gap:10px;display:flex}.th-label{align-items:center;gap:5px;display:inline-flex}.sort-icon-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3f0;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.sort-icon-btn:hover{color:#1d4ed8;border-color:#93c5fd}.col-resize-handle{cursor:col-resize;width:8px;height:100%;position:absolute;top:0;right:0}.col-resize-handle:after{content:"";background:#d1d5db;width:1px;height:64%;transition:background-color .2s,width .2s;position:absolute;top:18%;right:2px}.col-resize-handle:hover:after{background:#2563eb;width:2px}.student-name-link{font:inherit;text-align:left;cursor:pointer;color:#1d4ed8;font-weight:600;font-size:inherit;background:0 0;border:none;margin:0;padding:0}.student-name-link:hover{color:#1e40af;text-decoration:underline}.admin-table-head th:not(:first-child),.admin-table-row td:not(:first-child){padding-left:12px}.columns-order-actions{gap:4px;margin-left:auto;display:inline-flex}.columns-order-actions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:20px;height:20px;font-size:11px;line-height:18px}.columns-order-actions button:disabled{opacity:.35;cursor:not-allowed}.admin-table-row:nth-child(odd){background:#fff}.admin-table-row:nth-child(2n){background:#f3f4f6}.admin-table-row td{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;border-top:1px solid #eef1f5;padding:4px 10px;overflow:hidden}.admin-table-row td.pinned-col{z-index:5;position:sticky;left:0}.admin-table-row.is-selected td{background:#eff6ff}.admin-table-row:first-child td{border-top:none}.admin-table-row:nth-child(odd) td.pinned-col{background:#fff}.admin-table-row:nth-child(2n) td.pinned-col{background:#f3f4f6}.admin-table-row.is-selected td.pinned-col{background:#eff6ff!important}.admin-table .class-title,.admin-table .class-sub{font-size:12px;line-height:1.15}.admin-table .class-title{font-weight:500}.table-pagination{background:#fff;border-top:1px solid #e5e7eb;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.table-pagination-summary{color:#64748b;margin:0;font-size:.8rem}.table-pagination-controls{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.table-page-size{color:#64748b;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.table-page-size select{color:#0f172a;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:4px 8px;font-size:.8rem}.table-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:54px;height:30px;padding:0 10px;font-size:.8rem;font-weight:600}.table-page-btn:disabled{opacity:.45;cursor:not-allowed}.table-page-indicator{color:#334155;text-align:center;min-width:84px;font-size:.8rem;font-weight:600}.tag-pill{text-transform:capitalize;border-radius:999px;align-items:center;padding:1px 7px;font-size:10px;display:inline-flex}.stage-tag-pill{padding:2px 10px;font-size:10px;font-weight:600}.rating-pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:2px;padding:2px 8px;font-size:11px;line-height:1;display:inline-flex}.rating-pill span{color:#94a3b880}.rating-pill .on{color:inherit}.rating-pill-1{color:#dc2626;background:#dc262614;border-color:#dc262659;box-shadow:0 0 8px #dc262647}.rating-pill-2{color:#ea580c;background:#ea580c1a;border-color:#ea580c59;box-shadow:0 0 8px #ea580c3d}.rating-pill-3{color:#16a34a;background:#16a34a1a;border-color:#16a34a59;box-shadow:0 0 8px #16a34a3d}.badge-gray{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.badge-blue{color:#1d4ed8;background:#e5edff;border:1px solid #bfdbfe}.badge-green{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.badge-yellow{color:#854d0e;background:#fef9c3;border:1px solid #fde68a}.badge-orange{color:#9a3412;background:#ffedd5;border:1px solid #fed7aa}.badge-red{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.badge-purple{color:#5b21b6;background:#ede9fe;border:1px solid #ddd6fe}.columns-menu{position:relative}.columns-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:7px 11px;font-size:12px}.columns-popover{z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:220px;max-height:320px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 12px 30px #0f172a1f}.columns-section{margin-bottom:8px}.columns-section-title{color:#6b7280;margin:4px 4px 8px;font-size:12px;font-weight:600}.columns-draggable-item{color:#111827;cursor:default;background:#fff;border:1px solid #eef1f5;border-radius:8px;align-items:center;gap:10px;margin-bottom:6px;padding:8px;font-size:.85rem;display:flex}.columns-draggable-item:hover{background:#f3f4f6}.columns-draggable-item.is-dragging{opacity:.5}.drag-handle{color:#64748b;align-items:center;display:inline-flex}.columns-item-label{color:#0f172a;font-size:13px}.columns-item-actions{gap:6px;margin-left:auto;display:inline-flex}.columns-item-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3f0;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.columns-item-actions button:disabled{opacity:.35;cursor:not-allowed}.columns-draggable-item.hidden-col{cursor:default}.batches-filters{align-items:center}.batches-search{flex:1;min-width:200px;max-width:320px}.batch-cards-section{margin-top:16px}.batch-cards-heading{color:#0f172a;margin:0 0 14px;font-size:1.05rem;font-weight:700}.batch-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.batch-card{cursor:pointer;text-align:left;font:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:0;transition:box-shadow .2s,transform .15s;overflow:hidden}.batch-card-media{height:120px;position:relative;overflow:hidden}.batch-card-cover{object-fit:cover;width:100%;height:100%;display:block}.batch-card-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex;position:absolute;top:10px;right:10px}.batch-card-tag{color:#0f172a;background:#ffffffeb;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.batch-card-title{color:#0f172a;word-break:break-word;margin:0 0 10px;font-size:1rem;font-weight:700;line-height:1.35}.batch-card-metrics-row{flex-wrap:nowrap;align-items:center;gap:10px;margin-bottom:10px;display:flex;overflow:hidden}.batch-metric-item{color:#334155;white-space:nowrap;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.batch-metric-count{min-width:10px}.batch-metric-item svg{color:#2563eb;flex-shrink:0}.batch-metric-stars{gap:5px}.three-star-candidate-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:relative}.three-star-candidate-icon svg:first-child{color:#2563eb}.three-star-candidate-icon svg:last-child{color:#f59e0b;fill:#f59e0b;position:absolute;top:-4px;right:-5px}.batch-metric-status{border:1px solid #0000;border-radius:999px;padding:2px 8px}.batch-metric-status.is-active{color:#166534;background:#dcfce7;border-color:#bbf7d0}.batch-metric-status.is-planned{color:#374151;background:#f3f4f6;border-color:#e5e7eb}.batch-metric-status.is-completed{color:#5b21b6;background:#ede9fe;border-color:#ddd6fe}.batch-metric-status.is-cancelled{color:#991b1b;background:#fee2e2;border-color:#fecaca}.batch-metric-divider{background:#dbe3f0;flex-shrink:0;width:1px;height:14px}.batch-card-last-class{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.76rem;overflow:hidden}.batch-status-pill{text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.batch-status-active{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.batch-status-planned{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.batch-status-completed{color:#5b21b6;background:#ede9fe;border:1px solid #ddd6fe}.batch-status-cancelled{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.batch-create-modal{z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;width:min(620px,100vw - 32px);max-height:calc(100vh - 48px);display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 54px #0f172a38}.batch-create-head h3{margin:0 0 4px}.batch-create-form{flex-direction:column;gap:10px;padding:14px 16px 18px;display:flex;overflow-y:auto}.batch-create-form label{color:#334155;flex-direction:column;gap:6px;font-size:.78rem;font-weight:600;display:flex}.batch-create-form input,.batch-create-form select{color:#0f172a;background:#fff;border:1px solid #dbe3f0;border-radius:10px;outline:none;padding:9px 10px;font-size:.85rem}.batch-create-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.batch-student-picker-search{width:100%}.batch-student-picker-list{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:6px;max-height:260px;padding:8px;display:flex;overflow:auto}.batch-student-picker-item{cursor:pointer;background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;align-items:flex-start;gap:9px;padding:8px 9px;display:flex}.batch-student-picker-item input{margin-top:2px}.batch-student-picker-item p{color:#0f172a;margin:0;font-size:.86rem;font-weight:600}.batch-student-picker-item span{color:#64748b;margin-top:3px;font-size:.76rem;display:block}.batch-student-picker-summary{color:#334155;margin:0;font-size:.81rem;font-weight:600}.batch-student-selected-list{flex-wrap:wrap;gap:6px;display:flex}.batch-student-selected-list span{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;display:inline-flex}.batch-cards-section{font-family:DM Sans,sans-serif}.batch-cards-heading{color:#23272f;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.batch-cards-grid{gap:16px}.batch-card{border:1px solid #e8e6e1;border-radius:14px;transition:box-shadow .15s,transform .15s}.batch-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000014}.batch-card-media{height:110px}.batch-card-body{padding:14px 16px}.batch-card-title{color:#23272f;margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.batch-card-metrics-row{gap:8px;margin-bottom:8px}.batch-metric-item{color:#23272f;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.batch-metric-item svg{color:#2563eb;stroke-width:1.5px!important}.batch-metric-status{padding:2px 8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.batch-metric-divider{background:#e8e6e1}.batch-card-last-class{color:#6b7280;font-family:DM Sans,sans-serif;font-size:12px}.batch-card-last-class span{color:#23272f;font-weight:500}.batch-card-tag{font-family:DM Sans,sans-serif;font-size:10px;font-weight:500}.panel-top h3{color:#23272f;letter-spacing:-.01em;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600}.panel-top .muted-dark{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px}.batches-filters{font-family:DM Sans,sans-serif}.batches-search{background:#fff;border-radius:10px;border:1px solid #e8e6e1!important}.batches-search input{color:#23272f;font-family:DM Sans,sans-serif;font-size:13px}.batches-search input::placeholder{color:#9ca3af}.batches-filters .filter-select{background:#fff;border:1px solid #e8e6e1;border-radius:10px;font-family:DM Sans,sans-serif}.batches-filters .filter-select span{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px}.batches-filters .filter-select select{color:#23272f;font-family:DM Sans,sans-serif;font-size:13px}.batch-create-modal{border:1px solid #e8e6e1;border-radius:16px;font-family:DM Sans,sans-serif;box-shadow:0 16px 40px #00000029}.batch-create-head{border-bottom:1px solid #e8e6e1;padding:18px 20px 12px}.batch-create-head h3{color:#23272f;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}.batch-create-head .muted-dark{color:#6b7280;font-family:DM Sans,sans-serif;font-size:12px}.batch-create-form{padding:16px 20px 20px}.batch-create-form label{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.batch-create-form input,.batch-create-form select{color:#23272f;border:1px solid #e8e6e1;border-radius:9px;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:13.5px}.batch-create-form input:focus,.batch-create-form select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.batch-student-picker-list{border:1px solid #e8e6e1;border-radius:10px}.batch-student-picker-item{background:#fafaf8;border:1px solid #f3f4f6;border-radius:9px;font-family:DM Sans,sans-serif}.batch-student-picker-item:hover{background:#f3f4f6}.batch-student-picker-item p{color:#23272f;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.batch-student-picker-item span{color:#6b7280;font-family:DM Sans,sans-serif;font-size:12px}.batch-student-picker-summary{color:#23272f;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.batch-student-selected-list span{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;font-family:DM Sans,sans-serif;font-size:12px}.batch-detail-page.admin-batch-detail-revamp{background:#f0eee9!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-left{background:linear-gradient(160deg,#0c1a38 0%,#14306a 40%,#1e40af 72%,#2563eb 100%)!important;border-radius:0!important;padding:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:inset 0 0 80px #ffffff08!important}.admin-batch-detail-back{color:#ffffffb3!important;gap:5px!important;margin-top:16px!important;padding-left:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important}.admin-batch-detail-context{border-radius:14px!important;gap:10px!important;padding:12px!important}.admin-batch-detail-course-image{border:1px solid #ffffff1a!important;border-radius:14px!important;height:130px!important}.admin-batch-detail-left .student-batch-status-pill{border-radius:999px!important;padding:3px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important}.admin-batch-detail-program-title{letter-spacing:-.01em!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:19px!important;font-weight:600!important;line-height:1.3!important}.admin-batch-detail-divider{background:#ffffff26!important;margin-top:4px!important}.admin-batch-detail-sub{color:#c7d2fed9!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.admin-batch-detail-next-card{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#ffffff0f!important;border:1px solid #ffffff14!important;border-radius:14px!important;padding:14px!important}.admin-batch-detail-next-card p{text-transform:uppercase!important;letter-spacing:.04em!important;color:#a5b4fc!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:500!important}.admin-batch-detail-next-card h4{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:600!important}.admin-batch-detail-next-card .student-batch-next-time{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.admin-batch-detail-next-card .student-batch-hero-primary{border-radius:10px!important;height:38px!important;margin-top:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important}.admin-batch-detail-main{background:#f0eee9!important;padding:0 24px 28px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-main .batch-detail-tabs.admin-batch-detail-tabs{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;align-items:stretch!important;gap:0!important;margin-top:20px!important;padding:0 4px!important;display:flex!important;box-shadow:0 1px 3px #0000000a!important}.batch-detail-tab{color:#6b7280!important;background:0 0!important;border:none!important;border-bottom:2.5px solid #0000!important;border-radius:0!important;margin-bottom:-1px!important;padding:12px 20px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:500!important;transition:all .15s!important}.batch-detail-tab:hover:not(.active){color:#23272f!important;background:0 0!important;border-bottom-color:#d4d2cd!important}.batch-detail-tab.active{color:#2563eb!important;background:0 0!important;border-bottom-color:#2563eb!important;font-weight:600!important}.batch-detail-tab.active:hover{color:#1d4ed8!important;background:0 0!important;border-bottom-color:#1d4ed8!important}.batch-detail-tab svg{display:none!important}.admin-batch-detail-main .batch-detail-panel,.batch-detail-panel{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:0 1px 3px #0000000a!important}.batch-detail-panel-plain,.admin-batch-detail-main .batch-detail-panel.batch-detail-panel-plain{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.admin-overview-v2-panel{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;box-shadow:0 1px 3px #0000000a!important}.admin-overview-v2-panel h3{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:1rem!important;font-weight:600!important}.admin-overview-v2-plan-card{border:1px solid #e8e6e1!important;border-radius:12px!important}.admin-overview-v2-plan-label{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.72rem!important;font-weight:600!important}.admin-overview-v2-plan-card h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-overview-v2-plan-card span{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-overview-v2-plan-btn{border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.82rem!important;font-weight:600!important}.admin-overview-v2-kpi{border:1px solid #e8e6e1!important;border-radius:14px!important}.admin-overview-v2-kpi p{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.8rem!important}.admin-overview-v2-kpi h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-overview-v2-kpi span{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-overview-grid{gap:14px!important}.batch-stat-label{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.72rem!important}.batch-stat-value{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-notes-card{border:1px solid #e8e6e1!important;border-radius:12px!important}.batch-notes-body{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-class-card{border:1px solid #e8e6e1!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a!important}.live-class-card-head{background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:12px 16px!important}.live-class-card-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.95rem!important;font-weight:600!important}.live-class-count-pill{color:#6b7280!important;background:#fafaf8!important;border:1px solid #e8e6e1!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-class-card-row{border-bottom:1px solid #f0eee9!important;padding:12px 16px!important}.class-card-icon{border-radius:10px!important}.class-card-title-inline .batch-session-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.95rem!important;font-weight:600!important}.class-card-title-inline .batch-session-meta{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.class-card-primary-actions>.batch-link-btn{color:#23272f!important;border-color:#e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-weight:600!important}.class-action-primary:hover{background:#e8f0fe!important;border-color:#93c5fd!important}.class-card-menu{border:1px solid #e8e6e1!important;border-radius:14px!important;padding:6px!important;box-shadow:0 12px 28px #0000001a!important}.class-card-menu button{color:#23272f!important;border-radius:8px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.84rem!important;font-weight:500!important}.live-filter-search{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-filter-search input{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-filter-select{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-filter-select span{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.live-filter-select select{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.schedule-class-btn{background:#2563eb!important;border-color:#2563eb!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-weight:600!important}.batch-link-btn{color:#2563eb!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-weight:600!important}.batch-schedule-modal{border-left:1px solid #e8e6e1!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:-16px 0 32px #00000014!important}.batch-schedule-modal-head{border-bottom:1px solid #e8e6e1!important}.batch-schedule-modal-head h3{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-section-head{border:1px solid #e8e6e1!important;border-radius:12px!important}.batch-schedule-section-head h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-section-head p{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-field{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-form input,.batch-schedule-form select,.batch-schedule-form textarea{color:#23272f!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-class-card{border:1px solid #e8e6e1!important;border-radius:14px!important}.batch-schedule-class-card h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-cancel{color:#23272f!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-submit{background:#2563eb!important;border-color:#2563eb!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-actions{border-top:1px solid #e8e6e1!important}.batch-recording-modal{border:1px solid #e8e6e1!important;border-radius:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:0 24px 60px #00000029!important}.batch-recording-head{border-bottom:1px solid #e8e6e1!important}.batch-recording-head h3{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-recording-frame{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:12px!important}.batch-session-row{border-bottom:1px solid #f0eee9!important}.batch-session-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-weight:600!important}.batch-session-meta{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-roster-table{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-roster-table th{color:#6b7280!important;border-bottom:1px solid #e8e6e1!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-roster-table td{border-bottom:1px solid #f0eee9!important}.batch-roster-name{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-roster-email{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-item{border-bottom:1px solid #f0eee9!important}.batch-schedule-dot{background:#2563eb!important}.syllabus-card{border:1px solid #e8e6e1!important;border-radius:14px!important;overflow:hidden!important}.syllabus-card-head{border-bottom:1px solid #e8e6e1!important}.syllabus-card-head h3{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.syllabus-inline-form{border-bottom:1px solid #e8e6e1!important}.syllabus-inline-form input,.syllabus-inline-form select{border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.syllabus-section-toggle{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.syllabus-section-index,.syllabus-section-title,.syllabus-content-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-announce-compose-card{background:#fffc!important;border:1px solid #e8e6e1!important;border-radius:14px!important}.batch-announce-compose-titlebar{border-bottom:1px solid #e8e6e1!important}.batch-announce-compose-titlebar h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-announce-compose-titlebar p{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-announce-title-input,.batch-announce-message-input{color:#23272f!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-announce-send-btn{background:#2563eb!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-announce-card{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:12px!important}.batch-announce-title,.batch-announce-body{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-assignments-card{border:1px solid #e8e6e1!important;border-radius:14px!important;box-shadow:0 1px 3px #0000000a!important}.batch-assignments-card-head h4,.create-class-topbar h1{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.create-class-card{border:1px solid #e8e6e1!important;border-radius:14px!important;box-shadow:0 1px 3px #0000000a!important}.create-class-section-title,.create-class-field{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.create-class-field input,.create-class-field select,.create-class-field textarea{color:#23272f!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.create-class-topic-input-wrap{border:1px solid #e8e6e1!important;border-radius:10px!important}.create-class-topic-dropdown{border:1px solid #e8e6e1!important;border-radius:12px!important;box-shadow:0 12px 24px #0000001a!important}.create-class-topic-dropdown li button{border-radius:8px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.create-class-divider{background:#e8e6e1!important}.create-class-assignment-toggle{border:1px solid #e8e6e1!important;border-radius:12px!important}.create-class-assignment-card{border:1px solid #bfdbfe!important;border-radius:12px!important}.batch-tab-heading{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-empty{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-link{color:#2563eb!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-detail-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-detail-subtitle{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-detail-trainer-pill{border:1px solid #bfdbfe!important;border-radius:999px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-detail-image-placeholder{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:14px!important}@media (width<=1100px){.admin-batch-detail-main{padding:16px 14px 24px!important}}.bd-quick-stats{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;align-items:stretch;gap:0;margin:12px 0;padding:14px 6px;display:flex}.bd-quick-stat{flex-direction:column;flex:1;align-items:center;gap:3px;display:flex;position:relative}.bd-quick-stat+.bd-quick-stat:before{content:"";background:#ffffff1f;width:1px;height:70%;position:absolute;top:15%;left:0}.bd-quick-stat-value{color:#fff;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;line-height:1}.bd-quick-stat-label{color:#c7d2fea6;text-transform:uppercase;letter-spacing:.05em;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:500}.bd-progress-timeline{grid-column:1/-1!important;padding:18px 20px!important}.bd-timeline-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.bd-timeline-header h3{margin:0!important}.bd-timeline-pct-badge{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:3px 10px;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600}.bd-timeline-dates{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.bd-timeline-dates span{color:#6b7280;align-items:center;gap:4px;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.bd-timeline-track{background:#e8e6e1;border-radius:999px;height:10px;margin-top:4px;margin-bottom:24px;position:relative}.bd-timeline-fill{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%);border-radius:999px;height:100%;transition:width .4s;position:absolute;top:0;left:0}.bd-timeline-marker{z-index:2;background:#2563eb;border:3px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:-5px;transform:translate(-50%);box-shadow:0 2px 6px #2563eb4d}.bd-timeline-marker-label{color:#2563eb;white-space:nowrap;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:600;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.bd-timeline-week-tick{flex-direction:column;align-items:center;display:flex;position:absolute;top:16px;transform:translate(-50%)}.bd-timeline-week-tick:before{content:"";background:#d4d2cd;width:1px;height:6px;margin-bottom:2px}.bd-timeline-week-tick span{color:#9ca3af;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:9px;font-weight:500}.bd-overview-left{flex-direction:column;gap:16px;display:flex}.bd-activities-panel{flex-direction:column;grid-row:span 2;display:flex}.bd-activities-panel .bd-activity-feed{flex:1;max-height:none}@media (width<=1024px){.bd-activities-panel{grid-row:span 1}}.bd-activities-panel h3{align-items:center!important;gap:6px!important;margin-bottom:16px!important;display:flex!important}.bd-activity-feed{flex-direction:column;gap:0;max-height:360px;display:flex;position:relative;overflow-y:auto}.bd-activity-feed::-webkit-scrollbar{width:4px}.bd-activity-feed::-webkit-scrollbar-thumb{background:#d4d2cd;border-radius:999px}.bd-activity-item{align-items:flex-start;gap:10px;padding:10px 0;display:flex;position:relative}.bd-activity-item:first-child{padding-top:2px}.bd-activity-item:before{content:"";background:#e8e6e1;width:2px;position:absolute;top:30px;bottom:0;left:13px}.bd-activity-item:last-child:before{display:none}.bd-activity-dot{z-index:1;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:0;display:flex;position:relative;box-shadow:0 1px 3px #00000014}.bd-activity-dot svg{color:#fff;width:14px!important;height:14px!important}.bd-activity-item.is-class_completed .bd-activity-dot{background:#16a34a}.bd-activity-item.is-class_scheduled .bd-activity-dot{background:#2563eb}.bd-activity-item.is-assignment_created .bd-activity-dot{background:#f59e0b}.bd-activity-item.is-announcement_posted .bd-activity-dot{background:#8b5cf6}.bd-activity-item.is-student_joined .bd-activity-dot{background:#06b6d4}.bd-activity-content{flex-direction:column;gap:2px;min-width:0;display:flex}.bd-activity-desc{color:#23272f;text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;line-height:1.4;overflow:hidden}.bd-activity-time{color:#9ca3af;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400}.bd-activity-empty{color:#9ca3af;text-align:center;margin:0;padding:24px 0;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:13px}.bd-kpi-grid-2x2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bd-kpi-grid-2x2 .admin-overview-v2-kpi{flex-direction:column;gap:4px;display:flex;padding:16px!important}.bd-kpi-icon-wrap{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:6px;display:inline-flex}.bd-kpi-icon-wrap.is-stars{color:#d97706;background:#fef9ee;border:1px solid #fde68a}.bd-kpi-icon-wrap.is-interviews{color:#2563eb;background:#eef6ff;border:1px solid #bfdbfe}.bd-kpi-icon-wrap.is-attendance{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.bd-kpi-icon-wrap.is-progress{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.bd-kpi-grid-2x2 .admin-overview-v2-kpi p{color:#6b7280!important;margin:0!important;font-size:12px!important;font-weight:500!important}.bd-kpi-grid-2x2 .admin-overview-v2-kpi h4{color:#23272f!important;margin:0!important;font-size:28px!important;font-weight:700!important;line-height:1!important}.bd-kpi-grid-2x2 .admin-overview-v2-kpi span{color:#9ca3af!important;font-size:11px!important}.admin-overview-v2-kpi.is-stars{background:#fffdf5!important}.admin-overview-v2-kpi.is-interviews{background:#f8faff!important}.admin-batch-detail-main .lc-header{justify-content:flex-end!important;align-items:center!important;gap:10px!important;margin-top:8px!important;margin-bottom:20px!important;display:flex!important}.admin-batch-detail-main .lc-title{color:#23272f!important;margin:0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:20px!important;font-weight:700!important}.admin-batch-detail-main .lc-header-actions{align-items:center!important;gap:10px!important;display:flex!important}.admin-batch-detail-main .lc-search-wrap{align-items:center!important;display:flex!important;position:relative!important}.admin-batch-detail-main .lc-search-icon{color:#9ca3af!important;pointer-events:none!important;position:absolute!important;left:12px!important}.admin-batch-detail-main .lc-search-input{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;outline:none!important;width:200px!important;padding:9px 12px 9px 34px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;transition:border-color .15s,box-shadow .15s!important}.admin-batch-detail-main .lc-search-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb14!important}.admin-batch-detail-main .lc-search-input::placeholder{color:#9ca3af!important}.admin-batch-detail-main .lc-filter-btn{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:9px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important}.admin-batch-detail-main .lc-filter-btn:hover{background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .schedule-class-btn{color:#fff!important;cursor:pointer!important;background:#2563eb!important;border:1px solid #2563eb!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:9px 20px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important;box-shadow:0 1px 3px #2563eb2e!important}.admin-batch-detail-main .schedule-class-btn:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;box-shadow:0 2px 6px #2563eb40!important}.admin-batch-detail-main .lc-empty-state{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:48px 24px!important;display:flex!important}.admin-batch-detail-main .lc-empty-icon{color:#9ca3af!important;background:#f3f4f6!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:64px!important;height:64px!important;margin-bottom:16px!important;display:flex!important}.admin-batch-detail-main .lc-empty-title{color:#23272f!important;margin:0 0 4px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:15px!important;font-weight:600!important}.admin-batch-detail-main .lc-empty-desc{color:#9ca3af!important;margin:0 0 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.admin-batch-detail-main .lc-empty-cta{color:#2563eb!important;cursor:pointer!important;background:#fff!important;border:1px solid #2563eb!important;border-radius:10px!important;padding:10px 20px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important}.admin-batch-detail-main .lc-empty-cta:hover{background:#eff6ff!important}.admin-batch-detail-main .lc-past-header-actions{align-items:center!important;gap:8px!important;display:flex!important}.admin-batch-detail-main .lc-view-calendar-btn,.admin-batch-detail-main .lc-export-btn{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:7px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important}.admin-batch-detail-main .lc-view-calendar-btn:hover,.admin-batch-detail-main .lc-export-btn:hover{background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .lc-pagination-foot{justify-content:space-between!important;align-items:center!important;display:flex!important}.admin-batch-detail-main .lc-pagination{align-items:center!important;gap:4px!important;display:flex!important}.admin-batch-detail-main .lc-page-btn{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:500!important;transition:all .12s!important;display:inline-flex!important}.admin-batch-detail-main .lc-page-btn:hover:not(:disabled){background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .lc-page-btn.is-active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.admin-batch-detail-main .lc-page-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.admin-batch-detail-main .student-classes-section-head{justify-content:space-between!important;align-items:center!important;margin-top:0!important;margin-bottom:12px!important;padding:0 2px!important;display:flex!important}.admin-batch-detail-main .lc-past-section-head{margin-top:32px!important}.admin-batch-detail-main .student-classes-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important}.admin-batch-detail-main .student-classes-table th,.admin-batch-detail-main .student-classes-table td{white-space:nowrap!important;vertical-align:middle!important;text-overflow:ellipsis!important;overflow:hidden!important}.admin-batch-detail-main .past-table th:first-child,.admin-batch-detail-main .past-table td:first-child{width:80px!important}.admin-batch-detail-main .past-table th:nth-child(2),.admin-batch-detail-main .past-table td:nth-child(2){white-space:normal!important;width:26%!important;overflow:visible!important}.admin-batch-detail-main .past-table th:nth-child(3),.admin-batch-detail-main .past-table td:nth-child(3){width:170px!important}.admin-batch-detail-main .past-table th:nth-child(4),.admin-batch-detail-main .past-table td:nth-child(4){width:100px!important}.admin-batch-detail-main .past-table th:nth-child(5),.admin-batch-detail-main .past-table td:nth-child(5){width:140px!important}.admin-batch-detail-main .past-table th:nth-child(6),.admin-batch-detail-main .past-table td:nth-child(6){width:200px!important;overflow:visible!important}.admin-batch-detail-main .lc-upcoming-table th:first-child,.admin-batch-detail-main .lc-upcoming-table td:first-child{width:80px!important}.admin-batch-detail-main .lc-upcoming-table th:nth-child(2),.admin-batch-detail-main .lc-upcoming-table td:nth-child(2){white-space:normal!important;width:26%!important;overflow:visible!important}.admin-batch-detail-main .lc-upcoming-table th:nth-child(3),.admin-batch-detail-main .lc-upcoming-table td:nth-child(3){width:140px!important}.admin-batch-detail-main .lc-upcoming-table th:nth-child(4),.admin-batch-detail-main .lc-upcoming-table td:nth-child(4){width:90px!important}.admin-batch-detail-main .lc-upcoming-table th:nth-child(5),.admin-batch-detail-main .lc-upcoming-table td:nth-child(5){width:240px!important;overflow:visible!important}.admin-batch-detail-main .class-status-text,.admin-batch-detail-main .student-classes-attachment-btn{white-space:nowrap!important}.admin-batch-detail-main .student-classes-actions{white-space:nowrap!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;display:flex!important}.admin-batch-detail-main .student-classes-table-date{text-align:center!important;flex-direction:column!important;align-items:center!important;min-width:56px!important;display:inline-flex!important}.admin-batch-detail-main .student-classes-section-head h4{color:#23272f!important;gap:8px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:15px!important;font-weight:600!important}.admin-batch-detail-main .student-classes-section-head h4 svg{color:#6b7280!important}.admin-batch-detail-main .student-classes-section-head button{color:#2563eb!important;cursor:pointer!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:600!important}.admin-batch-detail-main .student-classes-table-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;margin-top:0!important;overflow:auto hidden!important;box-shadow:0 1px 3px #0000000a!important}.admin-batch-detail-main .student-classes-table{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-main .student-classes-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:10px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.admin-batch-detail-main .student-classes-table td{color:#23272f!important;border-bottom:1px solid #f0eee9!important;padding:12px 14px!important;font-size:13px!important}.admin-batch-detail-main .student-classes-table tr:last-child td{border-bottom:none!important}.admin-batch-detail-main .student-classes-table tr:hover{background:#fafaf8!important}.admin-batch-detail-main .student-classes-table tr.is-live{background:#f0fdf4!important}.admin-batch-detail-main .student-classes-table-date{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:10px!important;max-width:80px!important;padding:5px 8px 4px!important}.admin-batch-detail-main .student-classes-table-date strong{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:22px!important;font-weight:700!important}.admin-batch-detail-main .student-classes-table-date span{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:10px!important;font-weight:600!important}.admin-batch-detail-main .student-classes-table-date small{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:9px!important;font-weight:500!important}.admin-batch-detail-main .admin-class-topic-link{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:600!important}.admin-batch-detail-main .admin-class-topic-link:hover{color:#2563eb!important}.admin-batch-detail-main .student-classes-topic{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:600!important}.admin-batch-detail-main .class-status-text{border-radius:999px!important;padding:3px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important;display:inline-block!important}.admin-batch-detail-main .class-status-text.is-completed{color:#16a34a!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.admin-batch-detail-main .class-status-text.is-not-conducted,.admin-batch-detail-main .class-status-text.is-cancelled{color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important}.admin-batch-detail-main .class-status-text.is-upcoming{color:#2563eb!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.admin-batch-detail-main .student-classes-attendance-cell{color:#23272f!important;align-items:center!important;gap:4px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;display:inline-flex!important}.admin-batch-detail-main .student-classes-time-cell{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:500!important}.admin-batch-detail-main .student-classes-attachment-btn{color:#2563eb!important;cursor:pointer!important;gap:5px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important}.admin-batch-detail-main .student-classes-actions{gap:6px!important}.admin-batch-detail-main .student-classes-actions a,.admin-batch-detail-main .student-classes-actions button{cursor:pointer!important;border-radius:10px!important;height:32px!important;padding:0 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:600!important;transition:all .12s!important}.admin-batch-detail-main .student-classes-actions .join{color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important}.admin-batch-detail-main .student-classes-actions .join:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}.admin-batch-detail-main .student-classes-actions .assignment{color:#ea580c!important;background:#fff7ed!important;border:1px solid #fdba74!important}.admin-batch-detail-main .student-classes-actions .assignment:hover{background:#ffedd5!important;border-color:#f97316!important}.admin-batch-detail-main .student-classes-actions .feedback{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important}.admin-batch-detail-main .student-classes-actions .feedback:hover{background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .student-classes-actions .calendar{color:#6b7280!important;background:#fff!important;border:1px solid #e8e6e1!important;justify-content:center!important;width:32px!important;padding:0!important}.admin-batch-detail-main .student-classes-actions .calendar:hover{color:#23272f!important;background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .student-classes-actions .class-card-menu{border:1px solid #e8e6e1!important;border-radius:14px!important;box-shadow:0 8px 24px #0000001a!important}.admin-batch-detail-main .student-classes-actions .class-card-menu button{color:#23272f!important;border-radius:8px!important;height:auto!important;padding:8px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important}.admin-batch-detail-main .student-classes-actions .class-card-menu button:hover{background:#f5f4f1!important}.admin-batch-detail-main .student-classes-actions .class-card-menu button.danger{color:#dc2626!important}.admin-batch-detail-main .student-classes-table-foot{background:#fafaf8!important;border-top:1px solid #e8e6e1!important;padding:10px 14px!important}.admin-batch-detail-main .student-classes-table-foot p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.admin-batch-detail-main .student-classes-table-foot button{color:#2563eb!important;cursor:pointer!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:600!important}.admin-batch-detail-main .student-classes-table-wrap{flex-direction:column!important;gap:0!important;display:flex!important}.admin-batch-detail-main .student-classes-table tbody tr td[colspan]{text-align:center!important;color:#9ca3af!important;padding:32px 14px!important;font-size:13px!important;font-style:italic!important}.admin-batch-detail-main .live-class-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;margin-top:20px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a!important}.admin-batch-detail-main .live-class-card-head{background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:14px 18px!important}.admin-batch-detail-main .live-class-card-title{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:600!important}.admin-batch-detail-main .live-class-card-body{padding:0!important}.admin-batch-detail-main .batch-roster-table{width:100%!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-main .batch-roster-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#fafaf8!important;border-bottom:1px solid #e8e6e1!important;padding:10px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.admin-batch-detail-main .batch-roster-table td{color:#23272f!important;border-bottom:1px solid #f0eee9!important;padding:10px 14px!important;font-size:13px!important}.admin-batch-detail-main .batch-roster-table tr:last-child td{border-bottom:none!important}.admin-batch-detail-main .batch-roster-table tr:hover{background:#fafaf8!important}.admin-batch-detail-main .live-classes-inline-error{color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:10px!important;margin-top:12px!important;padding:10px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.admin-batch-detail-main .student-classes-table-date.weekday-1{background:#f8faff!important;border-color:#dbeafe!important}.admin-batch-detail-main .student-classes-table-date.weekday-2{background:#f0fdf8!important;border-color:#d1fae5!important}.admin-batch-detail-main .student-classes-table-date.weekday-3{background:#fefce8!important;border-color:#fde68a!important}.admin-batch-detail-main .student-classes-table-date.weekday-4{background:#faf5ff!important;border-color:#e9d5ff!important}.admin-batch-detail-main .student-classes-table-date.weekday-5{background:#fff7ed!important;border-color:#fed7aa!important}.admin-batch-detail-main .student-classes-table-date.weekday-6,.admin-batch-detail-main .student-classes-table-date.weekday-0{background:#fff1f2!important;border-color:#fecdd3!important}.admin-batch-detail-main .student-classes-table-date.is-neutral{background:#fafaf8!important;border-color:#e8e6e1!important}.admin-batch-detail-main .student-classes-table tr.is-live{background:#f0fdf4!important;position:relative!important}.admin-batch-detail-main .student-classes-table tr.is-live td:first-child:before{content:""!important;background:#22c55e!important;border-radius:0 2px 2px 0!important;width:3px!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important}.admin-batch-detail-main .class-card-menu-btn{color:#6b7280!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;padding:0!important;transition:all .12s!important;display:inline-flex!important}.admin-batch-detail-main .class-card-menu-btn:hover{color:#23272f!important;background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .student-classes-table-card{transition:box-shadow .15s!important}.admin-batch-detail-main .student-classes-table-card:hover{box-shadow:0 2px 8px #0000000f!important}.batch-schedule-modal-overlay{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#0f172a40!important}.batch-schedule-modal{background:#fff!important;border-left:1px solid #e8e6e1!important;width:min(520px,100vw)!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:-16px 0 48px #0f172a1f!important}.batch-schedule-modal-head{background:#fff!important;border-bottom:1px solid #e8e6e1!important;padding:20px 24px 16px!important}.batch-schedule-modal-head h3{color:#2563eb!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:18px!important;font-weight:700!important}.batch-schedule-modal-title p{color:#9ca3af!important;margin:4px 0 0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.batch-schedule-close{color:#6b7280!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:18px!important;transition:all .12s!important;display:flex!important}.batch-schedule-close:hover{color:#23272f!important;background:#fafaf8!important;border-color:#d4d2cd!important}.batch-schedule-form{gap:16px!important;padding:20px 24px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.batch-schedule-class-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:18px 16px 14px!important}.batch-schedule-class-card h4{color:#23272f!important;border-bottom:1px solid #f0eee9!important;margin:0 0 14px!important;padding-bottom:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:700!important}.batch-schedule-class-grid{gap:14px!important}.batch-schedule-field{color:#23272f!important;gap:6px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important}.batch-schedule-form input,.batch-schedule-form select{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;min-height:42px!important;padding:9px 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:400!important;transition:border-color .15s,box-shadow .15s!important}.batch-schedule-form input:focus,.batch-schedule-form select:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb14!important}.batch-schedule-form input::placeholder{color:#9ca3af!important;font-weight:400!important}.batch-schedule-form textarea{border:1px solid #e8e6e1!important;border-radius:10px!important;padding:9px 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;transition:border-color .15s,box-shadow .15s!important}.batch-schedule-form textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb14!important}.create-class-topic-combobox .create-class-topic-input-wrap{border:1px solid #e8e6e1!important;border-radius:10px!important;overflow:hidden!important}.create-class-topic-combobox .create-class-topic-input-wrap input{box-shadow:none!important;border:none!important}.create-class-topic-combobox .create-class-topic-chevron{color:#9ca3af!important}.create-class-topic-dropdown{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:0 8px 24px #0000001a!important}.create-class-topic-dropdown ul{margin:0!important;padding:4px!important;list-style:none!important}.create-class-topic-dropdown li button{color:#23272f!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:8px!important;width:100%!important;padding:8px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.class-attachment-upload-btn{color:#23272f!important;cursor:pointer!important;background:#fafaf8!important;border:1px dashed #e8e6e1!important;border-radius:10px!important;align-items:center!important;gap:8px!important;padding:10px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .12s!important;display:inline-flex!important}.class-attachment-upload-btn svg{color:#6b7280!important;width:16px!important;height:16px!important}.batch-schedule-toggle-row{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:12px!important;min-height:52px!important;padding:6px 14px!important}.batch-schedule-toggle-row input{appearance:none!important;cursor:pointer!important;background:#d4d2cd!important;border:none!important;border-radius:999px!important;width:42px!important;height:24px!important;min-height:auto!important;padding:0!important;transition:background .2s!important;position:relative!important}.batch-schedule-toggle-row input:checked{background:#2563eb!important}.batch-schedule-toggle-text span{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:600!important}.batch-assignment-block{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:16px 16px 18px!important}.batch-assignment-block-head h4{color:#23272f!important;border-bottom:1px solid #f0eee9!important;padding-bottom:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:700!important}.batch-assignment-info-note{color:#2563eb!important;background:#f8faff!important;border:1px solid #dbeafe!important;border-radius:10px!important;padding:10px 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important}.batch-schedule-hint{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important}.batch-schedule-actions{border-top:1px solid #e8e6e1!important;gap:10px!important;padding-top:14px!important}.batch-schedule-cancel{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;padding:10px 20px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .12s!important}.batch-schedule-cancel:hover{background:#fafaf8!important;border-color:#d4d2cd!important}.batch-schedule-submit{color:#fff!important;cursor:pointer!important;background:#2563eb!important;border:1px solid #2563eb!important;border-radius:10px!important;padding:10px 24px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .12s!important;box-shadow:0 1px 3px #2563eb2e!important}.batch-schedule-upload-hint{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11.5px!important}.student-assignment-upload-box{cursor:pointer!important;background:#fafaf8!important;border:1.5px dashed #e8e6e1!important;border-radius:12px!important;flex-direction:column!important;align-items:center!important;gap:6px!important;padding:20px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;transition:all .15s!important;display:flex!important}.student-assignment-upload-box:hover{background:#f8faff!important;border-color:#2563eb!important}.student-assignment-upload-box strong{color:#23272f!important;font-size:13px!important;font-weight:600!important}.class-attachment-upload-browse{color:#2563eb!important;font-size:12.5px!important;font-weight:600!important}.admin-batch-detail-main .batch-assignments-wrap{margin-top:8px!important}.admin-batch-detail-main .admin-assignments-table-wrap{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a!important}.admin-batch-detail-main .student-assignments-table{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-main .student-assignments-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:11px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.admin-batch-detail-main .student-assignments-table td{border-bottom:1px solid #f0eee9!important;padding:16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.admin-batch-detail-main .student-assignments-table tr:last-child td{border-bottom:none!important}.admin-batch-detail-main .student-assignments-table tr:hover{background:#fafaf8!important}.admin-batch-detail-main .student-assignment-icon{color:#2563eb!important;background:#eff6ff!important;border-radius:10px!important;width:32px!important;height:32px!important}.admin-batch-detail-main .student-assignment-cell-main p{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:600!important}.admin-batch-detail-main .student-assignment-cell-main small{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.admin-batch-detail-main .student-assignment-due-cell p{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.admin-batch-detail-main .student-assignment-due-cell small{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.admin-batch-detail-main .student-assignment-marks{color:#16a34a!important;align-items:center!important;gap:5px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:14px!important;font-weight:600!important;display:inline-flex!important}.admin-batch-detail-main .admin-assignment-primary-btn{color:#2563eb!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;height:34px!important;padding:0 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important;transition:all .12s!important}.admin-batch-detail-main .admin-assignment-primary-btn:hover{background:#eff6ff!important;border-color:#bfdbfe!important}.admin-batch-detail-main .student-assignment-more-btn{color:#6b7280!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;width:32px!important;height:32px!important;transition:all .12s!important}.admin-batch-detail-main .student-assignment-more-btn:hover{color:#23272f!important;background:#fafaf8!important}.admin-batch-detail-main .batch-assignments-wrap .class-card-menu{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:12px!important;padding:4px!important;box-shadow:0 8px 24px #0000001a!important}.admin-batch-detail-main .batch-assignments-wrap .class-card-menu button{color:#23272f!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:8px!important;align-items:center!important;gap:8px!important;width:100%!important;padding:8px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important;display:flex!important}.admin-batch-detail-main .batch-assignments-wrap .class-card-menu button:hover{background:#f5f4f1!important}.admin-batch-detail-main .batch-assignments-wrap .class-card-menu button.danger{color:#dc2626!important}.admin-batch-detail-main .student-assignments-footer{background:#fafaf8!important;border-top:1px solid #e8e6e1!important;border-radius:0 0 14px 14px!important;padding:12px 16px!important}.admin-batch-detail-main .student-assignments-footer p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important}.admin-batch-detail-main .student-assignments-pagination button{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;width:32px!important;height:32px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:500!important;transition:all .12s!important}.admin-batch-detail-main .student-assignments-pagination button:hover:not(:disabled){background:#fafaf8!important;border-color:#d4d2cd!important}.admin-batch-detail-main .student-assignments-pagination button.active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.admin-batch-detail-main .student-assignments-pagination button:disabled{opacity:.4!important;cursor:not-allowed!important}.admin-batch-detail-main .batch-assignments-placeholder{text-align:center!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:48px 24px!important}.admin-batch-detail-main .batch-assignments-placeholder .batch-assignments-icon{color:#9ca3af!important}.admin-batch-detail-main .batch-assignments-placeholder h4{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:15px!important;font-weight:600!important}.admin-batch-detail-main .batch-assignments-placeholder p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-detail-page{gap:16px!important;padding:0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.assignment-detail-header{border-bottom:1px solid #e8e6e1!important;margin-bottom:4px!important;padding:0 0 16px!important}.assignment-back-link{color:#2563eb!important;margin-bottom:8px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important}.assignment-title-row h1{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:24px!important;font-weight:700!important}.assignment-title-row .tag-pill{border-radius:999px!important;padding:3px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.assignment-title-actions-row{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:8px!important;display:flex!important}.assignment-detail-head-actions{align-items:center!important;gap:8px!important;display:flex!important}.assignment-detail-head-actions .batch-schedule-cancel{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;min-height:36px!important;padding:8px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important}.assignment-detail-head-actions .batch-link-btn{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;align-items:center!important;gap:6px!important;min-height:36px!important;padding:8px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important;display:inline-flex!important}.assignment-detail-head-actions .batch-schedule-submit{color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important;border-radius:10px!important;align-items:center!important;gap:6px!important;min-height:36px!important;padding:8px 16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important;display:inline-flex!important;box-shadow:0 1px 3px #2563eb2e!important}.assignment-detail-header .muted-dark{color:#6b7280!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;display:inline-flex!important}.assignment-kpi-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;align-items:center!important;gap:12px!important;padding:14px!important;display:flex!important;box-shadow:0 1px 3px #0000000a!important}.assignment-kpi-icon{border-radius:10px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;display:flex!important}.assignment-kpi-icon.is-total{color:#2563eb!important;background:#eff6ff!important}.assignment-kpi-icon.is-submitted{color:#16a34a!important;background:#ecfdf5!important}.assignment-kpi-icon.is-pending{color:#f59e0b!important;background:#fff7ed!important}.assignment-kpi-icon.is-late{color:#ef4444!important;background:#fef2f2!important}.assignment-kpi-icon.is-average{color:#7c3aed!important;background:#f5f3ff!important}.assignment-kpi-icon.is-top{color:#ca8a04!important;background:#fefce8!important}.assignment-kpi-main{min-width:0!important}.assignment-kpi-card p{color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.03em!important;margin:0 0 2px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:500!important}.assignment-kpi-card h3{color:#23272f!important;margin:0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.1!important}.assignment-kpi-value-row span{color:#9ca3af!important;font-size:12px!important;font-weight:500!important}.assignment-progress-row{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;display:flex!important;box-shadow:0 1px 3px #0000000a!important}.assignment-progress-row p{color:#23272f!important;white-space:nowrap!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.assignment-progress-row p span{color:#6b7280!important;font-weight:400!important}.assignment-progress-row>span{color:#2563eb!important;white-space:nowrap!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.assignment-progress-track{background:#f0eee9!important;border-radius:999px!important;flex:1!important;height:8px!important;overflow:hidden!important}.assignment-progress-track>div{background:#2563eb!important;border-radius:999px!important;height:100%!important;transition:width .3s!important}.assignment-filters .live-filter-search{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;align-items:center!important;gap:8px!important;min-width:220px!important;min-height:38px!important;padding:0 12px!important;display:inline-flex!important;position:relative!important}.assignment-filters .live-filter-search svg{color:#9ca3af!important;flex-shrink:0!important}.assignment-filters .live-filter-search input{color:#23272f!important;background:0 0!important;border:none!important;outline:none!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-filters .live-filter-search input::placeholder{color:#9ca3af!important}.assignment-filters select{color:#23272f!important;appearance:none!important;cursor:pointer!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat!important;border:1px solid #e8e6e1!important;border-radius:10px!important;min-height:38px!important;padding:0 32px 0 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important}.assignment-submissions-panel{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:0!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a!important}.assignment-student-link{cursor:pointer!important;transition:color .15s!important}.assignment-student-link:hover{color:#2563eb!important;text-decoration:underline!important}.assignment-submissions-panel .batch-table-wrap{overflow-x:auto!important}.assignment-table{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.assignment-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:11px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.assignment-table td{color:#23272f!important;vertical-align:middle!important;border-bottom:1px solid #f0eee9!important;padding:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-table tr:last-child td{border-bottom:none!important}.assignment-table tr:hover{background:#fafaf8!important}.assignment-avatar{color:#2563eb!important;background:#eff6ff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.assignment-student-cell strong{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.assignment-student-cell p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11.5px!important}.assignment-table .tag-pill{border-radius:999px!important;padding:3px 10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.assignment-marks-inline input{text-align:center!important;color:#23272f!important;border:1px solid #e8e6e1!important;border-radius:8px!important;width:52px!important;height:32px!important;padding:0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-marks-inline input:focus{border-color:#2563eb!important;outline:none!important;box-shadow:0 0 0 3px #2563eb14!important}.assignment-marks-inline span{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-feedback-cell{color:#6b7280!important;max-width:180px!important;font-size:12.5px!important}.assignment-file-link{color:#2563eb!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:500!important}.assignment-file-download{color:#6b7280!important}.assignment-actions-cell .batch-link-btn{color:#2563eb!important;background:#fff!important;border:1px solid #2563eb!important;border-radius:8px!important;min-height:30px!important;padding:5px 12px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:600!important}.assignment-actions-cell .batch-link-btn:hover{background:#eff6ff!important}.assignment-table-footer{background:#fafaf8!important;border-top:1px solid #e8e6e1!important;justify-content:space-between!important;align-items:center!important;padding:12px 14px!important;display:flex!important}.assignment-table-footer p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important}.assignment-pagination .batch-link-btn{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:500!important;display:inline-flex!important}.assignment-pagination .batch-link-btn:hover:not(:disabled){background:#fafaf8!important}.assignment-pagination .batch-link-btn.assignment-page-active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.assignment-pagination .batch-link-btn:disabled{opacity:.4!important}.assignment-feedback-drawer{border-left:1px solid #e8e6e1!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:-16px 0 48px #0f172a1f!important}.assignment-feedback-head{border-bottom:1px solid #e8e6e1!important;padding:16px 20px!important}.assignment-feedback-head h3{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:16px!important;font-weight:700!important}.assignment-feedback-body{font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.assignment-feedback-form label{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12.5px!important;font-weight:600!important}.assignment-feedback-form input,.assignment-feedback-form textarea{border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.assignment-feedback-form input:focus,.assignment-feedback-form textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb14!important}.batch-detail-back{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-top:24px;padding:0 0 12px;font-size:.9rem;font-weight:600}.batch-detail-page{width:100%}.batch-detail-page.admin-batch-detail-revamp{background:#f8fafc;min-height:100vh;display:flex}.admin-batch-detail-left{z-index:20;color:#fff;background:linear-gradient(135deg,#0a192f 0%,#142b52 30%,#1e40af 65%,#2563eb 100%);flex-direction:column;gap:0;width:20%;min-width:280px;max-width:360px;height:100vh;padding:10px;font-family:Inter,Poppins,system-ui,-apple-system,sans-serif;display:flex;position:fixed;top:0;left:0;box-shadow:inset 0 0 100px #ffffff0d}.admin-batch-detail-main{box-sizing:border-box;width:80%;min-width:0;height:100vh;margin-left:max(20%,280px);padding:0 28px 32px;overflow:hidden auto}.admin-batch-detail-back{color:#fff;align-items:center;gap:6px;margin-top:20px;margin-bottom:0;padding-bottom:0;padding-left:20px;font-size:14px;font-weight:500;display:inline-flex}.admin-batch-detail-back:hover{color:#fff}.admin-batch-detail-context{background:0 0;border:none;border-radius:16px;flex-direction:column;gap:10px;padding:10px;display:flex}.admin-batch-detail-course-image{object-fit:cover;border:1px solid #ffffff1f;border-radius:16px;width:100%;height:120px;margin-top:10px;display:block}.admin-batch-detail-left .student-batch-status-pill{color:#22c55e;background:#22c55e33;border:none;border-radius:999px;align-self:flex-start;margin-top:10px;padding:4px 10px;font-size:13px;font-weight:500}.admin-batch-detail-program-title{color:#fff;margin:0;font-size:20px;font-weight:600;line-height:1.3}.admin-batch-detail-divider{background:#ffffff47;width:100%;height:1px;margin-top:5px}.admin-batch-detail-sub{color:#c7d2fe;gap:6px;margin:0;font-size:13px;font-weight:400;line-height:1.35}.admin-batch-detail-sub svg{color:#bfdbfe}.admin-batch-detail-next-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;margin-top:auto;padding:16px}.admin-batch-detail-next-card p{color:#a5b4fc;margin:0;font-size:12px;font-weight:500}.admin-batch-detail-next-card h4{color:#fff;margin:6px 0;font-size:15px;font-weight:600;line-height:1.35}.admin-batch-detail-next-card .student-batch-next-time{color:#c7d2fe;font-size:12px;font-weight:400}.admin-batch-detail-next-card .student-batch-hero-primary{width:100%;height:40px;box-shadow:none;color:#1e3a8a;background:#fff;border:none;border-radius:10px;gap:6px;margin-top:12px;font-size:14px;font-weight:500}.admin-batch-detail-next-card .student-batch-hero-primary:hover{background:#e0e7ff}.admin-batch-detail-next-card .student-batch-hero-primary svg{width:14px;height:14px}.admin-batch-detail-main .batch-detail-tabs.admin-batch-detail-tabs{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:0 0 12px 12px;margin-top:0;margin-bottom:10px;padding:20px 10px 10px;top:0}.admin-batch-detail-main .batch-detail-tabs.admin-batch-detail-tabs:before{display:none}.admin-batch-detail-main .batch-detail-panel{margin-top:12px}.batch-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:8px;display:flex}.batch-detail-header-text{flex:1;min-width:200px;padding-bottom:0}.batch-detail-title{color:#0f172a;margin:0 0 14px;font-size:1.65rem;font-weight:700;line-height:1.2}.batch-detail-subtitle{max-width:640px;margin:0;font-size:.92rem}.batch-detail-meta-row{flex-wrap:wrap;align-items:center;gap:10px;margin:0;display:flex}.batch-detail-meta-row .batch-status-pill{padding:5px 12px;font-size:.78rem}.batch-detail-trainer-pill{color:#1e3a8a;background:#e5edff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.batch-detail-image-placeholder{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;width:min(360px,100%);height:190px;overflow:hidden}.batch-detail-cover{object-fit:cover;width:100%;height:100%;display:block}.batch-detail-tabs{z-index:25;background:#fff;border:none;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:flex-end;gap:8px;width:100%;max-width:100%;margin:20px 0 0;padding:0;display:inline-flex;position:sticky;top:20px}.batch-detail-tabs:before{content:"";pointer-events:none;background:#fff;height:20px;position:absolute;top:-20px;left:0;right:0}.batch-detail-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #94a3b859;border-radius:10px;flex:0 auto;justify-content:center;align-items:center;gap:8px;margin-bottom:-1px;padding:9px 14px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.batch-detail-tab+.batch-detail-tab{border-left:none}.batch-detail-tab svg{stroke:currentColor;flex-shrink:0}.batch-detail-tab:hover:not(.active){color:#475569;background:#2563eb12;border-color:#94a3b880}.batch-detail-tab.active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:600}.batch-detail-tab.active:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.batch-detail-tab:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #2563eb73}@media (width<=640px){.batch-detail-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.batch-detail-tab{flex:none}}@media (width<=1100px){.batch-detail-page.admin-batch-detail-revamp{flex-direction:column}.admin-batch-detail-left{width:100%;min-width:0;max-width:none;height:auto;position:static}.admin-batch-detail-main{width:100%;margin-left:0;padding:18px 16px 24px}.admin-batch-detail-next-card{margin-top:0}}.batch-detail-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:200px;margin-top:20px;padding:20px}.batch-detail-panel-students{padding-top:0}.batch-detail-panel-plain{background:0 0;border:none;border-radius:0;padding:0}.live-classes-cards{flex-direction:column;gap:16px;display:flex}.live-classes-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.live-classes-filters{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.live-filter-search{color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:8px;min-width:220px;padding:8px 10px;display:inline-flex}.live-filter-search input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.86rem}.live-filter-select{color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.live-filter-select span{color:#94a3b8;font-size:.78rem}.live-filter-select select{color:#111827;background:0 0;border:none;outline:none;min-width:136px;padding:9px 0}.schedule-class-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:10px;padding:9px 14px;font-size:.84rem;font-weight:600}.schedule-class-btn:hover{background:#1d4ed8;border-color:#1d4ed8}.live-class-card{box-shadow:none;background:#fff;border:1px solid #e6eaf0;border-radius:10px;overflow:hidden}.live-class-card-live{box-shadow:none;border-color:#e6eaf0}.live-class-card-head{background:#fff;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.live-class-card-head-blue{background:#eff4ff;border-bottom-color:#dbe5ff}.live-class-card-head-blue .live-class-card-title{color:#0f172a}.live-class-card-live .live-class-card-head{background:linear-gradient(#f0f7ff 0%,#fafbfc 100%)}.live-class-card-title{color:#0f172a;align-items:center;gap:7px;font-size:1rem;font-weight:700;display:inline-flex}.live-class-count-pill{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex}.live-now-badge{text-transform:uppercase;letter-spacing:.04em;color:#b91c1c;align-items:center;gap:6px;font-size:.72rem;font-weight:700;display:inline-flex}.live-now-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.92)}}@media (prefers-reduced-motion:reduce){.live-now-dot{animation:none}}.live-class-card-body{padding:0}.live-class-card-body .empty-state{margin:0;padding:14px 16px 16px}.class-row-in-card{background:0 0;border:none;border-radius:0;grid-template-columns:minmax(0,1fr) 140px 152px;min-height:80px;margin-top:0}.class-row-in-card+.class-row-in-card{border-top:1px solid #edf2f7}.class-row-in-card .class-col{padding:14px 16px}.class-row-in-card .class-title{font-size:1rem}.class-row-in-card .class-sub{margin-top:4px;display:inline-block}.class-row-in-card .class-actions .join-btn{min-width:132px}.class-row-in-card .class-actions{justify-content:center}.student-classes-filters-row{margin-bottom:15px}.live-class-card-empty{margin:0;padding:14px 16px 18px;font-size:.88rem}.live-class-card-list{margin:0;padding:0;list-style:none}.live-class-card-row{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;display:flex}.live-class-card-row:last-child{border-bottom:none}.live-class-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.class-card-title-inline{flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;display:flex}.class-card-icon{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.class-card-icon.is-not-conducted,.class-card-icon.is-cancelled{color:#dc2626;background:#fef2f2;border-color:#fecaca}.class-card-title-inline .batch-session-title{color:#0f172a;margin:0;font-size:1.02rem;font-weight:700}.class-card-title-inline .batch-session-meta{color:#64748b;align-items:center;gap:6px;margin:0;font-size:.84rem;display:inline-flex}.class-status-dot{color:#3b82f6}.class-status-dot.is-live,.class-status-text.is-live{color:#dc2626}.class-status-dot.is-upcoming,.class-status-text.is-upcoming{color:#2563eb}.class-status-dot.is-completed,.class-status-text.is-completed{color:#059669}.class-status-dot.is-not-conducted,.class-status-text.is-not-conducted,.class-status-dot.is-cancelled,.class-status-text.is-cancelled{color:#6b7280}.class-card-primary-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.class-card-primary-actions>.batch-link-btn{white-space:nowrap;color:#3b4f69;background:#fff;border-color:#d8e0ea;border-radius:9px;min-height:34px;padding:6px 15px;font-size:.84rem;font-weight:700}.class-card-menu-wrap{flex-shrink:0;margin-left:auto;position:relative}.class-card-menu-btn{color:#64748b;justify-content:center;width:34px;min-width:34px;height:34px;padding:0}.class-card-primary-actions>.batch-link-btn:hover{background:#f8fafc;border-color:#cbd5e1}.class-card-menu{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:2px;width:230px;padding:6px;display:grid;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 16px 32px #0f172a24}.class-card-menu button{text-align:left;color:#475569;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:9px 8px;font-size:.85rem;font-weight:600;display:flex}.class-card-menu button:hover{background:#f1f5f9}.class-card-menu button:disabled{color:#94a3b8;cursor:not-allowed}.class-card-menu button.danger{color:#dc2626}.batch-link-btn{color:#1d4ed8;cursor:pointer;background:#fff;border:1px solid #dbe3f0;border-radius:8px;padding:6px 10px;font-size:.78rem;font-weight:600}.batch-link-btn:hover{background:#eff6ff;border-color:#93c5fd}.batch-link-btn:disabled{opacity:.6;cursor:wait}.live-classes-inline-error{margin:0 2px}.batch-link-secondary{color:#64748b;font-weight:500}.batch-link-secondary:hover{color:#2563eb}@media (width<=720px){.live-classes-toolbar{align-items:stretch}.live-filter-search{width:100%;min-width:0}.live-classes-filters,.schedule-class-btn,.batch-link-btn{width:100%}}.batch-schedule-modal-overlay{z-index:110;background:#0f172a52;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.batch-recording-overlay{z-index:120;background:#0f172a8c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.batch-recording-modal{background:#fff;border:1px solid #dbe3f0;border-radius:14px;flex-direction:column;width:min(980px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a47}.batch-recording-head{border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.batch-recording-head h3{color:#0f172a;margin:0;font-size:.98rem}.batch-recording-body{padding:10px}.batch-recording-frame{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:min(70vh,620px)}.batch-recording-actions{padding:0 16px 14px}.batch-schedule-modal{background:#fff;border-left:1px solid #dbe3f0;border-radius:0;flex-direction:column;width:min(560px,100vw);height:100vh;display:flex;overflow:hidden;box-shadow:-18px 0 36px #0f172a2e}.batch-schedule-modal-head{border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 14px;display:flex}.batch-schedule-modal-head h3{color:#2563eb;margin:0;font-size:1.55rem;line-height:1.1}.batch-schedule-modal-title p{color:#94a3b8;margin:6px 0 0;font-size:.9rem;font-weight:500}.batch-schedule-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;width:34px;height:34px;padding:0;font-size:1.5rem;line-height:1}.batch-schedule-form{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px 16px;padding:14px 16px;display:grid;overflow:auto}.batch-schedule-section-head{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-column:1/-1;padding:10px 12px}.batch-schedule-section-head h4{color:#0f172a;margin:0;font-size:.95rem}.batch-schedule-section-head p{color:#64748b;margin:2px 0 0;font-size:.8rem}.batch-schedule-field{color:#334155;flex-direction:column;gap:7px;margin:0;font-size:.83rem;font-weight:600;display:flex}.batch-schedule-field-full{grid-column:1/-1}.batch-schedule-class-card{background:#fff;border:1px solid #e6eaf1;border-radius:14px;grid-column:1/-1;padding:12px 12px 10px}.batch-schedule-class-card h4{color:#111827;margin:0 0 10px;font-size:.98rem}.batch-schedule-class-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.batch-schedule-upload-hint{color:#64748b;margin-top:-4px;font-size:.76rem;font-weight:500}.batch-schedule-form input,.batch-schedule-form select{color:#0f172a;background:#fff;border:1px solid #dbe3f0;border-radius:12px;outline:none;min-height:44px;padding:10px 12px;font-size:.95rem}.batch-schedule-form textarea{color:#0f172a;resize:vertical;background:#fff;border:1px solid #dbe3f0;border-radius:12px;outline:none;min-height:100px;padding:10px 12px;font-size:.95rem}.batch-schedule-form input:focus,.batch-schedule-form select:focus,.batch-schedule-form textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f626}.batch-schedule-toggle-row{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:56px;padding:4px 10px;display:grid}.batch-schedule-toggle-row input{appearance:none;cursor:pointer;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:999px;width:40px;height:22px;min-height:auto;margin:0;padding:0;transition:background-color .2s,border-color .2s;position:relative}.batch-schedule-toggle-row input:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .2s;position:absolute;top:1px;left:2px;box-shadow:0 1px 3px #0f172a33}.batch-schedule-toggle-row input:checked{background:#3b82f6;border-color:#3b82f6}.batch-schedule-toggle-row input:checked:after{transform:translate(17px)}.batch-schedule-toggle-text{flex-direction:column;gap:2px;display:flex}.batch-schedule-toggle-text span{color:#0f172a;font-size:.88rem;font-weight:700}.batch-schedule-toggle-text small{color:#64748b;font-size:.76rem;font-weight:500}.batch-schedule-textarea{width:100%}.batch-assignment-block{background:#fff;border:1px solid #dbe3f0;border-radius:12px;grid-column:1/-1;grid-template-columns:1fr;gap:12px;padding:12px 12px 14px;display:grid}.batch-assignment-block-head{grid-column:1/-1;padding-bottom:2px}.batch-assignment-block-head h4{color:#1d4ed8;margin:0;font-size:1rem}.batch-assignment-info-note{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;padding:8px 10px;font-size:.78rem;font-weight:600}.batch-submission-type-row{border:1px solid #dbe3f0;border-radius:12px;align-items:center;gap:14px;min-height:44px;padding:10px 12px;display:flex}.batch-submission-type-row label{color:#334155;align-items:center;gap:6px;font-size:.86rem;font-weight:600;display:flex}.batch-submission-type-row input[type=radio]{width:14px;height:14px;min-height:auto;margin:0}.batch-schedule-actions{background:#fff;border-top:1px solid #eef1f5;grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:2px;padding-top:12px;display:flex;position:sticky;bottom:0}.batch-schedule-hint{color:#64748b;grid-column:1/-1;margin:-2px 0 2px;font-size:.78rem;font-weight:500}.batch-schedule-cancel,.batch-schedule-submit{cursor:pointer;border-radius:10px;padding:9px 14px;font-size:.84rem;font-weight:600}.batch-schedule-cancel{color:#374151;background:#fff;border:1px solid #d1d5db}.batch-schedule-submit{color:#fff;background:#2563eb;border:1px solid #2563eb}.batch-schedule-submit:hover{background:#1d4ed8;border-color:#1d4ed8}.batch-schedule-cancel:disabled,.batch-schedule-submit:disabled{opacity:.6;cursor:wait}@media (width<=640px){.batch-schedule-modal{width:100vw}.batch-schedule-form,.batch-schedule-class-grid,.batch-assignment-block{grid-template-columns:1fr}.batch-submission-type-row{flex-wrap:wrap;row-gap:8px}}.batch-overview-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.batch-stat-card{background:#f9fafb;border:1px solid #eef1f5;border-radius:10px;padding:12px 14px}.batch-stat-wide{grid-column:span 2}.batch-stat-full{grid-column:1/-1}.batch-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin:0 0 4px;font-size:.72rem;font-weight:600}.batch-stat-value{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.batch-stat-value.subtle{font-size:.9rem;font-weight:600}.batch-notes-card{background:#fff;border:1px solid #eef1f5;border-radius:10px;padding:12px 14px}.batch-notes-body{color:#334155;margin:0;font-size:.88rem;line-height:1.45}.admin-overview-v2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.admin-overview-v2-panel{background:#fff;border:1px solid #e6e9ef;border-radius:16px;padding:14px}.admin-overview-v2-panel h3{color:#111827;margin:0 0 12px;font-size:1.05rem;font-weight:700}.admin-overview-v2-plan-list{gap:12px;display:grid}.admin-overview-v2-plan-card{background:#fff;border:1px solid #e8ebf2;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-overview-v2-plan-label{margin:0 0 5px;font-size:.76rem;font-weight:700}.admin-overview-v2-plan-card h4{color:#0f172a;margin:0 0 3px;font-size:.92rem;font-weight:700}.admin-overview-v2-plan-card span{color:#64748b;font-size:.81rem}.admin-overview-v2-plan-card.is-feedback .admin-overview-v2-plan-label{color:#b18a00}.admin-overview-v2-plan-card.is-prepare .admin-overview-v2-plan-label{color:#2563eb}.admin-overview-v2-plan-card.is-assignment .admin-overview-v2-plan-label{color:#7c3aed}.admin-overview-v2-plan-btn{cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;padding:7px 14px;font-size:.84rem;font-weight:700}.admin-overview-v2-plan-btn.is-feedback{color:#8f6a00;background:#fffdf5;border-color:#d0ad34}.admin-overview-v2-plan-btn.is-prepare{color:#1d4f93;background:#f5f9ff;border-color:#8bb2e9}.admin-overview-v2-plan-btn.is-assignment{color:#5b21b6;background:#f8f4ff;border-color:#b9a3ef}.admin-overview-v2-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-overview-v2-kpi{border:1px solid #e5e7eb;border-radius:14px;padding:14px}.admin-overview-v2-kpi p{color:#667085;margin:0 0 6px;font-size:.83rem}.admin-overview-v2-kpi h4{color:#0f172a;margin:0 0 6px;font-size:2rem;line-height:1}.admin-overview-v2-kpi span{color:#64748b;font-size:.95rem}.admin-overview-v2-kpi.is-progress{background:#f5f7ff}.admin-overview-v2-kpi.is-assignments{background:#f5f3ff}.admin-overview-v2-kpi.is-attendance{background:#fbf8ea}@media (width<=1024px){.admin-overview-v2{grid-template-columns:1fr}}.batch-tab-stack{flex-direction:column;gap:24px;display:flex}.batch-tab-heading{color:#0f172a;margin:0 0 10px;font-size:.88rem;font-weight:700}.batch-empty{margin:0;font-size:.88rem}.batch-session-list{margin:0;padding:0;list-style:none}.batch-session-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.batch-session-row:last-child{border-bottom:none}.batch-session-title{color:#0f172a;margin:0 0 4px;font-size:.9rem;font-weight:600}.batch-session-meta{margin:0;font-size:.8rem}.batch-link{color:#2563eb;white-space:nowrap;font-size:.82rem;font-weight:600;text-decoration:none}.batch-link:hover{text-decoration:underline}.batch-table-wrap{overflow-x:auto}.batch-roster-table{border-collapse:collapse;width:100%;font-size:.86rem}.batch-roster-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:.75rem;font-weight:600}.batch-roster-table td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:10px}.batch-roster-name{color:#0f172a;font-weight:600;display:block}.batch-roster-email{color:#64748b;margin-top:2px;font-size:.78rem;display:block}.batch-schedule-list{margin:0;padding:0;list-style:none}.batch-schedule-item{border-bottom:1px solid #f1f5f9;gap:12px;padding:10px 0;display:flex}.batch-schedule-item:last-child{border-bottom:none}.batch-schedule-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.syllabus-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.syllabus-card-head{border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.syllabus-card-head h3{color:#0f172a;margin:0 0 4px;font-size:1.5rem}.syllabus-inline-form{border-bottom:1px solid #eef1f5;gap:10px;padding:12px 16px;display:flex}.syllabus-inline-form input,.syllabus-inline-form select{color:#0f172a;background:#fff;border:1px solid #dbe3f0;border-radius:10px;outline:none;min-height:38px;padding:8px 10px;font-size:.85rem}.syllabus-inline-form input{flex:1}.syllabus-section-list{margin:0;padding:0;list-style:none}.syllabus-section-item{border-bottom:1px solid #eef1f5}.syllabus-section-item:last-child{border-bottom:none}.syllabus-section-toggle{text-align:left;cursor:pointer;background:#fff;border:none;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.syllabus-section-index{color:#0f172a;min-width:30px;font-size:1.3rem;font-weight:700}.syllabus-section-title-wrap{flex-direction:column;flex:1;gap:2px;display:flex}.syllabus-section-title{color:#0f172a;font-size:1.2rem;font-weight:700}.syllabus-section-body{flex-direction:column;gap:10px;padding:0 16px 14px 60px;display:flex}.syllabus-content-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.syllabus-content-item{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.syllabus-content-title{color:#0f172a;font-size:.9rem;font-weight:600}.syllabus-inline-form-item{border:1px dashed #dbe3f0;border-radius:10px;margin-top:4px;padding:10px}.batch-announce-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.batch-announcements-wrap{flex-direction:column;gap:14px;display:flex}.batch-announce-compose-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #e2e8f0f2;border-radius:14px;overflow:hidden}.batch-announce-compose-titlebar{background:0 0;border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;padding:12px;display:flex}.batch-announce-compose-title-icon{color:#2563eb;background:#eff6ff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.batch-announce-compose-titlebar h4{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.batch-announce-compose-titlebar p{color:#64748b;margin:2px 0 0;font-size:.82rem}.batch-announce-compose{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;align-items:center;gap:12px;padding:12px;display:flex}.batch-announce-title-input,.batch-announce-message-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d9e1ee;border-radius:10px;outline:none;font-size:14px;font-weight:400}.batch-announce-title-input{width:220px;height:40px;padding:0 12px}.batch-announce-message-input{resize:none;flex:1;height:40px;min-height:40px;max-height:60px;padding:10px 14px;line-height:1.35}.batch-announce-message-input.is-expanded{height:60px}.batch-announce-title-input:focus,.batch-announce-message-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #60a5fa26}.batch-announce-attach-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.batch-announce-important-toggle{color:#92400e;cursor:pointer;background:#fef3c7;border:1px solid #f59e0b33;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.batch-announce-important-toggle.is-active{background:#fde68a;border-color:#f59e0b59}.batch-announce-send-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:6px;height:40px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}.batch-announce-send-btn:disabled{opacity:.55;cursor:not-allowed}.batch-announce-toast{color:#047857;margin:0;font-size:.85rem;font-weight:600}.batch-announce-attachment-link{color:#1d4ed8;margin-top:8px;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.batch-announce-attachment-image{object-fit:cover;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;width:min(100%,280px);max-height:180px}.batch-announce-card{background:#fafafa;border:1px solid #eef1f5;border-radius:10px;padding:14px 16px}.batch-announce-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.batch-announce-title{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.batch-announce-body{color:#334155;white-space:pre-wrap;margin:0 0 8px;font-size:.88rem;line-height:1.45}.batch-announce-date{margin:0;font-size:.78rem}.batch-assignments-wrap{gap:12px;display:grid}.batch-assignments-placeholder{text-align:center;max-width:420px;margin:24px auto;padding:0 12px}.batch-assignments-icon{color:#cbd5e1;margin-bottom:8px}.batch-assignments-title{margin:0 0 8px;font-size:1.05rem}.batch-assignments-placeholder code{background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:.85em}.batch-assignments-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.batch-assignments-card{background:#fff;border:1px solid #dbe3f0;border-radius:12px;padding:12px 14px}.batch-assignments-card-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.batch-assignments-card-head h4{color:#0f172a;margin:0;font-size:.95rem}.batch-assignments-card-actions{gap:6px;display:flex}.create-class-page{gap:14px;display:grid}.create-class-topbar{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.create-class-breadcrumb{color:#64748b;margin:0 0 6px;font-size:.76rem}.create-class-topbar h1{color:#0f172a;margin:0;font-size:1.8rem}.create-class-top-actions{gap:8px;display:flex}.create-class-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;display:grid}.create-class-section-title{color:#0f172a;grid-column:1/-1;margin:0;font-size:1rem}.create-class-field{color:#334155;flex-direction:column;gap:6px;margin:0;font-size:.78rem;font-weight:600;display:flex}.create-class-field>span{color:#1f2937}.create-class-field input,.create-class-field select,.create-class-field textarea{color:#0f172a;background:#fff;border:1px solid #dbe3f0;border-radius:8px;outline:none;width:100%;min-height:40px;padding:9px 11px;font-size:.9rem}.create-class-field textarea{resize:vertical;min-height:84px}.create-class-topic-field{position:relative}.create-class-topic-combobox{width:100%;position:relative}.create-class-topic-input-wrap{background:#fff;border:1px solid #dbe3f0;border-radius:8px;align-items:center;width:100%;min-height:40px;padding-right:4px;display:flex}.create-class-topic-input-wrap input{width:100%;min-width:0;min-height:auto;box-shadow:none;border:0;flex:1;padding:9px 10px}.create-class-topic-input-wrap:focus-within{border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb26}.create-class-topic-chevron{color:#475569;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.create-class-topic-dropdown{z-index:20;background:#fff;border:1px solid #dbe3f0;border-radius:10px;max-height:240px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 12px 24px #0f172a24}.create-class-topic-dropdown ul{gap:3px;margin:0;padding:6px;list-style:none;display:grid}.create-class-topic-dropdown li button{text-align:left;color:#0f172a;cursor:pointer;background:#fff;border:0;border-radius:7px;width:100%;padding:8px 9px;font-size:.86rem}.create-class-topic-dropdown li button:hover{background:#eff6ff}.create-class-topic-dropdown p{color:#64748b;margin:0;padding:10px;font-size:.8rem}.create-class-field input:focus,.create-class-field select:focus,.create-class-field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb26}.create-class-field-span2{grid-column:span 2}.create-class-field-icon .create-class-input-icon-wrap{background:#fff;border:1px solid #dbe3f0;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 10px;display:flex}.create-class-field-icon .create-class-input-icon-wrap svg{color:#64748b;flex-shrink:0}.create-class-field-icon .create-class-input-icon-wrap input{min-height:auto;box-shadow:none;background:0 0;border:0;padding:0}.create-class-divider{background:#eef2f7;grid-column:1/-1;height:1px;margin:2px 0}.create-class-assignment-toggle{background:#fff;border:1px solid #dbe7f5;border-radius:10px;grid-column:1/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:0;padding:8px 10px;display:grid}.create-class-switch{cursor:pointer;background:#3b82f6;border:1px solid #60a5fa;border-radius:999px;align-items:center;width:38px;height:22px;padding:2px;display:inline-flex}.create-class-switch[aria-checked=false]{background:#e2e8f0;border-color:#cbd5e1;justify-content:flex-start}.create-class-switch[aria-checked=true]{justify-content:flex-end}.create-class-switch-knob{background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 2px #0f172a3d}.create-class-assignment-toggle strong{color:#0f172a;font-size:.96rem;display:block}.create-class-assignment-toggle p{color:#64748b;margin:2px 0 0;font-size:.78rem}.create-class-assignment-collapse{color:#334155;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.create-class-assignment-card{border:1px solid #93c5fd;border-radius:10px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:10px;display:grid}.create-class-assignment-card h4{color:#1d4ed8;grid-column:1/-1;margin:0;font-size:.95rem}.create-class-upload-box{text-align:center;background:#f8fbff;border:1px dashed #bfdbfe;border-radius:8px;justify-items:center;gap:4px;padding:10px;display:grid}.create-class-upload-box svg{color:#3b82f6}.create-class-upload-box p{color:#0f172a;margin:0;font-size:.84rem;font-weight:600}.create-class-upload-box small{color:#64748b;font-size:.72rem}.create-class-upload-box input{margin-top:6px}.create-class-radio-row{border:1px solid #dbe3f0;border-radius:8px;align-items:center;gap:14px;min-height:40px;padding:8px 10px;display:flex}.create-class-radio-row label{color:#334155;align-items:center;gap:5px;font-size:.84rem;font-weight:500;display:inline-flex}.create-class-bottom-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;padding-top:6px;display:flex}.create-class-error{grid-column:1/-1;margin:0}@media (width<=1100px){.create-class-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.create-class-topbar{flex-direction:column}.create-class-top-actions{width:100%}.create-class-top-actions button{flex:1}.create-class-card,.create-class-assignment-card{grid-template-columns:1fr}.create-class-field-span2{grid-column:auto}}.drawer-overlay{z-index:80;background:#0f172a47;position:fixed;inset:0}.bulk-update-modal{z-index:90;background:#fff;border:1px solid #dbe3f0;border-radius:14px;width:min(460px,92vw);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0f172a33}.bulk-update-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.bulk-update-head h3{color:#0f172a;margin:0;font-size:1rem}.bulk-update-form{gap:10px;padding:14px 16px 16px;display:grid}.bulk-update-form label{color:#475569;flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;display:flex}.bulk-update-form input,.bulk-update-form select{color:#111827;background:#fff;border:1px solid #dbe3f0;border-radius:10px;outline:none;padding:9px 10px;font-size:.9rem}.bulk-update-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.right-drawer{z-index:90;background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;width:min(440px,92vw);height:100vh;transition:right .24s;display:flex;position:fixed;top:0;right:-460px;box-shadow:-8px 0 28px #0f172a24}.right-drawer.open{right:0}.drawer-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.drawer-header h3{color:#0f172a;margin:0;font-size:1.05rem}.drawer-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.drawer-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px 18px;display:grid;overflow-y:auto}.drawer-form label{color:#334155;flex-direction:column;gap:6px;font-size:.78rem;font-weight:600;display:flex}.drawer-form input,.drawer-form select{color:#0f172a;background:#fff;border:1px solid #dbe3f0;border-radius:10px;outline:none;padding:9px 10px;font-size:.85rem}.drawer-form input:focus,.drawer-form select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f624}.date-input-wrap{color:#64748b;border:1px solid #dbe3f0;border-radius:10px;align-items:center;gap:8px;padding:0 10px;display:flex}.date-input-wrap input{box-shadow:none;border:none;flex:1;padding-left:0}.drawer-submit{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:10px;grid-column:1/-1;margin-top:6px;padding:10px 14px;font-size:.86rem;font-weight:600}.drawer-submit:hover{background:#1d4ed8;border-color:#1d4ed8}.drawer-submit:disabled{opacity:.65;cursor:wait}@media (width<=1080px){.student-layout{grid-template-columns:1fr}.student-sidebar{z-index:auto;border-bottom:1px solid #e5e7eb;border-right:none;align-self:stretch;gap:12px;height:auto;max-height:none;position:static;overflow:visible}.student-sidebar>div:first-child{flex:initial;min-height:auto}.student-sidebar .sidebar-nav{flex:initial;min-height:auto;padding-right:0;overflow-y:visible}.student-sidebar .sidebar-user{margin-top:0}.stats-grid{grid-template-columns:1fr}.panel-top{flex-direction:column;align-items:flex-start}.search-box{width:100%}.class-row,.announcement-row{grid-template-columns:1fr}.filters-row .create-student-btn{margin-left:0}.students-screen{height:auto}.students-table-panel{min-height:auto}.drawer-form,.student-detail-grid{grid-template-columns:1fr}.student-detail-right{position:static}}.student-content.student-content-wide{max-width:1600px}.student-content.admin-placement-shell{padding-top:0;overflow:visible}.student-detail-page{background:#f5f7fb;border-radius:0;min-height:calc(100vh - 48px);margin:-24px;padding:24px}.student-detail-back{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0 0 12px;font-size:.9rem;font-weight:600;display:inline-flex}.student-detail-back:hover{color:#1d4ed8}.student-detail-header-main{flex-direction:column;gap:10px;display:flex}.student-detail-header-identity{align-items:flex-start;gap:14px;display:flex}.student-detail-header-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.35rem;font-weight:700;display:flex;box-shadow:0 4px 14px #2563eb40}.student-detail-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.65rem;font-weight:700}.student-detail-subline{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 0;font-size:.92rem;display:flex}.student-detail-sep{color:#cbd5e1}.student-detail-header-badge{margin-left:4px}.student-detail-badge{letter-spacing:.04em;border-radius:999px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.student-detail-badge-active{color:#15803d;background:#dcfce7}.student-detail-badge-done{color:#4338ca;background:#e0e7ff}.student-detail-badge-muted{color:#64748b;background:#f1f5f9}.student-detail-toast{color:#166534;background:#ecfdf5;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:.88rem;font-weight:600}.student-profile-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 16px;display:grid}.student-profile-kpi-card{background:#fff;border:1px solid #e5eaf2;border-radius:14px;padding:12px 14px}.student-profile-kpi-label{color:#64748b;margin:0;font-size:.76rem;font-weight:600}.student-profile-kpi-value{color:#0f172a;margin:8px 0 0;font-size:1.2rem;font-weight:700;line-height:1.2}.student-profile-kpi-value.is-blue{color:#1d4ed8}.student-profile-kpi-value.is-purple{color:#7c3aed}.student-profile-kpi-value.is-orange{color:#c2410c}.student-profile-kpi-value.is-green{color:#15803d}.student-profile-kpi-value.is-rose{color:#be123c}.student-detail-grid{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px;display:grid}.student-card-title{color:#0f172a;margin:0 0 14px;font-size:.95rem;font-weight:700}.student-card-subheading{color:#334155;margin:16px 0 8px;font-size:.82rem;font-weight:600}.student-detail-muted{color:#94a3b8;margin:0;font-size:.88rem}.student-detail-muted.small{font-size:.8rem}.student-summary-card{text-align:center}.student-summary-avatar-wrap{justify-content:center;margin-bottom:10px;display:flex}.student-summary-avatar{color:#1d4ed8;background:#eff6ff;border:3px solid #dbeafe;border-radius:999px;justify-content:center;align-items:center;width:88px;height:88px;font-size:2rem;font-weight:700;display:flex}.student-summary-name{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.student-summary-meta{color:#64748b;margin:4px 0 0;font-size:.82rem}.student-summary-block{text-align:left;margin-top:16px}.student-summary-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.72rem;font-weight:600}.student-summary-bar-wrap{align-items:center;gap:10px;display:flex}.student-summary-pct{color:#2563eb;flex-shrink:0;font-size:.85rem;font-weight:700}.student-summary-row{text-align:left;align-items:flex-start;gap:10px;margin-top:14px;display:flex}.student-summary-icon{font-size:1.1rem;line-height:1.4}.student-summary-icon.muted{opacity:.85}.student-summary-status{text-transform:capitalize;margin:0;font-size:.88rem;font-weight:600}.student-pay-paid{color:#15803d}.student-pay-partial{color:#b45309}.student-pay-pending{color:#b91c1c}.student-summary-trainer{color:#0f172a;margin:0;font-size:.9rem;font-weight:600}.student-mini-bar{background:#e2e8f0;border-radius:999px;flex:1;height:8px;overflow:hidden}.student-mini-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%}.student-detail-center{min-width:0}.student-detail-tabs{border-bottom:none;flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.student-detail-tab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3f0;border-radius:999px;padding:9px 14px;font-size:.86rem;font-weight:600;position:relative}.student-detail-tab:hover{color:#334155;background:#fff9}.student-detail-tab.active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.student-detail-page{background:#f5f7fb;min-height:calc(100vh - 48px);margin:-24px;padding:24px}.student-detail-header{margin-bottom:12px}.student-profile-top-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #e8edf5;border-radius:24px;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:20px;height:190px;margin-bottom:24px;padding:28px;display:grid}.student-profile-top-left{align-items:center;gap:18px;display:flex}.student-profile-avatar-wrap{position:relative}.student-profile-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);border-radius:999px;justify-content:center;align-items:center;width:84px;height:84px;font-size:34px;font-weight:700;display:flex}.student-profile-avatar-dot{background:#22c55e;border:2px solid #fff;border-radius:999px;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.student-profile-contact-row{color:#64748b;flex-wrap:wrap;gap:18px;margin:10px 0 0;font-size:14px;font-weight:500;display:flex}.student-profile-pills{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.student-profile-pill{border-radius:999px;align-items:center;height:30px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.student-profile-pill.is-training{color:#4338ca;background:#eef2ff}.student-profile-pill.is-active{color:#15803d;background:#dcfce7}.student-profile-pill.is-warning{color:#b45309;background:#fef3c7}.student-profile-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.student-profile-meta-grid p{color:#94a3b8;margin:0;font-size:12px}.student-profile-meta-grid strong{color:#0f172a;margin-top:2px;font-size:15px;font-weight:600;display:block}.student-detail-grid{grid-template-columns:minmax(0,3fr) minmax(320px,1fr);gap:24px}.student-detail-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #e8edf5;border-radius:16px;gap:8px;height:56px;margin-bottom:24px;padding:6px;display:inline-flex}.student-detail-tab{color:#64748b;background:0 0;border:none;border-radius:12px;height:42px;padding:0 18px;font-size:14px;font-weight:600}.student-detail-tab.active{color:#fff;background:#2563eb}.student-profile-sections{flex-direction:column;gap:24px;display:flex}.student-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:20px;box-shadow:0 2px 6px #0f172a08,0 8px 24px #0f172a0a}.student-card-heading{color:#0f172a;margin:0 0 16px;font-size:18px;font-weight:700}.student-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-section-head .student-card-heading{margin-bottom:0}.student-section-edit{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600}.student-profile-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px;display:grid}.student-profile-detail-grid p{text-transform:uppercase;letter-spacing:.4px;color:#94a3b8;margin:0;font-size:11px;font-weight:600}.student-profile-detail-grid strong{color:#0f172a;margin-top:6px;font-size:15px;font-weight:500;display:block}.student-payment-table-wrap{margin-top:14px}.student-payment-table{border-collapse:collapse;width:100%}.student-payment-table th{color:#64748b;text-align:left;background:#f8fafc;height:44px;padding:0 12px;font-size:12px;font-weight:600}.student-payment-table td{color:#0f172a;border-bottom:1px solid #eef2f7;height:52px;padding:0 12px;font-size:14px}.student-payment-table tbody tr:hover{background:#fafcff}.student-table-status{color:#15803d;background:#dcfce7;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.student-profile-links{flex-wrap:wrap;gap:10px;display:flex}.student-link-pill{color:#0f172a;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;align-items:center;height:40px;padding:0 16px;font-size:14px;text-decoration:none;display:inline-flex}.student-link-pill.muted{color:#64748b}.student-doc-list{flex-direction:column;gap:10px;display:flex}.student-doc-row{color:#334155;justify-content:space-between;font-size:14px;display:flex}.student-operational-timeline{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.student-operational-item{border:1px solid #eef2f7;border-radius:14px;grid-template-columns:36px minmax(0,1fr);gap:12px;padding:12px;display:grid}.student-operational-icon{background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.student-operational-title{color:#0f172a;margin:0;font-size:15px;font-weight:600}.student-operational-desc{color:#64748b;margin:3px 0 0;font-size:13px}.student-operational-meta{color:#94a3b8;gap:12px;margin:8px 0 0;font-size:12px;display:flex}.student-detail-right{position:sticky;top:24px}.student-actions-card{flex-direction:column;gap:10px;display:flex}.student-action-btn{color:#0f172a;background:#fff;border:1px solid #dce3f1;border-radius:12px;height:42px;font-size:14px;font-weight:600}.student-action-btn.primary{color:#fff;background:linear-gradient(90deg,#2563eb 0%,#1d4ed8 100%);border:none}.student-action-btn.danger{color:#dc2626;background:#fef2f2;border-color:#fecaca}.student-action-btn.success{color:#15803d;background:#ecfdf5;border-color:#bbf7d0}.student-feedback-grid{flex-direction:column;gap:8px;display:flex}.student-feedback-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.student-stars{gap:6px;display:inline-flex}.student-star{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px}.student-star.active{color:#f59e0b}.student-feedback-note{resize:vertical;border:1px solid #dce3f1;border-radius:14px;width:100%;min-height:110px;margin-top:12px;padding:10px}.student-internal-input{min-height:78px;margin-bottom:12px}.student-primary-btn.full{justify-content:center;width:100%;margin-top:10px}.student-note-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:14px}.student-note-card p{color:#0f172a;margin:0;font-size:13px}.student-note-card span{color:#64748b;margin-top:8px;font-size:12px;display:block}.student-current-status{flex-direction:column;gap:12px;margin:0;display:flex}.student-current-status div{justify-content:space-between;gap:8px;display:flex}.student-current-status dt{color:#94a3b8;font-size:12px}.student-current-status dd{color:#0f172a;text-align:right;margin:0;font-size:14px;font-weight:500}@media (width<=1200px){.student-profile-top-card{grid-template-columns:1fr;height:auto}.student-detail-grid{grid-template-columns:1fr}.student-detail-right{position:static}.student-profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.student-tab-panels{flex-direction:column;gap:16px;display:flex}.student-overview-glance{text-align:left}.student-overview-glance .student-summary-block:first-child{margin-top:0}.student-at-glance-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:28px;display:grid}.student-at-glance-bars{flex-direction:column;gap:18px;display:flex}.student-at-glance-meta .student-summary-row{margin-top:0;margin-bottom:16px}.student-at-glance-meta .student-summary-row:last-of-type{margin-bottom:0}.student-at-glance-last{color:#64748b;border-top:1px solid #f1f5f9;margin:18px 0 0;padding-top:14px;font-size:.86rem}.student-at-glance-last strong{color:#0f172a;font-weight:600}.student-batch-details-card .student-card-heading{margin-bottom:4px;font-size:.95rem}.student-batch-details-dl{flex-direction:column;margin:0;padding:0;display:flex}.student-batch-details-dl>div{border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(120px,160px) minmax(0,1fr);align-items:baseline;gap:8px 28px;padding:14px 0;display:grid}.student-batch-details-dl>div:first-child{padding-top:8px}.student-batch-details-dl>div:last-child{border-bottom:none;padding-bottom:2px}.student-batch-details-dl dt{color:#64748b;letter-spacing:.01em;margin:0;font-size:.8rem;font-weight:600}.student-batch-details-dl dd{color:#0f172a;word-break:break-word;margin:0;font-size:.95rem;font-weight:600;line-height:1.4}@media (width<=520px){.student-batch-details-dl>div{grid-template-columns:1fr;gap:4px;padding:12px 0}}@media (width<=720px){.student-profile-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.student-at-glance-grid{grid-template-columns:1fr}}.student-dl{gap:10px;margin:0;display:grid}.student-dl.flat{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.student-dl div{flex-direction:column;gap:2px;display:flex}.student-dl dt{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.student-dl dd{color:#0f172a;margin:0;font-size:.9rem;font-weight:600}.student-timeline{margin:0;padding:0;list-style:none}.student-timeline-item{grid-template-columns:22px 1fr;gap:12px;padding-bottom:18px;display:grid;position:relative}.student-timeline-item:last-child{padding-bottom:0}.student-timeline-track{background:#e2e8f0;width:2px;position:absolute;top:22px;bottom:0;left:10px}.student-timeline-item:last-child .student-timeline-track{display:none}.student-timeline-node{z-index:1;color:#64748b;background:#fff;border:2px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.student-timeline-node.is-done{color:#fff;background:#2563eb;border-color:#2563eb}.student-timeline-node.is-active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.student-timeline-dot{background:#94a3b8;border-radius:999px;width:8px;height:8px}.student-timeline-dot-num{font-size:10px;line-height:1}.student-timeline-title{color:#0f172a;margin:0;font-size:.9rem;font-weight:600}.student-timeline-date{color:#64748b;margin:4px 0 0;font-size:.8rem}.student-timeline-notes{color:#64748b;margin:6px 0 0;font-size:.8rem}.student-overview-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.student-metric-chip{background:#fff;border:1px solid #e8ecf1;border-radius:12px;align-items:center;gap:10px;padding:14px;display:flex;box-shadow:0 4px 14px #0f172a0d}.student-metric-chip.accent{background:linear-gradient(135deg,#fffbeb,#fff);border-color:#ffedd5}.student-metric-chip.fee{flex-direction:column;align-items:flex-start}.student-metric-icon{font-size:1.25rem}.student-metric-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.72rem;font-weight:600}.student-metric-value{color:#2563eb;margin:4px 0 0;font-size:1.35rem;font-weight:700}.student-metric-chip.accent .student-metric-value{color:#ea580c}.student-fee-total{color:#0f172a;margin:6px 0 4px;font-size:1.25rem;font-weight:800}.student-perf-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.student-perf-card{min-height:100px}.student-perf-label{color:#64748b;margin:0;font-size:.78rem;font-weight:600}.student-perf-value{color:#2563eb;margin:8px 0 10px;font-size:1.75rem;font-weight:800}.student-perf-card.accent .student-perf-value{color:#ea580c}.student-fees-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.student-fees-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;font-size:.72rem;font-weight:600}.student-fees-amount{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.student-fees-amount.secondary{color:#2563eb}.student-fees-amount.warn{color:#c2410c}.student-fees-bar-section{margin-top:4px}.student-fees-bar{background:#e2e8f0;border-radius:999px;height:12px;margin-top:8px;overflow:hidden}.student-fees-bar-fill{background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:999px;height:100%}.student-payment-list ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.student-payment-list li{background:#f8fafc;border-radius:8px;justify-content:space-between;padding:8px 10px;font-size:.86rem;display:flex}.student-placement-stack{flex-direction:column;gap:14px;display:flex}.student-placement-company{color:#0f172a;margin:0 0 6px;font-size:1.1rem;font-weight:700}.student-placement-salary{color:#15803d;margin:8px 0 0;font-weight:700}.student-placement-notes{color:#64748b;margin:10px 0 0;font-size:.86rem}.placement-page{background:#f8fafc;flex-direction:column;gap:24px;display:flex}.placement-top-shell{z-index:20;background:#fff;border:1px solid #e2e8f0;border-top:0;border-radius:0 0 16px 16px;padding:16px 16px 10px;position:sticky;top:0}.placement-header h1{color:#0f172a;margin:10px 0 0;font-size:1.4rem}.placement-header p{color:#64748b;margin:6px 0 0;font-size:.88rem}.placement-tab-count{color:#6b7280;background:#e8e6e1;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:20px;margin-left:6px;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.batch-detail-tab.active .placement-tab-count{color:#2563eb;background:#dbeafe}.placement-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.placement-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:56px minmax(0,1fr);align-items:center;column-gap:14px;min-height:104px;padding:16px;display:grid}.placement-stat-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.placement-stat-icon svg{width:24px;height:24px}.placement-stat-card>p,.placement-stat-card>h3,.placement-stat-card>small{grid-column:2;margin:0;display:block}.placement-stat-card>p{color:#64748b;grid-row:1;font-size:12px;font-weight:600}.placement-stat-card>h3{color:#0f172a;grid-row:2;margin-top:4px;font-size:1.95rem;line-height:1}.placement-stat-card>small{color:#94a3b8;grid-row:3;margin-top:6px;font-size:12px}.placement-stat-card>.placement-stat-icon{grid-area:1/1/span 3;align-self:center}.placement-tabs{border-bottom:none;margin-bottom:0}.placement-tabs:before{display:none}.placement-content-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.placement-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.placement-toolbar h3{color:#0f172a;margin:0;font-size:1.02rem}.placement-filters{flex-wrap:wrap;flex:1;gap:10px;display:flex}.placement-filters select,.placement-filters input{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;height:38px;padding:0 12px;font-size:13px}.placement-filter-input{color:#64748b;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;min-width:260px;height:38px;padding:0 12px;display:inline-flex}.placement-filter-input input{border:0;min-width:180px;height:auto;padding:0}.placement-filter-input input:focus{outline:none}.placement-filter-btn,.placement-primary-btn,.placement-link-btn,.placement-icon-btn{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;height:38px;padding:0 12px;font-size:13px;display:inline-flex}.placement-primary-btn{color:#fff;background:#2563eb;border-color:#2563eb}.placement-primary-btn:disabled{opacity:.6;cursor:not-allowed}.placement-table-wrap{overflow-x:auto}.placement-table{border-collapse:collapse;width:100%}.placement-table th,.placement-table td{text-align:left;color:#334155;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:11px 10px;font-size:13px}.placement-table th{color:#64748b;font-size:12px;font-weight:600}.placement-table tbody tr:hover{background:#f8fbff}.placement-student-cell{flex-direction:column;gap:2px;display:inline-flex}.placement-student-cell span{color:#0f172a;font-weight:600}.placement-student-cell small{color:#94a3b8;font-size:11px}.placement-company-cell{align-items:center;gap:6px;display:inline-flex}.placement-package{color:#15803d}.placement-top-tag{margin-left:8px}.placement-empty{text-align:center;color:#94a3b8;padding:24px!important}.placement-empty-box{color:#64748b;text-align:center;border:1px dashed #dbe3ef;border-radius:12px;padding:22px}.placement-drawer-overlay{z-index:55;background:#0f172a4d;justify-content:flex-end;display:flex;position:fixed;inset:0}.placement-drawer{background:#fff;border-left:1px solid #e2e8f0;width:min(460px,95vw);height:100%;padding:16px;overflow-y:auto}.placement-drawer-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.placement-drawer-head h3{color:#0f172a;margin:0;font-size:1rem}.placement-drawer-head button{color:#64748b;background:0 0;border:0}.placement-drawer-fields{gap:10px;display:grid}.placement-drawer-fields label{color:#64748b;gap:6px;font-size:12px;display:grid}.placement-drawer-fields input,.placement-drawer-fields select,.placement-drawer-fields textarea{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:13px}.placement-drawer-fields textarea{resize:vertical}.placement-reports-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.placement-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-column:span 2;padding:16px}.placement-chart-card h4{color:#0f172a;align-items:center;gap:6px;margin:0 0 10px;font-size:.95rem;display:inline-flex}.placement-mini-bars{align-items:flex-end;gap:10px;min-height:120px;display:flex}.placement-mini-bar-col{flex-direction:column;align-items:center;gap:6px;display:inline-flex}.placement-mini-bar-col span{background:linear-gradient(#60a5fa,#2563eb);border-radius:8px 8px 0 0;width:22px}.placement-mini-bar-col small{color:#94a3b8;font-size:11px}.placement-company-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.placement-company-list li{border:1px solid #eef2f7;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}@media (width<=1200px){.placement-stats-grid,.placement-reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.placement-chart-card{grid-column:span 2}}@media (width<=760px){.placement-stats-grid,.placement-reports-grid{grid-template-columns:1fr}.placement-chart-card{grid-column:span 1}.placement-toolbar{flex-direction:column;align-items:stretch}.placement-filter-input{min-width:0}}.trainer-management-page{background:#f8fafc;flex-direction:column;gap:20px;display:flex}.trainer-management-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.trainer-management-head h1{color:#0f172a;margin:0;font-size:2rem;line-height:1}.trainer-management-head p{color:#64748b;margin:7px 0 0;font-size:.95rem}.trainer-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.trainer-filters-row{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;gap:10px;padding:10px 12px;display:flex}.trainer-filters-row select,.trainer-filters-row input{border:1px solid #e2e8f0;border-radius:10px;height:40px;padding:0 12px;font-size:13px}.trainer-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:6px 8px}.trainer-table th,.trainer-table td{padding-top:12px;padding-bottom:12px;font-size:12.5px}.trainer-table th{color:#64748b;font-size:12px;font-weight:600}.trainer-table tbody tr{transition:background-color .2s}.trainer-cell{align-items:center;gap:10px;display:inline-flex}.trainer-avatar{color:#1d4ed8;background:#e0ecff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex}.trainer-cell p{color:#0f172a;margin:0;font-size:14px;font-weight:600}.trainer-cell small,.trainer-contact small{color:#64748b;font-size:11.5px;display:block}.trainer-contact{gap:3px;display:grid}.trainer-batches-cell{gap:5px;display:grid}.trainer-batches-cell>span{color:#0f172a;font-size:12.5px;font-weight:600}.trainer-batches-cell>div{gap:6px;display:inline-flex}.trainer-batch-tag{color:#1d4ed8;background:#e0ecff;border-radius:999px;padding:3px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.trainer-availability{gap:5px;display:grid}.trainer-availability small{color:#64748b;font-size:12px;font-weight:500}.trainer-performance-cell{gap:5px;display:grid}.trainer-performance-cell span{color:#0f172a;font-size:13px;font-weight:600}.trainer-performance-bar{background:#e2e8f0;border-radius:999px;width:84px;height:5px;overflow:hidden}.trainer-performance-bar i{background:linear-gradient(90deg,#16a34a,#22c55e);height:100%;display:block}.trainer-insights-panel{gap:12px;display:grid}.trainer-insight-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.trainer-insight-card h4{color:#0f172a;margin:0;font-size:1rem}.trainer-insight-card p{color:#64748b;margin:4px 0 10px;font-size:12.5px}.trainer-insight-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.trainer-insight-card li{border:1px solid #eef2f7;border-radius:10px;gap:4px;padding:10px;display:grid}.trainer-insight-card li span{color:#0f172a;font-size:14px;font-weight:600}.trainer-insight-card li strong{color:#16a34a;font-size:14px;font-weight:600}.trainer-insight-link{color:#2563eb;text-align:right;background:0 0;border:0;width:100%;margin-top:10px;padding:0;font-size:13px;font-weight:600}.trainer-actions{align-items:center;gap:8px;display:inline-flex}.trainer-table-footer{justify-content:space-between;align-items:center;margin-top:8px;padding:8px 4px 4px;display:flex}.trainer-table-footer p{color:#64748b;margin:0;font-size:12px}.trainer-pagination{align-items:center;gap:6px;display:inline-flex}.trainer-pagination button{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;display:inline-flex}.trainer-pagination button:disabled{opacity:.45}.trainer-drawer{width:min(560px,96vw)}.trainer-drawer-tabs{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.trainer-drawer-tabs button{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:4px 9px;font-size:12px}.trainer-drawer-tabs button.active{color:#fff;background:#2563eb;border-color:#2563eb}.trainer-drawer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.trainer-mini-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.trainer-mini-card p{color:#64748b;margin:0;font-size:12px}.trainer-mini-card h4{color:#0f172a;margin:6px 0 0;font-size:1rem}.trainer-drawer-list{gap:10px;display:grid}.trainer-drawer-list article{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.trainer-drawer-list article h5{color:#0f172a;margin:0;font-size:.9rem}.trainer-drawer-list article p{color:#475569;margin:4px 0 0;font-size:.83rem}.trainer-drawer-list article small{color:#64748b;font-size:.76rem}.trainer-upcoming-list{border:1px solid #e2e8f0;border-radius:10px;grid-column:1/-1;padding:10px}.trainer-upcoming-list p{color:#334155;align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.trainer-upcoming-list p+p{margin-top:6px}@media (width<=1200px){.trainer-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trainer-main-grid{grid-template-columns:1fr}}@media (width<=760px){.trainer-management-head{flex-direction:column;align-items:stretch}.trainer-stats-grid,.trainer-drawer-grid{grid-template-columns:1fr}}.student-content.admin-trainers-shell{background:#f0eee9!important;max-width:none!important;padding:0!important}.trainer-management-page{background:#f0eee9!important;gap:16px!important;padding:28px 24px 24px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.trainer-management-head h1{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:1.6rem!important;font-weight:700!important}.trainer-management-head p{color:#6b7280!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:.88rem!important}.trainer-management-head .placement-primary-btn{border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.trainer-stats-grid{gap:12px!important}.trainer-stats-grid .placement-stat-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:0 1px 3px #0000000a!important}.trainer-stats-grid .placement-stat-icon{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:inline-flex!important}.trainer-stats-grid .placement-stat-icon.is-blue{color:#2563eb!important;background:#dbeafe!important}.trainer-stats-grid .placement-stat-icon.is-green{color:#16a34a!important;background:#dcfce7!important}.trainer-stats-grid .placement-stat-icon.is-teal{color:#059669!important;background:#d1fae5!important}.trainer-stats-grid .placement-stat-icon.is-red{color:#dc2626!important;background:#fee2e2!important}.trainer-stats-grid .placement-stat-card p{color:#6b7280!important;font-size:12px!important;font-weight:500!important}.trainer-stats-grid .placement-stat-card h3{color:#23272f!important;font-weight:700!important}.trainer-stats-grid .placement-stat-card small{color:#9ca3af!important;font-size:11px!important}.trainer-filters-row{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;align-items:center!important;padding:10px 14px!important;box-shadow:0 1px 3px #0000000a!important}.trainer-filters-row .placement-filter-input{border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important}.trainer-filters-row .placement-filter-input input{font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.trainer-filters-row select{color:#23272f!important;appearance:none!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 10px center no-repeat!important;border:1px solid #e8e6e1!important;border-radius:10px!important;padding-right:30px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.trainer-filters-row .placement-filter-btn{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:500!important}.trainer-main-grid{display:block!important}.trainer-table-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:0!important;overflow:hidden!important;box-shadow:0 1px 3px #0000000a!important}.trainer-table-card .placement-table-wrap{overflow-x:auto!important}.trainer-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;white-space:nowrap!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:10px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:11px!important;font-weight:600!important}.trainer-table td{color:#23272f!important;vertical-align:middle!important;border-bottom:1px solid #f0eee9!important;padding:12px 14px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important}.trainer-table tbody tr{cursor:pointer!important}.trainer-table tbody tr:hover{background:#fafaf8!important}.trainer-table tbody tr:first-child{box-shadow:none!important}.trainer-avatar{color:#2563eb!important;background:#dbeafe!important;border-radius:50%!important;width:36px!important;height:36px!important;font-size:13px!important;font-weight:700!important}.trainer-cell p{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13.5px!important;font-weight:600!important}.trainer-cell small{color:#9ca3af!important;font-size:11px!important}.trainer-contact small{color:#6b7280!important;font-size:11.5px!important}.trainer-batches-cell>span{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.trainer-batch-tag{color:#2563eb!important;background:#dbeafe!important;border-radius:6px!important;padding:2px 8px!important;font-size:11px!important;font-weight:600!important}.trainer-batch-tag-more{color:#6b7280!important;background:#f3f4f6!important}.trainer-batch-tag.is-empty{color:#9ca3af!important;background:#f3f4f6!important}.trainer-availability .tag-pill{border-radius:999px!important;padding:3px 10px!important;font-size:11px!important;font-weight:600!important}.trainer-availability small{color:#9ca3af!important;font-size:11px!important}.trainer-performance-cell span{color:#23272f!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:13px!important;font-weight:600!important}.trainer-performance-bar{background:#e8e6e1!important;border-radius:999px!important;width:80px!important;height:5px!important}.trainer-table-footer{background:#fafaf8!important;border-top:1px solid #f0eee9!important;padding:10px 14px!important}.trainer-table-footer p{color:#9ca3af!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important}.trainer-pagination button{border:1px solid #e8e6e1!important;border-radius:8px!important;width:30px!important;height:30px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:500!important}.trainer-pagination button.active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.trainer-sidebar{gap:16px;display:grid}.trainer-sidebar .trainer-insight-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:16px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;box-shadow:0 1px 3px #0000000a!important}.trainer-sidebar .trainer-insight-card h4{color:#23272f!important;margin:0!important;font-size:14px!important;font-weight:700!important}.trainer-sidebar .trainer-insight-card>p{color:#9ca3af!important;margin:4px 0 12px!important;font-size:12px!important}.trainer-sidebar .trainer-insight-card ul{gap:6px!important}.trainer-sidebar .trainer-insight-card li{border:1px solid #f0eee9!important;border-radius:10px!important;padding:10px 12px!important}.trainer-sidebar-row{align-items:center;gap:8px;display:flex}.trainer-sidebar-row .trainer-avatar{flex-shrink:0;width:28px!important;height:28px!important;font-size:11px!important}.trainer-sidebar-row span{flex:1;color:#23272f!important;font-size:13px!important;font-weight:600!important}.trainer-sidebar-row strong{white-space:nowrap;color:#16a34a!important;font-size:11px!important;font-weight:600!important}.trainer-sidebar .trainer-insight-card li span{color:#23272f!important;font-size:13px!important;font-weight:600!important}.trainer-sidebar .trainer-insight-card li small{color:#9ca3af!important;font-size:11.5px!important}.trainer-sidebar .trainer-insight-link{color:#2563eb!important;cursor:pointer!important;margin-top:8px!important;font-family:DM Sans,system-ui,-apple-system,sans-serif!important;font-size:12px!important;font-weight:600!important}@media (width<=1200px){.trainer-main-grid{grid-template-columns:1fr!important}.trainer-sidebar{grid-template-columns:repeat(2,1fr)}}.trainer-kpi-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:18px;font-family:DM Sans,system-ui,-apple-system,sans-serif}.trainer-kpi-card p{color:#6b7280;margin:0;font-size:12px;font-weight:500}.trainer-kpi-card h3{color:#23272f;margin:6px 0 10px;font-size:1.5rem;font-weight:700}.trainer-kpi-bar{background:#e8e6e1;border-radius:999px;width:100%;height:6px;overflow:hidden}.trainer-kpi-bar>div{background:#2563eb;border-radius:999px;height:100%;transition:width .4s}.student-interview-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.student-interview-list li{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.student-interview-list li:last-child{border-bottom:none;padding-bottom:0}.student-interview-company{color:#0f172a;margin:0 0 4px;font-weight:600}.student-actions-card{margin-top:0}.student-action-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;padding:11px 12px;font-size:.86rem;font-weight:600;display:flex}.student-action-btn:first-of-type{margin-top:0}.student-action-btn:hover{background:#eff6ff;border-color:#93c5fd}.student-outline-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.student-outline-btn:hover{background:#f8fafc;border-color:#93c5fd}.student-outline-btn.disabled{opacity:.45;pointer-events:none}.student-doc-actions{margin:12px 0 16px}.student-doc-field span{color:#64748b;margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.student-doc-input-row{flex-wrap:wrap;gap:10px;display:flex}.student-doc-input-row input{border:1px solid #e2e8f0;border-radius:10px;flex:1;min-width:200px;padding:10px 12px;font-size:.88rem}.student-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.86rem;font-weight:600;display:inline-flex}.student-primary-btn:disabled{opacity:.6;cursor:not-allowed}.student-modal{z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:min(420px,100vw - 32px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 22px 50px #0f172a2e}.student-modal-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.student-modal-head h3{margin:0;font-size:1rem}.student-modal-form{flex-direction:column;gap:12px;padding:16px;display:flex}.student-modal-form label{color:#475569;flex-direction:column;gap:6px;font-size:.78rem;font-weight:600;display:flex}.student-modal-form input,.student-modal-form select{border:1px solid #e2e8f0;border-radius:10px;padding:10px 11px;font-size:.88rem}.student-modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.student-detail-page .student-profile-top-row{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;margin-bottom:16px;display:grid}.student-detail-page .student-profile-top-card{margin-bottom:0}.student-detail-page .student-actions-top{position:static}.student-detail-page .student-actions-top .student-card-heading{margin-bottom:12px}.student-detail-page .student-actions-top .student-action-btn{margin-top:8px}.student-detail-page .student-actions-top .student-action-btn:first-of-type{margin-top:0}.student-detail-page .student-detail-grid{grid-template-columns:minmax(0,1fr) 320px}.student-detail-page .student-detail-right{top:16px}.student-detail-page .student-profile-contact-row span{text-overflow:ellipsis;white-space:nowrap;max-width:250px;overflow:hidden}@media (width<=1280px){.student-detail-page .student-profile-top-row,.student-detail-page .student-detail-grid{grid-template-columns:1fr}}.student-detail-page{background:#f5f7fb;padding:24px}.student-detail-page .student-profile-top-row{grid-template-columns:minmax(0,1fr) 320px;gap:24px;margin-bottom:24px}.student-detail-page .student-profile-top-card{border:1px solid #e9eef5;border-radius:24px;grid-template-columns:1.15fr .9fr .75fr;align-items:stretch;gap:24px;min-height:auto;padding:22px 24px;transition:all .25s;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a08,0 12px 32px #0f172a0a;height:auto!important}.student-detail-page .student-profile-top-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0f172a0f}.student-detail-page .student-profile-header-col{border-right:1px solid #e2e8f0b3;min-width:0;padding-right:24px}.student-detail-page .student-profile-header-col:last-child{border-right:none;padding-right:0}.student-detail-page .student-profile-header-left{align-items:flex-start;gap:16px;min-width:0;display:flex}.student-detail-page .student-profile-identity{min-width:0}.student-detail-page .student-profile-avatar{color:#6d28d9;letter-spacing:-2px;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%);border-radius:999px;width:96px;height:96px;font-size:42px;font-weight:700}.student-detail-page .student-profile-name-row{align-items:center;display:flex}.student-detail-page .student-detail-title{letter-spacing:-.8px;color:#0f172a;font-size:30px;font-weight:700;line-height:1.1}.student-detail-page .student-profile-active-badge{color:#15803d;text-transform:uppercase;letter-spacing:.3px;background:#dcfce7;border-radius:999px;align-items:center;height:24px;margin-left:14px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.student-detail-page .student-profile-contact-item{color:#64748b;align-items:center;gap:12px;margin:0 0 10px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.student-detail-page .student-profile-contact-item span{overflow-wrap:break-word;word-break:keep-all;line-height:1.5}.student-detail-page .student-profile-id-row{color:#64748b;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:500;display:inline-flex}.student-profile-top-actions{gap:8px;display:flex;position:absolute;top:16px;right:16px}.student-top-ghost-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex}.student-top-ghost-btn:hover{background:#eff6ff;border-color:#bfdbfe}.student-contact-mini-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.student-resume-mini-btn{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;width:fit-content;height:28px;margin-top:6px;padding:0 10px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.student-detail-page .student-profile-pills{gap:8px;margin-top:16px}.student-detail-page .student-profile-pill{border-radius:999px;align-items:center;gap:8px;height:28px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.student-detail-page .student-profile-header-center,.student-detail-page .student-profile-header-right{flex-direction:column;gap:4px;display:flex}.student-detail-page .student-profile-meta-item svg{color:#64748b;width:18px;height:18px;margin-bottom:6px}.student-detail-page .student-profile-meta-item p{color:#64748b;margin:0 0 6px;font-size:12px;font-weight:600}.student-detail-page .student-profile-meta-item strong{color:#0f172a;overflow-wrap:break-word;font-size:15px;font-weight:600;line-height:1.5}.student-detail-page .student-profile-progress-bar{background:#e2e8f0;border-radius:999px;width:140px;height:5px;margin-top:6px;overflow:hidden}.student-detail-page .student-profile-progress-fill{background:linear-gradient(90deg,#2563eb 0%,#1d4ed8 100%);border-radius:999px;height:100%}.student-detail-page .student-detail-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #e8edf5;border-radius:16px;height:56px;margin-bottom:24px;padding:6px}.student-detail-page .student-detail-tab{border-radius:12px;height:42px;padding:0 18px;font-size:14px;font-weight:600}.student-detail-page .student-detail-grid{grid-template-columns:minmax(0,1fr) 320px;gap:14px}.student-detail-page .student-profile-sections{gap:24px}.student-detail-page .student-card{border:1px solid #e8edf5;border-radius:18px;padding:20px;box-shadow:0 2px 6px #0f172a08,0 8px 24px #0f172a0a}.student-detail-page .student-card-heading{font-size:18px;font-weight:700}.student-detail-page .student-profile-detail-grid{gap:24px 18px}.student-detail-page .student-profile-detail-grid p{letter-spacing:.4px;text-transform:uppercase;color:#94a3b8;font-size:11px;font-weight:600}.student-detail-page .student-profile-detail-grid strong{color:#0f172a;font-size:15px;font-weight:500}.student-detail-page .student-payment-table th{color:#64748b;height:44px;font-size:12px;font-weight:600}.student-detail-page .student-payment-table td{height:52px;font-size:14px}.student-detail-page .student-actions-top .student-action-btn,.student-detail-page .student-action-btn{border-radius:12px;height:42px;font-size:14px;font-weight:600}@media (width<=1280px){.student-detail-page .student-profile-top-row,.student-detail-page .student-detail-grid{grid-template-columns:1fr}.student-detail-page .student-profile-top-card{min-height:unset;grid-template-columns:1fr;gap:24px}.student-detail-page .student-profile-header-col{border-bottom:1px solid #eef2f7;border-right:none;padding-bottom:18px;padding-right:0}.student-detail-page .student-profile-header-col:last-child{border-bottom:none;padding-bottom:0}}.student-detail-page .student-profile-top-card{border:1px solid #e9eef5;border-radius:24px;gap:6px;min-height:auto;padding:24px;box-shadow:0 2px 8px #0f172a08,0 12px 32px #0f172a0a;grid-template-columns:50% 25% 25%!important}.student-detail-page .student-profile-header-col{border-right:none;padding-right:0}.student-profile-left-grid{grid-template-columns:30% 70%;align-items:center;gap:20px;height:100%;display:grid}.student-profile-avatar-area{justify-content:center;align-items:center;height:100%;display:flex}.student-detail-page .student-profile-avatar{letter-spacing:-2px;width:110px;height:110px;font-size:42px}.student-detail-page .student-profile-avatar-dot{border:3px solid #fff;width:16px;height:16px;bottom:6px;right:6px}.student-profile-identity{flex-direction:column;justify-content:center;height:100%;display:flex}.student-detail-page .student-detail-title{letter-spacing:-1px;color:#0f172a;margin-bottom:14px;font-size:26px;font-weight:700;line-height:1.05}.student-detail-page .student-profile-contact-list{margin-top:0}.student-detail-page .student-profile-contact-item{align-items:center;gap:10px;margin-bottom:10px;display:flex}.student-detail-page .student-profile-contact-item svg{color:#64748b;width:16px;height:16px}.student-detail-page .student-profile-contact-item span{color:#475569;word-break:keep-all;max-width:220px;font-size:12px;font-weight:500;line-height:1.5}.student-detail-page .student-profile-id-row,.student-profile-top-actions,.student-contact-mini-btn,.student-resume-mini-btn,.student-profile-active-badge{display:none}.student-detail-page .student-profile-pills{flex-wrap:wrap;gap:10px;margin-top:5px;display:flex}.student-detail-page .student-profile-pill{border-radius:999px;height:30px;padding:0 12px;font-size:12px;font-weight:600}.student-detail-page .student-profile-pill.is-training{color:#4338ca;background:#eef2ff}.student-detail-page .student-profile-pill.is-warning{color:#2563eb;background:#eff6ff}.student-detail-page .student-profile-pill.is-active{color:#059669;background:#ecfdf5}.student-detail-page .student-profile-header-center,.student-detail-page .student-profile-header-right{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:6px!important;height:auto!important;display:flex!important}.student-profile-meta-card{background:0 0;border:none;border-radius:0;align-items:center;gap:8px;height:auto;min-height:0;margin:0;padding:8px 0;transition:all .25s;display:flex}.student-detail-page .student-profile-top-card .student-profile-header-center,.student-detail-page .student-profile-top-card .student-profile-header-right{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:4px!important;margin:0!important;padding:0!important;display:flex!important}.student-detail-page .student-profile-top-card .student-profile-meta-card{margin:0!important;padding:6px 8px!important}.student-detail-page .student-profile-top-card .student-profile-meta-content p{margin:0 0 2px!important}.student-detail-page .student-profile-top-card .student-profile-meta-content strong{margin:0!important}.student-profile-meta-card:hover{box-shadow:none;transform:none}.student-profile-meta-icon{justify-content:flex-start;align-items:center;width:auto;min-width:18px;display:flex}.student-profile-meta-icon svg{width:14px!important;height:14px!important}.student-profile-meta-content{flex-direction:column;width:auto;display:flex}.student-detail-page .student-profile-meta-item,.student-detail-page .student-profile-meta-item svg,.student-detail-page .student-profile-meta-item p,.student-detail-page .student-profile-meta-item strong{all:unset}.student-profile-meta-content p{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin:0 0 4px;font-size:8px;font-weight:500}.student-profile-meta-content strong{color:#0f172a;font-size:11px;font-weight:600;line-height:1.4}.student-profile-progress-card .student-profile-meta-content strong{margin-bottom:8px;font-size:13px;font-weight:700}.student-detail-page .student-profile-progress-bar{width:100%;height:6px;margin-top:0}@media (width<=1280px){.student-detail-page .student-profile-top-card{grid-template-columns:1fr}.student-profile-left-grid{grid-template-columns:1fr;gap:12px}.student-profile-avatar-area,.student-profile-identity{text-align:center;align-items:center}}.live-class-card{background:#fff;border:1px solid #e6eaf0;border-radius:12px;transition:all .2s;overflow:visible}.live-class-card:hover{border-color:#d0d7e2;box-shadow:0 4px 14px #0000000a}.live-class-card-row{justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.class-card-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.class-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.class-card-content{flex-direction:column;gap:4px;display:flex}.class-title{color:#0f172a;margin:0;font-size:15px;font-weight:600}.class-meta{color:#64748b;align-items:center;gap:6px;font-size:13px;display:flex}.class-meta .dot{color:#cbd5e1}.status{font-weight:500}.status.upcoming{color:#2563eb}.status.live{color:#dc2626}.status.completed{color:#059669}.class-actions{align-items:center;gap:10px;display:flex}.btn{cursor:pointer;border:1px solid #dbe3f0;border-radius:10px;height:36px;padding:0 16px;font-size:13px;font-weight:600;transition:all .2s}.btn.primary{color:#fff;background:#2563eb;border-color:#2563eb}.btn.primary:hover{background:#1d4ed8}.btn.secondary{color:#2563eb;background:#fff}.btn.secondary:hover{background:#eff6ff;border-color:#93c5fd}.menu-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:36px;height:36px;font-size:18px}.menu-btn:hover{background:#f8fafc}.assignment-detail-page{gap:14px;display:grid}.assignment-detail-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.assignment-detail-header h1{margin:0;font-size:1.5rem}.assignment-back-link{color:#2563eb;cursor:pointer;background:0 0;border:0;margin-bottom:6px;padding:0;font-size:.83rem;font-weight:600}.assignment-title-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.assignment-detail-head-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.assignment-overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.assignment-overview-toggle{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:10px 12px;font-size:.9rem;font-weight:700}.assignment-overview-body{border-top:1px solid #eef2f7;padding:10px 12px 12px;font-size:.9rem}.assignment-overview-grid{border-top:1px solid #eef2f7;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.assignment-overview-grid h4{color:#64748b;margin:0 0 6px;font-size:.8rem}.assignment-overview-grid p{color:#1f2937;margin:0;font-size:.88rem}.assignment-overview-grid a{color:#2563eb;align-items:center;gap:5px;font-size:.85rem;text-decoration:none;display:inline-flex}.assignment-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.assignment-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.assignment-kpi-card h3{color:#0f172a;margin:0;font-size:1.2rem}.assignment-progress-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.assignment-progress-row p{color:#0f172a;margin:0;font-size:.82rem;font-weight:600}.assignment-progress-track{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden}.assignment-progress-track>div{background:#2563eb;height:100%}.assignment-search{min-width:260px}.assignment-student-cell{align-items:center;gap:8px;display:flex}.assignment-avatar{color:#1d4ed8;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.76rem;font-weight:700;display:inline-flex}.assignment-student-cell strong{color:#0f172a;font-size:.86rem;display:block}.assignment-student-cell p{color:#64748b;margin:0;font-size:.75rem}.assignment-marks-inline{align-items:center;gap:6px;display:inline-flex}.assignment-marks-inline input{border:1px solid #dbe3f0;border-radius:8px;width:58px;padding:6px 8px;font-size:.82rem}.assignment-marks-inline span{color:#64748b;font-size:.78rem}.assignment-table-footer{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.assignment-table-footer p{color:#64748b;margin:0;font-size:.8rem}.assignment-pagination{align-items:center;gap:6px;display:inline-flex}.assignment-page-active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.assignment-filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.assignment-filters select{border:1px solid #dbe3f0;border-radius:10px;min-height:38px;padding:7px 10px}.assignment-submissions-panel{padding:0}.assignment-feedback-drawer{z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:min(420px,100vw - 24px);max-height:calc(100vh - 90px);display:flex;position:fixed;top:74px;right:16px;box-shadow:0 20px 44px #0f172a33}.assignment-feedback-head{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:12px;display:flex}.assignment-feedback-head h3{margin:0;font-size:.95rem}.assignment-feedback-body{padding:12px;overflow:auto}.assignment-feedback-form{gap:10px;display:grid}.assignment-feedback-form label{color:#475569;gap:6px;font-size:.8rem;font-weight:600;display:grid}.assignment-feedback-form input,.assignment-feedback-form textarea{border:1px solid #dbe3f0;border-radius:10px;padding:9px 10px;font-size:.88rem}@media (width<=1150px){.assignment-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.assignment-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.assignment-detail-header{padding-top:2px}.assignment-back-link{font-size:.8rem}.assignment-title-row h1{color:#23272f;margin:0;font-size:24px;line-height:1.1}.assignment-title-row .tag-pill{border-radius:999px;padding:2px 8px;font-size:.68rem}.assignment-detail-header .muted-dark{color:#6b7280;align-items:center;gap:6px;font-size:.95rem;display:inline-flex}.assignment-detail-head-actions .batch-schedule-cancel,.assignment-detail-head-actions .batch-link-btn,.assignment-detail-head-actions .batch-schedule-submit{border-radius:10px;min-height:36px;font-size:.82rem}.assignment-overview-card,.assignment-kpi-card,.assignment-progress-row,.assignment-submissions-panel{box-shadow:none;border-color:#e5e7eb;border-radius:10px}.assignment-overview-toggle{padding:10px 12px;font-size:.98rem}.assignment-overview-grid article{padding:10px 12px}.assignment-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.assignment-kpi-card{background:#fff;padding:10px 12px}.assignment-kpi-card p{color:#6b7280;margin:0 0 6px;font-size:.82rem;font-weight:500}.assignment-kpi-card h3{color:#111827;margin:0;font-size:2rem;font-weight:700;line-height:1}.assignment-progress-track>div{background:#2563eb}.assignment-filters{gap:8px}.assignment-filters .live-filter-search{min-width:215px}.assignment-table th{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding-top:10px;padding-bottom:10px;font-size:.72rem;font-weight:700}.assignment-table td{color:#1f2937;vertical-align:middle;font-size:.87rem}.assignment-student-cell strong{font-size:.9rem}.assignment-avatar{color:#4b5563;background:#f3f4f6;width:26px;height:26px;font-size:.72rem}.assignment-table .assignment-status-submitted{color:#15803d;background:#ecfdf3}.assignment-table .assignment-status-pending{color:#6b7280;background:#f3f4f6}.assignment-table .assignment-status-late{color:#c2410c;background:#fff7ed}.assignment-marks-inline input{border-radius:8px;width:54px;height:30px;font-size:.82rem}.assignment-table-footer{padding:10px 12px}.assignment-table-footer p{color:#6b7280;font-size:.8rem}.assignment-pagination .batch-link-btn{border-radius:8px;min-width:30px;min-height:30px;padding:0 8px}.assignment-feedback-drawer{border-radius:12px}.assignment-detail-header{margin-bottom:2px}.assignment-overview-card,.assignment-submissions-panel,.assignment-progress-row,.assignment-kpi-card{box-shadow:none;background:#fff;border:1px solid #e6eaf0;border-radius:12px}.assignment-overview-grid{gap:8px}.assignment-overview-grid article{border-left:1px solid #eef2f7}.assignment-overview-grid article:first-child{border-left:none}.assignment-kpi-card{flex-direction:column;align-items:flex-start;gap:4px;min-height:94px;padding:12px 14px;display:flex;position:relative}.assignment-kpi-icon{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:2px;display:inline-flex}.assignment-kpi-icon.is-total{color:#2563eb;background:#eaf2ff;border-color:#d6e6ff}.assignment-kpi-icon.is-submitted{color:#059669;background:#eafbf3;border-color:#c9f2de}.assignment-kpi-icon.is-pending{color:#d97706;background:#fff4e8;border-color:#ffe2c2}.assignment-kpi-icon.is-late{color:#9333ea;background:#f3e8ff;border-color:#e9d5ff}.assignment-kpi-icon.is-average{color:#3b82f6;background:#eaf2ff;border-color:#d6e6ff}.assignment-kpi-icon.is-top{color:#10b981;background:#e7f8ef;border-color:#c8eddc}.assignment-kpi-card p{color:#6b7280;margin:0;font-size:.79rem}.assignment-kpi-card h3{color:#111827;margin:0;font-size:2rem;line-height:1}.assignment-kpi-card small{color:#9ca3af;font-size:.72rem;font-weight:600}.assignment-progress-row{padding:10px 12px}.assignment-progress-row p{margin:0 0 7px}.assignment-filters{margin-top:2px;margin-bottom:2px}.assignment-table th{color:#98a2b3;letter-spacing:.07em;background:#fbfcfe;font-size:.69rem}.assignment-table tr:hover td{background:#fbfdff}.class-card-icon.is-upcoming{color:#2b5fd9;background:#eaf3ff}.class-card-icon.is-live{color:#b86a1d;background:#fff4e6}.class-card-icon.is-completed{color:#7048d7;background:#efe9ff}.class-card-icon.is-not-conducted,.class-card-icon.is-cancelled{color:#2563eb;background:#ffe9f2}.class-card-primary-actions>.batch-link-btn{border-radius:9px;align-items:center;gap:6px;min-height:32px;padding:5px 12px;font-size:.8rem;display:inline-flex}.class-action-primary{color:#1e40af;background:#eaf3ff;border-color:#bcd4ff}.class-action-primary:hover{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.class-card-icon.is-upcoming{color:#2b5fd9!important;background:#eaf3ff!important;border-color:#cfe1ff!important}.class-card-icon.is-live{color:#b86a1d!important;background:#fff4e6!important;border-color:#ffdcb7!important}.class-card-icon.is-completed{color:#7048d7!important;background:#efe9ff!important;border-color:#ddd0ff!important}.class-card-icon.is-not-conducted,.class-card-icon.is-cancelled{color:#1e40af!important;background:#eaf3ff!important;border-color:#cfe1ff!important}.class-status-dot,.class-status-text,.class-status-dot.is-live,.class-status-text.is-live,.class-status-dot.is-upcoming,.class-status-text.is-upcoming,.class-status-dot.is-completed,.class-status-text.is-completed,.class-status-dot.is-not-conducted,.class-status-text.is-not-conducted,.class-status-dot.is-cancelled,.class-status-text.is-cancelled{color:#2563eb!important}.class-card-primary-actions .class-action-primary{color:#2563eb!important;background:#eaf3ff!important;border-color:#bcd4ff!important}.class-card-title-inline .batch-session-meta{gap:5px!important;font-size:.76rem!important}.class-card-title-inline .batch-session-meta svg{width:11px!important;height:11px!important}.class-status-dot{font-size:.66rem}.assignment-detail-page{gap:12px!important}.assignment-detail-header{align-items:flex-start!important;margin-bottom:0!important}.assignment-title-row h1{letter-spacing:-.015em!important;font-size:24px!important;font-weight:700!important}.assignment-overview-card,.assignment-submissions-panel,.assignment-progress-row,.assignment-kpi-card{background:#fff!important;border:1px solid #e7ebf1!important;border-radius:12px!important}.assignment-overview-toggle{padding:12px 14px!important;font-size:.96rem!important;font-weight:700!important}.assignment-overview-grid{border-top:1px solid #edf1f6!important;gap:0!important}.assignment-overview-grid article{border-left:0!important;border-right:1px solid #edf1f6!important;padding:12px 14px!important}.assignment-overview-grid h4{color:#7a8698!important;align-items:center!important;gap:6px!important;margin:0 0 7px!important;font-size:.78rem!important;font-weight:600!important;display:inline-flex!important}.assignment-overview-grid p,.assignment-overview-grid a{font-size:.86rem!important}.assignment-kpi-card{flex-direction:row!important;align-items:center!important;gap:10px!important;min-height:86px!important;padding:10px 12px!important;display:flex!important}.assignment-kpi-icon{border-radius:11px!important;flex-shrink:0!important;width:36px!important;height:36px!important;margin-bottom:0!important}.assignment-kpi-main{gap:2px;display:grid}.assignment-kpi-main p{color:#7a8698!important;margin:0!important;font-size:.76rem!important;font-weight:600!important}.assignment-kpi-main h3{color:#111827!important;margin:0!important;font-size:1.92rem!important;font-weight:700!important;line-height:.95!important}.assignment-kpi-main small{color:#9ca3af!important;margin-top:1px!important;font-size:.7rem!important;font-weight:600!important}.assignment-progress-row{grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:10px!important;padding:10px 12px!important}.assignment-progress-row p{margin:0!important;font-size:.82rem!important}.assignment-progress-row p span{color:#6b7280!important;margin-left:8px!important;font-weight:500!important}.assignment-progress-track{height:5px!important}.assignment-filters{gap:8px!important;margin:0!important}.assignment-filters .live-filter-search,.assignment-filters select,.assignment-filters .batch-link-btn{border-radius:10px!important;min-height:36px!important;font-size:.83rem!important}.assignment-table th{color:#98a2b3!important;letter-spacing:.06em!important;background:#fbfcfe!important;padding-top:9px!important;padding-bottom:9px!important;font-size:.68rem!important}.assignment-table td{padding-top:10px!important;padding-bottom:10px!important;font-size:.84rem!important}.assignment-avatar{color:#475467!important;background:#f2f4f8!important;border-radius:999px!important;width:30px!important;height:30px!important;font-size:.74rem!important}.assignment-marks-inline input{border-radius:8px!important;width:56px!important;height:30px!important}.assignment-table .batch-link-btn{border-radius:8px!important;min-height:30px!important;padding:4px 10px!important;font-size:.79rem!important}.assignment-overview-card{overflow:hidden;background:#fff!important;border:1px solid #e6eaf0!important;border-radius:12px!important}.assignment-overview-toggle{text-align:left;align-items:center;gap:8px;width:100%;line-height:1.2;display:inline-flex;color:#111827!important;background:#fff!important;border:0!important;padding:10px 14px!important;font-size:.93rem!important;font-weight:700!important}.assignment-overview-toggle svg{color:#64748b;width:14px;height:14px}.assignment-kpi-grid{gap:10px!important}.assignment-kpi-card{border-radius:10px!important;gap:9px!important;min-height:68px!important;padding:8px 15px!important}.assignment-kpi-icon{border-radius:10px!important;width:32px!important;height:32px!important}.assignment-kpi-icon svg{width:15px!important;height:15px!important}.assignment-kpi-main{gap:4px!important}.assignment-kpi-main p{color:#8b95a7!important;margin:0!important;font-size:.76rem!important;font-weight:600!important;line-height:1.1!important}.assignment-kpi-main h3{color:#111827!important;letter-spacing:0!important;margin:0!important;font-size:1.2rem!important;font-weight:700!important;line-height:1.15!important}.assignment-kpi-value-row{white-space:nowrap;align-items:baseline;gap:6px;display:inline-flex}.assignment-kpi-value-row span{color:#8b95a7;font-size:.8rem;font-weight:600;line-height:1.1}.assignment-progress-row{border-radius:10px!important;padding:10px 12px!important}.assignment-progress-row p{color:#1f2937!important;font-size:.86rem!important;font-weight:700!important}.assignment-progress-row p span{color:#8b95a7!important;font-size:.78rem!important;font-weight:600!important}.assignment-progress-row>span{color:#6b7280!important;font-size:.84rem!important;font-weight:700!important}.assignment-progress-track{background:#eceff4!important;height:5px!important}.assignment-submissions-panel{overflow:hidden;border:1px solid #e6eaf0!important;border-radius:12px!important}.assignment-filters{border-bottom:1px solid #eef2f7;padding:10px 12px 8px!important}.assignment-filters .live-filter-search,.assignment-filters select,.assignment-filters .batch-link-btn{border-radius:9px!important;height:34px!important;min-height:34px!important;font-size:.8rem!important}.assignment-filters .live-filter-search input{font-size:.8rem!important}.assignment-table th{letter-spacing:.06em!important;color:#98a2b3!important;background:#fbfcfe!important;border-bottom:1px solid #eef2f7!important;font-size:.66rem!important}.assignment-table td{color:#1f2937!important;border-bottom:1px solid #eef2f7!important;padding-top:9px!important;padding-bottom:9px!important;font-size:.8rem!important}.assignment-student-cell{gap:9px!important}.assignment-avatar{width:28px!important;height:28px!important;font-size:.72rem!important}.assignment-student-cell strong{font-size:.86rem!important;font-weight:700!important}.assignment-student-cell p{color:#98a2b3!important;font-size:.72rem!important}.assignment-table .tag-pill{border-radius:999px!important;padding:2px 8px!important;font-size:.68rem!important;font-weight:600!important}.assignment-file-cell{align-items:center;gap:8px;display:inline-flex}.assignment-file-link{color:#2563eb;align-items:center;gap:5px;font-size:.8rem;text-decoration:none;display:inline-flex;position:relative}.assignment-file-link:before{content:"";background:#e5edff;border:1px solid #d4e1ff;border-radius:3px;width:12px;height:12px}.assignment-file-link.is-pdf:before{background:#fee2e2;border-color:#fecaca}.assignment-file-link.is-doc:before{background:#dbeafe;border-color:#bfdbfe}.assignment-file-download{color:#64748b;align-items:center;text-decoration:none;display:inline-flex}.assignment-feedback-cell{max-width:190px;color:#374151!important}.assignment-actions-cell{align-items:center;gap:7px;display:inline-flex}.assignment-row-menu-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3ed;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.assignment-row-menu-btn:hover{background:#f8fafc}.student-v2-content{background:#f6f8fc}.student-batch-detail-revamp{grid-template-columns:20% minmax(0,1fr);gap:0;height:100vh;min-height:100vh;display:grid;overflow:hidden}.student-batch-detail-revamp .admin-batch-detail-left{width:auto;min-width:0;max-width:none;height:100vh;position:sticky;top:0;left:auto}.student-batch-detail-revamp .admin-batch-detail-main{box-sizing:border-box;width:auto;min-width:0;max-width:100%;height:100vh;margin-left:0;padding:0 28px 32px;overflow:hidden auto}.student-batch-detail-revamp .student-batch-tab-content,.student-batch-detail-revamp .student-batch-overview-split,.student-batch-detail-revamp .student-batch-overview-card{box-sizing:border-box;min-width:0;max-width:100%}@media (width<=1100px){.student-batch-detail-revamp{grid-template-columns:1fr}.student-batch-detail-revamp .admin-batch-detail-left{height:auto;position:static}}.student-batch-detail-revamp .admin-batch-detail-left{width:auto;min-width:0;position:sticky;top:0;left:auto}.student-v2-topbar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.student-v2-topbar h2{margin:0;font-size:1.15rem}.student-v2-top-actions{align-items:center;gap:10px;display:flex}.student-v2-search{background:#fff;border:1px solid #e3e8f2;border-radius:10px;align-items:center;gap:8px;width:320px;padding:8px 10px;display:inline-flex}.student-v2-search input{background:0 0;border:0;outline:none;width:100%;font-size:.82rem}.student-v2-icon-btn{background:#fff;border:1px solid #e3e8f2;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.student-v2-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:inline-flex}.student-v2-greeting{background:#f5f8ff;border:1px solid #e4e9f2;border-radius:14px;justify-content:space-between;align-items:flex-end;margin-bottom:10px;padding:20px 20px 14px;display:flex;position:relative;overflow:hidden}.student-v2-greeting-bg{object-fit:cover;opacity:.85;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.student-v2-greeting-copy{z-index:1;position:relative}.student-v2-greeting h1{color:#12203a;margin:0 0 6px;font-size:2.2rem;line-height:1.05}.student-v2-greeting h1 span{color:#2b6fff}.student-v2-greeting p{color:#64748b;margin:0;font-size:.95rem}.student-v2-mini-metrics{flex-wrap:wrap;align-items:center;gap:18px;margin-top:16px;display:flex}.student-v2-mini-metrics span{color:#374151;align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:inline-flex}.student-v2-mini-metrics span svg{width:14px;height:14px}.student-v2-mini-metrics .is-class svg{color:#3b82f6}.student-v2-mini-metrics .is-assignment svg{color:#f59e0b}.student-v2-mini-metrics .is-streak svg{color:#22c55e}.student-v2-hero-illus{z-index:1;object-fit:contain;object-position:bottom right;width:305px;height:145px;position:relative}.student-v2-focus-strip{color:#1e40af;background:#eef5ff;border:1px solid #dbe8ff;border-radius:10px;margin-bottom:10px;padding:9px 12px;font-size:.83rem;font-weight:600}.student-v2-continue{color:#fff;background:#0f2f73;border:1px solid #21428c;border-radius:12px;margin-bottom:14px;padding:27px 33px 30px;display:block}.student-v2-continue-title{color:#fff;letter-spacing:.01em;align-items:center;min-height:20px;margin:0 0 12px;font-size:1rem;font-weight:700;display:inline-flex}.student-v2-continue-body{grid-template-columns:3fr 5fr 2fr;align-items:stretch;gap:36px;display:grid}.student-v2-continue-thumb{aspect-ratio:4/2;background:#3259ae;border-radius:9px;justify-content:center;align-self:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.student-v2-continue-thumb img{object-fit:cover;width:100%;height:100%}.student-v2-continue-play{color:#fff;background:#0f172a52;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute}.student-v2-continue-meta h3{color:#fff;letter-spacing:.01em;margin:0;font-size:1.3rem;line-height:1.15}.student-v2-continue-meta{flex-direction:column;justify-content:center;display:flex}.student-v2-continue-meta p{color:#cbd5e1;margin:8px 0 10px;font-size:.91rem}.student-v2-progress-row{grid-template-columns:290px auto;align-items:center;gap:8px;display:inline-grid}.student-v2-progress{background:#ffffff2e;border-radius:999px;width:100%;height:7px;overflow:hidden}.student-v2-progress>div{background:linear-gradient(90deg,#b8ddff 0%,#8ec8ff 65%,#78bbff 100%);height:100%}.student-v2-progress-row>span{color:#dbeafe;font-size:.98rem;font-weight:700}.student-v2-continue-cta{justify-content:flex-end;align-items:center;padding-right:16px;display:flex}.student-v2-primary-btn{color:#1d4ed8;background:#fff;border:1px solid #dbe5ff;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:176px;min-height:40px;padding:0 16px;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.student-v2-grid-two{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;margin-bottom:12px;display:grid}.student-v2-panel{background:#fff;border:1px solid #e4e9f2;border-radius:12px;flex-direction:column;padding:18px;display:flex}.student-v2-panel-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.student-v2-panel-head h3{margin:0;font-size:.95rem}.student-v2-panel-head a{color:#2563eb;font-size:.8rem;font-weight:700;text-decoration:none}.student-v2-class-list,.student-v2-activity-list,.student-v2-resource-list{gap:8px;display:grid}.student-v2-class-list{flex:1}.student-v2-class-item{border:1px solid #e9edf5;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.student-v2-class-item.is-live{background:#f0fdf4;border-color:#bbf7d0}.student-v2-status-line{color:#6b7280;align-items:center;gap:5px;margin:0 0 2px;font-size:.72rem;display:inline-flex}.dot-live{background:#ef4444;border-radius:50%;width:7px;height:7px}.student-v2-class-item h4,.student-v2-assignment-item h4,.student-v2-activity-item h4,.student-v2-resource-item h4{color:#1f2937;margin:0;font-size:.84rem}.student-v2-class-item span,.student-v2-assignment-item span,.student-v2-activity-item p,.student-v2-resource-item p{color:#6b7280;margin-top:2px;font-size:.74rem;display:block}.student-v2-class-item a,.student-v2-assignment-item button,.student-v2-assignment-item a{color:#2563eb;background:#fff;border:1px solid #cfe0ff;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:.76rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.student-v2-assignment-block{border:1px solid #eef2f7;border-radius:10px;margin-bottom:8px;padding:8px}.student-v2-assignment-block.pending{background:#fafbff}.student-v2-recording-block{background:#f8fbff}.student-v2-announcement-block{background:#fffdf7}.student-v2-mini-pagination{align-items:center;gap:8px;margin-top:auto;padding-top:2px;display:inline-flex}.student-v2-mini-pagination button{color:#2563eb;background:#fff;border:1px solid #dbe3ed;border-radius:8px;width:28px;height:28px;font-weight:700}.student-v2-mini-pagination button:disabled{opacity:.5;cursor:not-allowed}.student-v2-mini-pagination span{color:#475569;font-size:.78rem;font-weight:700}.student-v2-assignment-label{color:#6b7280;margin:0 0 6px;font-size:.76rem;font-weight:700}.student-v2-assignment-item{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:7px 0;display:flex}.student-v2-assignment-item:first-of-type{border-top:0}.student-v2-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.student-v2-kpi-card{background:#fff;border:1px solid #e4e9f2;border-radius:12px;padding:10px}.student-v2-kpi-card p{color:#8b95a7;margin:0;font-size:.75rem}.student-v2-kpi-card h3{color:#0f172a;margin:4px 0 2px;font-size:1.36rem}.student-v2-kpi-card span{color:#6b7280;font-size:.73rem}.student-v2-activity-item{grid-template-columns:24px 1fr auto;align-items:start;gap:8px;display:grid}.student-v2-activity-icon{color:#16a34a;background:#e9f7ee;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.student-v2-activity-item>span{color:#94a3b8;white-space:nowrap;font-size:.72rem}.student-v2-resource-item{color:inherit;border:1px solid #edf1f6;border-radius:10px;justify-content:space-between;align-items:center;padding:9px 10px;text-decoration:none;display:flex}.student-v2-footer-banner{background:#edf4ff;border:1px solid #d8e6ff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.student-v2-footer-banner h3{color:#1e3a8a;margin:0;font-size:1rem}.student-v2-footer-banner p{color:#6b7280;margin:2px 0 0;font-size:.78rem}.student-batches-nav-wrap{gap:6px;display:grid}.student-batches-nav-chevron{align-items:center;margin-left:auto;display:inline-flex}.student-batches-nav-list{gap:4px;padding-left:12px;display:grid}.student-batch-nav-item{text-align:left;color:#4b5563;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:.8rem}.student-batch-nav-item:hover{background:#eef2ff}.student-batch-nav-item.active{color:#1d4ed8;background:#e9efff;font-weight:700}.student-batch-nav-empty{color:#94a3b8;margin:4px 0 0;padding-left:8px;font-size:.74rem}.student-batch-detail-blank{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;min-height:70vh;display:flex}.student-batch-detail-page{gap:12px;display:grid}.student-batch-detail-back{color:var(--primary);background:0 0;border:0;width:fit-content;padding:0;font-size:12px;font-weight:600}.student-batch-hero{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a8a);border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;gap:16px;padding:22px 40px 22px 32px;display:flex;box-shadow:0 8px 24px #0000001a}.student-batch-hero-left{flex:0 0 70%;gap:16px;min-width:0;display:grid}.student-batch-hero-info{align-items:center;gap:22px;display:flex}.student-batch-hero-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:inline-flex}.student-batch-hero-copy{flex-direction:column;justify-content:center;min-height:110px;display:flex}.student-batch-hero-copy h2{margin:0;font-size:24px;font-weight:600;line-height:32px}.student-batch-status-pill{color:#22c55e;background:#22c55e26;border-radius:999px;align-self:flex-start;align-items:center;width:fit-content;margin-bottom:10px;padding:5px 12px;font-size:14px;font-weight:600;display:inline-flex}.student-batch-status-pill.is-in-progress{color:#22c55e;background:#22c55e26}.student-batch-status-pill.is-planned{color:#60a5fa;background:#2563eb29}.student-batch-status-pill.is-completed,.student-batch-status-pill.is-default{color:#cbd5e1;background:#94a3b833}.student-batch-hero-sub{color:#cbd5f5;flex-wrap:wrap;align-items:center;gap:12px;margin:10px 0 0;font-size:13px;display:flex}.student-batch-hero-sub span{align-items:center;gap:4px;display:inline-flex}.student-batch-hero-progress-wrap p{color:#cbd5f5;margin:0 0 8px;font-size:12px}.student-batch-hero-progress{grid-template-columns:1fr auto;align-items:center;gap:8px;width:80%;display:grid}.student-batch-hero-progress .progress{background:#fff3;height:6px}.student-batch-hero-progress .progress-fill{background:#3b82f6}.student-batch-hero-progress span{color:#e2e8f0;margin-left:8px;font-size:16px;font-weight:600}.student-batch-hero-right{flex:0 0 30%;align-content:start;gap:10px;display:grid}.student-batch-next-card{background:#ffffff14;border-radius:12px;padding:16px}.student-batch-next-card p{color:#cbd5f5;margin:0;font-size:12px}.student-batch-next-card h4{color:#fff;margin:6px 0 4px;font-size:18px;font-weight:600}.student-batch-next-card span{color:#e2e8f0;margin-bottom:12px;font-size:13px;display:block}.student-batch-next-card .student-batch-next-time{color:#cbd5f5;margin-top:2px;margin-bottom:12px;font-size:12px}.student-batch-hero-primary{color:#1e3a8a;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.student-batch-hero-secondary{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:30px;font-size:13px;font-weight:600;display:inline-flex}.student-batch-tabs{z-index:6;-webkit-backdrop-filter:blur(8px);background:#ffffffd1;border:1px solid #94a3b84d;border-radius:12px;flex-wrap:wrap;gap:6px;padding:6px;display:flex;position:sticky;top:8px;box-shadow:0 8px 20px #0f172a1a}.student-batch-tab{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.student-tab-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.student-batch-tab.active{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 1px #60a5fa59,0 8px 18px #3b82f659}.student-batch-tab-content,.student-batch-overview-grid{gap:12px;display:grid}.student-schedule-switch{border:1px solid var(--border);border-radius:9px;display:inline-flex;overflow:hidden}.student-schedule-switch button{color:var(--text-secondary);background:#fff;border:0;padding:6px 10px;font-size:12px;font-weight:600}.student-schedule-switch button.active{color:#1d4ed8;background:#eff6ff}.student-schedule-calendar-placeholder{text-align:center;color:#64748b;border:1px dashed #cbd5e1;border-radius:10px;padding:20px;font-size:.88rem}.schedule-redesign-wrap{background:0 0;flex-direction:column;gap:14px;display:flex}.schedule-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.schedule-card-head h3{color:#0f172a;margin:0;font-size:18px;font-weight:600}.schedule-card-head p{color:#64748b;margin:4px 0 0;font-size:13px;font-weight:400}.schedule-journey-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.schedule-journey-step-top{align-items:center;min-height:36px;display:flex}.schedule-journey-dot{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:inline-flex}.schedule-journey-step.is-completed .schedule-journey-dot{color:#fff;background:#22c55e}.schedule-journey-step.is-active .schedule-journey-dot{color:#fff;background:#2563eb}.schedule-journey-step.is-upcoming .schedule-journey-dot{color:#64748b;background:#e2e8f0}.schedule-journey-line{background:#cbd5f5;border-radius:999px;flex:1;height:3px;margin:0 8px}.schedule-journey-step p{color:#0f172a;margin:10px 0 2px;font-size:14px;font-weight:600}.schedule-journey-step h4{color:#64748b;margin:0;font-size:12px;font-weight:500}.schedule-journey-badge{color:#64748b;background:#f1f5f9;border-radius:999px;margin-top:8px;padding:4px 8px;font-size:11px;display:inline-flex}.schedule-week-list{flex-direction:column;gap:12px;margin-top:14px;display:flex}.schedule-week-card{border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;transition:all .25s}.schedule-week-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000d}.schedule-week-head{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:0;display:flex}.schedule-week-head-left{align-items:center;gap:10px;display:flex}.schedule-week-indicator{border:2px solid #cbd5e1;border-radius:50%;width:14px;height:14px}.schedule-week-indicator.is-completed{background:#22c55e;border-color:#22c55e}.schedule-week-indicator.is-in_progress{background:#dbeafe;border-color:#2563eb}.schedule-week-label{color:#0f172a;margin:0;font-size:15px;font-weight:600}.schedule-week-days{color:#94a3b8;font-size:12px;font-weight:500}.schedule-week-head-left h4{color:#334155;margin:0 0 0 12px;font-size:14px;font-weight:500}.schedule-week-head-right{color:#64748b;align-items:center;gap:8px;display:inline-flex}.schedule-week-status{border-radius:999px;padding:4px 9px;font-size:12px;font-weight:500}.schedule-week-status.is-completed{color:#166534;background:#dcfce7}.schedule-week-status.is-in_progress{color:#1d4ed8;background:#dbeafe}.schedule-week-status.is-upcoming{color:#475569;background:#f1f5f9}.schedule-week-body{margin-top:10px;transition:all .25s}.schedule-week-topic-row{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.schedule-week-topic-label{color:#94a3b8;margin:0 0 2px;font-size:12px}.schedule-week-topic-row h5{color:#334155;margin:0;font-size:13px;font-weight:500}.schedule-phase-card{border-radius:16px;padding:20px}.schedule-phase-card.is-month3{background:#fff7ed;border:1px solid #fed7aa}.schedule-phase-card.is-month4{background:#ecfdf5;border:1px solid #a7f3d0}.schedule-phase-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.schedule-phase-head h3{color:#0f172a;margin:0;font-size:18px;font-weight:600}.schedule-phase-head span{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.schedule-phase-card.is-month3 .schedule-phase-head span{color:#9a3412;background:#fdba74}.schedule-phase-card.is-month4 .schedule-phase-head span{color:#065f46;background:#6ee7b7}.schedule-phase-card>p{color:#64748b;margin:8px 0 0;font-size:13px}.schedule-phase-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin-top:12px;display:grid}.schedule-phase-points p{color:#334155;align-items:center;gap:6px;margin:0;font-size:13px;display:inline-flex}.schedule-phase-card.is-month3 .schedule-phase-points p svg{color:#ea580c}.schedule-phase-card.is-month4 .schedule-phase-points p svg{color:#059669}@media (width<=980px){.schedule-journey-track{grid-template-columns:1fr 1fr}.schedule-week-head-left{grid-template-columns:auto 1fr;align-items:center;display:grid}.schedule-week-head-left h4{grid-column:1/-1;margin:8px 0 0}.schedule-phase-points{grid-template-columns:1fr}.student-batch-hero{flex-direction:column}.student-batch-hero-left,.student-batch-hero-right{flex:auto}}.student-batch-overview-split{grid-template-columns:1fr 1fr;gap:20px;display:grid}.student-batch-overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.student-batch-overview-title{color:#0f172a;margin:0 0 12px;font-size:16px;font-weight:600}.student-batch-classes-tab{background:0 0;border:0;border-radius:0;padding:0}.student-classes-main-title{color:#0f172a;margin:8px 0 12px;font-size:29px;font-weight:700;line-height:1.12}.student-batch-classes-toolbar{justify-content:space-between;align-items:center;gap:19px;margin-bottom:12px;display:flex}.student-batch-class-filters{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.student-batch-class-filters button{color:#475569;cursor:pointer;background:#fff;border:0;align-items:center;gap:7px;padding:10px 24px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.student-batch-class-filters button+button{border-left:1px solid #e2e8f0}.student-batch-class-filters button.active{color:#2563eb;background:#eff6ff}.student-batch-class-filters .live-dot{background:#ef4444;border-radius:999px;width:6px;height:6px}.student-batch-classes-right{align-items:center;gap:10px;margin-left:auto;display:flex}.student-batch-classes-search{color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;min-width:400px;height:41px;padding:0 12px;display:inline-flex}.student-batch-classes-search input{color:#334155;background:0 0;border:0;outline:none;width:100%;font-size:13px}.student-batch-classes-filter-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:7px;height:41px;padding:0 17px;font-size:13px;font-weight:600;display:inline-flex}.student-classes-block{margin-top:14px}.student-classes-block-head{justify-content:space-between;align-items:center;gap:12px;margin:16px 0;display:flex}.student-classes-block-title{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:26px;font-weight:700;display:inline-flex}.student-classes-block-title.is-upcoming{color:#0f172a;gap:6px;font-size:15px;font-weight:600}.student-classes-block-title.is-upcoming svg{color:#2563eb}.student-classes-block-title.is-past{color:#0f172a;gap:6px;font-size:15px;font-weight:600}.student-classes-block-title.is-past svg{color:#2563eb}.student-classes-block-title.is-live-head{color:#0f172a;gap:6px;margin:10px 0;font-size:15px;font-weight:600}.student-classes-block-title.is-live-head .live-dot{background:#ef4444;border-radius:999px;width:8px;height:8px}.student-classes-head-link{color:#2563eb;font-size:13px;font-weight:600;text-decoration:none}.student-classes-live-card{background:#fff;border:1px solid #d7f2e6;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.student-classes-live-left{align-items:center;gap:22px;display:flex}.student-classes-live-cover{color:#fff;background:linear-gradient(135deg,#3bb57f,#2f9f6e);border-radius:10px;justify-content:center;align-items:center;width:210px;height:108px;display:flex;position:relative}.student-classes-live-cover span{color:#fff;background:#ef4444;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.student-classes-live-time{color:#0f766e;margin:0 0 3px;font-size:14px;font-weight:700}.student-classes-live-card h3{color:#0f172a;margin:0 0 3px;font-size:24px;font-weight:700}.student-classes-live-trainer{color:#334155;align-items:center;gap:6px;margin:0;font-size:14px;display:inline-flex}.student-classes-live-right{flex-direction:row;align-items:center;gap:10px;padding-right:8px;display:flex}.student-classes-live-counter{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:128px;height:36px;padding:0 10px;display:inline-flex}.student-classes-live-counter p{color:#64748b;margin:0;font-size:12px}.student-classes-live-counter h5{color:#16a34a;margin:0;font-size:14px;font-weight:700;line-height:1}.student-classes-live-right a{color:#fff;background:#16a34a;border:1px solid #16a34a;border-radius:8px;align-items:center;gap:8px;min-width:128px;height:36px;padding:0 14px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.student-classes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.student-classes-upcoming-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:76px 1fr;display:grid;overflow:hidden}.student-classes-date-box{text-align:center;background:#f8fafc;border-right:1px solid #e2e8f0;padding:10px 8px}.student-classes-date-box p{margin:0;font-size:10px;font-weight:600}.student-classes-date-day{justify-content:center;align-items:center;line-height:1;display:inline-flex}.student-classes-date-box h5{color:#0f172a;margin:2px 0 0;font-size:28px;line-height:1}.student-classes-date-box span{color:#64748b;font-size:11px;line-height:1}.student-classes-date-box.weekday-0 .student-classes-date-day,.student-classes-date-box.weekday-0 h5{color:#ef4444}.student-classes-date-box.weekday-1 .student-classes-date-day,.student-classes-date-box.weekday-1 h5{color:#f97316}.student-classes-date-box.weekday-2 .student-classes-date-day,.student-classes-date-box.weekday-2 h5{color:#2563eb}.student-classes-date-box.weekday-3 .student-classes-date-day,.student-classes-date-box.weekday-3 h5{color:#16a34a}.student-classes-date-box.weekday-4 .student-classes-date-day,.student-classes-date-box.weekday-4 h5{color:#7c3aed}.student-classes-date-box.weekday-5 .student-classes-date-day,.student-classes-date-box.weekday-5 h5{color:#db2777}.student-classes-date-box.weekday-6 .student-classes-date-day,.student-classes-date-box.weekday-6 h5{color:#0ea5e9}.student-classes-date-box.weekday-0{background:#fef2f2}.student-classes-date-box.weekday-1{background:#fff7ed}.student-classes-date-box.weekday-2{background:#eff6ff}.student-classes-date-box.weekday-3{background:#ecfdf5}.student-classes-date-box.weekday-4{background:#f5f3ff}.student-classes-date-box.weekday-5{background:#fdf2f8}.student-classes-date-box.weekday-6{background:#ecfeff}.student-classes-upcoming-body{flex-direction:column;justify-content:space-between;min-height:120px;padding:14px 14px 12px;display:flex}.student-classes-upcoming-time{color:#64748b;margin:0;font-size:13px;font-weight:600;line-height:1.2}.student-classes-upcoming-body h5{color:#0f172a;margin:0;padding:10px 0;font-size:18px;line-height:1.25}.student-classes-upcoming-body>p{color:#64748b;margin:0;font-size:12px}.student-classes-upcoming-actions{gap:8px;margin-top:0;display:flex}.student-classes-upcoming-actions a,.student-classes-upcoming-actions button{color:#2563eb;background:#fff;border:1px solid #dbeafe;border-radius:9px;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.student-classes-upcoming-actions button{color:#475569}.student-classes-grid.past{grid-template-columns:repeat(3,minmax(0,1fr))}.student-classes-past-like-card .student-classes-date-box.is-neutral{background:#f8fafc}.student-classes-past-like-card .student-classes-date-box.is-neutral .student-classes-date-day{color:#64748b}.student-classes-past-like-card .student-classes-date-box.is-neutral h5{color:#2563eb}.student-classes-past-like-card .student-classes-upcoming-actions a{color:#2563eb;border-color:#dbeafe}.student-classes-past-like-card .student-classes-upcoming-actions button{color:#2563eb;background:#fff;border:1px solid #dbeafe}.student-classes-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:14px;overflow:hidden}.student-classes-section-head{justify-content:space-between;align-items:center;margin-top:14px;margin-bottom:8px;padding:0 2px;display:flex}.student-classes-section-head h4{color:#0f172a;align-items:center;gap:7px;margin:0;font-size:16px;display:inline-flex}.student-classes-section-head h4 svg{color:#2563eb}.student-classes-section-head button{color:#2563eb;background:0 0;border:0;font-size:13px;font-weight:700}.student-classes-table-head{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.student-classes-table-head h4{color:#0f172a;align-items:center;gap:7px;margin:0;font-size:22px;display:inline-flex}.student-classes-table-head button,.student-classes-table-foot button{color:#2563eb;background:0 0;border:0;font-size:13px;font-weight:700}.student-classes-table{border-collapse:collapse;width:100%}.student-classes-table th,.student-classes-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:8px 10px}.student-classes-table th{color:#64748b;background:#f8fafc;font-size:12px;font-weight:700}.student-classes-table tr:hover{background:#f8fafc}.student-classes-table tr.is-live{background:#ecfdf5}.student-classes-table-date{text-align:left;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;grid-template-columns:35px auto;grid-template-areas:"num day""num mon";justify-content:start;align-items:center;gap:1px 6px;width:100%;max-width:90px;min-height:43px;padding:6px 8px 5px;display:grid}.student-classes-table-date span{grid-area:day;font-size:11px;font-weight:700;line-height:1}.student-classes-table-date strong{text-align:center;grid-area:num;align-self:center;width:35px;font-size:27px;font-weight:800;line-height:1}.student-classes-table-date small{color:#7c8ea8;grid-area:mon;font-size:9px;font-weight:600;line-height:1.05}.student-classes-table-date.is-neutral{background:#f8fafc}.student-classes-table-date.weekday-0{background:#eef5ff}.student-classes-table-date.weekday-0 span,.student-classes-table-date.weekday-0 strong{color:#2563eb}.student-classes-table-date.weekday-1{background:#ecfdf5}.student-classes-table-date.weekday-1 span,.student-classes-table-date.weekday-1 strong{color:#16a34a}.student-classes-table-date.weekday-2{background:#eef5ff}.student-classes-table-date.weekday-2 span,.student-classes-table-date.weekday-2 strong{color:#2563eb}.student-classes-table-date.weekday-3{background:#f5f3ff}.student-classes-table-date.weekday-3 span,.student-classes-table-date.weekday-3 strong{color:#7c3aed}.student-classes-table-date.weekday-4{background:#fef2f2}.student-classes-table-date.weekday-4 span,.student-classes-table-date.weekday-4 strong{color:#f43f5e}.student-classes-table-date.weekday-5{background:#eff6ff}.student-classes-table-date.weekday-5 span,.student-classes-table-date.weekday-5 strong{color:#2563eb}.student-classes-table-date.weekday-6{background:#fff7ed}.student-classes-table-date.weekday-6 span,.student-classes-table-date.weekday-6 strong{color:#f97316}.student-classes-topic{color:#0f172a;margin:0;font-size:14px;font-weight:700}.student-classes-hint{color:#16a34a;margin-top:3px;font-size:11px;font-weight:700;display:inline-block}.student-classes-time-cell{color:#334155;font-size:13px}.student-classes-attachment-btn{color:#2563eb;background:0 0;border:0;align-items:center;gap:6px;font-size:13px;display:inline-flex}.student-classes-attachment-empty{color:#94a3b8;font-size:13px}.student-classes-actions{justify-content:flex-start;gap:6px;display:flex}.student-classes-actions a,.student-classes-actions button{color:#2563eb;background:#fff;border:1px solid #dbeafe;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.student-classes-actions .assignment{color:#f97316;background:#fffaf3;border-color:#fed7aa}.student-classes-actions .calendar,.student-classes-actions .feedback{color:#475569;background:#fff;border-color:#e2e8f0}.student-classes-actions .class-card-menu-wrap{position:relative}.student-classes-actions .class-card-menu button{color:#475569;background:0 0;border:none;border-radius:6px;justify-content:flex-start;height:auto;padding:9px 8px;font-size:.85rem;font-weight:500}.student-classes-actions .class-card-menu button:hover{background:#f1f5f9}.student-classes-actions .class-card-menu button.danger{color:#dc2626}.class-attachment-upload-horizontal{text-align:left;grid-template-columns:auto 1fr;place-items:center start;gap:14px;width:100%;min-height:120px;padding:16px 18px}.student-assignment-upload-box .class-attachment-upload-browse{color:#374151;background:#fff;border:1px solid #d6dbe5;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 18px;font-size:.95rem;font-weight:600;display:inline-flex}.class-attachment-upload-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3f0;border-radius:10px;align-items:center;gap:8px;width:fit-content;min-height:42px;padding:0 14px;font-size:.92rem;font-weight:600;display:inline-flex}.class-attachment-upload-btn:hover{background:#eff6ff;border-color:#93c5fd}.class-attachment-upload-horizontal .class-attachment-upload-copy{justify-items:start;gap:8px;display:grid}.class-attachment-upload-horizontal .class-attachment-upload-copy span,.class-attachment-upload-horizontal .class-attachment-upload-copy small{text-align:left}.class-attachment-upload-horizontal .class-attachment-upload-copy strong{color:#475569;font-size:.98rem;font-weight:700}.class-attachment-upload-horizontal .class-attachment-upload-copy .class-attachment-upload-browse{color:#374151;background:#fff;border:1px solid #d6dbe5;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 18px;font-size:.95rem;font-weight:600;display:inline-flex}.class-attachment-upload-horizontal .class-attachment-upload-copy small{color:#64748b;font-size:.9rem;font-weight:600}.student-classes-actions .watch{color:#2563eb;border-color:#bfdbfe}.student-classes-table-foot{background:#fcfdff;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.student-classes-table-foot p{color:#64748b;margin:0;font-size:12px}.student-classes-table-card.is-upcoming-table,.student-classes-table-card.is-past-table{margin-top:0}.batch-detail-page .student-classes-table-card{overflow:visible}.student-classes-table.past-table th,.student-classes-table.past-table td{padding:7px 10px}.student-classes-table.past-table th:first-child,.student-classes-table.past-table td:first-child{width:124px}.student-classes-table.past-table th:nth-child(2),.student-classes-table.past-table td:nth-child(2){width:36%}.student-classes-table.past-table th:nth-child(3),.student-classes-table.past-table td:nth-child(3){width:150px}.student-classes-table.past-table th:nth-child(4),.student-classes-table.past-table td:nth-child(4){width:100px}.student-classes-table.past-table th:nth-child(5),.student-classes-table.past-table td:nth-child(5){width:130px}.student-classes-table.past-table th:nth-child(6),.student-classes-table.past-table td:nth-child(6){width:220px}.student-classes-table.past-table .student-classes-actions{gap:5px}.student-classes-table.past-table .class-status-text{font-size:13px;font-weight:500;line-height:1.2;color:#111827!important}.student-classes-table.past-table .class-status-text.is-completed,.student-classes-table.past-table .class-status-text.is-cancelled,.student-classes-table.past-table .class-status-text.is-not-conducted{color:#111827!important}.student-classes-attendance-cell{color:#111827;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.student-classes-table.past-table th:nth-child(5),.student-classes-table.past-table td:nth-child(5){padding-left:0;padding-right:6px}.student-announcements-list{gap:12px;display:grid}.student-announcement-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px}.student-announcement-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.student-announcement-left{gap:10px;min-width:0;display:flex}.student-announcement-icon{color:#16a34a;background:#ecfdf5;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;display:inline-grid}.student-announcement-copy h4{color:#0f172a;margin:0;font-size:18px}.student-announcement-meta{color:#64748b;margin:2px 0 4px;font-size:12px}.student-announcement-body{color:#334155;white-space:pre-line;margin:0;font-size:14px}.student-announcement-bottom{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:8px;display:flex}.student-announcement-reactions{align-items:center;gap:8px;display:flex;position:relative}.student-announcement-reactions span{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;height:26px;padding:0 8px;font-size:12px;display:inline-flex}.student-announcement-react-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;height:26px;padding:0 10px;font-size:12px;display:inline-flex}.student-announcement-reaction-picker{align-items:center;gap:6px;margin-left:4px;display:inline-flex}.student-announcement-reaction-picker button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;place-items:center;width:28px;height:28px;font-size:15px;display:inline-grid}.student-announcement-reaction-picker button.active{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.student-announcement-reacted{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.student-announcement-reacted p{color:#475569;margin:0;font-size:12px}.student-announcement-avatars{display:inline-flex}.student-announcement-avatars span{border:1px solid #fff;border-radius:999px;width:20px;height:20px;margin-left:-5px}.student-announcement-avatars span:first-child{background:#fde68a;margin-left:0}.student-announcement-avatars span:nth-child(2){background:#93c5fd}.student-announcement-avatars span:nth-child(3){background:#f9a8d4}.admin-announcement-actions{align-items:center;gap:6px;margin-left:4px;display:inline-flex}.admin-announcement-action-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe6f3;border-radius:8px;align-items:center;gap:4px;height:24px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.admin-announcement-action-btn:hover:not(:disabled){color:#1d4ed8;border-color:#bfdbfe}.admin-announcement-action-btn.is-primary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.admin-announcement-action-btn.is-danger:hover:not(:disabled){color:#b91c1c;border-color:#fecaca}.admin-announcement-action-btn:disabled{opacity:.55;cursor:not-allowed}.admin-class-topic-link{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;font-weight:700}.admin-class-topic-link:hover{color:#1d4ed8}.admin-live-class-detail{gap:12px;display:grid}.admin-live-class-back{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;width:fit-content;padding:0;font-size:13px;font-weight:600;display:inline-flex}.admin-live-class-hero{background:linear-gradient(135deg,#0f2b88 0%,#0f3eab 58%,#1a57d2 100%);border-radius:12px;align-items:center;gap:18px;padding:30px;display:flex}.admin-live-class-hero-icon{color:#fff;background:linear-gradient(#5f90ff 0%,#3b6ff2 100%);border-radius:10px;flex-shrink:0;place-items:center;width:82px;height:82px;margin-right:6px;display:grid}.admin-live-class-hero-main{gap:8px;width:100%;min-width:0;display:grid}.admin-live-class-hero-main h1{color:#fff;margin:0 0 20px;font-size:24px;font-weight:700;line-height:1.2}.admin-live-class-status{border-radius:999px;width:fit-content;padding:2px 10px;font-size:10px;font-weight:700;line-height:1.4}.admin-live-class-status.is-completed{color:#f0fdf4;background:#43c26e}.admin-live-class-status.is-live{color:#fff1f2;background:#ef4444}.admin-live-class-status.is-cancelled{color:#f8fafc;background:#64748b}.admin-live-class-status.is-scheduled{color:#eff6ff;background:#60a5fa}.admin-live-class-meta{flex-wrap:nowrap;gap:18px;display:flex}.admin-live-class-meta p{color:#dbeafe;grid-template-rows:auto auto;grid-template-columns:16px auto;gap:1px 15px;min-width:94px;margin:0;padding-right:18px;display:grid;position:relative}.admin-live-class-meta p:not(:last-child):after{content:"";background:#bfdbfe59;width:1px;position:absolute;top:3px;bottom:3px;right:0}.admin-live-class-meta p svg{color:#c7d8ff;grid-area:1/1/span 2;place-self:center start;width:20px;height:20px}.admin-live-class-meta p span{color:#c6d7ff;grid-column:2;font-size:10px;font-weight:500}.admin-live-class-meta p strong{color:#fff;grid-column:2;font-size:14px;font-weight:600;line-height:1.2}.admin-live-class-summary-grid{grid-template-columns:60% 40%;gap:12px;display:grid}.admin-live-class-card{background:#fff;border:1px solid #e5eaf3;border-radius:12px;padding:14px}.admin-live-class-overview-card h3{color:#0f172a;margin:0 0 8px;font-size:18px}.admin-live-class-overview-card p{color:#334155;margin:0 0 10px;font-size:14px}.admin-live-class-overview-card h4{color:#0f172a;margin:0 0 8px;font-size:15px}.admin-live-class-attachment-list{gap:8px;display:grid}.admin-live-class-attachment-list a{color:#1e293b;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;min-height:38px;padding:0 10px;font-size:13px;text-decoration:none;display:flex}.admin-live-class-attachment-list a small{color:#64748b;font-size:12px}.admin-live-class-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-live-class-kpi{border:1px solid #e5eaf3;border-radius:12px;align-content:start;gap:6px;min-height:136px;padding:12px;display:grid}.admin-live-class-kpi svg{color:#2563eb}.admin-live-class-kpi h4{color:#0f172a;margin:0;font-size:34px;line-height:1.1}.admin-live-class-kpi p{color:#334155;align-items:center;gap:8px;margin:0;font-size:17px;display:inline-flex}.admin-live-class-kpi small{color:#1f2937;font-size:13px;font-weight:600}.admin-live-class-kpi-inline-meta{color:#1f2937;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.admin-live-class-kpi-inline-meta i{background:#cbd5e1;width:1px;height:12px;font-style:normal;display:inline-block}.admin-live-class-kpi.is-students{background:#f8f9fe}.admin-live-class-kpi.is-present{background:#f3fbf7}.admin-live-class-kpi.is-absent{background:#fff8f1}.admin-live-class-kpi.is-duration{background:#f8f5ff}.admin-live-class-bottom-grid{grid-template-columns:63% 37%;gap:12px;display:grid}.admin-live-class-bottom-grid.admin-live-class-bottom-grid-single{grid-template-columns:1fr}.admin-live-class-card-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.admin-live-class-card-head h3{color:#0f172a;margin:0;font-size:20px}.admin-live-class-card-head button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-live-class-attendance-wrap{border:1px solid #e6ebf3;border-radius:10px;overflow:hidden}.admin-live-class-attendance-table{border-collapse:collapse;width:100%}.admin-live-class-attendance-table th,.admin-live-class-attendance-table td{text-align:left;border-bottom:1px solid #edf2f7;padding:8px 10px;font-size:13px}.admin-live-class-attendance-table th{color:#64748b;background:#f8fafd;font-weight:700}.admin-live-class-attendance-table td{color:#1e293b}.admin-live-class-att-status{border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-live-class-att-status.is-present{color:#15803d;background:#dcfce7}.admin-live-class-att-status.is-partial{color:#c2410c;background:#ffedd5}.admin-live-class-att-status.is-absent{color:#b91c1c;background:#fee2e2}.admin-live-class-feedback-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;min-height:28px;padding:0 10px;font-size:12px;font-weight:700}.admin-feedback-drawer-overlay{z-index:40;background:#0f172a38;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-feedback-drawer{background:#fff;border-left:1px solid #e2e8f0;border-radius:14px 0 0 14px;grid-template-rows:auto 1fr auto;gap:12px;width:min(720px,96vw);height:100vh;padding:16px 16px 16px 36px;display:grid;overflow:hidden;box-shadow:-12px 0 32px #0f172a24}.admin-feedback-drawer-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.admin-feedback-drawer-head h3{color:#2563eb;margin:0;font-size:24px;font-weight:800}.admin-feedback-drawer-head p{color:#64748b;align-items:center;gap:8px;margin:4px 0 0;font-size:13px;font-weight:600;display:inline-flex}.admin-feedback-drawer-close{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.admin-feedback-drawer-field{color:#0f172a;grid-template-rows:auto auto;align-content:start;align-self:start;gap:10px;font-size:14px;font-weight:800;display:grid;overflow:hidden}.admin-feedback-drawer-field:after{content:" *";color:#d01f22;font-weight:900}.admin-feedback-drawer-field textarea{color:#0f172a;resize:vertical;background:#fff;border:2px solid #2563eb;border-radius:14px;outline:none;width:100%;min-height:215px;max-height:260px;padding:14px 16px;font-size:16px;overflow:auto}.admin-feedback-drawer-field textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 4px #2563eb26}.admin-feedback-drawer-actions{justify-content:space-between;gap:8px;display:flex}.admin-feedback-drawer-actions button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;min-height:34px;padding:0 14px;font-size:13px;font-weight:700}.admin-feedback-drawer-actions button.primary{color:#fff;background:#2563eb;border-color:#3b82f6}.admin-feedback-drawer-actions button:disabled{opacity:.6;cursor:not-allowed}.admin-live-class-recording-card{align-content:start;gap:10px;display:grid}.admin-live-class-recording-pill{border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.admin-live-class-recording-pill.is-available{color:#15803d;background:#dcfce7}.admin-live-class-recording-pill.is-processing{color:#b91c1c;background:#fee2e2}.admin-live-class-recording-preview{color:#dbeafe;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);border-radius:10px;place-items:center;gap:10px;min-height:180px;display:grid}.admin-live-class-recording-preview p{margin:0;font-size:20px;font-weight:700}.admin-live-class-recording-meta{gap:8px;display:grid}.admin-live-class-recording-meta p{color:#475569;justify-content:space-between;align-items:center;margin:0;font-size:13px;display:flex}.admin-live-class-recording-meta p strong{color:#0f172a;font-weight:700}.admin-live-class-recording-btn{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.admin-live-class-recording-btn.is-disabled{color:#94a3b8;cursor:default;background:#f8fafc;border-color:#dbe3ef}.batch-announce-inline-input,.batch-announce-inline-textarea{color:#111827;background:#fff;border:1px solid #d9e1ee;border-radius:8px;outline:none;width:100%;padding:7px 10px;font-size:12px;font-weight:500}.batch-announce-inline-input:focus,.batch-announce-inline-textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #60a5fa26}.batch-announce-inline-textarea{resize:vertical;min-height:66px}.student-assignments-tab{gap:12px;display:grid}.student-assignments-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.admin-assignments-table-wrap{background:0 0;border:none;border-radius:0;overflow:visible}.admin-assignment-primary-btn{justify-content:center;min-width:190px}.student-assignments-table{border-collapse:collapse;width:100%}.student-assignments-table th,.student-assignments-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:14px 12px}.student-assignments-table th{color:#334155;background:#f8fafc;font-size:13px;font-weight:700}.student-assignment-cell-main{align-items:flex-start;gap:10px;display:flex}.student-assignment-icon{color:#2563eb;background:#eff6ff;border-radius:8px;place-items:center;width:30px;height:30px;display:inline-grid}.student-assignment-cell-main p{color:#0f172a;margin:0 0 3px;font-size:14px;font-weight:700}.student-assignment-cell-main small{color:#64748b;font-size:12px}.student-assignment-due-cell p{color:#334155;margin:0 0 2px;font-size:14px;font-weight:600}.student-assignment-due-cell small{color:#64748b;font-size:12px}.student-assignment-status{border:1px solid #0000;border-radius:8px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.student-assignment-status.is-pending{color:#f59e0b;background:#fff7ed}.student-assignment-status.is-submitted{color:#2563eb;background:#eff6ff}.student-assignment-status.is-under-evaluation{color:#7c3aed;background:#f5f3ff}.student-assignment-status.is-evaluated{color:#16a34a;background:#ecfdf5}.student-assignment-status.is-overdue{color:#ef4444;background:#fef2f2}.student-assignment-marks{color:#16a34a;font-size:16px;font-weight:700}.student-assignment-actions{align-items:center;gap:8px;display:inline-flex}.student-assignment-primary-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:10px;height:36px;padding:0 14px;font-size:13px;font-weight:700}.student-assignment-more-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:26px;height:26px;display:inline-grid}.student-assignments-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-assignments-footer p{color:#64748b;margin:0;font-size:13px}.student-assignments-pagination{align-items:center;gap:6px;display:inline-flex}.student-assignments-pagination button{color:#475569;background:#fff;border:1px solid #dbe2ee;border-radius:8px;width:34px;height:34px;font-weight:700}.student-assignments-pagination button.active{color:#fff;background:#2563eb;border-color:#3b82f6}.student-assignment-drawer-backdrop{opacity:0;pointer-events:none;z-index:80;background:#0f172a59;transition:opacity .2s;position:fixed;inset:0}.student-assignment-drawer-backdrop.open{opacity:1;pointer-events:auto}.student-assignment-drawer{z-index:90;background:#fff;grid-template-rows:auto 1fr auto;width:min(50vw,760px);height:100vh;transition:transform .24s;display:grid;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 32px #0f172a26}.student-assignment-drawer.open{transform:translate(0)}.student-assignment-drawer header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:16px 35px;display:flex}.student-assignment-drawer-title{align-items:center;gap:14px;display:flex}.student-assignment-drawer-title-text{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;display:flex}.student-assignment-drawer-title h4{color:#0f172a;margin:0;font-size:24px;line-height:1.1}.student-assignment-drawer-title p{color:#64748b;margin:0;font-size:13px;font-weight:600;line-height:1.1}.student-assignment-drawer-title .student-assignment-icon{border-radius:12px;width:55px;height:55px}.student-assignment-drawer-title .student-assignment-icon svg{width:18px;height:18px}.student-assignment-drawer header p{color:#64748b;margin:0;font-size:12px;font-weight:600}.student-assignment-drawer header h4{color:#0f172a;margin:4px 0 0;font-size:18px}.student-assignment-drawer header button{color:#475569;background:#fff;border:1px solid #dbe2ee;border-radius:8px;width:30px;height:30px}.student-assignment-drawer-body{align-content:start;gap:16px;padding:16px 35px;display:grid;overflow-y:auto}.student-assignment-drawer-topmeta{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:10px;padding-bottom:12px;display:flex}.student-assignment-drawer-topmeta p{color:#334155;margin:0;font-size:13px;font-weight:700}.student-assignment-drawer-section h5{color:#0f172a;margin:0 0 8px;font-size:17px}.student-assignment-drawer-section p{color:#334155;margin:0;font-size:14px;line-height:1.45}.student-assignment-drawer-section ul{gap:6px;margin:0;padding-left:18px;display:grid}.student-assignment-drawer-section li{color:#334155;font-size:14px}.student-assignment-answer-field{gap:6px;margin-bottom:10px;display:grid}.student-assignment-answer-field span{color:#334155;font-size:13px;font-weight:700}.student-assignment-answer-field textarea{color:#0f172a;resize:vertical;border:1px solid #dbe2ee;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}.student-assignment-upload-box{color:#475569;text-align:center;cursor:pointer;background:#fff;border:1px dashed #d0d7e6;border-radius:12px;place-items:center;gap:4px;width:100%;min-height:184px;padding:16px;display:grid}.student-assignment-upload-box.drag-over{background:#eff6ff;border-color:#60a5fa}.student-assignment-upload-box svg{color:#3b82f6}.student-assignment-upload-box strong{color:#334155;font-size:15px}.student-assignment-upload-box span{color:#64748b;font-size:13px}.student-assignment-upload-box em{color:#2563eb;font-size:15px;font-style:normal;font-weight:700}.student-assignment-upload-box small{color:#64748b;font-size:12px}.student-assignment-hidden-file-input{display:none}.student-assignment-selected-file{font-weight:700;color:#2563eb!important;margin-top:8px!important;font-size:13px!important}.student-assignment-view-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:8px;padding:12px;display:grid}.student-assignment-view-meta{color:#64748b!important;margin:0!important;font-size:12px!important}.student-assignment-view-box h6{color:#0f172a;margin:4px 0 0;font-size:13px}.student-assignment-view-box p{color:#334155;margin:0;font-size:14px}.student-assignment-view-file{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;width:fit-content;height:32px;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.student-assignment-submit-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0;padding:9px 12px;font-size:13px;font-weight:600}.student-assignment-submit-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;animation:.22s assignmentSuccessPop;display:flex}.student-assignment-success-icon{color:#fff;background:#22c55e;border-radius:999px;flex:none;place-items:center;width:24px;height:24px;font-size:14px;font-weight:800;display:inline-grid}.student-assignment-submit-success strong{font-size:13px;display:block}.student-assignment-submit-success p{color:#15803d;margin:1px 0 0;font-size:12px}.student-assignment-submit-success button{color:#166534;background:#fff;border:1px solid #86efac;border-radius:8px;height:30px;margin-left:auto;padding:0 10px;font-size:12px;font-weight:700}@keyframes assignmentSuccessPop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.student-assignment-drawer footer{border-top:1px solid #e2e8f0;gap:10px;padding:14px 35px;display:grid}.student-assignment-cancel,.student-assignment-submit{color:#475569;background:#fff;border:1px solid #dbe2ee;border-radius:10px;height:42px;padding:0 16px;font-size:14px;font-weight:700}.student-assignment-submit{color:#fff;background:#2563eb;border-color:#2563eb}.student-assignment-submit:disabled{opacity:.55;cursor:not-allowed}@media (width<=980px){.student-batch-classes-toolbar{flex-direction:column;align-items:stretch}.student-batch-classes-right{width:100%}.student-batch-classes-search{flex:auto;min-width:0}.student-classes-grid,.student-classes-grid.past{grid-template-columns:1fr}.student-classes-live-card{flex-direction:column}}.student-batch-plan-list{gap:12px;display:grid}.student-batch-plan-item{border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.student-batch-plan-label{margin:0 0 5px;font-size:13px;font-weight:600}.student-batch-plan-label.is-live{color:#dc2626}.student-batch-plan-label.is-assignment{color:#f59e0b}.student-batch-plan-label.is-next{color:#2563eb}.student-batch-plan-label.is-revision{color:#7c3aed}.student-batch-plan-time{color:#64748b;margin:0 0 4px;font-size:12px}.student-batch-plan-main{color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:600}.student-batch-plan-meta{color:#64748b;margin:0;font-size:12px}.student-batch-btn{background:#fff;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.student-batch-btn-success{color:#16a34a;background:#ecfdf5;border-color:#22c55e}.student-batch-plan-item.is-live-item .student-batch-btn-success{color:#dc2626;background:#fef2f2;border-color:#dc2626}.student-batch-btn-warning{color:#d97706;background:#fffbeb;border-color:#f59e0b}.student-batch-btn-primary-outline{color:#2563eb;background:#eff6ff;border-color:#2563eb}.student-batch-btn-revision{color:#6d28d9;background:#f5f3ff;border-color:#7c3aed}.student-batch-kpi-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.student-batch-kpi-card{border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.student-batch-kpi-title{color:#64748b;margin:0;font-size:13px}.student-batch-kpi-value{color:#0f172a;margin:4px 0;font-size:20px;font-weight:700}.student-batch-kpi-sub{color:#64748b;margin:0;font-size:12px}.student-batch-kpi-icon{color:#2563eb;width:36px;height:36px}.kpi-blue{background:#f1f5ff}.kpi-green{background:#ecfdf5}.kpi-purple{background:#f5f3ff}.kpi-yellow{background:#fffbeb}@media (width<=980px){.student-batch-overview-split{grid-template-columns:1fr}}.student-v2-streak-pill{color:#b45309;background:#fff;border:1px solid #fcd34d;border-radius:10px;align-items:center;gap:5px;padding:7px 10px;font-size:.8rem;font-weight:700;display:inline-flex}@media (width<=1200px){.student-v2-grid-two{grid-template-columns:1fr}.student-v2-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.student-v2-topbar,.student-v2-top-actions,.student-v2-greeting,.student-v2-continue,.student-v2-footer-banner{flex-direction:column;align-items:stretch}.student-v2-continue,.student-v2-continue-body{grid-template-columns:1fr}.student-v2-progress-row{grid-template-columns:1fr auto;width:100%}.student-v2-hero-illus{width:100%;max-width:300px;height:140px}.student-v2-search{width:100%}}.assignment-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;border-top:1px solid #edf1f6!important;gap:0!important}.assignment-overview-grid article{border-right:1px solid #edf1f6!important;padding:10px 14px!important}.assignment-overview-grid article:last-child{border-right:0!important}.assignment-overview-grid h4{color:#475467!important;letter-spacing:0!important;align-items:center!important;gap:8px!important;margin:0 0 6px!important;font-size:.8rem!important;font-weight:600!important;display:inline-flex!important}.assignment-overview-grid h4 svg{width:12px;height:12px;color:inherit}.assignment-overview-grid p{max-width:26ch;font-size:.82rem;color:#374151!important;margin:0!important;font-weight:500!important;line-height:1.45!important}.assignment-overview-grid a{margin-top:1px;font-size:.82rem;color:#2563eb!important;align-items:center!important;gap:5px!important;font-weight:500!important;text-decoration:none!important;display:inline-flex!important}.assignment-overview-grid a svg{width:12px;height:12px}.assignment-overview-grid article:first-child h4 svg{color:#2563eb}.assignment-overview-grid article:nth-child(2) h4 svg{color:#3b82f6}.assignment-overview-grid article:nth-child(3) h4 svg{color:#f59e0b}.assignment-overview-grid article:nth-child(4) h4 svg{color:#6366f1}.assignment-overview-grid article:nth-child(4) a{font-weight:600!important}.assignment-overview-grid article:nth-child(4) a+span,.assignment-overview-grid article:nth-child(4) .muted{color:#9ca3af;font-size:.74rem}.assignment-detail-header{margin-top:8px!important;display:block!important}.assignment-back-link{color:#2563eb!important;background:0 0!important;border:0!important;margin:0 0 16px!important;padding:0!important;font-size:.82rem!important;font-weight:600!important;line-height:1.1!important}.assignment-title-row{align-items:center!important;gap:10px!important;margin:0 0 4px!important;display:flex!important}.assignment-title-actions-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.assignment-title-row h1{color:#23272f!important;letter-spacing:-.02em!important;margin:0!important;font-size:24px!important;font-weight:700!important;line-height:1!important}.assignment-title-row .tag-pill{margin-top:2px;border-radius:999px!important;padding:3px 10px!important;font-size:.7rem!important;font-weight:700!important}.assignment-title-row .assignment-status-pending{color:#2563eb!important;background:#e7f0ff!important;border:1px solid #d4e4ff!important}.assignment-detail-header .muted-dark{white-space:nowrap;color:#6b7280!important;align-items:center!important;gap:8px!important;margin:0!important;font-size:.86rem!important;font-weight:500!important;display:inline-flex!important}.assignment-detail-header .muted-dark strong{color:#4b5563;font-weight:700}.assignment-detail-header .muted-dark svg{color:#9ca3af;width:12px;height:12px}.assignment-detail-head-actions{margin-top:2px;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;display:flex!important}.assignment-detail-head-actions .batch-schedule-cancel,.assignment-detail-head-actions .batch-link-btn,.assignment-detail-head-actions .batch-schedule-submit{height:37px!important;min-height:37px!important;box-shadow:none!important;border-radius:11px!important;padding:0 16px!important;font-size:.81rem!important;font-weight:600!important}.assignment-detail-head-actions .batch-schedule-cancel,.assignment-detail-head-actions .batch-link-btn{color:#475467!important;background:#fff!important;border:1px solid #d9e0e9!important}.assignment-detail-head-actions .batch-schedule-submit{color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important}.assignment-detail-head-actions .batch-schedule-submit:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}.assignment-detail-head-actions .batch-schedule-cancel svg,.assignment-detail-head-actions .batch-link-btn svg,.assignment-detail-head-actions .batch-schedule-submit svg{width:13px;height:13px}.batch-community-layout{align-items:stretch;gap:16px;width:100%;height:calc(100vh - 100px);max-height:calc(100vh - 100px);display:flex;overflow:hidden}.batch-community-chat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:0 0 70%;height:100%;display:flex;overflow:hidden}.batch-community-chat-head{background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 16px}.batch-community-chat-head h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800}.batch-community-chat-banner{color:#64748b;margin:6px 0 0;font-size:.86rem;line-height:1.3}.batch-community-messages{background:#f8fafc;flex-direction:column;flex:1;justify-content:flex-start;gap:10px;min-height:0;padding:12px 14px 20px;display:flex;overflow-y:auto}.batch-community-msg{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.batch-community-msg-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:.78rem;font-weight:800;display:grid}.batch-community-msg.is-trainer .batch-community-msg-avatar{color:#6d28d9;background:#ede9fe}.batch-community-msg.is-me{flex-direction:row-reverse;justify-content:flex-start;align-self:flex-end}.batch-community-msg.is-me .batch-community-msg-body{background:#dbeafe;border-color:#93c5fd;max-width:72%}.batch-community-msg.is-me .batch-community-msg-meta{justify-content:flex-start}.batch-community-msg.is-me .batch-community-msg-name,.batch-community-msg.is-me .batch-community-msg-time{text-align:left}.batch-community-msg.is-me .batch-community-attachment{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.batch-community-msg-body{background:#f8fbff;border:1px solid #dbe4ef;border-radius:8px;max-width:78%;padding:7px 10px 8px;box-shadow:0 1px 2px #0f172a0a}.batch-community-msg-meta{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.batch-community-msg-name{color:#0284c7;font-size:.8rem;font-weight:700;line-height:1.15}.batch-community-trainer-badge{color:#6d28d9;background:#ede9fe;border:1px solid #ddd6fe;border-radius:999px;align-items:center;gap:6px;padding:2px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.batch-community-msg-time{color:#64748b;white-space:nowrap;margin-left:auto;font-size:.78rem;font-weight:500}.batch-community-msg-text{color:#0f172a;white-space:pre-wrap;font-size:.82rem;line-height:1.3}.batch-community-attachment{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;align-items:center;gap:10px;margin-top:8px;padding:10px 12px;text-decoration:none;display:flex}.batch-community-attachment-image-link{margin-top:8px;text-decoration:none;display:block}.batch-community-attachment-image{object-fit:cover;background:#f8fafc;border:1px solid #bfdbfe;border-radius:8px;width:100%;max-width:320px;max-height:260px;display:block}.batch-community-attachment-meta{flex-direction:column;gap:2px;display:flex}.batch-community-attachment-name{font-size:.9rem;font-weight:800}.batch-community-attachment-size{color:#4b5563;font-size:.78rem;font-weight:700}.batch-community-input-wrap{background:#fff;border-top:1px solid #e2e8f0;padding-bottom:20px}.batch-community-input-bar{align-items:flex-end;gap:10px;padding:12px 14px;display:flex;position:relative}.batch-community-textarea{resize:none;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;min-height:44px;max-height:120px;padding:10px 12px;font-size:.95rem}.batch-community-icon-btn{cursor:pointer;color:#1d4ed8;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.batch-community-icon-btn:disabled{opacity:.5;cursor:not-allowed}.batch-community-hidden-file{display:none}.batch-community-emoji-popover{z-index:5;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:10px;display:grid;position:absolute;bottom:54px;left:12px}.batch-community-emoji-btn{cursor:pointer;background:#f8fafc;border:0;border-radius:10px;padding:8px 0;font-size:1.1rem}.batch-community-emoji-btn:hover{background:#e5e7eb}.batch-community-file-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;max-width:220px;padding:8px 10px;display:flex}.batch-community-file-pill-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:800;overflow:hidden}.batch-community-send-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:12px;flex:none;align-items:center;gap:10px;padding:10px 14px;font-weight:800;display:inline-flex}.batch-community-send-btn:disabled{opacity:.55;cursor:not-allowed}.batch-community-loading,.batch-community-error{color:#64748b;padding:12px 0;font-size:.9rem;font-weight:700}.batch-community-error{color:#b91c1c}.batch-community-guidelines{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:0 0 30%;max-width:340px;height:100%;padding:14px 16px;overflow:hidden}.batch-community-guidelines h4{color:#0f172a;margin:0;font-size:1.05rem;font-weight:600}.batch-community-guidelines ul{color:#0f172a;margin:12px 0 0;padding-left:18px;font-weight:400}.batch-community-info-box{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;margin-top:12px;padding:10px 12px;font-size:.9rem;font-weight:500}@media (width<=900px){.batch-community-layout{flex-direction:column}.batch-community-chat{flex:auto}.batch-community-guidelines{max-width:100%}}@media (width<=768px){.batch-community-guidelines{display:none}}.spx-page{color:#1a1a1a;background:#f0eee9;flex-direction:column;width:100%;min-height:100%;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.spx-page *{box-sizing:border-box}.spx-page label{font-size:inherit;color:inherit;margin-top:0}.spx-page h1,.spx-page h2{font-family:inherit}.spx-topbar{background:0 0;border-bottom:none;justify-content:space-between;align-items:center;height:auto;padding:16px 28px 0;display:flex}.spx-back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-family:inherit;font-size:13px;display:flex}.spx-back-btn:hover{background:#f5f4f0}.spx-topbar-right{align-items:center;gap:8px;display:flex;position:relative}.spx-msg-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.spx-msg-btn:hover{background:#f5f4f0}.spx-more-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e8e6e1;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.spx-more-btn:hover{background:#f5f4f0}.spx-dropdown{z-index:20;background:#fff;border:1px solid #e8e6e1;border-radius:10px;min-width:180px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0f172a14}.spx-dropdown button{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 12px;font-family:inherit;font-size:13px;display:block}.spx-dropdown button:hover{background:#f5f4f0}.spx-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:12px 28px 0;padding:10px 14px;font-size:13px}.spx-body{flex:1;align-items:flex-start;gap:20px;padding:14px 28px 24px;display:flex}.spx-col-main{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.spx-col-side{flex-direction:column;gap:14px;width:268px;min-width:268px;max-height:calc(100vh - 28px);display:flex;position:sticky;top:14px;overflow-y:auto}.spx-hero{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:22px 24px 18px}.spx-hero-top{align-items:flex-start;gap:18px;display:flex}.spx-avatar-wrap{cursor:pointer;flex-shrink:0;position:relative}.spx-avatar{color:#5b21b6;letter-spacing:-1px;background:#ede9fe;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:600;display:flex}.spx-avatar-img{object-fit:cover;background:#e5e7eb}.spx-avatar-overlay{color:#fff;opacity:0;pointer-events:none;background:#00000080;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:72px;height:72px;font-size:11px;font-weight:600;transition:opacity .15s;display:flex;position:absolute;inset:0}.spx-avatar-wrap:hover .spx-avatar-overlay,.spx-avatar-overlay.uploading{opacity:1}.spx-avatar-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spxSpin}@keyframes spxSpin{to{transform:rotate(360deg)}}.spx-online-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;bottom:3px;right:3px}.spx-hero-info{flex:1;min-width:0}.spx-hero-name-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.spx-hero-name{color:#111827;font-size:22px;font-weight:600}.spx-hero-meta{flex-wrap:wrap;gap:14px;margin-bottom:14px;display:flex}.spx-meta-item{color:#6b7280;align-items:center;gap:5px;font-size:12.5px;display:flex}.spx-meta-item svg{flex-shrink:0}.spx-badge-row{flex-wrap:wrap;gap:8px;display:flex}.spx-badge{border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.spx-badge-active{color:#15803d;background:#dcfce7}.spx-badge-inactive{color:#6b7280;background:#f3f4f6}.spx-badge-stage{color:#1d4ed8;background:#dbeafe}.spx-badge-pay{color:#15803d;background:#dcfce7}.spx-badge-training{color:#92400e;background:#fef3c7}.spx-hero-stats{border-top:1px solid #f3f2ee;grid-template-columns:repeat(6,1fr);gap:0;margin-top:18px;padding-top:16px;display:grid}.spx-stat{border-right:1px solid #f3f2ee;padding:0 16px}.spx-stat:first-child{padding-left:0}.spx-stat:last-child{border-right:none}.spx-stat-lbl{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:11px;font-weight:500}.spx-stat-val{color:#111827;font-size:13px;font-weight:600}.spx-prog{background:#f3f2ee;border-radius:2px;width:100%;height:4px;margin-top:5px;overflow:hidden}.spx-prog-fill{background:#2563eb;border-radius:2px;height:100%}.spx-stars{gap:2px;display:inline-flex}.spx-star-filled{color:#f59e0b;font-size:13px}.spx-star-empty{color:#e5e7eb;font-size:13px}.spx-tabs{background:#fff;border-bottom:1px solid #e8e6e1;border-radius:14px 14px 0 0;display:flex}.spx-tab{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 20px;font-family:inherit;font-size:13px;font-weight:500}.spx-tab.active{color:#2563eb;border-bottom-color:#2563eb}.spx-tab:hover:not(.active){color:#374151}.spx-section{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:0;overflow:hidden}.spx-section-hdr{background:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:12px 22px;display:flex}.spx-section-title{color:#374151;align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.spx-section-title svg{color:#6b7280}.spx-edit-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.spx-edit-btn:hover{color:#374151;background:#e5e7eb}.spx-fields{grid-template-columns:repeat(4,1fr);gap:16px 20px;padding:18px 22px;display:grid}.spx-fields-5{grid-template-columns:repeat(5,1fr)}.spx-section>.spx-pay-summary,.spx-section>.spx-plinks{padding:18px 22px}.spx-section>.spx-pay-summary+div{padding:0 22px 18px}.spx-section>.spx-timeline{padding:18px 22px}.spx-section-banded{overflow:hidden;padding:0!important}.spx-banded-hdr{background:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 22px;display:flex}.spx-banded-hdr .spx-section-title{color:#374151}.spx-banded-hdr .spx-section-title svg,.spx-edit-btn-banded{color:#6b7280}.spx-edit-btn-banded:hover{color:#374151;background:#e5e7eb}.spx-field-lbl{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px;font-size:10px;font-weight:600}.spx-field-val{color:#111827;font-size:13px;font-weight:500}.spx-inline-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;padding:6px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s}.spx-inline-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.spx-inline-input[type=file]{padding:4px;font-size:12px}.spx-pay-summary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.spx-pay-card{background:#f9f8f6;border-radius:10px;padding:12px 14px}.spx-pay-lbl{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:500}.spx-pay-val{color:#111827;font-size:16px;font-weight:600}.spx-pay-val.red{color:#dc2626}.spx-pay-circle-wrap{align-items:center;gap:12px;display:flex}.spx-pay-status{color:#15803d;background:#dcfce7;border-radius:20px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.spx-ptable{border-collapse:collapse;width:100%;font-size:12.5px}.spx-ptable th{text-align:left;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #f3f2ee;padding:0 8px 8px 0;font-size:11px;font-weight:600}.spx-ptable td{color:#374151;vertical-align:middle;border-bottom:1px solid #f3f2ee;padding:9px 8px 9px 0}.spx-ptable tr:last-child td{border-bottom:none}.spx-success-pill{color:#15803d;background:#dcfce7;border-radius:20px;align-items:center;gap:3px;padding:3px 9px;font-size:11px;font-weight:500;display:inline-flex}.spx-plinks{flex-wrap:wrap;gap:8px;display:flex}.spx-plink{color:#2563eb;cursor:pointer;background:#f0f7ff;border:1px solid #dbeafe;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;text-decoration:none;display:inline-flex}.spx-plink:hover{background:#dbeafe}.spx-plink.is-disabled{color:#9ca3af;cursor:default;background:#f5f4f0;border-color:#e8e6e1}.spx-side-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:16px}.spx-side-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:600;display:flex}.spx-primary-action{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:8px;padding:10px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.spx-primary-action:hover{background:#1d4ed8}.spx-action-btn{cursor:pointer;color:#374151;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;width:100%;margin-bottom:1px;padding:8px 10px;font-family:inherit;font-size:13px;display:flex}.spx-action-btn:hover{background:#f5f4f0}.spx-action-btn svg{color:#9ca3af;flex-shrink:0}.spx-action-btn.danger,.spx-action-btn.danger svg{color:#dc2626}.spx-action-btn.success,.spx-action-btn.success svg{color:#15803d}.spx-feedback-row{border-bottom:1px solid #f3f2ee;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.spx-feedback-row:last-of-type{border-bottom:none}.spx-fb-lbl{color:#374151;font-size:12.5px}.spx-trainer-note{color:#6b7280;background:#f9f8f6;border-radius:8px;margin:10px 0 4px;padding:10px 12px;font-size:12px;line-height:1.55}.spx-notes-hdr{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.spx-add-note{color:#2563eb;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px;font-weight:500}.spx-status-row{border-bottom:1px solid #f3f2ee;justify-content:space-between;align-items:flex-start;padding:6px 0;font-size:12.5px;display:flex}.spx-status-row:last-child{border-bottom:none}.spx-status-key{color:#9ca3af;font-weight:500}.spx-status-val{color:#111827;text-align:right;max-width:150px;font-weight:500;line-height:1.4}.spx-timeline{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.spx-timeline-item{border-bottom:1px solid #f3f2ee;gap:14px;padding:14px 0;display:flex;position:relative}.spx-timeline-item:last-child{border-bottom:none}.spx-timeline-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 3px #2563eb1f}.spx-timeline-body{flex:1;min-width:0}.spx-timeline-top{color:#111827;justify-content:space-between;align-items:flex-start;gap:10px;font-size:13px;display:flex}.spx-timeline-title-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.spx-timeline-title-row strong{font-size:13px;font-weight:600}.spx-timeline-badge{white-space:nowrap;letter-spacing:.01em;border-radius:20px;align-items:center;padding:2px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.spx-timeline-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.spx-timeline-date{color:#9ca3af;white-space:nowrap;font-size:11.5px}.spx-timeline-view-btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:4px;padding:3px 10px;font-size:11.5px;font-weight:600;transition:all .15s;display:inline-flex}.spx-timeline-view-btn:hover{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.spx-timeline-sub{color:#6b7280;margin:3px 0 0;font-size:12.5px;line-height:1.4}.spx-add-pay-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:4px;padding:5px 14px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-flex}.spx-add-pay-btn:hover{background:#dbeafe;border-color:#93c5fd}.spx-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.15s spxFadeIn;display:flex;position:fixed;inset:0}@keyframes spxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spxSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.spx-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;animation:.2s spxSlideUp;overflow:hidden;box-shadow:0 20px 60px #0000002e,0 0 0 1px #0000000d}.spx-modal-hdr{background:#f9fafb;border-bottom:1px solid #e8e6e1;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.spx-modal-title{color:#111827;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.spx-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:22px;transition:all .15s;display:flex}.spx-modal-close:hover{color:#374151;background:#f3f4f6}.spx-modal-body{padding:20px 24px}.spx-modal-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.spx-modal-summary{gap:12px;margin-bottom:20px;display:flex}.spx-modal-summary-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;flex:1;gap:2px;padding:10px 14px;display:flex}.spx-modal-summary-item span{color:#6b7280;font-size:12px;font-weight:500}.spx-modal-summary-item strong{color:#111827;font-size:15px;font-weight:700}.spx-modal-summary-item.pending strong{color:#dc2626}.spx-modal-fields{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.spx-modal-field{flex-direction:column;gap:4px;display:flex}.spx-modal-field.full{grid-column:1/-1}.spx-modal-label{color:#6b7280;letter-spacing:0;font-size:13px;font-weight:500}.spx-req{color:#dc2626}.spx-modal-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:9px;width:100%;padding:8px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}.spx-modal-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.spx-modal-textarea{resize:vertical;min-height:48px}.spx-input-prefix-wrap{align-items:center;display:flex;position:relative}.spx-input-prefix{color:#6b7280;pointer-events:none;font-size:14px;font-weight:600;position:absolute;left:12px}.spx-input-with-prefix{padding-left:28px}.spx-modal-hint{color:#9ca3af;font-size:11.5px}.spx-modal-footer{background:#f9fafb;border-top:1px solid #e8e6e1;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.spx-modal-btn{cursor:pointer;border:none;border-radius:9px;padding:9px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s}.spx-modal-btn.secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.spx-modal-btn.secondary:hover{background:#f3f4f6}.spx-modal-btn.primary{color:#fff;background:#2563eb}.spx-modal-btn.primary:hover{background:#1d4ed8}.spx-modal-btn:disabled{opacity:.55;cursor:not-allowed}.spx-modal-sm{max-width:420px}.spx-search-wrap{margin-bottom:14px;position:relative}.spx-search-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.spx-search-input{padding-left:36px!important}.spx-batch-list{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;max-height:300px;overflow-y:auto}.spx-batch-row{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:10px;padding:10px 14px;font-size:13.5px;transition:background .1s;display:flex}.spx-batch-row:last-child{border-bottom:none}.spx-batch-row:hover,.spx-batch-row.selected{background:#eff6ff}.spx-batch-row.enrolled{opacity:.55;cursor:default}.spx-batch-row.enrolled:hover{background:0 0}.spx-batch-row input[type=checkbox]{accent-color:#2563eb;flex-shrink:0;width:16px;height:16px}.spx-batch-code{color:#111827;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.spx-batch-tag{color:#6b7280;white-space:nowrap;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:11px}.spx-batch-status{color:#9ca3af;white-space:nowrap;font-size:11.5px}.spx-batch-empty{text-align:center;color:#9ca3af;padding:30px 0;font-size:13px}.spx-batch-sel-count{color:#2563eb;margin-top:10px;font-size:12.5px;font-weight:600}.spx-remove-row{cursor:default}.spx-remove-row:hover{background:#fef2f2}.spx-remove-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .15s}.spx-remove-btn:hover{background:#fee2e2;border-color:#fca5a5}.spx-remove-btn:disabled{opacity:.5;cursor:not-allowed}.spx-stage-current{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.spx-stage-current strong{color:#111827;font-weight:600}.spx-action-btn.disabled,.spx-action-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.spx-feedback-stars-wrap{flex-direction:column;gap:6px;display:flex}.spx-feedback-stars{align-items:center;gap:4px;display:flex}.spx-star-btn{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:28px;line-height:1;transition:color .12s,transform .12s}.spx-star-btn:hover{transform:scale(1.15)}.spx-star-btn.active{color:#f59e0b}.spx-star-label{color:#f59e0b;margin-left:8px;font-size:13px;font-weight:600}.spx-star-label.bad{color:#dc2626}.spx-star-label.good{color:#f59e0b}.spx-star-label.excellent{color:#16a34a}.spx-feedback-meta{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.spx-feedback-giver{color:#2563eb;background:#eff6ff;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.spx-feedback-date{color:#9ca3af;font-size:11.5px}@media (width<=1280px){.spx-fields-5{grid-template-columns:repeat(3,1fr)}.spx-pay-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=960px){.spx-body{flex-direction:column;padding:16px}.spx-col-main,.spx-col-side{width:100%;min-width:0;max-height:none;position:static;overflow-y:visible}.spx-hero-stats{grid-template-columns:repeat(2,1fr);gap:12px}.spx-stat{border-right:none;padding:0}.spx-fields{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.spx-fields,.spx-fields-5,.spx-pay-summary{grid-template-columns:1fr}}.asp-modal-overlay{z-index:1000;background:#0f172a59;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.asp-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 16px 40px #0f172a1f}.asp-modal-head{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.asp-modal-title{color:#0f172a;margin:0;font-size:18px;font-weight:600}.asp-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:10px;width:36px;height:36px;font-size:22px;line-height:1}.asp-modal-body{flex-direction:column;gap:12px;padding:16px 20px;display:flex;overflow-y:auto}.asp-modal-foot{border-top:1px solid #eef2f7;justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.asp-label{color:#64748b;flex-direction:column;gap:6px;font-size:12px;font-weight:500;display:flex}.asp-input,.asp-textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;height:44px;padding:0 16px;font-size:14px}.asp-input:focus,.asp-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1f}.asp-textarea{resize:vertical;min-height:120px;padding:12px 16px}.asp-input.asp-input-file{height:auto;min-height:44px;padding:10px 16px}.asp-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.asp-btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.asp-btn-primary:hover:not(:disabled){background:#1d4ed8}.asp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.asp-btn-ghost{color:#475569;background:#fff;border-color:#e5e7eb}.asp-btn-ghost:hover{background:#f8fafc}:is(.student-content:has(>.spx-page),.student-content:has(.spx-page)){max-width:none;padding:0}.spx-student-dash{background:#f0eee9!important;max-width:none!important;padding:24px 28px 32px!important;font-family:DM Sans,sans-serif!important}.spx-student-dash .student-v2-topbar{margin-bottom:20px!important}.spx-student-dash .student-v2-topbar h2{color:#23272f!important;letter-spacing:-.01em!important;font-family:DM Sans,sans-serif!important;font-size:20px!important;font-weight:700!important}.spx-student-dash .student-v2-search{width:340px!important;box-shadow:none!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;padding:8px 12px!important}.spx-student-dash .student-v2-search svg{color:#9ca3af!important}.spx-student-dash .student-v2-search input{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.spx-student-dash .student-v2-search input::placeholder{color:#9ca3af!important}.spx-student-dash .student-v2-icon-btn{color:#6b7280!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;width:36px!important;height:36px!important;transition:all .15s!important}.spx-student-dash .student-v2-icon-btn:hover{color:#23272f!important;background:#f3f4f6!important}.spx-student-dash .student-v2-avatar{color:#fff!important;background:#2563eb!important;width:36px!important;height:36px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:600!important}.spx-student-dash .student-v2-greeting{color:#fff!important;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%)!important;border:none!important;border-radius:14px!important;min-height:180px!important;margin-bottom:16px!important;padding:28px 24px 20px!important;box-shadow:0 4px 16px #2563eb1f!important}.spx-student-dash .student-v2-greeting-bg{opacity:.15!important;mix-blend-mode:overlay!important}.spx-student-dash .student-v2-greeting h1{color:#fff!important;letter-spacing:-.01em!important;font-family:DM Sans,sans-serif!important;font-size:28px!important;font-weight:700!important;line-height:34px!important}.spx-student-dash .student-v2-greeting h1 span{color:#93c5fd!important}.spx-student-dash .student-v2-greeting p{color:#ffffffd1!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;line-height:20px!important}.spx-student-dash .student-v2-mini-metrics span{color:#ffffffe6!important;background:#ffffff1a!important;border-radius:8px!important;padding:5px 10px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important}.spx-student-dash .student-v2-mini-metrics span svg{color:#ffffffb3!important}.spx-student-dash .student-v2-mini-metrics .is-class svg,.spx-student-dash .student-v2-mini-metrics .is-assignment svg,.spx-student-dash .student-v2-mini-metrics .is-streak svg{color:#fffc!important}.spx-student-dash .student-v2-focus-strip{color:#2563eb!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:10px!important;margin-bottom:16px!important;padding:10px 14px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:600!important}.spx-student-dash .student-v2-continue{color:#23272f!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;margin-bottom:16px!important;padding:20px 24px!important;box-shadow:0 1px 3px #0000000a!important}.spx-student-dash .student-v2-continue-title{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important}.spx-student-dash .student-v2-continue-thumb{background:#f0eee9!important;border-radius:10px!important}.spx-student-dash .student-v2-continue-meta h3{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1.3!important}.spx-student-dash .student-v2-continue-meta p{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.spx-student-dash .student-v2-continue-play{color:#fff!important;background:#2563ebd9!important}.spx-student-dash .student-v2-progress{background:#e8e6e1!important}.spx-student-dash .student-v2-progress>div{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%)!important}.spx-student-dash .student-v2-progress-row>span{color:#2563eb!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:700!important}.spx-student-dash .student-v2-primary-btn{color:#fff!important;background:#2563eb!important;border:none!important;border-radius:10px!important;min-height:38px!important;padding:0 18px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important;box-shadow:0 1px 3px #2563eb2e!important}.spx-student-dash .student-v2-primary-btn:hover{background:#1d4ed8!important}.spx-student-dash .student-v2-grid-two{gap:16px!important;margin-bottom:16px!important}.spx-student-dash .student-v2-panel{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;padding:20px!important;box-shadow:0 1px 3px #0000000a!important}.spx-student-dash .student-v2-panel-head h3{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important}.spx-student-dash .student-v2-panel-head a{color:#2563eb!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important}.spx-student-dash .student-v2-panel-head a:hover{text-decoration:underline!important}.spx-student-dash .student-v2-class-item{border:1px solid #e8e6e1!important;border-radius:10px!important;padding:10px 12px!important;transition:all .12s!important}.spx-student-dash .student-v2-class-item:hover{background:#fafaf8!important}.spx-student-dash .student-v2-class-item.is-live{background:#f0fdf4!important;border-color:#86efac!important}.spx-student-dash .student-v2-class-item h4,.spx-student-dash .student-v2-assignment-item h4,.spx-student-dash .student-v2-activity-item h4,.spx-student-dash .student-v2-resource-item h4{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important}.spx-student-dash .student-v2-class-item span,.spx-student-dash .student-v2-assignment-item span,.spx-student-dash .student-v2-activity-item p,.spx-student-dash .student-v2-resource-item p{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.spx-student-dash .student-v2-status-line{color:#9ca3af!important;font-family:DM Sans,sans-serif!important;font-size:11px!important}.spx-student-dash .student-v2-class-item a,.spx-student-dash .student-v2-class-item button,.spx-student-dash .student-v2-assignment-item button,.spx-student-dash .student-v2-assignment-item a{color:#2563eb!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;min-height:30px!important;padding:0 12px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important;transition:all .12s!important}.spx-student-dash .student-v2-class-item a:hover,.spx-student-dash .student-v2-class-item button:hover,.spx-student-dash .student-v2-assignment-item button:hover,.spx-student-dash .student-v2-assignment-item a:hover{background:#eff6ff!important;border-color:#bfdbfe!important}.spx-student-dash .student-v2-assignment-block{background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:10px!important;padding:8px!important}.spx-student-dash .student-v2-announcement-block,.spx-student-dash .student-v2-recording-block{background:#fafaf8!important}.spx-student-dash .student-v2-assignment-item{border-color:#e8e6e1!important}.spx-student-dash .student-v2-mini-pagination button{color:#2563eb!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;font-family:DM Sans,sans-serif!important;font-weight:600!important}.spx-student-dash .student-v2-mini-pagination span{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.spx-student-dash .student-v2-kpi-grid{gap:16px!important;margin-bottom:16px!important}.spx-student-dash .student-v2-kpi-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;flex-direction:column!important;justify-content:center!important;min-height:110px!important;padding:18px 20px!important;display:flex!important;box-shadow:0 1px 3px #0000000a!important}.spx-student-dash .student-v2-kpi-card p{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin:0 0 6px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:500!important}.spx-student-dash .student-v2-kpi-card h3{color:#23272f!important;margin:0 0 4px!important;font-family:DM Sans,sans-serif!important;font-size:28px!important;font-weight:700!important;line-height:1.1!important}.spx-student-dash .student-v2-kpi-card span{color:#9ca3af!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.spx-student-dash .student-v2-activity-item{padding:4px 0!important}.spx-student-dash .student-v2-activity-icon{color:#2563eb!important;background:#eff6ff!important;border-radius:8px!important}.spx-student-dash .student-v2-activity-item>span{color:#9ca3af!important;font-family:DM Sans,sans-serif!important;font-size:11px!important}.spx-student-dash .student-v2-resource-item{border:1px solid #e8e6e1!important;border-radius:10px!important;padding:10px 12px!important;transition:all .12s!important}.spx-student-dash .student-v2-resource-item:hover{background:#fafaf8!important;border-color:#d5d3ce!important}.spx-student-dash .student-v2-resource-item svg{color:#9ca3af!important}.spx-student-dash .student-v2-footer-banner{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;margin-top:4px!important;padding:16px 20px!important;box-shadow:0 1px 3px #0000000a!important}.spx-student-dash .student-v2-footer-banner h3{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important}.spx-student-dash .student-v2-footer-banner p{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.spx-student-dash .student-v2-streak-pill{color:#92400e!important;background:#fef3c7!important;border:1px solid #fcd34d!important;border-radius:10px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:600!important}.spx-student-dash .empty-state{color:#9ca3af!important;text-align:center!important;padding:20px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.spx-student-dash .student-v2-class-list,.spx-student-dash .student-v2-activity-list,.spx-student-dash .student-v2-resource-list{gap:8px!important}.spx-batches-tabs{border-bottom:2px solid #e8e6e1;align-items:center;gap:4px;margin-bottom:20px;padding-bottom:0;display:flex}.spx-batches-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 16px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.spx-batches-tab:hover{color:#23272f}.spx-batches-tab.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.spx-batches-tab-count{color:#6b7280;text-align:center;background:#f3f4f6;border-radius:10px;min-width:20px;padding:2px 8px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.spx-batches-tab.active .spx-batches-tab-count{color:#2563eb;background:#eff6ff}.spx-all-batches-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (width<=1200px){.spx-all-batches-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.spx-all-batches-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.spx-all-batches-grid{grid-template-columns:1fr}}.spx-enroll-card{background:#fff;border:1px solid #e8e6e1;border-radius:14px;flex-direction:column;transition:all .15s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.spx-enroll-card:hover{border-color:#d5d3ce;box-shadow:0 4px 12px #00000012}.spx-enroll-card-cover{background:#f0eee9;width:100%;height:120px;position:relative;overflow:hidden}.spx-enroll-card-cover img{object-fit:cover;width:100%;height:100%}.spx-enroll-card-body{flex-direction:column;flex:1;gap:10px;padding:16px 18px 18px;display:flex}.spx-enroll-card-top{align-items:center;gap:8px;display:flex}.spx-enroll-status{letter-spacing:.02em;border-radius:6px;padding:3px 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.spx-enroll-status.is-active{color:#166534;background:#dcfce7}.spx-enroll-status.is-completed{color:#1e40af;background:#dbeafe}.spx-enroll-status.is-upcoming{color:#92400e;background:#fef3c7}.spx-enroll-type{color:#6b7280;text-transform:capitalize;background:#f3f4f6;border-radius:6px;padding:3px 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.spx-enroll-card-title{color:#23272f;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.3}.spx-enroll-card-info{flex-direction:column;gap:6px;margin-top:2px;display:flex}.spx-enroll-info-row{color:#6b7280;align-items:center;gap:7px;font-family:DM Sans,sans-serif;font-size:12px;display:flex}.spx-enroll-info-row svg{color:#9ca3af;flex-shrink:0}.spx-enroll-btn{color:#2563eb;cursor:pointer;background:0 0;border:1.5px solid #2563eb;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;gap:5px;height:34px;margin-top:auto;padding:0 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.spx-enroll-btn:hover{color:#fff;background:#2563eb}.spx-enroll-btn:hover svg{color:#fff}.spx-enroll-btn:disabled{color:#93c5fd;cursor:not-allowed;background:0 0;border-color:#93c5fd}.student-batch-detail-revamp,.student-batch-detail-revamp .admin-batch-detail-main{background:#f0eee9!important}.student-batch-detail-revamp .admin-batch-detail-left{background:linear-gradient(#0f172a 0%,#1e3a8a 100%)!important}.student-batch-detail-revamp .admin-batch-detail-tabs{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;flex-wrap:nowrap!important;gap:0!important;margin-bottom:16px!important;padding:0 16px!important;display:flex!important;box-shadow:0 1px 3px #0000000a!important}.student-batch-detail-revamp .admin-batch-detail-tabs:before{display:none!important}.student-batch-detail-revamp .batch-detail-tab{color:#6b7280!important;background:0 0!important;border:none!important;border-bottom:2px solid #0000!important;border-radius:0!important;margin-bottom:0!important;padding:14px 18px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important;transition:all .15s!important;position:relative!important}.student-batch-detail-revamp .batch-detail-tab.active{color:#2563eb!important;background:0 0!important;border-bottom:2px solid #2563eb!important;font-weight:600!important}.student-batch-detail-revamp .batch-detail-tab.active:hover{color:#2563eb!important;background:0 0!important}.student-batch-detail-revamp .batch-detail-tab:hover:not(.active){color:#23272f!important;background:0 0!important}.spx-bd-overview{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:16px;font-family:DM Sans,sans-serif;display:grid}.spx-bd-left{flex-direction:column;gap:16px;display:flex}.spx-bd-panel{background:#fff;border:1px solid #e8e6e1;border-radius:14px;padding:20px;box-shadow:0 1px 3px #0000000a}.spx-bd-panel h3{color:#23272f;align-items:center;gap:8px;margin:0 0 14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;display:flex}.spx-bd-plan-list{flex-direction:column;gap:10px;display:flex}.spx-bd-plan-card{border:1px solid #e8e6e1;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:all .12s;display:flex}.spx-bd-plan-card:hover{background:#fafaf8}.spx-bd-plan-card.is-live{border-left:3px solid #22c55e}.spx-bd-plan-card.is-assignment{border-left:3px solid #f59e0b}.spx-bd-plan-card.is-revision{border-left:3px solid #8b5cf6}.spx-bd-plan-card.is-prepare{border-left:3px solid #2563eb}.spx-bd-plan-label{text-transform:uppercase;letter-spacing:.04em;margin:0 0 3px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.spx-bd-plan-card.is-live .spx-bd-plan-label{color:#16a34a}.spx-bd-plan-card.is-assignment .spx-bd-plan-label{color:#d97706}.spx-bd-plan-card.is-revision .spx-bd-plan-label{color:#7c3aed}.spx-bd-plan-card.is-prepare .spx-bd-plan-label{color:#2563eb}.spx-bd-plan-card h4{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.3}.spx-bd-plan-card span{color:#6b7280;margin-top:2px;font-family:DM Sans,sans-serif;font-size:12px;display:block}.spx-bd-plan-btn{cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:32px;padding:0 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:all .12s;display:inline-flex}.spx-bd-plan-btn.is-live{color:#16a34a;border-color:#bbf7d0}.spx-bd-plan-btn.is-live:hover{background:#f0fdf4}.spx-bd-plan-btn.is-assignment{color:#d97706;border-color:#fde68a}.spx-bd-plan-btn.is-assignment:hover{background:#fffbeb}.spx-bd-plan-btn.is-revision{color:#7c3aed;border-color:#ddd6fe}.spx-bd-plan-btn.is-revision:hover{background:#f5f3ff}.spx-bd-plan-btn.is-prepare{color:#2563eb;border-color:#bfdbfe}.spx-bd-plan-btn.is-prepare:hover{background:#eff6ff}.spx-bd-kpi-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.spx-bd-kpi{border:1px solid #e8e6e1;border-radius:12px;padding:16px;position:relative;overflow:hidden}.spx-bd-kpi-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;display:inline-flex}.spx-bd-kpi.is-blue .spx-bd-kpi-icon{color:#2563eb;background:#eff6ff}.spx-bd-kpi.is-green .spx-bd-kpi-icon{color:#16a34a;background:#f0fdf4}.spx-bd-kpi.is-purple .spx-bd-kpi-icon{color:#7c3aed;background:#f5f3ff}.spx-bd-kpi.is-amber .spx-bd-kpi-icon{color:#d97706;background:#fffbeb}.spx-bd-kpi p{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:0 0 2px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.spx-bd-kpi h4{color:#23272f;margin:0 0 3px;font-family:DM Sans,sans-serif;font-size:24px;font-weight:700;line-height:1.1}.spx-bd-kpi span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:11px}.spx-bd-activity-panel{flex-direction:column;max-height:670px;display:flex;overflow:hidden}.spx-bd-activity-panel h3{flex-shrink:0}.spx-bd-activity-feed{flex-direction:column;gap:2px;max-height:calc(100% - 40px);display:flex;overflow-y:auto}.spx-bd-activity-item{border-bottom:1px solid #f3f2ee;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.spx-bd-activity-item:last-child{border-bottom:none}.spx-bd-activity-dot{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.spx-bd-activity-item.is-live .spx-bd-activity-dot{color:#16a34a;background:#dcfce7}.spx-bd-activity-item.is-completed .spx-bd-activity-dot{color:#2563eb;background:#eff6ff}.spx-bd-activity-item.is-upcoming .spx-bd-activity-dot{color:#6b7280;background:#f3f4f6}.spx-bd-activity-item.is-assignment-submitted .spx-bd-activity-dot{color:#16a34a;background:#f0fdf4}.spx-bd-activity-item.is-assignment-due .spx-bd-activity-dot{color:#d97706;background:#fffbeb}.spx-bd-activity-content p{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;line-height:1.3}.spx-bd-activity-content span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:11px}.spx-bd-empty{text-align:center;color:#9ca3af;padding:24px;font-family:DM Sans,sans-serif;font-size:13px}.student-batch-detail-revamp .student-classes-section-head{margin-top:20px!important;margin-bottom:12px!important;padding:0!important}.student-batch-detail-revamp .student-classes-section-head h4{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:15px!important;font-weight:600!important}.student-batch-detail-revamp .student-classes-section-head h4 svg{color:#6b7280!important}.student-batch-detail-revamp .student-classes-section-head button{color:#2563eb!important;cursor:pointer!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important}.student-batch-detail-revamp .student-classes-table-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;margin-top:0!important;overflow:auto hidden!important;box-shadow:0 1px 3px #0000000a!important}.student-batch-detail-revamp .student-classes-table{table-layout:auto!important;border-collapse:collapse!important;width:100%!important;font-family:DM Sans,sans-serif!important}.student-batch-detail-revamp .student-classes-table th,.student-batch-detail-revamp .student-classes-table td{white-space:nowrap!important;vertical-align:middle!important;text-overflow:ellipsis!important;overflow:hidden!important}.student-batch-detail-revamp .student-classes-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:14px!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;font-weight:600!important}.student-batch-detail-revamp .student-classes-table td{color:#23272f!important;border-bottom:1px solid #f0eee9!important;padding:12px 14px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.student-batch-detail-revamp .student-classes-table tr:last-child td{border-bottom:none!important}.student-batch-detail-revamp .student-classes-table tr:hover{background:#fafaf8!important}.student-batch-detail-revamp .student-classes-table tr.is-live{background:#f0fdf4!important}.student-batch-detail-revamp .student-classes-table-date{text-align:center!important;background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:10px!important;flex-direction:column!important;align-items:center!important;min-width:56px!important;display:inline-flex!important}.student-batch-detail-revamp .student-classes-table-date strong{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:22px!important;font-weight:700!important}.student-batch-detail-revamp .student-classes-table-date span{font-family:DM Sans,sans-serif!important;font-size:10px!important;font-weight:600!important}.student-batch-detail-revamp .student-classes-table-date small{color:#9ca3af!important;font-family:DM Sans,sans-serif!important;font-size:9px!important}.student-batch-detail-revamp .student-classes-topic{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important}.student-batch-detail-revamp .student-classes-time-cell{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.student-batch-detail-revamp .student-classes-attachment-btn{color:#2563eb!important;white-space:nowrap!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;padding:4px 10px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:500!important}.spx-my-classes-page{padding:0!important}.spx-my-classes-page .student-v2-topbar{margin-bottom:8px!important}.spx-my-classes-table-card{background:#fff!important;border:1px solid #e8e6e1!important;border-radius:14px!important;overflow:auto hidden!important;box-shadow:0 1px 3px #0000000a!important}.spx-my-classes-table{table-layout:auto!important;border-collapse:collapse!important;width:100%!important;font-family:DM Sans,sans-serif!important}.spx-my-classes-table th{color:#6b7280!important;text-transform:uppercase!important;letter-spacing:.04em!important;white-space:nowrap!important;vertical-align:middle!important;background:#f3f4f6!important;border-bottom:1px solid #e8e6e1!important;padding:14px!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;font-weight:600!important}.spx-my-classes-table td{color:#23272f!important;vertical-align:middle!important;border-bottom:1px solid #f0eee9!important;padding:12px 14px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important}.spx-my-classes-table tr:last-child td{border-bottom:none!important}.spx-my-classes-table tr:hover{background:#fafaf8!important}.spx-my-classes-batch-pill{color:#6b7280!important;white-space:nowrap!important;background:#f3f4f6!important;border:1px solid #e8e6e1!important;border-radius:6px!important;padding:3px 8px!important;font-family:DM Sans,sans-serif!important;font-size:11px!important;font-weight:600!important}.spx-my-classes-table-card .student-classes-table-date{text-align:center!important;background:#fafaf8!important;border:1px solid #e8e6e1!important;border-radius:10px!important;flex-direction:column!important;align-items:center!important;min-width:56px!important;padding:6px 8px 5px!important;display:inline-flex!important}.spx-my-classes-table-card .student-classes-table-date strong{color:#23272f!important;font-family:DM Sans,sans-serif!important;font-size:22px!important;font-weight:700!important;line-height:1!important}.spx-my-classes-table-card .student-classes-table-date small{color:#9ca3af!important;font-family:DM Sans,sans-serif!important;font-size:9px!important;line-height:1.05!important}.spx-my-classes-table-card .student-classes-topic{color:#23272f!important;margin:0!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important}.spx-my-classes-table-card .student-classes-time-cell{color:#6b7280!important;white-space:nowrap!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.spx-my-classes-table-card .student-classes-attachment-btn{color:#2563eb!important;white-space:nowrap!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;padding:4px 10px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:500!important}.spx-my-classes-table-card .student-classes-attachment-empty{color:#9ca3af!important}.spx-my-classes-table-card .student-classes-table-foot{color:#6b7280!important;border-top:1px solid #f0eee9!important;padding:10px 14px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.spx-my-classes-table-card .lc-pagination-foot{justify-content:space-between!important;align-items:center!important;display:flex!important}.spx-my-classes-table-card .lc-pagination{align-items:center!important;gap:4px!important;display:flex!important}.spx-my-classes-table-card .lc-page-btn{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-family:DM Sans,sans-serif!important;font-size:12.5px!important;font-weight:500!important;display:inline-flex!important}.spx-my-classes-table-card .lc-page-btn:hover:not(:disabled){background:#fafaf8!important;border-color:#d4d2cd!important}.spx-my-classes-table-card .lc-page-btn.is-active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.spx-my-classes-table-card .lc-page-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.spx-announce-batch-row{margin-bottom:6px!important}.spx-class-actions{flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;display:flex!important}.spx-class-actions a,.spx-class-actions button{color:#23272f!important;cursor:pointer!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:7px!important;flex-shrink:0!important;align-items:center!important;gap:4px!important;height:28px!important;padding:0 10px!important;font-family:DM Sans,sans-serif!important;font-size:11.5px!important;font-weight:600!important;line-height:28px!important;text-decoration:none!important;display:inline-flex!important}button.spx-act-join{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}button.spx-act-join:hover{background:#1d4ed8!important}.spx-act-assignment{color:#d97706!important;background:#fff!important;border-color:#fde68a!important}.spx-act-assignment:hover{background:#fffbeb!important}.spx-act-calendar{color:#6b7280!important;background:#fff!important;border-color:#e8e6e1!important}.spx-act-calendar:hover{background:#fafaf8!important}.spx-act-watch{color:#2563eb!important;background:#fff!important;border-color:#dbeafe!important}.spx-act-watch:hover{background:#eff6ff!important}.student-batch-detail-revamp .is-upcoming-table th:first-child,.student-batch-detail-revamp .is-upcoming-table td:first-child{white-space:nowrap!important;width:80px!important}.student-batch-detail-revamp .is-upcoming-table th:nth-child(2),.student-batch-detail-revamp .is-upcoming-table td:nth-child(2){white-space:normal!important;word-break:break-word!important}.student-batch-detail-revamp .is-upcoming-table th:nth-child(3),.student-batch-detail-revamp .is-upcoming-table td:nth-child(3),.student-batch-detail-revamp .is-upcoming-table th:nth-child(4),.student-batch-detail-revamp .is-upcoming-table td:nth-child(4){white-space:nowrap!important}.student-batch-detail-revamp .is-upcoming-table th:nth-child(5),.student-batch-detail-revamp .is-upcoming-table td:nth-child(5){white-space:nowrap!important;overflow:visible!important}.student-batch-detail-revamp .is-past-table th:first-child,.student-batch-detail-revamp .is-past-table td:first-child{white-space:nowrap!important;width:80px!important}.student-batch-detail-revamp .is-past-table th:nth-child(2),.student-batch-detail-revamp .is-past-table td:nth-child(2){white-space:normal!important;word-break:break-word!important}.student-batch-detail-revamp .is-past-table th:nth-child(3),.student-batch-detail-revamp .is-past-table td:nth-child(3){white-space:nowrap!important}.student-batch-detail-revamp .is-past-table th:nth-child(4),.student-batch-detail-revamp .is-past-table td:nth-child(4){white-space:nowrap!important;overflow:visible!important}.student-batch-detail-revamp .student-classes-live-card{background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-radius:14px!important;font-family:DM Sans,sans-serif!important;box-shadow:0 1px 3px #0000000a!important}.student-batch-detail-revamp .student-classes-live-card h3{font-family:DM Sans,sans-serif!important}.student-batch-detail-revamp .student-classes-live-right button{border-radius:10px!important;font-family:DM Sans,sans-serif!important}.student-batch-detail-revamp .student-classes-section-head+.student-classes-table-card{margin-top:0!important}.student-batch-detail-revamp .student-classes-block+.student-classes-section-head,.student-batch-detail-revamp .student-classes-table-card+.student-classes-section-head{margin-top:28px!important}.student-batch-detail-revamp .student-classes-table-foot{color:#6b7280!important;border-top:1px solid #f0eee9!important;padding:10px 14px!important;font-family:DM Sans,sans-serif!important;font-size:12px!important}.student-batch-detail-revamp .student-classes-table-foot button{color:#2563eb!important;font-family:DM Sans,sans-serif!important;font-size:12px!important;font-weight:600!important}.student-batch-detail-revamp .lc-pagination-foot{justify-content:space-between!important;align-items:center!important;display:flex!important}.student-batch-detail-revamp .lc-pagination{align-items:center!important;gap:4px!important;display:flex!important}.student-batch-detail-revamp .lc-page-btn{color:#23272f!important;cursor:pointer!important;background:#fff!important;border:1px solid #e8e6e1!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-family:DM Sans,sans-serif!important;font-size:12.5px!important;font-weight:500!important;transition:all .12s!important;display:inline-flex!important}.student-batch-detail-revamp .lc-page-btn:hover:not(:disabled){background:#fafaf8!important;border-color:#d4d2cd!important}.student-batch-detail-revamp .lc-page-btn.is-active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.student-batch-detail-revamp .lc-page-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.spx-sidebar-stats{flex-direction:column;flex:1;gap:18px;margin-top:8px;padding:0 20px;display:flex}.spx-sidebar-pbar{background:0 0;border:none;border-radius:0;padding:0}.spx-sidebar-pbar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.spx-sidebar-pbar-header span{color:#fff9;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.spx-sidebar-pbar-header span:last-child{color:#fff;font-size:13px;font-weight:700}.spx-sidebar-pbar-track{background:#ffffff1f;border-radius:999px;width:100%;height:7px;overflow:hidden}.spx-sidebar-pbar-fill{border-radius:999px;height:100%;transition:width .3s}.spx-sidebar-pbar-fill.is-green{background:linear-gradient(90deg,#22c55e 0%,#4ade80 100%)}.spx-sidebar-pbar-fill.is-blue{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%)}.spx-sidebar-pbar-fill.is-purple{background:linear-gradient(90deg,#7c3aed 0%,#a78bfa 100%)}@media (width<=1100px){.spx-bd-overview{grid-template-columns:1fr}}.spx-batches-subtitle{color:#6b7280;margin:0 0 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.spx-batches-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.spx-batch-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8e6e1;border-radius:14px;flex-direction:column;padding:0;transition:all .15s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.spx-batch-card:hover{border-color:#d5d3ce;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.spx-batch-card-cover{background:#f0eee9;width:100%;height:140px;position:relative;overflow:hidden}.spx-batch-card-cover img{object-fit:cover;width:100%;height:100%}.spx-batch-status{letter-spacing:.02em;border-radius:6px;padding:4px 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;position:absolute;top:10px;right:10px}.spx-batch-status.is-active{color:#166534;background:#dcfce7}.spx-batch-status.is-completed{color:#1e40af;background:#dbeafe}.spx-batch-status.is-upcoming{color:#92400e;background:#fef3c7}.spx-batch-card-body{flex-direction:column;flex:1;gap:8px;padding:16px 18px 18px;display:flex}.spx-batch-card-title{color:#23272f;margin:0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;line-height:1.3}.spx-batch-card-trainer{color:#6b7280;align-items:center;gap:5px;margin:0;font-family:DM Sans,sans-serif;font-size:12px;display:flex}.spx-batch-card-trainer svg{color:#9ca3af}.spx-batch-card-stats{align-items:center;gap:16px;margin-top:2px;display:flex}.spx-batch-card-stats span{color:#6b7280;align-items:center;gap:5px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;display:inline-flex}.spx-batch-card-stats span svg{color:#9ca3af}.spx-batch-card-progress{margin-top:4px}.spx-batch-card-progress-info{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.spx-batch-card-progress-info span{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.spx-batch-card-progress-info span:last-child{color:#2563eb;font-weight:600}.spx-batch-card-bar{background:#e8e6e1;border-radius:999px;width:100%;height:6px;overflow:hidden}.spx-batch-card-bar>div{background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%);border-radius:999px;height:100%;transition:width .3s}.spx-batch-card-last{color:#9ca3af;margin:2px 0 0;font-family:DM Sans,sans-serif;font-size:11px}.spx-batch-card-last span{color:#6b7280;font-weight:500}.spx-batches-empty{text-align:center;background:#fff;border:1px solid #e8e6e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.spx-batches-empty svg{color:#d5d3ce;margin-bottom:16px}.spx-batches-empty h3{color:#23272f;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600}.spx-batches-empty p{color:#6b7280;margin:0;font-family:DM Sans,sans-serif;font-size:13px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (width<=1024px){.student-layout{grid-template-columns:1fr!important}.student-sidebar,.student-sidebar.admin-ds-sidebar{z-index:1000;width:280px;max-width:85vw;transition:transform .28s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 18px #0000001f}body.mobile-nav-open .student-sidebar,.student-layout.mobile-nav-open .student-sidebar{transform:translate(0)}.mobile-nav-backdrop{z-index:999;opacity:0;pointer-events:none;background:#0f172a73;transition:opacity .2s;position:fixed;inset:0}body.mobile-nav-open .mobile-nav-backdrop,.student-layout.mobile-nav-open .mobile-nav-backdrop{opacity:1;pointer-events:auto}.mobile-menu-btn{cursor:pointer;color:#1f2937;background:#fff;border:1px solid #e8e6e1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex!important}.mobile-menu-btn:active{transform:scale(.96)}.student-content,.student-content.student-v2-content{width:100%;padding:0!important}}.mobile-menu-btn,.mobile-nav-backdrop,.mobile-menu-fab{display:none}@media (width<=1024px){.mobile-nav-backdrop{display:block}.mobile-menu-fab{z-index:998;color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e8e6e1;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;position:fixed;top:14px;left:12px;box-shadow:0 2px 8px #0000000f;display:inline-flex!important}.mobile-menu-fab:active{transform:scale(.96)}.student-layout.mobile-nav-open .mobile-menu-fab{opacity:0;pointer-events:none}.student-v2-topbar{padding-left:56px!important}}.student-layout.mobile-nav-open{overflow:hidden}@media (width<=768px){.student-content,.student-content.student-v2-content,.spx-batches-list-page,.spx-my-classes-page,.spx-student-dash{padding:16px!important}.student-v2-topbar{min-height:60px;flex-flow:row!important;align-items:center!important;gap:8px!important;padding:12px 0 12px 56px!important;display:flex!important}.student-v2-topbar h2,.student-v2-topbar .admin-ds-page-title{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;overflow:hidden;margin:0!important;font-size:18px!important}.student-v2-top-actions{flex-shrink:0;flex-flow:row!important;align-items:center!important;gap:6px!important;margin-left:auto!important;display:flex!important}.student-v2-search{cursor:pointer;overflow:hidden;border-radius:10px!important;flex:0 0 38px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;padding:0!important;display:inline-flex!important}.student-v2-search input{display:none!important}.student-v2-search svg{width:16px!important;height:16px!important}.student-v2-top-actions>button,.student-v2-top-actions>a,.student-v2-top-actions>label,.student-v2-top-actions .student-v2-icon-btn,.student-v2-top-actions .student-v2-bell,.student-v2-top-actions .student-v2-avatar{flex-shrink:0!important;width:38px!important;min-width:38px!important;height:38px!important}.student-v2-top-actions .student-v2-avatar{font-size:14px!important}.student-v2-topbar [class*=avatar]:not(.spx-profile-avatar){width:38px!important;height:38px!important}.spx-batches-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto;flex-wrap:nowrap!important}.spx-batches-tabs::-webkit-scrollbar{display:none}.spx-batches-tabs button{white-space:nowrap;flex-shrink:0}.spx-batches-grid,.spx-all-batches-grid,.batch-cards-grid{grid-template-columns:1fr!important;gap:14px!important}.spx-batch-card,.spx-enroll-card,.batch-card{width:100%!important}.spx-profile-grid,.spx-profile-section{grid-template-columns:1fr!important;gap:16px!important}.spx-profile-fields{grid-template-columns:1fr!important}.spx-field-lbl{font-size:13px!important}.spx-field-val{word-break:break-word;font-size:15px!important}.spx-kpi-row,.spx-stat-row,.home-stats-grid,.dashboard-stats{grid-template-columns:1fr 1fr!important;gap:10px!important}.spx-kpi-card,.spx-stat-card{padding:14px!important}.spx-kpi-label,.spx-stat-label{font-size:12px!important}.spx-kpi-value,.spx-stat-value{font-size:22px!important}.spx-continue-card,.schedule-card,.home-card{padding:16px!important}.spx-my-classes-page table,.past-table,table.spx-table{-webkit-overflow-scrolling:touch;white-space:nowrap;display:block;overflow-x:auto}.spx-class-actions{flex-wrap:wrap!important;gap:6px!important}.spx-act-join,.spx-act-assignment,.spx-act-calendar,.spx-act-watch{min-height:36px!important;padding:8px 12px!important;font-size:13px!important}h1,.h1{font-size:24px!important}h2,.h2{font-size:20px!important}h3,.h3{font-size:18px!important}h4,.h4{font-size:16px!important}.card{border-radius:14px!important;padding:16px!important}}@media (width<=640px){.student-content,.student-content.student-v2-content,.spx-batches-list-page,.spx-my-classes-page,.spx-student-dash{padding:12px!important}.spx-kpi-row,.spx-stat-row,.home-stats-grid,.dashboard-stats{grid-template-columns:1fr!important}.spx-avatar,.spx-avatar-img{width:96px!important;height:96px!important}.spx-enroll-btn,.spx-primary-btn,.login-submit,.signup-btn-submit,.signup-btn-next,.signup-btn-back{width:100%!important;min-height:48px!important;font-size:15px!important}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=url],input[type=number],input[type=date],textarea,select{box-sizing:border-box;width:100%;min-height:44px;font-size:16px!important}textarea{min-height:80px}.spx-modal,.modal-overlay>div,.batch-create-modal{overflow-y:auto;border-radius:16px 16px 0 0!important;width:100%!important;max-width:100%!important;max-height:92vh!important;margin:0!important}.modal-overlay{align-items:flex-end!important}}@media (width<=900px){.login-split{min-height:100vh;grid-template-columns:1fr!important}.login-left{display:none!important}.login-right{width:100%;min-height:100vh;padding:24px 20px!important}.login-form-wrap,.signup-form-wrap{margin:0 auto;width:100%!important;max-width:420px!important}}@media (width<=640px){.login-right{justify-content:flex-start!important;padding:20px 16px!important}.login-logo{width:56px!important;height:56px!important;margin-bottom:12px!important}.login-heading{font-size:22px!important}.login-subheading{font-size:13px!important}.login-google-btn{min-height:46px!important;font-size:14px!important}.login-bottom-row{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.login-bottom-row>*{text-align:left!important}}@media (width<=768px){.signup-grid{grid-template-columns:1fr!important;gap:14px!important}.signup-steps{gap:8px!important}.signup-step-item.active .signup-step-label{font-size:12px!important}.signup-nav-row{flex-direction:row!important;gap:12px!important}.signup-nav-row>button{flex:1}.signup-file-box,.signup-avatar-pick{width:100%!important}}@media (width<=480px){.signup-step-item:not(.active) .signup-step-label{display:none}.signup-step-circle{width:32px!important;height:32px!important;font-size:13px!important}}@media (width<=1024px){.admin-batch-workspace-shell{grid-template-columns:1fr!important}.admin-batch-workspace-content{padding:16px!important}.admin-batch-detail-tabs,.batch-detail-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto;flex-wrap:nowrap!important}.admin-batch-detail-tabs::-webkit-scrollbar{display:none}.batch-detail-tabs::-webkit-scrollbar{display:none}.admin-batch-detail-tabs button,.batch-detail-tabs button{white-space:nowrap;flex-shrink:0}}@media (width<=768px){.admin-batch-detail-left,.admin-batch-detail-main{width:100%!important}.admin-batch-detail-context{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.admin-batch-detail-course-image{width:100%!important;height:180px!important}.batch-community-chat{height:calc(100vh - 200px)!important}.bcc-message{max-width:90%!important}.bcc-input-row{padding:10px 12px!important}.bcc-input-row textarea{font-size:16px!important}}img{max-width:100%;height:auto}@media (width<=768px){p,span,div,a{word-wrap:break-word;overflow-wrap:break-word}[class*=kpi-grid],[class*=stats-grid],[class*=metrics-grid]{grid-template-columns:1fr 1fr!important;gap:10px!important}}@media (width<=480px){[class*=kpi-grid],[class*=stats-grid],[class*=metrics-grid]{grid-template-columns:1fr!important}}@media (width<=1024px){.student-sidebar .brand,.admin-ds-sidebar .brand{padding:16px!important}.student-sidebar .brand-logo,.admin-ds-sidebar .brand-logo{width:36px!important;height:36px!important}}
