:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#263e32;--green:#164d47;--green-hover:#103f3a;--soft-green:#eaf1e7;--paper:#f7f8f2;--line:#e1e5da;--muted:#69745f;--focus:#b69b42}*{box-sizing:border-box}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.6}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}input:focus-visible,select:focus-visible{outline-offset:1px}h1,h2,p{margin-top:0}h1{letter-spacing:-.8px;margin-bottom:17px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.3vw,43px);font-weight:500;line-height:1.18}h2{letter-spacing:-.4px;font-size:23px;font-weight:600;line-height:1.3}svg{flex-shrink:0}hr{border:0;border-top:1px solid var(--line);margin:24px 0}.muted,.lead,.hint{color:var(--muted)}.lead{max-width:570px;font-size:16px;line-height:1.75}.hint{font-size:13px}.eyebrow{letter-spacing:1.8px;color:var(--green);margin-bottom:15px;font-size:10px;font-weight:700;display:block}.eyebrow.light{color:#c3dbb9}.brand{white-space:nowrap;letter-spacing:-.6px;align-items:center;gap:11px;font-size:19px;font-weight:650;display:flex}.brand-light{font-weight:400}.brand-mark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:39px;height:39px;display:grid}.button{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:18px;min-height:47px;padding:12px 20px;font-size:14px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.button.primary{background:var(--green);color:#fff;box-shadow:0 3px 8px #164d4712}.button.primary:hover:not(:disabled){background:var(--green-hover);transform:translateY(-1px)}.button.secondary{color:var(--green);border-color:var(--line);background:#fff}.button.secondary:hover:not(:disabled){background:var(--soft-green)}.button.quiet,.text-button{color:var(--green);background:0 0;border:0}.button.full{width:100%}.button-row{flex-wrap:wrap;gap:10px;display:flex}.field{gap:8px;margin:23px 0;font-size:13px;font-weight:600;display:grid}.field input,.field select{width:100%;min-width:0;min-height:48px;color:var(--ink);background:#fff;border:1px solid #d9ded9;border-radius:8px;padding:11px 14px;font-weight:400}.field input::placeholder{color:#969e98}.field input:disabled{background:#f4f5f1}.field input[readonly]{font-family:ui-monospace,monospace;font-size:12px}.notice{background:var(--soft-green);border:1px solid #dbe5d8;border-radius:9px;align-items:flex-start;gap:10px;margin:20px 0;padding:15px 18px;font-size:13px;display:flex}.notice svg{margin-top:2px}.notice-stack{margin-top:22px}.warning-text{color:#70521f;background:#fbf3e4;border-radius:9px;padding:15px;font-size:14px}.app-alert{z-index:10;color:#823d2c;background:#fff1ed;border:1px solid #e9c9c0;border-radius:9px;align-items:center;gap:12px;max-width:940px;margin:0 auto 24px;padding:16px 22px;font-size:14px;display:flex;position:relative}.app-alert>button{color:inherit;background:0 0;border:0;margin-left:auto;padding:5px;display:grid}#root>.app-alert{position:fixed;top:16px;left:16px;right:16px;box-shadow:0 10px 40px #0002}.auth-layout{grid-template-columns:minmax(380px,45%) 1fr;min-height:100dvh;display:grid}.auth-story{background:var(--green);color:#fff;flex-direction:column;min-height:100dvh;padding:48px 11%;display:flex;position:relative;overflow:hidden}.auth-story .brand-mark{background:#ffffff16;border:1px solid #ffffff20}.story-content{margin:auto 0;padding-top:75px}.story-content h1{max-width:430px;font-size:clamp(34px,3.1vw,48px);line-height:1.2}.story-content>p{color:#d2dfd9;max-width:340px;font-size:15px;line-height:1.9}.story-footer{color:#bad0c4;margin-top:24px;font-size:12px}.orbit{border:1px solid #ffffff26;border-radius:50%;width:235px;height:235px;margin:52px auto 28px;position:relative;transform:rotate(-15deg)}.orbit:before{content:"";border:1px solid #fff3;border-radius:50%;position:absolute;inset:27px}.orbit:after{content:"";border:1px solid #ffffff20;border-radius:50%;position:absolute;inset:-27px 40px;transform:rotate(52deg)}.orbit-center{color:#d7e2b9;place-items:center;height:100%;font:90px Georgia,serif;display:grid;transform:rotate(15deg)}.orbit-dot{z-index:1;background:#d9e0bd;border-radius:50%;width:11px;height:11px;position:absolute}.orbit-dot.one{top:25px;left:27px}.orbit-dot.two{width:8px;height:8px;bottom:20px;right:26px}.orbit-dot.three{background:#87aaa0;width:6px;height:6px;top:18px;right:48px}.auth-main{place-items:center;padding:65px 36px;display:grid}.auth-card{width:min(100%,400px)}.auth-card h2{margin-bottom:14px;font-family:Georgia,serif;font-size:33px;font-weight:500}.auth-card>.muted{margin-bottom:30px;line-height:1.8}.auth-links{justify-content:space-between;gap:18px;margin-top:22px;display:flex}.auth-links button,.resume-strip button{color:var(--green);background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.auth-note{color:var(--muted);border-top:1px solid var(--line);align-items:flex-start;gap:10px;margin-top:40px;padding-top:22px;font-size:12px;display:flex}.auth-note svg{margin-top:3px}.auth-mobile-brand{display:none}.app-layout{min-height:100dvh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:3;background:#fff;flex-direction:column;flex-shrink:0;width:246px;padding:32px 19px 23px;display:flex;position:fixed;top:0;bottom:0}.sidebar>.brand{gap:9px;margin:0 7px 49px;font-size:18px}.sidebar .brand-mark{border-radius:10px;width:33px;height:36px}.nav-heading{letter-spacing:1.6px;color:var(--muted);margin:0 15px 14px;font-size:9px;font-weight:650}.nav-item{text-align:left;color:#647067;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:49px;margin-bottom:5px;padding:12px 14px;font-size:13px;display:flex}.nav-item.active{color:var(--green);background:var(--soft-green);font-weight:600}.nav-dot{background:var(--green);border-radius:50%;width:5px;height:5px;margin-left:auto}.sidebar-note{color:#728076;margin:auto 15px 28px;padding-top:55px}.sidebar-note svg{color:#a5b794;margin-bottom:8px}.sidebar-note p{margin-bottom:0;font-family:Georgia,serif;font-size:16px;line-height:1.55}.install-button,.logout{text-align:left;color:#53645b;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:12px 14px;font-size:12px;display:flex}.install-button:hover,.logout:hover{background:#f4f6f2}.logout{color:var(--muted);border-top:1px solid var(--line);border-radius:0;margin-top:12px;padding-top:15px}.install-help{color:var(--muted);margin:6px 14px 0;font-size:11px}.installed-label{color:var(--muted);gap:8px;padding:12px 14px;font-size:12px;display:flex}.workspace{flex-direction:column;flex:1;min-width:0;margin-left:246px;display:flex}.topbar{border-bottom:1px solid var(--line);height:80px;color:var(--muted);background:#fcfcf9;justify-content:space-between;align-items:center;padding:0 48px;font-size:12px;display:flex}.profile-badge{color:#616c64;align-items:center;gap:11px;font-size:11px;display:flex}.avatar{color:#536747;background:#e7eddd;border-radius:50%;place-items:center;width:32px;height:32px;font:16px Georgia,serif;display:grid}.workspace-main{flex:1;padding:46px 48px 40px}.page-width{max-width:950px;margin:0 auto}.page-heading{justify-content:space-between;gap:28px;margin-bottom:33px;display:flex}.heading-decoration{color:#81946a;border:1px solid #d8decd;border-radius:50%;flex-shrink:0;place-items:center;width:65px;height:65px;margin-top:22px;display:grid}.plain-fieldset{border:0;min-width:0;margin:0;padding:0}.section-label{color:#96a086;align-items:center;gap:12px;width:100%;margin-bottom:18px;font-size:12px;display:flex}.section-label span{color:var(--ink);letter-spacing:-.2px;font-size:16px;font-weight:600}.segmented{background:#ecefe7;border-radius:8px;gap:3px;margin-bottom:22px;padding:4px;display:inline-flex}.segmented button{color:#63705e;background:0 0;border:0;border-radius:6px;min-height:36px;padding:8px 18px;font-size:12px}.segmented button.active{color:var(--green);background:#fff;font-weight:600;box-shadow:0 1px 3px #233b2114}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.topic-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:14px;min-height:84px;padding:18px 20px;transition:border-color .15s,background .15s;display:flex;position:relative}.topic-card:hover{border-color:#a9bab0}.topic-card.selected{background:#f0f6f0;border-color:#60877a}.topic-card.all-mode{cursor:default}.topic-card input,.answer-option input{opacity:0;width:1px;height:1px;position:absolute}:is(.topic-card:has(input:focus-visible),.answer-option:has(input:focus-visible)){outline:3px solid var(--focus);outline-offset:3px}.topic-symbol{border-radius:11px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.hue-0{color:#7f8c59;background:#edf0df}.hue-1{color:#668d87;background:#e4efee}.hue-2{color:#b58b63;background:#f5eae0}.hue-3{color:#9583a2;background:#efe9f3}.topic-title{padding-right:5px;font-size:13px;font-weight:550;line-height:1.55}.selection-indicator{color:#fff;border:1px solid #d0d8cd;border-radius:50%;flex-shrink:0;place-items:center;width:19px;height:19px;margin-left:auto;display:grid}.selected .selection-indicator{background:var(--green);border-color:var(--green)}.setup-bottom{border-top:1px solid var(--line);justify-content:space-between;gap:36px;margin-top:34px;padding-top:27px;display:flex}.count-options{gap:9px;display:flex}.count-options button{border:1px solid var(--line);background:#fff;border-radius:7px;min-height:40px;padding:8px 21px;font-size:13px}.count-options button.active{background:var(--green);color:#fff;border-color:var(--green)}.count-fieldset .hint{margin-top:10px}.difficulty{min-width:205px;padding-top:30px}.difficulty summary{cursor:pointer;color:var(--muted);font-size:12px}.difficulty .field{margin:12px 0}.start-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding-top:28px;display:flex}.start-row>p{color:var(--muted);align-items:center;gap:8px;margin:0;font-size:11px;display:flex}.start-button{min-width:180px}.workspace-footer{color:#8c9589;letter-spacing:.2px;padding:10px 48px 24px;font-size:10px}.workspace-footer span{padding:0 8px}.panel{border:1px solid var(--line);background:#fff;border-radius:13px;padding:32px}.resume-strip{background:#eef4e9;border:1px solid #d4dfd2;border-radius:9px;align-items:center;gap:12px;margin-bottom:28px;padding:15px 18px;font-size:13px;display:flex}.resume-strip button{align-items:center;gap:8px;margin-left:auto;display:flex}.onboarding{max-width:760px}.onboarding .lead{margin-bottom:30px}.connect-panel{margin-bottom:18px}.tile-icon{background:var(--soft-green);width:52px;height:52px;color:var(--green);border-radius:12px;place-items:center;margin-bottom:20px;display:grid}.independent-panel h2{font-size:19px}.link-instructions ol{color:var(--muted);padding-left:21px;font-size:14px}.link-instructions li{padding:5px 0}.quiz-page{max-width:820px}.quiz-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;font-size:12px;display:flex}.quiz-toolbar .eyebrow{margin:0;font-size:9px}.question-counter{color:var(--muted);font-size:11px}.text-button{padding:5px 0;font-size:13px}.quiz-progress{background:var(--line);appearance:none;border:0;border-radius:5px;width:100%;height:5px;margin-bottom:30px;display:block}.quiz-progress::-webkit-progress-bar{background:var(--line);border-radius:5px}.quiz-progress::-webkit-progress-value{background:#7f9b76;border-radius:5px}.quiz-progress::-moz-progress-bar{background:#7f9b76}.question-panel{padding:37px 40px}.question-heading{letter-spacing:-.5px;margin-bottom:29px;font-family:inherit;font-size:25px;font-weight:550;line-height:1.55}.answer-options{border:0;gap:11px;margin:0;padding:0;display:grid}.answer-option{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:14px;padding:16px 18px;font-size:14px;line-height:1.6;display:flex;position:relative}.answer-option.selected{background:#edf4ed;border-color:#7c9a86}.answer-letter{color:#7d8776;background:#f0f2eb;border-radius:7px;flex-shrink:0;place-items:center;width:27px;height:27px;font-size:12px;display:grid}.answer-option.selected .answer-letter{color:var(--green);background:#dbe8d8}.question-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;margin-top:28px;padding-top:26px;display:flex}.question-actions .hint{max-width:230px;font-size:11px}.question-actions .button{flex-shrink:0}.check-state{margin-top:15px;margin-left:auto;display:block}.feedback-label{border-radius:25px;align-items:center;gap:8px;margin-bottom:18px;padding:6px 12px;font-size:13px;display:inline-flex}.feedback-label.correct{color:#456938;background:#e6f0df}.feedback-label.incorrect{color:#86662f;background:#fcf0dc}.feedback-answers p{border:1px solid var(--line);border-radius:9px;margin-bottom:12px;padding:17px 20px}.feedback-answers p>span{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.feedback-answers strong{font-size:15px;font-weight:550}.feedback-answers .correct-answer{background:#f0f6ed;border-color:#b4c8b2}.explanation{padding:23px 0 0}.explanation .eyebrow{margin-bottom:10px;font-size:9px}.explanation p{color:#526157;font-size:15px;line-height:1.85}.saved-label{color:#708267;align-items:center;gap:7px;font-size:12px;display:flex}.result-page{text-align:center;max-width:700px}.result-page .lead{margin:0 auto 30px}.result-card{padding:40px}.score-ring{border-radius:50%;width:195px;height:195px;margin:0 auto 28px;padding:9px}.score-ring>div{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;height:100%;display:flex}.score-ring strong{color:var(--green);letter-spacing:-1.5px;font-size:41px;font-weight:550}.score-ring strong span{color:#97a18f;font-size:20px;font-weight:400}.score-ring small{color:var(--muted);font-size:11px}.result-card h2{font-size:22px}.result-card .button{margin-top:13px}.account-page{max-width:720px}.account-page .panel{margin-top:29px}.account-page h2{overflow-wrap:anywhere;font-size:20px}.offline-banner{color:#6e5528;background:#faf0d9;border-radius:9px;max-width:950px;margin:0 auto 24px;padding:12px 17px;font-size:13px}.empty-state{text-align:center;padding:38px 25px}.loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:25px;min-height:100dvh;display:flex}.loading-screen p{color:var(--muted);font-size:13px}.spinner{border:2px solid #dfe5d9;border-top-color:var(--green);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;color:var(--green);background:#fff;padding:12px;position:fixed;top:-100px;left:12px}.skip-link:focus{top:12px}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=1500px){.workspace-main{padding-top:60px}.topic-card{min-height:94px}.page-heading{margin-bottom:38px}}@media (width<=1100px){.sidebar{width:217px;padding-left:12px;padding-right:12px}.sidebar>.brand{font-size:16px}.workspace{margin-left:217px}.workspace-main{padding:35px 28px}.topbar{padding:0 28px}.topic-card{gap:10px;padding:14px}.topic-title{font-size:12px}.setup-bottom{gap:20px}.difficulty{min-width:175px}.auth-story{padding:40px 9%}.story-content h1{font-size:34px}}@media (width<=800px){.app-layout{flex-direction:column}.sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:12px;width:100%;padding:18px 20px 10px;display:grid;position:static}.sidebar>.brand{margin:0;font-size:18px}.sidebar .nav-heading,.sidebar-note,.sidebar .install-section,.sidebar .installed-label{display:none}.sidebar nav{grid-area:2/1/auto/-1;gap:8px;display:flex}.sidebar .nav-item{justify-content:center;min-height:43px;margin:0;padding:9px 12px}.sidebar .nav-dot{display:none}.logout{border:0;width:auto;margin:0;padding:8px;font-size:0}.logout svg{width:21px;height:21px}.workspace{margin-left:0}.topbar{display:none}.workspace-main{padding:32px 23px}.workspace-footer{padding:5px 23px 23px}.page-heading{margin-bottom:25px}.heading-decoration{width:50px;height:50px}.lead{font-size:14px}.question-panel{padding:30px 28px}.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-main{flex-direction:column;min-height:100dvh;padding:30px 25px 48px;display:flex}.auth-mobile-brand{margin:0 auto 66px;display:block}.auth-card{margin:auto}.auth-card h2{font-size:30px}.auth-card .eyebrow{font-size:9px}.story-content{padding-top:0}}@media (width<=520px){h1{font-size:32px}.workspace-main{padding:27px 18px}.page-heading{gap:12px}.heading-decoration{display:none}.eyebrow{letter-spacing:1.5px;font-size:9px}.topic-grid{grid-template-columns:1fr;gap:10px}.topic-card{min-height:76px;padding:16px}.topic-title{font-size:13px}.topic-symbol{width:37px;height:37px}.segmented{display:flex}.segmented button{flex:1;padding:7px 10px;font-size:12px}.setup-bottom{flex-direction:column;gap:0}.difficulty{margin-bottom:18px;padding-top:2px}.difficulty .field{max-width:230px}.start-row{flex-direction:column-reverse;align-items:stretch;gap:15px;margin-top:4px;padding-top:23px}.start-row>p{text-align:center;justify-content:center;font-size:10px}.button{padding:12px 17px}.resume-strip{flex-wrap:wrap;gap:9px;font-size:12px}.resume-strip button{margin-left:30px}.panel{padding:23px}.quiz-toolbar{flex-wrap:wrap;gap:9px}.quiz-toolbar .eyebrow{display:none}.question-panel{padding:24px 19px}.question-heading{font-size:21px;line-height:1.5}.answer-option{gap:11px;padding:14px 12px;font-size:13px}.answer-letter{width:24px;height:24px}.answer-option .selection-indicator{width:17px;height:17px}.question-actions{flex-direction:column-reverse;align-items:stretch;gap:15px}.question-actions .hint{text-align:center;max-width:none}.saved-label{justify-content:center}.result-card{padding:30px 18px}.result-card .button{width:100%}.connect-panel .button-row{flex-direction:column}.app-alert{padding:13px;font-size:12px}.onboarding h2{font-size:21px}.onboarding .muted{font-size:14px}.auth-note{margin-top:32px}.auth-mobile-brand{margin-bottom:55px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.mobile-install{display:none}@media (width<=800px){.mobile-install{margin-top:24px;display:block}}
