.QuesList_container__QuuMl{max-width:1200px;background-color:#f8fafc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;max-width:none;margin:0;padding:0}.QuesList_progressDashboard__X1UNN{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.QuesList_progressCard__zL_J1{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease;display:flex;align-items:center;gap:2rem}.QuesList_progressCard__zL_J1:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.QuesList_circularProgressContainer__Ie_qX{display:flex;align-items:center;gap:1.5rem;width:100%}.QuesList_circularProgressWrapper__8agjd{position:relative;flex-shrink:0}.QuesList_circularProgressSvg__6FCZv{transform:rotate(-90deg);filter:drop-shadow(0 2px 4px rgba(59,130,246,.1))}.QuesList_circularProgressBackground__Zz9uB{opacity:.2}.QuesList_circularProgressForeground__sYcfT{transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 4px rgba(59,130,246,.3))}.QuesList_circularProgressText__gcFGR{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.QuesList_circularProgressPercentage__YdsYi{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1}.QuesList_circularProgressInfo__ETKXT{flex:1;min-width:0}.QuesList_circularProgressLabel__DXbcB{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.QuesList_circularProgressCount__VrVgK{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;display:flex;align-items:baseline;gap:.25rem}.QuesList_countNumber__omTdb{color:#3b82f6}.QuesList_countDivider__Kmh_6{color:#94a3b8;font-size:1.5rem}.QuesList_countTotal__tykJu{color:#64748b}.QuesList_circularProgressSubtext__ZiOXz{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.QuesList_linearProgressContainer__y_r_4{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06)}.QuesList_linearProgressHeader__PVG8m{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.QuesList_linearProgressLabel__oYHpd{font-weight:600;color:#374151;font-size:.95rem}.QuesList_linearProgressPercentage__INDmj{font-weight:700;color:#3b82f6;font-size:1rem}.QuesList_linearProgressBar__TiCEx{background:#e2e8f0;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.QuesList_linearProgressFill__YaeKM{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.QuesList_linearProgressFill__YaeKM:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:QuesList_shimmer__ikhaV 2s infinite}@keyframes QuesList_shimmer__ikhaV{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.QuesList_linearProgressText__3zqs3{font-size:.875rem;color:#64748b;margin:0;text-align:center;font-weight:500}.QuesList_questionsSection__hiA9J{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden}.QuesList_questionsSectionHeader__SsYex{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.QuesList_questionsSectionTitle__Jexcj{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.QuesList_questionsCount__5topc{background:#e0f2fe;color:#0369a1;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;border:1px solid #7dd3fc}.QuesList_questionsList__JCcVm{list-style:none;padding:0;margin:0}.QuesList_questionItem__RrrNk:last-child{border-bottom:none}.QuesList_questionItem__RrrNk:hover{background-color:#f8fafc}.QuesList_questionItemContent__yskoe{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem}.QuesList_questionNumber__2eXH_{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.QuesList_checkboxContainer__EEfk5{position:relative;flex-shrink:0}.QuesList_checkbox__lSxNt{opacity:0;position:absolute;width:24px;height:24px;cursor:pointer}.QuesList_checkboxLabel__1dIhV{display:block;width:24px;height:24px;background:#fff;border:2px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative}.QuesList_checkboxLabel__1dIhV:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease}.QuesList_checkbox__lSxNt:checked+.QuesList_checkboxLabel__1dIhV{background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.QuesList_checkbox__lSxNt:checked+.QuesList_checkboxLabel__1dIhV:after{transform:rotate(45deg) scale(1)}.QuesList_checkbox__lSxNt:focus+.QuesList_checkboxLabel__1dIhV{outline:2px solid #3b82f6;outline-offset:2px}.QuesList_questionButton__vWoRy{flex:1;background:none;border:none;text-align:left;cursor:pointer;padding:0;transition:all .2s ease;min-width:0}.QuesList_questionButton__vWoRy:hover .QuesList_questionTitle__tgA2h{color:#3b82f6}.QuesList_questionButton__vWoRy:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:8px}.QuesList_questionButtonSolved__vPL36 .QuesList_questionTitle__tgA2h{color:#059669}.QuesList_questionTitle__tgA2h{font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:.5rem;display:block;transition:color .2s ease}.QuesList_questionMeta__SN21z{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.QuesList_ratingBadge__7mWH0{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;border:1px solid #e2e8f0}.QuesList_solvedBadge__zpoTt{background:#dcfce7;color:#059669;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;border:1px solid #bbf7d0}.QuesList_loadingContainer__YccfW{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.QuesList_loadingSpinner__JLBLH{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:QuesList_spin__tDPMD 1s linear infinite;margin-bottom:1rem}@keyframes QuesList_spin__tDPMD{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.QuesList_loadingText__lquka{color:#64748b;font-size:1.1rem;font-weight:500;margin:0}.QuesList_emptyState__cg651{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;text-align:center}.QuesList_emptyStateIcon__zQADJ{font-size:4rem;margin-bottom:1rem;opacity:.5}.QuesList_emptyStateTitle__LDjs5{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.QuesList_emptyStateText__1EdmN{color:#64748b;font-size:1rem;margin:0;line-height:1.5}@media (max-width:768px){.QuesList_container__QuuMl{padding:1rem}.QuesList_progressDashboard__X1UNN{grid-template-columns:1fr;gap:1rem}.QuesList_progressCard__zL_J1{padding:1.5rem;flex-direction:column;text-align:center;gap:1.5rem}.QuesList_circularProgressContainer__Ie_qX{flex-direction:column;gap:1rem}.QuesList_circularProgressInfo__ETKXT{text-align:center}.QuesList_questionsSectionHeader__SsYex{padding:1rem 1.5rem;flex-direction:column;gap:1rem;align-items:flex-start}.QuesList_questionItemContent__yskoe{padding:1rem 1.5rem;gap:.75rem}.QuesList_questionTitle__tgA2h{font-size:1rem}.QuesList_questionMeta__SN21z{gap:.5rem}.QuesList_linearProgressContainer__y_r_4{padding:1rem}}@media (max-width:480px){.QuesList_container__QuuMl{padding:.75rem}.QuesList_progressCard__zL_J1{padding:1rem}.QuesList_circularProgressPercentage__YdsYi{font-size:1rem}.QuesList_circularProgressCount__VrVgK{font-size:1.5rem}.QuesList_circularProgressLabel__DXbcB{font-size:1rem}.QuesList_questionItemContent__yskoe{padding:.75rem 1rem}.QuesList_questionNumber__2eXH_{width:28px;height:28px;font-size:.75rem}.QuesList_checkboxLabel__1dIhV{width:20px;height:20px}.QuesList_checkboxLabel__1dIhV:after{left:6px;top:2px;width:5px;height:10px}.QuesList_questionTitle__tgA2h{font-size:.95rem}.QuesList_questionsSectionTitle__Jexcj{font-size:1.25rem}.QuesList_questionsCount__5topc{font-size:.75rem;padding:.375rem .75rem}}@keyframes QuesList_fadeInUp__AoYPD{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.QuesList_questionItem__RrrNk{animation:QuesList_fadeInUp__AoYPD .3s ease forwards}.QuesList_questionItem__RrrNk:first-child{animation-delay:.05s}.QuesList_questionItem__RrrNk:nth-child(2){animation-delay:.1s}.QuesList_questionItem__RrrNk:nth-child(3){animation-delay:.15s}.QuesList_questionItem__RrrNk:nth-child(4){animation-delay:.2s}.QuesList_questionItem__RrrNk:nth-child(5){animation-delay:.25s}.QuesList_progressCard__zL_J1{animation:QuesList_fadeInUp__AoYPD .4s ease forwards}.QuesList_progressCard__zL_J1:first-child{animation-delay:.1s}.QuesList_progressCard__zL_J1:nth-child(2){animation-delay:.2s}@media (prefers-reduced-motion:reduce){.QuesList_checkboxLabel__1dIhV:after,.QuesList_circularProgressForeground__sYcfT,.QuesList_linearProgressFill__YaeKM,.QuesList_progressCard__zL_J1,.QuesList_questionItem__RrrNk{transition:none;animation:none}.QuesList_loadingSpinner__JLBLH{animation:none;border-top-color:#3b82f6}}@media print{.QuesList_container__QuuMl{background:#fff;box-shadow:none;padding:1rem}.QuesList_linearProgressContainer__y_r_4,.QuesList_progressCard__zL_J1,.QuesList_questionsSection__hiA9J{box-shadow:none;border:1px solid #ccc}.QuesList_loadingSpinner__JLBLH{display:none}}.QuesList_container__QuuMl{max-width:1600px}.QuesList_questionsSection__hiA9J{margin-top:1rem;width:95%;margin-left:1rem;margin-right:auto}.QuesList_progressDashboard__X1UNN{max-width:95%;margin-left:auto;margin-right:auto}.QuesList_linearProgressContainer__y_r_4,.QuesList_progressCard__zL_J1,.QuesList_questionsSection__hiA9J{border-radius:18px;box-shadow:0 4px 12px rgba(0,0,0,.06);background:linear-gradient(180deg,#fff,#f9fafb);transition:box-shadow .3s ease,transform .2s ease}.QuesList_linearProgressContainer__y_r_4:hover,.QuesList_progressCard__zL_J1:hover,.QuesList_questionsSection__hiA9J:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px)}.QuesList_questionsSectionTitle__Jexcj{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.3px}.QuesList_questionsSectionHeader__SsYex{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-bottom:2px solid #e2e8f0}.QuesList_questionItem__RrrNk{border-bottom:1px solid #f1f5f9;background:#fff;border-radius:12px;margin:.5rem 1rem;transition:all .2s ease}.QuesList_questionItem__RrrNk:hover{background:#f8fafc;box-shadow:0 2px 6px rgba(0,0,0,.04);transform:translateY(-2px)}.QuesList_progressDashboard__X1UNN{margin-top:1rem;margin-bottom:2.5rem}.Contests_contest-container__rkoeC{padding:2rem;min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100vw;overflow-x:hidden}.Contests_header-section__6hxls{max-width:1400px;margin:0 auto 3rem;display:flex;align-items:center;gap:2rem}.Contests_header-text__0W9xq{flex:1}.Contests_header-image__Px_Ga{flex-shrink:0;display:flex;align-items:center}.Contests_practice-image___loTH{height:auto;max-height:230px;width:auto;-o-object-fit:contain;object-fit:contain}.Contests_main-title__T2dzA{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.2}.Contests_subtitle__F4_MR{font-size:1.1rem;color:#666;margin:0 0 1rem;font-weight:500}.Contests_description__p8TQB{font-size:1rem;color:#666;margin:0;line-height:1.6;font-weight:400}.Contests_content-wrapper__fIonQ{max-width:1400px;margin:0 auto}.Contests_section-title__0JIwg{font-size:1.8rem;font-weight:700;color:#000;margin:0 0 1.5rem;text-align:center}.Contests_rating-tabs__JaYVZ{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;padding:1.5rem;background:#f8f9fa;border-radius:16px;border:2px solid #e9ecef}.Contests_rating-button__BE7O5{padding:.75rem 1.5rem;border:2px solid #e9ecef;background:#fff;color:#666;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:80px;position:relative;overflow:hidden}.Contests_rating-button__BE7O5:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,123,255,.1),transparent);transition:left .5s ease}.Contests_rating-button__BE7O5:hover{border-color:#0d7bf0;color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.2)}.Contests_rating-button__BE7O5:hover:before{left:100%}.Contests_rating-button__BE7O5.Contests_active__hpUZF{background:#007bff;color:#fff;border-color:#0056b3;transform:translateY(-1px)}.Contests_rating-button__BE7O5.Contests_active__hpUZF:before{display:none}.Contests_rating-button__BE7O5[data-rating="1000"],.Contests_rating-button__BE7O5[data-rating="1100"],.Contests_rating-button__BE7O5[data-rating="1200"],.Contests_rating-button__BE7O5[data-rating="1300"],.Contests_rating-button__BE7O5[data-rating="1400"],.Contests_rating-button__BE7O5[data-rating="1500"],.Contests_rating-button__BE7O5[data-rating="1600"],.Contests_rating-button__BE7O5[data-rating="800"],.Contests_rating-button__BE7O5[data-rating="900"]{--primary-color:#096bff;--primary-hover:#5805fe}.Contests_rating-button__BE7O5:hover{border-color:var(--primary-color,#007bff);color:var(--primary-color,#007bff)}.Contests_rating-button__BE7O5.Contests_active__hpUZF{background:var(--primary-color,#007bff);border-color:var(--primary-hover,#0056b3);box-shadow:0 4px 15px rgba(0,123,255,.3)}.Contests_questions-container__eyU0V{background:#fff;border-radius:16px;border:2px solid #e9ecef;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.Contests_questions-container__eyU0V:hover{border-color:#007bff;box-shadow:0 8px 25px rgba(0,123,255,.15)}@media (max-width:1200px){.Contests_contest-container__rkoeC{padding:1.5rem}.Contests_header-section__6hxls{flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}.Contests_practice-image___loTH{max-height:300px;align-self:center}.Contests_rating-tabs__JaYVZ{padding:1.25rem}.Contests_rating-button__BE7O5{min-width:70px;padding:.65rem 1.25rem}}@media (max-width:768px){.Contests_contest-container__rkoeC{padding:1rem}.Contests_header-section__6hxls{margin-bottom:2rem;gap:1rem}.Contests_practice-image___loTH{max-height:120px}.Contests_main-title__T2dzA{font-size:2rem}.Contests_subtitle__F4_MR{font-size:1rem}.Contests_description__p8TQB{font-size:.9rem}.Contests_section-title__0JIwg{font-size:1.5rem;margin-bottom:1rem}.Contests_rating-tabs__JaYVZ{padding:1rem;gap:.5rem}.Contests_rating-button__BE7O5{min-width:60px;padding:.6rem 1rem;font-size:.9rem}.Contests_questions-container__eyU0V{border-radius:12px}}@media (max-width:480px){.Contests_contest-container__rkoeC{padding:.75rem}.Contests_main-title__T2dzA{font-size:1.75rem}.Contests_section-title__0JIwg{font-size:1.3rem}.Contests_rating-tabs__JaYVZ{padding:.75rem;gap:.4rem}.Contests_rating-button__BE7O5{min-width:55px;padding:.5rem .8rem;font-size:.85rem}.Contests_practice-image___loTH{max-height:100px}}@keyframes Contests_fadeInUp__nT7hO{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Contests_header-section__6hxls{animation:Contests_fadeInUp__nT7hO .6s ease forwards}.Contests_content-wrapper__fIonQ{animation:Contests_fadeInUp__nT7hO .6s ease .2s both}.Contests_rating-button__BE7O5{animation:Contests_fadeInUp__nT7hO .4s ease forwards}.Contests_rating-button__BE7O5:first-child{animation-delay:.1s}.Contests_rating-button__BE7O5:nth-child(2){animation-delay:.15s}.Contests_rating-button__BE7O5:nth-child(3){animation-delay:.2s}.Contests_rating-button__BE7O5:nth-child(4){animation-delay:.25s}.Contests_rating-button__BE7O5:nth-child(5){animation-delay:.3s}.Contests_rating-button__BE7O5:nth-child(6){animation-delay:.35s}.Contests_rating-button__BE7O5:nth-child(7){animation-delay:.4s}.Contests_rating-button__BE7O5:nth-child(8){animation-delay:.45s}.Contests_rating-button__BE7O5:nth-child(9){animation-delay:.5s}.Contests_rating-button__BE7O5:focus{outline:2px solid var(--primary-color,#007bff);outline-offset:2px}.Contests_questions-container__eyU0V:focus-within{outline:2px solid #007bff;outline-offset:2px}@media print{.Contests_contest-container__rkoeC{background:#fff;padding:1rem}.Contests_rating-tabs__JaYVZ{display:none}.Contests_questions-container__eyU0V{box-shadow:none;border:1px solid #ccc}}