@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#122033;font-synthesis:none;--navy:#07111f;--ink:#122033;--muted:#718096;--line:#e5eaf1;--blue:#4169e1;background:#f4f7fb;font-family:DM Sans,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{background:#f4f7fb;min-width:320px}body{background:#f4f7fb;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0}.signin-page{background:#f8fafc;grid-template-columns:minmax(420px,1.05fr) minmax(520px,.95fr);min-height:100vh;display:grid}.signin-story{color:#fff;background:radial-gradient(circle at 75% 20%,#194ca4 0,#0000 28%),linear-gradient(145deg,#07111f 5%,#0b2853 58%,#123d78 100%);flex-direction:column;min-height:100vh;padding:42px 56px;display:flex;position:relative;overflow:hidden}.brand{color:#111f32;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-size:18px;font-weight:800;display:flex}.brand img{border-radius:12px;width:42px;height:42px;box-shadow:0 5px 16px #10204018}.brand--light{color:#fff;z-index:2;position:relative}.signin-story__content{z-index:2;max-width:620px;margin:auto 0;padding-bottom:45px;position:relative}.eyebrow{color:#4169e1;letter-spacing:1.7px;margin-bottom:13px;font-size:11px;font-weight:800;display:block}.eyebrow--light{color:#8eb7ff}.signin-story h1{letter-spacing:-2.8px;max-width:600px;margin-bottom:24px;font-family:Manrope,sans-serif;font-size:clamp(42px,5vw,68px);line-height:1.06}.signin-story__content>p{color:#b8c8df;max-width:565px;font-size:17px;line-height:1.75}.signin-proof{align-items:center;gap:17px;margin-top:42px;display:flex}.avatar-stack{display:flex}.avatar-stack span{background:#4169e1;border:2px solid #0c2952;border-radius:50%;place-items:center;width:36px;height:36px;margin-left:-8px;font-size:10px;font-weight:800;display:grid}.avatar-stack span:first-child{background:#f97316;margin-left:0}.avatar-stack span:nth-child(2){background:#8b5cf6}.avatar-stack span:nth-child(3){background:#06b6d4}.avatar-stack span:last-child{color:#12315c;background:#fff}.profile-photo-avatar{--avatar-size:40px;width:var(--avatar-size);height:var(--avatar-size);flex:0 0 var(--avatar-size);vertical-align:middle;background:linear-gradient(135deg,#18e1ff,#2563eb 52%,#7c3aed);border-radius:50%;place-items:center;padding:3px;display:inline-grid;position:relative;overflow:hidden;box-shadow:0 0 0 3px #2563eb1f,0 9px 22px #2563eb38}.profile-photo-avatar:after{content:"";pointer-events:none;border:1px solid #ffffffb3;border-radius:50%;position:absolute;inset:2px}.profile-photo-avatar img,.profile-photo-avatar__initials{border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.profile-photo-avatar img{object-fit:cover;background:#fff}.profile-photo-avatar__initials{color:#fff;font-size:calc(var(--avatar-size) * .28);background:linear-gradient(135deg,#0ea5e9,#4f46e5);font-weight:900;line-height:1}.signin-proof strong,.signin-proof small{display:block}.signin-proof strong{font-size:13px}.signin-proof small{color:#92a7c4;margin-top:3px;font-size:11px}.story-orb{border:1px solid #ffffff14;border-radius:50%;position:absolute}.story-orb--one{width:420px;height:420px;top:8%;right:-185px;box-shadow:inset 0 0 100px #3179e330}.story-orb--two{background:#2f6dd514;width:280px;height:280px;bottom:-90px;left:-125px}.signin-panel{place-items:center;padding:44px;display:grid}.signin-card{width:min(100%,460px)}.mobile-brand{display:none}.signin-card h2{letter-spacing:-1.2px;color:#0f1c2d;font:800 36px/1.2 Manrope,sans-serif}.signin-lead{color:#7b8799;margin:10px 0 28px}.form-alert{color:#c43b3b;background:#fff0f0;border:1px solid #ffd3d3;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 14px;font-size:13px;display:flex}.form-alert span{color:#fff;background:#e44747;border-radius:50%;flex:0 0 22px;place-items:center;height:22px;font-weight:800;display:grid}.form-label{color:#344054;margin:17px 0 8px;font-size:12px;font-weight:700;display:block}.field-shell{background:#fff;border:1.5px solid #e2e7ee;border-radius:14px;align-items:center;height:54px;transition:all .2s;display:flex}.field-shell:focus-within{border-color:#4169e1;box-shadow:0 0 0 4px #4169e112}.field-icon{text-align:center;color:#95a0b1;width:47px;font-weight:800}.field-shell input{color:#19283c;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%}.field-shell input::placeholder{color:#adb6c3}.field-action,.text-button{color:#4169e1;background:0 0;padding:12px;font-size:11px;font-weight:800}.form-meta{justify-content:space-between;align-items:center;margin:15px 0 22px;display:flex}.check-label{color:#647084;cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.check-label input{accent-color:#4169e1}.primary-login{color:#fff;background:linear-gradient(135deg,#4169e1,#3156c7);border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:55px;padding:0 20px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 12px 25px #4169e12e}.primary-login:hover{transform:translateY(-1px);box-shadow:0 15px 30px #4169e140}.primary-login:disabled{opacity:.65;transform:none}.button-spinner{border:2px solid #ffffff60;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-divider{color:#9ba5b4;align-items:center;gap:12px;margin:24px 0 17px;font-size:11px;display:flex}.form-divider:before,.form-divider:after{content:"";background:#e7ebf0;flex:1;height:1px}.microsoft-login{color:#344054;background:#fff;border:1.5px solid #e2e7ee;border-radius:14px;justify-content:center;align-items:center;gap:11px;width:100%;height:52px;font-weight:700;display:flex}.microsoft-login:hover{background:#f8fafc}.microsoft-mark{grid-template-columns:1fr 1fr;gap:2px;width:18px;height:18px;display:grid}.microsoft-mark i:first-child{background:#f25022}.microsoft-mark i:nth-child(2){background:#7fba00}.microsoft-mark i:nth-child(3){background:#00a4ef}.microsoft-mark i:nth-child(4){background:#ffb900}.security-note{text-align:center;color:#9aa4b2;margin-top:20px;font-size:10.5px}.admin-portal-link{color:#4169e1;justify-content:center;align-items:center;gap:7px;margin-top:18px;font-size:10px;font-weight:800;display:flex}.admin-portal-link span:first-child{color:#8b95a4;font-weight:600}.admin-signin{background:#f5f7fb;grid-template-columns:minmax(480px,1.08fr) minmax(460px,.92fr);min-height:100vh;display:grid}.admin-signin__story{color:#fff;background:radial-gradient(circle at 82% 18%,#2864c94d,#0000 29%),linear-gradient(145deg,#050d19 0%,#0a2042 52%,#123c76 100%);flex-direction:column;min-height:100vh;padding:42px clamp(38px,5vw,72px);display:flex;position:relative;overflow:hidden}.admin-brand{z-index:2;position:relative}.admin-brand small{color:#9fc0ff;letter-spacing:1.3px;background:#ffffff12;border:1px solid #ffffff18;border-radius:6px;padding:4px 7px;font-size:8px}.admin-story__content{z-index:2;max-width:680px;margin:auto 0;padding:60px 0;position:relative}.admin-security-tag{color:#9fc1ff;letter-spacing:1.8px;align-items:center;gap:8px;font-size:10px;font-weight:800;display:inline-flex}.admin-story__content h1{letter-spacing:-2.8px;max-width:650px;margin:20px 0 22px;font:800 clamp(42px,5vw,68px)/1.06 Manrope}.admin-story__content>p{color:#b7c8e1;max-width:590px;font-size:15px;line-height:1.8}.admin-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px;display:grid}.admin-feature{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:15px;align-items:center;gap:12px;min-height:84px;padding:15px;display:flex}.admin-feature>span{color:#a9c8ff;background:#ffffff0d;border-radius:10px;flex:0 0 34px;place-items:center;height:34px;display:grid}.admin-feature strong,.admin-feature small{display:block}.admin-feature strong{font-size:11px}.admin-feature small{color:#8fa5c5;white-space:nowrap;margin-top:4px;font-size:8.5px}.admin-story__footer{z-index:2;color:#8299ba;letter-spacing:.5px;justify-content:space-between;gap:20px;font-size:9px;display:flex;position:relative}.admin-story__footer span{align-items:center;gap:7px;display:flex}.admin-story__footer i{background:#42d39b;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #42d39b18}.admin-story__grid{opacity:.055;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.admin-story__orb{border:1px solid #73a6ff1c;border-radius:50%;position:absolute}.admin-story__orb--one{width:480px;height:480px;top:8%;right:-170px;box-shadow:inset 0 0 90px #367be322}.admin-story__orb--two{background:#3475de0c;width:330px;height:330px;bottom:-150px;left:-110px}.admin-signin__panel{background:radial-gradient(circle at 100% 0,#e8eeff 0,#0000 31%);place-items:center;padding:45px;display:grid;position:relative}.admin-login-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border:1px solid #e3e8f1;border-radius:24px;width:min(100%,440px);padding:38px;box-shadow:0 28px 70px #21385d14}.admin-back{color:#788599;align-items:center;gap:7px;margin-bottom:30px;font-size:10px;font-weight:800;transition:all .18s;display:inline-flex}.admin-back:hover{color:#315bd0;transform:translate(-2px)}.admin-login-heading{margin-bottom:26px}.admin-login-icon{color:#315bd0;background:linear-gradient(145deg,#eef2ff,#e3eaff);border:1px solid #d9e2ff;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:17px;font-size:22px;display:grid;box-shadow:0 9px 22px #4169e11c}.admin-login-kicker{color:#4169e1;letter-spacing:1.7px;font-size:9px;font-weight:800}.admin-login-heading h2{color:#102039;letter-spacing:-1px;margin-top:7px;font:800 34px/1.2 Manrope}.admin-login-heading p{color:#7f8b9c;margin-top:8px;font-size:12.5px;line-height:1.6}.admin-field{background:#fbfcfe}.admin-field .field-icon{flex:0 0 47px}.admin-eye{place-items:center;font-size:16px;display:grid}.admin-form-alert p{line-height:1.45}.admin-login-meta{justify-content:space-between;align-items:center;gap:10px;margin:15px 0 22px;display:flex}.admin-login-meta span{color:#8c97a6;align-items:center;gap:6px;font-size:9px;display:flex}.admin-login-meta svg{color:#4c74d8}.admin-login-submit{color:#fff;background:linear-gradient(135deg,#356ce2,#123e8e);border-radius:13px;justify-content:center;align-items:center;gap:10px;width:100%;height:55px;font-size:11.5px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 13px 28px #194da83b}.admin-login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 17px 34px #194da84c}.admin-login-submit:focus-visible{outline-offset:3px;outline:3px solid #4169e145}.admin-login-submit:disabled{opacity:.65;cursor:wait}.admin-login-note{text-align:center;color:#9aa4b2;margin:18px 0 0;font-size:9px;line-height:1.5}.app-shell{background:#f4f7fb;flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:20;background:#fff;border-bottom:1px solid #e8edf3;align-items:center;gap:30px;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.topbar .brand{flex-shrink:0;width:215px}.topbar-links{align-items:center;gap:5px;display:flex}.topbar-links a{color:#6f7b8d;white-space:nowrap;border-radius:9px;padding:9px 11px;font-size:11px;font-weight:700}.topbar-search{color:#8e99a8;background:#f5f7fa;border:1px solid #edf0f4;border-radius:12px;align-items:center;gap:9px;width:min(430px,38vw);height:42px;padding:0 12px;display:flex}.topbar-search input{color:#26364b;background:0 0;border:0;outline:0;flex:1;min-width:0}.topbar-search input::placeholder{color:#9ba5b3}.topbar-search kbd{white-space:nowrap;background:#fff;border:1px solid #dde3ea;border-radius:5px;padding:3px 6px;font-size:9px}.topbar-actions{align-items:center;gap:13px;margin-left:auto;display:flex}.icon-button,.logout-icon{color:#667386;background:#f5f7fa;border-radius:11px;width:38px;height:38px;font-size:17px;position:relative}.notification-dot{background:#ef4444;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.user-chip{border-left:1px solid #e8edf3;align-items:center;gap:9px;padding-left:10px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#4169e1,#7c5ce7);border-radius:12px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:800;display:grid}.user-copy{text-align:left;min-width:0}.user-copy strong,.user-copy small{white-space:nowrap;text-overflow:ellipsis;max-width:145px;display:block;overflow:hidden}.user-copy small{color:#8994a4;margin-top:2px;font-size:9.5px}.profile-menu{position:relative}.profile-menu .user-chip{color:#243349;text-align:left;background:0 0;border:1px solid #0000;border-radius:13px;min-height:52px;padding:6px 9px 6px 11px;transition:all .18s}.profile-menu .user-chip:hover,.profile-menu .user-chip.is-open{background:#fff;border-color:#dfe6f3;box-shadow:0 7px 20px #22427d17}.profile-chevron{color:#8b97a9;flex:none;margin-left:3px;font-size:14px;transition:transform .2s}.user-chip.is-open .profile-chevron{transform:rotate(180deg)}.profile-dropdown{z-index:80;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff;border:1px solid #e4e9f1;border-radius:17px;width:310px;max-height:calc(100vh - 104px);animation:.18s ease-out profileDrop;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden auto;box-shadow:0 22px 60px #162a4e2e}@keyframes profileDrop{0%{opacity:0;transform:translateY(-7px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-dropdown:before{content:"";background:#fff;border-top:1px solid #e4e9f1;border-left:1px solid #e4e9f1;width:11px;height:11px;position:absolute;top:-6px;right:24px;transform:rotate(45deg)}.profile-dropdown__head{align-items:center;gap:12px;padding:18px 18px 13px;display:flex}.profile-dropdown__avatar{color:#fff;background:linear-gradient(135deg,#4169e1,#7957df);border-radius:14px;flex:0 0 46px;place-items:center;height:46px;font-size:13px;font-weight:800;display:grid;box-shadow:0 8px 18px #4169e13a}.profile-dropdown__head>span:last-child{min-width:0}.profile-dropdown__head strong,.profile-dropdown__head small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-dropdown__head strong{color:#17263b;font:800 13px Manrope,sans-serif}.profile-dropdown__head small{color:#8994a4;margin-top:4px;font-size:10px}.profile-dropdown__status{color:#168c62;background:#edfaf5;border-radius:9px;align-items:center;gap:6px;margin:0 18px 10px;padding:8px 10px;font-size:9px;font-weight:800;display:flex}.profile-dropdown__status i{background:#22b779;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22b7791c}.profile-dropdown__status span{color:#6e7c8f;margin-left:auto;font-weight:700}.profile-dropdown__links{border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:8px}.profile-dropdown__links a{color:#6c788a;border-radius:10px;align-items:center;gap:12px;min-height:57px;padding:9px 10px;transition:all .15s;display:flex}.profile-dropdown__links a:hover{color:#4169e1;background:#f4f7ff}.profile-dropdown__links a>svg{flex:none;font-size:17px}.profile-dropdown__links a span{min-width:0}.profile-dropdown__links strong,.profile-dropdown__links small{display:block}.profile-dropdown__links strong{color:#29384d;font-size:10.5px}.profile-dropdown__links a:hover strong{color:#315bd0}.profile-dropdown__links small{color:#98a2b0;margin-top:3px;font-size:8.5px}.profile-signout{color:#db4a4a;background:#fff;align-items:center;gap:11px;width:100%;min-height:50px;padding:0 18px;font-size:10.5px;font-weight:800;transition:all .15s;display:flex}.profile-signout:hover{background:#fff5f5}.profile-progress-card{color:#17263b;text-align:left;background:#fff;border:1px solid #e5eaf1;border-radius:16px;margin:0 0 19px;padding:15px;box-shadow:0 10px 24px #2537540f}.profile-progress-card>div:first-child{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-progress-card>div:first-child span{color:#7d899a;letter-spacing:.7px;text-transform:uppercase;font-size:9px;font-weight:900}.profile-progress-card>div:first-child strong{color:#17263b;font-size:28px;font-weight:900;line-height:1}.profile-progress-card>i{background:#edf0f4;border-radius:99px;height:7px;margin-top:13px;display:block;overflow:hidden}.profile-progress-card>i em{border-radius:inherit;background:#4169e1;height:100%;display:block}.profile-progress-card>p{color:#7d899a;margin:9px 0 0;font-size:10px;line-height:1.45}.student-tool-head{margin-bottom:22px}.student-tool-head span{color:#315bd0;letter-spacing:1.6px;font-size:11px;font-weight:900}.student-tool-head h1{color:#17263b;letter-spacing:-1px;margin-top:8px;font:800 clamp(30px,3vw,42px)/1.1 Manrope}.student-tool-head p{color:#637083;max-width:680px;margin-top:8px;font-size:16px;line-height:1.65}.student-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.student-tool-card{background:#fff;border:1px solid #e5e9ef;border-radius:18px;min-height:170px;padding:20px;box-shadow:0 10px 28px #1d35540a}.student-tool-card small{color:#315bd0;text-transform:uppercase;background:#eef2ff;border-radius:999px;margin-bottom:16px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.student-tool-card h2{color:#1d2c41;font:800 18px/1.25 Manrope}.student-tool-card p{color:#68758a;margin-top:9px;font-size:14px;line-height:1.65}@media (width<=900px){.student-tool-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.student-tool-grid{grid-template-columns:1fr}}.app-body{flex:1;min-height:0;display:flex}.sidebar{background:#fff;border-right:1px solid #e8edf3;flex-direction:column;flex-shrink:0;width:242px;height:calc(100vh - 72px);padding:20px 14px;display:flex;position:sticky;top:72px;overflow-y:auto}.nav-label{color:#a0a9b6;letter-spacing:1.4px;padding:4px 12px 8px;font-size:9px;font-weight:800;display:block}.side-link{color:#69768a;border-radius:10px;align-items:center;gap:12px;min-height:42px;margin:2px 0;padding:0 12px;font-size:12px;font-weight:600;transition:all .16s;display:flex}.side-icon{text-align:center;width:20px;font-size:16px}.side-link small{color:#4169e1;background:#fff;border-radius:7px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:9px;display:grid}.sidebar-bottom{margin-top:auto}.semester-mini{background:#f6f8fc;border-radius:12px;margin-top:16px;padding:14px}.semester-mini>div:first-child{color:#788496;justify-content:space-between;margin-bottom:8px;font-size:9px;display:flex}.semester-mini strong{color:#30425b}.semester-mini>div:last-child{background:#e1e6ed;border-radius:2px;height:4px;overflow:hidden}.semester-mini i{background:#4169e1;border-radius:2px;height:100%;display:block}.page-column{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.page-content{flex:1;width:100%;min-width:0;padding:34px clamp(22px,3vw,48px) 52px;overflow:visible}.student-wide-box{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:280px;display:flex;border:1px dashed #cbd5e1!important;border-radius:10px!important;padding:4rem 2rem!important;box-shadow:0 1px 4px #00000014!important}.student-wide-box p{color:#64748b;font-size:.9rem}.app-footer{color:#7b8798;background:#fff;border-top:1px solid #e4e9f0;align-items:center;gap:28px;min-height:82px;padding:18px clamp(22px,3vw,48px);display:flex}.footer-brand{align-items:center;gap:9px;min-width:180px;display:flex}.footer-brand img{border-radius:9px;width:34px;height:34px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{color:#243349;font:800 11px Manrope}.footer-brand span{margin-top:2px;font-size:8.5px}.footer-links{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.footer-links a{font-size:9.5px;font-weight:700;transition:all .15s}.footer-links a:hover{color:#4169e1}.app-footer>p{white-space:nowrap;font-size:9px}.dashboard-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.dashboard-head h1{letter-spacing:-1px;font:800 clamp(25px,3vw,34px)/1.2 Manrope,sans-serif}.dashboard-head p{color:#7e8999;margin-top:7px;font-size:13px}.dashboard-action{color:#4169e1;white-space:nowrap;background:#eef2ff;border-radius:11px;align-items:center;gap:12px;height:42px;padding:0 16px;font-size:11px;font-weight:800;display:flex}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.stat-card{background:#fff;border:1px solid #e8edf3;border-radius:17px;align-items:flex-start;gap:13px;min-height:124px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #25375408}.stat-icon{border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.stat-icon--green{color:#16a36a;background:#e9faf3}.stat-icon--blue{color:#4169e1;background:#eef2ff}.stat-icon--violet{color:#8b5cf6;background:#f3efff}.stat-icon--orange{color:#e98929;background:#fff4e8}.stat-main>span,.stat-main strong,.stat-main small{display:block}.stat-main>span{color:#7b8798;font-size:10.5px}.stat-main strong{margin:4px 0;font:800 25px/1.2 Manrope}.stat-main small{color:#8c97a6;font-size:9px}.stat-spark{color:#4169e112;font-size:55px;position:absolute;bottom:4px;right:13px}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);gap:18px;display:grid}.dash-card{background:#fff;border:1px solid #e8edf3;border-radius:18px;padding:21px;box-shadow:0 8px 24px #25375407}.card-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.card-heading h2{font:800 15px Manrope}.card-heading p{color:#8b95a4;margin-top:4px;font-size:9.5px}.card-heading a{color:#4169e1;font-size:10px;font-weight:800}.status-pill{color:#159968;background:#e9faf3;border-radius:20px;padding:6px 9px;font-size:9px;font-weight:800}.timeline-item{border-top:1px solid #eef1f5;align-items:center;min-height:68px;display:flex}.timeline-item:first-child{border-top:0}.timeline-time{width:57px}.timeline-time strong,.timeline-time small{display:block}.timeline-time strong{font-size:11px}.timeline-time small{color:#9aa4b2;font-size:8px}.timeline-dot{border-radius:50%;width:8px;height:8px;margin:0 18px 0 5px}.timeline-copy{flex:1}.timeline-copy strong,.timeline-copy span{display:block}.timeline-copy strong{font-size:11.5px}.timeline-copy span{color:#8d97a5;margin-top:4px;font-size:9.5px}.timeline-item button{color:#788496;background:#f4f6f9;border-radius:9px;width:28px;height:28px}.progress-card{text-align:center}.progress-card .card-heading{text-align:left}.progress-ring{--progress:72%;background:conic-gradient(#4169e1 var(--progress),#edf1f6 0);border-radius:50%;place-items:center;width:142px;height:142px;margin:4px auto 20px;display:grid;position:relative}.progress-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:12px}.progress-ring>div{z-index:1;position:relative}.progress-ring strong,.progress-ring span{display:block}.progress-ring strong{font:800 27px Manrope}.progress-ring span{color:#8b95a4;font-size:9px}.progress-legend{text-align:left;border-top:1px solid #eef1f5;grid-template-columns:1fr 1fr;padding-top:15px;display:grid}.progress-legend div+div{border-left:1px solid #eef1f5;padding-left:16px}.progress-legend span,.progress-legend strong{display:block}.progress-legend span{color:#909aa8;font-size:9px}.progress-legend strong{margin-top:4px;font-size:11px}.tasks-card{grid-column:1}.task-row{border-top:1px solid #eef1f5;align-items:center;gap:12px;min-height:65px;display:flex;position:relative}.task-row:first-child{border-top:0}.task-check input{display:none}.task-check span{border:1.5px solid #d6dce4;border-radius:6px;width:18px;height:18px;display:block}.task-row>div{flex:1}.task-row>div strong,.task-row>div span{display:block}.task-row>div strong{font-size:11px}.task-row>div span{color:#8b95a4;margin-top:4px;font-size:9.5px}.task-row>small{color:#7c8797;margin-right:28px;font-size:9px}.task-row>small.urgent{color:#ef5555}.task-number{color:#e5e9ef;font:800 17px Manrope;position:absolute;right:0}.announcement-card{color:#fff;background:linear-gradient(145deg,#102a57,#4169e1);border:0;position:relative;overflow:hidden}.announcement-icon{background:#ffffff18;border:1px solid #ffffff20;border-radius:13px;place-items:center;width:42px;height:42px;margin-bottom:22px;display:grid}.announcement-card h2{margin-bottom:11px;font:800 20px Manrope}.announcement-card p{color:#c8d7f4;max-width:340px;font-size:11px;line-height:1.7}.announcement-card a{gap:10px;margin-top:24px;font-size:10px;font-weight:800;display:inline-flex}.announcement-shape{border:35px solid #ffffff0a;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;right:-75px}@media (width<=1180px){.topbar-search{display:none}}@media (width<=1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.tasks-card{grid-column:auto}.signin-story{padding:35px}.signin-page{grid-template-columns:.85fr 1fr}}@media (width<=760px){.signin-page{display:block}.signin-story{display:none}.signin-panel{min-height:100vh;padding:28px 20px}.mobile-brand{align-items:center;gap:9px;margin-bottom:36px;font:800 16px Manrope;display:flex}.mobile-brand img{border-radius:12px;width:42px;height:42px}.topbar{padding:0 16px}.topbar .brand{width:auto}.topbar .brand span,.topbar-links,.user-copy,.logout-icon,.sidebar{display:none}.page-content{padding:25px 16px 40px}.dashboard-head{align-items:flex-start}.dashboard-action{display:none}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:112px;padding:14px}.stat-icon{display:none}.dashboard-grid{gap:12px}.dash-card{padding:17px}.app-footer{text-align:center;flex-direction:column;gap:13px;padding:22px 16px}.footer-brand{min-width:0}.footer-links{gap:14px}.app-footer>p{white-space:normal}}@media (width<=1000px){.admin-signin{grid-template-columns:.85fr 1fr}.admin-signin__story{padding:35px}.admin-feature-grid{grid-template-columns:1fr}.admin-feature{min-height:64px}.admin-story__content h1{font-size:46px}.admin-feature:nth-child(3){display:none}}@media (width<=760px){.admin-signin{display:block}.admin-signin__story{display:none}.admin-signin__panel{min-height:100vh;padding:24px 18px}.admin-login-card{border-radius:20px;padding:30px 25px}.admin-back{margin-bottom:26px}.admin-login-heading h2{font-size:30px}}@media (width<=460px){.stat-grid{grid-template-columns:1fr}.signin-card h2{font-size:30px}.form-meta{font-size:11px}}@media (width<=760px){.profile-menu .user-chip{background:0 0;border:0;padding:5px}.profile-menu .user-chip:hover,.profile-menu .user-chip.is-open{box-shadow:none;border:0}.profile-chevron{display:none}.profile-dropdown{width:min(310px,100vw - 24px);max-height:calc(100vh - 82px);position:fixed;top:66px;right:12px}}.topbar{z-index:30;background:#edf0ff;border-bottom:1px solid #2f66f3;height:72px;padding:0 clamp(22px,3.5vw,48px);position:sticky;top:0;box-shadow:0 5px 18px #2553c40f}.topbar .brand{color:#1258e8;text-shadow:0 1px #fff;width:auto;font-size:20px}.topbar .brand img{width:40px;height:40px}.topbar-links{gap:13px;position:absolute;left:50%;transform:translate(-50%)}.topbar-links a{color:#101827;border-radius:0;padding:10px 8px;font-size:13px;font-weight:600}.topbar-links a:after{content:"";background:#1d5ee9;height:2px;margin-top:6px;transition:transform .2s;display:block;transform:scaleX(0)}.topbar-links a:hover,.topbar-links a.active{color:#1258e8;background:0 0}.topbar-links a:hover:after,.topbar-links a.active:after{transform:scaleX(1)}.topbar-actions{gap:9px}.icon-button,.logout-icon{color:#3158a8;background:#ffffff9c}.user-chip{border-left-color:#cdd5f3}.app-footer{color:#fff;background:linear-gradient(135deg,#0b4bff 0%,#2469f4 55%,#2c7dff 100%);border:0;min-height:0;padding:64px clamp(22px,4vw,58px) 28px;display:block}.footer-container{width:min(1180px,100%);margin:0 auto}.footer-grid{grid-template-columns:1.35fr .75fr .85fr 1fr;gap:clamp(28px,4vw,58px);padding-bottom:42px;display:grid}.footer-logo{color:#fff;align-items:center;gap:12px;margin-bottom:17px;font:800 19px Manrope,sans-serif;display:flex}.footer-logo img{border-radius:14px;width:50px;height:50px;box-shadow:0 10px 25px #05237038}.footer-about>p{color:#ffffffe0;max-width:320px;font-size:12px;line-height:1.8}.social-links{gap:11px;margin-top:22px;display:flex}.social-links a{color:#fff;background:#ffffff2b;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:38px;height:38px;transition:all .2s;display:grid}.social-links a:hover{color:#155ce9;background:#fff;transform:translateY(-3px)}.footer-section{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-section h3{color:#fff;margin:6px 0 8px;font:800 14px Manrope,sans-serif}.footer-section>a{color:#ffffffe6;font-size:11.5px;font-weight:600}.footer-section>a:hover{color:#fff;transform:translate(2px)}.footer-section p{color:#ffffffe6;font-size:11px;line-height:1.7}.footer-contact p span{color:#cfe1ff;margin-right:7px;font-size:7px}.footer-section small{color:#cfe0ff;margin-top:7px;font-size:10px}.footer-bottom{border-top:1px solid #ffffff45;justify-content:space-between;align-items:center;gap:20px;padding-top:25px;display:flex}.footer-bottom a,.footer-bottom p{color:#ffffffe6;font-size:10px;font-weight:600}@media (width<=980px){.topbar-links{margin-left:auto;position:static;transform:none}.topbar-actions{margin-left:8px}.user-copy{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.topbar{padding:0 16px}.topbar .brand span{font-size:16px;display:inline}.topbar-links{display:none}.topbar-actions{margin-left:auto}.app-footer{text-align:left;padding:44px 24px 24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;align-items:flex-start}}.features-page{color:#102039;background:#fff;min-height:100vh}.public-nav{z-index:20;background:#fff;border-bottom:1px solid #edf1f6;align-items:center;height:78px;padding:0 max(5vw,24px);display:flex;position:relative}.public-brand{color:#102039;align-items:center;gap:11px;font:800 18px Manrope,sans-serif;display:flex}.public-brand img{border-radius:12px;width:41px;height:41px}.public-links{align-items:center;gap:34px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.public-links a{color:#627087;padding:29px 0 25px;font-size:13px;font-weight:700;position:relative}.public-links a:hover,.public-links a.active{color:#2363e8}.public-links a.active:after{content:"";background:#2363e8;border-radius:2px;height:2px;position:absolute;bottom:19px;left:0;right:0}.public-login{color:#fff;background:#1e5de5;border-radius:10px;align-items:center;gap:9px;min-height:42px;margin-left:auto;padding:0 18px;font-size:12px;font-weight:800;display:flex;box-shadow:0 8px 20px #1e5de52b}.public-menu{color:#1d4fb8;background:#edf3ff;border-radius:9px;place-items:center;width:40px;height:40px;margin-left:auto;font-size:20px;display:none}.features-hero{color:#fff;background:linear-gradient(125deg,#07142c 0%,#0c2652 52%,#123d7e 100%);grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:5vw;min-height:620px;padding:85px max(5vw,24px) 95px;display:grid;position:relative;overflow:hidden}.features-hero__content{z-index:2;max-width:710px;position:relative}.features-kicker{color:#3374ef;letter-spacing:2px;align-items:center;gap:9px;font-size:10px;font-weight:800;display:flex}.features-kicker i{background:currentColor;width:20px;height:2px}.features-kicker--light{color:#8cb5ff}.features-hero h1{letter-spacing:-3px;margin:20px 0 23px;font:800 clamp(42px,5.2vw,72px)/1.07 Manrope,sans-serif}.features-hero h1 em{color:#7fa9ff;font-style:normal}.features-hero__content>p{color:#b6c6df;max-width:620px;font-size:16px;line-height:1.8}.features-scroll{color:#fff;align-items:center;gap:15px;margin-top:35px;font-size:12px;font-weight:800;display:inline-flex}.features-scroll span{border:1px solid #ffffff3b;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.features-hero__glow{pointer-events:none;border-radius:50%;position:absolute}.features-hero__glow--one{filter:blur(3px);background:#2873ff22;width:520px;height:520px;top:-180px;right:-130px}.features-hero__glow--two{border:70px solid #4281f40a;width:360px;height:360px;bottom:-250px;left:38%}.hero-dashboard{z-index:2;aspect-ratio:1.3;background:#ffffff10;border:1px solid #fff2;border-radius:17px;width:min(100%,580px);padding:8px;position:relative;transform:perspective(1200px)rotateY(-7deg)rotateX(3deg);box-shadow:0 35px 90px #0008}.hero-dashboard__top{background:#f8faff;border-radius:10px 10px 0 0;align-items:center;gap:6px;height:42px;padding:0 14px;display:flex}.hero-dashboard__top i{background:#d7deea;border-radius:50%;width:6px;height:6px}.hero-dashboard__top i:first-child{background:#fa7474}.hero-dashboard__top span{color:#285fc9;margin-left:auto;font-size:7px;font-weight:900}.hero-dashboard__body{background:#eef3fa;border-radius:0 0 10px 10px;grid-template-columns:18% 82%;height:calc(100% - 42px);display:grid;overflow:hidden}.hero-dashboard__body aside{background:#fff;padding:22px 11px}.hero-dashboard__body aside b{background:#e6ebf3;border-radius:5px;height:8px;margin-bottom:16px;display:block}.hero-dashboard__body aside b:first-child{background:#316ce8}.hero-dashboard__main{padding:28px}.hero-dashboard__main>span{color:#8b97aa;font-size:7px;display:block}.hero-dashboard__main>strong{color:#1a2a43;margin:5px 0 20px;font-size:14px;display:block}.hero-dashboard__stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.hero-dashboard__stats i{background:#fff;border-radius:9px;height:72px;box-shadow:0 4px 15px #1f3c6a0b}.hero-dashboard__stats i:before{content:"";background:#dce8ff;border-radius:7px;width:24px;height:24px;margin:11px;display:block}.hero-dashboard__chart{background:#fff;border-radius:9px;align-items:flex-end;gap:8%;height:115px;margin-top:12px;padding:20px 24px 0;display:flex}.hero-dashboard__chart b{background:#8bb0f8;border-radius:4px 4px 0 0;flex:1}.hero-dashboard__chart b:first-child{height:35%}.hero-dashboard__chart b:nth-child(2){height:65%}.hero-dashboard__chart b:nth-child(3){height:48%}.hero-dashboard__chart b:nth-child(4){height:82%}.hero-dashboard__chart b:nth-child(5){height:58%}.hero-dashboard__chart b:nth-child(6){background:#2363e8;height:92%}.feature-suite{background:#f7f9fc;padding:105px max(5vw,24px) 115px}.section-heading{text-align:center;max-width:690px;margin:0 auto 55px}.section-heading .features-kicker{justify-content:center}.section-heading h2{letter-spacing:-1.8px;margin:16px 0 13px;font:800 clamp(31px,4vw,48px)/1.16 Manrope}.section-heading p{color:#7a8799;font-size:14px}.feature-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(1180px,100%);margin:0 auto;display:grid}.feature-card{--card-color:#2363e8;--card-soft:#eaf1ff;background:#fff;border:1px solid #e5ebf2;border-radius:18px;min-height:390px;padding:36px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 12px 35px #1b355408}.feature-card:hover{border-color:var(--card-color);transform:translateY(-5px);box-shadow:0 20px 50px #1b355414}.feature-card--violet{--card-color:#7957df;--card-soft:#f0ecff}.feature-card--teal{--card-color:#119982;--card-soft:#e6f8f4}.feature-card--orange{--card-color:#e58135;--card-soft:#fff0e5}.feature-card__number{color:#edf1f5;font:800 54px Manrope;position:absolute;top:20px;right:28px}.feature-card__icon{width:55px;height:55px;color:var(--card-color);background:var(--card-soft);border-radius:15px;place-items:center;margin-bottom:23px;font-size:24px;display:grid}.feature-card h3{color:#14243b;max-width:430px;font:800 22px/1.35 Manrope}.feature-card>p{color:#758296;max-width:510px;margin:13px 0 21px;font-size:13px;line-height:1.75}.feature-card ul{flex-wrap:wrap;gap:8px 18px;margin-bottom:25px;list-style:none;display:flex}.feature-card li{color:#4d5b70;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}.feature-card li svg{color:var(--card-color)}.feature-card>a{color:var(--card-color);align-items:center;gap:9px;font-size:11px;font-weight:800;display:inline-flex}.feature-impact{color:#fff;background:#0a1d3c;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;padding:100px max(8vw,24px);display:grid}.feature-impact h2{letter-spacing:-2px;margin:17px 0 21px;font:800 clamp(34px,4vw,52px)/1.15 Manrope}.feature-impact>div>p{color:#aebdd3;max-width:540px;font-size:14px;line-height:1.8}.impact-list>div{border-bottom:1px solid #ffffff16;align-items:flex-start;gap:17px;padding:21px 0;display:flex}.impact-list>div:last-child{border-bottom:0}.impact-list span{color:#8eb6ff;background:#ffffff0d;border-radius:12px;flex:0 0 45px;place-items:center;height:45px;font-size:19px;display:grid}.impact-list p{color:#aebdd3;font-size:12px;line-height:1.6}.impact-list strong{color:#fff;margin-bottom:4px;font:800 14px Manrope;display:block}.features-cta{text-align:center;background:linear-gradient(#fff,#f1f6ff);padding:95px 24px}.features-cta .features-kicker{justify-content:center}.features-cta h2{letter-spacing:-2px;margin:17px 0 10px;font:800 clamp(32px,4vw,50px) Manrope}.features-cta p{color:#798699;font-size:14px}.features-cta>a{color:#fff;background:#1f60e8;border-radius:11px;align-items:center;gap:10px;margin-top:28px;padding:15px 23px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 12px 25px #1f60e833}.public-footer{color:#8b96a6;background:#fff;border-top:1px solid #e8edf3;align-items:center;gap:25px;min-height:95px;padding:20px max(5vw,24px);display:flex}.public-footer .public-brand{font-size:14px}.public-footer .public-brand img{width:34px;height:34px}.public-footer p{font-size:11px}.public-footer small{margin-left:auto;font-size:10px}.account-page{width:min(1180px,100%);margin:0 auto}.account-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:27px;display:flex}.account-heading h1{letter-spacing:-1.3px;font:800 clamp(27px,3vw,38px)/1.2 Manrope}.account-heading p{color:#7d899a;margin-top:7px;font-size:12px}.sync-pill{color:#168e65;background:#eaf9f3;border:1px solid #d1f1e4;border-radius:20px;align-items:center;gap:7px;padding:9px 12px;font-size:9.5px;font-weight:800;display:flex}.sync-pill i{background:#20b77b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #20b77b1c}.account-tabs{background:#fff;border:1px solid #e3e9f1;border-radius:14px;gap:7px;margin-bottom:18px;padding:6px;display:flex}.account-tabs button{color:#758195;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:10.5px;font-weight:800;display:flex}.account-tabs button.active{color:#315fd4;background:#edf2ff;box-shadow:0 3px 10px #315fd40d}.profile-layout{grid-template-columns:285px minmax(0,1fr);gap:18px;display:grid}.profile-summary,.profile-editor,.password-panel{background:#fff;border:1px solid #e5eaf1;border-radius:18px;box-shadow:0 10px 30px #25375407}.profile-summary{text-align:center;padding:30px 23px}.profile-avatar-large{color:#fff;background:linear-gradient(135deg,#4169e1,#7957df);border:6px solid #edf2ff;border-radius:27px;place-items:center;width:88px;height:88px;margin:0 auto 17px;font:800 24px Manrope;display:grid;position:relative;box-shadow:0 12px 25px #4169e135}.profile-avatar-large span{color:#fff;background:#20ae77;border:3px solid #fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;display:grid;position:absolute;bottom:-5px;right:-6px}.profile-summary h2{font:800 18px Manrope}.profile-summary>p{color:#8994a4;margin-top:5px;font-size:10px}.profile-badges{flex-wrap:wrap;justify-content:center;gap:6px;margin:16px 0 22px;display:flex}.profile-badges span{color:#3b63c5;background:#eef3ff;border-radius:8px;padding:6px 8px;font-size:8.5px;font-weight:800}.profile-badges span:first-child{color:#168e65;background:#eaf9f3}.profile-summary dl{text-align:left;border-top:1px solid #edf0f4}.profile-summary dl div{border-bottom:1px solid #edf0f4;padding:13px 3px}.profile-summary dt{color:#919baa;font-size:8.5px}.profile-summary dd{color:#344359;text-transform:capitalize;margin-top:4px;font-size:10.5px;font-weight:800}.profile-editor{overflow:hidden}.profile-editor__head{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;min-height:90px;padding:20px 25px;display:flex}.profile-editor__head h2{font:800 15px Manrope}.profile-editor__head p{color:#8d98a7;margin-top:4px;font-size:9.5px}.profile-editor__head button{color:#4169e1;background:#eef2ff;border-radius:10px;align-items:center;gap:8px;height:39px;padding:0 13px;font-size:9.5px;font-weight:800;display:flex}.profile-editor form{padding:25px}.profile-fields{grid-template-columns:1fr 1fr;gap:19px;display:grid}.profile-field>span,.password-field>span{color:#657287;align-items:center;gap:6px;margin-bottom:8px;font-size:9.5px;font-weight:800;display:flex}.profile-field>span svg{color:#4169e1}.profile-field input{color:#334258;background:#f6f8fb;border:1.5px solid #edf0f4;border-radius:11px;outline:0;width:100%;height:49px;padding:0 13px;font-size:11.5px}.profile-field.is-editing input{background:#fff;border-color:#ccd7e7}.profile-field.is-editing input:focus{border-color:#4169e1;box-shadow:0 0 0 4px #4169e10e}.profile-savebar{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;margin-top:25px;padding-top:19px;display:flex}.profile-savebar p{color:#8792a2;align-items:center;gap:7px;font-size:9px;display:flex}.profile-savebar button,.password-submit{color:#fff;background:#4169e1;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 16px;font-size:10px;font-weight:800;display:flex;box-shadow:0 9px 20px #4169e126}.profile-savebar button:disabled,.password-submit:disabled{opacity:.5;box-shadow:none}.profile-loading{color:#8994a4;justify-content:center;align-items:center;gap:10px;min-height:310px;font-size:11px;display:flex}.profile-loading .button-spinner{border-color:#4169e1 #4169e130 #4169e130}.password-panel{max-width:760px;margin:0 auto;padding:29px}.password-intro{border-bottom:1px solid #edf0f4;align-items:center;gap:18px;margin-bottom:27px;padding-bottom:24px;display:flex}.password-intro>span{color:#4169e1;background:#edf2ff;border-radius:16px;place-items:center;width:56px;height:56px;font-size:24px;display:grid}.password-intro h2{margin:5px 0 4px;font:800 21px Manrope}.password-intro p{color:#8994a4;font-size:10.5px}.password-panel form{grid-template-columns:1fr 1fr;gap:17px;display:grid}.password-field:first-child{grid-column:1/-1}.password-field>div{border:1.5px solid #e0e6ee;border-radius:11px;align-items:center;gap:10px;height:51px;padding:0 10px 0 14px;display:flex}.password-field>div:focus-within{border-color:#4169e1;box-shadow:0 0 0 4px #4169e10d}.password-field>div>svg{color:#8e99a8}.password-field input{color:#25354a;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%}.password-field button{color:#8490a1;background:#f4f6f9;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.password-rules{flex-wrap:wrap;grid-column:1/-1;gap:9px;display:flex}.password-rules span{color:#9aa4b2;background:#f6f7f9;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font-size:8.5px;font-weight:700;display:flex}.password-rules span.passed{color:#168e65;background:#eaf9f3}.password-submit{grid-column:1/-1;width:100%;min-height:50px;margin-top:4px}@media (width<=900px){.public-links{gap:18px}.features-hero{grid-template-columns:1fr;padding-top:70px}.features-hero__content{max-width:760px}.hero-dashboard{width:min(100%,650px);margin:20px auto 0}.feature-impact{grid-template-columns:1fr;gap:35px}}@media (width<=680px){.public-nav{height:68px}.public-menu{display:grid}.public-login{display:none}.public-links{background:#fff;border:1px solid #e4eaf2;border-radius:12px;flex-direction:column;align-items:stretch;gap:0;padding:10px;display:none;position:absolute;top:61px;left:16px;right:16px;transform:none;box-shadow:0 15px 40px #182c4a22}.public-links.is-open{display:flex}.public-links a{border-radius:8px;padding:12px}.public-links a.active{background:#edf3ff}.public-links a.active:after{display:none}.features-hero{min-height:0;padding:65px 22px 75px}.features-hero h1{letter-spacing:-2px;font-size:42px}.hero-dashboard{display:none}.feature-suite{padding:75px 18px}.feature-card-grid{grid-template-columns:1fr}.feature-card{min-height:0;padding:28px}.feature-impact{padding:75px 24px}.features-cta{padding:75px 22px}.public-footer{text-align:center;flex-direction:column;gap:10px}.public-footer small{margin-left:0}}@media (width<=900px){.profile-layout{grid-template-columns:1fr}.profile-summary{text-align:left;grid-template-columns:auto 1fr;column-gap:18px;display:grid}.profile-avatar-large{grid-row:1/4;margin:0}.profile-badges{justify-content:flex-start;margin:10px 0}.profile-summary dl{grid-column:1/-1;grid-template-columns:repeat(3,1fr);margin-top:18px;display:grid}.profile-summary dl div{padding:13px}}@media (width<=600px){.account-heading{flex-direction:column;align-items:flex-start}.sync-pill{align-self:flex-start}.account-tabs button{flex:1;padding:0 8px}.profile-fields,.password-panel form{grid-template-columns:1fr}.password-field:first-child,.password-rules,.password-submit{grid-column:auto}.profile-editor__head{align-items:flex-start}.profile-savebar{flex-direction:column;align-items:stretch}.profile-savebar button{width:100%}.profile-summary{text-align:center;display:block}.profile-avatar-large{margin:0 auto 17px}.profile-badges{justify-content:center}.profile-summary dl{text-align:left;display:block}.password-panel{padding:22px 17px}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--navy:#000;--ink:#f5f5f5;--muted:#a1a1aa;--line:#2f2f34;--blue:#10a37f;--bg:#000;--surface:#111;--surface-2:#171717;--text:#f5f5f5;--text-h:#fff;--border:#2f2f34}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] #root,html[data-theme=dark] .app-shell,html[data-theme=dark] .app-body,html[data-theme=dark] .page-column,html[data-theme=dark] .page-content,html[data-theme=dark] .signin-page,html[data-theme=dark] .signin-panel,html[data-theme=dark] .admin-signin,html[data-theme=dark] .admin-signin__panel{color:#f5f5f5;background:#000}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .app-footer,html[data-theme=dark] .public-nav,html[data-theme=dark] .public-footer{color:#f5f5f5;background:#0b0b0f;border-color:#2f2f34}html[data-theme=dark] .brand,html[data-theme=dark] .topbar .brand,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] strong,html[data-theme=dark] label{color:#fff;text-shadow:none}html[data-theme=dark] p,html[data-theme=dark] small,html[data-theme=dark] .signin-lead,html[data-theme=dark] .dashboard-head p,html[data-theme=dark] .student-tool-head p{color:#a1a1aa}html[data-theme=dark] .field-shell,html[data-theme=dark] .microsoft-login,html[data-theme=dark] .signin-card,html[data-theme=dark] .admin-login-card,html[data-theme=dark] .student-tool-card,html[data-theme=dark] .stat-card,html[data-theme=dark] .dash-card,html[data-theme=dark] .account-tabs,html[data-theme=dark] .profile-summary,html[data-theme=dark] .profile-editor,html[data-theme=dark] .password-panel,html[data-theme=dark] .preview-panel,html[data-theme=dark] .preview-stats article{color:#f5f5f5;box-shadow:none;background:#111;border-color:#2f2f34}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select,html[data-theme=dark] .topbar-search,html[data-theme=dark] .profile-field input,html[data-theme=dark] .password-field>div{color:#fff;background:#171717;border-color:#333}html[data-theme=dark] .side-link,html[data-theme=dark] .topbar-links a,html[data-theme=dark] .footer-links a{color:#d4d4d8}html[data-theme=dark] .side-link:hover,html[data-theme=dark] .side-link.active,html[data-theme=dark] .topbar-links a:hover,html[data-theme=dark] .topbar-links a.active{color:#fff;background:#1f1f23}html[data-theme=dark] .icon-button,html[data-theme=dark] .logout-icon,html[data-theme=dark] .dashboard-action,html[data-theme=dark] .student-tool-card small,html[data-theme=dark] .account-tabs button.active{color:#6ee7b7;background:#1f1f23}html[data-theme=light] .cyber-footer{background:linear-gradient(#fff,#f8fbff);border-top-color:#dbe4f0;box-shadow:inset 0 20px 50px #2563eb0a}html[data-theme=light] .cyber-logo__text small,html[data-theme=light] .cyber-footer__brand>p,html[data-theme=light] .cyber-footer__bottom,html[data-theme=light] .cyber-footer__bottom small{text-shadow:none;color:#64748b!important}html[data-theme=light] .cyber-logo em,html[data-theme=light] .cyber-links a:hover,html[data-theme=light] .cyber-links a.active,html[data-theme=light] .cyber-footer__links a:hover,html[data-theme=light] .cyber-footer__status>span{color:#2563eb}html[data-theme=light] .cyber-logo>span:first-child{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;box-shadow:0 0 18px #2563eb24}html[data-theme=light] .cyber-links a.active:after,html[data-theme=light] .cyber-footer__status i{background:#2563eb;box-shadow:0 0 10px #2563eb73}html[data-theme=light] .cyber-enter{color:#2563eb;box-shadow:none;background:#eff6ff;border-color:#bfdbfe}html[data-theme=light] .cyber-enter:hover{color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb38}html[data-theme=dark] .cyber-footer{background:linear-gradient(#090c0a,#040605);border-top-color:#b8ff3638;box-shadow:inset 0 20px 50px #0005}html[data-theme=dark] .cyber-logo,html[data-theme=dark] .cyber-links a:hover,html[data-theme=dark] .cyber-links a.active,html[data-theme=dark] .cyber-footer__links a{color:#f8fafc}html[data-theme=dark] .cyber-logo__text small,html[data-theme=dark] .cyber-footer__brand>p{color:#c2cbc5}html[data-theme=dark] .cyber-footer__bottom,html[data-theme=dark] .cyber-footer__bottom small{color:#f1f5f2!important}.home-page{color:#102039;background:#fff;min-height:100vh;overflow:hidden}.home-nav{color:#fff;background:0 0;border-bottom-color:#ffffff18;position:absolute;top:0;left:0;right:0}.home-nav .public-brand,.home-nav .public-links a{color:#fff}.home-nav .public-links a{opacity:.72}.home-nav .public-links a:hover,.home-nav .public-links a.active{opacity:1;color:#fff}.home-nav .public-links a.active:after{background:#78a7ff}.home-nav .public-login{color:#12335f;background:#fff;box-shadow:0 10px 30px #00143133}.home-hero{color:#fff;background:linear-gradient(126deg,#061225 0%,#0b2856 55%,#1554a1 100%);grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);align-items:center;gap:6vw;min-height:790px;padding:145px max(7vw,28px) 95px;display:grid;position:relative}.home-hero:after{content:"";opacity:.06;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(100deg,#000,#0000 72%);mask-image:linear-gradient(100deg,#000,#0000 72%)}.home-orb{pointer-events:none;border-radius:50%;position:absolute}.home-orb--one{filter:blur(8px);background:#448aff21;width:620px;height:620px;top:-220px;right:-210px}.home-orb--two{border:80px solid #ffffff08;width:350px;height:350px;bottom:-290px;left:40%}.home-hero__copy,.home-visual{z-index:2;position:relative}.home-hero__copy{max-width:720px;animation:.8s cubic-bezier(.2,.7,.2,1) both homeRise}.home-pill{color:#a8c7ff;letter-spacing:1.5px;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff20;border-radius:30px;align-items:center;gap:9px;padding:8px 12px;font-size:10px;font-weight:800;display:inline-flex}.home-pill i{background:#5bf0b5;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #5bf0b51c}.home-hero h1{letter-spacing:-4px;margin:24px 0 25px;font:800 clamp(52px,6vw,86px)/.99 Manrope}.home-hero h1 em{color:#84adff;font-style:normal}.home-hero__copy>p{color:#b7c9e1;max-width:630px;font-size:17px;line-height:1.75}.home-actions{align-items:center;gap:13px;margin-top:35px;display:flex}.home-primary,.home-secondary{border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:53px;padding:0 21px;font-size:12px;font-weight:800;transition:all .22s;display:flex}.home-primary{color:#fff;background:#2d6eea;box-shadow:0 14px 30px #001c51}.home-secondary{color:#fff;background:#ffffff08;border:1px solid #ffffff29}.home-primary:hover,.home-secondary:hover{transform:translateY(-2px)}.home-trust{color:#859bb9;align-items:center;gap:10px;margin-top:28px;font-size:10px;display:flex}.home-trust svg{color:#69d9af;font-size:16px}.home-trust strong{color:#c2cee0;margin-right:5px}.home-visual{justify-self:end;width:min(100%,610px);animation:1s cubic-bezier(.2,.7,.2,1) .15s both homeFloatIn}.home-card--main{background:#f5f8fd;border:1px solid #ffffff26;border-radius:19px;overflow:hidden;transform:perspective(1200px)rotateY(-5deg)rotateX(2deg);box-shadow:0 45px 100px #00112d99}.preview-head{background:#fff;border-bottom:1px solid #e8edf4;justify-content:space-between;align-items:center;height:51px;padding:0 18px;display:flex}.preview-head span{gap:6px;display:flex}.preview-head i,.preview-head b{background:#d8dee8;border-radius:50%;width:7px;height:7px}.preview-head i:first-child{background:#f77}.preview-head small{color:#3268cf;letter-spacing:1px;font-size:7px;font-weight:900}.preview-body{padding:27px}.preview-welcome span,.preview-welcome strong{display:block}.preview-welcome span{color:#8996aa;font-size:8px}.preview-welcome strong{color:#142541;margin-top:5px;font:800 18px Manrope}.preview-stats{grid-template-columns:1fr 1fr;gap:12px;margin:20px 0;display:grid}.preview-stats article{background:#fff;border-radius:11px;align-items:center;gap:11px;padding:15px;display:flex;box-shadow:0 7px 20px #183b6d0b}.preview-stats svg{color:#2c6be4;background:#eaf1ff;border-radius:8px;width:31px;height:31px;padding:8px}.preview-stats article:nth-child(2) svg{color:#16a47e;background:#e6f8f2}.preview-stats span,.preview-stats b{color:#8390a3;font-size:7px;display:block}.preview-stats b{color:#1b2b43;margin-bottom:2px;font:800 15px Manrope}.preview-panel{background:#fff;border-radius:11px;padding:19px}.preview-panel>span{color:#8794a6;letter-spacing:1px;font-size:7px;font-weight:900}.preview-panel>div{border-bottom:1px solid #eef1f5;align-items:center;gap:12px;padding:14px 0;display:flex}.preview-panel>div:last-child{border:0}.preview-panel div>i{color:#2d68d6;background:#eaf1ff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:7px;font-style:normal;font-weight:900;display:grid}.preview-panel p{flex:1}.preview-panel p b,.preview-panel p small{display:block}.preview-panel p b{color:#23324a;font-size:9px}.preview-panel p small{color:#939dac;margin-top:4px;font-size:7px}.preview-panel em{color:#1d8d6e;background:#e9f8f3;border-radius:6px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:800}.home-float{background:#fff;border:1px solid #ffffff35;border-radius:12px;align-items:center;gap:10px;padding:12px 15px;animation:4s ease-in-out infinite gentleFloat;display:flex;position:absolute;box-shadow:0 18px 45px #0017386b}.home-float>svg{color:#16a47e;background:#e5f8f1;border-radius:9px;width:34px;height:34px;padding:9px}.home-float span small,.home-float span strong{display:block}.home-float span small{color:#8a96a6;font-size:7px}.home-float span strong{color:#1b2d45;margin-top:3px;font-size:10px}.home-float--attendance{top:-35px;right:-25px}.home-float--notice{animation-delay:-2s;bottom:-28px;left:-40px}.home-float--notice>svg{color:#7b5ae0;background:#f0ebff}.home-proof{border-bottom:1px solid #e9edf3;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:0 auto;padding:42px 24px;display:grid}.home-proof div{justify-content:center;align-items:center;gap:14px;padding:4px 30px;display:flex}.home-proof div+div{border-left:1px solid #e4e9ef}.home-proof strong{color:#2466e5;font:800 24px Manrope}.home-proof span{color:#7b8798;max-width:130px;font-size:10px;font-weight:700;line-height:1.5}.home-highlights{background:#f7f9fc;grid-template-columns:.7fr 1.3fr;align-items:center;gap:7vw;padding:115px max(7vw,28px);display:grid}.home-section-copy h2{color:#102039;letter-spacing:-2.5px;margin:17px 0 18px;font:800 clamp(37px,4vw,55px)/1.1 Manrope}.home-section-copy>p{color:#778598;max-width:430px;font-size:14px;line-height:1.8}.home-highlight-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.home-highlight-grid article{background:#fff;border:1px solid #e5eaf1;border-radius:17px;min-height:315px;padding:29px 23px;transition:all .25s;position:relative;box-shadow:0 12px 35px #1b355407}.home-highlight-grid article:hover{border-color:#b8cdf6;transform:translateY(-6px);box-shadow:0 20px 45px #1b355412}.highlight-number{color:#edf1f6;font:800 34px Manrope;position:absolute;top:17px;right:19px}.highlight-icon{color:#2869e5;background:#eaf1ff;border-radius:13px;place-items:center;width:46px;height:46px;margin:32px 0 22px;font-size:20px;display:grid}.home-highlight-grid article:nth-child(2) .highlight-icon{color:#805cdf;background:#f0ecff}.home-highlight-grid article:nth-child(3) .highlight-icon{color:#149b7c;background:#e6f8f3}.home-highlight-grid h3{font:800 16px/1.35 Manrope}.home-highlight-grid p{color:#7b8798;margin-top:12px;font-size:11px;line-height:1.7}.home-cta{color:#fff;background:#0a1d3c;align-items:center;gap:25px;min-height:210px;padding:45px max(8vw,28px);display:flex}.home-cta>svg{color:#8db7ff;background:#ffffff0d;border-radius:15px;width:56px;height:56px;padding:15px}.home-cta>div{flex:1}.home-cta span{color:#85a9e5;letter-spacing:1.8px;font-size:8px;font-weight:900}.home-cta h2{letter-spacing:-1.4px;margin-top:8px;font:800 clamp(25px,3vw,39px) Manrope}.home-cta a{background:#2d6eea;border-radius:10px;align-items:center;gap:10px;padding:14px 19px;font-size:11px;font-weight:800;display:flex;box-shadow:0 12px 25px #00142f}@keyframes homeRise{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}@keyframes homeFloatIn{0%{opacity:0;transform:translate(35px,15px)}to{opacity:1;transform:none}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (width<=1000px){.home-hero{grid-template-columns:1fr;padding-top:145px}.home-hero__copy{max-width:780px}.home-visual{justify-self:center;width:min(82%,620px);margin-top:55px}.home-highlights{grid-template-columns:1fr}.home-section-copy{max-width:620px}.home-highlight-grid article{min-height:270px}}@media (width<=680px){.home-nav{height:68px}.home-nav .public-menu{color:#fff;background:#ffffff16}.home-nav .public-links{background:#0d2b59;border-color:#ffffff20}.home-nav .public-links a{color:#fff}.home-hero{min-height:auto;padding:125px 22px 95px}.home-hero h1{letter-spacing:-2.8px;font-size:49px}.home-hero__copy>p{font-size:15px}.home-actions{flex-direction:column;align-items:stretch}.home-primary,.home-secondary{width:100%}.home-visual{display:none}.home-proof{grid-template-columns:1fr;padding:20px 24px}.home-proof div{justify-content:flex-start;padding:18px 5px}.home-proof div+div{border-top:1px solid #e4e9ef;border-left:0}.home-highlights{padding:80px 20px}.home-highlight-grid{grid-template-columns:1fr}.home-highlight-grid article{min-height:0}.home-cta{flex-wrap:wrap;align-items:flex-start;padding:45px 24px}.home-cta>div{flex-basis:calc(100% - 85px)}.home-cta a{margin-left:81px}.home-page .public-footer{text-align:center;flex-direction:column}.home-page .public-footer small{margin-left:0}}@media (prefers-reduced-motion:reduce){.home-hero__copy,.home-visual,.home-float{animation:none}.home-primary,.home-secondary,.home-highlight-grid article{transition:none}}.cyber-site{--acid:#b8ff36;--violet:#8c5cff;--cyan:#35e7ff;--void:#050708;--panel:#0b0e10;color:#edf3e7;background:var(--void);min-height:100vh;font-family:DM Sans,sans-serif;position:relative;overflow:hidden}.cyber-noise{z-index:90;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");position:fixed;inset:0}.cyber-nav{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050708aa;border-bottom:1px solid #ffffff16;align-items:center;height:84px;padding:0 max(4.5vw,24px);display:flex;position:absolute;top:0;left:0;right:0}.cyber-logo{color:#fff;letter-spacing:.5px;align-items:center;font:800 16px Manrope;display:flex}.cyber-logo>span{width:37px;height:37px;color:var(--acid);background:#b8ff360c;border:1px solid #b8ff3666;place-items:center;margin-right:10px;font-size:18px;display:grid}.cyber-logo em{color:var(--acid);font-style:normal}.cyber-links{gap:31px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.cyber-links a{color:#7f8984;letter-spacing:1px;padding:31px 0;font:700 9px monospace;position:relative}.cyber-links a:hover,.cyber-links a.active{color:#fff}.cyber-links a.active:after{content:"";background:var(--acid);height:1px;box-shadow:0 0 8px var(--acid);position:absolute;bottom:20px;left:0;right:0}.cyber-enter{border:1px solid var(--acid);min-height:43px;color:var(--acid);letter-spacing:1px;background:#b8ff3608;align-items:center;gap:13px;margin-left:auto;padding:0 16px;font:800 9px monospace;transition:all .2s;display:flex}.cyber-enter:hover{color:#080a08;background:var(--acid);box-shadow:0 0 28px #b8ff3645}.cyber-menu{color:var(--acid);background:0 0;margin-left:auto;font-size:23px;display:none}.cyber-hero{grid-template-columns:minmax(500px,1.02fr) minmax(470px,.98fr);align-items:center;gap:6vw;min-height:900px;padding:150px max(6vw,28px) 95px;display:grid;position:relative;overflow:hidden}.cyber-grid{opacity:.11;background-image:linear-gradient(#b8ff36 1px,#0000 1px),linear-gradient(90deg,#b8ff36 1px,#0000 1px);background-size:75px 75px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 70%);mask-image:linear-gradient(90deg,#000,#0000 70%)}.cyber-grid:after{content:"";background:linear-gradient(#0000 49.5%,#b8ff3620 50%,#0000 50.5%) 0 0/100% 7px;animation:9s linear infinite scan;position:absolute;inset:0}.cyber-glow{filter:blur(100px);opacity:.16;border-radius:50%;position:absolute}.cyber-glow--a{background:var(--acid);width:440px;height:440px;top:15%;left:-200px}.cyber-glow--b{background:var(--violet);width:520px;height:520px;bottom:-100px;right:-150px}.cyber-hero__copy,.cyber-terminal{z-index:2;position:relative}.cyber-status{color:var(--acid);letter-spacing:1.5px;align-items:center;gap:9px;font:700 9px monospace;display:flex}.cyber-status i{background:var(--acid);width:7px;height:7px;box-shadow:0 0 14px var(--acid);border-radius:50%;animation:1.6s infinite pulse}.cyber-status span{color:#55605a;margin-left:14px}.cyber-hero h1{letter-spacing:-5.5px;margin:25px 0 29px;font:800 clamp(58px,6.5vw,98px)/.88 Manrope}.cyber-hero h1>span{color:#0000;-webkit-text-stroke:1px #edf3e7}.cyber-hero h1 em,.cyber-section-head h2 em,.cyber-manifesto h2 em,.cyber-final h2 em,.inner-hero h1 em{color:var(--acid);text-shadow:0 0 35px #b8ff3629;font-style:normal}.cyber-lead{color:#8c9690;max-width:640px;font:400 14px/1.8 monospace}.cyber-lead b{color:var(--acid)}.cyber-actions{gap:11px;margin-top:35px;display:flex}.cyber-actions a{letter-spacing:1px;align-items:center;gap:14px;min-height:52px;padding:0 20px;font:800 9px monospace;display:flex}.cyber-actions a:first-child{color:#080a08;background:var(--acid);box-shadow:0 0 32px #b8ff3625}.cyber-actions a:last-child{color:#fff;border:1px solid #39403c}.cyber-actions a:hover svg{transform:translate(4px)}.cyber-actions svg{transition:all .2s}.cyber-readout{gap:0;margin-top:48px;display:flex}.cyber-readout>span{border-left:1px solid #343a36;min-width:116px;padding:0 22px}.cyber-readout>span:first-child{border:0;padding-left:0}.cyber-readout i,.cyber-readout b{font-style:normal;display:block}.cyber-readout i{color:#58625d;letter-spacing:1px;font:700 7px monospace}.cyber-readout b{margin-top:7px;font:800 15px monospace}.cyber-readout b.online{color:var(--acid)}.cyber-terminal{background:#090c0b;border:1px solid #303731;justify-self:end;width:min(100%,590px);animation:1s both terminalIn;box-shadow:0 45px 100px #000,0 0 70px #8c5cff12}.cyber-terminal:after{content:"";pointer-events:none;opacity:.018;background:repeating-linear-gradient(0deg,#0000 0 3px,#fff 4px);position:absolute;inset:0}.terminal-bar{background:#101411;border-bottom:1px solid #29302b;align-items:center;height:45px;padding:0 14px;font:700 7px monospace;display:flex}.terminal-bar>span{gap:6px;display:flex}.terminal-bar i{background:#3f4842;border-radius:50%;width:7px;height:7px;display:block}.terminal-bar i:first-child{background:#ff5c55}.terminal-bar b{color:#69736d;margin:auto}.terminal-bar em{color:var(--acid);font-style:normal}.terminal-screen{padding:24px;font:500 9px monospace}.terminal-screen>p{color:#dfe8df;margin-bottom:8px}.terminal-screen>p span,.term-success{color:var(--acid)!important}.term-muted{color:#626c66!important}.term-progress{background:#1b211d;height:4px;margin:12px 0 10px}.term-progress i{background:var(--acid);width:100%;height:100%;animation:1.8s both loadbar;display:block;box-shadow:0 0 12px #b8ff3680}.term-profile{background:#0d110f;border:1px solid #262d28;align-items:center;gap:13px;margin:22px 0 13px;padding:16px;display:flex}.term-profile>div{color:#080a08;background:var(--acid);place-items:center;width:43px;height:43px;font-weight:900;display:grid}.term-profile span{flex:1}.term-profile small,.term-profile strong,.term-profile em{display:block}.term-profile small{color:#59635d;font-size:6px}.term-profile strong{margin:4px 0;font-size:12px}.term-profile em{color:#8c9690;font-size:7px;font-style:normal}.term-profile>svg{color:var(--acid);font-size:18px}.term-data{grid-template-columns:1fr 1fr;gap:10px;display:grid}.term-data article{background:#0d110f;border:1px solid #262d28;align-items:center;gap:12px;padding:14px;display:flex}.term-data svg{color:var(--violet);font-size:22px}.term-data small,.term-data strong,.term-data em{display:block}.term-data small{color:#59635d;font-size:6px}.term-data strong{margin:3px 0;font-size:18px}.term-data em{color:var(--acid);font-size:7px;font-style:normal}.term-log{background:#0d110f;border:1px solid #262d28;margin-top:10px;padding:15px}.term-log>span{color:#6b756e;margin-bottom:10px;font-size:6px;display:block}.term-log p{color:#bbc4be;border-top:1px solid #1e241f;gap:12px;padding:7px 0;display:flex}.term-log p i{color:var(--acid);font-style:normal}.term-log p b{color:#68726c;margin-left:auto;font-size:7px}.term-log .blink i{animation:1s step-end infinite blink}.orbit{width:43px;height:43px;color:var(--acid);background:#0a0d0b;border:1px solid #b8ff3655;place-items:center;animation:4s ease-in-out infinite orbitFloat;display:grid;position:absolute;box-shadow:0 0 24px #b8ff3617}.orbit--one{top:15%;right:-25px}.orbit--two{color:var(--violet);border-color:#8c5cff55;animation-delay:-1.4s;bottom:23%;left:-22px}.orbit--three{animation-delay:-2.8s;bottom:-22px;right:-18px}.cyber-scroll{z-index:4;color:#626c66;letter-spacing:1.5px;writing-mode:vertical-rl;align-items:center;gap:13px;font:700 7px monospace;display:flex;position:absolute;bottom:30px;left:50%}.cyber-scroll svg{color:var(--acid);animation:1.6s infinite scrollBounce}.cyber-marquee{color:#080a08;background:var(--acid);border-block:1px solid #b8ff3640;align-items:center;height:72px;display:flex;overflow:hidden;transform:rotate(-1deg)scale(1.02)}.cyber-marquee div{white-space:nowrap;letter-spacing:3px;font:900 18px monospace;animation:18s linear infinite marquee}.cyber-marquee b{margin:0 25px}.cyber-modules{background:#070908;padding:130px max(6vw,28px)}.cyber-section-head{max-width:750px}.cyber-section-head>span,.cyber-manifesto>div>span,.about-story>div>span,.about-build span,.contact-info>span{color:var(--acid);letter-spacing:2px;font:700 8px monospace}.cyber-section-head h2{letter-spacing:-4px;margin:18px 0;font:800 clamp(43px,5vw,72px)/.95 Manrope}.cyber-section-head>p{color:#78827c;max-width:550px;font:12px/1.8 monospace}.module-grid{background:#2a302c;border:1px solid #2a302c;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:65px;display:grid}.module-grid article{background:#090c0a;min-height:390px;padding:30px;transition:all .3s;position:relative}.module-grid article:hover{z-index:2;box-shadow:inset 0 -3px var(--acid),0 0 45px #b8ff360e;background:#0d120d;transform:translateY(-8px)}.module-top{justify-content:space-between;align-items:center;display:flex}.module-top span{color:#414943;font:700 12px monospace}.module-top svg{color:var(--acid);font-size:28px}.module-line{background:linear-gradient(90deg,var(--acid),#242a26 35%);height:1px;margin:30px 0 55px}.module-grid h3{letter-spacing:-1px;font:800 20px monospace}.module-grid p{color:#717b75;margin-top:18px;font:10px/1.8 monospace}.module-grid a{color:var(--acid);letter-spacing:1px;align-items:center;gap:12px;font:700 8px monospace;display:flex;position:absolute;bottom:30px;left:30px}.cyber-manifesto{background:#0b0e0c;grid-template-columns:.8fr 1.2fr;align-items:center;gap:8vw;padding:120px max(8vw,28px);display:grid}.manifesto-visual{background:repeating-linear-gradient(0deg,#b8ff3605 0 1px,#0000 1px 25px),repeating-linear-gradient(90deg,#b8ff3605 0 1px,#0000 1px 25px);border:1px solid #2d342f;flex-direction:column;justify-content:center;min-height:460px;padding:55px;display:flex;position:relative}.manifesto-visual svg{color:var(--acid);font-size:40px;position:absolute;top:35px;right:35px}.manifesto-visual span,.manifesto-visual b{letter-spacing:-5px;font:900 clamp(40px,5vw,75px)/.9 monospace}.manifesto-visual span{color:#252c27;text-decoration:line-through}.manifesto-visual b{color:var(--acid);text-shadow:0 0 30px #b8ff3640}.cyber-manifesto h2{letter-spacing:-3px;margin:18px 0 24px;font:800 clamp(38px,4vw,62px)/1 Manrope}.cyber-manifesto>div>p{color:#7a847e;max-width:600px;font:11px/1.9 monospace}.cyber-manifesto ul{margin:27px 0;list-style:none}.cyber-manifesto li{color:#b9c2bc;align-items:center;gap:12px;padding:10px 0;font:9px monospace;display:flex}.cyber-manifesto li svg{color:var(--acid)}.cyber-manifesto a{color:var(--acid);letter-spacing:1px;align-items:center;gap:12px;font:700 8px monospace;display:inline-flex}.cyber-final{text-align:center;background:radial-gradient(circle,#b8ff3611,#0000 45%),#050708;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:80px 24px;display:flex}.cyber-final>svg{color:var(--acid);margin-bottom:22px;font-size:30px}.cyber-final>span{color:#69736d;letter-spacing:2px;font:700 8px monospace}.cyber-final h2{letter-spacing:-4px;margin:17px 0 30px;font:800 clamp(42px,5.8vw,78px)/.95 Manrope}.cyber-final a{color:#080a08;background:var(--acid);letter-spacing:1px;align-items:center;gap:13px;padding:16px 22px;font:900 9px monospace;display:flex;box-shadow:0 0 35px #b8ff3625}.cyber-footer{background:#070908;border-top:1px solid #242a26;align-items:center;gap:30px;min-height:110px;padding:25px max(5vw,24px);display:flex}.cyber-footer p{color:#565f59;letter-spacing:1px;font:7px monospace}.cyber-footer small{color:#48504b;margin-left:auto;font:7px monospace}.cyber-inner{background:#070908}.inner-hero{background:radial-gradient(circle at 80%,#8c5cff1d,#0000 32%),#050708;flex-direction:column;justify-content:center;min-height:650px;padding:145px max(8vw,28px) 80px;display:flex;position:relative;overflow:hidden}.inner-hero .cyber-grid{opacity:.07}.inner-code{z-index:2;color:var(--acid);letter-spacing:2px;margin-bottom:25px;font:700 9px monospace;position:relative}.inner-hero h1{z-index:2;letter-spacing:-6px;font:800 clamp(58px,7.5vw,108px)/.87 Manrope;position:relative}.inner-hero>p{z-index:2;color:#808a84;max-width:600px;margin-top:30px;font:12px/1.8 monospace;position:relative}.about-story{background:#090c0a;grid-template-columns:.6fr 1.4fr;gap:9vw;padding:130px max(9vw,28px);display:grid}.about-story aside{border-left:1px solid var(--acid);flex-direction:column;padding-left:25px;display:flex}.about-story aside>span{color:#626b66;font:8px monospace}.about-story aside>strong{color:#e9efeb;letter-spacing:-4px;margin:auto 0;font:900 clamp(38px,4vw,62px)/.9 monospace}.about-story aside>strong span{color:var(--acid)}.about-story aside small{color:#4d5650;font:8px/1.7 monospace}.about-story h2{letter-spacing:-2px;max-width:750px;margin:20px 0 30px;font:800 clamp(31px,4vw,52px)/1.08 Manrope}.about-story p{color:#7c8680;max-width:690px;margin-top:18px;font:11px/1.9 monospace}.about-values{background:#050708;padding:120px max(6vw,28px)}.value-grid{background:#29302b;border:1px solid #29302b;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:60px;display:grid}.value-grid article{background:#090c0a;min-height:290px;padding:28px}.value-grid svg{color:var(--acid);font-size:25px}.value-grid b{color:#3e4741;margin:45px 0 20px;font:800 22px monospace;display:block}.value-grid h3{font:800 14px monospace}.value-grid p{color:#6e7872;margin-top:16px;font:9px/1.8 monospace}.about-build{background:var(--acid);color:#080a08;align-items:center;gap:30px;min-height:270px;padding:50px max(8vw,28px);display:flex}.about-build>svg{font-size:50px}.about-build>div{flex:1}.about-build span{color:#405819}.about-build h2{letter-spacing:-2px;margin-top:9px;font:900 clamp(30px,4vw,48px)/.95 Manrope}.about-build p{margin-top:12px;font:9px monospace}.about-build>a{border:1px solid #080a08;align-items:center;gap:12px;padding:15px 18px;font:900 8px monospace;display:flex}.contact-hero{background:radial-gradient(circle at 75% 40%,#b8ff3613,#0000 30%),#050708;min-height:580px}.contact-zone{background:#080b09;grid-template-columns:.8fr 1.2fr;gap:8vw;padding:120px max(8vw,28px);display:grid}.contact-info h2{letter-spacing:-3px;margin:18px 0 22px;font:800 clamp(38px,4vw,58px)/.98 Manrope}.contact-info>p{color:#77817b;max-width:500px;margin-bottom:45px;font:10px/1.9 monospace}.contact-method{border-top:1px solid #252b27;align-items:center;gap:16px;padding:18px 0;display:flex}.contact-method>svg{color:var(--acid);font-size:19px}.contact-method small,.contact-method b,.contact-method a{display:block}.contact-method small{color:#4e5751;letter-spacing:1px;margin-bottom:5px;font:7px monospace}.contact-method b,.contact-method a{color:#dce3de;font:700 10px monospace}.signal-live{color:var(--acid);align-items:center;gap:12px;margin-top:35px;font:700 8px monospace;display:flex}.signal-live>svg{animation:1.5s infinite pulse}.signal-live i{background:var(--acid);width:6px;height:6px;box-shadow:0 0 10px var(--acid);border-radius:50%;margin-right:7px;display:inline-block}.cyber-form{background:#0b0e0c;border:1px solid #2d342f;align-self:start;box-shadow:0 35px 80px #0008}.form-terminal{background:#111512;border-bottom:1px solid #29302b;align-items:center;gap:6px;height:45px;padding:0 14px;display:flex}.form-terminal i{background:#455049;border-radius:50%;width:7px;height:7px}.form-terminal i:first-child{background:#ff5c55}.form-terminal span{color:#66716a;margin-left:auto;font:7px monospace}.cyber-form>label{margin:24px 27px;display:block}.cyber-form label>span{color:#768079;letter-spacing:1px;margin-bottom:9px;font:700 7px monospace;display:block}.cyber-form input,.cyber-form select,.cyber-form textarea{color:#e9f0eb;resize:vertical;background:#080b09;border:1px solid #2a312c;border-radius:0;outline:0;width:100%;padding:14px;font:10px monospace}.cyber-form input:focus,.cyber-form select:focus,.cyber-form textarea:focus{border-color:var(--acid);box-shadow:0 0 0 2px #b8ff360b}.cyber-form option{background:#080b09}.cyber-form>button{color:#080a08;background:var(--acid);letter-spacing:1px;justify-content:center;align-items:center;gap:12px;width:calc(100% - 54px);min-height:50px;margin:10px 27px 14px;font:900 8px monospace;display:flex}.cyber-form>small{color:#46504a;text-align:center;margin-bottom:24px;font:7px monospace;display:block}.transmission-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:550px;padding:40px;display:flex}.transmission-success>svg{border:1px solid var(--acid);width:65px;height:65px;color:var(--acid);padding:17px;box-shadow:0 0 30px #b8ff361f}.transmission-success h3{margin-top:25px;font:800 17px monospace}.transmission-success p{color:#727c76;max-width:340px;margin-top:13px;font:9px/1.7 monospace}.transmission-success button{color:var(--acid);background:0 0;border:1px solid #384039;margin-top:25px;padding:12px 16px;font:700 8px monospace}@keyframes scan{0%{transform:translateY(-30%)}to{transform:translateY(30%)}}@keyframes pulse{50%{opacity:.35;transform:scale(.8)}}@keyframes terminalIn{0%{opacity:0;transform:translate(50px)rotateY(-8deg)}to{opacity:1;transform:none}}@keyframes loadbar{0%{width:0}}@keyframes blink{50%{opacity:0}}@keyframes orbitFloat{50%{transform:translateY(-12px)rotate(8deg)}}@keyframes scrollBounce{50%{transform:translateY(6px)}}@keyframes marquee{to{transform:translate(-50%)}}@media (width<=1050px){.cyber-links{gap:15px}.cyber-hero{grid-template-columns:1fr;padding-top:150px}.cyber-hero__copy{max-width:800px}.cyber-terminal{justify-self:center;width:min(85%,620px);margin:70px 0}.cyber-scroll{display:none}.cyber-manifesto{grid-template-columns:1fr}.manifesto-visual{min-height:360px}.value-grid{grid-template-columns:1fr 1fr}.contact-zone{grid-template-columns:1fr}.contact-info{max-width:700px}}@media (width<=720px){.cyber-nav{height:70px}.cyber-menu{display:block}.cyber-enter{display:none}.cyber-links{background:#090c0bf5;border:1px solid #303731;flex-direction:column;gap:0;padding:10px;display:none;position:absolute;top:69px;left:14px;right:14px;transform:none}.cyber-links.is-open{display:flex}.cyber-links a{padding:14px}.cyber-links a.active:after{display:none}.cyber-hero{min-height:auto;padding:125px 20px 85px;display:block}.cyber-hero h1{letter-spacing:-3.5px;font-size:51px}.cyber-status span{display:none}.cyber-actions{flex-direction:column;align-items:stretch}.cyber-actions a{justify-content:center}.cyber-readout>span{flex:1;min-width:0;padding:0 12px}.cyber-terminal{display:none}.cyber-marquee{height:55px}.cyber-marquee div{font-size:13px}.cyber-modules{padding:90px 18px}.cyber-section-head h2{letter-spacing:-2.5px;font-size:43px}.module-grid{grid-template-columns:1fr}.module-grid article{min-height:320px}.cyber-manifesto{padding:85px 20px}.manifesto-visual{min-height:300px;padding:25px}.manifesto-visual span,.manifesto-visual b{letter-spacing:-4px;font-size:44px}.cyber-final h2{letter-spacing:-2.5px;font-size:42px}.cyber-footer{flex-direction:column;align-items:flex-start}.cyber-footer small{margin-left:0}.inner-hero{min-height:550px;padding:125px 20px 70px}.inner-hero h1{letter-spacing:-3.5px;font-size:52px}.about-story{grid-template-columns:1fr;padding:85px 20px}.about-story aside{min-height:260px}.about-values{padding:85px 20px}.value-grid{grid-template-columns:1fr}.value-grid article{min-height:230px}.about-build{flex-wrap:wrap;align-items:flex-start;padding:45px 20px}.about-build>div{flex-basis:calc(100% - 80px)}.about-build>a{margin-left:80px}.contact-zone{padding:85px 18px}.cyber-form>label{margin-inline:18px}.cyber-form>button{width:calc(100% - 36px);margin-inline:18px}}@media (prefers-reduced-motion:reduce){.cyber-site *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cyber-nav{background:linear-gradient(#050708 0%,#070a09f2 100%);border-bottom:1px solid #b8ff362f;height:92px;padding-inline:max(5vw,24px);position:absolute;box-shadow:0 14px 35px #0007}.cyber-logo>span:first-child{background:#b8ff3612;border-color:#b8ff3680;width:42px;height:42px;box-shadow:0 0 18px #b8ff3615}.cyber-logo__text{grid-template-columns:auto auto;align-items:baseline;line-height:1;display:grid}.cyber-logo__text b,.cyber-logo__text em{font-size:17px}.cyber-logo__text small{color:#a8b3ac;letter-spacing:1.6px;grid-column:1/-1;margin-top:6px;font:700 7px monospace}.cyber-links{gap:38px}.cyber-links a{color:#bdc6c0;letter-spacing:1.2px;text-shadow:0 1px 8px #000;padding:36px 3px 33px;font:800 11px monospace}.cyber-links a:hover,.cyber-links a.active{color:#fff;text-shadow:0 0 12px #b8ff3645}.cyber-links a.active:after{height:2px;bottom:25px}.cyber-enter{color:#d7ff8f;background:#b8ff3610;min-height:46px;padding:0 19px;font-size:10px;box-shadow:inset 0 0 15px #b8ff3608}.cyber-footer{background:linear-gradient(#090c0a,#040605);border-top:1px solid #b8ff3638;grid-template-columns:1.2fr 1fr 1fr;align-items:start;gap:55px;min-height:230px;padding:55px max(6vw,25px);display:grid;box-shadow:inset 0 20px 50px #0005}.cyber-footer__brand>p{color:#a1aca5;max-width:330px;margin-top:20px;font:11px/1.7 monospace}.cyber-footer__links{grid-template-columns:1fr 1fr;gap:17px 28px;padding-top:8px;display:grid}.cyber-footer__links a{color:#bec8c1;font:700 11px monospace;transition:all .2s}.cyber-footer__links a:hover{color:var(--acid);transform:translate(3px)}.cyber-footer__status{text-align:right;flex-direction:column;align-items:flex-end;padding-top:8px;display:flex}.cyber-footer__status>span{color:#d9ff97;letter-spacing:.8px;font:800 9px monospace}.cyber-footer__status i{background:var(--acid);width:7px;height:7px;box-shadow:0 0 10px var(--acid);border-radius:50%;margin-right:8px;animation:1.6s infinite pulse;display:inline-block}.cyber-footer__status small{color:#838e87;margin-top:50px;font:9px/1.7 monospace}@media (width<=900px){.cyber-nav{height:78px}.cyber-links{gap:20px}.cyber-links a{padding-block:29px 26px;font-size:9px}.cyber-links a.active:after{bottom:19px}.cyber-logo__text small{display:none}.cyber-footer{grid-template-columns:1fr 1fr}.cyber-footer__status{text-align:left;grid-column:1/-1;align-items:flex-start}.cyber-footer__status small{margin-top:14px}}@media (width<=720px){.cyber-nav{height:74px}.cyber-logo__text b,.cyber-logo__text em{font-size:15px}.cyber-logo>span:first-child{width:38px;height:38px}.cyber-links{background:#090d0bfa;padding:12px;top:73px;box-shadow:0 22px 45px #000}.cyber-links a{color:#dce4df;border-bottom:1px solid #242b26;padding:15px 14px;font-size:11px}.cyber-links a:last-child{border-bottom:0}.cyber-footer{grid-template-columns:1fr;gap:35px;padding:45px 24px}.cyber-footer__status{grid-column:auto}.cyber-footer__links{max-width:340px}.cyber-footer__status{text-align:left;align-items:flex-start}}.cyber-footer__bottom{color:#aeb8b1;text-align:center;border-top:1px solid #343c36;grid-column:1/-1;width:100%;margin-top:6px;padding-top:22px}.cyber-footer__bottom small{letter-spacing:.3px;font:10px/1.6 monospace}.cyber-footer{gap:28px 45px;min-height:0;padding:32px max(5vw,24px) 0}.cyber-footer .cyber-logo>span:first-child{width:36px;height:36px}.cyber-footer .cyber-logo__text small{color:#c1cbc4}.cyber-footer__brand>p{color:#c2cbc5;margin-top:14px;font-size:11px;line-height:1.6}.cyber-footer__links a{color:#eef4f0;font-size:11px}.cyber-footer__status>span{color:#cfff79;font-size:9px}.cyber-footer__bottom{color:#d0d8d3;border-top-color:#4b554e;width:calc(100% + 2*max(5vw,24px));margin:0 calc(-1*max(5vw,24px));padding:15px 24px 16px}.cyber-footer__bottom small{font-size:10px}@media (width<=900px){.cyber-footer{padding-top:30px}.cyber-footer__bottom{width:calc(100% + 2*max(5vw,24px));margin-inline:calc(-1*max(5vw,24px))}}@media (width<=720px){.cyber-footer{gap:25px;padding:28px 20px 0}.cyber-footer__bottom{width:calc(100% + 40px);margin-inline:-20px;padding-block:14px}.cyber-footer__brand>p,.cyber-footer__links a{font-size:10px}}.cyber-footer{gap:38px 60px;padding-top:45px}.cyber-footer .cyber-logo>span:first-child{width:48px;height:48px;font-size:21px}.cyber-footer .cyber-logo__text b,.cyber-footer .cyber-logo__text em{font-size:19px}.cyber-footer .cyber-logo__text small{margin-top:7px;font-size:8px;display:block}.cyber-footer__brand>p{max-width:390px;margin-top:19px;font-size:13px;line-height:1.7}.cyber-footer__links{gap:18px 34px;padding-top:7px}.cyber-footer__links a{font-size:13px}.cyber-footer__status{padding-top:9px}.cyber-footer__status>span{font-size:11px}.cyber-footer__status i{width:8px;height:8px}.cyber-footer__bottom{margin-top:5px}@media (width<=900px){.cyber-footer{gap:34px 45px;padding-top:40px}.cyber-footer__links a{font-size:12px}}@media (width<=720px){.cyber-footer{gap:30px;padding-top:35px}.cyber-footer .cyber-logo>span:first-child{width:44px;height:44px}.cyber-footer .cyber-logo__text b,.cyber-footer .cyber-logo__text em{font-size:17px}.cyber-footer__brand>p,.cyber-footer__links a{font-size:12px}.cyber-footer__status>span{font-size:10px}}.cyber-footer__bottom{background:#070a08;color:#f1f5f2!important}.cyber-footer__bottom small{letter-spacing:.45px;text-shadow:0 0 10px #ffffff20;color:#f1f5f2!important;font-size:12px!important;font-weight:600!important}.contact-page .inner-code{color:#c8ff70;text-shadow:0 0 12px #b8ff3635;font-size:11px}.contact-page .inner-hero h1{color:#f7faf8}.contact-page .inner-hero>p{color:#c7d0ca;font-size:14px;line-height:1.9}.contact-info>span{color:#c8ff70;font-size:10px}.contact-info h2{color:#f5f8f6}.contact-info>p{color:#bdc7c0;font-size:12px;line-height:1.9}.contact-method{border-top-color:#3a433d}.contact-method>svg{filter:drop-shadow(0 0 6px #b8ff3650)}.contact-method small{color:#9eaaa2;font-size:9px}.contact-method b,.contact-method a{color:#f0f5f2;font-size:12px}.contact-method a:hover{color:var(--acid)}.signal-live{color:#d3ff88;font-size:10px}.form-terminal span{color:#aab5ad;font-size:9px}.cyber-form label>span{color:#c1cbc4;font-size:9px}.cyber-form input,.cyber-form select,.cyber-form textarea{color:#f5f8f6;background:#090d0a;border-color:#414a44;font-size:12px}.cyber-form input::placeholder,.cyber-form textarea::placeholder{color:#89958d;opacity:1}.cyber-form select:invalid{color:#89958d}.cyber-form>button{font-size:10px}.cyber-form>small{color:#a2ada6;font-size:9px}.transmission-success h3{color:#f4f8f5}.transmission-success p{color:#b8c3bc;font-size:11px}.transmission-success button{color:#d2ff87;border-color:#66715f}.teacher-page-head,.admin-users-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:27px;display:flex}.teacher-page-head>div:first-child>span,.admin-users-head>div>span{color:#4169e1;letter-spacing:1.6px;font-size:9px;font-weight:800}.teacher-page-head h1,.admin-users-head h1{color:#17263b;letter-spacing:-1px;margin-top:7px;font:800 clamp(27px,3vw,36px)/1.2 Manrope}.teacher-page-head p,.admin-users-head p{color:#7d8999;margin-top:6px;font-size:12px}.teacher-status{color:#13865d;background:#eaf9f3;border-radius:20px;align-items:center;gap:8px;padding:9px 12px;font-size:9px;font-weight:800;display:flex}.teacher-status i,.account-active i{background:#22b779;border-radius:50%;width:6px;height:6px}.teacher-empty-banner{background:#fff9ea;border:1px solid #f3dfac;border-radius:16px;align-items:center;gap:16px;margin-bottom:18px;padding:18px 20px;display:flex}.teacher-empty-banner>span{color:#cb8421;background:#fff3d5;border-radius:12px;flex:0 0 42px;place-items:center;height:42px;display:grid}.teacher-empty-banner strong{color:#6e4a15;font-size:12px}.teacher-empty-banner p{color:#967443;margin-top:4px;font-size:10px;line-height:1.5}.teacher-stat-grid,.admin-user-stats{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:18px;display:grid}.teacher-stat-grid>div{background:#fff;border:1px solid #e8edf3;border-radius:17px;padding:19px}.teacher-stat-grid span,.teacher-stat-grid strong,.teacher-stat-grid small{display:block}.teacher-stat-grid span{color:#7f8a9a;font-size:10px}.teacher-stat-grid strong{color:#1d2c41;margin:5px 0;font:800 25px Manrope}.teacher-stat-grid small{color:#9aa4b1;font-size:8.5px}.teacher-tools-section{background:#fff;border:1px solid #e8edf3;border-radius:18px;padding:21px}.teacher-section-title{justify-content:space-between;margin-bottom:18px;display:flex}.teacher-section-title h2{font:800 15px Manrope}.teacher-section-title p{color:#929ca9;margin-top:4px;font-size:9.5px}.teacher-tool-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.teacher-tool-card{border:1px solid #e8edf3;border-radius:14px;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;min-height:94px;padding:14px;transition:all .18s;display:grid}.teacher-tool-card:hover{border-color:#cdd9fa;transform:translateY(-1px)}.teacher-tool-card>span{color:#4169e1;background:#eef2ff;border-radius:11px;place-items:center;height:38px;display:grid}.teacher-tool-card p{color:#8d97a5;margin-top:5px;font-size:8.5px;line-height:1.5}.teacher-back-link{color:#718096;align-items:center;gap:7px;margin-bottom:22px;font-size:10px;font-weight:700;display:inline-flex}.teacher-page-head--compact{margin-bottom:20px}.teacher-workspace-empty{text-align:center;background:#fff;border:1px solid #e8edf3;border-radius:19px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:35px;display:flex}.teacher-workspace-empty>span{color:#4169e1;background:#eef2ff;border-radius:17px;place-items:center;width:58px;height:58px;font-size:23px;display:grid}.teacher-workspace-empty h2{margin-top:17px;font:800 18px Manrope}.teacher-workspace-empty p{color:#8490a1;max-width:440px;margin-top:8px;font-size:11px;line-height:1.7}.teacher-workspace-empty>div{color:#8c96a5;background:#f5f7fa;border-radius:9px;align-items:center;gap:7px;margin-top:18px;padding:8px 11px;font-size:9px;display:flex}.admin-users-head{align-items:flex-end}.admin-users-head>button{color:#fff;background:#4169e1;border-radius:11px;align-items:center;gap:8px;height:43px;padding:0 16px;font-size:10px;font-weight:800;display:flex}.admin-user-stats>div{background:#fff;border:1px solid #e8edf3;border-radius:15px;align-items:center;gap:13px;padding:16px;display:flex}.admin-user-stats>div>span{color:#4169e1;background:#eef2ff;border-radius:11px;place-items:center;width:37px;height:37px;display:grid}.admin-user-stats p{color:#8893a3;font-size:9px}.admin-user-stats strong{color:#24344a;margin-top:4px;font:800 19px Manrope;display:block}.admin-users-card{background:#fff;border:1px solid #e8edf3;border-radius:18px;overflow:hidden}.admin-users-toolbar{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:65px;padding:12px 16px;display:flex}.admin-users-toolbar>div{color:#9aa4b2;background:#f6f8fb;border-radius:10px;align-items:center;gap:9px;width:min(340px,80%);height:39px;padding:0 12px;display:flex}.admin-users-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:10px}.admin-users-toolbar>button{color:#718096;background:#f6f8fb;border-radius:10px;width:37px;height:37px}.admin-users-empty{color:#929caa;flex-direction:column;justify-content:center;align-items:center;min-height:250px;font-size:11px;display:flex}.admin-users-empty>svg{margin-bottom:10px;font-size:27px}.admin-users-empty p{margin-top:5px;font-size:9px}.admin-users-table-wrap{overflow-x:auto}.admin-users-table{border-collapse:collapse;text-align:left;width:100%}.admin-users-table th{color:#98a2b0;text-transform:uppercase;background:#fafbfc;padding:12px 16px;font-size:8px}.admin-users-table td{color:#59677a;border-top:1px solid #eef1f5;padding:15px 16px;font-size:10px}.admin-users-table td:first-child{align-items:center;gap:10px;display:flex}.admin-users-table td strong,.admin-users-table td small{display:block}.admin-users-table td small{color:#96a0ae;margin-top:3px;font-size:8.5px}.teacher-avatar{color:#fff;background:linear-gradient(135deg,#4169e1,#7658dd);border-radius:10px;flex:0 0 35px;place-items:center;height:35px;font-size:9px;font-weight:800;display:grid}.account-active{color:#168c62;text-transform:capitalize;background:#ebfaf4;border-radius:12px;align-items:center;gap:6px;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.admin-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07132699;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-teacher-modal{background:#fff;border-radius:20px;width:min(100%,620px);max-height:calc(100vh - 40px);padding:30px;position:relative;overflow-y:auto}.admin-modal-close{color:#7a8698;background:#f3f5f8;border-radius:10px;width:34px;height:34px;position:absolute;top:20px;right:20px}.admin-teacher-modal>span{color:#4169e1;letter-spacing:1.5px;font-size:8px;font-weight:800}.admin-teacher-modal h2{margin-top:7px;font:800 24px Manrope}.admin-teacher-modal>p{color:#8893a3;margin:6px 0 22px;font-size:10px}.admin-form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.admin-form-grid label{color:#4a586c;font-size:9px;font-weight:700}.admin-form-grid input{border:1px solid #dfe5ed;border-radius:10px;outline:0;width:100%;height:43px;margin-top:7px;padding:0 12px;font-size:10px}.admin-form-grid input:focus{border-color:#4169e1}.admin-modal-actions{justify-content:flex-end;gap:9px;margin-top:23px;display:flex}.admin-modal-actions button{border-radius:10px;height:41px;padding:0 15px;font-size:9.5px;font-weight:800}.admin-modal-actions button:first-child{color:#69768a;background:#f1f4f7}.admin-modal-actions button:last-child{color:#fff;background:#4169e1}.admin-modal-actions button:disabled{opacity:.6}@media (width<=760px){.teacher-stat-grid,.teacher-tool-grid{grid-template-columns:1fr}.teacher-page-head{display:block}.teacher-status{margin-top:14px;display:inline-flex}.admin-users-head{align-items:flex-start}.admin-form-grid{grid-template-columns:1fr}.admin-user-stats{grid-template-columns:1fr 1fr}.admin-user-stats>div:last-child{grid-column:1/-1}.admin-users-table{min-width:680px}}.attendance-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.attendance-head>div>span,.attendance-card-head>div>span{color:#4169e1;letter-spacing:1.5px;font-size:8px;font-weight:800}.attendance-head h1{color:#17263b;letter-spacing:-1px;margin-top:7px;font:800 clamp(27px,3vw,36px)/1.2 Manrope}.attendance-head p{color:#7d8999;margin-top:6px;font-size:12px}.attendance-head>button{color:#4169e1;background:#eef2ff;border-radius:10px;align-items:center;gap:7px;height:39px;padding:0 13px;font-size:9px;font-weight:800;display:flex}.attendance-stat-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.attendance-stat-grid>div{background:#fff;border:1px solid #e8edf3;border-radius:15px;align-items:center;gap:13px;padding:16px;display:flex}.attendance-stat-grid>div>svg{color:#4169e1;background:#eef2ff;border-radius:10px;width:35px;height:35px;padding:9px}.attendance-stat-grid span,.attendance-stat-grid strong{display:block}.attendance-stat-grid span{color:#8792a2;font-size:9px}.attendance-stat-grid strong{color:#26364b;margin-top:4px;font:800 19px Manrope}.attendance-live-grid{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:16px;margin-bottom:17px;display:grid}.attendance-generator,.attendance-qr-card,.attendance-log-card{background:#fff;border:1px solid #e8edf3;border-radius:18px;padding:21px;box-shadow:0 8px 25px #25375406}.attendance-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.attendance-card-head h2{margin-top:5px;font:800 15px Manrope}.attendance-card-head>svg{color:#9ca7b6}.attendance-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.attendance-form-grid label{color:#556276;font-size:9px;font-weight:700}.attendance-form-grid input,.attendance-form-grid select{color:#28384d;background:#fbfcfe;border:1px solid #dfe5ed;border-radius:10px;outline:0;width:100%;height:42px;margin-top:7px;padding:0 11px;font-size:10px}.attendance-form-grid input:focus,.attendance-form-grid select:focus{border-color:#4169e1;box-shadow:0 0 0 3px #4169e10e}.attendance-generate{color:#fff;background:linear-gradient(135deg,#4169e1,#2850bd);border-radius:11px;width:100%;height:46px;margin-top:18px;font-size:10px;font-weight:800}.attendance-generate:disabled{opacity:.55;cursor:not-allowed}.attendance-qr-card{text-align:center}.attendance-qr-card .attendance-card-head{text-align:left}.attendance-timer{color:#d1761d;align-items:center;gap:6px;font:800 11px Manrope;display:flex}.attendance-qr-shell{background:#fff;border:1px solid #dce3ee;border-radius:17px;place-items:center;width:248px;height:248px;margin:0 auto 15px;padding:13px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #1f355718}.attendance-scan-line{background:#4169e1;height:2px;animation:2.5s ease-in-out infinite attendanceScan;position:absolute;top:25%;left:18px;right:18px;box-shadow:0 0 8px #4169e1}@keyframes attendanceScan{50%{top:75%}}.attendance-qr-card>strong{color:#25354a;font-size:11px}.attendance-qr-card>p{color:#8d98a7;margin-top:5px;font-size:9px}.attendance-qr-actions{justify-content:center;gap:8px;margin-top:15px;display:flex}.attendance-qr-actions button{border-radius:9px;align-items:center;gap:6px;height:36px;padding:0 11px;font-size:8.5px;font-weight:800;display:flex}.attendance-qr-actions button:first-child{color:#4169e1;background:#eef2ff}.attendance-qr-actions button:last-child{color:#d34c4c;background:#fff0f0}.attendance-qr-empty{flex-direction:column;justify-content:center;align-items:center;min-height:345px;display:flex}.attendance-qr-empty>svg{color:#c6cfdb;font-size:42px}.attendance-qr-empty h2{margin-top:13px;font:800 16px Manrope}.attendance-qr-empty p{color:#929dab;max-width:260px;margin-top:7px;font-size:10px;line-height:1.6}.attendance-log-card{padding:0;overflow:hidden}.attendance-log-card>.attendance-card-head{padding:20px 21px 0}.attendance-log-layout{border-top:1px solid #edf0f4;grid-template-columns:310px 1fr;display:grid}.attendance-session-list{border-right:1px solid #edf0f4;max-height:380px;overflow-y:auto}.attendance-session-list button{text-align:left;color:#566478;background:#fff;border-bottom:1px solid #eef1f5;grid-template-columns:1fr auto 24px;align-items:center;gap:8px;width:100%;min-height:65px;padding:11px 14px;display:grid}.attendance-session-list button.active{background:#f2f5ff}.attendance-session-list strong,.attendance-session-list small{display:block}.attendance-session-list strong{color:#26364b;font-size:10px}.attendance-session-list small{color:#98a2b0;margin-top:4px;font-size:8px}.attendance-session-list b{text-align:right;font-size:11px}.attendance-state,.attendance-mark{text-transform:uppercase;border-radius:10px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:800}.attendance-state--active,.attendance-mark--present{color:#168c62;background:#e9faf3}.attendance-state--closed,.attendance-state--expired{color:#788496;background:#eef1f5}.attendance-mark--late{color:#c67716;background:#fff4dd}.attendance-records{min-height:250px;padding:17px}.attendance-records h3{margin-bottom:10px;font:800 12px Manrope}.attendance-records h3 span{color:#9aa4b2;margin-left:7px;font:500 8px DM Sans}.attendance-record{border-top:1px solid #eef1f5;align-items:center;gap:10px;min-height:57px;display:flex}.attendance-record>span{color:#4169e1;background:#eef2ff;border-radius:9px;place-items:center;width:32px;height:32px;font-size:8px;font-weight:800;display:grid}.attendance-record>div{flex:1}.attendance-record strong,.attendance-record small{display:block}.attendance-record small{color:#98a2b0;margin-top:3px;font-size:8px}.attendance-table-empty{color:#929dab;place-items:center;min-height:150px;font-size:10px;display:grid}.attendance-course-lock{text-align:center;background:#fff;border:1px solid #e8edf3;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:30px;display:flex}.attendance-course-lock>svg{color:#4169e1;font-size:31px}.attendance-course-lock h2{margin-top:14px;font:800 18px Manrope}.attendance-course-lock p{color:#8995a5;max-width:430px;margin-top:8px;font-size:11px;line-height:1.7}@media (width<=1000px){.attendance-live-grid{grid-template-columns:1fr}.attendance-qr-empty{min-height:260px}}@media (width<=700px){.attendance-head{align-items:flex-start}.attendance-stat-grid,.attendance-form-grid,.attendance-log-layout{grid-template-columns:1fr}.attendance-session-list{border-bottom:1px solid #edf0f4;border-right:0}.attendance-qr-shell{width:230px;height:230px}.attendance-qr-shell svg{width:204px;height:204px}}.attendance-form-wide{grid-column:1/-1}.attendance-form-grid input[readonly]{color:#718096;background:#f2f4f8}.attendance-stat-grid--four{grid-template-columns:repeat(4,1fr)}.attendance-stat-grid--four>div:nth-child(3)>svg{color:#c67716;background:#fff4dd}.attendance-stat-grid--four>div:nth-child(4)>svg{color:#168c62;background:#e9faf3}.attendance-timer>i{background:#22b779;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite attendancePulse;box-shadow:0 0 0 4px #22b77920}@keyframes attendancePulse{50%{opacity:.35}}.attendance-operations-card{margin-top:1px}.attendance-operations-head{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-end;gap:18px;padding:20px 21px;display:flex}.attendance-operations-head>div:first-child>span{color:#4169e1;letter-spacing:1.5px;font-size:8px;font-weight:800}.attendance-operations-head h2{margin-top:5px;font:800 15px Manrope}.attendance-toolbar{gap:8px;display:flex}.attendance-toolbar label,.attendance-record-search{color:#9aa4b2;background:#f6f8fb;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 11px;display:flex}.attendance-toolbar input,.attendance-record-search input{background:0 0;border:0;outline:0;width:180px;font-size:9px}.attendance-toolbar select{color:#58667a;background:#f6f8fb;border:0;border-radius:9px;height:38px;padding:0 10px;font-size:9px}.attendance-records-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.attendance-records-head h3{margin:0;font:800 13px Manrope}.attendance-records-head p{color:#929dab;margin-top:5px;font-size:8.5px}.attendance-records-head>div:last-child{gap:7px;display:flex}.attendance-records-head button{color:#4169e1;background:#eef2ff;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 10px;font-size:8px;font-weight:800;display:flex}.attendance-records-head button:last-child{color:#566579;background:#f1f4f7}.attendance-records-head button:disabled{opacity:.45}.attendance-manual-form{background:#f7f9fc;border:1px solid #e8edf3;border-radius:11px;grid-template-columns:1.35fr .65fr 1.2fr auto;gap:7px;margin:0 0 12px;padding:11px;display:grid}.attendance-manual-form input,.attendance-manual-form select{color:#465469;background:#fff;border:1px solid #dfe5ed;border-radius:8px;outline:0;min-width:0;height:36px;padding:0 9px;font-size:8.5px}.attendance-manual-form button{color:#fff;background:#4169e1;border-radius:8px;height:36px;padding:0 12px;font-size:8.5px;font-weight:800}.attendance-manual-form button:disabled{opacity:.5}.attendance-record-search{width:100%;margin-bottom:5px}.attendance-record-search input{width:100%}.attendance-record--admin>button{background:0 0;padding:5px}.attendance-record--admin>div small+small{color:#788596}.attendance-record--admin .attendance-mark{cursor:pointer}.attendance-record--admin .attendance-mark:hover{filter:brightness(.96)}@media (width<=1000px){.attendance-stat-grid--four{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.attendance-operations-head{flex-direction:column;align-items:flex-start}.attendance-toolbar{width:100%}.attendance-toolbar label{flex:1}.attendance-toolbar input{width:100%}.attendance-manual-form{grid-template-columns:1fr 1fr}.attendance-manual-form input{grid-column:1/-1}.attendance-records-head{flex-direction:column}.attendance-stat-grid--four{grid-template-columns:1fr 1fr}}@media (width<=480px){.attendance-stat-grid--four{grid-template-columns:1fr}.attendance-toolbar{flex-direction:column}.attendance-toolbar label,.attendance-toolbar select{width:100%}.attendance-manual-form{grid-template-columns:1fr}.attendance-manual-form input{grid-column:auto}}.student-attendance-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.student-attendance-head>div>span,.student-attendance-title span{color:#4169e1;letter-spacing:1.5px;font-size:8px;font-weight:800}.student-attendance-head h1{color:#17263b;letter-spacing:-1px;margin-top:7px;font:800 clamp(27px,3vw,36px)/1.2 Manrope}.student-attendance-head p{color:#7d8999;margin-top:6px;font-size:12px}.student-attendance-head button{color:#4169e1;background:#eef2ff;border-radius:10px;align-items:center;gap:7px;height:39px;padding:0 13px;font-size:9px;font-weight:800;display:flex}.student-attendance-head button:disabled{opacity:.6}.is-spinning{animation:.8s linear infinite attendanceSpin}@keyframes attendanceSpin{to{transform:rotate(360deg)}}.student-attendance-summary{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.student-attendance-summary article{background:#fff;border:1px solid #e8edf3;border-radius:15px;align-items:center;gap:13px;padding:17px;display:flex}.student-attendance-summary svg{color:#4169e1;background:#eef2ff;border-radius:11px;width:38px;height:38px;padding:10px}.student-attendance-summary article:nth-child(2) svg{color:#c67716;background:#fff4dd}.student-attendance-summary article:nth-child(3) svg{color:#7b5ae0;background:#f0ebff}.student-attendance-summary article:nth-child(4) svg{color:#168c62;background:#e9faf3}.student-attendance-summary span,.student-attendance-summary strong{display:block}.student-attendance-summary span{color:#8792a2;font-size:9px}.student-attendance-summary strong{color:#26364b;margin-top:4px;font:800 20px Manrope}.student-attendance-history{background:#fff;border:1px solid #e8edf3;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px #25375406}.student-attendance-title{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.student-attendance-title h2{margin-top:5px;font:800 15px Manrope}.student-attendance-title>b{color:#68758a;background:#f3f5f8;border-radius:9px;padding:6px 9px;font-size:8px}.student-attendance-list{padding:0 22px}.student-attendance-list article{border-bottom:1px solid #eef1f5;align-items:center;gap:13px;min-height:72px;display:flex}.student-attendance-list article:last-child{border:0}.student-course-code{text-align:center;color:#4169e1;background:#eef2ff;border-radius:9px;min-width:72px;padding:8px 9px;font-size:8px;font-weight:800}.student-record-main{flex:1}.student-record-main strong,.student-record-main span{display:block}.student-record-main strong{color:#26364b;font-size:10px}.student-record-main span{color:#98a2b0;margin-top:5px;font-size:8px}.student-attendance-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:30px;display:flex}.student-attendance-empty svg{color:#c6cfdb;font-size:38px}.student-attendance-empty h3{color:#26364b;margin-top:13px;font:800 15px Manrope}.student-attendance-empty p{color:#929dab;max-width:390px;margin-top:7px;font-size:10px;line-height:1.7}@media (width<=1000px){.student-attendance-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.student-attendance-head{align-items:flex-start}.student-attendance-summary{grid-template-columns:1fr}.student-attendance-list{padding:0 15px}.student-attendance-list article{flex-wrap:wrap;padding:14px 0}.student-record-main{min-width:calc(100% - 90px)}}.app-shell{font-size:16px;line-height:1.5}.topbar-links a{font-size:15px}.user-copy strong{font-size:14px}.user-copy small{font-size:12px}.profile-dropdown__head small,.profile-dropdown__status{font-size:12px}.profile-dropdown__links small,.nav-label{font-size:11px}.side-link{min-height:46px;font-size:14px}.dashboard-head p{font-size:15px}.dashboard-action,.stat-main>span{font-size:13px}.stat-main small{font-size:12px}.card-heading h2{font-size:18px}.card-heading p,.card-heading a,.status-pill{font-size:12px}.timeline-time strong,.timeline-copy strong,.task-row>div strong{font-size:14px}.timeline-time small,.timeline-copy span,.task-row>div span,.task-row>small,.progress-ring span,.progress-legend span{font-size:12px}.progress-legend strong,.announcement-card p{font-size:14px}.announcement-card a{font-size:13px}.teacher-page-head>div:first-child>span,.admin-users-head>div>span{font-size:11px}.teacher-page-head p,.admin-users-head p{font-size:14px}.teacher-status,.teacher-stat-grid span,.teacher-stat-grid small{font-size:12px}.teacher-section-title h2{font-size:18px}.teacher-section-title p{font-size:12px}.admin-users-table th{font-size:11px}.admin-users-table td{font-size:13px}.attendance-head>div>span,.attendance-card-head>div>span,.attendance-operations-head>div:first-child>span{font-size:11px}.attendance-head p{font-size:15px}.attendance-head>button,.attendance-stat-grid span{font-size:13px}.attendance-card-head h2,.attendance-operations-head h2{font-size:18px}.attendance-form-grid label{font-size:13px}.attendance-form-grid input,.attendance-form-grid select,.attendance-generate,.attendance-timer,.attendance-qr-card>strong{font-size:14px}.attendance-qr-card>p{font-size:13px}.attendance-qr-actions button{font-size:12px}.attendance-qr-empty p,.attendance-table-empty{font-size:13px}.attendance-session-list strong{font-size:14px}.attendance-session-list small{font-size:12px}.attendance-session-list b{font-size:14px}.attendance-records h3,.attendance-records-head h3{font-size:16px}.attendance-records h3 span,.attendance-records-head p{font-size:12px}.attendance-record strong{font-size:14px}.attendance-record small{font-size:12px}.attendance-record>span{font-size:11px}.attendance-toolbar input,.attendance-record-search input,.attendance-toolbar select{font-size:13px}.attendance-records-head button{font-size:12px}.attendance-manual-form input,.attendance-manual-form select,.attendance-manual-form button{font-size:13px}.student-attendance-head>div>span,.student-attendance-title span{font-size:11px}.student-attendance-head p{font-size:15px}.student-attendance-head button,.student-attendance-summary span{font-size:13px}.student-attendance-title h2{font-size:18px}.student-attendance-title>b,.student-course-code{font-size:12px}.student-record-main strong{font-size:14px}.app-footer .footer-about>p{font-size:14px}@media (width<=760px){.side-link{font-size:14px}.page-content :where(p,small,label,input,select,textarea,button,td,th){font-size:13px}}.attendance-mark--absent{color:#d34c4c;background:#fff0f0}.attendance-roster-row{border-top:1px solid #eef1f5;align-items:center;gap:11px;min-height:72px;padding:10px 0;display:flex}.attendance-roster-avatar{color:#4169e1;background:#eef2ff;border-radius:11px;flex:0 0 38px;place-items:center;height:38px;font-size:12px;font-weight:800;display:grid}.attendance-roster-person{flex:1;min-width:0}.attendance-roster-person strong,.attendance-roster-person small{display:block}.attendance-roster-person strong{color:#26364b;font-size:14px}.attendance-roster-person small{color:#8d98a7;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;overflow:hidden}.attendance-status-actions{gap:6px;display:flex}.attendance-status-actions button{color:#748094;text-transform:capitalize;background:#f3f5f8;border:1px solid #0000;border-radius:9px;min-width:72px;height:36px;padding:0 10px;font-size:12px;font-weight:800;transition:all .15s}.attendance-status-actions button:hover:not(:disabled){border-color:#cad3df;transform:translateY(-1px)}.attendance-status-actions button.is-present{color:#168c62;background:#e9faf3;border-color:#bcebd8}.attendance-status-actions button.is-late{color:#b86b12;background:#fff4dd;border-color:#f4d9a0}.attendance-status-actions button.is-absent{color:#d34c4c;background:#fff0f0;border-color:#f4c5c5}.attendance-status-actions button:disabled{cursor:wait;opacity:.65}@media (width<=760px){.attendance-roster-row{flex-wrap:wrap;align-items:flex-start}.attendance-status-actions{width:100%;padding-left:49px}.attendance-status-actions button{flex:1}}@media (width<=480px){.attendance-status-actions{padding-left:0}.attendance-status-actions button{min-width:0;padding:0 6px}}.app-shell{color:#17263b;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px}.app-shell button,.app-shell input,.app-shell select,.app-shell textarea{font-family:inherit}.page-content{line-height:1.6}.topbar{min-height:76px}.topbar .brand{font-size:22px}.topbar-links a{font-size:16px;font-weight:700}.user-copy strong{font-size:15px;font-weight:800}.user-copy small{color:#64748b;font-size:13px}.profile-dropdown__head small,.profile-dropdown__status,.profile-dropdown__links small{font-size:13px}.sidebar{width:252px;height:calc(100vh - 76px);top:76px}.nav-label{color:#7c8899;font-size:12px}.side-link{min-height:48px;font-size:15px;font-weight:650}.side-link small,.semester-mini>div:first-child{font-size:12px}.semester-mini strong{font-size:13px}.page-content :where(p,small,label,input,select,textarea,button,td,th){font-size:15px}.page-content :where(input,select,textarea)::placeholder{color:#7f8b9c;opacity:1}.page-content h1{color:#102039}.page-content h2,.page-content h3{color:#17263b}.dashboard-head p,.teacher-page-head p,.admin-users-head p,.attendance-head p,.student-attendance-head p{color:#637083;font-size:16px}.dashboard-action,.attendance-head>button,.student-attendance-head button{font-size:14px}.card-heading h2,.teacher-section-title h2,.attendance-card-head h2,.attendance-operations-head h2,.student-attendance-title h2{font-size:19px}.card-heading p,.card-heading a,.status-pill,.teacher-section-title p{font-size:14px}.stat-main>span,.teacher-stat-grid span,.admin-user-stats p,.attendance-stat-grid span,.student-attendance-summary span{color:#667386;font-size:14px;font-weight:650}.stat-main small,.teacher-stat-grid small{font-size:13px}.admin-user-stats strong,.attendance-stat-grid strong{font-size:24px}.teacher-tool-card strong{font-size:15px}.teacher-tool-card p{font-size:14px}.admin-users-toolbar input{font-size:15px}.admin-users-table th{letter-spacing:.35px;color:#68758a;font-size:13px}.admin-users-table td{color:#46566d;font-size:15px}.admin-users-table td strong{font-size:15px}.admin-users-table td small,.account-active{font-size:13px}.admin-users-head>button,.admin-modal-actions button,.admin-form-grid label,.admin-form-grid input,.attendance-form-grid label{font-size:14px}.attendance-form-grid input,.attendance-form-grid select,.attendance-generate,.attendance-qr-card>strong,.attendance-session-list strong,.attendance-record strong,.attendance-roster-person strong{font-size:15px}.attendance-qr-card>p,.attendance-session-list small,.attendance-record small,.attendance-roster-person small,.attendance-records-head p{font-size:13px}.attendance-state,.attendance-mark{font-size:11px}.attendance-toolbar input,.attendance-record-search input,.attendance-toolbar select,.attendance-records-head button,.attendance-status-actions button{font-size:13px}.attendance-table-empty,.student-record-main strong{font-size:15px}.student-record-main span,.student-attendance-empty p{font-size:14px}.student-course-code,.student-attendance-title>b{font-size:13px}.app-footer .footer-logo span,.app-footer .footer-section h3{font-size:18px}.app-footer .footer-about>p{font-size:15px;line-height:1.8}.app-footer .footer-section>a,.app-footer .footer-section p{font-size:15px}.app-footer .footer-section small,.app-footer .footer-bottom a,.app-footer .footer-bottom p{font-size:13px}@media (width<=900px){.topbar{min-height:72px}.sidebar{height:calc(100vh - 72px);top:72px}.page-content :where(p,small,label,input,select,textarea,button,td,th){font-size:14px}}@media (width<=760px){.topbar .brand{font-size:19px}.page-content{line-height:1.55}.page-content :where(p,small,label,input,select,textarea,button,td,th){font-size:14px}}.tasks-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:25px;display:flex}.tasks-head>div>span,.task-composer-title span{color:#7c3aed;letter-spacing:1.6px;font-size:11px;font-weight:900}.tasks-head h1{color:#102039;letter-spacing:-1.2px;margin-top:7px;font:800 clamp(30px,3vw,40px)/1.15 Manrope}.tasks-head p{color:#637083;max-width:680px;margin-top:8px;font-size:16px}.tasks-head>button,.tasks-empty>button{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:12px;align-items:center;gap:8px;height:46px;padding:0 17px;font-size:14px;font-weight:800;display:flex;box-shadow:0 10px 24px #6d3ee52a}.tasks-summary{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.tasks-summary article{background:#fff;border:1px solid #e6e9f0;border-radius:16px;align-items:center;gap:13px;padding:17px;display:flex}.tasks-summary article>span{color:#7c3aed;background:#f1eafe;border-radius:12px;place-items:center;width:42px;height:42px;font-size:19px;display:grid}.tasks-summary article:nth-child(2)>span{color:#2563eb;background:#eaf1ff}.tasks-summary article:nth-child(3)>span{color:#168c62;background:#e9faf3}.tasks-summary article:nth-child(4)>span{color:#d34c4c;background:#fff0f0}.tasks-summary small,.tasks-summary strong{display:block}.tasks-summary small{color:#6f7b8d;font-size:13px;font-weight:650}.tasks-summary strong{color:#1d2c41;margin-top:2px;font:800 24px Manrope}.task-composer{background:#fff;border:1px solid #ddd8ef;border-radius:18px;margin-bottom:18px;padding:22px;box-shadow:0 14px 35px #4c36800b}.task-composer-title{justify-content:space-between;align-items:flex-start;margin-bottom:17px;display:flex}.task-composer-title h2{margin-top:5px;font:800 19px Manrope}.task-composer-title>button{color:#68758a;background:#f2f4f7;border-radius:8px;padding:7px 10px;font-size:13px;font-weight:800}.task-composer label{color:#465469;font-size:14px;font-weight:750;display:block}.task-composer input,.task-composer select,.task-composer textarea{color:#26364b;background:#fafbfc;border:1px solid #dce2ea;border-radius:10px;outline:0;width:100%;margin-top:7px;padding:0 12px;font-size:15px}.task-composer input,.task-composer select{height:44px}.task-composer textarea{resize:vertical;padding-top:11px;line-height:1.5}.task-composer input:focus,.task-composer select:focus,.task-composer textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed12}.task-composer-title+.task-title-field{margin-bottom:13px}.task-composer-row{grid-template-columns:1fr 1fr auto;align-items:end;gap:13px;margin-top:13px;display:grid}.task-composer-row>button{color:#fff;background:#6d3ee5;border-radius:10px;align-items:center;gap:7px;height:44px;padding:0 16px;font-size:14px;font-weight:800;display:flex}.tasks-board{background:#fff;border:1px solid #e5e9ef;border-radius:18px;overflow:hidden}.tasks-toolbar{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:12px 17px;display:flex}.tasks-tabs{gap:6px;display:flex}.tasks-tabs button{color:#6f7b8d;background:0 0;border-radius:9px;align-items:center;gap:8px;height:40px;padding:0 13px;font-size:14px;font-weight:800;display:flex}.tasks-tabs button span{color:#7c8798;background:#eef1f5;border-radius:7px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:11px;display:grid}.tasks-tabs button.active{color:#6d3ee5;background:#f2edff}.tasks-tabs button.active span{color:#fff;background:#7c3aed}.tasks-toolbar>label{color:#929cab;background:#f5f7fa;border-radius:10px;align-items:center;gap:9px;width:min(320px,42%);height:41px;padding:0 12px;display:flex}.tasks-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:14px}.task-list{padding:0 19px}.task-list article{border-bottom:1px solid #eef1f5;align-items:center;gap:13px;min-height:88px;padding:14px 0;display:flex}.task-list article:last-child{border:0}.task-check-button{color:#7c3aed;background:#f1eafe;border-radius:12px;flex:0 0 39px;place-items:center;height:39px;font-size:19px;display:grid}.task-copy{flex:1;min-width:0}.task-copy>div{align-items:center;gap:9px;display:flex}.task-copy strong{color:#26364b;font-size:16px}.task-copy p{color:#68758a;white-space:pre-wrap;margin-top:5px;font-size:14px;line-height:1.55}.task-copy small{color:#8490a1;align-items:center;gap:6px;margin-top:7px;font-size:12px;display:flex}.task-copy small.is-overdue{color:#d34c4c;font-weight:800}.task-priority{text-transform:uppercase;border-radius:8px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:900}.task-priority--low{color:#64748b;background:#eef1f5}.task-priority--normal{color:#315bd0;background:#eaf1ff}.task-priority--high{color:#d34c4c;background:#fff0f0}.task-delete{color:#9aa4b2;background:0 0;border-radius:10px;flex:0 0 38px;place-items:center;height:38px;font-size:17px;display:grid}.task-delete:hover{color:#d34c4c;background:#fff0f0}.task-list article.is-complete .task-check-button{color:#fff;background:#22a875}.task-list article.is-complete .task-copy strong{color:#8994a4;text-decoration:line-through}.task-list article.is-complete .task-copy p{color:#9aa4b2}.tasks-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:35px;display:flex}.tasks-empty>svg{color:#b7a5e4;font-size:43px}.tasks-empty h2{margin-top:14px;font:800 19px Manrope}.tasks-empty p{color:#7f8b9c;max-width:430px;margin-top:7px;font-size:14px}.tasks-empty>button{margin-top:18px}@media (width<=1000px){.tasks-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.tasks-head{flex-direction:column;align-items:flex-start}.tasks-summary,.task-composer-row{grid-template-columns:1fr 1fr}.task-composer-row>button{grid-column:1/-1;justify-content:center}.tasks-toolbar{flex-direction:column;align-items:stretch}.tasks-toolbar>label{width:100%}.tasks-tabs{overflow-x:auto}.task-copy>div{flex-direction:column;align-items:flex-start;gap:5px}}@media (width<=460px){.tasks-summary{grid-template-columns:1fr}.tasks-tabs button{padding:0 9px;font-size:12px}.task-composer-row{grid-template-columns:1fr}.task-composer-row>button{grid-column:auto}}.task-list--published article{align-items:flex-start}.task-list--published .task-copy{padding-top:7px}.task-attachments{flex-wrap:wrap;gap:9px;margin-top:13px;display:flex}.task-attachment{color:#41516a;background:#f6f8fb;border:1px solid #e3e8ef;border-radius:11px;align-items:center;gap:10px;min-width:220px;max-width:320px;min-height:52px;padding:9px 11px;font-size:12px;font-weight:750;display:flex}.task-attachment>svg:first-child{color:#6d3ee5;flex:none;font-size:19px}.task-attachment>svg:last-child{color:#8792a2;margin-left:auto}.task-attachment>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.task-attachment>span small{color:#8d98a7;margin-top:2px;font-size:10px;display:block}.task-attachment--image{width:190px;min-width:190px;padding:7px;display:block}.task-attachment--image img{object-fit:cover;border-radius:7px;width:100%;height:110px;display:block}.task-attachment--image span{align-items:center;gap:6px;padding:8px 3px 2px;font-size:11px;display:flex}.admin-task-composer>label{margin-top:13px}.task-file-picker{cursor:pointer;background:#f7f3ff;border:1px dashed #b9a3e8;border-radius:12px;align-items:center;gap:13px;min-height:74px;padding:12px 15px;position:relative;color:#5d4a8c!important;margin-top:17px!important;display:flex!important}.task-file-picker>svg{flex:none;font-size:24px}.task-file-picker>span{flex:1}.task-file-picker strong,.task-file-picker small{display:block}.task-file-picker strong{font-size:14px}.task-file-picker small{color:#776b91;margin-top:4px;font-size:11px}.task-file-picker input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.task-selected-files{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.task-selected-files>span{color:#526078;background:#f4f6f9;border-radius:8px;align-items:center;gap:6px;padding:7px 9px;font-size:11px;display:flex}.task-selected-files small{color:#929cab;font-size:9px}.admin-task-list-head{justify-content:space-between;align-items:center;gap:16px;margin:22px 0 13px;display:flex}.admin-task-list-head h2{font:800 20px Manrope}.admin-task-list-head p{color:#7c8797;margin-top:3px;font-size:13px}.admin-task-list-head button{color:#58667a;background:#fff;border:1px solid #e3e8ef;border-radius:9px;align-items:center;gap:7px;height:39px;padding:0 12px;font-size:13px;font-weight:800;display:flex}.admin-published-tasks{background:#fff;border:1px solid #e5e9ef;border-radius:18px;padding:0 20px}.admin-published-tasks>article{border-bottom:1px solid #edf0f4;align-items:flex-start;gap:14px;min-height:105px;padding:17px 0;display:flex}.admin-published-tasks>article:last-child{border:0}.admin-task-icon{color:#6d3ee5;background:#f1eafe;border-radius:12px;flex:0 0 43px;place-items:center;height:43px;font-size:19px;display:grid}.admin-task-copy{flex:1;min-width:0}.admin-task-copy>div:first-child{align-items:center;gap:8px;display:flex}.admin-task-copy strong{font-size:16px}.admin-task-copy p{color:#637083;white-space:pre-wrap;margin-top:6px;font-size:14px;line-height:1.55}.admin-task-copy>small{color:#8490a1;align-items:center;gap:6px;margin-top:7px;font-size:12px;display:flex}.admin-task-files{flex-wrap:wrap;gap:7px;margin-top:11px;display:flex}.admin-task-files a{color:#4f46a5;background:#f4f2ff;border-radius:8px;align-items:center;gap:7px;max-width:270px;padding:7px 9px;font-size:11px;display:flex;overflow:hidden}.admin-task-files a svg:last-child,.admin-published-tasks .task-delete{margin-left:auto}@media (width<=650px){.task-attachments{grid-template-columns:1fr;display:grid}.task-attachment,.task-attachment--image{width:100%;max-width:none}.task-attachment--image img{height:180px}.admin-task-list-head{align-items:flex-start}.admin-published-tasks{padding:0 14px}.admin-published-tasks>article{flex-wrap:wrap}.admin-published-tasks .task-delete{margin-left:57px}}.admin-task-toolbar-right{align-items:center;gap:8px;display:flex}.admin-task-toolbar-right>label{color:#929cab;background:#f5f7fa;border-radius:10px;align-items:center;gap:9px;width:280px;height:41px;padding:0 12px;display:flex}.admin-task-toolbar-right input{background:0 0;border:0;outline:0;width:100%;font-size:14px}.admin-task-toolbar-right>button{color:#637083;background:#f5f7fa;border-radius:10px;place-items:center;width:41px;height:41px;font-size:16px;display:grid}.admin-published-tasks--board{border:0;border-radius:0}.admin-task-copy>small.is-overdue{color:#d34c4c;font-weight:800}@media (width<=760px){.admin-task-toolbar-right{width:100%}.admin-task-toolbar-right>label{flex:1;width:auto}}@media (width<=480px){.admin-task-toolbar-right>label{min-width:0}}.notification-menu{position:relative}.icon-button.is-open{color:#315bd0;background:#eef2ff}.notification-count{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:grid;position:absolute;top:-5px;right:-4px}.notification-dropdown{z-index:80;color:#26364b;background:#fff;border:1px solid #dfe5ee;border-radius:17px;width:min(390px,100vw - 24px);animation:.16s ease-out profileDropIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 22px 65px #172b4d2c}.notification-dropdown>header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:70px;padding:13px 16px;display:flex}.notification-dropdown>header strong,.notification-dropdown>header small{display:block}.notification-dropdown>header strong{font:800 17px Manrope}.notification-dropdown>header small{color:#7e8999;margin-top:3px;font-size:12px}.notification-dropdown>header>button{color:#607086;background:#f3f5f8;border-radius:9px;place-items:center;width:36px;height:36px;font-size:16px;display:grid}.notification-list{max-height:390px;overflow-y:auto}.notification-list>a{color:#526078;border-bottom:1px solid #eef1f5;align-items:flex-start;gap:11px;min-height:91px;padding:14px 17px;transition:all .15s;display:flex;position:relative}.notification-list>a:hover{background:#f7f9fd}.notification-list>a.is-unread{background:#f3f6ff}.notification-list>a>span{color:#4169e1;background:#e9efff;border-radius:11px;flex:0 0 38px;place-items:center;height:38px;font-size:17px;display:grid}.notification-list>a>span.is-urgent{color:#d34c4c;background:#fff0f0}.notification-list>a>div{flex:1;min-width:0}.notification-list strong{color:#26364b;font-size:14px;display:block}.notification-list p{color:#718095;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.notification-list small{color:#909aa8;margin-top:6px;font-size:11px;display:block}.notification-list>a>i{background:#4169e1;border-radius:50%;flex:0 0 7px;height:7px;margin-top:7px;box-shadow:0 0 0 4px #4169e118}.notification-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:25px;display:flex}.notification-empty>svg{color:#a8b2c0;font-size:30px}.notification-empty strong{margin-top:10px;font-size:14px}.notification-empty p{color:#7f8b9c;max-width:290px;margin-top:5px;font-size:12px;line-height:1.5}.notification-empty button{color:#4169e1;background:#eef2ff;border-radius:8px;margin-top:12px;padding:8px 12px;font-size:12px;font-weight:800}.notification-dropdown>footer{background:#fafbfc;border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:9px 15px;display:flex}.notification-dropdown>footer button,.notification-dropdown>footer a{color:#607086;align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.notification-dropdown>footer a{color:#4169e1}@media (width<=540px){.notification-dropdown{width:auto;position:fixed;top:76px;left:12px;right:12px}.notification-list{max-height:calc(100vh - 220px)}}.line-clamp{line-clamp:var(--line-clamp,3);-webkit-line-clamp:var(--line-clamp,3);line-clamp:var(--line-clamp,3);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-1{--line-clamp:1}.line-clamp-2{--line-clamp:2}.line-clamp-3{--line-clamp:3}.line-clamp-4{--line-clamp:4}.line-clamp-5{--line-clamp:5}.line-clamp-6{--line-clamp:6}.notification-list p{line-clamp:2}.page-content>h1,.page-content>h2,.dashboard-head,.student-tool-head,.account-heading,.teacher-page-head,.admin-users-head,.notice-page-head,.request-page-head,.calendar-page-head,.tasks-head,.attendance-head{text-align:center}.dashboard-head>div:first-child,.student-tool-head,.account-heading>div:first-child,.teacher-page-head>div:first-child,.admin-users-head>div:first-child,.notice-page-head>div:first-child,.request-page-head>div:first-child,.calendar-page-head>div:first-child,.tasks-head>div:first-child,.attendance-head>div:first-child{flex:1;min-width:0}.student-tool-head p,.dashboard-head p,.account-heading p,.teacher-page-head p,.admin-users-head p,.notice-page-head p,.request-page-head p,.calendar-page-head p,.tasks-head p,.attendance-head p{margin-left:auto;margin-right:auto}.page-content>.dashboard-head .eyebrow,.student-tool-head>span,.account-heading .eyebrow,.teacher-page-head>div:first-child>span,.admin-users-head>div:first-child>span,.notice-page-head>div:first-child>span,.request-page-head>div:first-child>span,.calendar-page-head>div:first-child>span,.tasks-head>div:first-child>span,.attendance-head>div:first-child>span,.dashboard-head>div:first-child>p,.student-tool-head>p,.account-heading>div:first-child>p,.teacher-page-head>div:first-child>p,.admin-users-head>div:first-child>p,.notice-page-head>div:first-child>p,.request-page-head>div:first-child>p,.calendar-page-head>div:first-child>p,.tasks-head>div:first-child>p,.attendance-head>div:first-child>p{display:none}.notice-page-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.notice-page-head>div>span,.notice-register>header span,.notice-composer>div:first-child>span{color:#315bd0;letter-spacing:1.6px;font-size:11px;font-weight:900}.notice-page-head h1{letter-spacing:-1px;margin-top:7px;font:800 clamp(30px,3vw,40px)/1.15 Manrope}.notice-page-head p{color:#637083;margin-top:7px;font-size:16px}.notice-page-head>button{color:#fff;background:linear-gradient(135deg,#315bd0,#4169e1);border-radius:12px;align-items:center;gap:8px;height:46px;padding:0 17px;font-size:14px;font-weight:800;display:flex}.notice-page-head>button.notice-refresh{color:#315bd0;background:#eef2ff;height:41px}.notice-summary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.notice-summary article{background:#fff;border:1px solid #e5e9ef;border-radius:16px;align-items:center;gap:13px;padding:17px;display:flex}.notice-summary article>svg{color:#315bd0;background:#eef2ff;border-radius:12px;width:42px;height:42px;padding:11px}.notice-summary article:nth-child(2)>svg{color:#d1761d;background:#fff4dd}.notice-summary article:nth-child(3)>svg{color:#168c62;background:#e9faf3}.notice-summary small,.notice-summary strong{display:block}.notice-summary small{color:#6f7b8d;font-size:13px}.notice-summary strong{margin-top:3px;font:800 21px Manrope}.notice-composer{background:#fff;border:1px solid #dfe5ed;border-radius:18px;margin-bottom:18px;padding:23px;box-shadow:0 13px 35px #25375409}.notice-composer>div:first-child{margin-bottom:17px}.notice-composer h2{margin-top:5px;font:800 20px Manrope}.notice-composer>div:first-child p{color:#7e8999;margin-top:4px;font-size:13px}.notice-composer>label:not(.notice-important-check){color:#465469;margin-top:13px;font-size:14px;font-weight:750;display:block}.notice-composer input[type=text],.notice-composer textarea{color:#26364b;background:#fafbfc;border:1px solid #dce2ea;border-radius:10px;outline:0;width:100%;margin-top:7px;padding:0 12px;font-size:15px}.notice-composer input[type=text]{height:45px}.notice-composer textarea{resize:vertical;padding-top:11px;line-height:1.55}.notice-composer input:focus,.notice-composer textarea:focus{border-color:#4169e1;box-shadow:0 0 0 3px #4169e112}.notice-important-check{cursor:pointer;background:#fff9ea;border-radius:10px;align-items:center;gap:10px;margin-top:15px;padding:12px;display:flex}.notice-important-check input{accent-color:#d1761d;width:18px;height:18px}.notice-important-check strong,.notice-important-check small{display:block}.notice-important-check strong{font-size:14px}.notice-important-check small{color:#8d7959;margin-top:2px;font-size:11px}.notice-composer-actions{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.notice-composer-actions button{border-radius:10px;height:42px;padding:0 15px;font-size:14px;font-weight:800}.notice-composer-actions button:first-child{color:#68758a;background:#f1f4f7}.notice-composer-actions button:last-child{color:#fff;background:#315bd0;align-items:center;gap:7px;display:flex}.notice-composer-actions button:disabled{opacity:.6}.notice-register,.student-notice-board{background:#fff;border:1px solid #e5e9ef;border-radius:18px;overflow:hidden}.notice-register>header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:14px 19px;display:flex}.notice-register>header h2{margin-top:4px;font:800 18px Manrope}.notice-register>header button{color:#607086;background:#f3f5f8;border-radius:9px;align-items:center;gap:7px;height:38px;padding:0 11px;font-size:13px;font-weight:800;display:flex}.notice-admin-list,.student-notice-board{padding:0 20px}.notice-admin-list article,.student-notice-board>article{border-bottom:1px solid #edf0f4;align-items:flex-start;gap:13px;min-height:112px;padding:18px 0;display:flex}.notice-admin-list article:last-child,.student-notice-board>article:last-child{border:0}.notice-admin-list article>span,.student-notice-board>article>span{color:#315bd0;background:#eef2ff;border-radius:12px;flex:0 0 43px;place-items:center;height:43px;font-size:19px;display:grid}.notice-admin-list article.is-important>span,.student-notice-board>article.is-important>span{color:#d1761d;background:#fff4dd}.notice-admin-list article>div,.student-notice-board>article>div{flex:1;min-width:0}.notice-admin-list article>div>div,.student-notice-board>article>div>div{align-items:center;gap:8px;display:flex}.notice-admin-list strong,.student-notice-board strong{font-size:16px}.notice-admin-list em,.student-notice-board em{color:#b86b12;text-transform:uppercase;background:#fff4dd;border-radius:8px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:900}.notice-admin-list p,.student-notice-board article p{color:#59677a;white-space:pre-wrap;margin-top:7px;font-size:14px;line-height:1.65}.notice-admin-list small,.student-notice-board article small{color:#8994a4;margin-top:8px;font-size:12px;display:block}.notice-admin-list article>button{color:#9aa4b2;background:0 0;border-radius:9px;flex:0 0 38px;place-items:center;height:38px;font-size:17px;display:grid}.notice-admin-list article>button:hover{color:#d34c4c;background:#fff0f0}.notice-empty{color:#7f8b9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:30px;font-size:14px;display:flex}.notice-empty>svg{color:#abb5c2;font-size:38px}.notice-empty h2,.notice-empty h3{margin-top:12px;font:800 18px Manrope}.notice-empty p{color:#8994a4;margin-top:5px;font-size:13px}@media (width<=720px){.notice-page-head{flex-direction:column;align-items:flex-start}.notice-summary{grid-template-columns:1fr}.notice-composer-actions{grid-template-columns:1fr 1fr;display:grid}.notice-composer-actions button:last-child{justify-content:center}.notice-admin-list,.student-notice-board{padding:0 14px}.notice-admin-list article,.student-notice-board>article{flex-wrap:wrap}.notice-admin-list article>button{margin-left:56px}}.request-page-head,.calendar-page-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.request-page-head span,.calendar-page-head>div:first-child>span{color:#315bd0;letter-spacing:1.6px;font-size:11px;font-weight:900}.request-page-head h1,.calendar-page-head h1{letter-spacing:-1px;margin-top:7px;font:800 clamp(30px,3vw,40px)/1.15 Manrope}.request-page-head p,.calendar-page-head p{color:#637083;margin-top:7px;font-size:16px}.request-summary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.request-summary article{background:#fff;border:1px solid #e5e9ef;border-radius:16px;align-items:center;gap:13px;padding:17px;display:flex}.request-summary article>svg{color:#315bd0;background:#eef2ff;border-radius:12px;width:42px;height:42px;padding:11px}.request-summary article:nth-child(2)>svg{color:#d1761d;background:#fff4dd}.request-summary article:nth-child(3)>svg{color:#168c62;background:#e9faf3}.request-summary small,.request-summary strong{display:block}.request-summary small{color:#6f7b8d;font-size:13px}.request-summary strong{margin-top:3px;font:800 23px Manrope}.request-tabs{gap:7px;margin-bottom:13px;display:flex}.request-tabs button{color:#64748b;background:#fff;border:1px solid #e3e8ef;border-radius:10px;align-items:center;gap:7px;height:43px;padding:0 14px;font-size:14px;font-weight:800;display:flex}.request-tabs button.active{color:#315bd0;background:#eef2ff;border-color:#d9e2ff}.request-tabs button span{color:#fff;background:#4169e1;border-radius:7px;place-items:center;min-width:21px;height:21px;font-size:10px;display:grid}.request-form,.request-history{background:#fff;border:1px solid #e5e9ef;border-radius:18px;padding:22px}.request-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.request-form label{color:#465469;font-size:14px;font-weight:750;display:block;position:relative}.request-form input,.request-form select,.request-form textarea{color:#26364b;background:#fafbfc;border:1px solid #dce2ea;border-radius:10px;outline:0;width:100%;margin-top:7px;padding:0 12px;font-size:15px}.request-form input,.request-form select{height:45px}.request-form textarea{resize:vertical;padding-top:11px;line-height:1.55}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:#4169e1;box-shadow:0 0 0 3px #4169e112}.request-wide{grid-column:1/-1}.request-wide>small{color:#9aa4b2;font-size:10px;position:absolute;bottom:5px;right:8px}.request-upload{cursor:pointer;background:#f6f8fb;border:1px dashed #b9c4d3;border-radius:11px;align-items:center;gap:12px;min-height:72px;margin-top:15px;padding:12px 14px;color:#4f5f76!important;display:flex!important}.request-upload>svg{color:#4169e1;font-size:22px}.request-upload>span{flex:1}.request-upload strong,.request-upload small{display:block}.request-upload strong{font-size:14px}.request-upload small{color:#7f8b9c;margin-top:3px;font-size:11px}.request-upload input{opacity:0;cursor:pointer;height:100%;margin:0;position:absolute;inset:0}.request-submit{color:#fff;background:#315bd0;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:46px;margin-top:16px;padding:0 18px;font-size:14px;font-weight:800;display:flex}.request-submit:disabled{opacity:.6}.request-history{padding:0;overflow:hidden}.request-history>header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:13px 18px;display:flex}.request-history h2{font:800 18px Manrope}.request-history header p{color:#7e8999;margin-top:3px;font-size:12px}.request-history header label{color:#909aaa;background:#f4f6f9;border-radius:9px;align-items:center;gap:8px;width:280px;height:40px;padding:0 11px;display:flex}.request-history header input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.request-list{padding:0 18px}.request-list article{border-bottom:1px solid #edf0f4;align-items:flex-start;gap:13px;min-height:120px;padding:17px 0;display:flex}.request-list article:last-child{border:0}.request-list article>span{border-radius:12px;flex:0 0 42px;place-items:center;height:42px;font-size:19px;display:grid}.request-severity--low{color:#168c62;background:#e9faf3}.request-severity--medium{color:#315bd0;background:#eef2ff}.request-severity--high{color:#d1761d;background:#fff4dd}.request-severity--urgent{color:#d34c4c;background:#fff0f0}.request-list article>div{flex:1;min-width:0}.request-list article>div>div{align-items:center;gap:8px;display:flex}.request-list strong{font-size:16px}.request-status{text-transform:uppercase;border-radius:8px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:900}.request-status--pending{color:#b86b12;background:#fff4dd}.request-status--in_review{color:#315bd0;background:#eef2ff}.request-status--resolved{color:#168c62;background:#e9faf3}.request-status--rejected{color:#d34c4c;background:#fff0f0}.request-list small{color:#8994a4;margin-top:5px;font-size:11px;display:block}.request-list p{color:#59677a;white-space:pre-wrap;margin-top:8px;font-size:14px;line-height:1.6}.request-list blockquote{color:#45556d;background:#f4f7fb;border-left:3px solid #4169e1;margin-top:9px;padding:9px 11px;font-size:12px}.request-list a{color:#315bd0;background:#eef2ff;border-radius:8px;align-items:center;gap:7px;width:max-content;margin-top:9px;padding:7px 9px;font-size:11px;font-weight:800;display:flex}.request-list a svg:last-child{margin-left:6px}.request-empty{color:#7f8b9c;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:30px;font-size:14px;display:flex}.request-empty>svg{color:#adb6c2;font-size:36px}.request-empty h3{margin-top:11px;font:800 17px Manrope}.request-empty p{margin-top:4px;font-size:12px}.calendar-page-head>div:last-child{gap:8px;display:flex}.calendar-page-head>div:last-child button{color:#315bd0;background:#eef2ff;border-radius:10px;align-items:center;gap:7px;height:42px;padding:0 13px;font-size:14px;font-weight:800;display:flex}.calendar-page-head>div:last-child button:last-child{justify-content:center;width:42px;padding:0}.calendar-layout{grid-template-columns:minmax(580px,1.45fr) minmax(290px,.55fr);gap:16px;display:grid}.calendar-board,.calendar-agenda,.calendar-month-list{background:#fff;border:1px solid #e5e9ef;border-radius:18px;overflow:hidden}.calendar-board{padding:18px}.calendar-board>header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.calendar-board>header h2{font:800 21px Manrope}.calendar-board>header>div{gap:7px;display:flex}.calendar-board>header button{color:#617087;background:#f3f5f8;border-radius:9px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-weekdays span{color:#7f8b9c;text-align:center;padding:7px 0;font-size:12px;font-weight:850}.calendar-weekdays span:first-child,.calendar-weekdays span:last-child{color:#d34c4c}.calendar-grid>button{text-align:left;color:#34445b;background:#fafbfc;border:1px solid #edf0f4;border-radius:10px;min-height:76px;padding:9px;position:relative}.calendar-grid>button:hover{border-color:#cbd7f5}.calendar-grid>button.is-outside{opacity:.38}.calendar-grid>button.is-today{color:#315bd0;border-color:#9fb5f1}.calendar-grid>button.is-selected{color:#fff;background:#315bd0;border-color:#315bd0;box-shadow:0 7px 17px #315bd02d}.calendar-grid>button strong{font-size:14px}.calendar-grid>button>span{align-items:center;gap:4px;display:flex;position:absolute;bottom:8px;left:9px;right:9px}.calendar-grid>button i{border-radius:50%;width:6px;height:6px}.calendar-grid>button small{margin-left:auto;font-size:9px}.tone-purple{color:#7c3aed!important;background:#f1eafe!important}.tone-blue{color:#315bd0!important;background:#eef2ff!important}.tone-amber{color:#d1761d!important;background:#fff4dd!important}.tone-green{color:#168c62!important;background:#e9faf3!important}.calendar-grid i.tone-purple{background:#7c3aed!important}.calendar-grid i.tone-blue{background:#315bd0!important}.calendar-grid i.tone-amber{background:#d1761d!important}.calendar-grid i.tone-green{background:#168c62!important}.calendar-agenda>header,.calendar-month-list>header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:72px;padding:13px 17px;display:flex}.calendar-agenda>header span{color:#315bd0;letter-spacing:1.2px;font-size:10px;font-weight:900}.calendar-agenda>header h2{margin-top:4px;font:800 16px Manrope}.calendar-agenda>header b,.calendar-month-list>header span{color:#315bd0;background:#eef2ff;border-radius:9px;place-items:center;min-width:28px;height:28px;padding:0 7px;font-size:12px;display:grid}.calendar-agenda>div:not(.calendar-empty),.calendar-month-list>div:not(.calendar-empty){padding:0 15px}.calendar-agenda article,.calendar-month-list article{border-bottom:1px solid #edf0f4;align-items:center;gap:10px;min-height:72px;display:flex}.calendar-agenda article:last-child,.calendar-month-list article:last-child{border:0}.calendar-agenda article>span,.calendar-month-list article>span{border-radius:10px;flex:0 0 37px;place-items:center;height:37px;font-size:16px;display:grid}.calendar-agenda article strong,.calendar-month-list article strong{font-size:13px;display:block}.calendar-agenda article small,.calendar-month-list article small{color:#8994a4;margin-top:3px;font-size:11px;display:block}.calendar-empty{color:#8994a4;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:25px;display:flex}.calendar-empty>svg{color:#adb6c2;font-size:31px}.calendar-empty p{margin-top:8px;font-size:12px}.calendar-month-list{margin-top:16px}.calendar-month-list>header h2{font:800 18px Manrope}.calendar-month-list>div:not(.calendar-empty){grid-template-columns:repeat(2,1fr);column-gap:20px;display:grid}.calendar-month-list article:nth-last-child(-n+2){border-bottom:0}@media (width<=1050px){.calendar-layout{grid-template-columns:1fr}.calendar-agenda{min-height:260px}}@media (width<=720px){.request-page-head,.calendar-page-head{flex-direction:column;align-items:flex-start}.request-summary,.request-form-grid{grid-template-columns:1fr}.request-wide{grid-column:auto}.request-history>header{flex-direction:column;align-items:flex-start}.request-history header label{width:100%}.calendar-board{padding:10px}.calendar-grid>button{min-height:58px;padding:6px}.calendar-grid>button>span{bottom:5px;left:6px;right:6px}.calendar-month-list>div:not(.calendar-empty){grid-template-columns:1fr}.calendar-month-list article:nth-last-child(2){border-bottom:1px solid #edf0f4}}@media (width<=460px){.calendar-weekdays,.calendar-grid{gap:3px}.calendar-grid>button{border-radius:7px;min-height:48px}.calendar-grid>button strong{font-size:12px}.calendar-grid>button i{width:4px;height:4px}.request-tabs{grid-template-columns:1fr 1fr;display:grid}.request-tabs button{justify-content:center}}html[data-theme=dark],html[data-theme=dark] body{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc!important;background:#000!important}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .app-footer,html[data-theme=dark] .ui-card,html[data-theme=dark] .dash-card,html[data-theme=dark] .stat-card,html[data-theme=dark] .request-form,html[data-theme=dark] .request-history,html[data-theme=dark] .request-summary article,html[data-theme=dark] .notice-composer,html[data-theme=dark] .notice-register,html[data-theme=dark] .notice-summary article,html[data-theme=dark] .student-notice-board,html[data-theme=dark] .calendar-board,html[data-theme=dark] .calendar-agenda,html[data-theme=dark] .calendar-month-list,html[data-theme=dark] .tasks-summary article,html[data-theme=dark] .task-composer,html[data-theme=dark] .tasks-board,html[data-theme=dark] .admin-published-tasks,html[data-theme=dark] .admin-course-head,html[data-theme=dark] .admin-course-panel,html[data-theme=dark] .admin-program,html[data-theme=dark] .admin-course-row,html[data-theme=dark] .course-hero,html[data-theme=dark] .course-stat,html[data-theme=dark] .course-card,html[data-theme=dark] .module-panel,html[data-theme=dark] .module-tile,html[data-theme=dark] .profile-dropdown,html[data-theme=dark] .notification-dropdown{color:#f8fafc!important;background:#050505!important;border-color:#242424!important;box-shadow:0 18px 42px #00000073!important}html[data-theme=dark] .topbar .brand,html[data-theme=dark] .topbar .brand span,html[data-theme=dark] .footer-brand strong,html[data-theme=dark] .dashboard-head h1,html[data-theme=dark] .notice-page-head h1,html[data-theme=dark] .request-page-head h1,html[data-theme=dark] .calendar-page-head h1,html[data-theme=dark] .tasks-head h1,html[data-theme=dark] .admin-task-list-head h2,html[data-theme=dark] .card-heading h2,html[data-theme=dark] .ui-card-title,html[data-theme=dark] .stat-main strong,html[data-theme=dark] .request-summary strong,html[data-theme=dark] .notice-summary strong,html[data-theme=dark] .tasks-summary strong,html[data-theme=dark] .task-copy strong,html[data-theme=dark] .admin-task-copy strong,html[data-theme=dark] .notice-admin-list strong,html[data-theme=dark] .student-notice-board strong,html[data-theme=dark] .request-list strong,html[data-theme=dark] .calendar-board h2,html[data-theme=dark] .calendar-agenda h2,html[data-theme=dark] .calendar-month-list h2,html[data-theme=dark] .course-card h3,html[data-theme=dark] .course-stat strong,html[data-theme=dark] .module-body h1,html[data-theme=dark] .module-tile strong,html[data-theme=dark] .admin-course-head h2,html[data-theme=dark] .admin-course-panel h3,html[data-theme=dark] .admin-course-row strong,html[data-theme=dark] .profile-dropdown__head strong,html[data-theme=dark] .profile-dropdown__links strong,html[data-theme=dark] .notification-dropdown strong,html[data-theme=dark] .notification-list strong{color:#fff!important;text-shadow:none!important}html[data-theme=dark] .topbar-links a,html[data-theme=dark] .side-link,html[data-theme=dark] .footer-links a,html[data-theme=dark] .app-footer,html[data-theme=dark] .dashboard-head p,html[data-theme=dark] .notice-page-head p,html[data-theme=dark] .request-page-head p,html[data-theme=dark] .calendar-page-head p,html[data-theme=dark] .tasks-head p,html[data-theme=dark] .card-heading p,html[data-theme=dark] .stat-main>span,html[data-theme=dark] .stat-main small,html[data-theme=dark] .request-summary small,html[data-theme=dark] .notice-summary small,html[data-theme=dark] .tasks-summary small,html[data-theme=dark] .task-copy p,html[data-theme=dark] .task-copy small,html[data-theme=dark] .admin-task-copy p,html[data-theme=dark] .admin-task-copy>small,html[data-theme=dark] .notice-admin-list p,html[data-theme=dark] .notice-admin-list small,html[data-theme=dark] .student-notice-board p,html[data-theme=dark] .student-notice-board small,html[data-theme=dark] .request-list p,html[data-theme=dark] .request-list small,html[data-theme=dark] .course-hero p,html[data-theme=dark] .course-card p,html[data-theme=dark] .course-meta,html[data-theme=dark] .course-stat span,html[data-theme=dark] .module-body p,html[data-theme=dark] .module-bar,html[data-theme=dark] .module-tile span,html[data-theme=dark] .admin-course-head p,html[data-theme=dark] .admin-program p,html[data-theme=dark] .admin-course-row p,html[data-theme=dark] .profile-dropdown__head small,html[data-theme=dark] .profile-dropdown__links small,html[data-theme=dark] .profile-dropdown__status span,html[data-theme=dark] .notification-dropdown small,html[data-theme=dark] .notification-list p,html[data-theme=dark] .notification-list small{color:#a1a1aa!important}html[data-theme=dark] .topbar-links a:hover,html[data-theme=dark] .topbar-links a.active,html[data-theme=dark] .side-link:hover,html[data-theme=dark] .side-link.active,html[data-theme=dark] .profile-dropdown__links a:hover,html[data-theme=dark] .notification-list>a:hover,html[data-theme=dark] .notification-list>a.is-unread{color:#60a5fa!important;background:#101010!important}html[data-theme=dark] .icon-button,html[data-theme=dark] .logout-icon,html[data-theme=dark] .semester-mini,html[data-theme=dark] .dashboard-action,html[data-theme=dark] .admin-task-toolbar-right>button,html[data-theme=dark] .admin-task-list-head button,html[data-theme=dark] .calendar-board>header button,html[data-theme=dark] .calendar-page-head>div:last-child button,html[data-theme=dark] .notification-dropdown>header>button,html[data-theme=dark] .course-meta span,html[data-theme=dark] .calendar-grid>button,html[data-theme=dark] .task-attachment,html[data-theme=dark] .task-selected-files>span,html[data-theme=dark] .request-list blockquote,html[data-theme=dark] .admin-task-toolbar-right>label,html[data-theme=dark] .request-history header label,html[data-theme=dark] .notice-important-check,html[data-theme=dark] .request-upload,html[data-theme=dark] .task-file-picker{color:#d4d4d8!important;background:#000!important;border-color:#303030!important}html[data-theme=dark] .profile-dropdown__status,html[data-theme=dark] .course-chip,html[data-theme=dark] .module-code,html[data-theme=dark] .notice-page-head span,html[data-theme=dark] .request-page-head span,html[data-theme=dark] .calendar-page-head>div:first-child>span,html[data-theme=dark] .tasks-head>div>span,html[data-theme=dark] .task-composer-title span,html[data-theme=dark] .admin-course-head span{color:#34d399!important;background:#34d3991a!important;border-color:#34d39940!important}html[data-theme=dark] .ui-label,html[data-theme=dark] .request-form label,html[data-theme=dark] .notice-composer>label:not(.notice-important-check),html[data-theme=dark] .task-composer label,html[data-theme=dark] .admin-course-panel label{color:#d4d4d8!important}html[data-theme=dark] option{color:#fff;background:#000}html[data-theme=dark] .primary-login,html[data-theme=dark] .request-submit,html[data-theme=dark] .notice-composer-actions button:last-child,html[data-theme=dark] .task-composer-row>button,html[data-theme=dark] .tasks-head>button,html[data-theme=dark] .tasks-empty>button,html[data-theme=dark] .dashboard-action{color:#fff!important;background:linear-gradient(135deg,#2563eb,#0f766e)!important}.dark-mode-row{color:#6c788a;background:0 0;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:50px;padding:9px 10px;transition:all .15s;display:flex}.dark-mode-row:hover{color:#4169e1;background:#f4f7ff}.dark-mode-row>svg{flex:none;font-size:17px}.dark-mode-row>span:nth-child(2){text-align:left;flex:1}.dark-mode-switch{background:#d8dee9;border:1px solid #c8d0dd;border-radius:999px;width:38px;height:22px;transition:all .18s;position:relative}.dark-mode-switch i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 4px #0000002e}.dark-mode-switch.is-on{background:#111;border-color:#333}.dark-mode-switch.is-on i{background:#34d399;transform:translate(16px)}html[data-theme=dark],html[data-theme=dark] body{color:#edf4ff!important;background:#07111f!important}html[data-theme=dark] .app-shell,html[data-theme=dark] .app-body,html[data-theme=dark] .page-column,html[data-theme=dark] .page-content,html[data-theme=dark] .course-os,html[data-theme=dark] .module-console,html[data-theme=dark] .admin-course-os{color:#edf4ff!important;background:radial-gradient(circle at 12% 0,#2d70ff29,#0000 32%),radial-gradient(circle at 88% 8%,#10b9811a,#0000 26%),#07111f!important}html[data-theme=dark] .ui-card,html[data-theme=dark] .dash-card,html[data-theme=dark] .stat-card,html[data-theme=dark] .request-form,html[data-theme=dark] .request-history,html[data-theme=dark] .request-summary article,html[data-theme=dark] .notice-composer,html[data-theme=dark] .notice-register,html[data-theme=dark] .notice-summary article,html[data-theme=dark] .student-notice-board,html[data-theme=dark] .calendar-board,html[data-theme=dark] .calendar-agenda,html[data-theme=dark] .calendar-month-list,html[data-theme=dark] .tasks-summary article,html[data-theme=dark] .task-composer,html[data-theme=dark] .tasks-board,html[data-theme=dark] .admin-published-tasks,html[data-theme=dark] .admin-course-head,html[data-theme=dark] .admin-course-panel,html[data-theme=dark] .admin-program,html[data-theme=dark] .admin-course-row,html[data-theme=dark] .course-hero,html[data-theme=dark] .course-stat,html[data-theme=dark] .course-card,html[data-theme=dark] .module-panel,html[data-theme=dark] .module-tile,html[data-theme=dark] .profile-dropdown,html[data-theme=dark] .notification-dropdown{color:#edf4ff!important;background:#101a2c!important;border-color:#2b3b55!important;box-shadow:0 18px 45px #0000004d!important}html[data-theme=dark] .topbar .brand,html[data-theme=dark] .topbar .brand span,html[data-theme=dark] .dashboard-head h1,html[data-theme=dark] .notice-page-head h1,html[data-theme=dark] .request-page-head h1,html[data-theme=dark] .calendar-page-head h1,html[data-theme=dark] .tasks-head h1,html[data-theme=dark] .admin-task-list-head h2,html[data-theme=dark] .card-heading h2,html[data-theme=dark] .ui-card-title,html[data-theme=dark] .tasks-empty h2,html[data-theme=dark] .request-empty h3,html[data-theme=dark] .notice-empty h2,html[data-theme=dark] .notice-empty h3,html[data-theme=dark] .calendar-empty h3,html[data-theme=dark] .notification-empty strong{color:#fff!important}html[data-theme=dark] .topbar-links a,html[data-theme=dark] .side-link,html[data-theme=dark] .footer-links a,html[data-theme=dark] .dashboard-head p,html[data-theme=dark] .notice-page-head p,html[data-theme=dark] .request-page-head p,html[data-theme=dark] .calendar-page-head p,html[data-theme=dark] .tasks-head p,html[data-theme=dark] .tasks-empty p,html[data-theme=dark] .request-empty p,html[data-theme=dark] .notice-empty p,html[data-theme=dark] .calendar-empty p,html[data-theme=dark] .card-heading p{color:#c1cce0!important}html[data-theme=dark] .topbar-links a:hover,html[data-theme=dark] .topbar-links a.active,html[data-theme=dark] .side-link:hover,html[data-theme=dark] .side-link.active{color:#7cc4ff!important;background:#14233a!important}html[data-theme=dark] .side-link.active{border:1px solid #263b5d}html[data-theme=dark] .stat-main>span,html[data-theme=dark] .stat-main small,html[data-theme=dark] .request-summary small,html[data-theme=dark] .notice-summary small,html[data-theme=dark] .tasks-summary small,html[data-theme=dark] .task-copy p,html[data-theme=dark] .task-copy small,html[data-theme=dark] .admin-task-copy p,html[data-theme=dark] .admin-task-copy>small,html[data-theme=dark] .notice-admin-list p,html[data-theme=dark] .notice-admin-list small,html[data-theme=dark] .student-notice-board p,html[data-theme=dark] .student-notice-board small,html[data-theme=dark] .request-list p,html[data-theme=dark] .request-list small,html[data-theme=dark] .course-hero p,html[data-theme=dark] .course-card p,html[data-theme=dark] .course-meta,html[data-theme=dark] .course-stat span,html[data-theme=dark] .module-body p,html[data-theme=dark] .module-bar,html[data-theme=dark] .module-tile span,html[data-theme=dark] .admin-course-head p,html[data-theme=dark] .admin-program p,html[data-theme=dark] .admin-course-row p,html[data-theme=dark] .profile-dropdown__head small,html[data-theme=dark] .profile-dropdown__links small,html[data-theme=dark] .profile-dropdown__status span,html[data-theme=dark] .notification-dropdown small,html[data-theme=dark] .notification-list p,html[data-theme=dark] .notification-list small{color:#aebbd1!important}html[data-theme=dark] .tasks-toolbar,html[data-theme=dark] .tasks-toolbar>label,html[data-theme=dark] .request-history header label,html[data-theme=dark] .admin-task-toolbar-right>label,html[data-theme=dark] .topbar-search,html[data-theme=dark] .course-meta span,html[data-theme=dark] .calendar-grid>button,html[data-theme=dark] .task-attachment,html[data-theme=dark] .task-selected-files>span,html[data-theme=dark] .request-list blockquote,html[data-theme=dark] .notice-important-check,html[data-theme=dark] .request-upload,html[data-theme=dark] .task-file-picker{color:#cbd6ea!important;background:#0c1627!important;border-color:#2b3b55!important}html[data-theme=dark] .tasks-tabs button{color:#b8c4d8!important;background:0 0!important}html[data-theme=dark] .tasks-tabs button.active,html[data-theme=dark] .request-tabs button.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border-color:#0000!important}html[data-theme=dark] .tasks-tabs button span,html[data-theme=dark] .request-tabs button span{color:#dbeafe!important;background:#223554!important}html[data-theme=dark] .tasks-tabs button.active span,html[data-theme=dark] .request-tabs button.active span{color:#111827!important;background:#fff!important}html[data-theme=dark] .ui-input,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#f8fafc!important;background:#0a1322!important;border-color:#3a4d6d!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#93a4bd!important}html[data-theme=dark] .course-chip,html[data-theme=dark] .module-code,html[data-theme=dark] .notice-page-head span,html[data-theme=dark] .request-page-head span,html[data-theme=dark] .calendar-page-head>div:first-child>span,html[data-theme=dark] .tasks-head>div>span,html[data-theme=dark] .task-composer-title span,html[data-theme=dark] .admin-course-head span{color:#5eead4!important;background:#14b8a624!important;border-color:#5eead43d!important}html[data-theme=dark] .course-hero h1 span,html[data-theme=dark] .admin-program h3,html[data-theme=dark] .course-code,html[data-theme=dark] .module-back,html[data-theme=dark] .notice-register>header span,html[data-theme=dark] .notice-composer>div:first-child>span{color:#7cc4ff!important}html[data-theme=dark] .notification-count{border-color:#101a2c!important}html[data-theme=dark] .notification-list>a:hover,html[data-theme=dark] .notification-list>a.is-unread,html[data-theme=dark] .profile-dropdown__links a:hover{background:#14233a!important}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] .app-shell,html[data-theme=dark] .app-body,html[data-theme=dark] .page-column,html[data-theme=dark] .page-content,html[data-theme=dark] .course-os,html[data-theme=dark] .module-console,html[data-theme=dark] .admin-course-os{color:#edf4ff!important;background-color:#06142a!important;background-image:radial-gradient(circle at 18% 8%,#2563eb3d,#0000 34%),radial-gradient(circle at 86% 12%,#14b8a624,#0000 30%),linear-gradient(135deg,#06142a 0%,#071f3f 48%,#0a1224 100%)!important;background-position:50%!important;background-size:auto!important}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .app-footer{background-color:#050e1ff0!important;background-image:linear-gradient(135deg,#081631fa,#071c39f5)!important;background-size:auto!important;border-color:#60a5fa38!important}html[data-theme=dark] .ui-card,html[data-theme=dark] .dash-card,html[data-theme=dark] .stat-card,html[data-theme=dark] .request-form,html[data-theme=dark] .request-history,html[data-theme=dark] .request-summary article,html[data-theme=dark] .notice-composer,html[data-theme=dark] .notice-register,html[data-theme=dark] .notice-summary article,html[data-theme=dark] .student-notice-board,html[data-theme=dark] .calendar-board,html[data-theme=dark] .calendar-agenda,html[data-theme=dark] .calendar-month-list,html[data-theme=dark] .tasks-summary article,html[data-theme=dark] .task-composer,html[data-theme=dark] .tasks-board,html[data-theme=dark] .admin-published-tasks,html[data-theme=dark] .admin-course-head,html[data-theme=dark] .admin-course-panel,html[data-theme=dark] .admin-program,html[data-theme=dark] .admin-course-row,html[data-theme=dark] .course-hero,html[data-theme=dark] .course-stat,html[data-theme=dark] .course-card,html[data-theme=dark] .module-panel,html[data-theme=dark] .module-tile,html[data-theme=dark] .profile-dropdown,html[data-theme=dark] .notification-dropdown{background:#091834e6!important;border-color:#60a5fa3d!important}.admin-root .left-panel{gap:18px;width:50%;min-width:560px;padding:28px 34px 32px}.admin-root .right-panel{align-items:flex-start;padding-left:clamp(14px,2vw,34px)}.admin-root .node-badge,.admin-root .admin-hero,.admin-root .admin-terminal,.admin-root .admin-stat-grid{margin-left:clamp(80px,14vw,310px)}.admin-root .admin-hero{text-align:center;width:min(100%,620px)}.admin-root .admin-hero h1,.admin-root .admin-hero p{margin-left:auto;margin-right:auto}.admin-root .node-badge{margin-top:auto}.admin-root .admin-hero h1{font-size:clamp(30px,2.65vw,44px);line-height:1.04}.admin-root .admin-hero h1 br:nth-of-type(2){display:none}.admin-root .admin-hero h1 span:first-of-type:after{content:" "}.admin-root .admin-hero p{max-width:560px;font-size:clamp(13px,.92vw,16px);font-weight:750;line-height:1.42}.admin-root .admin-terminal,.admin-root .admin-stat-grid{width:min(100%,620px)}.admin-root .admin-stat-grid{margin-top:12px;margin-bottom:auto}.admin-root .back-link{width:min(100%,460px)}@media (width<=860px){.admin-root .left-panel{width:100%;min-width:0}.admin-root .node-badge,.admin-root .admin-hero,.admin-root .admin-terminal,.admin-root .admin-stat-grid{margin-left:0}}html[data-theme=dark] .student-tool-head h1,html[data-theme=dark] .student-tool-card h2{color:#f8fbff}html[data-theme=dark] .student-tool-head p,html[data-theme=dark] .student-tool-card p{color:#b8c7dc}html[data-theme=dark] .student-tool-card{background:#0e1727;border-color:#273852;box-shadow:0 16px 45px #00000045}html[data-theme=dark] .student-tool-card small{color:#8fb6ff;background:#18325c}.app-footer{--footer-x-padding:clamp(26px, 5vw, 90px);box-sizing:border-box;align-self:stretch;width:100%;font-family:DM Sans,monospace;overflow:hidden;box-shadow:inset 0 1px #ffffff0a;color:#f2f7f0!important;background:radial-gradient(circle at 12% 0,#b8ff3614,#0000 26%),linear-gradient(#0b100d 0%,#050806 100%)!important;border-top:1px solid #b8ff3640!important;min-height:0!important;padding:0!important;display:block!important;position:relative!important}.app-footer:before{content:"";pointer-events:none;opacity:.22;background-image:linear-gradient(#b8ff360e 1px,#0000 1px),linear-gradient(90deg,#b8ff360b 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000000b8 52%,#000 100%);mask-image:linear-gradient(90deg,#000 0%,#000000b8 52%,#000 100%)}.footer-container{z-index:1;box-sizing:border-box;position:relative;width:100%!important;max-width:none!important;padding:45px var(--footer-x-padding) 0!important;margin:0!important}.footer-grid{grid-template-columns:minmax(260px,1.35fr) minmax(120px,.55fr) minmax(160px,.7fr) minmax(260px,.9fr)!important;align-items:start!important;gap:clamp(32px,6vw,90px)!important;padding:0 0 44px!important;display:grid!important}.footer-logo{grid-template-columns:50px 1fr;width:max-content;color:#d9ff85!important;align-items:center!important;gap:11px!important;margin:0 0 22px!important;display:grid!important}.footer-logo img{opacity:0;border-radius:0!important;width:50px!important;height:50px!important;padding:0!important}.footer-logo:before{content:"⌘";color:#b8ff36;text-shadow:0 0 18px #b8ff3680;background:#b8ff360a;border:1px solid #b8ff36bf;grid-area:1/1;place-items:center;width:50px;height:50px;font:900 25px/1 monospace;display:grid}.footer-logo span{font-size:0!important;line-height:1!important}.footer-logo span:before{content:"COLLEGEOS";color:#b8ff36;letter-spacing:-.8px;text-shadow:0 0 18px #b8ff364d;font:900 20px/.9 Manrope,sans-serif;display:block}.footer-logo span:after{content:"STUDENT NETWORK";color:#f4fff0;letter-spacing:2.5px;margin-top:7px;font:800 8px/1 monospace;display:block}.footer-about>p{letter-spacing:.2px;color:#f0f6f1!important;max-width:390px!important;font:13px/1.75 monospace!important}.social-links{display:none!important}.footer-section{gap:14px!important;display:grid!important}.footer-section h3{letter-spacing:.2px;color:#fff!important;margin:0 0 4px!important;font:900 12px/1 monospace!important}.footer-section>a,.footer-section p,.footer-section small{letter-spacing:.1px;transition:color .18s,transform .18s;color:#f2f7f0!important;font:800 12px/1.35 monospace!important}.footer-section>a:hover{transform:translate(3px);color:#b8ff36!important}.footer-contact{text-align:left;position:relative;padding-top:0!important}.footer-contact h3{color:#d9ff85!important;letter-spacing:1px!important;font-size:0!important}.footer-contact h3:before{content:"";background:#8bc31f;border-radius:50%;width:8px;height:8px;margin-right:12px;display:inline-block;box-shadow:0 0 14px #b8ff36bf}.footer-contact h3:after{content:"ALL SYSTEMS OPERATIONAL";color:#d9ff85;letter-spacing:1px;font:900 11px/1 monospace}.footer-contact p{color:#dce8df!important;font-weight:700!important}.footer-contact p span{color:#b8ff36!important;margin-right:8px!important}.footer-contact small{display:block;color:#9aa79f!important;margin-top:10px!important;font-size:10px!important}.footer-bottom{z-index:1;width:calc(100% + var(--footer-x-padding) + var(--footer-x-padding));min-height:58px;margin-inline:calc(0px - var(--footer-x-padding));box-sizing:border-box;grid-template-columns:1fr auto 1fr;position:relative;padding:0 var(--footer-x-padding)!important;border-top:1px solid #f2f7f03d!important;align-items:center!important;gap:18px!important;display:grid!important}.footer-bottom nav{flex-wrap:wrap;gap:22px!important;display:flex!important}.footer-bottom a{color:#f2f7f0!important;font:800 11px/1 monospace!important}.footer-bottom .privacy-choice-link{align-items:center;gap:7px;display:inline-flex;color:#fff!important}.privacy-choice-icon{color:#fff;box-sizing:border-box;background:#2f7dff;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:2px;width:30px;height:16px;padding:0 4px;display:inline-flex;box-shadow:inset 0 0 0 1px #fff}.privacy-choice-icon i{box-sizing:border-box;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:relative}.privacy-choice-icon i:after{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:4px;height:9px;position:absolute;top:-5px;left:3px;transform:rotate(38deg)}.privacy-choice-icon b{color:#fff;font:900 12px/1 system-ui,sans-serif}.footer-bottom a:hover{color:#b8ff36!important}.footer-bottom p{text-align:center;white-space:nowrap;grid-column:2;color:#fff!important;font:900 12px/1 monospace!important}@media (width<=1050px){.footer-grid{grid-template-columns:1fr 1fr!important}.footer-bottom{grid-template-columns:1fr;justify-items:start;padding:18px var(--footer-x-padding)!important}.footer-bottom p{white-space:normal;grid-column:auto}}@media (width<=640px){.app-footer{--footer-x-padding:22px}.footer-container{padding:34px var(--footer-x-padding) 0!important}.footer-grid{grid-template-columns:1fr!important;gap:30px!important}.footer-bottom nav{gap:14px!important}}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] #root,html[data-theme=dark] .app-shell,html[data-theme=dark] .app-body,html[data-theme=dark] .page-column,html[data-theme=dark] .page-content,html[data-theme=dark] .course-os,html[data-theme=dark] .cd-page,html[data-theme=dark] .reader-page{background:#000!important}html[data-theme=dark] .topbar,html[data-theme=dark] .sidebar,html[data-theme=dark] .app-footer{background:#000!important;border-color:#1f1f1f!important}html[data-theme=dark] .cd-card,html[data-theme=dark] .reader-card-shell,html[data-theme=dark] .course-hero,html[data-theme=dark] .course-stat{background:#0b0b0b!important;border-color:#242424!important}.profile-dropdown{border-radius:12px!important;width:240px!important}.profile-dropdown__head{gap:9px!important;padding:12px 12px 9px!important}.profile-dropdown__avatar{border-radius:10px!important;flex-basis:34px!important;height:34px!important;font-size:11px!important}.profile-dropdown__head strong{font-size:12px!important}.profile-dropdown__head small,.profile-dropdown__links small{display:none!important}.profile-dropdown__status{border-radius:8px!important;margin:0 10px 7px!important;padding:6px 8px!important;font-size:10px!important}.profile-dropdown__links{padding:6px!important}.profile-dropdown__links a,.dark-mode-row{border-radius:8px!important;gap:9px!important;min-height:38px!important;padding:7px 8px!important}.profile-dropdown__links a>svg,.dark-mode-row>svg{font-size:15px!important}.profile-dropdown__links strong,.profile-signout{font-size:12px!important}.dark-mode-row>span:nth-child(2){flex:1}.dark-mode-switch{width:31px!important;height:18px!important}.dark-mode-switch i{width:13px!important;height:13px!important;top:1.5px!important;left:2px!important}.dark-mode-switch.is-on i{transform:translate(13px)!important}.profile-signout{gap:9px!important;min-height:40px!important;padding:0 14px!important}@media (width<=760px){.profile-dropdown{width:min(240px,100vw - 24px)!important}}html[data-theme=dark] .agent-ai-launcher{background-image:var(--agent-launcher-image)!important;background-color:#020617!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border-color:#22d3eef2!important;box-shadow:0 0 20px #22d3eef2,0 0 55px #a855f7d9,0 20px 45px #00000073!important}html[data-theme=dark] .agent-ai-launcher:after{border-color:#22d3ee99!important}html[data-theme=dark] .agent-ai-avatar img,html[data-theme=dark] .agent-ai-mini img{filter:none!important;opacity:1!important}html[data-theme=dark] .topbar{color:#101827!important;background:#edf0ff!important;border-bottom-color:#2f66f3!important;box-shadow:0 5px 18px #2553c40f!important}html[data-theme=dark] .topbar .brand,html[data-theme=dark] .topbar .brand span{color:#1258e8!important;text-shadow:0 1px #fff!important}html[data-theme=dark] .topbar-links a{color:#101827!important;background:0 0!important}html[data-theme=dark] .topbar-links a:hover,html[data-theme=dark] .topbar-links a.active{color:#1258e8!important;background:0 0!important}html[data-theme=dark] .topbar .icon-button,html[data-theme=dark] .topbar .logout-icon{color:#3158a8!important;background:#ffffff9c!important;border-color:#0000!important}html[data-theme=dark] .topbar .user-chip{color:#243349!important;background:0 0!important;border-color:#cdd5f3!important}html[data-theme=dark] .topbar .user-chip:hover,html[data-theme=dark] .topbar .user-chip.is-open{background:#fff!important;border-color:#dfe6f3!important}html[data-theme=dark] .topbar .user-copy strong{color:#0f172a!important}html[data-theme=dark] .topbar .user-copy small,html[data-theme=dark] .topbar .profile-chevron{color:#64748b!important}html[data-theme=dark] .app-footer{color:#f2f7f0!important;background:radial-gradient(circle at 12% 0,#b8ff3614,#0000 26%),linear-gradient(#0b100d 0%,#050806 100%)!important;border-top-color:#b8ff3640!important}html[data-theme=dark] .cyber-footer{color:#0f172a!important;background:linear-gradient(#fff 0%,#f8fbff 100%)!important;border-top-color:#dbe5f1!important;box-shadow:inset 0 1px #fff,0 -12px 32px #2563eb0f!important}html[data-theme=dark] .cyber-logo,html[data-theme=dark] .cyber-links a,html[data-theme=dark] .cyber-footer__links a{color:#0f172a!important;text-shadow:none!important}html[data-theme=dark] .cyber-logo__text small,html[data-theme=dark] .cyber-footer__brand>p,html[data-theme=dark] .cyber-footer__bottom,html[data-theme=dark] .cyber-footer__bottom small{color:#64748b!important;text-shadow:none!important}html[data-theme=dark] .cyber-links a:hover,html[data-theme=dark] .cyber-links a.active,html[data-theme=dark] .cyber-footer__links a:hover,html[data-theme=dark] .cyber-footer__status>span,html[data-theme=dark] .cyber-logo em{color:#2563eb!important}html[data-theme=dark] .cyber-logo>span:first-child,html[data-theme=dark] .cyber-enter{color:#2563eb!important;box-shadow:none!important;background:#eff6ff!important;border-color:#bfdbfe!important}.topbar{z-index:1000!important}.profile-dropdown,.notification-dropdown{z-index:1100!important}html[data-theme=dark] .profile-dropdown,html[data-theme=dark] .notification-dropdown{color:#26364b!important;background:#fff!important;border-color:#e4e9f1!important;box-shadow:0 22px 60px #162a4e2e!important}html[data-theme=dark] .profile-dropdown:before{background:#fff!important;border-color:#e4e9f1!important}html[data-theme=dark] .profile-dropdown__links{border-color:#edf0f4!important}html[data-theme=dark] .profile-dropdown__head strong,html[data-theme=dark] .profile-dropdown__links strong,html[data-theme=dark] .notification-dropdown strong,html[data-theme=dark] .notification-list strong{color:#29384d!important}html[data-theme=dark] .profile-dropdown__head small,html[data-theme=dark] .profile-dropdown__links small,html[data-theme=dark] .profile-dropdown__status span,html[data-theme=dark] .notification-dropdown small,html[data-theme=dark] .notification-list p,html[data-theme=dark] .notification-list small{color:#7e8999!important}html[data-theme=dark] .profile-dropdown__links a,html[data-theme=dark] .profile-dropdown__links button,html[data-theme=dark] .notification-list a{color:#6c788a!important;background:0 0!important}html[data-theme=dark] .profile-dropdown__links a:hover,html[data-theme=dark] .profile-dropdown__links button:hover,html[data-theme=dark] .notification-list a:hover{color:#4169e1!important;background:#f4f7ff!important}html[data-theme=dark] .profile-dropdown__links a:hover strong,html[data-theme=dark] .profile-dropdown__links button:hover strong{color:#315bd0!important}html[data-theme=dark] .profile-dropdown__status{color:#168c62!important;background:#edfaf5!important}html[data-theme=dark] .profile-signout{color:#db4a4a!important;background:#fff!important;border-top:1px solid #edf0f4!important}html[data-theme=dark] .profile-signout:hover{background:#fff5f5!important}html[data-theme=dark] .dark-mode-row{color:#6c788a!important}html[data-theme=dark] .dark-mode-row:hover{color:#4169e1!important;background:#f4f7ff!important}html[data-theme=dark] .dark-mode-switch{background:#d8dee9!important;border-color:#c8d0dd!important}html[data-theme=dark] .dark-mode-switch.is-on{background:#111!important;border-color:#333!important}html[data-theme=high-contrast],html[data-theme=high-contrast] body,html[data-theme=high-contrast] #root,html[data-theme=high-contrast] .app-shell,html[data-theme=high-contrast] .app-body,html[data-theme=high-contrast] .page-column,html[data-theme=high-contrast] .page-content{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;color:#fff!important;background:#000!important}html[data-theme=high-contrast]{--navy:#000;--ink:#fff;--muted:#fff;--line:#fff;--blue:#ff0;--bg:#000;--surface:#000;--surface-2:#0a0a0a;--text:#fff;--text-h:#fff;--border:#fff;--accent:#ff0;--accent-bg:#000;--accent-border:#ff0}html[data-theme=high-contrast] *{scrollbar-color:#ff0 #000!important;text-shadow:none!important;box-shadow:none!important}html[data-theme=high-contrast] :where(h1,h2,h3,h4,h5,h6,p,small,span,strong,label,div,li,td,th,figcaption,blockquote){color:#fff!important}html[data-theme=high-contrast] :where(a,button,[role=button],.side-link,.topbar-links a){color:#ff0!important}html[data-theme=high-contrast] :where(article,section,table,th,td,.card,.ui-card,.dash-card,.stat-card,.form-card,.task-card,.course-card,.course-hero,.course-stat,.module-panel,.module-tile,.reader-page,.reader-card-shell,.reader-hero,.reader-content,.reader-nav,.reader-callout,.reader-quiz,.reader-question,.reader-list li,.reader-table,.reader-table-wrap,.reader-unit,.reader-unit-menu,.reader-unit-head,.profile-dropdown,.notification-dropdown,.sidebar,.topbar,.app-footer,.cyber-nav,.cyber-footer){color:#fff!important;background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] :where(input,textarea,select,.field-shell,.topbar-search){color:#fff!important;background:#000!important;border:2px solid #fff!important}html[data-theme=high-contrast] :where(input,textarea)::placeholder{color:#fff!important;opacity:1!important}html[data-theme=high-contrast] :where(button,.icon-button,.logout-icon,.user-chip,.primary-login,.dashboard-action,.reader-unit-toggle,.reader-nav a,.attendance-generate,.admin-login-submit){color:#ff0!important;background:#000!important;border:2px solid #ff0!important}html[data-theme=high-contrast] :where(button:hover,a:hover,.side-link:hover,.side-link.active,.topbar-links a:hover,.topbar-links a.active,.profile-dropdown__links a:hover,.profile-dropdown__links button:hover){color:#000!important;background:#ff0!important}html[data-theme=high-contrast] :where(button:hover *,a:hover *,.side-link:hover *,.side-link.active *,.topbar-links a:hover *,.topbar-links a.active *){color:#000!important}html[data-theme=high-contrast] :where(.reader-progress-fill,.reader-step-num,.progress-ring circle:last-child,.progress-bar span,.profile-progress-card i em){stroke:#ff0!important;background:#ff0!important}html[data-theme=high-contrast] :where(){background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] :where(.reader-badge,.reader-week-badge,.notification-count,.status-pill,.course-chip,.module-code,.profile-dropdown__status){color:#ff0!important;background:#000!important;border:2px solid #ff0!important}html[data-theme=high-contrast] :where(.dark-mode-switch){background:#000!important;border:2px solid #fff!important}html[data-theme=high-contrast] :where(.dark-mode-switch i){background:#ff0!important}html[data-theme=high-contrast] .theme-choice.is-active{color:#000!important;background:#ff0!important}html[data-theme=high-contrast] .theme-choice.is-active *{color:#000!important}.app-footer .footer-about,.app-footer .footer-section,.app-footer .footer-contact{box-shadow:none!important;background:0 0!important;border:0!important}.app-footer ul{margin:0!important;padding:0!important;list-style:none!important}.app-footer li{margin:0!important;padding:0!important}.app-footer .footer-section ul{gap:12px!important;display:grid!important}.app-footer .footer-section li,.app-footer .footer-section li a,.app-footer .footer-contact li,.app-footer .footer-contact li a,.app-footer .footer-contact li span{letter-spacing:.1px;color:#f2f7f0!important;box-shadow:none!important;background:0 0!important;border:0!important;font:800 13px/1.35 monospace!important}.app-footer .footer-section li a,.app-footer .footer-contact li{align-items:center!important;gap:8px!important;display:inline-flex!important}.app-footer .footer-section li a:hover,.app-footer .footer-contact li a:hover{color:#b8ff36!important}.app-footer .footer-section li::marker{content:""!important}.app-footer .footer-contact li::marker{content:""!important}html[data-theme=dark] .app-footer .footer-about,html[data-theme=dark] .app-footer .footer-section,html[data-theme=dark] .app-footer .footer-contact,html[data-theme=dark] .app-footer article,html[data-theme=dark] .app-footer section{box-shadow:none!important;background:0 0!important;border-color:#0000!important}.profile-stat-grid{grid-template-columns:1fr 1fr;gap:9px;margin:0 0 21px;display:grid}.profile-metric{text-align:left;background:#fbfdff;border:1px solid #e7edf5;border-radius:14px;flex-direction:column;justify-content:center;gap:4px;min-height:76px;padding:12px;display:flex}.profile-metric svg{color:#4169e1;background:#eef3ff;border-radius:9px;width:28px;height:28px;padding:7px}.profile-metric span{color:#7d899a;text-transform:uppercase;letter-spacing:.5px;font-size:8.5px;font-weight:900}.profile-metric strong{color:#17263b;font:900 18px Manrope}.profile-metric--green svg{color:#168e65;background:#eaf9f3}.profile-metric--purple svg{color:#7b5ae0;background:#f0ebff}.profile-metric--amber svg{color:#c67716;background:#fff4dd}.profile-metric--pink svg{color:#d44a91;background:#fff0f7}.profile-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 25px 0;display:grid}.profile-feature{min-height:86px;color:inherit;background:#fbfdff;border:1px solid #e7edf5;border-radius:15px;align-items:center;gap:12px;padding:14px;text-decoration:none;transition:all .18s;display:flex}.profile-feature:hover{border-color:#cdd9fa;transform:translateY(-2px);box-shadow:0 10px 24px #2537540f}.profile-feature>span{color:#4169e1;background:#eef3ff;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.profile-feature strong,.profile-feature small{display:block}.profile-feature strong{color:#17263b;font:900 12px Manrope}.profile-feature small{color:#7d899a;margin-top:4px;font-size:9px;line-height:1.35}.profile-feature--green>span{color:#168e65;background:#eaf9f3}.profile-feature--purple>span{color:#7b5ae0;background:#f0ebff}.profile-feature--amber>span{color:#c67716;background:#fff4dd}.profile-feature--cyan>span{color:#0891b2;background:#e6fbff}.profile-feature--pink>span{color:#d44a91;background:#fff0f7}html[data-theme=dark] .profile-metric,html[data-theme=dark] .profile-feature{box-shadow:none;background:#171717;border-color:#333}html[data-theme=dark] .profile-metric strong,html[data-theme=dark] .profile-feature strong{color:#f5f5f5}html[data-theme=dark] .profile-metric span,html[data-theme=dark] .profile-feature small{color:#a1a1aa}@media (width<=1000px){.profile-feature-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.profile-stat-grid,.profile-feature-grid{grid-template-columns:1fr}.profile-feature-grid{padding:15px 17px 0}}.profile-avatar-large input{display:none}.profile-avatar-large{background:linear-gradient(135deg,#0ea5e9,#4f46e5) padding-box padding-box,linear-gradient(135deg,#18e1ff,#2563eb 52%,#7c3aed) border-box;border:3px solid #0000;border-radius:50%;box-shadow:0 0 0 4px #2563eb1a,0 12px 25px #4169e135}.profile-avatar-large img{object-fit:cover;background:#fff;border-radius:50%;width:100%;height:100%}.profile-avatar-large.is-uploading{opacity:.7;pointer-events:none}.profile-avatar-large span{background:#4169e1;border-radius:50%;bottom:-5px;right:-5px}html[data-theme=light] .cyber-nav{background:#fffffff0!important;border-bottom-color:#dbe5f1!important;box-shadow:0 16px 36px #2563eb17!important}html[data-theme=light] .cyber-footer{color:#0f172a!important;background:linear-gradient(#fff 0%,#f8fbff 100%)!important;border-top-color:#dbe5f1!important;box-shadow:inset 0 1px #fff,0 -12px 32px #2563eb0f!important}html[data-theme=light] .cyber-logo,html[data-theme=light] .cyber-links a,html[data-theme=light] .cyber-footer__links a{color:#0f172a!important;text-shadow:none!important}html[data-theme=light] .cyber-logo__text small,html[data-theme=light] .cyber-footer__brand>p,html[data-theme=light] .cyber-footer__bottom,html[data-theme=light] .cyber-footer__bottom small{color:#64748b!important;text-shadow:none!important}html[data-theme=light] .cyber-links a:hover,html[data-theme=light] .cyber-links a.active,html[data-theme=light] .cyber-footer__links a:hover,html[data-theme=light] .cyber-footer__status>span,html[data-theme=light] .cyber-logo em{color:#2563eb!important}html[data-theme=light] .cyber-logo>span:first-child,html[data-theme=light] .cyber-enter{color:#2563eb!important;box-shadow:none!important;background:#eff6ff!important;border-color:#bfdbfe!important}html[data-theme=light] .cyber-footer__bottom{background:#f8fbff!important;border-top-color:#e2e8f0!important}html[data-theme=dark] .cyber-nav{background:linear-gradient(#050708 0%,#070a09f2 100%)!important;border-bottom-color:#b8ff362e!important;box-shadow:0 14px 35px #00000073!important}html[data-theme=dark] .cyber-footer{color:#edf3e7!important;background:linear-gradient(#090c0a 0%,#040605 100%)!important;border-top-color:#b8ff3638!important}html[data-theme=dark] .cyber-logo,html[data-theme=dark] .cyber-links a,html[data-theme=dark] .cyber-footer__links a{color:#edf3e7!important}html[data-theme=dark] .cyber-logo__text small,html[data-theme=dark] .cyber-footer__brand>p,html[data-theme=dark] .cyber-footer__bottom,html[data-theme=dark] .cyber-footer__bottom small{color:#a8b3ac!important}html[data-theme=dark] .cyber-footer__bottom{background:#070a08!important;border-top-color:#343c36!important}.reader-unit{z-index:90!important;position:sticky!important;top:0!important}@media (width<=760px){.reader-unit{top:0!important}}.sidebar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fbfcfe!important;border-right:1px solid #e2e8f0!important;width:232px!important;padding:18px 12px!important}.sidebar nav{gap:14px;display:grid}.nav-group{margin-bottom:0!important}.nav-label{color:#64748b!important;letter-spacing:1.35px!important;padding:0 10px 7px!important;font-size:10px!important;font-weight:800!important}.side-link{position:relative;color:#334155!important;border-radius:8px!important;gap:10px!important;min-height:36px!important;margin:1px 0!important;padding:0 10px!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important}.side-link span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.side-icon{color:#475569;flex:0 0 18px;width:18px!important;font-size:14px!important}.side-link:hover{color:#0f172a!important;background:#eef4ff!important}.side-link:hover .side-icon{color:#2563eb}.side-link.active{color:#0b4fd6!important;background:#e8f0ff!important;font-weight:800!important}.side-link.active:before{content:"";background:#2563eb;border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.side-link.active .side-icon{color:#005ee6}.sidebar-bottom{gap:8px;display:grid}.semester-mini{border:1px solid #e5edf7;background:#f3f7fc!important;border-radius:10px!important;margin-top:8px!important;padding:11px 12px!important}.semester-mini>div:first-child{color:#64748b!important;margin-bottom:7px!important;font-size:10px!important}.semester-mini strong{color:#0f172a!important;font-size:11px!important}.semester-mini>div:last-child{background:#dbe4f0!important;height:3px!important}html[data-theme=dark] .sidebar{background:#0f1115!important;border-right-color:#272c35!important}html[data-theme=dark] .nav-label{color:#94a3b8!important}html[data-theme=dark] .side-link{color:#cbd5e1!important}html[data-theme=dark] .side-icon{color:#94a3b8}html[data-theme=dark] .side-link:hover{color:#fff!important;background:#172033!important}html[data-theme=dark] .side-link.active{color:#93c5fd!important;background:#10264a!important}html[data-theme=dark] .semester-mini{border-color:#2d3440;background:#151922!important}html[data-theme=dark] .semester-mini strong{color:#f8fafc!important}html[data-theme=high-contrast] .sidebar{background:#000!important;border-right-color:#ff0!important}html[data-theme=high-contrast] .nav-label,html[data-theme=high-contrast] .side-link,html[data-theme=high-contrast] .side-icon{color:#fff!important}html[data-theme=high-contrast] .side-link.active,html[data-theme=high-contrast] .side-link:hover{color:#000!important;background:#ff0!important}html[data-theme=high-contrast] .side-link.active .side-icon,html[data-theme=high-contrast] .side-link:hover .side-icon{color:#000!important}.cyber-site{--public-footer-bg:#f8fbff;--public-footer-ink:#111827;--public-footer-muted:#334155;--public-footer-line:#d8e1ee;--public-footer-accent:#7cff2f}.cyber-site .cyber-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2!important;border-bottom:1px solid #d8e1ee!important;height:78px!important;padding-inline:max(5vw,24px)!important;position:absolute!important;box-shadow:0 12px 32px #0f172a14!important}.cyber-site .cyber-logo,.cyber-site .cyber-links a{color:#101828!important;text-shadow:none!important}.cyber-site .cyber-logo em,.cyber-site .cyber-links a:hover,.cyber-site .cyber-links a.active{color:#005bd8!important}.cyber-site .cyber-logo__text small{color:#475569!important;text-shadow:none!important}.cyber-site .cyber-logo>span:first-child,.cyber-site .cyber-enter{color:#005bd8!important;box-shadow:none!important;background:#eff6ff!important;border-color:#b8d5ff!important}.cyber-site .cyber-enter:hover{color:#fff!important;background:#005bd8!important;border-color:#005bd8!important}.cyber-site .cyber-links a.active:after{box-shadow:none!important;background:#005bd8!important}.cyber-site .cyber-footer{min-height:0!important;color:var(--public-footer-ink)!important;background:radial-gradient(circle at 38% 48%, #58db5b29, transparent 7%), linear-gradient(180deg, #fff 0%, var(--public-footer-bg) 100%)!important;border-top:1px solid var(--public-footer-line)!important;grid-template-columns:1.25fr .75fr .9fr!important;align-items:start!important;gap:44px 64px!important;padding:0 max(5vw,24px)!important;display:grid!important;overflow:visible!important;box-shadow:inset 0 1px #fff!important}.cyber-site main>.ms-footer{display:none!important}.cyber-site .cyber-footer__utility{border-top:1px solid var(--public-footer-line);background:#ffffffc7;grid-column:1/-1;align-items:center;gap:20px;min-height:78px;margin:28px calc(-1*max(5vw,24px)) 0;padding:0 max(5vw,24px);display:flex;overflow:visible!important}.cyber-site .cyber-footer__utility>span,.cyber-site .cyber-footer__utility button,.cyber-site .cyber-footer__utility nav a{white-space:nowrap;align-items:center;gap:6px;min-height:32px;display:inline-flex;color:#000!important;box-shadow:none!important;letter-spacing:0!important;background:0 0!important;border:0!important;font:700 12px/1.2 DM Sans,system-ui,sans-serif!important}.cyber-site .cyber-footer__utility nav{flex:1;justify-content:flex-end;align-items:center;gap:24px;min-width:0;display:flex}.cyber-site .cyber-footer__utility svg{flex:none}.cyber-site .cyber-footer__privacy span{background:#0f6cbd;border-radius:999px;justify-content:center;align-items:center;width:28px;height:16px;display:inline-flex;color:#fff!important}.cyber-site .cyber-footer__theme{background:#fff!important;border:1px solid #b7c4d6!important;border-radius:3px!important;justify-content:center!important;gap:8px!important;min-width:96px!important;min-height:34px!important;padding:0 10px!important}.cyber-site .cyber-footer__theme-control{white-space:nowrap;align-items:center;gap:8px;display:inline-flex;position:relative}.cyber-site .cyber-footer__theme-label{align-items:center;gap:6px;min-height:32px;display:inline-flex;color:#000!important;font:700 12px/1.2 DM Sans,system-ui,sans-serif!important}.cyber-site .cyber-footer__theme strong{color:#000!important;font-weight:700!important}.cyber-site .cyber-footer__theme.is-open{border-color:#0078d4!important;box-shadow:0 0 0 1px #0078d4!important}.cyber-site .cyber-footer__theme-wrap{display:inline-flex;position:relative}.cyber-site .cyber-footer__theme-menu{z-index:20;background:#fff;border:1px solid #b7c4d6;border-radius:3px;width:205px;padding:7px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 18px 42px #0f172a2e;grid-template-columns:1fr!important;gap:0!important;display:grid!important}.cyber-site .cyber-footer__theme-menu:after{content:"";background:#fff;border-bottom:1px solid #b7c4d6;border-right:1px solid #b7c4d6;width:12px;height:12px;position:absolute;bottom:-7px;left:28px;transform:rotate(45deg)}.cyber-site .cyber-footer__theme-menu button{text-align:left;justify-content:flex-start;width:100%;color:#000!important;white-space:nowrap!important;background:#fff!important;border:1px solid #0000!important;border-radius:2px!important;align-items:center!important;gap:10px!important;min-height:40px!important;padding:7px 10px!important;font:700 13px/1.2 DM Sans,system-ui,sans-serif!important;display:flex!important}.cyber-site .cyber-footer__theme-menu button:hover,.cyber-site .cyber-footer__theme-menu button.is-active{color:#005a9e!important;background:#eff6ff!important;border-color:#0078d4!important}.cyber-site .cyber-footer__theme-swatch{color:#005a9e;background:#fff;border:1px solid #cbd5e1;flex:0 0 22px;place-items:center;width:22px;height:22px;display:inline-grid}.cyber-site .cyber-footer__theme-swatch.is-dark{color:#fff;background:#111827;border-color:#111827}.cyber-site .cyber-footer__theme-swatch.is-high-contrast{color:#000;background:#ff0;border-color:#000}.cyber-site .cyber-footer__brand{padding-top:44px}.cyber-site .cyber-footer__brand .cyber-logo{color:var(--public-footer-ink)!important}.cyber-site .cyber-footer__brand .cyber-logo>span:first-child{color:#005bd8!important;background:#eef6ff!important;border-color:#a8c7ff!important;width:48px!important;height:48px!important}.cyber-site .cyber-footer__brand .cyber-logo__text b,.cyber-site .cyber-footer__brand .cyber-logo__text em{font-size:18px!important}.cyber-site .cyber-footer__brand .cyber-logo__text em{color:#7dcf21!important}.cyber-site .cyber-footer__brand .cyber-logo__text small{color:#111827!important}.cyber-site .cyber-footer__brand>p{max-width:340px;color:#1f3a5a!important;letter-spacing:1.4px!important;margin-top:24px!important;font:500 13px/1.8 monospace!important}.cyber-site .cyber-footer__links{grid-template-columns:1fr 1fr!important;gap:20px 52px!important;padding-top:52px!important;display:grid!important}.cyber-site .cyber-footer__links a{color:#000!important;letter-spacing:.2px!important;font:800 12px/1.2 monospace!important}.cyber-site .cyber-footer__links a:hover{color:#005bd8!important;transform:none!important}.cyber-site .cyber-footer__status{align-items:flex-end!important;padding-top:52px!important}.cyber-site .cyber-footer__status>span{color:#005bd8!important;letter-spacing:2px!important;font:900 10px/1.2 monospace!important}.cyber-site .cyber-footer__status i{box-shadow:none!important;background:#8ed4ff!important}.cyber-site .cyber-footer__bottom{grid-column:1/-1;border-top:1px solid var(--public-footer-line)!important;color:#1f3a5a!important;text-align:center!important;background:0 0!important;width:calc(100% + 2*max(5vw,24px))!important;margin:0 calc(-1*max(5vw,24px))!important;padding:20px 24px!important}.cyber-site .cyber-footer__bottom small{color:#1f3a5a!important;letter-spacing:.45px!important;text-shadow:none!important;font:700 12px/1.4 monospace!important}html[data-theme=dark] .cyber-site .cyber-nav,html[data-theme=high-contrast] .cyber-site .cyber-nav{background:#fffffff2!important;border-bottom-color:#d8e1ee!important}html[data-theme=dark] .cyber-site .cyber-footer,html[data-theme=high-contrast] .cyber-site .cyber-footer,html[data-theme=dark] .cyber-site .cyber-footer__utility,html[data-theme=high-contrast] .cyber-site .cyber-footer__utility{color:#000!important;background-color:#fff!important;border-color:#d8e1ee!important}html[data-theme=dark] .cyber-site .cyber-footer *,html[data-theme=high-contrast] .cyber-site .cyber-footer *{text-shadow:none!important}html[data-theme=light] .cyber-site>main,html[data-theme=light] .cyber-site main{color:#111827!important;background:#fff!important}html[data-theme=light] .cyber-site main :where(h1,h2,h3,h4,h5,h6,strong,b){color:#0f172a!important}html[data-theme=light] .cyber-site main :where(p,li,small,span){color:#1f2937!important}html[data-theme=dark] .cyber-site>main,html[data-theme=dark] .cyber-site main{color:#f8fafc!important;background:#1f1f1f!important}html[data-theme=dark] .cyber-site main :where(section,article,div[class*=card],div[class*=panel],div[class*=surface]){border-color:#3b3a39!important}html[data-theme=dark] .cyber-site main :where(h1,h2,h3,h4,h5,h6,strong,b){color:#fff!important}html[data-theme=dark] .cyber-site main :where(p,li,small,span){color:#d1d5db!important}html[data-theme=dark] .cyber-site main :where(a){color:#8ecbff!important}html[data-theme=high-contrast] .cyber-site>main,html[data-theme=high-contrast] .cyber-site main{color:#fff!important;background:#000!important}html[data-theme=high-contrast] .cyber-site main :where(section,article,div[class*=card],div[class*=panel],div[class*=surface]){box-shadow:none!important;border-color:#fff!important}html[data-theme=high-contrast] .cyber-site main :where(h1,h2,h3,h4,h5,h6,strong,b,a){color:#ff0!important}html[data-theme=high-contrast] .cyber-site main :where(p,li,small,span){color:#fff!important}html[data-theme=light] .cyber-site .cyber-nav{color:#0f172a!important;background:#fffffff2!important;border-bottom-color:#d8e1ee!important}html[data-theme=dark] .cyber-site .cyber-nav{color:#fff!important;box-shadow:none!important;background:#1f1f1f!important;border-bottom-color:#3b3a39!important}html[data-theme=high-contrast] .cyber-site .cyber-nav{color:#fff!important;box-shadow:none!important;background:#000!important;border-bottom-color:#fff!important}html[data-theme=dark] .cyber-site .cyber-logo,html[data-theme=dark] .cyber-site .cyber-logo b,html[data-theme=dark] .cyber-site .cyber-logo__text small,html[data-theme=dark] .cyber-site .cyber-links a,html[data-theme=dark] .cyber-site .cyber-enter{color:#fff!important}html[data-theme=dark] .cyber-site .cyber-logo em,html[data-theme=dark] .cyber-site .cyber-links a:hover,html[data-theme=dark] .cyber-site .cyber-links a.active{color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-enter:hover{color:#061724!important;background:#8ecbff!important;border-color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-links a.active:after{background:#8ecbff!important}html[data-theme=high-contrast] .cyber-site .cyber-logo,html[data-theme=high-contrast] .cyber-site .cyber-logo b,html[data-theme=high-contrast] .cyber-site .cyber-logo__text small,html[data-theme=high-contrast] .cyber-site .cyber-links a{color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-logo em,html[data-theme=high-contrast] .cyber-site .cyber-links a:hover,html[data-theme=high-contrast] .cyber-site .cyber-links a.active{color:#ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-enter:hover{color:#000!important;background:#ff0!important;border-color:#ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-links a.active:after{background:#ff0!important}html[data-theme=dark] .cyber-site .cyber-footer{color:#fff!important;box-shadow:none!important;background:#082638!important;border-top-color:#31586c!important}html[data-theme=dark] .cyber-site .cyber-footer__utility,html[data-theme=dark] .cyber-site .cyber-footer__bottom{color:#fff!important;background:#082638!important;border-color:#31586c!important}html[data-theme=dark] .cyber-site .cyber-footer__brand>p,html[data-theme=dark] .cyber-site .cyber-footer__brand .cyber-logo,html[data-theme=dark] .cyber-site .cyber-footer__brand .cyber-logo__text b,html[data-theme=dark] .cyber-site .cyber-footer__brand .cyber-logo__text small,html[data-theme=dark] .cyber-site .cyber-footer__links a,html[data-theme=dark] .cyber-site .cyber-footer__utility>span,html[data-theme=dark] .cyber-site .cyber-footer__utility button,html[data-theme=dark] .cyber-site .cyber-footer__utility nav a,html[data-theme=dark] .cyber-site .cyber-footer__theme-label,html[data-theme=dark] .cyber-site .cyber-footer__theme strong,html[data-theme=dark] .cyber-site .cyber-footer__bottom,html[data-theme=dark] .cyber-site .cyber-footer__bottom small{color:#fff!important}html[data-theme=dark] .cyber-site .cyber-footer__brand .cyber-logo__text em,html[data-theme=dark] .cyber-site .cyber-footer__links a:hover,html[data-theme=dark] .cyber-site .cyber-footer__status>span{color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-footer__status i{background:#8ecbff!important;box-shadow:0 0 10px #8ecbff8c!important}html[data-theme=dark] .cyber-site .cyber-footer__theme{color:#fff!important;background:#0b2d42!important;border-color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-footer__theme-menu{background:#1f1f1f!important;border-color:#5f6f7a!important;box-shadow:0 18px 42px #00000073!important}html[data-theme=dark] .cyber-site .cyber-footer__theme-menu:after{background:#1f1f1f!important;border-color:#5f6f7a!important}html[data-theme=dark] .cyber-site .cyber-footer__theme-menu button{color:#fff!important;background:#1f1f1f!important}html[data-theme=dark] .cyber-site .cyber-footer__theme-menu button:hover,html[data-theme=dark] .cyber-site .cyber-footer__theme-menu button.is-active{color:#fff!important;background:#2b2b2b!important;border-color:#8ecbff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer{color:#fff!important;box-shadow:none!important;background:#000!important;border-top-color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__utility,html[data-theme=high-contrast] .cyber-site .cyber-footer__bottom{color:#fff!important;background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__brand>p,html[data-theme=high-contrast] .cyber-site .cyber-footer__brand .cyber-logo,html[data-theme=high-contrast] .cyber-site .cyber-footer__brand .cyber-logo__text b,html[data-theme=high-contrast] .cyber-site .cyber-footer__brand .cyber-logo__text small,html[data-theme=high-contrast] .cyber-site .cyber-footer__utility>span,html[data-theme=high-contrast] .cyber-site .cyber-footer__utility button,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-label,html[data-theme=high-contrast] .cyber-site .cyber-footer__bottom,html[data-theme=high-contrast] .cyber-site .cyber-footer__bottom small{color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__brand .cyber-logo__text em,html[data-theme=high-contrast] .cyber-site .cyber-footer__links a,html[data-theme=high-contrast] .cyber-site .cyber-footer__utility nav a,html[data-theme=high-contrast] .cyber-site .cyber-footer__status>span,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme strong{color:#ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__status i{background:#ff0!important;box-shadow:0 0 10px #ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu button:hover,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu button.is-active{color:#ff0!important;background:#000!important;border:2px solid #ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu{box-shadow:none!important;background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu:after{background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu button{color:#fff!important;background:#000!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-swatch{border-color:#fff!important}@media (width<=1100px){.cyber-site .cyber-footer{grid-template-columns:1fr 1fr!important}.cyber-site .cyber-footer__status{align-items:flex-start!important}.cyber-site .cyber-footer__utility{flex-wrap:wrap;align-items:flex-start;gap:10px 18px;padding-block:18px}.cyber-site .cyber-footer__utility nav{flex-wrap:wrap;flex-basis:100%;justify-content:flex-start;gap:12px 22px}}@media (width<=720px){.cyber-site .cyber-nav{height:72px!important}.cyber-site .cyber-menu{color:#005bd8!important}.cyber-site .cyber-links{background:#fff!important;border-color:#d8e1ee!important;top:72px!important;box-shadow:0 18px 42px #0f172a24!important}.cyber-site .cyber-links a{border-bottom-color:#e5edf6!important}.cyber-site .cyber-footer{grid-template-columns:1fr!important;gap:26px!important;padding-inline:20px!important}.cyber-site .cyber-footer__utility{margin-inline:-20px;padding:16px 20px}.cyber-site .cyber-footer__brand,.cyber-site .cyber-footer__links,.cyber-site .cyber-footer__status{padding-top:0!important}.cyber-site .cyber-footer__links{grid-template-columns:1fr!important}.cyber-site .cyber-footer__bottom{width:calc(100% + 40px)!important;margin-inline:-20px!important}html[data-theme=dark] .cyber-site .cyber-menu{color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-links{background:#1f1f1f!important;border-color:#3b3a39!important;box-shadow:0 18px 42px #0006!important}html[data-theme=dark] .cyber-site .cyber-links a{color:#fff!important;border-bottom-color:#3b3a39!important}html[data-theme=high-contrast] .cyber-site .cyber-menu{color:#ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-links{box-shadow:none!important;background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] .cyber-site .cyber-links a{color:#fff!important;border-bottom-color:#fff!important}}.cyber-site .cyber-nav{border-bottom-width:1px!important;height:78px!important}.cyber-site .cyber-links a,.cyber-site .cyber-links a:hover,.cyber-site .cyber-links a.active,.cyber-site .cyber-links a[aria-current=page]{background:0 0!important}.cyber-site .cyber-links a.active:after,.cyber-site .cyber-links a[aria-current=page]:after{width:auto!important;height:2px!important;box-shadow:none!important;border:0!important;bottom:22px!important;left:2px!important;right:2px!important}.cyber-site .cyber-logo>span:first-child{border-width:1px!important;width:38px!important;height:38px!important}.cyber-site .cyber-enter{border-width:1px!important;min-height:40px!important;padding:0 16px!important}.cyber-site .cyber-footer__utility{min-height:42px!important;margin-top:12px!important;padding-block:4px!important}.cyber-site .cyber-footer__theme-control{gap:6px!important}.cyber-site .cyber-footer__theme{border-width:1px!important;border-radius:3px!important;gap:7px!important;min-width:90px!important;min-height:28px!important;padding:0 9px!important}.cyber-site .cyber-footer__theme-menu{border-width:1px!important;border-radius:2px!important;width:206px!important;padding:6px!important}.cyber-site .cyber-footer__theme-menu button{border-width:1px!important;border-radius:2px!important;min-height:36px!important;padding:0 10px!important}.cyber-site .cyber-footer__theme-menu button:hover,.cyber-site .cyber-footer__theme-menu button.is-active{background:#0078d414!important}html[data-theme=dark] .cyber-site .cyber-nav{box-shadow:none!important;background:#082638!important;border-bottom-color:#31586c!important}html[data-theme=dark] .cyber-site .cyber-logo,html[data-theme=dark] .cyber-site .cyber-logo b,html[data-theme=dark] .cyber-site .cyber-logo__text small,html[data-theme=dark] .cyber-site .cyber-links a,html[data-theme=dark] .cyber-site .cyber-enter{color:#fff!important;text-shadow:none!important}html[data-theme=dark] .cyber-site .cyber-logo em,html[data-theme=dark] .cyber-site .cyber-links a:hover,html[data-theme=dark] .cyber-site .cyber-links a.active,html[data-theme=dark] .cyber-site .cyber-links a[aria-current=page]{color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-logo>span:first-child,html[data-theme=dark] .cyber-site .cyber-enter{background:#0b2d42!important;border-color:#8ecbff!important}html[data-theme=dark] .cyber-site .cyber-links a.active:after,html[data-theme=dark] .cyber-site .cyber-links a[aria-current=page]:after{background:#8ecbff!important}html[data-theme=high-contrast] .cyber-site .cyber-nav{box-shadow:none!important;background:#000!important;border-bottom:1px solid #fff!important}html[data-theme=high-contrast] .cyber-site .cyber-logo,html[data-theme=high-contrast] .cyber-site .cyber-logo b,html[data-theme=high-contrast] .cyber-site .cyber-logo__text small,html[data-theme=high-contrast] .cyber-site .cyber-links a{color:#fff!important;text-shadow:none!important}html[data-theme=high-contrast] .cyber-site .cyber-logo em,html[data-theme=high-contrast] .cyber-site .cyber-links a:hover,html[data-theme=high-contrast] .cyber-site .cyber-links a.active,html[data-theme=high-contrast] .cyber-site .cyber-links a[aria-current=page]{color:#ff0!important;background:0 0!important}html[data-theme=high-contrast] .cyber-site .cyber-links a:before{display:none!important}html[data-theme=high-contrast] .cyber-site .cyber-links a.active:after,html[data-theme=high-contrast] .cyber-site .cyber-links a[aria-current=page]:after{content:""!important;box-shadow:none!important;background:#ff0!important;display:block!important;position:absolute!important}html[data-theme=high-contrast] .cyber-site .cyber-logo>span:first-child,html[data-theme=high-contrast] .cyber-site .cyber-enter{color:#ff0!important;background:#000!important;border:1px solid #ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-enter:hover{color:#000!important;background:#ff0!important}html[data-theme=high-contrast] .cyber-site .cyber-footer__theme,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu button:hover,html[data-theme=high-contrast] .cyber-site .cyber-footer__theme-menu button.is-active{border-width:1px!important}@media (width<=720px){.cyber-site .cyber-nav{height:72px!important}.cyber-site .cyber-links a.active:after,.cyber-site .cyber-links a[aria-current=page]:after{display:none!important}}.admin-users-page .user-access-students-controls>div:first-child{min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.admin-users-page .user-access-search-field input::placeholder{color:#605e5c!important;opacity:1!important}html[data-theme=dark] body .admin-users-page .user-access-students-controls>div:first-child,html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls>div:first-child{box-shadow:none!important;background:0 0!important;border:0!important}html[data-theme=dark] body .admin-users-page .user-access-students-view,html[data-theme=dark] body .admin-users-page .user-access-settings-view,html[data-theme=dark] body .admin-users-page .user-access-students-summary,html[data-theme=dark] body .admin-users-page .user-access-students-controls,html[data-theme=dark] body .admin-users-page .user-access-settings-head{background:#141414!important;border-color:#33383f!important}html[data-theme=dark] body .admin-users-page .user-access-students-controls h3,html[data-theme=dark] body .admin-users-page .user-access-settings-head h3,html[data-theme=dark] body .admin-users-page .user-access-settings-grid h4,html[data-theme=dark] body .admin-users-page .user-access-student-stat b{color:#f8fafc!important}html[data-theme=dark] body .admin-users-page .user-access-students-controls label,html[data-theme=dark] body .admin-users-page .user-access-students-controls label span,html[data-theme=dark] body .admin-users-page .user-access-students-controls p,html[data-theme=dark] body .admin-users-page .user-access-settings-head p,html[data-theme=dark] body .admin-users-page .user-access-settings-grid p,html[data-theme=dark] body .admin-users-page .user-access-student-stat strong,html[data-theme=dark] body .admin-users-page .user-access-student-stat small{color:#d7e3f6!important}html[data-theme=dark] body .admin-users-page .user-access-search-field,html[data-theme=dark] body .admin-users-page .user-access-students-controls select,html[data-theme=dark] body .admin-users-page .user-access-students-table select{color:#f8fafc!important;background:#111827!important;border-color:#4b5563!important}html[data-theme=dark] body .admin-users-page .user-access-search-field input{color:#f8fafc!important}html[data-theme=dark] body .admin-users-page .user-access-search-field input::placeholder{color:#cbd5e1!important}html[data-theme=dark] body .admin-users-page .user-access-students-controls select option,html[data-theme=dark] body .admin-users-page .user-access-students-table select option{color:#f8fafc!important;background:#111827!important}html[data-theme=dark] body .admin-users-page .user-access-refresh,html[data-theme=dark] body .admin-users-page .user-access-settings-head button{color:#fff!important;background:#2563eb!important;border-color:#60a5fa!important}html[data-theme=dark] body .admin-users-page .user-access-students-table button:not(:disabled){color:#f8fafc!important;background:#1f2937!important;border:1px solid #4b5563!important}html[data-theme=high-contrast] body .admin-users-page .user-access-students-view,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-view,html[data-theme=high-contrast] body .admin-users-page .user-access-students-summary,html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-head,html[data-theme=high-contrast] body .admin-users-page .user-access-student-stat,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-grid article{box-shadow:none!important;background:#000!important;border-color:#fff!important}html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls h3,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-head h3,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-grid h4,html[data-theme=high-contrast] body .admin-users-page .user-access-student-stat b{color:#ff0!important}html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls label,html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls label span,html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls p,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-head p,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-grid p,html[data-theme=high-contrast] body .admin-users-page .user-access-student-stat strong,html[data-theme=high-contrast] body .admin-users-page .user-access-student-stat small{color:#fff!important}html[data-theme=high-contrast] body .admin-users-page .user-access-search-field,html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls select,html[data-theme=high-contrast] body .admin-users-page .user-access-students-table select,html[data-theme=high-contrast] body .admin-users-page .user-access-refresh,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-head button,html[data-theme=high-contrast] body .admin-users-page .user-access-students-table button{color:#ff0!important;background:#000!important;border:2px solid #ff0!important}html[data-theme=high-contrast] body .admin-users-page .user-access-search-field input{color:#ff0!important}html[data-theme=high-contrast] body .admin-users-page .user-access-search-field input::placeholder{color:#fff!important}html[data-theme=high-contrast] body .admin-users-page .user-access-students-controls select option,html[data-theme=high-contrast] body .admin-users-page .user-access-students-table select option{color:#ff0!important;background:#000!important}html[data-theme=high-contrast] body .admin-users-page .user-access-student-stat span,html[data-theme=high-contrast] body .admin-users-page .user-access-settings-icon{color:#ff0!important;background:#000!important;border:2px solid #ff0!important}
