@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{--bg: #f7f2ea;--surface: #fffdfa;--surface-soft: #f1e7d9;--surface-muted: #fbf7f1;--ink: #241d22;--muted: #6c635d;--line: #dfd3c2;--brand: #6f2236;--brand-strong: #57192a;--brand-soft: #efe2d8;--gold: #b89252;--gold-soft: #f4ead9;--navy: #28344d;--hero-shadow: 0 24px 54px rgba(31, 18, 19, .22);--card-shadow: 0 14px 32px rgba(36, 29, 34, .06);--radius: 18px;--topbar-offset: 84px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1160px,calc(100% - 2rem));margin:0 auto}.site-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:50;background:#fcf8f2f0;border-bottom:1px solid rgba(111,34,54,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;min-width:0}.brand-wordmark{width:min(282px,46vw);height:auto;flex:0 0 auto}.nav-desktop{display:flex;align-items:center;gap:.25rem}.nav-group{position:relative}.nav-link{padding:.8rem .95rem;border-radius:999px;font-size:.96rem;font-weight:600;color:var(--ink);font-family:Manrope,system-ui,sans-serif;display:inline-flex;align-items:center;gap:.35rem}.nav-link.active{color:var(--brand);background:#6f223614}.nav-dropdown{position:absolute;top:calc(100% + .45rem);left:0;min-width:230px;padding:.55rem;border-radius:14px;border:1px solid rgba(111,34,54,.1);background:#fffdfafa;box-shadow:0 18px 36px #241d2214;display:none}.nav-group:hover .nav-dropdown{display:grid;gap:.15rem}.nav-dropdown-link{padding:.75rem .85rem;border-radius:10px;color:var(--ink);font-size:.94rem}.nav-dropdown-link:hover{background:#6f22360f;color:var(--brand)}.nav-mobile-button{display:none;border:1px solid rgba(111,34,54,.14);border-radius:14px;width:46px;height:46px;align-items:center;justify-content:center;background:#fffdfaf2;color:var(--brand)}.mobile-nav{display:none;padding:0 0 1rem}.mobile-nav-link{display:block;padding:.9rem 0;border-top:1px solid rgba(111,34,54,.08);font-weight:600}.mobile-nav-children{display:grid;gap:.25rem;padding:.2rem 0 .7rem .9rem}.mobile-nav-child{color:var(--muted);font-size:.93rem}.mobile-nav-link.active{color:var(--brand)}.mobile-nav-cta{width:100%;margin-top:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.82rem 1.2rem;border-radius:999px;font-weight:700;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff8ef}.button-primary:hover{background:var(--brand-strong)}.button-secondary{border:1px solid rgba(255,245,233,.86);background:#100d0f29;color:#fff}.topbar .button-secondary,.footer .button-secondary,.cta-strip .button-secondary,.section .button-secondary{border:1px solid rgba(111,34,54,.18);background:transparent;color:var(--brand)}.page-hero{position:relative;min-height:clamp(550px,76vh,720px);display:flex;align-items:center;overflow:hidden;background:#2e2224}.page-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.page-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#160e10bd,#160e1085 38%,#160e103d)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);padding:4rem 0}.hero-copy{max-width:620px}.page-hero-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:.65rem .9rem;border-radius:16px;background:#fff9f01a;border:1px solid rgba(255,240,221,.16);box-shadow:var(--hero-shadow)}.page-hero-badge-mark{width:min(182px,42vw)}.hero-centered .hero-grid{justify-items:center}.hero-centered .hero-copy{text-align:center}.hero-centered .eyebrow,.hero-centered .hero-actions{justify-content:center}.hero-copy h1,.section-heading h2,.cta-strip h2,.login-shell__copy h1,.login-card h2{font-family:Playfair Display,Georgia,serif}.hero-copy h1{margin:0;max-width:8.7ch;font-size:clamp(3rem,5.1vw,4.85rem);line-height:.94;letter-spacing:0;color:#fff8ef}.hero-description,.section-copy,.body-copy,.footer-copy{color:var(--muted);line-height:1.72;font-size:1rem}.page-hero .hero-description{margin-top:1rem;max-width:54ch;color:#fff7ece6;font-size:1.07rem;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.eyebrow{margin:0 0 .7rem;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.7rem}.eyebrow:before{content:"";width:2.8rem;height:.18rem;border-radius:999px;background:currentColor}.section{padding:4.2rem 0}.section-muted{background:var(--surface-muted)}.section-heading{margin-bottom:1.55rem}.section-heading.align-center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.section-heading h2,.cta-strip h2{margin:0;font-size:clamp(2.1rem,2.8vw,3.1rem);line-height:1.04;color:var(--navy)}.section-copy{margin:.8rem 0 0;max-width:60ch}.section-heading.align-center .section-copy{margin-left:auto;margin-right:auto}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;align-items:start}.leadership-row{align-items:center}.card-grid,.stat-grid,.info-stack{display:grid;gap:1rem}.card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-4,.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.plain-panel,.feature-panel,.value-card,.mini-card,.publication-card,.contact-panel,.contact-card,.stat-card,.image-card,.leadership-card{background:var(--surface);border:1px solid rgba(111,34,54,.08);border-radius:var(--radius);box-shadow:var(--card-shadow)}.plain-panel,.feature-panel,.publication-card,.value-card,.mini-card,.contact-panel,.contact-card,.stat-card{padding:1.45rem}.mini-card-plain{box-shadow:none}.feature-panel{background:linear-gradient(180deg,#fffdfa,#fbf5ec)}.feature-panel-title{margin-bottom:.65rem;font-size:1.08rem;font-weight:800;color:var(--navy)}.panel-photo,.leadership-media,.image-card-media{width:100%;object-fit:cover;border-radius:14px}.panel-photo,.image-card-media{aspect-ratio:1.45;margin-bottom:1rem}.leadership-card{padding:1rem}.leadership-media{aspect-ratio:.9}.publication-card h3,.value-card h3,.mini-card h3,.contact-card h3,.image-card h3,.stat-card h3{margin:0 0 .45rem;font-size:1.06rem;color:var(--navy)}.course-card-top{display:flex;align-items:start;justify-content:space-between;gap:.8rem}.course-price{flex-shrink:0;padding:.28rem .6rem;border-radius:999px;background:var(--gold-soft);color:var(--brand);font-size:.86rem;font-weight:800}.publication-card p,.value-card p,.mini-card p,.contact-card p,.image-card p{margin:0;color:var(--muted);line-height:1.65}.image-card{overflow:hidden}.image-card-body{padding:1.2rem}.text-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;color:var(--brand);font-weight:700}.region-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.region-chip{padding:.65rem .95rem;border-radius:999px;background:var(--gold-soft);color:var(--navy);font-size:.92rem;border:1px solid rgba(184,146,82,.16)}.region-chip.dark{background:var(--gold-soft);color:var(--navy)}.stat-card{text-align:center}.stat-value{font-family:Playfair Display,Georgia,serif;font-size:2.35rem;font-weight:700;color:var(--brand)}.stat-label{margin-top:.3rem;color:var(--muted);font-size:.95rem}.bullet-list{margin:0;padding-left:1.15rem;color:var(--muted);line-height:1.75}.contact-value{margin:.2rem 0 .25rem;color:var(--brand);font-weight:700}.contact-card span{color:var(--muted);font-size:.92rem}.about-plain-note{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--line)}.cta-strip{background:linear-gradient(135deg,#6f2236,#8e394d 48%,#27344c);color:#fff}.cta-strip .eyebrow{color:#ecd4a3}.cta-strip .hero-description{color:#fff7ece0;margin-top:.9rem}.cta-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cta-actions{display:flex;gap:.75rem;flex-wrap:wrap}.footer{padding:3rem 0;background:#efe6da;color:var(--ink);border-top:1px solid rgba(111,34,54,.08)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1.5rem}.footer-brand{display:flex;align-items:center}.footer-wordmark{width:min(270px,54vw)}.footer-copy{margin-top:1rem}.footer-title{font-weight:800;margin-bottom:.8rem;color:var(--navy)}.footer-links{display:grid;gap:.55rem;color:var(--muted)}.career-cta-block{max-width:920px;margin:0 auto;text-align:center}.career-cta-card{max-width:700px;margin:0 auto;padding:2rem 1.5rem;border-radius:22px;background:var(--gold-soft);border:1px solid rgba(184,146,82,.22)}.career-cta-label{margin:0;color:var(--brand);font-size:.9rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.career-cta-email{margin:1rem 0 0;color:var(--navy);font-size:clamp(2rem,4.4vw,2.95rem);line-height:1.1}.career-cta-email strong{font-weight:800}.login-shell{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.15fr .85fr}.login-shell__panel{background:linear-gradient(140deg,#182b52f5,#2f56a1f0),url(/assets/generated/gca-classroom-session.png) center/cover no-repeat;color:#fff;padding:3.5rem 3.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;position:relative}.login-shell__panel--signup{background:linear-gradient(140deg,#582236f2,#213e6feb),url(/assets/generated/gca-admissions-guidance.png) center/cover no-repeat}.login-shell__panel:before,.login-shell__panel:after{content:"";position:absolute;border-radius:50%;background:#ffffff14;filter:blur(.4px)}.login-shell__panel:before{width:280px;height:280px;left:-80px;top:-60px}.login-shell__panel:after{width:320px;height:320px;right:40px;bottom:60px}.login-shell__brand,.login-shell__copy,.login-shell__points,.login-shell__stats{position:relative;z-index:1}.login-shell__brandmark{width:min(260px,46vw)}.login-shell__copy h1{margin:0;max-width:11ch;font-size:clamp(3rem,5vw,5rem);line-height:1.04;color:#fff9f1}.login-shell__copy p{max-width:28ch;margin:1.35rem 0 0;color:#fff9f1eb;font-size:1.08rem;line-height:1.6}.login-shell__points{display:grid;gap:.85rem}.login-shell__point{display:flex;align-items:center;gap:.75rem;color:#fff9f1f0;font-size:.98rem}.login-shell__stats{display:flex;gap:2rem;flex-wrap:wrap}.login-shell__stats strong{display:block;font-size:3rem;line-height:1;color:#fff9f1;font-family:Playfair Display,Georgia,serif}.login-shell__stats span{display:block;margin-top:.35rem;color:#fff9f1d9;font-size:.98rem}.login-shell__formwrap{background:#fffdfa;display:flex;align-items:center;justify-content:center;padding:2.5rem}.login-card{width:min(500px,100%)}.login-card h2{margin:0;color:var(--navy);font-size:clamp(2.4rem,4vw,3.4rem)}.login-card__copy{margin:.65rem 0 2rem;color:var(--muted);font-size:1.05rem}.login-field{display:grid;gap:.6rem;margin-bottom:1.15rem}.login-field span,.login-row span{color:var(--navy);font-weight:700}.login-field input{width:100%;min-height:54px;border-radius:12px;border:1px solid #d5dfef;background:#eef4ff;padding:0 1rem;font:inherit;color:var(--ink)}.login-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.login-row a,.login-alt a,.login-back{color:#2c63df}.login-field--password{position:relative}.login-field--password input{padding-right:3rem}.login-eye{position:absolute;right:.85rem;bottom:.95rem;border:0;background:transparent;color:#8594b0}.login-submit{width:100%;min-height:54px;margin-top:.55rem;background:linear-gradient(90deg,#2c4aa4,#3574ea);color:#fff}.login-alt{margin:1.5rem 0 1.2rem;text-align:center;color:var(--muted)}.login-banner{margin-bottom:1rem;padding:.95rem 1rem;border-radius:14px;background:#eff5ff;border:1px solid #d6e2fb;color:#28458d;line-height:1.55}.login-banner--error{background:#fff1f0;border-color:#f2c4bf;color:#a53e35}.login-note{margin:.2rem 0 1rem;color:var(--muted);font-size:.92rem;line-height:1.55}.login-back{display:inline-flex;align-items:center;gap:.45rem;color:#8a95ac}.portal-shell{min-height:100vh;display:grid;grid-template-columns:330px minmax(0,1fr);background:#f8fafc}.portal-sidebar{display:flex;flex-direction:column;background:#fff;border-right:1px solid #dbe3f0}.portal-sidebar__logo{padding:1.25rem 1.5rem;border-bottom:1px solid #dbe3f0}.portal-sidebar__logo img{width:min(220px,100%)}.portal-profile{display:flex;gap:1rem;padding:1.5rem;align-items:center}.portal-profile__avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#183a70;color:#fff}.portal-profile__copy h2{margin:0 0 .35rem;color:#0d2043;font-size:1.05rem}.portal-profile__copy p,.portal-profile__copy span{display:block;margin:0;color:#637596;font-size:.92rem;line-height:1.45}.portal-status{margin:0 1.5rem 1rem;padding:.85rem 1rem;border:1px solid #e1e8f3;border-radius:16px;display:flex;justify-content:space-between;gap:1rem;color:#4f617f}.portal-status strong{color:#22b34f}.portal-actions{display:flex;gap:.75rem;padding:0 1.5rem 1rem}.portal-ghost,.portal-secondary,.portal-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:14px;min-height:48px;padding:.8rem 1rem;font-weight:700;font-size:.96rem;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.portal-ghost:hover,.portal-secondary:hover,.portal-primary:hover{transform:translateY(-1px)}.portal-ghost{border:1px solid #cad7ea;background:#fff;color:#16386b;flex:1}.portal-ghost--danger{color:#f04f4a}.portal-nav{display:grid;gap:.45rem;padding:.5rem 1.2rem 1.5rem;overflow-y:auto}.portal-nav__link{display:flex;align-items:center;gap:.95rem;padding:1rem 1.1rem;border-radius:18px;color:#41567b;font-weight:700}.portal-nav__link.active{background:#1a315f;color:#fff;box-shadow:0 14px 24px #1a315f26}.portal-main{padding:2rem}.portal-page{display:grid;gap:1.5rem}.portal-header h1,.portal-hero h1{margin:0;color:#061938;font-size:clamp(2rem,3vw,3rem);line-height:1.04}.portal-header p,.portal-hero__program,.portal-warning p,.portal-card p,.portal-fineprint,.portal-empty span{color:#617594;line-height:1.6}.portal-header p{margin:.55rem 0 0;font-size:1.04rem}.portal-header--split{display:flex;align-items:end;justify-content:space-between;gap:1rem}.portal-search{min-width:320px;display:flex;align-items:center;gap:.75rem;padding:.95rem 1rem;border-radius:16px;border:1px solid #d7e0ef;background:#fff;color:#8796af}.portal-search input,.portal-chat__foot input,.portal-form input{width:100%;border:0;outline:none;background:transparent;font:inherit;color:#102241}.portal-hero{padding:2rem 2.25rem;border-radius:24px;background:#1c325f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 24px 38px #13284e29}.portal-hero h1{color:#fff}.portal-hero__program{margin-top:1rem;padding:1rem 1.2rem;border-radius:16px;background:#ffffff14;color:#dce5f5;font-weight:700}.portal-progress{min-width:315px;padding:1.4rem 1.5rem;border-radius:20px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;gap:1rem}.portal-progress span{display:block;color:#b7cae7;font-size:.92rem;text-transform:uppercase;letter-spacing:.08em}.portal-progress strong{display:block;margin-top:.25rem;font-size:3.2rem;line-height:1}.portal-warning,.portal-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;border-radius:20px;border:1px solid #f3d78d;background:#fff9e8}.portal-warning__copy{display:flex;align-items:center;gap:1rem}.portal-warning strong,.portal-alert strong{display:block;color:#91561f;font-size:1rem}.portal-warning p,.portal-alert p{margin:.2rem 0 0;color:#a2632c}.portal-primary{border:0;background:#1a315f;color:#fff;padding-inline:1.5rem}.portal-primary--wide{width:100%}.portal-secondary{border:1px solid #cfdbeb;background:#fff;color:#102241}.portal-grid--dashboard{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.72fr);gap:1.5rem;align-items:start}.portal-side-column,.portal-stack,.portal-page .portal-stack{display:grid;gap:1.25rem}.portal-card{background:#fff;border:1px solid #dde6f2;border-radius:24px;padding:1.5rem;box-shadow:0 12px 24px #1424440d}.portal-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5edf6;margin-bottom:1.25rem}.portal-card__head h2,.portal-card__head h3,.portal-card h3,.portal-card h2{display:flex;align-items:center;gap:.6rem;margin:0;color:#071a39}.portal-module-summary{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.2rem;border-radius:18px;background:#f9fbfe;border:1px solid #e5edf6}.portal-module-summary__icon,.portal-module-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eef3fb}.portal-module-summary__copy span,.portal-card__modulehead span{display:block;margin-bottom:.3rem;color:#596d8f;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.86rem}.portal-module-summary__copy strong,.portal-card__modulehead h3,.portal-assignment-title{margin:0;color:#071a39;font-size:1rem}.portal-module-summary__copy p{margin:.25rem 0 0}.portal-module-summary__progress{display:flex;align-items:center;gap:.65rem;color:#7d8ea9}.portal-card--center{text-align:center}.portal-instructor-avatar{width:82px;height:82px;margin:0 auto 1rem;border-radius:50%;display:grid;place-items:center;background:#edf0f6;border:2px solid #bfc9d9;color:#1a315f;font-size:2rem;font-weight:800}.portal-card--center h3{justify-content:center;margin-bottom:.35rem}.portal-card--notice{background:#fff9e8;border-color:#f3d78d}.portal-card--notice ul{margin:0;padding-left:1.3rem;color:#985e2f;line-height:1.8}.portal-module-grid,.portal-billing-grid,.portal-assignment-grid,.portal-comm-grid{display:grid;gap:1.5rem}.portal-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-card--module{min-height:200px}.portal-card__modulehead{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.portal-progressbar__copy{display:flex;justify-content:space-between;gap:1rem;color:#8393aa;margin-bottom:.75rem}.portal-progressbar__track{height:8px;border-radius:999px;background:#e9eef5}.portal-progressbar__fill{height:100%;border-radius:inherit;background:#1d4fb3}.portal-comm-grid{grid-template-columns:320px minmax(0,1fr)}.portal-mail-pill{display:inline-block;margin:.9rem 0 .7rem;padding:.95rem 1rem;border-radius:16px;background:#eff3fa;color:#173a6f;font-weight:800;word-break:break-word}.portal-chat{padding:0;overflow:hidden}.portal-chat__head,.portal-chat__foot{padding:1.2rem 1.4rem;border-bottom:1px solid #e5edf6}.portal-chat__foot{border-bottom:0;border-top:1px solid #e5edf6}.portal-chat__identity{display:flex;align-items:center;gap:.8rem}.portal-chat__identity strong,.portal-chat__identity span{display:block}.portal-chat__identity span{color:#5f7495}.portal-chat__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.portal-chat__body{min-height:450px;display:grid;place-items:center;text-align:center;padding:2rem;color:#607393}.portal-chat__body h3,.portal-empty p{margin:1rem 0 .4rem;color:#081b3b}.portal-empty{min-height:220px;border:2px dashed #e1e8f2;border-radius:24px;display:grid;place-items:center;text-align:center;padding:2rem;color:#91a0b6;background:#fff}.portal-empty--compact{min-height:280px}.portal-tagrow{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.portal-tag,.portal-pill,.portal-status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .75rem;border-radius:999px;font-size:.86rem;font-weight:800}.portal-tag,.portal-pill{background:#fff5d8;color:#9a6a1f}.portal-tag--muted{background:#eef3fb;color:#526784}.portal-card--inner{margin-top:1.25rem;background:#f9fbfe}.portal-instruction{display:grid;grid-template-columns:46px minmax(0,1fr);gap:1rem;padding:1.1rem;border-radius:16px;background:#fff;border:1px solid #e5edf6}.portal-instruction__number{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffbf28;color:#17233d;font-weight:800}.portal-instruction strong,.portal-sample strong{color:#081b3b}.portal-instruction p,.portal-sample p{margin:.35rem 0 0}.portal-sample{max-height:330px;overflow:auto;line-height:1.75}.portal-upload-disabled,.portal-card--certificate{min-height:260px;display:grid;place-items:center;text-align:center;color:#637596}.portal-card--certificate h2{margin-top:1rem;justify-content:center}.portal-billing-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start}.portal-enrollment-card{padding:1.5rem;border-radius:20px;background:#fff;border:1px solid #e5edf6;min-height:650px}.portal-enrollment-card h3{margin:1rem 0 1.5rem;font-size:2rem;line-height:1.25;color:#061938}.portal-enrollment-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;border-top:1px solid #e5edf6;color:#5d7394}.portal-enrollment-row strong{display:inline-flex;align-items:center;gap:.45rem;color:#061938}.portal-status-pill{background:#fff0ef;color:#ec5648}.portal-payment-box{min-height:440px;border:2px dashed #cfd9ea;border-radius:22px;padding:2.2rem;display:grid;place-items:center;text-align:center}.portal-payment-box h3{margin:0;font-size:2rem}.portal-note,.portal-support-box{padding:1rem 1.1rem;border-radius:16px;background:#f8fbff;border:1px solid #dce6f3;color:#5f7394;line-height:1.6}.portal-support-box{display:grid;gap:.35rem}.portal-support-box a,.portal-note a{color:#173a6f;font-weight:800}.portal-fineprint{margin:1rem 0 0}.portal-assignment-grid{grid-template-columns:minmax(0,1.55fr) 340px;align-items:start}.portal-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center}.portal-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0612276b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.portal-modal__card{position:relative;width:min(560px,calc(100% - 2rem));padding:2rem;border-radius:24px;background:#fff;box-shadow:0 32px 60px #0c1e3d33}.portal-modal__card h2{margin:0;color:#061938}.portal-modal__card>p{margin:.6rem 0 1.6rem}.portal-modal__close{position:absolute;top:1rem;right:1rem;border:0;background:transparent;color:#78879e}.portal-form{display:grid;gap:1rem}.portal-form label{display:grid;gap:.55rem}.portal-form span{color:#081b3b;font-weight:700}.portal-form input{min-height:54px;border-radius:14px;border:1px solid #d7e0ef;background:#fbfdff;padding:0 1rem}.portal-upload{min-height:140px;padding:1rem;border-radius:18px;border:2px dashed #d7e0ef;background:#fbfdff;display:grid;place-items:center;text-align:center;gap:.5rem;color:#71829f}.portal-upload input[type=file]{border:0;min-height:auto;padding:0}@media(max-width:1080px){.nav-desktop{display:none}.mobile-nav,.nav-mobile-button{display:block}.nav-mobile-button{display:inline-flex}.two-column,.footer-grid,.card-grid-2,.card-grid-3,.card-grid-4,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-strip-inner{flex-direction:column;align-items:flex-start}.login-shell,.portal-shell{grid-template-columns:1fr}.portal-sidebar{border-right:0;border-bottom:1px solid #dbe3f0}.portal-grid--dashboard,.portal-module-grid,.portal-billing-grid,.portal-assignment-grid,.portal-comm-grid{grid-template-columns:1fr}}@media(max-width:720px){:root{--topbar-offset: 74px}.topbar-inner{min-height:74px}.brand-wordmark{width:min(238px,62vw)}.page-hero{min-height:560px}.page-hero-overlay{background:linear-gradient(180deg,#160e10ad,#160e107a 56%,#160e1057)}.hero-grid{padding:2.7rem 0}.hero-copy{max-width:none}.hero-copy h1{max-width:9.4ch;font-size:clamp(2.6rem,10vw,4.1rem)}.page-hero .hero-description{font-size:1rem}.two-column,.footer-grid,.card-grid-2,.card-grid-3,.card-grid-4,.stat-grid{grid-template-columns:1fr}.section{padding:3.5rem 0}.career-cta-card{padding:1.75rem 1.15rem}.login-shell__panel,.login-shell__formwrap{padding:2rem 1.25rem}.login-shell__copy h1{max-width:12ch;font-size:clamp(2.6rem,10vw,4rem)}.login-shell__stats{gap:1.2rem}.login-shell__stats strong{font-size:2.35rem}.portal-main{padding:1rem}.portal-header--split,.portal-hero,.portal-warning,.portal-actions{flex-direction:column;align-items:stretch}.portal-progress,.portal-search{min-width:0;width:100%}.portal-profile,.portal-sidebar__logo{padding-inline:1rem}.portal-status{margin-inline:1rem}.portal-nav{padding-inline:1rem}}
