.instructor-onboarding-module__sMFexa__backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050c0ac7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.instructor-onboarding-module__sMFexa__card{background:var(--panel);width:min(100%,520px);color:var(--panel-text);border:1px solid #18211e14;border-radius:24px;padding:28px;box-shadow:0 16px 48px #00000047}.instructor-onboarding-module__sMFexa__kicker{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.instructor-onboarding-module__sMFexa__card h1{letter-spacing:-.04em;margin:0;font-size:clamp(28px,5vw,38px);line-height:1.05}.instructor-onboarding-module__sMFexa__intro{color:#5d6763;margin:12px 0 22px;font-size:15px;line-height:1.55}.instructor-onboarding-module__sMFexa__referral{background:var(--panel-tint);border:1px solid color-mix(in srgb, var(--primary) 20%, var(--panel));border-radius:16px;gap:3px;margin-bottom:18px;padding:14px 16px;display:grid}.instructor-onboarding-module__sMFexa__referral span,.instructor-onboarding-module__sMFexa__selection,.instructor-onboarding-module__sMFexa__note,.instructor-onboarding-module__sMFexa__notListed span{color:var(--panel-muted);font-size:13px;line-height:1.45}.instructor-onboarding-module__sMFexa__label{margin-bottom:7px;font-size:13px;font-weight:800;display:block}.instructor-onboarding-module__sMFexa__select{border:1px solid var(--panel-line);background:var(--panel-raised);width:100%;min-height:52px;color:var(--panel-text);font:inherit;border-radius:14px;padding:0 14px;font-weight:700}.instructor-onboarding-module__sMFexa__select:focus-visible,.instructor-onboarding-module__sMFexa__primary:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}.instructor-onboarding-module__sMFexa__selection{margin:10px 2px 0}.instructor-onboarding-module__sMFexa__error{color:#a72b24;margin:12px 0 0;font-size:13px;font-weight:700}.instructor-onboarding-module__sMFexa__primary{background:var(--primary);width:100%;min-height:52px;color:var(--on-primary);cursor:pointer;font:inherit;border:0;border-radius:14px;margin-top:18px;font-weight:850}.instructor-onboarding-module__sMFexa__primary:disabled{opacity:.45;cursor:not-allowed}.instructor-onboarding-module__sMFexa__notListed{border-top:1px solid var(--panel-line);gap:3px;margin-top:18px;padding-top:18px;display:grid}.instructor-onboarding-module__sMFexa__notListed strong{font-size:13px}.instructor-onboarding-module__sMFexa__note{margin-top:12px;display:block}@media (max-width:560px){.instructor-onboarding-module__sMFexa__backdrop{align-items:end;padding:0}.instructor-onboarding-module__sMFexa__card{padding:24px 20px max(24px, env(safe-area-inset-bottom));border-radius:24px 24px 0 0}}html[data-theme=dark] .instructor-onboarding-module__sMFexa__backdrop{background:#030906d6}html[data-theme=dark] .instructor-onboarding-module__sMFexa__card{border-color:var(--panel-line);background:var(--panel);color:var(--panel-text);box-shadow:0 18px 48px #00000057}html[data-theme=dark] .instructor-onboarding-module__sMFexa__intro{color:var(--panel-muted)}html[data-theme=dark] .instructor-onboarding-module__sMFexa__error{color:#ffaaa2}
*{box-sizing:border-box}:root{--primary:#16853b;--primary-strong:#12682d;--primary-soft:#16853b33;--on-primary:#fff;--secondary:#d8ff52;--on-secondary:#172000;--bg:#08110e;--surface:#0f1d18;--surface-2:#14251f;--surface-3:#1a2d26;--text:#f6f8f7;--muted:#97aaa2;--line:#ffffff17;--panel:#f8f7f3;--panel-raised:#fff;--panel-text:#18211e;--panel-muted:#68716d;--panel-line:#c8ceca;--panel-tint:#edf5e8;--accent:var(--secondary);--accent-ink:var(--on-secondary);--good:#75e5a8;--danger:#ff8c82;--max:1080px;--theme-page-bg:#f6f5f0;--theme-page-surface:#fff;--theme-page-raised:#fff;--theme-page-text:#102033;--theme-page-muted:#607083;--theme-page-line:#d9e0d9;--theme-nav:#fbf9f2;--theme-nav-hover:#f0eee7;--theme-nav-active:#ecf8e5;--theme-header-bg:#f8f7f3;--theme-header-text:#38404c;--theme-header-muted:#747b84;--theme-control-border:#aeb3b4;--theme-nav-border:#e6e3db;--theme-nav-text:#38404c;--theme-nav-title:#6d6879;--theme-nav-muted:#718093;--theme-overlay:#1719186b;--theme-focus:#121512;--theme-auth-surface:#ffffffb8;--theme-auth-highlight-bg:#fff3c8;--theme-auth-highlight-text:#d39700;--theme-button-surface:#fff;--theme-positive-surface:#edf8e8;--theme-positive-text:#168039}html{background:var(--bg);overflow-x:clip}body{color:var(--text);background:radial-gradient(circle at 85% 0%, #d8ff5214, transparent 28rem), var(--bg);min-height:100vh;margin:0;font-family:Arial,Helvetica,sans-serif}.moduleShell{--module-nav-height:0px;--module-header-height:68px;min-height:100dvh}.moduleMain{grid-template-rows:var(--module-header-height) minmax(0, 1fr);min-width:0;display:grid}.appHeader{z-index:9;min-width:0;height:var(--module-header-height);background:var(--theme-header-bg);border-bottom:1px solid var(--theme-page-line);color:var(--theme-header-text);justify-content:center;align-items:center;padding:0 88px;display:flex;position:sticky;top:0}.appHeaderBrand{text-align:center;align-items:center;gap:8px;display:inline-flex}.appHeaderBrand>span:last-child{gap:1px;display:grid}.appHeaderBrand strong{letter-spacing:-.03em;font-size:18px}.appHeaderBrand small{color:var(--theme-header-muted);font-size:7px}.appHeaderMark,.moduleBrandMark{font-size:21px}.appHeaderActions{align-items:center;gap:10px;display:flex;position:absolute;right:18px}.themeToggle{border:1px solid var(--theme-control-border);color:var(--theme-header-text);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;display:grid}.themeToggle svg{width:20px;height:20px}.appHeaderAvatar{background:var(--primary);width:38px;height:38px;color:var(--on-primary);border-radius:50%;place-items:center;font-size:13px;font-weight:850;display:none}.appHeaderSignIn{border:1px solid var(--primary);min-height:38px;color:var(--primary-strong);cursor:pointer;background:0 0;border-radius:999px;padding:0 15px;font-weight:800}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.moduleContent{min-width:0;min-height:calc(100dvh - var(--module-nav-height) - var(--module-header-height));background:var(--bg);overflow-x:clip}.moduleStage{min-height:calc(100dvh - var(--module-nav-height) - var(--module-header-height));opacity:1;width:100%;transition:opacity .21s,transform .21s cubic-bezier(.2,.8,.2,1);transform:translateY(0)}.moduleStage.moduleStageEntering{opacity:.94;transform:translateY(3px)}@media (prefers-reduced-motion:reduce){.moduleStage{transition:none}.moduleStage.moduleStageEntering{opacity:1;transform:none}}.moduleMenuButton{z-index:12;border:1px solid var(--theme-control-border);background:var(--theme-header-bg);width:40px;height:40px;color:var(--theme-header-text);cursor:pointer;border-radius:50%;padding:0;font-size:19px;position:fixed;top:14px;left:18px}.moduleNavLayer{z-index:30;position:fixed;inset:0}.moduleNavBackdrop{background:var(--theme-overlay);cursor:default;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.moduleNav{background:var(--theme-nav);border-right:1px solid var(--theme-page-line);width:min(310px,86vw);color:var(--theme-nav-text);grid-template-rows:auto minmax(0,1fr) auto;gap:18px;padding:22px 24px 26px;animation:.18s ease-out both module-drawer-in;display:grid;position:absolute;inset:0 auto 0 0;overflow:hidden;box-shadow:12px 0 34px #1215121f}@keyframes module-drawer-in{0%{opacity:.7;transform:translate(-24px)}}.moduleNavHeader{border-bottom:1px solid var(--theme-nav-border);align-items:center;gap:12px;padding-bottom:14px;display:flex}.moduleNavScroll{scrollbar-gutter:stable;align-content:start;gap:28px;min-height:0;display:grid;overflow-y:auto}.moduleCloseButton{width:32px;height:32px;color:var(--theme-nav-text);cursor:pointer;background:0 0;border:0;padding:0;font-size:31px;font-weight:300;line-height:1}.moduleBrand{color:var(--theme-page-text);align-items:center;font-size:16px;text-decoration:none;display:flex}.moduleBrandMark{margin-right:9px;font-size:30px}.moduleBrand>span:last-child{gap:1px;display:grid}.moduleBrand strong{letter-spacing:-.04em;font-size:23px;line-height:1}.moduleBrand small{color:var(--theme-nav-muted);font-size:9px;font-weight:500}.moduleLinks,.moduleLegal{align-content:start;gap:5px;display:grid}.moduleNavTitle{color:var(--theme-nav-title);letter-spacing:.13em;text-transform:uppercase;padding:0 0 10px;font-size:11px;font-weight:800;display:block}.moduleLinks a{min-height:64px;color:var(--theme-nav-text);border-radius:12px;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:11px;padding:9px 10px;font-size:14px;font-weight:600;text-decoration:none;display:grid}.moduleLinkIcon{width:32px;height:32px;color:var(--theme-page-text);place-items:center;display:grid}.moduleLinkIcon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.moduleLinkCopy{gap:3px;min-width:0;display:grid}.moduleLinkCopy strong{color:var(--theme-page-text);font-size:14px}.moduleLinkCopy small{color:var(--theme-nav-muted);font-size:11px;font-weight:500}.moduleLinkArrow{color:var(--theme-page-text);font-size:27px;font-weight:400;line-height:1}.moduleLinks a[aria-current=page]{color:var(--primary-strong);background:var(--theme-nav-active)}.moduleLinks a[aria-current=page] .moduleLinkIcon,.moduleLinks a[aria-current=page] .moduleLinkCopy strong,.moduleLinks a[aria-current=page] .moduleLinkArrow{color:var(--primary-strong)}.moduleLinks a:not([aria-current=page]):hover{background:var(--theme-nav-hover)}.moduleLinks a:focus-visible{outline:2px solid var(--theme-focus);outline-offset:2px}.moduleLegal a{min-height:46px;color:var(--theme-nav-text);border-radius:10px;grid-template-columns:34px 1fr;align-items:center;gap:11px;padding:6px 10px;font-size:13px;text-decoration:none;display:grid}.moduleLegal a:hover{background:var(--theme-nav-hover)}.moduleAuth{border:1px solid var(--theme-page-line);background:var(--theme-auth-surface);border-radius:15px;align-self:end;gap:9px;padding:14px;display:grid}.moduleAuthHeading{color:var(--theme-page-text);align-items:center;gap:8px;font-size:13px;display:flex}.moduleAuthHeading>span{background:var(--theme-auth-highlight-bg);width:30px;height:30px;color:var(--theme-auth-highlight-text);border-radius:9px;place-items:center;display:grid}.moduleAuth p{color:var(--theme-nav-muted);margin:0;font-size:11px;line-height:1.45}.moduleAuth>small{color:var(--theme-nav-muted);text-align:center;font-size:9px}.moduleAuth a,.moduleAuth button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-size:12px;font-weight:800;text-decoration:none;display:flex}.moduleSignup{background:var(--primary);color:var(--on-primary);border:0}.moduleLogin{border:1px solid var(--primary);color:var(--primary-strong);background:0 0}.mobileTabBar,.desktopModuleNav{display:none}@media (min-width:1100px){html,body{width:100%;height:100%;min-height:0;overflow:hidden}.moduleShell{grid-template-columns:266px minmax(0,1fr);height:100dvh;min-height:0;display:grid;overflow:hidden}.desktopModuleNav{grid-area:1/1;min-width:0;display:block}.desktopModuleNav .moduleNav{width:100%;height:100dvh;box-shadow:none;border-right:0;padding:0 16px 24px;animation:none;position:sticky;top:0}.desktopModuleNav .moduleCloseButton{display:none}.desktopModuleNav .moduleNavHeader{height:var(--module-header-height);min-height:var(--module-header-height);border-bottom:0;padding:0 10px;position:relative}.desktopModuleNav .moduleNavHeader:after{content:"";border-bottom:1px solid var(--theme-page-line);position:absolute;bottom:0;left:-16px;right:-16px}.moduleMenuButton{display:none}.moduleMain{grid-area:1/2;height:100dvh;min-height:0}.moduleContent{overscroll-behavior-y:contain;scrollbar-gutter:stable;height:100%;min-height:0;overflow:clip auto}.appHeader{justify-content:space-between;padding-inline:34px}.appHeaderBrand{display:none}.appHeaderActions{margin-left:auto;position:static}.appHeaderAvatar{display:grid}}@media (max-width:760px){:root{--mobile-route-bottom-inset:calc(96px + env(safe-area-inset-bottom))}.moduleContent,.moduleStage{min-height:calc(100dvh - var(--module-header-height))}.moduleMenuButton{display:none}.appHeader{border-bottom-color:var(--theme-page-line);justify-content:flex-start;padding:0 18px;position:relative}.appHeaderBrand{text-align:left}.appHeaderBrand strong{font-size:18px}.appHeaderBrand small{font-size:8px}.appHeaderActions{right:18px}.appHeaderAvatar{display:grid}.mobileTabBar{z-index:25;min-height:66px;padding:5px max(10px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border-top:1px solid #dfe4df;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 26px #132c1b14}.mobileTabBar a{color:#607083;border-radius:12px;align-content:center;place-items:center;gap:2px;min-width:0;text-decoration:none;display:grid}.mobileTabBar a>span{font-size:22px;line-height:1}.mobileTabBar a small{font-size:10px;font-weight:700}.mobileTabBar a[aria-current=page]{color:#16752d;background:#eef9e8}}.authSheetLayer{z-index:100;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.authSheetBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#08140e7a;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.authSheet{color:#102033;background:#fbfefb;border:1px solid #ffffffbf;border-radius:24px;justify-items:start;width:min(420px,100%);padding:30px;display:grid;position:relative;box-shadow:0 16px 44px #071d1033}.authSheetClose{color:#3d4b43;cursor:pointer;background:#edf3ed;border:0;border-radius:50%;width:34px;height:34px;font-size:23px;line-height:1;position:absolute;top:13px;right:14px}.authSheetMark{background:#e8f8e4;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:18px;font-size:29px;display:grid}.authSheetEyebrow{color:#188238;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:900}.authSheet h2{letter-spacing:-.04em;margin:7px 0 9px;font-size:30px}.authSheet p{color:#607083;margin:0;font-size:14px;line-height:1.55}.authSheetContinue{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:11px;width:100%;min-height:48px;margin-top:22px;font-weight:850}.authSheet>small{color:#7b887f;text-align:center;width:100%;margin-top:10px;font-size:10px}button{font:inherit}.brand,.brandButton{align-items:center;gap:10px;font-size:18px;font-weight:800;display:inline-flex}.brandButton{color:var(--text);cursor:pointer;background:0 0;border:0;padding:0}.brandMark{background:var(--accent);width:34px;height:34px;color:var(--accent-ink);border-radius:11px;place-items:center;font-size:17px;font-weight:900;display:grid}.pill{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.hero{grid-template-columns:1.25fr .75fr;align-items:center;gap:56px;padding:76px 0 62px;display:grid}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-size:12px;font-weight:800;line-height:1;display:block}.hero h1,.questionCard h1,.resultCard h1{letter-spacing:-.055em;max-width:820px;margin:0;font-size:clamp(40px,6vw,68px);line-height:.98}.hero p{color:var(--muted);max-width:610px;margin:24px 0 0;font-size:17px;line-height:1.6}.primaryButton,.secondaryButton{cursor:pointer;border-radius:14px;min-height:52px;padding:0 20px;font-weight:800;transition:transform .15s,opacity .15s}.primaryButton{background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent)}.secondaryButton{color:var(--text);border:1px solid var(--line);background:0 0}.primaryButton:hover,.secondaryButton:hover,.topicCard:hover{transform:translateY(-1px)}.primaryButton:disabled{cursor:not-allowed;opacity:.35;transform:none}.heroButton{margin-top:32px}.roadCard{background:linear-gradient(155deg, #d8ff5214, transparent 55%), var(--surface);border:1px solid var(--line);border-radius:28px;flex-direction:column;justify-content:space-between;min-height:330px;padding:28px;display:flex;position:relative;overflow:hidden}.roadSign{border:5px solid var(--text);border-radius:22px;place-items:center;width:78px;height:78px;font-size:34px;font-weight:900;display:grid;transform:rotate(5deg)}.roadCard strong{letter-spacing:-.03em;font-size:22px}.roadLines{justify-content:space-between;width:72px;height:125%;display:flex;position:absolute;top:-10%;left:55%;transform:rotate(20deg)}.roadLines span{background:#d8ff522e;border-radius:999px;width:8px;height:100%;display:block}.statsStrip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding:24px 0;display:grid}.statsStrip div{flex-direction:column;gap:5px;display:flex}.statsStrip div+div{border-left:1px solid var(--line);padding-left:28px}.statsStrip strong{font-size:24px}.statsStrip span,.muted{color:var(--muted);font-size:13px}.topicsSection{padding:64px 0 84px}.sectionHeading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.sectionHeading .eyebrow{margin-bottom:10px}.sectionHeading h2{letter-spacing:-.04em;margin:0;font-size:34px}.topicGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.topicCard{border:1px solid var(--line);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:116px;padding:18px;transition:transform .15s,border-color .15s;display:grid}.topicCard:hover{border-color:#d8ff5252}.topicIcon{background:var(--surface-3);width:50px;height:50px;color:var(--accent);border-radius:15px;place-items:center;font-size:23px;display:grid}.topicCopy{flex-direction:column;gap:6px;display:flex}.topicCopy strong{font-size:17px}.topicCopy small{color:var(--muted);line-height:1.4}.topicArrow{color:var(--accent);font-size:20px}footer{border-top:1px solid var(--line);color:var(--muted);padding:28px 0 52px;font-size:12px;line-height:1.6}footer strong{color:var(--text)}footer p{max-width:720px}.quizWrap{width:min(720px,100%);margin:48px auto 90px}.progressMeta{color:var(--muted);justify-content:space-between;margin-bottom:10px;font-size:12px;display:flex}.progressTrack{background:var(--surface-3);border-radius:999px;height:6px;margin-bottom:22px;overflow:hidden}.progressBar{background:var(--accent);border-radius:inherit;height:100%;transition:width .2s}.questionCard{background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:32px}.questionCard h1{font-size:clamp(30px,5vw,44px);line-height:1.05}.quizSignPrompt{border-top:1px solid var(--practice-line);border-bottom:1px solid var(--practice-line);background:var(--practice-bg);place-items:center;min-height:210px;margin:24px 0 8px;display:grid}.quizSignImage{object-fit:contain;width:178px;height:178px}.signQuizHeading{text-align:center;margin-bottom:0}.practiceShell .signQuizHeading h1{letter-spacing:-.02em;margin:16px 0 0;font-size:18px!important}.signQuizWrap{width:min(520px,100%)!important;margin:0 auto!important}.signQuizLayout{display:block}.signQuizProgress{border-radius:0;background:var(--practice-line)!important;height:1px!important;margin:30px 0 14px!important}.signQuizProgress .progressBar{display:none}.signQuestionCard{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.signQuestionCard .quizSignPrompt{background:0 0;border:0;min-height:156px;margin:0 0 16px}.signQuestionCard .quizSignImage{width:140px;height:140px}.signQuestionCard .answers{gap:10px;width:min(400px,100%);margin:0 auto}.signAnswerButton{place-items:center;min-height:64px!important;color:var(--practice-ink)!important;text-align:center!important;background:0 0!important;border-color:#4d5350!important;border-radius:8px!important;grid-template-columns:1fr!important;padding:12px 18px!important}.signAnswerButton:not(:disabled):hover{border-color:var(--primary)!important;background:color-mix(in srgb, var(--primary) 8%, transparent)!important;transform:none!important}.signAnswerButton.correct{color:#073118!important;background:#35c96b!important;border-color:#22a852!important}.signAnswerButton.wrong{color:#7e3029!important;background:#fff1ef!important;border-color:#d48279!important}.focusedQuizHeading{text-align:center;width:min(520px,100%);margin:0 auto}.practiceShell .focusedQuizHeading h1{letter-spacing:-.02em;margin:16px 0 0;font-size:18px!important}.focusedQuizWrap{width:min(520px,100%)!important;margin:0 auto!important}.practiceLayout.focusedQuizLayout{display:block}.focusedQuestionCard{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.practiceShell .focusedQuestionCard .focusedQuizQuestion{max-width:none;min-height:156px;color:var(--practice-ink);text-align:center;place-items:center;margin:0;font-size:clamp(24px,3vw,32px);line-height:1.12;display:grid}.focusedQuestionCard .quizSignPrompt{background:0 0;border:0;min-height:156px;margin:0 0 16px}.focusedQuestionCard .quizSignImage{width:140px;height:140px}.focusedQuizAnswers{gap:10px;width:min(400px,100%);margin:0 auto}.focusedAnswerButton{place-items:center;min-height:64px!important;color:var(--practice-ink)!important;text-align:center!important;background:0 0!important;border-color:#4d5350!important;border-radius:8px!important;grid-template-columns:1fr!important;padding:12px 18px!important}.focusedAnswerButton:not(:disabled):hover{border-color:var(--primary)!important;background:color-mix(in srgb, var(--primary) 8%, transparent)!important;transform:none!important}.focusedAnswerButton.correct{color:#073118!important;background:#35c96b!important;border-color:#22a852!important}.focusedAnswerButton.wrong{color:#7e3029!important;background:#fff1ef!important;border-color:#d48279!important}.answers{gap:10px;margin-top:30px;display:grid}.answerButton{text-align:left;width:100%;min-height:60px;color:var(--text);border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:15px;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:13px;display:grid}.answerButton:not(:disabled):hover{border-color:#d8ff5259}.answerLetter{width:34px;height:34px;color:var(--muted);background:#ffffff0f;border-radius:10px;place-items:center;font-size:12px;font-weight:800;display:grid}.answerButton.correct{background:#75e5a814;border-color:#75e5a88c}.answerButton.correct .answerLetter{color:#07140d;background:var(--good)}.answerButton.wrong{background:#ff8c8212;border-color:#ff8c8280}.answerButton.wrong .answerLetter{color:#200604;background:var(--danger)}.explanation{border:1px solid var(--line);background:#ffffff06;border-radius:15px;margin-top:18px;padding:16px 17px}.explanation.good strong{color:var(--good)}.explanation.needsWork strong{color:var(--danger)}.explanation p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.55}.nextButton{width:100%;margin-top:18px}.resultCard{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:28px;width:min(620px,100%);margin:64px auto 100px;padding:42px}.resultCard .eyebrow{margin-bottom:22px}.resultCard h1{margin-top:24px;font-size:clamp(34px,5vw,48px)}.resultCard>p{color:var(--muted);max-width:430px;margin:16px auto 0;line-height:1.55}.scoreRing{border:10px solid var(--accent);letter-spacing:-.04em;border-radius:50%;place-items:center;width:142px;height:142px;margin:0 auto;font-size:34px;font-weight:900;display:grid}.resultStats{border:1px solid var(--line);border-radius:17px;grid-template-columns:repeat(2,1fr);margin:30px 0;display:grid;overflow:hidden}.resultStats div{flex-direction:column;gap:5px;padding:17px;display:flex}.resultStats div+div{border-left:1px solid var(--line)}.resultStats strong{font-size:20px}.resultStats span{color:var(--muted);font-size:12px}.resultActions{gap:9px;display:grid}.practiceShell{--practice-bg:var(--theme-page-bg);--practice-ink:var(--theme-page-text);--practice-muted:var(--theme-page-muted);--practice-line:var(--theme-page-line);min-height:calc(100dvh - var(--module-header-height));color:var(--practice-ink);background:var(--practice-bg);padding:10px 24px 72px}.modulePageHeading{width:min(1300px,100%);margin:0 auto 22px}.modulePageHeading>span{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:850}.modulePageHeading h1{color:var(--theme-page-text);letter-spacing:-.045em;margin:6px 0 4px;font-size:clamp(34px,4vw,48px);line-height:1}.modulePageHeading p{color:var(--theme-page-muted);margin:0;font-size:15px}.practiceHeading{position:relative}.practiceHeading>button{border:1px solid var(--theme-page-line);background:var(--theme-button-surface);color:var(--theme-page-muted);cursor:pointer;border-radius:9px;padding:8px 12px;position:absolute;top:8px;right:0}.practiceLayout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px;width:min(1300px,100%);margin:0 auto;display:grid}.practiceContextBar{border-bottom:2px solid var(--accent);text-align:center;grid-template-columns:auto auto;align-items:baseline;column-gap:10px;width:fit-content;margin:0 auto;padding:8px 18px 10px;display:grid}.practiceContextBar>span{color:var(--practice-muted);letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:800}.practiceContextBar>strong{letter-spacing:-.02em;font-size:16px}.practiceContextBar>button{width:fit-content;color:var(--practice-muted);cursor:pointer;background:0 0;border:0;grid-column:1/-1;margin:4px auto 0;padding:0;font-size:10px}.practiceContextBar>button:hover{color:var(--practice-ink)}.practiceShell .quizWrap{width:100%;margin:0}.practiceShell .focusedQuizHeading{width:min(520px,100%);margin:0 auto}.practiceShell .progressMeta{color:var(--practice-muted)}.practiceShell .progressTrack{background:var(--theme-page-raised);height:4px;margin-bottom:18px}.practiceShell .progressBar{background:var(--primary)}.practiceShell .questionCard{border:1px solid var(--practice-line);background:color-mix(in srgb, var(--theme-page-surface) 88%, transparent);border-radius:18px;padding:clamp(24px,4vw,42px);box-shadow:0 18px 45px #1215120f}.practiceShell .eyebrow{color:#688318;margin-bottom:13px}.practiceShell .questionCard h1{max-width:680px;color:var(--practice-ink);font-size:clamp(28px,4vw,40px);line-height:1.08}.practiceShell .answers{margin-top:26px}.practiceShell .answerButton{border-color:var(--practice-line);background:var(--theme-button-surface);min-height:58px;color:var(--theme-page-text);border-radius:11px;transition:border-color .15s,background .15s,transform .15s}.practiceShell .answerButton:not(:disabled):hover{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, var(--theme-button-surface));transform:translate(2px)}.practiceShell .answerLetter{background:var(--theme-page-raised);color:var(--practice-muted);border-radius:8px}.practiceShell .answerButton.correct{border-color:color-mix(in srgb, var(--good) 55%, var(--theme-page-line));background:color-mix(in srgb, var(--good) 12%, var(--theme-button-surface))}.practiceShell .answerButton.wrong{border-color:color-mix(in srgb, var(--danger) 55%, var(--theme-page-line));background:color-mix(in srgb, var(--danger) 10%, var(--theme-button-surface))}.practiceShell .explanation{border-color:var(--practice-line);background:var(--theme-page-raised)}.practiceShell .explanation p{color:var(--practice-muted)}.practiceShell .explanation.good strong{color:#39764c}.practiceShell .explanation.needsWork strong{color:#a54439}.practiceShell .primaryButton{border-color:var(--practice-ink);background:var(--practice-ink);color:var(--mtb-bg,var(--theme-page-bg));border-radius:10px}.practiceShell .primaryButton:disabled{color:#7f8581;background:#cfd1cb;border-color:#cfd1cb}.practiceShell .resultCard{border:1px solid var(--practice-line);background:#ffffffb8;border-radius:18px;width:min(620px,100%);margin:42px auto 0;padding:clamp(28px,5vw,46px);box-shadow:0 18px 45px #1215120f}.practiceShell .resultCard h1{color:var(--practice-ink)}.practiceShell .resultCard>p,.practiceShell .resultStats span{color:var(--practice-muted)}.practiceShell .scoreRing{border-color:#9ebd2d}.practiceShell .resultStats,.practiceShell .resultStats div+div{border-color:var(--practice-line)}.practiceShell .secondaryButton{border-color:var(--practice-line);color:var(--practice-ink);background:#fff;border-radius:10px}.practiceAside{gap:14px;display:grid}.practiceInsight,.practiceTip{border:1px solid var(--practice-line);background:#ffffffc7;border-radius:16px;padding:18px;box-shadow:0 10px 28px #1215120a}.practiceInsight{align-items:center;gap:13px;display:flex}.practiceInsight>span:last-child{gap:4px;display:grid}.practiceInsight small{color:var(--practice-muted);line-height:1.35}.practiceInsight>span:first-child:not(.progressDial){color:#168039;background:#edf8e8;border-radius:12px;place-items:center;width:42px;height:42px;font-size:21px;display:grid}.practiceInsight>span:first-child:not(.progressDial) svg{width:22px;height:22px}.progressDial{border:8px solid #3ca445;border-left-color:#e1e8e1;border-radius:50%;flex:none;place-items:center;width:62px;height:62px;font-size:15px;font-weight:850;display:grid}.practiceInsight.encouraging{color:#205c2c;background:#f0fae9}.practiceTip{background:linear-gradient(135deg,#f0fae9,#f8fcf5)}.practiceTip strong{color:#196c2e}.practiceTip p{color:var(--practice-muted);margin:8px 0 0;line-height:1.5}.signImage{object-fit:contain;width:92px;height:92px}.signGlyph{color:#111;place-items:center;width:72px;height:72px;font-size:30px;font-weight:900;display:grid}.signGlyph.warning{clip-path:polygon(50% 4%,98% 92%,2% 92%);background:#e92828;padding:9px;position:relative}.signGlyph.warning:before{content:"";clip-path:inherit;background:#fff;position:absolute;inset:7px 9px 11px}.signGlyph.warning{isolation:isolate}.signGlyph.warning:after{content:attr(data-symbol)}.signGlyph.regulatory{background:#fff;border:7px solid #e92828;border-radius:50%;font-size:20px}.signGlyph.mandatory{color:#fff;background:#1267c9;border-radius:50%}.signGlyph.inform{color:#fff;background:#1267c9;border:6px solid #fff;border-radius:6px;outline:3px solid #1267c9}.signGlyph.stop{clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);color:#fff;background:#e92828;border-radius:0;font-size:14px}@media (max-width:760px){.hero{grid-template-columns:1fr;gap:30px;padding:48px 0 42px}.hero h1{font-size:43px}.roadCard{min-height:220px}.statsStrip{gap:0}.statsStrip div{padding-right:10px}.statsStrip div+div{padding-left:12px}.statsStrip strong{font-size:20px}.topicGrid{grid-template-columns:1fr}.topicsSection{padding:48px 0 64px}.sectionHeading{align-items:start}.questionCard,.resultCard{border-radius:22px;padding:22px 18px}.quizWrap{margin-top:28px}.questionCard h1{font-size:31px}.resultCard{margin-top:38px}.practiceShell{padding:10px 12px 48px}.modulePageHeading{margin-bottom:18px}.modulePageHeading h1{font-size:31px}.modulePageHeading p{font-size:13px;line-height:1.4}.practiceHeading>button{margin-top:10px;position:static}.practiceLayout{display:block}.practiceAside{display:none}.practiceShell .quizWrap,.practiceShell .resultCard{margin-top:0}}.homeLanding{display:none}@media (min-width:1100px){.moduleShell:has(.homeLanding){overscroll-behavior-y:contain;scrollbar-gutter:stable;display:block;overflow-y:auto}:is(.moduleShell:has(.homeLanding)>.desktopModuleNav,.moduleShell:has(.homeLanding) .appHeader){display:none}.moduleShell:has(.homeLanding) .moduleMain{display:block}.moduleShell:has(.homeLanding) .moduleContent{scrollbar-gutter:auto;height:auto;min-height:100dvh;overflow:visible}.moduleShell:has(.homeLanding) .moduleStage{min-height:100dvh}.moduleShell:has(.homeLanding) .homeDashboard{display:none}.homeLanding{isolation:isolate;color:#0c1c2b;background:radial-gradient(circle at 72% 10%,#c2f2c761,#0000 36%),linear-gradient(145deg,#fff 0%,#f8fffb 56%,#eafbea 100%);grid-template-rows:auto 1fr;grid-template-columns:minmax(260px,.9fr) minmax(360px,1.15fr);gap:16px clamp(56px,7vw,120px);min-height:100dvh;padding:28px clamp(24px,3vw,54px);display:grid;position:relative;overflow:hidden}.landingThemeToggle{z-index:4;background:#ffffffb8;position:absolute;top:28px;right:clamp(24px,3vw,54px)}.homeLanding:before,.homeLanding:after{content:"";z-index:-1;border-radius:48% 52% 0 0;position:absolute;transform:rotate(-7deg)}.homeLanding:before{background:#ccefc9;width:62vw;height:24vw;bottom:-12vw;left:-9vw}.homeLanding:after{opacity:.72;background:#aee2ad;width:78vw;height:22vw;bottom:-17vw;left:-5vw}.landingBrand{grid-column:1;align-self:start;align-items:center;gap:11px;display:flex}.landingBrandIcon{color:#087b39;background:#e9f7e8;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.landingBrandIcon svg{stroke-width:1.7px;width:25px;height:25px}.landingBrand>span:last-child{gap:1px;display:grid}.landingBrand strong{letter-spacing:-.045em;font-size:31px;line-height:1}.landingBrand small{color:#607083;font-size:10px}.landingHeroCopy{grid-column:1;align-self:center;padding-bottom:20px}.landingHeroCopy h1{letter-spacing:-.055em;margin:0;font-size:clamp(39px,3.6vw,62px);line-height:1.08}.landingHeroCopy h1 em{color:#087b39;font-style:normal}.landingHeroCopy>p{color:#607083;margin:25px 0 0;font-size:clamp(16px,1.35vw,21px);line-height:1.45}.landingTrust{color:#155b32;align-items:center;gap:12px;margin-top:clamp(70px,10vh,140px);display:flex}.landingTrustIcon{color:#fff;background:#087b39;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.landingTrustIcon svg{stroke-width:1.8px;width:27px;height:27px}.landingTrust>span:last-child{gap:3px;display:grid}.landingTrust small{color:#286446;font-size:12px}.landingPhones{grid-area:1/2/3;place-items:center;min-width:0;padding-inline:clamp(18px,4vw,72px);display:grid}.landingPhoneMtb{justify-self:center;width:min(390px,100%)}.landingPhone{background:#fff;border:8px solid #15191b;border-radius:clamp(35px,3vw,52px);grid-template-rows:30px 62px minmax(0,1fr) 62px;height:min(820px,100dvh - 54px);min-height:660px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 55px #103a222e,inset 0 0 0 1px #bfc6c3}.landingPhoneChrome{color:#111;justify-content:space-between;padding:9px 16px 0;font-size:10px;font-weight:800;display:flex;position:relative}.landingPhoneChrome i{background:#050607;border-radius:999px;width:76px;height:23px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.landingPhoneHeader{color:#102033;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:7px 15px 8px;display:grid}.landingPhoneHeader>span:first-child{place-items:center;display:grid}.landingPhoneBrandIcon{color:#087b39;background:#edf8e9;border-radius:9px;width:30px;height:30px}.landingPhoneBrandIcon svg{width:18px;height:18px}.landingPhoneHeader>span:nth-child(2){display:grid}.landingPhoneHeader strong{font-size:17px;line-height:1}.landingPhoneHeader small{color:#718093;font-size:7px}.landingPhoneHeader>b{color:#fff;background:#30953a;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.landingPhoneBody{color:#102033;min-height:0;padding:8px 14px 12px;overflow:hidden}.landingKicker{color:#188238;letter-spacing:.14em;text-transform:uppercase;font-size:8px;font-weight:900}.landingPhoneBody h2{letter-spacing:-.045em;margin:5px 0 4px;font-size:clamp(21px,1.75vw,29px);line-height:1.02}.landingPhoneBody>p{color:#607083;margin:0 0 10px;font-size:10px;line-height:1.4}.landingBoard{background:#17251f;border-radius:12px;height:auto;overflow:hidden}.landingBoard .mtb-board-wrap{border:0;width:100%}.landingBoard .mtb-preview-car{width:19px}.landingPhoneAction{color:#fff;background:#087b39;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:43px;margin-top:9px;font-size:13px;font-weight:850;text-decoration:none;display:flex}.landingPhoneAction svg{stroke-width:1.8px;width:18px;height:18px}.landingPhoneTabs{background:#fffffff7;border-top:1px solid #e0e6e1;grid-template-columns:repeat(4,1fr);display:grid}.landingPhoneTabs>span{color:#607083;align-content:center;place-items:center;gap:3px;display:grid}.landingPhoneTabs>span svg{stroke-width:1.6px;width:19px;height:19px}.landingPhoneTabs small{font-size:8px}.landingPhoneTabs>span.active{color:#11752f;background:#eef9e8}.landingMiniSearch svg{flex:none;width:14px;height:14px}.landingMiniSearch{color:#718093;border:1px solid #dce4df;border-radius:9px;align-items:center;height:36px;padding:0 10px;font-size:9px;display:flex}.landingMiniFilters{gap:5px;margin:9px 0;display:flex}.landingMiniFilters span{color:#526174;background:#f4f7f5;border-radius:8px;padding:6px 8px;font-size:8px}.landingMiniFilters span:first-child{color:#176b32;background:#e2f6d5}.landingSignGrid{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.landingSignGrid>div{background:#fff;border:1px solid #e1e6e2;border-radius:10px;align-content:center;place-items:center;gap:3px;min-height:123px;display:grid}.landingSignGrid .signGlyph{width:55px;height:55px;font-size:20px}.landingSignGrid strong{font-size:10px}.landingSignGrid small{color:#718093;font-size:8px}}.heroActions{flex-wrap:wrap;gap:10px;display:flex}.miniBoard{background:#21372e;border:1px solid #ffffff14;border-radius:20px;width:100%;height:210px;position:relative;overflow:hidden}.miniRoad{background:#222b28;position:absolute}.miniRoad.horizontal{border-top:2px solid #ffffff8c;border-bottom:2px solid #ffffff8c;height:78px;top:66px;left:-8%;right:-8%}.miniRoad.horizontal:after{content:"";border-top:3px dashed #ffffff8c;position:absolute;top:36px;left:0;right:0}.miniRoad.vertical{border-left:2px solid #ffffff8c;border-right:2px solid #ffffff8c;width:78px;top:-8%;bottom:-8%;left:calc(50% - 39px)}.miniRoad.vertical:after{content:"";border-left:3px dashed #ffffff8c;position:absolute;top:0;bottom:0;left:36px}.miniRoundabout{background:#222b28;border:18px solid #222b28;border-radius:50%;width:112px;height:112px;position:absolute;top:49px;left:calc(50% - 56px);box-shadow:inset 0 0 0 3px #ffffff8c,inset 0 0 0 22px #263e34}.miniCar{background:var(--accent);width:24px;height:16px;color:var(--accent);border-radius:5px;position:absolute;top:93px;left:calc(50% + 68px);box-shadow:0 0 18px #d8ff5259}@media (max-width:760px){.heroActions{display:grid}.heroActions .heroButton{width:100%}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#58b979;--primary-strong:#8cdda0;--primary-soft:#58b97940;--on-primary:#07140c;--secondary:#c9e96f;--on-secondary:#172000;--bg:#08110e;--surface:#101e18;--surface-2:#172920;--surface-3:#20362a;--text:#edf5ef;--muted:#a7b8ad;--line:#e5f5e926;--panel:#111d18;--panel-raised:#182921;--panel-text:#edf5ef;--panel-muted:#a8b8ae;--panel-line:#e2f3e633;--panel-tint:#1e3527;--good:#82e3a9;--danger:#ff9a90;--theme-page-bg:#0d1713;--theme-page-surface:#121f19;--theme-page-raised:#182a21;--theme-page-text:#edf5ef;--theme-page-muted:#a8b8ae;--theme-page-line:#e2f3e62e;--theme-nav:#0d1813;--theme-nav-hover:#17261d;--theme-nav-active:#1b3625;--theme-header-bg:#0d1813;--theme-header-text:#edf5ef;--theme-header-muted:#a8b8ae;--theme-control-border:#e2f3e638;--theme-nav-border:#e2f3e62e;--theme-nav-text:#edf5ef;--theme-nav-title:#a8b8ae;--theme-nav-muted:#a8b8ae;--theme-overlay:#030906b8;--theme-focus:#8cdda0;--theme-auth-surface:#121f19e0;--theme-auth-highlight-bg:#3c3920;--theme-auth-highlight-text:#d7e979;--theme-button-surface:#121f19;--theme-positive-surface:#193222;--theme-positive-text:#8cdda0}html[data-theme=dark] body{background:radial-gradient(circle at 85% 0%, #c9e96f0f, transparent 28rem), var(--bg)}html[data-theme=dark] .appHeader,html[data-theme=dark] .moduleMenuButton{background:var(--theme-nav);border-color:var(--theme-page-line);color:var(--theme-page-text)}html[data-theme=dark] .themeToggle{border-color:var(--theme-control-border);color:var(--theme-header-text)}html[data-theme=dark] .appHeaderSignIn,html[data-theme=dark] .moduleLogin{color:var(--primary-strong)}html[data-theme=dark] .moduleNav{background:var(--theme-nav);border-color:var(--theme-page-line);color:var(--theme-page-text)}html[data-theme=dark] .moduleNavHeader,html[data-theme=dark] .moduleLegal a,html[data-theme=dark] .moduleNavTitle{border-color:var(--theme-page-line);color:var(--theme-page-muted)}html[data-theme=dark] .moduleBrand,html[data-theme=dark] .moduleLinkCopy strong,html[data-theme=dark] .moduleLinks a,html[data-theme=dark] .moduleLinkIcon,html[data-theme=dark] .moduleLegal a,html[data-theme=dark] .moduleCloseButton{color:var(--theme-page-text)}html[data-theme=dark] .moduleBrand small,html[data-theme=dark] .moduleLinkCopy small,html[data-theme=dark] .moduleAuth p,html[data-theme=dark] .moduleAuth>small{color:var(--theme-page-muted)}html[data-theme=dark] .moduleLinks a[aria-current=page]{background:var(--theme-nav-active)}html[data-theme=dark] .moduleLinks a:not([aria-current=page]):hover,html[data-theme=dark] .moduleLegal a:hover{background:var(--theme-nav-hover)}html[data-theme=dark] .moduleAuth{border-color:var(--theme-page-line);background:color-mix(in srgb, var(--theme-page-surface) 88%, transparent)}html[data-theme=dark] .moduleAuthHeading{color:var(--theme-page-text)}html[data-theme=dark] .moduleContent{background:var(--theme-page-bg);color:var(--theme-page-text)}html[data-theme=dark] .practiceShell{--practice-bg:var(--theme-page-bg);--practice-ink:var(--theme-page-text);--practice-muted:var(--theme-page-muted);--practice-line:var(--theme-page-line)}html[data-theme=dark] .modulePageHeading h1,html[data-theme=dark] .modulePageHeading p,html[data-theme=dark] .practiceShell .questionCard h1,html[data-theme=dark] .practiceShell .resultCard h1,html[data-theme=dark] .practiceShell .answerButton{color:var(--theme-page-text)}html[data-theme=dark] .modulePageHeading>span,html[data-theme=dark] .practiceShell .modulePageHeading p,html[data-theme=dark] .practiceShell .progressMeta,html[data-theme=dark] .practiceShell .answerLetter,html[data-theme=dark] .practiceShell .resultCard>p,html[data-theme=dark] .practiceShell .resultStats span{color:var(--theme-page-muted)}html[data-theme=dark] .practiceHeading>button,html[data-theme=dark] .practiceShell .answerButton,html[data-theme=dark] .practiceShell .secondaryButton{border-color:var(--theme-page-line);background:var(--theme-page-surface)}html[data-theme=dark] .practiceHeading>button{color:var(--theme-page-muted)}html[data-theme=dark] .practiceShell .questionCard,html[data-theme=dark] .practiceShell .resultCard,html[data-theme=dark] .practiceInsight,html[data-theme=dark] .practiceTip{border-color:var(--theme-page-line);background:var(--theme-page-surface);box-shadow:0 16px 38px #0000002e}html[data-theme=dark] .practiceShell .progressTrack,html[data-theme=dark] .practiceShell .answerLetter{background:var(--theme-page-raised)}html[data-theme=dark] .practiceShell .explanation{border-color:var(--theme-page-line);background:var(--theme-page-raised)}html[data-theme=dark] .practiceShell .primaryButton{border-color:var(--primary);background:var(--primary);color:var(--on-primary)}html[data-theme=dark] .practiceShell .answerButton.correct{border-color:color-mix(in srgb, var(--good) 58%, var(--theme-page-line));background:color-mix(in srgb, var(--good) 12%, var(--theme-page-surface))}html[data-theme=dark] .practiceShell .answerButton.wrong{border-color:color-mix(in srgb, var(--danger) 58%, var(--theme-page-line));background:color-mix(in srgb, var(--danger) 10%, var(--theme-page-surface))}html[data-theme=dark] .practiceShell .answerButton:not(:disabled):hover{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 16%, var(--theme-page-surface));color:var(--theme-page-text)}html[data-theme=dark] .practiceInsight>span:first-child:not(.progressDial){background:var(--theme-page-raised);color:var(--primary)}html[data-theme=dark] .practiceInsight.encouraging,html[data-theme=dark] .practiceTip{background:var(--theme-page-raised);color:var(--theme-page-text)}html[data-theme=dark] .practiceTip strong{color:var(--primary-strong)}html[data-theme=dark] .homeLanding{color:var(--theme-page-text);background:radial-gradient(circle at 72% 10%,#58b97929,#0000 36%),linear-gradient(145deg,#0d1914 0%,#102119 56%,#153021 100%)}html[data-theme=dark] .homeLanding:before{background:#183c28}html[data-theme=dark] .homeLanding:after{opacity:.72;background:#205536}html[data-theme=dark] .landingThemeToggle{background:#182921db}html[data-theme=dark] .landingBrandIcon{background:var(--theme-page-raised);color:var(--primary)}html[data-theme=dark] .landingLogoLight{display:none}html[data-theme=dark] .landingLogoDark{display:block}html[data-theme=dark] .landingBrand small,html[data-theme=dark] .landingHeroCopy>p,html[data-theme=dark] .landingPhoneBody>p{color:var(--theme-page-muted)}html[data-theme=dark] .landingHeroCopy h1 em,html[data-theme=dark] .landingTrust{color:var(--primary-strong)}html[data-theme=dark] .landingTrust small{color:var(--theme-page-muted)}html[data-theme=dark] .landingPhone{background:var(--theme-page-surface);border-color:#25322d;box-shadow:0 24px 55px #00000047,inset 0 0 0 1px #34453c}html[data-theme=dark] .landingPhoneChrome,html[data-theme=dark] .landingPhoneHeader,html[data-theme=dark] .landingPhoneBody{color:var(--theme-page-text)}html[data-theme=dark] .landingPhoneBrandIcon{background:var(--theme-page-raised);color:var(--primary)}html[data-theme=dark] .landingPhoneBack{color:var(--theme-page-text)}html[data-theme=dark] .landingPhoneHeader small,html[data-theme=dark] .landingSignGrid small{color:var(--theme-page-muted)}html[data-theme=dark] .landingPhoneTabs{border-color:var(--theme-page-line);background:var(--theme-page-raised)}html[data-theme=dark] .landingPhoneTabs>span{color:var(--theme-page-muted)}html[data-theme=dark] .landingPhoneTabs>span.active{background:var(--theme-nav-active);color:var(--primary-strong)}html[data-theme=dark] .landingMiniSearch,html[data-theme=dark] .landingSignGrid>div,html[data-theme=dark] .landingQuizCard,html[data-theme=dark] .landingQuizOptions span{border-color:var(--theme-page-line);background:var(--theme-page-raised);color:var(--theme-page-text)}html[data-theme=dark] .landingMiniFilters span{background:var(--theme-page-raised);color:var(--theme-page-muted)}html[data-theme=dark] .landingMiniFilters span:first-child,html[data-theme=dark] .landingQuizOptions span.selected,html[data-theme=dark] .landingQuizTip{background:var(--theme-nav-active);color:var(--theme-page-text)}html[data-theme=dark] .landingQuizProgress{background:var(--theme-page-raised)}html[data-theme=dark] .homeDashboard{color:var(--theme-page-text);background:radial-gradient(circle at 92% 2%,#58b97924,#0000 24rem),linear-gradient(#0d1914 0%,#0f1c16 100%)}html[data-theme=dark] .homeRouteIntro>span,html[data-theme=dark] .homeSectionHeading>div>span,html[data-theme=dark] .homePracticeCard b{color:var(--primary-strong)}html[data-theme=dark] .homeRouteIntro h1,html[data-theme=dark] .homeRouteIntro p,html[data-theme=dark] .homePracticeCard,html[data-theme=dark] .homeChoiceCard{color:var(--theme-page-text)}html[data-theme=dark] .homeRouteIntro p,html[data-theme=dark] .homePracticeCard small,html[data-theme=dark] .homeSectionHeading small,html[data-theme=dark] .homeFooter{color:var(--theme-page-muted)}html[data-theme=dark] .homeFeatureCard,html[data-theme=dark] .homePracticeCard,html[data-theme=dark] .homeStatsGrid{border-color:var(--theme-page-line);background:var(--theme-page-surface)}html[data-theme=dark] .homeFeatureCard{box-shadow:0 20px 50px #0000002e}html[data-theme=dark] .homePrimaryAction{color:#f2fff5;background:linear-gradient(135deg,#2f9d5b,#227844)}html[data-theme=dark] .guestAccountPrompt{border-color:var(--theme-page-line);background:var(--theme-page-surface)}html[data-theme=dark] .guestAccountIcon{background:var(--theme-page-raised);color:var(--primary)}html[data-theme=dark] .guestAccountCopy strong{color:var(--theme-page-text)}html[data-theme=dark] .guestAccountCopy small{color:var(--theme-page-muted)}html[data-theme=dark] .guestAccountAction{background:var(--theme-page-raised);color:var(--primary-strong)}html[data-theme=dark] .homePracticeIcon{background:var(--theme-page-raised);color:var(--primary)}html[data-theme=dark] .homePracticeCard.quiz .homePracticeIcon{color:#8fc4ff;background:#1c3045}html[data-theme=dark] .homeChoiceCard.signs{background:linear-gradient(145deg,#1b3825,#153020);border-color:#315b3d}html[data-theme=dark] .homeChoiceCard.quiz,html[data-theme=dark] .homeStarter{background:linear-gradient(145deg,#142c22,#0b1b14)}html[data-theme=dark] .homeChoiceArrow{color:var(--primary-strong);background:#ebfaee1f}html[data-theme=dark] .homeStatsGrid div+div{border-color:var(--theme-page-line)}html[data-theme=dark] .homeStatsGrid strong{color:var(--primary-strong)}html[data-theme=dark] .homeFooter{border-color:var(--theme-page-line)}html[data-theme=dark] .homeFooter strong{color:var(--theme-page-text)}html[data-theme=dark] .authSheet,html[data-theme=dark] .freeLimitNotice{border-color:var(--panel-line);background:var(--panel);color:var(--panel-text)}html[data-theme=dark] .authSheetClose{background:var(--panel-tint);color:var(--panel-muted)}html[data-theme=dark] .authSheetMark,html[data-theme=dark] .freeLimitPrice{background:var(--panel-tint)}html[data-theme=dark] .authSheet p,html[data-theme=dark] .freeLimitNotice>p,html[data-theme=dark] .freeLimitPrice span,html[data-theme=dark] .freeLimitNotice small{color:var(--panel-muted)}html[data-theme=dark] .freeLimitKicker{color:var(--primary-strong)}html[data-theme=dark] .authSheetContinue,html[data-theme=dark] .freeLimitNotice .primaryButton{background:var(--primary);color:var(--on-primary)}html[data-theme=dark] .freeLimitNotice .secondaryButton{border-color:var(--panel-line);color:var(--panel-text)}html[data-theme=dark] .mobileTabBar{border-color:var(--theme-page-line);background:#0d1813f5}html[data-theme=dark] .mobileTabBar a{color:var(--theme-page-muted)}html[data-theme=dark] .mobileTabBar a[aria-current=page]{background:var(--theme-nav-active);color:var(--primary-strong)}.linkButton{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.topicCard{text-decoration:none}.homeDashboard{min-height:calc(100dvh - var(--module-header-height));color:#102033;background:radial-gradient(circle at 92% 2%,#a7e68d38,#0000 24rem),linear-gradient(#fbfefb 0%,#f4faf3 100%);padding:34px clamp(18px,4vw,56px) 70px}.homeDashboard>*{width:min(1160px,100%);margin-inline:auto}.homeRouteIntro{padding:8px 0 20px}.homeRouteIntro>span,.homeSectionHeading>div>span{color:#198333;letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:850}.homeRouteIntro h1{color:#0d1d2e;letter-spacing:-.05em;margin:7px 0 6px;font-size:clamp(32px,5vw,52px);line-height:1}.homeRouteIntro p{color:#607083;max-width:620px;margin:0;font-size:15px;line-height:1.5}.homeFeatureCard{background:#ffffffe6;border:1px solid #dbe5da;border-radius:22px;grid-template-areas:"preview""action";gap:12px;max-width:760px;padding:clamp(12px,2vw,18px);display:grid;box-shadow:0 20px 50px #12401f14}.homeBoardPreview{grid-area:preview;place-items:center;min-width:0;display:grid}.homeBoardPreview .homeMtbBoard{border:0;border-radius:15px;width:min(100%,680px)}.homeBoardPreview .mtb-preview-car{width:clamp(24px,2vw,31px)}.homePrimaryAction{color:#fff;background:linear-gradient(135deg,#16823a,#05692f);border-radius:12px;grid-area:action;justify-content:center;align-self:end;align-items:center;gap:10px;min-height:52px;padding:0 18px;font-weight:850;text-decoration:none;display:flex;box-shadow:0 10px 24px #076f3033}.homePrimaryAction svg{stroke-width:1.9px;width:17px;height:17px}.guestAccountPrompt{background:#f4fbf1eb;border:1px solid #d9e7d8;border-radius:16px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;max-width:760px;margin-top:14px;padding:14px 16px;display:grid}.guestAccountIcon{color:#177836;background:#dff3d8;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.guestAccountIcon svg{width:23px;height:23px}.guestAccountCopy{gap:3px;min-width:0;display:grid}.guestAccountCopy strong{color:#153a25;font-size:14px}.guestAccountCopy small{color:#607c6a;font-size:11px;line-height:1.35}.guestAccountAction{border:1px solid var(--primary);min-height:38px;color:var(--primary-strong);cursor:pointer;background:#fff;border-radius:10px;padding:0 16px;font-weight:850}.homeLearning,.homeProgress{padding-top:42px}.homeSectionHeading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:17px;display:flex}.homeSectionHeading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:clamp(24px,4vw,34px)}.homeSectionHeading small{color:#778494}.homePracticeGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.homePracticeCard{color:#102033;text-align:left;cursor:pointer;background:#ffffffdb;border:1px solid #dce4dc;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:110px;padding:17px;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.homePracticeCard:hover{border-color:#a9d9a9;transform:translateY(-2px);box-shadow:0 12px 30px #12401f12}.homePracticeCard>span:nth-child(2){gap:5px;display:grid}.homePracticeCard strong{font-size:17px}.homePracticeCard small{color:#69798b;line-height:1.35}.homePracticeCard b{color:#188239;font-size:21px}.homePracticeIcon{color:#168039;background:#eef9e8;border-radius:14px;place-items:center;width:48px;height:48px;font-size:24px;font-weight:800;display:grid}.homePracticeCard.quiz .homePracticeIcon{color:#2768a8;background:#eaf3ff}.homeChoiceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.homeChoiceCard{color:#102033;isolation:isolate;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:230px;padding:20px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.homeChoiceCard:hover{transform:translateY(-3px);box-shadow:0 16px 34px #1143231f}.homeChoiceCard.signs{background:linear-gradient(145deg,#effbe8,#dff3d8);border:1px solid #cfe6c7}.homeChoiceCard.quiz{color:#fff;background:linear-gradient(145deg,#102d25,#071b16)}.homeChoiceKicker{letter-spacing:.13em;text-transform:uppercase;opacity:.68;font-size:10px;font-weight:900}.homeChoiceCard>strong{letter-spacing:-.045em;margin-top:11px;font-size:clamp(21px,3vw,30px);line-height:1.03}.homeChoiceCard>small{opacity:.7;max-width:220px;margin-top:9px;font-size:11px;line-height:1.4}.homeChoiceArrow{width:32px;height:32px;color:var(--primary-strong);background:#ffffffb8;border-radius:50%;place-items:center;font-size:19px;display:grid;position:absolute;top:16px;right:16px}.homeChoiceCard.quiz .homeChoiceArrow{color:#d8ffb1;background:#ffffff1f}.homeSignPeek{z-index:-1;align-items:end;display:flex;position:absolute;bottom:13px;right:13px}.homeSignPeek i{color:#16201b;background:#fff;border:5px solid #ef3434;border-radius:50%;place-items:center;width:54px;height:54px;margin-left:-12px;font-size:18px;font-style:normal;font-weight:900;display:grid;box-shadow:0 7px 18px #224b291f}.homeSignPeek i:first-child{clip-path:polygon(50% 0,100% 100%,0 100%);border-radius:0;transform:rotate(-7deg)}.homeSignPeek i:nth-child(2){clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);color:#fff;background:#ed2f34;border:0;width:58px;height:58px;font-size:9px;transform:translateY(-9px)}.homeSignPeek i:last-child{color:#fff;background:#1d70c9;border:0;transform:rotate(7deg)}.homeQuizCount{color:#d8ffb1;background:#d8ffb11a;border:1px solid #d8ffb15c;border-radius:50%;align-content:center;place-items:center;width:82px;height:82px;display:grid;position:absolute;bottom:17px;right:19px}.homeQuizCount b{letter-spacing:-.05em;font-size:31px;line-height:.9}.homeQuizCount small{text-transform:uppercase;margin-top:4px;font-size:8px}.homeStarter{color:#fff;background:#102d25;border-radius:22px;margin-top:34px;padding:22px;box-shadow:0 16px 40px #082d1d1f}.homeStarterKicker{color:#b9e899;letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:900}.homeStarter h2{letter-spacing:-.04em;margin:6px 0 20px;font-size:25px}.homeRoadmap{grid-template-columns:repeat(3,1fr);gap:8px;display:grid;position:relative}.homeRoadmap:before{content:"";border-top:1px dashed #d8ffb166;position:absolute;top:17px;left:16%;right:16%}.homeRoadmap>span{text-align:center;justify-items:center;gap:3px;display:grid;position:relative}.homeRoadmap b{z-index:1;color:#d8ffb1;background:#102d25;border:1px solid #d8ffb173;border-radius:50%;place-items:center;width:34px;height:34px;font-size:9px;display:grid}.homeRoadmap strong{margin-top:5px;font-size:12px}.homeRoadmap small{color:#a9bdb5;font-size:9px}.homeStatsGrid{background:#ffffffd1;border:1px solid #dce4dc;border-radius:18px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.homeStatsGrid div{align-content:center;gap:4px;min-height:100px;padding:18px;display:grid}.homeStatsGrid div+div{border-left:1px solid #e4e9e3}.homeStatsGrid strong{color:#168039;font-size:23px}.homeStatsGrid span{color:#69798b;font-size:12px}.homeFooter{color:#69798b;border-top:1px solid #dce4dc;margin-top:46px;padding:24px 0;font-size:12px}.homeFooter strong{color:#314256}.homeFooter p{margin:6px 0 0}@media (max-width:760px){.homeDashboard{padding:18px 16px 36px}.homeRouteIntro{padding:4px 1px 14px}.homeRouteIntro h1{font-size:31px}.homeRouteIntro p{font-size:13px;line-height:1.42}.homeFeatureCard{box-shadow:none;background:0 0;border:0;border-radius:0;gap:10px;padding:0}.homeBoardPreview{border-radius:13px;height:clamp(330px,100vw,390px);overflow:hidden}.homeBoardPreview .homeMtbBoard{border-radius:13px;width:clamp(330px,100vw,390px);max-width:none}.homePrimaryAction{min-height:50px}.guestAccountPrompt{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;margin-top:14px;padding:12px}.guestAccountIcon{width:38px;height:38px}.guestAccountCopy strong{font-size:12px}.guestAccountCopy small{font-size:9px}.guestAccountAction{min-height:36px;padding:0 12px;font-size:11px}.homeLearning{padding-top:42px}.homeProgress{padding-top:32px}.homeSectionHeading{align-items:start}.homeSectionHeading small{display:none}.homePracticeGrid{grid-template-columns:1fr;gap:10px}.homePracticeCard{border-radius:16px;min-height:94px}.homeChoiceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homeChoiceCard{border-radius:18px;min-height:220px;padding:15px}.homeChoiceCard>strong{margin-top:10px;font-size:20px}.homeChoiceCard>small{max-width:125px;font-size:9px}.homeChoiceArrow{width:28px;height:28px;top:12px;right:12px}.homeSignPeek{bottom:12px;right:8px}.homeSignPeek i{border-width:4px;width:43px;height:43px;margin-left:-11px;font-size:14px}.homeSignPeek i:nth-child(2){width:47px;height:47px;font-size:7px}.homeQuizCount{width:70px;height:70px;bottom:15px;right:14px}.homeQuizCount b{font-size:27px}.homeStarter{border-radius:18px;margin-top:28px;padding:19px 15px}.homeStarter h2{margin-bottom:18px;font-size:22px}.guestAccountPrompt{margin-top:20px}.homeStatsGrid{grid-template-columns:repeat(2,1fr)}.homeStatsGrid div:nth-child(3){border-top:1px solid #e4e9e3;border-left:0;grid-column:1/-1}.homeFooter{margin-top:34px;padding-bottom:10px}}@media (max-width:430px){.authSheetLayer{place-items:end center;padding:10px}.authSheet{border-radius:22px;width:100%;padding:26px 22px 22px}}.freeLimitNotice{background:var(--panel);width:min(100%,560px);color:var(--panel-text);border:1px solid color-mix(in srgb, var(--panel-text) 8%, transparent);text-align:center;border-radius:24px;margin:56px auto;padding:32px;box-shadow:0 12px 36px #00000024}.freeLimitKicker{color:#16853b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:850;display:inline-block}.freeLimitNotice h1{letter-spacing:-.04em;margin:0;font-size:clamp(28px,5vw,40px)}.freeLimitNotice>p{max-width:460px;color:var(--panel-muted);margin:12px auto 0;line-height:1.55}.freeLimitPrice{background:var(--panel-tint);border-radius:18px;gap:2px;margin:22px 0;padding:18px;display:grid}.freeLimitPrice strong{letter-spacing:-.04em;font-size:30px}.freeLimitPrice span,.freeLimitNotice small{color:var(--panel-muted);font-size:12px;line-height:1.45}.freeLimitActions{gap:10px;margin-bottom:10px;display:grid}.freeLimitNotice .primaryButton,.freeLimitNotice .secondaryButton{width:100%}.freeLimitNotice .primaryButton{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.freeLimitNotice .primaryButton:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.freeLimitNotice .secondaryButton{color:var(--panel-text);border-color:var(--panel-line)}.freeLimitNotice .primaryButton:disabled{opacity:.55;cursor:not-allowed}.freeLimitBack{color:var(--primary-strong);cursor:pointer;background:0 0;border:0;margin-top:18px;font-weight:800}@media (max-width:640px){.freeLimitNotice{border-radius:20px;margin:24px auto;padding:24px 18px}}.mpesaCheckout{text-align:left;gap:10px;margin-top:16px;display:grid}.mpesaCheckout label{color:var(--panel-text);font-size:13px;font-weight:800}.mpesaCheckout input{border:1px solid var(--panel-line);background:var(--panel-raised);width:100%;min-height:50px;color:var(--panel-text);font:inherit;border-radius:14px;padding:0 14px;font-weight:700}.mpesaCheckout input:focus-visible{outline:3px solid var(--primary-soft);outline-offset:2px}.mpesaCheckoutError{color:#a72b24;margin:0;font-size:13px;font-weight:700}.mpesaCheckoutPending,.mpesaCheckoutSuccess{text-align:center;background:var(--panel-tint);border-radius:18px;justify-items:center;padding:18px}.mpesaCheckoutPending p,.mpesaCheckoutSuccess p{color:var(--panel-muted);margin:0;line-height:1.45}.mpesaStatusIcon{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:22px;font-weight:900;display:grid}.mpesaPulse{border:3px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.9s linear infinite derevaMpesaSpin}@keyframes derevaMpesaSpin{to{transform:rotate(360deg)}}.moduleBrandMark,.appHeaderMark{overflow:hidden}.moduleBrandMark img,.appHeaderMark img{width:100%;height:100%;display:block}.moduleBrandMark{background:0 0;border-radius:11px;flex:0 0 38px;width:38px;height:38px;font-size:0}.appHeaderMark{background:0 0;border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:0;display:grid;overflow:hidden}@media (min-width:1100px){.landingBrand{grid-template-columns:minmax(150px,210px);gap:5px;display:grid}.landingLogo{width:min(210px,100%);height:auto;display:block}.landingLogoDark{display:none}.landingBrandTagline{color:#607083;white-space:nowrap;padding-left:62px;font-size:10px}.landingPhoneBrandIcon{background:0 0;overflow:hidden}.landingPhoneBrandIcon img{width:100%;height:100%;display:block}}
.mobileHome,.mobileSignDetail{display:none}.profilePage{width:min(760px,100% - 32px);color:var(--panel-text);margin:0 auto;padding:34px 0 96px}.profileIntro{margin-bottom:22px}.profileGuestCard,.profileIdentityCard,.profileAccessCard,.profileInfoCard,.profileStats{border:1px solid var(--theme-page-line);background:var(--theme-page-surface);box-shadow:0 12px 30px #12401f0d}.profileGuestCard{text-align:center;border-radius:22px;justify-items:center;gap:12px;padding:26px 20px;display:grid}.profileGuestCard h2,.profileGuestCard p{margin:0}.profileGuestCard p{max-width:420px;color:var(--panel-muted);line-height:1.5}.profileHeroIcon{background:var(--panel-tint);width:70px;height:70px;color:var(--primary);border-radius:50%;place-items:center;display:grid}.profileHeroIcon svg{width:34px;height:34px}.profilePrimaryButton,.profileSecondaryButton{width:100%;min-height:50px;font:inherit;cursor:pointer;border-radius:14px;font-weight:800}.profilePrimaryButton{border:1px solid var(--primary);background:var(--primary);color:var(--on-primary)}.profileSecondaryButton{border:1px solid var(--panel-line);background:var(--theme-page-surface);color:var(--panel-text)}.profileIdentityCard{border-radius:20px;align-items:center;gap:14px;padding:18px;display:flex}.profileAvatar{background:var(--panel-tint);width:56px;height:56px;color:var(--primary);border-radius:50%;flex:none;place-items:center;display:grid;overflow:hidden}.profileAvatar img{object-fit:cover;width:100%;height:100%}.profileAvatar svg{width:34px;height:34px}.profileIdentityCard>div:last-child,.profileAccessCard>div,.profileInfoCard>div{gap:3px;min-width:0;display:grid}.profileIdentityCard strong{font-size:18px}.profileIdentityCard span,.profileAccessCard span,.profileInfoCard span{color:var(--panel-muted);font-size:12px}.profileAccessCard,.profileInfoCard{border-radius:18px;grid-template-columns:46px 1fr;align-items:center;gap:13px;margin-top:14px;padding:17px;display:grid}.profileCardIcon{background:var(--panel-tint);width:46px;height:46px;color:var(--primary);border-radius:14px;place-items:center;display:grid}.profileCardIcon svg{width:23px;height:23px}.profileAccessCard small,.profileInfoCard small{color:var(--primary-strong);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.profileStats{border-radius:18px;grid-template-columns:repeat(3,1fr);margin-top:14px;display:grid;overflow:hidden}.profileStats>div{text-align:center;justify-items:center;gap:5px;min-width:0;padding:16px 8px;display:grid}.profileStats>div+div{border-left:1px solid var(--theme-page-line)}.profileStats svg{width:22px;height:22px;color:var(--primary)}.profileStats strong{font-size:18px}.profileStats span{color:var(--panel-muted);font-size:10px}.profileSignOut{border:1px solid var(--theme-page-line);background:var(--theme-page-surface);width:100%;min-height:50px;color:var(--danger);cursor:pointer;font:inherit;border-radius:14px;justify-content:center;align-items:center;gap:9px;margin-top:18px;font-weight:800;display:flex}.profileSignOut svg{width:20px;height:20px}@media (max-width:760px){:root{--module-header-height:64px}.moduleContent{background:var(--theme-page-bg)}.appHeader{z-index:22;height:var(--module-header-height);background:color-mix(in srgb, var(--theme-header-bg) 96%, transparent);border-bottom:1px solid var(--theme-page-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:flex-start;padding:0 16px;position:sticky;top:0}.appHeaderBrand{gap:9px}.appHeaderMark{background:var(--panel-tint);color:var(--primary)}.appHeaderMark svg{width:20px;height:20px}.appHeaderBrand strong{color:var(--theme-page-text);letter-spacing:-.035em;font-size:18px}.appHeaderBrand small{color:var(--theme-page-muted);margin-top:1px;font-size:7px}.appHeaderActions{right:16px}.appHeaderSignIn{border-radius:999px;min-height:36px;padding:0 12px}.mobileTabBar{min-height:72px;padding:6px 10px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-page-line);background:color-mix(in srgb, var(--theme-header-bg) 97%, transparent);box-shadow:0 -8px 24px #19352312}.mobileTabBar a{color:var(--theme-page-muted);border-radius:14px;gap:4px}.mobileTabBar a>svg{stroke-width:1.7px;width:23px;height:23px}.mobileTabBar a small{font-size:10px;font-weight:750}.mobileTabBar a[aria-current=page]{background:var(--theme-nav-active);color:var(--primary-strong)}.homeDashboard{display:none}.mobileHome{padding:22px 16px var(--mobile-route-bottom-inset,calc(96px + env(safe-area-inset-bottom)));color:var(--theme-page-text);display:block}.mobilePageIntro>span{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.mobilePageIntro h1{color:var(--theme-page-text);letter-spacing:-.045em;margin:5px 0;font-size:31px;line-height:1.02}.mobilePageIntro p{color:var(--theme-page-muted);margin:0;font-size:13px;line-height:1.45}.mobileProgressCard{border:1px solid var(--theme-page-line);background:linear-gradient(135deg, var(--theme-nav-active), var(--theme-page-surface));border-radius:18px;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:11px;min-height:78px;margin-top:18px;padding:13px 14px;display:grid}.mobileProgressIcon{background:var(--theme-page-surface);width:42px;height:42px;color:var(--primary);border-radius:13px;place-items:center;display:grid}.mobileProgressIcon svg{width:22px;height:22px}.mobileProgressCard>span:nth-child(2){gap:3px;min-width:0;display:grid}.mobileProgressCard strong{font-size:14px}.mobileProgressCard small{color:var(--theme-page-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.mobileProgressCard>svg{width:17px;height:17px;color:var(--primary)}.mobileBoardCard{margin-top:14px}.mobileBoardPreview{border:1px solid var(--theme-page-line);background:#17251f;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px #14331f14}.mobileBoardPreview .mtb-board-wrap{border:0;width:100%}.mobileBoardPreview .mtb-preview-car{width:25px}.mobilePrimaryAction{background:var(--primary);min-height:54px;color:var(--on-primary);border-radius:15px;justify-content:center;align-items:center;gap:9px;margin-top:12px;font-size:15px;font-weight:850;text-decoration:none;display:flex;box-shadow:0 10px 20px #16853b29}.mobilePrimaryAction svg{width:21px;height:21px}.mobileTraitStrip{border:1px solid var(--theme-page-line);background:var(--theme-page-surface);border-radius:17px;grid-template-columns:repeat(3,1fr);min-height:74px;margin-top:12px;padding:10px 5px;display:grid}.mobileTraitStrip>span{min-width:0;color:var(--primary-strong);justify-items:center;gap:5px;display:grid}.mobileTraitStrip>span+span{border-left:1px solid var(--theme-page-line)}.mobileTraitStrip svg{width:22px;height:22px}.mobileTraitStrip small{color:var(--theme-page-muted);text-align:center;font-size:9px;font-weight:700}.mobileExplore{margin-top:25px}.mobileSectionHeading span{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:850}.mobileSectionHeading h2{letter-spacing:-.035em;margin:3px 0 12px;font-size:20px}.mobileExploreGrid{gap:10px;display:grid}.mobileExploreCard{border:1px solid var(--theme-page-line);background:var(--theme-page-surface);min-height:74px;color:var(--theme-page-text);border-radius:17px;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:12px 13px;text-decoration:none;display:grid}.mobileExploreIcon{background:var(--panel-tint);width:44px;height:44px;color:var(--primary);border-radius:14px;place-items:center;display:grid}.mobileExploreIcon svg{width:22px;height:22px}.mobileExploreCard>span:nth-child(2){gap:3px;display:grid}.mobileExploreCard strong{font-size:14px}.mobileExploreCard small{color:var(--theme-page-muted);font-size:11px}.mobileExploreCard>svg{width:17px;height:17px;color:var(--theme-page-muted)}.mobilePremiumStatus{background:var(--theme-nav-active);color:var(--primary-strong);border-radius:15px;align-items:center;gap:11px;margin-top:14px;padding:13px 14px;display:flex}.mobilePremiumStatus>svg{width:24px;height:24px}.mobilePremiumStatus>span{gap:2px;display:grid}.mobilePremiumStatus small{color:var(--theme-page-muted);font-size:10px}.practiceShell{padding:20px 14px var(--mobile-route-bottom-inset,calc(96px + env(safe-area-inset-bottom)));background:var(--theme-page-bg)}.practiceShell .modulePageHeading{margin-bottom:16px}.practiceShell .modulePageHeading>span{font-size:9px}.practiceShell .modulePageHeading h1{margin-top:4px;font-size:29px}.practiceShell .modulePageHeading p{max-width:330px;color:var(--theme-page-muted)}.practiceHeading>button{border-radius:11px;min-height:38px;margin-top:12px;padding:0 12px;font-size:11px}.practiceShell .progressMeta{margin-bottom:7px;font-size:11px}.practiceShell .progressTrack{border-radius:999px;height:5px;margin-bottom:14px;overflow:hidden}.practiceShell .progressBar{background:var(--primary)}.practiceShell .questionCard{border-radius:19px;padding:20px 16px;box-shadow:0 10px 26px #12401f0d}.practiceShell .eyebrow{color:var(--primary);margin-bottom:10px;font-size:9px}.practiceShell .questionCard h1{font-size:25px;line-height:1.12}.practiceShell .quizSignPrompt{min-height:156px;margin:18px 0 4px}.practiceShell .quizSignImage{width:132px;height:132px}.practiceShell .focusedQuizHeading{width:min(520px,100%);margin:0 auto}.practiceShell .focusedQuestionCard .focusedQuizQuestion{min-height:156px;font-size:25px;line-height:1.12}.practiceShell .focusedQuestionCard .quizSignPrompt{min-height:156px;margin:0 0 16px}.practiceShell .focusedQuestionCard .quizSignImage{width:132px;height:132px}.practiceShell .answers{gap:9px;margin-top:20px}.practiceShell .answerButton{text-align:left;border-radius:14px;min-height:58px;padding:10px 12px}.practiceShell .answerLetter{border-radius:10px;width:34px;height:34px}.practiceShell .explanation{border-radius:14px;margin-top:14px}.practiceShell .primaryButton{border-color:var(--primary);background:var(--primary);color:#fff;border-radius:14px;min-height:52px}.profilePage{width:100%;padding:22px 16px var(--mobile-route-bottom-inset,calc(96px + env(safe-area-inset-bottom)))}html[data-theme=dark] .moduleContent,html[data-theme=dark] .mobileHome,html[data-theme=dark] .practiceShell{background:var(--theme-page-bg);color:var(--theme-page-text)}html[data-theme=dark] .appHeader{background:color-mix(in srgb, var(--theme-header-bg) 96%, transparent);border-bottom-color:var(--theme-page-line)}html[data-theme=dark] .appHeaderBrand strong,html[data-theme=dark] .mobilePageIntro h1,html[data-theme=dark] .mobileExploreCard,html[data-theme=dark] .mobileSectionHeading h2{color:var(--theme-page-text)}html[data-theme=dark] .appHeaderBrand small,html[data-theme=dark] .mobilePageIntro p,html[data-theme=dark] .mobileProgressCard small,html[data-theme=dark] .mobileTraitStrip small,html[data-theme=dark] .mobileExploreCard small,html[data-theme=dark] .mobilePremiumStatus small{color:var(--theme-page-muted)}html[data-theme=dark] .mobileProgressCard,html[data-theme=dark] .mobileTraitStrip,html[data-theme=dark] .mobileExploreCard{border-color:var(--theme-page-line);background:var(--theme-page-surface)}html[data-theme=dark] .mobileProgressCard{background:linear-gradient(135deg,#1a3422,#14261d)}html[data-theme=dark] .mobileProgressIcon,html[data-theme=dark] .mobileExploreIcon{background:var(--theme-page-raised)}html[data-theme=dark] .mobileTraitStrip>span+span{border-color:var(--theme-page-line)}html[data-theme=dark] .mobilePremiumStatus{background:var(--theme-nav-active);color:var(--primary-strong)}html[data-theme=dark] .mobileTabBar{border-top-color:var(--theme-page-line);background:color-mix(in srgb, var(--theme-header-bg) 97%, transparent)}html[data-theme=dark] .themeToggle{place-items:center;width:36px;height:36px;font-size:18px;display:grid}html[data-theme=dark] .themeToggle svg{width:19px;height:19px}}
