:root{--ink:#102033;--muted:#617084;--line:#d9e1ea;--paper:#fff;--soft:#f5f7fa;--navy:#133b63;--navy-2:#0d2744;--red:#b4232a;--red-2:#8f1d23;--gold:#c69b3a;--green:#0f766e;--blue:#2563eb;--shadow:0 18px 45px #1020331f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--soft);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #d9e1eacc;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(16px,4vw,56px);display:flex;position:sticky;top:0}.brand{min-width:220px;color:var(--navy-2);align-items:center;gap:12px;font-weight:800;display:inline-flex}.brand-mark{color:#fff;background:var(--navy);width:42px;height:42px;box-shadow:inset 0 -4px 0 var(--red);border-radius:8px;place-items:center;display:grid}.brand small{color:var(--muted);font-size:12px;font-weight:600;display:block}.nav{color:var(--muted);align-items:center;gap:18px;font-size:14px;display:flex}.nav a:hover{color:var(--navy)}.button,.icon-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 14px;font-weight:750;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.button:hover,.icon-button:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:var(--red)}.button.primary:hover{background:var(--red-2)}.button.secondary{color:var(--navy);border-color:var(--line);background:#fff}.button.dark{color:#fff;background:var(--navy-2)}.icon-button{width:42px;color:var(--navy);border-color:var(--line);background:#fff;padding:0}.hero{background:var(--paper);grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch;min-height:calc(100vh - 72px);display:grid}.hero-copy{flex-direction:column;justify-content:center;gap:24px;padding:clamp(36px,6vw,84px) clamp(18px,5vw,72px);display:flex}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:850}.hero h1{letter-spacing:0;max-width:860px;color:var(--navy-2);margin:0;font-size:clamp(44px,6vw,76px);line-height:.98}.hero p{color:#415066;max-width:680px;margin:0;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px;display:grid}.metric{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;padding:14px}.metric strong{color:var(--navy);font-size:24px;display:block}.metric span{color:var(--muted);font-size:13px}.hero-photo{background-image:linear-gradient(#0d274414,#0d274480),url(https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=1400&q=85);background-position:50%;background-size:cover;min-height:560px;position:relative}.hero-photo-panel{color:#fff;box-shadow:var(--shadow);background:#0d2744db;border-radius:8px;gap:10px;padding:18px;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.hero-photo-panel strong{font-size:18px}.hero-photo-panel span{color:#ffffffc7;line-height:1.5}.band{padding:clamp(36px,6vw,80px) clamp(16px,4vw,56px)}.band.white{background:#fff}.band.soft{background:var(--soft)}.section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.section-head h2{color:var(--navy-2);margin:0;font-size:clamp(28px,4vw,44px)}.section-head p{max-width:680px;color:var(--muted);margin:0;line-height:1.65}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tile,.panel{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 8px 26px #1020330f}.tile{min-height:168px;padding:20px}.tile h3,.panel h3{color:var(--navy-2);margin:0 0 8px}.tile p{color:var(--muted);margin:0;line-height:1.6}.tile .tag{color:var(--red);text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800;display:inline-flex}.form-panel{padding:22px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.field label{color:var(--navy);text-transform:uppercase;font-size:12px;font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:#fff;border-radius:8px;padding:10px 12px}.field textarea{resize:vertical;min-height:96px}.notice{color:var(--green);margin-top:12px;font-weight:750}.error{color:var(--red);margin-top:12px;font-weight:750}.auth-page{background:#fff;grid-template-columns:.95fr 1.05fr;min-height:100vh;display:grid}.auth-aside{color:#fff;background:var(--navy-2);flex-direction:column;justify-content:space-between;gap:30px;padding:clamp(28px,5vw,64px);display:flex}.auth-aside h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1}.auth-aside p{color:#ffffffc7;line-height:1.7}.auth-main{align-content:center;padding:clamp(24px,6vw,76px);display:grid}.login-card{border:1px solid var(--line);width:100%;max-width:620px;box-shadow:var(--shadow);border-radius:8px;padding:24px}.demo-accounts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0;display:grid}.demo-accounts button{border:1px solid var(--line);text-align:left;color:var(--navy);background:#f8fafc;border-radius:8px;padding:10px;font-weight:750}.app-shell{background:#eef3f8;grid-template-columns:292px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:var(--navy-2);height:100vh;padding:18px;position:sticky;top:0;overflow:auto}.sidebar .brand{color:#fff;min-width:0}.sidebar .brand small{color:#ffffff9e}.side-nav{gap:8px;margin-top:28px;display:grid}.side-nav a,.side-nav button{color:#ffffffdb;text-align:left;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:10px;width:100%;padding:11px 12px;display:flex}.side-nav a.active{background:var(--red);color:#fff}.app-main{min-width:0;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.topbar h1{color:var(--navy-2);margin:0;font-size:clamp(26px,4vw,38px)}.topbar p{color:var(--muted);margin:6px 0 0;line-height:1.5}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.summary-card{color:#fff;background:var(--navy);border-radius:8px;min-height:112px;padding:16px}.summary-card.green{background:var(--green)}.summary-card.red{background:var(--red)}.summary-card.dark{background:var(--navy-2)}.summary-card span{color:#ffffffc7;font-size:13px;display:block}.summary-card strong{margin-top:10px;font-size:28px;display:block}.dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:16px;display:grid}.panel{padding:16px}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.panel-head h2{color:var(--navy-2);margin:0;font-size:18px}.list{gap:8px;display:grid}.row{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:11px 12px;display:grid}.row strong{overflow-wrap:anywhere;color:var(--navy-2);display:block}.row span{color:var(--muted);font-size:13px}.badge{min-height:28px;color:var(--navy);white-space:nowrap;background:#e6edf6;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.ai-panel{margin-top:16px}.ai-thread{border:1px solid var(--line);min-height:120px;max-height:280px;color:var(--muted);background:#fbfcfe;border-radius:8px;padding:12px;line-height:1.6;overflow:auto}.ai-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:10px;display:grid}.status-table{border-collapse:collapse;width:100%}.status-table th,.status-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px}.status-table th{color:var(--muted);text-transform:uppercase;font-size:12px}.footer{color:var(--muted);border-top:1px solid var(--line);background:#fff;padding:28px clamp(16px,4vw,56px)}@media (max-width:960px){.hero,.auth-page,.app-shell,.dashboard-grid{grid-template-columns:1fr}.hero-photo{order:-1;min-height:360px}.grid,.grid.two,.summary-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.sidebar{height:auto;position:relative}.app-main{padding:16px}.nav{display:none}.demo-accounts{grid-template-columns:1fr}}@media (max-width:560px){.site-header{flex-direction:column;align-items:flex-start}.hero h1{font-size:40px}.hero-metrics{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.ai-form{grid-template-columns:1fr}}.role-demo-grid button{gap:3px;min-height:86px;display:grid}.role-demo-grid button.selected{border-color:var(--red);box-shadow:inset 4px 0 0 var(--red);background:#fff7f7}.role-demo-grid button strong{color:var(--navy-2)}.role-demo-grid button span{color:var(--red);font-size:12px}.role-demo-grid button small{color:var(--muted);font-weight:650;line-height:1.35}.role-shell{background:#edf2f7}.role-sidebar{background:#0f2238}.identity-card{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;gap:4px;margin-top:22px;padding:14px;display:grid}.identity-card strong{color:#fff}.identity-card small{color:#ffffffad;overflow-wrap:anywhere}.role-main{padding:0}.workspace-hero{color:#fff;background:linear-gradient(120deg,#102033 0%,#183f64 52%,#8f1d23 100%);grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:stretch;gap:18px;padding:clamp(24px,4vw,46px);display:grid}.workspace-hero h1{color:#fff;align-items:center;gap:12px;max-width:980px;margin:8px 0 12px;font-size:clamp(30px,4.5vw,56px);line-height:1.02;display:flex}.workspace-hero p{color:#ffffffc7;max-width:820px;margin:0;font-size:17px;line-height:1.65}.workspace-hero .eyebrow{color:#f7d36a}.auth-card{background:#ffffff1a;border:1px solid #ffffff38;border-radius:8px;align-content:center;gap:10px;padding:18px;display:grid}.auth-card strong{font-size:18px}.auth-card span{color:#ffffffb8;line-height:1.5}.accent-academic .workspace-hero{background:linear-gradient(120deg,#12343b 0%,#0f766e 54%,#c69b3a 100%)}.accent-admissions .workspace-hero{background:linear-gradient(120deg,#1f2a44 0%,#2563eb 54%,#b4232a 100%)}.accent-frontdesk .workspace-hero{background:linear-gradient(120deg,#263238 0%,#52796f 52%,#c69b3a 100%)}.accent-finance .workspace-hero{background:linear-gradient(120deg,#11251f 0%,#0f766e 50%,#133b63 100%)}.accent-teacher .workspace-hero{background:linear-gradient(120deg,#1d2b53 0%,#4f46e5 50%,#0f766e 100%)}.accent-learner .workspace-hero{background:linear-gradient(120deg,#102033 0%,#2563eb 50%,#0f766e 100%)}.accent-family .workspace-hero{background:linear-gradient(120deg,#233041 0%,#b4232a 50%,#c69b3a 100%)}.accent-corporate .workspace-hero{background:linear-gradient(120deg,#172033 0%,#334155 48%,#0f766e 100%)}.role-main>.summary-grid,.role-layout,.community-board{margin:18px clamp(16px,3vw,28px)}.summary-card.gold{background:var(--gold)}.role-layout{grid-template-columns:minmax(0,1fr) minmax(300px,390px);align-items:start;gap:16px;display:grid}.role-lanes{gap:14px;display:grid}.role-aside{gap:16px;display:grid}.compact-panel .row{min-height:64px}.work-lane{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 8px 24px #10203312}.work-lane-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding:16px;display:flex}.work-lane-head h2{color:var(--navy-2);margin:7px 0 6px;font-size:21px}.work-lane-head p{color:var(--muted);margin:0;line-height:1.55}.permission-chip{min-height:24px;color:var(--red);background:#fff0f1;border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;font-weight:850;display:inline-flex}.work-items{gap:8px;padding:12px;display:grid}.work-item{border:1px solid var(--line);border-left:5px solid var(--blue);background:#fbfcfe;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:12px;display:grid}.work-item strong{color:var(--navy-2);overflow-wrap:anywhere;display:block}.work-item span{color:var(--muted);line-height:1.45;display:block}.work-item small{color:#7b8794;margin-top:3px;display:block}.tone-green{border-left-color:var(--green)}.tone-red{border-left-color:var(--red)}.tone-dark{border-left-color:var(--navy-2)}.tone-gold{border-left-color:var(--gold)}.tone-blue{border-left-color:var(--blue)}.community-board{border:1px solid var(--line);background:#fff;border-radius:8px;padding:16px;box-shadow:0 8px 24px #10203312}.community-board h2{color:var(--navy-2);margin:4px 0 0}.community-prompt{max-width:860px;color:var(--muted);margin:0 0 14px;line-height:1.6}.community-composer{border:1px solid var(--line);background:#f8fafc;border-radius:8px;grid-template-columns:minmax(0,1fr) 220px;gap:12px;padding:14px;display:grid}.community-composer .button{justify-self:start}.community-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.community-post{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:10px;padding:14px;display:grid}.community-post-head{justify-content:space-between;gap:12px;display:flex}.community-meta{color:var(--red);text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:850;display:flex}.community-post h3{color:var(--navy-2);margin:5px 0 2px;font-size:18px}.community-author{color:var(--muted);font-size:13px}.community-post p{color:#35445a;margin:0;line-height:1.58}.community-stats{color:var(--muted);gap:10px;font-size:13px;display:flex}.community-comments{gap:7px;display:grid}.community-comment{border:1px solid var(--line);background:#fff;border-radius:8px;gap:2px;padding:9px 10px;display:grid}.community-comment strong{color:var(--navy);align-items:center;gap:6px;font-size:13px;display:flex}.community-comment span{color:var(--muted);line-height:1.45}.community-comment.assist{background:#fffaf0;border-color:#c69b3a8c}.comment-form{grid-template-columns:minmax(0,1fr) 42px;gap:8px;display:grid}.comment-form input{border:1px solid var(--line);border-radius:8px;min-height:42px;padding:9px 11px}@media (max-width:1120px){.workspace-hero,.role-layout,.community-feed{grid-template-columns:1fr}.work-lane-head{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.workspace-hero{padding:22px 16px}.workspace-hero h1{align-items:flex-start;font-size:31px}.community-composer{grid-template-columns:1fr}.role-main>.summary-grid,.role-layout,.community-board{margin:14px}.work-item{grid-template-columns:1fr}}.alc-public-nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #d9e1ead1;justify-content:space-between;align-items:center;gap:20px;padding:12px clamp(16px,4vw,52px);display:flex;position:sticky;top:0}.alc-public-nav nav{color:#536173;align-items:center;gap:18px;font-size:14px;font-weight:720;display:flex}.alc-public-nav nav a:hover{color:var(--red)}.alc-site{background:#f6f8fb}.alc-hero{color:#fff;background-image:linear-gradient(90deg,#09182ae0 0%,#0d2744b8 44%,#0d27441f 100%),url(https://images.unsplash.com/photo-1523580846011-d3a5bc25702b?auto=format&fit=crop&w=2200&q=88);background-position:50%;background-size:cover;align-items:end;min-height:88svh;padding:clamp(74px,10vw,136px) clamp(18px,6vw,76px) clamp(28px,5vw,54px);display:grid}.alc-hero-copy{gap:22px;max-width:1020px;display:grid}.alc-hero .eyebrow{color:#f7d36a}.alc-hero h1{color:#fff;max-width:920px;margin:0;font-size:clamp(48px,8vw,96px);line-height:.93}.alc-hero p{color:#ffffffd4;max-width:760px;margin:0;font-size:clamp(18px,2vw,23px);line-height:1.58}.alc-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.alc-hero-actions .button.secondary{background:#ffffffeb}.alc-hero-strip{background:#ffffff29;border:1px solid #ffffff38;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:930px;display:grid;overflow:hidden}.alc-hero-strip span{color:#ffffffc2;background:#0d27448a;gap:4px;min-height:86px;padding:14px;line-height:1.45;display:grid}.alc-hero-strip strong{color:#fff;font-size:16px}.alc-action-band{background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.alc-action-band a{min-height:72px;color:var(--navy-2);background:#fff;align-items:center;gap:10px;padding:18px clamp(14px,3vw,28px);font-weight:850;display:flex}.alc-action-band a:hover{color:var(--red);background:#fbfcfe}.alc-section{padding:clamp(42px,7vw,84px) clamp(16px,5vw,64px)}.alc-section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.alc-section-head h2,.journey-copy h2,.placement-copy h2{color:var(--navy-2);margin:6px 0 0;font-size:clamp(30px,4.7vw,58px);line-height:1.02}.alc-section-head p,.journey-copy p,.placement-copy p{max-width:720px;color:var(--muted);margin:0;line-height:1.7}.program-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.program-card,.life-item,.proof-item{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:start;gap:12px;display:grid;box-shadow:0 8px 24px #1020330f}.program-card{min-height:340px;padding:20px}.program-card svg,.life-item svg,.proof-item svg{color:var(--red)}.program-card>span{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:850}.program-card h3,.life-item h3,.proof-item h3{color:var(--navy-2);margin:0}.program-card p,.life-item p,.proof-item p{color:var(--muted);margin:0;line-height:1.58}.program-card ul{gap:8px;margin:4px 0 0;padding:0;list-style:none;display:grid}.program-card li{color:#35445a;align-items:center;gap:8px;font-size:13px;display:flex}.program-card li svg{color:var(--green);flex:none}.community-section{background:#fff}.life-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.life-item{min-height:210px;padding:18px}.journey-section{color:#fff;background:#101f33;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);align-items:start;gap:34px;display:grid}.journey-copy h2{color:#fff}.journey-copy p{color:#ffffffbd}.journey-section .eyebrow{color:#f7d36a}.journey-rail{counter-reset:none;gap:10px;margin:0;padding:0;list-style:none;display:grid}.journey-rail li{color:#ffffffd1;background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;grid-template-columns:58px minmax(0,1fr);align-items:center;min-height:58px;display:grid;overflow:hidden}.journey-rail li span{color:#f7d36a;border-right:1px solid #ffffff24;align-self:stretch;place-items:center;font-weight:900;display:grid}.proof-section{background:#f5f7fa}.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.proof-item{min-height:210px;padding:18px}.placement-section{background:#fff;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:start;gap:30px;display:grid}.placement-copy{gap:14px;display:grid;position:sticky;top:92px}.alc-footer{border-top:1px solid var(--line);color:var(--muted);background:#fff;flex-wrap:wrap;justify-content:space-between;gap:14px;padding:24px clamp(16px,5vw,64px);display:flex}.alc-footer strong{color:var(--navy-2)}@media (max-width:1100px){.program-grid,.life-grid,.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-section,.placement-section{grid-template-columns:1fr}.placement-copy{position:static}}@media (max-width:820px){.alc-public-nav{flex-direction:column;align-items:flex-start}.alc-public-nav nav{flex-wrap:wrap}.alc-hero{min-height:82svh}.alc-hero-strip,.alc-action-band,.program-grid,.life-grid,.proof-grid{grid-template-columns:1fr}.alc-section-head{flex-direction:column;align-items:flex-start}.journey-rail li{grid-template-columns:50px minmax(0,1fr)}}.portal-shell{background:#eef2f6;grid-template-columns:286px minmax(0,1fr);min-height:100vh;display:grid}.portal-sidebar{color:#fff;background:#0f1f33;flex-direction:column;gap:18px;height:100vh;padding:18px;display:flex;position:sticky;top:0;overflow:auto}.portal-sidebar .brand{color:#fff;min-width:0}.portal-sidebar .brand small{color:#ffffff9e}.portal-persona{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;gap:4px;padding:14px;display:grid}.portal-persona span{color:#f7d36a;text-transform:uppercase;font-size:11px;font-weight:900}.portal-persona strong{color:#fff}.portal-persona small{color:#ffffffa8;overflow-wrap:anywhere}.portal-nav{gap:7px;display:grid}.portal-nav a,.portal-nav button{color:#ffffffd1;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 11px;display:flex}.portal-nav a.active{color:#fff;background:var(--red);border-color:#fff3}.portal-main{min-width:0}.portal-hero{color:#fff;background:linear-gradient(120deg,#102033 0%,#1a3f5d 56%,#b4232a 100%);grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:stretch;gap:18px;padding:clamp(24px,4vw,42px);display:grid}.accent-owner .portal-hero{background:linear-gradient(120deg,#102033 0%,#29445d 54%,#c69b3a 100%)}.accent-director .portal-hero{background:linear-gradient(120deg,#0d2744 0%,#2563eb 54%,#0f766e 100%)}.accent-academic .portal-hero{background:linear-gradient(120deg,#102033 0%,#0f766e 54%,#c69b3a 100%)}.accent-admissions .portal-hero{background:linear-gradient(120deg,#172033 0%,#2563eb 54%,#b4232a 100%)}.accent-frontdesk .portal-hero{background:linear-gradient(120deg,#1f2937 0%,#52796f 52%,#c69b3a 100%)}.accent-finance .portal-hero{background:linear-gradient(120deg,#11251f 0%,#0f766e 48%,#133b63 100%)}.accent-teacher .portal-hero{background:linear-gradient(120deg,#1d2b53 0%,#4f46e5 48%,#0f766e 100%)}.accent-student .portal-hero{background:linear-gradient(120deg,#102033 0%,#2563eb 48%,#0f766e 100%)}.accent-guardian .portal-hero{background:linear-gradient(120deg,#253044 0%,#b4232a 48%,#c69b3a 100%)}.accent-corporate .portal-hero{background:linear-gradient(120deg,#172033 0%,#334155 48%,#0f766e 100%)}.portal-hero h1{color:#fff;margin:8px 0 10px;font-size:clamp(32px,4.2vw,58px);line-height:1}.portal-hero p{color:#ffffffc7;max-width:860px;margin:0;font-size:17px;line-height:1.65}.portal-hero .eyebrow{color:#f7d36a}.portal-security{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-content:center;gap:10px;padding:18px;display:grid}.portal-security span{color:#ffffffbd;line-height:1.5}.portal-metrics,.module-strip,.active-module-band,.portal-grid-main,.portal-main>.community-board{margin:16px clamp(14px,3vw,28px)}.portal-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.portal-metric{border-left:5px solid var(--blue);background:#fff;border-radius:8px;gap:6px;min-height:126px;padding:16px;display:grid;box-shadow:0 8px 24px #1020330f}.portal-metric span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:850}.portal-metric strong{color:var(--navy-2);font-size:30px}.portal-metric p{color:var(--muted);margin:0;line-height:1.4}.module-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.module-card{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:36px minmax(0,1fr);gap:12px;min-height:132px;padding:14px;display:grid;box-shadow:0 8px 24px #1020330d}.module-card svg{color:var(--red)}.module-card strong{color:var(--navy-2);display:block}.module-card span{color:var(--green);margin:4px 0 7px;font-size:11px;font-weight:850;display:inline-flex}.module-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.module-card.active{border-color:#b4232a66;box-shadow:inset 0 0 0 2px #b4232a14,0 10px 28px #10203317}.active-module-band{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.active-module-band h2{color:var(--navy-2);margin:4px 0 6px}.active-module-band p{color:var(--muted);margin:0;line-height:1.55}.portal-grid-main{grid-template-columns:minmax(0,1fr) minmax(320px,400px);align-items:start;gap:16px;display:grid}.portal-workbench,.portal-right-rail{gap:14px;display:grid}.portal-panel{border:1px solid var(--line);background:#fff;border-radius:8px;padding:15px;box-shadow:0 8px 24px #1020330f}.portal-panel-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.portal-panel-head span{color:var(--red);text-transform:uppercase;font-size:11px;font-weight:900}.portal-panel-head h2{color:var(--navy-2);margin:3px 0 0;font-size:19px}.portal-panel-head strong{min-width:34px;min-height:34px;color:var(--navy);background:#e8eef7;border-radius:999px;place-items:center;display:grid}.portal-list{gap:8px;display:grid}.portal-row{border:1px solid var(--line);border-left:5px solid var(--blue);background:#fbfcfe;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:10px 11px;display:grid}.portal-list.compact .portal-row{min-height:58px}.portal-row strong{color:var(--navy-2);overflow-wrap:anywhere;display:block}.portal-row p{color:var(--muted);margin:3px 0 0;font-size:13px;line-height:1.42}.portal-row>span{color:var(--navy);white-space:nowrap;background:#e8eef7;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:850}.permission-list{flex-wrap:wrap;gap:8px;display:flex}.permission-list span{color:var(--navy);background:#e8eef7;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;display:inline-flex}.portal-right-rail .ai-panel{margin-top:0}.portal-right-rail .ai-panel.panel{box-shadow:0 8px 24px #1020330f}.portal-main .community-board{margin-bottom:28px}@media (max-width:1180px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{height:auto;position:relative}.portal-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-hero,.portal-grid-main{grid-template-columns:1fr}.module-strip,.portal-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.portal-nav,.module-strip,.portal-metrics{grid-template-columns:1fr}.portal-hero{padding:22px 16px}.portal-hero h1{font-size:31px}.active-module-band{flex-direction:column;align-items:flex-start}.portal-row{grid-template-columns:1fr}}
