@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:100%;left:0;min-width:230px;padding:1rem .55rem .55rem;border-radius:14px;border:1px solid rgba(111,34,54,.1);background:#fffdfafa;box-shadow:0 18px 36px #241d2214;display:none}.nav-group:after{content:"";position:absolute;top:100%;left:0;width:100%;height:.45rem;display:none}.nav-group:hover:after{display:block}.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:280px minmax(0,1fr);background:#f8fafc}.portal-sidebar{display:flex;flex-direction:column;background:#1a2a46;color:#fff;position:sticky;top:0;height:100vh;overflow-y:auto}.portal-sidebar__logo{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.portal-sidebar__logo img{width:min(180px,100%);filter:brightness(0) invert(1)}.portal-profile{display:flex;gap:.75rem;padding:1.25rem 1.5rem;align-items:center}.portal-profile__avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ffffff1f;color:#fff;font-weight:700;font-size:.8125rem;flex-shrink:0}.portal-profile__copy h2{margin:0;color:#fff;font-size:.875rem;font-weight:600}.portal-profile__copy p,.portal-profile__copy span{display:block;margin:2px 0 0;color:#ffffff73;font-size:.75rem;line-height:1.3}.portal-enrollment-pill{padding:0 1.5rem 1rem}.portal-enrollment-pill span{display:inline-block;font-size:.6875rem;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.03em}.portal-pill--pending{background:#fbbf2426;color:#fbbf24}.portal-pill--enrolled{background:#34d39926;color:#34d399}.portal-nav{display:flex;flex-direction:column;gap:2px;padding:.5rem .75rem;flex:1}.portal-nav__link{display:flex;align-items:center;gap:.75rem;padding:.65rem .875rem;border-radius:10px;color:#ffffff8c;font-weight:500;font-size:.8125rem;transition:background .15s,color .15s}.portal-nav__link:hover{background:#ffffff0f;color:#ffffffd9}.portal-nav__link.active{background:#ffffff1a;color:#fff;font-weight:600;box-shadow:none}.portal-nav__badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#ef4444;color:#fff;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;animation:badge-pop .3s ease}@keyframes badge-pop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.portal-sidebar__footer{padding:.75rem;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:.5rem;margin-top:auto}.portal-sidebar__profile-btn,.portal-sidebar__logout-btn{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:.5rem .75rem;border-radius:8px;border:none;background:#ffffff0f;color:#ffffff80;font-size:.75rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.portal-sidebar__profile-btn:hover{background:#ffffff1a;color:#fffc}.portal-sidebar__logout-btn:hover{background:#ef444426;color:#f87171}.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-secondary:hover,.portal-primary:hover{transform:translateY(-1px)}.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__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.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-profile-modal{max-width:620px}.portal-profile-details{display:grid;gap:0;margin:1.5rem 0 0;border-top:1px solid #dde6f2}.portal-profile-details div{display:grid;grid-template-columns:minmax(130px,.7fr) 1.3fr;gap:1rem;padding:.9rem 0;border-bottom:1px solid #dde6f2}.portal-profile-details dt{color:#637596;font-size:.85rem;font-weight:700}.portal-profile-details dd{margin:0;color:#0d2043;font-weight:600}.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{position:static;height:auto;border-bottom:1px solid rgba(255,255,255,.08)}.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{display:none}.login-shell__formwrap{padding:2rem 1.25rem}.portal-main{padding:1rem}.portal-header--split,.portal-hero,.portal-warning{flex-direction:column;align-items:stretch}.portal-progress,.portal-search{min-width:0;width:100%}.portal-profile,.portal-sidebar__logo,.portal-enrollment-pill{padding-inline:1rem}.portal-nav{padding-inline:.5rem;flex-direction:row;flex-wrap:nowrap;gap:4px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-nav::-webkit-scrollbar{display:none}.portal-nav__link{font-size:.75rem;padding:.5rem .75rem;gap:.5rem;white-space:nowrap;flex-shrink:0}}.academics-header{background:linear-gradient(135deg,#1a2a46,#28344d);padding:2.25rem 0 0}.academics-header-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.academics-search-wrap{position:relative;width:280px;flex-shrink:0}.academics-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#fff6;pointer-events:none}.academics-search{width:100%;padding:9px 14px 9px 36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;font-size:.875rem;font-family:inherit;outline:none;transition:background .15s,border-color .15s}.academics-search::placeholder{color:#ffffff61}.academics-search:focus{background:#ffffff26;border-color:#ffffff59}.academics-filter-bar{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;padding-bottom:0}.academics-filter-bar::-webkit-scrollbar{display:none}.academics-filter-btn{padding:8px 16px;border:none;background:transparent;color:#ffffff8c;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.academics-filter-btn:hover{color:#ffffffd9}.academics-filter-btn.active{color:#fff;border-bottom-color:var(--gold)}.academics-result-bar{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:var(--muted);margin-bottom:1.25rem}.academics-clear-btn{background:none;border:none;color:var(--brand);font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;padding:0;text-decoration:underline}.academics-area-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:var(--surface-soft);padding:2px 8px;border-radius:20px;margin-top:6px}.featured-course-card{display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(135deg,#0d1b2e,#1a2f4a,#0d1b2e);border-radius:16px;overflow:hidden;border:1px solid rgba(255,202,18,.2);box-shadow:0 4px 24px #00000026,0 0 0 1px #ffca1214;transition:transform .2s,box-shadow .2s}.featured-course-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0003,0 0 0 1px #ffca1226}.featured-course-img-wrap{position:relative;overflow:hidden}.featured-course-img{width:100%;height:100%;object-fit:cover;min-height:320px}.featured-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:5px;background:var(--gold);color:var(--navy);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:6px 14px;border-radius:999px}.featured-course-body{padding:2rem 2.25rem;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.featured-course-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.featured-course-duration{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;color:#ffffff80}.featured-course-title{font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:800;color:#fff;line-height:1.25;margin:0}.featured-course-title .course-card-title-link{color:#fff}.featured-course-title .course-card-title-link:hover{color:var(--gold)}.featured-course-summary{font-size:.9rem;color:#ffffffa6;line-height:1.6;margin:0}.featured-course-highlights{display:flex;gap:1.25rem;flex-wrap:wrap;margin:.25rem 0}.featured-course-highlights span{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;color:var(--gold);font-weight:600}.featured-course-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.featured-course-price{display:flex;flex-direction:column}.featured-price-amount{font-size:2rem;font-weight:900;color:#fff;line-height:1}.featured-price-label{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.06em;margin-top:2px}.featured-course-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.featured-course-card{grid-template-columns:1fr}.featured-course-img{min-height:200px;max-height:240px}.featured-course-body{padding:1.5rem}.featured-course-bottom{flex-direction:column;align-items:flex-start}.featured-course-actions{width:100%}.featured-course-actions .button{flex:1;text-align:center;justify-content:center}}.academics-course-card{transition:transform .15s,box-shadow .15s}.academics-course-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #241d221f}.academics-course-img{width:100%;height:160px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.academics-empty{text-align:center;padding:5rem 1rem;color:var(--muted)}.academics-empty p{margin-bottom:1.25rem}@media(max-width:640px){.academics-header-inner{flex-direction:column}.academics-search-wrap{width:100%}}.academics-card-actions{display:flex;gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}.button-sm{padding:8px 16px;font-size:.8125rem;gap:6px}.course-card-title-link{color:inherit;text-decoration:none;transition:color .15s}.course-card-title-link:hover{color:var(--brand)}.course-detail-hero{background:linear-gradient(135deg,#1a2a46,#28344d);padding:2.5rem 0 3rem;color:#fff}.course-detail-back{display:inline-flex;align-items:center;gap:6px;color:#fff9;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;transition:color .15s}.course-detail-back:hover{color:#fff}.course-detail-hero-content{max-width:720px}.course-detail-category-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);background:#ffffff1a;padding:4px 12px;border-radius:20px;margin-bottom:.75rem}.course-detail-hero h1{margin:0;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.course-detail-hero-meta{display:flex;align-items:center;gap:1rem;margin-top:1rem}.course-detail-code-badge{font-size:.75rem;font-weight:700;font-family:monospace;background:#ffffff1f;padding:4px 10px;border-radius:6px;letter-spacing:.04em}.course-detail-fee{font-size:1.5rem;font-weight:800;color:var(--gold)}.course-detail-grid{display:grid;grid-template-columns:1.6fr .55fr;gap:2rem;align-items:start}.course-detail-section{background:var(--surface);border-radius:var(--radius);padding:2rem;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.course-detail-section h2{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:var(--ink)}.course-detail-section p{font-size:.9375rem;line-height:1.7;color:var(--muted);margin:0 0 1rem}.course-detail-section p:last-child{margin-bottom:0}.course-detail-modules{display:flex;flex-direction:column;gap:0}.course-detail-module{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.course-detail-module:last-child{border-bottom:none}.course-detail-module-num{width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;flex-shrink:0;margin-top:2px}.course-detail-module-body h3{font-size:.9375rem;font-weight:700;margin:0 0 4px;color:var(--ink)}.course-detail-module-body p{font-size:.8125rem;line-height:1.5;margin:0}.course-detail-sidebar{position:sticky;top:calc(var(--topbar-offset) + 1rem)}.course-detail-facts{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--card-shadow);margin-bottom:1rem}.course-detail-facts h3{font-size:1rem;font-weight:700;margin:0 0 1rem}.course-detail-facts dl{margin:0}.course-detail-fact{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.course-detail-fact:last-of-type{border-bottom:none}.course-detail-fact dt{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--muted);font-weight:500}.course-detail-fact dd{margin:0;font-size:.875rem;font-weight:600;color:var(--ink)}.course-detail-fact-fee{font-size:1.125rem!important;font-weight:800!important;color:var(--brand)!important}.course-detail-prereq{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.course-detail-prereq strong{font-size:.8125rem;display:block;margin-bottom:6px}.course-detail-prereq p{font-size:.8125rem;line-height:1.5;color:var(--muted);margin:0}.course-detail-apply-btn{display:flex;width:100%;justify-content:center;margin-bottom:1rem}.course-detail-contact{display:flex;gap:10px;align-items:flex-start;padding:1rem;background:var(--surface-soft);border-radius:12px;font-size:.8125rem}.course-detail-contact strong{display:block;margin-bottom:2px;font-size:.8125rem}.course-detail-contact a{color:var(--brand);font-weight:600;font-size:.8125rem}.course-detail-mobile-cta{display:none}@media(max-width:1080px){.course-detail-grid{grid-template-columns:1fr}.course-detail-sidebar{position:static}.course-detail-mobile-cta{display:flex;align-items:center;gap:1rem;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;padding:.75rem 1.25rem;border-top:1px solid var(--line);box-shadow:0 -4px 16px #00000014}.course-detail-mobile-cta-price{font-size:1.35rem;font-weight:800;color:var(--brand);white-space:nowrap}.course-detail-mobile-cta-btn{flex:1;display:flex;justify-content:center;align-items:center;gap:6px;padding:.7rem 1rem;font-size:.9375rem;margin:0}.course-detail-grid{padding-bottom:4.5rem}}.signup-verify-info{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:.8125rem;color:#065f46;margin-bottom:.75rem}.signup-verify-info strong{font-weight:700}.login-resend{display:block;width:100%;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--muted, #6c635d);text-decoration:underline;cursor:pointer;padding:.5rem 0;text-align:center}.login-resend:hover{color:var(--ink, #241d22)}.signup-course-banner{background:var(--surface-soft, #f1e7d9);border-left:3px solid var(--gold, #b89252);padding:12px 16px;border-radius:0 10px 10px 0;margin-bottom:1rem}.signup-course-banner-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted, #6c635d);margin-bottom:2px}.signup-course-banner strong{font-size:.9375rem;color:var(--ink, #241d22)}.enrollment-course-card{background:var(--surface);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--card-shadow);text-align:center;margin-bottom:1.5rem}.enrollment-course-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.5rem}.enrollment-course-title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800;margin:0 0 1rem;color:var(--ink)}.enrollment-course-instruction{font-size:.9375rem;line-height:1.6;color:var(--muted);max-width:520px;margin:0 auto 1.5rem}.enrollment-contact-card{display:flex;gap:12px;align-items:flex-start;padding:1.25rem;background:var(--surface-soft);border-radius:12px}.enrollment-contact-card strong{display:block;font-size:.875rem;margin-bottom:2px}.enrollment-contact-card a{color:var(--brand);font-weight:600;font-size:.875rem}.dash-welcome{background:linear-gradient(135deg,#1a2a46,#28344d);border-radius:var(--radius);padding:2rem 2.5rem;color:#fff;margin-bottom:1.5rem}.dash-welcome h1{margin:0;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:800}.dash-welcome-sub{margin:6px 0 0;font-size:.875rem;color:#fff9}.dash-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.dash-main{display:flex;flex-direction:column;gap:1.25rem}.dash-sidebar{display:flex;flex-direction:column;gap:1rem}.dash-enrollment-card{background:var(--surface);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--card-shadow)}.dash-enrollment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.dash-enrollment-header h2{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.dash-enrollment-code{display:inline-block;font-size:.7rem;font-weight:700;font-family:monospace;color:var(--muted);background:var(--surface-soft);padding:2px 8px;border-radius:4px;margin-top:6px;letter-spacing:.04em}.dash-status-badge{padding:4px 14px;border-radius:20px;font-size:.75rem;font-weight:700;white-space:nowrap;flex-shrink:0}.dash-status-badge--pending{background:#fef3c7;color:#92400e}.dash-status-badge--enrolled{background:#d1fae5;color:#065f46}.dash-enrollment-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.dash-enrollment-detail{text-align:center;padding:.75rem;background:var(--surface-muted);border-radius:10px}.dash-enrollment-detail span{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px}.dash-enrollment-detail strong{font-size:.9375rem}.dash-action-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}@media(max-width:720px){.dash-action-cards{grid-template-columns:1fr}}.dash-action-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:14px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.dash-action-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;opacity:.07;z-index:0}.dash-action-card>*{position:relative;z-index:1}.dash-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.dash-action-card--payment{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #f59e0b;box-shadow:0 2px 12px #f59e0b26}.dash-action-card--payment:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.dash-action-card--payment:hover{box-shadow:0 8px 28px #f59e0b40;border-color:#d97706}.dash-action-card--learning{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #3b82f6;box-shadow:0 2px 12px #3b82f61f}.dash-action-card--learning:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.dash-action-card--learning:hover{box-shadow:0 8px 28px #3b82f633;border-color:#2563eb}.dash-action-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-action-card--payment .dash-action-card__icon{background:#f59e0b;color:#fff;box-shadow:0 3px 8px #f59e0b4d}.dash-action-card--learning .dash-action-card__icon{background:#3b82f6;color:#fff;box-shadow:0 3px 8px #3b82f64d}.dash-action-card h3{margin:0;font-size:1rem;font-weight:800;color:#0f1d33}.dash-action-card p{margin:4px 0 0;font-size:.8125rem;color:#475569;line-height:1.5}.dash-action-card>div:nth-child(2){flex:1}.dash-action-card__arrow{flex-shrink:0;color:#64748b;margin-top:2px;transition:transform .2s}.dash-action-card:hover .dash-action-card__arrow{transform:translate(3px)}.dash-action-card--locked{opacity:.5;pointer-events:none}.dash-syllabus{background:var(--surface);border-radius:var(--radius);padding:1.5rem 1.75rem;box-shadow:var(--card-shadow)}.dash-syllabus h3{margin:0 0 1rem;font-size:1rem;font-weight:700}.dash-syllabus-list{display:flex;flex-direction:column;gap:0}.dash-syllabus-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.875rem}.dash-syllabus-item:last-child{border-bottom:none}.dash-syllabus-num{width:26px;height:26px;border-radius:50%;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--muted);flex-shrink:0}.dash-syllabus-title{color:var(--ink);font-weight:500}.dash-timeline-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem 1.75rem;box-shadow:var(--card-shadow)}.dash-timeline-card h3{margin:0 0 1.25rem;font-size:1rem;font-weight:700}.dash-timeline{display:flex;flex-direction:column;gap:0;padding-left:4px}.dash-timeline-step{display:flex;align-items:flex-start;gap:12px;position:relative;padding-bottom:1.5rem;color:var(--muted)}.dash-timeline-step:last-child{padding-bottom:0}.dash-timeline-step--done{color:#065f46}.dash-timeline-icon{flex-shrink:0;position:relative;z-index:1}.dash-timeline-step--done .dash-timeline-icon{color:#059669}.dash-timeline-line{position:absolute;left:9px;top:24px;bottom:0;width:2px;background:var(--line)}.dash-timeline-step--done .dash-timeline-line{background:#a7f3d0}.dash-timeline-label{font-size:.875rem;font-weight:600;padding-top:1px}.dash-contact-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--card-shadow);text-align:center}.dash-contact-avatar{width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;margin:0 auto .75rem}.dash-contact-card h3{margin:0;font-size:.9375rem;font-weight:700}.dash-contact-card>p{margin:2px 0 .75rem;font-size:.8125rem;color:var(--muted)}.dash-contact-email{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8125rem;color:var(--brand);font-weight:600}.dash-upload-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--card-shadow);text-align:center}.dash-upload-card h3{margin:8px 0 4px;font-size:.9375rem;font-weight:700}.dash-upload-card p{margin:0 0 1rem;font-size:.8125rem;color:var(--muted);line-height:1.5}.dash-notice-card{display:flex;gap:10px;align-items:flex-start;padding:1rem 1.25rem;background:var(--surface-soft);border-radius:12px}.dash-notice-card strong{display:block;font-size:.8125rem;margin-bottom:4px}.dash-notice-card p{margin:0;font-size:.8125rem;line-height:1.5;color:var(--muted)}@media(max-width:1080px){.dash-grid,.dash-enrollment-details{grid-template-columns:1fr}}.pv2-page-header{margin-bottom:.25rem}.pv2-page-header h1{margin:0;font-size:clamp(1.35rem,2.5vw,1.6rem);font-weight:800;color:#1a2a46}.pv2-page-header p{margin:4px 0 0;font-size:.875rem;color:var(--muted)}.pv2-two-col{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.pv2-two-col--faq{grid-template-columns:1fr 300px}.pv2-stack{display:flex;flex-direction:column;gap:1rem}.pv2-card{background:#fff;border-radius:14px;padding:1.5rem;border:1px solid #e8edf5}.pv2-card--muted{background:#f8fafc;border-color:#e8edf5}.pv2-card--success-light{background:#f0fdf4;border-color:#bbf7d0}.pv2-card-header{display:flex;align-items:center;gap:8px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eef1f6}.pv2-card-header h2{margin:0;font-size:.9375rem;font-weight:700;color:#1a2a46}.pv2-card h3{margin:8px 0 4px;font-size:.9375rem;font-weight:700;color:#1a2a46}.pv2-card>p,.pv2-body-text{margin:0 0 1rem;font-size:.8125rem;line-height:1.6;color:var(--muted)}.pv2-hint{margin:1rem 0 0;font-size:.8125rem;color:#059669;font-weight:500}.pv2-kv-list{display:flex;flex-direction:column}.pv2-kv{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid #eef1f6;font-size:.8125rem}.pv2-kv:last-child{border-bottom:none}.pv2-kv>span:first-child{color:var(--muted)}.pv2-kv>strong{color:#1a2a46;font-size:.875rem;text-align:right}.pv2-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.65rem 1.25rem;border-radius:10px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background .15s,transform .1s}.pv2-btn:hover{transform:translateY(-1px)}.pv2-btn--primary{background:#1a2a46;color:#fff}.pv2-btn--primary:hover{background:#243656}.pv2-btn-icon{width:36px;height:36px;border-radius:8px;border:1px solid #e8edf5;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1a2a46;flex-shrink:0;transition:background .15s}.pv2-btn-icon:disabled{color:#c4ccd8;cursor:not-allowed}.pv2-btn-icon:not(:disabled):hover{background:#f0f4f8}.pv2-email-link{display:inline-block;color:#1a2a46;font-weight:700;font-size:.8125rem;margin-top:4px}.pv2-steps{display:flex;flex-direction:column;gap:0}.pv2-step{display:flex;align-items:flex-start;gap:10px;padding:.75rem 0;border-bottom:1px solid #eef1f6;color:#94a3b8}.pv2-step:last-child{border-bottom:none}.pv2-step--done{color:#059669}.pv2-step-icon{flex-shrink:0;margin-top:1px}.pv2-step strong{font-size:.8125rem;font-weight:600}.pv2-step p{margin:2px 0 0;font-size:.75rem;color:var(--muted);line-height:1.4}.pv2-step--done p{color:#059669}.pv2-notice{display:flex;align-items:flex-start;gap:10px;padding:1rem 1.25rem;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;color:#92400e}.pv2-notice strong{display:block;font-size:.8125rem;margin-bottom:2px}.pv2-notice p{margin:0;font-size:.8125rem;line-height:1.5}.pv2-chat-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.pv2-chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eef1f6}.pv2-chat-identity{display:flex;align-items:center;gap:10px}.pv2-chat-avatar{width:36px;height:36px;border-radius:50%;background:#1a2a46;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.pv2-chat-identity strong{display:block;font-size:.8125rem;color:#1a2a46}.pv2-chat-identity span{display:block;font-size:.75rem;color:var(--muted)}.pv2-chat-messages{flex:1;min-height:360px;max-height:480px;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:1.25rem}.pv2-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#94a3b8}.pv2-chat-empty h3{margin:.75rem 0 .25rem;font-size:1rem;color:#1a2a46}.pv2-chat-empty p{margin:0;font-size:.8125rem;max-width:340px;line-height:1.5;color:var(--muted)}.pv2-msg{max-width:75%;padding:.625rem .875rem;border-radius:14px;font-size:.8125rem;line-height:1.5;word-break:break-word}.pv2-msg--learner{align-self:flex-end;background:#1a2a46;color:#fff;border-bottom-right-radius:4px}.pv2-msg--admin{align-self:flex-start;background:#f1f5f9;color:#1a2a46;border-bottom-left-radius:4px}.pv2-msg-sender{font-size:.6875rem;font-weight:600;margin-bottom:2px;opacity:.7}.pv2-msg-body{white-space:pre-wrap}.pv2-msg-time{font-size:.6875rem;opacity:.6;margin-top:4px}.pv2-chat-status{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#22c55e;font-weight:500}.pv2-chat-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.pv2-chat-footer{display:flex;flex-direction:column;gap:0;padding:.75rem 1rem;border-top:1px solid #eef1f6}.pv2-chat-input-row{display:flex;align-items:center;gap:8px;width:100%}.pv2-chat-footer input[type=text]{flex:1;border:1px solid #e8edf5;border-radius:8px;padding:.6rem .875rem;font-size:.8125rem;font-family:inherit;background:#f8fafc;outline:none;color:#1a2a46}.pv2-chat-footer input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.pv2-chat-attach{width:36px;height:36px;border-radius:8px;border:1px solid #e8edf5;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.pv2-chat-attach:hover{background:#eef1f6;color:#1a2a46}.pv2-chat-send{width:36px;height:36px;border-radius:8px;border:none;background:#1a2a46;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.pv2-chat-send:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.pv2-chat-file-preview{display:flex;align-items:center;gap:6px;padding:6px 10px;margin-bottom:6px;background:#eef1f6;border-radius:6px;font-size:.75rem;color:#1a2a46}.pv2-chat-file-preview span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pv2-chat-file-remove{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center}.pv2-chat-file-remove:hover{color:#dc2626}.pv2-resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pv2-resource-item{display:flex;align-items:center;gap:1rem;padding:1.25rem}.pv2-resource-item--locked{opacity:.6}.pv2-resource-icon{width:42px;height:42px;border-radius:10px;background:#eef2f9;display:flex;align-items:center;justify-content:center;color:#1a2a46;flex-shrink:0}.pv2-resource-body{flex:1;min-width:0}.pv2-resource-body h3{margin:0;font-size:.875rem;font-weight:600;color:#1a2a46}.pv2-resource-body p{margin:2px 0 4px;font-size:.75rem;color:var(--muted);line-height:1.4}.pv2-resource-type{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:#eef2f9;padding:2px 6px;border-radius:4px}.pv2-cert-card{text-align:center;padding:3rem 2rem}.pv2-cert-icon{color:#94a3b8;margin-bottom:1rem}.pv2-cert-card h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:#1a2a46}.pv2-cert-card p{font-size:.875rem;line-height:1.6;color:var(--muted);max-width:480px;margin:0 auto}.pv2-faq-list{display:flex;flex-direction:column}.pv2-faq-item{border-bottom:1px solid #eef1f6}.pv2-faq-item:last-child{border-bottom:none}.pv2-faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 0;background:none;border:none;font-family:inherit;font-size:.875rem;font-weight:600;color:#1a2a46;cursor:pointer;text-align:left}.pv2-faq-trigger:hover{color:#28344d}.pv2-faq-chevron{flex-shrink:0;color:#94a3b8;transition:transform .2s}.pv2-faq-item--open .pv2-faq-chevron{transform:rotate(180deg)}.pv2-faq-answer{padding:0 0 1rem}.pv2-faq-answer p{margin:0;font-size:.8125rem;line-height:1.7;color:var(--muted)}.pv2-resource-section{margin-bottom:.5rem}.pv2-resource-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #eef1f6}@media(max-width:1080px){.pv2-two-col,.pv2-two-col--faq,.pv2-resource-grid{grid-template-columns:1fr}}
