:root{--green:#043b2a;--green-2:#075f44;--deep:#032a1d;--gold:#b87908;--red:#a9262c;--ink:#13231b;--muted:#40554a;--line:#bdcec3;--canvas:#edf3ef;--white:#fff;--shadow:0 18px 42px rgba(4,47,34,.14)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);font-family:"DM Sans",sans-serif}.eyebrow{margin:0 0 6px;color:var(--green-2);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.portal-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,209,106,.7);border-radius:13px;background:var(--deep);color:#ffd16a;font-family:"Fraunces",Georgia,serif;font-weight:700;font-size:1.05rem}
.student-login{min-height:100vh;background:linear-gradient(135deg,#043b2a 0%,#07523c 48%,#e7efe9 48%)}.login-layout{display:grid;min-height:100vh;grid-template-columns:minmax(290px,.9fr) minmax(460px,1.1fr)}.login-intro{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,8vw,120px);overflow:hidden;color:var(--white)}.login-intro::after{position:absolute;right:-100px;bottom:-125px;width:350px;height:350px;border:40px solid rgba(255,209,106,.2);border-radius:50%;content:""}.login-intro .portal-mark{margin-bottom:clamp(48px,8vh,120px);background:rgba(255,255,255,.08)}.login-intro .eyebrow{color:#ffd16a}.login-intro h1{max-width:540px;margin:0;font-family:"Fraunces",Georgia,serif;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:600;line-height:.98;letter-spacing:-.055em}.login-intro p:not(.eyebrow){max-width:360px;margin:25px 0 0;color:#d2e2d8;line-height:1.7}.color-bars{display:flex;gap:7px;margin-top:48px}.color-bars i{display:block;width:32px;height:4px;background:#ffd16a}.color-bars i:nth-child(2){background:#c63c3b}.color-bars i:nth-child(3){background:#fff}.login-panel{display:grid;place-items:center;padding:32px;background:rgba(237,243,239,.98)}.login-card{width:min(100%,430px);padding:clamp(28px,4vw,52px);border:1px solid #c5d4ca;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.login-card h2,.section-heading h2{margin:0;font-family:"Fraunces",Georgia,serif;font-size:clamp(1.7rem,3vw,2.3rem);letter-spacing:-.04em}.login-card .muted{margin:10px 0 30px;line-height:1.55}label{display:block;margin:20px 0 8px;color:#263e32;font-size:.83rem;font-weight:700}input{width:100%;height:49px;padding:0 13px;border:1px solid #aabdaf;border-radius:10px;background:#fff;color:var(--ink);font:inherit;outline:none}input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(7,95,68,.17)}button{font:inherit}.login-card button{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;margin-top:28px;padding:0 17px;border:0;border-radius:10px;background:var(--green-2);box-shadow:0 8px 18px rgba(4,47,34,.2);color:#fff;font-weight:700;cursor:pointer}.login-card button:hover{background:var(--deep)}.form-alert{margin:19px 0 -2px;padding:12px;border-left:4px solid var(--red);border-radius:7px;background:#fff3f3;color:#86242a;font-size:.83rem}.login-note{margin:25px 0 0;color:var(--muted);font-size:.76rem;line-height:1.5;text-align:center}
.student-page{min-height:100vh;background:var(--canvas)}.student-shell{display:flex;min-height:100vh}.student-sidebar{position:fixed;z-index:20;display:flex;width:254px;height:100vh;flex-direction:column;padding:22px 15px 18px;background:var(--deep);box-shadow:3px 0 18px rgba(4,47,34,.12);color:#fff}.portal-brand{display:flex;align-items:center;gap:11px;padding:5px 8px 24px;color:#fff;font-family:"Fraunces",Georgia,serif;font-size:1rem;font-weight:600;line-height:1.05;text-decoration:none}.portal-brand .portal-mark{width:37px;height:37px;border-radius:11px;font-size:.95rem}.portal-brand small{display:block;margin-top:3px;color:#b9cfbf;font-family:"DM Sans",sans-serif;font-size:.67rem;font-weight:500;letter-spacing:.05em}.student-sidebar nav{display:grid;gap:3px}.menu-link{display:flex;align-items:center;min-height:43px;gap:10px;padding:7px 9px;border-radius:9px;color:#e3eee7;font-size:.87rem;text-decoration:none}.menu-link.active{background:rgba(255,255,255,.18);box-shadow:inset 3px 0 0 #ffd16a;color:#fff;font-weight:700}.menu-link.disabled{color:#c0d3c6;cursor:default}.menu-link b{display:grid;width:23px;height:23px;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:7px;color:#ffd16a;font-size:.58rem}.menu-link small{margin-left:auto;color:#9db5a7;font-size:.61rem}.logout-form{margin-top:auto}.logout-form button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px 9px;border:0;border-top:1px solid rgba(255,255,255,.24);background:none;color:#ffdc82;font-size:.88rem;font-weight:700;cursor:pointer}.student-main{width:calc(100% - 254px);min-height:100vh;margin-left:254px}.student-topbar{display:flex;min-height:90px;align-items:center;justify-content:space-between;gap:20px;padding:19px clamp(22px,5vw,68px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);box-shadow:0 3px 11px rgba(4,47,34,.05)}.student-topbar h1{margin:0;font-family:"Fraunces",Georgia,serif;font-size:clamp(1.4rem,2.8vw,2rem);letter-spacing:-.04em}.student-topbar .eyebrow{margin-bottom:3px}.top-status{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #9ac5aa;border-radius:999px;background:#effaf2;color:var(--green-2);font-size:.73rem;font-weight:700}.top-status i{width:7px;height:7px;border-radius:50%;background:#078042}.student-content{width:min(1280px,100%);margin:auto;padding:clamp(28px,5vw,62px)}.identity-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:21px;padding:clamp(22px,4vw,38px);border:1px solid #b7cbbd;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.student-photo{width:86px;height:86px;overflow:hidden;border:3px solid #d6b457;border-radius:50%;background:#eaf3ed}.student-photo img{width:100%;height:100%;object-fit:cover}.identity-copy h2{margin:0;color:var(--deep);font-family:"Fraunces",Georgia,serif;font-size:clamp(1.5rem,3vw,2.35rem);letter-spacing:-.04em}.identity-copy p{margin:7px 0;color:#3c5447;font-size:.88rem}.identity-copy>span{display:inline-block;padding:5px 8px;border-radius:7px;background:#f2f8f4;color:var(--green);font-size:.72rem;font-weight:700}.identity-meta{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:13px}.identity-meta div{display:grid;gap:4px;padding-left:14px;border-left:3px solid #d6b457}.identity-meta small{color:#456052;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.identity-meta strong{color:#213a2e;font-size:.78rem}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:17px}.status-grid article{position:relative;display:grid;gap:8px;min-height:112px;padding:18px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 18px rgba(4,47,34,.06)}.status-grid span{color:#456052;font-size:.71rem;font-weight:700}.status-grid strong{max-width:85%;color:var(--deep);font-family:"Fraunces",Georgia,serif;font-size:1.06rem;line-height:1.1}.status-grid i{position:absolute;right:16px;bottom:18px;width:11px;height:11px;border-radius:50%}.status-good{background:#078042}.status-gold{background:#b87908}.status-red{background:#a9262c}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:36px}.section-heading p:last-child{max-width:320px;margin:0;color:var(--muted);font-size:.78rem;line-height:1.55;text-align:right}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.quick-card{min-height:190px;padding:19px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 18px rgba(4,47,34,.05)}.quick-number{display:grid;width:27px;height:27px;place-items:center;border:1px solid #d6b457;border-radius:8px;background:#fff8e5;color:#8a5800;font-size:.62rem;font-weight:700}.quick-card h3{margin:18px 0 7px;color:var(--deep);font-family:"Fraunces",Georgia,serif;font-size:1.1rem}.quick-card p{min-height:49px;margin:0;color:#40554a;font-size:.76rem;line-height:1.55}.coming{display:inline-block;margin-top:15px;padding:4px 7px;border:1px solid #b7cbbd;border-radius:999px;background:#f5faf6;color:var(--green-2);font-size:.62rem;font-weight:700}.menu-button,.drawer-scrim{display:none}@media(max-width:1050px){.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.student-sidebar{left:-270px;transition:left .22s ease}.drawer-open .student-sidebar{left:0}.drawer-scrim{position:fixed;z-index:15;inset:0;background:rgba(3,42,29,.52)}.drawer-open .drawer-scrim{display:block}.student-main{width:100%;margin-left:0}.menu-button{display:grid;width:40px;height:40px;gap:4px;place-content:center;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.menu-button i{display:block;width:17px;height:2px;background:var(--deep)}.student-topbar{padding:16px 22px}.student-topbar>div .eyebrow{display:none}}@media(max-width:700px){.student-login{background:var(--canvas)}.login-layout{display:block}.login-intro{min-height:285px;padding:28px 25px}.login-intro .portal-mark{margin-bottom:36px}.login-intro h1{font-size:2.45rem}.login-panel{padding:0 16px 28px;background:transparent}.login-card{margin-top:-18px;padding:28px 24px;border-radius:18px}.top-status{font-size:.67rem}.student-content{padding:28px 18px}.identity-card{grid-template-columns:auto minmax(0,1fr);gap:15px;padding:21px}.student-photo{width:64px;height:64px}.identity-meta{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%;margin-top:3px}.status-grid{grid-template-columns:1fr;gap:10px}.status-grid article{min-height:93px}.section-heading{display:block;margin-top:28px}.section-heading p:last-child{margin-top:9px;text-align:left}.quick-grid{grid-template-columns:1fr;gap:10px}.quick-card{min-height:0}.quick-card p{min-height:0}.student-topbar h1{font-size:1.35rem}}@media(max-width:390px){.top-status{display:none}.identity-card{grid-template-columns:1fr}.student-photo{width:58px;height:58px}.identity-meta{grid-template-columns:1fr}.identity-meta div{padding-top:5px}}
.notification-count{display:grid!important;min-width:19px;height:19px;place-items:center;margin-left:auto!important;padding:0 4px;border-radius:999px;background:#d8aa2c!important;color:#173423!important;font-size:.59rem!important;font-weight:800}.top-notification{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #d6b457;border-radius:999px;background:#fff8e4;color:#6f4b00;font-size:.7rem;font-weight:800;text-decoration:none}.top-notification b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:#075f44;color:#fff;font-size:.58rem}@media(max-width:520px){.top-notification{padding:7px}.top-notification{font-size:0}.top-notification b{font-size:.58rem}}
