.EndTestModal-module__Rd_LvG__card{--quiz-surface:#fff;--quiz-border:#e4e9f1;--quiz-text:#1a2433;--quiz-muted:#607086;--quiz-strong:#111926;--quiz-primary:#18b978;--quiz-primary-hover:#14a66b;--quiz-marked:#ffb13b;--quiz-unanswered:#9caab8;border:1px solid var(--modal-border);border-radius:var(--modal-radius);width:min(100%,520px);min-height:230px;color:var(--foreground);box-shadow:var(--modal-shadow);box-sizing:border-box;flex-direction:column;padding:24px 20px 20px;display:flex}[data-theme=dark] .EndTestModal-module__Rd_LvG__card{--quiz-surface:#10151d;--quiz-border:#2a3544;--quiz-text:#ebf1ff;--quiz-muted:#9eb0c8;--quiz-strong:#f7faff;--quiz-primary:#2aca88;--quiz-primary-hover:#1eb97a;--quiz-marked:#cf8d2c;--quiz-unanswered:#556579}.EndTestModal-module__Rd_LvG__title{text-align:center;font-family:var(--font-sora), sans-serif;color:var(--quiz-strong);margin:0;font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.25}.EndTestModal-module__Rd_LvG__summaryBlock{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.EndTestModal-module__Rd_LvG__summaryTitle{text-align:center;color:var(--quiz-muted);margin:14px 0 0;font-size:clamp(.86rem,1.02vw,.98rem);font-weight:700}.EndTestModal-module__Rd_LvG__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.EndTestModal-module__Rd_LvG__statCard{border:1px solid var(--quiz-border);background:var(--quiz-surface);border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;display:flex}.EndTestModal-module__Rd_LvG__statValue{font-family:var(--font-sora), sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.EndTestModal-module__Rd_LvG__statValueAnswered{color:#19ba78}.EndTestModal-module__Rd_LvG__statValueMarked{color:var(--quiz-marked)}.EndTestModal-module__Rd_LvG__statValueUnanswered{color:var(--quiz-unanswered)}.EndTestModal-module__Rd_LvG__statLabel{color:var(--quiz-text);text-align:center;justify-content:center;align-items:center;gap:6px;font-size:clamp(.72rem,.88vw,.8125rem);font-weight:600;line-height:1.3;display:inline-flex}.EndTestModal-module__Rd_LvG__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.EndTestModal-module__Rd_LvG__answered{background:#19ba78}.EndTestModal-module__Rd_LvG__marked{background:var(--quiz-marked)}.EndTestModal-module__Rd_LvG__unanswered{border:1px solid var(--quiz-unanswered);background:0 0}.EndTestModal-module__Rd_LvG__actions{justify-content:center;gap:10px;margin-top:auto;padding-top:18px;display:flex}.EndTestModal-module__Rd_LvG__endAction,.EndTestModal-module__Rd_LvG__resumeAction{cursor:pointer;border-radius:10px;flex:1;min-width:0;max-width:200px;min-height:42px;padding:0 18px;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .2s,border-color .2s,opacity .2s}.EndTestModal-module__Rd_LvG__endAction{background:var(--quiz-primary);color:#fff;border:none}.EndTestModal-module__Rd_LvG__endAction:hover{background:var(--quiz-primary-hover)}.EndTestModal-module__Rd_LvG__resumeAction{border:1px solid var(--quiz-border);color:var(--quiz-text);background:0 0}.EndTestModal-module__Rd_LvG__resumeAction:hover{border-color:color-mix(in srgb, var(--quiz-border) 60%, var(--quiz-text));background:#ffffff0a}@media (max-width:900px){.EndTestModal-module__Rd_LvG__card{border-radius:12px;width:min(100%,400px);min-height:200px;padding:18px 14px 16px}.EndTestModal-module__Rd_LvG__summaryBlock{justify-content:flex-start}.EndTestModal-module__Rd_LvG__actions{flex-direction:column;margin-top:auto;padding-top:14px}.EndTestModal-module__Rd_LvG__stats{grid-template-columns:1fr;gap:8px}.EndTestModal-module__Rd_LvG__statCard{flex-direction:row;justify-content:flex-start;gap:12px;padding:10px 12px}.EndTestModal-module__Rd_LvG__statLabel{text-align:left;flex:1;justify-content:flex-start}.EndTestModal-module__Rd_LvG__endAction,.EndTestModal-module__Rd_LvG__resumeAction{width:100%;max-width:none}}
.Spinner-module__II00WG__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;animation:.7s linear infinite Spinner-module__II00WG__spin}.Spinner-module__II00WG__sizeSm{border-width:2px;width:1rem;height:1rem}.Spinner-module__II00WG__sizeMd{border-width:2px;width:1.5rem;height:1.5rem}.Spinner-module__II00WG__sizeLg{border-width:3px;width:2rem;height:2rem}@keyframes Spinner-module__II00WG__spin{to{transform:rotate(360deg)}}
.ConfirmModal-module__OPUvJq__backdrop{z-index:130;background:var(--modal-backdrop);place-items:center;padding:20px;animation:.22s both ConfirmModal-module__OPUvJq__confirmFadeIn;display:grid;position:fixed;inset:0}.ConfirmModal-module__OPUvJq__card{border:1px solid var(--modal-border);border-radius:var(--modal-radius);width:min(100%,480px);box-shadow:var(--modal-shadow);padding:24px}.ConfirmModal-module__OPUvJq__title{margin:0 0 12px;font-size:1.25rem;font-weight:600}.ConfirmModal-module__OPUvJq__message{color:var(--modal-muted);margin:0 0 24px;font-size:.9375rem;line-height:1.5}.ConfirmModal-module__OPUvJq__actions{justify-content:flex-end;gap:12px;display:flex}.ConfirmModal-module__OPUvJq__button{cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:.9375rem;font-weight:600;transition:opacity .2s}.ConfirmModal-module__OPUvJq__button:hover{opacity:.9}.ConfirmModal-module__OPUvJq__cancel{color:var(--foreground);border:1px solid var(--modal-border);background:0 0}.ConfirmModal-module__OPUvJq__confirm{background:var(--nav-active-gradient);color:#fff}.ConfirmModal-module__OPUvJq__confirmDanger{color:#fff;background:#dc2626}.ConfirmModal-module__OPUvJq__confirmDanger:hover{background:#b91c1c}@keyframes ConfirmModal-module__OPUvJq__confirmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__OPUvJq__confirmPopIn{0%{opacity:0}to{opacity:1}}
.EmptyState-module__98ICJq__root{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.EmptyState-module__98ICJq__card{border:1px solid var(--empty-border,var(--sidebar-border));background:var(--empty-surface,var(--sidebar-surface));border-radius:16px}.EmptyState-module__98ICJq__icon{width:52px;height:52px;color:color-mix(in srgb, var(--foreground) 72%, transparent);background:color-mix(in srgb, var(--foreground) 6%, transparent);border:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.EmptyState-module__98ICJq__icon svg{width:26px;height:26px}.EmptyState-module__98ICJq__image{flex-shrink:0;justify-content:center;margin-bottom:16px;display:flex}.EmptyState-module__98ICJq__image img{max-width:min(240px,100%);height:auto}.EmptyState-module__98ICJq__title{font-family:var(--font-sora), sans-serif;color:var(--foreground);margin:0 0 8px;font-size:1.0625rem;font-weight:700;line-height:1.35}.EmptyState-module__98ICJq__description{max-width:28rem;color:color-mix(in srgb, var(--foreground) 55%, transparent);margin:0;font-size:.9375rem;line-height:1.5}.EmptyState-module__98ICJq__action{margin-top:16px}.EmptyState-module__98ICJq__actionLink{min-height:36px;color:var(--foreground);font:inherit;font-size:var(--fs-md);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 4px;font-weight:600;text-decoration:none;transition:opacity .16s;display:inline-flex}.EmptyState-module__98ICJq__actionLink:hover{opacity:.8;text-decoration:underline}
.page-module__zwsWGa__page{--explore-border:#e5e5e5;--explore-muted:#737373;--explore-tab-indicator:#8b95a5;--explore-card-bg:#f2f2f2;--explore-option-hover:#0000000a;--explore-option-radio:#00000047;--explore-control-hover:#0000000d;--explore-menu-bg:#fff;--explore-menu-shadow:0 12px 32px #0000001a;background:0 0;min-height:calc(100vh - 4rem)}.page-module__zwsWGa__exploreShell{width:calc(100% + 2rem);margin:-1rem -1rem 0}@media (min-width:641px){.page-module__zwsWGa__exploreShell{width:calc(100vw - var(--content-offset));margin-left:calc((100% - 100vw + var(--content-offset)) / 2);margin-top:-1rem;margin-bottom:0;margin-right:0}}.page-module__zwsWGa__pageTitle,.page-module__zwsWGa__pageIntro{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-theme=dark] .page-module__zwsWGa__page{--explore-border:#2f2f2f;--explore-muted:#ffffff73;--explore-tab-indicator:#6b7280;--explore-card-bg:#1e1e1e;--explore-option-hover:#ffffff08;--explore-option-radio:#ffffff59;--explore-control-hover:#ffffff0a;--explore-menu-bg:#111;--explore-menu-shadow:0 12px 32px #00000059}.page-module__zwsWGa__tabsBar{z-index:20;border-bottom:1px solid var(--glass-border);background:0 0;width:100%;margin:0;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .22s;position:sticky;top:0}.page-module__zwsWGa__tabsBarGlass{z-index:0;background:var(--glass-surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);pointer-events:none;position:absolute;inset:0}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.page-module__zwsWGa__tabsBarGlass{background:color-mix(in srgb, var(--glass-surface) 92%, var(--background))}}.page-module__zwsWGa__pageChromeHidden .page-module__zwsWGa__tabsBar{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 1rem))}.page-module__zwsWGa__tabsInner{z-index:1;width:100%;max-width:680px;margin-inline:auto;display:flex;position:relative}.page-module__zwsWGa__tabIndicator{background:var(--explore-tab-indicator,#6b7280);pointer-events:none;border-radius:2px 2px 0 0;width:50%;height:2px;transition:transform .32s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:translate(0)}.page-module__zwsWGa__tabIndicator[data-active=following]{transform:translate(100%)}.page-module__zwsWGa__tab{z-index:1;color:var(--explore-muted,#ffffff73);font:inherit;text-align:center;cursor:pointer;background:0 0;border:none;flex:1;padding:16px 12px;font-size:1rem;font-weight:600;transition:color .22s ease-in-out;position:relative}.page-module__zwsWGa__tabActive{color:var(--foreground)}.page-module__zwsWGa__feedWrap{max-width:680px;margin:0 auto;padding:20px 16px 96px}.page-module__zwsWGa__feedToolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-module__zwsWGa__backRow{align-items:center;gap:10px;max-width:680px;margin:0 auto 8px;padding:20px 16px 0;display:flex}.page-module__zwsWGa__backBtn{border:1px solid var(--explore-border,var(--sidebar-border));background:var(--explore-card-bg,var(--sidebar-surface));width:36px;height:36px;color:var(--foreground);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:border-color .16s,background .16s;display:inline-flex}.page-module__zwsWGa__backBtn:hover{border-color:color-mix(in srgb, var(--foreground) 22%, var(--explore-border,var(--sidebar-border)));background:var(--explore-control-hover,#ffffff0f)}.page-module__zwsWGa__backBtn svg{width:18px;height:18px}.page-module__zwsWGa__backLabel{color:var(--foreground);font-size:.9375rem;font-weight:600}.page-module__zwsWGa__filterLabel{color:var(--explore-muted,#ffffff73);font-size:.875rem;font-weight:600}.page-module__zwsWGa__languageSelect{border:1px solid var(--explore-border,var(--sidebar-border));background:var(--explore-card-bg);min-width:148px;min-height:40px;color:var(--foreground);font:inherit;cursor:pointer;border-radius:10px;padding:8px 12px;font-size:.9375rem;font-weight:600}.page-module__zwsWGa__feed{flex-direction:column;gap:16px;display:flex}.page-module__zwsWGa__emptyState{border:1px solid var(--explore-border,var(--sidebar-border));background:var(--explore-card-bg);text-align:center;color:var(--explore-muted,#ffffff8c);border-radius:16px;padding:40px 24px}.page-module__zwsWGa__emptyTitle{color:var(--foreground);margin:0 0 8px;font-size:1.0625rem;font-weight:700}.page-module__zwsWGa__emptyText{margin:0;font-size:.9375rem;line-height:1.5}.page-module__zwsWGa__loadMoreWrap{justify-content:center;padding:8px 0 4px;display:flex}.page-module__zwsWGa__loadMoreBtn{border:1px solid var(--explore-border,#ffffff2e);background:var(--explore-card-bg,#1e1e1e);min-width:140px;min-height:44px;color:var(--foreground);font:inherit;cursor:pointer;border-radius:999px;padding:0 20px;font-size:.9375rem;font-weight:600;transition:background .18s,border-color .18s}.page-module__zwsWGa__loadMoreBtn:hover:not(:disabled){border-color:var(--explore-tab-indicator,#6b7280);background:var(--explore-control-hover,#ffffff0f)}.page-module__zwsWGa__loadMoreBtn:disabled{opacity:.7;cursor:wait}.page-module__zwsWGa__postFab{z-index:25;border:1px solid var(--glass-border);background:var(--glass-surface);min-height:48px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--foreground);font:inherit;cursor:pointer;border-radius:999px;padding:0 18px;font-size:.9375rem;font-weight:700;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .22s,background .22s,border-color .22s;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 28px #0003}.page-module__zwsWGa__pageChromeHidden .page-module__zwsWGa__postFab{opacity:0;pointer-events:none;transform:translateY(calc(100% + 32px))}.page-module__zwsWGa__postFab:hover{background:color-mix(in srgb, var(--glass-surface) 88%, var(--foreground));border-color:color-mix(in srgb, var(--glass-border) 70%, var(--foreground))}@media (max-width:640px){.page-module__zwsWGa__page{min-height:calc(100vh - 3.5rem)}.page-module__zwsWGa__tabsBar{border-bottom:none;border-top:1px solid var(--glass-border);width:100%;max-width:100%;padding-bottom:env(safe-area-inset-bottom,0);z-index:30;margin:0;position:fixed;inset:auto 0 0}.page-module__zwsWGa__pageChromeHidden .page-module__zwsWGa__tabsBar{transform:translateY(calc(100% + env(safe-area-inset-bottom,0)))}.page-module__zwsWGa__pageChromeHidden .page-module__zwsWGa__postFab{transform:translateY(calc(140px + env(safe-area-inset-bottom,0)))}.page-module__zwsWGa__tabIndicator{border-radius:0 0 2px 2px;top:0;bottom:auto}.page-module__zwsWGa__tab{padding:14px 12px 12px}.page-module__zwsWGa__feedWrap{padding-top:8px;padding-bottom:calc(80px + env(safe-area-inset-bottom,0))}.page-module__zwsWGa__postFab{right:16px;bottom:calc(76px + env(safe-area-inset-bottom,0))}}
.ForgotPasswordModal-module__mBhPua__wrapper{--auth-surface:#f4f5f7;--auth-border:#e4e9f1;--auth-text:#1a2433;--auth-muted:#607086;--auth-strong:#111926;--auth-primary:#7c3aed;--auth-primary-hover:#6d28d9;--auth-link:#7c3aed;--auth-error:#dc2626}[data-theme=dark] .ForgotPasswordModal-module__mBhPua__wrapper{--auth-surface:#121212;--auth-border:#262626;--auth-text:#fff;--auth-muted:#777;--auth-strong:#fff;--auth-primary:#a855f7;--auth-primary-hover:#9333ea;--auth-link:#c084fc;--auth-error:#f87171}.ForgotPasswordModal-module__mBhPua__backdrop{z-index:135;background:var(--modal-backdrop);cursor:default;place-items:center;width:100%;height:100%;padding:20px;animation:.22s both ForgotPasswordModal-module__mBhPua__fadeIn;display:grid;position:fixed;inset:0}.ForgotPasswordModal-module__mBhPua__card{border:1px solid var(--modal-border);border-radius:var(--modal-radius);width:min(100%,420px);color:var(--auth-text);box-shadow:var(--modal-shadow);padding:0}.ForgotPasswordModal-module__mBhPua__header{border-bottom:1px solid var(--auth-border);background:color-mix(in srgb, var(--auth-primary) 8%, var(--auth-surface));justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.ForgotPasswordModal-module__mBhPua__title{font-family:var(--font-sora), sans-serif;color:var(--auth-strong);margin:0;font-size:1.1rem;font-weight:700}.ForgotPasswordModal-module__mBhPua__closeBtn{width:36px;height:36px;color:var(--auth-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .18s,background .18s;display:inline-flex}.ForgotPasswordModal-module__mBhPua__closeBtn:hover{color:var(--auth-text);background:var(--auth-border)}.ForgotPasswordModal-module__mBhPua__content{padding:24px}.ForgotPasswordModal-module__mBhPua__section{flex-direction:column;gap:16px;display:flex}.ForgotPasswordModal-module__mBhPua__sectionHidden{display:none}.ForgotPasswordModal-module__mBhPua__field{flex-direction:column;gap:6px;display:flex}.ForgotPasswordModal-module__mBhPua__label{color:var(--auth-strong);font-size:.875rem;font-weight:600}.ForgotPasswordModal-module__mBhPua__hint{color:var(--auth-muted);margin:-2px 0 0;font-size:.8rem}.ForgotPasswordModal-module__mBhPua__input{border:1px solid var(--auth-border);background:var(--auth-surface);width:100%;min-height:44px;color:var(--auth-text);border-radius:10px;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.ForgotPasswordModal-module__mBhPua__input::placeholder{color:var(--auth-muted)}.ForgotPasswordModal-module__mBhPua__input:focus{border-color:var(--auth-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-primary) 25%, transparent);outline:0}.ForgotPasswordModal-module__mBhPua__inputError{border-color:var(--auth-error)}.ForgotPasswordModal-module__mBhPua__inputError:focus{box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-error) 25%, transparent)}.ForgotPasswordModal-module__mBhPua__otpInput{font-variant-numeric:tabular-nums;letter-spacing:.25em;text-align:center}.ForgotPasswordModal-module__mBhPua__errorText{color:var(--auth-error);font-size:.8rem}.ForgotPasswordModal-module__mBhPua__actions{flex-direction:column;gap:10px;margin-top:4px;display:flex}.ForgotPasswordModal-module__mBhPua__submit{background:var(--auth-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:46px;padding:0 20px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .18s}.ForgotPasswordModal-module__mBhPua__submit:hover{background:var(--auth-primary-hover)}.ForgotPasswordModal-module__mBhPua__submit:disabled{opacity:.7;cursor:not-allowed}.ForgotPasswordModal-module__mBhPua__backLink{color:var(--auth-link);cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:500}.ForgotPasswordModal-module__mBhPua__backLink:hover{text-decoration:underline}.ForgotPasswordModal-module__mBhPua__resendHint{color:var(--auth-muted);text-align:center;margin:0;font-size:.8rem}.ForgotPasswordModal-module__mBhPua__resendBtn{color:var(--auth-link);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:600}.ForgotPasswordModal-module__mBhPua__resendBtn:hover{text-decoration:underline}.ForgotPasswordModal-module__mBhPua__resendBtn:disabled{opacity:.6;cursor:not-allowed}@keyframes ForgotPasswordModal-module__mBhPua__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ForgotPasswordModal-module__mBhPua__popIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1}}@media (max-width:480px){.ForgotPasswordModal-module__mBhPua__card{border-radius:12px;width:100%}.ForgotPasswordModal-module__mBhPua__content{padding:20px}.ForgotPasswordModal-module__mBhPua__header{padding:14px 20px}}
.QuizStartModal-module__iP6DxG__backdrop{z-index:140;background:var(--modal-backdrop);justify-content:center;align-items:flex-end;padding:0;animation:.22s both QuizStartModal-module__iP6DxG__quizStartFadeIn;display:flex;position:fixed;inset:0}.QuizStartModal-module__iP6DxG__sheet{border:1px solid var(--modal-border);border-bottom:none;border-radius:20px 20px 0 0;flex-direction:column;width:min(100%,560px);max-height:min(88vh,720px);display:flex;box-shadow:0 -12px 40px #00000038}.QuizStartModal-module__iP6DxG__handle{background:var(--modal-border);border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:10px auto 0}.QuizStartModal-module__iP6DxG__header{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px 0;display:flex}.QuizStartModal-module__iP6DxG__titleBlock{min-width:0}.QuizStartModal-module__iP6DxG__title{font-family:var(--font-sora), sans-serif;color:var(--foreground);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.QuizStartModal-module__iP6DxG__subtitle{color:var(--home-muted,#64748b);margin:6px 0 0;font-size:.9375rem;line-height:1.4}.QuizStartModal-module__iP6DxG__closeButton{border:1px solid var(--modal-border);background:var(--modal-field-bg);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .18s;display:inline-flex}.QuizStartModal-module__iP6DxG__closeButton:hover{opacity:.85}.QuizStartModal-module__iP6DxG__body{padding:18px 20px 8px;overflow-y:auto}.QuizStartModal-module__iP6DxG__description{border:1px solid var(--modal-border);background:var(--modal-field-bg);color:var(--foreground);opacity:.92;border-radius:12px;margin:0 0 16px;padding:12px 14px;font-size:.9375rem;line-height:1.5}.QuizStartModal-module__iP6DxG__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.QuizStartModal-module__iP6DxG__statCard{border:1px solid var(--modal-border);background:var(--modal-field-bg);border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.QuizStartModal-module__iP6DxG__statLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--home-muted,#64748b);font-size:.75rem;font-weight:600}.QuizStartModal-module__iP6DxG__statValue{color:var(--foreground);font-size:1rem;font-weight:700}.QuizStartModal-module__iP6DxG__statValueMuted{opacity:.55}.QuizStartModal-module__iP6DxG__liveBadge{align-items:center;gap:6px;width:fit-content;display:inline-flex}.QuizStartModal-module__iP6DxG__liveDot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e2e}.QuizStartModal-module__iP6DxG__footer{padding:14px 20px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--modal-border);background:0 0;flex-shrink:0;gap:14px;display:grid}.QuizStartModal-module__iP6DxG__markingSection{margin-top:18px}.QuizStartModal-module__iP6DxG__markingSectionHead{margin-bottom:12px}.QuizStartModal-module__iP6DxG__markingTitle{color:var(--foreground);margin:0;font-size:.9375rem;font-weight:700}.QuizStartModal-module__iP6DxG__markingHint{color:var(--home-muted,#64748b);margin:6px 0 0;font-size:.8125rem;line-height:1.45}.QuizStartModal-module__iP6DxG__patternGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.QuizStartModal-module__iP6DxG__patternCard{border:1px solid var(--modal-border);background:var(--modal-field-bg);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:12px 14px;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s;display:flex;position:relative}.QuizStartModal-module__iP6DxG__patternCard:hover{border-color:#4f8cf873;transform:translateY(-1px)}.QuizStartModal-module__iP6DxG__patternCardSelected{background:linear-gradient(var(--background), var(--background)) padding-box, var(--home-challenge-bg,linear-gradient(140deg, #4f8cf8 0%, #17c7f7 100%)) border-box;border-color:#0000;box-shadow:0 8px 18px #3d7eff2e}.QuizStartModal-module__iP6DxG__patternCardTop{width:100%;padding-right:72px}.QuizStartModal-module__iP6DxG__patternLabel{color:var(--foreground);font-size:.9375rem;font-weight:700}.QuizStartModal-module__iP6DxG__patternSelectedBadge{z-index:1;background:var(--home-challenge-bg,linear-gradient(140deg, #4f8cf8 0%, #17c7f7 100%));color:#fff;letter-spacing:.03em;text-transform:uppercase;pointer-events:none;border-radius:999px;padding:2px 8px;font-size:.6875rem;font-weight:700;position:absolute;top:10px;right:10px}.QuizStartModal-module__iP6DxG__patternExamHint{color:var(--home-muted,#64748b);font-size:.75rem;font-weight:600}.QuizStartModal-module__iP6DxG__patternFormula{color:var(--foreground);font-size:.8125rem;font-weight:600;line-height:1.35}.QuizStartModal-module__iP6DxG__startButton{background:var(--home-challenge-bg,linear-gradient(140deg, #4f8cf8 0%, #17c7f7 100%));color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;width:100%;min-height:48px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .18s,opacity .18s,box-shadow .18s;box-shadow:0 8px 18px #3d7eff52}.QuizStartModal-module__iP6DxG__startButtonLoading{text-transform:none;letter-spacing:0;justify-content:center;align-items:center;gap:10px;font-size:.9375rem;display:inline-flex}.QuizStartModal-module__iP6DxG__errorText{color:#dc2626;background:#ef44441a;border:1px solid #ef444447;border-radius:10px;margin:14px 0 0;padding:10px 12px;font-size:.875rem;line-height:1.4}.QuizStartModal-module__iP6DxG__patternCard:disabled{opacity:.65;cursor:not-allowed;transform:none}.QuizStartModal-module__iP6DxG__startButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #3d7eff61}.QuizStartModal-module__iP6DxG__startButton:disabled{opacity:.55;cursor:not-allowed}@keyframes QuizStartModal-module__iP6DxG__quizStartFadeIn{0%{opacity:0}to{opacity:1}}@keyframes QuizStartModal-module__iP6DxG__quizStartSlideUp{0%{opacity:0}to{opacity:1}}@media (max-width:480px){.QuizStartModal-module__iP6DxG__statsGrid,.QuizStartModal-module__iP6DxG__patternGrid{grid-template-columns:1fr}}
.AppSidebar-module__hdR8ia__topbar{z-index:30;border-bottom:1px solid var(--glass-border);background:var(--glass-surface);height:56px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--foreground);justify-content:space-between;align-items:center;padding:0 14px;display:flex;position:sticky;top:0}.AppSidebar-module__hdR8ia__topbarTitle{font-family:var(--font-display), sans-serif;letter-spacing:.01em;margin:0;font-weight:700}.AppSidebar-module__hdR8ia__iconButton{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.AppSidebar-module__hdR8ia__iconButton:hover{background:var(--sidebar-hover)}.AppSidebar-module__hdR8ia__spacer{width:36px;height:36px}.AppSidebar-module__hdR8ia__overlay{z-index:40;background:var(--sidebar-overlay);opacity:1;transition:opacity .22s;position:fixed;inset:0}.AppSidebar-module__hdR8ia__overlayHidden{opacity:0;pointer-events:none}.AppSidebar-module__hdR8ia__sidebar{inset-block:0;z-index:50;border-right:1px solid var(--glass-border);width:292px;color:var(--foreground);box-shadow:none;background:0 0;padding:18px 14px;transition:transform .26s,width .22s,padding .22s;position:fixed;left:0;transform:translate(-100%)}.AppSidebar-module__hdR8ia__sidebarGlass{z-index:0;background:var(--glass-surface);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);pointer-events:none;position:absolute;inset:0}.AppSidebar-module__hdR8ia__sidebarMobileClosed{transform:translate(-100%)}.AppSidebar-module__hdR8ia__sidebarMobileOpen{transform:translate(0)}.AppSidebar-module__hdR8ia__sidebarInner{z-index:1;flex-direction:column;height:100%;display:flex;position:relative;overflow-x:hidden}.AppSidebar-module__hdR8ia__mobileHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.AppSidebar-module__hdR8ia__sidebarTopRow{display:none}.AppSidebar-module__hdR8ia__mobileTitle{margin:0;font-weight:700}.AppSidebar-module__hdR8ia__profileCard{border:1px solid var(--sidebar-border);background:var(--sidebar-surface);border-radius:14px;flex-direction:column;align-items:stretch;gap:10px;margin-bottom:18px;padding:11px;display:flex}.AppSidebar-module__hdR8ia__profileCardTop{align-items:center;gap:12px;display:flex}.AppSidebar-module__hdR8ia__loginTrigger{color:var(--nav-line-color);background:color-mix(in srgb, var(--nav-glow-soft) 80%, transparent);border:1px solid var(--sidebar-border);cursor:pointer;border-radius:8px;margin:0;padding:6px 10px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .18s,border-color .18s}.AppSidebar-module__hdR8ia__loginTrigger:hover{background:var(--nav-glow-soft);border-color:var(--nav-line-color)}.AppSidebar-module__hdR8ia__collapsedAvatar{justify-content:center;margin-bottom:12px;display:none}.AppSidebar-module__hdR8ia__avatarShell{border:1px solid var(--sidebar-border);background:var(--sidebar-active);border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:relative;overflow:hidden}.AppSidebar-module__hdR8ia__avatarImage{object-fit:cover;width:100%;height:100%}.AppSidebar-module__hdR8ia__avatarFallback{font-family:var(--font-sora), sans-serif;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:none;position:absolute;inset:0}.AppSidebar-module__hdR8ia__avatarFallbackVisible{display:flex}.AppSidebar-module__hdR8ia__profileName{font-family:var(--font-display), sans-serif;letter-spacing:.01em;margin:0;font-weight:700}.AppSidebar-module__hdR8ia__nav{flex-direction:column;gap:4px;display:flex}.AppSidebar-module__hdR8ia__navLink{color:var(--nav-link-color);border-radius:10px;align-items:center;gap:10px;padding:11px 12px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .18s;display:flex;position:relative;overflow:visible}.AppSidebar-module__hdR8ia__navLabel{white-space:nowrap}.AppSidebar-module__hdR8ia__navLink:before{content:"";background:var(--nav-line-gradient);opacity:0;pointer-events:none;width:130%;height:2px;transition:opacity .3s ease-in-out;position:absolute;bottom:0;left:-15%}.AppSidebar-module__hdR8ia__navLink:hover{background:0 0}.AppSidebar-module__hdR8ia__navLink:hover:before{opacity:1}.AppSidebar-module__hdR8ia__navLinkActive{color:var(--nav-link-active-color)}@keyframes AppSidebar-module__hdR8ia__navActiveLineIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.AppSidebar-module__hdR8ia__navLinkActive:after{content:"";background:var(--nav-line-gradient);transform-origin:bottom;width:130%;height:2px;transition:transform .5s ease-in-out;animation:.5s ease-in-out forwards AppSidebar-module__hdR8ia__navActiveLineIn;position:absolute;bottom:0;left:-15%}.AppSidebar-module__hdR8ia__footerArea{border-top:1px solid var(--sidebar-border);gap:14px;margin-top:auto;padding-top:14px;display:grid}.AppSidebar-module__hdR8ia__toggleButton{border:1px solid var(--sidebar-border);background:var(--sidebar-surface);width:100%;color:inherit;letter-spacing:.01em;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:9px 11px;font-weight:700;display:flex}.AppSidebar-module__hdR8ia__toggleTrack{background:#9bb6df;border-radius:999px;width:36px;height:20px;padding:2px;transition:background-color .18s;display:inline-block}[data-theme=dark] .AppSidebar-module__hdR8ia__toggleTrack{background:#33599d}.AppSidebar-module__hdR8ia__toggleThumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;display:block}[data-theme=dark] .AppSidebar-module__hdR8ia__toggleThumb{transform:translate(16px)}.AppSidebar-module__hdR8ia__rankBox{align-items:flex-start;gap:10px;display:flex}.AppSidebar-module__hdR8ia__rankText{margin:0;line-height:1.32}.AppSidebar-module__hdR8ia__rankMuted{opacity:.96;font-weight:500}.AppSidebar-module__hdR8ia__desktopOnly,.AppSidebar-module__hdR8ia__desktopCloseButton,.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__profileCard,.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__footerArea{display:none}@media (min-width:1024px){.AppSidebar-module__hdR8ia__topbar,.AppSidebar-module__hdR8ia__overlay,.AppSidebar-module__hdR8ia__mobileOnly{display:none}.AppSidebar-module__hdR8ia__desktopOnly{display:block}.AppSidebar-module__hdR8ia__sidebarTopRow{justify-content:flex-end;align-items:center;margin-bottom:10px;display:flex}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__sidebarTopRow{justify-content:center}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__mobileHeader{display:none}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__collapsedAvatar{display:flex}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__nav{gap:8px;margin-top:8px;display:flex}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__navLink{border-radius:10px;justify-content:center;padding:10px}.AppSidebar-module__hdR8ia__sidebarCollapsed .AppSidebar-module__hdR8ia__navLabel{display:none}.AppSidebar-module__hdR8ia__desktopCloseButton{display:inline-flex}.AppSidebar-module__hdR8ia__sidebarDesktopOpen{width:292px;transform:translate(0)}.AppSidebar-module__hdR8ia__sidebarDesktopClosed{width:88px;padding:18px 14px;transform:translate(0)}}
.QuizTopicCard-module__EWheoq__card{border:1px solid var(--home-soft-border);background:var(--home-surface);border-radius:22px;flex-direction:column;gap:14px;min-width:0;padding:18px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .QuizTopicCard-module__EWheoq__card{background:radial-gradient(ellipse 90% 55% at 50% -8%, #4f8cf83d 0%, transparent 72%), var(--home-surface)}.QuizTopicCard-module__EWheoq__title{font-family:var(--font-sora), sans-serif;color:var(--home-ink);margin:0;font-weight:700;line-height:1.3}.QuizTopicCard-module__EWheoq__titleLead{display:inline-block}.QuizTopicCard-module__EWheoq__titleLead:after{content:"";background:var(--home-line);border-radius:2px;width:100%;max-width:42px;height:2px;margin-top:6px;display:block}.QuizTopicCard-module__EWheoq__description{color:var(--home-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.55;display:-webkit-box;overflow:hidden}.QuizTopicCard-module__EWheoq__metaRow{flex-wrap:wrap;gap:10px;display:flex}.QuizTopicCard-module__EWheoq__metaPill{border:1px solid var(--home-soft-border);background:var(--home-surface);color:var(--home-muted);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}.QuizTopicCard-module__EWheoq__metaPill svg{flex-shrink:0;width:14px;height:14px}.QuizTopicCard-module__EWheoq__metaPillAccent{color:#2eb8d9;border-color:#3ed2ff59}[data-theme=dark] .QuizTopicCard-module__EWheoq__metaPillAccent{color:#3ed2ff;border-color:#3ed2ff6b}.QuizTopicCard-module__EWheoq__actions{align-items:center;gap:10px;margin-top:2px;display:flex}.QuizTopicCard-module__EWheoq__playButton{background:var(--home-challenge-bg);color:#fff;cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 20px;font-family:inherit;font-weight:700;transition:transform .18s,filter .18s;display:inline-flex}.QuizTopicCard-module__EWheoq__playButton:hover{filter:saturate(1.06);transform:translateY(-1px)}.QuizTopicCard-module__EWheoq__playButton:active{transform:translateY(0)}.QuizTopicCard-module__EWheoq__playIcon{border:1.5px solid #ffffffd9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.QuizTopicCard-module__EWheoq__playIcon svg{width:9px;height:9px;margin-left:1px}.QuizTopicCard-module__EWheoq__bookmarkButton{border:1px solid var(--home-soft-border);background:var(--home-surface);width:54px;height:54px;color:var(--home-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .18s,border-color .18s;display:inline-flex}.QuizTopicCard-module__EWheoq__bookmarkButton:hover,.QuizTopicCard-module__EWheoq__bookmarkButtonActive{color:var(--home-ink)}.QuizTopicCard-module__EWheoq__bookmarkButton svg{width:24px;height:24px}
.page-module__D7waEq__page{flex-direction:column;max-width:72rem;min-height:calc(100vh - 4rem);margin:0 auto;padding:24px 0;display:flex}.page-module__D7waEq__headerRow{align-items:center;gap:12px;margin-bottom:8px;display:flex}.page-module__D7waEq__backButton{border:1px solid var(--sidebar-border);background:var(--sidebar-surface);color:inherit;cursor:pointer;opacity:.85;border-radius:12px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.page-module__D7waEq__backButton:hover{opacity:1}.page-module__D7waEq__subhead{opacity:.75;margin:0 0 20px}.page-module__D7waEq__filters{border:1px solid var(--sidebar-border);background:var(--sidebar-surface);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;padding:16px;display:grid}.page-module__D7waEq__filterField{gap:6px;min-width:0;display:grid}.page-module__D7waEq__filterLabel{opacity:.7;font-size:.8125rem;font-weight:600}.page-module__D7waEq__filterSelect{border:1px solid var(--sidebar-border);background:var(--background);width:100%;min-height:42px;color:var(--foreground);font:inherit;border-radius:10px;padding:0 12px}.page-module__D7waEq__tableWrap{border:1px solid var(--sidebar-border);background:var(--sidebar-surface);border-radius:16px;overflow:hidden}.page-module__D7waEq__tableScroll{overflow:auto}.page-module__D7waEq__table{border-collapse:collapse;table-layout:fixed;width:100%}.page-module__D7waEq__thead{background:var(--sidebar-hover)}.page-module__D7waEq__th{text-align:left;text-transform:uppercase;letter-spacing:.04em;opacity:.72;white-space:nowrap;padding:12px 14px;font-size:.8125rem;font-weight:700}.page-module__D7waEq__thActions{text-align:right;}.page-module__D7waEq__row{border-top:1px solid var(--sidebar-border)}.page-module__D7waEq__row:hover{background:#ffffff05}.page-module__D7waEq__td{vertical-align:middle;padding:14px;font-size:.9375rem}.page-module__D7waEq__tdIndex{opacity:.7;width:48px;}.page-module__D7waEq__tdCompact{white-space:nowrap;}.page-module__D7waEq__tdReason{min-width:0;}.page-module__D7waEq__reasonPreview{-webkit-line-clamp:2;opacity:.92;-webkit-box-orient:vertical;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.page-module__D7waEq__readMore{color:#4f8cf8;font:inherit;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:.8125rem;font-weight:700}.page-module__D7waEq__readMore:hover{text-decoration:underline}.page-module__D7waEq__pill{border:1px solid var(--sidebar-border);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:.8125rem;font-weight:600;display:inline-flex}.page-module__D7waEq__statusResolved{color:#16a34a;background:#16a34a24;border-color:#16a34a59;}.page-module__D7waEq__statusUnresolved{color:#ea580c;background:#ea580c24;border-color:#ea580c59;}.page-module__D7waEq__actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.page-module__D7waEq__resolveButton{color:#16a34a;min-height:34px;font:inherit;cursor:pointer;white-space:nowrap;background:#16a34a2e;border:none;border-radius:8px;padding:0 12px;font-size:.8125rem;font-weight:700}.page-module__D7waEq__reopenButton{background:var(--sidebar-hover);color:inherit;}.page-module__D7waEq__iconButton{background:var(--sidebar-hover);width:34px;height:34px;color:inherit;cursor:pointer;opacity:.8;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.page-module__D7waEq__iconButton:hover{opacity:1}.page-module__D7waEq__loadingWrap,.page-module__D7waEq__emptyWrap{justify-content:center;align-items:center;padding:56px 16px;display:flex}.page-module__D7waEq__emptyWrap{opacity:.7}.page-module__D7waEq__paginationWrap{justify-items:center;gap:8px;margin-top:16px;display:grid}.page-module__D7waEq__paginationMeta{opacity:.7;margin:0;font-size:.875rem}@media (max-width:900px){.page-module__D7waEq__filters{grid-template-columns:1fr}.page-module__D7waEq__table{min-width:860px}}@media (max-width:640px){.page-module__D7waEq__page{padding-bottom:72px}}
.ReportModal-module__oz6KTa__card{--quiz-surface:#fff;--quiz-border:#e4e9f1;--quiz-text:#1a2433;--quiz-muted:#607086;--quiz-strong:#111926;--quiz-primary:#18b978;--quiz-primary-hover:#14a66b;box-sizing:border-box;border:1px solid var(--modal-border);border-radius:var(--modal-radius);width:min(100%,440px);color:var(--foreground);box-shadow:var(--modal-shadow);padding:20px}[data-theme=dark] .ReportModal-module__oz6KTa__card{--quiz-surface:#10151d;--quiz-border:#2a3544;--quiz-text:#ebf1ff;--quiz-muted:#9eb0c8;--quiz-strong:#f7faff;--quiz-primary:#2aca88;--quiz-primary-hover:#1eb97a}.ReportModal-module__oz6KTa__title{font-family:var(--font-sora), sans-serif;color:var(--quiz-strong);margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.ReportModal-module__oz6KTa__questionLabel{color:var(--quiz-muted);margin:10px 0 0;font-size:.875rem;font-weight:700}.ReportModal-module__oz6KTa__input{resize:vertical;border:1px solid var(--quiz-border);background:var(--quiz-surface);width:100%;min-height:112px;max-height:200px;color:var(--quiz-text);box-sizing:border-box;border-radius:10px;margin-top:8px;padding:10px 12px;font-family:inherit;font-size:.9375rem;line-height:1.45}.ReportModal-module__oz6KTa__input::placeholder{color:var(--quiz-muted);opacity:.85}.ReportModal-module__oz6KTa__input:focus{border-color:color-mix(in srgb, var(--quiz-primary) 55%, var(--quiz-border));box-shadow:0 0 0 2px color-mix(in srgb, var(--quiz-primary) 20%, transparent);outline:0}.ReportModal-module__oz6KTa__actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.ReportModal-module__oz6KTa__cancel,.ReportModal-module__oz6KTa__submit{cursor:pointer;border-radius:10px;min-height:38px;padding:0 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .2s}.ReportModal-module__oz6KTa__cancel{border:1px solid var(--quiz-border);color:var(--quiz-text);background:0 0}.ReportModal-module__oz6KTa__cancel:hover:not(:disabled){opacity:.85}.ReportModal-module__oz6KTa__cancel:disabled{opacity:.5;cursor:not-allowed}.ReportModal-module__oz6KTa__submit{background:var(--quiz-primary);color:#fff;border:none}.ReportModal-module__oz6KTa__submit:hover:not(:disabled){background:var(--quiz-primary-hover)}.ReportModal-module__oz6KTa__submit:disabled{opacity:.55;cursor:not-allowed}@media (max-width:640px){.ReportModal-module__oz6KTa__card{width:100%;padding:16px}.ReportModal-module__oz6KTa__input{min-height:96px}.ReportModal-module__oz6KTa__actions{flex-direction:column-reverse}.ReportModal-module__oz6KTa__cancel,.ReportModal-module__oz6KTa__submit{width:100%}}
.ListingPageHeader-module__7yOPRq__header{margin-bottom:20px}.ListingPageHeader-module__7yOPRq__topRow{align-items:center;gap:10px;margin-bottom:18px;display:flex}.ListingPageHeader-module__7yOPRq__backBtn{border:1px solid var(--listing-border,#262626);background:var(--listing-surface,#121212);width:36px;height:36px;color:var(--listing-ink,#fff);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:border-color .16s,background .16s;display:inline-flex}.ListingPageHeader-module__7yOPRq__backBtn:hover{border-color:color-mix(in srgb, var(--listing-ink) 22%, var(--listing-border));background:color-mix(in srgb, var(--listing-ink) 6%, var(--listing-surface))}.ListingPageHeader-module__7yOPRq__backBtn svg{width:18px;height:18px}.ListingPageHeader-module__7yOPRq__breadcrumb{color:var(--listing-ink,#fff);font-size:.9375rem;font-weight:600}.ListingPageHeader-module__7yOPRq__title{font-family:var(--font-sora), sans-serif;letter-spacing:-.02em;color:var(--listing-ink,#fff);margin:0;font-size:clamp(1.75rem,4vw,2.125rem);font-weight:700;line-height:1.15}.ListingPageHeader-module__7yOPRq__subtitle{color:var(--listing-muted,#a1a1a1);margin:10px 0 0;font-size:.9375rem;font-weight:500;line-height:1.45}.ListingPageHeader-module__7yOPRq__divider{background:var(--listing-border,#262626);height:1px;margin-top:18px}.ListingPageHeader-module__7yOPRq__searchWrap{margin-top:16px;position:relative}.ListingPageHeader-module__7yOPRq__searchIcon{width:18px;height:18px;color:var(--listing-muted,#a1a1a1);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.ListingPageHeader-module__7yOPRq__searchInput{border:1px solid var(--listing-border,#262626);background:var(--listing-search-bg,#141414);width:100%;min-height:48px;color:var(--listing-ink,#fff);font-family:var(--font-manrope), sans-serif;font-size:inherit;border-radius:14px;outline:none;padding:0 16px 0 44px;transition:border-color .16s,background .16s}.ListingPageHeader-module__7yOPRq__searchInput::placeholder{color:var(--listing-muted,#a1a1a1)}.ListingPageHeader-module__7yOPRq__searchInput:focus{border-color:color-mix(in srgb, var(--listing-ink) 24%, var(--listing-border))}
.page-module__vX20fq__page{--bookmark-bg:#f4f6fa;--bookmark-surface:#fff;--bookmark-border:#e4e9f1;--bookmark-text:#1a2433;--bookmark-muted:#607086;--bookmark-strong:#111926;--bookmark-accent:#4f8cf8;--home-surface:#fff;--home-border:#e5e5e5;--home-ink:#111;--home-muted:#5e5e5e;--home-soft-bg:#fafafa;--home-soft-border:#e1e1e1;--home-line:#d0d0d0;--home-cta-bg:#fff;--home-cta-text:#111;--home-challenge-bg:linear-gradient(140deg, #4f8cf8 0%, #17c7f7 100%);--listing-surface:#f4f5f7;--listing-border:#e4e9f1;--listing-muted:#607086;--listing-ink:#111;--listing-search-bg:#f4f5f7}[data-theme=dark] .page-module__vX20fq__page{--bookmark-bg:#07090d;--bookmark-surface:#10151d;--bookmark-border:#2a3544;--bookmark-text:#ebf1ff;--bookmark-muted:#9eb0c8;--bookmark-strong:#f7faff;--bookmark-accent:#86b6ff;--home-surface:#0a0a0a;--home-border:#2f2f2f;--home-ink:#f3f3f3;--home-muted:#bdbdbd;--home-soft-bg:#ffffff0d;--home-soft-border:#343434;--home-line:#4a4a4a;--home-cta-bg:#fff;--home-cta-text:#0d0d0d;--home-challenge-bg:linear-gradient(140deg, #2f5fc2 0%, #1694c6 100%);--listing-surface:#121212;--listing-border:#262626;--listing-muted:#a1a1a1;--listing-ink:#fff;--listing-search-bg:#141414}.page-module__vX20fq__page{max-width:960px;color:var(--bookmark-text);margin:0 auto;padding:24px 16px}.page-module__vX20fq__header{margin-bottom:20px}.page-module__vX20fq__title{font-family:var(--font-sora), sans-serif;color:var(--bookmark-strong);margin:0;font-size:1.75rem;font-weight:700}.page-module__vX20fq__subhead{color:var(--bookmark-muted);margin:8px 0 0}.page-module__vX20fq__tabs{--tab-index:0;border-bottom:2px solid var(--bookmark-border);gap:4px;margin-bottom:24px;display:flex;position:relative}.page-module__vX20fq__tabIndicator{background:var(--bookmark-accent);width:calc(50% - 2px);height:2px;bottom:-2px;left:calc(var(--tab-index) * ((100% - 4px) / 2 + 4px));pointer-events:none;border-radius:2px 2px 0 0;transition:left .25s cubic-bezier(.4,0,.2,1);position:absolute}.page-module__vX20fq__tab{color:var(--bookmark-muted);cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;flex:1;margin-bottom:-2px;padding:12px 20px;font-family:inherit;font-size:1rem;font-weight:600;position:relative}.page-module__vX20fq__tab:hover{color:var(--bookmark-text)}.page-module__vX20fq__tabActive{color:var(--bookmark-strong)}.page-module__vX20fq__panel{min-width:0}.page-module__vX20fq__topicGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.page-module__vX20fq__questionList{gap:12px;display:grid}.page-module__vX20fq__questionCard{border:1px solid var(--bookmark-border);background:var(--bookmark-surface);border-radius:16px;gap:10px;padding:16px 18px;display:grid}.page-module__vX20fq__questionCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.page-module__vX20fq__questionText{color:var(--bookmark-text);flex:1;margin:0;line-height:1.55}.page-module__vX20fq__questionMeta{flex-wrap:wrap;gap:8px;display:flex}.page-module__vX20fq__questionMeta span{border:1px solid var(--bookmark-border);color:var(--bookmark-muted);border-radius:999px;align-items:center;padding:4px 10px;font-size:.8125rem;font-weight:600;display:inline-flex}.page-module__vX20fq__topicLink{width:fit-content;color:var(--bookmark-accent);font-weight:700;text-decoration:none}.page-module__vX20fq__topicLink:hover{text-decoration:underline}.page-module__vX20fq__removeBookmarkButton{border:1px solid var(--bookmark-border);background:var(--bookmark-surface);width:40px;height:40px;color:var(--bookmark-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__vX20fq__removeBookmarkButton:hover:not(:disabled),.page-module__vX20fq__removeBookmarkButtonActive{color:var(--bookmark-strong)}.page-module__vX20fq__removeBookmarkButton:disabled{opacity:.7;cursor:not-allowed}.page-module__vX20fq__removeBookmarkButton svg{width:18px;height:18px}.page-module__vX20fq__paginationWrap{justify-items:center;gap:10px;margin-top:20px;display:grid}.page-module__vX20fq__paginationMeta{color:var(--bookmark-muted);margin:0;font-weight:600}@media (max-width:1024px){.page-module__vX20fq__topicGrid{grid-template-columns:1fr}}@media (max-width:640px){.page-module__vX20fq__page{padding:16px 10px 80px}.page-module__vX20fq__tabs{z-index:30;border-bottom:none;border-top:2px solid var(--bookmark-border);background:var(--bookmark-surface);margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}[data-theme=dark] .page-module__vX20fq__page .page-module__vX20fq__tabs{box-shadow:0 -4px 12px #00000059}.page-module__vX20fq__tabIndicator{top:-2px;bottom:auto}.page-module__vX20fq__tab{border-radius:0;margin-bottom:0;padding:14px 16px}}
.page-module__E0kJGG__page{--home-surface:#fff;--home-border:#e5e5e5;--home-text:#fff;--home-ink:#111;--home-muted:#5e5e5e;--home-shadow:none;--home-soft-bg:#fafafa;--home-soft-border:#e1e1e1;--home-line:#d0d0d0;--home-cta-bg:#fff;--home-cta-border:#1f1f1f;--home-cta-text:#111;--home-progress-track:#ececec;--home-progress-border:#d9d9d9;--home-progress-fill:linear-gradient(90deg, #4b7ff3 0%, #20b8f2 100%);--home-challenge-bg:linear-gradient(140deg, #4f8cf8 0%, #17c7f7 100%);--home-learning-bg:linear-gradient(155deg, #fff 0%, #f1f1f1 100%);--home-learning-text:#101010;--home-reco-bg:linear-gradient(145deg, #f8f8f8 0%, #f1f1f1 60%, #ebebeb 100%);--home-overview-bg:linear-gradient(145deg, #f8f8f8 0%, #efefef 100%);--home-neutral-bg:radial-gradient(900px 420px at 85% -10%, #4f8cf833 0%, transparent 60%), radial-gradient(700px 360px at 10% 0%, #17c7f72e 0%, transparent 55%), linear-gradient(160deg, #fff 0%, #f4f4f4 100%);--home-quiz-hover-border:#b8d4ff;--home-quiz-hover-shadow:none;--home-card-bg:#f4f5f7;--home-card-border:#e4e9f1;--listing-surface:#f4f5f7;--listing-border:#e4e9f1;--listing-muted:#607086;--listing-ink:#111;--listing-search-bg:#f4f5f7;width:100%;max-width:100%;font-family:var(--font-manrope), sans-serif;gap:20px;margin:0;padding:16px 24px;display:grid;overflow-x:clip}[data-theme=dark] .page-module__E0kJGG__page{--home-surface:#0a0a0a;--home-border:#2f2f2f;--home-text:#fff;--home-ink:#f3f3f3;--home-muted:#bdbdbd;--home-shadow:none;--home-soft-bg:#ffffff0d;--home-soft-border:#343434;--home-line:#4a4a4a;--home-cta-bg:#fff;--home-cta-border:#fff;--home-cta-text:#0d0d0d;--home-progress-track:#1b1b1b;--home-progress-border:#353535;--home-progress-fill:linear-gradient(90deg, #86b6ff 0%, #3ed2ff 100%);--home-challenge-bg:linear-gradient(140deg, #2f5fc2 0%, #1694c6 100%);--home-learning-bg:linear-gradient(155deg, #050505 0%, #141414 100%);--home-learning-text:#fff;--home-reco-bg:linear-gradient(145deg, #050505 0%, #0d0d0d 60%, #161616 100%);--home-overview-bg:linear-gradient(145deg, #060606 0%, #111 100%);--home-neutral-bg:radial-gradient(900px 520px at 70% -15%, #86b6ff38 0%, transparent 62%), radial-gradient(820px 420px at 15% 10%, #3ed2ff29 0%, transparent 60%), linear-gradient(160deg, #050505 0%, #0f0f0f 45%, #121212 100%);--home-quiz-hover-border:#3d5f9a;--home-quiz-hover-shadow:none;--home-card-bg:#1e1e1e;--home-card-border:#2f2f2f;--listing-surface:#121212;--listing-border:#262626;--listing-muted:#a1a1a1;--listing-ink:#fff;--listing-search-bg:#141414}.page-module__E0kJGG__block{border:1px solid var(--home-border);background:var(--home-surface);box-shadow:none;border-radius:24px;min-width:0;padding:16px}.page-module__E0kJGG__blockNoBorder{border:none}.page-module__E0kJGG__flatSection{background:0 0;border:none;border-radius:0;padding:0}.page-module__E0kJGG__challenge{background:var(--home-challenge-bg);grid-template-columns:1fr auto;align-items:center;gap:20px;padding:30px;display:grid}.page-module__E0kJGG__challengeTitle{font-family:var(--font-sora), sans-serif;color:var(--home-text);letter-spacing:.01em;margin:0;font-weight:700}.page-module__E0kJGG__challengeMeta{color:#ffffffe0;margin:8px 0 0}.page-module__E0kJGG__actionButton,.page-module__E0kJGG__cardButton{border:1px solid var(--home-cta-border);color:var(--home-cta-text);background:var(--home-cta-bg);border-radius:12px;font-weight:700;text-decoration:none;transition:transform .18s,opacity .18s,box-shadow .18s,filter .18s}.page-module__E0kJGG__actionButton{color:#5b6475;letter-spacing:.01em;min-height:48px;box-shadow:none;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;display:inline-flex}.page-module__E0kJGG__actionButton:hover,.page-module__E0kJGG__cardButton:hover{opacity:.94;box-shadow:none;filter:saturate(1.05);transform:translateY(-1px)}.page-module__E0kJGG__actionButton:active{box-shadow:none;transform:translateY(0)}.page-module__E0kJGG__blockHeading,.page-module__E0kJGG__topicTitle,.page-module__E0kJGG__sectionTitle,.page-module__E0kJGG__quizTitle,.page-module__E0kJGG__overviewTitle,.page-module__E0kJGG__overviewItem{color:var(--home-ink)}.page-module__E0kJGG__blockHeading{font-family:var(--font-sora), sans-serif;margin:0;padding:20px 22px 0;font-weight:700}.page-module__E0kJGG__learning{background:var(--home-learning-bg);padding:0;overflow:hidden}.page-module__E0kJGG__learningBody{border-top:1px solid var(--home-soft-border);margin-top:14px;padding:20px 22px 22px}.page-module__E0kJGG__topicTitle{font-family:var(--font-sora), sans-serif;color:var(--home-learning-text);margin:0}.page-module__E0kJGG__progressRow{align-items:center;gap:14px;margin-top:14px;display:flex}.page-module__E0kJGG__progressTrack{border:1px solid var(--home-progress-border);background:var(--home-progress-track);border-radius:999px;width:min(100%,420px);height:12px;overflow:hidden}.page-module__E0kJGG__progressFill{background:var(--home-progress-fill);height:100%;transition:width .3s}.page-module__E0kJGG__continueLink{color:inherit;text-decoration:none;display:block}.page-module__E0kJGG__continueLink:hover .page-module__E0kJGG__continueButton{background:color-mix(in srgb, var(--home-learning-text) 12%, transparent)}.page-module__E0kJGG__continueMeta{color:var(--home-muted);margin:8px 0 0;font-weight:600}.page-module__E0kJGG__continueStatus{color:var(--home-muted);margin:14px 0 0;font-weight:600}.page-module__E0kJGG__continueButton{border:1px solid var(--home-soft-border);color:var(--home-learning-text);border-radius:999px;margin-top:16px;padding:10px 18px;font-weight:700;transition:background .2s;display:inline-flex}.page-module__E0kJGG__progressLabel{color:var(--home-learning-text);font-weight:600}.page-module__E0kJGG__sectionHead{border-bottom:1px solid var(--home-soft-border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.page-module__E0kJGG__sectionTitle{font-family:var(--font-sora), sans-serif;margin:0}.page-module__E0kJGG__inlineLink{color:var(--home-muted);font-weight:700;text-decoration:none}.page-module__E0kJGG__inlineLink:hover{color:var(--home-ink);text-decoration:underline}.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.page-module__E0kJGG__categoryCard{text-align:center;min-height:104px;font-family:var(--font-sora), sans-serif;color:#fff;text-shadow:0 1px 3px #00000040;box-shadow:none;border:1px solid #0000;border-radius:16px;place-items:center;padding:16px 10px;font-weight:600;text-decoration:none;transition:transform .18s,filter .18s;display:grid}.page-module__E0kJGG__categoryCard:hover{filter:saturate(1.08);transform:translateY(-3px)}.page-module__E0kJGG__gradientCard{background:var(--home-reco-bg)}.page-module__E0kJGG__popular{background:0 0}.page-module__E0kJGG__gradientCard .page-module__E0kJGG__sectionTitle,.page-module__E0kJGG__gradientCard .page-module__E0kJGG__subhead,.page-module__E0kJGG__gradientCard .page-module__E0kJGG__inlineLink,.page-module__E0kJGG__gradientCard .page-module__E0kJGG__quizTitle,.page-module__E0kJGG__gradientCard .page-module__E0kJGG__quizLines span{color:var(--home-ink)}.page-module__E0kJGG__learning .page-module__E0kJGG__blockHeading{color:var(--home-learning-text)}.page-module__E0kJGG__gradientCard .page-module__E0kJGG__quizLines span{background:var(--home-line)}.page-module__E0kJGG__gradientCard .page-module__E0kJGG__quizCard{border-color:var(--home-soft-border);background:var(--home-soft-bg)}.page-module__E0kJGG__subhead{color:var(--home-muted);margin:12px 0 0;font-weight:600}.page-module__E0kJGG__searchBar{margin-top:16px}.page-module__E0kJGG__searchInput{border:1px solid var(--home-soft-border);background:var(--home-soft-bg);width:100%;min-height:44px;color:var(--home-ink);font-family:var(--font-manrope), sans-serif;font-size:inherit;border-radius:12px;outline:none;padding:0 16px;transition:border-color .16s,background .16s}.page-module__E0kJGG__searchInput::placeholder{color:var(--home-muted)}.page-module__E0kJGG__searchInput:focus{border-color:var(--home-ink)}.page-module__E0kJGG__paginationWrap{justify-items:center;gap:12px;margin-top:20px;display:grid}.page-module__E0kJGG__paginationMeta{color:var(--home-muted);margin:0;font-weight:600}.page-module__E0kJGG__quizGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.page-module__E0kJGG__examGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.page-module__E0kJGG__examCard{border:1px solid var(--home-card-border);background:var(--home-card-bg);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-width:0;min-height:126px;padding:14px 12px;text-decoration:none;transition:border-color .16s,background .16s;display:flex}.page-module__E0kJGG__examCard:hover{border-color:color-mix(in srgb, var(--home-ink) 22%, var(--home-card-border));background:color-mix(in srgb, var(--home-card-bg) 92%, var(--home-ink))}.page-module__E0kJGG__examIcon{width:40px;height:40px;color:var(--home-ink);background:#0000000f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__E0kJGG__examIcon svg{width:20px;height:20px}.page-module__E0kJGG__examTitle{font-family:var(--font-sora), sans-serif;text-align:center;color:var(--home-ink);margin:0;font-weight:600;line-height:1.25}[data-theme=dark] .page-module__E0kJGG__examIcon{background:#ffffff1a}.page-module__E0kJGG__quizCard{border:1px solid var(--home-soft-border);background:var(--home-surface);border-radius:16px;flex-direction:column;gap:12px;min-height:160px;padding:16px;transition:border-color .18s,background .18s;display:flex}.page-module__E0kJGG__quizCard:hover{border-color:var(--home-quiz-hover-border);background:color-mix(in srgb, var(--home-surface) 92%, var(--home-soft-bg))}.page-module__E0kJGG__startQuizButton{background:var(--home-challenge-bg);color:#fff;letter-spacing:.04em;text-transform:uppercase;min-height:40px;box-shadow:none;border:none;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;margin-top:2px;padding:8px 18px;font-weight:700;transition:transform .18s,opacity .18s,box-shadow .18s,filter .18s;display:inline-flex}.page-module__E0kJGG__quizCard:hover .page-module__E0kJGG__startQuizButton{filter:saturate(1.05);box-shadow:none}.page-module__E0kJGG__quizTitle{font-family:var(--font-sora), sans-serif;margin:0}.page-module__E0kJGG__quizLines{gap:8px;margin-top:auto;display:grid}.page-module__E0kJGG__quizLines span{background:var(--home-line);border-radius:6px;width:76%;height:3px;display:block}.page-module__E0kJGG__topicMeta{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.page-module__E0kJGG__topicMeta span{border:1px solid var(--home-soft-border);background:var(--home-surface);color:var(--home-muted);border-radius:999px;align-items:center;padding:4px 10px;font-size:.85rem;font-weight:600;display:inline-flex}.page-module__E0kJGG__cardButton{align-self:flex-end;margin-top:2px;padding:8px 16px}.page-module__E0kJGG__overview{background:var(--home-neutral-bg)}.page-module__E0kJGG__overviewTitle{text-align:center;font-family:var(--font-sora), sans-serif;margin:0;position:relative}.page-module__E0kJGG__overviewTitle:before,.page-module__E0kJGG__overviewTitle:after{content:"";background:var(--home-soft-border);width:24%;height:1px;position:absolute;top:50%}.page-module__E0kJGG__overviewTitle:before{left:0}.page-module__E0kJGG__overviewTitle:after{right:0}.page-module__E0kJGG__overviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.page-module__E0kJGG__overviewItem{border:1px solid var(--home-soft-border);background:var(--home-soft-bg);color:var(--home-ink);text-align:center;font-family:var(--font-sora), sans-serif;border-radius:12px;padding:14px 10px;font-weight:600}@media (max-width:1024px){.page-module__E0kJGG__page{gap:16px}.page-module__E0kJGG__challenge{padding:22px}.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__E0kJGG__quizGrid{grid-template-columns:1fr}.page-module__E0kJGG__examGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__E0kJGG__overviewGrid{grid-template-columns:1fr}.page-module__E0kJGG__overviewTitle:before,.page-module__E0kJGG__overviewTitle:after{width:16%}}@media (max-width:640px){.page-module__E0kJGG__page{padding:12px 10px}.page-module__E0kJGG__block{border-radius:16px;padding:10px}.page-module__E0kJGG__challenge{border-radius:8px;grid-template-columns:1fr;padding:12px}.page-module__E0kJGG__blockHeading{padding:16px 16px 0}.page-module__E0kJGG__learningBody{padding:2px}.page-module__E0kJGG__actionButton{text-align:center;width:100%}.page-module__E0kJGG__progressRow{flex-direction:column;align-items:flex-start}.page-module__E0kJGG__examGrid{grid-template-columns:1fr}.page-module__E0kJGG__overviewTitle:before,.page-module__E0kJGG__overviewTitle:after{display:none}}
.page-module__s1Peia__page{--quiz-bg:#f4f6fa;--quiz-surface:#fff;--quiz-border:#e4e9f1;--quiz-text:#1a2433;--quiz-muted:#607086;--quiz-strong:#111926;--quiz-primary:#18b978;--quiz-primary-hover:#14a66b;--quiz-answered:#d9efe5;--quiz-marked:#ffb13b;--quiz-unanswered:#9caab8;--quiz-current:#26313f;width:100%;max-width:100%;min-height:calc(100vh - 2rem);color:var(--quiz-text);background:0 0;border:none;border-radius:0;grid-template-columns:minmax(0,1fr) 280px;margin:0;display:grid;overflow:visible}[data-theme=dark] .page-module__s1Peia__page{--quiz-bg:#07090d;--quiz-surface:#10151d;--quiz-border:#2a3544;--quiz-text:#ebf1ff;--quiz-muted:#9eb0c8;--quiz-strong:#f7faff;--quiz-primary:#2aca88;--quiz-primary-hover:#1eb97a;--quiz-answered:#1f3a2f;--quiz-marked:#cf8d2c;--quiz-unanswered:#556579;--quiz-current:#e9eef8}.page-module__s1Peia__quizArea{flex-direction:column;gap:14px;padding:0 16px;display:flex}.page-module__s1Peia__topRow{justify-content:space-between;align-items:center;gap:14px;display:flex}.page-module__s1Peia__timer{font-family:var(--font-sora), sans-serif;color:var(--quiz-strong);margin:0;font-weight:700}.page-module__s1Peia__endButton,.page-module__s1Peia__reportButton,.page-module__s1Peia__option,.page-module__s1Peia__numberTile,.page-module__s1Peia__primaryAction,.page-module__s1Peia__secondaryAction{border:1px solid var(--quiz-border);background:var(--quiz-surface);color:var(--quiz-text);font-family:inherit}.page-module__s1Peia__endButton,.page-module__s1Peia__reportButton,.page-module__s1Peia__primaryAction,.page-module__s1Peia__secondaryAction,.page-module__s1Peia__numberTile,.page-module__s1Peia__option{border-radius:10px}.page-module__s1Peia__endButton,.page-module__s1Peia__primaryAction,.page-module__s1Peia__secondaryAction,.page-module__s1Peia__numberTile,.page-module__s1Peia__option{cursor:pointer}.page-module__s1Peia__endButton{min-height:38px;padding:0 16px;font-weight:700}.page-module__s1Peia__questionCard{border:1px solid var(--quiz-border);background:var(--quiz-surface);border-radius:14px;padding:16px 18px}.page-module__s1Peia__questionHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.page-module__s1Peia__questionTools{align-items:center;gap:8px;display:flex}.page-module__s1Peia__questionTitle{color:var(--quiz-strong);margin:0}.page-module__s1Peia__marks{color:var(--quiz-muted);margin:4px 0 0;font-weight:700}.page-module__s1Peia__reportButton{min-height:28px;padding:4px 10px;font-size:.72rem;font-weight:700}.page-module__s1Peia__langSwitch{--lang-index:0;border:1px solid var(--quiz-border);background:var(--quiz-surface);border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:inline-grid;position:relative;overflow:hidden}.page-module__s1Peia__langSwitch:before{content:"";background:color-mix(in srgb, var(--quiz-primary) 26%, var(--quiz-surface));width:calc(50% - 4.5px);height:calc(100% - 6px);transform:translateX(calc(var(--lang-index) * (100% + 3px)));border-radius:7px;transition:transform .24s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0000001a}.page-module__s1Peia__langButton{min-height:20px;color:var(--quiz-muted);cursor:pointer;z-index:1;opacity:.8;background:0 0;border:0;border-radius:7px;padding:0 8px;font-family:inherit;font-size:.78rem;font-weight:700;transition:color .22s,opacity .22s;position:relative}.page-module__s1Peia__langActive{color:var(--quiz-strong);opacity:1}.page-module__s1Peia__questionText{color:var(--quiz-strong);margin:14px 0 0;line-height:1.5}.page-module__s1Peia__optionsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.page-module__s1Peia__option{text-align:left;align-items:center;gap:12px;min-height:56px;padding:12px 14px;font-weight:600;display:flex}.page-module__s1Peia__option:hover,.page-module__s1Peia__numberTile:hover,.page-module__s1Peia__secondaryAction:hover,.page-module__s1Peia__endButton:hover,.page-module__s1Peia__reportButton:hover{border-color:#6f8095}.page-module__s1Peia__optionSelected{border-color:var(--quiz-primary);background:color-mix(in srgb, var(--quiz-primary) 12%, var(--quiz-surface))}.page-module__s1Peia__optionSelected .page-module__s1Peia__radio{border-color:var(--quiz-primary);background:color-mix(in srgb, var(--quiz-primary) 30%, transparent)}.page-module__s1Peia__tileMarked{background:color-mix(in srgb, var(--quiz-marked) 22%, var(--quiz-surface))}.page-module__s1Peia__markActionActive{border-color:var(--quiz-marked);background:color-mix(in srgb, var(--quiz-marked) 18%, var(--quiz-surface))}.page-module__s1Peia__primaryAction:hover{background:var(--quiz-primary-hover)}.page-module__s1Peia__radio{border:2px solid #5f7083;border-radius:50%;flex-shrink:0;width:18px;height:18px}.page-module__s1Peia__actionsBar{border:1px solid var(--quiz-border);background:var(--quiz-surface);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:12px 14px;display:flex}.page-module__s1Peia__rightActions{gap:12px;display:flex}.page-module__s1Peia__mobileDock{display:none}.page-module__s1Peia__primaryAction,.page-module__s1Peia__secondaryAction{min-height:42px;padding:0 20px;font-weight:700}.page-module__s1Peia__primaryAction{background:var(--quiz-primary);color:#fff;border-color:#0000}.page-module__s1Peia__markAction,.page-module__s1Peia__mobileSave{justify-content:center;align-items:center;gap:8px;display:inline-flex}.page-module__s1Peia__buttonStarIcon{width:18px;height:18px;color:var(--quiz-marked);flex-shrink:0}.page-module__s1Peia__palette{border-left:1px solid var(--quiz-border);background:color-mix(in srgb, var(--quiz-bg) 65%, var(--quiz-surface));flex-direction:column;display:flex}.page-module__s1Peia__paletteTop{border-bottom:1px solid var(--quiz-border);padding:16px}.page-module__s1Peia__testTitle{font-family:var(--font-sora), sans-serif;color:var(--quiz-strong);margin:0;font-weight:700}.page-module__s1Peia__paletteBody{padding:16px}.page-module__s1Peia__paletteHeading{color:var(--quiz-strong);margin:0}.page-module__s1Peia__paletteSubhead{color:var(--quiz-muted);margin:6px 0 0}.page-module__s1Peia__legend{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.page-module__s1Peia__legendItem{color:var(--quiz-muted);align-items:center;gap:8px;margin:0;display:inline-flex}.page-module__s1Peia__dot{border-radius:50%;width:10px;height:10px}.page-module__s1Peia__answered{background:#19ba78}.page-module__s1Peia__marked{background:var(--quiz-marked)}.page-module__s1Peia__unanswered{border:1px solid var(--quiz-unanswered);background:0 0}.page-module__s1Peia__paletteGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.page-module__s1Peia__numberTile{min-height:36px;position:relative}.page-module__s1Peia__tileAnswered{background:var(--quiz-answered)}.page-module__s1Peia__tileCurrent{border-color:var(--quiz-current)}.page-module__s1Peia__starBadge{color:var(--quiz-marked);justify-content:center;align-items:center;display:flex;position:absolute;bottom:2px;right:2px}.page-module__s1Peia__starIcon{width:12px;height:12px}@media (max-width:1260px){.page-module__s1Peia__page{grid-template-columns:1fr;align-content:start;row-gap:16px;min-height:auto}.page-module__s1Peia__quizArea,.page-module__s1Peia__palette{align-self:start}.page-module__s1Peia__palette{border-left:0;border-top:1px solid var(--quiz-border)}.page-module__s1Peia__paletteGrid{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (max-width:900px){.page-module__s1Peia__optionsGrid{grid-template-columns:1fr}.page-module__s1Peia__endButton,.page-module__s1Peia__actionsBar{display:none}.page-module__s1Peia__page{padding-bottom:calc(148px + env(safe-area-inset-bottom))}.page-module__s1Peia__mobileDock{z-index:80;border:1px solid var(--quiz-border);background:color-mix(in srgb, var(--quiz-surface) 86%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;display:grid;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 10px 24px #0003}.page-module__s1Peia__mobileAction{border:1px solid var(--quiz-border);background:var(--quiz-surface);min-height:44px;color:var(--quiz-text);cursor:pointer;border-radius:10px;font-family:inherit;font-weight:700}.page-module__s1Peia__mobilePrimary{background:var(--quiz-primary);color:#fff;border-color:#0000;grid-area:2/1/auto/-1}.page-module__s1Peia__mobilePrev{grid-area:1/1}.page-module__s1Peia__mobileSave{grid-area:1/2}.page-module__s1Peia__mobileDanger{color:#c33d3d;border-color:#c65f5f;grid-area:1/3}[data-theme=dark] .page-module__s1Peia__mobileDanger{color:#ff8b8b;border-color:#b56f6f}.page-module__s1Peia__paletteGrid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:640px){.page-module__s1Peia__page{padding-bottom:calc(172px + env(safe-area-inset-bottom));border-radius:16px}.page-module__s1Peia__quizArea,.page-module__s1Peia__paletteBody{padding:10px}.page-module__s1Peia__paletteTop{padding:16px}.page-module__s1Peia__questionCard,.page-module__s1Peia__actionsBar{border-radius:14px;padding:16px}.page-module__s1Peia__mobileDock{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.page-module__s1Peia__mobilePrimary{grid-column:1/-1}.page-module__s1Peia__mobileAction{min-height:42px;padding:0 8px}.page-module__s1Peia__questionHeader{flex-direction:column;align-items:flex-start}.page-module__s1Peia__questionTools{flex-wrap:wrap;width:100%}.page-module__s1Peia__paletteGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.page-module___P1T0a__page{--result-bg:#f4f6fa;--result-surface:#fff;--result-border:#e4e9f1;--result-text:#1a2433;--result-muted:#607086;--result-strong:#111926;--result-correct:#18b978;--result-wrong:#e53e3e;--result-skipped:#9caab8;--result-attempted:#3182ce;--quiz-surface:var(--result-surface);--quiz-border:var(--result-border);--quiz-text:var(--result-text);--quiz-strong:var(--result-strong);--quiz-muted:var(--result-muted);--quiz-primary:var(--result-correct);--quiz-primary-hover:#14a66b}[data-theme=dark] .page-module___P1T0a__page{--result-bg:#07090d;--result-surface:#10151d;--result-border:#2a3544;--result-text:#ebf1ff;--result-muted:#9eb0c8;--result-strong:#f7faff;--result-correct:#2aca88;--result-wrong:#fc8181;--result-skipped:#556579;--result-attempted:#63b3ed;--quiz-surface:var(--result-surface);--quiz-border:var(--result-border);--quiz-text:var(--result-text);--quiz-strong:var(--result-strong);--quiz-muted:var(--result-muted);--quiz-primary:var(--result-correct);--quiz-primary-hover:#1eb97a}.page-module___P1T0a__page{max-width:900px;color:var(--result-text);margin:0 auto;padding:24px 16px}.page-module___P1T0a__loading{text-align:center;color:var(--result-muted);padding:2rem}.page-module___P1T0a__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-module___P1T0a__title{color:var(--result-strong);margin:0;font-size:1.5rem;font-weight:700}.page-module___P1T0a__backLink{color:var(--result-attempted);font-size:.9375rem;font-weight:600;text-decoration:none}.page-module___P1T0a__backLink:hover{text-decoration:underline}.page-module___P1T0a__dailyLeaderboardBanner{border:1px solid var(--result-border);background:color-mix(in srgb, var(--result-correct) 10%, var(--result-surface));color:var(--result-text);border-radius:12px;margin:-8px 0 20px;padding:14px 16px;font-size:.9375rem;line-height:1.5}.page-module___P1T0a__dailyLeaderboardBanner p{margin:0}.page-module___P1T0a__tabs{--tab-index:0;border-bottom:2px solid var(--result-border);gap:4px;margin-bottom:24px;display:flex;position:relative}.page-module___P1T0a__tabIndicator{background:var(--result-correct);width:calc(50% - 2px);height:2px;bottom:-2px;left:calc(var(--tab-index) * ((100% - 4px) / 2 + 4px));pointer-events:none;border-radius:2px 2px 0 0;transition:left .25s cubic-bezier(.4,0,.2,1);position:absolute}.page-module___P1T0a__tab{color:var(--result-muted);cursor:pointer;background:0 0;border:none;border-radius:8px 8px 0 0;flex:1;margin-bottom:-2px;padding:12px 20px;font-size:1rem;font-weight:600;position:relative}@media (max-width:640px){.page-module___P1T0a__page{padding:16px 10px}.page-module___P1T0a__tabs{z-index:30;border-bottom:none;border-top:2px solid var(--result-border);background:var(--result-surface);margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000014}[data-theme=dark] .page-module___P1T0a__page .page-module___P1T0a__tabs{box-shadow:0 -4px 12px #00000059}.page-module___P1T0a__tabIndicator{border-radius:2px 2px 0 0;top:-2px;bottom:auto}.page-module___P1T0a__tab{border-radius:0;margin-bottom:0;padding:14px 16px}}.page-module___P1T0a__tab:hover{color:var(--result-text)}.page-module___P1T0a__tabActive{color:var(--result-strong)}.page-module___P1T0a__langSwitch{--lang-index:0;border:1px solid var(--result-border);background:var(--result-surface);border-radius:10px;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:20px;padding:3px;display:inline-grid;position:relative;overflow:hidden}.page-module___P1T0a__langSwitch:before{content:"";background:color-mix(in srgb, var(--result-correct) 26%, var(--result-surface));width:calc(50% - 4.5px);height:calc(100% - 6px);transform:translateX(calc(var(--lang-index) * (100% + 3px)));border-radius:7px;transition:transform .24s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0000001a}.page-module___P1T0a__langButton{min-height:28px;color:var(--result-muted);cursor:pointer;z-index:1;opacity:.8;background:0 0;border:0;border-radius:7px;padding:0 12px;font-family:inherit;font-size:.8125rem;font-weight:700;transition:color .22s,opacity .22s;position:relative}.page-module___P1T0a__langButton:hover{color:var(--result-text)}.page-module___P1T0a__langActive{color:var(--result-strong);opacity:1}.page-module___P1T0a__panel{animation:.2s page-module___P1T0a__fadeIn}.page-module___P1T0a__sectionBlock{margin-bottom:0}.page-module___P1T0a__sectionHeading{color:var(--result-strong);letter-spacing:-.01em;margin:0 0 10px;font-size:1.125rem;font-weight:700}.page-module___P1T0a__sectionHr{background:var(--result-border);border:none;height:1px;margin:0 0 20px}.page-module___P1T0a__sectionDivider{background:var(--result-border);border:none;height:1px;margin:28px 0 24px}@keyframes page-module___P1T0a__fadeIn{0%{opacity:0}to{opacity:1}}.page-module___P1T0a__scoreBanner{background:linear-gradient(135deg, color-mix(in srgb, var(--result-correct) 12%, var(--result-surface)), var(--result-surface));border:1px solid color-mix(in srgb, var(--result-correct) 28%, var(--result-border));border-radius:16px;margin-bottom:24px;padding:20px 24px}.page-module___P1T0a__scoreBannerMain{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.page-module___P1T0a__scoreBannerValue{color:var(--result-strong);font-size:2.25rem;font-weight:800;line-height:1.1}.page-module___P1T0a__scoreBannerSep{color:var(--result-muted);margin:0 .15em;font-weight:600}.page-module___P1T0a__scoreBannerLabel{color:var(--result-muted);font-size:.9375rem;font-weight:600}.page-module___P1T0a__scoreBannerMeta{flex-wrap:wrap;gap:8px 16px;display:flex}.page-module___P1T0a__scoreBannerMetaItem{color:var(--result-correct);font-size:.875rem;font-weight:600}.page-module___P1T0a__scoreBannerDeduction{color:var(--result-wrong)}.page-module___P1T0a__markingHint{color:var(--result-muted);margin:12px 0 0;font-size:.8125rem}.page-module___P1T0a__statGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;margin-bottom:32px;display:grid}.page-module___P1T0a__statCard{background:var(--result-surface);border:1px solid var(--result-border);text-align:center;border-radius:12px;padding:16px}.page-module___P1T0a__statValue{color:var(--result-strong);font-size:1.75rem;font-weight:700;display:block}.page-module___P1T0a__statLabel{color:var(--result-muted);font-size:.875rem}.page-module___P1T0a__statCorrect .page-module___P1T0a__statValue{color:var(--result-correct)}.page-module___P1T0a__statWrong .page-module___P1T0a__statValue{color:var(--result-wrong)}.page-module___P1T0a__statSkipped .page-module___P1T0a__statValue{color:var(--result-skipped)}.page-module___P1T0a__statAttempted .page-module___P1T0a__statValue{color:var(--result-attempted)}.page-module___P1T0a__statScore .page-module___P1T0a__statValue{color:var(--result-correct)}.page-module___P1T0a__chartRow{flex-wrap:wrap;align-items:center;gap:32px;margin-bottom:32px;display:flex}.page-module___P1T0a__pieWrap{flex-shrink:0;width:180px;height:180px;position:relative}.page-module___P1T0a__pie{border-radius:50%;width:100%;height:100%}.page-module___P1T0a__pieCenter{background:var(--result-surface);border:2px solid var(--result-border);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;inset:50%;transform:translate(-50%,-50%)}.page-module___P1T0a__pieScore{color:var(--result-strong);text-align:center;font-size:1.125rem;font-weight:700;line-height:1.2}.page-module___P1T0a__pieScoreSep{color:var(--result-muted);margin:0 .1em;font-weight:500}.page-module___P1T0a__pieLabel{color:var(--result-muted);text-align:center;margin-top:2px;font-size:.6875rem}.page-module___P1T0a__legend{flex-direction:column;gap:10px;display:flex}.page-module___P1T0a__legendItem{color:var(--result-text);align-items:center;gap:10px;font-size:.9375rem;display:flex}.page-module___P1T0a__legendMarks{color:var(--result-muted);margin-left:auto;font-size:.8125rem;font-weight:700}.page-module___P1T0a__legendDot{border-radius:50%;flex-shrink:0;width:14px;height:14px}.page-module___P1T0a__legendCorrect{background:var(--result-correct)}.page-module___P1T0a__legendWrong{background:var(--result-wrong)}.page-module___P1T0a__legendSkipped{background:var(--result-skipped)}.page-module___P1T0a__subjectSection{margin-top:24px}.page-module___P1T0a__subjectSectionSub{color:var(--result-muted);margin:0 0 16px;font-size:.875rem;line-height:1.4}.page-module___P1T0a__barChartWrap{width:100%;min-width:0}.page-module___P1T0a__barChartScrollHint{color:var(--result-muted);margin:0 0 8px;font-size:.75rem}.page-module___P1T0a__barChartZoneLegend{border-top:1px solid var(--result-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;margin-top:12px;padding-top:10px;display:flex}.page-module___P1T0a__barChartZoneDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.page-module___P1T0a__barChartZoneLabel{color:var(--result-muted);font-size:.6875rem}.page-module___P1T0a__barChart{align-items:stretch;gap:12px;min-height:200px;display:flex;overflow:hidden}.page-module___P1T0a__barChartYAxis{color:var(--result-muted);text-align:right;flex-direction:column;flex-shrink:0;justify-content:space-between;min-width:28px;padding:4px 0 20px;font-size:.6875rem;font-weight:600;display:flex}.page-module___P1T0a__barChartBars{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-gutter:stable;flex:1;align-items:flex-end;gap:10px;min-width:0;min-height:180px;padding-bottom:4px;padding-right:12px;display:flex;overflow:scroll hidden}.page-module___P1T0a__barChartBars::-webkit-scrollbar{height:8px}.page-module___P1T0a__barChartBars::-webkit-scrollbar-track{background:var(--result-border);border-radius:4px}.page-module___P1T0a__barChartBars::-webkit-scrollbar-thumb{background:var(--result-muted);border-radius:4px}.page-module___P1T0a__barChartBars::-webkit-scrollbar-thumb:hover{background:var(--result-strong)}.page-module___P1T0a__barChartBars::-webkit-scrollbar-thumb:active{background:var(--result-strong)}.page-module___P1T0a__barChartCell{flex-direction:column;flex:none;align-items:center;gap:4px;min-width:48px;max-width:72px;display:flex}.page-module___P1T0a__barChartBarWrap{background:var(--result-border);border-radius:8px 8px 0 0;justify-content:center;align-items:flex-end;width:100%;min-width:32px;height:160px;display:flex;overflow:hidden}.page-module___P1T0a__barChartBar{border-radius:6px 6px 0 0;width:100%;min-height:4px;transition:height .35s}.page-module___P1T0a__barChartLabel{color:var(--result-strong);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module___P1T0a__barChartValue{color:var(--result-muted);flex-shrink:0;font-size:.6875rem}@media (max-width:640px){.page-module___P1T0a__barChartWrap{border:1px solid var(--result-border);background:color-mix(in srgb, var(--result-border) 15%, var(--result-surface));border-radius:12px;padding:12px}.page-module___P1T0a__barChartScrollHint{margin-bottom:10px;font-size:.8125rem}.page-module___P1T0a__barChart{min-height:180px}.page-module___P1T0a__barChartYAxis{min-width:22px;padding:2px 0 16px;font-size:.625rem}.page-module___P1T0a__barChartBars{gap:8px;min-height:160px;margin:0 -4px;padding-bottom:8px;padding-right:16px;overflow-x:scroll}.page-module___P1T0a__barChartBars::-webkit-scrollbar{height:8px}.page-module___P1T0a__barChartCell{min-width:44px;max-width:56px}.page-module___P1T0a__barChartBarWrap{min-width:28px;height:140px}.page-module___P1T0a__barChartLabel{white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.page-module___P1T0a__barChartValue{font-size:.625rem}}@media (min-width:641px) and (max-width:900px){.page-module___P1T0a__barChartCell{min-width:52px;max-width:64px}}.page-module___P1T0a__subjectBarWrap{background:var(--result-border);border-radius:6px;height:12px;overflow:hidden}.page-module___P1T0a__subjectBarFill{background:linear-gradient(90deg, var(--result-correct), #14a66b);border-radius:6px;height:100%;transition:width .3s}.page-module___P1T0a__subjectLabel{color:var(--result-muted);margin:0;font-size:.8125rem}.page-module___P1T0a__timeSection{margin-top:32px}.page-module___P1T0a__timeSectionSub{color:var(--result-muted);margin:0 0 16px;font-size:.875rem}.page-module___P1T0a__timeChart{flex-direction:column;gap:10px;display:flex}.page-module___P1T0a__timeBarRow{grid-template-columns:32px 1fr 56px;align-items:center;gap:12px;display:grid}.page-module___P1T0a__timeBarLabel{color:var(--result-strong);font-size:.875rem;font-weight:600}.page-module___P1T0a__timeBarTrack{background:var(--result-border);border-radius:6px;height:24px;overflow:hidden}.page-module___P1T0a__timeBarFill{border-radius:6px;min-width:4px;height:100%;transition:width .35s}.page-module___P1T0a__timeBarValue{color:var(--result-muted);text-align:right;font-size:.8125rem}.page-module___P1T0a__solutionsList{flex-direction:column;gap:20px;display:flex}.page-module___P1T0a__solutionCard{background:var(--result-surface);border:1px solid var(--result-border);border-radius:12px;padding:20px}.page-module___P1T0a__solutionCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.page-module___P1T0a__solutionQTitle{color:var(--result-strong);flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:1.125rem;font-weight:700;display:flex}.page-module___P1T0a__reportButton{border:1px solid var(--result-border);background:var(--result-surface);min-height:28px;color:var(--result-text);cursor:pointer;border-radius:8px;flex-shrink:0;padding:4px 10px;font-size:.75rem;font-weight:600}.page-module___P1T0a__reportButton:hover{border-color:var(--result-muted)}.page-module___P1T0a__badgeCorrect,.page-module___P1T0a__badgeWrong{border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.page-module___P1T0a__badgeCorrect{color:var(--result-correct);background:#18b97833}.page-module___P1T0a__badgeWrong{color:var(--result-wrong);background:#e53e3e33}.page-module___P1T0a__sourceMeta{border:1px solid var(--result-border);color:var(--result-text);background:#4f8cf81a;border-radius:999px;align-items:center;gap:8px;margin:0 0 10px;padding:6px 12px;font-size:.8125rem;line-height:1.3;display:inline-flex}.page-module___P1T0a__sourceLabel{color:var(--result-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.page-module___P1T0a__solutionQText{color:var(--result-text);margin:0 0 16px;font-size:1rem;line-height:1.5}.page-module___P1T0a__answerRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px;display:grid}.page-module___P1T0a__answerBlock{flex-direction:column;gap:4px;display:flex}.page-module___P1T0a__answerLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--result-muted);font-size:.75rem;font-weight:600}.page-module___P1T0a__answerValue{color:var(--result-text);font-size:.9375rem}.page-module___P1T0a__answerCorrect{color:var(--result-correct);font-weight:600}.page-module___P1T0a__answerWrong{color:var(--result-wrong);font-weight:600}.page-module___P1T0a__readMoreWrap{border-top:1px solid var(--result-border);margin-top:12px;padding-top:12px}.page-module___P1T0a__readMoreBtn{color:var(--result-attempted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600}.page-module___P1T0a__readMoreBtn:hover{text-decoration:underline}.page-module___P1T0a__explanation{color:var(--result-muted);margin:10px 0 0;font-size:.9375rem;line-height:1.55}@media (max-width:600px){.page-module___P1T0a__statGrid{grid-template-columns:repeat(2,1fr)}.page-module___P1T0a__answerRow{grid-template-columns:1fr}}
