:root{--navy:#111b59;--navy-2:#182679;--indigo:#5637df;--indigo-2:#6648eb;--blue:#1458d6;--teal:#087f75;--mint:#dff9f4;--coral:#ff6a45;--yellow:#ffca3a;--ink:#151a35;--muted:#5f6888;--line:#e1e5ef;--surface:#fff;--canvas:#fff;--soft:#f8f9fc;--lavender:#f4f1ff;--success:#138a65;--shadow:0 18px 46px #1f2a6017}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--canvas);scroll-behavior:smooth;min-width:320px}body{min-height:100svh;color:var(--ink);background:var(--canvas);font-family:var(--font-body), ui-sans-serif, system-ui, sans-serif;margin:0}button,input,select,textarea{font:inherit}:is(button,a,select,label:has(input[type=checkbox]),label:has(input[type=radio])){cursor:pointer}button:disabled,select:disabled{cursor:not-allowed}label:has(input:disabled){cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #5637df4d}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}svg{flex:none}.coachApp{background:#fff;min-height:100svh}.coachTopbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;grid-template-columns:1fr minmax(180px,360px) 1fr;align-items:center;gap:22px;min-height:76px;padding:12px clamp(18px,4vw,64px);display:grid;position:sticky;top:0}.coachBrandButton,.coachProfileButton{background:0 0;border:0;padding:0}.coachBrandButton{justify-self:start}.coachHeaderStep{color:var(--navy);text-align:center;gap:7px;font-size:.78rem;font-weight:800;display:grid}.coachHeaderStep>div{background:#e8ebf4;border-radius:999px;height:6px;overflow:hidden}.coachHeaderStep i{border-radius:inherit;background:linear-gradient(90deg, var(--indigo), var(--teal));height:100%;display:block}.coachProfileButton{color:#fff;background:var(--indigo);border:1px solid #d9deed;border-radius:50%;justify-self:end;place-items:center;width:42px;height:42px;font-weight:800;display:grid;overflow:hidden}.coachProfilePhoto{border-radius:inherit;background-position:50%;background-size:cover;width:100%;height:100%;display:block}.coachProfileControl{justify-self:end;position:relative}.coachProfileMenu{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #d9deed;border-radius:16px;width:min(260px,100vw - 28px);display:grid;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 48px #17214a29}.coachProfileMenu>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;padding:13px 16px 10px;font-size:.75rem;overflow:hidden}.coachProfileMenu button{min-height:44px;color:var(--navy);text-align:left;background:0 0;border:0;border-top:1px solid #edf0f7;padding:11px 16px;font-weight:800}.coachProfileMenu button:hover,.coachProfileMenu button:focus-visible{background:#f3f0ff}.coachMain{min-height:calc(100svh - 76px);padding:0 20px 190px}.coachConversation{width:min(760px,100%);margin:0 auto;padding:clamp(36px,7vw,72px) 0 24px}.coachConversationIntro{margin-bottom:40px}.coachConversationIntro span{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.coachConversationIntro h1{max-width:680px;color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.055em;text-wrap:balance;margin:9px 0 0;font-size:clamp(2rem,5vw,3.7rem);line-height:1.03}.coachMessage{border:1px solid var(--line);background:#fff;border-radius:22px;width:min(650px,90%);margin:18px 0;padding:20px 22px;box-shadow:0 10px 30px #17214a0d}.coachMessage--assistant{border-left:4px solid var(--teal)}.coachMessage--user{color:var(--navy);background:var(--lavender);border-color:#dcd4ff;margin-left:auto}.coachMessage.isPending{opacity:.64}.coachSpeaker{color:var(--teal);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:.72rem;font-weight:800}.coachMessage--user .coachSpeaker{color:var(--indigo)}.coachMessage p,.coachActionCard p{color:var(--ink);white-space:pre-wrap;margin:0;line-height:1.62}.coachSources{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.coachSources button{color:#086c64;background:#f1fbf9;border:1px solid #cfe9e4;border-radius:999px;padding:7px 10px;font-size:.71rem;font-weight:750}.coachActionCard{border:1px solid #cfc4ff;border-left:5px solid var(--indigo);background:#fff;border-radius:22px;width:min(650px,94%);margin:22px 0;padding:22px;box-shadow:0 18px 42px #5637df1a}.coachActionCard>span{color:var(--indigo);letter-spacing:.08em;text-transform:uppercase;font-size:.71rem;font-weight:850}.coachActionCard h3{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.025em;margin:8px 0 7px;font-size:1.28rem}.coachActionCard>div{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.coachPrimaryButton,.coachQuietButton,.coachSchoolLink{border-radius:12px;min-height:44px;padding:10px 17px;font-weight:800}.coachPrimaryButton{border:1px solid var(--indigo);color:#fff;background:var(--indigo);box-shadow:0 12px 24px #5637df29}.coachQuietButton,.coachSchoolLink{color:var(--navy);background:#fff;border:1px solid #d8ddec}.coachThinking{color:var(--muted);margin:20px 2px;font-size:.86rem}.coachError,.coachNotice{color:#8e3029;background:#fff1ef;border-left:4px solid #d4433b;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin:20px 0;padding:13px 15px;display:flex}.coachNotice{border-left-color:var(--teal);color:#08665f;background:#effbf8}.coachError button,.coachNotice button{color:inherit;background:0 0;border:0;font-weight:800}.coachComposerDock{z-index:15;padding:12px 20px max(14px, env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;justify-items:center;display:grid;position:fixed;bottom:0;left:0;right:0}.coachComposer,.coachQuickReplies,.coachPrivacyRow,.coachSchoolLink{width:min(760px,100%)}.coachQuickReplies{scrollbar-width:none;gap:8px;margin-bottom:9px;display:flex;overflow-x:auto}.coachQuickReplies button{color:var(--indigo);background:#fff;border:1px solid #d8ddec;border-radius:999px;flex:none;padding:8px 12px;font-size:.78rem;font-weight:800}.coachSchoolLink{color:var(--teal);background:#f2fbf9;border-color:#bfe5df;margin-bottom:9px}.coachComposer{background:#fff;border:1px solid #d5daea;border-radius:18px;grid-template-columns:1fr auto;gap:10px;padding:7px;display:grid;box-shadow:0 13px 36px #17214a1a}.coachComposer textarea{resize:none;min-height:46px;max-height:126px;color:var(--ink);background:0 0;border:0;padding:12px 13px;line-height:1.45}.coachComposer textarea:focus{outline:0}.coachComposer button{color:#fff;background:var(--indigo);border:0;border-radius:12px;align-self:end;min-width:82px;min-height:46px;font-weight:850}.coachComposer button:disabled,.coachPrimaryButton:disabled{opacity:.48}.coachPrivacyRow{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:12px;margin:8px 0 0;font-size:.7rem;display:flex}.coachPrivacyRow button{color:var(--indigo);font-size:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.coachDialogBackdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111b594d;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.coachDialog{background:#fff;border:1px solid #d8ddec;border-radius:24px;width:min(520px,100%);padding:30px;position:relative;box-shadow:0 28px 80px #111b5938}.coachDialog>span{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:850}.coachDialog h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:9px 0 10px;font-size:clamp(1.7rem,5vw,2.4rem)}.coachDialog p{color:var(--muted);margin:0;line-height:1.6}.coachDialog>div{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.coachDialogClose{color:var(--muted);background:0 0;border:0;font-weight:800;position:absolute;top:18px;right:18px}.coachDangerButton{color:#fff;background:#bd352e;border:1px solid #bd352e;border-radius:12px;min-height:44px;padding:10px 17px;font-weight:800}.coachDangerButton:disabled,.coachDialogClose:disabled{opacity:.5}.coachLoading{text-align:center;background:#fff;place-content:center;justify-items:center;gap:18px;min-height:100svh;padding:28px;display:grid}.coachLoading h1{max-width:620px;color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.05em;margin:8px 0 0;font-size:clamp(2rem,6vw,3.5rem)}.focusCoachLink{color:var(--indigo);border:1px solid #d9d3ff;border-radius:12px;place-self:center;padding:9px 14px;font-size:.82rem;font-weight:800;text-decoration:none}@media (max-width:640px){.coachTopbar{grid-template-columns:auto 1fr auto;gap:14px;min-height:68px;padding:10px 14px}.coachHeaderStep{text-align:left}.coachMain{padding-inline:14px;min-height:calc(100svh - 68px);padding-bottom:210px}.coachConversation{padding-top:30px}.coachConversationIntro{margin-bottom:28px}.coachMessage,.coachActionCard{border-radius:18px;width:94%;padding:17px}.coachMessage--user{width:88%}.coachComposerDock{padding-inline:12px}.coachComposer{grid-template-columns:1fr}.coachComposer button{justify-self:end;min-width:96px}.coachPrivacyRow{flex-direction:column;gap:4px}.coachDialog{padding:28px 20px 22px}}.loadingPage{background:#fff;place-content:center;place-items:center;gap:28px;min-height:100svh;display:grid}.loadingDot{background:var(--indigo);width:10px;height:10px;box-shadow:18px 0 var(--teal), -18px 0 var(--navy);border-radius:50%;animation:.9s ease-in-out infinite alternate loadingPulse}.accountGatePage{background:#fff;grid-template-rows:auto 1fr;min-height:100svh;padding:30px clamp(20px,5vw,72px) 56px;display:grid}.accountGatePage>header{width:min(1160px,100%);margin:0 auto}.accountGateCard{border:1px solid var(--line);border-left:5px solid var(--teal);width:min(680px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;align-self:center;margin:48px auto;padding:clamp(28px,5vw,48px)}.accountGateCard h1{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.02}.accountGateCard>p:not(.kicker,.formMessage){color:var(--muted);margin:18px 0 0;line-height:1.65}.accountGateNotice{color:#8f2e27;background:#fff0ed;border-radius:13px;margin-top:22px;padding:14px 16px;font-size:.86rem;line-height:1.5}.accountGateActions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.brandMark{width:max-content;color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.07em;grid-template-rows:auto auto;grid-template-columns:auto auto;align-items:end;font-size:2.1rem;font-weight:800;line-height:.88;display:inline-grid}.brandCap{color:var(--navy);grid-row:1/3;align-self:center;margin-right:8px;transform:rotate(-5deg)}.brandMark>.brandName{white-space:nowrap;grid-column:2}.brandName>span{color:var(--navy)}.brandName em{color:var(--indigo);font-style:normal}.brandMark strong{color:var(--teal);grid-column:2;font-size:1.08em}.brandMark--compact{font-size:1.2rem;line-height:.85}.welcomePage{min-height:100svh;color:var(--ink);background:#fff;overflow:hidden}.welcomeHeader,.welcomeHero,.welcomeProof{width:min(1220px,100% - 48px);margin-inline:auto}.welcomeHeader{justify-content:space-between;align-items:center;padding:30px 0;display:flex}.welcomeHeaderDownload{color:#fff;background:var(--indigo);border-radius:13px;justify-content:center;align-items:center;min-height:46px;padding:0 19px;font-size:.88rem;font-weight:850;text-decoration:none;display:inline-flex;box-shadow:0 12px 26px #5637df2e}.welcomeHeaderDownload:hover,.welcomeHeaderDownload:focus-visible{background:#3e28cf;transform:translateY(-1px)}.welcomeHero{grid-template-columns:minmax(0,1.2fr) minmax(360px,.72fr);align-items:center;gap:clamp(40px,7vw,110px);min-height:520px;padding:40px 0 56px;display:grid}.kicker,.sectionLabel{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.74rem;font-weight:900}.welcomeCopy h1{max-width:760px;font-family:var(--font-display), sans-serif;letter-spacing:-.065em;text-wrap:balance;color:var(--navy);margin:0;font-size:clamp(3.4rem,6.1vw,6.7rem);line-height:.98}.heroTypedText{opacity:1;text-wrap:wrap;will-change:opacity, transform;min-height:5em;transition:opacity .52s,transform .52s;display:block;transform:translateY(0)}.heroTypedText.isFading{opacity:0;transform:translateY(10px)}.heroTypingCaret{vertical-align:-.04em;background:var(--teal);border-radius:999px;width:.055em;height:.78em;margin-left:.08em;animation:.76s step-end infinite heroCaretBlink;display:inline-block}@keyframes heroCaretBlink{50%{opacity:0}}.welcomeCard{color:var(--ink);background:#fff;border:1px solid #dfe3ed;border-radius:26px;padding:30px;position:relative;box-shadow:0 28px 70px #1f2a6021}.welcomeCard:before,.welcomeCard:after{z-index:-1;content:"";border-radius:24px;position:absolute}.welcomeCard:before{background:#5637df17;inset:12px -14px -12px 14px;transform:rotate(2.5deg)}.welcomeCard:after{background:#087f751a;inset:-10px 18px 14px -12px;transform:rotate(-2deg)}.welcomeCardHeader{align-items:center;gap:12px;margin-bottom:22px;display:flex}.welcomeCard h2{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:0;font-size:1.55rem}.welcomeCard .sectionLabel{margin-bottom:2px}.googleCta,.primaryCta,.primarySmall,.secondaryButton,.textButton{border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:850;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex}.googleCta:hover,.primaryCta:hover,.primarySmall:hover,.secondaryButton:hover{transform:translateY(-1px)}.googleCta{width:100%;min-height:48px;color:var(--ink);background:#f5f6fa}.googleCta span{color:#4285f4;font-family:Arial,sans-serif;font-size:1.1rem}.primaryCta,.primarySmall{color:#fff;background:var(--indigo);box-shadow:0 10px 22px #5637df33}.primaryCta{min-height:49px;padding:0 20px}.welcomeCard .primaryCta{width:100%}.primarySmall{min-height:40px;padding:0 15px;font-size:.84rem}.primaryCta:disabled,.primarySmall:disabled{opacity:.48;box-shadow:none}.secondaryButton{border:1px solid var(--line);min-height:42px;color:var(--navy);background:#fff;padding:0 16px}.secondaryButton.full,.primarySmall.full{width:100%;margin-top:8px}.textButton{color:var(--indigo);background:0 0;padding:8px 0}.orDivider{color:#8a91aa;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:16px 0;font-size:.7rem;font-weight:800;display:grid}.orDivider:before,.orDivider:after{content:"";background:#e2e5ef;height:1px}.authForm,.formGrid,.fullLabel{gap:9px;display:grid}.authForm label,.formGrid label,.fullLabel{color:#4c5575;font-size:.76rem;font-weight:800}.authForm input,.formGrid input,.formGrid select,.formGrid textarea,.fullLabel input,.fullLabel textarea,.questionEditor input,.inlineForm input,.deadlineInput input,.essayWorkspace textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8dcea;border-radius:11px;outline:none;padding:11px 12px}.authForm input{min-height:46px}.authModeSwitch{border:1px solid var(--line);background:#f7f8fb;border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:16px;padding:4px;display:grid}.authModeSwitch button{min-height:39px;color:var(--muted);background:0 0;border:0;border-radius:9px;font-size:.8rem;font-weight:850}.authModeSwitch button.active{color:var(--navy);background:#fff;box-shadow:0 4px 14px #1f2a6017}.authSubviewHeader{gap:12px;margin-bottom:16px;display:grid}.authSubviewHeader h3{color:var(--navy);font-family:var(--font-display), sans-serif;margin:0;font-size:1.12rem}.authBackButton{width:fit-content;color:var(--indigo);background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:.76rem;font-weight:850;display:inline-flex}.authHelpActions{flex-wrap:wrap;justify-content:space-between;gap:4px 14px;display:flex}.authHelpActions .textButton{font-size:.73rem}.fieldHint{color:var(--muted);margin:-3px 0 2px;font-size:.69rem;line-height:1.4}.signedInActions,.emailSentPanel{gap:10px;display:grid}.signedInActions .secondaryButton{width:100%}.emailSentPanel{background:#f6fcfb;border:1px solid #cfe9e5;border-radius:16px;padding:18px}.emailSentPanel h3{overflow-wrap:anywhere;color:var(--navy);font-family:var(--font-display), sans-serif;margin:0;font-size:1.18rem}.emailSentPanel>p:not(.sectionLabel){color:var(--muted);margin:0 0 5px;font-size:.78rem;line-height:1.55}.formMessage{color:#30395b;background:#f4f1ff;border-radius:10px;padding:10px 12px;font-size:.8rem;line-height:1.5}.formMessage--error{color:#8f2e27;background:#fff0ed}.welcomeProof{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.welcomeFeatureButton{border:0;border-right:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:24px;transition:background .16s,color .16s;display:grid}.welcomeFeatureButton:hover,.welcomeFeatureButton[aria-expanded=true]{background:#f8f7ff}.welcomeFeatureButton:last-child{border-right:0}.welcomeProof svg{color:var(--teal)}.welcomeProof strong{color:var(--navy);font-size:.9rem}.welcomeFeatureBackdrop{z-index:120;-webkit-backdrop-filter:blur(14px);background:#131a3e57;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.welcomeFeatureDialog{width:min(600px,100%);max-height:calc(100svh - 32px);color:var(--ink);touch-action:pan-y;background:#fffffff7;border:1px solid #ffffffd1;border-radius:28px;padding:34px;position:relative;overflow:auto;box-shadow:0 34px 90px #131a3e47}.welcomeFeatureClose{width:42px;height:42px;color:var(--navy);background:#ffffffe0;border:1px solid #dfe3ed;border-radius:50%;place-items:center;display:grid;position:absolute;top:20px;right:20px}.welcomeFeatureClose:hover{background:#f3f0ff}.welcomeFeatureContent{padding-right:50px}.welcomeFeatureContent .sectionLabel{margin-bottom:5px}.welcomeFeatureCount{color:var(--muted);margin:0 0 26px;font-size:.78rem;font-weight:800}.welcomeFeatureContent h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1}.welcomeFeatureContent>p:last-of-type{color:#505a7d;max-width:500px;margin:18px 0 0;font-size:1.02rem;line-height:1.65}.welcomeFeatureOutcome{border-left:4px solid var(--teal);background:#effbf9;border-radius:0 14px 14px 0;margin-top:26px;padding:16px 18px}.welcomeFeatureOutcome strong{color:#076f67;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.welcomeFeatureOutcome p{color:#34405e;margin:7px 0 0;line-height:1.55}.welcomeFeatureProgress{gap:7px;margin:28px 0 20px;display:flex}.welcomeFeatureProgress span{background:#dfe3ed;border-radius:999px;width:28px;height:5px;transition:background .16s,width .16s}.welcomeFeatureProgress span.active{background:var(--indigo);width:48px}.welcomeFeatureControls{grid-template-columns:1fr 1fr;gap:12px;display:grid}.welcomeFeatureControls button{justify-content:center;align-items:center;gap:7px;min-height:48px;display:flex}.welcomeFeatureSwipeHint{color:var(--muted);text-align:center;margin:14px 0 0;font-size:.72rem}.authStandalonePage{background:#fff;min-height:100svh;padding:30px 24px 70px}.authStandaloneHeader{width:min(1080px,100%);margin:0 auto 70px}.authStandaloneCard{border:1px solid var(--line);width:min(480px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:0 auto;padding:30px}.authStandaloneCard>.authBackButton{margin-bottom:28px}.authStandaloneCard h1{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.055em;margin:0 0 22px;font-size:clamp(2rem,7vw,3rem);line-height:1}.authStandaloneCard .primaryCta{width:100%}.passwordComplete{gap:12px;display:grid}.passwordComplete h1{margin-bottom:12px}.onboardingPage{background:#fff;min-height:100svh;padding-bottom:60px}.onboardingHeader{grid-template-columns:1fr auto 1fr;align-items:center;width:min(1000px,100% - 40px);margin:0 auto;padding:24px 0 16px;display:grid}.onboardingHeader>span{color:var(--muted);justify-self:end;font-size:.76rem;font-weight:800}.iconButton,.avatarButton,.backButton{border:1px solid var(--line);color:var(--navy);background:#fff;place-items:center;display:inline-grid}.iconButton{border-radius:13px;width:42px;height:42px}.onboardingPage>.progressTrack{width:min(1000px,100% - 40px);margin:0 auto}.progressTrack{background:#e3e7f2;border-radius:999px;height:7px;overflow:hidden}.progressTrack span{border-radius:inherit;background:linear-gradient(90deg, var(--indigo), var(--teal));height:100%;transition:width .26s;display:block}.onboardingPanel{width:min(840px,100% - 40px);margin:50px auto 0}.onboardingPanel h1,.screenHeading h1,.pathDetailHero h1{font-family:var(--font-display), sans-serif;letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.05}.onboardingPanel h1.fitSignalsTitle{margin-bottom:30px}.panelLead,.screenHeading>div>p:last-child{max-width:720px;color:var(--muted);margin:16px 0 30px;line-height:1.65}.formGrid.twoColumns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.formGrid label,.fullLabel{gap:7px}.athleteSportSelection{grid-area:1/1}.athleteCompetitionLevel{grid-area:1/2}.athleteCustomSport{grid-area:2/1/auto/-1}.confirmBox{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;display:flex}.confirmBox input{width:18px;height:18px;accent-color:var(--indigo);margin-top:2px}.confirmBox span{gap:4px;display:grid}.confirmBox small{color:var(--muted);line-height:1.45}.topSpace{margin-top:20px}.choiceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.choiceCard{border:1px solid var(--line);min-height:72px;color:var(--ink);text-align:left;background:#fff;border-radius:16px;align-items:center;gap:11px;padding:14px;display:flex;position:relative}.choiceCard>span{width:39px;height:39px;color:var(--indigo);background:#eeebff;border-radius:11px;place-items:center;font-weight:900;display:grid}.choiceCard>svg{color:var(--success);position:absolute;top:8px;right:8px}.choiceCard>span svg{width:22px;height:22px;position:static}.choiceCard.selected,.pillChoices button.selected{border-color:var(--indigo);background:#f4f2ff;box-shadow:inset 0 0 0 1px #5536e83d}.stageGroups{gap:28px;display:grid}.stageGroup{gap:11px;display:grid}.stageGroup h2,.stageGroup h3,.onboardingSubheading{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.025em;margin:0}.stageGroup h2{font-size:1rem}.stageGroup h3,.onboardingSubheading{font-size:.9rem}.onboardingSubheading.topSpace{margin-top:28px}.stageChoiceGrid,.goalChoiceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.stageChoiceGrid button,.goalChoiceGrid button{border:1px solid var(--line);min-height:92px;color:var(--ink);text-align:left;background:#fff;border-radius:16px;align-content:center;gap:5px;padding:17px 42px 17px 17px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.stageChoiceGrid button:hover,.goalChoiceGrid button:hover{border-color:#c9c2f7;transform:translateY(-1px)}.stageChoiceGrid button.selected,.goalChoiceGrid button.selected{border-color:var(--indigo);background:#f8f6ff;box-shadow:inset 0 0 0 1px #5637df2e}.stageChoiceGrid button strong,.goalChoiceGrid button strong{color:var(--navy);font-size:.9rem}.stageChoiceGrid button span,.goalChoiceGrid button span{color:var(--muted);font-size:.7rem;line-height:1.45}.stageChoiceGrid button>svg,.goalChoiceGrid button>svg{color:var(--teal);position:absolute;top:14px;right:14px}.startingPointSummary{border:1px solid #bce7df;border-left:4px solid var(--teal);background:#f4fcfa;border-radius:15px;gap:4px;margin-top:22px;padding:17px 18px;display:grid}.startingPointSummary span{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:900}.startingPointSummary strong{color:var(--navy);font-family:var(--font-display), sans-serif;font-size:1.1rem}.startingPointSummary p{color:var(--muted);margin:0;font-size:.78rem}.pillChoices{flex-wrap:wrap;gap:9px;display:flex}.pillChoices button{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:999px;padding:0 15px;font-weight:750}.onboardingActions{justify-content:space-between;gap:16px;margin-top:34px;display:flex}.appFrame{background:#fff;grid-template-columns:238px 1fr;min-height:100svh;display:grid}.desktopRail{border-right:1px solid var(--line);height:100svh;color:var(--muted);background:#fff;flex-direction:column;padding:26px 18px;display:flex;position:sticky;top:0}.brandHomeButton{width:max-content;color:inherit;background:0 0;border:0;border-radius:10px;padding:0;display:inline-flex}.desktopRail .brandHomeButton{margin:0 8px 38px}.desktopRail nav{gap:6px;display:grid}.desktopRail nav button,.mobileNav button{color:inherit;background:0 0;border:0;border-radius:12px;align-items:center;font-weight:750;display:flex}.desktopRail nav button{text-align:left;min-height:49px;padding:0 13px}.desktopRail nav button:hover,.desktopRail nav button.active{color:var(--indigo);background:var(--lavender)}.appMain{background:#fff;min-width:0}.appTopbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #dadeede6;justify-content:space-between;align-items:center;min-height:72px;padding:0 clamp(22px,4vw,52px);display:flex;position:sticky;top:0}.mobileBrand{display:none}.topbarTitle{gap:2px;display:grid}.topbarTitle span{color:var(--muted);text-transform:uppercase;font-size:.67rem;font-weight:750}.topbarTitle strong{color:var(--navy);font-size:.9rem}.topbarActions{align-items:center;gap:10px;display:flex}.avatarButton{background:0 0;border:0;border-radius:50%;width:40px;height:40px;padding:0}.avatarButton[aria-current=page]{border-color:var(--indigo);box-shadow:0 0 0 3px var(--lavender)}.backButton{border-radius:11px;grid-auto-flow:column;gap:7px;min-height:39px;padding:0 13px;font-weight:800;display:inline-flex}.screenContent{width:min(1180px,100% - clamp(32px,7vw,92px));margin:0 auto;padding:46px 0 90px}.firstStepDashboard{width:min(920px,100%);margin:clamp(24px,6vh,72px) auto 0}.firstStepDashboard .screenHeading{margin-bottom:24px}.firstStepDashboard .screenHeading h1{max-width:720px}.firstStepCard{min-height:170px;padding:clamp(26px,4vw,42px)}.firstStepCard>button{justify-content:center;min-width:132px}.screenHeading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.screenHeading h1{max-width:850px;font-size:clamp(2rem,3.4vw,3.5rem)}.screenHeading>div>p:last-child{max-width:760px;margin-bottom:0}.nextActionCard{border:1px solid #d9d2fb;border-left:5px solid var(--indigo);color:var(--ink);box-shadow:var(--shadow);background:#fff;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:24px 28px;display:grid}.nextActionCard p{color:var(--indigo);text-transform:uppercase;margin:0 0 3px;font-size:.68rem;font-weight:800}.nextActionCard h2{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:0 0 5px;font-size:1.4rem}.nextActionCard span{color:var(--muted);font-size:.8rem;line-height:1.5}.nextActionCard>button,.featureHero button{color:#fff;background:var(--indigo);border:0;border-radius:12px;align-items:center;gap:7px;min-height:44px;padding:0 16px;font-weight:900;display:flex}.metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.metricGrid article{border:1px solid var(--line);background:#fff;border-radius:16px;gap:2px;padding:15px 18px;display:grid}.metricGrid strong{font-family:var(--font-display), sans-serif;font-size:1.35rem}.metricGrid small{color:var(--muted);font-size:.66rem}.dashboardGrid,.pathDetailGrid,.workspaceGrid,.communicationGrid,.profileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lifecycleSettingsCard{grid-column:1/-1}.lifecycleSummary{justify-content:space-between;align-items:center;gap:20px;display:flex}.lifecycleSummary h2{margin:4px 0 3px}.lifecycleSummary p:last-child,.lifecycleEditor>p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.55}.lifecycleEditor{border-top:1px solid var(--line);gap:25px;margin-top:20px;padding-top:20px;display:grid}.lifecycleFieldGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.lifecycleFieldGrid label{color:var(--navy);gap:7px;font-size:.73rem;font-weight:850;display:grid}.lifecycleFieldGrid select,.lifecycleFieldGrid input{width:100%;min-height:46px;color:var(--ink);background:#ffffffeb;border:1px solid #d8dcea;border-radius:12px;padding:0 12px;box-shadow:0 8px 20px #1f2a600b}.lifecycleGoalDescription{border-left:3px solid var(--teal);padding:3px 0 3px 12px}.lifecycleEditorActions{justify-content:flex-end;margin-top:0}.contentCard,.emailPreview,.briefPreview{border:1px solid var(--line);background:#fff;border-radius:18px;padding:23px;box-shadow:0 8px 24px #1f2a6009}.contentCard h2{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:0 0 12px;font-size:1.2rem}.contentCard h3{font-size:.84rem}.contentCard>p,.contentCard li{color:var(--muted);font-size:.8rem;line-height:1.6}.cardHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.cardHeader h2{margin:0}.statusPill{color:#087668;text-transform:uppercase;background:#ddf9f4;border-radius:999px;padding:6px 9px;font-size:.61rem;font-weight:900}.miniList{gap:7px;margin:16px 0;display:grid}.miniList span,.checkLine{color:#4f5878;align-items:flex-start;gap:7px;font-size:.76rem;display:flex}.miniList svg,.checkLine svg{color:var(--success);margin-top:2px}.dailySparkCard{color:var(--ink);box-shadow:inset 5px 0 0 var(--teal);background:#fff;border-color:#cfe9e5}.sparkTop{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.sparkTop span{text-transform:uppercase;color:var(--teal);gap:7px;font-size:.72rem;font-weight:900;display:flex}.sparkTop small{color:var(--indigo);background:var(--lavender);border-radius:999px;padding:5px 8px}.dailySparkCard h2{font-size:1.45rem}.dailySparkCard>p{color:var(--muted)}.sparkAction{border-top:1px solid var(--line);color:var(--navy);margin-top:18px;padding-top:14px;font-size:.76rem;line-height:1.5}.quickActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.quickActions button,.settingsCard>button{border:1px solid var(--line);color:var(--navy);text-align:left;background:#fff;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px;display:grid}.quickActions button>svg:first-child,.settingsCard>button>svg:first-child{color:var(--indigo)}.quickActions span,.settingsCard button span{gap:3px;display:grid}.quickActions small,.settingsCard button small{color:var(--muted);font-size:.67rem}.exploreModeSwitcher{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:18px;padding:6px;display:grid;box-shadow:0 10px 28px #1f2a600d}.exploreModeSwitcher button{min-height:58px;color:var(--navy);text-align:left;background:0 0;border:0;border-radius:12px;gap:3px;padding:9px 14px;display:grid}.exploreModeSwitcher button strong{font-size:.78rem}.exploreModeSwitcher button span{color:var(--muted);font-size:.62rem}.exploreModeSwitcher button:hover{background:var(--soft)}.exploreModeSwitcher button.active{color:#fff;background:var(--indigo);box-shadow:0 9px 22px #5637df2e}.exploreModeSwitcher button.active span{color:#ffffffc7}.featureHero{border:1px solid var(--line);border-left:5px solid var(--teal);color:var(--ink);background:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;padding:30px;display:flex}.featureHero h2{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:0 0 9px;font-size:1.65rem}.featureHero p:not(.sectionLabel){max-width:650px;color:var(--muted);font-size:.82rem;line-height:1.6}.featureHero .sectionLabel{color:var(--teal)}.featureHero>svg{color:#b8e9e2}.pathCardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px;display:grid}.pathCard{border:1px solid var(--line);color:var(--ink);text-align:left;background:#fff;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:15px;padding:20px;transition:border-color .15s,transform .15s,box-shadow .15s;display:grid}.pathCard:hover{box-shadow:var(--shadow);border-color:#aeb7e4;transform:translateY(-2px)}.pathCard div>span,.projectCardTop span,.scholarshipTop span{color:var(--blue);text-transform:uppercase;font-size:.61rem;font-weight:900}.pathCard h3{font-family:var(--font-display), sans-serif;margin:5px 0 6px;font-size:1.05rem}.pathCard p{color:var(--muted);margin:0 0 8px;font-size:.73rem;line-height:1.55}.pathCard small{color:#59627f;font-size:.63rem}.discoveryFlow{width:min(100%,880px);margin:0 auto}.discoveryFlow .screenHeading{margin-bottom:22px}.discoveryWizard{touch-action:pan-y;gap:18px;display:grid}.discoveryProgress{gap:12px;display:grid}.discoveryProgress>div:first-child{justify-content:space-between;align-items:center;gap:18px;display:flex}.discoveryProgress span,.discoveryProgress strong{font-size:.75rem}.discoveryProgress span{color:var(--indigo);letter-spacing:.04em;text-transform:uppercase;font-weight:900}.discoveryProgress strong{color:var(--muted)}.discoveryProgressTrack{background:#edf1f7;border-radius:999px;height:7px;overflow:hidden}.discoveryProgressTrack span{border-radius:inherit;background:var(--teal);height:100%;transition:width .22s;display:block}.discoveryQuestionCard{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:44px minmax(0,1fr);align-content:start;gap:14px 18px;min-height:330px;padding:clamp(24px,4vw,38px);display:grid;box-shadow:0 20px 55px #1f2a6012}.discoveryQuestionNumber{width:42px;height:42px;color:var(--indigo);background:#f0edff;border-radius:13px;place-items:center;font-size:.72rem;font-weight:900;display:grid}.discoveryQuestionCard h2{font-family:var(--font-display), sans-serif;outline:0;align-self:center;margin:0;font-size:clamp(1.35rem,2.5vw,1.9rem);line-height:1.18}.discoveryOptions{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px;display:grid}.discoveryOptions button{border:1px solid var(--line);color:#404968;text-align:left;background:#fafbfe;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:15px 17px;font-size:.82rem;line-height:1.4;display:flex}.discoveryOptions button:hover{background:#f8f6ff;border-color:#bcb0f8}.discoveryOptions button.selected{border-color:var(--indigo);color:var(--navy);background:#f2efff;box-shadow:0 0 0 2px #5637df14}.discoveryOptions button svg{color:var(--success);flex:none}.discoveryQuestionCard textarea{resize:vertical;grid-column:2;width:100%;min-height:150px}.discoveryQuestionCard--reflection{border-left:4px solid var(--indigo)}.discoveryAction .primaryCta{justify-content:center;min-width:210px}.stickyAction{z-index:10;border:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:14px 16px;display:flex;position:sticky;bottom:20px;box-shadow:0 18px 45px #1f2a6029}.stickyAction>div{gap:2px;display:grid}.stickyAction strong{font-size:.76rem}.stickyAction span{color:var(--muted);font-size:.67rem}.comparisonGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.guidanceReflection{border:1px solid #d9d2fb;border-left:5px solid var(--indigo);background:#fff;border-radius:18px;margin-bottom:18px;padding:20px}.guidanceReflection h2{max-width:850px;font-family:var(--font-display), sans-serif;margin:3px 0 8px;font-size:1.15rem;line-height:1.35}.guidanceReflection p:not(.sectionLabel){color:var(--muted);margin:0 0 8px;font-size:.75rem}.guidanceReflection small{color:var(--muted)}.comparisonGrid article{border:1px solid var(--line);background:#fff;border-radius:19px;padding:21px}.comparisonGrid article.working{border-color:#58cbb9;box-shadow:inset 0 0 0 1px #58cbb933}.comparisonTop{justify-content:flex-end;align-items:center;display:flex}.comparisonGrid h2{font-family:var(--font-display), sans-serif;margin:0 0 7px;font-size:1.25rem}.comparisonTop+h2{margin-top:14px}.comparisonGrid>article>p{min-height:64px;color:var(--muted);font-size:.74rem;line-height:1.55}.comparisonGrid h3{color:var(--navy);margin:18px 0 8px;font-size:.72rem}.comparisonGrid ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.comparisonGrid li{color:#59627e;align-items:flex-start;gap:7px;font-size:.68rem;line-height:1.45;display:flex}.comparisonGrid li svg{color:var(--success);margin-top:1px}.comparisonGrid .tradeoffs span{color:var(--coral);font-weight:900}.pathDetailHero{border:1px solid var(--line);border-left:5px solid var(--teal);background:#fff;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:grid}.pathDetailHero h1{font-size:clamp(2rem,3vw,3.2rem)}.pathDetailHero p:not(.sectionLabel){max-width:700px;color:var(--muted);margin:8px 0 0;font-size:.79rem;line-height:1.55}.pathDetailGrid{margin-bottom:18px}.routeLine{grid-template-columns:auto 1fr;align-items:center;gap:10px;margin:9px 0;display:grid}.routeLine span{width:25px;height:25px;color:var(--indigo);background:#eeebff;border-radius:50%;place-items:center;font-size:.66rem;font-weight:900;display:grid}.routeLine strong{color:#4e5776;font-size:.74rem}.testIdeas{grid-template-columns:minmax(250px,.8fr) repeat(2,1fr);align-items:center;gap:14px;display:grid}.testIdeaButton{border:1px solid var(--line);height:100%;min-height:102px;color:var(--navy);text-align:left;background:#fff;border-radius:15px;align-content:center;gap:7px;padding:18px;display:grid}.testIdeaButton:hover{background:var(--soft);border-color:#bfc5e8}.testIdeaButton strong{font-size:.82rem;line-height:1.45}.testIdeaButton small{color:var(--teal);font-size:.65rem;font-weight:850}.sourceLine{color:var(--muted);margin:17px 0 0;font-size:.63rem}.sourceLine a{color:var(--blue);align-items:center;gap:3px;font-weight:800;display:inline-flex}.segmentTabs{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:repeat(2,1fr);margin-bottom:18px;padding:4px;display:inline-grid}.segmentTabs button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:9px;padding:0 14px;font-size:.75rem;font-weight:850}.segmentTabs button.active{color:#fff;background:var(--indigo)}.projectGrid,.scholarshipGrid,.applicationList{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.projectCard,.scholarshipCard{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;padding:20px;display:flex}.projectCardTop,.scholarshipTop,.projectMeta,.projectCard footer,.scholarshipCard footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.projectCardTop span:last-child{color:#07796b}.projectCard h2,.scholarshipCard h2{font-family:var(--font-display), sans-serif;letter-spacing:-.03em;margin:13px 0 7px;font-size:1.13rem}.projectCard>p,.scholarshipCard>p{color:var(--muted);font-size:.73rem;line-height:1.55}.projectMeta{justify-content:flex-start;margin:9px 0}.projectMeta span{color:#59627e;align-items:center;gap:5px;font-size:.64rem;display:flex}.participationNote,.privateNotice{color:#59627e;background:#f2f5fb;border-radius:10px;align-items:flex-start;gap:7px;margin:8px 0 16px;padding:10px;font-size:.64rem;line-height:1.45;display:flex}.participationNote svg,.privateNotice svg{color:var(--teal)}.projectCard footer,.scholarshipCard footer{border-top:1px solid #edf0f6;margin-top:auto;padding-top:13px}.projectCard footer a,.scholarshipCard footer a{color:var(--blue);align-items:center;gap:4px;font-size:.68rem;font-weight:850;display:flex}.projectCard footer button{color:var(--indigo);background:0 0;border:0;align-items:center;gap:5px;font-size:.68rem;font-weight:900;display:flex}.sourceCollectionBar{border:1px solid var(--line);border-left:4px solid var(--teal);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:30px;padding:15px 18px;display:flex}.sourceCollectionBar>div{gap:3px;display:grid}.sourceCollectionBar strong{color:var(--ink);font-size:.8rem}.sourceCollectionBar>div span{color:var(--muted);font-size:.68rem}.sourceFresh,.sourceFallback{text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:.61rem;font-weight:900}.sourceFresh{color:#076f66;background:var(--mint)}.sourceFallback{color:#685b32;background:#fff8df}.nasaSectionHeading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.nasaSectionHeading h2{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:3px 0 0;font-size:1.65rem}.nasaLaunchCard{border:1px solid #d8d3f4;border-left:5px solid var(--teal);box-shadow:var(--shadow);background:#fff;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(240px,310px);align-items:center;gap:clamp(28px,6vw,72px);padding:clamp(26px,4vw,46px);display:grid}.nasaLaunchCard h2,.nasaHowItWorks h2,.nasaDeckComplete h1{font-family:var(--font-display), sans-serif;letter-spacing:-.045em;margin:6px 0 12px}.nasaLaunchCard h2{max-width:650px;font-size:clamp(1.65rem,3vw,2.55rem)}.nasaLaunchCard>div:first-child>p:last-child{max-width:680px;color:var(--muted);margin:0;font-size:.82rem;line-height:1.65}.nasaLaunchActions{gap:9px;display:grid}.nasaLaunchActions .primaryCta,.nasaLaunchActions .secondaryButton{width:100%}.nasaHowItWorks{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:minmax(230px,.75fr) minmax(0,1.5fr);align-items:center;gap:34px;margin-top:32px;padding:24px 28px;display:grid}.nasaHowItWorks h2{margin-bottom:0;font-size:1.35rem}.nasaHowItWorks ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.nasaHowItWorks li{border-left:2px solid var(--teal);gap:5px;padding-left:12px;display:grid}.nasaHowItWorks li strong{color:var(--ink);font-size:.76rem}.nasaHowItWorks li span{color:var(--muted);font-size:.67rem;line-height:1.45}.nasaSavedSection{margin-top:34px}.nasaSavedList{border:1px solid var(--line);background:#fff;border-radius:16px;display:grid;overflow:hidden}.nasaSavedList article{grid-template-columns:minmax(210px,1fr) minmax(180px,.75fr) auto;align-items:center;gap:18px;min-height:62px;padding:10px 16px;display:grid}.nasaSavedList article+article{border-top:1px solid var(--line)}.nasaSavedTitle{color:var(--ink);text-align:left;background:0 0;border:0;padding:0;font-weight:850}.nasaSavedList article>span{color:var(--muted);font-size:.68rem}.nasaSearch{color:#4d5878;gap:5px;font-size:.66rem;font-weight:850;display:grid}.nasaSearch input{border:1px solid var(--line);width:min(480px,100%);min-height:42px;color:var(--ink);background:#fff;border-radius:11px;padding:0 12px}.nasaProjectStatus{color:var(--teal);text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;font-size:.58rem;font-weight:900;display:flex}.nasaProjectStatus span:last-child{color:var(--muted);text-align:right}.planAddRow button{color:#fff;background:var(--indigo);border:0;border-radius:10px;min-height:37px;padding:0 12px;font-size:.68rem;font-weight:900}.nasaDirectoryTools{border:1px solid var(--line);background:#fff;border-radius:16px;justify-content:space-between;align-items:end;gap:24px;margin-bottom:14px;padding:16px 18px;display:flex}.nasaDirectoryTools .nasaSearch{width:min(480px,100%)}.nasaDirectoryTools p{color:var(--muted);margin:0 0 11px;font-size:.7rem;font-weight:800}.nasaDirectoryList{gap:10px;display:grid}.nasaDirectoryRow{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(155px,.35fr) auto;align-items:center;gap:24px;padding:18px 20px;display:grid}.nasaDirectoryRow h2{font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:9px 0 5px;font-size:1.08rem}.nasaDirectoryRow p{max-width:700px;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.71rem;line-height:1.5;display:-webkit-box;overflow:hidden}.nasaDirectoryFit{color:var(--teal);margin-top:8px;font-size:.64rem;font-weight:800;display:block}.nasaDirectoryMeta{color:#59627e;gap:6px;font-size:.66rem;display:grid}.nasaDirectoryActions{justify-items:stretch;gap:4px;min-width:160px;display:grid}.nasaDeckShell{width:min(920px,100%);margin:0 auto}.nasaDeckIntro{justify-content:space-between;align-items:end;gap:28px;margin-bottom:22px;display:flex}.nasaDeckIntro h1{margin:5px 0 0;font-size:clamp(2rem,4vw,3.25rem)}.nasaDeckIntro>p{max-width:350px;color:var(--muted);text-align:right;margin:0 0 5px;font-size:.73rem;line-height:1.5}.nasaDeckProgress{gap:8px;margin-bottom:12px;display:grid}.nasaDeckProgress>div:first-child{color:var(--muted);justify-content:space-between;font-size:.66rem;font-weight:850;display:flex}.nasaDeckProgress [role=progressbar]{background:#eceaf6;border-radius:999px;height:5px;overflow:hidden}.nasaDeckProgress [role=progressbar] span{border-radius:inherit;background:var(--teal);height:100%;transition:width .18s;display:block}.nasaDeckCard{border:1px solid #d8d3f4;border-top:5px solid var(--teal);touch-action:pan-y;background:#fff;border-radius:22px;padding:clamp(24px,4vw,42px);box-shadow:0 22px 60px #1f2a601c}.nasaDeckProjectCopy{padding:clamp(24px,4vw,38px) 0 28px}.nasaDeckProjectCopy h2{max-width:720px;font-family:var(--font-display), sans-serif;letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(1.75rem,4vw,3rem)}.nasaDeckProjectCopy p{max-width:760px;color:var(--muted);margin:0;font-size:.88rem;line-height:1.7}.nasaDeckDetails{border:1px solid var(--line);background:var(--line);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.nasaDeckDetails>div{background:#fff;align-content:start;gap:6px;padding:16px;display:grid}.nasaDeckDetails dt{color:var(--teal);text-transform:uppercase;font-size:.58rem;font-weight:900}.nasaDeckDetails dd{color:var(--ink);margin:0;font-size:.72rem;font-weight:750;line-height:1.45}.nasaDeckFit{border-left:4px solid var(--teal);grid-template-columns:minmax(190px,.65fr) minmax(0,1fr);align-items:start;gap:28px;margin-top:24px;padding:4px 0 4px 16px;display:grid}.nasaDeckFit h3{font-family:var(--font-display), sans-serif;margin:5px 0 0;font-size:1rem}.nasaDeckFit ul{color:var(--muted);gap:7px;margin:0;padding-left:18px;font-size:.7rem;line-height:1.45;display:grid}.nasaAudienceNote{border-top:1px solid var(--line);color:var(--muted);margin:24px 0 0;padding-top:18px;font-size:.69rem;line-height:1.5}.nasaAudienceNote strong{color:var(--ink)}.nasaDeckSource{justify-content:space-between;align-items:center;gap:20px;margin-top:13px;display:flex}.nasaDeckSource a{color:var(--blue);font-size:.69rem;font-weight:850}.nasaDeckSource span{color:var(--muted);font-size:.62rem}.nasaDeckControls{grid-template-columns:auto auto 1fr auto;gap:9px;margin-top:14px;display:grid}.nasaDeckControls button:disabled{opacity:.45}.nasaSwipeHint{color:var(--muted);text-align:center;margin:12px 0 0;font-size:.64rem}.nasaDeckComplete{border:1px solid #d8d3f4;border-left:5px solid var(--teal);box-shadow:var(--shadow);background:#fff;border-radius:22px;justify-items:start;padding:clamp(30px,6vw,62px);display:grid}.nasaDeckComplete h1{max-width:680px;font-size:clamp(2rem,5vw,3.5rem)}.nasaDeckComplete>p:not(.sectionLabel){max-width:680px;color:var(--muted);line-height:1.65}.nasaDeckCompleteActions{flex-wrap:wrap;gap:9px;margin:18px 0 8px;display:flex}.nasaEmpty{color:var(--muted);text-align:center;background:#fff;border:1px dashed #cbd1df;border-radius:16px;padding:30px}.nasaEmpty h1,.nasaEmpty h2{color:var(--ink);font-family:var(--font-display), sans-serif;margin:0 0 7px}.nasaRefineStack{gap:14px;display:grid}.nasaRefineStack fieldset{border:1px solid var(--line);background:#fff;border-radius:18px;min-width:0;padding:22px}.nasaRefineStack legend{color:var(--ink);font-family:var(--font-display), sans-serif;padding:0 8px;font-size:1rem;font-weight:800}.nasaAnswerGrid,.nasaEngagementGrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:9px;display:grid}.nasaAnswerGrid button,.nasaEngagementGrid button,.nasaIdeaList button,.reflectionSignals button{border:1px solid var(--line);color:#424b69;text-align:left;background:#fff;border-radius:12px;min-height:46px;padding:11px 13px;font-size:.72rem;font-weight:800}.nasaAnswerGrid button.selected,.nasaEngagementGrid button.selected,.nasaIdeaList button.selected,.reflectionSignals button.selected{border-color:var(--indigo);color:var(--navy);background:var(--lavender)}.nasaStickyButtons{grid-auto-flow:column;align-items:center;gap:12px!important;display:flex!important}.nasaFactStrip,.planPreviewSummary{border:1px solid var(--line);background:var(--line);border-radius:15px;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:1px;margin-bottom:18px;display:grid;overflow:hidden}.nasaFactStrip>div,.planPreviewSummary>div{background:#fff;gap:5px;padding:15px 17px;display:grid}.nasaFactStrip span,.planPreviewSummary span{color:var(--teal);text-transform:uppercase;font-size:.58rem;font-weight:900}.nasaFactStrip strong,.planPreviewSummary strong{color:var(--ink);font-size:.73rem;line-height:1.4}.nasaDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.nasaDetailCard ul,.nasaFitCard ul{margin:0;padding-left:20px}.nasaFitCard{border-left:4px solid var(--teal);grid-template-columns:minmax(220px,.65fr) 1fr;gap:24px;margin-bottom:14px;display:grid}.nasaFitCard .sectionLabel,.nasaEngagement .sectionLabel,.nasaIdeas .sectionLabel,.projectReflection .sectionLabel{color:var(--teal)}.nasaEngagement,.nasaIdeas,.projectReflection{gap:18px;margin-top:14px;display:grid}.nasaEngagement>div:first-child>p:not(.sectionLabel),.nasaIdeas>div:first-child>p:not(.sectionLabel),.projectReflection>div:first-child>p:not(.sectionLabel){color:var(--muted);margin:-5px 0 0;font-size:.73rem;line-height:1.55}.nasaEngagementGrid button{gap:5px;display:grid}.nasaEngagementGrid span{color:var(--muted);font-size:.66rem;font-weight:500;line-height:1.45}.nasaEngagementGrid button.selected span{color:#555d79}.nasaIdeaList,.reflectionSignals{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.externalBoundary{border:1px solid #cfe9e5;border-left:4px solid var(--teal);background:#fff;border-radius:14px;margin-top:14px;padding:15px 17px}.externalBoundary strong{color:var(--teal);font-size:.76rem}.externalBoundary p{color:var(--muted);margin:5px 0 0;font-size:.69rem;line-height:1.5}.nasaDetailActions{justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;display:flex}.relatedIdeaBanner{background:#fff;border:1px solid #cfe9e5;border-radius:15px;gap:6px;margin-bottom:18px;padding:18px;display:grid}.relatedIdeaBanner span{color:var(--teal);text-transform:uppercase;font-size:.6rem;font-weight:900}.relatedIdeaBanner strong{color:var(--ink);font-size:.9rem}.relatedIdeaBanner p{color:var(--muted);margin:0;font-size:.67rem}.planEditor{gap:14px;display:grid}.planEditor>div{gap:8px;display:grid}.planEditorRow{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.planEditorRow>span{width:26px;height:26px;color:var(--teal);background:var(--mint);border-radius:50%;place-items:center;font-size:.65rem;font-weight:900;display:grid}.planEditorRow input,.planAddRow input{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:#fff;border-radius:10px;padding:0 11px}.planEditorRow button{min-height:38px;color:var(--muted);background:0 0;border:0;padding:0 7px;font-size:.67rem;font-weight:850}.planAddRow{border-top:1px solid #edf0f6;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:14px;display:grid}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workspaceSource{border:1px solid var(--line);border-left:4px solid var(--teal);background:var(--line);border-radius:16px;grid-template-columns:1.2fr .8fr .7fr;gap:1px;margin-bottom:18px;display:grid;overflow:hidden}.workspaceSource>div{background:#fff;align-content:start;gap:5px;padding:17px;display:grid}.workspaceSource span{color:var(--teal);text-transform:uppercase;font-size:.58rem;font-weight:900}.workspaceSource strong{color:var(--ink);font-size:.78rem;line-height:1.4}.workspaceSource p{color:var(--muted);margin:0;font-size:.65rem;line-height:1.5}.workspaceSource .workspaceSourceLinks{border-top:1px solid var(--line);flex-direction:row;grid-column:1/-1;gap:18px;padding-block:12px;display:flex}.workspaceSourceLinks a{color:var(--blue);font-size:.67rem;font-weight:850}.recommendationConsent{border-top:1px solid #edf0f6;justify-content:space-between;align-items:center;gap:18px;padding-top:16px;display:flex}.recommendationConsent>div{gap:3px;display:grid}.recommendationConsent strong{color:var(--ink);font-size:.76rem}.recommendationConsent span{max-width:650px;color:var(--muted);font-size:.67rem;line-height:1.45}.projectProgress{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:20px;margin-bottom:18px;padding:16px 20px;display:grid}.projectProgress>div:first-child{display:grid}.projectProgress strong{font-family:var(--font-display), sans-serif;font-size:1.2rem}.projectProgress span{color:var(--muted);font-size:.65rem}.taskList{gap:8px;display:grid}.taskList label{background:#fbfcff;border:1px solid #e6e9f2;border-radius:12px;grid-template-columns:auto auto 1fr auto;align-items:start;gap:10px;padding:12px;display:grid}.taskList.compact label{grid-template-columns:auto auto 1fr;padding:9px 11px}.taskList label>input{opacity:0;pointer-events:none;position:absolute}.taskList label>span{color:#0000;background:#fff;border:1px solid #ccd2e2;border-radius:7px;place-items:center;width:22px;height:22px;display:grid}.taskList label.complete>span{border-color:var(--teal);color:#fff;background:var(--teal)}.taskList label.complete strong{color:#8b91a7;text-decoration:line-through}.taskList label>div{gap:3px;display:grid}.taskList strong{color:#343d5d;font-size:.74rem;line-height:1.4}.taskList small{color:var(--muted);font-size:.64rem;line-height:1.45}.taskList em{color:var(--blue);text-transform:uppercase;font-size:.58rem;font-style:normal;font-weight:850}.inlineForm,.searchForm,.questionEditor,.buttonRow{align-items:center;gap:8px;display:flex}.inlineForm button,.searchForm button{color:#fff;background:var(--indigo);border:0;border-radius:10px;align-items:center;gap:5px;min-height:41px;padding:0 13px;font-weight:850;display:flex}.artifactLink{color:var(--blue);overflow-wrap:anywhere;background:#f1f5ff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;padding:8px 10px;font-size:.67rem;display:flex}.mutedText{color:var(--muted);font-size:.72rem;line-height:1.55}.educationTimeline{gap:0;max-width:900px;display:grid}.educationTimeline article{grid-template-columns:56px 1fr;gap:18px;min-height:145px;display:grid}.educationTimeline article>span{z-index:1;border:6px solid var(--canvas);color:#fff;background:var(--indigo);border-radius:50%;place-items:center;width:48px;height:48px;font-size:.72rem;font-weight:900;display:grid;position:relative;box-shadow:inset 0 0 0 3px #087f754d}.educationTimeline article>span:after{content:"";background:#d8dcea;width:2px;height:104px;position:absolute;top:42px;left:50%}.educationTimeline article:last-child>span:after{display:none}.educationTimeline article>div{border:1px solid var(--line);background:#fff;border-radius:16px;margin-bottom:14px;padding:18px}.educationTimeline p{color:var(--blue);text-transform:uppercase;margin:0;font-size:.64rem;font-weight:850}.educationTimeline h2{font-family:var(--font-display), sans-serif;margin:4px 0 7px;font-size:1.14rem}.educationTimeline strong,.educationTimeline small{color:#535c78;font-size:.72rem;line-height:1.5;display:block}.educationTimeline small{color:var(--muted);margin-top:9px}.athleteBanner{border:1px solid #cfe9e5;border-left:5px solid var(--teal);background:#fff;border-radius:18px;gap:17px;margin-bottom:18px;padding:20px;display:flex}.athleteBanner>svg{color:var(--teal)}.athleteBanner h2{font-family:var(--font-display), sans-serif;margin:0 0 7px;font-size:1.13rem}.athleteBanner p:not(.sectionLabel){color:#59627e;font-size:.72rem;line-height:1.55}.athleteBanner div div{flex-wrap:wrap;gap:12px;display:flex}.athleteBanner a{color:var(--blue);align-items:center;gap:4px;font-size:.67rem;font-weight:850;display:flex}.scholarshipGrid{margin-bottom:18px}.scholarshipTop strong{color:var(--navy);font-size:.75rem}.matchBox{background:#eefaf7;border-radius:10px;gap:5px;margin:10px 0;padding:10px;display:grid}.matchBox strong{color:#087467;font-size:.64rem}.matchBox span{color:#4d635f;gap:5px;font-size:.63rem;display:flex}.scholarshipCard>small{color:var(--muted);margin-bottom:13px;font-size:.61rem;line-height:1.45}.fundingTrackButton,.fundingStatusButton{border:1px solid var(--line);min-height:36px;color:var(--navy);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:7px 11px;font-size:.66rem;font-weight:850;display:inline-flex}.fundingTrackButton:hover,.fundingStatusButton:hover{background:var(--lavender);border-color:#bfc5e8}.fundingStatusControl{z-index:5;position:relative}.fundingStatusButton>span:last-child{color:var(--indigo);font-size:.86rem;line-height:1}.fundingStatusMenu{z-index:40;-webkit-backdrop-filter:blur(20px)saturate(145%);backdrop-filter:blur(20px)saturate(145%);background:#ffffffd6;border:1px solid #cccfe4db;border-radius:15px;width:max(172px,100%);padding:6px;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 18px 45px #1f2a602e}.fundingStatusMenu button{color:#4f5878;text-align:left;background:0 0;border:0;border-radius:9px;min-height:35px;padding:7px 10px;font-size:.68rem;font-weight:800}.fundingStatusMenu button:hover,.fundingStatusMenu button:focus-visible{color:var(--navy);background:#f4f1ffeb}.fundingStatusMenu button.selected{color:#fff;background:var(--indigo)}.fundingAddToggle{white-space:nowrap;min-width:72px}.fundingFeedback{border:1px solid #cfe9e5;border-left:4px solid var(--teal);color:#345650;background:#f2fcfa;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:11px 14px;font-size:.71rem;font-weight:750;display:flex}.fundingFeedback button{color:var(--indigo);background:0 0;border:0;padding:5px;font-size:.7rem;font-weight:900}.addForm,.schoolSearch{margin-bottom:18px}.addForm .formGrid{gap:16px 18px;margin-bottom:20px}.searchForm{border:1px solid var(--line);color:var(--muted);border-radius:12px;margin:16px 0;padding:0 8px 0 12px}.searchForm input{border:0;outline:none;flex:1;min-width:0;min-height:45px}.schoolPlanHeading{max-width:720px}.schoolPlanHeading h2{margin-top:5px;font-size:clamp(1.45rem,3vw,2rem)}.schoolPlanEmpty{border-left:3px solid var(--teal);color:#4e5d79;background:#f5fcfa;margin-top:18px;padding:8px 11px;font-size:.69rem;line-height:1.5}.schoolSearchStatus{color:#a43d38;margin:12px 0 0;font-size:.69rem;line-height:1.5}.savedSchoolPlan{border-top:1px solid #edf0f6;margin-top:22px;padding-top:20px}.savedSchoolPlanHeader,.schoolSearchResultsHeader{align-items:center;gap:12px;margin-bottom:11px;display:flex}.savedSchoolPlanHeader{justify-content:space-between}.schoolSearchResultsHeader{justify-content:flex-start}.savedSchoolPlanHeader h3,.schoolSearchResultsHeader h3{color:var(--navy);margin:0;font-size:.78rem}.savedSchoolPlanHeader h3 span,.schoolSearchResultsHeader>span{color:#176b63;white-space:nowrap;font-size:.66rem;font-weight:800}.savedSchoolToggle{min-height:34px;color:var(--indigo);background:#fff;border:1px solid #d9def0;border-radius:10px;padding:6px 11px;font-size:.65rem;font-weight:900}.savedSchoolToggle:hover,.savedSchoolToggle:focus-visible{background:#f5f2ff;border-color:#b8adff}.savedSchoolList,.schoolResults{gap:10px;display:grid}.savedSchoolCard,.schoolResults article,.affordabilityRow{background:#fff;border:1px solid #e0e5f1;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 16px;display:grid}.savedSchoolCard{border-left:3px solid var(--teal)}.schoolInfo,.affordabilityRow>div{gap:4px;display:grid}.schoolInfo>strong,.schoolResults strong,.affordabilityRow strong{color:var(--navy);font-size:.77rem;line-height:1.35}.schoolInfo>span,.schoolInfo>small,.schoolResults span,.schoolResults small,.affordabilityRow span{color:var(--muted);font-size:.64rem;line-height:1.45}.schoolInfo .schoolIntentCurrent{color:var(--teal);letter-spacing:.06em;text-transform:uppercase;font-size:.58rem;font-weight:900}.schoolIntentActions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.schoolIntentActions button,.loadMoreSchools{min-height:38px;color:var(--indigo);background:#fff;border:1px solid #d9def0;border-radius:10px;padding:8px 11px;font-size:.65rem;font-weight:900}.schoolIntentActions button:hover,.schoolIntentActions button:focus-visible,.loadMoreSchools:hover,.loadMoreSchools:focus-visible{background:#f5f2ff;border-color:#b8adff}.schoolIntentActions button.selected{border-color:var(--indigo);color:#fff;background:var(--indigo);box-shadow:0 7px 18px #4e34de29}.schoolIntentActions .removeSchoolButton{color:#9d4b48;background:0 0;border-color:#0000}.schoolSearchForm{background:#fff;margin-top:22px;margin-bottom:10px}.schoolSearchForm:focus-within{border-color:#a99cff;box-shadow:0 0 0 3px #593ae817}.schoolSearchSummary{margin-top:0;margin-bottom:16px}.schoolSearchResults{margin-top:18px}.loadMoreSchools{margin:14px auto 0;padding-inline:18px;display:block}.loadMoreSchools:disabled{cursor:wait;opacity:.6}.affordabilityRow{background:#f8f9fd;margin-top:9px}.affordabilityRow>div:last-child{text-align:right}.sectionHeaderCompact{margin-bottom:18px}.sectionHeaderCompact h2{margin-top:5px}.schoolPlanOverview{margin-bottom:18px}.schoolPlanOverviewHeader,.fundingSchoolSummary,.fundingCoverage{justify-content:space-between;align-items:center;gap:22px;display:flex}.schoolPlanOverviewHeader h2,.fundingSchoolSummary h2,.fundingCoverage h2{margin-top:5px}.schoolPlanStart{border-top:1px solid #edf0f6;justify-content:space-between;align-items:center;gap:22px;margin-top:20px;padding-top:20px;display:flex}.schoolPlanStart p{max-width:680px;color:var(--muted);margin:0;font-size:.72rem;line-height:1.55}.schoolPlanStart button,.reviewFundingButton,.fundingSchoolEmpty button,.fundingSchoolSummary>button{min-height:40px;color:var(--indigo);white-space:nowrap;background:#fff;border:1px solid #d9def0;border-radius:11px;padding:9px 14px;font-size:.68rem;font-weight:900}.schoolPlanStart button,.fundingSchoolEmpty button{border-color:var(--indigo);color:#fff;background:var(--indigo)}.schoolPlanStart button:hover,.schoolPlanStart button:focus-visible,.reviewFundingButton:hover,.reviewFundingButton:focus-visible,.fundingSchoolEmpty button:hover,.fundingSchoolEmpty button:focus-visible,.fundingSchoolSummary>button:hover,.fundingSchoolSummary>button:focus-visible{transform:translateY(-1px);box-shadow:0 9px 22px #4e34de29}.planSchoolList{border-top:1px solid #edf0f6;gap:10px;margin-top:20px;padding-top:20px;display:grid}.planSchoolCard{border:1px solid #e0e5f1;border-left:3px solid var(--teal);background:#fff;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px;display:grid}.planSchoolActions{justify-items:end;gap:9px;display:grid}.schoolFitFacts{flex-wrap:wrap;gap:5px;margin:4px 0;display:flex}.schoolInfo .schoolFitFacts>span{color:#126f66;background:#edfaf7;border-radius:999px;padding:4px 7px;font-size:.57rem;font-weight:800}.schoolSourceLink{width:fit-content;color:var(--blue);align-items:center;gap:4px;margin-top:4px;font-size:.62rem;font-weight:850;display:inline-flex}.fundingSchoolEmpty{justify-items:start;gap:10px;max-width:760px;display:grid}.fundingSchoolEmpty p,.fundingSchoolSummary p,.fundingCoverage p{color:var(--muted);margin:0;font-size:.72rem;line-height:1.55}.fundingSchoolSelector{scrollbar-width:thin;gap:8px;margin-bottom:16px;padding:2px 2px 8px;display:flex;overflow-x:auto}.fundingSchoolSelector button{min-height:62px;color:var(--navy);text-align:left;background:#fff;border:1px solid #dfe4f1;border-radius:14px;flex:0 0 min(280px,78vw);gap:3px;padding:11px 13px;display:grid}.fundingSchoolSelector button span{color:var(--teal);letter-spacing:.06em;text-transform:uppercase;font-size:.56rem;font-weight:900}.fundingSchoolSelector button strong{font-size:.72rem}.fundingSchoolSelector button.active{box-shadow:inset 3px 0 var(--indigo);background:#f7f5ff;border-color:#aaa0f8}.fundingSchoolSummary{margin-bottom:16px}.fundingScenarioGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.fundingScenarioGrid article{background:#fff;border:1px solid #dfe4f1;border-radius:16px;align-content:start;gap:8px;min-height:166px;padding:18px;display:grid}.fundingScenarioGrid article:nth-child(2){border-top:3px solid var(--indigo)}.fundingScenarioGrid article:nth-child(3){border-top:3px solid var(--teal)}.fundingScenarioGrid span{color:var(--blue);letter-spacing:.05em;text-transform:uppercase;font-size:.62rem;font-weight:900}.fundingScenarioGrid strong{color:var(--navy);font-family:var(--font-display), sans-serif;font-size:clamp(1.45rem,3vw,2rem);line-height:1.05}.fundingScenarioGrid p{color:var(--muted);margin:0;font-size:.67rem;line-height:1.5}.averageNetPriceNote{border-left:3px solid var(--teal);color:#4f5c76;background:#f2fbf9;gap:4px;margin:0 0 16px;padding:10px 13px;font-size:.67rem;line-height:1.5;display:grid}.averageNetPriceNote strong{color:#126f66}.fundingInputs,.fundingCoverage{margin-bottom:16px}.fundingInputGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.fundingInputGrid label,.awardConfirmation label:first-child{color:#4e5876;gap:6px;font-size:.64rem;font-weight:850;display:grid}.fundingInputGrid input,.awardConfirmation input[type=number]{width:100%;min-height:42px;color:var(--navy);background:#fff;border:1px solid #dfe4f1;border-radius:10px;padding:8px 10px}.fundingInputGrid input:focus,.awardConfirmation input[type=number]:focus{border-color:#a99cff;outline:3px solid #593ae817}.fundingAutoSave{color:var(--muted);margin:15px 0 0;font-size:.64rem;line-height:1.5}.fundingCoverage>div{max-width:520px}.fundingCoverage dl{grid-template-columns:repeat(2,minmax(110px,1fr));gap:8px;margin:0;display:grid}.fundingCoverage dl>div{background:#f7f8fc;border-radius:11px;gap:2px;padding:10px 12px;display:grid}.fundingCoverage dt{color:var(--muted);font-size:.57rem}.fundingCoverage dd{color:var(--navy);margin:0;font-size:.78rem;font-weight:900}.fundingOpportunityHeading{margin-top:24px}.schoolFundingAssignment{color:#126f66;background:#edfaf7;border-radius:999px;width:fit-content;margin-bottom:12px;padding:5px 8px;font-size:.58rem;font-weight:850}.awardConfirmation{border-top:1px solid #edf0f6;gap:9px;margin:2px 0 13px;padding-top:12px;display:grid}.awardRenewal{color:#4e5876;align-items:center;gap:7px;font-size:.62rem;font-weight:750;display:flex}.awardRenewal input{accent-color:var(--indigo)}.applicationList{grid-template-columns:1fr}.applicationDestination{flex:420px;gap:6px;display:grid}.applicationDestination input{width:100%;color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.03em;background:0 0;border:0;border-bottom:1px solid #0000;padding:2px 0 5px;font-size:1.1rem;font-weight:800}.applicationDestination input:hover,.applicationDestination input:focus{border-bottom-color:var(--line)}.deadlineInput{color:var(--muted);gap:3px;font-size:.6rem;font-weight:800;display:grid}.deadlineInput input{padding:7px 8px}.essayWorkspace{grid-template-columns:.65fr 1.35fr;gap:13px;margin-top:16px;display:grid}.essayWorkspace label{color:#4c5575;gap:6px;font-size:.7rem;font-weight:850;display:grid}.profileIdentity{align-items:center;gap:14px;display:flex}.studentAvatar{color:#fff;background:var(--indigo);font-family:var(--font-display), sans-serif;border-radius:50%;flex:none;place-items:center;font-weight:900;display:inline-grid;overflow:hidden;box-shadow:0 0 0 1px #5637df2e}.studentAvatar--small{width:40px;height:40px;font-size:.92rem}.studentAvatar--large{width:78px;height:78px;font-size:1.75rem}.studentAvatar img,.studentAvatar>span{width:100%;height:100%}.studentAvatar img{object-fit:cover;display:block}.studentAvatar>span{place-items:center;display:grid}.profileIdentity span{gap:3px;display:grid}.profileIdentity strong{font-family:var(--font-display), sans-serif;font-size:1.16rem}.profileIdentity small,.profileDetails,.settingToggle small{color:var(--muted);font-size:.66rem}.profileDetails{color:#5f6885;flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.profileDetails span{background:#f1f3f9;border-radius:999px;padding:7px 10px}.profileIdentityCard{align-content:start;gap:18px;display:grid}.profileIdentityCard .profileDetails{margin-top:0}.profilePhotoControls{border-top:1px solid var(--line);gap:9px;padding-top:17px;display:grid}.profilePhotoButtons,.profilePhotoRemoval>div,.avatarCropActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profilePhotoControls>small{max-width:430px;color:var(--muted);font-size:.69rem;line-height:1.5}.profilePhotoRemoval{color:#7d3029;background:snow;border:1px solid #ffd1c8;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;padding:10px 13px;font-size:.72rem;font-weight:750;display:flex}.textButton--danger{color:#a5362e}.profilePhotoMessage{color:var(--teal);margin:0;font-size:.72rem;font-weight:750}.avatarCropBackdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111b5933;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.avatarCropDialog{background:#fff;border:1px solid #5637df2e;border-radius:24px;width:min(520px,100%);padding:27px;box-shadow:0 28px 80px #111b5938}.avatarCropHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.avatarCropHeader h2{font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:4px 0 0;font-size:1.65rem}.avatarCropDialog>p:not(.formMessage){color:var(--muted);margin:11px 0 20px;font-size:.76rem;line-height:1.55}.avatarCropViewport{background:var(--lavender);cursor:grab;touch-action:none;border:4px solid #fff;border-radius:50%;width:240px;height:240px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 3px #087f7573,0 16px 34px #111b5924}.avatarCropViewport:active{cursor:grabbing}.avatarCropViewport:focus-visible{outline-offset:6px;outline:4px solid #5637df59}.avatarCropViewport img{-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;position:absolute;transform:translate(-50%,-50%)}.avatarZoomControl{color:var(--navy);grid-template-columns:auto 1fr;align-items:center;gap:14px;margin:25px 0 20px;font-size:.75rem;font-weight:850;display:grid}.avatarZoomControl input{width:100%;accent-color:var(--indigo)}.avatarCropActions{justify-content:flex-end}.settingsCard{gap:9px;display:grid}.settingsCard>button{width:100%;padding:12px}.settingToggle{border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:15px;padding:13px;display:flex}.settingToggle span{gap:3px;display:grid}.settingToggle input{width:36px;height:20px;accent-color:var(--indigo)}.dangerZone button:last-child{color:#b63c34}.accountSettingsCard{grid-column:1/-1;align-content:start}.accountSaveSummary{border:1px solid var(--line);border-left:4px solid var(--teal);background:#f8fcfb;border-radius:14px;gap:4px;padding:14px 15px;display:grid}.accountSaveSummary strong{color:var(--navy);font-size:.84rem}.accountSaveSummary span,.accountSaveSummary small{color:var(--muted);font-size:.7rem;line-height:1.45}.accountSaveSummary--saving,.accountSaveSummary--loading{border-left-color:var(--indigo);background:#faf8ff}.accountSaveSummary--error{border-color:#ffd1c8;border-left-color:var(--coral);background:#fff6f4}.accountSettingsCard .signOutButton{color:#8f2e27;background:snow;grid-template-columns:1fr}.communicationGrid{align-items:start}.emailPreview,.briefPreview{padding:0;overflow:hidden}.emailPreviewBar{border-bottom:1px solid var(--line);background:#f1f3f9;align-items:center;gap:6px;padding:11px 14px;display:flex}.emailPreviewBar>span{background:#c2c6d5;border-radius:50%;width:8px;height:8px}.emailPreviewBar>span:first-child{background:#ff7567}.emailPreviewBar>span:nth-child(2){background:#ffc753}.emailPreviewBar>span:nth-child(3){background:#4ed29b}.emailPreviewBar strong{color:var(--muted);margin-left:auto;font-size:.62rem}.emailBody{padding:25px}.emailBody>p,.emailBody h3,.emailBody small{color:#505977;font-size:.7rem;line-height:1.55}.emailBody h3{color:var(--navy);margin:18px 0 4px;font-size:.75rem}.emailSummaryBox{border:1px solid #d9d2fb;border-left:4px solid var(--indigo);color:var(--navy);background:var(--lavender);border-radius:12px;gap:3px;margin:18px 0;padding:14px;display:grid}.emailSummaryBox span{color:var(--indigo);text-transform:uppercase;font-size:.6rem}.emailSummaryBox strong{font-family:var(--font-display), sans-serif;font-size:1rem}.questionEditor{margin-bottom:8px}.advisorQuestionHeader{justify-content:space-between;align-items:center;gap:14px;display:flex}.advisorQuestionHeader h3{margin:0}.questionEditor button{border:1px solid var(--line);color:#9b4e4a;background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.buttonRow{flex-wrap:wrap;margin-top:20px}.briefPreview{padding:28px;font-family:Arial,sans-serif}.briefPreview header{border-bottom:3px solid var(--navy);justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.briefPreview header>span{color:var(--navy);letter-spacing:.14em;font-size:.63rem;font-weight:900}.briefPreview>h1{color:var(--navy);margin:25px 0 17px;font-size:1.4rem;line-height:1.15}.briefMeta{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:22px;display:grid}.briefMeta span{color:var(--muted);background:#f1f3f8;border-radius:8px;gap:3px;padding:8px;font-size:.58rem;display:grid}.briefMeta strong{color:var(--navy);font-size:.68rem}.briefPreview h2{color:var(--navy);text-transform:uppercase;border-bottom:1px solid #d9ddea;margin:18px 0 8px;padding-bottom:5px;font-size:.75rem}.briefPreview p{color:#515a76;font-size:.67rem;line-height:1.5}.briefPath{border-left:4px solid var(--teal);background:#f0fbf8;padding:5px 12px}.briefPath strong{color:var(--navy);font-size:.76rem}.briefPath p{margin-bottom:0}.briefPreview footer{color:var(--muted);border-top:1px solid #d9ddea;margin-top:24px;padding-top:9px;font-size:.55rem}.emptyState{text-align:center;background:#fff;border:1px dashed #cdd2e2;border-radius:20px;place-content:center;justify-items:center;max-width:640px;min-height:330px;margin:0 auto;padding:30px;display:grid}.emptyState>span{width:58px;height:58px;color:var(--indigo);background:#efecff;border-radius:18px;place-items:center;display:grid}.emptyState h2{font-family:var(--font-display), sans-serif;margin:17px 0 7px}.emptyState p{max-width:430px;color:var(--muted);font-size:.76rem;line-height:1.55}.thanksPage{background:var(--canvas);place-items:center;min-height:100svh;padding:24px;display:grid}.thanksPanel{border:1px solid var(--line);background:#fff;border-radius:20px;width:min(660px,100%);padding:35px}.thanksPanel h1{font-family:var(--font-display), sans-serif;letter-spacing:-.05em;font-size:clamp(2rem,6vw,4rem)}.thanksPanel a{color:var(--blue);font-weight:900}.mobileNav{display:none}@keyframes loadingPulse{to{opacity:.38;transform:scale(.88)}}@media (max-width:980px){.welcomeHero{grid-template-columns:1fr;min-height:auto}.welcomeCopy h1{max-width:900px}.welcomeCard{width:min(520px,100%)}.appFrame{display:block}.desktopRail{display:none}.mobileBrand{display:block}.topbarTitle{display:none}.mobileNav{z-index:30;border-top:1px solid var(--line);padding:6px max(6px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));color:var(--muted);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid;position:fixed;bottom:0;left:0;right:0}.mobileNav button{justify-content:center;min-height:50px;font-size:.68rem}.mobileNav button.active{color:var(--indigo)}.screenContent{padding-bottom:120px}.appFrame[data-plan-stage=start][data-mobile-navigation=hidden] .screenContent{padding-bottom:72px}.nasaDirectoryRow{grid-template-columns:minmax(0,1fr) auto}.nasaDirectoryMeta{grid-area:2/1;grid-template-columns:repeat(3,minmax(0,1fr))}.nasaDirectoryActions{grid-area:1/2/3}}@media (max-width:760px){.welcomeHeader,.welcomeHero,.welcomeProof{width:min(100% - 30px,620px)}.welcomeHeader{padding-top:20px}.welcomeHero{gap:42px;padding:40px 0 55px}.welcomeCopy h1{font-size:clamp(3rem,13vw,4.7rem)}.welcomeProof{grid-template-columns:1fr}.welcomeFeatureButton{border-right:0;border-bottom:1px solid var(--line)}.welcomeFeatureButton:last-child{border-bottom:0}.welcomeFeatureBackdrop{align-items:end;padding:10px}.welcomeFeatureDialog{border-radius:26px 26px 20px 20px;width:100%;padding:28px 22px 22px}.welcomeFeatureClose{top:16px;right:16px}.welcomeFeatureContent{padding-right:42px}.welcomeFeatureContent h2{font-size:clamp(2.3rem,11vw,3.2rem)}.choiceGrid,.formGrid.twoColumns,.stageChoiceGrid,.goalChoiceGrid,.lifecycleFieldGrid,.pathCardGrid,.projectGrid,.scholarshipGrid,.dashboardGrid,.pathDetailGrid,.workspaceGrid,.communicationGrid,.profileGrid,.essayWorkspace{grid-template-columns:1fr}.athleteSportSelection,.athleteCompetitionLevel,.athleteCustomSport{grid-area:auto}.lifecycleSummary{flex-direction:column;align-items:stretch}.lifecycleSummary .secondaryButton{width:100%}.nasaDetailGrid,.nasaFitCard,.workspaceSource{grid-template-columns:1fr}.workspaceSource .workspaceSourceLinks{grid-column:1}.choiceGrid,.metricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.quickActions,.planSchoolCard,.fundingCoverage{grid-template-columns:1fr}.planSchoolCard{align-items:stretch}.planSchoolActions{justify-items:stretch}.fundingScenarioGrid,.fundingInputGrid{grid-template-columns:1fr}.fundingScenarioGrid article{min-height:0}.fundingCoverage{display:grid}.discoveryOptions,.testIdeas{grid-template-columns:1fr}.fundingStatusMenu{top:calc(100% + 8px);bottom:auto}.pathDetailHero{grid-template-columns:1fr}.pathDetailHero>button{grid-column:auto;justify-self:start}.nasaSectionHeading,.sourceCollectionBar{flex-direction:column;align-items:flex-start}.nasaSectionHeading>p{text-align:left;max-width:none}.nasaAllHeading{align-items:stretch}.nasaSearch input{width:100%}.nasaLaunchCard,.nasaHowItWorks,.nasaDeckFit,.nasaHowItWorks ol,.nasaDeckDetails,.nasaSavedList article,.nasaDirectoryRow{grid-template-columns:1fr}.nasaDirectoryTools,.nasaDeckIntro,.nasaDeckSource{flex-direction:column;align-items:flex-start}.nasaDirectoryTools .nasaSearch{width:100%}.nasaDirectoryTools p{margin:0}.nasaDirectoryMeta,.nasaDirectoryActions{grid-area:auto/1}.nasaDirectoryMeta{grid-template-columns:1fr}.nasaDirectoryActions{min-width:0}.nasaDeckIntro>p{text-align:left;max-width:none}.nasaDeckControls{grid-template-columns:repeat(2,minmax(0,1fr))}.nasaDeckControls .primaryCta{grid-column:1/3}}@media (max-width:520px){.brandMark{font-size:1.55rem}.brandMark--compact{font-size:.95rem}.welcomeCopy h1{font-size:2.8rem}.welcomeCard{padding:22px}.accountGatePage{padding:20px 14px 40px}.accountGateCard{border-radius:19px;margin:34px auto;padding:24px 20px}.accountGateActions{flex-direction:column;align-items:stretch}.onboardingHeader,.onboardingPage>.progressTrack,.onboardingPanel{width:calc(100% - 28px)}.choiceGrid{grid-template-columns:1fr}.onboardingActions{flex-direction:column-reverse;align-items:stretch}.appTopbar{min-height:63px;padding-inline:14px}.screenContent{width:calc(100% - 26px);padding-top:28px}.screenHeading{flex-direction:column;align-items:flex-start;gap:14px}.screenHeading h1{font-size:2.1rem}.exploreModeSwitcher{gap:4px;padding:4px}.exploreModeSwitcher button{text-align:center;min-height:50px;padding:8px 5px}.exploreModeSwitcher button span{display:none}.nextActionCard{grid-template-columns:1fr;padding:18px}.nextActionCard>button{justify-content:center}.featureHero>svg{display:none}.fundingFeedback{align-items:flex-start}.savedSchoolCard,.schoolResults article{grid-template-columns:1fr;align-items:stretch}.schoolIntentActions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.schoolIntentActions button{width:100%}.schoolIntentActions .removeSchoolButton{grid-column:1/4;min-height:32px}.schoolPlanOverviewHeader,.schoolPlanStart,.fundingSchoolSummary{flex-direction:column;align-items:stretch}.schoolPlanOverviewHeader>button,.schoolPlanStart button,.fundingSchoolSummary>button{width:100%}.fundingCoverage dl{grid-template-columns:1fr 1fr}.pathCard{grid-template-columns:1fr}.pathCard>svg{display:none}.discoveryQuestionCard{grid-template-columns:1fr;min-height:360px;padding:22px}.discoveryQuestionCard h2{font-size:1.35rem}.discoveryOptions,.discoveryQuestionCard textarea{grid-column:1}.discoveryProgress>div:first-child{flex-direction:column;align-items:flex-start;gap:3px}.discoveryAction .primaryCta{width:100%;min-width:0}.discoveryAction{position:static}.stickyAction{flex-direction:column;align-items:stretch}.nasaIdeaList,.reflectionSignals,.nasaFactStrip,.planPreviewSummary{grid-template-columns:1fr}.nasaDetailActions,.recommendationConsent{flex-direction:column;align-items:stretch}.nasaDetailActions>*,.recommendationConsent button{width:100%}.nasaLaunchCard,.nasaHowItWorks,.nasaDeckCard,.nasaDeckComplete{border-radius:16px;padding:20px}.nasaLaunchActions,.nasaDeckControls,.nasaDeckCompleteActions{width:100%}.nasaDeckControls{grid-template-columns:1fr}.nasaDeckControls .primaryCta{grid-column:1}.nasaDeckControls button,.nasaDeckCompleteActions button{width:100%}.planEditorRow{grid-template-columns:28px minmax(0,1fr)}.planEditorRow button{grid-column:2;justify-self:start}.planAddRow{grid-template-columns:1fr}.segmentTabs{width:100%}.projectProgress{grid-template-columns:1fr}.taskList label{grid-template-columns:auto auto 1fr}.taskList em{grid-column:3}.briefMeta{grid-template-columns:1fr}.profileIdentity{align-items:flex-start}.profilePhotoRemoval{flex-direction:column;align-items:flex-start}.avatarCropBackdrop{align-items:end;padding:10px}.avatarCropDialog{padding:24px 20px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 18px 18px}.avatarCropHeader h2{font-size:1.4rem}.avatarCropActions{grid-template-columns:1fr 1fr;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.welcomeProof,.welcomeFeatureBackdrop{display:none!important}.focusOnboarding,.focusApp{min-height:100svh;color:var(--ink);background:#fff}.focusOnboardingHeader,.focusTopbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;padding:0 max(24px,50vw - 560px);display:grid;position:sticky;top:0}.focusOnboardingHeader>:last-child{color:var(--muted);justify-self:end;font-weight:800}.focusIconButton,.focusBackButton,.focusBrandButton,.focusAvatarButton{background:0 0;border:0}.focusIconButton{border:1px solid var(--line);width:44px;height:44px;color:var(--navy);border-radius:14px;place-items:center;display:grid}.focusProgress{background:#edf0f7;border-radius:99px;width:min(1120px,100% - 48px);height:7px;margin:26px auto 0;overflow:hidden}.focusProgress span,.focusCoverageBar span{border-radius:inherit;background:linear-gradient(90deg, var(--indigo), var(--teal));height:100%;transition:width .24s;display:block}.focusOnboardingPanel,.focusMain{width:min(900px,100% - 48px);margin:0 auto}.focusOnboardingPanel{padding:clamp(48px,8vw,88px) 0 80px}.focusOnboardingPanel>h1,.focusWorkspace>header h1,.focusHomeHeader h1,.focusPlan>header h1,.focusProfile>header h1{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.45rem,6vw,4.4rem);line-height:1}.focusEyebrow{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px;font-size:.74rem;font-weight:900}.focusLead,.focusWorkspace>header>p:last-child,.focusHomeHeader>p:last-child,.focusPlan>header>p:last-child,.focusSectionIntro>p:last-child{color:var(--muted);margin:18px 0 0;font-size:1rem;line-height:1.6}.focusTwoChoices,.focusYearChoices{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:36px;display:grid}.focusYearChoices{border:0;min-width:0;padding:0}.focusTwoChoices button,.focusYearChoices button,.focusChoice{border:1px solid var(--line);color:var(--navy);text-align:left;background:#fff;border-radius:18px;padding:22px;transition:border-color .16s,background .16s,transform .16s}.focusTwoChoices button:hover,.focusYearChoices button:hover,.focusChoice:hover{border-color:#b9adfb;transform:translateY(-1px)}.focusTwoChoices button.selected,.focusYearChoices button.selected,.focusChoice.selected{border-color:var(--indigo);background:var(--lavender);box-shadow:0 0 0 2px #5637df14}.focusTwoChoices strong,.focusTwoChoices span,.focusYearChoices strong,.focusYearChoices span,.focusYearChoices small,.focusChoice span,.focusChoice strong,.focusChoice small{display:block}.focusTwoChoices strong,.focusChoice strong{font-size:1.05rem}.focusTwoChoices span,.focusYearChoices span,.focusChoice small{color:var(--muted);margin-top:7px;line-height:1.45}.focusYearChoices small{color:var(--blue);margin-top:10px;font-size:.73rem;font-weight:850}.focusYearWorkspace .focusYearChoices{margin-top:24px}.focusTextField,.focusMoneyField,.focusSchoolSearch>label,.focusActionPanel>label,.focusScholarshipForm>label,.focusScholarshipDiscovery>label,.focusFormGrid label,.focusProfileIdentity label{color:var(--navy);gap:8px;font-size:.84rem;font-weight:800;display:grid}.focusTextField{max-width:440px;margin-top:28px}.focusTextField input,.focusSchoolSearch input,.focusMoneyField input,.focusMoneyGrid input,.focusActionPanel input,.focusActionPanel select,.focusProfileIdentity input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:13px;padding:0 14px}.focusCheck{width:max-content;max-width:100%;color:var(--navy);align-items:center;gap:11px;margin-top:24px;font-weight:750;display:flex}.focusCheck input{width:20px;height:20px;accent-color:var(--indigo)}.focusOnboardingActions{border-top:1px solid var(--line);justify-content:space-between;gap:14px;margin-top:42px;padding-top:24px;display:flex}.focusPrimaryButton,.focusSecondaryButton{border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:850;display:inline-flex}.focusPrimaryButton{border:1px solid var(--indigo);color:#fff;background:var(--indigo);box-shadow:0 12px 28px #5637df2e}.focusPrimaryButton:hover:not(:disabled){background:#4527cc}.focusPrimaryButton:disabled{color:#fff;box-shadow:none;background:#b8afe9;border-color:#c8c2ef}.focusSecondaryButton{border:1px solid var(--line);color:var(--navy);background:#fff}.focusChooser{margin-top:8px}.focusSectionIntro h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4.6vw,3.2rem);line-height:1.05}.focusSelectedSchool,.focusResultCard{border-left:4px solid var(--teal);background:#effaf8;border-radius:13px;gap:5px;margin-top:24px;padding:16px 18px;display:grid}.focusSelectedSchool>span,.focusResultCard>span{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.focusSelectedSchool small,.focusResultCard small{color:var(--muted)}.focusSelectedSchoolContinue{justify-self:start;margin-top:10px}.focusSchoolSearch{gap:8px;margin-top:28px;display:grid}.focusResultCount,.focusInlineMessage{color:var(--muted);margin:18px 0 0}.focusSchoolResults{gap:10px;margin-top:18px;display:grid}.focusSchoolResults article{border:1px solid var(--line);border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:17px;display:grid}.focusSchoolResults article>div{gap:4px;display:grid}.focusSchoolResults span,.focusSchoolResults small{color:var(--muted)}.focusEditorStack{gap:12px;margin-top:30px;display:grid}.focusChoice>span{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900}.focusChoice>strong{margin-top:7px}.focusMoneyField{margin:4px 0 8px 24px}.focusMoneyField>span,.focusMoneyGrid label>span{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:auto 1fr;align-items:center;display:grid;overflow:hidden}.focusMoneyField b,.focusMoneyGrid b{color:var(--muted);padding-left:14px}.focusMoneyField input,.focusMoneyGrid input{border:0}.focusMoneyGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.focusMoneyGrid label{border:1px solid var(--line);color:var(--navy);border-radius:16px;align-content:start;gap:6px;padding:16px;font-size:.82rem;font-weight:800;display:grid}.focusMoneyGrid small{min-height:35px;color:var(--muted);font-weight:500;line-height:1.4}.focusFundingSources{gap:26px}.focusSourceProgress{border-bottom:1px solid var(--line);gap:10px;padding-bottom:18px;display:grid}.focusSourceProgress>div:first-child{color:var(--navy);justify-content:space-between;align-items:center;gap:16px;display:flex}.focusSourceProgress>div:first-child span{color:var(--muted);font-size:.82rem;font-weight:800}.focusSourceProgress [role=progressbar]{background:#e8ebf3;border-radius:999px;height:7px;overflow:hidden}.focusSourceProgress [role=progressbar] span{border-radius:inherit;background:linear-gradient(90deg, var(--indigo), var(--teal));height:100%;transition:width .22s;display:block}.focusFundingStageIntro,.focusOpportunityStep,.focusOpportunityRequirements{gap:9px;display:grid}.focusFundingSources .focusScholarshipForm{gap:20px;display:grid}.focusScholarshipDiscovery{gap:18px;display:grid}.focusScholarshipDiscovery>label{color:var(--navy);gap:8px;font-size:.84rem;font-weight:800;display:grid}.focusScholarshipDiscovery>.focusPrimaryButton{justify-self:start;width:max-content;max-width:100%;text-decoration:none}.focusScholarshipSource{border:1px solid #cceae5;border-left:4px solid var(--teal);background:#f3fbf9;border-radius:14px;gap:4px;padding:15px 17px;display:grid}.focusScholarshipSource strong{color:var(--navy)}.focusScholarshipSource span,.focusScholarshipSource small,.focusScholarshipCaution{color:var(--muted);line-height:1.45}.focusScholarshipCaution{margin:0;font-size:.86rem}.focusFundingStageIntro h2,.focusFundingStageIntro p,.focusOpportunityRequirements strong,.focusOpportunityRequirements ul{margin:0}.focusFundingStageIntro h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.035em;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1.08}.focusFundingStageIntro p,.focusOpportunityRequirements{color:var(--muted);line-height:1.55}.focusOpportunityRequirements{border-left:4px solid var(--teal);background:#effaf8;border-radius:14px;padding:17px 19px}.focusOpportunityRequirements ul{padding-left:20px}.focusOpportunityStep>label,.focusScholarshipForm>label{color:var(--navy);gap:7px;font-size:.82rem;font-weight:800;display:grid}.focusOpportunityStep>a{width:max-content;color:var(--blue);align-items:center;gap:6px;font-weight:800;display:inline-flex}.focusInlineBack{color:var(--indigo);background:0 0;border:0;justify-self:start;align-items:center;gap:7px;padding:5px 0;font-weight:800;display:inline-flex}.focusResultCard{margin-top:32px;padding:24px}.focusResultCard strong{font-size:1.6rem}.focusCoverageBar{background:#e5e8f1;border-radius:99px;height:9px;overflow:hidden}.focusResultCard .focusCoverageBar{margin-top:12px}.focusTopbar{grid-template-columns:1fr auto 1fr}.focusBrandButton{justify-self:start;padding:0}.focusBackButton{border:1px solid var(--line);min-height:42px;color:var(--navy);border-radius:13px;justify-self:center;align-items:center;gap:7px;padding:0 15px;font-weight:800;display:inline-flex}.focusAvatarButton{border-radius:50%;justify-self:end;width:42px;height:42px;padding:0}.focusAvatarButton[aria-current=page]{box-shadow:0 0 0 3px var(--lavender)}.focusMain{padding:clamp(30px,5vw,54px) 0 100px}.focusHome,.focusWorkspace,.focusPlan,.focusProfile{width:min(760px,100%);margin:0 auto}.focusHomeHeader>p:last-child{font-size:1.05rem}.focusJourneyTracker{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px 22px}.focusJourneyHeading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.focusJourneyHeading>div{gap:4px;display:grid}.focusJourneyHeading h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:0;font-size:1.45rem}.focusJourneyHeading span{color:var(--muted);font-size:.82rem;font-weight:700}.focusJourneyHeading>strong{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.04em;font-size:1.8rem}.focusJourneyBar{background:#e9ecf4;border-radius:99px;height:8px;margin-top:16px;overflow:hidden}.focusJourneyBar>span{border-radius:inherit;background:linear-gradient(90deg, var(--indigo), var(--teal));height:100%;transition:width .24s;display:block}.focusJourneyChecklist{border-top:1px solid var(--line);margin-top:13px;padding-top:12px}.focusJourneyChecklist summary{width:max-content;max-width:100%;color:var(--indigo);cursor:pointer;font-size:.82rem;font-weight:850}.focusJourneyChecklist ol{gap:7px;margin:14px 0 0;padding:0;list-style:none;display:grid}.focusJourneyChecklist button{width:100%;color:var(--navy);text-align:left;background:0 0;border:1px solid #0000;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 11px;display:grid}.focusJourneyChecklist button:not(:disabled):hover{background:var(--lavender);border-color:#d9d1ff}.focusJourneyChecklist button:disabled{cursor:default}.focusJourneyChecklist li[data-status=current] button{background:#f5f2ff}.focusJourneyChecklist li[data-status=waiting] button{color:var(--navy);background:#f2fbf9;border-color:#cfeae6}.focusJourneyChecklist li[data-status=waiting] .focusJourneyNumber{color:#087e73;background:#dff7f3}.focusJourneyChecklist li[data-status=upcoming] button{color:#8a91a8}.focusJourneyChecklist button>span:nth-child(2){gap:2px;min-width:0;display:grid}.focusJourneyChecklist small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:500;overflow:hidden}.focusJourneyNumber{width:28px;height:28px;color:var(--indigo);background:#eeeaff;border-radius:50%;place-items:center;font-size:.76rem;font-weight:900;display:grid}.focusJourneyChecklist li[data-status=completed] .focusJourneyNumber{color:#066d63;background:#ddf7f2}.focusJourneyEdit{color:var(--indigo);font-size:.76rem;font-weight:850}.focusHome>.focusWorkspace{margin-top:34px}.focusSchoolTarget{border:1px solid #cfeae6;border-left:5px solid var(--teal);background:#fbfffe;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:30px;padding:20px 22px;display:grid}.focusSchoolTarget>div{gap:4px;min-width:0;display:grid}.focusSchoolTarget span{color:var(--teal);letter-spacing:.09em;text-transform:uppercase;font-size:.7rem;font-weight:900}.focusSchoolTarget strong{overflow-wrap:anywhere;color:var(--navy);font-size:1.08rem}.focusSchoolTarget small{color:var(--muted)}.focusGapSummary{background:#fbfffe;border:1px solid #cfeae6;border-radius:20px;gap:14px;margin-top:34px;padding:22px;display:grid}.focusGapSummary>div:first-child{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.focusGapSummary span,.focusGapSummary p,.focusGapSummary small{color:var(--muted)}.focusGapSummary strong{color:var(--navy);font-family:var(--font-display), sans-serif;font-size:2.25rem}.focusGapSummary p,.focusGapSummary small{margin:0}.focusUndoNotice{border-left:4px solid var(--teal);color:var(--navy);background:#effaf8;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:15px 18px;display:flex}.focusUndoNotice button{color:var(--indigo);background:0 0;border:0;padding:7px;font-weight:850}.focusNextCard{border:1px solid #d9d1ff;border-left:5px solid var(--indigo);box-shadow:var(--shadow);border-radius:20px;margin-top:22px;padding:clamp(24px,5vw,36px)}.focusNextCard>span{color:var(--indigo);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:900}.focusNextCard h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.04em;margin:10px 0 0;font-size:clamp(1.75rem,4vw,2.45rem);line-height:1.05}.focusNextCard p{color:var(--muted);margin:13px 0 24px;line-height:1.55}.focusQuietLink{width:max-content;max-width:100%;color:var(--indigo);background:0 0;border:0;margin:24px auto 0;padding:8px;font-weight:800;display:block}.focusWorkspace>header,.focusPlan>header,.focusProfile>header{margin-bottom:32px}.focusActionPanel,.focusProfileCard{border:1px solid var(--line);background:#fff;border-radius:20px;gap:20px;padding:clamp(22px,5vw,32px);display:grid}.focusActionPanel>.focusPrimaryButton{justify-self:start;margin-top:8px}.focusCompleteMessage{color:#066d63;background:#ddf7f2;border-radius:999px;justify-self:start;margin:0;padding:9px 13px;font-size:.82rem;font-weight:850}.focusSourceAction>a,.focusActionPanel>a{width:max-content;color:var(--blue);align-items:center;gap:6px;font-weight:800;display:inline-flex}.focusSecondarySourceLink{font-size:.88rem}.focusAidPending,.focusLateDeadline{border-left:4px solid var(--teal);color:var(--muted);background:#effaf8;border-radius:14px;margin:0;padding:18px 20px;line-height:1.5}.focusFafsaStepCount{width:max-content;color:var(--indigo);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}.focusFafsaTask,.focusFafsaNotice{gap:9px;display:grid}.focusFafsaTask h2,.focusFafsaNotice h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:0;font-size:clamp(1.45rem,3.5vw,2rem);line-height:1.08}.focusFafsaTask p,.focusFafsaNotice p,.focusFafsaNotice small{color:var(--muted);margin:0;line-height:1.55}.focusFafsaNotice{border-left:4px solid var(--teal);background:#effaf8;border-radius:14px;padding:19px 20px}.focusFafsaNotice--complete,.focusFafsaNotice--open{background:#f3fbf9}.focusFafsaNotice--priorityPassed{background:#fff8ed;border-left-color:#e78b2f}.focusFafsaDeadlineDetails{color:var(--navy)}.focusFafsaDeadlineDetails summary{width:max-content;max-width:100%;color:var(--indigo);cursor:pointer;font-size:.84rem;font-weight:850}.focusFafsaDeadlineDetails>div{border-left:3px solid var(--teal);gap:14px;margin-top:14px;padding:4px 0 4px 16px;display:grid}.focusFafsaDeadlineDetails dl{gap:10px;margin:0;display:grid}.focusFafsaDeadlineDetails dl>div{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.focusFafsaDeadlineDetails dt{color:var(--muted);font-size:.86rem}.focusFafsaDeadlineDetails dd{color:var(--navy);text-align:right;margin:0;font-weight:800}.focusFafsaDeadlineDetails dd strong{font-weight:inherit}.focusFafsaDeadlineDetails dd small{color:#9a4c0c;margin-left:5px;font-size:.75rem}.focusFafsaDeadlineDetails p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.focusFafsaDeadlineDetails a{width:max-content;max-width:100%;color:var(--blue);align-items:center;gap:6px;font-weight:800;display:inline-flex}.focusWorkspace[data-funding-action=fafsa]>header h1{font-size:clamp(2rem,3.6vw,2.9rem);line-height:1.02}.focusFafsaSourceLinks{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.focusFafsaSourceLinks>a{color:var(--blue);align-items:center;gap:6px;font-weight:800;display:inline-flex}.focusFafsaSourceLinks>a.focusPrimaryButton{color:#fff;text-decoration:none}.focusFafsaNotice--waiting{border-left-color:var(--indigo);background:#f5f2ff}.focusFafsaNotice--closed{border-left-color:var(--coral);background:#fff4f1}.focusLateDeadline{gap:8px;display:grid}.focusLateDeadline--federal_closed,.focusAidDeadline--federal_closed{border-left-color:var(--coral);background:#fff4f1}.focusLateDeadline>p{color:var(--teal);letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:900}.focusLateDeadline--federal_closed>p{color:#a6362e}.focusLateDeadline h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.03em;margin:0;font-size:clamp(1.25rem,3vw,1.7rem);line-height:1.15}.focusLateDeadline>span{color:var(--muted);font-size:.9rem}.focusLateDeadline>button{color:var(--indigo);background:0 0;border:0;justify-self:start;padding:6px 0;font-weight:850}.focusStatusChoices{flex-wrap:wrap;gap:10px;display:flex}.focusStatusChoices button:not(.focusPrimaryButton){border:1px solid var(--line);min-height:44px;color:var(--navy);background:#fff;border-radius:12px;padding:0 15px;font-weight:750}.focusFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.focusSchoolAidBrief{gap:26px}.focusAidBriefMeta{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:18px;padding-bottom:17px;display:flex}.focusAidBriefMeta span{color:var(--teal);letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:900}.focusAidBriefMeta small,.focusAidSourceNote{color:var(--muted)}.focusAidDeadline{border-left:4px solid var(--teal);background:#effaf8;border-radius:14px;padding:20px 22px}.focusAidDeadline.focusAidDeadline--federal_closed{border-left-color:var(--coral);background:#fff4f1}.focusAidDeadline.focusAidDeadline--federal_closed>p:first-child{color:#a6362e}.focusAidDeadline>p:first-child{color:var(--teal);letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:900}.focusAidDeadline h2,.focusAidChecklist h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.03em;margin:8px 0 0;font-size:clamp(1.3rem,3vw,1.75rem);line-height:1.15}.focusAidDeadlineSummary{color:var(--muted);margin:14px 0 0;line-height:1.5}.focusAidDeadline dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 0;display:grid}.focusAidDeadline dl>div{background:#fff;border:1px solid #cfeae6;border-radius:12px;gap:3px;padding:13px 14px;display:grid}.focusAidDeadline dt{color:var(--muted);font-size:.76rem;font-weight:750}.focusAidDeadline dd{color:var(--navy);gap:3px;margin:0;display:grid}.focusAidDeadline dd strong{font-weight:850}.focusAidDeadline dl small{color:var(--muted);line-height:1.35}.focusAffectedAid{border-top:1px solid #cfeae6;margin-top:20px;padding-top:16px}.focusAffectedAid h3{color:var(--navy);margin:0;font-size:.9rem}.focusAffectedAid ul{color:var(--muted);gap:6px;margin:10px 0 0;padding-left:20px;font-size:.86rem;display:grid}.focusChangeYearButton{margin-top:18px}.focusAidChecklist ol{color:var(--ink);gap:11px;margin:17px 0 0;padding-left:22px;line-height:1.5;display:grid}.focusAidAudienceNote{border-left:3px solid var(--blue);color:var(--muted);margin:0;padding-left:14px;line-height:1.5}.focusAidLinks{flex-wrap:wrap;gap:10px;display:flex}.focusAidLinks a{width:auto;text-decoration:none}.focusAidSourceNote{margin:-8px 0 0;font-size:.76rem;line-height:1.45}.focusScholarshipSummary{gap:5px;display:grid}.focusScholarshipSummary strong{color:var(--navy);font-size:1.25rem}.focusScholarshipSummary span,.focusScholarshipSummary small{color:var(--muted)}.focusPlanNumbers{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.focusPlanNumbers>div{border:1px solid var(--line);border-radius:17px;gap:7px;padding:20px;display:grid}.focusPlanNumbers>div.emphasis{background:#effaf8;border-color:#b9e4de}.focusPlanNumbers span{color:var(--muted);font-size:.78rem;font-weight:750}.focusPlanNumbers strong{color:var(--navy);font-size:1.45rem}.focusPlanNumbers button{color:var(--indigo);background:0 0;border:0;justify-self:start;padding:0;font-size:.78rem;font-weight:800}.focusLoanNote{color:var(--muted);background:var(--soft);border-radius:13px;margin:14px 0 0;padding:14px 16px;line-height:1.5}.focusDataSource{color:var(--blue);align-items:center;gap:6px;margin-top:14px;font-size:.8rem;font-weight:800;display:inline-flex}.focusProcessEditor{border:1px solid var(--line);background:#fff;border-radius:18px;gap:18px;margin-top:28px;padding:20px;display:grid}.focusProcessEditor h2{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.035em;margin:0;font-size:1.45rem}.focusProcessRows{gap:10px;display:grid}.focusProcessRows label{border-top:1px solid var(--line);grid-template-columns:1fr minmax(180px,220px);align-items:center;gap:18px;padding-top:12px;display:grid}.focusProcessRows label>span{gap:3px;display:grid}.focusProcessRows strong{color:var(--navy)}.focusProcessRows small{color:var(--muted)}.focusProcessRows select{border:1px solid var(--line);min-height:44px;color:var(--navy);background:#fff;border-radius:12px;padding:0 12px;font-weight:750}.focusActionList{gap:10px;margin-top:34px;display:grid}.focusPlanAction{border:1px solid var(--line);color:var(--navy);text-align:left;background:#fff;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:17px 18px;display:grid}.focusPlanAction span{gap:4px;display:grid}.focusPlanAction small{color:var(--muted);font-weight:500;line-height:1.4}.focusCompleted{border:1px solid var(--line);border-radius:15px;margin-top:28px;padding:16px 18px}.focusCompleted summary{color:var(--navy);cursor:pointer;font-weight:800}.focusCompleted li{color:var(--muted);text-transform:capitalize;margin-top:8px}.focusProfile{width:min(680px,100%)}.focusProfileCard+.focusProfileCard{margin-top:16px}.focusProfileCard h2{color:var(--navy);margin:0}.focusProfileIdentity{grid-template-columns:auto 1fr;align-items:center;gap:18px;display:grid}.focusAccountIdentity{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding-top:20px;display:grid}.focusAccountIdentity div{background:#f7f8fc;border-radius:13px;gap:5px;min-width:0;padding:14px 16px;display:grid}.focusAccountIdentity dt{color:var(--muted);font-size:.75rem;font-weight:800}.focusAccountIdentity dd{color:var(--navy);overflow-wrap:anywhere;margin:0;font-weight:800}.focusSaveState{border-left:4px solid var(--teal);background:#f2fbf9;border-radius:12px;gap:4px;padding:14px 16px;display:grid}.focusSaveState span,.focusSaveState small{color:var(--muted)}.focusSaveState--error{border-left-color:var(--coral);background:#fff4f1}.focusSignOut{color:#a6362e;background:0 0;border:0;justify-self:start;padding:8px 0;font-weight:800}.focusError{color:#a6362e;margin:0}@media (max-width:760px){.focusOnboardingHeader,.focusTopbar{min-height:70px;padding:0 16px}.focusOnboardingPanel,.focusMain,.focusProgress{width:min(100% - 30px,620px)}.focusMain{padding-top:24px}.focusOnboardingPanel>h1,.focusWorkspace>header h1,.focusHomeHeader h1,.focusPlan>header h1,.focusProfile>header h1{font-size:clamp(2.25rem,11vw,3.45rem)}.focusTwoChoices,.focusYearChoices,.focusMoneyGrid,.focusFormGrid,.focusAidDeadline dl,.focusPlanNumbers{grid-template-columns:1fr}.focusOnboardingActions{flex-direction:column-reverse;align-items:stretch}.focusOnboardingActions button,.focusNextCard .focusPrimaryButton{width:100%}.focusSchoolResults article{grid-template-columns:1fr}.focusSchoolResults button{width:100%}.focusGapSummary>div:first-child{flex-direction:column;align-items:flex-start;gap:5px}.focusUndoNotice,.focusProcessRows label{grid-template-columns:1fr;align-items:stretch}.focusUndoNotice{flex-direction:column}.focusUndoNotice button{align-self:flex-start}.focusSchoolTarget{grid-template-columns:1fr}.focusSchoolTarget .focusSecondaryButton{width:100%}.focusStatusChoices{display:grid}.focusStatusChoices button{width:100%}.focusScholarshipDiscovery>.focusPrimaryButton{justify-self:stretch;width:100%}.focusFafsaSourceLinks{display:grid}.focusFafsaSourceLinks>a{justify-content:center;width:100%}.focusJourneyTracker{padding:18px}.focusHome>.focusWorkspace{margin-top:28px}.focusAidBriefMeta{flex-direction:column;align-items:flex-start;gap:5px}.focusAidLinks{display:grid}.focusAidLinks a{width:100%}}@media (max-width:460px){.focusTopbar .brandMark,.focusOnboardingHeader .brandMark{font-size:1rem}.focusProfileIdentity,.focusAccountIdentity{grid-template-columns:1fr}}.downloadWebLink:hover,.downloadWebLink:focus-visible,.desktopAuthQuietLink:hover,.desktopAuthQuietLink:focus-visible{text-underline-offset:3px;text-decoration:underline}.focusDesktopCard{grid-template-columns:1fr auto;align-items:center}.focusDesktopCard p{color:var(--muted);margin:6px 0 0}.focusDesktopCard .focusSecondaryButton{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.downloadPage,.desktopAuthPage{background:#fff;min-height:100svh}.downloadTopbar,.desktopAuthTopbar{border-bottom:1px solid var(--line);align-items:center;min-height:78px;padding:14px clamp(20px,5vw,72px);display:flex}.downloadTopbar a,.desktopAuthTopbar a{text-decoration:none;display:inline-flex}.downloadHero{align-content:center;gap:24px;width:min(980px,100% - 40px);min-height:calc(100svh - 78px);margin:0 auto;padding:clamp(48px,8vw,90px) 0;display:grid}.downloadIntro{justify-items:start;gap:28px;max-width:900px;display:grid}.downloadIntro h1,.desktopAuthCard h1{color:var(--navy);font-family:var(--font-display), sans-serif;letter-spacing:-.055em;text-wrap:balance;margin:0;font-size:clamp(2.7rem,6.7vw,5.6rem);line-height:.98}.downloadIntro>p:last-child,.desktopAuthCard>p{max-width:650px;color:var(--muted);margin:0;font-size:1.05rem;line-height:1.6}.downloadCard,.desktopAuthCard{background:#fff;border:1px solid #dce1ef;border-radius:24px;gap:22px;padding:clamp(24px,5vw,42px);display:grid;box-shadow:0 22px 64px #17214a14}.downloadCard h2{color:var(--navy);margin:0;font-size:1.6rem}.downloadCard>div>p{color:var(--muted);margin:6px 0 0}.downloadPrimaryButton,.desktopAuthPrimary{color:#fff;background:var(--indigo);border:0;border-radius:13px;justify-content:center;align-items:center;width:fit-content;min-height:50px;padding:13px 20px;font-weight:850;text-decoration:none;display:inline-flex;box-shadow:0 13px 30px #5236e833}.downloadPrimaryButton{border-radius:16px;min-height:64px;padding:16px 30px;font-size:1.05rem}.downloadPrimaryButton:hover,.downloadPrimaryButton:focus-visible,.desktopAuthPrimary:hover,.desktopAuthPrimary:focus-visible{background:#3e28cf}.downloadDetails{width:min(720px,100%)}.downloadDetails summary{min-height:46px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dce1ef;border-radius:13px;align-items:center;gap:9px;padding:10px 16px;font-weight:800;list-style:none;display:inline-flex}.downloadDetails summary::-webkit-details-marker{display:none}.downloadDetails summary:hover,.downloadDetails summary:focus-visible{background:#f8f6ff;border-color:#cfc4ff}.downloadDetailsIcon{font-size:1.2rem;line-height:1;transition:transform .18s}.downloadDetails[open] .downloadDetailsIcon{transform:rotate(45deg)}.downloadDetailsBody{gap:18px;margin-top:18px;display:grid}.downloadFacts{border:1px solid #e1e5f0;border-radius:16px;grid-template-columns:repeat(3,1fr);margin:0;display:grid;overflow:hidden}.downloadFacts>div{padding:16px}.downloadFacts>div+div{border-left:1px solid #e1e5f0}.downloadFacts dt{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:850}.downloadFacts dd{color:var(--navy);margin:0;font-size:.86rem;font-weight:700;line-height:1.4}.downloadChecksum{border-top:1px solid #e3e7f1;padding-top:15px}.downloadChecksum p{color:var(--muted);margin:0 0 5px;font-size:.72rem;font-weight:800}.downloadChecksum code{overflow-wrap:anywhere;color:var(--navy);font-size:.76rem;line-height:1.5;display:block}.downloadWebLink,.desktopAuthQuietLink{color:var(--indigo);justify-self:center;font-weight:800;text-decoration:none}.desktopAuthPage{grid-template-rows:auto 1fr;display:grid}.desktopAuthCard{place-self:center;width:min(520px,100% - 40px);margin:48px 0 70px}.desktopAuthCard h1{font-size:clamp(2.3rem,6vw,3.8rem)}.desktopAuthInvalid,.desktopAuthReturning{justify-items:start}.desktopAuthReturning{text-align:center;justify-items:center}.desktopAuthPulse{background:var(--indigo);width:15px;height:15px;box-shadow:25px 0 var(--teal), -25px 0 var(--navy);border-radius:50%;animation:.9s ease-in-out infinite alternate loadingPulse}.desktopAuthSecondary,.desktopAuthGoogle,.desktopAuthModes button,.desktopAuthTextButton{min-height:46px;color:var(--navy);background:#fff;border:1px solid #dce1ef;border-radius:12px;padding:11px 16px;font-weight:800}.desktopAuthGoogle,.desktopAuthSecondary{width:100%}.desktopAuthGoogle:hover,.desktopAuthGoogle:focus-visible,.desktopAuthSecondary:hover,.desktopAuthSecondary:focus-visible,.desktopAuthModes button:hover,.desktopAuthModes button:focus-visible{background:#f6f4ff}.desktopAuthDivider{color:var(--muted);text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;font-size:.72rem;font-weight:800;display:grid}.desktopAuthDivider:before,.desktopAuthDivider:after{content:"";background:#e1e5ef;height:1px}.desktopAuthModes{grid-template-columns:1fr 1fr;gap:8px;display:grid}.desktopAuthModes button.active{color:var(--indigo);background:#f1eeff;border-color:#cfc5ff}.desktopAuthForm{gap:9px;display:grid}.desktopAuthForm label{color:var(--navy);margin-top:5px;font-size:.8rem;font-weight:800}.desktopAuthForm input{width:100%;min-height:48px;color:var(--navy);font:inherit;background:#fff;border:1px solid #dce1ef;border-radius:12px;padding:11px 14px}.desktopAuthForm input:focus{border-color:var(--indigo);outline:3px solid #5236e821}.desktopAuthForm small{color:var(--muted)}.desktopAuthForm .desktopAuthPrimary{width:100%;margin-top:10px}.desktopAuthTextButton{min-height:38px;color:var(--indigo);background:0 0;border:0}.desktopAuthSent h2{color:var(--navy);margin:0 0 8px}.desktopAuthSent p{color:var(--muted);margin:0 0 20px;line-height:1.55}.desktopAuthError{color:#8f2823;background:#fff7f6;border-left:3px solid #bc352e;margin:0;padding:10px 12px;font-size:.86rem;line-height:1.45}@media (max-width:640px){.welcomeHeaderDownload{min-height:42px;padding:0 14px;font-size:.78rem}.downloadHero{align-content:start;min-height:0}.downloadIntro h1{font-size:clamp(2.5rem,12.5vw,4rem)}.downloadFacts{grid-template-columns:1fr}.downloadFacts>div+div{border-top:1px solid #e1e5f0;border-left:0}.downloadPrimaryButton,.desktopAuthPrimary{width:100%}.focusDesktopCard{grid-template-columns:1fr;align-items:stretch}}
