:root{--sidebar-bg: #0b0f19;--sidebar-bg-elevated: #131826;--sidebar-border: #1f2534;--sidebar-text: #9aa3b5;--sidebar-text-active: #ffffff;--sidebar-active-bg: #3b6df0;--page-bg: #f2f4f8;--card-bg: #ffffff;--card-border: #e7eaf1;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--accent-blue: #3b6df0;--accent-blue-light: #e2eafe;--accent-purple: #7c3aed;--accent-purple-dark: #6d28d9;--status-green: #16a34a;--status-green-bg: #dcfce7;--status-amber: #b45309;--status-amber-bg: #fef3c7;--status-red: #dc2626;--status-red-bg: #fee2e2;--status-slate: #475569;--status-slate-bg: #e2e8f0;--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 3px rgba(16, 24, 40, .06);--font-display: "Barlow Condensed", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", sans-serif}*{box-sizing:border-box}.swal-popup{border-radius:var(--radius-lg);font-family:var(--font-body);box-shadow:var(--shadow-card)}.swal-title{font-family:var(--font-display);color:var(--text-primary);font-size:20px}.swal-confirm--danger{background:var(--status-red)!important}.swal-toast{border-radius:var(--radius-md);font-family:var(--font-body);box-shadow:var(--shadow-card)}.swal-toast .swal2-title{font-size:13.5px;font-weight:600;color:var(--text-primary)}html,body{margin:0;padding:0;background:var(--page-bg);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.eyebrow{font-family:var(--font-display);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.heading{font-family:var(--font-display);font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--text-primary)}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-pill);font-family:var(--font-display);font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.pill--green{background:var(--status-green-bg);color:var(--status-green)}.pill--amber{background:var(--status-amber-bg);color:var(--status-amber)}.pill--red{background:var(--status-red-bg);color:var(--status-red)}.pill--slate{background:var(--status-slate-bg);color:var(--status-slate)}.pill--blue{background:var(--accent-blue-light);color:var(--accent-blue)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:24px 26px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field--full{grid-column:1 / -1}.form-field label{font-family:var(--font-display);font-weight:600;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary)}.form-field>input,.form-field>select{padding:11px 14px;border-radius:var(--radius-md);border:1px solid var(--card-border);background:#f8fafc;font-size:14px;font-weight:500;color:var(--text-primary)}.form-field>input:focus,.form-field>select:focus{outline:none;border-color:var(--accent-blue);background:#fff}.form-actions{display:flex;justify-content:flex-end;padding:0 26px 24px}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);padding:10px 20px;border-bottom:1px solid var(--card-border);background:#f8fafc}.data-table td{padding:12px 20px;border-bottom:1px solid var(--card-border);font-size:13.5px;color:var(--text-primary);vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table input{padding:8px 12px;border-radius:var(--radius-sm);border:1px solid var(--card-border);background:#f8fafc;font-size:13px;width:220px}.table-add-btn{padding:8px 14px;border-radius:var(--radius-sm);border:none;background:var(--accent-blue);color:#fff;font-family:var(--font-display);font-weight:700;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;margin-left:8px}.section-title{padding:20px 26px 0;font-size:15px}.section-subtitle{padding:0 26px 16px;color:var(--text-secondary);font-size:12.5px;font-weight:600}.card-stack{display:flex;flex-direction:column;gap:20px;margin-top:20px}.class-chip-list{display:flex;flex-wrap:wrap;gap:6px}.class-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 10px;border-radius:var(--radius-pill);background:var(--accent-blue-light);color:var(--accent-blue);font-size:12.5px;font-weight:600;white-space:nowrap}.class-chip__electives{border:none;background:#fff9;color:var(--accent-blue);font-size:11px;font-weight:600;padding:3px 6px;border-radius:var(--radius-sm);cursor:pointer}.class-chip__remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:transparent;color:var(--accent-blue);opacity:.7}.class-chip__remove svg{width:16px;height:16px}.class-chip__remove:hover{opacity:1;background:#3b6df02e;color:var(--status-red)}.table-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:1px solid var(--card-border);border-radius:var(--radius-sm);background:#fff;color:var(--text-secondary);cursor:pointer}.table-icon-btn svg{width:14px;height:14px}.table-icon-btn:hover:not(:disabled){background:var(--accent-blue-light);border-color:var(--accent-blue);color:var(--accent-blue)}.table-icon-btn:disabled{opacity:.5;cursor:not-allowed}.table-icon-btn--danger{color:var(--status-red)}.table-icon-btn--danger:hover:not(:disabled){background:var(--status-red-bg);border-color:var(--status-red);color:var(--status-red)}.cluster-elective-targets__input{width:56px;padding:4px 6px;font-size:12.5px;text-align:center}.section-subtitle code{background:#f1f5f9;border-radius:4px;padding:1px 5px;font-size:11.5px;color:var(--accent-blue)}.search-box{display:flex;align-items:center;gap:8px;padding:11px 14px;border-radius:var(--radius-md);border:1px solid var(--card-border);background:#f8fafc;min-width:260px}.search-box svg{width:15px;height:15px;color:var(--text-secondary);flex-shrink:0}.search-box input{border:none;outline:none;background:transparent;font-size:13px;font-weight:500;width:100%}.checkbox-list{display:flex;flex-direction:column;gap:2px;max-height:220px;overflow-y:auto;padding:8px 10px;border-radius:var(--radius-md);border:1px solid var(--card-border);background:#f8fafc}.checkbox-list__group:not(:first-child){margin-top:10px}.checkbox-list__group-header{font-family:var(--font-display);font-weight:700;font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-blue);padding:6px 4px 4px;border-bottom:1px solid var(--card-border);margin-bottom:2px}.checkbox-list__item{display:flex;align-items:center;gap:8px;padding:6px 4px;font-size:13.5px;font-weight:500;color:var(--text-primary);cursor:pointer}.checkbox-list__item input{width:15px;height:15px;flex-shrink:0;cursor:pointer}.checkbox-list__empty{padding:6px 4px;font-size:12.5px;color:var(--text-muted)}.examresult-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.examresult-card{display:flex;flex-direction:column;gap:14px;border:1px solid var(--card-border);border-radius:var(--radius-md);padding:16px;background:#fafbfd}.examresult-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.examresult-card__title{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--text-primary)}.examresult-card__required{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary);cursor:pointer;white-space:nowrap}.examresult-card__required:has(input:disabled){color:var(--text-muted);cursor:not-allowed}.examresult-card__dates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.toggle-switch{position:relative;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;margin-top:12px}.toggle-switch input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.toggle-switch__track{position:relative;flex-shrink:0;width:34px;height:18px;border-radius:999px;background:#cbd5e1;transition:background .15s}.toggle-switch__thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .15s}.toggle-switch input:checked+.toggle-switch__track{background:var(--status-green)}.toggle-switch input:checked+.toggle-switch__track .toggle-switch__thumb{transform:translate(16px)}.toggle-switch input:disabled+.toggle-switch__track{opacity:.5}.toggle-switch:has(input:disabled){color:var(--text-muted);cursor:not-allowed}.filetype-dropdown{position:relative}.filetype-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:9px 12px;border:1px solid var(--card-border);border-radius:var(--radius-sm);background:#fff;font-size:12.5px;color:var(--text-primary);cursor:pointer;text-align:left}.filetype-dropdown__trigger:disabled{background:#f1f3f7;color:var(--text-muted);cursor:not-allowed}.filetype-dropdown__summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filetype-dropdown__chevron{width:12px;height:12px;flex-shrink:0;color:var(--text-secondary);transition:transform .15s ease}.filetype-dropdown__chevron--open{transform:rotate(180deg)}.filetype-dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid var(--card-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);padding:6px}.filetype-dropdown__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius-sm);font-size:12.5px;color:var(--text-primary);cursor:pointer}.filetype-dropdown__item:hover{background:var(--accent-blue-light)}@media(max-width:640px){.examresult-grid,.form-grid{grid-template-columns:1fr}}.login-screen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:#cbd5e1}.login-screen__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/deped-building.jpg) center / cover no-repeat;opacity:.5;filter:brightness(1.15)}.login-split-card{position:relative;z-index:1;width:100%;max-width:800px;display:flex;border-radius:20px;overflow:hidden;box-shadow:0 20px 56px #0f172a4d}.login-split-card__panel{padding:28px 26px}.login-split-card__panel--form{flex:1;min-width:0;background:var(--card-bg);display:flex;flex-direction:column}.login-split-card__panel--mantra{flex:0 0 320px;background:#0b0f19db;color:#fff;display:flex;flex-direction:column;justify-content:center}.login-mantra__divider{width:40px;height:3px;border-radius:999px;background:var(--accent-blue);margin-bottom:18px}.login-mantra__text{font-family:var(--font-display);font-weight:600;font-style:italic;font-size:17px;line-height:1.5;margin:0 0 18px}@media(max-width:720px){.login-split-card{flex-direction:column;max-width:420px}.login-split-card__panel--mantra{flex:none}}.login-split-card__brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.login-split-card__logo{width:34px;height:34px;border-radius:9px;object-fit:contain;flex-shrink:0}.login-split-card__logo--small{width:26px;height:26px}.login-split-card__wordmark{font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.03em;color:#fff}.login-split-card__wordmark--dark{color:var(--text-primary)}.login-split-card__wordmark-sub{font-size:10px;color:#ffffff8c;margin-top:1px}.login-split-card__wordmark-sub--dark{color:var(--text-secondary)}.login-split-card__heading{font-family:var(--font-display);font-weight:700;font-size:22px;margin:0 0 5px;color:var(--text-primary)}.login-split-card__subtitle{font-size:12px;color:var(--text-secondary);margin:0 0 18px}.login-manual-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;background:none;border:none;padding:10px 0 4px;font-family:var(--font-display);font-weight:600;font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);cursor:pointer}.login-manual-toggle:hover{color:var(--accent-blue)}.login-manual-toggle svg:first-child{width:12px;height:12px}.login-manual-toggle__chevron{width:12px;height:12px;transition:transform .15s ease}.login-manual-toggle__chevron--open{transform:rotate(180deg)}.login-split-card__copyright{margin:auto 0 0;padding-top:16px;font-size:9.5px;line-height:1.5;color:var(--text-muted);text-align:center}.login-form{display:flex;flex-direction:column;gap:12px}.login-form .form-field label{font-size:10.5px}.login-error{background:var(--status-red-bg);color:var(--status-red);border-radius:var(--radius-sm);padding:9px 12px;font-size:12px;font-weight:600;margin:12px 0 0}.login-submit{width:100%;justify-content:center;padding:11px;font-size:12.5px;margin-top:2px}.login-google__divider{display:flex;align-items:center;gap:10px;margin:16px 0 2px;color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.login-google__divider:before,.login-google__divider:after{content:"";flex:1;height:1px;background:var(--card-border)}.btn.btn--google{width:100%;justify-content:center;background:#fff;border:1px solid var(--card-border);color:#3c4043;padding:10px 16px;font-family:var(--font-body);font-weight:600;font-size:12.5px;text-transform:none;letter-spacing:normal}.btn.btn--google:hover{background:#f8f9fa}.btn.btn--google svg{width:16px;height:16px}.btn.btn--google.login-google__btn--primary{background:var(--sidebar-bg);border:none;color:#fff;justify-content:space-between;padding:12px 14px 12px 10px}.btn.btn--google.login-google__btn--primary:hover{background:#1e293b}.login-google__btn-main{display:flex;align-items:center;gap:10px}.login-google__btn-icon{width:26px;height:26px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar{width:280px;flex-shrink:0;background:var(--sidebar-bg);min-height:100vh;display:flex;flex-direction:column;padding:24px 18px;position:sticky;top:0}.sidebar__mobile-close{display:none}@media(max-width:960px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:300;transform:translate(-100%);transition:transform .25s ease;box-shadow:8px 0 28px #0000004d}.sidebar.sidebar--open{transform:translate(0)}.sidebar__mobile-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;align-self:flex-end;margin-bottom:8px;border:none;border-radius:var(--radius-sm);background:var(--sidebar-bg-elevated);color:#fff;font-size:18px;line-height:1}}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.sidebar__logo{width:42px;height:42px;border-radius:12px;object-fit:contain;flex-shrink:0}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.2}.sidebar__brand-title{color:#fff;font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:.03em}.sidebar__brand-subtitle{color:var(--accent-blue);font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.06em}.sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar__link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--radius-md);color:var(--sidebar-text);font-weight:600;font-size:14.5px;transition:background .15s ease,color .15s ease}.sidebar__link svg{width:19px;height:19px;flex-shrink:0}.sidebar__link:hover{background:var(--sidebar-bg-elevated);color:#fff}.sidebar__link.active{background:var(--sidebar-active-bg);color:#fff}.sidebar__submenu-toggle{width:100%;border:none;background:none;text-align:left;font-family:inherit;cursor:pointer}.sidebar__submenu-label{flex:1}.sidebar__submenu-chevron{width:15px!important;height:15px!important;flex-shrink:0;transition:transform .15s ease}.sidebar__submenu-chevron.collapsed{transform:rotate(-90deg)}.sidebar__submenu-list{display:flex;flex-direction:column;gap:2px;padding:4px 0 4px 20px}.sidebar__sublink{display:block;padding:9px 14px;border-radius:var(--radius-md);color:var(--sidebar-text);font-weight:600;font-size:13.5px;transition:background .15s ease,color .15s ease}.sidebar__sublink:hover{background:var(--sidebar-bg-elevated);color:#fff}.sidebar__sublink.active{background:var(--sidebar-active-bg);color:#fff}.sidebar__footer{border-top:1px solid var(--sidebar-border);padding-top:16px;margin-top:12px}.sidebar__account{position:relative}.sidebar__user{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--sidebar-border);border-radius:var(--radius-md)}.sidebar__user--button{width:100%;background:none;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.sidebar__user--button:hover{background:var(--sidebar-bg-elevated);border-color:var(--accent-blue)}.sidebar__user-text{flex:1;min-width:0}.sidebar__account-chevron{width:15px!important;height:15px!important;flex-shrink:0;color:var(--sidebar-text);transition:transform .15s ease}.sidebar__account-chevron.collapsed{transform:rotate(-90deg)}.sidebar__account-menu{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;background:var(--sidebar-bg-elevated);border:1px solid var(--sidebar-border);border-radius:var(--radius-md);padding:6px;display:flex;flex-direction:column;gap:2px;box-shadow:0 12px 28px #00000059;z-index:10}.sidebar__account-menu-link{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:var(--radius-sm);color:var(--sidebar-text);font-weight:600;font-size:13.5px;text-align:left;cursor:pointer;font-family:inherit}.sidebar__account-menu-link svg{width:16px;height:16px;flex-shrink:0}.sidebar__account-menu-link:hover,.sidebar__account-menu-link.active{background:var(--sidebar-bg);color:#fff}.sidebar__account-menu-link--danger:hover{color:#fff;background:#dc262640}.sidebar__avatar{width:38px;height:38px;border-radius:50%;background:var(--sidebar-bg-elevated);border:2px solid var(--accent-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:15px;flex-shrink:0}.sidebar__user-name{color:#fff;font-weight:600;font-size:13.5px;line-height:1.3}.sidebar__user-role{color:var(--accent-blue);font-size:11.5px;font-weight:600}.sidebar__user-org{display:flex;align-items:center;gap:5px;color:var(--sidebar-text);font-size:11px;margin-top:2px}.sidebar__dot{width:6px;height:6px;border-radius:50%;background:var(--status-green);display:inline-block}.app-layout{display:flex;align-items:flex-start;min-height:100vh}.app-layout__content{flex:1;min-width:0;display:flex;flex-direction:column}.app-layout__main{flex:1;min-width:0;padding:28px 32px 48px}.app-topbar,.sidebar-backdrop{display:none}@media(max-width:960px){.app-topbar{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--sidebar-bg);position:sticky;top:0;z-index:150}.app-topbar__toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border:none;border-radius:var(--radius-sm);background:var(--sidebar-bg-elevated);color:#fff}.app-topbar__toggle svg{width:19px;height:19px}.app-topbar__logo{width:28px;height:28px;border-radius:8px;object-fit:contain;flex-shrink:0}.app-topbar__title{color:#fff;font-family:var(--font-display);font-weight:700;font-size:14px;letter-spacing:.03em}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0f1980;z-index:250}.app-layout__main{padding:18px 16px 32px}}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.page-header__title{font-size:22px;margin:0}.page-header__subtitle{color:var(--text-secondary);font-size:13px;font-weight:600;letter-spacing:.03em;margin-top:4px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:var(--radius-md);border:none;font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.btn svg{width:16px;height:16px}.btn--primary{background:linear-gradient(135deg,var(--accent-purple),var(--accent-purple-dark));color:#fff}.btn--blue{background:var(--accent-blue);color:#fff}.btn--green{background:var(--status-green);color:#fff}.btn--ghost{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0f198c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.modal-card--lg{max-width:1100px}.modal-card__header{display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid var(--card-border)}.modal-card__title{font-size:18px;margin:0}.modal-card__close{border:none;background:transparent;font-size:22px;line-height:1;color:var(--text-secondary);cursor:pointer;padding:4px 8px}.modal-card__close:hover{color:var(--text-primary)}.filter-bar{display:flex;gap:14px;flex-wrap:wrap;padding:20px 26px;border-bottom:1px solid var(--card-border)}.filter-bar--center{justify-content:center}.filter-field{display:flex;flex-direction:column;gap:6px;min-width:220px}.filter-field label{font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary)}.filter-field select{padding:10px 14px;border-radius:var(--radius-md);border:1px solid var(--card-border);background:#f8fafc;font-size:13.5px;font-weight:600}.filter-row--single-line{flex-wrap:nowrap}.filter-row__field{flex:1 1 0;min-width:0}@media(max-width:900px){.filter-row--single-line{flex-wrap:wrap}.filter-row--single-line .filter-row__field{flex:1 1 160px;min-width:160px}}.grid-scroll{overflow-x:auto;padding:20px 26px 26px}.upload-grid-scroll{overflow-x:auto;padding:0 26px 20px}.upload-grid-scroll--sticky{max-height:560px;overflow-y:auto}.upload-grid{border-collapse:collapse;width:100%;table-layout:fixed}.upload-grid th:not(:first-child),.upload-grid td:not(.upload-grid__area){width:200px}.upload-grid th{text-align:left;font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);padding:10px 14px;border:1px solid var(--card-border);background:#f8fafc;white-space:normal;overflow-wrap:break-word}.upload-grid thead th{position:sticky;top:0;z-index:2}.upload-grid th:first-child,.upload-grid td.upload-grid__area{width:170px;position:sticky;left:0;z-index:1}.upload-grid thead th:first-child{z-index:3}.upload-grid td{border:1px solid var(--card-border);padding:10px;vertical-align:middle}.upload-grid td.upload-grid__area{font-weight:700;font-size:13.5px;white-space:normal;overflow-wrap:break-word;background:#fafbfd}.upload-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1.5px dashed #cbd5e1;border-radius:var(--radius-sm);height:56px;padding:6px 8px;text-align:center;cursor:pointer;position:relative;min-width:140px;background:#f8fafc;transition:border-color .15s ease,background .15s ease}.upload-cell:hover{border-color:var(--accent-blue);background:var(--accent-blue-light)}.upload-cell svg{width:15px;height:15px;color:var(--text-muted);flex-shrink:0}.upload-cell__label{font-size:11px;font-weight:600;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;line-height:1.3}.upload-cell--filled{border-style:solid;border-color:var(--status-green);background:var(--status-green-bg)}.upload-cell--filled svg{color:var(--status-green)}.upload-cell--filled .upload-cell__label{color:var(--status-green);word-break:break-all}.upload-cell input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-cell--disabled{cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0;opacity:.65}.upload-cell--disabled .upload-cell__label{color:var(--text-muted)}.upload-cell-wrap{display:flex;flex-direction:column;gap:4px}.upload-cell__timestamp{font-size:10px;color:var(--text-muted);text-align:center}.upload-cell__timestamp--late{color:var(--status-red);font-weight:600}.upload-cell__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2px 10px}.upload-cell__action{display:flex;align-items:center;justify-content:center;gap:4px;border:none;background:transparent;color:var(--accent-blue);font-size:11px;font-weight:600;padding:2px 4px;cursor:pointer}.upload-cell__action svg{width:12px;height:12px}.upload-cell__action:hover{text-decoration:underline}.upload-cell__action--danger{color:var(--status-red)}.file-cell{display:flex;align-items:center;justify-content:center;gap:6px}.file-cell__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;text-align:left}.file-cell__name--clickable{border:none;background:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}.file-cell__name--clickable:hover{color:var(--accent-blue);text-decoration:underline}.upload-cell-list{display:flex;flex-direction:column;gap:8px;min-width:160px}.upload-cell-list__count{font-size:11px;font-weight:700;color:var(--text-secondary);text-align:center}.stat-card{display:flex;align-items:center;gap:14px;padding:18px 20px;flex:1}.stat-card__icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card__icon svg{width:21px;height:21px}.stat-card--blue .stat-card__icon{background:var(--accent-blue-light);color:var(--accent-blue)}.stat-card--red .stat-card__icon{background:var(--status-red-bg);color:var(--status-red)}.stat-card--amber .stat-card__icon{background:var(--status-amber-bg);color:var(--status-amber)}.stat-card--green .stat-card__icon{background:var(--status-green-bg);color:var(--status-green)}.stat-card__label{font-family:var(--font-display);font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary)}.stat-card__value{font-family:var(--font-display);font-weight:700;font-size:24px;color:var(--text-primary);margin-top:2px}.stat-row{display:flex;gap:16px;flex-wrap:wrap}.stat-row>*{flex:1;min-width:220px}.status-grade-section{margin-bottom:22px}.status-grade-section:last-child{margin-bottom:0}.status-grade-section__header{display:flex;align-items:center;gap:10px;width:100%;padding:16px 20px 10px;background:none;border:none;cursor:pointer;text-align:left}.status-grade-section__header:hover .status-grade-section__title{color:var(--accent-blue)}.status-grade-section__chevron{width:16px;height:16px;color:var(--text-secondary);flex-shrink:0;transition:transform .15s ease}.status-grade-section__chevron.collapsed{transform:rotate(-90deg)}.status-grade-section__title{font-size:15px;margin:0;transition:color .15s ease}.status-grid-scroll{overflow-x:auto;padding:0 20px 20px}.status-grid-scroll--sticky{max-height:480px;overflow-y:auto}.status-subsection-title{font-size:12.5px;margin:4px 0 8px}.status-grid{border-collapse:collapse;width:100%;table-layout:auto}.status-grid th{text-align:left;font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);padding:10px 14px;border:1px solid var(--card-border);background:#f8fafc;white-space:normal;overflow-wrap:break-word}.status-grid thead th{position:sticky;top:0;z-index:2}.status-grid th:first-child,.status-grid td.status-grid__area{width:180px;position:sticky;left:0;z-index:1}.status-grid thead th:first-child{z-index:3}.status-grid th:last-child,.status-grid td.status-grid__remarks{width:150px}.status-grid td{border:1px solid var(--card-border);padding:10px;vertical-align:middle;height:1px}.status-grid td.status-grid__area{font-weight:700;font-size:13.5px;white-space:normal;overflow-wrap:break-word;background:#fafbfd}.status-grid td.status-grid__remarks{text-align:center;white-space:nowrap;color:var(--text-muted)}.status-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;text-align:center}.status-cell__file{font-size:11px;color:var(--text-secondary);word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.status-cell__file--clickable{border:none;background:none;padding:0;text-align:center}.status-cell__file--clickable:hover{color:var(--accent-blue);text-decoration:underline}.status-cell__file-row{display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:4px;border-top:1px dashed var(--card-border);width:100%}.status-cell__no-electives{font-family:var(--font-display);font-weight:600;font-size:11.5px;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted)}.status-grid-empty{padding:0 20px 20px;color:var(--text-secondary);font-size:13.5px}
