:root{--navy:#102a3a;--navy2:#183d4e;--green:#2fae91;--cyan:#12aeb5;--yellow:#f5c85b;--coral:#ff786d;--paper:#fff9ed;--mint:#dff5ea;--muted:#61717a;--line:#d7e1dd;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 90% 8%,rgba(18,174,181,.1),transparent 23%),var(--paper);color:var(--navy);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.storeNav{max-width:1180px;margin:auto;padding:22px 28px;display:flex;align-items:center;gap:36px}.brandLink{display:flex;align-items:center;gap:12px;min-width:max-content}.brandLink img{display:block;width:48px;height:48px;object-fit:contain;border-radius:50%}.brandLink>span{display:flex;flex-direction:column;letter-spacing:.04em}.brandLink b{font-size:13px}.brandLink small{font-size:7px;color:var(--green);font-weight:800;margin-top:3px}.brandLink.compact img{width:40px;height:40px}.brandLink.compact b{font-size:11px}.storeNav nav{display:flex;gap:25px;margin-left:auto}.storeNav nav a{font-size:12px;font-weight:700;color:var(--muted)}.navActions{display:flex;align-items:center;gap:10px}.navActions form{margin:0}.accountButton{padding:11px 17px;border:1px solid var(--navy);border-radius:999px;font-size:11px;font-weight:800}.adminLink,.linkButton{font-size:10px;font-weight:800;color:var(--green)}.linkButton{border:0;background:transparent;cursor:pointer}.flash{max-width:940px;margin:6px auto 20px;padding:14px 18px;border-radius:13px;font-size:12px;font-weight:800}.flash.success{background:var(--mint)}.flash.info{background:#eef6fa}.eyebrow{display:inline-flex;background:var(--yellow);color:var(--navy);padding:8px 14px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.08em}.storeHero{max-width:1180px;min-height:620px;margin:10px auto 50px;padding:74px 72px;border-radius:34px;background:var(--navy);color:white;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;position:relative}.storeHero:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(18,174,181,.13);right:-70px;top:-100px}.storeHero h1{font-size:68px;line-height:.98;letter-spacing:-.055em;margin:25px 0}.storeHero h1 em,.accountHero h1 em,.authIntro h1 em,.adminHero h1 em,.adminForm h1 em,.volumeHero h1 em,.productCopy h2 em{font-style:normal;color:var(--cyan)}.storeHero p{color:#cbd7dc;max-width:540px;font-size:17px;line-height:1.65}.heroActions{display:flex;gap:11px;margin-top:26px}.shopPrimary,.shopSecondary{display:inline-flex;justify-content:center;align-items:center;padding:15px 20px;border-radius:13px;font-size:12px;font-weight:800}.shopPrimary{background:var(--yellow);color:var(--navy)}.shopSecondary{border:1px solid #cddadf;color:inherit}.trustRow{display:flex;gap:18px;margin-top:30px;color:#a9bec7;font-size:10px}.heroVisual{height:430px;display:grid;place-items:center;position:relative}.heroBook{width:245px;height:345px;border-radius:6px 22px 22px 6px;padding:31px 27px;background:linear-gradient(150deg,#103247,#1a5364);box-shadow:-20px 24px 50px #071b26;transform:rotate(4deg);display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2}.heroBook:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 25%,var(--yellow),transparent 8%),radial-gradient(circle at 72% 42%,var(--green),transparent 17%);opacity:.45;border-radius:inherit}.heroBook>*{position:relative;z-index:1}.heroBook small,.heroBook span{font-size:8px;font-weight:800;letter-spacing:.09em}.heroBook strong{font-size:29px;line-height:1.05}.heroBook em{font-style:normal;color:var(--yellow)}.orbit{position:absolute;padding:9px 13px;border-radius:999px;background:white;color:var(--navy);font-size:8px;font-weight:900;letter-spacing:.08em;z-index:3}.orbitOne{left:15px;top:72px}.orbitTwo{right:5px;top:155px}.orbitThree{left:30px;bottom:58px}.shopSection{max-width:1180px;margin:0 auto;padding:70px 28px}.sectionHead{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.sectionHead small{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.1em}.sectionHead h2{font-size:36px;letter-spacing:-.035em;margin:8px 0 0}.sectionHead p{max-width:420px;color:var(--muted);font-size:13px;line-height:1.6}.productGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.productCard{min-height:390px;border-radius:24px;background:white;border:1px solid var(--line);padding:25px;position:relative;overflow:hidden;display:flex;flex-direction:column}.productCard:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-75px;top:50px;background:var(--accent);opacity:.12}.productCard.cyan{--accent:var(--cyan)}.productCard.green{--accent:var(--green)}.productTop{display:flex;justify-content:space-between;position:relative;z-index:1}.productTop span,.productTop i{font-size:8px;font-weight:900;letter-spacing:.09em}.productTop span{color:var(--green)}.productTop i{font-style:normal;background:var(--mint);padding:6px 9px;border-radius:999px}.productNumber{font-size:64px;font-weight:900;color:var(--accent);opacity:.24;line-height:1;margin:27px 0 4px}.productCard h3{font-size:25px;margin:0 0 9px}.productCard>p{font-size:12px;line-height:1.55;color:var(--muted);max-width:420px}.productCard ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:10px;color:var(--muted)}.productActions{display:flex;gap:9px;margin-top:auto}.productActions a,.libraryCards a{border:0;background:var(--navy);color:var(--yellow);padding:11px 14px;border-radius:10px;font-size:10px;font-weight:800}.productActions .outline{background:transparent;color:var(--navy);border:1px solid var(--line)}.toolStrip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);border-radius:25px;overflow:hidden}.toolStrip article{padding:28px;color:white;border-right:1px solid rgba(255,255,255,.1)}.toolStrip b{color:var(--yellow)}.toolStrip h3{font-size:19px;margin:24px 0 8px}.toolStrip p{font-size:11px;color:#b8c9cf;line-height:1.55}.howSection{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.howSection h2{font-size:44px;line-height:1.03;letter-spacing:-.04em}.howSection>div>p{color:var(--muted);line-height:1.65}.howSection ol{list-style:none;padding:0;display:grid;gap:12px}.howSection li{display:flex;gap:15px;background:white;border:1px solid var(--line);padding:18px;border-radius:16px}.howSection li>b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--yellow)}.howSection li span{display:flex;flex-direction:column;gap:4px}.howSection li small{color:var(--muted);line-height:1.4}.storeFooter{max-width:1180px;margin:50px auto 0;padding:35px 28px;border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;color:var(--muted);font-size:9px}.storeFooter p{margin-left:auto}.authShell{max-width:1000px;margin:35px auto 70px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:25px}.authIntro{padding:36px}.authIntro h1,.adminHero h1,.volumeHero h1{font-size:52px;line-height:1.02;letter-spacing:-.045em}.authIntro p,.adminHero p,.volumeHero p{color:var(--muted);line-height:1.65}.authCard,.adminForm{background:white;border:1px solid var(--line);border-radius:27px;padding:38px;box-shadow:0 20px 60px rgba(16,42,58,.08)}.authCard h2{font-size:25px;margin-top:0}.formStack{display:grid;gap:14px}.formStack label,.activationForm label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.05em}.formStack label small{font-size:7px}.formStack input,.formStack select,.activationForm input,.generatedCodes textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fbfcfa;padding:13px;color:var(--navy)}.fieldPair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.primary{border:0;cursor:pointer;background:var(--navy);color:var(--yellow);padding:15px 20px;border-radius:12px;font-weight:900}.full{width:100%}.buttonLink{display:block;text-align:center}.passwordHelp{color:var(--muted);font-size:9px;line-height:1.4}.switchAuth{text-align:center;color:var(--muted);font-size:11px;margin:20px 0 0}.switchAuth a{color:var(--green);font-weight:900}.formError,.formSuccess{padding:12px 15px;border-radius:12px;margin:12px 0}.formError{background:#fff0ed;color:#9d443c}.formSuccess{background:var(--mint)}.formError p,.formSuccess p{font-size:11px;margin:4px 0}.accountHero,.libraryCards{max-width:940px;margin:auto}.accountHero{padding:75px 25px 30px}.accountHero h1{font-size:55px;line-height:1;margin:24px 0}.accountHero p{color:var(--muted)}.libraryCards{padding:20px 25px 80px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.libraryCards article{padding:28px;border-radius:22px;border:1px solid var(--line);background:white;min-height:230px;display:flex;flex-direction:column}.libraryCards article.owned{background:var(--navy);color:white}.libraryCards span{color:var(--green);font-size:9px;font-weight:900}.libraryCards h2{font-size:24px}.libraryCards p{color:var(--muted);font-size:11px;line-height:1.55}.libraryCards .owned p{color:#bdd0d7}.libraryCards a{align-self:flex-start;margin-top:auto;background:var(--yellow);color:var(--navy)}.libraryCards .mutedAction{background:var(--navy);color:var(--yellow)}.activationPage main{padding:30px}.backLink{display:block;max-width:940px;margin:0 auto 20px;font-size:11px;font-weight:800}.activationCard{max-width:650px;margin:auto;background:white;border:1px solid var(--line);border-radius:28px;padding:55px}.keyIcon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--mint);font-size:25px;margin-bottom:20px}.activationCard h1{font-size:45px;line-height:1.05}.activationCard h1 em{font-style:normal;color:var(--cyan)}.activationCard>p{color:var(--muted);line-height:1.6}.activationForm{margin-top:30px}.activationForm input{text-transform:uppercase;font-weight:800;letter-spacing:.08em;margin-top:8px}.activationForm button{width:100%;margin-top:10px;border:0;border-radius:12px;padding:15px;background:var(--navy);color:var(--yellow);font-weight:800}.activationHelp{margin-top:25px;border-left:3px solid var(--cyan);padding:12px 15px;display:flex;flex-direction:column;gap:4px;background:#f3faf9}.activationHelp span{font-size:10px;color:var(--muted);line-height:1.5}.adminShell,.volumeShell{max-width:1000px;margin:35px auto 80px;padding:25px}.adminHero,.volumeHero{max-width:720px}.adminStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.adminStats article{background:var(--navy);color:white;padding:22px;border-radius:18px;display:flex;flex-direction:column}.adminStats small{color:var(--green);font-size:8px;font-weight:900}.adminStats strong{color:var(--yellow);font-size:34px;margin-top:8px}.adminActions,.migrationGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.adminActions article,.migrationGrid article{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:210px;display:flex;flex-direction:column}.adminActions span,.migrationGrid span{color:var(--green);font-weight:900}.adminActions h2,.migrationGrid h2{font-size:21px;margin:24px 0 8px}.adminActions p,.migrationGrid p{font-size:11px;color:var(--muted);line-height:1.55}.adminActions a,.adminActions button,.migrationGrid button{align-self:flex-start;margin-top:auto;border:0;background:var(--navy);color:var(--yellow);padding:11px 14px;border-radius:10px;font-size:10px;font-weight:900}.adminActions button:disabled,.migrationGrid button:disabled{opacity:.45}.adminForm{max-width:700px;margin:auto}.adminForm h1{font-size:45px}.adminForm>p{color:var(--muted);line-height:1.6}.generatedCodes{margin-top:25px;padding:18px;background:var(--navy);border-radius:17px;display:grid;gap:12px}.generatedCodes small{color:var(--yellow);font-weight:900}.generatedCodes textarea{font-family:monospace;line-height:1.6}.generatedCodes button{justify-self:start;border:0;border-radius:10px;padding:10px 14px;background:var(--yellow);color:var(--navy);font-weight:900}.accessSuccess{display:inline-flex;margin:15px 0 30px;padding:13px 17px;background:var(--mint);border-radius:13px;font-weight:900;font-size:11px}.productPage{min-height:100vh}.productDetail{max-width:940px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center;padding:65px 25px}.productCover{min-height:520px;padding:38px;background:var(--navy);color:white;border-radius:8px 26px 26px 8px;display:flex;flex-direction:column}.productCover h1{font-size:42px;margin:auto 0}.productCover h1 em{font-style:normal;color:var(--yellow)}.productCover small,.productCover span{font-size:9px;font-weight:800}.volumeTwoCover{background:linear-gradient(155deg,#103247,#167b79)}.volumeTwoCover h1 em{color:#b8d96b}.productCopy h2{font-size:38px;line-height:1.12}.productCopy>p{color:var(--muted);line-height:1.6}.productCopy ul{list-style:none;padding:0;line-height:2;color:var(--muted)}.salesNotice{padding:16px;background:var(--mint);border-radius:13px;display:flex;flex-direction:column;gap:4px;margin-top:18px}.salesNotice span{font-size:10px;color:var(--muted)}
@media(max-width:820px){.storeNav nav{display:none}.storeHero{margin:0;border-radius:0;grid-template-columns:1fr;padding:55px 25px}.storeHero h1{font-size:49px}.heroVisual{height:390px}.sectionHead{align-items:start;flex-direction:column}.productGrid,.libraryCards,.productDetail,.howSection,.authShell{grid-template-columns:1fr}.toolStrip{grid-template-columns:1fr 1fr}.productCard ul{grid-template-columns:1fr}.storeFooter{align-items:flex-start;flex-direction:column}.storeFooter p{margin-left:0}.productDetail{gap:30px}.productCover{min-height:440px}.adminActions,.migrationGrid{grid-template-columns:1fr}}
@media(max-width:520px){.storeNav{padding-inline:15px;gap:12px}.brandLink b{font-size:9px}.brandLink small{font-size:5.5px}.brandLink img{width:38px;height:38px}.navActions .adminLink,.storeNav .linkButton{display:none}.accountButton{padding:9px 11px}.storeHero h1{font-size:42px}.heroVisual{display:none}.shopSection{padding:52px 16px}.sectionHead h2{font-size:31px}.productGrid{grid-template-columns:1fr}.toolStrip{grid-template-columns:1fr}.toolStrip article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.howSection{gap:30px}.howSection h2{font-size:37px}.authShell,.adminShell,.volumeShell{padding:10px 16px}.authIntro{padding:20px 0}.authIntro h1,.adminHero h1,.volumeHero h1{font-size:40px}.authCard,.adminForm,.activationCard{padding:30px 20px}.fieldPair,.adminStats{grid-template-columns:1fr}.libraryCards{grid-template-columns:1fr}.accountHero h1{font-size:43px}.productDetail{padding-inline:16px}}

/* Volume 1 — account-saved learning tools */
.hubShell{display:grid;gap:24px}.hubTools{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:25px;padding:28px}.compactHead{margin-bottom:18px}.compactHead h2{font-size:27px}.toolCards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.toolCards article{min-height:210px;border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;color:white;position:relative;overflow:hidden}.calculatorCard{background:var(--navy)}.plannerCard{background:linear-gradient(145deg,var(--cyan),#218f9e)}.toolCards span{font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--yellow)}.toolCards h3{font-size:24px;line-height:1.1;margin:25px 0 9px}.toolCards p{font-size:11px;line-height:1.55;color:#d7e4e8}.toolCards a{margin-top:auto;border-radius:11px;padding:11px 15px;background:var(--yellow);color:var(--navy);font-size:10px;font-weight:900}.hubStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.hubStats article,.dashboardSummary article,.plannerStats article{background:var(--navy);border-radius:18px;padding:20px;display:flex;flex-direction:column;color:white}.hubStats small,.dashboardSummary small,.plannerStats small{font-size:8px;font-weight:900;letter-spacing:.08em;color:var(--green)}.hubStats strong,.dashboardSummary strong,.plannerStats strong{font-size:29px;color:var(--yellow);margin:7px 0}.hubStats span,.dashboardSummary span{font-size:10px;color:#cbd7dc}.journey{display:grid;gap:10px}.journey article{display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;background:white;border:1px solid var(--line);padding:16px;border-radius:16px;opacity:.75}.journey article.current{border-color:var(--green);box-shadow:0 8px 26px rgba(47,174,145,.15);opacity:1}.journey article.done{background:var(--mint);opacity:1}.journey article>b{width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--yellow);display:grid;place-items:center}.journey div{display:flex;flex-direction:column;gap:3px}.journey div small{color:var(--green);font-size:9px;font-weight:900}.journey div span{color:var(--muted);font-size:11px}.journey a,.journey i{background:var(--navy);color:var(--yellow);padding:10px 13px;border-radius:10px;font-size:10px;font-weight:900;font-style:normal}.journey i{background:#dfe5e2;color:#7e8b90}.privacyNote,.toolNotice,.plannerReflection{border-left:4px solid var(--cyan);background:#edf8f7;padding:17px 19px;border-radius:4px 14px 14px 4px;display:flex;flex-direction:column;gap:5px}.privacyNote span,.toolNotice span,.plannerReflection span{font-size:10px;line-height:1.5;color:var(--muted)}.compactHero{padding:10px 0 20px}.compactHero h1{font-size:48px}.chapterGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.chapterGrid article{min-height:190px;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column}.chapterGrid article.chapterDone{background:linear-gradient(145deg,var(--mint),white);border-color:var(--green)}.chapterGrid span{font-size:9px;color:var(--green);font-weight:900;letter-spacing:.08em}.chapterGrid h2{font-size:17px;line-height:1.25;margin:20px 0 9px}.chapterGrid p{color:var(--muted);font-size:10px}.chapterGrid a{align-self:flex-start;margin-top:auto;background:var(--navy);color:var(--yellow);padding:10px 13px;border-radius:10px;font-size:10px;font-weight:900}.quizShell{max-width:940px}.quizForm{display:grid;gap:14px}.questionCard{display:grid;grid-template-columns:44px 1fr;gap:16px;background:white;border:1px solid var(--line);padding:20px;border-radius:18px}.questionNumber{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;font-weight:900}.questionCard h2{font-size:16px;margin:4px 0 14px}.answerGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.answerGrid label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;padding:10px;color:var(--muted);font-size:11px;cursor:pointer}.answerGrid input{position:absolute;opacity:0;pointer-events:none}.answerGrid i{width:26px;height:26px;flex:0 0 26px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:900;color:var(--navy)}.answerGrid label:has(input:checked),.answerGrid label.selected{background:var(--mint);border-color:var(--green);color:var(--navy);font-weight:800}.answerGrid label.correct{background:var(--mint);border-color:var(--green)}.answerGrid label.wrong{background:#fff0ed;border-color:var(--coral)}.answerGrid label b{margin-left:auto;color:var(--green)}.answerFeedback{font-size:10px;color:#a34842;margin:9px 0 0}.answerFeedback.good{color:var(--green);font-weight:900}.chapterResult{display:flex;align-items:center;gap:16px;background:var(--navy);color:white;border-radius:17px;padding:18px}.chapterResult>strong{width:62px;height:62px;border-radius:50%;background:var(--yellow);color:var(--navy);display:grid;place-items:center;font-size:19px}.chapterResult span{display:flex;flex-direction:column;gap:4px}.chapterResult small{color:#cbd7dc}.formActions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.primaryButton,.secondaryButton{border:0;border-radius:12px;padding:14px 18px;font-size:11px;font-weight:900;cursor:pointer}.primaryButton{background:var(--navy);color:var(--yellow)}.secondaryButton{background:var(--mint);color:var(--navy)}.quizStep{display:none}.quizStep.active{display:grid;gap:14px}.stepLabel{font-size:10px;color:var(--green);font-weight:900;letter-spacing:.08em}.profileStep fieldset{border:0;background:white;border-radius:18px;padding:22px;margin:0}.profileStep legend{font-size:10px;font-weight:900;padding:0 6px}.snapshotFields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.snapshotFields label,.toolForm label,.plannerSetup label,.dayEditor>label,.dayEditor .fieldPair label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:9px;font-weight:900}.snapshotFields input,.otherInput,.toolForm input,.toolForm select,.plannerSetup input,.dayEditor input,.dayEditor select,.dayEditor textarea{width:100%;border:1px solid var(--line);background:#fbfcfa;border-radius:12px;padding:13px;color:var(--navy)}.confidenceScale{display:grid;grid-template-columns:repeat(11,1fr);gap:7px}.confidenceScale input,.pillGrid input,.checkGrid input{position:absolute;opacity:0}.confidenceScale span{display:grid;place-items:center;aspect-ratio:1;border:1px solid var(--green);border-radius:50%;font-weight:900;cursor:pointer}.confidenceScale input:checked+span{background:var(--green)}.scaleHelp{display:flex;justify-content:space-between;color:var(--muted);font-size:9px;margin-top:9px}.pillGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pillGrid span{display:block;text-align:center;border:1px solid var(--line);padding:11px;border-radius:999px;font-size:10px;cursor:pointer}.pillGrid input:checked+span{background:var(--mint);border-color:var(--green);font-weight:900}.checkGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkGrid span{display:block;border:1px solid var(--line);padding:11px;border-radius:11px;font-size:10px;cursor:pointer}.checkGrid input:checked+span{background:var(--mint);border-color:var(--green);font-weight:900}.otherInput{margin-top:10px}.snapshotResult{max-width:760px;margin:auto;text-align:center;background:rgba(255,255,255,.65);border:1px solid var(--line);border-radius:28px;padding:55px}.successIcon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-size:28px;font-weight:900;margin:0 auto 18px}.snapshotResult h1{font-size:45px}.snapshotResult h1 em{font-style:normal;color:var(--cyan)}.snapshotResult>p{color:var(--muted);line-height:1.6}.snapshotCard{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left;margin-top:25px}.snapshotCard>div{background:white;border:1px solid var(--line);padding:18px;border-radius:14px;display:flex;flex-direction:column;gap:7px}.snapshotCard .wide{grid-column:1/-1}.snapshotCard small{color:var(--green);font-size:8px;font-weight:900}.dashboardSummary,.plannerStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.dashboardChapters{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashboardChapters a{border:1px solid var(--line);background:white;border-radius:15px;padding:14px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px}.dashboardChapters a>span{width:36px;height:36px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-weight:900}.dashboardChapters a div{display:flex;flex-direction:column;gap:3px}.dashboardChapters small{color:var(--muted);font-size:9px}.dashboardChapters i{font-style:normal;color:var(--green);font-weight:900}.comparisonCards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.comparisonCards article{background:white;border:1px solid var(--line);border-radius:17px;padding:22px;display:flex;flex-direction:column;gap:8px}.comparisonCards small{color:var(--green);font-weight:900}.comparisonCards strong{font-size:30px}.comparisonCards span{color:var(--muted)}.calculatorLayout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.toolForm,.calculatorResults,.dayEditor{background:white;border:1px solid var(--line);border-radius:20px;padding:22px}.toolForm{display:grid;gap:15px}.calculatorResults{background:var(--navy);color:white;display:flex;flex-direction:column;gap:11px}.calculatorResults>small{color:var(--green);font-size:8px;font-weight:900}.calculatorResults article{padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:14px;display:flex;flex-direction:column;gap:5px}.calculatorResults article.targetResult{background:var(--yellow);color:var(--navy);border:0}.calculatorResults strong{font-size:24px}.calculatorResults strong i{font-size:10px;font-style:normal}.calculatorResults article small{color:#b8cbd2}.calculatorResults .targetResult small{color:#4f6570}.toolNotice{margin-top:18px}.plannerStats strong{font-size:20px}.plannerSetup{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin:20px 0}.plannerSetup a{height:44px;display:grid;place-items:center;padding:0 14px;background:var(--navy);color:var(--yellow);border-radius:11px;font-size:10px;font-weight:900}.dayTabs{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin:18px 0}.dayTabs button{border:1px solid var(--line);border-radius:13px;background:white;padding:11px 6px;display:flex;flex-direction:column;gap:5px;color:var(--navy);cursor:pointer}.dayTabs button.active{background:var(--navy);color:white}.dayTabs button.started:not(.active){background:var(--mint);border-color:var(--green)}.dayTabs span{font-size:7px;color:var(--green);font-weight:900}.dayEditor{display:grid;gap:15px}.dayTitle{display:flex;justify-content:space-between;align-items:center}.dayTitle small{font-size:8px;color:var(--green);font-weight:900}.dayTitle h2{margin:3px 0}.dayTitle>span{padding:8px 11px;background:var(--mint);border-radius:999px;font-size:9px;font-weight:800}.habitChecks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.habitChecks label{display:flex;align-items:center;gap:9px;background:#f7faf8;border:1px solid var(--line);padding:12px;border-radius:12px;font-size:10px}.habitChecks input{width:auto}.plannerReflection{margin-top:17px}
@media(max-width:760px){.toolCards,.calculatorLayout,.dashboardSummary,.plannerStats{grid-template-columns:1fr}.chapterGrid{grid-template-columns:1fr 1fr}.answerGrid{grid-template-columns:1fr}.journey article{grid-template-columns:38px 1fr}.journey a,.journey i{grid-column:2}.dashboardChapters{grid-template-columns:1fr}.plannerSetup{grid-template-columns:1fr 1fr}.plannerSetup a{grid-column:1/-1}.dayTabs{grid-template-columns:repeat(4,1fr)}.confidenceScale{grid-template-columns:repeat(6,1fr)}.pillGrid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.toolCards,.chapterGrid,.comparisonCards,.snapshotCard,.fieldPair,.snapshotFields,.checkGrid,.habitChecks,.plannerSetup{grid-template-columns:1fr}.compactHero h1{font-size:37px}.questionCard{grid-template-columns:34px 1fr;padding:15px}.questionNumber{width:32px;height:32px}.formActions{flex-direction:column}.formActions>*{width:100%;text-align:center}.pillGrid{grid-template-columns:1fr}.scaleHelp{display:none}.dayTabs{grid-template-columns:repeat(2,1fr)}.snapshotCard .wide{grid-column:auto}.snapshotResult{padding:35px 18px}.snapshotResult h1{font-size:36px}}
@media print{.storeNav,.storeFooter,.noPrint,.formActions{display:none!important}.snapshotResult,.dashboardShell{box-shadow:none;border:0;margin:0;max-width:none}.volumeShell{margin:0;padding:0}}

/* Hub architecture v3 — public pages and customer dashboard */
.storeNav nav a.active{color:var(--navy);position:relative}.storeNav nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--cyan);border-radius:2px}.publicHero{margin-top:12px}.publicHero .heroBook{background:linear-gradient(150deg,#0d2b43,#126d76)}.homeIntro{padding-top:55px}.homePillars{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.homePillars article{min-height:220px;padding:25px;background:white;border:1px solid var(--line);border-radius:20px}.homePillars span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--mint);color:var(--green);font-size:11px;font-weight:900}.homePillars h3{font-size:21px;margin:28px 0 10px}.homePillars p{font-size:11px;line-height:1.65;color:var(--muted)}.homeDiscover{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding-top:30px}.discoverPanel{min-height:330px;padding:36px;border-radius:25px;display:flex;flex-direction:column;align-items:flex-start}.discoverPanel>span{font-size:9px;font-weight:900;letter-spacing:.1em}.discoverPanel h2{font-size:32px;line-height:1.08;letter-spacing:-.035em;max-width:440px}.discoverPanel p{font-size:12px;line-height:1.65;max-width:440px}.discoverPanel a{margin-top:auto;padding:13px 16px;border-radius:11px;font-size:10px;font-weight:900}.collectionDiscover{background:var(--navy);color:white}.collectionDiscover>span{color:var(--green)}.collectionDiscover p{color:#c2d3da}.collectionDiscover a{background:var(--yellow);color:var(--navy)}.toolsDiscover{background:linear-gradient(145deg,var(--cyan),#14828d);color:white}.toolsDiscover>span{color:var(--yellow)}.toolsDiscover p{color:#e4f3f4}.toolsDiscover a{background:white;color:var(--navy)}.homeHowPreview{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.homeHowPreview h2{font-size:43px;line-height:1.05;letter-spacing:-.04em}.homeHowPreview p{font-size:12px;line-height:1.65;color:var(--muted)}.miniSteps{display:grid;gap:10px}.miniSteps span{display:flex;align-items:center;gap:12px;background:white;border:1px solid var(--line);padding:14px;border-radius:14px;font-size:11px;font-weight:800}.miniSteps b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--navy);color:var(--yellow)}.miniSteps a{justify-self:start;margin-top:7px;color:var(--green);font-size:11px;font-weight:900}

.catalogShell{max-width:1080px;margin:35px auto 80px;padding:25px}.catalogHero{max-width:790px;padding:45px 0}.catalogHero h1{font-size:58px;line-height:1.01;letter-spacing:-.05em;margin:24px 0}.catalogHero h1 em{font-style:normal;color:var(--cyan)}.catalogHero p{max-width:700px;color:var(--muted);font-size:14px;line-height:1.7}.catalogList{display:grid;gap:20px}.catalogBook{display:grid;grid-template-columns:310px 1fr;gap:42px;align-items:stretch;background:white;border:1px solid var(--line);border-radius:25px;padding:20px}.catalogBook.owned{border-color:var(--green);box-shadow:0 14px 45px rgba(47,174,145,.12)}.catalogCover{min-height:390px;padding:28px;border-radius:7px 22px 22px 7px;background:linear-gradient(150deg,var(--navy),#165367);color:white;display:flex;flex-direction:column}.catalogBook:nth-child(2) .catalogCover{background:linear-gradient(150deg,var(--navy),#178b83)}.catalogCover small,.catalogCover>span{font-size:8px;font-weight:800;letter-spacing:.08em}.catalogCover>strong{font-size:72px;color:var(--yellow);opacity:.3;margin-top:auto;line-height:.8}.catalogCover h2{font-size:28px;line-height:1.04;margin:14px 0 28px;max-width:230px}.catalogCopy{padding:18px 24px 18px 0;display:flex;flex-direction:column;align-items:flex-start}.catalogStatus{width:100%;display:flex;justify-content:space-between;align-items:center}.catalogStatus span{font-size:9px;font-weight:900;color:var(--green);letter-spacing:.1em}.catalogStatus i{font-style:normal;padding:7px 10px;border-radius:999px;background:#edf2f0;color:var(--muted);font-size:8px;font-weight:900}.catalogBook.owned .catalogStatus i{background:var(--mint);color:#188369}.catalogCopy>h2{font-size:31px;margin:28px 0 10px}.catalogCopy>p{font-size:12px;color:var(--muted);line-height:1.65}.catalogCopy ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:9px 25px;color:var(--muted);font-size:10px}.catalogActions{display:flex;gap:10px;margin-top:auto;padding-top:20px}.outlineAction{display:inline-flex;justify-content:center;align-items:center;padding:14px 18px;border:1px solid var(--line);border-radius:13px;font-size:11px;font-weight:900;background:transparent;color:var(--navy)}.catalogPromise{margin-top:20px;padding:20px 24px;background:var(--navy);border-radius:18px;color:white;display:flex;align-items:center;gap:30px}.catalogPromise b{color:var(--yellow);min-width:max-content}.catalogPromise span{color:#c3d3d9;font-size:11px;line-height:1.55}

.toolsCatalogShell{max-width:1100px}.toolCatalogGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.toolCatalogCard{min-height:290px;background:white;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden}.toolCatalogCard.active{background:var(--navy);color:white;border-color:var(--navy)}.toolCatalogCard.active:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-65px;top:60px;background:rgba(18,174,181,.18)}.toolCatalogTop{width:100%;display:flex;justify-content:space-between;gap:10px;position:relative;z-index:1}.toolCatalogTop span{font-size:8px;color:var(--green);font-weight:900;letter-spacing:.08em}.toolCatalogTop i{font-size:7px;font-style:normal;color:var(--muted);font-weight:900;text-align:right}.toolCatalogCard.active .toolCatalogTop i{color:var(--yellow)}.toolCatalogCard>b{font-size:48px;color:var(--cyan);opacity:.25;line-height:1;margin:26px 0 8px}.toolCatalogCard h2{font-size:20px;line-height:1.2;margin:0 0 9px;position:relative;z-index:1}.toolCatalogCard p{font-size:10px;line-height:1.6;color:var(--muted);position:relative;z-index:1}.toolCatalogCard.active p{color:#c4d4da}.toolCatalogCard>a{margin-top:auto;padding:11px 14px;background:var(--navy);color:var(--yellow);border-radius:10px;font-size:9px;font-weight:900;position:relative;z-index:1}.toolCatalogCard.active>a{background:var(--yellow);color:var(--navy)}.toolCatalogCard.coming{background:linear-gradient(145deg,#f2fbf8,white)}.toolsAccountCta{margin-top:18px;background:var(--mint);border:1px solid #b9dfd2;border-radius:18px;padding:20px 23px;display:flex;align-items:center;justify-content:space-between}.toolsAccountCta>div{display:flex;flex-direction:column;gap:5px}.toolsAccountCta span{font-size:10px;color:var(--muted)}.toolsAccountCta a{background:var(--navy);color:var(--yellow);padding:12px 16px;border-radius:11px;font-size:10px;font-weight:900}

.howShell{max-width:1000px}.howJourney{display:grid;gap:12px;position:relative}.howJourney:before{content:"";position:absolute;left:30px;top:55px;bottom:55px;width:2px;background:var(--line)}.howJourney article{display:grid;grid-template-columns:62px 1fr;gap:20px;align-items:center;background:white;border:1px solid var(--line);border-radius:20px;padding:22px;position:relative}.howJourney article>b{width:62px;height:62px;border-radius:50%;background:var(--navy);color:var(--yellow);display:grid;place-items:center;font-size:17px;z-index:1}.howJourney small{font-size:8px;color:var(--green);font-weight:900;letter-spacing:.1em}.howJourney h2{font-size:22px;margin:5px 0}.howJourney p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}.accessExplainer{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;margin:45px 0;background:var(--navy);padding:28px;border-radius:23px;color:white}.accessExplainer div{display:flex;flex-direction:column;gap:8px}.accessExplainer span{color:var(--green);font-size:8px;font-weight:900}.accessExplainer strong{font-size:13px;line-height:1.4}.accessExplainer i{font-style:normal;color:var(--yellow);font-size:25px}.howFaq{padding:35px 0}.faqGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faqGrid article{background:white;border:1px solid var(--line);border-radius:18px;padding:22px}.faqGrid h3{font-size:16px;margin:0 0 10px}.faqGrid p{font-size:10px;line-height:1.6;color:var(--muted);margin:0}.howFinalCta{margin-top:30px;background:linear-gradient(145deg,var(--cyan),#167f8c);color:white;padding:30px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.howFinalCta small{color:var(--yellow);font-weight:900}.howFinalCta h2{font-size:25px;margin:7px 0}.howFinalCta a{min-width:max-content;background:var(--yellow);color:var(--navy);padding:13px 16px;border-radius:11px;font-size:10px;font-weight:900}

.customerDashboard{max-width:1120px;margin:25px auto 80px;padding:25px}.dashboardWelcome{padding:38px 0 28px;display:flex;align-items:end;justify-content:space-between;gap:35px}.dashboardWelcome h1{font-size:54px;line-height:1;letter-spacing:-.05em;margin:23px 0 14px}.dashboardWelcome h1 em{font-style:normal;color:var(--cyan)}.dashboardWelcome p{color:var(--muted)}.dashboardWelcomeActions{display:flex;gap:9px;padding-bottom:8px}.customerStats{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:18px 0 22px}.customerStats article{min-height:130px;background:var(--navy);color:white;border-radius:18px;padding:19px;display:flex;flex-direction:column}.customerStats small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.08em}.customerStats strong{font-size:27px;color:var(--yellow);margin:12px 0 5px}.customerStats span{font-size:9px;color:#c1d3da}.dashboardGrid{display:grid;grid-template-columns:1.35fr .85fr;gap:14px;align-items:start}.dashboardMainColumn,.dashboardSideColumn{display:grid;gap:14px}.dashboardPanel{background:white;border:1px solid var(--line);border-radius:20px;padding:22px}.dashboardPanelHead{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:18px}.dashboardPanelHead small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.08em}.dashboardPanelHead h2{font-size:21px;margin:5px 0 0}.dashboardPanelHead>a{font-size:9px;color:var(--green);font-weight:900}.dashboardBookList{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashboardBookList article{min-height:200px;background:var(--navy);color:white;border-radius:16px;padding:18px;display:flex;flex-direction:column;align-items:flex-start}.dashboardBookList span{font-size:8px;color:var(--green);font-weight:900}.dashboardBookList h3{font-size:20px;line-height:1.15;margin:25px 0 8px}.dashboardBookList p{font-size:9px;line-height:1.5;color:#bdd0d7}.dashboardBookList a{margin-top:auto;background:var(--yellow);color:var(--navy);padding:10px 12px;border-radius:9px;font-size:9px;font-weight:900}.learningTrack{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.learningTrack>a{min-height:120px;border:1px solid var(--line);border-radius:14px;padding:13px;display:flex;flex-direction:column;gap:14px}.learningTrack>a.complete{background:var(--mint);border-color:var(--green)}.learningTrack>a.next{border-color:var(--yellow);box-shadow:inset 0 0 0 1px var(--yellow)}.learningTrack>a>b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--yellow);font-size:9px}.learningTrack span{display:flex;flex-direction:column;gap:4px}.learningTrack small{font-size:7px;color:var(--green);font-weight:900}.learningTrack strong{font-size:11px}.quickDataPanel>a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border-top:1px solid var(--line);padding:14px 0}.quickDataPanel>a span{display:flex;flex-direction:column;gap:5px}.quickDataPanel>a small{font-size:7px;color:var(--green);font-weight:900}.quickDataPanel>a strong{font-size:12px}.quickDataPanel>a i{font-style:normal;color:var(--green)}.activityList{display:grid}.activityList>a{display:grid;grid-template-columns:1fr auto;align-items:center;border-top:1px solid var(--line);padding:12px 0}.activityList span{display:flex;flex-direction:column;gap:4px}.activityList b{font-size:11px}.activityList small{font-size:8px;color:var(--muted)}.activityList>a>strong{background:var(--mint);border-radius:999px;padding:7px 9px;font-size:9px}.emptyActivity{font-size:10px;color:var(--muted)}.dashboardEmpty{max-width:680px;margin:35px auto;background:white;border:1px solid var(--line);border-radius:25px;padding:45px;text-align:center}.dashboardEmpty .keyIcon{margin:0 auto 18px}.dashboardEmpty>span{font-size:8px;color:var(--green);font-weight:900}.dashboardEmpty h2{font-size:30px}.dashboardEmpty p{color:var(--muted);font-size:12px;line-height:1.6}.dashboardEmpty>div:last-child{display:flex;justify-content:center;gap:10px;margin-top:25px}

@media(max-width:850px){.homePillars,.toolCatalogGrid{grid-template-columns:1fr 1fr}.homeDiscover,.homeHowPreview,.catalogBook,.dashboardGrid{grid-template-columns:1fr}.catalogCover{min-height:330px}.catalogCopy{padding:18px}.customerStats{grid-template-columns:1fr 1fr}.dashboardWelcome{align-items:flex-start;flex-direction:column}.accessExplainer{grid-template-columns:1fr}.accessExplainer i{transform:rotate(90deg);justify-self:center}}
@media(max-width:560px){.homePillars,.homeDiscover,.toolCatalogGrid,.faqGrid,.customerStats,.dashboardBookList,.learningTrack{grid-template-columns:1fr}.catalogShell,.customerDashboard{padding:15px}.catalogHero h1{font-size:42px}.catalogBook{padding:12px}.catalogCopy ul{grid-template-columns:1fr}.catalogActions,.dashboardWelcomeActions,.dashboardEmpty>div:last-child{width:100%;flex-direction:column}.catalogActions>a,.dashboardWelcomeActions>a,.dashboardEmpty>div:last-child>a{text-align:center}.catalogPromise,.toolsAccountCta,.howFinalCta{align-items:flex-start;flex-direction:column}.catalogPromise b{min-width:0}.howJourney article{grid-template-columns:45px 1fr;padding:16px}.howJourney article>b{width:45px;height:45px}.howJourney:before{left:22px}.dashboardWelcome h1{font-size:43px}.dashboardEmpty{padding:30px 18px}}

/* Hub architecture v4 — distinct, personalized signed-in member home */
.memberHomePage{background:radial-gradient(circle at 92% 2%,rgba(18,174,181,.14),transparent 23%),linear-gradient(180deg,#fffaf0 0%,#f5f8f3 100%)}.accountButton.active{background:var(--navy);color:white;border-color:var(--navy)}.memberHome{max-width:1180px;margin:0 auto 90px;padding:10px 28px}.memberHero{min-height:520px;border-radius:34px;padding:60px 66px;background:radial-gradient(circle at 85% 10%,rgba(18,174,181,.3),transparent 29%),linear-gradient(135deg,#0c283a,#113e50);color:white;display:grid;grid-template-columns:1.15fr .65fr;gap:68px;align-items:center;position:relative;overflow:hidden}.memberHero:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-100px;bottom:-155px;box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.018)}.memberWelcome{position:relative;z-index:1}.memberKicker{display:inline-flex;align-items:center;gap:8px;font-size:9px;font-weight:900;letter-spacing:.12em;color:#9ce6d1}.memberKicker i{font-style:normal;color:var(--yellow);font-size:10px}.memberWelcome h1{font-size:65px;line-height:.97;letter-spacing:-.055em;margin:25px 0 20px}.memberWelcome h1 em{font-style:normal;color:#43c9c8}.memberWelcome>p{max-width:600px;color:#c5d7dd;font-size:15px;line-height:1.7}.memberHeroActions{display:flex;gap:11px;margin-top:28px}.memberHeroActions a{padding:14px 17px;border-radius:12px;font-size:10px;font-weight:900}.memberHeroActions a:first-child{background:var(--yellow);color:var(--navy)}.memberHeroActions a:last-child{border:1px solid rgba(255,255,255,.28);color:white}.memberPassport{min-height:360px;padding:26px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;box-shadow:0 20px 55px rgba(3,19,28,.3)}.memberAvatar{width:78px;height:78px;margin:2px 0 18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--green),var(--cyan));color:white;border:4px solid rgba(255,255,255,.22);font-size:24px;font-weight:900}.memberPassport>span{font-size:7px;letter-spacing:.12em;color:var(--yellow);font-weight:900}.memberPassport h2{font-size:23px;margin:9px 0 4px}.memberPassport>p{margin:0;color:#b8ccd3;font-size:10px}.memberPassport>div:not(.memberAvatar){width:100%;margin-top:25px;padding:15px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;align-items:center}.memberPassport small{font-size:7px;color:#9bc2c9;font-weight:800}.memberPassport strong{font-size:11px;color:white}.memberPassport footer{margin-top:auto;padding-top:18px;display:flex;align-items:center;gap:7px;color:#82d2be;font-size:6px;letter-spacing:.09em}.memberPassport footer i{font-style:normal;color:var(--yellow)}
.memberPulse{display:grid;grid-template-columns:1.05fr 1.35fr;gap:14px;margin:16px 0 62px}.nextStepCard{min-height:235px;border-radius:22px;background:linear-gradient(135deg,#f7ca5e,#f3b94f);padding:27px;display:flex;flex-direction:column;align-items:flex-start;color:var(--navy);box-shadow:0 16px 35px rgba(221,161,44,.17)}.nextStepCard>span{font-size:8px;font-weight:900;letter-spacing:.1em}.nextStepCard h2{font-size:25px;line-height:1.08;margin:20px 0 9px}.nextStepCard p{font-size:10px;line-height:1.55;margin:0 0 16px}.nextStepCard a{margin-top:auto;padding:11px 14px;border-radius:10px;background:var(--navy);color:white;font-size:9px;font-weight:900}.memberMetrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.memberMetrics article{min-height:112px;border-radius:17px;padding:17px;background:white;border:1px solid var(--line);display:flex;flex-direction:column}.memberMetrics small{color:var(--green);font-size:7px;font-weight:900;letter-spacing:.08em}.memberMetrics strong{font-size:25px;margin:10px 0 3px}.memberMetrics span{color:var(--muted);font-size:8px}.memberSectionTitle{display:flex;justify-content:space-between;align-items:end;gap:30px;margin:42px 0 22px}.memberSectionTitle small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.1em}.memberSectionTitle h2{font-size:34px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 0}.memberSectionTitle>p{max-width:380px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.memberWorkspace{display:grid;grid-template-columns:1.4fr .72fr;gap:14px;align-items:start}.memberMainColumn,.memberSideColumn{display:grid;gap:14px}.memberPanel{border-radius:21px;background:white;border:1px solid var(--line);padding:23px}.memberPanelHead{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:19px}.memberPanelHead small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.08em}.memberPanelHead h2{font-size:21px;margin:5px 0 0}.memberPanelHead>span{padding:7px 10px;border-radius:999px;background:var(--mint);color:#187f6b;font-size:7px;font-weight:900}.ownedBookBody{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:stretch}.miniBook{min-height:255px;padding:20px;border-radius:5px 17px 17px 5px;background:linear-gradient(150deg,#0d2c42,#176b72);color:white;display:flex;flex-direction:column;box-shadow:-9px 13px 28px rgba(15,43,57,.19)}.miniBook small,.miniBook span{font-size:6px;font-weight:900;letter-spacing:.08em}.miniBook>strong{margin-top:auto;font-size:50px;color:var(--yellow);opacity:.32;line-height:.8}.miniBook h3{font-size:19px;line-height:1.03;margin:9px 0 19px}.bookProgress{padding:16px 4px;display:flex;flex-direction:column;align-items:flex-start}.bookProgress>span{font-size:7px;color:var(--green);font-weight:900}.bookProgress h3{font-size:22px;line-height:1.12;margin:15px 0 24px}.progressMeter{width:100%;height:8px;border-radius:99px;background:#e8efeb;overflow:hidden}.progressMeter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--cyan))}.bookProgress>small{margin-top:8px;color:var(--muted);font-size:8px}.bookProgress>div:last-child{display:flex;gap:8px;margin-top:auto}.bookProgress a{padding:10px 12px;border-radius:9px;background:var(--navy);color:var(--yellow);font-size:8px;font-weight:900}.bookProgress a:last-child{background:var(--mint);color:var(--navy)}.memberPanel .learningTrack>a{min-height:126px}.usefulDataPanel>a{display:grid;grid-template-columns:1fr auto;align-items:center;border-top:1px solid var(--line);padding:16px 0}.usefulDataPanel>a span{display:flex;flex-direction:column;gap:5px}.usefulDataPanel>a small{font-size:7px;color:var(--green);font-weight:900;line-height:1.35}.usefulDataPanel>a strong{font-size:12px}.usefulDataPanel>a i{font-style:normal;color:var(--green)}.academyNote{border-radius:21px;padding:26px;background:linear-gradient(145deg,#1bb2b2,#167e89);color:white}.academyNote span{font-size:7px;color:var(--yellow);font-weight:900;letter-spacing:.1em}.academyNote p{font-family:Georgia,serif;font-size:19px;line-height:1.45;margin:26px 0;color:white}.academyNote b{font-size:10px}.achievementSection{margin-top:58px}.achievementGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.achievementGrid article{min-height:190px;padding:18px;border:1px solid var(--line);border-radius:18px;background:white;display:flex;flex-direction:column}.achievementGrid article.locked{opacity:.48;background:#eef1ed}.achievementGrid article>div{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--yellow);font-size:10px;font-weight:900}.achievementGrid article.earned>div{background:linear-gradient(145deg,var(--green),var(--cyan));color:white;box-shadow:0 7px 18px rgba(18,174,181,.2)}.achievementGrid span{margin-top:20px;color:var(--green);font-size:6px;font-weight:900;letter-spacing:.09em}.achievementGrid h3{font-size:14px;margin:7px 0}.achievementGrid p{color:var(--muted);font-size:8px;line-height:1.45;margin:0}.memberCircle{margin-top:60px;border-radius:28px;background:linear-gradient(135deg,#0c2a3d,#124958);color:white;padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.memberCircle>div:first-child>span{font-size:8px;color:var(--green);font-weight:900;letter-spacing:.11em}.memberCircle h2{font-size:29px;line-height:1.13;margin:17px 0}.memberCircle>div:first-child>p{color:#bcd0d7;font-size:11px;line-height:1.6}.circleValues{display:grid;gap:9px}.circleValues article{padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:14px;display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;background:rgba(255,255,255,.04)}.circleValues article>b{width:34px;height:34px;border-radius:50%;background:var(--yellow);color:var(--navy);display:grid;place-items:center;font-size:8px}.circleValues span{display:flex;flex-direction:column;gap:4px}.circleValues strong{font-size:11px}.circleValues small{color:#adc4cc;font-size:8px}.recentMemberActivity .activityList>a{padding:13px 0}
@media(max-width:900px){.memberHero{grid-template-columns:1fr;padding:48px}.memberPassport{max-width:420px;width:100%;justify-self:center}.memberPulse,.memberWorkspace,.memberCircle{grid-template-columns:1fr}.achievementGrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.memberHome{padding:0 15px}.memberHero{border-radius:24px;padding:38px 24px}.memberWelcome h1{font-size:47px}.memberHeroActions,.memberSectionTitle{align-items:flex-start;flex-direction:column}.memberHeroActions a{width:100%;text-align:center}.memberPulse{margin-bottom:45px}.memberMetrics{grid-template-columns:1fr 1fr}.ownedBookBody{grid-template-columns:1fr}.miniBook{max-width:230px;width:100%;margin:auto}.bookProgress>div:last-child{margin-top:25px}.achievementGrid{grid-template-columns:1fr 1fr}.memberCircle{padding:30px 22px}.memberSectionTitle h2{font-size:29px}}
@media(max-width:430px){.memberMetrics,.achievementGrid{grid-template-columns:1fr}.memberPassport{min-height:335px;padding:21px}.memberWelcome h1{font-size:42px}.memberPanel{padding:18px}.bookProgress>div:last-child{width:100%;flex-direction:column}.bookProgress a{text-align:center}.memberCircle h2{font-size:25px}}
/* NutriMaster premium global art direction — V12 */
:root{
  --navy:#061822;
  --navy2:#0a2c3a;
  --green:#20b39d;
  --cyan:#11b8b1;
  --lime:#63e5d3;
  --yellow:#f3c957;
  --coral:#ff7568;
  --paper:#f8f3e9;
  --mint:#dff5ec;
  --white:#fffdf8;
  --muted:#667983;
  --line:rgba(9,44,58,.13);
  --premium-shadow:0 24px 70px rgba(5,31,44,.1);
  --premium-shadow-strong:0 34px 100px rgba(4,24,35,.18);
  --font-display:"Urbanist Variable","Urbanist",sans-serif;
  --font-body:"Urbanist Variable","Urbanist",sans-serif;
  --font-code:"Urbanist Variable","Urbanist",sans-serif;
}
html{scroll-behavior:smooth;background:#f8f3e9}
body{font-family:var(--font-body),"Segoe UI",sans-serif;background:radial-gradient(circle at 8% -10%,rgba(99,229,211,.18),transparent 30rem),radial-gradient(circle at 100% 18%,rgba(243,201,87,.12),transparent 34rem),linear-gradient(180deg,#fbf7ef 0%,#f6f2e9 48%,#f4f7f2 100%);background-attachment:fixed;color:var(--navy);font-feature-settings:"ss01" 1,"cv02" 1;text-rendering:optimizeLegibility}
h1,h2,h3,h4,strong,b{font-family:var(--font-display),"Segoe UI",sans-serif}
button,input,select,textarea{font-family:inherit}
a,button,.catalogBook,.toolCatalogCard,.memberPanel,.faqGrid article,.pathCard{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease,color .28s ease,opacity .28s ease}
::selection{background:rgba(17,184,177,.25);color:var(--navy)}
:focus-visible{outline:3px solid rgba(17,184,177,.38);outline-offset:3px}

/* Premium navigation and shared chrome */
.storeNav{position:sticky;top:12px;z-index:80;max-width:1220px;min-height:70px;margin:12px auto;padding:11px 14px 11px 16px;gap:32px;border:1px solid rgba(255,255,255,.78);border-radius:21px;background:rgba(255,253,248,.84);-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%);box-shadow:0 14px 44px rgba(4,28,39,.09),inset 0 1px rgba(255,255,255,.9)}
.storeBrand,.brandLink{gap:11px}
.storeBrand img,.brandLink img{filter:drop-shadow(0 5px 10px rgba(6,24,34,.14))}
.storeBrand b,.brandLink b{font-size:12px;letter-spacing:.075em;font-weight:850}
.storeBrand small,.brandLink small{font-size:7px;letter-spacing:.08em;color:var(--cyan)}
.storeNav nav{gap:8px}
.storeNav nav a{position:relative;padding:12px 15px;border-radius:12px;color:#5d717b;font-size:11px;font-weight:750}
.storeNav nav a:hover,.storeNav nav a.active{background:rgba(17,184,177,.08);color:var(--navy)}
.storeNav nav a.active:after{content:"";position:absolute;left:15px;right:15px;bottom:6px;height:2px;border-radius:99px;background:var(--cyan)}
.navActions{gap:9px}
.accountButton{min-height:42px;padding:0 17px;border-color:rgba(6,24,34,.24);border-radius:13px;background:var(--navy);color:white;box-shadow:0 8px 20px rgba(6,24,34,.13)}
.accountButton:hover{transform:translateY(-2px);background:#0a3444;box-shadow:0 12px 28px rgba(6,24,34,.2)}
.signoutLink{font-size:9px;font-weight:800;color:var(--muted);padding:10px 8px}
.signoutLink:hover{color:var(--coral)}
.simpleNav{max-width:1180px;margin:16px auto;padding:14px 18px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:rgba(255,253,248,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(5,31,44,.08)}
.simpleNav>a{padding:10px 14px;border-radius:11px;background:var(--navy);color:white}
.storeFooter{max-width:none;margin:90px 0 0;padding:42px max(28px,calc((100vw - 1180px)/2));border:0;background:linear-gradient(120deg,#04141e,#092d3a 70%,#0a3440);color:#a9bec6;box-shadow:inset 0 1px rgba(255,255,255,.08)}
.storeFooter .brandLink b,.storeFooter .brandLink{color:white}
.storeFooter .brandLink small{color:var(--lime)}
.storeFooter p{max-width:510px;line-height:1.65}

/* Shared typography, labels, buttons and surfaces */
.eyebrow{padding:9px 14px;border:1px solid rgba(17,184,177,.16);background:linear-gradient(135deg,rgba(99,229,211,.22),rgba(223,245,236,.92));color:#08766f;font-family:var(--font-code),monospace;font-size:10px;letter-spacing:.11em;box-shadow:inset 0 1px rgba(255,255,255,.75)}
.shopPrimary,.primary,.activationForm button,.libraryCards a,.catalogActions .shopPrimary{border:1px solid rgba(6,24,34,.08);border-radius:13px;background:linear-gradient(135deg,#f6d160,#f2bd43);color:var(--navy);box-shadow:0 10px 26px rgba(215,164,39,.2);font-weight:850}
.shopPrimary:hover,.primary:hover,.activationForm button:hover,.catalogActions .shopPrimary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ffe07d,#f5c653);box-shadow:0 15px 34px rgba(215,164,39,.28)}
.shopSecondary,.secondary,.outlineAction{border:1px solid rgba(6,24,34,.16);border-radius:13px;background:rgba(255,255,255,.58);color:var(--navy);font-weight:800}
.shopSecondary:hover,.secondary:hover,.outlineAction:hover{transform:translateY(-2px);border-color:rgba(17,184,177,.42);background:white;box-shadow:0 12px 28px rgba(5,31,44,.08)}

/* Collection, tools and how-it-works */
.catalogShell{max-width:1180px;margin:0 auto 100px;padding:34px 28px}
.catalogHero{position:relative;max-width:970px;padding:92px 0 64px}
.catalogHero:after{content:"";display:block;width:88px;height:5px;margin-top:34px;border-radius:99px;background:linear-gradient(90deg,var(--cyan),var(--yellow))}
.catalogHero h1{max-width:920px;margin:26px 0 22px;font-size:clamp(52px,6.5vw,82px);line-height:.94;letter-spacing:-.062em;font-weight:820}
.catalogHero h1 em{color:var(--cyan)}
.catalogHero p{max-width:760px;font-size:16px;line-height:1.75;color:#62757f}
.catalogList{gap:28px}
.catalogBook{grid-template-columns:320px minmax(0,1fr);gap:52px;padding:26px;border:1px solid rgba(9,44,58,.11);border-radius:28px;background:rgba(255,253,248,.86);box-shadow:var(--premium-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}
.catalogBook:hover{transform:translateY(-4px);border-color:rgba(17,184,177,.28);box-shadow:var(--premium-shadow-strong)}
.catalogBook.owned{border-color:rgba(32,179,157,.35);box-shadow:0 24px 75px rgba(23,145,128,.13)}
.catalogCover{align-self:center;width:100%;min-height:auto;aspect-ratio:1054/1492;padding:0;border-radius:7px 17px 17px 7px;background:center/cover no-repeat;box-shadow:-13px 22px 40px rgba(3,24,35,.28),7px 8px 0 rgba(7,33,45,.12);transform:perspective(1000px) rotateY(3deg);overflow:hidden}
.catalogBook:nth-child(1) .catalogCover{background-image:url('/assets/images/home/volume-1-cover.webp')}
.catalogBook:nth-child(2) .catalogCover{background-image:url('/assets/images/home/volume-2-cover.webp')}
.catalogCover>*{opacity:0}
.catalogCopy{padding:27px 28px 27px 0}
.catalogStatus span,.toolCatalogTop span{font-family:var(--font-code),monospace;font-size:9px;letter-spacing:.1em}
.catalogStatus i,.toolCatalogTop i{padding:8px 11px;border-radius:999px;font-size:8px;letter-spacing:.06em}
.catalogCopy>h2{margin:34px 0 12px;font-size:38px;letter-spacing:-.04em}
.catalogCopy>p{max-width:650px;font-size:14px;line-height:1.75}
.catalogCopy ul{gap:11px 32px;font-size:12px;line-height:1.45}
.catalogActions{gap:11px;padding-top:26px}
.catalogActions a{padding:14px 18px}
.catalogPromise{margin-top:28px;padding:26px 30px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:radial-gradient(circle at 90% 20%,rgba(99,229,211,.14),transparent 30%),linear-gradient(120deg,#061822,#0a3443);box-shadow:0 22px 55px rgba(5,31,44,.16)}
.catalogPromise b{font-size:14px}
.catalogPromise span{font-size:12px}
.toolCatalogGrid{gap:18px}
.toolCatalogCard{min-height:330px;padding:27px;border:1px solid rgba(9,44,58,.11);border-radius:24px;background:rgba(255,253,248,.87);box-shadow:0 18px 55px rgba(5,31,44,.075);overflow:hidden}
.toolCatalogCard:before{content:"";position:absolute;width:150px;height:150px;right:-55px;bottom:-60px;border-radius:50%;background:radial-gradient(circle,rgba(17,184,177,.14),transparent 68%)}
.toolCatalogCard:hover{transform:translateY(-5px);border-color:rgba(17,184,177,.3);box-shadow:0 28px 75px rgba(5,31,44,.13)}
.toolCatalogCard>b{font-size:55px;color:var(--cyan);opacity:.18}
.toolCatalogCard h2{font-size:25px;letter-spacing:-.025em}
.toolCatalogCard p{font-size:13px;line-height:1.7}
.toolCatalogCard>a{font-size:11px;color:#087b75}
.toolsAccountCta{padding:25px 28px;border-radius:21px;background:linear-gradient(120deg,#061822,#0b3543);color:white;box-shadow:0 20px 55px rgba(5,31,44,.16)}
.toolsAccountCta span{color:#b7cad0}
.toolsAccountCta a{background:var(--yellow);color:var(--navy);border-radius:12px}
.howJourney{gap:16px}
.howJourney article{padding:27px;border:1px solid rgba(9,44,58,.11);border-radius:22px;background:rgba(255,253,248,.87);box-shadow:0 16px 46px rgba(5,31,44,.07)}
.howJourney article:hover{transform:translateX(4px);border-color:rgba(17,184,177,.28);box-shadow:0 22px 60px rgba(5,31,44,.11)}
.howJourney article>b{background:linear-gradient(135deg,var(--cyan),#58decb);color:#04252c;box-shadow:0 9px 22px rgba(17,184,177,.2)}
.howJourney h2{font-size:25px;letter-spacing:-.025em}
.howJourney p{font-size:13px;line-height:1.68}
.accessExplainer{padding:31px;border-radius:24px;background:linear-gradient(120deg,#061822,#0b3844);box-shadow:0 24px 70px rgba(5,31,44,.17)}
.accessExplainer div span{color:var(--lime)}
.faqGrid{gap:16px}
.faqGrid article{padding:27px;border:1px solid rgba(9,44,58,.11);border-radius:21px;background:rgba(255,253,248,.88);box-shadow:0 15px 42px rgba(5,31,44,.06)}
.faqGrid article:hover{transform:translateY(-3px);border-color:rgba(17,184,177,.25)}
.faqGrid h3{font-size:18px}
.faqGrid p{font-size:13px;line-height:1.7}
.howFinalCta{padding:40px;border-radius:26px;background:radial-gradient(circle at 84% 25%,rgba(243,201,87,.19),transparent 28%),linear-gradient(120deg,#061822,#0b3543);box-shadow:var(--premium-shadow-strong)}
.howFinalCta h2{font-size:clamp(26px,3vw,42px)}
.howFinalCta a{background:var(--yellow);color:var(--navy);border-radius:13px;box-shadow:0 10px 24px rgba(243,201,87,.16)}

/* Product presentation */
.productPage{background:radial-gradient(circle at 5% 16%,rgba(99,229,211,.15),transparent 27rem),radial-gradient(circle at 96% 65%,rgba(243,201,87,.12),transparent 30rem);padding:16px 30px 70px}
.productDetail{max-width:1140px;grid-template-columns:420px minmax(0,1fr);gap:85px;padding:72px 0}
.productCover{justify-self:center;width:min(100%,390px);min-height:auto;aspect-ratio:1054/1492;padding:0;border-radius:8px 18px 18px 8px;background:url('/assets/images/home/volume-1-cover.webp') center/cover no-repeat;box-shadow:-18px 30px 56px rgba(3,24,35,.31),9px 10px 0 rgba(7,33,45,.12);transform:perspective(1100px) rotateY(3deg);overflow:hidden}
.productCover>*{opacity:0}
.volumeTwoCover{background-image:url('/assets/images/home/volume-2-cover.webp')}
.productCopy h2{margin:28px 0 20px;font-size:clamp(40px,4.6vw,60px);line-height:1.02;letter-spacing:-.05em}
.productCopy>p{font-size:16px;line-height:1.75}
.productCopy ul{font-size:13px;line-height:2.2}
.salesNotice{padding:19px 21px;border:1px solid rgba(32,179,157,.16);border-radius:15px;background:linear-gradient(135deg,rgba(223,245,236,.92),rgba(255,255,255,.8));box-shadow:inset 0 1px rgba(255,255,255,.7)}
.salesNotice b{font-size:13px}.salesNotice span{font-size:11px;line-height:1.55}
.volumeTwoCurriculum,.volumeTwoTools{max-width:1140px}
.curriculumGrid article,.volumeTwoTools article{border-color:rgba(9,44,58,.11);background:rgba(255,253,248,.86);box-shadow:0 14px 42px rgba(5,31,44,.07)}

/* Authentication, activation and reader library */
.accountHero{max-width:1080px;padding-top:95px}
.accountHero h1{font-size:clamp(52px,6vw,76px);letter-spacing:-.055em}
.accountHero p{font-size:15px;line-height:1.7}
.libraryCards{max-width:1080px;gap:20px}
.libraryCards article{padding:31px;border-radius:24px;border-color:rgba(9,44,58,.12);background:rgba(255,253,248,.88);box-shadow:0 18px 55px rgba(5,31,44,.08)}
.libraryCards article:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(5,31,44,.13)}
.libraryCards article.owned{background:radial-gradient(circle at 92% 18%,rgba(99,229,211,.14),transparent 28%),linear-gradient(120deg,#061822,#0a3442)}
.activationPage,.lockedPage{background:radial-gradient(circle at 10% 8%,rgba(99,229,211,.17),transparent 25rem),radial-gradient(circle at 95% 80%,rgba(243,201,87,.13),transparent 27rem)}
.activationCard,.lockedPage>section{border:1px solid rgba(255,255,255,.72);background:rgba(255,253,248,.89);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--premium-shadow-strong)}
.activationCard h1,.lockedPage h1{letter-spacing:-.045em}
.activationForm input,.topFields input,.topFields select,.other{border-color:rgba(9,44,58,.15);background:#fffdf9;box-shadow:inset 0 1px 2px rgba(5,31,44,.035)}

/* Personal Academy dashboard */
.memberHomePage{background:radial-gradient(circle at 93% -4%,rgba(99,229,211,.2),transparent 33rem),radial-gradient(circle at -6% 42%,rgba(243,201,87,.1),transparent 30rem),linear-gradient(180deg,#fbf7ef,#f2f7f2)}
.memberHome{max-width:1220px;padding-inline:28px}
.memberHero{border:1px solid rgba(255,255,255,.09);border-radius:30px;background:radial-gradient(circle at 83% 18%,rgba(99,229,211,.18),transparent 28%),linear-gradient(125deg,#04151f,#093341);box-shadow:0 35px 100px rgba(4,24,35,.2);overflow:hidden}
.memberWelcome h1{font-size:clamp(46px,5.5vw,72px);letter-spacing:-.058em}
.memberWelcome>p{font-size:15px;line-height:1.7;color:#b9cbd1}
.memberHeroActions a{border-radius:13px;font-weight:800}
.memberHeroActions a:first-child{background:var(--yellow);color:var(--navy);box-shadow:0 12px 28px rgba(243,201,87,.18)}
.memberPassport{border-color:rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.065);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.memberAvatar{background:linear-gradient(135deg,var(--cyan),var(--lime));color:var(--navy);box-shadow:0 10px 28px rgba(17,184,177,.22)}
.memberPulse{border-radius:22px;background:rgba(255,253,248,.82);border:1px solid rgba(255,255,255,.8);box-shadow:0 17px 50px rgba(5,31,44,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.memberPanel{border-color:rgba(9,44,58,.11);border-radius:25px;background:rgba(255,253,248,.88);box-shadow:0 20px 60px rgba(5,31,44,.085)}
.memberPanel:hover{border-color:rgba(17,184,177,.23);box-shadow:0 27px 74px rgba(5,31,44,.12)}
.memberPanelHead h2,.memberSectionTitle h2{letter-spacing:-.035em}
.miniBook{aspect-ratio:1054/1492;min-height:auto;background:url('/assets/images/home/volume-1-cover.webp') center/cover no-repeat;border-radius:5px 13px 13px 5px;box-shadow:-10px 18px 30px rgba(3,24,35,.26),5px 6px 0 rgba(7,33,45,.11);overflow:hidden}
.miniBook>*{opacity:0}
.learningTrack a,.usefulDataPanel>a{border-radius:15px;border-color:rgba(9,44,58,.1);background:rgba(255,255,255,.66)}
.learningTrack a:hover,.usefulDataPanel>a:hover{transform:translateX(3px);border-color:rgba(17,184,177,.3);background:white}
.achievementGrid article{border-radius:21px;border-color:rgba(9,44,58,.1);background:rgba(255,253,248,.82);box-shadow:0 14px 42px rgba(5,31,44,.06)}
.achievementGrid article.earned{border-color:rgba(32,179,157,.3);background:linear-gradient(145deg,rgba(223,245,236,.95),rgba(255,253,248,.9))}
.memberCircle{border-radius:30px;background:radial-gradient(circle at 90% 20%,rgba(243,201,87,.16),transparent 26%),linear-gradient(120deg,#061822,#0a3443);box-shadow:0 30px 85px rgba(4,24,35,.18)}

/* Volume tools, quiz and planner experience */
.brand{max-width:1080px;padding-top:28px}
.progress{background:rgba(6,24,34,.08);box-shadow:0 1px rgba(255,255,255,.6)}
.progress span{background:linear-gradient(90deg,var(--cyan),var(--lime),var(--yellow))}
.panel{max-width:1000px;margin:36px auto 80px;padding:52px 56px;border:1px solid rgba(255,255,255,.78);border-radius:28px;background:rgba(255,253,248,.86);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:var(--premium-shadow)}
.panel.hero{background:radial-gradient(circle at 88% 18%,rgba(99,229,211,.2),transparent 31%),rgba(255,253,248,.88)}
.panel h1{font-size:clamp(46px,5.4vw,64px);font-weight:820;letter-spacing:-.055em}
.panel h1 em{color:var(--cyan)}
.panel>p{font-size:16px;line-height:1.75}
.question{padding:22px 23px;border:1px solid rgba(9,44,58,.09);border-radius:19px;background:rgba(255,255,255,.76);box-shadow:0 11px 30px rgba(5,31,44,.055)}
.question:hover{border-color:rgba(17,184,177,.22)}
.number{background:linear-gradient(135deg,var(--cyan),var(--lime));color:#052934;box-shadow:0 8px 18px rgba(17,184,177,.16)}
.question h2{font-size:17px;line-height:1.45}
.answers button{min-height:49px;border-color:rgba(9,44,58,.13);border-radius:13px;background:#fffefb;color:#60747d}
.answers button:hover{transform:translateY(-1px);border-color:rgba(17,184,177,.38);color:var(--navy)}
.answers button.selected{border-color:var(--cyan);background:linear-gradient(135deg,rgba(99,229,211,.18),rgba(223,245,236,.85));box-shadow:0 7px 18px rgba(17,184,177,.09)}
.answers i{border-color:var(--cyan)}
.answers button.selected i{background:var(--cyan);color:white}
.topFields>*{border:1px solid rgba(9,44,58,.08);border-radius:16px;background:rgba(255,255,255,.7)}
fieldset{border:1px solid rgba(9,44,58,.08);border-radius:19px;background:rgba(255,255,255,.7)}
.confidence button{border-color:rgba(17,184,177,.5);background:#fffdf9}
.confidence button:hover{transform:translateY(-2px)}
.confidence button.selected{background:var(--cyan);color:white;box-shadow:0 7px 18px rgba(17,184,177,.2)}
.choiceGrid button,.checkGrid label{border-color:rgba(9,44,58,.13);background:#fffdf9}
.choiceGrid button:hover,.checkGrid label:hover{border-color:rgba(17,184,177,.4);transform:translateY(-1px)}
.choiceGrid button.selected{border-color:var(--cyan);background:var(--mint)}
.comparison article,.reading{border:1px solid rgba(9,44,58,.08);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(223,245,236,.58));box-shadow:0 11px 34px rgba(5,31,44,.06)}

/* Immersive public homepage */
.immersivePublicHome{background:linear-gradient(180deg,#061822 0 100svh,#f8f3e9 100svh);color:var(--navy)}
.neoHero{font-family:var(--font-body),"Segoe UI",sans-serif;box-shadow:0 42px 120px rgba(3,22,32,.22)}
.neoHero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(2,16,24,.35),transparent 38%,transparent 73%,rgba(2,16,24,.18)),linear-gradient(180deg,rgba(2,15,22,.08),transparent 50%,rgba(2,15,22,.38));mix-blend-mode:multiply}
.neoNav{min-height:92px;padding:0 max(34px,calc((100vw - 1240px)/2));border-bottom-color:rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(3,19,28,.82),rgba(3,19,28,.35));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
.neoBrand{font-size:14px;letter-spacing:.12em;text-shadow:0 2px 15px rgba(0,0,0,.3)}
.neoBrand span{color:var(--scene-primary)}
.neoNav nav{gap:38px}
.neoNav nav a{font-size:10px;letter-spacing:.08em;color:#d1dfe3}
.neoNav nav a:hover{color:white}
.neoSignIn{min-width:102px;height:41px;border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.075);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:9px}
.neoSignIn:hover{background:white;color:var(--navy);transform:translateY(-2px)}
.neoMeta{font-size:9px;color:#a9c0c7}
.neoHeadline small{font-family:var(--font-code),monospace;font-size:10px;letter-spacing:.15em}
.neoHeadline h1{font-size:clamp(66px,7vw,108px);line-height:.88;letter-spacing:-.068em;font-weight:810;text-wrap:balance}
.neoHeadline p{max-width:600px;font-size:16px;line-height:1.72;color:#bdd0d6}
.neoActions a{min-height:50px;padding:0 19px;border-radius:13px;font-size:10px;letter-spacing:.04em}
.neoActions a:first-child{background:linear-gradient(135deg,var(--yellow),#f5c044);color:var(--navy);box-shadow:0 13px 32px rgba(243,201,87,.17)}
.neoActions a:first-child:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(243,201,87,.25)}
.neoActions a:last-child{background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.worldStage:after{filter:blur(38px);opacity:.8}
.worldSelector{gap:10px;padding-top:20px}
.worldSelector button{min-height:78px;padding:14px 16px;border-color:rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.045);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.worldSelector button:hover,.worldSelector button.active{border-color:rgba(var(--scene-rgb),.55);background:rgba(var(--scene-rgb),.095);transform:translateY(-2px)}
.worldSelector button small{font-size:7px}.worldSelector button strong{font-size:11px}.worldSelector button>i{font-size:7px}
.movingRibbon{min-height:58px;border:0;background:linear-gradient(90deg,#f3c957,#ffe179 45%,#f3c957);color:#082530;box-shadow:0 9px 24px rgba(222,175,44,.18)}
.movingRibbon span{font-size:10px;letter-spacing:.13em}
.pathSection,.academySystem{max-width:1280px;padding:105px 34px}
.immersiveSectionHead>span{font-family:var(--font-code),monospace;font-size:10px;letter-spacing:.15em;color:#0b9188}
.immersiveSectionHead h2{max-width:920px;margin:16px 0;font-size:clamp(48px,5.6vw,76px);line-height:.98;letter-spacing:-.06em}
.immersiveSectionHead p{max-width:650px;font-size:15px;line-height:1.75;color:#687b84}
.pathCards{gap:18px;margin-top:45px}
.pathCard{border:1px solid rgba(255,255,255,.1);border-radius:26px;box-shadow:0 26px 70px rgba(4,24,35,.16);overflow:hidden}
.pathCard:hover{transform:translateY(-6px);box-shadow:0 36px 90px rgba(4,24,35,.23)}
.pathTop span,.pathTop i{font-size:9px;letter-spacing:.08em}
.pathCopy small{font-size:9px;letter-spacing:.1em}
.pathCopy h3{font-size:32px;line-height:1.02;letter-spacing:-.04em}
.pathCopy p{font-size:12px;line-height:1.7}
.booksPath .pathFooterLink{font-size:10px}
.featuredExperience{max-width:1240px;margin:20px auto 100px;border:1px solid rgba(255,255,255,.09);border-radius:30px;background:radial-gradient(circle at 78% 35%,rgba(17,184,177,.15),transparent 29%),linear-gradient(125deg,#04151f,#0a3442);box-shadow:0 40px 110px rgba(3,22,32,.22);overflow:hidden}
.featuredCopy>span{font-family:var(--font-code),monospace;font-size:10px;letter-spacing:.14em;color:var(--lime)}
.featuredCopy h2{font-size:clamp(44px,5.2vw,68px);line-height:.94;letter-spacing:-.058em}
.featuredCopy p{font-size:14px;line-height:1.72;color:#b9ccd2}
.featureRoute article{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.045);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.featureRoute article:hover{background:rgba(255,255,255,.075);transform:translateX(3px)}
.volumeOneStage{box-shadow:inset 0 1px rgba(255,255,255,.08),0 25px 70px rgba(0,0,0,.16)}
.systemTrack{gap:18px}
.systemTrack article{border:1px solid rgba(9,44,58,.1);border-radius:23px;background:rgba(255,253,248,.88);box-shadow:0 17px 50px rgba(5,31,44,.07)}
.systemTrack article:hover{transform:translateY(-4px);border-color:rgba(17,184,177,.25);box-shadow:0 24px 65px rgba(5,31,44,.11)}
.systemTrack h3{font-size:24px;letter-spacing:-.03em}
.systemTrack p{font-size:12px;line-height:1.7}
.immersiveFinalCta{max-width:1240px;margin:20px auto 0;padding:72px;border-radius:30px 30px 0 0;background:radial-gradient(circle at 85% 10%,rgba(243,201,87,.18),transparent 28%),radial-gradient(circle at 12% 95%,rgba(99,229,211,.14),transparent 32%),linear-gradient(120deg,#04141e,#0a3441);box-shadow:0 -18px 65px rgba(5,31,44,.1)}
.immersiveFinalCta h2{font-size:clamp(42px,5.3vw,68px);letter-spacing:-.055em}
.immersiveFinalCta p{font-size:14px;line-height:1.7;color:#b9cbd1}
.immersiveFinalCta a{background:var(--yellow);color:var(--navy);border-radius:13px;box-shadow:0 12px 28px rgba(243,201,87,.18)}

@media(max-width:900px){
  .storeNav{top:8px;margin:8px 12px}.catalogHero{padding-top:68px}.catalogBook{grid-template-columns:260px minmax(0,1fr);gap:32px}.productDetail{grid-template-columns:330px 1fr;gap:48px}.productCover{width:100%}.pathSection,.academySystem{padding:80px 24px}.featuredExperience{margin-inline:18px}.immersiveFinalCta{margin-inline:18px}.panel{margin-inline:18px}
}
@media(max-width:760px){
  .storeNav{min-height:62px;padding:9px 11px}.storeNav nav{display:none}.storeNav .brandLink b,.storeNav .storeBrand b{font-size:10px}.signoutLink{display:none}.storeFooter{padding:36px 22px}.catalogShell{padding-inline:18px}.catalogHero{padding:58px 0 45px}.catalogHero h1{font-size:50px}.catalogHero p{font-size:14px}.catalogBook{grid-template-columns:1fr;padding:20px;gap:28px}.catalogCover{width:min(100%,310px);justify-self:center}.catalogCopy{padding:6px 4px 12px}.catalogCopy>h2{font-size:32px}.catalogCopy ul{grid-template-columns:1fr}.catalogPromise{align-items:flex-start;flex-direction:column;gap:10px}.toolCatalogGrid,.faqGrid{grid-template-columns:1fr}.accessExplainer{grid-template-columns:1fr;text-align:center}.productPage{padding-inline:18px}.productDetail{grid-template-columns:1fr;gap:48px;padding-top:42px}.productCover{width:min(100%,340px)}.panel{margin:18px 10px 60px;padding:32px 19px;border-radius:22px}.panel h1{font-size:43px}.memberHome{padding-inline:16px}.memberHero{border-radius:23px}.memberPulse{border-radius:18px}.memberPanel{border-radius:21px}.neoHeadline h1{font-size:clamp(50px,13vw,72px)}.pathSection,.academySystem{padding:68px 18px}.immersiveSectionHead h2{font-size:45px}.featuredExperience{border-radius:24px}.immersiveFinalCta{padding:50px 24px;border-radius:24px 24px 0 0}.immersiveFinalCta h2{font-size:42px}
}
@media(max-width:520px){
  .storeNav .brandLink small,.storeNav .storeBrand small{display:none}.accountButton{min-height:38px;padding-inline:13px}.catalogHero h1{font-size:43px}.catalogActions{flex-direction:column;width:100%}.catalogActions a{width:100%;text-align:center}.toolCatalogCard{min-height:300px;padding:23px}.howJourney article{grid-template-columns:46px 1fr;padding:22px}.howFinalCta{align-items:flex-start;flex-direction:column;gap:24px}.storeFooter{gap:18px}.storeFooter p{margin:0}.productCopy h2{font-size:40px}.neoNav{padding-inline:16px}.neoBrand{font-size:11px}.neoNav nav{gap:22px}.neoHeadline p{font-size:14px}.worldSelector button{min-height:58px}.pathCopy h3{font-size:28px}.featuredExperience{margin-inline:10px}.immersiveFinalCta{margin-inline:10px}.panel h1{font-size:39px}.question{grid-template-columns:36px 1fr;padding:17px 15px}.answers{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}a,button,.catalogBook,.toolCatalogCard,.memberPanel,.faqGrid article,.pathCard{transition:none!important}}

/* Hub ID and PDF Quick Check integration */
.hubIdHeader{display:flex;align-items:center;gap:7px;padding:5px 7px 5px 11px;border:1px solid rgba(17,184,177,.2);border-radius:14px;background:rgba(223,245,236,.62)}
.hubIdHeader>a{display:flex;flex-direction:column;gap:1px;color:var(--navy);line-height:1}
.hubIdHeader small{font-size:6px;letter-spacing:.14em;color:var(--green);font-weight:900}
.hubIdHeader b{font-size:8px;letter-spacing:.07em}
.hubIdHeader button{border:0;border-radius:9px;padding:8px 9px;background:var(--navy);color:white;font:800 7px/1 var(--font-body);letter-spacing:.08em;cursor:pointer}
.profileShell{max-width:820px;margin:55px auto 100px;padding:0 22px}
.profileCard{padding:54px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 28px 80px rgba(6,34,45,.08)}
.profileCard h1{font-size:52px;line-height:1.02;letter-spacing:-.045em}.profileCard h1 em{font-style:normal;color:var(--cyan)}
.profileCard>p{max-width:620px;color:var(--muted);line-height:1.7}
.profileHubId{display:grid;grid-template-columns:1fr auto;gap:8px 20px;align-items:center;margin:32px 0 14px;padding:22px 24px;border:1px solid rgba(17,184,177,.26);border-radius:18px;background:linear-gradient(135deg,var(--mint),#fff)}
.profileHubId small{grid-column:1/-1;color:var(--green);font-size:8px;font-weight:900;letter-spacing:.14em}
.profileHubId strong{font-size:25px;letter-spacing:.08em}.profileHubId button{border:0;border-radius:11px;padding:13px 16px;background:var(--navy);color:white;font-weight:850;cursor:pointer}
.profileHint{font-size:11px}.pdfAdminTable{width:100%;border-collapse:collapse;margin-top:22px;background:white;border-radius:18px;overflow:hidden}.pdfAdminTable th,.pdfAdminTable td{padding:13px 11px;border-bottom:1px solid var(--line);text-align:left;font-size:10px}.pdfAdminTable th{color:var(--green);font-size:8px;letter-spacing:.08em}.pdfAdminTable code{font-size:9px}.pdfAdminEmpty{padding:28px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center}
.apiTestResult{min-height:9rem;margin:1.1rem 0 0;padding:1rem 1.1rem;border-radius:16px;background:#0c2f3d;color:#e8fbf6;white-space:pre-wrap;overflow-wrap:anywhere;font:600 .82rem/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}
@media(max-width:980px){.hubIdHeader{display:none}}
@media(max-width:640px){.profileCard{padding:30px 22px}.profileCard h1{font-size:40px}.profileHubId{grid-template-columns:1fr}.profileHubId button{width:100%}}

/* V19.2 — permanent Hub ID administration and purchase validation */
.hubIdHeader.pending{border-color:rgba(245,200,91,.55);background:rgba(255,244,205,.82)}
.hubIdHeader.pending b{color:#9b6d00}
.profileHubIdPending{grid-template-columns:1fr}.profileHubIdPending span{color:var(--muted);font-size:11px;line-height:1.5}
.hubIdAdminShell{max-width:1180px}.hubIdAdminHero{max-width:820px}.hubIdAdminHero p{max-width:740px}
.hubSchemaRepair{margin-top:30px;padding:30px;border:1px solid rgba(255,120,109,.3);border-radius:24px;background:linear-gradient(135deg,#fff4ef,#fff);display:flex;align-items:center;justify-content:space-between;gap:28px}
.hubSchemaRepair small,.hubIdDirectory header small,.hubIdSearch label,.generateAllForm small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.12em}.hubSchemaRepair h2{margin:8px 0;font-size:27px}.hubSchemaRepair p{max-width:660px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.hubSchemaRepair form{flex:0 0 auto}
.hubIdStats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:32px 0 18px}.hubIdStats article{min-height:145px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.85);display:flex;flex-direction:column}.hubIdStats small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.11em}.hubIdStats strong{margin:13px 0 5px;font-size:34px;line-height:1}.hubIdStats span{color:var(--muted);font-size:10px}.hubIdStats .attention{border-color:rgba(255,120,109,.36);background:#fff7f3}.hubIdStats .attention strong{color:var(--coral)}.hubIdStats .complete{border-color:rgba(47,174,145,.35);background:var(--mint)}
.hubIdControlBar{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;margin-bottom:18px}.hubIdSearch,.generateAllForm{padding:20px;border:1px solid var(--line);border-radius:20px;background:white}.hubIdSearch>div{display:flex;gap:8px;margin-top:9px}.hubIdSearch input{min-width:0;flex:1;border:1px solid var(--line);border-radius:11px;padding:12px 13px}.hubIdSearch button,.hubIdSearch a{border:0;border-radius:10px;padding:11px 14px;background:var(--navy);color:white;font-size:9px;font-weight:900;cursor:pointer}.hubIdSearch a{display:grid;place-items:center;background:#edf3f1;color:var(--navy)}.generateAllForm{display:flex;align-items:center;justify-content:space-between;gap:18px}.generateAllForm>span{display:flex;flex-direction:column;gap:5px}.generateAllForm b{font-size:13px}.generateAllForm button{width:auto;white-space:nowrap}.generateAllForm button:disabled{opacity:.42;cursor:not-allowed}
.hubIdDirectory{padding:25px;border:1px solid var(--line);border-radius:23px;background:rgba(255,255,255,.9)}.hubIdDirectory>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.hubIdDirectory h2{margin:6px 0 0;font-size:26px}.hubIdDirectory>header>span{color:var(--muted);font-size:9px}.hubIdTableWrap{overflow:auto}.hubIdTable{width:100%;min-width:780px;border-collapse:collapse}.hubIdTable th,.hubIdTable td{padding:14px 11px;border-bottom:1px solid #e8eeeb;text-align:left;vertical-align:middle}.hubIdTable th{color:var(--green);font-size:8px;letter-spacing:.1em}.hubIdTable td{font-size:10px}.hubIdTable td:first-child strong,.hubIdTable td:first-child small{display:block}.hubIdTable td:first-child small{margin-top:4px;color:var(--muted)}.hubIdTable code{font:800 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.hubIdTable em{color:var(--coral);font-style:normal;font-weight:800}.accountRole,.accountStatus,.permanentId{display:inline-flex;padding:6px 8px;border-radius:999px;background:#edf3f1;font-size:7px;font-weight:900;letter-spacing:.08em}.accountStatus.active,.permanentId{background:var(--mint);color:#087b65}.accountStatus.suspended{background:#fff0ed;color:#a24b43}.copyMini,.createIdButton{margin-left:7px;border:0;border-radius:8px;padding:7px 9px;background:var(--navy);color:white;font-size:7px;font-weight:900;cursor:pointer}.createIdButton{margin:0;color:var(--yellow)}
.purchaseValidationCard{max-width:780px}.purchaseCodeResult p{margin:0;color:#d8e5e8;font-size:10px;line-height:1.5}
.adminPage .adminStats{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.hubIdHeader{display:flex}.hubIdStats,.adminPage .adminStats{grid-template-columns:1fr 1fr}.hubIdControlBar{grid-template-columns:1fr}}
@media(max-width:680px){.storeNav{flex-wrap:wrap}.navActions{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}.hubIdHeader{order:5}.hubIdHeader b{font-size:7px}.hubSchemaRepair,.generateAllForm{align-items:flex-start;flex-direction:column}.hubIdStats{grid-template-columns:1fr}.hubIdDirectory{padding:18px}.hubIdDirectory>header{align-items:flex-start;flex-direction:column}.hubIdSearch>div{flex-wrap:wrap}.hubIdSearch input{flex-basis:100%}.generateAllForm button{width:100%}}
@media(max-width:520px){.adminPage .adminStats{grid-template-columns:1fr}}

/* V20 — unified Academy navigation and personal workspace */
.accountNav{position:relative;z-index:100;display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);max-width:1320px;min-height:82px;padding:14px 26px;gap:28px}
.accountNav .brandLink{justify-self:start}.desktopPrimaryNav{justify-self:center;margin:0!important;gap:36px!important}.desktopPrimaryNav a{position:relative;padding:12px 0;color:var(--navy)!important}.desktopPrimaryNav a:after{content:"";position:absolute;left:50%;right:50%;bottom:3px;height:2px;background:var(--cyan);transition:.2s}.desktopPrimaryNav a:hover:after,.desktopPrimaryNav a.active:after{left:0;right:0}.accountNavActions{justify-self:end}.academyMenu{position:relative}.academyMenu>summary,.mobilePrimaryMenu>summary{list-style:none;cursor:pointer;user-select:none}.academyMenu>summary::-webkit-details-marker,.mobilePrimaryMenu>summary::-webkit-details-marker{display:none}.academyMenu>summary{min-width:122px;padding:12px 16px;border:1px solid rgba(7,43,57,.22);border-radius:999px;background:white;font-size:11px;font-weight:850;text-align:center}.academyMenu>summary span{display:inline-block;margin-left:7px;color:var(--cyan);transition:transform .2s}.academyMenu[open]>summary span{transform:rotate(180deg)}
.academyMenuPanel{position:absolute;right:0;top:calc(100% + 12px);width:min(350px,calc(100vw - 28px));padding:12px;border:1px solid rgba(6,44,58,.12);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(5,31,44,.2);animation:academyMenuIn .18s ease-out}.academyMenuPanel:before{content:"";position:absolute;right:39px;top:-7px;width:14px;height:14px;border-left:1px solid rgba(6,44,58,.12);border-top:1px solid rgba(6,44,58,.12);background:white;transform:rotate(45deg)}@keyframes academyMenuIn{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
.academyMenuPanel>header{display:flex;flex-direction:column;padding:15px 15px 13px}.academyMenuPanel>header small{color:var(--green);font-size:7px;font-weight:900;letter-spacing:.12em}.academyMenuPanel>header strong{margin:6px 0 2px;font-size:18px}.academyMenuPanel>header span{color:var(--muted);font-size:10px}.academyMenuHubId{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px;padding:12px 13px;border-radius:14px;background:linear-gradient(135deg,var(--navy),#164756);color:white}.academyMenuHubId>span{display:flex;min-width:0;flex-direction:column;gap:3px}.academyMenuHubId small{color:#76dfcf;font-size:7px;font-weight:900;letter-spacing:.12em}.academyMenuHubId b{overflow:hidden;text-overflow:ellipsis;font-size:12px;letter-spacing:.07em}.academyMenuHubId button{border:0;border-radius:9px;padding:8px 10px;background:var(--yellow);color:var(--navy);font-size:8px;font-weight:900;cursor:pointer}
.academyMenuPanel nav{display:grid!important;gap:3px!important;margin:0!important}.academyMenuPanel nav a{display:flex!important;flex-direction:column;gap:2px;padding:10px 12px;border-radius:11px;color:var(--navy)!important}.academyMenuPanel nav a:hover,.academyMenuPanel nav a.active{background:#edf7f4}.academyMenuPanel nav a span{font-size:11px;font-weight:850}.academyMenuPanel nav a i{color:var(--muted);font-size:8px;font-style:normal;font-weight:600}.academyMenuPanel form{margin:7px 0 0;padding-top:8px;border-top:1px solid var(--line)}.academyMenuPanel form button{width:100%;border:0;border-radius:11px;padding:11px;background:#f6f3ed;color:#7a3e39;font-size:9px;font-weight:900;cursor:pointer}.mobilePrimaryMenu{display:none;position:relative}.mobilePrimaryMenu>summary{padding:11px 13px;border:1px solid var(--line);border-radius:999px;font-size:9px;font-weight:900}.mobilePrimaryMenu nav{position:absolute;right:0;top:45px;display:grid!important;min-width:170px;padding:10px;border:1px solid var(--line);border-radius:15px;background:white;box-shadow:0 18px 40px rgba(5,31,44,.16)}.mobilePrimaryMenu nav a{padding:10px!important;color:var(--navy)!important}

.accountWorkspacePage{background:radial-gradient(circle at 90% 8%,rgba(18,174,181,.13),transparent 27%),radial-gradient(circle at 6% 45%,rgba(245,200,91,.11),transparent 26%),#fbf7ed}.accountWorkspaceShell{width:min(1180px,calc(100% - 40px));margin:40px auto 90px}.accountPageHero{max-width:730px;padding:42px 0 38px}.accountPageHero>span{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.14em}.accountPageHero h1{margin:15px 0;font-size:clamp(46px,6vw,72px);line-height:.96;letter-spacing:-.058em}.accountPageHero h1 em{color:var(--cyan);font-style:normal}.accountPageHero p{max-width:650px;color:var(--muted);font-size:14px;line-height:1.7}
.accountInfoGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.accountDataCard,.passwordCard,.accountEmptyState{padding:34px;border:1px solid rgba(7,43,57,.1);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 24px 70px rgba(4,31,43,.07)}.accountDataCard header>span,.passwordCard header>span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.12em}.accountDataCard h2,.passwordCard h2{margin:7px 0 4px;font-size:28px}.passwordCard header p{margin:4px 0 22px;color:var(--muted);font-size:11px}.accountDataCard dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:26px 0}.accountDataCard dl div{padding:15px;border-radius:14px;background:#f5f8f5}.accountDataCard dt{color:var(--muted);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.accountDataCard dd{margin:6px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:800}.accountHubIdentity{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-radius:17px;background:linear-gradient(130deg,#092a39,#0d4d5b);color:white}.accountHubIdentity>span{display:flex;min-width:0;flex-direction:column;gap:5px}.accountHubIdentity small{color:#6fe2d1;font-size:8px;font-weight:900;letter-spacing:.12em}.accountHubIdentity strong{font-size:22px;letter-spacing:.08em}.accountHubIdentity button{border:0;border-radius:11px;padding:12px 14px;background:var(--yellow);color:var(--navy);font-size:9px;font-weight:900;cursor:pointer}.accountSecurityNote{margin:15px 3px 0;color:var(--muted);font-size:10px;line-height:1.55}.passwordCard .formStack input{background:white}
.accountEmptyState{max-width:820px;padding:54px}.accountEmptyState>span{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.12em}.accountEmptyState h2{margin:10px 0;font-size:34px}.accountEmptyState p{max-width:630px;color:var(--muted);line-height:1.7}.accountEmptyState>div{display:flex;gap:10px;margin-top:24px}
.myBooksGrid{display:grid;gap:20px}.myBookCard{display:grid;grid-template-columns:245px 1fr;gap:35px;padding:26px;border:1px solid rgba(7,43,57,.1);border-radius:28px;background:rgba(255,255,255,.9);box-shadow:0 24px 70px rgba(4,31,43,.075)}.myBookCover{align-self:start;aspect-ratio:1054/1492;border-radius:6px 15px 15px 6px;overflow:hidden;box-shadow:-8px 14px 0 #092d3b,0 24px 45px rgba(5,31,44,.18);transition:.25s}.myBookCover:hover{transform:translateY(-4px) rotate(-1deg)}.myBookCover img{display:block;width:100%;height:100%;object-fit:cover}.myBookContent{display:flex;min-width:0;flex-direction:column}.myBookTitle>span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.12em}.myBookTitle h2{margin:8px 0 9px;font-size:32px}.myBookTitle p{max-width:680px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.bookProgressPair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.bookProgressPair>div{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px;border-radius:15px;background:#f5f8f5}.bookProgressPair span{display:flex;flex-direction:column;gap:3px}.bookProgressPair b{font-size:10px}.bookProgressPair small{color:var(--muted);font-size:8px}.bookProgressPair>div>div{grid-column:1/2;height:6px;overflow:hidden;border-radius:999px;background:#dce5e1}.bookProgressPair i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--green))}.bookProgressPair strong{grid-column:2;grid-row:1/3;align-self:center;color:var(--green);font-size:16px}.myBookActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.myBookActions a{padding:11px 14px;border:1px solid var(--line);border-radius:11px;font-size:9px;font-weight:900}.myBookActions a.primary{border-color:var(--navy);background:var(--navy);color:var(--yellow)}.lastOpened{margin-top:12px;color:var(--muted);font-size:8px}
.toolFilterBar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.toolFilterBar a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:white;font-size:9px;font-weight:900}.toolFilterBar a.active{border-color:var(--navy);background:var(--navy);color:white}.myToolsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.myToolCard{min-height:270px;padding:24px;border:1px solid rgba(7,43,57,.1);border-radius:22px;background:rgba(255,255,255,.9);display:flex;flex-direction:column;box-shadow:0 18px 55px rgba(4,31,43,.06)}.myToolCard>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.myToolCard>div span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.09em}.myToolCard>div i{padding:6px 8px;border-radius:999px;background:var(--mint);color:#087b65;font-size:7px;font-style:normal;font-weight:900}.myToolCard h2{margin:36px 0 9px;font-size:23px}.myToolCard p{color:var(--muted);font-size:11px;line-height:1.6}.myToolCard>a{align-self:flex-start;margin-top:auto;padding:11px 14px;border-radius:10px;background:var(--navy);color:var(--yellow);font-size:9px;font-weight:900}.myToolCard.coming{opacity:.72}.myToolCard.coming>div i{background:#f1eee6;color:var(--muted)}.toolComingLabel{margin-top:auto;color:var(--muted);font-size:9px;font-weight:800}
.catalogCoverImage{display:block;align-self:center;aspect-ratio:1054/1492;overflow:hidden;border-radius:7px 18px 18px 7px;box-shadow:-9px 14px 0 #082c3b,0 26px 58px rgba(4,31,43,.22);transition:.25s}.catalogCoverImage:hover{transform:translateY(-4px) rotate(-1deg)}.catalogCoverImage img{display:block;width:100%;height:100%;object-fit:cover}
.passportHubId{position:relative;gap:12px}.passportHubId small{font-size:10px!important;letter-spacing:.08em;white-space:nowrap}.passportHubId strong{min-width:0;margin-left:auto;font-size:15px!important;letter-spacing:.065em;white-space:nowrap}.passportHubId button{position:static;flex:0 0 auto;min-width:48px;border:0;border-radius:9px;padding:9px 12px;background:var(--yellow);color:var(--navy);font-size:9px;line-height:1;font-weight:900;cursor:pointer}

@media(max-width:900px){.accountNav{grid-template-columns:1fr auto}.desktopPrimaryNav{display:none!important}.mobilePrimaryMenu{display:block}.accountInfoGrid{grid-template-columns:1fr}.myBookCard{grid-template-columns:190px 1fr}.myToolsGrid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.accountNav{display:grid;grid-template-columns:1fr auto;padding:10px 14px}.accountNav .brandLink span{display:none}.accountNavActions{gap:6px}.academyMenu>summary{min-width:104px;padding:10px 12px}.mobilePrimaryMenu>summary{padding:10px}.academyMenuPanel{position:fixed;top:72px;right:12px}.accountWorkspaceShell{width:min(100% - 28px,1180px);margin-top:20px}.accountPageHero{padding-top:24px}.accountPageHero h1{font-size:45px}.accountDataCard,.passwordCard,.accountEmptyState{padding:24px}.accountDataCard dl{grid-template-columns:1fr}.accountHubIdentity{align-items:flex-start;flex-direction:column}.accountHubIdentity button{width:100%}.myBookCard{grid-template-columns:1fr;padding:20px}.myBookCover{width:min(230px,75%);justify-self:center}.bookProgressPair{grid-template-columns:1fr}.myBookActions a{flex:1 1 45%;text-align:center}.myToolsGrid{grid-template-columns:1fr}.accountEmptyState>div{flex-direction:column}}

/* Secure PDF.js reader */
.readerPage{background:#e8eeeb}.readerPage .storeFooter{display:none}.readerShell{min-height:calc(100vh - 82px);display:grid;grid-template-rows:auto auto 1fr}.readerTitlebar{display:grid;grid-template-columns:180px 1fr 180px;align-items:center;gap:20px;padding:16px max(22px,calc((100vw - 1320px)/2));background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.readerTitlebar>div{text-align:center}.readerTitlebar span{color:var(--green);font-size:7px;font-weight:900;letter-spacing:.12em}.readerTitlebar h1{margin:4px 0 0;font-size:19px}.readerBack,.readerDownload{justify-self:start;font-size:9px;font-weight:900}.readerDownload{justify-self:end;padding:10px 13px;border-radius:10px;background:var(--navy);color:var(--yellow)}
.readerToolbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr minmax(280px,1.2fr) 1fr;align-items:center;gap:18px;padding:10px max(20px,calc((100vw - 1280px)/2));background:rgba(8,38,51,.97);color:white;box-shadow:0 10px 30px rgba(4,25,35,.18)}.readerPageControls,.readerZoom{display:flex;align-items:center;gap:9px}.readerPageControls button,.readerZoom button{width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(255,255,255,.08);color:white;font-weight:900;cursor:pointer}.readerPageControls label{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:800}.readerPageControls input{width:53px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.1);padding:8px;color:white;text-align:center}.readerPageControls span{color:#b9ccd2}.readerZoom{justify-self:end}.readerZoom span{min-width:42px;text-align:center;font-size:9px;font-weight:900}.readerStatus{display:grid;grid-template-columns:1fr auto;gap:5px 10px;align-items:center}.readerStatus>span{grid-column:1/-1;text-align:center;color:#d4e3e6;font-size:8px}.readerStatus>div{height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.16)}.readerStatus i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--yellow));transition:width .25s}.readerStatus b{font-size:8px}
.readerViewport{position:relative;min-height:600px;padding:28px 18px 70px;overflow:auto;display:flex;justify-content:center;align-items:flex-start;background:radial-gradient(circle at 50% 5%,rgba(255,255,255,.1),transparent 25%),#dce4e1}.readerViewport canvas{display:block;background:white;box-shadow:0 24px 70px rgba(4,25,35,.22)}.readerLoading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;background:#e7eeeb;color:var(--muted);z-index:3}.readerLoading[hidden]{display:none}.readerLoading i{width:38px;height:38px;border:3px solid #bfd2cc;border-top-color:var(--cyan);border-radius:50%;animation:readerSpin .8s linear infinite}@keyframes readerSpin{to{transform:rotate(360deg)}}.readerLoading strong{color:var(--navy)}.readerLoading span{font-size:10px}
.readerResume{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px;background:rgba(2,20,29,.64);backdrop-filter:blur(7px)}.readerResume[hidden]{display:none}.readerResume>div{width:min(480px,100%);padding:35px;border-radius:25px;background:white;box-shadow:0 30px 100px rgba(0,0,0,.25)}.readerResume span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.13em}.readerResume h2{margin:10px 0;font-size:30px}.readerResume p{color:var(--muted);font-size:12px;line-height:1.6}.readerResume>div>div{display:flex;gap:9px;margin-top:23px}.readerResume button{flex:1;border:1px solid var(--line);border-radius:11px;padding:13px;background:white;font-size:9px;font-weight:900;cursor:pointer}.readerResume button:first-child{border-color:var(--navy);background:var(--navy);color:var(--yellow)}.readerToast{position:fixed;z-index:250;right:22px;bottom:22px;max-width:390px;padding:15px 17px;border-radius:13px;background:var(--navy);color:white;box-shadow:0 18px 50px rgba(4,25,35,.22);font-size:10px;line-height:1.5}.readerToast[hidden]{display:none}.readerUnavailable{max-width:760px;margin:70px auto;padding:45px;border:1px solid var(--line);border-radius:26px;background:white;box-shadow:0 24px 70px rgba(4,31,43,.08)}.readerUnavailable>span{color:var(--coral);font-size:8px;font-weight:900;letter-spacing:.12em}.readerUnavailable h2{font-size:32px}.readerUnavailable p{color:var(--muted);line-height:1.65}.readerUnavailable code{padding:2px 5px;border-radius:5px;background:#edf2f0}.readerUnavailable a{display:inline-flex;margin-top:14px;padding:12px 15px;border-radius:10px;background:var(--navy);color:var(--yellow);font-size:9px;font-weight:900}
@media(max-width:760px){.readerShell{min-height:calc(100vh - 62px)}.readerTitlebar{grid-template-columns:auto 1fr auto;padding:11px 13px;gap:10px}.readerTitlebar>div{text-align:left}.readerTitlebar span{display:none}.readerTitlebar h1{font-size:13px}.readerBack{font-size:0}.readerBack:before{content:"←";font-size:18px}.readerDownload{padding:8px 9px;font-size:8px}.readerToolbar{grid-template-columns:1fr auto;padding:8px 10px}.readerStatus{grid-column:1/-1;grid-row:2}.readerStatus>span{display:none}.readerZoom span{display:none}.readerViewport{min-height:520px;padding:14px 8px 50px}.readerResume>div{padding:28px 22px}.readerResume>div>div{flex-direction:column}}
.readerQuickCheckTrigger{position:fixed;z-index:45;right:22px;bottom:22px;display:flex;flex-direction:column;gap:2px;min-width:190px;border:0;border-radius:16px;padding:13px 16px;background:linear-gradient(135deg,var(--yellow),#ffd96b);color:var(--navy);box-shadow:0 17px 45px rgba(4,25,35,.25);text-align:left;cursor:pointer}.readerQuickCheckTrigger[hidden]{display:none}.readerQuickCheckTrigger span{font-size:7px;font-weight:900;letter-spacing:.11em}.readerQuickCheckTrigger b{font-size:12px}.readerQuickCheckPanel{position:fixed;z-index:220;top:0;right:0;width:min(520px,100%);height:100%;overflow:auto;padding:28px;background:#fffdfa;box-shadow:-28px 0 80px rgba(3,23,33,.24);animation:readerQuizIn .26s ease-out}.readerQuickCheckPanel[hidden]{display:none}@keyframes readerQuizIn{from{transform:translateX(100%)}to{transform:none}}.readerQuickCheckPanel>header{display:grid;grid-template-columns:1fr auto;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.readerQuickCheckPanel>header span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.12em}.readerQuickCheckPanel>header h2{margin:7px 0;font-size:29px}.readerQuickCheckPanel>header p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.readerQuickCheckPanel>header>button{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--navy);font-size:22px;cursor:pointer}.readerQuickCheckPanel form{display:grid;gap:14px;margin-top:18px}.readerQuickCheckPanel fieldset{display:grid;gap:7px;margin:0;padding:16px;border:1px solid var(--line);border-radius:16px;background:white}.readerQuickCheckPanel legend{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;width:100%;padding:0 2px 10px;font-size:12px;font-weight:850}.readerQuickCheckPanel legend>b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:#087b65}.readerQuickCheckPanel label{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:9px;padding:10px;border:1px solid #e2e9e6;border-radius:11px;color:var(--muted);font-size:10px;cursor:pointer}.readerQuickCheckPanel input{position:absolute;opacity:0;pointer-events:none}.readerQuickCheckPanel label>i{width:16px;height:16px;border:1.5px solid #93aaa3;border-radius:50%;box-shadow:inset 0 0 0 4px white}.readerQuickCheckPanel label:has(input:checked){border-color:var(--cyan);background:#ecf9f6;color:var(--navy)}.readerQuickCheckPanel label:has(input:checked)>i{border-color:var(--cyan);background:var(--cyan)}.readerQuickCheckPanel form>button{border:0;border-radius:999px;padding:14px 18px;background:var(--navy);color:var(--yellow);font-size:10px;font-weight:900;cursor:pointer}.readerQuickCheckPanel form>button:disabled{opacity:.55}.readerQuizMessage{min-height:18px;color:var(--coral);font-size:9px;font-weight:800}.readerQuizCompleted{padding:34px 20px;text-align:center}.readerQuizCompleted>b{width:58px;height:58px;margin:auto;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:#087b65;font-size:22px}.readerQuizCompleted h3{font-size:25px}.readerQuizCompleted p{color:var(--muted);font-size:11px;line-height:1.6}.readerQuizCompleted a{display:inline-flex;margin-top:10px;padding:12px 14px;border-radius:10px;background:var(--navy);color:var(--yellow);font-size:9px;font-weight:900}
@media(max-width:640px){.readerQuickCheckTrigger{right:12px;bottom:12px;min-width:168px}.readerQuickCheckPanel{padding:20px 16px}}

/* V20.1 secure reader refinements */
.readerShell:fullscreen,.readerShell:-webkit-full-screen{height:100vh;min-height:100vh;overflow:auto;background:#e8eeeb}.readerShell:fullscreen .readerTitlebar,.readerShell:-webkit-full-screen .readerTitlebar{position:sticky;top:0;z-index:30}.readerShell:fullscreen .readerViewport,.readerShell:-webkit-full-screen .readerViewport{min-height:calc(100vh - 150px)}

/* Member Home discovery and global Academy Dashboard */
.memberEditorialSection,.academyHomePromo,.academyDashboard,.dashboardSection{width:min(1180px,calc(100% - 40px));margin-inline:auto}.memberEditorialSection{padding:74px 0 10px}.memberEditorialSection>header small,.dashboardSection>header small{color:var(--green);font-size:9px;font-weight:900;letter-spacing:.15em}.memberEditorialSection>header h2,.dashboardSection>header h2{margin:8px 0;font-size:clamp(32px,4vw,50px)}.memberEditorialSection>header p,.dashboardSection>header p{max-width:650px;color:var(--muted);line-height:1.65}.memberNewsGrid,.featuredLearningGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.memberNewsGrid article,.featuredLearningGrid>a{min-height:280px;padding:28px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 20px 60px rgba(4,31,43,.06);display:flex;flex-direction:column}.memberNewsGrid span,.featuredLearningGrid small{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.12em}.memberNewsGrid h3,.featuredLearningGrid h3{margin:36px 0 10px;font-size:25px}.memberNewsGrid p,.featuredLearningGrid p{color:var(--muted);font-size:12px;line-height:1.65}.memberNewsGrid a,.featuredLearningGrid strong{margin-top:auto;color:var(--green);font-size:10px;font-weight:900}.featuredLearning{margin-top:60px;padding:60px 38px;border-radius:34px;background:var(--navy);color:white}.featuredLearningGrid>a{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:white}.featuredLearningGrid p{color:#b9cac9}.academyHomePromo{margin-top:78px;margin-bottom:78px;padding:48px;border-radius:32px;background:linear-gradient(135deg,#dff4ec,#fff1ad);display:grid;grid-template-columns:1.5fr 1fr;gap:30px;align-items:end}.academyHomePromo small{font-size:9px;font-weight:900;letter-spacing:.14em}.academyHomePromo h2{margin:10px 0;font-size:38px}.academyHomePromo p{color:var(--muted);line-height:1.6}.academyHomePromo>div:last-child{display:flex;flex-wrap:wrap;gap:9px}.academyHomePromo a{padding:13px 16px;border-radius:12px;background:var(--navy);color:var(--yellow);font-size:9px;font-weight:900}.academyVideoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.academyVideoGrid article>div{aspect-ratio:16/9;overflow:hidden;border-radius:20px;background:var(--navy)}.academyVideoGrid iframe{width:100%;height:100%;border:0}
.academyDashboard{padding:42px 0 90px}.academyDashboardHero{min-height:390px;padding:58px;border-radius:34px;background:linear-gradient(135deg,#062a39,#0c4351);color:white;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden}.academyDashboardHero small{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.16em}.academyDashboardHero h1{margin:16px 0;font-size:clamp(45px,6vw,76px);line-height:.94}.academyDashboardHero em{color:var(--cyan);font-style:normal}.academyDashboardHero p{color:#bfd0cf}.overallRing{--progress:0;flex:0 0 210px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at center,#0b3947 58%,transparent 60%),conic-gradient(var(--cyan) calc(var(--progress)*1%),rgba(255,255,255,.12) 0)}.overallRing strong{font-size:42px}.overallRing span{max-width:90px;font-size:8px;font-weight:900;letter-spacing:.1em}.dashboardOverview{display:grid;grid-template-columns:1.45fr .75fr;gap:18px;margin:22px 0 75px}.dashboardMetrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dashboardMetrics article,.dashboardNext{padding:24px;border:1px solid var(--line);border-radius:20px;background:white}.dashboardMetrics small,.dashboardNext small{color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.1em}.dashboardMetrics strong{display:block;margin-top:12px;font-size:34px}.dashboardNext{background:var(--yellow)}.dashboardNext h2{font-size:25px}.dashboardNext p{font-size:11px;line-height:1.55}.dashboardNext a{display:inline-flex;margin-top:12px;padding:11px 14px;border-radius:9px;background:var(--navy);color:white;font-size:9px;font-weight:900}.dashboardSection{margin-top:75px}.dashboardBookGrid,.quizBookStack{display:grid;gap:18px;margin-top:28px}.dashboardBook{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:24px;border:1px solid var(--line);border-radius:26px;background:white}.dashboardBook>img{width:100%;aspect-ratio:1054/1492;object-fit:cover;border-radius:6px 14px 14px 6px;box-shadow:-7px 10px 0 var(--navy)}.dashboardBook>div{align-self:center}.dashboardBook small,.dashboardToolGrid span{color:var(--green);font-size:8px;font-weight:900;letter-spacing:.1em}.dashboardBook h3{margin:8px 0;font-size:30px}.dashboardBook p{color:var(--muted);font-size:10px}.dashboardBook>div>strong{font-size:10px}.dashboardBar{height:7px;margin-top:22px;border-radius:999px;background:#e5ece9;overflow:hidden}.dashboardBar i{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--green))}.dashboardBook nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.dashboardBook nav a{padding:11px 14px;border-radius:10px;background:var(--navy);color:var(--yellow);font-size:9px;font-weight:900}.dashboardBook nav a+ a{background:#edf3f0;color:var(--navy)}.quizBook{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:white}.quizBook>header{padding:22px 25px;background:var(--navy);color:white}.quizBook>header span{color:var(--yellow);font-size:8px;font-weight:900}.quizBook>header h3{margin:6px 0 0;font-size:24px}.quizBook>div>section,.dashboardActivity article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;border-top:1px solid var(--line)}.quizBook section span,.dashboardActivity span{display:flex;flex-direction:column;gap:4px}.quizBook section strong,.dashboardActivity strong{font-size:11px}.quizBook section small,.dashboardActivity small{color:var(--muted);font-size:8px}.quizBook section b,.dashboardActivity b{font-size:15px}.quizBook section a{padding:8px 12px;border-radius:8px;background:var(--mint);color:var(--green);font-size:8px;font-weight:900}.progressComparison{display:flex;align-items:center;gap:24px;padding:22px 25px;background:#eff7f3}.progressComparison div{display:flex;flex-direction:column}.progressComparison small{color:var(--muted);font-size:8px}.progressComparison strong{font-size:20px}.dashboardToolGrid,.dashboardMilestones{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}.dashboardToolGrid>a,.dashboardMilestones article{min-height:230px;padding:24px;border:1px solid var(--line);border-radius:22px;background:white;display:flex;flex-direction:column}.dashboardToolGrid h3,.dashboardMilestones h3{margin:28px 0 8px;font-size:23px}.dashboardToolGrid p,.dashboardMilestones p{color:var(--muted);font-size:10px;line-height:1.6}.dashboardToolGrid strong{margin-top:auto;color:var(--green);font-size:9px}.dashboardActivity{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden}.dashboardMilestones article>div{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#edf1ef;font-weight:900}.dashboardMilestones article>span{margin-top:20px;color:var(--muted);font-size:8px;font-weight:900}.dashboardMilestones .earned{border-color:#a8dfca;background:#f0fbf6}.dashboardMilestones .earned>div{background:var(--mint);color:var(--green)}.dashboardMilestones .earned>span{color:var(--green)}
@media(max-width:900px){.memberNewsGrid,.featuredLearningGrid,.dashboardToolGrid,.dashboardMilestones{grid-template-columns:1fr 1fr}.academyDashboardHero{padding:42px}.dashboardOverview{grid-template-columns:1fr}.academyHomePromo{grid-template-columns:1fr}}
@media(max-width:640px){.memberEditorialSection,.academyHomePromo,.academyDashboard,.dashboardSection{width:min(100% - 28px,1180px)}.memberNewsGrid,.featuredLearningGrid,.dashboardToolGrid,.dashboardMilestones,.academyVideoGrid{grid-template-columns:1fr}.featuredLearning{width:calc(100% - 28px);padding:38px 20px}.academyDashboardHero{padding:34px 24px;align-items:flex-start;flex-direction:column}.overallRing{flex-basis:160px;width:160px;align-self:center}.dashboardMetrics{grid-template-columns:1fr 1fr}.dashboardBook{grid-template-columns:1fr}.dashboardBook>img{width:160px;justify-self:center}.quizBook>div>section,.dashboardActivity article{padding:14px 16px}.progressComparison{align-items:flex-start;flex-wrap:wrap}.academyHomePromo{padding:30px 22px}}
