*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s,color .3s}#root{min-height:100vh}[data-theme=orange][data-mode=light]{--primary-color: #ff6b35;--primary-light: #ff8c5a;--primary-dark: #e55a2b;--accent-color: #ff9f1c;--accent-light: #ffb347}[data-theme=orange][data-mode=dark]{--primary-color: #ff7b45;--primary-light: #ff9c6a;--primary-dark: #e56a35;--accent-color: #ffaf3c;--accent-light: #ffc367}[data-theme=lime][data-mode=light]{--primary-color: #4caf50;--primary-light: #66bb6a;--primary-dark: #388e3c;--accent-color: #8bc34a;--accent-light: #9ccc65}[data-theme=lime][data-mode=dark]{--primary-color: #5cbf60;--primary-light: #76cf7a;--primary-dark: #4cae50;--accent-color: #9cd35a;--accent-light: #acd670}[data-theme=melon][data-mode=light]{--primary-color: #ff6b9d;--primary-light: #ff8cb5;--primary-dark: #e55a87;--accent-color: #ffb3c6;--accent-light: #ffc6d4}[data-theme=melon][data-mode=dark]{--primary-color: #ff7bad;--primary-light: #ff9cc5;--primary-dark: #e56a97;--accent-color: #ffc3d6;--accent-light: #ffd6e4}[data-theme=ice][data-mode=light]{--primary-color: #00bcd4;--primary-light: #26c6da;--primary-dark: #00acc1;--accent-color: #4dd0e1;--accent-light: #80deea}[data-theme=ice][data-mode=dark]{--primary-color: #10ccdc;--primary-light: #36dcea;--primary-dark: #00bcd1;--accent-color: #5de0f1;--accent-light: #80e6f2}[data-mode=light]{--bg-primary: #fff;--bg-secondary: #fafafa;--bg-input: #fff;--bg-hover: #f5f5f5;--bg-selected: #fff3e0;--bg-success: #e8f5e9;--bg-warning: #fff3e0;--bg-word-selected: #ffecb3;--bg-word-correct: #c8e6c9;--bg-word-incorrect: #ffcdd2;--text-primary: #333;--text-secondary: #666;--border-color: #e0e0e0}[data-mode=dark]{--bg-primary: #2a2a2a;--bg-secondary: #333;--bg-input: #404040;--bg-hover: #3a3a3a;--bg-selected: rgba(255, 107, 53, .2);--bg-success: rgba(76, 175, 80, .2);--bg-warning: rgba(255, 152, 0, .2);--bg-word-selected: rgba(255, 193, 179, .3);--bg-word-correct: rgba(129, 199, 132, .3);--bg-word-incorrect: rgba(229, 115, 115, .3);--text-primary: #e0e0e0;--text-secondary: #999;--border-color: #444}._overlay_1fo1h_2{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._panel_1fo1h_13{width:90%;max-width:420px;max-height:80vh;overflow-y:auto;background:var(--bg-primary, #fff);border-radius:12px;padding:24px;box-shadow:0 8px 32px #00000040}._panelTitle_1fo1h_24{margin:0 0 16px;font-size:20px;font-weight:600}._list_1fo1h_31{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}._item_1fo1h_38{border:1px solid var(--border-color, #e0e0e0);border-radius:8px;overflow:hidden}._itemHeader_1fo1h_44{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:500;color:var(--text-primary, #333);text-align:left;transition:background .15s}._itemHeader_1fo1h_44:hover{background:var(--bg-hover, #f5f5f5)}._itemHeaderActive_1fo1h_64{background:var(--bg-selected, #fff3e0)}._itemName_1fo1h_68{flex:1}._itemMeta_1fo1h_72{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary, #666)}._itemScore_1fo1h_80{font-weight:600;color:var(--text-primary, #333)}._itemDot_1fo1h_85{width:16px;height:16px;border-radius:50%;flex-shrink:0;cursor:pointer;transition:opacity .15s}._itemDot_1fo1h_85:hover{opacity:.7}._itemBody_1fo1h_98{display:flex;gap:8px;padding:8px 16px 12px}._deleteBtn_1fo1h_104{padding:8px 12px;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;background:none;color:#e53935;font-size:13px;cursor:pointer;transition:background .15s}._deleteBtn_1fo1h_104:hover{background:#e5393514}._newProfileBtn_1fo1h_120{border:1px dashed var(--border-color, #e0e0e0);border-radius:8px;color:var(--text-secondary, #666);font-weight:400}._newProfileBtn_1fo1h_120:hover{border-style:solid}._form_1fo1h_132{display:flex;flex-direction:column;gap:10px;padding-top:8px;border-top:1px solid var(--border-color, #e0e0e0)}._input_1fo1h_140{padding:10px 12px;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;font-size:14px;color:var(--text-primary, #333);background:var(--bg-input, #fff);outline:none;transition:border-color .15s}._input_1fo1h_140:focus{border-color:var(--primary-color, #ff6b35)}._genderRow_1fo1h_156{display:flex;gap:8px}._genderBtn_1fo1h_161{flex:1;padding:10px 12px;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;background:none;font-size:14px;font-weight:500;color:var(--text-primary, #333);cursor:pointer;transition:all .15s}._genderBtn_1fo1h_161:hover{background:var(--bg-hover, #f5f5f5)}._genderBtnActive_1fo1h_178{color:#fff;border-color:transparent}body.dark ._genderBtn_1fo1h_161{border-color:#444;color:#e0e0e0}body.dark ._genderBtn_1fo1h_161:hover{background:#333}._createBtn_1fo1h_192{padding:10px 16px;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s}._createBtn_1fo1h_192:hover{opacity:.85}body.dark ._panel_1fo1h_13{background:#2a2a2a;box-shadow:0 8px 32px #00000080}body.dark ._itemHeader_1fo1h_44{color:#e0e0e0}body.dark ._itemHeader_1fo1h_44:hover{background:#333}body.dark ._itemHeaderActive_1fo1h_64{background:#ff6b3526}body.dark ._itemScore_1fo1h_80{color:#e0e0e0}body.dark ._item_1fo1h_38{border-color:#444}body.dark ._newProfileBtn_1fo1h_120{border-color:#444;color:#999}body.dark ._input_1fo1h_140{background:#333;border-color:#444;color:#e0e0e0}body.dark ._deleteBtn_1fo1h_104{border-color:#444}@media(max-width:600px){._panel_1fo1h_13{width:95%;padding:16px}._itemHeader_1fo1h_44{padding:10px 12px}}._quest_13t52_1{border:1px solid var(--border-color);border-radius:8px;margin:16px 0;background:var(--bg-primary);overflow:hidden}._quest_13t52_1[data-status=correct]{border-color:#4caf50}._quest_13t52_1[data-status=incorrect]{border-color:#f44336}._header_13t52_17{display:flex;align-items:center;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;text-align:left;font-size:var(--article-font-size, 16px);gap:12px}._header_13t52_17:hover{background:var(--bg-hover)}._icon_13t52_34{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;flex-shrink:0}[data-status=unanswered] ._icon_13t52_34{background:var(--primary-color, #ff6b35);color:#fff}[data-status=correct] ._icon_13t52_34{background:#4caf50;color:#fff}[data-status=incorrect] ._icon_13t52_34{background:#f44336;color:#fff}._question_13t52_60{flex:1;color:var(--text-primary);font-weight:500}[data-status=unanswered] ._question_13t52_60{color:var(--text-secondary)}._points_13t52_70{color:#999;font-size:14px;flex-shrink:0}._content_13t52_76{padding:16px;border-top:1px solid var(--border-color);background:var(--bg-secondary)}._explanation_13t52_82{padding:12px;background:var(--bg-warning);border-radius:4px;color:#e65100;font-size:calc(var(--article-font-size, 16px) - 2px);line-height:1.5;white-space:pre-line}._resetBtn_13t52_92{display:block;width:100%;padding:8px;background:none;border:none;border-top:1px solid var(--border-color);color:#666;font-size:14px;cursor:pointer}._resetBtn_13t52_92:hover{background:var(--bg-hover);color:#333}@media(max-width:600px){._quest_13t52_1{margin:8px 0}._header_13t52_17{padding:8px 10px;gap:8px}._content_13t52_76,._explanation_13t52_82{padding:8px}}._options_n6s0t_3{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._option_n6s0t_3{padding:12px 16px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-input);color:var(--text-primary);cursor:pointer;text-align:left;font-size:calc(var(--article-font-size, 16px) - 2px);transition:all .15s,background-color .3s,border-color .3s}._option_n6s0t_3:hover{border-color:#2196f3;background:var(--bg-hover)}._option_n6s0t_3._selected_n6s0t_27{border-color:#2196f3;background:var(--bg-selected)}._submitBtn_n6s0t_32{width:100%;padding:10px 24px;background:#2196f3;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .15s}._submitBtn_n6s0t_32:hover:not(:disabled){background:#1976d2}._submitBtn_n6s0t_32:disabled{background:#bdbdbd;cursor:not-allowed}body.dark ._submitBtn_n6s0t_32:disabled{background:#393939;color:#777}._trueFalse_n6s0t_59 ._options_n6s0t_3{flex-direction:row;gap:12px}._trueFalse_n6s0t_59 ._option_n6s0t_3{flex:1;text-align:center;font-size:var(--article-font-size, 16px)}._checkboxLabel_n6s0t_71{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;background:var(--bg-input);color:var(--text-primary);transition:all .15s,background-color .3s,border-color .3s}._checkboxLabel_n6s0t_71:hover{border-color:#2196f3;background:var(--bg-hover)}._checkboxLabel_n6s0t_71 input{width:18px;height:18px;cursor:pointer}._fillTheBlank_n6s0t_96,._text_n6s0t_97{display:flex;flex-direction:column;gap:12px}._textInput_n6s0t_103,._textarea_n6s0t_104{padding:12px;border:1px solid var(--border-color);border-radius:4px;font-size:calc(var(--article-font-size, 16px) - 2px);font-family:inherit;background:var(--bg-input);color:var(--text-primary);transition:border-color .15s,background-color .3s}._textInput_n6s0t_103:focus,._textarea_n6s0t_104:focus{outline:none;border-color:#2196f3}._textarea_n6s0t_104{resize:vertical;min-height:80px}._correctText_n6s0t_127{font-size:var(--article-font-size, 16px);color:#2e7d32;margin:0}._correctList_n6s0t_133{margin:0;padding-left:20px}._correctList_n6s0t_133 li{color:#2e7d32;margin:4px 0}._orderSteps_n6s0t_144{display:flex;flex-direction:column;gap:12px}._hint_n6s0t_150{color:var(--text-secondary);font-size:calc(var(--article-font-size, 16px) - 2px);margin:0 0 8px}._sortableList_n6s0t_156{display:flex;flex-direction:column;gap:8px}._sortableItem_n6s0t_162{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;cursor:grab;-webkit-user-select:none;user-select:none}._sortableItem_n6s0t_162:active{cursor:grabbing}._sortableItem_n6s0t_162._dragging_n6s0t_178{box-shadow:0 4px 12px #00000026}._dragHandle_n6s0t_182{color:var(--text-secondary);font-size:16px}._correctOrderList_n6s0t_187{margin:0;padding-left:24px}._correctOrderList_n6s0t_187 li{color:#2e7d32;margin:8px 0;font-weight:500}._matchPairs_n6s0t_199{display:flex;flex-direction:column;gap:12px}._matchContainer_n6s0t_205{display:flex;gap:24px}._matchColumn_n6s0t_210{flex:1;display:flex;flex-direction:column;gap:8px}._matchItem_n6s0t_217{padding:12px 16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;cursor:grab;-webkit-user-select:none;user-select:none;transition:all .15s,background-color .3s,border-color .3s}._matchItem_n6s0t_217:hover{border-color:#2196f3;background:var(--bg-hover)}._matchItem_n6s0t_217._dragging_n6s0t_178{opacity:.5;cursor:grabbing}._matchItem_n6s0t_217._matched_n6s0t_237{cursor:default}._dropZone_n6s0t_241{padding:12px 16px;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:4px;min-height:44px;display:flex;align-items:center;justify-content:space-between;transition:all .15s,background-color .3s,border-color .3s}._dropZone_n6s0t_241:hover{border-color:#2196f3;background:var(--bg-hover)}._dropZone_n6s0t_241._hasMatch_n6s0t_258{border-style:solid}._matchIndicator_n6s0t_262{color:#4caf50;font-weight:700}._resultCorrectIcon_n6s0t_267,._resultIncorrectIcon_n6s0t_268{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:12px;flex-shrink:0;margin-right:8px}._resultCorrectIcon_n6s0t_267{background:#4caf50;color:#fff}._resultIncorrectIcon_n6s0t_268{background:#f44336;color:#fff}._correctPairs_n6s0t_291{display:flex;flex-direction:column;gap:8px}._correctPair_n6s0t_291{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-success);border-radius:4px}._pairLeft_n6s0t_306{font-weight:500;color:#2e7d32}._pairArrow_n6s0t_311{color:var(--text-secondary)}._pairRight_n6s0t_315{color:#2e7d32}._codeBlock_n6s0t_320{display:flex;flex-direction:column;gap:12px}._codeWrapper_n6s0t_326{margin:0;padding:0;background:var(--bg-input);border-radius:4px;overflow:hidden}._codeTextarea_n6s0t_334{width:100%;min-height:120px;padding:16px;border:none;background:transparent;font-family:Consolas,Monaco,Courier New,monospace;font-size:calc(var(--article-font-size, 16px) - 2px);line-height:1.5;resize:vertical;color:var(--text-primary)}._codeTextarea_n6s0t_334:focus{outline:none}._codeTextarea_n6s0t_334::placeholder{color:var(--text-secondary)}._correctCode_n6s0t_355{margin:0;padding:16px;background:var(--bg-success);border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:calc(var(--article-font-size, 16px) - 2px);line-height:1.5;overflow-x:auto}._correctCode_n6s0t_355 code{color:#2e7d32}._hallucination_n6s0t_371{display:flex;flex-direction:column;gap:12px}._textContainer_n6s0t_377{padding:16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;line-height:2}._wordToken_n6s0t_385{display:inline;padding:2px 4px;margin:0 2px;border-radius:2px;cursor:pointer;transition:all .15s,background-color .3s,border-color .3s}._wordToken_n6s0t_385:hover{background:var(--bg-warning)}._selectedWord_n6s0t_398{background:var(--bg-word-selected);text-decoration:line-through;text-decoration-color:#f44336}._correctWord_n6s0t_404{background:var(--bg-word-correct);text-decoration:line-through;text-decoration-color:#4caf50}._incorrectWord_n6s0t_410{background:var(--bg-word-incorrect);text-decoration:line-through;text-decoration-color:#f44336}._selectionInfo_n6s0t_416{color:var(--text-secondary);font-size:14px}._legend_n6s0t_421{font-size:14px;color:var(--text-secondary)}._correctLegend_n6s0t_426{color:#4caf50;font-weight:500}._incorrectLegend_n6s0t_431{color:#f44336;font-weight:500}._promptBuilder_n6s0t_437{display:flex;flex-direction:column;gap:12px}._promptContainer_n6s0t_443{display:flex;flex-direction:column;gap:16px}._textareaWrapper_n6s0t_449{width:100%}._promptTextarea_n6s0t_453{width:100%;min-height:150px;padding:12px;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:calc(var(--article-font-size, 16px) - 2px);line-height:1.6;resize:vertical;background:var(--bg-input);color:var(--text-primary)}._promptTextarea_n6s0t_453:focus{outline:none;border-color:#2196f3}._blocksContainer_n6s0t_472{padding:12px;background:var(--bg-secondary);border-radius:4px}._blocksLabel_n6s0t_478{margin:0 0 8px;font-size:14px;color:var(--text-primary)}._blocksList_n6s0t_484{display:flex;flex-wrap:wrap;gap:8px}._blockButton_n6s0t_490{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;font-size:calc(var(--article-font-size, 16px) - 2px);cursor:pointer;transition:all .15s,background-color .3s,border-color .3s}._blockButton_n6s0t_490:hover{border-color:#2196f3;background:var(--bg-hover)}._blockInserted_n6s0t_509{background:var(--bg-selected);border-color:#2196f3}._blockCheck_n6s0t_514{color:#4caf50;font-weight:700}._promptInfo_n6s0t_519{color:var(--text-secondary);font-size:14px}._correctPrompt_n6s0t_524{padding:12px;background:var(--bg-success);border-radius:4px}._correctLabel_n6s0t_530{margin:0 0 8px;font-weight:500;color:#2e7d32}._correctBlockList_n6s0t_536{margin:0;padding-left:24px}._correctBlockItem_n6s0t_541{margin:8px 0;color:#2e7d32}@media(max-width:600px){._option_n6s0t_3{padding:10px 12px}._sortableItem_n6s0t_162{padding:8px 10px}._matchItem_n6s0t_217,._dropZone_n6s0t_241{padding:8px 10px;font-size:calc(var(--article-font-size, 16px) - 2px)}._blocksContainer_n6s0t_472{padding:8px}._blockButton_n6s0t_490{padding:6px 10px}._promptTextarea_n6s0t_453{min-height:120px;padding:8px}}._test_1dpx3_1{border:1px solid var(--border-color);border-radius:8px;padding:16px;margin:16px 0;background:var(--bg-primary)}._titleRow_1dpx3_10{display:flex;align-items:center;gap:10px;margin-bottom:12px}._title_1dpx3_10{font-size:16px;font-weight:600;color:var(--text-primary)}._fraction_1dpx3_23{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-secondary, #666)}._header_1dpx3_30{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}._progress_1dpx3_39{flex:1}._questions_1dpx3_43{display:flex;flex-direction:column;gap:16px}._results_1dpx3_49{margin-top:24px;padding:16px;background:var(--bg-secondary);border-radius:8px}._resultHeader_1dpx3_56{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._resultHeader_1dpx3_56 h3{margin:0;font-size:18px;color:var(--text-primary)}._percentage_1dpx3_69{font-size:24px;font-weight:700;color:#4caf50}._stats_1dpx3_75{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._stat_1dpx3_75{display:flex;justify-content:space-between;font-size:14px}._statLabel_1dpx3_88{color:var(--text-secondary)}._statValue_1dpx3_92{font-weight:500;color:var(--text-primary)}._showAnswersBtn_1dpx3_97{width:100%;padding:12px;background:#2196f3;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .15s}._showAnswersBtn_1dpx3_97:hover{background:#1976d2}._finishBtn_1dpx3_113{width:100%;padding:12px;margin-top:16px;background:#ff9800;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .15s}._finishBtn_1dpx3_113:hover{background:#f57c00}._timer_1dpx3_131{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-secondary);border-radius:4px;font-size:14px}._timerFinished_1dpx3_141{background:var(--bg-success);color:#4caf50}._timerWarning_1dpx3_146{background:var(--bg-warning);color:#f57c00}._timerIcon_1dpx3_151{font-size:16px}._timerValue_1dpx3_155{font-weight:500;font-variant-numeric:tabular-nums}._timerStatus_1dpx3_160{font-size:12px;color:var(--text-secondary)}@media(max-width:600px){._test_1dpx3_1{padding:8px;margin:8px 0}._results_1dpx3_49{padding:8px}}._score_12juc_1{display:flex;align-items:center;gap:12px}._label_12juc_7{font-size:14px;color:#666}._progress_12juc_12{flex:1;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}._progressBar_12juc_20{height:100%;background:#4caf50;border-radius:4px;transition:width .3s ease}._stats_12juc_27{display:flex;align-items:center;gap:4px;font-size:16px}._correct_12juc_34{color:#4caf50;font-weight:500}._separator_12juc_39{color:#999}._total_12juc_43{color:#666}._percentage_12juc_47{font-size:16px;font-weight:500;color:#333;min-width:40px;text-align:right}._questionScore_12juc_56{font-size:14px;padding:4px 8px;border-radius:4px}._statusCorrect_12juc_62{background:#e8f5e9;color:#4caf50}._statusIncorrect_12juc_67{background:#ffebee;color:#f44336}._statusPending_12juc_72{background:#f5f5f5;color:#999}._article_t5evx_1{margin:24px 0;padding:16px;background:var(--bg-primary, #fff);border-radius:8px;border:1px solid var(--border-color, #e0e0e0);transition:all .2s}._article_t5evx_1:hover{border-color:var(--primary-color, #ff6b35)}._header_t5evx_14{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:2px solid transparent;border-radius:6px;cursor:pointer;text-align:left;transition:all .2s}._header_t5evx_14:hover{background:var(--bg-hover, #f5f5f5)}._headerContent_t5evx_32{flex:1}._title_t5evx_36{margin:0 0 4px;font-size:calc(var(--article-font-size, 16px) + 2px);font-weight:600;color:var(--primary-color, #ff6b35)}._author_t5evx_43{font-size:14px;color:var(--text-secondary, #666)}._headerRight_t5evx_48{display:flex;align-items:center;gap:8px;flex-shrink:0}._arrow_t5evx_55{font-size:12px;color:var(--text-secondary, #666);flex-shrink:0}._body_t5evx_61{padding:16px;border-top:1px solid var(--border-color, #e0e0e0);background:var(--article-body-bg, #fafafa);border-radius:0 0 6px 6px}._markdown_t5evx_68{line-height:1.7;color:var(--text-primary, #333);font-size:var(--article-font-size, 16px)}._markdown_t5evx_68 p{margin:12px 0}._markdown_t5evx_68 p:first-child{margin-top:0}._markdown_t5evx_68 p:last-child{margin-bottom:0}._loading_t5evx_86,._error_t5evx_87{padding:24px;text-align:center;color:var(--text-secondary, #666)}._error_t5evx_87{color:#f44336}body.dark ._article_t5evx_1{background:#2a2a2a;border-color:#444}body.dark ._article_t5evx_1:hover{border-color:var(--primary-color, #ff7b45)}body.dark ._header_t5evx_14:hover{background:#333}body.dark ._author_t5evx_43,body.dark ._arrow_t5evx_55{color:#999}body.dark ._body_t5evx_61{background:var(--article-body-bg, #333);border-top-color:#444}body.dark ._markdown_t5evx_68{color:#e0e0e0}body.dark ._loading_t5evx_86,body.dark ._error_t5evx_87{color:#999}._readerBtn_t5evx_134{padding:6px 16px;border:none;border-radius:4px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s}._readerBtn_t5evx_134:hover{opacity:.85}._readerTimer_t5evx_150{display:flex;align-items:center;gap:10px;padding:8px 16px;cursor:pointer}._readerTimerBar_t5evx_158{flex:1;height:6px;background:var(--border-color, #e0e0e0);border-radius:3px;overflow:hidden}._readerTimerFill_t5evx_166{height:100%;border-radius:3px;transition:width 1s linear}._readerTimerText_t5evx_172{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-primary, #333);min-width:36px;text-align:right}._readerPickLabel_t5evx_182{font-size:13px;font-weight:500;color:var(--text-secondary, #666);padding:4px 12px;border:1px solid var(--border-color, #e0e0e0);border-radius:4px;white-space:nowrap}._readerResult_t5evx_193{display:flex;align-items:center;gap:10px;padding:4px 0}._readerResultCount_t5evx_200{font-size:16px;font-weight:600}._readerBody_t5evx_207{margin-top:12px;padding:16px;border:2px solid transparent;border-top:1px solid var(--border-color, #e0e0e0);line-height:1.8;color:var(--text-primary, #333);font-size:var(--article-font-size, 16px);border-radius:0 0 6px 6px;transition:border-color .2s}._readerBodyPicking_t5evx_219{border-color:#e53935;border-top-color:#e53935}._readerWord_t5evx_225{border-radius:3px;transition:background-color .15s}._readerWordClickable_t5evx_230{cursor:pointer}._readerWordClickable_t5evx_230:hover{background:var(--bg-hover, #f5f5f5)}._readerWordSelected_t5evx_238{border-radius:3px;padding:1px 2px;margin:-1px -2px}._crownBtn_t5evx_245{display:inline-flex;align-items:center;gap:4px;padding:4px;background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s}._crownBtn_t5evx_245:hover{background:var(--bg-hover, #f5f5f5);border-color:var(--border-color, #e0e0e0)}._crownBtnActive_t5evx_262{background:#fff8e1;border-color:#f5c518}body.dark ._crownBtnActive_t5evx_262{background:#f5c51826;border-color:#f5c518}._crownDot_t5evx_272{width:20px;height:20px;border-radius:50%;background:#f5c518;flex-shrink:0}._crownCount_t5evx_280{font-size:12px;font-weight:600;color:#c9a84c}._leaderboard_t5evx_287{width:100%;border-collapse:collapse;font-size:var(--article-font-size, 16px)}._leaderboard_t5evx_287 th{text-align:left;padding:8px 12px;font-weight:600;font-size:calc(var(--article-font-size, 16px) - 4px);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary, #666);border-bottom:2px solid var(--border-color, #e0e0e0)}._leaderboard_t5evx_287 td{padding:8px 12px;border-bottom:1px solid var(--border-color, #e0e0e0);color:var(--text-primary, #333)}._leaderboard_t5evx_287 tr:last-child td{border-bottom:none}._leaderboardMine_t5evx_314 td{font-weight:700;font-size:calc(var(--article-font-size, 16px) * 1.2)}._leaderboardEmpty_t5evx_319{padding:24px;text-align:center;color:var(--text-secondary, #666);font-size:var(--article-font-size, 16px)}body.dark ._leaderboard_t5evx_287 th{color:#999;border-bottom-color:#444}body.dark ._leaderboard_t5evx_287 td{color:#e0e0e0;border-bottom-color:#444}body.dark ._crownBtn_t5evx_245:hover{background:#333}@media(max-width:600px){._article_t5evx_1{margin:8px 0;padding:8px}._header_t5evx_14{padding:8px;gap:8px}._body_t5evx_61,._readerBody_t5evx_207{padding:8px}._readerTimer_t5evx_150{padding:4px 8px}}._selector_1ulvo_1{position:relative;display:inline-block}._selectorBtn_1ulvo_6{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-secondary, #fff);border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:15px;transition:all .2s}._selectorBtn_1ulvo_6:hover{background:var(--bg-hover, #f5f5f5)}._colorPreview_1ulvo_23{width:16px;height:16px;border-radius:50%}._selectorText_1ulvo_29{font-weight:600;color:var(--text-primary, #333)}._arrow_1ulvo_34{font-size:10px;color:var(--text-secondary, #666)}._dropdown_1ulvo_39{position:absolute;top:calc(100% + 4px);right:0;min-width:200px;background:var(--bg-primary, #fff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;padding:8px}._section_1ulvo_52{padding:8px 0}._section_1ulvo_52:not(:last-child){border-bottom:1px solid var(--border-color, #e0e0e0)}._sectionLabel_1ulvo_60{font-size:12px;color:var(--text-secondary, #666);padding:0 8px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._modeButtons_1ulvo_69{display:flex;gap:4px;padding:0 4px}._modeBtn_1ulvo_75{flex:1;padding:8px 12px;background:transparent;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;cursor:pointer;font-size:13px;color:var(--text-primary, #333);transition:all .15s}._modeBtn_1ulvo_75:hover{background:var(--bg-hover, #f5f5f5)}._modeBtn_1ulvo_75._active_1ulvo_91{background:var(--primary-color, #ff6b35);border-color:var(--primary-color, #ff6b35);color:#fff}._themeList_1ulvo_97{display:flex;flex-direction:column;gap:4px;padding:0 4px}._themeBtn_1ulvo_104{display:flex;align-items:center;gap:10px;padding:10px 12px;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:14px;color:var(--text-primary, #333);text-align:left;transition:all .15s}._themeBtn_1ulvo_104:hover{background:var(--bg-hover, #f5f5f5)}._themeBtn_1ulvo_104._active_1ulvo_91{background:var(--bg-selected, #fff3e0);border-color:var(--primary-color, #ff6b35)}._themeColor_1ulvo_128{width:20px;height:20px;border-radius:50%;flex-shrink:0}._fontSizeRow_1ulvo_136{display:flex;align-items:center;gap:10px;padding:4px 8px}._fontSlider_1ulvo_143{flex:1;height:4px;accent-color:var(--primary-color, #ff6b35);cursor:pointer}._fontSizeValue_1ulvo_150{min-width:24px;font-size:13px;font-weight:600;color:var(--text-primary, #333);text-align:center}._logoutBtn_1ulvo_159{width:100%;padding:6px 16px;border:none;border-radius:4px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s}._logoutBtn_1ulvo_159:hover{opacity:.85}body.dark ._selectorBtn_1ulvo_6{background:#2a2a2a;border-color:#444;color:#e0e0e0}body.dark ._selectorBtn_1ulvo_6:hover{background:#333}body.dark ._dropdown_1ulvo_39{background:#2a2a2a;border-color:#444}body.dark ._sectionLabel_1ulvo_60{color:#999}body.dark ._modeBtn_1ulvo_75{background:transparent;border-color:#444;color:#e0e0e0}body.dark ._modeBtn_1ulvo_75:hover{background:#333}body.dark ._modeBtn_1ulvo_75._active_1ulvo_91{background:var(--primary-color, #ff6b35);border-color:var(--primary-color, #ff6b35);color:#fff}body.dark ._themeBtn_1ulvo_104{color:#e0e0e0}body.dark ._themeBtn_1ulvo_104:hover{background:#333}body.dark ._themeBtn_1ulvo_104._active_1ulvo_91{background:#ff6b3533;border-color:var(--primary-color, #ff6b35)}body.dark ._fontSizeValue_1ulvo_150{color:#e0e0e0}.app{max-width:900px;margin:0 auto;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);line-height:1.6}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid var(--border-color)}.app-header h1{font-size:28px;margin:0;color:var(--primary-color, #ff6b35);font-weight:700}.header-right{display:flex;align-items:center;gap:12px}.header-badges{display:flex;gap:6px}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:2px 8px;border-radius:6px;font-size:18px;font-weight:600;color:#fff;line-height:1.4}.app h2{font-size:22px;margin:32px 0 16px;color:var(--text-primary)}.app h3{margin:16px 0 8px;color:var(--text-secondary)}.section{margin:32px 0;padding:24px;background:var(--bg-secondary);border-radius:8px}.article{margin:24px 0;padding:16px;background:var(--bg-primary);border-radius:4px}.article p{margin:12px 0;color:var(--text-primary)}.counters-demo{display:flex;gap:24px;flex-wrap:wrap}.counter-item{flex:1;min-width:200px;padding:16px;background:var(--bg-primary);border-radius:4px;border:1px solid var(--border-color)}.counter-item h3{margin:0 0 12px;font-size:14px;color:var(--text-secondary)}@media(max-width:600px){.app{padding:8px}.app-header{margin-bottom:16px;padding-bottom:12px;gap:8px}.app-header h1{font-size:22px}.app h2{font-size:18px;margin:16px 0 8px}.section{margin:12px 0;padding:8px;border-radius:6px}.article{margin:12px 0;padding:8px}.counters-demo{gap:8px}.counter-item{min-width:140px;padding:8px}}
