.AsyncButton-module__FIZBKq__btn{min-width:7rem}.AsyncButton-module__FIZBKq__loading{align-items:center;gap:.5rem;display:inline-flex}.AsyncButton-module__FIZBKq__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:.875rem;height:.875rem;animation:.6s linear infinite AsyncButton-module__FIZBKq__spin}@keyframes AsyncButton-module__FIZBKq__spin{to{transform:rotate(360deg)}}
.SessionLoadingOverlay-module__7gjRxG__overlay{z-index:100;background:hsl(var(--background));justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SessionLoadingOverlay-module__7gjRxG__inner{align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.SessionLoadingOverlay-module__7gjRxG__spinner{border:3px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite SessionLoadingOverlay-module__7gjRxG__spin}.SessionLoadingOverlay-module__7gjRxG__message{color:hsl(var(--muted-foreground));margin:0;font-size:1rem;font-weight:600}.SessionLoadingOverlay-module__7gjRxG__detail{color:hsl(var(--muted-foreground) / .85);margin:0;font-size:.875rem}.SessionLoadingOverlay-module__7gjRxG__actions{gap:var(--space-3);margin-top:var(--space-2);display:flex}.SessionLoadingOverlay-module__7gjRxG__actionBtn{background:var(--btn-primary-bg);color:var(--btn-primary-text);font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:12px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.SessionLoadingOverlay-module__7gjRxG__actionBtn:hover{background:var(--btn-primary-hover-bg);color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow)}.SessionLoadingOverlay-module__7gjRxG__actionBtn:last-child:not(:first-child){border-color:hsl(var(--border));color:hsl(var(--foreground));box-shadow:none;background:0 0}.SessionLoadingOverlay-module__7gjRxG__actionBtn:last-child:not(:first-child):hover{background:hsl(var(--muted) / .5);color:hsl(var(--foreground))}@keyframes SessionLoadingOverlay-module__7gjRxG__spin{to{transform:rotate(360deg)}}
.QuestionNoteDialog-module__RANukG__overlay{z-index:55;padding:var(--space-4);background:hsl(var(--foreground) / .35);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.QuestionNoteDialog-module__RANukG__modal{border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(420px,100%);padding:var(--space-5);border-radius:16px}.QuestionNoteDialog-module__RANukG__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.QuestionNoteDialog-module__RANukG__header h2{margin:0;font-size:1.125rem;font-weight:700}.QuestionNoteDialog-module__RANukG__close{cursor:pointer;background:0 0;border:none}.QuestionNoteDialog-module__RANukG__textarea{border:1px solid hsl(var(--border));width:100%;padding:var(--space-3);font-family:var(--font-body);resize:vertical;border-radius:12px}.QuestionNoteDialog-module__RANukG__footer{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.QuestionNoteDialog-module__RANukG__cancel,.QuestionNoteDialog-module__RANukG__save{min-height:2.25rem;padding:0 var(--space-4);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-body);border-radius:10px}.QuestionNoteDialog-module__RANukG__cancel{border:1px solid hsl(var(--border));background:0 0}.QuestionNoteDialog-module__RANukG__save{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}@media (max-width:480px){.QuestionNoteDialog-module__RANukG__overlay{padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));align-items:flex-end}.QuestionNoteDialog-module__RANukG__modal{border-radius:16px 16px 12px 12px;width:100%;padding:16px}.QuestionNoteDialog-module__RANukG__textarea{min-height:8rem;font-size:1rem}.QuestionNoteDialog-module__RANukG__cancel,.QuestionNoteDialog-module__RANukG__save{min-height:44px}}
.BugReportModal-module___vXD2G__overlay{z-index:999;padding:var(--space-4);-webkit-backdrop-filter:blur(3px);background:#070c1694;justify-content:center;align-items:center;animation:.2s cubic-bezier(.16,1,.3,1) BugReportModal-module___vXD2G__fadeIn;display:flex;position:fixed;inset:0}.BugReportModal-module___vXD2G__modal{border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(480px,100%);padding:var(--space-6);box-shadow:var(--shadow-lg);gap:var(--space-5);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) BugReportModal-module___vXD2G__scaleIn;display:flex}.BugReportModal-module___vXD2G__header{justify-content:space-between;align-items:flex-start;display:flex}.BugReportModal-module___vXD2G__titleGroup{gap:var(--space-3);align-items:center;display:flex}.BugReportModal-module___vXD2G__bugIconWrap{border-radius:var(--radius-sm);background:hsl(var(--destructive) / .1);width:40px;height:40px;color:hsl(var(--destructive));justify-content:center;align-items:center;display:flex}.BugReportModal-module___vXD2G__bugIcon{color:inherit}.BugReportModal-module___vXD2G__header h2{color:hsl(var(--foreground));font-size:1.25rem;font-weight:700;font-family:var(--font-body);margin:0}.BugReportModal-module___vXD2G__hint{color:hsl(var(--muted-foreground));margin:2px 0 0;font-size:.875rem}.BugReportModal-module___vXD2G__close{cursor:pointer;border-radius:var(--radius-sm);padding:var(--space-1);color:hsl(var(--muted-foreground));transition:all var(--transition-fast);background:0 0;border:none}.BugReportModal-module___vXD2G__close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.BugReportModal-module___vXD2G__body{gap:var(--space-4);flex-direction:column;display:flex}.BugReportModal-module___vXD2G__contextCard{background:hsl(var(--muted) / .4);border:1px solid hsl(var(--border) / .6);border-radius:var(--radius-md);padding:var(--space-3);gap:var(--space-2);flex-direction:column;display:flex}.BugReportModal-module___vXD2G__contextHeader{align-items:center;gap:var(--space-2);text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;display:flex}.BugReportModal-module___vXD2G__contextIcon{color:hsl(var(--primary))}.BugReportModal-module___vXD2G__contextUrl{font-family:var(--font-mono);color:hsl(var(--foreground));word-break:break-all;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.BugReportModal-module___vXD2G__field{gap:var(--space-2);flex-direction:column;display:flex}.BugReportModal-module___vXD2G__field label{align-items:center;gap:var(--space-2);color:hsl(var(--foreground));font-size:.875rem;font-weight:600;display:flex}.BugReportModal-module___vXD2G__fieldIcon{color:hsl(var(--muted-foreground))}.BugReportModal-module___vXD2G__input,.BugReportModal-module___vXD2G__textarea{border-radius:var(--radius-md);border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;padding:var(--space-3);font-family:var(--font-body);color:hsl(var(--foreground));transition:all var(--transition-fast);font-size:.9375rem}.BugReportModal-module___vXD2G__input:focus,.BugReportModal-module___vXD2G__textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .15);outline:none}.BugReportModal-module___vXD2G__textarea{resize:vertical}.BugReportModal-module___vXD2G__footer{justify-content:flex-end;gap:var(--space-3);border-top:1px solid hsl(var(--border) / .6);padding-top:var(--space-4);display:flex}.BugReportModal-module___vXD2G__cancel,.BugReportModal-module___vXD2G__submit{min-height:2.5rem;padding:0 var(--space-5);border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-body);transition:all var(--transition-fast)}.BugReportModal-module___vXD2G__cancel{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0}.BugReportModal-module___vXD2G__cancel:hover{background:hsl(var(--muted))}.BugReportModal-module___vXD2G__submit{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-sm);border:none}.BugReportModal-module___vXD2G__submit:hover:not(:disabled){background:hsl(var(--accent));box-shadow:var(--shadow-md)}.BugReportModal-module___vXD2G__submit:disabled{opacity:.6;cursor:not-allowed}@keyframes BugReportModal-module___vXD2G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BugReportModal-module___vXD2G__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.session-module__1AtDyG__sessionShell{background:hsl(var(--background));width:100%;max-width:none;height:100dvh;max-height:100dvh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);flex-direction:column;display:flex;overflow:hidden}.session-module__1AtDyG__loading{min-height:60vh;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;font-size:.9375rem;display:flex}.session-module__1AtDyG__bottomBar{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.session-module__1AtDyG__bottomLeft{align-items:center;gap:8px;display:flex}.session-module__1AtDyG__bottomRight{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.session-module__1AtDyG__iconBtn{border:1px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;width:40px;height:40px;color:hsl(var(--muted-foreground));border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.session-module__1AtDyG__iconBtn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.session-module__1AtDyG__navGroup{align-items:center;gap:6px;display:inline-flex}.session-module__1AtDyG__footerBtn{border:1px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--foreground));border-radius:10px;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.session-module__1AtDyG__footerBtn:hover:not(:disabled){background:hsl(var(--muted))}.session-module__1AtDyG__footerBtn:disabled{opacity:.5;cursor:not-allowed}.session-module__1AtDyG__askSchoBtn{border:1px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--foreground));border-radius:10px;align-items:center;gap:6px;padding:8px 16px;display:inline-flex}.session-module__1AtDyG__askSchoBtn:hover{background:hsl(var(--muted));border-color:hsl(var(--primary) / .35);color:hsl(var(--primary))}.session-module__1AtDyG__remixBtn{border:1px solid hsl(var(--border));background:hsl(var(--muted) / .45);cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--primary));border-radius:10px;align-items:center;gap:6px;padding:8px 14px;transition:background .15s,border-color .15s;display:inline-flex}.session-module__1AtDyG__remixBtn:hover:not(:disabled){background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .35)}.session-module__1AtDyG__remixBtn:disabled{opacity:.6;cursor:progress}.session-module__1AtDyG__remixPill{border:1px solid hsl(var(--primary) / .3);background:hsl(var(--primary) / .08);cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--primary));border-radius:999px;align-items:center;gap:6px;min-height:40px;padding:6px 10px 6px 11px;display:inline-flex}.session-module__1AtDyG__remixPill:hover{background:hsl(var(--primary) / .14)}.session-module__1AtDyG__remixDot{background:hsl(var(--primary));border-radius:50%;width:7px;height:7px;animation:1.8s infinite session-module__1AtDyG__remixPulse}@keyframes session-module__1AtDyG__remixPulse{0%{box-shadow:0 0 0 0 hsl(var(--primary) / .45)}70%{box-shadow:0 0 0 6px hsl(var(--primary) / 0)}to{box-shadow:0 0 0 0 hsl(var(--primary) / 0)}}.session-module__1AtDyG__spin{animation:.9s linear infinite session-module__1AtDyG__remixSpin}@keyframes session-module__1AtDyG__remixSpin{to{transform:rotate(360deg)}}.session-module__1AtDyG__nextBtn{border:1px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--foreground));border-radius:10px;align-items:center;gap:6px;padding:8px 20px;display:inline-flex}.session-module__1AtDyG__nextBtn:hover:not(:disabled){background:hsl(var(--muted))}.session-module__1AtDyG__nextBtn:disabled{opacity:.5;cursor:not-allowed}.session-module__1AtDyG__checkBtn{background:hsl(var(--primary));cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--primary-foreground));border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 20px;display:inline-flex}.session-module__1AtDyG__checkBtn:hover:not(:disabled){background:hsl(var(--accent))}.session-module__1AtDyG__checkBtn:disabled{opacity:.5;cursor:not-allowed}.session-module__1AtDyG__rushHud{color:hsl(var(--primary));white-space:nowrap;align-items:center;gap:8px;font-size:.8125rem;font-weight:500;display:inline-flex}.session-module__1AtDyG__rushStreak{font-variant-numeric:tabular-nums}.session-module__1AtDyG__rushStars{letter-spacing:.05em;color:hsl(var(--primary))}.session-module__1AtDyG__rushTimer{font-variant-numeric:tabular-nums;color:hsl(var(--muted-foreground))}.session-module__1AtDyG__rushStatStrip{align-items:center;gap:18px;margin-left:12px;display:inline-flex}.session-module__1AtDyG__rushStat{white-space:nowrap;align-items:baseline;gap:5px;display:inline-flex}.session-module__1AtDyG__rushStatValue{color:hsl(var(--foreground));font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.session-module__1AtDyG__rushStatLabel{color:hsl(var(--muted-foreground));font-size:.8125rem}@media (max-width:900px){.session-module__1AtDyG__rushStatStrip{display:none}}.session-module__1AtDyG__infoPopover{z-index:50;border:1px solid hsl(var(--border));background:hsl(var(--popover));width:min(280px,80vw);color:hsl(var(--popover-foreground));border-radius:12px;padding:12px 14px;font-size:.8125rem;line-height:1.5;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001a}.session-module__1AtDyG__infoWrap{position:relative}.session-module__1AtDyG__iconBtn:focus-visible,.session-module__1AtDyG__footerBtn:focus-visible,.session-module__1AtDyG__askSchoBtn:focus-visible,.session-module__1AtDyG__remixBtn:focus-visible,.session-module__1AtDyG__remixPill:focus-visible,.session-module__1AtDyG__nextBtn:focus-visible,.session-module__1AtDyG__checkBtn:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, hsl(var(--primary)) 22%, transparent);outline:none}@media (prefers-reduced-motion:reduce){.session-module__1AtDyG__remixDot,.session-module__1AtDyG__spin{animation:none}.session-module__1AtDyG__shellArea{transition:none}}.session-module__1AtDyG__shellArea{flex:1 1 0;min-height:0;transition:padding-right .22s;display:flex}@media (min-width:769px){.session-module__1AtDyG__shellAreaPushed{padding-right:380px}}@media (max-width:768px){.session-module__1AtDyG__bottomBar{flex-direction:column;align-items:stretch;gap:8px}.session-module__1AtDyG__bottomLeft,.session-module__1AtDyG__bottomRight{justify-content:space-between;min-width:0}.session-module__1AtDyG__bottomRight{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:6px;padding-bottom:2px;overflow-x:auto}.session-module__1AtDyG__bottomRight::-webkit-scrollbar{display:none}.session-module__1AtDyG__iconBtn{flex-shrink:0;width:44px;height:44px}.session-module__1AtDyG__askSchoBtn,.session-module__1AtDyG__remixBtn,.session-module__1AtDyG__footerBtn,.session-module__1AtDyG__nextBtn,.session-module__1AtDyG__checkBtn,.session-module__1AtDyG__remixPill{white-space:nowrap;flex-shrink:0;min-height:44px}.session-module__1AtDyG__navGroup{flex-shrink:0}}@media (max-width:480px){.session-module__1AtDyG__askSchoBtn,.session-module__1AtDyG__remixBtn,.session-module__1AtDyG__footerBtn,.session-module__1AtDyG__nextBtn,.session-module__1AtDyG__checkBtn{padding-inline:12px;font-size:.75rem}.session-module__1AtDyG__remixPill{min-height:40px;padding:6px 8px;font-size:.6875rem}.session-module__1AtDyG__infoPopover{width:min(260px,100vw - 24px);left:auto;right:0}}
.DifficultyBadge-module__0YmJzq__badge{font-family:var(--font-body);letter-spacing:.01em;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:2px 9px;font-size:.75rem;font-weight:650;line-height:1.3;display:inline-flex}.DifficultyBadge-module__0YmJzq__sm{padding:1px 7px;font-size:.6875rem}.DifficultyBadge-module__0YmJzq__easy{background:hsl(var(--score-positive) / .14);color:#178c42;border-color:hsl(var(--score-positive) / .22)}.DifficultyBadge-module__0YmJzq__medium{color:#ae6613;background:#f59f0a29;border-color:#f59f0a47}.DifficultyBadge-module__0YmJzq__hard{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .22)}.DifficultyBadge-module__0YmJzq__challenge{color:#532c96;background:#6731c41f;border-color:#6731c447}.dark .DifficultyBadge-module__0YmJzq__easy{color:#57db87}.dark .DifficultyBadge-module__0YmJzq__medium{color:#f7b645}.dark .DifficultyBadge-module__0YmJzq__hard{color:#f07575}.dark .DifficultyBadge-module__0YmJzq__challenge{color:#aa86ea}
.ExamShellMoreMenu-module___S-y7a__wrap{position:relative}.ExamShellMoreMenu-module___S-y7a__trigger{border:1px solid hsl(var(--border));cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-body);background:0 0;border-radius:10px;align-items:center;gap:4px;padding:6px 10px;display:inline-flex}.ExamShellMoreMenu-module___S-y7a__menu{z-index:30;min-width:200px;padding:var(--space-2);border:1px solid hsl(var(--border));background:hsl(var(--popover));box-shadow:0 8px 24px hsl(var(--foreground) / .12);border-radius:12px;margin-top:4px;position:absolute;top:100%;right:0}.ExamShellMoreMenu-module___S-y7a__item{text-align:left;cursor:pointer;width:100%;font-size:.8125rem;font-weight:550;font-family:var(--font-body);background:0 0;border:none;border-radius:8px;padding:10px 12px;display:block}.ExamShellMoreMenu-module___S-y7a__item:hover{background:hsl(var(--muted) / .5)}@media (max-width:768px){.ExamShellMoreMenu-module___S-y7a__trigger{justify-content:center;min-width:40px;min-height:40px;padding:8px 10px}.ExamShellMoreMenu-module___S-y7a__menu{min-width:min(220px,100vw - 24px);left:auto;right:0}.ExamShellMoreMenu-module___S-y7a__item{min-height:44px;padding:12px 14px}}
.MathReferenceSheet-module__F8F2Xa__overlay{z-index:110;padding:var(--space-4);background:hsl(var(--foreground) / .35);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.MathReferenceSheet-module__F8F2Xa__sheet{border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(480px,100%);max-height:min(80vh,640px);padding:var(--space-5);border-radius:16px;overflow:auto}.MathReferenceSheet-module__F8F2Xa__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.MathReferenceSheet-module__F8F2Xa__header h2{margin:0;font-size:1.125rem;font-weight:700}.MathReferenceSheet-module__F8F2Xa__close{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.MathReferenceSheet-module__F8F2Xa__close:hover{background:hsl(var(--muted) / .5)}.MathReferenceSheet-module__F8F2Xa__note{color:hsl(var(--muted-foreground));margin:0 0 var(--space-4);font-size:.8125rem}.MathReferenceSheet-module__F8F2Xa__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.MathReferenceSheet-module__F8F2Xa__list li{padding-bottom:var(--space-3);border-bottom:1px solid hsl(var(--border));flex-direction:column;gap:4px;display:flex}.MathReferenceSheet-module__F8F2Xa__list li:last-child{border-bottom:none;padding-bottom:0}.MathReferenceSheet-module__F8F2Xa__list strong{font-size:.875rem}.MathReferenceSheet-module__F8F2Xa__list span{color:hsl(var(--foreground));font-size:.9375rem}@media (max-width:480px){.MathReferenceSheet-module__F8F2Xa__overlay{align-items:flex-end;padding:0}.MathReferenceSheet-module__F8F2Xa__sheet{width:100%;max-height:min(88dvh,640px);padding:16px 14px max(16px, env(safe-area-inset-bottom));border-radius:16px 16px 0 0}.MathReferenceSheet-module__F8F2Xa__close{width:40px;height:40px}.MathReferenceSheet-module__F8F2Xa__list span{font-size:.875rem;line-height:1.5}}
.spark-suggestion-card-module__ExD-xG__card{border:1px solid hsl(var(--primary) / .2);border-radius:var(--radius-md);background:linear-gradient(135deg, hsl(var(--primary) / .06), hsl(var(--muted) / .4));flex-direction:column;gap:.5rem;max-width:min(100%,26rem);padding:.85rem 1rem;display:flex}.spark-suggestion-card-module__ExD-xG__header{align-items:center;gap:.4rem;display:flex}.spark-suggestion-card-module__ExD-xG__icon{color:hsl(var(--primary));flex-shrink:0;align-items:center;display:inline-flex}.spark-suggestion-card-module__ExD-xG__title{color:hsl(var(--foreground));flex:1;font-size:.8125rem;font-weight:650}.spark-suggestion-card-module__ExD-xG__dismiss{color:hsl(var(--muted-foreground));cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:0 .3rem;font-size:1.1rem;line-height:1}.spark-suggestion-card-module__ExD-xG__dismiss:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .5)}.spark-suggestion-card-module__ExD-xG__description{color:hsl(var(--muted-foreground));margin:0;font-size:.8125rem;line-height:1.5}.spark-suggestion-card-module__ExD-xG__tryBtn{color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-start;padding:.4rem .85rem;font-size:.8125rem;font-weight:600}.spark-suggestion-card-module__ExD-xG__tryBtn:hover{filter:brightness(1.08)}
.JoinClassModal-module__tFj85q__overlay{z-index:60;padding:var(--space-4);background:hsl(var(--foreground) / .4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.JoinClassModal-module__tFj85q__modal{border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(400px,100%);padding:var(--space-5);border-radius:16px}.JoinClassModal-module__tFj85q__header{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.JoinClassModal-module__tFj85q__header h2{margin:0;font-size:1.125rem;font-weight:700}.JoinClassModal-module__tFj85q__close{cursor:pointer;background:0 0;border:none}.JoinClassModal-module__tFj85q__hint{color:hsl(var(--muted-foreground));margin:0 0 var(--space-3);font-size:.875rem}.JoinClassModal-module__tFj85q__input{width:100%;padding:var(--space-3);border:1px solid hsl(var(--border));letter-spacing:.08em;font-size:1rem;font-weight:600;font-family:var(--font-body);border-radius:12px}.JoinClassModal-module__tFj85q__footer{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.JoinClassModal-module__tFj85q__cancel,.JoinClassModal-module__tFj85q__submit{min-height:2.25rem;padding:0 var(--space-4);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-body);border-radius:10px}.JoinClassModal-module__tFj85q__cancel{border:1px solid hsl(var(--border));background:0 0}.JoinClassModal-module__tFj85q__submit{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}@media (max-width:480px){.JoinClassModal-module__tFj85q__footer{flex-direction:column-reverse;align-items:stretch}.JoinClassModal-module__tFj85q__cancel,.JoinClassModal-module__tFj85q__submit{justify-content:center;width:100%;min-height:2.75rem}.JoinClassModal-module__tFj85q__input{min-height:2.75rem}}
.ExamBreakScreen-module__bZmPoa__overlay{z-index:50;background:hsl(var(--background) / .92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ExamBreakScreen-module__bZmPoa__card{border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(100%,480px);box-shadow:var(--shadow-panel,0 12px 40px #0000001f);text-align:center;border-radius:20px;padding:32px 28px}.ExamBreakScreen-module__bZmPoa__iconWrap{background:hsl(var(--primary) / .12);width:56px;height:56px;color:hsl(var(--primary));border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.ExamBreakScreen-module__bZmPoa__title{color:hsl(var(--foreground));margin:0 0 8px;font-size:1.5rem;font-weight:700}.ExamBreakScreen-module__bZmPoa__body{color:hsl(var(--muted-foreground));margin:0 0 20px;font-size:.95rem;line-height:1.5}.ExamBreakScreen-module__bZmPoa__timer{background:hsl(var(--muted));font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:hsl(var(--foreground));border-radius:10px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 16px;font-size:1.25rem;font-weight:700;display:inline-flex}.ExamBreakScreen-module__bZmPoa__hint{color:hsl(var(--muted-foreground));margin:0 0 24px;font-size:.875rem}.ExamBreakScreen-module__bZmPoa__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}@media (max-width:480px){.ExamBreakScreen-module__bZmPoa__overlay{padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom));align-items:flex-end}.ExamBreakScreen-module__bZmPoa__card{border-radius:16px;width:100%;padding:24px 18px}.ExamBreakScreen-module__bZmPoa__title{font-size:1.25rem}.ExamBreakScreen-module__bZmPoa__body{font-size:.875rem}.ExamBreakScreen-module__bZmPoa__timer{justify-content:center;width:100%;font-size:1.125rem}.ExamBreakScreen-module__bZmPoa__actions{flex-direction:column;width:100%}.ExamBreakScreen-module__bZmPoa__actions>*{width:100%;min-height:44px}}
.SubjectSwitcher-module__0SZI-W__wrap{width:100%;min-width:0;position:relative}.SubjectSwitcher-module__0SZI-W__trigger{align-items:center;gap:var(--space-2);width:100%;min-height:2.75rem;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--switcher-trigger-border,hsl(var(--border)));background:var(--switcher-trigger-bg,hsl(var(--card)));color:var(--switcher-trigger-fg,hsl(var(--foreground)));cursor:pointer;text-align:left;min-width:0;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);font-size:.875rem;display:flex}.SubjectSwitcher-module__0SZI-W__trigger:hover{border-color:var(--switcher-trigger-fg,hsl(var(--primary) / .4))}.SubjectSwitcher-module__0SZI-W__trigger:focus-visible{box-shadow:0 0 0 2px var(--switcher-trigger-bg,hsl(var(--background))), 0 0 0 4px hsl(var(--ring));outline:none}.SubjectSwitcher-module__0SZI-W__trigger>svg{opacity:.7;flex-shrink:0}.SubjectSwitcher-module__0SZI-W__badge{box-sizing:border-box;border-radius:var(--radius-sm);letter-spacing:.03em;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:2.5rem;max-width:4.5rem;padding:.2rem .4rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:block;overflow:hidden}.SubjectSwitcher-module__0SZI-W__meta{flex-direction:column;flex:1;align-items:flex-start;gap:.125rem;min-width:0;line-height:1.2;display:flex}.SubjectSwitcher-module__0SZI-W__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:600;display:block;overflow:hidden}.SubjectSwitcher-module__0SZI-W__sub{color:var(--switcher-trigger-sub,hsl(var(--muted-foreground)));text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;max-width:100%;font-size:.6875rem;font-weight:500;display:block;overflow:hidden}.SubjectSwitcher-module__0SZI-W__menu{z-index:100;box-sizing:border-box;min-width:16rem;max-width:min(22rem,100vw - 1.5rem);padding:var(--space-2);border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-lg);position:fixed}.SubjectSwitcher-module__0SZI-W__menuList{overscroll-behavior:contain;flex-direction:column;gap:2px;max-height:min(18rem,50vh);display:flex;overflow-y:auto}.SubjectSwitcher-module__0SZI-W__item{align-items:center;gap:var(--space-3);width:100%;min-width:0;min-height:2.75rem;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:inherit;text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.SubjectSwitcher-module__0SZI-W__item:hover{background:hsl(var(--muted) / .55)}.SubjectSwitcher-module__0SZI-W__itemActive{background:hsl(var(--muted) / .7)}.SubjectSwitcher-module__0SZI-W__item:focus-visible{box-shadow:0 0 0 2px hsl(var(--popover)), 0 0 0 4px hsl(var(--ring));outline:none}.SubjectSwitcher-module__0SZI-W__itemBody{flex:1;min-width:0}.SubjectSwitcher-module__0SZI-W__addFooter{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid hsl(var(--border));gap:var(--space-2);flex-direction:column;display:flex}.SubjectSwitcher-module__0SZI-W__tutorLink{background:hsl(var(--background));border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.SubjectSwitcher-module__0SZI-W__tutorLink:hover{background:hsl(var(--muted) / .45)}.SubjectSwitcher-module__0SZI-W__addLink{justify-content:center;align-items:center;gap:var(--space-2);box-sizing:border-box;width:100%;min-height:2.5rem;padding:0 var(--space-4);border-radius:var(--radius-lg);background:hsl(var(--primary));font-size:.875rem;font-weight:600;font-family:var(--font-body);color:hsl(var(--primary-foreground));text-align:center;letter-spacing:-.01em;transition:opacity var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #0000;text-decoration:none;display:flex}.SubjectSwitcher-module__0SZI-W__addLink:hover{opacity:.9;text-decoration:none}.SubjectSwitcher-module__0SZI-W__addLink:focus-visible{box-shadow:0 0 0 2px hsl(var(--popover)), 0 0 0 4px hsl(var(--ring));outline:none}.SubjectSwitcher-module__0SZI-W__addLink svg{flex-shrink:0}.dark .SubjectSwitcher-module__0SZI-W__menu{border-color:hsl(var(--border));background:hsl(var(--popover));box-shadow:0 16px 48px #00000073,0 4px 16px #0000004d}.dark .SubjectSwitcher-module__0SZI-W__item:hover{background:hsl(var(--muted) / .45)}.dark .SubjectSwitcher-module__0SZI-W__itemActive{background:hsl(var(--muted) / .6)}@media (prefers-reduced-motion:reduce){.SubjectSwitcher-module__0SZI-W__trigger,.SubjectSwitcher-module__0SZI-W__item,.SubjectSwitcher-module__0SZI-W__addLink{transition:none}}@media (max-width:768px){.SubjectSwitcher-module__0SZI-W__trigger{min-height:44px}.SubjectSwitcher-module__0SZI-W__menu{max-width:min(22rem,100vw - 1.5rem)}.SubjectSwitcher-module__0SZI-W__menuList{max-height:min(16rem,45dvh)}.SubjectSwitcher-module__0SZI-W__item{min-height:44px}}
.ExamQuestionNavigator-module___7dMEa__wrap{display:inline-flex;position:relative}.ExamQuestionNavigator-module___7dMEa__trigger{border:1px solid hsl(var(--border));background:hsl(var(--foreground));color:hsl(var(--background));font-family:var(--font-body);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:.875rem;font-weight:650;transition:opacity .15s;display:inline-flex}.ExamQuestionNavigator-module___7dMEa__trigger:hover{opacity:.9}.ExamQuestionNavigator-module___7dMEa__caret{transition:transform .15s}.ExamQuestionNavigator-module___7dMEa__caretOpen{transition:transform .15s;transform:rotate(180deg)}.ExamQuestionNavigator-module___7dMEa__panel{z-index:40;width:min(92vw,420px);padding:var(--space-4);border:1px solid hsl(var(--border));background:hsl(var(--popover));box-shadow:0 12px 32px hsl(var(--foreground) / .16);border-radius:16px;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.ExamQuestionNavigator-module___7dMEa__panelHead{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.ExamQuestionNavigator-module___7dMEa__panelTitle{letter-spacing:-.01em;color:hsl(var(--foreground));font-size:.9375rem;font-weight:700;line-height:1.3}.ExamQuestionNavigator-module___7dMEa__closeBtn{width:26px;height:26px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.ExamQuestionNavigator-module___7dMEa__closeBtn:hover{background:hsl(var(--muted) / .6)}.ExamQuestionNavigator-module___7dMEa__legend{justify-content:center;align-items:center;gap:var(--space-5);padding-bottom:var(--space-3);margin-bottom:var(--space-3);border-bottom:1px solid hsl(var(--border));display:flex}.ExamQuestionNavigator-module___7dMEa__legendItem{color:hsl(var(--muted-foreground));align-items:center;gap:6px;font-size:.75rem;font-weight:550;display:inline-flex}.ExamQuestionNavigator-module___7dMEa__legendUnanswered{border:1.5px dashed hsl(var(--muted-foreground) / .6);border-radius:4px;width:16px;height:16px}.ExamQuestionNavigator-module___7dMEa__legendFlag{color:hsl(var(--score-negative))}.ExamQuestionNavigator-module___7dMEa__grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.ExamQuestionNavigator-module___7dMEa__cell{height:40px;font-family:var(--font-body);font-variant-numeric:tabular-nums;cursor:pointer;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:border-color .15s,box-shadow .15s,opacity .15s;display:inline-flex;position:relative}.ExamQuestionNavigator-module___7dMEa__cell:hover{border-color:hsl(var(--primary))}.ExamQuestionNavigator-module___7dMEa__diffEasy{color:#15803d;background:#dcfce7}.ExamQuestionNavigator-module___7dMEa__diffMedium{color:#a16207;background:#fef9c3}.ExamQuestionNavigator-module___7dMEa__diffHard{color:#be123c;background:#ffe4e6}.ExamQuestionNavigator-module___7dMEa__diffChallenge{color:#6d28d9;background:#ede9fe}.ExamQuestionNavigator-module___7dMEa__cellUnanswered{border-style:dashed;border-color:hsl(var(--muted-foreground) / .45);opacity:.72}.ExamQuestionNavigator-module___7dMEa__cellAnswered{border-style:solid;border-color:hsl(var(--foreground) / .12);opacity:1}.ExamQuestionNavigator-module___7dMEa__cellCurrent{border-style:solid;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .45);opacity:1}.ExamQuestionNavigator-module___7dMEa__cellFlag{color:hsl(var(--score-negative));position:absolute;top:-5px;right:-4px}@media (max-width:768px){.ExamQuestionNavigator-module___7dMEa__trigger{min-height:44px;padding:10px 16px}.ExamQuestionNavigator-module___7dMEa__panel{width:min(94vw,420px);padding:12px;left:0;transform:none}.ExamQuestionNavigator-module___7dMEa__legend{flex-wrap:wrap;gap:12px}.ExamQuestionNavigator-module___7dMEa__grid{grid-template-columns:repeat(6,1fr);gap:6px}.ExamQuestionNavigator-module___7dMEa__cell{height:44px}}@media (max-width:480px){.ExamQuestionNavigator-module___7dMEa__panel{width:min(96vw,420px);left:50%;transform:translate(-50%)}.ExamQuestionNavigator-module___7dMEa__grid{grid-template-columns:repeat(5,1fr);gap:6px}.ExamQuestionNavigator-module___7dMEa__panelTitle{font-size:.875rem}.ExamQuestionNavigator-module___7dMEa__legendItem{font-size:.6875rem}}
.SidebarMoreFlyout-module__TYHOSW__trigger{width:100%;min-height:1.75rem;color:hsl(var(--sidebar-nav-muted,var(--muted-foreground)));cursor:pointer;font-size:.75rem;font-weight:550;font-family:var(--font-body);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:6px 8px;transition:background .15s,color .15s;display:flex}@media (hover:none) and (pointer:coarse){.SidebarMoreFlyout-module__TYHOSW__trigger,.SidebarMoreFlyout-module__TYHOSW__link{min-height:44px}}.SidebarMoreFlyout-module__TYHOSW__trigger:hover,.SidebarMoreFlyout-module__TYHOSW__trigger[aria-expanded=true]{background:hsl(var(--sidebar-nav-hover,var(--muted) / .5));color:hsl(var(--sidebar-nav-fg,var(--foreground)))}.SidebarMoreFlyout-module__TYHOSW__triggerIcon{opacity:.75;flex-shrink:0}.SidebarMoreFlyout-module__TYHOSW__triggerLabel{text-align:left;flex:1}.SidebarMoreFlyout-module__TYHOSW__chevron{opacity:.6;flex-shrink:0}.SidebarMoreFlyout-module__TYHOSW__triggerCompact{justify-content:center;width:1.75rem;margin:0 auto;padding:0}.SidebarMoreFlyout-module__TYHOSW__content{z-index:100;width:220px;max-height:min(70vh,480px);padding:var(--space-3);border:1px solid hsl(var(--border));background:hsl(var(--popover));box-shadow:0 16px 40px hsl(var(--foreground) / .12);border-radius:16px;overflow-y:auto}.SidebarMoreFlyout-module__TYHOSW__section+.SidebarMoreFlyout-module__TYHOSW__section{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid hsl(var(--border) / .6)}.SidebarMoreFlyout-module__TYHOSW__sectionLabel{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin:0 0 var(--space-2);padding:0 var(--space-2);font-size:.6875rem;font-weight:700}.SidebarMoreFlyout-module__TYHOSW__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.SidebarMoreFlyout-module__TYHOSW__link{width:100%;color:hsl(var(--foreground));cursor:pointer;font-size:.8125rem;font-weight:500;font-family:var(--font-body);text-align:left;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 10px;text-decoration:none;display:flex}.SidebarMoreFlyout-module__TYHOSW__link:hover{background:hsl(var(--muted) / .5)}.SidebarMoreFlyout-module__TYHOSW__external{opacity:.5}.SidebarMoreFlyout-module__TYHOSW__upgradeWrap{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid hsl(var(--border) / .6)}.SidebarMoreFlyout-module__TYHOSW__upgradeBtn{background:hsl(var(--primary));width:100%;min-height:2.25rem;color:hsl(var(--primary-foreground));border-radius:12px;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;text-decoration:none;display:flex}.SidebarMoreFlyout-module__TYHOSW__upgradeBtn:hover{opacity:.92}
.onboarding-module__X8sWMG__skipLink{color:hsl(var(--muted-foreground));padding:var(--space-2) var(--space-3);border-radius:var(--radius-full);border:1px solid hsl(var(--border));transition:color var(--transition-fast), border-color var(--transition-fast);font-size:.8125rem;font-weight:600}.onboarding-module__X8sWMG__skipLink:hover{color:hsl(var(--foreground));border-color:hsl(var(--primary) / .4);text-decoration:none}.onboarding-module__X8sWMG__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 var(--space-3);text-align:center;color:hsl(var(--foreground));text-wrap:balance;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:400;line-height:1.15}.onboarding-module__X8sWMG__subtitle{text-align:center;color:hsl(var(--muted-foreground));margin:0 0 var(--space-8);max-width:36rem;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.65}.onboarding-module__X8sWMG__grid{gap:var(--space-5);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.onboarding-module__X8sWMG__roleCard,.onboarding-module__X8sWMG__examCard{align-items:flex-start;gap:var(--space-3);padding:var(--space-6);border:1.5px solid hsl(var(--border));border-radius:var(--radius-lg);background:hsl(var(--muted) / .25);min-height:168px;color:hsl(var(--foreground));cursor:pointer;text-align:left;font-family:var(--font-body);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);flex-direction:column;display:flex}.onboarding-module__X8sWMG__roleCard:hover,.onboarding-module__X8sWMG__examCard:hover{border-color:hsl(var(--primary) / .5);box-shadow:var(--shadow-md);transform:translateY(-2px)}.onboarding-module__X8sWMG__roleCardSelected,.onboarding-module__X8sWMG__examCardSelected,.onboarding-module__X8sWMG__examCardMultiSelected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .08);box-shadow:0 0 0 3px hsl(var(--primary) / .12)}.onboarding-module__X8sWMG__roleIcon{border-radius:var(--radius-md);background:linear-gradient(135deg, hsl(var(--primary) / .18), hsl(var(--exam-sat) / .18));border:1px solid hsl(var(--primary) / .25);width:44px;height:44px;color:hsl(var(--primary));justify-content:center;align-items:center;display:flex}.onboarding-module__X8sWMG__roleTitle{font-family:var(--font-body);color:hsl(var(--foreground));margin:0;font-size:1.0625rem;font-weight:700}.onboarding-module__X8sWMG__roleDesc{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem;line-height:1.55}.onboarding-module__X8sWMG__actions{justify-content:center;align-items:stretch;gap:var(--space-4);padding-top:var(--space-6);border-top:1px solid hsl(var(--border) / .6);flex-wrap:wrap;display:flex}.onboarding-module__X8sWMG__actions>*{flex:11rem;justify-content:center;align-items:center;min-width:11rem;max-width:16rem;height:3rem;min-height:3rem;display:inline-flex}@media (max-width:640px){.onboarding-module__X8sWMG__actions{flex-direction:column}.onboarding-module__X8sWMG__actions>*{flex:none;width:100%;min-width:0;max-width:none}}.onboarding-module__X8sWMG__formGrid{gap:var(--space-6);max-width:480px;margin:0 auto var(--space-8);display:grid}.onboarding-module__X8sWMG__field label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-2);color:hsl(var(--muted-foreground));font-size:.6875rem;font-weight:700;display:block}.onboarding-module__X8sWMG__field input,.onboarding-module__X8sWMG__field select{width:100%;height:3rem;padding:0 var(--space-4);border:1.5px solid hsl(var(--input));border-radius:var(--radius-md);font-family:var(--font-body);background:hsl(var(--muted) / .35);color:hsl(var(--foreground));transition:border-color var(--transition-fast), box-shadow var(--transition-fast);font-size:.9375rem}.onboarding-module__X8sWMG__field input:focus,.onboarding-module__X8sWMG__field select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .12);outline:none}.onboarding-module__X8sWMG__sliderValue{color:hsl(var(--primary));font-weight:700}.onboarding-module__X8sWMG__hint{color:hsl(var(--muted-foreground));margin-top:var(--space-2);font-size:.875rem}.onboarding-module__X8sWMG__inlineLink{color:hsl(var(--primary));font-weight:600;text-decoration:none}.onboarding-module__X8sWMG__inlineLink:hover{text-decoration:underline}.onboarding-module__X8sWMG__fieldError{color:hsl(var(--destructive));margin-bottom:var(--space-5);text-align:center;font-size:.875rem}.onboarding-module__X8sWMG__examSelectHint{text-align:center;color:hsl(var(--muted-foreground));margin:calc(-1 * var(--space-4)) auto var(--space-6);max-width:38rem;font-size:.875rem;line-height:1.6}.onboarding-module__X8sWMG__examSelectionCount{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--primary));margin-bottom:var(--space-5);font-size:.8125rem;font-weight:700}.onboarding-module__X8sWMG__examDiagnosticCallout{margin:0 0 var(--space-8);padding:var(--space-5) var(--space-6);border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--muted) / .3)}.onboarding-module__X8sWMG__examDiagnosticCalloutTitle{margin:0 0 var(--space-3);color:hsl(var(--foreground));font-size:.9375rem;font-weight:700}.onboarding-module__X8sWMG__examDiagnosticList{color:hsl(var(--muted-foreground));gap:var(--space-2);flex-direction:column;margin:0;padding-left:1.25rem;font-size:.875rem;line-height:1.6;display:flex}.onboarding-module__X8sWMG__examPerSubjectBlock{padding:var(--space-5);border:1px solid hsl(var(--border));border-radius:var(--radius-lg);gap:var(--space-5);background:hsl(var(--card));flex-direction:column;min-width:0;display:flex}.onboarding-module__X8sWMG__examPerSubjectTitle{color:hsl(var(--foreground));margin:0;font-size:1rem;font-weight:700}.onboarding-module__X8sWMG__examCardMulti{position:relative}.onboarding-module__X8sWMG__examSat{border-top:3px solid var(--sat-color)}.onboarding-module__X8sWMG__examAct{border-top:3px solid var(--act-color)}.onboarding-module__X8sWMG__examJamb{border-top:3px solid var(--jamb-color)}.onboarding-module__X8sWMG__examGre{border-top:3px solid var(--gre-color)}.onboarding-module__X8sWMG__examGeneral{border-top:3px solid hsl(var(--primary))}.onboarding-module__X8sWMG__calendarTrigger{width:100%;height:3rem;padding:0 var(--space-4);border:1.5px solid hsl(var(--input));border-radius:var(--radius-md);font-family:var(--font-body);background:hsl(var(--muted) / .35);color:hsl(var(--foreground));text-align:left;cursor:pointer}.onboarding-module__X8sWMG__calendarTrigger:hover{border-color:hsl(var(--primary) / .5)}.onboarding-module__X8sWMG__calendarPopover{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;box-shadow:var(--shadow-lg)!important}.onboarding-module__X8sWMG__calendarSolid{background:hsl(var(--card))!important}.onboarding-module__X8sWMG__layoutDiagnostic{height:100dvh;overflow:hidden}.onboarding-module__X8sWMG__mainDiagnostic{max-width:none;padding:0}.onboarding-module__X8sWMG__diagnosticSession{flex-direction:column;flex:1;min-height:0;display:flex}.onboarding-module__X8sWMG__diagnosticSessionHeader{padding:var(--space-5) var(--space-6);border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));flex-shrink:0}.onboarding-module__X8sWMG__diagnosticProgramBadge{align-items:center;gap:var(--space-2);color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:var(--radius-full);margin-bottom:var(--space-3);padding:.35rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.onboarding-module__X8sWMG__diagnosticProgress{gap:var(--space-2);margin-bottom:var(--space-3);flex-direction:column;display:flex}.onboarding-module__X8sWMG__diagnosticProgressLabel{justify-content:space-between;align-items:center;gap:var(--space-3);font-variant-numeric:tabular-nums;color:hsl(var(--muted-foreground));font-size:.8125rem;font-weight:650;display:flex}.onboarding-module__X8sWMG__diagnosticProgramNote{color:hsl(var(--muted-foreground));margin:0;font-size:.8125rem;line-height:1.5}.onboarding-module__X8sWMG__diagnosticQuestionWrap{flex-direction:column;flex:1;min-height:0;display:flex}.onboarding-module__X8sWMG__progressBar{background:hsl(var(--muted));border-radius:var(--radius-full);height:6px;margin-bottom:0;overflow:hidden}.onboarding-module__X8sWMG__progressFill{background:linear-gradient(90deg, hsl(var(--primary)), hsl(var(--exam-sat)));height:100%;transition:width var(--transition-normal)}.onboarding-module__X8sWMG__analyzing{text-align:center;padding:var(--space-16)}.onboarding-module__X8sWMG__spinner{border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));width:48px;height:48px;margin:0 auto var(--space-4);border-radius:50%;animation:.8s linear infinite onboarding-module__X8sWMG__spin}@keyframes onboarding-module__X8sWMG__spin{to{transform:rotate(360deg)}}
.DashboardSidebar-module__FLkoma__sidebar{--sidebar-nav-fg:var(--dashboard-sidebar-fg);--sidebar-nav-muted:var(--dashboard-sidebar-fg-muted);--sidebar-nav-hover:var(--dashboard-sidebar-hover);z-index:40;width:var(--dashboard-sidebar-width,220px);background:hsl(var(--dashboard-sidebar-bg));height:100dvh;color:hsl(var(--dashboard-sidebar-fg));flex-direction:column;transition:width .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.DashboardSidebar-module__FLkoma__sidebarCollapsed{width:var(--dashboard-sidebar-collapsed-width,56px)}.DashboardSidebar-module__FLkoma__logoRow{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-3);min-height:2.75rem;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__logoRowCollapsed{padding:var(--space-2);justify-content:center}.DashboardSidebar-module__FLkoma__brand{flex:1;min-width:0;overflow:hidden}.DashboardSidebar-module__FLkoma__user{align-items:center;gap:var(--space-3);margin:0 var(--space-3) var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);border:1px solid hsl(var(--dashboard-sidebar-border));flex-shrink:0;min-width:0;display:flex}.DashboardSidebar-module__FLkoma__planBadge{text-align:center;width:100%;padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2);border-radius:var(--radius-md);border:1px solid hsl(var(--dashboard-sidebar-border));color:hsl(var(--dashboard-sidebar-fg-muted));letter-spacing:.02em;font-size:.75rem;font-weight:650;display:block}.DashboardSidebar-module__FLkoma__logoActions{align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.DashboardSidebar-module__FLkoma__logoHoverZone{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.DashboardSidebar-module__FLkoma__collapsedBrand{opacity:1;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:opacity .16s;display:flex}.DashboardSidebar-module__FLkoma__collapsedMark{color:#fff}.DashboardSidebar-module__FLkoma__collapseBtn{width:24px;height:24px;color:hsl(var(--dashboard-sidebar-fg-muted));cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s,opacity .16s;display:flex}.DashboardSidebar-module__FLkoma__collapseBtnReveal{opacity:0;pointer-events:none;margin:auto;position:absolute;inset:0}.DashboardSidebar-module__FLkoma__logoHoverZone:hover .DashboardSidebar-module__FLkoma__collapsedBrand,.DashboardSidebar-module__FLkoma__logoHoverZone:focus-within .DashboardSidebar-module__FLkoma__collapsedBrand{opacity:0;pointer-events:none}.DashboardSidebar-module__FLkoma__logoHoverZone:hover .DashboardSidebar-module__FLkoma__collapseBtnReveal,.DashboardSidebar-module__FLkoma__logoHoverZone:focus-within .DashboardSidebar-module__FLkoma__collapseBtnReveal{opacity:1;pointer-events:auto}.DashboardSidebar-module__FLkoma__collapseBtn:hover{background:hsl(var(--dashboard-sidebar-hover));color:hsl(var(--dashboard-sidebar-fg))}.DashboardSidebar-module__FLkoma__proBadge{background:hsl(var(--exam-act));color:#fff;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.625rem;font-weight:800}.DashboardSidebar-module__FLkoma__examSwitcher{--switcher-trigger-bg:hsl(var(--dashboard-sidebar-hover));--switcher-trigger-border:hsl(var(--dashboard-sidebar-border));--switcher-trigger-fg:hsl(var(--dashboard-sidebar-fg));--switcher-trigger-sub:hsl(var(--dashboard-sidebar-fg-muted));padding:var(--space-2) var(--space-2) 0}.DashboardSidebar-module__FLkoma__navScroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:var(--space-2);flex:1;overflow-y:auto}.DashboardSidebar-module__FLkoma__nav{gap:var(--space-1);flex-direction:column;display:flex}.DashboardSidebar-module__FLkoma__section{flex-direction:column;gap:2px;display:flex}.DashboardSidebar-module__FLkoma__section+.DashboardSidebar-module__FLkoma__section{margin-top:var(--space-1)}.DashboardSidebar-module__FLkoma__sectionLabel{padding:var(--space-2) var(--space-2) var(--space-1);text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--dashboard-sidebar-fg-muted) / .8);white-space:nowrap;font-size:.625rem;font-weight:700;overflow:hidden}.DashboardSidebar-module__FLkoma__navLink{align-items:center;gap:var(--space-2);min-height:1.75rem;padding:0 var(--space-2);color:hsl(var(--dashboard-sidebar-fg-muted));white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-radius:8px;font-size:.75rem;font-weight:550;text-decoration:none;transition:background .16s,color .16s;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__navLink:hover{background:hsl(var(--dashboard-sidebar-hover));color:hsl(var(--dashboard-sidebar-fg))}.DashboardSidebar-module__FLkoma__navLinkCollapsed{justify-content:center;align-self:center;gap:0;width:1.75rem;padding:0}.DashboardSidebar-module__FLkoma__navLinkActive{background:hsl(var(--dashboard-sidebar-active));color:hsl(var(--dashboard-sidebar-fg));font-weight:650}.DashboardSidebar-module__FLkoma__navIcon{opacity:.85;flex-shrink:0}.DashboardSidebar-module__FLkoma__navLinkActive .DashboardSidebar-module__FLkoma__navIcon{opacity:1}.DashboardSidebar-module__FLkoma__navLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.DashboardSidebar-module__FLkoma__navLabel:has(.DashboardSidebar-module__FLkoma__navHint){white-space:normal;flex-direction:column;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__navHint{letter-spacing:.01em;color:hsl(var(--dashboard-sidebar-fg-muted) / .85);text-overflow:ellipsis;white-space:nowrap;margin-top:.05rem;font-size:.5625rem;font-weight:500;display:block;overflow:hidden}.DashboardSidebar-module__FLkoma__itemBadge{background:hsl(var(--primary));color:hsl(var(--primary-foreground));text-transform:capitalize;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:.5625rem;font-weight:800}.DashboardSidebar-module__FLkoma__footer{padding:var(--space-2);border-top:1px solid hsl(var(--dashboard-sidebar-border));flex-direction:column;flex-shrink:0;gap:2px;display:flex}.DashboardSidebar-module__FLkoma__profileRow{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-2);margin-top:var(--space-1);color:inherit;border-radius:10px;text-decoration:none;transition:background .16s;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__profileRow:hover{background:hsl(var(--dashboard-sidebar-hover))}.DashboardSidebar-module__FLkoma__profileRowCollapsed{padding:var(--space-2) var(--space-1);justify-content:center}.DashboardSidebar-module__FLkoma__avatar{border-radius:var(--radius-full);background:hsl(var(--dashboard-avatar-bg));flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__avatarInitial{color:hsl(var(--dashboard-avatar-fg));font-size:.875rem;font-weight:750;line-height:1}.DashboardSidebar-module__FLkoma__avatarImg{object-fit:cover;border-radius:inherit;width:100%;height:100%}.DashboardSidebar-module__FLkoma__profileMeta{flex:1;min-width:0;overflow:hidden}.DashboardSidebar-module__FLkoma__userName{color:hsl(var(--dashboard-sidebar-fg));text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:650;line-height:1.3;overflow:hidden}.DashboardSidebar-module__FLkoma__userEmail{color:hsl(var(--dashboard-sidebar-fg-muted));text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;overflow:hidden}.DashboardSidebar-module__FLkoma__memberSince{color:hsl(var(--dashboard-sidebar-fg-muted) / .85);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.625rem;font-weight:550;overflow:hidden}.DashboardSidebar-module__FLkoma__upgradeBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;min-height:1.75rem;margin-bottom:var(--space-1);padding:0 var(--space-2);background:hsl(var(--primary));color:hsl(var(--primary-foreground));white-space:nowrap;border-radius:8px;font-size:.75rem;font-weight:700;text-decoration:none;transition:background .16s;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__upgradeBtn:hover{background:hsl(var(--accent))}.DashboardSidebar-module__FLkoma__upgradeBtnCollapsed{width:1.75rem;padding:0}.DashboardSidebar-module__FLkoma__signOut{justify-content:center;align-items:center;gap:var(--space-1);width:100%;min-height:1.75rem;margin-top:var(--space-1);padding:0 var(--space-2);border:1px solid hsl(var(--dashboard-sidebar-border));color:hsl(var(--dashboard-sidebar-fg-muted));cursor:pointer;font-size:.6875rem;font-weight:550;font-family:var(--font-body);white-space:nowrap;background:0 0;border-radius:8px;transition:border-color .16s,color .16s;display:flex;overflow:hidden}.DashboardSidebar-module__FLkoma__signOut:hover{border-color:hsl(var(--dashboard-sidebar-fg-muted));color:hsl(var(--dashboard-sidebar-fg))}.DashboardSidebar-module__FLkoma__signOutCollapsed{align-self:center;width:1.75rem;padding:0}@media (max-width:768px){.DashboardSidebar-module__FLkoma__sidebar{pointer-events:none;visibility:hidden;display:none!important}}@media (hover:none) and (pointer:coarse){.DashboardSidebar-module__FLkoma__navLink{min-height:44px}.DashboardSidebar-module__FLkoma__collapseBtn{border-radius:10px;width:44px;height:44px}.DashboardSidebar-module__FLkoma__signOut,.DashboardSidebar-module__FLkoma__profileRow{min-height:44px}}
.toasts-module__J3TXLW__achievementToast{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-md);min-width:240px;display:flex}.toasts-module__J3TXLW__achievementToastIcon{border-radius:var(--radius-full);background:hsl(var(--primary) / .14);width:40px;height:40px;color:hsl(var(--primary));flex-shrink:0;justify-content:center;align-items:center;display:flex}.toasts-module__J3TXLW__achievementToastBody{flex-direction:column;gap:2px;min-width:0;display:flex}.toasts-module__J3TXLW__achievementToastLabel{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));font-size:.6875rem;font-weight:600}.toasts-module__J3TXLW__achievementToastName{color:hsl(var(--foreground));font-size:.9375rem;font-weight:700}
.diagnostic-module__CRluFW__page{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.diagnostic-module__CRluFW__header{align-items:flex-start;gap:var(--space-3);min-width:0;display:flex}.diagnostic-module__CRluFW__headerIcon{color:hsl(var(--muted-foreground));flex-shrink:0;margin-top:5px}.diagnostic-module__CRluFW__title{font-family:var(--font-body);letter-spacing:-.03em;color:hsl(var(--foreground));margin:0;font-size:1.5rem;font-weight:750;line-height:1.2}.diagnostic-module__CRluFW__subtitle{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.9375rem;line-height:1.5}.diagnostic-module__CRluFW__list{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:16px;overflow:hidden}.diagnostic-module__CRluFW__row{align-items:center;gap:var(--space-4);padding:var(--space-5);border-top:1px solid hsl(var(--border));flex-wrap:wrap;transition:background .16s;display:flex}.diagnostic-module__CRluFW__row:first-child{border-top:none}.diagnostic-module__CRluFW__row:hover{background:hsl(var(--muted) / .4)}.diagnostic-module__CRluFW__rowIcon{background:hsl(var(--primary) / .1);width:40px;height:40px;color:hsl(var(--primary));border-radius:12px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;display:flex}.diagnostic-module__CRluFW__rowMain{flex:1;min-width:min(100%,260px)}.diagnostic-module__CRluFW__rowTitle{font-family:var(--font-body);letter-spacing:-.015em;color:hsl(var(--foreground));margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.diagnostic-module__CRluFW__rowDesc{color:hsl(var(--muted-foreground));max-width:56ch;margin:4px 0 0;font-size:.875rem;line-height:1.55}.diagnostic-module__CRluFW__metaRow{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.diagnostic-module__CRluFW__metaChip{background:hsl(var(--muted) / .5);font-variant-numeric:tabular-nums;color:hsl(var(--muted-foreground));border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.diagnostic-module__CRluFW__metaChip svg{flex-shrink:0}.diagnostic-module__CRluFW__rowActions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.diagnostic-module__CRluFW__primaryBtn,.diagnostic-module__CRluFW__outlineBtn{min-height:2.75rem;padding:0 var(--space-5);font-family:var(--font-body);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;font-size:.875rem;font-weight:650;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.diagnostic-module__CRluFW__primaryBtn{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:1px solid #0000}.diagnostic-module__CRluFW__primaryBtn:hover{background:hsl(var(--accent))}.diagnostic-module__CRluFW__primaryBtn:focus-visible,.diagnostic-module__CRluFW__outlineBtn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.diagnostic-module__CRluFW__outlineBtn{border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.diagnostic-module__CRluFW__outlineBtn:hover{border-color:hsl(var(--muted-foreground) / .5);background:hsl(var(--muted) / .4)}.dark .diagnostic-module__CRluFW__outlineBtn:hover{border-color:#4b5263}.diagnostic-module__CRluFW__note{padding:var(--space-4);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));border-radius:16px;margin:0;font-size:.8125rem;line-height:1.5}.diagnostic-module__CRluFW__note strong{color:hsl(var(--foreground))}
.exam-session-module__Mu72Ha__shell{flex-direction:column;height:100%;min-height:0;display:flex}.exam-session-module__Mu72Ha__topBar{border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.exam-session-module__Mu72Ha__sectionName{color:hsl(var(--foreground));flex:1;min-width:0;font-size:14px;font-weight:600}.exam-session-module__Mu72Ha__topRight{flex:1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.exam-session-module__Mu72Ha__calculatorBtn{gap:6px}.exam-session-module__Mu72Ha__timer{font-family:var(--font-mono);background:hsl(var(--muted));color:hsl(var(--foreground));font-variant-numeric:tabular-nums;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:16px;font-weight:700;display:flex}.exam-session-module__Mu72Ha__timerWarn{color:hsl(var(--exam-jamb));background:hsl(var(--exam-jamb) / .12)}.exam-session-module__Mu72Ha__timerDanger{color:hsl(var(--score-negative));background:hsl(var(--score-negative) / .12)}.exam-session-module__Mu72Ha__timerPulse{animation:1s infinite exam-session-module__Mu72Ha__timerPulse}@keyframes exam-session-module__Mu72Ha__timerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.03)}}@media (prefers-reduced-motion:reduce){.exam-session-module__Mu72Ha__timerPulse{animation:none}}.exam-session-module__Mu72Ha__main{flex:1;min-height:0;overflow:hidden}.exam-session-module__Mu72Ha__bottomBar{border-top:1px solid hsl(var(--border));background:hsl(var(--card));flex-shrink:0;align-items:center;gap:12px;padding:12px 20px;display:flex}.exam-session-module__Mu72Ha__bottomSide{flex:1;align-items:center;min-width:0;display:flex}.exam-session-module__Mu72Ha__bottomRight{justify-content:flex-end;gap:10px}.exam-session-module__Mu72Ha__navBtn{flex-shrink:0}.exam-session-module__Mu72Ha__loading{height:100%;color:hsl(var(--muted-foreground));background:hsl(var(--background));justify-content:center;align-items:center;display:flex}.exam-session-module__Mu72Ha__modalOverlay{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.exam-session-module__Mu72Ha__modalCard{border:1px solid hsl(var(--border));background:hsl(var(--card));width:100%;max-width:440px;color:hsl(var(--foreground));border-radius:16px;padding:22px 24px;box-shadow:0 24px 64px #0006}.exam-session-module__Mu72Ha__modalTitle{letter-spacing:-.01em;color:hsl(var(--foreground));margin:0 0 8px;font-size:1.0625rem;font-weight:700}.exam-session-module__Mu72Ha__modalDesc{color:hsl(var(--muted-foreground));margin:0 0 20px;font-size:.9rem;line-height:1.55}.exam-session-module__Mu72Ha__modalActions{justify-content:flex-end;gap:10px;display:flex}.exam-session-module__Mu72Ha__modalGhostBtn,.exam-session-module__Mu72Ha__modalPrimaryBtn,.exam-session-module__Mu72Ha__modalDangerBtn{min-height:2.5rem;font-family:var(--font-body);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:.875rem;font-weight:650;transition:background-color .15s,border-color .15s,opacity .15s;display:inline-flex}.exam-session-module__Mu72Ha__modalGhostBtn{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0}.exam-session-module__Mu72Ha__modalGhostBtn:hover{border-color:hsl(var(--muted-foreground) / .5);background:hsl(var(--muted) / .4)}.exam-session-module__Mu72Ha__modalPrimaryBtn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none}.exam-session-module__Mu72Ha__modalPrimaryBtn:hover{background:var(--btn-primary-hover-bg);color:var(--btn-primary-text);box-shadow:var(--btn-primary-shadow)}.exam-session-module__Mu72Ha__modalDangerBtn{background:hsl(var(--destructive));color:#fff;border:none}.exam-session-module__Mu72Ha__modalDangerBtn:hover{opacity:.9}.exam-session-module__Mu72Ha__modalGhostBtn:disabled,.exam-session-module__Mu72Ha__modalPrimaryBtn:disabled,.exam-session-module__Mu72Ha__modalDangerBtn:disabled{opacity:.6;cursor:default}@media (max-width:768px){.exam-session-module__Mu72Ha__topBar{padding:10px 12px;padding-top:max(10px, env(safe-area-inset-top));flex-wrap:wrap;gap:8px 10px}.exam-session-module__Mu72Ha__sectionName{text-overflow:ellipsis;white-space:nowrap;flex:auto;max-width:calc(100% - 5.5rem);font-size:.8125rem;line-height:1.3;overflow:hidden}.exam-session-module__Mu72Ha__timer{flex-shrink:0;order:0;min-height:40px;padding:6px 10px;font-size:.875rem}.exam-session-module__Mu72Ha__topRight{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:100%;justify-content:flex-end;gap:6px;overflow-x:auto}.exam-session-module__Mu72Ha__topRight::-webkit-scrollbar{display:none}.exam-session-module__Mu72Ha__calculatorBtn{flex-shrink:0}.exam-session-module__Mu72Ha__bottomBar{padding:10px 12px max(12px, env(safe-area-inset-bottom));flex-wrap:wrap;justify-content:space-between;gap:8px}.exam-session-module__Mu72Ha__bottomSide{flex:none}.exam-session-module__Mu72Ha__bottomRight{flex:auto;justify-content:flex-end;gap:8px;min-width:0}.exam-session-module__Mu72Ha__navBtn{min-height:44px}.exam-session-module__Mu72Ha__modalOverlay{padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));align-items:flex-end}.exam-session-module__Mu72Ha__modalCard{border-radius:16px 16px 12px 12px;max-width:none;padding:18px 16px}.exam-session-module__Mu72Ha__modalActions{flex-wrap:wrap}.exam-session-module__Mu72Ha__modalGhostBtn,.exam-session-module__Mu72Ha__modalPrimaryBtn,.exam-session-module__Mu72Ha__modalDangerBtn{flex:auto;min-height:44px}}@media (max-width:480px){.exam-session-module__Mu72Ha__topBar{padding:8px 10px;padding-top:max(8px, env(safe-area-inset-top))}.exam-session-module__Mu72Ha__sectionName{max-width:calc(100% - 5rem);font-size:.75rem}.exam-session-module__Mu72Ha__timer{padding:5px 8px;font-size:.8125rem}.exam-session-module__Mu72Ha__bottomBar{padding:8px 10px max(10px, env(safe-area-inset-bottom))}.exam-session-module__Mu72Ha__bottomRight{order:3;width:100%}.exam-session-module__Mu72Ha__navBtn{flex:auto}}
.error-fallback-module__sgqSpq__wrap{justify-content:center;align-items:center;gap:var(--space-6);min-height:min(420px,60vh);padding:var(--space-10) var(--space-6);text-align:center;flex-direction:column;display:flex}.error-fallback-module__sgqSpq__logo{color:hsl(var(--primary))}.error-fallback-module__sgqSpq__title{font-family:var(--font-display,var(--font-body));color:hsl(var(--foreground));margin:0;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700}.error-fallback-module__sgqSpq__description{max-width:28rem;color:hsl(var(--muted-foreground));margin:0;font-size:.9375rem;line-height:1.6}.error-fallback-module__sgqSpq__actions{justify-content:center;align-items:center;gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.error-fallback-module__sgqSpq__homeLink{color:hsl(var(--primary));transition:color var(--transition-fast);font-size:.9375rem;font-weight:600;text-decoration:none}.error-fallback-module__sgqSpq__homeLink:hover{color:hsl(var(--primary) / .85);text-decoration:underline}
.theme-toggle-module__h4FQQq__toggle{border:1px solid hsl(var(--border));cursor:pointer;width:36px;height:36px;color:hsl(var(--muted-foreground));background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:flex}.theme-toggle-module__h4FQQq__toggle:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.theme-toggle-module__h4FQQq__toggle:disabled{cursor:default}.theme-toggle-module__h4FQQq__iconSlot{justify-content:center;align-items:center;width:17px;height:17px;display:flex}
.DashboardTopBar-module__l_Gw5G__bar{align-items:stretch;gap:var(--space-3);margin-bottom:var(--space-6);width:100%;min-width:0;max-width:100%;padding:var(--space-2) 0;box-sizing:border-box;flex-direction:column;display:flex}.DashboardTopBar-module__l_Gw5G__mobileCourse{width:100%;min-width:0;display:none}.DashboardTopBar-module__l_Gw5G__toolbarRow{justify-content:flex-end;align-items:center;gap:var(--space-3);width:100%;min-width:0;display:flex}.DashboardTopBar-module__l_Gw5G__leading{align-items:center;gap:var(--space-2);justify-content:flex-end;min-width:0;display:flex}.DashboardTopBar-module__l_Gw5G__searchBtn{align-items:center;gap:var(--space-2);width:15rem;height:2.5rem;min-height:2.5rem;padding:0 var(--space-4);background:hsl(var(--muted) / .7);color:hsl(var(--muted-foreground));cursor:pointer;font-size:.875rem;font-family:var(--font-body);box-sizing:border-box;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:12px;transition:border-color .16s,background .16s;display:inline-flex}.DashboardTopBar-module__l_Gw5G__searchBtn:hover{background:hsl(var(--muted))}.DashboardTopBar-module__l_Gw5G__searchBtn:focus-visible{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .14);outline:none}.DashboardTopBar-module__l_Gw5G__searchPlaceholder{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.DashboardTopBar-module__l_Gw5G__searchPlaceholderShort{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;display:none;overflow:hidden}.DashboardTopBar-module__l_Gw5G__searchKbd{opacity:.55;font-size:.6875rem;font-family:var(--font-mono,monospace);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:5px;flex-shrink:0;padding:2px 6px}.DashboardTopBar-module__l_Gw5G__actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.DashboardTopBar-module__l_Gw5G__bugReportBtn{justify-content:center;align-items:center;gap:var(--space-2);min-height:2.5rem;padding:0 var(--space-3);border:1px solid hsl(var(--destructive) / .24);background:hsl(var(--destructive) / .07);color:hsl(var(--foreground));font-family:var(--font-body);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:12px;font-size:.8125rem;font-weight:650;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.DashboardTopBar-module__l_Gw5G__bugReportBtn svg{color:hsl(var(--destructive))}.DashboardTopBar-module__l_Gw5G__bugReportBtn:hover{border-color:hsl(var(--destructive) / .45);background:hsl(var(--destructive) / .12)}.DashboardTopBar-module__l_Gw5G__bugReportBtn:focus-visible{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive) / .14);outline:none}.DashboardTopBar-module__l_Gw5G__orbsBtn{height:2.5rem;padding:0 var(--space-3);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;font-size:.875rem;font-weight:650;font-family:var(--font-body);border-radius:12px;align-items:center;gap:6px;transition:border-color .16s;display:inline-flex}.DashboardTopBar-module__l_Gw5G__orbsBtn:hover{border-color:hsl(var(--muted-foreground) / .5)}.DashboardTopBar-module__l_Gw5G__avatarBtn{border:1px solid hsl(var(--border));background:hsl(var(--muted));cursor:pointer;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;font-family:var(--font-body);-webkit-tap-highlight-color:transparent;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .16s;display:flex;overflow:hidden}.DashboardTopBar-module__l_Gw5G__avatarInitial{color:hsl(var(--foreground));font-size:.8125rem;font-weight:750;line-height:1}.DashboardTopBar-module__l_Gw5G__avatarBtn:hover{border-color:hsl(var(--muted-foreground) / .5)}.DashboardTopBar-module__l_Gw5G__avatarBtn:focus-visible{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .14);outline:none}.DashboardTopBar-module__l_Gw5G__avatarImg{object-fit:cover;border-radius:inherit;width:100%;height:100%}@media (max-width:768px){.DashboardTopBar-module__l_Gw5G__bar{margin-bottom:var(--space-4);gap:var(--space-2);padding:0}.DashboardTopBar-module__l_Gw5G__mobileCourse{display:block}.DashboardTopBar-module__l_Gw5G__toolbarRow{gap:var(--space-2)}.DashboardTopBar-module__l_Gw5G__searchKbd{display:none}.DashboardTopBar-module__l_Gw5G__searchBtn{width:auto;min-width:0;height:44px;min-height:44px;padding:0 var(--space-3);flex:1}.DashboardTopBar-module__l_Gw5G__leading{flex:1;justify-content:stretch;min-width:0}.DashboardTopBar-module__l_Gw5G__avatarBtn{width:44px;min-width:44px;height:44px;min-height:44px}.DashboardTopBar-module__l_Gw5G__actions button{min-width:44px;min-height:44px}.DashboardTopBar-module__l_Gw5G__bugReportBtn{padding-inline:var(--space-3)}.DashboardTopBar-module__l_Gw5G__bugReportBtn span{display:none}}@media (max-width:390px){.DashboardTopBar-module__l_Gw5G__searchPlaceholder{display:none}.DashboardTopBar-module__l_Gw5G__searchPlaceholderShort{display:block}.DashboardTopBar-module__l_Gw5G__searchBtn{padding:0 var(--space-2);gap:var(--space-1)}}@media (prefers-reduced-motion:reduce){.DashboardTopBar-module__l_Gw5G__searchBtn,.DashboardTopBar-module__l_Gw5G__bugReportBtn,.DashboardTopBar-module__l_Gw5G__avatarBtn,.DashboardTopBar-module__l_Gw5G__orbsBtn{transition:none}}
.MobileTabBar-module__ygATFW__tabBar{display:none}@media (max-width:768px){.MobileTabBar-module__ygATFW__tabBar{z-index:50;min-height:var(--dashboard-mobile-tabbar-height,56px);box-sizing:border-box;width:100%;max-width:100vw;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px);background:hsl(var(--card));border-top:1px solid hsl(var(--border));box-shadow:none;-webkit-tap-highlight-color:transparent;justify-content:space-around;align-items:stretch;gap:0;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:clip}.MobileTabBar-module__ygATFW__tab{min-width:0;min-height:48px;color:hsl(var(--muted-foreground));font-family:var(--font-body);letter-spacing:.01em;cursor:pointer;transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:2px;padding:8px 2px 10px;font-size:.625rem;font-weight:600;text-decoration:none;display:flex}.MobileTabBar-module__ygATFW__tab:hover{color:hsl(var(--foreground))}.MobileTabBar-module__ygATFW__tab:focus-visible{color:hsl(var(--primary));box-shadow:inset 0 0 0 2px hsl(var(--primary) / .35);outline:none}.MobileTabBar-module__ygATFW__tabActive{color:hsl(var(--primary))}.MobileTabBar-module__ygATFW__tabLabel{text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.1;overflow:hidden}}.MobileTabBar-module__ygATFW__moreSheet{width:100%;max-width:100vw;max-height:min(88dvh,640px);padding:0;padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:border-box;color:hsl(var(--foreground));font-family:var(--font-body);margin:0;font-size:.9375rem;overflow:hidden;background:hsl(var(--background))!important;border:none!important;border-top:1px solid hsl(var(--border))!important;box-shadow:none!important;border-top-left-radius:1.25rem!important;border-top-right-radius:1.25rem!important;flex-direction:column!important;gap:0!important;display:flex!important}.MobileTabBar-module__ygATFW__moreHandle{background:hsl(var(--border));border-radius:999px;flex-shrink:0;width:36px;height:4px;margin:10px auto 2px}.MobileTabBar-module__ygATFW__moreHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4) var(--space-3);border-bottom:1px solid hsl(var(--border));flex-shrink:0;margin:0;flex-direction:row!important;display:flex!important}.MobileTabBar-module__ygATFW__moreTitle{letter-spacing:-.02em;margin:0;padding:0;line-height:1.2;font-family:var(--font-body)!important;color:hsl(var(--foreground))!important;font-size:1.0625rem!important;font-weight:700!important}.MobileTabBar-module__ygATFW__moreClose{border:1px solid hsl(var(--border));border-radius:var(--radius-md);background:hsl(var(--card));width:44px;height:44px;color:hsl(var(--muted-foreground));cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.MobileTabBar-module__ygATFW__moreClose:hover{background:hsl(var(--muted) / .55);color:hsl(var(--foreground));border-color:hsl(var(--border))}.MobileTabBar-module__ygATFW__moreClose:focus-visible{border-color:hsl(var(--primary) / .55);box-shadow:0 0 0 3px hsl(var(--primary) / .22);color:hsl(var(--primary));outline:none}.MobileTabBar-module__ygATFW__moreNav{gap:var(--space-4);min-width:0;max-width:100%;min-height:0;padding:var(--space-3) var(--space-4) var(--space-5);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;flex:auto;display:flex;overflow:hidden auto}.MobileTabBar-module__ygATFW__moreGroup{min-width:0;max-width:100%;padding:var(--space-1);border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background:hsl(var(--card));box-sizing:border-box;flex-direction:column;gap:1px;display:flex}.MobileTabBar-module__ygATFW__moreLink{align-items:center;gap:var(--space-3);box-sizing:border-box;border-radius:var(--radius-md);width:100%;min-width:0;min-height:44px;font-family:var(--font-body);color:hsl(var(--foreground));text-align:left;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;padding:10px 12px;font-size:.9375rem;font-weight:550;line-height:1.25;text-decoration:none;display:flex}.MobileTabBar-module__ygATFW__moreLink:hover{background:hsl(var(--muted) / .55);color:hsl(var(--foreground));text-decoration:none}.MobileTabBar-module__ygATFW__moreLink:focus-visible{box-shadow:inset 0 0 0 2px hsl(var(--primary) / .35);outline:none}.MobileTabBar-module__ygATFW__moreLink:active{background:hsl(var(--muted) / .75)}.MobileTabBar-module__ygATFW__moreLinkActive{background:hsl(var(--primary) / .1);color:hsl(var(--primary));font-weight:650}.MobileTabBar-module__ygATFW__moreLinkActive:hover{background:hsl(var(--primary) / .14);color:hsl(var(--primary))}.MobileTabBar-module__ygATFW__moreLinkIcon{color:hsl(var(--muted-foreground));flex-shrink:0}.MobileTabBar-module__ygATFW__moreLinkActive .MobileTabBar-module__ygATFW__moreLinkIcon{color:hsl(var(--primary))}.MobileTabBar-module__ygATFW__moreLinkLabel{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.MobileTabBar-module__ygATFW__moreLinkStack{flex-direction:column;flex:auto;gap:.1rem;min-width:0;line-height:1.15;display:flex}.MobileTabBar-module__ygATFW__moreLinkHint{color:hsl(var(--muted-foreground));font-size:.6875rem;font-weight:500}.MobileTabBar-module__ygATFW__moreLinkActive .MobileTabBar-module__ygATFW__moreLinkHint{color:hsl(var(--primary) / .85)}.MobileTabBar-module__ygATFW__moreExternal{opacity:.45;color:hsl(var(--muted-foreground));flex-shrink:0;margin-left:auto}.MobileTabBar-module__ygATFW__moreSection{border:none;flex-direction:column;gap:2px;min-width:0;margin:0;padding:0;display:flex}.MobileTabBar-module__ygATFW__moreSectionLabel{margin:0 0 var(--space-2);text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--muted-foreground));padding:0 2px;font-size:.6875rem;font-weight:700}.MobileTabBar-module__ygATFW__moreSectionBody{padding:var(--space-1);border:1px solid hsl(var(--border));border-radius:var(--radius-lg);background:hsl(var(--card));box-sizing:border-box;flex-direction:column;gap:1px;min-width:0;max-width:100%;display:flex}.MobileTabBar-module__ygATFW__upgradeLink{box-sizing:border-box;border-radius:var(--radius-md);background:hsl(var(--primary));min-height:44px;color:hsl(var(--primary-foreground));font-family:var(--font-body);text-align:center;border:none;justify-content:center;align-items:center;margin:0;padding:12px 14px;font-size:.875rem;font-weight:700;text-decoration:none;display:flex}.MobileTabBar-module__ygATFW__upgradeLink:hover{filter:brightness(1.04);color:hsl(var(--primary-foreground));text-decoration:none}.MobileTabBar-module__ygATFW__profileRow{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--card));box-sizing:border-box;min-width:0;max-width:100%;margin:0;padding:12px;display:flex}.MobileTabBar-module__ygATFW__profileMeta{flex:auto;min-width:0}.MobileTabBar-module__ygATFW__avatar{background:hsl(var(--primary) / .12);border:1px solid hsl(var(--primary) / .22);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;overflow:hidden}.MobileTabBar-module__ygATFW__avatarInitial{color:hsl(var(--primary));font-size:.875rem;font-weight:750;line-height:1}.MobileTabBar-module__ygATFW__avatarImg{object-fit:cover;border-radius:inherit;width:100%;height:100%}.MobileTabBar-module__ygATFW__profileName{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:.875rem;font-weight:650;overflow:hidden}.MobileTabBar-module__ygATFW__profileEmail{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:2px 0 0;font-size:.75rem;overflow:hidden}.MobileTabBar-module__ygATFW__profileMemberSince{color:hsl(var(--muted-foreground) / .9);margin:2px 0 0;font-size:.6875rem}.MobileTabBar-module__ygATFW__moreFooter{min-width:0;padding-top:var(--space-1);flex-direction:column;gap:2px;display:flex}@media (max-width:390px){.MobileTabBar-module__ygATFW__tab{padding-left:1px;padding-right:1px;font-size:.5625rem}.MobileTabBar-module__ygATFW__moreNav{padding-left:var(--space-3);padding-right:var(--space-3)}.MobileTabBar-module__ygATFW__moreLink{padding-left:10px;padding-right:10px;font-size:.875rem}}@media (prefers-reduced-motion:reduce){.MobileTabBar-module__ygATFW__tab,.MobileTabBar-module__ygATFW__moreLink,.MobileTabBar-module__ygATFW__moreClose{transition:none}}.dark .MobileTabBar-module__ygATFW__moreSheet{background:hsl(var(--background))!important;border-top-color:hsl(var(--border))!important}:is(.dark .MobileTabBar-module__ygATFW__moreGroup,.dark .MobileTabBar-module__ygATFW__moreSectionBody,.dark .MobileTabBar-module__ygATFW__profileRow){background:hsl(var(--card));border-color:hsl(var(--border))}.dark .MobileTabBar-module__ygATFW__moreClose{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .MobileTabBar-module__ygATFW__moreHandle{background:hsl(var(--muted-foreground) / .35)}.dark .MobileTabBar-module__ygATFW__moreLinkActive{background:hsl(var(--primary) / .16)}
.AiKeyPrompt-module__vvT78G__overlay{z-index:70;padding:var(--space-4);background:hsl(var(--foreground) / .4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AiKeyPrompt-module__vvT78G__modal{border:1px solid hsl(var(--border));background:hsl(var(--card));width:min(440px,100%);padding:var(--space-5);border-radius:16px}.AiKeyPrompt-module__vvT78G__header{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.AiKeyPrompt-module__vvT78G__header h2{align-items:center;gap:var(--space-2);font-family:var(--font-body);letter-spacing:-.015em;color:hsl(var(--foreground));margin:0;font-size:1.0625rem;font-weight:700;display:inline-flex}.AiKeyPrompt-module__vvT78G__close{width:2rem;height:2rem;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .16s,color .16s;display:inline-flex}.AiKeyPrompt-module__vvT78G__close:hover{background:hsl(var(--muted) / .4);color:hsl(var(--foreground))}.AiKeyPrompt-module__vvT78G__body{color:hsl(var(--muted-foreground));margin:0 0 var(--space-3);font-size:.875rem;line-height:1.6}.AiKeyPrompt-module__vvT78G__linkRow{margin:0 0 var(--space-3);font-size:.875rem}.AiKeyPrompt-module__vvT78G__link{color:hsl(var(--primary));font-weight:600;text-decoration:none}.AiKeyPrompt-module__vvT78G__link:hover{text-decoration:underline}.AiKeyPrompt-module__vvT78G__input{width:100%;height:2.75rem;padding:0 var(--space-4);border:1.5px solid hsl(var(--input));font-family:var(--font-body);background:hsl(var(--muted) / .35);color:hsl(var(--foreground));border-radius:10px;font-size:.9375rem;transition:border-color .16s,box-shadow .16s}.AiKeyPrompt-module__vvT78G__input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary) / .12);outline:none}.AiKeyPrompt-module__vvT78G__error{margin:var(--space-2) 0 0;color:hsl(var(--destructive));font-size:.8125rem}.AiKeyPrompt-module__vvT78G__footer{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.AiKeyPrompt-module__vvT78G__cancel,.AiKeyPrompt-module__vvT78G__save{min-height:2.5rem;padding:0 var(--space-4);cursor:pointer;font-size:.875rem;font-weight:650;font-family:var(--font-body);border-radius:10px;justify-content:center;align-items:center;transition:background .16s,border-color .16s;display:inline-flex}.AiKeyPrompt-module__vvT78G__cancel{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground))}.AiKeyPrompt-module__vvT78G__cancel:hover:not(:disabled){border-color:hsl(var(--muted-foreground) / .5);background:hsl(var(--muted) / .4)}.AiKeyPrompt-module__vvT78G__save{border:1px solid hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.AiKeyPrompt-module__vvT78G__save:hover:not(:disabled){background:hsl(var(--primary) / .9)}.AiKeyPrompt-module__vvT78G__cancel:disabled,.AiKeyPrompt-module__vvT78G__save:disabled{opacity:.6;cursor:not-allowed}
.org-module__SepD-G__shell{background:hsl(var(--background));min-height:100dvh;color:hsl(var(--foreground));display:flex}.org-module__SepD-G__main{min-width:0;padding:var(--space-8) var(--space-10);flex:1;overflow-x:hidden}@media (max-width:768px){.org-module__SepD-G__shell{flex-direction:column}.org-module__SepD-G__main{padding:var(--space-5) var(--space-4)}}.org-module__SepD-G__pageHeaderRow{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.org-module__SepD-G__headerActions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.org-module__SepD-G__headerThemeToggle{display:none}@media (min-width:768px){.org-module__SepD-G__headerThemeToggle{display:flex}}.org-module__SepD-G__pageHeader{flex:1;min-width:0;margin-bottom:0}.org-module__SepD-G__pageTitle{margin-bottom:var(--space-2);letter-spacing:-.02em;color:hsl(var(--foreground));font-size:clamp(1.5rem,2.5vw,1.875rem)}.org-module__SepD-G__pageSubtitle{color:hsl(var(--muted-foreground));margin:0;font-size:.9375rem;line-height:1.5}.org-module__SepD-G__statsRow{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1024px){.org-module__SepD-G__statsRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.org-module__SepD-G__statsRow{grid-template-columns:1fr}}.org-module__SepD-G__grid2{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:1024px){.org-module__SepD-G__grid2{grid-template-columns:1fr}}.org-module__SepD-G__card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5)}.org-module__SepD-G__cardTitle{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin:0 0 var(--space-4);font-size:.75rem;font-weight:700}.org-module__SepD-G__tableWrap{overflow-x:auto}.org-module__SepD-G__emptyState{padding:var(--space-8) var(--space-4);text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.org-module__SepD-G__toolbar{gap:var(--space-3);margin-bottom:var(--space-5);flex-wrap:wrap;align-items:flex-end;display:flex}.org-module__SepD-G__toolbarField{flex-direction:column;gap:.35rem;min-width:12rem;display:flex}.org-module__SepD-G__toolbarLabel{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.org-module__SepD-G__toolbarGrow{flex:1;min-width:200px}.org-module__SepD-G__filterSelect{padding:var(--space-2) var(--space-4);border:1px solid hsl(var(--input));border-radius:var(--radius-md);font-family:var(--font-body);background:hsl(var(--card));color:hsl(var(--foreground));font-size:.875rem}.org-module__SepD-G__filterSelect option{background:hsl(var(--popover));color:hsl(var(--popover-foreground))}.org-module__SepD-G__progressBar{background:hsl(var(--border));border-radius:var(--radius-full);min-width:80px;height:6px;overflow:hidden}.org-module__SepD-G__progressFill{background:linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));height:100%}.org-module__SepD-G__progressLabel{color:hsl(var(--muted-foreground));margin-top:var(--space-1);font-size:.75rem}.org-module__SepD-G__reportsGrid{gap:var(--space-5);margin-bottom:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:1024px){.org-module__SepD-G__reportsGrid{grid-template-columns:1fr}}.org-module__SepD-G__chartCard{min-height:300px}.org-module__SepD-G__chartTitle{color:hsl(var(--foreground));margin-bottom:var(--space-4);font-size:.9375rem;font-weight:700}.org-module__SepD-G__emptyChart{height:220px;color:hsl(var(--muted-foreground));text-align:center;padding:var(--space-4);justify-content:center;align-items:center;font-size:.875rem;display:flex}.org-module__SepD-G__heatmapSection{margin-bottom:var(--space-6)}.org-module__SepD-G__heatmapGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.org-module__SepD-G__heatmapCell{aspect-ratio:1;border-radius:var(--radius-md);padding:var(--space-2);text-align:center;justify-content:center;align-items:center;gap:var(--space-1);border:1px solid hsl(var(--border));flex-direction:column;display:flex}.org-module__SepD-G__heatmapTopic{color:inherit;font-size:.6875rem;font-weight:600;line-height:1.2}.org-module__SepD-G__heatmapAccuracy{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:800}.org-module__SepD-G__heatmapAttempted{opacity:.85;font-size:.625rem}.org-module__SepD-G__heatmapNone{background:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground))}.org-module__SepD-G__heatmapGood{background:hsl(var(--score-positive) / .85);color:hsl(var(--primary-foreground))}.org-module__SepD-G__heatmapMid{background:hsl(var(--exam-jamb) / .9);color:hsl(var(--primary-foreground))}.org-module__SepD-G__heatmapLow{background:hsl(var(--score-negative) / .85);color:hsl(var(--primary-foreground))}.org-module__SepD-G__loading{color:hsl(var(--muted-foreground));font-size:.9375rem}.org-module__SepD-G__inviteFields{gap:var(--space-4);flex-direction:column;display:flex}.org-module__SepD-G__memberIdentity{align-items:center;gap:var(--space-3);display:flex}.org-module__SepD-G__memberName{color:hsl(var(--foreground));font-weight:600}.org-module__SepD-G__memberEmail{color:hsl(var(--muted-foreground));font-size:.75rem}.org-module__SepD-G__placeholderPage{padding:var(--space-6) 0 var(--space-8);text-align:center;color:hsl(var(--muted-foreground))}.org-module__SepD-G__manageMembersLink{margin-top:var(--space-4);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:600;display:inline-flex}.org-module__SepD-G__chartCard .recharts-default-tooltip{background:hsl(var(--popover))!important;border:1px solid hsl(var(--border))!important;border-radius:var(--radius-md)!important;color:hsl(var(--popover-foreground))!important;box-shadow:var(--shadow-sm)!important}.org-module__SepD-G__chartCard .recharts-tooltip-label{color:hsl(var(--muted-foreground))!important}.org-module__SepD-G__chartCard .recharts-tooltip-item{color:hsl(var(--foreground))!important}.org-module__SepD-G__chartCard .recharts-legend-item-text{color:hsl(var(--muted-foreground))!important}.org-module__SepD-G__chartCard .recharts-cartesian-axis-tick-value{fill:hsl(var(--muted-foreground))}
.mistakes-page-module__GKy-lW__shell{gap:var(--space-4);flex-direction:column;min-width:0;max-width:920px;display:flex}.mistakes-page-module__GKy-lW__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.mistakes-page-module__GKy-lW__titleRow{align-items:flex-start;gap:10px;display:flex}.mistakes-page-module__GKy-lW__titleBlock{flex-direction:column;gap:2px;min-width:0;display:flex}.mistakes-page-module__GKy-lW__titleIcon{color:hsl(var(--destructive));flex-shrink:0;display:inline-flex}.mistakes-page-module__GKy-lW__title{font-family:var(--font-body);letter-spacing:-.025em;color:hsl(var(--foreground));margin:0;font-size:1.625rem;font-weight:800;line-height:1.15}.mistakes-page-module__GKy-lW__count{color:hsl(var(--muted-foreground));font-weight:700}.mistakes-page-module__GKy-lW__courseScope{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.875rem;line-height:1.4}.mistakes-page-module__GKy-lW__courseScope strong{color:hsl(var(--foreground));font-weight:600}.mistakes-page-module__GKy-lW__practiceAll{background:hsl(var(--foreground));min-height:2.75rem;color:hsl(var(--background));font-family:var(--font-body);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:8px;padding:0 20px;font-size:.875rem;font-weight:700;transition:transform .12s,opacity .12s;display:inline-flex}.mistakes-page-module__GKy-lW__practiceAll:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.mistakes-page-module__GKy-lW__practiceAll:disabled{opacity:.4;cursor:not-allowed}.mistakes-page-module__GKy-lW__filters{flex-wrap:wrap;gap:10px;display:flex}.mistakes-page-module__GKy-lW__selectWrap{display:inline-flex;position:relative}.mistakes-page-module__GKy-lW__selectWrap:after{content:"";border-right:2px solid hsl(var(--muted-foreground));border-bottom:2px solid hsl(var(--muted-foreground));pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:14px;transform:translateY(-70%)rotate(45deg)}.mistakes-page-module__GKy-lW__select{appearance:none;border:1px solid hsl(var(--border));background:hsl(var(--card));min-height:2.5rem;color:hsl(var(--foreground));font-family:var(--font-body);cursor:pointer;border-radius:999px;padding:0 38px 0 16px;font-size:.8125rem;font-weight:650;transition:border-color .12s,background-color .12s}.mistakes-page-module__GKy-lW__select:hover{border-color:hsl(var(--muted-foreground) / .5)}.mistakes-page-module__GKy-lW__select:focus-visible{border-color:hsl(var(--primary));outline:none}.mistakes-page-module__GKy-lW__aiCard{border:1px solid hsl(var(--primary) / .35);background:hsl(var(--primary) / .06);border-radius:18px;gap:14px;padding:18px 20px;display:flex}.mistakes-page-module__GKy-lW__aiIcon{background:hsl(var(--primary) / .15);width:38px;height:38px;color:hsl(var(--primary));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.mistakes-page-module__GKy-lW__aiBody{min-width:0}.mistakes-page-module__GKy-lW__aiTitle{letter-spacing:-.01em;color:hsl(var(--foreground));margin:2px 0 4px;font-size:.9375rem;font-weight:750}.mistakes-page-module__GKy-lW__aiText{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem;line-height:1.55}.mistakes-page-module__GKy-lW__aiText strong{color:hsl(var(--foreground));font-weight:700}.mistakes-page-module__GKy-lW__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mistakes-page-module__GKy-lW__row{text-align:left;border:1px solid hsl(var(--border));background:hsl(var(--card));cursor:pointer;border-radius:16px;align-items:flex-start;gap:14px;width:100%;padding:16px 18px;transition:border-color .12s,background-color .12s,transform .12s;display:flex}.mistakes-page-module__GKy-lW__row:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--muted) / .35);transform:translateY(-1px)}.mistakes-page-module__GKy-lW__rowIcon{color:hsl(var(--destructive));flex-shrink:0;margin-top:1px;display:inline-flex}.mistakes-page-module__GKy-lW__rowBody{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.mistakes-page-module__GKy-lW__tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mistakes-page-module__GKy-lW__tag{background:hsl(var(--muted) / .7);color:hsl(var(--muted-foreground));white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:650;display:inline-flex}.mistakes-page-module__GKy-lW__diff_easy{background:hsl(var(--score-positive) / .14);color:#178c42}.mistakes-page-module__GKy-lW__diff_medium{color:#ae6613;background:#f59f0a29}.mistakes-page-module__GKy-lW__diff_hard{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.dark .mistakes-page-module__GKy-lW__diff_easy{color:#57db87}.dark .mistakes-page-module__GKy-lW__diff_medium{color:#f7b645}.dark .mistakes-page-module__GKy-lW__diff_hard{color:#f07575}.mistakes-page-module__GKy-lW__attemptTag{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive));white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:650;display:inline-flex}.dark .mistakes-page-module__GKy-lW__attemptTag{color:#f17e7e}.mistakes-page-module__GKy-lW__correctedTag{background:hsl(var(--score-positive) / .14);color:#178c42;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:650;display:inline-flex}.dark .mistakes-page-module__GKy-lW__correctedTag{color:#57db87}.mistakes-page-module__GKy-lW__date{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600}.mistakes-page-module__GKy-lW__excerpt{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:550;line-height:1.5;display:-webkit-box;overflow:hidden}.mistakes-page-module__GKy-lW__rowArrow{color:hsl(var(--muted-foreground));opacity:0;flex-shrink:0;align-self:center;transition:opacity .12s,transform .12s;display:inline-flex}.mistakes-page-module__GKy-lW__row:hover .mistakes-page-module__GKy-lW__rowArrow{opacity:1;transform:translate(2px)}.mistakes-page-module__GKy-lW__loading{padding:var(--space-5);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));border-radius:16px;margin:0;font-size:.875rem}.mistakes-page-module__GKy-lW__noMatches{padding:var(--space-6) var(--space-5);border:1px dashed hsl(var(--border));background:hsl(var(--card));text-align:center;color:hsl(var(--muted-foreground));border-radius:16px;font-size:.9375rem}.mistakes-page-module__GKy-lW__emptyState{padding:var(--space-7) var(--space-5);border:1px solid hsl(var(--border));background:hsl(var(--card));text-align:center;border-radius:20px;flex-direction:column;align-items:center;display:flex}.mistakes-page-module__GKy-lW__emptyIcon{width:64px;height:64px;margin-bottom:var(--space-3);background:hsl(var(--score-positive) / .12);color:hsl(var(--score-positive));border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.mistakes-page-module__GKy-lW__emptyTitle{font-family:var(--font-body);letter-spacing:-.02em;margin:0 0 var(--space-2);color:hsl(var(--foreground));font-size:1.25rem;font-weight:800}.mistakes-page-module__GKy-lW__emptyDesc{margin:0 auto var(--space-4);max-width:42ch;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.5}.mistakes-page-module__GKy-lW__emptyLink{background:hsl(var(--foreground));min-height:2.75rem;color:hsl(var(--background));font-family:var(--font-body);border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .12s;display:inline-flex}.mistakes-page-module__GKy-lW__emptyLink:hover{opacity:.92}@media (max-width:640px){.mistakes-page-module__GKy-lW__filters,.mistakes-page-module__GKy-lW__selectWrap,.mistakes-page-module__GKy-lW__select{width:100%}.mistakes-page-module__GKy-lW__practiceAll{justify-content:center;width:100%}.mistakes-page-module__GKy-lW__rowArrow{display:none}}@media (max-width:480px){.mistakes-page-module__GKy-lW__shell{gap:var(--space-3)}.mistakes-page-module__GKy-lW__header{flex-direction:column;align-items:stretch}.mistakes-page-module__GKy-lW__title{font-size:1.375rem}.mistakes-page-module__GKy-lW__titleRow{gap:8px}.mistakes-page-module__GKy-lW__practiceAll,.mistakes-page-module__GKy-lW__select{min-height:2.75rem}.mistakes-page-module__GKy-lW__aiCard{flex-direction:column;gap:10px;padding:14px 16px}.mistakes-page-module__GKy-lW__row{gap:10px;min-height:52px;padding:14px}.mistakes-page-module__GKy-lW__excerpt{font-size:.875rem}.mistakes-page-module__GKy-lW__emptyLink{width:100%;min-height:2.75rem}}
.saved-module__1586BW__page{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.saved-module__1586BW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}.saved-module__1586BW__headerCopy{min-width:220px}.saved-module__1586BW__titleRow{align-items:center;gap:var(--space-2);display:flex}.saved-module__1586BW__titleIcon{color:hsl(var(--muted-foreground));flex-shrink:0}.saved-module__1586BW__title{font-family:var(--font-body);letter-spacing:-.02em;color:hsl(var(--foreground));margin:0;font-size:1.5rem;font-weight:750;line-height:1.2}.saved-module__1586BW__subtitle{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.9375rem;line-height:1.5}.saved-module__1586BW__reviewBtn{background:hsl(var(--primary));min-height:2.5rem;color:hsl(var(--primary-foreground));font-family:var(--font-body);white-space:nowrap;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:0 18px;font-size:.875rem;font-weight:650;transition:background-color .15s;display:inline-flex}.saved-module__1586BW__reviewBtn:hover:not(:disabled){background:hsl(var(--accent))}.saved-module__1586BW__reviewBtn:disabled{opacity:.5;cursor:not-allowed}.saved-module__1586BW__filterRow{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.saved-module__1586BW__segmented{background:hsl(var(--muted) / .6);border-radius:10px;align-items:center;gap:2px;padding:3px;display:inline-flex}.saved-module__1586BW__segment{font-family:var(--font-body);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 14px;font-size:.8125rem;font-weight:600;transition:background-color .15s,color .15s}.saved-module__1586BW__segment:hover{color:hsl(var(--foreground))}.saved-module__1586BW__segmentActive{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}.saved-module__1586BW__sortSelect{border:1px solid hsl(var(--border));background:hsl(var(--card));min-height:2.25rem;font-family:var(--font-body);color:hsl(var(--foreground));cursor:pointer;border-radius:10px;padding:0 10px;font-size:.8125rem;font-weight:600}.saved-module__1586BW__listPanel{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:16px;overflow:hidden}.saved-module__1586BW__list{margin:0;padding:0;list-style:none}.saved-module__1586BW__row{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);transition:background-color .15s;display:flex}.saved-module__1586BW__row+.saved-module__1586BW__row{border-top:1px solid hsl(var(--border))}.saved-module__1586BW__row:hover{background:hsl(var(--muted) / .4)}.saved-module__1586BW__rowBody{flex:1;min-width:0}.saved-module__1586BW__meta{color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 4px;font-size:.75rem;font-weight:600;display:flex}.saved-module__1586BW__metaDot{color:hsl(var(--muted-foreground))}.saved-module__1586BW__excerpt{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.saved-module__1586BW__rowActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.saved-module__1586BW__actionPill{border:1px solid hsl(var(--border));background:hsl(var(--card));font-family:var(--font-body);color:hsl(var(--foreground));white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:7px 14px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s;display:inline-flex}.saved-module__1586BW__actionPill:hover:not(:disabled){border-color:hsl(var(--muted-foreground) / .5);background:hsl(var(--muted) / .4)}.saved-module__1586BW__actionPill:disabled{opacity:.5;cursor:not-allowed}.saved-module__1586BW__removePill{color:hsl(var(--muted-foreground))}.saved-module__1586BW__removePill:hover:not(:disabled){color:hsl(var(--destructive))}.dark .saved-module__1586BW__actionPill:hover:not(:disabled){border-color:hsl(var(--border))}.saved-module__1586BW__noMatches{padding:var(--space-4);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));text-align:center;border-radius:16px;margin:0;font-size:.875rem}.saved-module__1586BW__loading{padding:var(--space-5);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));border-radius:16px;margin:0;font-size:.875rem}.saved-module__1586BW__empty{padding:var(--space-7) var(--space-5);border:1px solid hsl(var(--border));background:hsl(var(--card));text-align:center;border-radius:16px;flex-direction:column;align-items:center;display:flex}.saved-module__1586BW__emptyIcon{width:64px;height:64px;margin-bottom:var(--space-3);background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.saved-module__1586BW__emptyTitle{font-family:var(--font-body);letter-spacing:-.02em;margin:0 0 var(--space-2);color:hsl(var(--foreground));font-size:1.25rem;font-weight:750}.saved-module__1586BW__emptyText{margin:0 auto var(--space-4);max-width:40ch;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.5}.saved-module__1586BW__emptyCta{background:hsl(var(--primary));min-height:2.5rem;color:hsl(var(--primary-foreground));font-family:var(--font-body);border-radius:10px;justify-content:center;align-items:center;padding:0 18px;font-size:.875rem;font-weight:650;text-decoration:none;transition:background-color .15s;display:inline-flex}.saved-module__1586BW__emptyCta:hover{background:hsl(var(--accent))}@media (max-width:640px){.saved-module__1586BW__row{flex-direction:column;align-items:stretch}.saved-module__1586BW__rowActions{justify-content:flex-start}}@media (max-width:480px){.saved-module__1586BW__rowActions{flex-wrap:wrap;width:100%}.saved-module__1586BW__rowActions :is(button,a){flex:auto;justify-content:center;min-height:2.75rem}}
