:root{--red:#e21b23;--yellow:#ffc400;--black:#111318;--ink:#17191f;--muted:#6d727b;--bg:#f5f5f3;--white:#fff;--line:#e6e6e2}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:24px}.brandmark{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,var(--red) 0 48%,var(--yellow) 48% 72%,var(--black) 72%);position:relative;box-shadow:0 5px 14px #0002}.brandmark:after{content:'INS';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:900;font-size:12px}.brand small{display:block;font-size:9px;letter-spacing:1px;color:#666}.nav{display:flex;gap:8px;align-items:center}.nav a,.nav button{border:0;background:transparent;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700;cursor:pointer}.nav .active{background:#fff1f1;color:var(--red)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:0;border-radius:11px;padding:13px 18px;font-weight:800;cursor:pointer;text-decoration:none}.btn-red{background:var(--red);color:#fff}.btn-yellow{background:var(--yellow);color:#111}.btn-dark{background:var(--black);color:#fff}.shell{max-width:1120px;margin:0 auto;padding:30px 18px}.hero{background:linear-gradient(120deg,var(--black),#272a30 52%,var(--red));color:#fff;border-radius:24px;overflow:hidden;position:relative;padding:44px 42px;margin-bottom:22px}.hero:after{content:'';position:absolute;width:260px;height:260px;right:-90px;top:-110px;background:var(--yellow);transform:rotate(25deg);opacity:.95}.hero h1{font-size:40px;line-height:1.05;margin:0 0 12px;max-width:650px}.hero p{color:#eee;max-width:600px;font-size:16px}.accent{color:var(--yellow)}.grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 30px #0000000d}.login-card{max-width:500px;margin:35px auto}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;font-weight:900;color:var(--red)}h2{margin:7px 0 18px;font-size:28px}label{display:block;font-size:13px;font-weight:800;margin:14px 0 7px}input,select,textarea{width:100%;padding:14px;border:1px solid #d9dad7;border-radius:11px;background:#fff;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #e21b2314}.login-card .btn{width:100%;margin-top:12px}.divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:#888;font-size:12px}.divider:before,.divider:after{content:'';height:1px;background:#ddd;flex:1}.feature{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature .item{padding:15px;border-radius:15px;background:#fafafa;border:1px solid var(--line)}.icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-weight:900;margin-bottom:9px}.red{background:#ffe8e9;color:var(--red)}.yellow{background:#fff4c9;color:#9a7200}.dark{background:#202126;color:#fff}.msg{padding:12px;border-radius:10px;margin-top:12px;font-size:14px}.err{background:#fff0f0;color:#a00}.ok{background:#edfff0;color:#176b2c}.statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.stat strong{font-size:26px;display:block}.hw{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;margin:12px 0;display:flex;justify-content:space-between;gap:18px;align-items:center}.hw h3{margin:0 0 6px}.small{font-size:13px;color:var(--muted)}.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#fff1f1;color:var(--red);font-size:11px;font-weight:900}.question{margin:12px 0}.question .marks{font-size:12px;color:var(--muted);margin:5px 0 10px}.files a{display:block;text-decoration:none;padding:10px;border-radius:10px;background:#fafafa;margin:7px 0;color:#222}.upload{border:2px dashed #d5d5d0;background:#fffdf4}.footer{padding:28px;text-align:center;color:#777;font-size:13px}.logout{background:#111;color:#fff!important}@media(max-width:800px){.grid{grid-template-columns:1fr}.statgrid{grid-template-columns:repeat(2,1fr)}.nav a{display:none}.hero{padding:30px 24px}.hero h1{font-size:31px}.hw{flex-direction:column;align-items:stretch}.brand{font-size:20px}}@media(max-width:500px){.shell{padding:18px 12px}.card{padding:18px}.statgrid{gap:8px}.stat{padding:12px}.stat strong{font-size:21px}}

/* INS student dashboard visual theme */
body.dashboard-page{background:#f1f1ef;position:relative;overflow-x:hidden}
body.dashboard-page:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 85% 12%,#ffc40022 0 120px,transparent 300px),radial-gradient(circle at 8% 88%,#e21b2314 0 130px,transparent 330px),linear-gradient(135deg,#f8f8f6 0%,#f0f0ee 52%,#fff 100%)}
body.dashboard-page:after{content:"";position:fixed;width:420px;height:420px;right:-250px;bottom:-210px;pointer-events:none;z-index:-1;background:linear-gradient(135deg,var(--yellow),var(--red));transform:rotate(18deg);opacity:.12;border-radius:80px}
.dashboard-hero{min-height:270px;padding:42px 44px;background:linear-gradient(115deg,#101114 0%,#1b1d22 48%,#a20e15 100%);box-shadow:0 18px 45px #0002}
.dashboard-hero:before{content:"";position:absolute;width:390px;height:390px;right:-125px;bottom:-245px;background:var(--red);transform:rotate(38deg);opacity:.55}
.dashboard-hero:after{content:"";position:absolute;width:210px;height:210px;right:-70px;top:-100px;background:var(--yellow);transform:rotate(25deg);opacity:.95}
.dashboard-hero .hero-copy{position:relative;z-index:2;max-width:720px}
.dashboard-hero h1{font-size:44px;letter-spacing:-1px}
.dashboard-hero p{font-size:16px;line-height:1.6;color:#f1f1f1;max-width:650px}
.hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.hero-tags span{padding:9px 13px;border-radius:999px;background:#ffffff12;border:1px solid #ffffff24;color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(5px)}
.hero-art{position:absolute;right:48px;bottom:28px;width:180px;height:180px;z-index:2;display:grid;place-items:center}
.book-icon{width:112px;height:112px;border-radius:28px;background:linear-gradient(145deg,var(--red),#b60f16 55%,var(--yellow) 56%);border:5px solid #fff;box-shadow:0 18px 30px #0005;display:grid;place-items:center;color:#fff;font-size:27px;font-weight:1000;transform:rotate(-7deg)}
.hero-note{position:absolute;right:-10px;bottom:-2px;background:#fff;color:#111;padding:11px 16px;border-radius:13px;font-size:13px;line-height:1.25;font-weight:800;box-shadow:0 10px 25px #0003;transform:rotate(4deg)}
.dashboard-page .stat{box-shadow:0 10px 28px #0000000b;transition:transform .2s ease,box-shadow .2s ease}
.dashboard-page .stat:hover{transform:translateY(-3px);box-shadow:0 15px 32px #00000018}
.dashboard-page .card{box-shadow:0 14px 35px #0000000c}
.dashboard-page .hw{transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid transparent}
.dashboard-page .hw:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000012;border-left-color:var(--red)}
@media(max-width:800px){.dashboard-hero{padding:30px 24px;min-height:250px}.dashboard-hero h1{font-size:32px}.hero-art{right:16px;bottom:18px;transform:scale(.78);transform-origin:bottom right}.dashboard-hero .hero-copy{max-width:100%;padding-right:20px}.hero-tags span{font-size:11px}}
@media(max-width:500px){.dashboard-hero{min-height:290px}.hero-art{opacity:.35;right:-5px}.dashboard-hero .hero-copy{position:relative;z-index:3}.dashboard-hero p{max-width:90%}}

/* V2 PROFESSIONAL STUDENT DASHBOARD */
.pro-dashboard{background:#f4f4f2;color:#111;min-height:100vh}.pro-top{height:78px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:30}.pro-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111}.pro-brand b{font-size:27px;line-height:1}.pro-brand small{display:block;font-size:8px;letter-spacing:1.4px;color:#666}.pro-logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#e21b23 0 48%,#ffc400 48% 72%,#111318 72%);display:grid;place-items:center;color:#fff;font-weight:1000;box-shadow:0 7px 18px #0003}.pro-top-title{font-weight:900;letter-spacing:2px;font-size:12px;color:#777}.pro-user{display:flex;align-items:center;gap:10px}.pro-user small{display:block;color:#777;font-size:11px}.avatar{width:40px;height:40px;border-radius:50%;background:#ffc400;display:grid;place-items:center;font-size:20px}.mobile-menu{display:none;background:#111;color:#fff;border:0;border-radius:9px;padding:9px}.pro-layout{display:grid;grid-template-columns:235px 1fr;min-height:calc(100vh - 78px)}.sidebar{background:linear-gradient(180deg,#101114,#18191d);color:#fff;padding:25px 14px;position:relative}.side-brand{font-size:20px;font-weight:1000;padding:5px 13px 25px}.side-brand span{display:block;color:#ffc400;font-size:8px;letter-spacing:1.5px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav a,.sidebar nav button{display:flex;align-items:center;gap:13px;padding:13px 14px;border-radius:11px;color:#eee;text-decoration:none;border:0;background:transparent;font:inherit;font-weight:700;cursor:pointer;text-align:left}.sidebar nav a:hover,.sidebar nav .selected,.sidebar nav button:hover{background:#e21b23;color:#fff}.sidebar i{font-style:normal;width:22px;text-align:center;font-size:19px}.side-quote{margin:55px 12px 0;color:#ffc400;font-size:27px;line-height:1.05;font-weight:900;font-style:italic}.side-foot{position:absolute;bottom:25px;left:25px;color:#aaa;font-size:11px;line-height:1.45;border-top:1px solid #333;padding-top:14px}.pro-main{padding:25px 28px;max-width:1250px;width:100%;margin:auto}.welcome{height:300px;border-radius:22px;overflow:hidden;position:relative;background:linear-gradient(105deg,#0e0f11 0%,#191a1e 48%,#8e1017 100%);color:#fff;box-shadow:0 16px 40px #0002}.welcome:after{content:"";position:absolute;right:-110px;top:-150px;width:430px;height:430px;background:#ffc400;transform:rotate(38deg);opacity:.95}.welcome:before{content:"";position:absolute;right:110px;bottom:-180px;width:350px;height:350px;background:#e21b23;transform:rotate(38deg);opacity:.6}.welcome-text{position:relative;z-index:4;padding:38px 42px;max-width:620px}.welcome-text>span,.motivation span,.section-head>div>span{font-size:11px;letter-spacing:1.6px;font-weight:1000;color:#ffc400}.welcome h1{font-size:39px;line-height:1.03;margin:12px 0}.welcome h1 b{color:#ffc400}.welcome p{color:#eee;line-height:1.5}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.chips span{background:#ffffff15;border:1px solid #ffffff25;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}.welcome-art{position:absolute;right:35px;top:25px;width:390px;height:250px;z-index:3}.sun{position:absolute;right:0;top:-45px;width:270px;height:270px;border-radius:50%;background:#ffc400}.book-stack{position:absolute;right:95px;top:68px;font-size:95px;filter:drop-shadow(0 12px 10px #0006)}.art-copy{position:absolute;right:15px;bottom:20px;color:#111;font-size:17px;font-weight:800;transform:rotate(-5deg)}.art-copy b{font-size:21px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:18px 0}.pstat{background:#fff;border:1px solid #ddd;border-radius:16px;padding:17px;display:flex;gap:13px;align-items:center;box-shadow:0 7px 22px #0000000b}.pstat>span{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;font-size:22px;font-weight:1000}.pstat b{font-size:25px;display:block}.pstat small{display:block;color:#777;font-weight:700}.redstat>span{background:#ffe5e6;color:#e21b23}.yellowstat>span{background:#fff0ae;color:#9a7300}.darkstat>span{background:#17181c;color:#fff}.whitestat>span{background:#eee;color:#111}.section-head{display:flex;justify-content:space-between;align-items:end;margin:25px 2px 10px}.section-head h2{margin:5px 0 0;font-size:27px}.section-head em{font-style:normal;background:#fff0f0;color:#e21b23;border-radius:99px;padding:8px 13px;font-size:12px;font-weight:900}.content-card{background:#fff;border-radius:19px;border:1px solid #ddd;padding:8px 15px;box-shadow:0 10px 28px #0000000b}.content-card .hw{border:0;border-bottom:1px solid #eee;border-radius:0;margin:0;padding:18px 8px;border-left:5px solid transparent}.content-card .hw:hover{border-left-color:#e21b23;background:#fffafa;transform:none}.content-card .btn-red{background:#e21b23}.motivation{margin-top:18px;border-radius:19px;padding:22px 28px;background:linear-gradient(110deg,#111318,#202228 50%,#e21b23);color:#fff;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.motivation h3{font-size:26px;margin:7px 0}.motivation h3 b{color:#ffc400}.motivation p{margin:0;color:#ddd}.motif{font-size:75px}.pro-footer{background:#111318;color:#bbb;text-align:center;padding:18px;font-size:12px}.pro-footer b{color:#ffc400;margin:0 8px}@media(max-width:850px){.pro-layout{grid-template-columns:1fr}.sidebar{position:fixed;left:-250px;top:78px;bottom:0;width:235px;z-index:25;transition:left .25s}.menu-open .sidebar{left:0}.mobile-menu{display:block}.pro-top-title{display:none}.pro-main{padding:16px}.welcome{height:390px}.welcome-text{padding:28px 24px}.welcome h1{font-size:32px}.welcome-art{right:-40px;bottom:0;top:auto;opacity:.6;transform:scale(.8);transform-origin:bottom right}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.pro-top{padding:0 14px}.pro-brand b{font-size:22px}.pro-logo{width:40px;height:40px}.pro-user>span:not(.avatar){display:none}.welcome{height:440px}.welcome-text{padding:25px 20px}.welcome-art{opacity:.35}.stats{gap:8px}.pstat{padding:12px;gap:8px}.pstat>span{width:37px;height:37px}.pstat b{font-size:20px}.pstat small{font-size:10px}.motivation{padding:18px}.motif{font-size:50px}}
/* Front page hero image - replaces the four feature boxes */
.hero{min-height:470px;padding:0;display:flex;align-items:center;background:#111318}
.hero-logo-panel{position:absolute;inset:0;z-index:1;overflow:hidden}
.hero-image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:saturate(1.02)}
.hero-logo-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,24,.08),rgba(17,19,24,0) 70%)}
.hero h1,.hero p,.hero .eyebrow{position:relative;z-index:3}
@media(max-width:800px){.hero{min-height:420px}.hero-image{object-position:left center}}

/* STUDENT LOGIN - new reference layout */
.student-login-page{background:#f6f6f4;color:#111318;min-height:100vh}
.sl-topbar{height:84px;background:#fff;border-bottom:1px solid #e6e6e2;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,7vw);position:relative;z-index:10}
.sl-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#111318}.sl-brand strong{font-size:25px;display:block;line-height:1}.sl-brand small{font-size:8px;letter-spacing:1.5px;color:#6c7077;font-weight:800;display:block;margin-top:3px}.sl-logo{width:49px;height:49px;border-radius:14px;background:linear-gradient(145deg,#e21b23 0 47%,#ffc400 47% 72%,#111318 72%);display:grid;place-items:center;box-shadow:0 7px 16px #0002}.sl-logo b{color:#fff;font-size:13px}
.sl-topbar nav{display:flex;gap:26px;align-items:center}.sl-topbar nav a{text-decoration:none;font-weight:800;font-size:14px;padding:11px 13px;border-radius:10px}.sl-topbar nav a.active{background:#fff0f0;color:#e21b23}
.sl-main{max-width:1280px;margin:0 auto;padding:35px 30px 25px;display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center;min-height:calc(100vh - 140px)}
.sl-left{min-height:650px;border-radius:26px;position:relative;overflow:hidden;background:linear-gradient(135deg,#101115 0%,#17191e 48%,#2a2b30 100%);color:#fff;box-shadow:0 18px 45px #0002}.sl-left:before{content:"";position:absolute;left:-110px;bottom:-120px;width:330px;height:330px;border-radius:50%;background:#ffc400;opacity:.95}.sl-left:after{content:"";position:absolute;right:-125px;top:-160px;width:430px;height:430px;background:#ffc400;transform:rotate(28deg);opacity:.95}.sl-copy{position:absolute;z-index:4;left:48px;top:42px;width:355px}.sl-eyebrow{font-size:12px;letter-spacing:2.8px;font-weight:1000;color:#e21b23}.sl-left .sl-eyebrow{color:#ffc400}.sl-copy h1{font-size:51px;line-height:.93;letter-spacing:-1.5px;margin:16px 0 13px}.sl-copy h1 span{color:#ffc400}.sl-copy h1 em{color:#e21b23;font-style:normal}.sl-copy>p{font-size:16px;line-height:1.4;color:#eee;margin:0 0 20px}.sl-points{display:grid;gap:12px}.sl-points>div{display:grid;grid-template-columns:31px 1fr;column-gap:9px;align-items:center}.sl-points span{grid-row:1 / span 2;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#e21b23;color:#fff;font-weight:1000}.sl-points>div:nth-child(2) span{background:#ffc400;color:#111}.sl-points>div:nth-child(3) span{background:#fff;color:#111}.sl-points>div:nth-child(4) span{background:#e21b23}.sl-points b{font-size:13px}.sl-points small{font-size:10px;color:#bbb}.sl-photo-wrap{position:absolute;z-index:3;right:-5px;bottom:-15px;width:53%;height:92%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.sl-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111318 0%,transparent 30%,transparent 100%);pointer-events:none}.sl-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:54% center;mix-blend-mode:normal}.sl-brush{position:absolute;z-index:5;right:28px;bottom:28px;background:#e21b23;color:#fff;padding:10px 24px 12px;transform:rotate(-4deg);font-size:20px;line-height:1.05;font-style:italic;box-shadow:0 8px 18px #0005}.sl-brush b{color:#ffc400;font-size:23px}
.sl-right{display:flex;flex-direction:column;gap:22px}.sl-login-card{background:#fff;border:1px solid #e3e3df;border-radius:23px;padding:35px 36px 31px;box-shadow:0 16px 38px #0000000b}.sl-login-card h2{font-size:35px;margin:9px 0 10px;letter-spacing:-.8px}.sl-login-card h2 span{color:#e21b23}.sl-desc{font-size:14px;line-height:1.55;color:#747982;margin:0 0 22px}.sl-login-card label{font-size:13px;margin:0 0 8px;display:block;font-weight:900}.sl-input-wrap{height:56px;border:1px solid #d7d8d4;border-radius:12px;display:flex;align-items:center;overflow:hidden;background:#fff}.sl-input-wrap>span{height:100%;width:55px;border-right:1px solid #ddd;display:grid;place-items:center;color:#222;font-size:18px}.sl-input-wrap input{border:0!important;box-shadow:none!important;border-radius:0!important;padding:0 16px!important;height:100%;font-size:15px}.sl-login-btn,.sl-register-btn{width:100%;height:53px;border:0;border-radius:12px;font-weight:900;font-size:15px;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}.sl-login-btn{margin-top:14px;background:#e21b23;color:#fff;box-shadow:0 9px 18px #e21b2326}.sl-login-btn b{margin-left:auto;margin-right:18px;font-size:18px}.sl-msg{padding:10px 12px;border-radius:9px;margin-top:10px;font-size:13px}.sl-msg-err{background:#fff0f0;color:#a00}.sl-divider{height:28px;display:flex;align-items:center;gap:12px;color:#8a8d91;font-size:11px}.sl-divider:before,.sl-divider:after{content:"";height:1px;background:#dededb;flex:1}.sl-register-btn{background:#ffc400;color:#111318;box-shadow:0 8px 17px #ffc40026}.sl-help{display:block;text-align:center;margin-top:20px;color:#222;font-weight:700;font-size:13px}.sl-mini-features{background:#fff;border-radius:19px;padding:13px 5px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e3e3df;box-shadow:0 12px 28px #00000008}.sl-mini-features>div{text-align:center;padding:10px 12px;border-right:1px solid #e8e8e5}.sl-mini-features>div:last-child{border-right:0}.sl-mini-features span{font-size:22px;display:block;margin-bottom:5px}.sl-mini-features b{font-size:12px;display:block}.sl-mini-features small{font-size:10px;color:#777}.sl-footer{height:55px;background:#111318;color:#bfc0c3;display:flex;align-items:center;justify-content:center;font-size:12px}.sl-footer i{height:14px;width:3px;background:#ffc400;display:inline-block;margin:0 10px}
@media(max-width:950px){.sl-main{grid-template-columns:1fr;max-width:720px}.sl-left{min-height:570px}.sl-copy{left:35px}.sl-photo-wrap{width:52%}.sl-right{margin-bottom:20px}.sl-topbar{padding:0 22px}}
@media(max-width:600px){.sl-topbar{height:70px;padding:0 14px}.sl-brand strong{font-size:21px}.sl-logo{width:42px;height:42px}.sl-topbar nav{gap:4px}.sl-topbar nav a:first-child{display:none}.sl-main{padding:16px 12px;gap:16px;min-height:auto}.sl-left{min-height:610px;border-radius:20px}.sl-copy{left:22px;top:26px;width:255px}.sl-copy h1{font-size:40px}.sl-points{gap:10px}.sl-points b{font-size:12px}.sl-points small{font-size:9px}.sl-photo-wrap{right:-75px;width:72%;height:72%;opacity:.88}.sl-brush{right:16px;bottom:18px;font-size:16px}.sl-brush b{font-size:18px}.sl-login-card{padding:25px 20px}.sl-login-card h2{font-size:30px}.sl-mini-features{grid-template-columns:1fr}.sl-mini-features>div{border-right:0;border-bottom:1px solid #eee}.sl-mini-features>div:last-child{border-bottom:0}.desktop-only{display:none}.sl-footer{font-size:10px;text-align:center;padding:0 10px}}

/* MOBILE-ONLY STUDENT LOGIN REDESIGN */
@media(max-width:600px){
  body.student-login-page{background:#f3f3f1;overflow-x:hidden}
  .sl-topbar{height:66px;padding:0 14px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
  .sl-brand{gap:9px}.sl-logo{width:40px;height:40px;border-radius:12px}.sl-brand strong{font-size:21px}.sl-brand small{font-size:7px;letter-spacing:1.2px}
  .sl-topbar nav{gap:2px}.sl-topbar nav a{font-size:12px;padding:9px 9px}.sl-topbar nav a:first-child{display:none}
  .sl-main{display:flex;flex-direction:column;max-width:none;padding:10px;gap:12px;min-height:auto}
  .sl-left{order:1;width:100%;min-height:365px;height:365px;border-radius:20px;box-shadow:0 12px 30px rgba(0,0,0,.13)}
  .sl-copy{left:18px;top:20px;width:225px}.sl-eyebrow{font-size:10px;letter-spacing:2px}.sl-copy h1{font-size:36px;line-height:.94;margin:10px 0}.sl-copy>p{font-size:12px;line-height:1.35;margin-bottom:10px}
  .sl-points{gap:7px}.sl-points>div{grid-template-columns:25px 1fr;column-gap:7px}.sl-points span{width:24px;height:24px;font-size:11px}.sl-points b{font-size:10px}.sl-points small{font-size:8px}
  .sl-photo-wrap{right:-42px;bottom:-5px;width:70%;height:76%;opacity:.9}.sl-brush{right:12px;bottom:12px;font-size:13px;padding:8px 14px 9px}.sl-brush b{font-size:15px}
  .sl-right{order:2;width:100%;gap:10px}.sl-login-card{padding:21px 17px 18px;border-radius:20px}.sl-login-card h2{font-size:29px;margin:7px 0 8px}.sl-desc{font-size:12px;margin-bottom:16px}.sl-login-card label{font-size:12px}.sl-input-wrap{height:50px;border-radius:10px}.sl-input-wrap>span{width:48px}.sl-input-wrap input{font-size:14px}.sl-login-btn,.sl-register-btn{height:48px;border-radius:10px;font-size:13px}.sl-login-btn{margin-top:11px}.sl-login-btn b{margin-right:14px}.sl-divider{height:24px}.sl-help{font-size:11px;margin-top:15px}
  .sl-mini-features{grid-template-columns:repeat(3,1fr);border-radius:16px;padding:6px 2px}.sl-mini-features>div{padding:7px 4px;border-right:1px solid #eee;border-bottom:0}.sl-mini-features span{font-size:17px;margin-bottom:3px}.sl-mini-features b{font-size:9px}.sl-mini-features small{font-size:8px}
  .sl-footer{height:42px;font-size:9px;padding:0 8px;text-align:center}
}
