@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@200..700,0..1&display=swap";:root{--bg:#f5f7fb;--bg-soft:#edf2f8;--panel:#fff;--text:#1e2d4e;--text-muted:#64748b;--border:#dbe4f1;--primary:#1d4ed8;--primary-soft:#dbeafe;--danger:#b91c1c;--brand-navy:#1e2d4e;--brand-navy-light:#334a7a;--r-md:10px;--t-base:.3s;--ease-bounce:cubic-bezier(.175, .885, .32, 1.275);--ease:ease}:root.dark{--bg:#0f172a;--bg-soft:#111c34;--panel:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--primary:#3b82f6;--primary-soft:#1e3a8a;--danger:#ef4444}html.dark body{background-color:var(--bg)!important;color:var(--text)!important}.dark .bg-white,.dark .bg-\[white\],.dark .bg-\[\#ffffff\],.dark .bg-\[\#f7f9fc\],.dark .bg-\[\#f5f7fb\],.dark .bg-\[\#f8fafd\],.dark .bg-\[\#eef2f7\],.dark .bg-\[\#edf2f8\],.dark .bg-\[\#f3f6fb\],.dark .bg-\[\#f8fafc\],.dark .bg-\[\#fafcff\]{background-color:var(--panel)!important}.dark .bg-gray-50,.dark .bg-\[\#f8fafc\],.dark .bg-\[\#f9fafb\],.dark .bg-\[\#eef3fa\]{background-color:var(--bg-soft)!important}.dark .border,.dark .border-gray-100,.dark .border-gray-200,.dark .border-gray-300,.dark .border-\[\#d6deea\],.dark .border-\[\#d4dcea\],.dark .border-\[\#cfd7e4\],.dark .border-\[\#ccd5e4\],.dark .border-\[\#d7deea\],.dark .border-\[\#d8dfeb\],.dark .border-\[\#dde5f1\]{border-color:var(--border)!important}.dark .text-slate-900,.dark .text-gray-900,.dark .text-\[\#1f304d\],.dark .text-\[\#1c2533\],.dark .text-\[\#1e2d4e\],.dark .text-\[\#2a3f62\],.dark .text-\[\#20324e\],.dark .text-\[\#223b60\],.dark .text-\[\#26364d\],.dark .text-\[\#2f4d7a\]{color:var(--text)!important}.dark .text-slate-600,.dark .text-gray-600,.dark .text-\[\#5f6f86\],.dark .text-\[\#6d7b90\],.dark .text-\[\#74839a\],.dark .text-\[\#7a8599\],.dark .text-\[\#64748b\],.dark .text-\[\#6a758a\],.dark .text-\[\#6f7f96\]{color:var(--text-muted)!important}.dark [class*=sectionCardCls],.dark section[class*=rounded-2xl]{background-color:var(--panel)!important;border-color:var(--border)!important}.dark input,.dark textarea,.dark select{background-color:var(--bg)!important;color:var(--text)!important;border-color:var(--border)!important}.dark input::placeholder,.dark textarea::placeholder{color:var(--text-muted)!important}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5{color:var(--text)!important}.dark label,.dark p,.dark span{color:var(--text-muted)}.dark p.text-white,.dark span.text-white,.dark .text-white{color:#fff!important}*{box-sizing:border-box}.h-5{height:1.25rem}.w-5{width:1.25rem}input::-ms-reveal{display:none!important}input::-ms-clear{display:none!important}input::-webkit-contacts-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0;display:none!important}input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0;display:none!important}body{color:var(--text);background:linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);min-height:100vh;margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}html,#root{width:100%;overflow-x:hidden}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1;display:inline-block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.public-shell{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.public-shell__content{width:min(940px,100%)}.card{border:1px solid var(--border);background:var(--panel);border-radius:16px;padding:1.5rem;box-shadow:0 16px 40px #0f172a33}.card h1,.card h2{margin-top:0;margin-bottom:.5rem}.subtext{color:var(--text-muted);margin-top:0}.role-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.role-card{text-align:left;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;padding:1rem;transition:transform .2s,box-shadow .2s}.role-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a1f}.role-card h2{margin:0}.role-card p{color:var(--text-muted);margin-bottom:0}.auth-card{max-width:460px;margin:0 auto}.auth-form{gap:.9rem;margin-top:1rem;display:grid}.auth-form label{gap:.4rem;font-weight:500;display:grid}.auth-form input{border:1px solid var(--border);border-radius:10px;width:100%;padding:.65rem .75rem;font-size:.95rem}.auth-form button,.dashboard-nav__logout{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:.7rem 1rem;font-weight:600}.auth-form button:disabled{opacity:.7;cursor:wait}.back-link{margin-top:1rem;margin-bottom:0}.message{border-radius:8px;margin:0;padding:.55rem .7rem;font-size:.9rem}.message--error{color:#991b1b;background:#fee2e2}.message--info{background:var(--primary-soft);color:#1e3a8a}.route-loader{color:#e2e8f0;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;min-height:100vh;display:flex}.route-loader__spinner{border:4px solid #334155;border-top-color:#60a5fa;border-radius:9999px;width:32px;height:32px;animation:.8s linear infinite spin}.dashboard-shell{grid-template-columns:250px 1fr;height:100vh;display:grid;overflow:hidden}.dashboard-nav{color:#dbeafe;background:#0b1427;border-right:1px solid #22314d;flex-direction:column;gap:1rem;padding:1.2rem;display:flex;overflow-y:hidden}.dashboard-nav__title{margin:0;font-size:1.2rem}.dashboard-nav__user{color:#93c5fd;margin:0;font-size:.9rem}.dashboard-nav__links{flex-direction:column;gap:.4rem;display:flex}.dashboard-nav__link{color:#dbeafe;border-radius:8px;align-items:center;gap:.8rem;padding:.55rem .7rem;display:flex}.dashboard-nav__link:hover{background:#16243d;text-decoration:none}.dashboard-nav__link.active{background:#1e3a8a}.dashboard-nav__logout{background:#dc2626;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;display:flex}.dashboard-main{flex-direction:column;gap:1.1rem;height:100%;padding:1.4rem;display:flex;overflow-y:auto}.dashboard-card p{margin-bottom:0}.admin-section{gap:1rem;display:grid}.admin-section__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-section__title{margin:0}.admin-section__subtitle{color:var(--text-muted);margin:.3rem 0 0}.admin-section__actions{flex-wrap:wrap;gap:.75rem;margin-left:auto;display:flex}.admin-filter-bar{flex-wrap:wrap;gap:.75rem;display:flex}.admin-filter-grid{grid-template-columns:repeat(3,minmax(170px,1fr));gap:.75rem;display:grid}.admin-field{color:var(--text-muted);gap:.32rem;font-size:.82rem;display:grid}.admin-field input,.admin-field select{border:1px solid var(--border);min-width:150px;color:var(--text);background:#fff;border-radius:10px;padding:.52rem .68rem}.admin-field textarea{border:1px solid var(--border);min-width:150px;color:var(--text);font:inherit;resize:vertical;background:#fff;border-radius:10px;padding:.52rem .68rem}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:#2563eb;outline:2px solid #2563eb33}.admin-stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:.8rem;display:grid}.admin-stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:.9rem 1rem}.admin-stat-card__label{color:var(--text-muted);margin:0;font-size:.82rem}.admin-stat-card__value{margin:.35rem 0 .2rem;font-size:1.8rem;font-weight:700;line-height:1.1}.admin-stat-card__helper{color:var(--text-muted);margin:0;font-size:.77rem}.admin-stat-card__value-skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/180% 100%;border-radius:8px;width:70%;height:2rem;margin:.35rem 0 .2rem;animation:1.2s linear infinite shimmer}.query-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:1rem}.query-state--error{background:#fef2f2;border-style:solid;border-color:#fecaca}.query-state__title{margin:0;font-weight:600}.query-state__description{color:var(--text-muted);margin:.35rem 0 0}.query-state__action{color:#fff;cursor:pointer;background:#1d4ed8;border:0;border-radius:8px;margin-top:.7rem;padding:.44rem .72rem}.table-wrap{border:1px solid var(--border);border-radius:14px;overflow:hidden}.table-scroll{overflow:auto}.table{border-collapse:collapse;background:#fff;width:100%;min-width:840px}.table th,.table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e8edf6;padding:.72rem .84rem}.table th{z-index:1;letter-spacing:.02em;text-transform:uppercase;color:#475569;background:#f8fafc;font-size:.81rem;position:sticky;top:0}.table tbody tr:hover{background:#f8fbff}.table-empty{text-align:center;color:var(--text-muted);padding:1.2rem .8rem}.table-skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border-radius:999px;width:100%;height:.95rem;animation:1.2s linear infinite shimmer}.table-pagination{background:#f8fafc;justify-content:space-between;align-items:center;gap:.8rem;padding:.7rem .9rem;display:flex}.table-pagination__button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:.43rem .7rem}.table-pagination__button:disabled{opacity:.55;cursor:not-allowed}.table-pagination__label{color:#475569;gap:.75rem;margin:0;font-size:.84rem;display:flex}.admin-identity{align-items:center;gap:.65rem;display:flex}.admin-identity__primary{margin:0;font-weight:600}.admin-identity__secondary{color:var(--text-muted);margin:0;font-size:.8rem}.admin-avatar{object-fit:cover;border-radius:999px;flex-shrink:0;width:2rem;height:2rem}.admin-avatar--placeholder{color:#1e3a8a;background:#dbeafe;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.role-badge{text-transform:capitalize;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.74rem;font-weight:600;display:inline-flex}.role-badge--admin{color:#1e40af;background:#dbeafe}.role-badge--faculty{color:#166534;background:#dcfce7}.role-badge--student{color:#92400e;background:#fef3c7}.role-badge--unknown{color:#334155;background:#e2e8f0}.status-pill,.count-pill{border-radius:999px;align-items:center;padding:.18rem .52rem;font-size:.76rem;font-weight:600;display:inline-flex}.status-pill{color:#166534;background:#dcfce7}.count-pill{color:#3730a3;background:#e0e7ff}.mono-cell{white-space:nowrap;word-break:normal;overflow-wrap:normal;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem;display:inline-block}.muted-cell{color:var(--text-muted);font-size:.84rem}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;padding:.44rem .72rem;font-size:.82rem;font-weight:600;line-height:1.1}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{color:#fff;background:#1d4ed8}.button--primary:hover:not(:disabled){background:#1e40af}.button--ghost{color:#0f172a;background:#fff;border-color:#cbd5e1}.button--ghost:hover:not(:disabled){background:#f8fafc}.button--soft{color:#1e3a8a;background:#dbeafe;border-color:#0000}.button--soft:hover:not(:disabled){background:#bfdbfe}.button--danger{color:#fff;background:#dc2626}.button--danger:hover:not(:disabled){background:#b91c1c}.table-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-toolbar{flex-wrap:wrap;align-items:end;gap:.5rem;display:flex}.hidden-input{display:none}.form-grid{grid-template-columns:repeat(2,minmax(150px,1fr));gap:.7rem;display:grid}.form-grid--single{grid-template-columns:1fr}.form-error{color:#b91c1c;margin:.65rem 0 0;font-size:.84rem}.modal-switch{border:1px solid #cbd5e1;border-radius:10px;margin-bottom:.7rem;padding:.2rem;display:inline-flex}.modal-switch__item{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.44rem .7rem;font-weight:600}.modal-switch__item.active{color:#1e40af;background:#dbeafe}.bulk-report{background:#fff;border:1px solid #dbe4f1;border-radius:12px}.bulk-report__header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .9rem;display:flex}.bulk-report__header h4{margin:0}.bulk-report__header p{color:#64748b;margin:0;font-size:.83rem}.bulk-report__table{min-width:620px}.bulk-report__status{text-transform:capitalize;border-radius:999px;padding:.18rem .54rem;font-size:.76rem;font-weight:600;display:inline-flex}.bulk-report__status--success{color:#166534;background:#dcfce7}.bulk-report__status--failed{color:#991b1b;background:#fee2e2}.selection-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:.55rem;display:grid}.selection-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:.65rem;padding:.58rem .65rem;display:flex}.selection-card--selected{background:#eff6ff;border-color:#2563eb}.selection-card--danger{background:#fef2f2;border-color:#dc2626}.selection-card input[type=checkbox]{margin:0}.selection-card__title{margin:0;font-weight:600}.selection-card__meta{color:#64748b;margin:0;font-size:.78rem}.modal{z-index:1000;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal__backdrop{background:#0f172a7a;position:absolute;inset:0}.modal__panel{background:#fff;border:1px solid #dbe4f1;border-radius:14px;grid-template-rows:auto 1fr auto;width:min(100%,760px);max-height:calc(100vh - 2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 22px 48px #0f172a38}.modal__panel--sm{width:min(100%,430px)}.modal__panel--md{width:min(100%,700px)}.modal__panel--lg{width:min(100%,900px)}.modal__panel--xl{width:min(100%,1120px)}.modal__header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;display:flex}.modal__title{margin:0;font-size:1.05rem}.modal__subtitle{color:#64748b;margin:.32rem 0 0;font-size:.84rem}.modal__close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;width:2rem;height:2rem;font-size:1.05rem}.modal__close:hover{background:#e2e8f0}.modal__body{padding:.95rem 1rem;overflow:auto}.modal__footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.6rem;padding:.72rem 1rem;display:flex}.confirm-dialog__message{color:#334155;margin:0}.detail-scroll{gap:.85rem;display:grid}.detail-section{background:#fff;border:1px solid #dbe4f1;border-radius:11px;overflow:hidden}.detail-section>h4{background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:0;padding:.62rem .8rem;font-size:.88rem}.detail-table{border-collapse:collapse;width:100%}.detail-table th,.detail-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf2f7;padding:.56rem .72rem}.detail-table th{color:#475569;background:#f8fafc;width:34%;font-weight:600}.detail-list-table{min-width:100%}.detail-list-table--teachers{table-layout:fixed;width:100%;min-width:100%}.detail-list-table--teachers .teacher-detail__col-index{width:5%}.detail-list-table--teachers .teacher-detail__col-uid{width:14%}.detail-list-table--teachers .teacher-detail__col-sem{width:9%}.detail-list-table--teachers .teacher-detail__col-section{width:8%}.detail-list-table--teachers .teacher-detail__col-year{width:14%}.detail-list-table--teachers .teacher-detail__col-name{width:38%;padding-left:1rem}.detail-list-table--teachers .teacher-detail__col-index,.detail-list-table--teachers .teacher-detail__col-sem,.detail-list-table--teachers .teacher-detail__col-section,.detail-list-table--teachers .teacher-detail__col-year{white-space:nowrap}.detail-list-table--teachers .teacher-detail__col-uid .mono-cell{white-space:nowrap;text-decoration:none}.detail-list-table--teachers .teacher-detail__col-name{white-space:normal;word-break:normal;overflow-wrap:break-word}.teacher-detail__table-wrap{width:100%;overflow-x:hidden}.teacher-filters{margin-bottom:.9rem}.teacher-filters .admin-filter-grid{align-items:end;gap:.8rem}.teacher-filters .admin-filter-actions{align-items:center;padding-bottom:1px;display:flex}.detail-empty{color:#64748b;margin:0;padding:.72rem}.detail-card-list{gap:.58rem;padding:.72rem;display:grid}.detail-card{border:1px solid #e2e8f0;border-radius:9px;padding:.55rem .68rem}.detail-card h5{color:#334155;margin:0;font-size:.95rem;line-height:1.4}.detail-card p{color:#475569;margin:.26rem 0 0;font-size:.95rem;line-height:1.45}.faculty-json{background:#f8fafc;border-top:1px solid #e2e8f0;max-height:280px;margin:0;padding:.72rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;line-height:1.4;overflow:auto}.faculty-prewrap{white-space:pre-wrap}.toast-stack{z-index:1200;gap:.5rem;width:min(380px,100vw - 1.8rem);display:grid;position:fixed;bottom:.9rem;right:.9rem}.toast{background:#fff;border:1px solid #cbd5e1;border-radius:11px;padding:.56rem .72rem;box-shadow:0 10px 24px #0f172a2b}.toast--success{border-color:#86efac}.toast--error{border-color:#fca5a5}.toast--info{border-color:#93c5fd}.toast__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.toast__title{margin:0;font-size:.83rem;font-weight:700}.toast__message{color:#334155;margin:.24rem 0 0;font-size:.8rem}.toast__close{color:#64748b;cursor:pointer;background:0 0;border:0;font-size:1rem;line-height:1}.reports-actions{flex-wrap:wrap;gap:.55rem;display:flex}.reports-metric-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:.7rem;display:grid}.reports-metric-card{background:#fff;border:1px solid #dbe4f1;border-radius:12px;padding:.72rem .84rem}.reports-metric-card p{color:#64748b;margin:0;font-size:.82rem}.reports-metric-card strong{margin-top:.3rem;font-size:1.42rem;display:block}.reports-metric-skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border-radius:8px;width:60%;height:1.45rem;margin-top:.32rem;animation:1.2s linear infinite shimmer}.reports-grid-2{grid-template-columns:repeat(2,minmax(320px,1fr));gap:.75rem;display:grid}.reports-card{gap:.72rem}.reports-card__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.reports-card__header h3{margin:0;font-size:1rem}.reports-card__controls{flex-wrap:wrap;align-items:center;gap:.42rem;display:flex}.reports-chip{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.25rem .56rem;font-size:.76rem}.reports-chip.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.reports-chart-wrap{width:100%;height:270px}.reports-chart-skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border-radius:10px;width:100%;height:270px;animation:1.2s linear infinite shimmer}.reports-table{min-width:100%}@media (width>=1024px){.reports-table{min-width:0!important}}.reports-backlog-subjects{color:#b91c1c;font-size:.83rem}.reports-warning-text{color:#b45309;font-size:.83rem}.reports-inline-field{min-width:150px}.reports-filter-grid{grid-template-columns:repeat(6,minmax(120px,1fr));gap:.58rem;display:grid}.reports-reset-wrap{justify-content:flex-end;align-items:end;display:flex}.student-login{background:#eef2f7;justify-content:center;align-items:center;min-height:100vh;padding:2rem .75rem;display:flex}.student-login__card{border-radius:18px;width:min(470px,92vw);overflow:hidden;box-shadow:0 16px 34px #0f172a47}.student-login__hero{background:linear-gradient(145deg,#263c67 0%,#334a7a 55%,#3e588e 100%);border-top:4px solid #f5a623;padding:1.75rem}.student-login__hero-top{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.student-login__brand{align-items:center;gap:.75rem;display:flex}.student-login__brand-icon{background:#4a5e8e73;border:1px solid #fff3;border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.student-login__brand-icon-svg{color:#f5a623;width:20px;height:20px}.student-login__brand-title{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2.3vw,1.65rem);font-weight:700;line-height:1.1}.student-login__brand-subtitle{color:#9ba9c7;letter-spacing:.08em;margin:.2rem 0 0;font-size:11px;font-weight:600}.student-login__theme-btn{color:#d7ddf0;background:#ffffff1a;border:1px solid #ffffff40;border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.student-login__theme-icon{width:20px;height:20px}.student-login__hero-body{margin-top:1.9rem}.student-login__hero-caption{color:#9ba9c7;letter-spacing:.1em;margin:0;font-size:.8rem;font-weight:600}.student-login__hero-title{color:#fff;margin:.45rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1.05}.student-login__hero-text{color:#c5d0e5;margin:.3rem 0 0;font-size:clamp(.95rem,2vw,1.1rem)}.student-login__body{background:#f5f7fb;padding:1.75rem}.student-login__field-group{margin-bottom:1.4rem}.student-login__label{color:#1e2d4e;letter-spacing:.08em;margin-bottom:.5rem;font-size:13px;font-weight:700;display:block}.student-login__required{color:#ef4444}.student-login__input-wrap{position:relative}.student-login__left-icon{color:#7c8598;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.student-login__input{color:#1e2d4e;background:#f8fafd;border:1px solid #cad2df;border-radius:10px;width:100%;height:52px;padding:0 .9rem;font-size:15px}.student-login__input::placeholder{color:#99a3b5}.student-login__input:focus{border-color:#1e2d4e;outline:2px solid #1e2d4e33}.student-login__input--with-left-icon{padding-left:2.75rem}.student-login__input--with-icons{padding-left:2.75rem;padding-right:2.9rem}.student-login__eye-btn{color:#7c8598;background:0 0;border:0;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.student-login__divider{border-top:1px solid #d7dce6;margin-top:1.15rem}.student-login__remember{color:#5f6a7f;align-items:center;gap:.6rem;margin-top:1rem;font-size:clamp(.95rem,1.6vw,1.1rem);display:flex}.student-login__remember input{accent-color:#1e2d4e}.student-login__error{color:#dc2626;margin:.95rem 0 0;font-size:.9rem}.student-login__info{color:#1e2d4e;margin:.6rem 0 0;font-size:.9rem}.student-login__submit{color:#fff;letter-spacing:.14em;background:#1e2d4e;border:0;border-radius:10px;width:100%;height:52px;margin-top:1.3rem;font-size:15px;font-weight:700;box-shadow:0 8px 20px #1e2d4e59}.student-login__submit:hover:not(:disabled){background:#17253f}.student-login__submit:disabled{opacity:.55}.kys-landing{background:#0a0e14 radial-gradient(circle at 2px 2px,#1c2026 1px,#0000 0) 0 0/40px 40px;flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.kys-landing__main{flex:1;justify-content:center;align-items:center;min-height:0;padding:2rem 1rem;display:flex}.kys-landing__ambient{filter:blur(110px);opacity:.16;pointer-events:none;border-radius:999px;width:48vw;height:48vw;position:absolute}.kys-landing__ambient--left{background:#3f63aa;top:-14%;left:-16%}.kys-landing__ambient--right{background:#1769b8;bottom:-18%;right:-15%}.kys-landing__card{text-align:center;-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);z-index:2;background:#181c22c2;border:1px solid #adc6ff1f;border-radius:28px;width:min(920px,100%);padding:clamp(1.5rem,3vw,3rem);position:relative;box-shadow:0 24px 50px #00000073}.kys-landing__logo-wrap{place-items:center;width:124px;height:124px;margin:0 auto 1.4rem;display:grid}.kys-landing__logo-ring{border-radius:999px;width:118px;height:118px;padding:4px}.kys-landing__logo{object-fit:cover;background:#10141a;border:3px solid #1c2026;border-radius:999px;width:100%;height:100%}.kys-landing__footer{text-align:center;color:#adb5bd;z-index:10;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 1rem 1.4rem;display:flex;position:relative}.kys-landing__footer-btn{color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1.2rem;font-size:.85rem;transition:background .2s}.kys-landing__footer-btn:hover{background:#ffffff1a}.kys-landing__footer-text{margin:0;font-size:.8rem}.kys-landing__eyebrow{color:#9cb6e7;letter-spacing:.24em;margin:0;font-size:.8rem;font-weight:700}.kys-landing__title{color:#d8e2ff;margin:.7rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.05}.kys-landing__description{color:#b3bfd9;width:min(650px,100%);margin:1rem auto 0;font-size:clamp(.95rem,2vw,1.18rem);line-height:1.6}.kys-developer{z-index:2;width:100%;max-width:1040px;position:relative}.kys-developer__back{margin-bottom:1.2rem}.kys-developer__card-shell{text-align:left;width:min(1040px,100%)}.kys-developer__title{text-align:left;margin-top:.45rem;margin-bottom:1.2rem}.kys-developer__grid{gap:1rem;display:grid}.kys-developer__section-title{color:#a4c1f2;text-transform:uppercase;letter-spacing:.07em;margin:.35rem 0 .85rem;font-size:.8rem;font-weight:700}.kys-developer__mentors-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.kys-developer__mentor-item{text-align:center;opacity:0;background:linear-gradient(120deg,#adc6ff2e,#8fb6ff0f),#ffffff08;border:1px solid #b4ceff40;border-radius:18px;justify-items:center;gap:.8rem;padding:1rem;animation:.55s forwards developerCardIn;display:grid;transform:translateY(14px);box-shadow:0 14px 26px #00000047}.kys-developer__mentor-avatar-wrap{background:linear-gradient(135deg,#adc6ff,#8fb6ff);border-radius:999px;width:150px;height:150px;padding:4px}.kys-developer__mentor-avatar{object-fit:cover;object-position:top center;background:#0e1622;border:2px solid #0b1321e6;border-radius:999px;width:100%;height:100%}.kys-developer__mentor-name{color:#f8fbff;margin:0;font-size:1.12rem;line-height:.5}.kys-developer__mentor-designation{color:#b0c8ef;margin:.35rem 0 0;font-size:1.02rem;line-height:1.3}.kys-developer__developers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=1024px){.kys-developer__mentors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.kys-developer__item{opacity:0;background:linear-gradient(120deg,#adc6ff2e,#8fb6ff0f),#ffffff08;border:1px solid #b4ceff40;border-radius:18px;grid-template-columns:auto 1fr;align-items:start;gap:.95rem;padding:1rem;animation:.55s forwards developerCardIn;display:grid;transform:translateY(14px);box-shadow:0 14px 26px #00000047}.kys-developer__avatar-wrap{background:linear-gradient(135deg,#adc6ff,#8fb6ff);border-radius:999px;width:180px;height:180px;padding:4px}.kys-developer__avatar{object-fit:cover;object-position:top center;background:#0e1622;border:2px solid #0b1321e6;border-radius:999px;width:100%;height:100%}.kys-developer__content h3{color:#f8fbff;margin:0;font-size:1.2rem}.kys-developer__role{color:#a4c1f2;text-transform:uppercase;letter-spacing:.07em;margin:.2rem 0 .5rem;font-size:.84rem;font-weight:700}.kys-developer__summary{color:#cbd8f1;margin:.35rem 0 0;font-size:.9rem;line-height:1.5}.kys-developer__links{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.kys-developer__links a{color:#dce8ff;background:#111f3694;border:1px solid #a7c2f873;border-radius:999px;padding:.36rem .72rem;font-size:.8rem;font-weight:600;transition:background .2s,border-color .2s,transform .2s}.kys-developer__links a:hover{background:#213e6cd1;border-color:#c6dbffb3;text-decoration:none;transform:translateY(-1px)}.kys-landing__cta{color:#0f2448;cursor:pointer;background:linear-gradient(135deg,#adc6ff 0%,#8fb6ff 100%);border:0;border-radius:12px;margin-top:1.8rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;box-shadow:0 14px 25px #0267b84d}.kys-landing__cta:hover{transform:translateY(-1px)}.kys-landing__stats{border-top:1px solid #adc6ff1f;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.8rem;padding-top:1.35rem;display:grid}.kys-landing__stat{flex-direction:column;gap:.25rem;display:flex}.kys-landing__stat--middle{border-left:1px solid #adc6ff1f}.kys-landing__stat-value{color:#adc6ff;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}.kys-landing__stat-label{color:#8fa2cb;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:700}.role-select-kys{color:#e2e8f0;background:linear-gradient(#111a33 0%,#0d1630 100%);min-height:100vh;padding:2.2rem 1rem}.role-select-kys__shell{width:min(980px,100%);margin:0 auto}.role-select-kys__header{grid-template-columns:120px 1fr 120px;align-items:center;width:100%;max-width:1200px;margin:0 auto 4rem;padding:0 2rem;display:grid}.role-select-kys__title{text-align:center;color:#fff;margin:0;font-size:clamp(1.4rem,5vw,2.4rem)}.role-select-kys__spacer{visibility:hidden;width:120px}@media (width<=768px){.role-select-kys__header{grid-template-columns:auto 1fr;gap:1rem;margin-bottom:2.5rem;padding:0 1rem}.role-select-kys__spacer{display:none}.role-select-kys__title{text-align:left;padding-right:1rem;font-size:1.5rem}}@media (width<=480px){.role-select-kys__header{flex-direction:column;align-items:flex-start;gap:.8rem;display:flex}.role-select-kys__title{padding:0;font-size:1.35rem}}.role-select-kys__subtitle{text-align:center;color:#94a3b8;margin:0}.role-select-kys__grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:1rem;margin-top:1.6rem;display:grid}.role-select-kys__card{color:#f8fafc;text-align:left;background:#1e293b8c;border:1px solid #64748b8c;border-radius:16px;padding:1.5rem;transition:transform .18s,border-color .2s,background .2s}.role-select-kys__card:hover{background:#1e293bbf;border-color:#94a3b8cc;transform:translateY(-2px)}.role-select-kys__badge{color:#fff;border-radius:11px;place-items:center;width:46px;height:46px;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:grid}.role-select-kys__badge--admin{background:#ef4444}.role-select-kys__badge--student{background:#10b981}.role-select-kys__badge--teacher{background:#8b5cf6}.role-select-kys__card-title{color:#fff;margin:0;font-size:1.45rem}.role-select-kys__card-text{color:#cbd5e1;margin:.7rem 0 0;font-size:.92rem;line-height:1.55}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:0 0}to{background-position:180% 0}}@keyframes developerCardIn{to{opacity:1;transform:translateY(0)}}@media (width<=860px){.dashboard-shell{grid-template-columns:1fr}.dashboard-nav{border-bottom:1px solid #22314d;border-right:0}.table-pagination{flex-direction:column;align-items:stretch}.table-pagination__label{justify-content:space-between}}@media (width<=1080px){.admin-stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.admin-filter-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.selection-grid{grid-template-columns:1fr}.reports-metric-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.reports-grid-2{grid-template-columns:1fr}.reports-filter-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (width<=720px){.kys-landing--developer{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;height:auto;min-height:100vh;overflow:hidden auto}.kys-landing--developer .kys-landing__main{align-items:flex-start}.admin-section__header{flex-direction:column}.admin-section__actions,.admin-filter-bar{width:100%}.admin-filter-bar .admin-field{flex:1;min-width:140px}.admin-filter-grid{grid-template-columns:1fr;width:100%}.admin-stats-grid,.form-grid{grid-template-columns:1fr}.modal{padding:.5rem}.modal__footer{flex-wrap:wrap;justify-content:stretch}.modal__footer .button{flex:1}.reports-metric-grid,.reports-filter-grid{grid-template-columns:1fr}.reports-reset-wrap{justify-content:stretch}.kys-landing__stats{grid-template-columns:1fr;gap:1rem}.kys-landing__stat--middle{border-top:1px solid #adc6ff1f;border-left:0;padding-top:1rem}.kys-developer__item{grid-template-columns:1fr;justify-items:start}.kys-developer__mentors-grid,.kys-developer__developers-grid,.role-select-kys__grid{grid-template-columns:1fr}}.faculty-dashboard{gap:1.2rem;display:grid}.faculty-dashboard__banner{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#1d4ed8 100%);border-radius:14px;padding:1.4rem 1.6rem}.faculty-dashboard__title{margin:0;font-size:1.4rem;font-weight:700}.faculty-dashboard__subtitle{opacity:.82;margin:.3rem 0 0;font-size:.9rem}.faculty-stat-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:.85rem;display:grid}.faculty-stat-card{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:14px;gap:.2rem;padding:1.1rem 1.2rem;text-decoration:none;transition:box-shadow .18s,transform .18s,border-color .18s;display:grid}.faculty-stat-card:hover{border-color:#93c5fd;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #1d4ed81f}.faculty-stat-card--primary{background:#eff6ff;border-color:#bfdbfe}.faculty-stat-card--accent{background:#f0fdf4;border-color:#bbf7d0}.faculty-stat-card__icon{margin-bottom:.3rem;font-size:1.5rem;line-height:1}.faculty-stat-card__label{color:var(--text-muted);margin:0;font-size:.8rem;font-weight:500}.faculty-stat-card__value{color:#1d4ed8;margin:.2rem 0 0;font-size:2rem;font-weight:700;line-height:1.1}.faculty-stat-card__value--md{color:var(--text);font-size:1.25rem}.faculty-stat-card__cta{color:#2563eb;margin:.4rem 0 0;font-size:.78rem;font-weight:500}.faculty-dashboard__hint{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:.75rem 1rem;font-size:.85rem}.faculty-chat{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:280px 1fr;height:calc(100vh - 4rem);min-height:560px;display:grid;overflow:hidden;box-shadow:0 4px 16px #0f172a14}.faculty-chat__sidebar{border-right:1px solid var(--border);background:#f8fafc;flex-direction:column;transition:width .2s;display:flex;overflow:hidden}.faculty-chat__sidebar--collapsed{width:48px}.faculty-chat__sidebar-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.faculty-chat__sidebar-title{color:var(--text-muted);font-size:.82rem;font-weight:600}.faculty-chat__sidebar-toggle{flex-shrink:0;padding:.3rem .55rem;font-size:.75rem}.faculty-chat__sidebar-loading{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border-radius:10px;height:120px;margin:.75rem;animation:1.2s linear infinite shimmer}.faculty-chat__main{flex-direction:column;min-height:0;display:flex;overflow:hidden}.faculty-chat__header{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;padding:.9rem 1.1rem}.faculty-chat__heading{margin:0;font-size:1.05rem;font-weight:700}.faculty-chat__subheading{color:var(--text-muted);margin:.2rem 0 0;font-size:.82rem}.faculty-chat__window{background:#fafbfd;flex-direction:column;flex:1;gap:.9rem;padding:1rem 1.1rem;display:flex;overflow-y:auto}.faculty-chat__skeleton{gap:.75rem;padding:1rem;display:grid}.faculty-chat__skeleton-row{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border-radius:10px;height:72px;animation:1.2s linear infinite shimmer}.faculty-chat-msg{flex-direction:column;max-width:88%;display:flex}.faculty-chat-msg--user{align-self:flex-end;align-items:flex-end}.faculty-chat-msg--assistant{align-self:flex-start;align-items:flex-start}.faculty-chat-msg__context{color:var(--text-muted);margin:0 0 .28rem;font-size:.74rem}.faculty-chat-msg__bubble{border-radius:14px;padding:.65rem .85rem;font-size:.88rem;line-height:1.5}.faculty-chat-msg__bubble--user{color:#fff;background:#1d4ed8;border-bottom-right-radius:4px}.faculty-chat-msg__bubble--assistant{border:1px solid var(--border);background:#fff;border-bottom-left-radius:4px;width:100%}.faculty-chat-msg__error{color:#b91c1c}.faculty-response-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;margin-top:.5rem;display:grid}.faculty-response-card{border:1px solid var(--border);background:#f8fafc;border-radius:10px;overflow:hidden}.faculty-response-card--skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/190% 100%;border:none;height:90px;animation:1.2s linear infinite shimmer}.faculty-response-card__header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:.5rem;padding:.42rem .6rem;display:flex}.faculty-response-card__title{color:var(--text);margin:0;font-size:.8rem;font-weight:600}.faculty-response-card__actions{gap:.4rem;display:flex}.faculty-response-card__btn{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:.74rem}.faculty-response-card__btn:hover{text-decoration:underline}.faculty-response-card__body{padding:.5rem .6rem}.faculty-response-card__body p{color:var(--text);margin:0;font-size:.82rem}.faculty-chat__loading{padding:.25rem 0}.faculty-chat__loading-title{margin:0;font-size:.85rem;font-weight:600}.faculty-chat__loading-sub{color:var(--text-muted);margin:.2rem 0 0;font-size:.78rem}.faculty-chat__empty{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;max-width:560px;padding:1.1rem}.faculty-chat__empty-title{margin:0;font-size:.9rem;font-weight:600}.faculty-chat__empty-sub{color:var(--text-muted);margin:.25rem 0 .75rem;font-size:.82rem}.faculty-chat__prompts{gap:.4rem;display:grid}.faculty-chat__prompt-btn{text-align:left;white-space:normal;font-size:.82rem}.faculty-chat__input-area{border-top:1px solid var(--border);background:#fff;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;display:grid}.faculty-chat__context-label{color:var(--text-muted);margin:0;font-size:.78rem}.faculty-chat__warn{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;margin:0;padding:.4rem .6rem;font-size:.8rem}.faculty-chat__form{gap:.5rem;display:grid}.faculty-chat__textarea-label{width:100%}.faculty-chat__form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.faculty-chat__char-count{color:var(--text-muted);margin:0;font-size:.76rem}.faculty-selector{gap:1rem;padding:.85rem;display:grid;overflow-y:auto}.faculty-selector__group{gap:.4rem;display:grid}.faculty-selector__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.76rem;font-weight:600}.faculty-selector__hint{color:var(--text-muted);margin:0;font-size:.78rem}.faculty-selector__hint--warn{color:#92400e}.faculty-selector__actions{flex-wrap:wrap;gap:.5rem;display:flex}.faculty-selector__list-wrap{background:#fff;border:1px solid #d8e2f0;border-radius:10px;max-height:220px;display:grid;overflow:auto}.faculty-selector__item{text-align:left;color:#1f355f;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e2e8f0;padding:.55rem .7rem;font-size:.84rem}.faculty-selector__item:last-child{border-bottom:0}.faculty-selector__item:hover{background:#f8fafc}.faculty-selector__item--active{color:#312e81;background:#eef2ff;font-weight:700}.faculty-selector__future{border:1px dashed #cbd5e1;border-radius:9px;padding:.6rem .75rem}.faculty-selector__future-title{color:var(--text-muted);margin:0;font-size:.8rem;font-weight:600}@media (width<=860px){.faculty-stat-grid{grid-template-columns:1fr}.faculty-chat{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:auto;min-height:80vh}.faculty-chat__sidebar{border-right:none;border-bottom:1px solid var(--border)}.faculty-response-grid{grid-template-columns:1fr}}@media (width<=1080px){.faculty-stat-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}.role-shell--admin,.role-shell--faculty{background:#f7f9fb;min-height:100vh}.role-shell--admin .dashboard-nav,.role-shell--faculty .dashboard-nav{color:#d4d7e8;background:#1e1b4b;border-right:1px solid #ffffff14;gap:.8rem;height:100vh;position:sticky;top:0;overflow:hidden;box-shadow:0 0 28px #1e1b4b29}.role-shell--admin .dashboard-nav__brand,.role-shell--faculty .dashboard-nav__brand{margin-bottom:.5rem}.role-shell--admin .dashboard-nav__title,.role-shell--faculty .dashboard-nav__title{color:#fff;letter-spacing:-.01em;font-size:1.2rem}.role-shell--admin .dashboard-nav__tag,.role-shell--faculty .dashboard-nav__tag{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin:.18rem 0 0;font-size:.68rem;font-weight:700}.role-shell--admin .dashboard-nav__links,.role-shell--faculty .dashboard-nav__links{gap:.25rem}.role-shell--admin .dashboard-nav__link,.role-shell--faculty .dashboard-nav__link{color:#cbd5e1;border-radius:10px;align-items:center;gap:.65rem;padding:.64rem .76rem;font-size:.9rem;font-weight:500;display:flex}.role-shell--admin .dashboard-nav__link:hover,.role-shell--faculty .dashboard-nav__link:hover{color:#fff;background:#ffffff14;text-decoration:none}.role-shell--admin .dashboard-nav__link.active,.role-shell--faculty .dashboard-nav__link.active{color:#fff;background:#4f46e557;border-left:3px solid #6366f1;padding-left:calc(.76rem - 3px)}.role-shell--admin .dashboard-nav__logout,.role-shell--faculty .dashboard-nav__logout{color:#f8fafc;background:#312e81;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;display:inline-flex}.role-shell--admin .dashboard-nav__logout:hover,.role-shell--faculty .dashboard-nav__logout:hover{background:#4338ca}.role-shell--admin .dashboard-main,.role-shell--faculty .dashboard-main{background:radial-gradient(circle at 95% -20%,#4f46e514,#0000 45%),#f7f9fb;padding:1.4rem;display:block}.role-shell--admin .dashboard-topbar,.role-shell--faculty .dashboard-topbar{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.role-shell--admin .dashboard-topbar__title,.role-shell--faculty .dashboard-topbar__title{letter-spacing:-.01em;color:#312e81;margin:0;font-size:1.05rem}.role-shell--admin .dashboard-topbar__subtitle,.role-shell--faculty .dashboard-topbar__subtitle{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.role-shell--admin .dashboard-nav__icon{font-size:1.15rem}.role-shell--admin .admin-mobile-nav-toggle,.role-shell--admin .admin-mobile-nav-backdrop,.role-shell--admin .admin-mobile-nav-close{display:none}.role-shell--admin .admin-mobile-nav-toggle{color:#f8fafc;cursor:pointer;background:#312e81;border:0;border-radius:10px;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;box-shadow:0 10px 22px #0f172a33}.role-shell--admin .admin-mobile-nav-toggle .material-symbols-outlined{font-size:1.3rem}.role-shell--admin .admin-mobile-nav-close{color:#f8fafc;cursor:pointer;background:#0f172a2e;border:1px solid #94a3b880;border-radius:10px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem}.role-shell--admin .admin-page{gap:1rem;width:min(1180px,100%);min-width:0;margin:0 auto;display:grid}.role-shell--admin .admin-page__header{gap:.3rem;display:grid}.role-shell--admin .admin-page__title{letter-spacing:-.02em;color:#1e1b4b;margin:0;font-size:2rem}.role-shell--admin .admin-page__subtitle{color:#64748b;margin:0;font-size:.94rem}.role-shell--admin .admin-surface{background:#fff;border:1px solid #dbe4f1;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 10px 24px #0f172a0d}.role-shell--admin .admin-toolbar-grid{gap:1rem;min-width:0;display:grid}.role-shell--admin .admin-toolbar-grid--users{grid-template-columns:minmax(280px,1fr) minmax(220px,.8fr) minmax(320px,1.2fr)}.role-shell--admin .admin-toolbar-grid--students{grid-template-columns:minmax(280px,1fr) minmax(360px,1.3fr)}.role-shell--admin .admin-toolbar-block{gap:.7rem;min-width:0;padding:1rem;display:grid}.role-shell--admin .admin-toolbar-fields-grid{gap:.7rem;display:grid}.role-shell--admin .admin-toolbar-fields-grid--two{grid-template-columns:repeat(2,minmax(120px,1fr))}.role-shell--admin .admin-toolbar-fields-grid--three{grid-template-columns:repeat(3,minmax(150px,1fr))}.role-shell--admin .admin-toolbar-buttons-grid{grid-template-columns:repeat(2,minmax(160px,1fr));gap:.65rem;min-width:0;display:grid}.role-shell--admin .admin-toolbar-cta{gap:.8rem;padding:1rem;display:grid}.role-shell--admin .admin-toolbar-cta__head{justify-content:space-between;align-items:center;display:flex}.role-shell--admin .admin-toolbar-cta__head .material-symbols-outlined{font-size:1.7rem}.role-shell--admin .admin-toolbar-cta__badge{text-transform:uppercase;letter-spacing:.08em;color:#eef2ff;border:1px solid #ffffff59;border-radius:999px;padding:.18rem .45rem;font-size:.64rem;font-weight:700}.role-shell--admin .admin-toolbar-cta__button{color:#312e81;cursor:pointer;background:#fff;border:0;border-radius:10px;min-height:42px;font-weight:700}.role-shell--admin .button--icon{flex-wrap:wrap;align-items:center;gap:.35rem;display:inline-flex}.role-shell--admin .button--icon .material-symbols-outlined{font-size:1rem}.role-shell--admin .dashboard-topbar__left{min-width:0}.role-shell--admin .dashboard-topbar__right{align-items:center;gap:.6rem;margin-left:auto;display:flex}.role-shell--admin .dashboard-topbar__search{display:none}.role-shell--admin .dashboard-topbar__search span{color:#64748b;font-size:1.1rem}.role-shell--admin .dashboard-topbar__search input{color:#1e293b;background:0 0;border:0;outline:none;width:11rem;font-size:.85rem}.role-shell--admin .dashboard-topbar__search input::placeholder{color:#94a3b8}.role-shell--admin .dashboard-topbar__icon-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;width:2.25rem;height:2.25rem}.role-shell--admin .dashboard-topbar__icon-btn:hover{color:#4338ca;background:#eef2ff}.role-shell--admin .dashboard-topbar__user{border-left:1px solid #dbe4f1;align-items:center;gap:.45rem;margin-left:.2rem;padding-left:.65rem;display:inline-flex}.role-shell--admin .dashboard-topbar__user-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:600}.role-shell--admin .dashboard-topbar__avatar{color:#312e81;background:#e0e7ff;border:1px solid #c7d2fe;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:700;display:inline-flex}.role-shell--admin .admin-section,.role-shell--faculty .admin-section,.role-shell--admin .faculty-dashboard,.role-shell--faculty .faculty-dashboard{margin:1.3rem 1.5rem}.role-shell--admin .card,.role-shell--faculty .card{background:#fff;border:1px solid #94a3b838;border-radius:16px;box-shadow:0 10px 26px #0f172a0f}.role-shell--admin .admin-stat-card,.role-shell--faculty .admin-stat-card{border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 6px 14px #0f172a0a}.role-shell--admin .admin-stat-card__head,.role-shell--faculty .admin-stat-card__head{justify-content:space-between;gap:.85rem;display:flex}.role-shell--admin .admin-stat-card__label,.role-shell--faculty .admin-stat-card__label{text-transform:uppercase;letter-spacing:.07em;color:#64748b;font-size:.7rem;font-weight:700}.role-shell--admin .admin-stat-card__value,.role-shell--faculty .admin-stat-card__value{color:#312e81}.role-shell--admin .admin-stat-card__icon-wrap,.role-shell--faculty .admin-stat-card__icon-wrap{border-radius:12px;justify-content:center;align-items:center;width:2.45rem;height:2.45rem;display:inline-flex}.role-shell--admin .admin-stat-card__icon,.role-shell--faculty .admin-stat-card__icon{font-size:1.25rem}.role-shell--admin .admin-stat-card--primary,.role-shell--faculty .admin-stat-card--primary{border-left:4px solid #4f46e5}.role-shell--admin .admin-stat-card--secondary,.role-shell--faculty .admin-stat-card--secondary{border-left:4px solid #7c3aed}.role-shell--admin .admin-stat-card--emerald,.role-shell--faculty .admin-stat-card--emerald{border-left:4px solid #059669}.role-shell--admin .admin-stat-card--amber,.role-shell--faculty .admin-stat-card--amber{border-left:4px solid #d97706}.role-shell--admin .admin-stat-card--primary .admin-stat-card__icon-wrap,.role-shell--faculty .admin-stat-card--primary .admin-stat-card__icon-wrap{color:#4f46e5;background:#eef2ff}.role-shell--admin .admin-stat-card--secondary .admin-stat-card__icon-wrap,.role-shell--faculty .admin-stat-card--secondary .admin-stat-card__icon-wrap{color:#7c3aed;background:#f3e8ff}.role-shell--admin .admin-stat-card--emerald .admin-stat-card__icon-wrap,.role-shell--faculty .admin-stat-card--emerald .admin-stat-card__icon-wrap{color:#059669;background:#ecfdf5}.role-shell--admin .admin-stat-card--amber .admin-stat-card__icon-wrap,.role-shell--faculty .admin-stat-card--amber .admin-stat-card__icon-wrap{color:#d97706;background:#fffbeb}.role-shell--admin .table-wrap,.role-shell--faculty .table-wrap{border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:100%;overflow:hidden;box-shadow:0 10px 22px #0f172a0d}.role-shell--admin .table-scroll{max-width:100%}.role-shell--admin .table th,.role-shell--admin .table td{word-break:break-word;overflow-wrap:anywhere}.role-shell--admin .table th,.role-shell--faculty .table th{color:#64748b;letter-spacing:.08em;background:#f8fafc;font-size:.72rem}.role-shell--admin .table tbody tr:hover,.role-shell--faculty .table tbody tr:hover{background:#f1f5f9}.role-shell--admin .table-pagination,.role-shell--faculty .table-pagination{background:#f8fafc}.role-shell--admin .admin-field input,.role-shell--admin .admin-field select,.role-shell--admin .admin-field textarea,.role-shell--faculty .admin-field input,.role-shell--faculty .admin-field select,.role-shell--faculty .admin-field textarea{background:#f8fafc;border-color:#cbd5e1;border-radius:12px}.role-shell--admin .admin-field input:focus,.role-shell--admin .admin-field select:focus,.role-shell--admin .admin-field textarea:focus,.role-shell--faculty .admin-field input:focus,.role-shell--faculty .admin-field select:focus,.role-shell--faculty .admin-field textarea:focus{border-color:#6366f1;outline:2px solid #4f46e52e}.role-shell--admin .button,.role-shell--faculty .button{letter-spacing:.01em;border-radius:10px;font-weight:700}.role-shell--admin .button--primary,.role-shell--faculty .button--primary{background:#3730a3}.role-shell--admin .button--primary:hover:not(:disabled),.role-shell--faculty .button--primary:hover:not(:disabled){background:#312e81}.role-shell--admin .button--ghost,.role-shell--faculty .button--ghost{color:#1e293b;border-color:#cbd5e1}.role-shell--admin .button--danger,.role-shell--faculty .button--danger{background:#b91c1c}.role-shell--admin .modal__panel,.role-shell--faculty .modal__panel{border:1px solid #dbe4f1;border-radius:16px}.role-shell--admin .modal__header,.role-shell--faculty .modal__header,.role-shell--admin .modal__footer,.role-shell--faculty .modal__footer{background:#f8fafc}.role-shell--admin .faculty-dashboard__banner,.role-shell--faculty .faculty-dashboard__banner{background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 50%,#2563eb 100%);border-radius:16px;box-shadow:0 16px 30px #1e3a8a33}.role-shell--admin .faculty-stat-card,.role-shell--faculty .faculty-stat-card{border:1px solid #e2e8f0;border-radius:14px}.role-shell--admin .faculty-chat,.role-shell--faculty .faculty-chat{border-color:#dbe4f1;border-radius:16px;box-shadow:0 14px 24px #0f172a0f}.role-shell--admin .role-toolbar,.role-shell--faculty .role-toolbar{gap:1rem}.role-shell--admin .role-toolbar--inline,.role-shell--faculty .role-toolbar--inline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.role-shell--admin .role-toolbar__card,.role-shell--faculty .role-toolbar__card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #94a3b83d;border-radius:16px;min-width:0;box-shadow:0 10px 22px #0f172a0f}.role-shell--admin .role-toolbar__card--inline,.role-shell--faculty .role-toolbar__card--inline{min-width:min(100%,360px);padding:.7rem .8rem}.role-shell--admin .role-toolbar__card--cta,.role-shell--faculty .role-toolbar__card--cta{background:linear-gradient(135deg,#3730a3 0%,#4338ca 100%);box-shadow:0 16px 28px #4338ca40}.role-shell--admin .role-toolbar__card--bulk,.role-shell--faculty .role-toolbar__card--bulk{background:#fff}.role-shell--admin .role-toolbar__inline,.role-shell--faculty .role-toolbar__inline{flex-wrap:wrap;align-items:center;gap:.7rem;min-width:0;display:flex}.role-shell--admin .role-toolbar__label,.role-shell--faculty .role-toolbar__label{letter-spacing:.1em;text-transform:uppercase;color:#64748b;font-size:.7rem;font-weight:700}.role-shell--admin .role-toolbar__label--tight,.role-shell--faculty .role-toolbar__label--tight{margin:0 0 .15rem}.role-shell--admin .role-field,.role-shell--faculty .role-field{position:relative}.role-shell--admin .role-field--wide,.role-shell--faculty .role-field--wide{min-width:min(100%,320px)}.role-shell--admin .role-input,.role-shell--admin .role-select,.role-shell--faculty .role-input,.role-shell--faculty .role-select{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;width:100%;min-height:44px;padding:.62rem .85rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.role-shell--admin .role-input--with-icon,.role-shell--faculty .role-input--with-icon{padding-left:2.45rem}.role-shell--admin .role-field--icon .material-symbols-outlined,.role-shell--faculty .role-field--icon .material-symbols-outlined{pointer-events:none;color:#64748b;font-size:1.15rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.role-shell--admin .role-input:focus,.role-shell--admin .role-select:focus,.role-shell--faculty .role-input:focus,.role-shell--faculty .role-select:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.role-shell--admin .role-chip-button,.role-shell--faculty .role-chip-button{color:#3730a3;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.76rem;font-weight:700;transition:transform .16s,background-color .2s,border-color .2s;display:inline-flex}.role-shell--admin .role-chip-button:hover,.role-shell--faculty .role-chip-button:hover{background:#e0e7ff;border-color:#a5b4fc;transform:translateY(-1px)}.role-shell--admin .role-toolbar__actions,.role-shell--faculty .role-toolbar__actions{min-width:min(100%,320px)}@media (width<=860px){.dashboard-shell.role-shell--admin{height:auto;min-height:100vh;display:block;overflow:visible}.role-shell--admin .admin-mobile-nav-toggle{z-index:92;display:inline-flex;position:fixed;top:.75rem;left:.75rem}.role-shell--admin .admin-mobile-nav-backdrop{z-index:88;opacity:0;pointer-events:none;background:#0f172a73;border:0;transition:opacity .24s;display:block;position:fixed;inset:0}.role-shell--admin .dashboard-nav{z-index:90;border-bottom:0;border-right:1px solid #ffffff14;width:min(84vw,320px);max-width:320px;height:100dvh;padding:.9rem;transition:transform .24s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-110%)}.role-shell--admin .admin-mobile-nav-close{margin-bottom:.4rem;margin-left:auto;display:inline-flex}.role-shell--admin.is-admin-nav-open .dashboard-nav{transform:translate(0)}.role-shell--admin.is-admin-nav-open .admin-mobile-nav-backdrop{opacity:1;pointer-events:auto}.role-shell--admin .dashboard-main,.role-shell--faculty .dashboard-main{padding:1rem}.role-shell--admin .dashboard-main{height:auto;min-height:100vh;padding:4rem .8rem 1rem;overflow:visible}.role-shell--admin .admin-page__title{font-size:1.55rem}.role-shell--admin .admin-page__subtitle{font-size:.9rem}.role-shell--admin .dashboard-topbar,.role-shell--faculty .dashboard-topbar{padding:.95rem 1rem}.role-shell--admin .dashboard-topbar__user-label{display:none}.role-shell--admin .admin-section,.role-shell--faculty .admin-section,.role-shell--admin .faculty-dashboard,.role-shell--faculty .faculty-dashboard{margin:1rem}.role-shell--admin .admin-section{margin:0}.role-shell--admin .role-toolbar--inline,.role-shell--faculty .role-toolbar--inline{align-items:stretch}.role-shell--admin .role-toolbar__card--inline,.role-shell--faculty .role-toolbar__card--inline{width:100%}.role-shell--admin .admin-toolbar-grid--users,.role-shell--admin .admin-toolbar-grid--students,.role-shell--admin .admin-toolbar-fields-grid--two,.role-shell--admin .admin-toolbar-fields-grid--three{grid-template-columns:1fr}.role-shell--admin .reports-card__controls,.role-shell--admin .reports-card__header,.role-shell--admin .bulk-report__header,.role-shell--admin .table-pagination__label{width:100%}.role-shell--admin .admin-toolbar-buttons-grid{grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important}.role-shell--admin .admin-toolbar-buttons-grid .button{text-align:center!important;white-space:normal!important;flex-direction:column!important;justify-content:center!important;gap:6px!important;height:auto!important;min-height:85px!important;padding:.75rem .5rem!important;font-size:.78rem!important;line-height:1.3!important}}@media (width<=560px){.role-shell--admin .admin-stats-grid{grid-template-columns:1fr}.role-shell--admin .table th,.role-shell--admin .table td{padding:.62rem .66rem;font-size:.78rem}.role-shell--admin .detail-table th,.role-shell--admin .detail-table td{width:100%;display:block}.role-shell--admin .detail-table th{border-bottom:0;padding-bottom:.25rem}.role-shell--admin .detail-table td{padding-top:.25rem}.role-shell--admin .modal__header,.role-shell--admin .modal__body,.role-shell--admin .modal__footer{padding-left:.75rem;padding-right:.75rem}.role-shell--admin .modal__footer .button{width:100%}.role-shell--admin .detail-list-table--teachers{table-layout:fixed;min-width:100%}.role-shell--admin .detail-list-table--teachers th,.role-shell--admin .detail-list-table--teachers td{vertical-align:top;padding:.5rem .34rem;font-size:.72rem}.role-shell--admin .detail-list-table--teachers .teacher-detail__col-index{white-space:nowrap;width:2.1rem;min-width:2.1rem}.role-shell--admin .detail-list-table--teachers .teacher-detail__col-uid{white-space:nowrap;width:4.9rem;min-width:4.9rem}.role-shell--admin .detail-list-table--teachers .teacher-detail__col-uid .mono-cell{font-size:.7rem;line-height:1.1}.role-shell--admin .detail-list-table--teachers .teacher-detail__col-name{white-space:normal;word-break:normal;overflow-wrap:break-word}}@media (width>=1080px){.role-shell--admin .dashboard-topbar__search{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.4rem;padding:.36rem .8rem;display:inline-flex}}.role-shell--faculty .dashboard-main{gap:1rem;padding:1.2rem;display:grid}.role-shell--faculty .dashboard-topbar{background:#fff;border:1px solid #d7e0ee;border-radius:16px;padding:.9rem 1rem}.role-shell--faculty .dashboard-topbar__title{color:#1f3c6e}.role-shell--faculty .dashboard-topbar__right{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.role-shell--faculty .dashboard-topbar__right .button{align-items:center;gap:.4rem;min-height:36px;padding:.5rem .8rem;font-size:.8rem;display:inline-flex}.role-shell--faculty .dashboard-nav__icon{stroke-width:2px;flex-shrink:0;width:1rem;height:1rem}.faculty-dashboard--teacher{gap:1rem;display:grid}.faculty-overview{background:#f9fbff;border:1px solid #d7e0ee;border-radius:18px;gap:.95rem;padding:1rem;display:grid}.faculty-overview__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.faculty-overview__title{color:#21467e;letter-spacing:-.02em;margin:0;font-size:1.8rem}.faculty-overview__quick-links{flex-wrap:wrap;gap:.5rem;display:flex}.faculty-overview__metrics{grid-template-columns:repeat(4,minmax(130px,1fr));gap:.7rem;display:grid}.faculty-metric-card{background:#fff;border:1px solid #dde6f4;border-radius:14px;padding:.75rem .8rem;position:relative;overflow:hidden}.faculty-metric-card:after{content:"";background:#26529214;border-radius:999px;width:58px;height:58px;position:absolute;top:-26px;right:-18px}.faculty-metric-card__label{color:#5f7190;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.72rem;font-weight:700}.faculty-metric-card__value{color:#1f355f;margin:.3rem 0 0;font-size:1.9rem;font-weight:700}.faculty-overview__filters,.faculty-overview__students{background:#fff;border:1px solid #dde6f4;border-radius:14px;padding:.8rem}.faculty-overview__filters h3,.faculty-overview__students h3{color:#1f3f72;margin:0;font-size:1.35rem}.faculty-overview__filter-grid{grid-template-columns:2.4fr repeat(3,minmax(120px,1fr));gap:.55rem;margin-top:.75rem;display:grid}.faculty-overview__filter-grid .admin-field{gap:0}.faculty-overview__filter-grid input,.faculty-overview__filter-grid select{border-color:#d7e0ee;border-radius:10px;min-height:38px;font-size:.83rem}.faculty-overview__students-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.7rem;display:flex}.faculty-overview__students-badge{text-transform:uppercase;letter-spacing:.06em;color:#24529a;background:#e8f0ff;border:1px solid #c8dafc;border-radius:999px;padding:.22rem .62rem;font-size:.68rem;font-weight:700;display:inline-flex}.faculty-overview__students-list{gap:.55rem;display:grid}.faculty-student-row{background:#fdfefe;border:1px solid #dce6f3;border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;padding:.6rem .7rem;display:flex}.faculty-student-row__left{align-items:center;gap:.7rem;min-width:0;display:flex}.faculty-student-row__avatar{color:#2a4d83;background:#e4ebf7;border-radius:999px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.76rem;font-weight:700;display:grid;overflow:hidden}.faculty-student-row__avatar--image{object-fit:cover}.faculty-student-row__name{color:#1f355f;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.faculty-student-row__meta{flex-wrap:wrap;gap:.35rem;margin-top:.2rem;display:flex}.faculty-student-row__meta span{color:#4a6288;background:#ecf2fb;border:1px solid #d8e3f4;border-radius:999px;padding:.12rem .45rem;font-size:.68rem;font-weight:600}.faculty-student-row .button{border-radius:10px;min-height:34px;padding:.35rem .72rem}.faculty-overview__empty{color:#64748b;margin:0;font-size:.86rem}.faculty-chat{background:#fff;border:1px solid #d7e0ee;border-radius:16px;min-height:72vh;box-shadow:0 8px 26px #0f172a0f}.faculty-chat__sidebar{background:#f9fbff}.faculty-chat__sidebar-header{padding:.7rem}.faculty-chat__sidebar-title{letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.faculty-chat__sidebar-toggle{min-height:32px;padding:.36rem .65rem;font-size:.76rem}.faculty-chat__header{padding:.9rem 1rem}.faculty-chat__heading{color:#1f355f;font-size:1.1rem}.faculty-chat__subheading{font-size:.84rem}.faculty-chat__window{background:#fdfefe;padding:.8rem 1rem}.faculty-chat__input-area{gap:.45rem;padding:.7rem .95rem}.faculty-chat__context-label{margin:0;font-size:.78rem}.faculty-chat__textarea-label{gap:.3rem}.faculty-chat__textarea-label>span{color:#64748b;font-size:.75rem;font-weight:600}.faculty-chat__textarea-label textarea{border-radius:10px;min-height:90px;font-size:.85rem;line-height:1.5}.faculty-chat__form-footer{gap:.7rem}.faculty-chat__char-count{font-size:.74rem}.faculty-chat .table-actions{gap:.45rem}.faculty-chat .button{border-radius:9px;min-height:34px;padding:.4rem .72rem;font-size:.78rem}.faculty-selector{gap:.75rem}.faculty-selector .admin-field input,.faculty-selector .admin-field select{border-radius:9px;min-height:36px;font-size:.83rem}.faculty-selector__future{border-radius:9px;padding:.55rem .65rem}.faculty-profile-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:.9rem;display:grid}.faculty-profile-card{background:#fff;border:1px solid #dbe4f1;border-radius:14px;padding:.85rem}.faculty-profile-card h4{color:#1f355f;margin:0 0 .7rem;font-size:1rem}.faculty-profile-form{gap:.65rem;display:grid}.faculty-profile-form__split{grid-template-columns:repeat(2,minmax(120px,1fr));gap:.6rem;display:grid}.faculty-profile-form__actions{justify-content:flex-end;display:flex}.faculty-profile-form__actions .button{min-height:36px;padding:.45rem .8rem}@media (width<=1120px){.faculty-overview__metrics,.faculty-overview__filter-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (width<=860px){.dashboard-shell.role-shell--faculty,.faculty-overview__filter-grid,.faculty-profile-form__split,.faculty-profile-grid{grid-template-columns:1fr}.faculty-overview__title{font-size:1.55rem}.faculty-overview__students h3{font-size:1.1rem}.faculty-student-row{flex-direction:column;align-items:flex-start}}.faculty-shell{background:#eef3fb;min-height:100vh}.faculty-shell__main{gap:.9rem;width:min(1200px,100%);margin:0 auto;padding:1.2rem 1rem 1.4rem;display:grid}.faculty-shell__content{gap:.9rem;display:grid}.faculty-shell .dashboard-topbar{background:#fff;border:1px solid #d8e2f0;border-radius:14px;padding:.8rem 1rem;position:static}.faculty-shell .dashboard-topbar__right{margin-left:auto}.faculty-shell .dashboard-topbar__right .button{min-height:34px;padding:.4rem .72rem;font-size:.78rem}.faculty-shell .dashboard-topbar__title{font-size:1.02rem}.faculty-shell .faculty-dashboard__banner{margin:0}.faculty-shell .faculty-overview{gap:.8rem;padding:.9rem}.faculty-shell .faculty-overview__head{gap:.6rem}.faculty-shell .faculty-overview__title{font-size:1.6rem}.faculty-shell .faculty-overview__metrics{gap:.55rem}.faculty-shell .faculty-overview__filters,.faculty-shell .faculty-overview__students{padding:.7rem}.faculty-shell .faculty-overview__filters h3,.faculty-shell .faculty-overview__students h3{font-size:1.2rem}.faculty-shell .faculty-overview__filter-grid{gap:.45rem;margin-top:.55rem}.faculty-shell .faculty-overview__filter-grid input,.faculty-shell .faculty-overview__filter-grid select{min-height:36px;font-size:.8rem}.faculty-shell .faculty-student-row{padding:.52rem .62rem}.faculty-shell .faculty-student-row .button{min-height:32px;padding:.35rem .65rem;font-size:.76rem}body.faculty-chatbot-mode{overflow:hidden}body.faculty-chatbot-mode .faculty-shell{height:100dvh;min-height:100dvh;overflow:hidden}body.faculty-chatbot-mode .faculty-shell__main{grid-template-rows:auto 1fr;height:100dvh;min-height:100dvh;padding-bottom:1rem;overflow:hidden}body.faculty-chatbot-mode .faculty-shell__content{height:100%;min-height:0;overflow:hidden}body.faculty-chatbot-mode .faculty-chat{height:100%;min-height:0}body.faculty-chatbot-mode .faculty-chat__main,body.faculty-chatbot-mode .faculty-chat__window{min-height:0}body.faculty-chatbot-mode .faculty-chat__window{overflow-y:auto}body.faculty-chatbot-mode .faculty-chat__form-footer{align-items:flex-start}body.faculty-chatbot-mode .faculty-chat__form-footer .table-actions{justify-content:flex-end;margin-left:auto}@media (width<=860px){body.faculty-chatbot-mode{overflow:hidden auto}body.faculty-chatbot-mode .faculty-shell{height:auto;min-height:100dvh;overflow:visible}body.faculty-chatbot-mode .faculty-shell__content{height:auto;min-height:0;overflow:visible}body.faculty-chatbot-mode .faculty-shell__main{height:auto;min-height:0;padding:.85rem .7rem 1rem;overflow-y:auto}body.faculty-chatbot-mode .faculty-chat{border-radius:14px;grid-template-rows:auto auto;height:auto;min-height:0;overflow:visible}body.faculty-chatbot-mode .faculty-chat__sidebar{border-bottom:1px solid #d7e0ee;max-height:min(46dvh,420px);overflow-y:auto}body.faculty-chatbot-mode .faculty-chat__main{min-height:auto;overflow:visible}body.faculty-chatbot-mode .faculty-chat__header{padding:1rem}body.faculty-chatbot-mode .faculty-chat__heading{font-size:1.2rem}body.faculty-chatbot-mode .faculty-chat__subheading{font-size:.9rem;line-height:1.45}body.faculty-chatbot-mode .faculty-chat__window{-webkit-overflow-scrolling:touch;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;max-height:min(52dvh,520px);padding:1rem;overflow-y:auto}body.faculty-chatbot-mode .faculty-chat__input-area{background:#fff;gap:.6rem;padding:.9rem 1rem 1rem}body.faculty-chatbot-mode .faculty-chat__textarea-label>span{font-size:.82rem}body.faculty-chatbot-mode .faculty-chat__textarea-label textarea{min-height:120px;font-size:.92rem}body.faculty-chatbot-mode .faculty-chat__form-footer{flex-direction:column;align-items:stretch;gap:.6rem}body.faculty-chatbot-mode .faculty-chat__form-footer .table-actions{justify-content:stretch;width:100%;margin-left:0}body.faculty-chatbot-mode .faculty-chat__form-footer .table-actions .button{flex:1 1 0;min-height:40px;font-size:.84rem}}.faculty-preview{gap:.75rem;display:grid}.faculty-preview__head{background:#f9fbff;border:1px solid #dbe5f2;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem;padding:.6rem .75rem;display:flex}.faculty-preview__head h4{color:#1f355f;margin:0;font-size:1.25rem}.faculty-preview__head p{color:#4f5f78;margin:.2rem 0 0;font-size:.8rem}.faculty-preview__section{background:#fff;border:1px solid #dbe5f2;border-radius:10px;overflow:hidden}.faculty-preview__section h5{color:#1f3f72;background:#f5f8fe;border-bottom:1px solid #e6edf7;margin:0;padding:.58rem .72rem;font-size:.9rem}.faculty-preview__table-wrap{max-height:360px;overflow:auto}.faculty-preview__table{border-collapse:collapse;width:100%}.faculty-preview__table th,.faculty-preview__table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf2f9;padding:.52rem .62rem;font-size:.8rem}.faculty-preview__table th{color:#325685;background:#f8fbff;width:30%;font-weight:600}.faculty-preview__table td{color:#334155}.faculty-preview__record-list{gap:.55rem;max-height:260px;padding:.65rem;display:grid;overflow:auto}.faculty-preview__record-item{background:#fdfefe;border:1px solid #e2e8f3;border-radius:9px;padding:.55rem .62rem}.faculty-preview__record-item p{color:#334155;margin:.28rem 0 0;font-size:.79rem}.faculty-preview__record-head{color:#5f7190;justify-content:space-between;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:flex}.faculty-preview__empty{color:#64748b;margin:0;padding:.75rem;font-size:.82rem}.faculty-preview__footer-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;width:100%;display:flex}.faculty-preview__footer-actions .button{min-height:34px;padding:.38rem .72rem;font-size:.77rem}.faculty-remarks-form{gap:.6rem;display:grid}.faculty-remarks-form .admin-field textarea{border-radius:9px;min-height:86px;font-size:.83rem}.faculty-remarks-form__actions{justify-content:flex-end;gap:.45rem;display:flex}.faculty-remarks-form__actions .button{min-height:34px;padding:.38rem .72rem;font-size:.77rem}@media (width<=1024px){.faculty-shell__main{width:min(980px,100%)}.faculty-shell .faculty-overview__metrics,.faculty-shell .faculty-overview__filter-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=760px){.faculty-shell__main{padding:.85rem .7rem 1rem}.faculty-shell .dashboard-topbar{padding:.7rem .75rem}.faculty-shell .faculty-overview__title{font-size:1.35rem}.faculty-shell .faculty-overview__metrics,.faculty-shell .faculty-overview__filter-grid{grid-template-columns:1fr}.faculty-preview__table th{width:40%}}.faculty-mentoring-page{gap:.9rem;display:grid}.faculty-mentoring-page__banner{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 50%,#2563eb 100%);border-radius:14px;padding:1rem 1.1rem}.faculty-mentoring-page__banner h1{margin:0;font-size:1.7rem}.faculty-mentoring-page__banner p{color:#c9d6ea;margin:.3rem 0 0;font-size:.86rem}.faculty-mentoring-page__student-card{background:#fff;border:1px solid #d8e2f0;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem;display:flex}.faculty-mentoring-page__student-left{align-items:center;gap:.68rem;min-width:0;display:flex}.faculty-mentoring-page__avatar{color:#234574;background:#e4ebf7;border-radius:999px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:.9rem;font-weight:700;display:grid;overflow:hidden}.faculty-mentoring-page__avatar--image{object-fit:cover}.faculty-mentoring-page__student-left h2{color:#1f355f;margin:0;font-size:1.18rem}.faculty-mentoring-page__student-left p{color:#4f5f78;margin:.12rem 0 0;font-size:.8rem}.faculty-mentoring-page__student-card .button{min-height:34px;padding:.4rem .72rem;font-size:.78rem}.faculty-mentoring-page__history{background:#fff;border:1px solid #d8e2f0;border-radius:12px;padding:.8rem}.faculty-mentoring-page__history h3{color:#1f355f;margin:0;font-size:1.2rem}.faculty-mentoring-page__history-list{gap:.55rem;margin-top:.65rem;display:grid}.faculty-mentoring-page__history-item{background:#fcfdff;border:1px solid #e2e8f3;border-radius:9px;padding:.55rem .62rem}.faculty-mentoring-page__history-head{color:#5f7190;justify-content:space-between;align-items:center;gap:.45rem;font-size:.73rem;font-weight:700;display:flex}.faculty-mentoring-page__history-item p{color:#334155;margin:.3rem 0 0;font-size:.8rem}.faculty-mentoring-page__empty{color:#64748b;margin:.8rem 0 0;font-size:.82rem}@media (width<=760px){.faculty-mentoring-page__student-card{flex-direction:column;align-items:flex-start}}.dark .student-login{background:#0f172a}.dark .student-login__card{box-shadow:0 16px 34px #00000073}.dark .student-login__body{background:#1e293b}.dark .student-login__label{color:#94a3b8}.dark .student-login__input{color:#f1f5f9;background:#0f172a;border-color:#334155}.dark .student-login__input:focus{border-color:#64748b;outline:2px solid #94a3b833}.dark .student-login__input::placeholder{color:#475569}.dark .student-login__divider{border-top-color:#334155}.dark .student-login__remember{color:#94a3b8}.dark .student-login__info{color:#cbd5e1}.dark .student-login__left-icon,.dark .student-login__eye-btn{color:#64748b}.dark .auth-card{color:#f1f5f9;background:#1e293b;border-color:#334155}.dark .auth-card h1{color:#f8fafc}.dark .auth-card .subtext,.dark .auth-form label{color:#94a3b8}.dark .auth-form input{color:#f1f5f9;background:#0f172a;border-color:#334155}.dark .back-link a{color:#94a3b8}.dark .back-link a:hover{color:#cbd5e1}.dark .role-select-kys{background:#0f172a}.dark .role-select-kys__title{color:#f1f5f9}.dark .role-select-kys__subtitle{color:#94a3b8}@media (width<=767px){.desktop-table{display:none!important}}@media (width>=768px){.mobile-cards{display:none!important}}.mobile-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;margin-bottom:1rem;padding:1.25rem;transition:transform .2s;box-shadow:0 6px 16px #0f172a0d}.mobile-card:active{transform:scale(.98)}.mobile-card__header{border-bottom:1px dashed var(--border);align-items:center;gap:1rem;margin-bottom:1.15rem;padding-bottom:1rem;display:flex}.mobile-card__avatar{color:#1e3a8a;text-transform:uppercase;letter-spacing:.05em;background:#dbeafe;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.mobile-card__info{flex:1;min-width:0}.mobile-card__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.15rem;font-weight:700;overflow:hidden}.mobile-card__subtitle{color:var(--text-muted);font-size:.85rem;font-family:var(--mono);word-break:keep-all;overflow-wrap:normal;margin:.15rem 0 0}.reports-uid-text{white-space:nowrap;word-break:keep-all;overflow-wrap:normal;font-variant-numeric:tabular-nums}.reports-sgpa-cell{white-space:nowrap;word-break:normal;overflow-wrap:normal;font-variant-numeric:tabular-nums}.mobile-card__row{justify-content:space-between;align-items:flex-start;gap:1.2rem;margin-bottom:.75rem;display:flex}.mobile-card__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:.8rem;font-weight:600}.mobile-card__value{color:var(--text);text-align:right;word-break:break-all;font-size:.9rem;font-weight:600}.mobile-card__pill-list{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.mobile-card__pill{border-radius:6px;align-items:center;padding:.22rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.mobile-card__pill--danger{color:#b91c1c;background:#fee2e2}.mobile-card__pill--success{color:#15803d;background:#dcfce7}.mobile-card__pill--warning{color:#b45309;background:#fef3c7}.mobile-card__actions{justify-content:flex-end;gap:.8rem;margin-top:1.3rem;display:flex}.mobile-action-btn{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .1s;display:flex}.mobile-action-btn:active{transform:scale(.92)}.mobile-action-btn .material-symbols-outlined{font-size:22px}.mobile-action-btn--primary{background:var(--primary);color:#fff;box-shadow:0 4px 10px #1d4ed840}.mobile-action-btn--secondary{border:1.5px solid var(--border);color:var(--text-muted);background:0 0}.mobile-action-btn--danger{background:var(--danger);color:#fff;box-shadow:0 4px 10px #b91c1c40}@media (width<=767px){.admin-toolbar-block{padding:1.25rem!important}.table-pagination{flex-direction:column!important;gap:1.25rem!important;padding:1.25rem!important}.table-pagination__button{width:100%!important;height:48px!important;margin:0!important}.table-pagination__label{text-align:center;order:-1}}.mobile-hide{display:block}.desktop-hide{display:none}.table-pagination{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.table-pagination__actions{align-items:center;gap:.6rem;display:flex}.mobile-card__title{white-space:normal;text-overflow:clip;line-height:1.35;overflow:visible}.mobile-card__value{text-align:right;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.mobile-card__content{gap:.45rem;display:grid}.mobile-action-btn{min-width:36px;min-height:36px}.reports-mobile-filter-toggle-wrap{display:none}@media (width<=767px){.desktop-hide{display:inline-flex}.mobile-hide{display:none!important}.table-pagination{flex-direction:column;align-items:stretch;gap:.9rem}.table-pagination__label{text-align:center;justify-content:center}.table-pagination__actions{flex-direction:column;gap:.6rem;width:100%;display:flex}.table-pagination__button{width:100%;min-height:44px}.reports-mobile-filter-toggle-wrap{align-items:end;display:flex}.reports-mobile-collapsible{width:100%}.mobile-card__actions{justify-content:flex-end}}@media (width>=768px){.mobile-hide{display:block!important}.desktop-hide{display:none!important}.reports-mobile-collapsible{display:grid!important}}.admin-student-photo-wrap{flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.admin-student-photo-preview__image,.admin-student-photo-preview__fallback{border:1px solid #d9e1ec;border-radius:14px;width:140px;height:180px}.admin-student-photo-preview__image{object-fit:contain;object-position:center;background:#fff;display:block}.admin-student-photo-preview__fallback{color:#2f4d7a;background:#e8eef8;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.admin-student-photo-meta{flex:1;min-width:0}.admin-student-photo-meta__title{color:#32435f;margin:0;font-size:.875rem;font-weight:600}.admin-student-photo-meta__link{color:#2b5fa6;margin-top:.35rem;font-size:.875rem;text-decoration:underline;display:inline-block}.admin-student-photo-meta__hint{color:#6a758a;margin:.35rem 0 0;font-size:.875rem}@media (width<=767px){.admin-student-photo-wrap{justify-content:center;padding:.65rem}.admin-student-photo-preview__image,.admin-student-photo-preview__fallback{width:min(220px,100%);height:260px}.admin-student-photo-meta{text-align:center;flex-basis:100%}}.role-shell--admin .role-toolbar__card--bulk .role-toolbar__inline{margin-top:1rem!important}@media (width>=768px){.role-shell--admin .admin-page .role-toolbar__inline{gap:1.25rem!important}}.reports-empty-state{text-align:center;background:#f8fafc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;padding:3.5rem 1rem;display:flex}.reports-empty-icon{color:#94a3b8;margin-bottom:1.25rem;font-size:3.2rem}.reports-empty-title{color:#334155;margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.reports-empty-sub{color:#64748b;font-size:.92rem}@media (width<=860px){.kys-landing,.role-select-kys{height:auto!important;min-height:100dvh!important;overflow:hidden auto!important}}
