.QuestionCard_card__Kc8QJ{background:var(--bg-secondary);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border);animation:QuestionCard_fadeIn__DVk2t .5s ease-out}.QuestionCard_questionText__wI6fp{font-size:1.5rem;font-weight:600;margin-bottom:2rem;line-height:1.6;color:var(--text-primary)}.QuestionCard_imageContainer__9JEQa{width:100%;max-width:450px;margin:0 auto 2rem;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);display:flex;justify-content:center;background:#fff;max-height:350px}.QuestionCard_questionImage__MK4Wr{max-width:100%;max-height:100%;height:auto;width:auto;display:block;object-fit:contain}.QuestionCard_options__Fu__s{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.QuestionCard_option__s_uGV{background:var(--bg-tertiary);border:2px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;font-size:1.1rem;text-align:left;cursor:pointer;transition:all var(--transition-normal);display:flex;align-items:center;gap:1rem;position:relative}.QuestionCard_option__s_uGV:hover:not(:disabled){border-color:var(--primary);transform:translateX(8px);box-shadow:var(--shadow-md)}.QuestionCard_optionSelected__4_ZWR{background:rgba(99,102,241,.2);border:2px solid var(--primary);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;font-size:1.1rem;text-align:left;cursor:pointer;transition:all var(--transition-normal);display:flex;align-items:center;gap:1rem;position:relative;box-shadow:0 0 20px rgba(99,102,241,.3)}.QuestionCard_optionCorrect__6g1Zd{background:rgba(16,185,129,.2)!important;border-color:var(--success)!important;animation:QuestionCard_correctPulse__1oZBy .5s ease-out}.QuestionCard_optionIncorrect__IfcV7{background:rgba(239,68,68,.2)!important;border-color:var(--error)!important;animation:QuestionCard_shake__OSqJ5 .5s ease-out}.QuestionCard_optionDisabled__hg3vB{opacity:.6;cursor:not-allowed}.QuestionCard_optionId__cuZGg{font-weight:700;font-size:1.2rem;min-width:30px;color:var(--primary)}.QuestionCard_optionText__yzj4G{flex:1 1;color:var(--text-primary)}.QuestionCard_checkmark__ErUCt{font-size:1.5rem;color:var(--success);font-weight:700}.QuestionCard_crossmark__wizF7{font-size:1.5rem;color:var(--error);font-weight:700}.QuestionCard_explanations__n22oq{background:rgba(99,102,241,.05);border:1px solid var(--primary);border-radius:var(--radius-lg);padding:1.5rem;animation:QuestionCard_fadeIn__DVk2t .5s ease-out}.QuestionCard_explanationsTitle__kEfMD{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}.QuestionCard_explanation__uuPrz{background:var(--bg-tertiary);border-left:3px solid var(--border)}.QuestionCard_explanationCorrect__z0_GU,.QuestionCard_explanation__uuPrz{padding:1rem;margin-bottom:.75rem;border-radius:var(--radius-md);line-height:1.6}.QuestionCard_explanationCorrect__z0_GU{background:rgba(16,185,129,.1);border-left:3px solid var(--success)}.QuestionCard_explanationCorrect__z0_GU:last-child,.QuestionCard_explanation__uuPrz:last-child{margin-bottom:0}@keyframes QuestionCard_correctPulse__1oZBy{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes QuestionCard_shake__OSqJ5{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@media (max-width:768px){.QuestionCard_card__Kc8QJ{padding:1.5rem}.QuestionCard_questionText__wI6fp{font-size:1.25rem}.QuestionCard_optionSelected__4_ZWR,.QuestionCard_option__s_uGV{font-size:1rem;padding:1rem}}.TestSimulator_container__Uslh5{display:flex;flex-direction:column;width:100%;max-width:800px;margin:0 auto}.TestSimulator_timerBar__4avt3{position:-webkit-sticky;position:sticky;top:0;background:#1e293b;padding:1rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;border:1px solid hsla(0,0%,100%,.1);z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.3)}.TestSimulator_timer__i7H0a{font-family:Monaco,Consolas,monospace;font-size:1.5rem;font-weight:700;color:#f8fafc;display:flex;align-items:center;gap:.5rem}.TestSimulator_timerWarning__6ZjZM{color:#ef4444;animation:TestSimulator_pulse__dD2Z8 1s infinite}@keyframes TestSimulator_pulse__dD2Z8{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.TestSimulator_progressInfo__jlWKE{font-size:.9rem;color:#94a3b8;background:hsla(0,0%,100%,.05);padding:.25rem .75rem;border-radius:99px}.TestSimulator_main__0KPBA{flex:1 1;display:flex;flex-direction:column;gap:2rem}.TestSimulator_controls__Hf9WD{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.TestSimulator_completionCard__1BVr3{background:#1e293b;border-radius:16px;padding:3rem 2rem;text-align:center;border:1px solid hsla(0,0%,100%,.1);max-width:600px;margin:2rem auto;width:100%}.TestSimulator_scoreDisplay__eNwQ1{margin:2rem 0}.TestSimulator_scoreCircle__V1nyh{width:120px;height:120px;border-radius:50%;border:6px solid #6366f1;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:800;background:rgba(0,0,0,.2)}.TestSimulator_fomoBox__QaO7W{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(236,72,153,.1));border:1px solid rgba(99,102,241,.2);border-radius:12px}@media (max-width:640px){.TestSimulator_timerBar__4avt3{flex-direction:column;gap:.5rem;padding:.75rem}.TestSimulator_controls__Hf9WD{flex-direction:column}.TestSimulator_controls__Hf9WD button{width:100%}}.TestSimulator_reviewBtnMain__hoMlq{background:#6366f1;color:#fff;padding:1.25rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;width:100%;box-shadow:0 4px 12px rgba(99,102,241,.3)}.TestSimulator_reviewBtnMain__hoMlq:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 6px 15px rgba(99,102,241,.4)}.TestSimulator_secondaryActionBtn__M2GfX{flex:1 1;background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#f8fafc;padding:1rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.TestSimulator_secondaryActionBtn__M2GfX:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.4)}.TestSimulator_resultActionsRow__i0alP{display:flex;gap:1rem;width:100%}.page_container__tSCpN{min-height:100vh;background-color:#0f172a;color:#fff;padding:2rem}.page_loadingContainer__ABC_8{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#0f172a;color:#fff}.page_spinner__dYM85{width:50px;height:50px;border:5px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:page_spinner__dYM85 1s linear infinite;margin-bottom:1.5rem}@keyframes page_spinner__dYM85{to{transform:rotate(1turn)}}.page_errorContainer__BQ3Q4{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.page_errorIcon__ARR46{margin-bottom:1.5rem;padding:1.5rem;background-color:rgba(239,68,68,.1);border-radius:50%}.page_errorContainer__BQ3Q4 h1{font-size:2rem;margin-bottom:1rem}.page_errorContainer__BQ3Q4 p{color:#94a3b8;max-width:500px;margin-bottom:2rem}.page_primaryBtn__XMRqA{background:linear-gradient(90deg,#6366f1,#a855f7);color:#fff;border:none;padding:.8rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.page_primaryBtn__XMRqA:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.4)}.page_simulatorWrapper__SGD9H{max-width:1000px;margin:0 auto}.page_header__Eqm33{max-width:1000px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.page_backButton__QhH10{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem}.page_backButton__QhH10:hover{color:#fff}.page_headerTitle__2GhB3{display:flex;align-items:center;gap:.5rem}@media (max-width:768px){.page_headerTitle__2GhB3{display:none}}.page_badge__yJukP{background-color:#10b981;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700}.page_navigationRow__12tur{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page_planContainer__zIKSl{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#0f172a}.page_planCard__t1bDu{max-width:800px;width:100%;background:rgba(30,41,59,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:3rem;animation:page_slideUp__n6_P5 .6s ease-out}@keyframes page_slideUp__n6_P5{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page_planHeader__BTkVm{text-align:center;margin-bottom:2.5rem}.page_brainIcon__k9nQb{width:80px;height:80px;background:rgba(139,92,246,.1);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:1px solid rgba(139,92,246,.2)}.page_planHeader__BTkVm h1{font-size:2rem;font-weight:800;margin-bottom:.75rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page_planHeader__BTkVm p{color:#94a3b8;font-size:1.1rem}.page_planSection__TSq_j{margin-bottom:2.5rem}.page_planSection__TSq_j h3{font-size:1.1rem;color:#e2e8f0;margin-bottom:1rem}.page_topicsGrid___jIyO{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.page_topicCard__9_bP0{background:rgba(15,23,42,.5);padding:1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.05);display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#cbd5e1}.page_topicIndicator__qCHd_{width:4px;height:16px;background:#8b5cf6;border-radius:2px}.page_countSelector__sXOB6{display:flex;gap:1rem;flex-wrap:wrap}.page_countChip__M8Qvo{flex:1 1;min-width:140px;padding:1rem;background:rgba(15,23,42,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#94a3b8;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.page_countChip__M8Qvo:hover{background:hsla(0,0%,100%,.05);color:#fff}.page_activeChip__S6JxZ{background:rgba(139,92,246,.1)!important;border-color:#8b5cf6!important;color:#8b5cf6!important;box-shadow:0 0 20px rgba(139,92,246,.2)}.page_startBtn__jiakj{width:100%;padding:1.25rem;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;border-radius:16px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 10px 25px -5px rgba(99,102,241,.5)}.page_startBtn__jiakj:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px -5px rgba(99,102,241,.6)}.page_startBtn__jiakj:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.page_planCard__t1bDu{padding:1.5rem;border-radius:16px}.page_planHeader__BTkVm h1{font-size:1.5rem}.page_planHeader__BTkVm p{font-size:1rem}.page_navigationRow__12tur{flex-direction:column;gap:1rem;align-items:center;text-align:center}.page_header__Eqm33{flex-direction:column;gap:1rem;padding:1rem}.page_topicsGrid___jIyO{grid-template-columns:1fr}.page_countChip__M8Qvo{min-width:100%}}.page_container__FX89H{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh}.page_header__ODwMU{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:1rem}.page_header__ODwMU h1{font-size:1.8rem;color:var(--foreground);margin:0}.page_headerActions__EN2_X{display:flex;gap:1rem;align-items:center}.page_navLink__sfMJL{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9rem;transition:all .2s ease}.page_navLink__sfMJL:hover{background:hsla(0,0%,100%,.1);border-color:#818cf8;color:#fff}.page_controls__aMCU9{display:flex;gap:1rem;margin-bottom:2rem;background:hsla(0,0%,100%,.05);padding:1rem;border-radius:12px;flex-wrap:wrap}.page_filterGroup__uqzPp{display:flex;flex-direction:column;gap:.5rem}.page_filterGroup__uqzPp label{font-size:.85rem;color:hsla(0,0%,100%,.6)}.page_select__i3N_P{padding:.6rem 1rem;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;cursor:pointer;min-width:200px}.page_stats__Mn1EV{font-size:.9rem;color:hsla(0,0%,100%,.6)}.page_flashcardList__sKWRI{display:flex;flex-direction:column;gap:1.5rem}.page_flashcardItem__h4DGm{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.5rem;transition:transform .2s ease}.page_flashcardItem__h4DGm:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15)}.page_itemHeader__mm3Si{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem}.page_idBadge__H6jMt{background:rgba(16,185,129,.2);color:#34d399;padding:.2rem .6rem;border-radius:4px;font-family:monospace;font-weight:700}.page_sectionBadge__yrTsC{background:hsla(0,0%,100%,.1);padding:.2rem .6rem;border-radius:4px;text-transform:capitalize}.page_topicText__yvqAB{color:hsla(0,0%,100%,.5);font-style:italic}.page_cardBody__kdpc6{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:1rem}.page_side__oQIFO{display:flex;flex-direction:column;gap:.8rem}.page_sideTitle__nGK7j{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.4);font-weight:700}.page_frontContent__mDFlZ{font-size:1.1rem;line-height:1.6;color:#fff;padding:1rem;background:hsla(0,0%,100%,.02);border-radius:8px;border-left:3px solid #818cf8}.page_backContent__6YjV5{font-size:1rem;color:hsla(0,0%,100%,.8);line-height:1.5;padding:1rem;background:rgba(34,197,94,.05);border-radius:8px;border:1px solid rgba(34,197,94,.1)}.page_imageContainer__Ad__F{margin:1rem 0;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.2);display:flex;justify-content:center;border:1px solid hsla(0,0%,100%,.05);max-width:400px}.page_flashcardImage__SgItH{max-width:100%;height:auto;object-fit:contain}.page_loading__LefKL{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:hsla(0,0%,100%,.5)}@media (max-width:900px){.page_cardBody__kdpc6{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.page_container__FX89H{padding:1rem}}.page_container__0TVxo{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh}.page_header__t5lsW{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:1rem}.page_header__t5lsW h1{font-size:1.8rem;color:var(--foreground);margin:0}.page_headerActions__a1WoV{display:flex;gap:1rem;align-items:center}.page_navLink__UZsuj{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9rem;transition:all .2s ease}.page_navLink__UZsuj:hover{background:hsla(0,0%,100%,.1);border-color:#818cf8;color:#fff}.page_controls__kUT7x{display:flex;gap:1rem;margin-bottom:2rem;background:hsla(0,0%,100%,.05);padding:1rem;border-radius:12px;flex-wrap:wrap}.page_filterGroup__5D3Hd{display:flex;flex-direction:column;gap:.5rem}.page_filterGroup__5D3Hd label{font-size:.85rem;color:hsla(0,0%,100%,.6)}.page_select__Ax9kE{padding:.6rem 1rem;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;cursor:pointer;min-width:200px}.page_stats__6dPQx{font-size:.9rem;color:hsla(0,0%,100%,.6)}.page_questionList__Y5e3R{display:flex;flex-direction:column;gap:1.5rem}.page_questionItem__LnxUz{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.5rem;transition:transform .2s ease}.page_questionItem__LnxUz:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15)}.page_itemHeader__FUnqD{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem}.page_idBadge__kgibd{background:rgba(99,102,241,.2);color:#818cf8;padding:.2rem .6rem;border-radius:4px;font-family:monospace;font-weight:700}.page_sectionBadge__fKvT5{background:hsla(0,0%,100%,.1);padding:.2rem .6rem;border-radius:4px;text-transform:capitalize}.page_topicText__T_FfK{color:hsla(0,0%,100%,.5);font-style:italic}.page_questionBody__csPL_{margin-bottom:1.5rem}.page_textContainer__tQapx{font-size:1.1rem;line-height:1.6;color:#fff;margin-bottom:1rem}.page_imageContainer__zQoUF{margin:1rem 0;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.2);display:flex;justify-content:center;border:1px solid hsla(0,0%,100%,.05);max-width:500px}.page_questionImage__DxDVS{max-width:100%;height:auto;object-fit:contain}.page_optionsGrid__74_r2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.page_option__B3f7i{padding:.8rem 1rem;border-radius:8px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05);display:flex;gap:.8rem;font-size:.95rem}.page_optionCorrect__tAp_E{border-color:#22c55e;background:rgba(34,197,94,.1)}.page_optionLabel__eGJTB{font-weight:700;color:hsla(0,0%,100%,.4)}.page_explanation__cT83f{margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.05)}.page_explanationTitle__G5q35{font-size:.9rem;font-weight:700;color:#818cf8;margin-bottom:.5rem}.page_explanationText__dacVU{font-size:.9rem;color:hsla(0,0%,100%,.7);line-height:1.5}.page_loading__KQgAe{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:hsla(0,0%,100%,.5)}@media (max-width:768px){.page_container__0TVxo{padding:1rem}.page_optionsGrid__74_r2{grid-template-columns:1fr}}.page_container__JCoCy{min-height:100vh;padding:1rem;background:#f8fafc;display:flex;flex-direction:column}.dark .page_container__JCoCy{background:#0f172a}.page_header__1oE_7{max-width:800px;margin:0 auto 2rem;width:100%;display:flex;justify-content:space-between;align-items:center}.page_backButton___YyFs{display:inline-flex;align-items:center;gap:.75rem;color:#475569;padding:.6rem 1.2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-weight:600;transition:all .25s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer}.dark .page_backButton___YyFs{background:#1e293b;border-color:#334155;color:#cbd5e1;box-shadow:0 1px 2px rgba(0,0,0,.2)}.page_backButton___YyFs:hover{color:#8b5cf6;border-color:#8b5cf6;transform:translateX(-4px);box-shadow:0 10px 15px -3px rgba(139,92,246,.1)}.dark .page_backButton___YyFs:hover{color:#a78bfa;border-color:#a78bfa;box-shadow:0 10px 15px -3px rgba(0,0,0,.3)}.page_title__62ubR{font-size:1.2rem;font-weight:700}.page_progress__JMOVl{color:#64748b;font-size:.9rem}.page_main__mMTQP{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1000px;margin:0 auto;width:100%;position:relative}.page_progressBar__XseCw{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:2rem}.page_progressFill__yQOhQ{height:100%;background:linear-gradient(90deg,#8b5cf6,#ec4899);transition:width .3s ease}.page_controls__QWaU9{display:flex;gap:1rem;margin-top:3rem}.page_stats__8wLrd{display:flex;gap:2rem;margin-top:2rem}.page_statItem__xLex7{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#334155;font-weight:600}.dark .page_statItem__xLex7{color:#cbd5e1}.page_statCount__zpkvJ{font-weight:700;font-size:1.1rem}.page_loadingContainer__VvXB3{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.page_spinner__QK_s_{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#8b5cf6;border-radius:50%;animation:page_spin__SIqLH 1s linear infinite;margin-bottom:1rem}@keyframes page_spin__SIqLH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_completion__f0v_z{text-align:center;padding:3rem;background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.dark .page_completion__f0v_z{background:#1e293b}.page_completion__f0v_z h2{color:#0f172a;font-weight:800;margin-bottom:.5rem}.dark .page_completion__f0v_z h2{color:#f8fafc}.page_completion__f0v_z p{color:#475569;font-weight:500;margin-bottom:1.5rem}.dark .page_completion__f0v_z p{color:#94a3b8}.page_completionIcon__xkFL_{width:80px;height:80px;background:#dcfce7;color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.page_pilesContainer__0RN3m{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;display:flex;justify-content:space-between;padding:0 2rem;z-index:0}.page_pile__AdrAW{display:flex;flex-direction:column;align-items:center;gap:1rem;width:120px}.page_pileLabel__rEFae{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.6}.page_leftPile__SFM4i .page_pileLabel__rEFae{color:#ef4444}.page_rightPile__VxzXs .page_pileLabel__rEFae{color:#22c55e}.page_pileStack__uC9eD{position:relative;width:80px;height:100px}.page_pileCard__BuWuc{position:absolute;width:100%;height:100%;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease,opacity .3s ease}.dark .page_pileCard__BuWuc{background:#1e293b;border-color:hsla(0,0%,100%,.1)}.page_leftPile__SFM4i .page_pileCard__BuWuc{background:linear-gradient(135deg,#fff5f5,#fff)}.dark .page_leftPile__SFM4i .page_pileCard__BuWuc{background:linear-gradient(135deg,#450a0a,#1e293b)}.page_rightPile__VxzXs .page_pileCard__BuWuc{background:linear-gradient(135deg,#f0fff4,#fff)}.dark .page_rightPile__VxzXs .page_pileCard__BuWuc{background:linear-gradient(135deg,#064e3b,#1e293b)}@media (max-width:1024px){.page_pilesContainer__0RN3m{display:none}}.page_modalOverlay__npn3Z{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.page_resumeModal__1kXg8{background:#fff;padding:2.5rem;border-radius:24px;max-width:450px;width:100%;text-align:center;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:page_modalIn___BNvC .3s ease-out}.dark .page_resumeModal__1kXg8{background:#1e293b;border:1px solid hsla(0,0%,100%,.1)}.page_modalIcon__w8_1J{font-size:3rem;margin-bottom:1.5rem}.page_resumeModal__1kXg8 h2{margin-bottom:1rem;color:#0f172a;font-weight:800}.dark .page_resumeModal__1kXg8 h2{color:#f8fafc}.page_resumeModal__1kXg8 p{color:#64748b;line-height:1.6;margin-bottom:2rem}.dark .page_resumeModal__1kXg8 p{color:#94a3b8}.page_modalControls__uRzti{display:flex;flex-direction:column;gap:1rem}@keyframes page_modalIn___BNvC{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.page_disabledBtn__gVpQ8{opacity:.5;cursor:not-allowed!important;background:#94a3b8!important;border-color:#94a3b8!important;pointer-events:none}.page_upgradeBtn___njK4{background:linear-gradient(90deg,#8b5cf6,#ec4899);color:#fff;padding:.75rem 1.5rem;border-radius:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.2rem;width:100%;box-shadow:0 10px 15px -3px rgba(139,92,246,.3)}.page_upgradeBtn___njK4:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 20px 25px -5px rgba(139,92,246,.4)}.page_upgradeMainText__lght5{font-size:1.1rem;font-weight:800;display:flex;align-items:center;gap:.5rem}.page_upgradeSubtext__A5OdX{font-size:.85rem;opacity:.9;font-weight:500}@media (max-width:640px){.page_header__1oE_7{margin-bottom:1rem;flex-direction:column;gap:.5rem;text-align:center}.page_title__62ubR{font-size:1rem}.page_controls__QWaU9{flex-direction:column;width:100%;max-width:320px;gap:.75rem}.page_controls__QWaU9 button{width:100%;margin:0!important}.page_stats__8wLrd{flex-direction:column;gap:1rem;align-items:center;background:rgba(0,0,0,.03);padding:1rem;border-radius:16px;width:100%}.dark .page_stats__8wLrd{background:hsla(0,0%,100%,.03)}.page_statItem__xLex7{width:100%;justify-content:center}.page_completion__f0v_z{padding:2rem 1rem;width:100%}.page_completion__f0v_z h2{font-size:1.5rem}}.page_container__egVND{min-height:100vh;padding:2rem;max-width:900px;margin:0 auto}.page_header__co2Qy{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:1.5rem}.page_backButton__n9_kg{background:none;border:none;color:#94a3b8;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600}.page_titleGroup___i2fp h1{font-size:1.75rem;font-weight:800;margin:0}.page_date__POcpN{font-size:.9rem;color:#64748b}.page_summaryBadge___reEV{background:rgba(245,158,11,.1);color:#f59e0b;padding:.5rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.5rem;font-weight:700}.page_legend__I6LUM{display:flex;gap:2rem;margin-bottom:2rem;padding:1rem;background:hsla(0,0%,100%,.02);border-radius:12px;justify-content:center;flex-wrap:wrap}.page_legendItem__XQczP{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#94a3b8}.page_questionsList__mKbzU{display:flex;flex-direction:column;gap:3rem}.page_questionWrapper__pVBXV{padding:1.5rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.05);background:rgba(30,41,59,.3);position:relative;transition:all .2s}.page_questionWrapper__pVBXV.page_correct__8WxQa{border-left:6px solid #22c55e}.page_questionWrapper__pVBXV.page_incorrect__eiIsn{border-left:6px solid #ef4444}.page_questionHeader__J_yNf{display:flex;justify-content:space-between;margin-bottom:1.5rem;align-items:center}.page_questionNumber__V8_yN{font-weight:800;color:#6366f1;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.page_statusCorrect__78MMZ{color:#22c55e}.page_statusCorrect__78MMZ,.page_statusIncorrect__AHg9n{font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:.4rem}.page_statusIncorrect__AHg9n{color:#ef4444}.page_loadingContainer__NGYp7{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.page_spinner__GMrhF{width:40px;height:40px;border-radius:50%;border:3px solid hsla(0,0%,100%,.1);border-top-color:#6366f1;animation:page_spin__SycB6 1s linear infinite}.page_errorState__ESzpc{text-align:center;padding:4rem 2rem}@keyframes page_spin__SycB6{to{transform:rotate(1turn)}}@media (max-width:640px){.page_header__co2Qy{flex-direction:column;text-align:center}.page_legend__I6LUM{flex-direction:column;gap:.75rem;align-items:flex-start}}.page_container__n9b3O{min-height:100vh;padding:2rem;max-width:1000px;margin:0 auto;display:flex;flex-direction:column}.page_header__D_fW1{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.page_backButton__82HKy{background:none;border:none;color:#94a3b8;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600}.page_badge__9ZH0P{background:rgba(99,102,241,.1);color:#818cf8;padding:.25rem .75rem;border-radius:99px;font-size:.8rem;font-weight:800;letter-spacing:.05em}.page_main__I_woj{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center}.page_hero__aWQAV{margin-bottom:4rem}.page_iconCircle__2saAT{width:100px;height:100px;background:rgba(99,102,241,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.page_hero__aWQAV h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page_hero__aWQAV p{color:#94a3b8;font-size:1.25rem;max-width:600px}.page_grid___qxhr{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;width:100%;margin-bottom:4rem}.page_infoCard__bI6N0{background:rgba(30,41,59,.5);padding:2rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.05)}.page_cardIcon__2jd3J{margin-bottom:1.5rem;color:#6366f1}.page_infoCard__bI6N0 h3{margin-bottom:.75rem}.page_infoCard__bI6N0 p{color:#94a3b8;font-size:.9rem}.page_actions__8z0tT{width:100%;max-width:500px}.page_selectionPanel___Xahs{display:flex;flex-direction:column;gap:2rem;width:100%}.page_countSelection__2y01o{display:flex;gap:1rem;justify-content:center;background:rgba(30,41,59,.4);padding:.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.page_countBtn__cnQQ_{flex:1 1;background:transparent;border:none;color:#94a3b8;padding:.75rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;font-size:.9rem}.page_countBtn__cnQQ_:hover:not(.page_disabledCount__xttbB){background:hsla(0,0%,100%,.05);color:#fff}.page_activeCount__MXgd2{background:#6366f1!important;color:#fff!important;box-shadow:0 4px 12px rgba(99,102,241,.3)}.page_disabledCount__xttbB{opacity:.4;cursor:not-allowed}.page_primaryBtn__VVxAU{background:#6366f1;color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .2s;width:100%}.page_primaryBtn__VVxAU:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.4)}.page_debugBtn__7f_rT{margin-top:3rem;background:transparent;border:1px dashed hsla(0,0%,100%,.2);color:#94a3b8;padding:.75rem 1.25rem;border-radius:12px;cursor:pointer;font-size:.85rem;transition:all .2s;font-weight:500;width:100%}.page_debugBtn__7f_rT:hover{background:hsla(0,0%,100%,.05);color:#fff;border-color:hsla(0,0%,100%,.4)}.page_resumeBox__3smKF{background:rgba(99,102,241,.05);padding:1.5rem;border-radius:20px;border:1px dashed rgba(99,102,241,.3)}.page_resumeBox__3smKF p{margin-bottom:1.5rem;font-weight:600}.page_actionButtons__8_VAh{display:flex;flex-direction:column;gap:1rem}.page_secondaryBtn__x9Ioh{background:transparent;color:#94a3b8;border:1px solid hsla(0,0%,100%,.1);padding:1rem;border-radius:12px;cursor:pointer;font-weight:600}.page_trialInfo__XTvzR{margin-top:1.5rem}.page_trialInfo__XTvzR p{color:#f59e0b;font-weight:700;margin-bottom:.25rem}.page_trialInfo__XTvzR span{font-size:.8rem;color:#64748b}.page_loadingContainer__cNrZY{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.page_spinner__v_C9m{width:40px;height:40px;border-radius:50%;border:3px solid hsla(0,0%,100%,.1);border-top-color:#6366f1;animation:page_spin__GGSTT 1s linear infinite}@keyframes page_spin__GGSTT{to{transform:rotate(1turn)}}@media (max-width:640px){.page_container__n9b3O{padding:1.5rem 1rem}.page_header__D_fW1{margin-bottom:2rem}.page_grid___qxhr{grid-template-columns:1fr;gap:1.5rem}.page_grid___qxhr,.page_hero__aWQAV{margin-bottom:2.5rem}.page_hero__aWQAV h1{font-size:2rem}.page_hero__aWQAV p{font-size:1rem}.page_countSelection__2y01o{flex-direction:column;gap:.5rem}.page_primaryBtn__VVxAU{padding:.85rem 1.5rem;font-size:1rem}}.page_lockBox___AieC{background:rgba(30,41,59,.8);padding:3rem 2rem;border-radius:20px;border:1px solid rgba(245,158,11,.2);display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 10px 30px rgba(0,0,0,.2)}.page_lockIcon__sjlLx{width:80px;height:80px;background:rgba(245,158,11,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.page_lockBox___AieC h3{font-size:1.5rem;color:#f8fafc}.page_lockBox___AieC p{color:#94a3b8;font-size:1rem;margin:0}.page_lockSubtext__LV6N0{font-size:.9rem!important;color:#64748b!important;max-width:300px}