.Button_button__aJ0V6{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--border-radius);font-weight:600;transition:all .2s ease;cursor:pointer;border:none;font-family:inherit;outline:none}.Button_button__aJ0V6:active{transform:scale(.98)}.Button_primary__NvDjW{background:linear-gradient(135deg,#0070f3,#00a6ff);color:#fff;box-shadow:0 4px 14px 0 rgba(0,118,255,.39)}.Button_primary__NvDjW:hover{background:linear-gradient(135deg,#0060df,#0096ef);box-shadow:0 6px 20px rgba(0,118,255,.23);transform:translateY(-1px)}.Button_secondary__PNkAv{background:#fff;color:#696969;box-shadow:0 4px 14px 0 rgba(0,0,0,.1)}.Button_secondary__PNkAv:hover{background:hsla(0,0%,100%,.9);color:#333;box-shadow:0 6px 20px rgba(0,0,0,.12);transform:translateY(-1px)}.Button_outline__VR8yn{background:transparent;border:1px solid var(--callout-border-rgb);color:inherit}.Button_outline__VR8yn:hover{border-color:#0070f3;color:#0070f3}.Button_small__Dzghh{padding:.5rem 1rem;font-size:.875rem}.Button_medium__6mHOF{padding:.75rem 1.5rem;font-size:1rem}.Button_large__P9YO9{padding:1rem 2rem;font-size:1.25rem}.PracticeInterface_container__R_Tpl{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,rgb(var(--background-end-rgb)),rgb(var(--background-start-rgb)));color:var(--text-color)}.PracticeInterface_header__hzPC3{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:60px;background-color:var(--card-bg);border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:100}.PracticeInterface_headerLeft__pRcZE{display:flex;align-items:center;gap:16px}.PracticeInterface_mobileMenuBtn__cIpXb{display:none;background:none;border:none;cursor:pointer;color:var(--text-color);padding:8px}.PracticeInterface_examTitle__pctUL{font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:12px;flex:1 1;overflow:hidden}.PracticeInterface_titleText__tSjLD{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PracticeInterface_modeBadge__SbW5k{background-color:rgba(74,111,255,.1);color:var(--primary-color,#4a6fff);font-size:.8rem;padding:4px 8px;border-radius:4px;font-weight:700}.PracticeInterface_headerRight__va6_b{display:flex;align-items:center;gap:16px}.PracticeInterface_headerSettingsBtn__ocQhW{background:none;border:none;cursor:pointer;color:var(--text-sub);display:flex;align-items:center;padding:8px;transition:color .2s}.PracticeInterface_headerSettingsBtn__ocQhW:hover{color:var(--primary-color,#4a6fff)}.PracticeInterface_exitBtn___D1Pg{background-color:transparent;border:1px solid var(--border-color);padding:6px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;color:var(--text-color)}.PracticeInterface_mainContent__BoR_B{flex:1 1;display:flex;justify-content:center;padding:30px 20px}.PracticeInterface_scrollingList__9MXv_{width:100%;max-width:1400px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}.PracticeInterface_practiceCard__ddP3c{background-color:var(--card-bg);border-radius:12px;padding:24px;box-shadow:0 2px 8px var(--shadow-color);border:1px solid var(--border-color);display:flex;flex-direction:column}.PracticeInterface_questionHeader__ls573{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--border-color)}.PracticeInterface_qNumBox__pInBF{display:flex;align-items:center;gap:12px}.PracticeInterface_qNum__j5nMZ{font-size:1.2rem;font-weight:700;color:var(--primary-color,#4a6fff)}.PracticeInterface_gradingMark__8ouLk{font-size:1.8rem;line-height:1;animation:PracticeInterface_popIn__Xuspb .3s cubic-bezier(.175,.885,.32,1.275)}.PracticeInterface_markCorrect__dnDUw{color:#10b981}.PracticeInterface_markWrong___QTbu{color:#ef4444}@keyframes PracticeInterface_popIn__Xuspb{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.PracticeInterface_qSubjectBadge__kkDHJ{font-size:.85rem;color:var(--text-sub);background-color:var(--bg-hover);padding:4px 10px;border-radius:12px}.PracticeInterface_questionBody__ViRa2{display:flex;flex-direction:column;gap:20px}.PracticeInterface_qText__Pg3RE{font-size:1.1rem;line-height:1.6;color:var(--text-color);word-break:keep-all}.PracticeInterface_expText__vx6_h pre,.PracticeInterface_qText__Pg3RE pre{font-family:inherit!important;white-space:pre-wrap!important;word-break:break-all;border:1px solid var(--border-color)!important;padding:15px!important;border-radius:8px!important;background-color:hsla(0,0%,50%,.05)!important;margin:15px 0!important;font-size:1rem!important;color:var(--text-color)!important;max-width:100%;overflow-x:auto}.PracticeInterface_expText__vx6_h code,.PracticeInterface_inlineCode__7Tilh,.PracticeInterface_qText__Pg3RE code{font-family:inherit;background-color:var(--bg-hover);color:#ef4444;padding:2px 6px;border-radius:4px;font-size:.9em}.PracticeInterface_expText__vx6_h table,.PracticeInterface_qText__Pg3RE table,.PracticeInterface_tableWrapper__whpJF{width:100%;overflow-x:auto;margin:15px 0;font-size:.95rem;background-color:transparent;border-collapse:collapse;color:var(--text-color)}.PracticeInterface_expText__vx6_h td,.PracticeInterface_expText__vx6_h th,.PracticeInterface_qText__Pg3RE td,.PracticeInterface_qText__Pg3RE th{border:1px solid var(--border-color);padding:8px 12px;text-align:left}.PracticeInterface_expText__vx6_h th,.PracticeInterface_qText__Pg3RE th{background-color:hsla(0,0%,50%,.05);font-weight:600}.PracticeInterface_expText__vx6_h tr:nth-child(2n),.PracticeInterface_qText__Pg3RE tr:nth-child(2n){background-color:hsla(0,0%,50%,.02)}.PracticeInterface_expText__vx6_h img,.PracticeInterface_qText__Pg3RE img{display:block;width:auto;max-width:100%;height:auto;margin:15px auto;border-radius:8px;border:1px solid var(--border-color);background-color:#fff;padding:10px}.PracticeInterface_mediaPanel__6R9C1{display:flex;flex-direction:column;gap:16px;margin-top:12px;align-items:center}.PracticeInterface_imageWrapper__1DrLa{display:flex;justify-content:center;margin:16px 0;width:100%}.PracticeInterface_cImage__Ut1tH,.PracticeInterface_qImage__Plj4i{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--border-color);display:block;background-color:#fff;padding:5px}.PracticeInterface_exampleBox__In9CJ{border:1px solid var(--border-color);padding:16px;margin:16px 0;line-height:1.8}.PracticeInterface_exampleItem__kCzJY{position:relative;padding-left:12px}.PracticeInterface_exampleItem__kCzJY:before{content:"•";position:absolute;left:0;color:var(--text-sub)}.PracticeInterface_choicesList__qsQWT{display:flex;flex-direction:column;gap:10px}.PracticeInterface_choiceBox__WLk1U{display:flex;align-items:center;padding:16px;border-radius:8px;border:1px solid var(--border-color);background-color:var(--card-bg);cursor:pointer;transition:all .2s ease;gap:12px}.PracticeInterface_choiceBox__WLk1U:hover{background-color:var(--bg-hover);border-color:var(--border-color)}.PracticeInterface_choiceKey__yOrpg{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:var(--bg-hover);color:var(--text-sub);font-weight:600;font-size:.9rem;flex-shrink:0}.PracticeInterface_choiceContent__m_h97{flex:1 1;font-size:1rem;line-height:1.5;color:var(--text-sub)}.PracticeInterface_choiceSelectedActive___SPit{border-color:var(--primary-color,#4a6fff);background-color:rgba(74,111,255,.05)}.PracticeInterface_choiceSelectedActive___SPit .PracticeInterface_choiceKey__yOrpg{background-color:var(--primary-color,#4a6fff);color:#fff}.PracticeInterface_choiceActualAnswer__OTb6T{border-color:#10b981;background-color:rgba(16,185,129,.05)}.PracticeInterface_choiceActualAnswer__OTb6T .PracticeInterface_choiceKey__yOrpg{background-color:#10b981;color:#fff}.PracticeInterface_choiceActualAnswer__OTb6T .PracticeInterface_choiceContent__m_h97{color:var(--text-color)}.PracticeInterface_choiceWrongSelected__dqScV{border-color:#ef4444;background-color:rgba(239,68,68,.05);text-decoration:line-through;color:var(--text-tertiary,#9ca3af)}.PracticeInterface_choiceWrongSelected__dqScV .PracticeInterface_choiceKey__yOrpg{background-color:#ef4444;color:#fff;text-decoration:none}.PracticeInterface_choiceWrongSelected__dqScV .PracticeInterface_choiceContent__m_h97{opacity:.6}.PracticeInterface_actionBar__0QErt{display:flex;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid var(--border-color)}.PracticeInterface_actionBtn__MhYFQ{display:flex;align-items:center;gap:6px;background-color:var(--bg-hover);border:1px solid var(--border-color);padding:8px 14px;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--text-sub);cursor:pointer;transition:all .2s}.PracticeInterface_actionBtn__MhYFQ:hover{background-color:#fff;border-color:var(--primary-color,#4a6fff);color:var(--primary-color,#4a6fff)}.PracticeInterface_actionBtn__MhYFQ.PracticeInterface_bookmarked__Y8T0h{border-color:#f59e0b;background-color:rgba(245,158,11,.05);color:#d97706}.PracticeInterface_explanationBox__31Uaw{margin-top:16px;padding:16px;background-color:var(--bg-hover);border-radius:8px;border-left:4px solid var(--primary-color,#4a6fff);animation:PracticeInterface_fadeIn__cJhkM .3s ease}@keyframes PracticeInterface_fadeIn__cJhkM{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.PracticeInterface_expCorrectLine__jA_rs{font-size:1.05rem;color:var(--text-color);margin-bottom:8px}.PracticeInterface_expText__vx6_h{font-size:.95rem;line-height:1.6;color:var(--text-sub);word-break:break-word}.PracticeInterface_modalBackdrop__79VCQ{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999;display:flex;align-items:center;justify-content:center}.PracticeInterface_modal__R0TOF{background-color:var(--card-bg);padding:24px;border-radius:12px;box-shadow:0 4px 12px var(--shadow-color)}@media (max-width:768px){.PracticeInterface_header__hzPC3{padding:0 10px}.PracticeInterface_headerLeft__pRcZE{max-width:calc(100% - 70px);width:100%}.PracticeInterface_mobileMenuBtn__cIpXb{display:none}.PracticeInterface_examTitle__pctUL{font-size:1rem;gap:6px}.PracticeInterface_mainContent__BoR_B{padding:10px 8px}.PracticeInterface_scrollingList__9MXv_{grid-template-columns:1fr;gap:16px;width:100%}.PracticeInterface_practiceCard__ddP3c{padding:16px 12px}}.PracticeInterface_reportBtn__gnk_s{background:transparent;border:1px solid var(--border-color);color:var(--text-sub);padding:6px 12px;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px;margin-left:auto}.PracticeInterface_reportBtn__gnk_s:hover{color:#ef4444;border-color:#ef4444;background:rgba(239,68,68,.05)}.ReportModal_modalOverlay__gNAyD{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ReportModal_modalContent__qNA4b{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:24px;width:90%;max-width:480px;box-shadow:0 10px 25px rgba(0,0,0,.2);position:relative;animation:ReportModal_slideUp__TTS5P .3s ease-out forwards}@keyframes ReportModal_slideUp__TTS5P{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ReportModal_closeBtn__HGiKl{position:absolute;top:16px;right:20px;background:none;border:none;font-size:24px;color:var(--text-color);opacity:.5;cursor:pointer;transition:opacity .2s}.ReportModal_closeBtn__HGiKl:hover{opacity:1}.ReportModal_title___lXtM{margin:0 0 12px;font-size:1.25rem;color:var(--text-color)}.ReportModal_description__5s_zS{font-size:.9rem;color:var(--text-color);opacity:.8;margin-bottom:20px;line-height:1.5}.ReportModal_textarea__pF3Mu{width:100%;padding:16px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-hover);color:var(--text-color);font-family:inherit;font-size:.95rem;resize:vertical;min-height:120px;margin-bottom:24px;transition:border-color .2s,box-shadow .2s}.ReportModal_textarea__pF3Mu:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.ReportModal_textarea__pF3Mu::placeholder{color:#9ca3af}.ReportModal_actionRow__jlad8{display:flex;justify-content:flex-end;gap:12px}.ReportModal_cancelBtn__JUqUN,.ReportModal_submitBtn__EqK22{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s}.ReportModal_cancelBtn__JUqUN{background:transparent;border:1px solid var(--border-color);color:var(--text-color)}.ReportModal_cancelBtn__JUqUN:hover{background:var(--bg-hover)}.ReportModal_submitBtn__EqK22{background:#ef4444;border:none;color:#fff}.ReportModal_submitBtn__EqK22:hover{background:#dc2626;transform:translateY(-1px)}.ReportModal_submitBtn__EqK22:disabled{background:#fca5a5;cursor:not-allowed;transform:none}.Icons_icon3d__OVxQ0{width:100%;height:100%;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));transform:scale(1.2)}.Icons_iconStructure__7nDh5{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes page_fadeIn__mujiL{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page_main__FqPqp{min-height:100vh;padding:6rem 2rem 4rem;background-color:#050505;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:40px 40px;color:#fff;display:flex;flex-direction:column;align-items:center}.page_header__8Wmjj{text-align:center;margin-bottom:4rem;max-width:800px;animation:page_fadeIn__mujiL .6s ease-out}.page_title__Xzq0V{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.page_highlightUnderline__xsX_b{position:relative;display:inline-block;z-index:1;color:#fff;-webkit-text-fill-color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8)}.page_highlightUnderline__xsX_b:after{content:"";position:absolute;left:0;bottom:.1em;width:100%;height:.4em;background:rgba(220,255,0,.8);box-shadow:0 0 10px rgba(220,255,0,.4);z-index:-1;transform:skewX(-10deg)}.page_subtitle__mqXix{font-size:1.1rem;color:#a1a1aa;font-weight:400}.page_searchContainer__i9TqN{width:100%;max-width:500px;margin:0 auto 3rem;position:relative;animation:page_fadeIn__mujiL .8s ease-out}.page_searchInput__8AgfR{width:100%;padding:1rem 1.5rem 1rem 3rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page_searchInput__8AgfR:focus{outline:none;border-color:#00f0ff;background:hsla(0,0%,100%,.08);box-shadow:0 0 15px rgba(0,240,255,.15)}.page_searchIcon__j4Ks4{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.page_searchInput__8AgfR:focus+.page_searchIcon__j4Ks4{color:#00f0ff}.page_categorySection__g6ir4{width:100%;max-width:1200px;margin-bottom:4rem;animation:page_fadeIn__mujiL 1s ease-out}.page_categoryTitle__B7bUr{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid #00f0ff;display:flex;align-items:center;gap:.5rem}.page_categoryGrid__kRpMN{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.page_examCard__THtMn{background:#0a0a0a;border:1px solid #27272a;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;min-height:90px;position:relative;overflow:hidden;gap:1rem}.page_examCard__THtMn:hover{transform:translateY(-4px);border-color:#00f0ff;box-shadow:0 0 20px rgba(0,240,255,.1);background:#111}.page_cardIcon__yz0DD{font-size:2.5rem;margin-bottom:0;color:#71717a;transition:color .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.page_examCard__THtMn:hover .page_cardIcon__yz0DD{color:#00f0ff}.page_cardTitle__ek_Jg{font-size:1.1rem;font-weight:600;color:#e4e4e7;transition:color .2s ease;word-break:keep-all}.page_examCard__THtMn:hover .page_cardTitle__ek_Jg{color:#fff}.page_emptyState__9Drhy{text-align:center;padding:4rem 0;color:#71717a;font-size:1.1rem}@media (max-width:768px){.page_main__FqPqp{padding:4rem 1rem}.page_title__Xzq0V{font-size:2rem}.page_categoryGrid__kRpMN{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page_categoryGrid__kRpMN{grid-template-columns:1fr}}