:root{--bg: #050816;--bg-elevated: #0b1020;--accent: #7b5cff;--accent-soft: rgba(101, 74, 224, .15);--accent-strong: #f97316;--border-subtle: rgba(255, 255, 255, .08);--text-main: #f9fafb;--text-muted: #9ca3af;--danger: #ef4444;--error-text: #b91c1c;--success: #22c55e;--radius-lg: 18px;--radius-md: 12px;--radius-pill: 999px;--shadow-soft: 0 22px 80px rgba(0, 0, 0, .7)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:radial-gradient(circle at top,#111827,#020617 40%,#000);color:var(--text-main);min-height:100vh}a{color:inherit;text-decoration:none}.page-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.page-title{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.page-subtitle{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.layout-shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:var(--bg-elevated);border-right:1px solid var(--border-subtle);padding:1.25rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.sidebar .brand-logo,.sidebar .brand-logo-inner{width:200px;height:65px}.sidebar-section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.nav-link{display:block;padding:.5rem .75rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;color:#cbd5e1;transition:background .15s,color .15s}.nav-link:hover{background:#94a3b81f;color:var(--text-main)}.nav-link-active{background:#7b5cff33;color:var(--text-main)}.layout-main{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0}.layout-header{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;padding:.6rem 1.5rem .6rem 2rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated)}.layout-header-logout{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8rem;border-color:#ef444480;color:#fca5a5}.layout-header-logout:hover{border-color:var(--danger);background:#ef44441f;color:#fecaca}.content-area{flex:1;display:flex;flex-direction:column;min-height:0;padding:1.5rem 2rem;overflow:auto}.app-footer{flex-shrink:0;padding:.6rem 1.5rem .6rem 2rem;border-top:1px solid var(--border-subtle);background:var(--bg-elevated);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;font-size:.72rem;color:var(--text-muted)}.app-footer-links{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem}.app-footer-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);text-decoration:none;font-size:.72rem;transition:color .15s}.app-footer-link:hover{color:var(--accent)}.app-footer-copy,.app-footer-version{margin:0}.page-shell .app-footer{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.25rem;text-align:center}.page-shell .app-footer-links{flex-shrink:0}.page-shell .app-footer-copy,.page-shell .app-footer-version{width:auto;flex-shrink:0}.brand-mark{display:flex;align-items:center;gap:.75rem}.brand-logo{width:200px;height:65px;border-radius:30%;background:none;display:flex;align-items:center;justify-content:center}.brand-logo-inner{width:200px;height:65px;border-radius:24%;overflow:hidden;background:none;display:flex;align-items:center;justify-content:center}.brand-logo-inner img{width:100%;height:100%;object-fit:contain}.brand-text-title{font-weight:650;font-size:.8rem;text-transform:uppercase;color:#e5e7eb}.brand-text-sub{font-size:.72rem;color:var(--text-muted);letter-spacing:.16em;text-transform:uppercase}.pill-button{border-radius:var(--radius-pill);padding:.5rem 1.1rem;font-size:.8rem;border:2px solid rgba(148,163,184,.35);background:radial-gradient(circle at 10% -30%,#94a3b833,#0f172af2);color:var(--text-main);display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:border-color .15s,background .15s}.pill-button:hover{border-color:#94a3b880;background:radial-gradient(circle at 10% -30%,#94a3b847,#0f172afa)}.pill-button-primary{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:transparent;color:#fff}.pill-button-primary:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.pill-button-sm{padding:.35rem .75rem;font-size:.78rem}.pill-button-danger{border-color:#ef444499;color:#fca5a5}.pill-button-danger:hover{border-color:var(--danger);background:#ef444426}.card{background:#0f172ad9;border:1px solid rgba(148,163,184,.2);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem}.card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.card-title{font-size:.98rem;font-weight:600;text-transform:capitalize}.table{width:100%;border-collapse:collapse;font-size:.8rem}.table th,.table td{padding:.5rem .65rem;border-bottom:1px solid rgba(31,41,55,.9);text-align:left}.table th{color:var(--text-muted);font-weight:500;font-size:.75rem}.table tbody tr:nth-child(2n){background:#94a3b80f}.table tbody tr:hover{background:#94a3b81f}.batch-status-yet-to-start{color:#fca5a5;font-weight:500}.batch-status-in-progress{color:#fcd34d;font-weight:500}.batch-status-completed{color:#86efac;font-weight:500}.batch-status-select-wrap{display:inline-block;border-radius:6px;border-left:3px solid transparent}.batch-status-select-wrap.batch-status-yet-to-start{border-left-color:#f87171}.batch-status-select-wrap.batch-status-in-progress{border-left-color:#fbbf24}.batch-status-select-wrap.batch-status-completed{border-left-color:#4ade80}select.inline-field.batch-status-yet-to-start{color:#fca5a5!important}select.inline-field.batch-status-in-progress{color:#fcd34d!important}select.inline-field.batch-status-completed{color:#86efac!important}.batch-status-yet-to-start option,.batch-status-in-progress option,.batch-status-completed option{background:var(--bg-card, #0f172a);color:inherit}.table-scroll-wrap .table thead th{position:sticky;top:0;z-index:1;background:#0f172af2;border-bottom:1px solid rgba(148,163,184,.3);box-shadow:0 1px #94a3b833}.batch-stats-by-course-table .batch-stat-course{color:var(--text-main);font-weight:500}.batch-stats-by-course-table .batch-stat-total{color:var(--accent);font-weight:700;font-size:.95rem}.batch-stats-by-course-table .batch-stat-in-progress{color:var(--accent);font-weight:600;font-size:.9rem}.batch-stats-by-course-table .batch-stat-completed{color:var(--success);font-weight:600;font-size:.9rem}.batch-stats-by-course-table .batch-stat-yet-to-start{color:var(--accent-strong);font-weight:600;font-size:.9rem}.batch-stats-by-course-table thead th:nth-child(1){color:var(--text-main);font-weight:600}.batch-stats-by-course-table thead th:nth-child(2){color:var(--accent);font-weight:600}.batch-stats-by-course-table thead th:nth-child(3){color:var(--accent);font-weight:600}.batch-stats-by-course-table thead th:nth-child(4){color:var(--success);font-weight:600}.batch-stats-by-course-table thead th:nth-child(5){color:var(--accent-strong);font-weight:600}.view-details-table{width:100%;border-collapse:collapse;font-size:.9rem;color:var(--text-main)}.view-details-table td{padding:.4rem .6rem .4rem 0;vertical-align:top;border:none}.view-details-table tr td:first-child{color:var(--text-muted);font-weight:500;white-space:nowrap;width:1%;min-width:10rem}.tag{display:inline-flex;align-items:center;gap:.25rem;border-radius:var(--radius-pill);padding:.1rem .5rem;font-size:.7rem;border:1px solid rgba(148,163,184,.6)}.tag-success{border-color:#22c55ee6;color:#bbf7d0}.tag-danger{border-color:#f87171e6;color:#fecaca}.tag-warning{border-color:#fbbf24e6;color:#fef3c7}.tag-mid{border-color:#f97316e6;color:#fed7aa}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.field{margin-bottom:.5rem}.field label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}.field input,.field select,.field textarea{width:100%;padding:.45rem .6rem;border-radius:8px;border:1px solid rgba(148,163,184,.4);background:#0f172af2;color:var(--text-main);font-size:.9rem;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#94a3b8b3}input.search-input,.card-header input[type=text]{min-width:220px;padding:.4rem .7rem;border-radius:8px;border:1px solid rgba(148,163,184,.4);background:#0f172af2;color:var(--text-main);font-size:.82rem;outline:none}input.search-input:focus,.card-header input[type=text]:focus{border-color:#94a3b8b3}.inline-field{font-size:.78rem;padding:.25rem .4rem;border-radius:6px;border:1px solid rgba(148,163,184,.4);background:#0f172af2;color:var(--text-main);outline:none}.inline-field:focus{border-color:#94a3b8b3}.metric-value{font-size:1.75rem;font-weight:700;color:var(--text-main)}.metric-label{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.metric-card{padding:.75rem;border-radius:var(--radius-md);border:1px solid rgba(148,163,184,.2);background:#0f172a99}.timer-badge{font-size:.78rem;padding:.25rem .6rem;border-radius:var(--radius-pill);background:#94a3b826;color:#e5e7eb}.progress-bar-outer{width:100%;height:6px;border-radius:var(--radius-pill);background:#1f2937f2;overflow:hidden}.progress-bar-inner{height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .3s ease}.subtle-link{color:#93c5fd;text-decoration:none;font-size:.85rem}.subtle-link:hover{text-decoration:underline}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020617e6;border-bottom:1px solid rgba(148,163,184,.15)}.top-nav .brand-mark{flex-shrink:0}.top-nav-cta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.theme-toggle{display:flex;align-items:center;gap:.35rem}.theme-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0}.theme-label{font-size:.8rem;color:var(--text-muted);margin-right:.25rem}.top-nav-cta .pill-button .dot{width:6px;height:6px;border-radius:50%;background:var(--success)}.landing-main{flex:1;min-height:0;display:flex;justify-content:center;align-items:center;padding:1.5rem}.hero-copy{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.5rem;font-size:.85rem;color:var(--text-muted)}.eyebrow-pill{display:inline-block;padding:.25rem .6rem;border-radius:var(--radius-pill);background:#22c55e26;color:#86efac;font-size:.78rem;font-weight:500}.hero-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.25;margin:0 0 .5rem;color:var(--text-main)}.hero-title .highlight{color:#22c55e}.hero-sub{font-size:.92rem;line-height:1.45;color:#cbd5e1;margin:0;max-width:540px}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:600px){.hero-metrics{grid-template-columns:1fr}}.hero-news-panel{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;flex:1;min-height:0;overflow:hidden}.hero-login-aside{display:flex;flex-direction:column;align-items:stretch;position:sticky;top:5rem}@media(max-width:900px){.hero-login-aside{position:static}}.hero-news-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(148,163,184,.2)}.pill-mini{flex-shrink:0;font-size:.7rem;padding:.2rem .5rem;border-radius:var(--radius-pill);background:#22c55e33;color:#86efac}.news-list{flex:1;min-height:0;overflow:hidden;position:relative}.news-list-inner{display:flex;flex-direction:column;gap:.75rem;animation:newsScroll 12s linear infinite}.news-list:hover .news-list-inner{animation-play-state:paused}.student-dashboard-page{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%}.student-dashboard-welcome{margin-bottom:.35rem;font-size:.9rem;color:var(--text-muted)}.student-dashboard-subtitle{margin:0 0 .6rem;font-size:.85rem}.student-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr;gap:.65rem;flex:1;min-height:0}.student-dashboard-grid .card{margin-bottom:0;padding:.75rem 1rem}.student-dashboard-grid .card-title{margin-bottom:.15rem;font-size:.88rem}.student-dashboard-grid .card .pill-button-sm{margin-top:.3rem}.student-dashboard-stat-num{font-size:1.5rem;font-weight:700}.student-dashboard-stat-num-lg{font-size:1.65rem}@media(max-width:1000px){.student-dashboard-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.student-dashboard-grid{grid-template-columns:1fr}}.student-dashboard-news-card{grid-column:1 / -1;flex:1;min-height:0;margin-bottom:0;padding:.75rem 1rem;display:flex;flex-direction:column}.student-dashboard-news-card-title{margin-bottom:.15rem;font-size:.88rem}.student-dashboard-news-card-desc{font-size:.75rem;color:var(--text-muted);margin:0 0 .5rem}.student-dashboard-news-actions{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.student-dashboard-page .student-dashboard-news-list{max-height:160px;min-height:80px;flex:1}.student-dashboard-page .news-item{padding:.4rem 0}.student-attendance-page{display:flex;flex-direction:column;gap:1.25rem}.student-attendance-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.student-attendance-card{padding:1.25rem;text-align:center;margin-bottom:0}.student-attendance-card-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:.5rem}.student-attendance-card-value{font-size:2.25rem;font-weight:700;line-height:1.2}.student-attendance-card-sublabel{font-size:.78rem;color:var(--text-muted);margin-top:.35rem}.student-attendance-card-present{border-left:4px solid var(--success)}.student-attendance-card-present .student-attendance-card-value{color:var(--success)}.student-attendance-card-absent{border-left:4px solid var(--danger)}.student-attendance-card-absent .student-attendance-card-value{color:var(--danger)}.student-attendance-card-total{border-left:4px solid var(--accent)}.student-attendance-card-total .student-attendance-card-value{color:var(--accent)}.student-attendance-records-card{display:flex;flex-direction:column;min-height:20rem;margin-bottom:0}.student-attendance-records-card .card-header{flex-shrink:0}.student-attendance-records-card .attendance-records-wrap{flex:1 1 0;min-height:0}@media(max-width:700px){.student-attendance-summary{grid-template-columns:1fr}}.hero-copy .hero-news-card{flex:1;min-height:0;display:flex;flex-direction:column;margin-top:1rem}.hero-copy .hero-news-card .student-dashboard-news-list{max-height:160px;min-height:80px;flex:1}.hero-copy .hero-news-card .news-item{padding:.4rem 0}@keyframes newsScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.news-item{display:flex;gap:.75rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid rgba(148,163,184,.1)}.news-item:last-child{border-bottom:none}.news-dot{width:8px;height:8px;border-radius:50%;background:var(--success);flex-shrink:0;margin-top:.4rem}.news-content-title{font-size:.88rem;font-weight:500;color:var(--text-main);margin-bottom:.2rem}.news-content-meta{font-size:.78rem;color:var(--text-muted);line-height:1.4}.login-panel{padding:1.25rem;border-radius:var(--radius-lg);border:1px solid rgba(148,163,184,.25);background:#0f172ae6;width:100%;max-width:400px}.landing-main .login-panel{flex-shrink:0}.login-panel-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-main)}.field-grid{display:flex;flex-direction:column;gap:.75rem}.student-profile-page{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;gap:.5rem}.profile-page-header{flex-shrink:0;margin-bottom:0}.profile-page-header .page-title{margin:0 0 .15rem;font-size:1.35rem}.profile-page-header .page-subtitle{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.35}.profile-card{display:flex;flex:1;min-height:0;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.profile-sidebar{width:240px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:1.1rem 1rem;background:linear-gradient(180deg,rgba(56,189,248,.1) 0%,rgba(99,102,241,.04) 50%,transparent 100%);border-right:1px solid var(--border-subtle)}.profile-sidebar .profile-avatar-circle{width:96px;height:96px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,var(--accent) 0%,var(--accent-strong) 100%);display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.3);box-shadow:0 8px 24px #38bdf833}.profile-sidebar .profile-avatar-img{width:100%;height:100%;object-fit:cover}.profile-sidebar .profile-avatar-placeholder{font-size:1.75rem;font-weight:600;color:#fffffff2;letter-spacing:.02em}.profile-sidebar-name{font-size:1rem;font-weight:600;color:var(--text-main);margin:.5rem 0 .1rem;text-align:center;line-height:1.3}.profile-sidebar-code{font-size:.75rem;color:var(--text-muted);margin:0 0 .6rem;text-align:center}.profile-photo-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.profile-sidebar .profile-upload-btn{margin-bottom:.35rem}.profile-sidebar .pill-button-primary{margin-bottom:.25rem}.profile-photo-error,.error-message,.validation-error{color:var(--error-text)}.profile-photo-error{font-size:.72rem;margin-top:.35rem;max-width:200px;text-align:center}.profile-main{flex:1;min-width:0;display:flex;flex-direction:column;padding:.9rem 1.25rem;gap:.65rem;overflow:hidden}.profile-section-card{padding:.65rem 1rem;background:#00000005;border:1px solid var(--border-subtle);border-radius:10px;flex-shrink:0}.profile-section-title{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem;padding-left:.5rem;border-left:3px solid var(--accent)}.profile-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem .85rem}.profile-fields-two-cols{grid-template-columns:1fr 1fr}.profile-field label{display:block;font-size:.72rem;font-weight:500;color:var(--text-muted);margin-bottom:.2rem}.profile-field input,.profile-field textarea{width:100%;padding:.4rem .6rem;font-size:.85rem;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg);color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease}.profile-field input:focus,.profile-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #38bdf81f}.profile-field input:disabled{opacity:.75;cursor:not-allowed;background:#00000008}.profile-field textarea{resize:vertical;min-height:48px}.profile-field-full{grid-column:1 / -1}.profile-actions{flex-shrink:0;padding-top:.35rem}.profile-actions .pill-button{min-width:120px;padding:.45rem 1rem;font-size:.85rem}@media(max-width:900px){.profile-card{flex-direction:column}.profile-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.25rem;border-right:none;border-bottom:1px solid var(--border-subtle)}.profile-sidebar .profile-avatar-circle{width:80px;height:80px}.profile-sidebar-name,.profile-sidebar-code{margin:0;text-align:left;width:100%}.profile-sidebar .profile-upload-btn,.profile-sidebar .pill-button-primary{margin:0}}@media(max-width:768px){.profile-fields{grid-template-columns:1fr 1fr}}@media(max-width:520px){.profile-fields,.profile-fields-two-cols{grid-template-columns:1fr}.profile-main{padding:1rem}}.take-test-option{text-align:left;border-radius:12px;padding:.35rem .6rem;border:1px solid var(--border-subtle);background:var(--bg-elevated);color:var(--text-main);font-size:.85rem;cursor:pointer}.take-test-option:hover{border-color:#94a3b880}.take-test-option.selected{border-color:#22c55ee6;background:#22c55e1f}[data-theme=light] .take-test-option.selected{background:#22c55e26}.take-test-option .option-letter{display:inline-flex;width:22px;height:22px;border-radius:999px;align-items:center;justify-content:center;font-size:.78rem;border:1px solid var(--text-muted);margin-right:8px;color:var(--text-main)}[data-theme=light]{--bg: #f8fafc;--bg-elevated: #ffffff;--border-subtle: rgba(0, 0, 0, .08);--text-main: #020617;--text-muted: #334155}[data-theme=light] body{background:#f1f5f9;color:var(--text-main)}[data-theme=light] .page-title,[data-theme=light] .card-title,[data-theme=light] .login-panel-title{color:var(--text-main)}[data-theme=light] .page-subtitle{color:#334155}[data-theme=light] .sidebar{background:var(--bg-elevated);border-right-color:#e2e8f0}[data-theme=light] .nav-link{color:#1e293b}[data-theme=light] .nav-link:hover{background:#f1f5f9;color:var(--text-main)}[data-theme=light] .nav-link-active{background:#22c55e26;color:#15803d}[data-theme=light] .sidebar-section-label,[data-theme=light] .brand-text-sub{color:#334155}[data-theme=light] .brand-text-title{color:var(--text-main)}[data-theme=light] .layout-header{border-bottom-color:#e2e8f0;background:#fff}[data-theme=light] .layout-header-logout{border-color:#fca5a5;color:#dc2626}[data-theme=light] .layout-header-logout:hover{background:#fef2f2;color:#991b1b;border-color:#dc2626}[data-theme=light] .content-area{background:#f1f5f9}[data-theme=light] .app-footer{border-top-color:#e2e8f0;background:#fff;color:#64748b}[data-theme=light] .app-footer-link{color:#64748b}[data-theme=light] .app-footer-link:hover{color:#16a34a}[data-theme=light] .card{background:var(--bg-elevated);border-color:#e2e8f0}.submit-track-form{margin-bottom:1rem;padding:1rem;border-radius:12px;border:1px solid var(--border-subtle);background:var(--bg)}[data-theme=light] .submit-track-form{background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .table th,[data-theme=light] .table td{border-bottom-color:#e2e8f0;color:#0f172a}[data-theme=light] .table th{color:#1e293b;font-weight:600}[data-theme=light] .table tbody tr:nth-child(2n){background:#f1f5f9b3}[data-theme=light] .table tbody tr:hover{background:#e2e8f099}[data-theme=light] .table-scroll-wrap .table thead th{background:var(--bg-elevated);border-bottom-color:#e2e8f0;box-shadow:0 1px #e2e8f0}[data-theme=light] .batch-status-yet-to-start{color:#dc2626}[data-theme=light] .batch-status-in-progress{color:#d97706}[data-theme=light] .batch-status-completed{color:#15803d}[data-theme=light] .batch-status-select-wrap.batch-status-yet-to-start{border-left-color:#dc2626}[data-theme=light] .batch-status-select-wrap.batch-status-in-progress{border-left-color:#d97706}[data-theme=light] .batch-status-select-wrap.batch-status-completed{border-left-color:#15803d}[data-theme=light] select.inline-field.batch-status-yet-to-start{color:#dc2626!important}[data-theme=light] select.inline-field.batch-status-in-progress{color:#d97706!important}[data-theme=light] select.inline-field.batch-status-completed{color:#15803d!important}[data-theme=light] .batch-stats-by-course-table .batch-stat-course{color:#0f172a}[data-theme=light] .batch-stats-by-course-table .batch-stat-total,[data-theme=light] .batch-stats-by-course-table .batch-stat-in-progress{color:#6366f1}[data-theme=light] .batch-stats-by-course-table .batch-stat-completed{color:#16a34a}[data-theme=light] .batch-stats-by-course-table .batch-stat-yet-to-start{color:#ea580c}[data-theme=light] .batch-stats-by-course-table thead th:nth-child(1){color:#0f172a}[data-theme=light] .batch-stats-by-course-table thead th:nth-child(2){color:#6366f1}[data-theme=light] .batch-stats-by-course-table thead th:nth-child(3){color:#6366f1}[data-theme=light] .batch-stats-by-course-table thead th:nth-child(4){color:#16a34a}[data-theme=light] .batch-stats-by-course-table thead th:nth-child(5){color:#ea580c}[data-theme=light] .view-details-table tr td:first-child{color:var(--text-muted)}[data-theme=light] .view-details-table{color:var(--text-main)}[data-theme=light] .pill-button{border-color:#cbd5e1;background:#fff;color:var(--text-main)}[data-theme=light] .pill-button:hover{border-color:#94a3b8;background:#f1f5f9;color:#020617}[data-theme=light] .pill-button-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border-color:transparent}[data-theme=light] .pill-button-primary:hover{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}[data-theme=light] .pill-button-danger{border-color:#fca5a5;color:#dc2626}[data-theme=light] .pill-button-danger:hover{background:#fef2f2;color:#991b1b}[data-theme=light] .pill-button-soft{color:var(--text-main)}[data-theme=light] .pill-button-soft:hover{background:#f1f5f9;color:#020617}[data-theme=light] .field input,[data-theme=light] .field select,[data-theme=light] .field textarea{background:#fff;border-color:#e2e8f0;color:var(--text-main)}[data-theme=light] .field input:focus,[data-theme=light] .field select:focus,[data-theme=light] .field textarea:focus{border-color:#94a3b8}[data-theme=light] input.search-input,[data-theme=light] .card-header input[type=text]{background:#fff;border-color:#e2e8f0;color:var(--text-main)}[data-theme=light] input.search-input:focus,[data-theme=light] .card-header input[type=text]:focus{border-color:#94a3b8}[data-theme=light] .inline-field{background:#fff;border-color:#e2e8f0;color:#0f172a}[data-theme=light] .inline-field:focus{border-color:#94a3b8}[data-theme=light] .field label{color:#1e293b;font-weight:600}[data-theme=light] .tag{border-color:#cbd5e1}[data-theme=light] .tag-success{border-color:#86efac;color:#166534}[data-theme=light] .tag-danger{border-color:#fca5a5;color:#dc2626}[data-theme=light] .tag-warning{border-color:#fcd34d;color:#b45309}[data-theme=light] .metric-value{color:var(--text-main)}[data-theme=light] .metric-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .timer-badge{background:#e2e8f0;color:#1e293b}[data-theme=light] .subtle-link{color:#2563eb}[data-theme=light] .subtle-link:hover{color:#1d4ed8}[data-theme=light] .top-nav{background:#fffffff2;border-bottom-color:#e2e8f0}[data-theme=light] .eyebrow{color:#334155}[data-theme=light] .eyebrow-pill{background:#22c55e33;color:#166534}[data-theme=light] .hero-title{color:var(--text-main)}[data-theme=light] .hero-title .highlight{color:#16a34a}[data-theme=light] .hero-sub{color:#1e293b}[data-theme=light] .hero-news-header{border-bottom-color:#e2e8f0}[data-theme=light] .hero-news-header div{color:var(--text-main)}[data-theme=light] .hero-news-header div div:last-child{color:var(--text-muted)!important}[data-theme=light] .pill-mini{background:#22c55e33;color:#166534}[data-theme=light] .news-content-title{color:var(--text-main)}[data-theme=light] .news-content-meta{color:#334155}[data-theme=light] .news-item{border-bottom-color:#e2e8f0}[data-theme=light] .news-list::-webkit-scrollbar-thumb{background:#64748b4d}[data-theme=light] .news-list::-webkit-scrollbar-thumb:hover{background:#64748b80}[data-theme=light] .login-panel{background:#fff;border-color:#e2e8f0}[data-theme=light] .theme-label{color:var(--text-muted)}.course-batch-progress-dashboard{background:#0f172ad9;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-soft)}.current-week-attendance-section{display:flex;flex-direction:column;min-height:28rem}.current-week-attendance-section .course-batch-progress-dashboard-header{flex-shrink:0}.current-week-attendance-section .attendance-records-wrap{flex:1 1 0;min-height:0}.course-batch-progress-dashboard-header{margin-bottom:1.25rem}.course-batch-progress-dashboard-title-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.course-batch-progress-dashboard-title{font-size:1.15rem;font-weight:600;margin:0 0 .35rem;color:var(--text-main)}.course-batch-progress-dashboard-subtitle{font-size:.875rem;color:var(--text-muted);margin:0}.course-batch-progress-dashboard-counts{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;font-size:.75rem;color:var(--text-muted)}.course-batch-progress-count{white-space:nowrap}.course-batch-progress-count strong{font-weight:600;color:var(--text-main)}.course-batch-progress-count-in-progress strong{color:#f97316}.course-batch-progress-count-completed strong{color:#22c55e}.course-batch-progress-count-yet-start strong{color:#ef4444}.course-batch-progress-dashboard-select-wrap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.course-batch-progress-select-label{font-size:.875rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.course-batch-progress-select{min-width:12rem;max-width:20rem;padding:.5rem .75rem;font-size:.9rem;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-main);cursor:pointer;transition:border-color .2s,box-shadow .2s}.course-batch-progress-select:hover{border-color:#94a3b859}.course-batch-progress-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #7b5cff40}.batch-progress-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.75rem;color:var(--text-muted)}.batch-progress-legend-item{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:6px;color:var(--text-main);background:#ffffff0f}.batch-progress-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.batch-progress-loading,.batch-progress-empty{padding:2rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.batch-progress-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.batch-progress-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.25rem;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.batch-progress-card:hover{box-shadow:0 8px 24px #00000059;border-color:#94a3b833}.batch-progress-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem}.batch-progress-card-title{font-size:1rem;font-weight:600;margin:0;color:var(--text-main);line-height:1.3}.batch-progress-card-pct{font-size:1.1rem;font-weight:700;color:var(--accent);flex-shrink:0}.batch-progress-card-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.batch-progress-bar{display:flex;height:12px;border-radius:var(--radius-pill);overflow:visible;background:#94a3b826}.batch-progress-bar .batch-progress-segment:first-child{border-radius:var(--radius-pill) 0 0 var(--radius-pill)}.batch-progress-bar .batch-progress-segment:last-child{border-radius:0 var(--radius-pill) var(--radius-pill) 0}.batch-progress-bar-empty{width:100%;height:100%;font-size:.7rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;background:#94a3b81a}.batch-progress-segment{height:100%;transition:min-width .2s ease,opacity .2s ease;position:relative;cursor:pointer}.batch-progress-segment:hover{opacity:.95}.batch-progress-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);min-width:200px;max-width:280px;padding:.6rem .75rem;background:#0f172a;border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:0 10px 40px #00000080;z-index:100;pointer-events:none;animation:batch-progress-tooltip-in .15s ease}@keyframes batch-progress-tooltip-in{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.batch-progress-tooltip-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.batch-progress-tooltip-list{list-style:none;margin:0;padding:0;font-size:.8rem}.batch-progress-tooltip-list li{padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.1rem}.batch-progress-tooltip-list li:last-child{border-bottom:none}.batch-progress-tooltip-name{color:var(--text-main);font-weight:500}.batch-progress-tooltip-meta{font-size:.72rem;color:var(--text-muted)}.batch-progress-tooltip-pct{margin-top:.4rem;padding-top:.4rem;border-top:1px solid var(--border-subtle);font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.batch-progress-cards{grid-template-columns:1fr}.course-batch-progress-dashboard{padding:1rem}}[data-theme=light] .course-batch-progress-dashboard{background:var(--bg-elevated);border-color:#e2e8f0;box-shadow:0 1px 3px #00000014}[data-theme=light] .course-batch-progress-dashboard-title{color:var(--text-main)}[data-theme=light] .course-batch-progress-dashboard-subtitle,[data-theme=light] .course-batch-progress-select-label{color:var(--text-muted)}[data-theme=light] .course-batch-progress-select{background:#fff;border-color:#e2e8f0;color:var(--text-main)}[data-theme=light] .course-batch-progress-select:hover{border-color:#cbd5e1}[data-theme=light] .course-batch-progress-select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #7b5cff33}[data-theme=light] .batch-progress-legend-item{color:var(--text-main);background:#f1f5f9}[data-theme=light] .batch-progress-loading,[data-theme=light] .batch-progress-empty{color:var(--text-muted)}[data-theme=light] .batch-progress-card{background:#fff;border-color:#e2e8f0}[data-theme=light] .batch-progress-card:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}[data-theme=light] .batch-progress-card-title{color:var(--text-main)}[data-theme=light] .batch-progress-card-pct{color:var(--accent)}[data-theme=light] .batch-progress-card-meta{color:var(--text-muted)}[data-theme=light] .batch-progress-bar{background:#e2e8f0}[data-theme=light] .batch-progress-bar-empty{background:#f1f5f9;color:var(--text-muted)}[data-theme=light] .batch-progress-tooltip{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001f}[data-theme=light] .batch-progress-tooltip-title{color:var(--text-muted)}[data-theme=light] .batch-progress-tooltip-name{color:var(--text-main)}[data-theme=light] .batch-progress-tooltip-meta{color:var(--text-muted)}[data-theme=light] .batch-progress-tooltip-list li{border-bottom-color:#e2e8f0}[data-theme=light] .batch-progress-tooltip-pct{border-top-color:#e2e8f0;color:var(--text-muted)}[data-theme=light] .course-batch-progress-dashboard-counts{color:var(--text-muted)}[data-theme=light] .course-batch-progress-count strong{color:var(--text-main)}[data-theme=light] .course-batch-progress-count-in-progress strong{color:#ea580c}[data-theme=light] .course-batch-progress-count-completed strong{color:#15803d}[data-theme=light] .course-batch-progress-count-yet-start strong{color:#dc2626}.attendance-tooltip-wrap{position:relative;display:inline-block;cursor:help}.attendance-tooltip-wrap .attendance-tooltip-content{visibility:hidden;opacity:0;position:absolute;z-index:100;bottom:100%;left:50%;transform:translate(-50%) translateY(-6px);padding:.5rem .75rem;min-width:120px;max-width:280px;background:linear-gradient(135deg,#1e293b,#0f172a);color:#f1f5f9;font-size:.8rem;line-height:1.4;border-radius:10px;box-shadow:0 10px 40px #0006,0 0 0 1px #ffffff0f;white-space:normal;word-break:break-word;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.attendance-tooltip-wrap .attendance-tooltip-content:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.attendance-tooltip-wrap .attendance-tooltip-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.25rem}.attendance-tooltip-wrap:hover .attendance-tooltip-content{visibility:visible;opacity:1;transform:translate(-50%) translateY(-8px)}[data-theme=light] .attendance-tooltip-wrap .attendance-tooltip-content{background:linear-gradient(135deg,#fff,#f8fafc);color:#0f172a;box-shadow:0 10px 40px #0000001f,0 0 0 1px #e2e8f0}[data-theme=light] .attendance-tooltip-wrap .attendance-tooltip-content:before{border-top-color:#f8fafc}.attendance-page{display:flex;flex-direction:column;flex:1;min-height:0}.attendance-page-top{flex-shrink:0}.attendance-form-row-1,.attendance-form-row-2{align-items:start}.attendance-form-row-1 .field,.attendance-form-row-2 .field{display:flex;flex-direction:column;margin-bottom:0;min-height:0}.attendance-form-row-1 .field .field-hint,.attendance-form-row-2 .field .field-hint,.attendance-form-row-1 .field .field-hint-spacer,.attendance-form-row-2 .field .field-hint-spacer{display:block;min-height:1.25rem;margin-top:.2rem}.attendance-form-row-1 .field label,.attendance-form-row-2 .field label{flex-shrink:0}.attendance-form-row-1 .field input,.attendance-form-row-1 .field select,.attendance-form-row-2 .field input,.attendance-form-row-2 .field select{flex-shrink:0;height:2.25rem;box-sizing:border-box}.attendance-form-row-1{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem 1rem}.attendance-form-row-2{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem 1rem;margin-top:1rem}.attendance-form-actions{display:flex;align-items:flex-end;gap:.5rem;padding-bottom:.15rem}.attendance-form-row-2 .attendance-form-actions{align-self:flex-end}@media(max-width:900px){.attendance-form-row-1{grid-template-columns:repeat(3,1fr)}.attendance-form-row-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.attendance-form-row-1{grid-template-columns:1fr 1fr}.attendance-form-row-2{grid-template-columns:1fr}}.attendance-records-card{flex:1 1 0;min-height:28rem;margin-top:1rem;display:flex;flex-direction:column}.attendance-records-card .card-header{flex-shrink:0}.attendance-records-wrap{flex:1 1 0;min-height:0;overflow-x:auto;overflow-y:auto;border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.attendance-records-wrap .table{margin-bottom:0}.attendance-records-wrap .table thead th{position:sticky;top:0;background:var(--bg-elevated);z-index:1;box-shadow:0 1px 0 var(--border-subtle)}[data-theme=light] .attendance-records-wrap{border-color:#e2e8f0}[data-theme=light] .attendance-records-wrap .table thead th{background:#f8fafc;box-shadow:0 1px #e2e8f0}.report-results-card{display:flex;flex-direction:column;min-height:28rem}.report-results-card .card-header{flex-shrink:0}.report-results-card .attendance-records-wrap{flex:1 1 0;min-height:0}.assignments-manage-table-wrap{overflow-x:auto;width:100%}.assignments-manage-card .assignments-manage-table{table-layout:fixed;width:100%;min-width:720px}.assignments-manage-card .assignments-manage-table th,.assignments-manage-card .assignments-manage-table td{word-wrap:break-word;overflow-wrap:break-word;vertical-align:top;box-sizing:border-box}.assignments-manage-card .assignments-manage-table .col-num{width:2.5rem;min-width:2.5rem;text-align:center;vertical-align:top}.assignments-manage-card .assignments-manage-table .col-name{width:14%;min-width:80px}.assignments-manage-card .assignments-manage-table .col-desc{width:28%;min-width:100px;max-width:320px}.assignments-manage-card .assignments-manage-table .col-course{width:14%;min-width:80px}.assignments-manage-card .assignments-manage-table .col-doc{width:10%;min-width:70px;white-space:nowrap}.assignments-manage-card .assignments-manage-table .col-status{width:8%;min-width:70px;white-space:nowrap}.assignments-manage-card .assignments-manage-table .col-actions{width:14%;min-width:180px}.assignments-actions-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;width:100%;max-width:100%}
