.PracticeMode_container__o5vnt{max-width:800px;margin:0 auto;padding:2rem}.PracticeMode_header__DItJ3{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid var(--border-subtle)}.PracticeMode_progress__rxsAm{font-size:.9rem;font-weight:600;color:var(--text-secondary);font-family:Outfit,sans-serif}.PracticeMode_stats___I1eh{font-size:.9rem;color:var(--text-tertiary);font-weight:500}.PracticeMode_questionCard__mp1Ft{background:var(--bg-surface);border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.PracticeMode_question__xn8Jq{font-family:Outfit,sans-serif;font-size:1.4rem;color:var(--text-main);margin-bottom:2.5rem;line-height:1.4;font-weight:700;letter-spacing:-.02em}.PracticeMode_answers__Yx5zH{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.PracticeMode_answer__TW50Q{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;text-align:left;font-size:1rem;width:100%;position:relative}.PracticeMode_answer__TW50Q:hover:not(:disabled){background:var(--bg-surface-alt);border-color:var(--text-secondary)}.PracticeMode_answer__TW50Q:disabled{cursor:default}.PracticeMode_answerLetter__iloV7{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--bg-surface-alt);border-radius:var(--radius-sm);font-weight:600;font-size:.85rem;color:var(--text-secondary);flex-shrink:0;transition:all .2s ease}.PracticeMode_answerText__tK0zn{flex:1 1;color:var(--text-main);line-height:1.5;font-weight:500}.PracticeMode_icon__cGmIl{font-size:1.25rem;font-weight:700;flex-shrink:0}.PracticeMode_selected__9pUDB{background:var(--bg-surface-alt);border-color:var(--primary-blue);box-shadow:0 0 0 1px var(--primary-blue)}.PracticeMode_selected__9pUDB .PracticeMode_answerLetter__iloV7{background:var(--primary-blue);color:#fff}.PracticeMode_correct__Md0YA{background:rgba(16,185,129,.05)!important;border-color:var(--success-green)!important}.PracticeMode_correct__Md0YA .PracticeMode_answerLetter__iloV7{background:var(--success-green);color:#fff}.PracticeMode_correct__Md0YA .PracticeMode_icon__cGmIl{color:var(--success-green)}.PracticeMode_wrong__u_nH_{background:rgba(220,38,38,.05)!important;border-color:var(--error-red)!important}.PracticeMode_wrong__u_nH_ .PracticeMode_answerLetter__iloV7{background:var(--error-red);color:#fff}.PracticeMode_wrong__u_nH_ .PracticeMode_icon__cGmIl{color:var(--error-red)}.PracticeMode_feedback__GIecx{margin-top:2rem;animation:PracticeMode_fadeIn__Ue_VB .3s ease}@keyframes PracticeMode_fadeIn__Ue_VB{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.PracticeMode_feedbackCorrect__9Knea,.PracticeMode_feedbackWrong__WggbQ{padding:1.25rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.PracticeMode_feedbackCorrect__9Knea{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2)}.PracticeMode_feedbackWrong__WggbQ{background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.2)}.PracticeMode_feedbackCorrect__9Knea h3{color:#047857;margin:0;font-size:1rem;font-weight:700}.PracticeMode_feedbackCorrect__9Knea p{color:#065f46;margin:0;font-size:.95rem}.PracticeMode_feedbackWrong__WggbQ h3{color:#b91c1c;margin:0;font-size:1rem;font-weight:700}.PracticeMode_feedbackWrong__WggbQ p{color:#991b1b;margin:0;font-size:.95rem}.PracticeMode_nextButton__4wWrG{width:100%;padding:1rem;background:var(--text-main);color:var(--white);border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.PracticeMode_nextButton__4wWrG:hover{background:var(--primary-blue);transform:translateY(-1px)}.PracticeMode_emptyState__8T_XY{text-align:center;padding:4rem 2rem;color:var(--text-tertiary)}@media (max-width:768px){.PracticeMode_container__o5vnt{padding:1rem}.PracticeMode_questionCard__mp1Ft{padding:1.5rem}.PracticeMode_question__xn8Jq{font-size:1.2rem}}.BrowseMode_container__gtmXv{max-width:1000px;margin:0 auto;padding:0}.BrowseMode_header__yws5k{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.BrowseMode_title__vV6Fy{margin:0;font-family:Outfit,sans-serif;font-size:1.5rem;color:var(--text-main);font-weight:700;letter-spacing:-.02em}.BrowseMode_info__8bnK1{font-size:.9rem;color:var(--text-tertiary);font-weight:500}.BrowseMode_info__8bnK1 strong{color:var(--text-main);font-weight:600}.BrowseMode_questionsList__OaN11{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.BrowseMode_questionCard__CKEQR{background:var(--bg-surface);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border-subtle);transition:border-color .2s ease}.BrowseMode_questionCard__CKEQR:hover{border-color:var(--border-medium)}.BrowseMode_questionNumber__5Kx79{display:inline-block;background:var(--bg-surface-alt);color:var(--text-secondary);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.BrowseMode_question__w2RW8{font-family:Outfit,sans-serif;font-size:1.2rem;color:var(--text-main);margin-bottom:1.5rem;line-height:1.5;font-weight:600}.BrowseMode_answers__yvqww{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.BrowseMode_answer__Ba4_N{display:flex;align-items:flex-start;gap:1rem;padding:.5rem 0}.BrowseMode_answerLabel__n0O4d{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--bg-surface-alt);border-radius:var(--radius-sm);font-weight:600;font-size:.8rem;color:var(--text-secondary);flex-shrink:0;margin-top:2px}.BrowseMode_answerText__dJQZG{flex:1 1;color:var(--text-secondary);line-height:1.6;font-size:.95rem}.BrowseMode_correctAnswer__FESkf{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-md);margin-top:1rem}.BrowseMode_correctLabel__4AaXd{font-weight:700;color:var(--success-green);font-size:.8rem;white-space:nowrap;margin-top:2px}.BrowseMode_correctValue__ne2fG{color:#064e3b;font-size:.95rem;line-height:1.5;font-weight:500}.BrowseMode_pagination__6PT24{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem}.BrowseMode_paginationButton__ZPhY6{padding:.5rem 1rem;background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-medium);border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.BrowseMode_paginationButton__ZPhY6:hover:not(:disabled){border-color:var(--text-secondary);background:var(--bg-surface-alt)}.BrowseMode_paginationButton__ZPhY6:disabled{opacity:.5;cursor:not-allowed}.BrowseMode_pageNumbers__qHQoP{display:flex;align-items:center;gap:.25rem}.BrowseMode_pageNumber__6Nxpp{min-width:36px;height:36px;padding:0;background:transparent;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;border:1px solid transparent}.BrowseMode_pageNumber__6Nxpp:hover{background:var(--bg-surface-alt);color:var(--text-main)}.BrowseMode_pageNumber__6Nxpp.BrowseMode_active__l_qZ3{background:var(--text-main);color:var(--white)}.BrowseMode_ellipsis___hkGq{padding:0 .5rem;color:var(--text-tertiary)}@media (max-width:768px){.BrowseMode_container__gtmXv{padding:1rem}.BrowseMode_header__yws5k{flex-direction:column;align-items:flex-start;gap:.5rem;border:none}.BrowseMode_questionCard__CKEQR{padding:1.5rem}.BrowseMode_pagination__6PT24{flex-wrap:wrap}}.TestMode_container__2fQjH{max-width:1200px;margin:0 auto;padding:2rem}.TestMode_loading__x3QpF{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--text-tertiary)}.TestMode_spinner__vUIND{width:40px;height:40px;border-top:3px solid var(--border-subtle);border:3px solid var(--border-subtle);border-top-color:var(--primary-blue);border-radius:50%;animation:TestMode_spin__C1t0O .8s linear infinite;margin-bottom:1rem}.TestMode_startCard___3T8v{max-width:600px;margin:0 auto;background:var(--bg-surface);border-radius:var(--radius-xl);padding:3rem;text-align:center;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.TestMode_startIcon__X05T_{font-size:3rem;margin-bottom:1.5rem;display:inline-block}.TestMode_startTitle__p4U7_{font-family:Outfit,sans-serif;font-size:2rem;color:var(--text-main);margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.TestMode_startDescription__c0L4b{font-size:1.05rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2.5rem}.TestMode_startInfo__8Zj1_{background:var(--bg-surface-alt);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:2.5rem}.TestMode_infoItem__J5XiO{display:flex;justify-content:space-between;padding:.75rem 0;color:var(--text-main);font-size:.95rem;font-weight:500}.TestMode_infoItem__J5XiO:not(:last-child){border-bottom:1px solid var(--border-medium)}.TestMode_startButton__e3tRe{width:100%;padding:1rem 2rem;background:var(--text-main);color:var(--white);border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.TestMode_startButton__e3tRe:hover{background:var(--primary-blue);transform:translateY(-1px)}.TestMode_testHeader__sbuwY{display:flex;justify-content:space-between;align-items:center;background:var(--bg-surface);padding:1rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);margin-bottom:2rem}.TestMode_progressInfo__rwfgu{display:flex;gap:2rem;font-weight:600;color:var(--text-secondary);font-family:Outfit,sans-serif}.TestMode_timer__XVpHT{font-size:1.1rem;font-weight:700;color:var(--text-main);padding:.5rem 1rem;background:var(--bg-surface-alt);border-radius:var(--radius-md);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.TestMode_timerWarning__IiVeo{color:var(--error-red);background:rgba(220,38,38,.1)}.TestMode_testContent__dbYig{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem}.TestMode_questionPanel__VKPvn{background:var(--bg-surface);border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--border-subtle)}.TestMode_question__n9JIL{font-family:Outfit,sans-serif;font-size:1.3rem;color:var(--text-main);margin-bottom:2rem;line-height:1.5;font-weight:700}.TestMode_answers___T7o9{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.TestMode_answer__DL1R0{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;text-align:left;font-size:1rem;width:100%}.TestMode_answer__DL1R0:hover{background:var(--bg-surface-alt);border-color:var(--text-secondary)}.TestMode_answer__DL1R0.TestMode_selected__CBdzE{background:var(--bg-surface-alt);border-color:var(--primary-blue);box-shadow:0 0 0 1px var(--primary-blue)}.TestMode_answerLetter__oaqrF{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-surface-alt);border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;color:var(--text-secondary);flex-shrink:0}.TestMode_answer__DL1R0.TestMode_selected__CBdzE .TestMode_answerLetter__oaqrF{background:var(--primary-blue);color:#fff}.TestMode_answerText__01yY0{flex:1 1;color:var(--text-main);line-height:1.5;font-weight:500}.TestMode_navigation__Tp_v4{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.TestMode_navButton__rIfvv{flex:1 1;padding:.85rem;background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-medium);border-radius:var(--radius-full);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.TestMode_navButton__rIfvv:hover:not(:disabled){background:var(--bg-surface-alt);border-color:var(--text-secondary)}.TestMode_navButton__rIfvv:disabled{opacity:.5;cursor:default}.TestMode_questionsGrid__6zaMl{background:var(--bg-surface);border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border-subtle);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:6rem}.TestMode_questionsGrid__6zaMl h4{margin:0 0 1rem;color:var(--text-secondary);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.TestMode_grid__KDKSm{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.TestMode_gridItem__O6G1_{aspect-ratio:1;border:1px solid var(--border-medium);background:var(--bg-surface);border-radius:var(--radius-sm);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.TestMode_gridItem__O6G1_:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.TestMode_gridItemAnswered__yFrgI{background:rgba(16,185,129,.1);border-color:transparent;color:var(--success-green);font-weight:700}.TestMode_gridItemCurrent___Or1L{border-color:var(--primary-blue);background:var(--primary-blue);color:#fff}.TestMode_submitButton__KElxd{width:100%;padding:1rem;background:var(--success-green);color:#fff;border:none;border-radius:var(--radius-full);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.TestMode_submitButton__KElxd:hover:not(:disabled){background:#047857;transform:translateY(-1px)}.TestMode_resultsCard__CPCZy{max-width:800px;margin:0 auto;background:var(--bg-surface);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.TestMode_resultHeaderFail___g4R8,.TestMode_resultHeaderSuccess__yZH6e{padding:3rem 2rem;text-align:center;color:#fff}.TestMode_resultHeaderSuccess__yZH6e{background:var(--success-green)}.TestMode_resultHeaderFail___g4R8{background:var(--error-red)}.TestMode_resultHeaderFail___g4R8 h2,.TestMode_resultHeaderSuccess__yZH6e h2{margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.TestMode_score__3cebI{font-size:4rem;font-weight:800;line-height:1;margin:1rem 0}.TestMode_percentage__2UsGa{font-size:1.2rem;opacity:.9;font-weight:500}.TestMode_resultsSummary__sfgaW{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;padding:2rem;background:var(--bg-surface-alt);border-bottom:1px solid var(--border-subtle)}.TestMode_summaryItem__77NY4{text-align:center}.TestMode_summaryLabel__TxyFF{display:block;color:var(--text-tertiary);font-size:.85rem;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.TestMode_summaryValue__qiRjO{display:block;font-size:1.5rem;font-weight:700;color:var(--text-main);font-family:Outfit,sans-serif}.TestMode_detailedResults__0hFJE{padding:2rem}.TestMode_detailedResults__0hFJE h3{color:var(--text-main);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.2rem}.TestMode_resultItem__CZ1Cj{background:var(--bg-surface-alt);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1rem}.TestMode_resultHeader__7T2Dl{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.TestMode_resultNumber___Ac_0{font-weight:600;color:var(--text-secondary);font-size:.9rem}.TestMode_resultCorrect__cXPBL{color:var(--success-green);background:rgba(16,185,129,.1)}.TestMode_resultCorrect__cXPBL,.TestMode_resultWrong__fBc1q{font-weight:700;font-size:.85rem;padding:.2rem .6rem;border-radius:var(--radius-sm)}.TestMode_resultWrong__fBc1q{color:var(--error-red);background:rgba(220,38,38,.1)}.TestMode_resultQuestion__bGBq5{color:var(--text-main);font-weight:600;margin-bottom:1rem;line-height:1.5;font-size:1rem}.TestMode_resultAnswers__BNE02{background:var(--bg-surface);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.TestMode_resultAnswers__BNE02 p{margin:.5rem 0;color:var(--text-secondary);font-size:.95rem;line-height:1.4}.TestMode_newTestButton__AmTpG{width:calc(100% - 4rem);margin:0 2rem 2rem;padding:1rem;background:var(--text-main);color:#fff;border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.TestMode_newTestButton__AmTpG:hover{background:var(--primary-blue);transform:translateY(-1px)}@media (max-width:1024px){.TestMode_testContent__dbYig{grid-template-columns:1fr}.TestMode_questionsGrid__6zaMl{position:static;order:-1;margin-bottom:2rem}}@media (max-width:768px){.TestMode_container__2fQjH{padding:1rem}.TestMode_testHeader__sbuwY{flex-direction:column;gap:1rem;align-items:flex-start}.TestMode_grid__KDKSm{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))}.TestMode_resultsSummary__sfgaW{grid-template-columns:1fr;gap:1.5rem}}.App_container__qFAfX{display:flex;min-height:100vh;background-color:var(--bg-page)}.App_loading__hAyQ4{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-page);color:var(--text-secondary)}.App_spinner__eS_rg{width:40px;height:40px;border-top:3px solid var(--border-subtle);border:3px solid var(--border-subtle);border-top-color:var(--logo-blue);border-radius:50%;animation:App_spin__Cj9mG .8s cubic-bezier(.6,.2,.4,.8) infinite;margin-bottom:1.5rem}@keyframes App_spin__Cj9mG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App_sidebar__DmudU{background:#e8f0fe;color:var(--text-main);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.16,1,.3,1);position:relative;border-right:none;border-radius:0 20px 20px 0;margin:1rem 0 1rem 1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);z-index:50;overflow:hidden;height:calc(100vh - 2rem);max-height:calc(100vh - 2rem)}.App_wavePattern__kCAit{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/wave-pattern.svg);background-size:100% 100%;background-position:0 0;background-repeat:no-repeat;opacity:.4;pointer-events:none;z-index:0}.App_sidebarOpen__IW_HY{width:260px}.App_sidebarClosed__5aQ9L{width:72px}.App_sidebarHeader__TPpAv{padding:0 1.5rem;height:70px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.App_logo__Vm8dO{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;color:var(--text-main);letter-spacing:-.02em}.App_sidebarClosed__5aQ9L .App_logo__Vm8dO{display:none}.App_toggleButton__7Oys6{background:transparent;color:hsla(0,0%,100%,.7);width:32px;height:32px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.App_toggleButton__7Oys6:hover{background:hsla(0,0%,100%,.1);color:#fff}.App_userInfo__OxzI2{padding:1.5rem;display:flex;align-items:center;gap:.75rem;position:relative;z-index:2}.App_sidebarClosed__5aQ9L .App_userInfo__OxzI2{padding:1.5rem .75rem;justify-content:center}.App_userAvatar__3GdF_{width:50px;height:50px;border-radius:50%;background:rgba(30,58,138,.08);color:rgba(30,58,138,.6);border:1px solid rgba(30,58,138,.15);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500;flex-shrink:0;position:relative;overflow:hidden}.App_userAvatar__3GdF_:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(30,58,138,.1) 0,transparent 70%);border-radius:50%;animation:App_wave__xFX2k 3s ease-in-out infinite}.App_userAvatar__3GdF_:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;border:1px solid rgba(30,58,138,.15);background:radial-gradient(circle at 30% 30%,rgba(30,58,138,.1) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(30,58,138,.1) 0,transparent 50%);animation:App_waveBorder__8RdKn 4s ease-in-out infinite}@keyframes App_wave__xFX2k{0%,to{transform:translate(0) scale(1)}50%{transform:translate(10px,10px) scale(1.1)}}@keyframes App_waveBorder__8RdKn{0%,to{border-radius:50%}25%{border-radius:45% 55% 50% 50%}50%{border-radius:50% 50% 45% 55%}75%{border-radius:55% 45% 50% 50%}}.App_userDetails__ciS_Z{flex:1 1;min-width:0;opacity:1;transition:opacity .2s ease}.App_sidebarClosed__5aQ9L .App_userDetails__ciS_Z{opacity:0;width:0;display:none}.App_userName__Xvo8m{font-weight:600;font-size:.9rem;color:var(--text-main);margin-bottom:.25rem}.App_userEmail__u70sv,.App_userName__Xvo8m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.App_userEmail__u70sv{font-size:.85rem;color:var(--text-secondary)}.App_subscription__ZAaUa{padding:1rem 1.5rem;position:relative;z-index:2}.App_sidebarClosed__5aQ9L .App_subscription__ZAaUa{padding:1rem .75rem;display:flex;justify-content:center}.App_subscriptionBadgeFree__wovBL,.App_subscriptionBadge__YaajI{padding:.5rem .75rem;border-radius:var(--radius-md);font-weight:600;font-size:.75rem;text-align:center;white-space:nowrap;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;z-index:2}.App_subscriptionBadgeFree__wovBL{font-size:.9rem}.App_subscriptionBadge__YaajI{background:rgba(16,185,129,.1);color:var(--success-green);border:1px solid rgba(16,185,129,.2)}.App_subscriptionBadgeWithDate__XufDS{flex-direction:column;align-items:center;padding:.75rem .5rem;gap:.25rem}.App_subscriptionBadgeMain__AvtoE{font-size:.9rem;font-weight:600;text-align:center}.App_subscriptionBadgeDate__82iP4{font-size:.7rem;opacity:.85;text-align:center;line-height:1.2}.App_subscriptionBadgeFree__wovBL{background:#fff;color:#000;border:3px solid #7f1d1d;animation:App_gentleMove__w9RCq 3s ease-in-out infinite}@keyframes App_gentleMove__w9RCq{0%,to{transform:translateY(0) translateX(0) scale(1)}25%{transform:translateY(-3px) translateX(2px) scale(1.02)}50%{transform:translateY(0) translateX(0) scale(1)}75%{transform:translateY(2px) translateX(-2px) scale(1.02)}}.App_sidebarClosed__5aQ9L .App_subscriptionBadgeFree__wovBL span,.App_sidebarClosed__5aQ9L .App_subscriptionBadge__YaajI span{display:none}.App_sidebarClosed__5aQ9L .App_subscriptionBadgeFree__wovBL,.App_sidebarClosed__5aQ9L .App_subscriptionBadge__YaajI{width:36px;height:36px;padding:0;border-radius:var(--radius-full);font-size:1rem}.App_nav__85tjd{flex:1 1;padding:1rem;overflow-y:auto;flex-direction:column;gap:.25rem}.App_navItem__Bj_Rr,.App_nav__85tjd{display:flex;position:relative;z-index:2}.App_navItem__Bj_Rr{align-items:center;gap:.75rem;padding:.75rem;background:transparent;color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;width:100%;text-align:left;font-size:.9rem;font-weight:500}.App_sidebarClosed__5aQ9L .App_navItem__Bj_Rr{justify-content:center;padding:.75rem}.App_sidebarClosed__5aQ9L .App_navItem__Bj_Rr span:not(.App_navIcon__OuxRK){display:none}.App_navItem__Bj_Rr:hover{background:rgba(30,58,138,.08);color:var(--text-main)}.App_navItemActive__BQPOm{background:#7f1d1d;color:#fff;font-weight:600}.App_navIcon__OuxRK{font-size:1.1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.App_upgradeBox__p5P4i{margin:1rem;padding:1.25rem;background:#edeff6;border-radius:var(--radius-lg);color:var(--text-main);border:1px solid rgba(30,58,138,.2);position:relative;z-index:1000;background-color:#edeff6}.App_upgradeBox__p5P4i h3{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text-main)}.App_upgradeBox__p5P4i p{margin:0 0 1rem;font-size:.85rem;color:var(--text-secondary)}.App_upgradeButton__SbLFq{width:100%;padding:.6rem;background:var(--logo-red);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.85rem}.App_upgradeButton__SbLFq:hover{background:var(--logo-red-dark)}.App_logoutButton__mSg7L{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin:1rem;background:transparent;border:1px solid rgba(0,0,0,.1);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;width:calc(100% - 2rem);text-align:left;font-size:.9rem;position:relative;z-index:2}.App_sidebarClosed__5aQ9L .App_logoutButton__mSg7L{justify-content:center;padding:.75rem;margin:1rem auto;width:36px;height:36px;border:none}.App_sidebarClosed__5aQ9L .App_logoutButton__mSg7L span:not(.App_navIcon__OuxRK){display:none}.App_logoutButton__mSg7L:hover{background:rgba(30,58,138,.08);color:var(--text-main);border-color:rgba(0,0,0,.15)}.App_main__wo9xi{flex:1 1;overflow-y:auto;background:var(--bg-page);padding:0}.App_contentWrapper__OCFgr{width:100%;max-width:1000px;margin:0 auto;padding-bottom:4rem}.App_modeHeader__svT9_{padding:2rem 3rem;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center}.App_modeHeader__svT9_ h2{margin:0;font-family:Outfit,sans-serif;color:var(--text-main);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.App_filterToggle__IXi_B{display:flex;gap:.25rem;background:var(--bg-surface-alt);padding:.25rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.App_filterButton__4Go8k{padding:.5rem 1rem;background:transparent;border:none;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.85rem}.App_filterButton__4Go8k:hover{color:var(--text-main)}.App_filterButtonActive__fHnLl{background:var(--white);color:var(--text-main);box-shadow:var(--shadow-sm);font-weight:600}@media (max-width:1024px){.App_sidebar__DmudU{position:fixed;left:0;top:0;bottom:0;box-shadow:var(--shadow-xl)}.App_sidebarClosed__5aQ9L{transform:translateX(-100%)}.App_modeHeader__svT9_{padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.App_filterToggle__IXi_B{width:100%}.App_filterButton__4Go8k{flex:1 1}.App_upgradeBox__p5P4i{display:none}}