@import "https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ed-ink:#101b33;--ed-body:#2a3350;--ed-slate:#5b6478;--ed-paper:#f6f7fb;--ed-card:#fff;--ed-line:#dde2ee;--ed-blue:#1d4ed8;--ed-blue-dark:#173ba3;--ed-gold:#f2b33d;--ed-gold-dark:#a86b04;--ed-good:#1e9e6a;--ed-danger:#c73b3b;--ed-display:"Zilla Slab", Georgia, serif;--ed-body-font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ed-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--ed-body-font);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ed-paper)}body{background:var(--ed-paper);min-width:320px;color:var(--ed-body);margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #f2b33db8}img{max-width:100%}.p-4{padding:16px}.ed-motion-frame{min-height:100vh}.ed-motion-frame.is-entering{animation:.52s cubic-bezier(.2,.8,.25,1) both edPageEnter}@keyframes edPageEnter{0%{opacity:.42;filter:blur(3px);transform:translateY(12px)scale(.995)}55%{opacity:1;filter:blur()}to{opacity:1;filter:none;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-page{min-height:100vh;color:var(--ed-body);background:#fbfcff;overflow:hidden}.landing-shell{width:min(1160px,100% - 40px);margin:0 auto}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#fbfcffe8;border-bottom:1px solid #dde2eee6;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px;padding:10px max(20px,50vw - 580px);display:grid;position:sticky;top:0}.landing-brand{color:inherit;text-decoration:none;display:inline-flex}.landing-nav nav{justify-content:center;align-items:center;gap:8px;display:flex}.landing-nav nav button{color:var(--ed-slate);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:10px 13px;font-size:13px;font-weight:700;transition:color .2s,background .2s}.landing-nav nav button:hover{color:var(--ed-ink);background:#eef2fb}.nav-cta,.landing-primary,.landing-secondary,.gold-cta{cursor:pointer;border:0;font-weight:800;transition:transform .22s,box-shadow .22s,background .22s}.nav-cta{color:#fff;background:var(--ed-blue);border-radius:999px;padding:11px 18px;box-shadow:0 9px 24px #1d4ed833}.nav-cta:hover,.landing-primary:hover,.gold-cta:hover{transform:translateY(-2px);box-shadow:0 14px 34px #173ba340}.landing-hero{color:#fff;background:radial-gradient(circle at 10% 20%,#f2b33d29,#0000 30%),linear-gradient(135deg,#0c1832 0%,#122b65 53%,#1d4ed8 100%);padding:82px 0 92px;position:relative}.hero-orb{filter:blur(1px);pointer-events:none;border-radius:999px;position:absolute}.hero-orb-one{background:#7aa2ff29;width:350px;height:350px;top:-190px;right:5%}.hero-orb-two{background:#f2b33d24;width:230px;height:230px;bottom:-130px;left:8%}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:68px;display:grid;position:relative}.hero-eyebrow,.section-kicker,.step-kicker,.builder-journey-kicker{font-family:var(--ed-mono);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:600}.hero-eyebrow{color:#ffffffbd}.hero-eyebrow span{color:var(--ed-gold)}.hero-copy h1{color:#fff;max-width:720px;font-family:var(--ed-display);letter-spacing:-.045em;margin:16px 0 18px;font-size:clamp(46px,6vw,72px);line-height:.98}.hero-lead{color:#ffffffd1;max-width:650px;margin:0;font-size:clamp(16px,2vw,19px);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px;display:flex}.landing-primary,.landing-secondary,.gold-cta{border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:14px 21px;font-size:15px;display:inline-flex}.landing-primary{color:var(--ed-ink);background:var(--ed-gold);box-shadow:0 12px 32px #f2b33d33}.landing-primary span,.gold-cta span{font-size:21px;line-height:1}.landing-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff52}.landing-secondary:hover{background:#ffffff24;transform:translateY(-2px)}.hero-proof{color:#ffffffb3;font-family:var(--ed-mono);flex-wrap:wrap;gap:18px;margin-top:22px;font-size:10.5px;display:flex}.hero-visual{place-items:center;min-height:470px;display:grid;position:relative}.hero-image-card{background:#fff;border:1px solid #ffffff3d;border-radius:28px;width:100%;max-width:520px;position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 32px 70px #030a1d61}.hero-image-card:after{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff73}.hero-image-card img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.hero-image-overlay{color:var(--ed-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #fffc;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.hero-image-overlay small,.floating-course-card small{color:var(--ed-slate);font-family:var(--ed-mono);letter-spacing:.1em;font-size:9px;display:block}.hero-image-overlay strong,.floating-course-card strong{color:var(--ed-ink);margin-top:2px;font-size:13px;display:block}.hero-image-overlay>span{color:var(--ed-blue-dark);font-family:var(--ed-mono);background:#edf2ff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:600}.floating-course-card{min-width:192px;color:var(--ed-ink);background:#fffffff5;border:1px solid #dde2eed9;border-radius:16px;align-items:center;gap:10px;padding:11px 13px;display:flex;position:absolute;box-shadow:0 18px 38px #030a1d3b}.floating-course-card>span{width:32px;height:32px;color:var(--ed-ink);background:var(--ed-gold);font-family:var(--ed-display);border-radius:10px;place-items:center;font-size:18px;font-weight:700;display:grid}.floating-card-one{animation:4.8s ease-in-out infinite floatCard;top:25px;left:-36px}.floating-card-two{animation:4.8s ease-in-out 1.1s infinite floatCard;bottom:8px;right:-24px}@keyframes floatCard{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-9px)rotate(1deg)}}.landing-trust-row{z-index:3;border-bottom:1px solid var(--ed-line);background:#fff;position:relative}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid>div{border-right:1px solid var(--ed-line);justify-content:center;align-items:center;gap:11px;min-height:108px;padding:22px 26px;display:flex}.trust-grid>div:first-child{border-left:1px solid var(--ed-line)}.trust-grid strong{color:var(--ed-blue);font-family:var(--ed-display);font-size:34px;line-height:1}.trust-grid span{max-width:105px;color:var(--ed-slate);font-size:12px;line-height:1.35}.landing-section{padding:104px 0;scroll-margin-top:84px}.section-intro{max-width:760px;margin-bottom:40px}.centered-intro{text-align:center;margin-left:auto;margin-right:auto}.section-kicker{color:var(--ed-blue)}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2,.final-cta-card h2,.course-start-copy h1,.course-journey-section h2{color:var(--ed-ink);font-family:var(--ed-display);letter-spacing:-.035em}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2{margin:10px 0 12px;font-size:clamp(36px,4.6vw,54px);line-height:1.05}.section-intro>p,.story-copy>p,.governance-copy>p,.faq-heading>p{color:var(--ed-slate);margin:0;font-size:16px;line-height:1.72}.course-path-section{background-color:#fbfcff;background-image:linear-gradient(#1d4ed806 1px,#0000 1px),linear-gradient(90deg,#1d4ed806 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.course-path-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.path-card{border:1px solid var(--ed-line);background:#fff;border-radius:22px;min-height:258px;padding:25px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 12px 34px #101b330e}.path-card:hover{border-color:#1d4ed859;transform:translateY(-5px);box-shadow:0 22px 48px #101b331a}.path-card:first-child{color:#fff;background:linear-gradient(145deg,#122b65,#1d4ed8);border-color:#0000}.path-card:first-child h3,.path-card:first-child p{color:#fff}.path-card:first-child p{opacity:.78}.path-card-top{justify-content:space-between;align-items:center;display:flex}.path-card-top span{color:var(--ed-blue);font-family:var(--ed-mono);letter-spacing:.1em;font-size:11px;font-weight:600}.path-card:first-child .path-card-top span{color:var(--ed-gold)}.path-card-top i{width:36px;height:36px;color:var(--ed-blue);background:#eef3ff;border-radius:12px;place-items:center;font-style:normal;font-weight:800;display:grid}.path-card:first-child .path-card-top i{color:var(--ed-ink);background:var(--ed-gold)}.path-card h3{color:var(--ed-ink);font-family:var(--ed-display);margin:38px 0 10px;font-size:25px;line-height:1.08}.path-card p{color:var(--ed-slate);margin:0;font-size:14px;line-height:1.65}.path-cta-row{justify-content:center;margin-top:32px;display:flex}.path-cta-row .landing-primary,.faq-heading .landing-primary{color:#fff;background:var(--ed-blue);box-shadow:0 12px 30px #1d4ed82b}.story-section{border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);background:#fff}.story-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:72px;display:grid}.story-image-wrap{position:relative}.story-image-wrap img{aspect-ratio:4/3;object-fit:cover;filter:saturate(.84)contrast(1.04);border-radius:28px;width:100%;display:block;box-shadow:0 28px 65px #101b3329}.story-image-note{color:#fff;background:var(--ed-ink);border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;gap:5px;width:min(84%,390px);margin:-56px auto 0;padding:18px 20px;display:flex;position:relative;box-shadow:0 20px 44px #101b3340}.story-image-note strong{color:var(--ed-gold);font-family:var(--ed-display);font-size:20px}.story-image-note span{color:#ffffffbd;font-size:13px;line-height:1.5}.check-list{margin:30px 0 0;padding:0;list-style:none}.check-list li{border-top:1px solid var(--ed-line);grid-template-columns:46px 1fr;gap:14px;padding:16px 0;display:grid}.check-list li>span{color:var(--ed-blue);font-family:var(--ed-mono);font-size:11px;font-weight:600}.check-list strong{color:var(--ed-ink);font-size:15px}.check-list p{color:var(--ed-slate);margin:4px 0 0;font-size:13px;line-height:1.55}.features-section{background:#f3f6fc}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{background:#ffffffdb;border:1px solid #dde2eef2;border-radius:22px;min-height:260px;padding:26px;box-shadow:0 14px 36px #101b330b}.feature-icon{width:48px;height:48px;color:var(--ed-blue);font-family:var(--ed-display);background:#edf2ff;border-radius:15px;place-items:center;font-size:24px;display:grid}.feature-card h3{color:var(--ed-ink);font-family:var(--ed-display);margin:28px 0 9px;font-size:22px;line-height:1.12}.feature-card p{color:var(--ed-slate);margin:0;font-size:13.5px;line-height:1.65}.governance-section{background:#fbfcff}.governance-card{color:#fff;background:radial-gradient(circle at 90% 10%,#f2b33d29,#0000 28%),linear-gradient(135deg,#0d1933,#162e67);border-radius:32px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:54px;padding:56px;display:grid;box-shadow:0 30px 72px #101b3333}.light-kicker{color:var(--ed-gold)}.governance-copy h2,.final-cta-card h2{color:#fff}.governance-copy>p{color:#ffffffc2}.governance-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.governance-tags span{color:#ffffffd1;font-family:var(--ed-mono);background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;padding:7px 11px;font-size:10px}.governance-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff2b;border-radius:22px;padding:10px 22px}.policy-row{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:18px;min-height:64px;display:flex}.policy-row:last-child{border-bottom:0}.policy-row span{color:#ffffffa6;font-size:12px}.policy-row strong{color:#fff;text-align:right;max-width:190px;font-size:13px}.faq-section{border-top:1px solid var(--ed-line);background:#fff}.faq-grid{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:68px;display:grid}.faq-heading{align-self:start;position:sticky;top:110px}.faq-heading .landing-primary{margin-top:24px}.faq-list{border-top:1px solid var(--ed-line)}.faq-list details{border-bottom:1px solid var(--ed-line)}.faq-list summary{min-height:78px;color:var(--ed-ink);cursor:pointer;font-family:var(--ed-display);justify-content:space-between;align-items:center;gap:18px;font-size:20px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:30px;height:30px;color:var(--ed-blue);background:#edf2ff;border-radius:10px;flex:none;place-items:center;transition:transform .22s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:680px;color:var(--ed-slate);margin:-4px 50px 24px 0;font-size:14px;line-height:1.7}.final-cta-section{background:#fff;padding:0 0 94px}.final-cta-card{color:#fff;background:linear-gradient(115deg,#101b33,#173ba3);border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:38px 44px;display:grid;box-shadow:0 26px 64px #101b3333}.final-cta-card h2{margin:5px 0 4px;font-size:clamp(30px,4vw,42px)}.final-cta-card p{color:#ffffffb3;margin:0;font-size:14px}.gold-cta{min-width:178px;color:var(--ed-ink);background:var(--ed-gold)}.landing-footer{color:#ffffffb3;background:#091124;padding:58px 0 22px}.footer-grid{grid-template-columns:1.2fr .55fr 1.15fr;gap:70px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-grid p{max-width:380px;margin:8px 0 0;font-size:13px;line-height:1.65}.footer-grid strong{color:#fff;margin-bottom:5px;font-size:13px}.footer-grid a,.footer-grid button{color:#ffffffa6;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1.55;text-decoration:none}.footer-grid a:hover,.footer-grid button:hover{color:var(--ed-gold)}.footer-bottom{font-family:var(--ed-mono);border-top:1px solid #ffffff1a;justify-content:space-between;gap:16px;margin-top:42px;padding-top:18px;font-size:9.5px;display:flex}.reveal-block{opacity:1}@media (prefers-reduced-motion:no-preference){.reveal-block{opacity:0;transition:opacity .68s,transform .68s cubic-bezier(.2,.8,.25,1);transform:translateY(22px)}.reveal-block.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:60ms}.reveal-delay-2{transition-delay:.13s}.reveal-delay-3{transition-delay:.2s}}.course-start-page{min-height:100vh;color:var(--ed-body);background:radial-gradient(circle at 90% 8%,#1d4ed81a,#0000 28%),linear-gradient(#fbfcff 0,#f2f5fb 100%);padding-bottom:90px}.course-start-nav{border-bottom:1px solid var(--ed-line);justify-content:space-between;align-items:center;gap:18px;width:min(1160px,100% - 36px);min-height:80px;margin:0 auto;display:flex}.brand-button{cursor:pointer;background:0 0;border:0;padding:0}.course-start-status{color:var(--ed-blue-dark);font-family:var(--ed-mono);text-transform:uppercase;background:#ebf1ff;border:1px solid #d4e0ff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:600}.course-start-hero{grid-template-columns:minmax(0,.94fr) minmax(420px,.82fr);align-items:center;gap:78px;width:min(1160px,100% - 36px);margin:0 auto;padding:74px 0 70px;display:grid}.step-kicker{color:var(--ed-blue)}.course-start-copy h1{max-width:650px;margin:13px 0 18px;font-size:clamp(48px,6.2vw,72px);line-height:.98}.course-start-copy>p{max-width:630px;color:var(--ed-slate);margin:0;font-size:17px;line-height:1.7}.course-start-promise{max-width:560px;color:var(--ed-body);border:1px solid var(--ed-line);background:#ffffffc2;border-radius:15px;align-items:center;gap:11px;margin-top:24px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.course-start-promise>span:first-child{color:#fff;background:var(--ed-good);border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.course-create-card{border:1px solid var(--ed-line);background:#fffffff5;border-radius:24px;padding:28px;box-shadow:0 28px 65px #101b331f}.card-step-line{border-bottom:1px solid var(--ed-line);align-items:center;gap:12px;margin-bottom:22px;padding-bottom:18px;display:flex}.card-step-number{width:42px;height:42px;color:var(--ed-ink);background:var(--ed-gold);font-family:var(--ed-display);border-radius:13px;place-items:center;font-size:22px;font-weight:700;display:grid}.card-step-line strong{color:var(--ed-ink);font-family:var(--ed-display);font-size:21px;display:block}.card-step-line small{color:var(--ed-slate);font-family:var(--ed-mono);margin-top:2px;font-size:9.5px;display:block}.course-create-card label{color:var(--ed-ink);margin-bottom:15px;font-size:12.5px;font-weight:700;display:block}.course-create-card input,.course-create-card select{width:100%;min-height:48px;color:var(--ed-ink);background:#f8faff;border:1px solid #ccd5e5;border-radius:12px;margin-top:7px;padding:11px 12px;font-size:14px}.course-create-card input::placeholder{color:#8b94a8}.course-field-grid{grid-template-columns:.85fr 1.15fr;gap:12px;display:grid}.course-form-error{color:#8d1f1f;background:#fff1f1;border:1px solid #ffd3d3;border-radius:11px;margin:0 0 13px;padding:10px 12px;font-size:12px}.primary-course-button{color:#fff;background:var(--ed-blue);cursor:pointer;border:0;border-radius:14px;justify-content:space-between;align-items:center;width:100%;min-height:54px;padding:14px 17px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 28px #1d4ed833}.primary-course-button:hover{transform:translateY(-2px);box-shadow:0 17px 34px #1d4ed842}.primary-course-button span{font-size:22px}.course-create-note{color:var(--ed-slate);text-align:center;margin:10px 0 0;font-size:10.5px;line-height:1.5}.course-journey-section{border:1px solid var(--ed-line);background:#fff;border-radius:28px;width:min(1040px,100% - 36px);margin:0 auto;padding:52px;box-shadow:0 18px 54px #101b3312}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.section-eyebrow{color:var(--ed-blue);font-family:var(--ed-mono);letter-spacing:.12em;font-size:10px;font-weight:600}.course-journey-section h2{max-width:650px;margin:9px 0 0;font-size:clamp(30px,4vw,44px);line-height:1.05}.journey-count{color:var(--ed-blue);font-family:var(--ed-display);white-space:nowrap;font-size:34px;font-weight:700}.course-journey-list{border-top:1px solid var(--ed-line);margin:0;padding:0;list-style:none}.course-journey-list li{border-bottom:1px solid var(--ed-line);grid-template-columns:50px 1fr auto;align-items:center;gap:16px;min-height:108px;padding:20px 0;display:grid}.course-journey-list li.is-current{background:#f3f6ff;border-bottom-color:#0000;border-radius:16px;margin:0 -22px;padding-left:22px;padding-right:22px}.journey-number{width:42px;height:42px;color:var(--ed-blue);font-family:var(--ed-display);background:#edf2ff;border-radius:13px;place-items:center;font-size:19px;font-weight:700;display:grid}.is-current .journey-number{color:var(--ed-ink);background:var(--ed-gold)}.course-journey-list strong{color:var(--ed-ink);font-size:15px}.course-journey-list p{color:var(--ed-slate);margin:4px 0 0;font-size:12.5px;line-height:1.5}.journey-state{color:var(--ed-slate);border:1px solid var(--ed-line);font-family:var(--ed-mono);background:#f4f6fa;border-radius:999px;padding:5px 9px;font-size:9px}.is-current .journey-state{color:var(--ed-blue-dark);background:#eaf0ff;border-color:#cfdbff}.course-builder-shell{background:#f6f7fb;min-height:100vh}.builder-journey-bar{color:var(--ed-body);border-bottom:1px solid var(--ed-line);background:#fff;padding:14px max(14px,50vw - 380px);box-shadow:0 8px 24px #101b330e}.builder-journey-summary{grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:12px;display:grid}.builder-journey-summary strong{max-width:360px;color:var(--ed-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:inline-block;overflow:hidden}.builder-journey-summary>div>span{color:var(--ed-slate);font-family:var(--ed-mono);margin-left:8px;font-size:9.5px}.builder-journey-kicker{color:var(--ed-blue);margin-bottom:2px;font-size:9px}.builder-journey-summary button{color:var(--ed-blue);cursor:pointer;background:0 0;border:1px solid #cdd9f9;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}.builder-step-track{grid-template-columns:repeat(6,1fr);gap:5px;margin:0;padding:0;list-style:none;display:grid}.builder-step-track li{min-width:0;color:var(--ed-slate);border:1px solid var(--ed-line);background:#f5f7fb;border-radius:10px;align-items:center;gap:6px;padding:7px 5px;display:flex}.builder-step-track li>span{width:23px;height:23px;color:var(--ed-slate);font-family:var(--ed-mono);background:#e8ecf4;border-radius:7px;flex:none;place-items:center;font-size:9px;font-weight:600;display:grid}.builder-step-track li small{font-family:var(--ed-mono);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.builder-step-track li.is-done{color:#196b4c;background:#effaf5;border-color:#ccecdf}.builder-step-track li.is-done>span{color:#fff;background:var(--ed-good)}.builder-step-track li.is-active{color:var(--ed-blue-dark);background:#edf2ff;border-color:#bfcfff;box-shadow:0 0 0 2px #1d4ed814}.builder-step-track li.is-active>span{color:var(--ed-ink);background:var(--ed-gold)}@media (width<=980px){.hero-grid,.course-start-hero,.story-grid,.governance-card,.faq-grid{grid-template-columns:1fr}.hero-grid{gap:48px}.hero-copy{max-width:760px}.hero-visual{width:min(100%,620px);margin:0 auto}.course-path-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.faq-grid{gap:48px}.story-image-wrap{width:min(100%,700px);margin:0 auto}.governance-card{padding:42px}.faq-heading{position:static}.course-start-hero{gap:46px;max-width:760px}.course-journey-section{padding:38px}.footer-grid{grid-template-columns:1.1fr .7fr}.footer-grid>div:last-child{grid-column:1/-1}}@media (width<=760px){.landing-shell,.course-start-nav,.course-start-hero,.course-journey-section{width:min(100% - 28px,680px)}.landing-nav{grid-template-columns:1fr auto;gap:10px;min-height:68px;padding:9px 14px}.landing-nav nav,.landing-nav .landing-brand>div>div:last-child>div:last-child{display:none}.nav-cta{padding:9px 13px;font-size:12px}.landing-hero{padding:58px 0 70px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy h1{font-size:clamp(43px,13vw,60px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions button{width:100%}.hero-proof{gap:10px 16px}.hero-visual{min-height:360px}.hero-image-card{border-radius:22px;transform:none}.floating-course-card{min-width:164px;padding:9px}.floating-card-one{top:-18px;left:-5px}.floating-card-two{bottom:-16px;right:-4px}.floating-course-card strong{font-size:11px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div,.trust-grid>div:first-child{border-left:0;border-right:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);min-height:88px;padding:15px}.trust-grid>div:nth-child(2n){border-right:0}.landing-section{padding:76px 0}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2{font-size:clamp(34px,10vw,44px)}.course-path-grid,.feature-grid{grid-template-columns:1fr}.path-card,.feature-card{min-height:0}.story-grid{gap:40px}.story-image-note{width:calc(100% - 28px)}.governance-card{border-radius:24px;gap:32px;width:min(100% - 28px,680px);padding:30px 22px}.policy-row{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.policy-row strong{text-align:left;max-width:none}.final-cta-card{text-align:left;grid-template-columns:1fr;padding:30px 24px}.gold-cta{width:100%}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.course-start-nav{min-height:72px}.course-start-status{display:none}.course-start-hero{grid-template-columns:1fr;padding:54px 0 58px}.course-start-copy h1{font-size:clamp(43px,13vw,58px)}.course-field-grid{grid-template-columns:1fr;gap:0}.course-create-card{border-radius:20px;padding:22px}.course-journey-section{border-radius:22px;padding:27px 20px}.section-heading-row{flex-direction:column;align-items:flex-start}.journey-count{font-size:27px}.course-journey-list li,.course-journey-list li.is-current{grid-template-columns:44px 1fr;margin:0;padding:18px 0}.course-journey-list li.is-current{padding-left:12px;padding-right:12px}.journey-state{display:none}.builder-journey-bar{padding:12px 10px}.builder-journey-summary{grid-template-columns:auto 1fr}.builder-journey-summary button{grid-column:1/-1;width:100%}.builder-journey-summary>div>span{margin:2px 0 0;display:block}.builder-step-track{scrollbar-width:thin;padding-bottom:4px;display:flex;overflow-x:auto}.builder-step-track li{min-width:110px}}@media (width<=420px){.hero-image-overlay{bottom:10px;left:10px;right:10px}.hero-image-overlay>span,.floating-card-two{display:none}.trust-grid strong{font-size:29px}.course-start-copy>p,.hero-lead{font-size:15px}}:root{--portal-ink:#101b33;--portal-blue:#1d4ed8;--portal-blue-dark:#153b91;--portal-gold:#f2b33d;--portal-paper:#f7f5ef;--portal-card:#fff;--portal-line:#dbe2ee;--portal-muted:#657086;--portal-green:#247a51;--portal-red:#b33c3c;--portal-amber:#9a6410;--portal-display:"Zilla Slab", Georgia, serif;--portal-sans:Inter, ui-sans-serif, system-ui, sans-serif}.portal-route-loading{text-align:center;background:var(--portal-paper);min-height:100vh;color:var(--portal-ink);place-content:center;gap:8px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:grid}.portal-route-loading strong{font-size:24px}.portal-route-loading span{color:var(--portal-muted)}.portal-page,.student-dashboard-page,.professor-dashboard-page{min-height:100vh;color:var(--portal-ink);background:var(--portal-paper);font-family:Inter,system-ui,sans-serif}.portal-page *,.student-dashboard-page *,.professor-dashboard-page *{box-sizing:border-box}.portal-page button,.student-dashboard-page button,.professor-dashboard-page button,.portal-page input,.portal-page select,.portal-page textarea,.student-dashboard-page input,.student-dashboard-page select,.student-dashboard-page textarea,.professor-dashboard-page input,.professor-dashboard-page select,.professor-dashboard-page textarea{font:inherit}.portal-page button,.student-dashboard-page button,.professor-dashboard-page button{cursor:pointer}.portal-kicker{color:var(--portal-blue);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.portal-nav{z-index:50;border-bottom:1px solid var(--portal-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:minmax(230px,1fr) auto minmax(150px,1fr);align-items:center;gap:22px;min-height:72px;padding:10px clamp(18px,4vw,64px);display:grid;position:sticky;top:0}.portal-brand{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.portal-nav-logo{object-fit:contain;object-position:left center;width:min(218px,100%);height:50px;display:block}.portal-nav nav{justify-content:center;align-items:center;gap:4px;display:flex}.portal-nav nav a{color:var(--portal-muted);white-space:nowrap;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800;text-decoration:none}.portal-nav nav a:hover,.portal-nav nav a.is-active{color:var(--portal-blue-dark);background:#edf2ff}.portal-nav-action{color:#fff;background:var(--portal-blue);border:0;border-radius:10px;justify-self:end;padding:10px 16px;font-size:13px;font-weight:850}.portal-choice-hero{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;gap:52px;max-width:1180px;margin:0 auto;padding:92px 28px 54px;display:grid}.portal-choice-copy h1,.student-hero h1,.publishing-hero h1{max-width:850px;color:var(--portal-ink);letter-spacing:-.045em;margin:12px 0 20px;font-family:Zilla Slab,Georgia,serif;font-size:clamp(42px,6vw,74px);line-height:.98}.portal-choice-copy p,.student-hero-copy>p,.publishing-hero>p{color:#566276;max-width:730px;margin:0;font-size:18px;line-height:1.7}.portal-choice-mark{color:#fff;background:var(--portal-ink);border-radius:26px;flex-direction:column;gap:18px;padding:30px;display:flex;overflow:hidden;box-shadow:0 24px 60px #101b332e}.portal-choice-mark span{font-family:Zilla Slab,Georgia,serif;font-size:22px;line-height:1.25}.portal-choice-hero-image{object-fit:cover;width:calc(100% + 60px);height:210px;margin:-30px -30px 2px}.portal-choice-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto;padding:0 28px 54px;display:grid}.portal-choice-card{border:1px solid var(--portal-line);background:#fff;border-radius:22px;flex-direction:column;min-height:410px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #101b3312}.portal-choice-card:before{content:"";background:var(--portal-blue);width:100%;height:6px;position:absolute;top:0;left:0}.portal-choice-card.is-professor:before{background:var(--portal-gold)}.portal-choice-card.is-publishing:before{background:#6b4aa5}.portal-card-number{color:#9aa5b8;letter-spacing:.12em;font-family:ui-monospace,monospace;font-size:12px;font-weight:800}.portal-choice-card-image{object-fit:cover;width:calc(100% + 60px);height:190px;margin:-30px -30px 24px}.portal-choice-card h2{margin:14px 0 12px;font-family:Zilla Slab,Georgia,serif;font-size:32px}.portal-choice-card p{min-height:96px;color:var(--portal-muted);margin:0;line-height:1.6}.portal-choice-card ul{gap:9px;margin:24px 0 30px;padding:0;list-style:none;display:grid}.portal-choice-card li{color:#344159;padding-left:20px;font-size:13px;line-height:1.4;position:relative}.portal-choice-card li:before{color:var(--portal-green);content:"✓";font-weight:900;position:absolute;left:0}.portal-choice-card>a{color:#fff;background:var(--portal-ink);border-radius:10px;justify-content:space-between;margin-top:auto;padding:12px 14px;font-size:14px;font-weight:850;text-decoration:none;display:flex}.portal-home-principle{background:var(--portal-line);border:1px solid var(--portal-line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1124px;margin:0 auto 80px;display:grid;overflow:hidden}.portal-home-principle div{background:#fff;gap:7px;padding:24px;display:grid}.portal-home-principle strong{font-family:Zilla Slab,Georgia,serif;font-size:20px}.portal-home-principle span{color:var(--portal-muted);font-size:13px;line-height:1.55}.portal-simple-footer{color:#b8c2d3;background:var(--portal-ink);flex-wrap:wrap;justify-content:center;gap:20px;padding:28px;font-size:12px;display:flex}.portal-simple-footer a{color:#fff;text-decoration:none}.portal-home-share{border:1px solid var(--portal-line);background:linear-gradient(135deg,#fff,#edf3ff);border-radius:24px;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:38px;max-width:1124px;margin:0 auto 54px;padding:34px;display:grid;box-shadow:0 18px 50px #101b3314}.portal-home-share h2,.portal-brand-kit h2{font:800 clamp(32px, 4vw, 46px)/1.04 var(--portal-display);letter-spacing:-.025em;margin:9px 0 11px}.portal-home-share p{color:var(--portal-muted);line-height:1.65}.portal-home-share>img{border-radius:18px;width:100%;box-shadow:0 18px 44px #101b332e}.portal-brand-kit{border:1px solid var(--portal-line);background:#fff;border-radius:24px;max-width:1124px;margin:0 auto 54px;padding:32px}.portal-brand-kit-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:24px;display:flex}.portal-brand-kit-heading>p{max-width:510px;color:var(--portal-muted);margin:0;line-height:1.6}.portal-brand-variant-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.portal-brand-variant-grid article{border:1px solid var(--portal-line);background:#f8f9fc;border-radius:15px;align-content:start;gap:7px;padding:14px;display:grid}.portal-brand-variant-grid article>div{background:#fff;border-radius:11px;place-items:center;min-height:126px;padding:18px;display:grid}.portal-brand-variant-grid article>div.is-monochrome{background:#f2efe7}.portal-brand-variant-grid img{object-fit:contain;width:100%;max-height:92px;display:block}.portal-brand-variant-grid article:nth-child(2) img{width:76px}.portal-brand-variant-grid strong{font-family:var(--portal-display);margin-top:5px;font-size:19px}.portal-brand-variant-grid span{min-height:38px;color:var(--portal-muted);font-size:12px;line-height:1.5}.portal-brand-variant-grid a{width:max-content;color:var(--portal-blue-dark);background:#fff;border:1px solid #b7c5dd;border-radius:8px;margin-top:5px;padding:8px 10px;font-size:12px;font-weight:850;text-decoration:none}.portal-home-footer{align-items:center}.portal-home-footer>img{object-fit:contain;filter:brightness(0)invert();opacity:.94;width:178px;height:36px}.student-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:66px;max-width:1180px;margin:0 auto;padding:88px 28px 72px;display:grid}.student-hero h1{max-width:680px;font-size:clamp(46px,6vw,72px)}.student-hero-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.student-hero-actions a,.student-hero-actions button,.publishing-hero button,.publishing-hero a{border:1px solid var(--portal-blue);border-radius:10px;padding:13px 18px;font-size:14px;font-weight:850;text-decoration:none}.student-hero-actions a,.publishing-hero button{color:#fff;background:var(--portal-blue)}.student-hero-actions button,.publishing-hero a{color:var(--portal-blue-dark);background:0 0}.student-hero-points{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.student-hero-points span{color:#39506e;border:1px solid var(--portal-line);background:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.student-dashboard-preview{color:#fff;background:var(--portal-ink);border:1px solid #30405e;border-radius:26px;padding:24px;transform:rotate(1deg);box-shadow:0 28px 70px #101b3338}.student-hero-photo{aspect-ratio:16/9;object-fit:cover;border-radius:18px;width:100%;margin-bottom:20px;display:block}.student-preview-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.student-preview-top span{font-family:Zilla Slab,Georgia,serif;font-size:24px;font-weight:700}.student-preview-top strong{color:var(--portal-gold);font-size:13px}.student-preview-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px;display:grid}.student-preview-grid div{background:#ffffff17;border-radius:12px;gap:5px;padding:14px;display:grid}.student-preview-grid small{color:#bec9dd;text-transform:uppercase;font-size:10px}.student-preview-grid strong{font-size:22px}.student-preview-class{justify-content:space-between;align-items:center;display:flex}.student-preview-class div{gap:4px;display:grid}.student-preview-class span{color:#c7d0df;font-size:13px}.student-preview-class b{color:var(--portal-gold);font-size:24px}.student-preview-progress,.mini-progress{background:#dfe5ef;border-radius:999px;height:7px;margin:12px 0;overflow:hidden}.student-preview-progress{background:#ffffff26}.student-preview-progress i,.mini-progress i{background:var(--portal-gold);border-radius:inherit;height:100%;display:block}.mini-progress i{background:var(--portal-blue)}.student-preview-note{color:#c7d0df;font-size:12px}.student-directory-shell{max-width:1240px;margin:0 auto;padding:0 28px 88px}.class-directory{border:1px solid var(--portal-line);background:#fff;border-radius:24px;padding:clamp(24px,4vw,44px);box-shadow:0 20px 55px #101b3314}.directory-heading{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.directory-heading h2,.student-section-heading h2,.student-life-explainer h2{margin:8px 0;font-family:Zilla Slab,Georgia,serif;font-size:clamp(30px,4vw,46px);line-height:1.08}.directory-heading p,.student-section-heading>p{max-width:720px;color:var(--portal-muted);margin:0;line-height:1.6}.demo-data-label{color:#735018;white-space:nowrap;background:#fff4d9;border:1px solid #efd595;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850}.directory-controls{grid-template-columns:.8fr 1.2fr;gap:12px;margin:28px 0 16px;display:grid}.directory-controls label,.portal-interest-form label,.dashboard-card label,.sensitive-access-card label{color:#3f4c63;gap:7px;font-size:12px;font-weight:800;display:grid}.directory-controls input,.directory-controls select,.portal-interest-form input,.portal-interest-form textarea,.dashboard-card input,.dashboard-card select,.dashboard-card textarea,.sensitive-access-card input{width:100%;color:var(--portal-ink);background:#fff;border:1px solid #cbd4e2;border-radius:10px;outline:none;padding:12px 13px}.directory-controls input:focus,.directory-controls select:focus,.portal-interest-form input:focus,.portal-interest-form textarea:focus,.dashboard-card input:focus,.dashboard-card select:focus,.dashboard-card textarea:focus,.sensitive-access-card input:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #1d4ed81f}.school-directory-summary{background:#f1f4f9;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.school-directory-summary div{gap:3px;display:grid}.school-directory-summary span{color:var(--portal-muted);font-size:11px}.directory-results{gap:10px;margin-top:14px;display:grid}.directory-course{border:1px solid var(--portal-line);border-radius:14px;grid-template-columns:120px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.course-code-tile{color:#fff;background:var(--portal-ink);border-radius:11px;align-content:center;gap:4px;min-height:76px;padding:12px;display:grid}.course-code-tile strong{color:var(--portal-gold);font-family:Zilla Slab,Georgia,serif;font-size:20px}.course-code-tile span{color:#c7d0df;font-size:10px}.directory-course h3{margin:0 0 6px;font-family:Zilla Slab,Georgia,serif;font-size:21px}.directory-course-copy>p{color:var(--portal-muted);margin:0 0 9px;font-size:13px;line-height:1.5}.directory-course-copy>div{flex-wrap:wrap;gap:7px;display:flex}.directory-course-copy>div span{color:#526179;background:#f1f4f9;border-radius:999px;padding:4px 7px;font-size:10px}.directory-course-action{justify-items:end;gap:10px;display:grid}.directory-course-action span{color:var(--portal-muted);font-size:11px}.directory-course-action button,.portal-interest-form>button,.student-pricing-grid button,.dashboard-card button,.sensitive-access-card button{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:850}.directory-empty{color:var(--portal-muted);text-align:center;padding:32px}.student-how-section,.student-feature-section,.student-pricing-section{max-width:1180px;margin:0 auto;padding:0 28px 90px}.student-section-heading{max-width:820px;margin-bottom:28px}.student-how-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.student-how-grid li,.student-feature-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:22px}.student-how-grid li>span,.student-feature-grid article>span{color:#fff;background:var(--portal-blue);border-radius:99px;place-items:center;width:34px;height:34px;margin-bottom:22px;font-size:11px;font-weight:900;display:grid}.student-how-grid strong{margin-bottom:8px;font-family:Zilla Slab,Georgia,serif;font-size:20px;display:block}.student-how-grid p,.student-feature-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.55}.student-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.student-feature-grid h3{margin:0 0 8px;font-family:Zilla Slab,Georgia,serif;font-size:22px}.student-feature-grid article>span{color:var(--portal-blue);background:#edf2ff}.student-story-section{max-width:1180px;margin:0 auto;padding:0 28px 90px}.student-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.student-story-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 16px 42px #101b3314}.student-story-grid img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.student-story-grid article>div{padding:24px}.student-story-grid article span{color:var(--portal-blue);letter-spacing:.11em;font-size:10px;font-weight:900}.student-story-grid h3{margin:9px 0 8px;font-family:Zilla Slab,Georgia,serif;font-size:26px;line-height:1.08}.student-story-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.6}.student-life-explainer{color:#fff;background:var(--portal-ink);border-radius:24px;grid-template-columns:1fr 1fr;gap:48px;max-width:1124px;margin:0 auto 90px;padding:46px;display:grid}.student-life-explainer h2{color:#fff}.student-life-explainer p{color:#c7d0df;line-height:1.7}.student-life-layers{gap:9px;display:grid}.student-life-layers article{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;gap:5px;padding:17px;display:grid}.student-life-layers strong{color:var(--portal-gold)}.student-life-layers span{color:#d3dbea;font-size:12px;line-height:1.5}.student-pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.student-pricing-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:17px;flex-direction:column;padding:24px;display:flex}.student-pricing-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:11px;font-weight:900}.student-pricing-grid article>strong{margin:12px 0;font-family:Zilla Slab,Georgia,serif;font-size:32px}.student-pricing-grid p{min-height:62px;color:var(--portal-muted);margin:0;line-height:1.5}.student-pricing-grid ul{color:#425067;gap:8px;margin:20px 0 26px;padding-left:18px;font-size:12px;display:grid}.student-pricing-grid button{margin-top:auto}.student-opportunity-section{grid-template-columns:1fr 1fr;gap:16px;max-width:1180px;margin:0 auto;padding:0 28px 90px;display:grid}.portal-interest-form{border:1px solid var(--portal-line);background:#fff;border-radius:20px;gap:13px;padding:28px;display:grid}.portal-interest-form h3{margin:0;font-family:Zilla Slab,Georgia,serif;font-size:28px}.portal-interest-form>p{color:var(--portal-muted);margin:0 0 5px;line-height:1.55}.interest-field-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.portal-form-notice{color:#315b42;background:#edf8f1;border:1px solid #b9dec6;border-radius:9px;padding:10px;font-size:11px;line-height:1.45}.portal-modal{z-index:100;background:#070d1cc2;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.portal-modal-card{background:#fff;border-radius:22px;width:min(100%,650px);padding:30px;position:relative;box-shadow:0 30px 90px #0000004d}.modal-close{border:0;border-radius:99px;width:34px;height:34px;font-size:22px;position:absolute;top:14px;right:14px}.portal-modal-card h2{margin:10px 40px 10px 0;font-family:Zilla Slab,Georgia,serif;font-size:34px}.portal-modal-card>p{color:var(--portal-muted);line-height:1.6}.portal-modal-card dl{grid-template-columns:1fr 1fr;gap:8px;margin:20px 0;display:grid}.portal-modal-card dl div{background:#f2f5f9;border-radius:9px;gap:4px;padding:11px;display:grid}.portal-modal-card dt{color:var(--portal-muted);text-transform:uppercase;font-size:10px;font-weight:800}.portal-modal-card dd{margin:0;font-weight:700}.class-preview-lock{color:#5e461d;background:#fff6df;border:1px solid #edd594;border-radius:10px;gap:4px;padding:14px;display:grid}.class-preview-lock span{font-size:12px;line-height:1.45}.portal-modal-primary{color:#fff;background:var(--portal-blue);border:0;border-radius:10px;width:100%;margin-top:14px;padding:12px;font-weight:850}.publishing-hero{text-align:center;max-width:1050px;margin:0 auto;padding:110px 28px 80px}.publishing-hero h1{max-width:none}.publishing-hero>p{margin:0 auto}.publishing-hero>div{justify-content:center;gap:10px;margin-top:28px;display:flex}.publishing-hero-image{border-radius:26px;max-width:920px;margin:48px auto 0;position:relative;overflow:hidden;box-shadow:0 28px 68px #101b332e}.publishing-hero-image>img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.publishing-hero-image figcaption{color:#fff;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101b33e6;border:1px solid #ffffff2e;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.publishing-hero-image figcaption strong{color:var(--portal-gold);font-family:Zilla Slab,Georgia,serif;font-size:20px}.publishing-hero-image figcaption span{color:#d7deeb;max-width:440px;font-size:12px;line-height:1.5}.publishing-path-grid,.publishing-audience-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:1180px;margin:0 auto;padding:0 28px 80px;display:grid}.publishing-path-grid article,.publishing-audience-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:25px}.publishing-path-grid article>span{color:#6b4aa5;font-family:ui-monospace,monospace;font-weight:900}.publishing-path-grid h2,.publishing-audience-grid h2{margin:22px 0 10px;font-family:Zilla Slab,Georgia,serif;font-size:24px}.publishing-path-grid p,.publishing-audience-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.6}.publishing-audience-grid{grid-template-columns:repeat(3,1fr)}.dashboard-topbar{z-index:60;border-bottom:1px solid var(--portal-line);background:#fff;justify-content:space-between;align-items:center;min-height:68px;padding:9px 22px;display:flex;position:sticky;top:0}.sample-workspace-badge{color:#6e511a;letter-spacing:.04em;text-transform:uppercase;background:#fff6dc;border:1px solid #ecd49a;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.dashboard-brand{background:0 0;border:0;padding:0}.dashboard-top-actions{gap:7px;display:flex}.dashboard-top-actions button{color:#40506a;border:1px solid var(--portal-line);background:#f1f4f9;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:800}.dashboard-top-actions button.primary{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.student-dashboard-shell{grid-template-columns:245px minmax(0,1fr);max-width:1440px;min-height:calc(100vh - 68px);margin:0 auto;display:grid}.student-dashboard-sidebar{border-right:1px solid var(--portal-line);background:#fff;align-self:start;min-height:calc(100vh - 68px);padding:24px 14px;position:sticky;top:68px}.student-sidebar-profile{border-bottom:1px solid var(--portal-line);align-items:center;gap:10px;padding:0 8px 20px;display:flex}.student-sidebar-profile>span{color:#fff;background:var(--portal-blue);border-radius:99px;place-items:center;width:42px;height:42px;font-family:Zilla Slab,Georgia,serif;font-size:20px;font-weight:700;display:grid}.student-sidebar-profile div{gap:3px;min-width:0;display:grid}.student-sidebar-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.student-sidebar-profile small{color:var(--portal-muted);font-size:10px}.student-dashboard-sidebar nav{gap:3px;padding:18px 0;display:grid}.student-dashboard-sidebar nav button{color:#526078;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;width:100%;padding:10px 11px;font-size:12px;font-weight:750;display:flex}.student-dashboard-sidebar nav button:hover,.student-dashboard-sidebar nav button.is-active{color:var(--portal-blue-dark);background:#edf2ff}.student-dashboard-sidebar nav i{color:#fff;background:var(--portal-red);border-radius:99px;place-items:center;width:20px;height:20px;font-size:10px;font-style:normal;display:grid}.sidebar-literacy-link,.professor-lock-summary{background:#fff7e3;border:1px solid #eed79f;border-radius:10px;gap:7px;margin:12px 4px;padding:14px;display:grid}.sidebar-literacy-link strong,.professor-lock-summary strong{font-size:12px}.sidebar-literacy-link span,.professor-lock-summary span{color:#6f6246;font-size:10px;line-height:1.45}.sidebar-literacy-link a{color:#75510f;font-size:10px;font-weight:850}.professor-lock-summary button{border:0;border-radius:7px;padding:7px;font-size:10px;font-weight:800}.student-dashboard-main{min-width:0;padding:26px}.student-panel-stack,.professor-panel-stack{gap:15px;display:grid}.student-welcome-card,.professor-welcome-card{color:#fff;background:var(--portal-ink);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex}.student-welcome-card>div:first-child>span,.professor-welcome-card>div>span{color:var(--portal-gold);letter-spacing:.12em;font-size:10px;font-weight:900}.student-welcome-card h1,.professor-welcome-card h1{margin:8px 0 5px;font-family:Zilla Slab,Georgia,serif;font-size:32px}.student-welcome-card p,.professor-welcome-card p{color:#c9d2e2;margin:0;font-size:13px}.student-streak{background:#ffffff14;border-radius:14px;justify-items:center;min-width:118px;padding:16px;display:grid}.student-streak strong{color:var(--portal-gold);font-size:34px}.student-streak span{color:#c9d2e2;font-size:10px}.professor-welcome-card>button{color:var(--portal-ink);background:var(--portal-gold);white-space:nowrap;border:0;border-radius:9px;padding:11px 14px;font-weight:850}.student-stat-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.student-stat-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:13px;gap:5px;padding:18px;display:grid}.student-stat-grid span{color:var(--portal-muted);text-transform:uppercase;font-size:10px;font-weight:800}.student-stat-grid strong{font-family:Zilla Slab,Georgia,serif;font-size:28px}.student-stat-grid small{color:var(--portal-muted);font-size:10px}.student-stat-grid button{color:var(--portal-blue);background:0 0;justify-self:start;padding:0;font-size:10px}.dashboard-card{border:1px solid var(--portal-line);background:#fff;border-radius:15px;padding:22px;box-shadow:0 8px 25px #101b3309}.dashboard-card h1,.dashboard-card h2{margin:6px 0 8px;font-family:Zilla Slab,Georgia,serif}.dashboard-card h1{font-size:30px}.dashboard-card h2{font-size:23px}.dashboard-card>p{color:var(--portal-muted);line-height:1.55}.dashboard-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.dashboard-card-heading h1,.dashboard-card-heading h2{margin:6px 0 4px}.dashboard-card-heading p{max-width:680px;color:var(--portal-muted);margin:0;font-size:12px;line-height:1.55}.dashboard-card-heading>a{color:var(--portal-blue);font-size:12px;font-weight:800}.student-class-list{display:grid}.student-class-list article{border-top:1px solid var(--portal-line);grid-template-columns:75px 1fr auto;align-items:center;gap:14px;padding:15px 0;display:grid}.student-class-list article:first-child{border-top:0}.class-list-code{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:12px;font-weight:900}.student-class-list article>div:nth-child(2){gap:3px;display:grid}.student-class-list article>div:nth-child(2)>span,.student-class-list article>div:last-child>span{color:var(--portal-muted);font-size:10px}.student-class-list article p{color:#47566f;margin:2px 0 0;font-size:11px}.student-class-list article .mini-progress{width:min(100%,390px);margin:5px 0 0}.student-class-list article>div:last-child{justify-items:end;gap:4px;display:grid}.student-dashboard-columns,.professor-dashboard-columns,.grade-calculator-grid,.student-message-layout,.student-social-layout{grid-template-columns:1fr 1fr;gap:15px;display:grid}.student-dashboard-columns .dashboard-card p{border-bottom:1px solid var(--portal-line);padding:10px 0;font-size:12px}.student-class-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.student-class-grid>article{border:1px solid var(--portal-line);background:#f8f9fc;border-radius:13px;padding:20px}.student-class-grid>article>span{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:11px;font-weight:900}.student-class-grid h2{margin:12px 0 5px;font-size:21px}.student-class-grid p{color:var(--portal-muted);margin:0;font-size:11px}.class-grade-line{justify-content:space-between;margin-top:18px;display:flex}.class-grade-line strong{font-size:24px}.class-grade-line span{color:var(--portal-muted);font-size:10px}.student-class-grid small{min-height:30px;color:var(--portal-muted);font-size:9px;line-height:1.5;display:block}.student-class-grid>article>button{width:100%;margin-top:12px}.protected-course-preview{background:#fff;border:1px solid #b9d5c5;border-radius:9px;gap:6px;margin-top:12px;padding:13px;display:grid}.protected-course-preview>span{color:var(--portal-green);font-size:9px;font-weight:900}.protected-course-preview p{line-height:1.45}.report-card-summary{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px;display:grid}.report-card-summary>div{background:#f2f5f9;border-radius:10px;gap:3px;padding:14px;display:grid}.report-card-summary span{color:var(--portal-muted);text-transform:uppercase;font-size:9px}.report-card-summary strong{font-size:23px}.report-card-summary small{color:var(--portal-muted);font-size:9px}.grade-table{border:1px solid var(--portal-line);border-radius:10px;overflow-x:auto}.grade-table-row{border-top:1px solid var(--portal-line);grid-template-columns:minmax(220px,1.8fr) 1fr .6fr .6fr .7fr;align-items:center;min-width:720px;padding:11px 13px;font-size:11px;display:grid}.grade-table-row:first-child{border-top:0}.grade-table-row.is-head{color:var(--portal-muted);text-transform:uppercase;background:#f1f4f9;font-size:9px;font-weight:850}.grade-table-row>span:first-child{gap:3px;display:grid}.grade-status{text-transform:capitalize;border-radius:999px;justify-self:start;padding:4px 7px;font-size:9px;font-weight:850}.grade-status.is-finalized{color:#21623e;background:#e5f5eb}.grade-status.is-pending{color:#76500b;background:#fff2d2}.grade-status.is-missing{color:#902f2f;background:#fde7e7}.report-share-box{background:#edf2ff;border:1px solid #bdccf4;border-radius:10px;gap:6px;margin-top:14px;padding:14px;display:grid}.report-share-box span{color:#52627d;font-size:11px}.report-share-box code{text-overflow:ellipsis;background:#fff;border-radius:6px;padding:8px;font-size:10px;overflow:hidden}.report-share-box button{background:var(--portal-red);justify-self:start}.grade-calculator-grid .dashboard-card{align-content:start;gap:11px;display:grid}.calculator-result{color:#fff;background:var(--portal-ink);border-radius:10px;justify-content:space-between;align-items:center;padding:14px;display:flex}.calculator-result span{font-size:11px}.calculator-result strong{color:var(--portal-gold);font-size:24px}.weight-row{grid-template-columns:120px 1fr 42px;align-items:center;gap:10px;font-size:11px;display:grid}.weight-row>div{background:#e3e8f0;border-radius:99px;height:7px;overflow:hidden}.weight-row i{background:var(--portal-blue);height:100%;display:block}.weight-row strong{text-align:right}.weight-note{color:var(--portal-muted);font-size:10px}.student-note-form{grid-template-columns:150px 1fr auto;align-items:end;gap:8px;display:grid}.student-note-list{gap:8px;margin-top:18px;display:grid}.student-note-list article{background:#f5f7fa;border-radius:10px;padding:14px;position:relative}.student-note-list span{color:var(--portal-blue);font-size:9px;font-weight:800}.student-note-list p{margin:8px 70px 0 0;font-size:12px;line-height:1.55}.student-note-list button{color:var(--portal-red);background:0 0;position:absolute;top:10px;right:10px}.student-life-dashboard{gap:15px;display:grid}.student-group-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.student-group-grid article{background:#f4f6fa;border-radius:11px;align-content:start;padding:16px;display:grid}.student-group-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:850}.student-group-grid h2{font-size:18px}.student-group-grid p{min-height:52px;color:var(--portal-muted);margin:0 0 10px;font-size:10px;line-height:1.45}.student-group-grid small{color:var(--portal-muted);font-size:9px}.student-group-grid button{margin-top:14px}.student-social-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:start}.student-post-form{border-bottom:1px solid var(--portal-line);gap:9px;padding-bottom:16px;display:grid}.student-post-form>div{justify-content:space-between;align-items:center;display:flex}.student-post-form select{width:auto}.student-post-form button{justify-self:end}.student-social-post{border-bottom:1px solid var(--portal-line);padding:16px 0}.student-social-post>div{gap:3px;display:grid}.student-social-post>div span{color:var(--portal-muted);font-size:9px}.student-social-post p{font-size:12px;line-height:1.6}.student-social-post footer{color:var(--portal-muted);gap:16px;font-size:10px;display:flex}.student-highlight-settings{gap:11px;display:grid}.student-highlight-settings label{grid-template-columns:none;align-items:flex-start;display:flex}.student-highlight-settings input{width:auto;margin-top:2px}.student-highlight-settings>p{color:var(--portal-muted);font-size:10px}.student-highlight-preview{background:#fff4d9;border-radius:9px;gap:3px;padding:12px;display:grid}.student-highlight-preview strong{font-size:12px}.student-highlight-preview span{color:#765b27;font-size:9px}.student-message-layout{grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);align-items:start}.device-message-thread{background:#f1f4f9;border-radius:10px;gap:8px;min-height:180px;margin:15px 0;padding:12px;display:grid}.device-message-thread>p{color:var(--portal-muted);text-align:center}.device-message-thread article{background:#fff;border-radius:8px;grid-template-columns:1fr auto;padding:10px;display:grid}.device-message-thread article span{color:var(--portal-muted);font-size:9px}.device-message-thread article p{grid-column:1/-1;margin-bottom:0;font-size:11px}.student-message-layout form{gap:8px;display:grid}.student-message-layout form button{justify-self:end}.message-sync-card{gap:10px;display:grid}.message-sync-card>strong{color:var(--portal-blue)}.student-page-builder{grid-template-columns:minmax(0,.8fr) minmax(330px,1.2fr);align-items:start;gap:15px;display:grid}.student-page-builder>.dashboard-card{gap:11px;display:grid}.page-upgrade-row{background:#fff4d9;border-radius:8px;gap:4px;padding:12px;display:grid}.page-upgrade-row span{color:#7a5514;text-transform:uppercase;font-size:9px;font-weight:900}.page-upgrade-row strong{font-size:10px;line-height:1.45}.student-public-page,.professor-public-page{border:1px solid var(--portal-line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #101b331a}.student-page-cover{color:#fff;background:var(--portal-blue-dark);padding:35px}.student-page-cover>span,.professor-public-page>span{color:var(--portal-gold);letter-spacing:.1em;font-size:9px;font-weight:900}.student-page-cover h2,.professor-public-page h2{margin:10px 0;font-family:Zilla Slab,Georgia,serif;font-size:36px}.student-page-cover p{color:#d6deec;line-height:1.6}.student-page-stats{grid-template-columns:repeat(3,1fr);display:grid}.student-page-stats div{text-align:center;border-right:1px solid var(--portal-line);gap:4px;padding:18px;display:grid}.student-page-stats div:last-child{border-right:0}.student-page-stats strong{font-size:22px}.student-page-stats span{color:var(--portal-muted);font-size:9px}.student-public-page article{border-top:1px solid var(--portal-line);padding:22px}.student-public-page article h3{margin:8px 0 0;font-family:Zilla Slab,Georgia,serif}.student-public-page article p{color:var(--portal-muted);font-size:10px}.opportunity-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.opportunity-grid article{background:#f4f6fa;border-radius:11px;padding:17px}.opportunity-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:850}.opportunity-grid h2{font-size:20px}.opportunity-grid p{min-height:48px;color:var(--portal-muted);font-size:11px;line-height:1.5}.legacy-card{color:#fff;background:var(--portal-ink);justify-content:space-between;align-items:center;gap:25px;display:flex}.legacy-card h2{color:#fff}.legacy-card p{color:#c9d2e2;margin-bottom:0}.legacy-card button{color:var(--portal-ink);background:var(--portal-gold);white-space:nowrap}.dashboard-tour-backdrop{z-index:1000;background:#070d1cbf;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dashboard-tour-card{background:#fff;border-radius:18px;width:min(100%,440px);padding:28px;box-shadow:0 30px 90px #00000059}.dashboard-tour-card>span{color:var(--portal-blue);letter-spacing:.12em;font-size:10px;font-weight:900}.dashboard-tour-card h2{margin:10px 0;font-family:Zilla Slab,Georgia,serif;font-size:30px}.dashboard-tour-card p{color:var(--portal-muted);line-height:1.6}.dashboard-tour-card>div{justify-content:space-between;display:flex}.dashboard-tour-card button{border:0;border-radius:8px;padding:10px 14px;font-weight:800}.dashboard-tour-card button:last-child{color:#fff;background:var(--portal-blue)}.professor-sidebar .student-sidebar-profile>span{color:var(--portal-ink);background:var(--portal-gold)}.professor-lock-summary{border-color:var(--portal-line);background:#f2f4f8}.professor-lock-summary span{color:var(--portal-muted)}.professor-alert-row{border-top:1px solid var(--portal-line);justify-content:space-between;padding:10px 0;font-size:11px;display:flex}.professor-alert-row strong{color:var(--portal-amber)}.professor-class-grid{gap:10px;display:grid}.professor-class-grid article{border:1px solid var(--portal-line);background:#f6f8fb;border-radius:11px;grid-template-columns:1fr auto;gap:16px;padding:18px;display:grid}.professor-class-grid article>div:first-child{gap:4px;display:grid}.professor-class-grid article>div:first-child>span{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:10px;font-weight:900}.professor-class-grid article>div:first-child>strong{font-family:Zilla Slab,Georgia,serif;font-size:20px}.professor-class-grid small{color:var(--portal-muted);font-size:9px}.professor-class-status{justify-items:end;gap:7px;display:grid}.professor-class-status>span{border-radius:99px;padding:4px 7px;font-size:9px;font-weight:850}.professor-class-status .is-live{color:var(--portal-green);background:#e3f2e8}.professor-class-status .is-draft{color:var(--portal-muted);background:#e7eaf0}.professor-class-status label{align-items:center;display:flex}.professor-class-status input{width:auto}.professor-class-grid footer{border-top:1px solid var(--portal-line);grid-column:1/-1;gap:8px;padding-top:10px;display:flex}.professor-class-grid footer a{color:var(--portal-blue);border:1px solid var(--portal-blue);border-radius:8px;padding:9px 12px;font-size:11px;font-weight:800;text-decoration:none}.class-publishing-note{color:#5f4b25;background:#fff6df;border-radius:9px;gap:4px;margin-top:14px;padding:13px;display:grid}.class-publishing-note span{font-size:10px;line-height:1.5}.sensitive-access-card{border:1px solid var(--portal-line);background:#fff;border-radius:18px;max-width:620px;margin:60px auto;padding:32px;box-shadow:0 20px 65px #101b331f}.sensitive-access-card h1{margin:9px 0;font-family:Zilla Slab,Georgia,serif;font-size:34px}.sensitive-access-card>p{color:var(--portal-muted);line-height:1.6}.sensitive-access-card form{gap:12px;margin-top:20px;display:grid}.sensitive-access-card form>div{color:var(--portal-red);background:#fdeaea;border-radius:8px;padding:10px;font-size:11px}.roster-import-layout{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.roster-import-layout>div{gap:10px;display:grid}.auto-assign-check{align-items:flex-start;display:flex!important}.auto-assign-check input{width:auto}.roster-import-layout aside{background:#f2f5f9;border-radius:10px;padding:17px}.roster-import-layout aside>*{margin-bottom:10px;display:block}.roster-import-layout aside code{background:#fff;border-radius:6px;padding:8px;font-size:10px}.roster-import-layout aside p,.roster-import-layout aside span{color:var(--portal-muted);font-size:10px;line-height:1.5}.roster-table{border:1px solid var(--portal-line);border-radius:10px;overflow-x:auto}.roster-row{border-top:1px solid var(--portal-line);grid-template-columns:1.3fr .8fr 1fr 1.2fr .7fr .7fr;align-items:center;min-width:850px;padding:10px 12px;font-size:10px;display:grid}.roster-row:first-child{border-top:0}.roster-row.is-head{color:var(--portal-muted);text-transform:uppercase;background:#f1f4f9;font-size:8px;font-weight:900}.roster-row>span:first-child{gap:3px;display:grid}.roster-row small{color:var(--portal-muted);font-size:8px}.roster-status{border-radius:99px;justify-self:start;padding:4px 7px;font-weight:800}.roster-status.is-approved{color:var(--portal-green);background:#e3f2e8}.roster-status.is-pending{color:var(--portal-amber);background:#fff1cf}.professor-grade-table .grade-table-row{grid-template-columns:1.3fr 1.2fr .55fr .65fr .8fr}.professor-grade-table input,.professor-grade-table select{max-width:110px;padding:7px}.publish-grade-button{margin-top:14px}.professor-announcement-form{gap:11px;max-width:780px;display:grid}.professor-announcement-form button{justify-self:start}.professor-announcement-list{gap:8px;margin-top:20px;display:grid}.professor-announcement-list article{background:#f3f5f8;border-radius:9px;padding:14px}.professor-announcement-list span{color:var(--portal-blue);font-size:9px;font-weight:850}.professor-announcement-list p{font-size:12px;line-height:1.55}.professor-announcement-list small{color:var(--portal-muted);font-size:8px}.professor-profile-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:15px;display:grid}.professor-profile-layout>.dashboard-card{gap:11px;display:grid}.professor-public-page{color:#fff;background:var(--portal-ink);padding:34px}.professor-public-page p{color:#c9d2e2;line-height:1.6}.professor-public-page>div{background:#ffffff17;border-radius:10px;gap:3px;width:120px;margin:22px 0;padding:14px;display:grid}.professor-public-page>div strong{color:var(--portal-gold);font-size:24px}.professor-public-page>div span{color:#c9d2e2;font-size:9px}.professor-public-page article{border-top:1px solid #ffffff24;gap:4px;padding:14px 0;display:grid}.professor-public-page article span{color:#c9d2e2;font-size:10px}.professor-plan-strip{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.professor-plan-strip article{border:1px solid var(--portal-line);background:#fff;border-radius:11px;padding:17px}.professor-plan-strip span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:900;display:block}.professor-plan-strip strong{margin:7px 0;font-family:Zilla Slab,Georgia,serif;font-size:21px;display:block}.professor-plan-strip p{color:var(--portal-muted);margin:0;font-size:10px;line-height:1.45}.security-setting-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.security-setting-grid article{background:#f3f5f8;border-radius:10px;gap:8px;padding:17px;display:grid}.security-setting-grid article>span{color:var(--portal-muted);font-size:10px;line-height:1.5}.security-setting-grid .is-on{color:var(--portal-green)}.security-setting-grid .is-off{color:var(--portal-red)}@media (width<=1050px){.portal-nav{grid-template-columns:1fr auto}.portal-nav nav{flex-wrap:wrap;order:3;grid-area:2/1/auto/-1;padding-bottom:5px}.portal-choice-grid,.student-feature-grid,.student-pricing-grid{grid-template-columns:1fr 1fr}.portal-choice-card:last-child,.student-pricing-grid article:last-child{grid-column:1/-1}.student-how-grid{grid-template-columns:1fr 1fr}.directory-course{grid-template-columns:100px 1fr}.directory-course-action{grid-column:1/-1;grid-template-columns:1fr auto;place-items:center start}.student-class-grid,.student-stat-grid{grid-template-columns:1fr 1fr}.student-page-builder,.professor-profile-layout{grid-template-columns:1fr}.professor-plan-strip{grid-column:1}}@media (width<=780px){.portal-nav{grid-template-columns:1fr;gap:10px;position:static}.portal-nav-action{justify-self:stretch}.portal-nav nav{flex-wrap:nowrap;grid-area:auto/1;justify-content:flex-start;overflow-x:auto}.portal-choice-hero,.student-hero{grid-template-columns:1fr;padding-top:58px}.portal-choice-grid,.portal-home-principle,.student-feature-grid,.student-pricing-grid,.student-opportunity-section,.student-story-grid,.student-life-explainer,.publishing-path-grid,.publishing-audience-grid{grid-template-columns:1fr}.portal-choice-card:last-child,.student-pricing-grid article:last-child{grid-column:1}.portal-home-principle{margin-left:20px;margin-right:20px}.student-dashboard-preview{transform:none}.directory-controls,.directory-course,.student-how-grid,.interest-field-grid,.portal-modal-card dl{grid-template-columns:1fr}.course-code-tile{min-height:auto}.student-life-explainer{margin-left:20px;margin-right:20px;padding:28px}.publishing-hero>div{flex-direction:column}.publishing-hero-image figcaption{border-radius:0;flex-direction:column;align-items:flex-start;position:static}.dashboard-topbar{align-items:flex-start;position:static}.dashboard-top-actions{flex-wrap:wrap;justify-content:flex-end}.student-dashboard-shell{grid-template-columns:1fr}.student-dashboard-sidebar{border-right:0;border-bottom:1px solid var(--portal-line);min-height:auto;position:static}.student-dashboard-sidebar nav{grid-template-columns:repeat(4,minmax(120px,1fr));overflow-x:auto}.sidebar-literacy-link,.professor-lock-summary{display:none}.student-dashboard-main{padding:16px}.student-dashboard-columns,.professor-dashboard-columns,.grade-calculator-grid,.student-message-layout,.student-social-layout,.roster-import-layout{grid-template-columns:1fr}.student-class-list article{grid-template-columns:65px 1fr}.student-class-list article>div:last-child{grid-column:2;justify-items:start}.student-note-form{grid-template-columns:1fr}.student-note-form button{justify-self:start}.student-group-grid,.student-class-grid,.professor-plan-strip,.security-setting-grid{grid-template-columns:1fr}.report-card-summary{grid-template-columns:1fr 1fr}.professor-class-grid article{grid-template-columns:1fr}.professor-class-status{justify-items:start}}@media (width<=520px){.portal-choice-copy h1,.student-hero h1,.publishing-hero h1{font-size:42px}.portal-choice-grid,.student-how-section,.student-feature-section,.student-pricing-section,.student-directory-shell,.student-opportunity-section,.student-story-section{padding-left:16px;padding-right:16px}.student-stat-grid,.report-card-summary,.opportunity-grid{grid-template-columns:1fr}.student-welcome-card,.professor-welcome-card,.legacy-card{flex-direction:column;align-items:flex-start}.student-preview-grid{grid-template-columns:1fr}.student-dashboard-sidebar nav{grid-template-columns:repeat(2,1fr)}.dashboard-topbar{flex-direction:column}.dashboard-top-actions{justify-content:flex-start}.dashboard-card-heading{flex-direction:column}.weight-row{grid-template-columns:90px 1fr 38px}}@media (prefers-reduced-motion:reduce){.student-dashboard-preview{transform:none}}.student-audience-page{background:linear-gradient(145deg,#f7f2e7 0%,#edf5ff 55%,#fff 100%);min-height:100vh}.student-audience-main{width:min(1120px,100% - 40px);margin:0 auto;padding:90px 0 70px}.student-audience-heading{max-width:820px}.student-audience-heading h1{font:800 clamp(44px, 7vw, 78px)/.98 var(--portal-display);letter-spacing:-.045em;margin:12px 0 18px}.student-audience-heading p{max-width:720px;color:var(--portal-muted);font-size:18px;line-height:1.7}.student-audience-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:42px;display:grid}.student-audience-card{border:1px solid var(--portal-line);background:#ffffffeb;border-radius:28px;padding:34px;box-shadow:0 24px 60px #16243d1a}.student-audience-card.is-k12{background:linear-gradient(145deg,#fff8df,#e9f9f5);border-color:#d6b950}.student-audience-card>span{color:var(--portal-blue);letter-spacing:.15em;font-weight:900}.student-audience-card h2{font:800 34px/1.05 var(--portal-display);margin:14px 0 8px}.student-audience-card p,.student-audience-card li{color:var(--portal-muted);line-height:1.6}.student-audience-card ul{min-height:92px;padding-left:20px}.student-audience-card a{background:var(--portal-ink);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;margin-top:24px;padding:14px 16px;font-weight:800;text-decoration:none;display:flex}.student-continuity-card{border:1px solid var(--portal-line);background:#fff;border-radius:22px;grid-template-columns:auto 1fr;align-items:center;gap:22px;margin-top:24px;padding:24px 28px;display:grid}.student-continuity-card div{gap:5px;display:grid}.student-continuity-card span{color:var(--portal-muted);line-height:1.55}.university-finder{color:#fff;background:linear-gradient(135deg,#172b4d,#245397);border-radius:24px;grid-template-columns:1fr 1fr;gap:28px;padding:28px;display:grid}.university-finder h2{font:800 34px/1.05 var(--portal-display);margin:8px 0}.university-finder p{opacity:.82;line-height:1.55}.university-finder label{align-content:start;gap:8px;font-weight:800;display:grid}.university-finder input{font:inherit;border:0;border-radius:12px;padding:13px 14px}.university-finder-results{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.university-finder-results a{color:var(--portal-ink);background:#fff;border-radius:14px;gap:4px;padding:16px;text-decoration:none;display:grid}.university-finder-results span{color:var(--portal-muted);font-size:13px}.student-landing-page.is-k12{--portal-blue:#256b66;background:#fffdf7}.student-landing-page.is-k12 .student-hero{background:linear-gradient(150deg,#fff4bd 0%,#e2f6f1 55%,#e9efff 100%)}.student-landing-page.is-k12 .student-hero-copy h1{color:#183a45}.k12-student-hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:18px;width:100%;margin-bottom:18px}.student-dashboard-page.is-k12 .student-dashboard-sidebar{background:linear-gradient(#143944,#1c5654)}.student-welcome-card.is-k12{background:linear-gradient(135deg,#225b60,#2f7a69)}.student-transfer-card{background:linear-gradient(135deg,#fff8dd,#edf9f5);border-color:#d7b74b;grid-column:1/-1}.educator-verification-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;width:max-content;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.educator-verification-badge.is-approved,.educator-verification-badge.is-verified{color:#1d6237;background:#e4f5e8}.educator-verification-badge.is-pending{color:#805a00;background:#fff3cf}.educator-verification-badge.is-unverified,.educator-verification-badge.is-rejected{color:#5c6573;background:#edf0f4}.verification-panel form{gap:18px;margin-top:24px;display:grid}.verification-panel form>label{gap:8px;font-weight:800;display:grid}.verification-panel input,.verification-panel select{border:1px solid var(--portal-line);font:inherit;border-radius:10px;padding:12px}.verification-panel small{color:var(--portal-muted);font-weight:500}.portal-form-error{color:#982d2d;background:#fff0f0;border-radius:10px;padding:12px 14px}.attendance-controls{grid-template-columns:1fr 1fr;gap:16px;margin:22px 0;display:grid}.attendance-controls label{gap:7px;font-weight:800;display:grid}.attendance-controls select,.attendance-controls input,.attendance-list select{border:1px solid var(--portal-line);font:inherit;background:#fff;border-radius:10px;padding:10px 12px}.attendance-list{border:1px solid var(--portal-line);border-radius:14px;display:grid;overflow:hidden}.attendance-list>div{border-bottom:1px solid var(--portal-line);justify-content:space-between;align-items:center;gap:20px;padding:13px 15px;display:flex}.attendance-list>div:last-child{border-bottom:0}.sis-integration-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.sis-integration-grid .is-disabled{color:#68758a;background:#f2f4f7;border-style:dashed}.sis-integration-grid .is-disabled button{cursor:not-allowed;filter:grayscale();opacity:.55}.platform-admin-page{min-height:100vh;color:var(--portal-ink);background:#f4f6fa}.platform-admin-main{width:min(1180px,100% - 40px);margin:0 auto;padding:48px 0 80px}.admin-hero{max-width:820px;margin-bottom:28px}.admin-hero h1{font:800 clamp(40px, 6vw, 66px)/1 var(--portal-display);margin:10px 0}.admin-hero p{color:var(--portal-muted);font-size:17px;line-height:1.65}.admin-stat-grid{margin-bottom:24px}.admin-division-tabs{gap:10px;margin-bottom:24px;display:flex}.admin-division-tabs button{border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#fff;border-radius:999px;padding:11px 16px;font-weight:800}.admin-division-tabs button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-verification-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.admin-verification-card{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:20px}.admin-verification-card header{justify-content:space-between;gap:18px;display:flex}.admin-verification-card header span{color:var(--portal-blue);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.admin-verification-card h3{margin:6px 0 3px}.admin-verification-card dl{gap:8px;margin:20px 0;display:grid}.admin-verification-card dl div{grid-template-columns:120px 1fr;gap:10px;display:grid}.admin-verification-card dt{color:var(--portal-muted)}.admin-verification-card dd{margin:0;font-weight:750}.admin-verification-card footer{justify-content:flex-end;gap:10px;display:flex}.admin-verification-card footer button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;padding:10px 13px;font-weight:800}.admin-verification-card footer button.primary{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-empty-state{text-align:center;border:1px dashed var(--portal-line);border-radius:16px;padding:35px}@media (width<=780px){.student-audience-grid,.university-finder,.sis-integration-grid,.admin-verification-grid,.student-continuity-card{grid-template-columns:1fr}.university-finder-results{grid-column:1;grid-template-columns:1fr}.attendance-controls{grid-template-columns:1fr}}.assignment-template-workspace{gap:20px;display:grid}.assignment-template-hero{color:#fff;background:linear-gradient(135deg,#172b4d,#2b5c9d 62%,#327b77);justify-content:space-between;align-items:end;gap:30px;display:flex}.assignment-template-hero>div{max-width:720px}.assignment-template-hero h1{font:800 clamp(34px, 5vw, 56px)/1 var(--portal-display);letter-spacing:-.035em;margin:8px 0 10px}.assignment-template-hero p{opacity:.85;margin-bottom:0;font-size:16px;line-height:1.6}.assignment-template-hero label{flex:0 0 min(330px,100%);gap:8px;font-weight:850;display:grid}.assignment-template-hero select{width:100%;color:var(--portal-ink);font:inherit;background:#fff;border:1px solid #ffffff40;border-radius:11px;padding:12px 13px}.template-library{border:1px solid var(--portal-line);background:#fff;border-radius:20px;padding:24px}.template-library>div:last-child{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.template-library>div:last-child>button{text-align:left;border:1px solid var(--portal-line);min-height:130px;color:var(--portal-ink);cursor:pointer;background:#f8f9fb;border-radius:14px;gap:7px;padding:17px;display:grid}.template-library>div:last-child>button:hover,.template-library>div:last-child>button.is-active{border-color:var(--portal-blue);background:#eef4ff;box-shadow:0 0 0 2px #24539714}.template-library button>span{color:var(--portal-blue);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900}.template-library button>strong{font-size:16px}.template-library button>small{color:var(--portal-muted);line-height:1.45}.assignment-template-builder{grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);align-items:start;gap:20px;display:grid}.template-details-card{gap:16px;display:grid;position:sticky;top:88px}.template-details-card h2,.template-section-builder h2{font:800 28px/1.08 var(--portal-display);margin:7px 0}.template-details-card>p{color:var(--portal-muted);margin:0 0 6px;line-height:1.55}.template-details-card>label,.template-section-card>label{gap:7px;font-weight:800;display:grid}.template-details-card input,.template-details-card textarea,.template-section-card input,.template-section-card textarea,.template-add-control select{box-sizing:border-box;border:1px solid var(--portal-line);width:100%;font:inherit;resize:vertical;background:#fff;border-radius:10px;padding:11px 12px}.template-option-grid{gap:10px;padding-top:4px;display:grid}.template-option-grid label{color:var(--portal-muted);align-items:center;gap:9px;font-size:13px;font-weight:750;display:flex}.template-section-builder{min-width:0}.template-add-control{gap:8px;display:flex}.template-add-control select{width:auto}.template-section-list{gap:14px;margin-top:20px;display:grid}.template-section-card{border:1px solid var(--portal-line);background:#f9fafc;border-radius:14px;gap:13px;padding:18px;display:grid}.template-section-card>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.template-section-card>header>span{color:var(--portal-blue);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.template-section-card>header>div{gap:6px;display:flex}.template-section-card>header button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:8px;padding:6px 8px}.template-section-card>header button:disabled{opacity:.35;cursor:not-allowed}.template-section-options{align-items:center;gap:18px;display:flex}.template-section-options label{color:var(--portal-muted);align-items:center;gap:7px;font-size:13px;font-weight:750;display:flex}.template-section-options label:last-child input{width:90px}.template-builder-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.template-builder-actions button,.template-add-control button,.template-library .dashboard-card-heading>button{border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#fff;border-radius:10px;padding:10px 13px;font-weight:800}.template-builder-actions button.primary,.template-add-control button{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.template-preview-overlay{z-index:19000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1628b8;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.template-preview-overlay>div{background:#f7f8fb;border-radius:22px;width:min(820px,100%);max-height:calc(100vh - 56px);padding:28px;overflow:auto;box-shadow:0 35px 100px #0000004d}.template-preview-overlay>div>header{justify-content:space-between;align-items:center;display:flex}.template-preview-overlay>div>header button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 12px}.student-assignment-list{gap:14px;display:grid}.student-assignment-list>article{grid-template-columns:minmax(0,1.3fr) minmax(230px,.7fr) auto;align-items:center;gap:25px;display:grid}.student-assignment-list article>div>span{color:var(--portal-blue);letter-spacing:.1em;font-size:11px;font-weight:900}.student-assignment-list article>div>strong{margin:7px 0;font-size:20px;display:block}.student-assignment-list article p{color:var(--portal-muted);margin:0;line-height:1.5}.student-assignment-list article ul{color:var(--portal-muted);margin:0;padding-left:20px;line-height:1.8}.student-assignment-list article>button{white-space:nowrap;color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;padding:12px 15px;font-weight:850}.student-assignment-workspace{gap:20px;display:grid}.student-assignment-workspace>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.student-assignment-workspace>header button{color:var(--portal-blue);cursor:pointer;background:0 0;border:0;font-weight:850}.student-assignment-workspace>header div{align-items:center;gap:10px;display:flex}.student-assignment-workspace>header span{color:#725200;text-transform:uppercase;background:#fff1c4;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.student-assignment-workspace>header strong{color:var(--portal-muted);font-size:12px}.assignment-student-heading{color:#fff;background:linear-gradient(135deg,#172b4d,#245397);border-radius:20px;padding:28px}.assignment-student-heading h1{font:800 clamp(34px, 5vw, 52px)/1 var(--portal-display);margin:8px 0}.assignment-student-heading p{opacity:.84;max-width:760px;line-height:1.6}.assignment-student-heading>div{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.assignment-student-heading>div span{background:#ffffff1f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750}.assignment-response-layout{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start;gap:18px;display:grid}.assignment-response-layout>aside{gap:14px;display:grid;position:sticky;top:88px}.assignment-response-layout>aside section{gap:10px;display:grid}.assignment-response-layout>aside h2{font:800 25px/1.08 var(--portal-display);margin:5px 0 0}.assignment-response-layout>aside p,.assignment-response-layout>aside small{color:var(--portal-muted);line-height:1.55}.assignment-response-layout>aside button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;width:100%;padding:11px 13px;font-weight:800}.assignment-response-layout>aside button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.guided-answer-fields{gap:24px;display:grid}.guided-answer-fields>h2{border-bottom:2px solid var(--portal-ink);font:800 27px/1.1 var(--portal-display);padding:14px 0 4px}.guided-answer-fields>section{gap:8px;display:grid}.guided-answer-fields>section>div{align-items:baseline;gap:10px;display:flex}.guided-answer-fields>section>div span{color:var(--portal-blue);font-size:11px;font-weight:900}.guided-answer-fields h3{margin:0;font-size:17px}.guided-answer-fields h3 sup{color:#a33a3a;text-transform:uppercase;margin-left:6px;font-size:9px}.guided-answer-fields p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.5}.guided-answer-fields input,.guided-answer-fields textarea{box-sizing:border-box;width:100%;color:var(--portal-ink);font:500 15px/1.6 var(--portal-sans);resize:vertical;background:#fff;border:1px solid #c9d2e1;border-radius:11px;padding:13px 14px}.guided-answer-fields input:focus,.guided-answer-fields textarea:focus{border-color:var(--portal-blue);outline:3px solid #24539721}.guided-answer-fields small{color:var(--portal-muted);justify-self:end}.student-assignment-actions{justify-content:flex-end;gap:10px;display:flex}.student-assignment-actions button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;padding:12px 16px;font-weight:850}.student-assignment-actions button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.student-assignment-actions button:disabled{opacity:.55;cursor:not-allowed}.assignment-editor-overlay{z-index:22000;background:#e9edf3;position:fixed;inset:0}.assignment-full-editor{color:#17233b;background:#eef1f5;grid-template-rows:auto auto auto 1fr auto;width:100%;height:100vh;display:grid}.assignment-full-editor:fullscreen{height:100vh}.assignment-full-editor>header{background:#fff;border-bottom:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:20px;padding:14px 22px;display:flex}.assignment-full-editor>header h1{font:800 clamp(20px, 3vw, 30px)/1.08 var(--portal-display);margin:3px 0 0}.assignment-editor-header-actions{align-items:center;gap:8px;display:flex}.assignment-editor-header-actions button,.assignment-full-editor>footer button{color:#17233b;cursor:pointer;background:#fff;border:1px solid #cbd3df;border-radius:9px;padding:9px 12px;font-weight:800}.editor-save-state{color:#25613d;background:#e6f5e9;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.editor-save-state.is-submitted{color:#245397;background:#e6efff}.assignment-editor-toolbar{background:#f8f9fb;border-bottom:1px solid #d4dae4;align-items:stretch;gap:4px;padding:8px 22px;display:flex;overflow-x:auto}.assignment-editor-toolbar button{color:#28364e;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:auto auto;align-items:center;gap:6px;min-width:max-content;padding:7px 10px;display:grid}.assignment-editor-toolbar button:hover{background:#fff;border-color:#cbd3df}.assignment-editor-toolbar button span{color:#6c7788;font-size:11px}.spellcheck-indicator{color:#25613d;white-space:nowrap;background:#e5f4e9;border-radius:999px;align-self:center;margin-left:auto;padding:6px 9px;font-size:11px;font-weight:850}.assignment-editor-page{min-height:0;padding:35px 20px 70px;overflow:auto}.assignment-content-editor{box-sizing:border-box;color:#20283a;background:#fff;outline:none;width:min(760px,100% - 40px);min-height:max(720px,100vh - 260px);margin:0 auto;padding:68px 72px;font:400 16px/1.75 Georgia,Times New Roman,serif;box-shadow:0 12px 35px #1c273a1f}.assignment-content-editor:focus{box-shadow:0 0 0 3px #24539721,0 12px 35px #1c273a1f}.assignment-content-editor:empty:before{color:#949dad;content:attr(data-placeholder);pointer-events:none}.assignment-content-editor h1,.assignment-content-editor h2,.assignment-content-editor h3{font-family:var(--portal-display);line-height:1.18}.assignment-full-editor>footer{background:#fff;border-top:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:18px;padding:11px 22px;display:flex}.assignment-full-editor>footer>span{color:#657187;font-size:12px;font-weight:800}.assignment-full-editor>footer>div{align-items:center;gap:8px;display:flex}.assignment-full-editor>footer button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.assignment-full-editor>footer button:disabled{opacity:.45;cursor:not-allowed}.editor-export-error{color:#9d2d2d;max-width:240px;font-size:11px}.assignment-editor-guided-page{background:linear-gradient(135deg,#eef1f5,#f8f3e9);grid-row:2/-1;padding:clamp(22px,4vw,54px);overflow:auto}.assignment-editor-guided-page>.assignment-student-heading,.assignment-editor-guided-page>.guided-answer-fields{width:min(920px,100%);margin-inline:auto}.assignment-editor-guided-page>.guided-answer-fields{background:#fff;border:1px solid #d4dae4;border-radius:18px;padding:24px;box-shadow:0 18px 50px #1c273a1a}@media (width<=900px){.assignment-template-builder,.assignment-response-layout{grid-template-columns:1fr}.template-details-card,.assignment-response-layout>aside{position:static}.template-library>div:last-child{grid-template-columns:1fr 1fr}.student-assignment-list>article{grid-template-columns:1fr}}@media (width<=620px){.assignment-template-hero{flex-direction:column;align-items:stretch}.assignment-template-hero label{flex-basis:auto}.template-library>div:last-child{grid-template-columns:1fr}.template-section-card>header,.student-assignment-workspace>header,.assignment-full-editor>header,.assignment-full-editor>footer{flex-direction:column;align-items:flex-start}.template-add-control,.template-builder-actions,.assignment-editor-header-actions,.assignment-full-editor>footer>div{flex-wrap:wrap;width:100%}.template-add-control select{flex:1;min-width:0}.assignment-content-editor{width:calc(100% - 20px);min-height:calc(100vh - 250px);padding:35px 28px}.assignment-editor-page{padding:14px 0 40px}.assignment-full-editor>footer{gap:8px}}.account-bubble{z-index:10000;color:#fff;opacity:.58;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161f3161;border:1px solid #ffffff40;border-radius:12px;align-items:center;gap:8px;max-width:min(300px,100vw - 24px);padding:6px 7px 6px 10px;font-family:Inter,system-ui,sans-serif;transition:opacity .18s,background .18s,box-shadow .18s;display:flex;position:fixed;bottom:12px;right:12px;box-shadow:0 8px 24px #0000001a}.account-bubble:hover,.account-bubble:focus-within{opacity:1;background:#161f31f0;box-shadow:0 12px 35px #00000038}.account-bubble-details{max-width:150px}.account-bubble button{font-size:11px;padding:6px 8px!important}.paid-services-coming{background:#f7f9fc;border:1px dashed #b8c4d6;border-radius:17px;justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding:20px 22px;display:flex}.paid-services-coming h3{font:800 25px/1.1 var(--portal-display);margin:5px 0}.paid-services-coming p{min-height:0;margin:0}.paid-services-coming button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;flex:none;padding:12px 15px;font-weight:850}.student-share-section{border:1px solid var(--portal-line);background:linear-gradient(135deg,#fff,#edf4ff);border-radius:26px;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:center;gap:35px;max-width:1180px;margin:0 auto 90px;padding:28px;display:grid}.student-share-section>img{border-radius:18px;width:100%;box-shadow:0 18px 45px #172b4d2e}.student-share-section h2{font:800 clamp(32px, 4vw, 48px)/1 var(--portal-display);margin:8px 0 12px}.student-share-section p{color:var(--portal-muted);line-height:1.65}.share-ednotebook-button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;padding:12px 15px;font-weight:850}.share-ednotebook-overlay{z-index:21000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070d1cc7;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:auto}.share-ednotebook-modal{width:min(720px,100%);max-height:calc(100vh - 40px);color:var(--portal-ink);background:#fff;border-radius:22px;gap:17px;padding:25px;display:grid;overflow:auto;box-shadow:0 35px 100px #00000059}.share-ednotebook-modal>header{justify-content:space-between;align-items:center;display:flex}.share-ednotebook-modal>header>button{cursor:pointer;background:#edf1f6;border:0;border-radius:50%;width:38px;height:38px;font-size:25px}.share-ednotebook-modal h2{font:800 36px/1.05 var(--portal-display);margin:7px 0}.share-ednotebook-modal p{color:var(--portal-muted);margin:0;line-height:1.55}.share-ednotebook-modal>img{border-radius:15px;justify-self:center;width:min(100%,560px);box-shadow:0 14px 35px #172b4d2b}.share-primary-actions,.share-social-options{flex-wrap:wrap;gap:8px;display:flex}.share-primary-actions button,.share-primary-actions a,.share-social-options a{border:1px solid var(--portal-line);color:var(--portal-ink);background:#fff;border-radius:9px;padding:10px 13px;font-weight:800;text-decoration:none}.share-primary-actions .primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.share-ednotebook-modal>label{gap:7px;font-weight:800;display:grid}.share-ednotebook-modal>label>div{display:flex}.share-ednotebook-modal input{border:1px solid var(--portal-line);min-width:0;font:inherit;border-radius:9px 0 0 9px;flex:1;padding:11px 12px}.share-ednotebook-modal label button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:0 9px 9px 0;padding:10px 13px;font-weight:850}.university-finder-results button{text-align:left;color:var(--portal-ink);cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;gap:5px;padding:16px;display:grid}.university-finder-results button:hover,.university-finder-results button.is-selected{border-color:#76a8f0;box-shadow:0 0 0 3px #ffffff1f}.university-show-all{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff59;border-radius:999px;grid-column:1/-1;justify-self:center;padding:11px 16px;font-weight:850}.university-selected-card{color:var(--portal-ink);background:#fff;border-radius:16px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:18px;padding:20px;display:grid}.university-selected-card h3{font:800 25px/1.1 var(--portal-display);margin:6px 0}.university-selected-card p{color:var(--portal-muted);margin:0}.university-selected-card>div:last-child{gap:8px;display:grid}.university-selected-card button,.university-selected-card>a{text-align:left;border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#f7f9fc;border-radius:10px;gap:4px;padding:12px;text-decoration:none;display:grid}.university-source-note{color:#ffffffbf;grid-column:1/-1;line-height:1.5}.university-source-note a{color:#fff}.student-empty-welcome{align-items:center}.empty-workspace-actions{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.empty-workspace-actions a,.empty-workspace-actions button,.empty-dashboard-card>a,.empty-class-list>a{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff57;border-radius:10px;padding:11px 14px;font-weight:850;text-decoration:none}.empty-dashboard-card>a,.empty-class-list>a{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue);width:max-content;display:inline-block}.brooke-empty-avatar{color:#17325e;width:92px;height:92px;font:900 47px/1 var(--portal-display);background:#fff;border:3px solid #ffffff59;border-radius:28px;place-items:center;display:grid;box-shadow:0 15px 35px #0000002e}.empty-dashboard-card{padding:30px}.empty-dashboard-card h1,.empty-dashboard-card h2{font:800 31px/1.08 var(--portal-display);margin:7px 0}.empty-dashboard-card p,.empty-class-list p{color:var(--portal-muted);line-height:1.6}.empty-class-list{text-align:center;padding:35px 5px 10px}.empty-class-list>a{color:#fff}.brooke-demo-banner{background:#edf4ff;border:1px solid #b9d3ff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:15px 18px;display:flex}.brooke-demo-banner>div{align-items:center;gap:12px;display:flex}.brooke-demo-banner>div>span,.brooke-tour-label>span{color:#fff;background:var(--portal-blue);width:38px;height:38px;font:900 21px/1 var(--portal-display);border-radius:12px;flex:none;place-items:center;display:grid}.brooke-demo-banner p{color:var(--portal-muted);margin:3px 0 0;font-size:13px}.brooke-demo-banner button{color:var(--portal-blue);cursor:pointer;background:#fff;border:1px solid #9bbced;border-radius:9px;flex:none;padding:9px 11px;font-weight:800}.brooke-tour-label{align-items:center;gap:10px;margin-bottom:16px;justify-content:flex-start!important}.tour-preference{color:var(--portal-muted);align-items:center;gap:8px;margin:18px 0;font-size:13px;font-weight:750;display:flex}.friend-finder>p{color:var(--portal-muted);line-height:1.6}.friend-finder>form{gap:8px;max-width:620px;display:flex}.friend-finder input,.student-page-builder input,.student-page-builder textarea,.student-page-builder select{box-sizing:border-box;border:1px solid var(--portal-line);width:100%;color:var(--portal-ink);font:inherit;background:#fff;border-radius:10px;padding:11px 12px}.friend-finder form input{flex:1;min-width:0}.friend-finder form button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:10px;padding:10px 15px;font-weight:850}.friend-search-status{font-size:13px}.friend-result-grid{gap:10px;margin-top:18px;display:grid}.friend-result-grid article{border:1px solid var(--portal-line);border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:14px;display:grid}.friend-result-grid article>span{color:#fff;background:var(--portal-blue);border-radius:13px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.friend-result-grid strong,.friend-result-grid small{display:block}.friend-result-grid small{color:var(--portal-muted);margin-top:3px}.friend-result-grid p{margin:6px 0 0}.friend-result-grid button{border:1px solid var(--portal-line);background:#fff;border-radius:9px;padding:8px 10px;font-weight:800}.student-page-builder label{gap:7px;font-weight:800;display:grid}.profile-discovery-toggle{background:#f2f6fc;border-radius:10px;grid-column:1/-1;align-items:center;padding:12px;gap:9px!important;display:flex!important}.profile-discovery-toggle input{width:auto}.assignment-response-layout>aside,.assignment-response-layout>aside h2,.assignment-response-layout>aside p,.assignment-response-layout>aside button,.assignment-export-card{color:var(--portal-ink)}.assignment-export-card button{color:var(--portal-ink)!important;background:#fff!important}.guided-answer-fields>section.is-over-limit textarea,.guided-answer-fields>section.is-over-limit input{background:#fff8f8;border-color:#c34242}.guided-answer-fields>section.is-over-limit small,.is-over-limit{font-weight:850;color:#a02f2f!important}.assignment-editor-toolbar{flex-wrap:wrap;align-items:center;overflow:visible}.assignment-editor-toolbar>label{color:#69758a;text-transform:uppercase;gap:2px;min-width:max-content;font-size:9px;font-weight:850;display:grid}.assignment-editor-toolbar select{color:#26344c;min-width:92px;font:700 11px/1.2 var(--portal-sans);background:#fff;border:1px solid #cbd3df;border-radius:7px;padding:5px 7px}.assignment-editor-toolbar .editor-color-tool{flex-direction:column;align-items:center;padding:2px 5px;display:flex}.editor-color-tool input{background:0 0;border:0;width:28px;height:22px;padding:0}.apa-format-guide{color:#26344c;background:#fff8dc;border-bottom:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:18px;padding:12px 22px;display:flex}.apa-format-guide p{color:#68758a;margin:3px 0 0;font-size:12px;line-height:1.45}.apa-format-guide button{color:#503d00;cursor:pointer;background:#fff;border:1px solid #dac775;border-radius:8px;flex:none;padding:9px 11px;font-weight:800}.editor-save-confirmation{color:#22613b;max-width:300px;font-size:11px}.assignment-full-editor{flex-direction:column;display:flex}.assignment-editor-page{flex:auto}@media (width<=780px){.student-share-section,.university-selected-card{grid-template-columns:1fr}.paid-services-coming,.brooke-demo-banner,.apa-format-guide{flex-direction:column;align-items:flex-start}.student-share-section{margin-inline:18px}.friend-result-grid article{grid-template-columns:auto 1fr}.friend-result-grid article button{grid-column:1/-1}.account-bubble-details{display:none}.portal-home-share,.portal-brand-variant-grid{grid-template-columns:1fr}.portal-home-share,.portal-brand-kit{margin-left:20px;margin-right:20px;padding:24px}.portal-brand-kit-heading{flex-direction:column;align-items:flex-start}.portal-brand-variant-grid span{min-height:0}.portal-home-footer>img{flex-basis:100%}}.portal-demo-team{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.portal-demo-team a{color:#18284a;background:#f7f4ed;border:1px solid #ded6c8;border-radius:14px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:10px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:grid}.portal-demo-team a:hover{transform:translateY(-2px);box-shadow:0 12px 28px #101b331f}.portal-demo-team img{object-fit:cover;object-position:center 25%;border-radius:10px;width:72px;height:86px}.portal-demo-team span{gap:3px;display:grid}.portal-demo-team strong{font:800 21px/1 var(--portal-display)}.portal-demo-team small{color:var(--portal-muted);font-size:11px}@media (width<=700px){.portal-demo-team{grid-template-columns:1fr}}.password-update-page{background:radial-gradient(circle at 0 0,#eef2ff,#0000 42%),#f8f5ee;place-items:center;min-height:100vh;padding:24px;display:grid}.password-update-card{background:#fff;border:1px solid #ded8ce;border-radius:22px;gap:15px;width:min(100%,460px);padding:34px;display:grid;box-shadow:0 24px 70px #1c2d5124}.password-update-card>span{color:#3151a6;letter-spacing:1.4px;font-size:11px;font-weight:900}.password-update-card h1{margin:0;font-size:34px}.password-update-card p{color:#667187;margin:0;line-height:1.55}.password-update-card form,.password-update-card label{gap:8px;display:grid}.password-update-card form{gap:14px}.password-update-card label{color:#4f5c74;font-size:12px;font-weight:800}.password-update-card input{border:1px solid #d7d1c6;border-radius:10px;padding:12px}.password-update-card form div{background:#f1f4fb;border-radius:9px;padding:11px;font-size:11px}.password-update-card button{color:#fff;background:#3151a6;border:0;border-radius:10px;padding:12px 16px;font-weight:850}.password-update-card>a{color:#3151a6;font-size:12px;font-weight:800}.student-feed-welcome{background:linear-gradient(135deg,#eef2ff,#fff7e5);grid-template-columns:92px 1fr auto;align-items:center;gap:18px;display:grid}.student-feed-welcome img{object-fit:cover;border-radius:18px;width:92px;height:92px}.student-feed-welcome h1{margin:5px 0}.student-feed-welcome p{color:var(--portal-muted);margin:0}.student-feed-welcome button,.portal-friend-profile>button,.portal-friend-profile form button{color:#fff;background:var(--portal-blue);border:0;border-radius:9px;padding:10px 13px;font-weight:850}.student-social-post footer button{color:#536078;background:#f2eee7;border:1px solid #ddd6cc;border-radius:99px;padding:6px 8px;font-size:9px}.student-social-post footer button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.portal-story-snapshot{flex-wrap:wrap;gap:7px;margin:9px 0;display:flex}.portal-story-snapshot span{color:#445478;background:#edf0fb;border-radius:7px;padding:5px 7px;font-size:9px}.portal-friends-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;display:grid}.friends-online-toggle{color:var(--portal-muted);align-items:center;gap:7px;margin:10px 0;font-size:11px;display:flex}.friend-result-grid>button{width:100%;color:inherit;border:1px solid var(--portal-line);text-align:left;background:#fff;border-radius:11px;grid-template-columns:56px 1fr;gap:10px;padding:11px;display:grid}.friend-result-grid>button.is-active{border-color:var(--portal-blue);background:#eef2ff}.friend-result-grid>button>img,.friend-result-grid>button>span{object-fit:cover;color:#fff;background:var(--portal-blue);border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;font-weight:900;display:grid}.friend-result-grid>button>div{gap:3px;display:grid}.friend-result-grid>button p{color:var(--portal-muted);margin:0;font-size:10px}.portal-friend-profile{align-self:start;position:sticky;top:86px}.portal-friend-profile-hero{grid-template-columns:88px 1fr;align-items:center;gap:13px;display:grid}.portal-friend-profile-hero img,.portal-friend-profile-hero>span{object-fit:cover;color:#fff;background:var(--portal-blue);border-radius:16px;place-items:center;width:88px;height:88px;font-size:28px;font-weight:900;display:grid}.portal-friend-profile-hero h2{margin:5px 0}.portal-friend-profile-hero p{color:var(--portal-muted);font-size:10px}.portal-friend-profile form,.portal-friend-profile label{gap:7px;display:grid}.portal-friend-profile form{margin-top:14px}.portal-friend-profile textarea{border:1px solid var(--portal-line);border-radius:9px;padding:10px}.faculty-feed-guide{background:linear-gradient(135deg,#eef2ff,#fff7e6);grid-template-columns:96px 1fr auto;align-items:center;gap:16px;display:grid}.faculty-feed-guide img{object-fit:cover;border-radius:18px;width:96px;height:96px}.faculty-feed-guide h1{margin:5px 0}.faculty-feed-guide p{color:var(--portal-muted);margin:0}.faculty-feed-guide button{color:#fff;background:var(--portal-blue);border:0;border-radius:9px;padding:10px 13px;font-weight:850}.faculty-story-feed{gap:10px;margin-top:14px;display:grid}.faculty-story-feed>article{border:1px solid var(--portal-line);background:#fffdf8;border-left:5px solid #6f72c9;border-radius:12px;padding:16px}.faculty-story-feed header{grid-template-columns:44px 1fr;align-items:center;gap:9px;display:grid}.faculty-story-feed header img{object-fit:cover;border-radius:50%;width:44px;height:44px}.faculty-story-feed header div{gap:2px;display:grid}.faculty-story-feed header span{color:var(--portal-muted);font-size:9px}.faculty-story-feed footer{flex-wrap:wrap;gap:7px;display:flex}.faculty-story-feed footer button{color:#536078;background:#f2eee7;border:1px solid #ddd6cc;border-radius:99px;padding:6px 8px;font-size:9px}.faculty-story-feed footer button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-message-list{gap:10px;display:grid}.admin-message-list>article{border:1px solid var(--portal-line);background:#faf8f3;border-radius:12px;padding:16px}.admin-message-list>article.is-new{background:#fffaf0;border-left:5px solid #d39235}.admin-message-list article>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-message-list header>div{gap:3px;display:grid}.admin-message-list header span{color:var(--portal-muted);font-size:10px}.admin-message-list header b{color:#795225;text-transform:uppercase;background:#f4dfb8;border-radius:99px;padding:5px 8px;font-size:9px}.admin-message-list dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.admin-message-list dl div{background:#fff;border-radius:8px;padding:9px}.admin-message-list dt{color:var(--portal-muted);text-transform:uppercase;font-size:8px;font-weight:850}.admin-message-list dd{margin:3px 0 0;font-size:11px}.admin-message-list footer button{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:850}@media (width<=850px){.student-feed-welcome{grid-template-columns:70px 1fr}.student-feed-welcome img{width:70px;height:70px}.student-feed-welcome>button{grid-column:1/-1}.portal-friends-layout{grid-template-columns:1fr}.portal-friend-profile{position:static}.faculty-feed-guide{grid-template-columns:72px 1fr}.faculty-feed-guide img{width:72px;height:72px}.faculty-feed-guide button{grid-column:1/-1}}
