@charset "UTF-8";._overlay_1q8no_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#bc222866;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1040;display:flex;align-items:center;justify-content:center;padding:16px}._modal_1q8no_13{background:#fff6f7;width:100%;max-width:440px;border-radius:2.5rem;height:640px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(188,34,40,.1)}._timerContainer_1q8no_27{display:flex;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid #F0F0F0;height:24px}._timerBarWrapper_1q8no_37{flex:1;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}._timerBarFill_1q8no_45{height:100%;transition:width .1s linear,background-color .3s}._timerBarFill_1q8no_45._blinking_1q8no_49{animation:_bar-blink_1q8no_1 .5s infinite}._timerWarning_1q8no_53{color:#ef4444;animation:_timer-pulse_1q8no_1 .8s infinite}@keyframes _bar-blink_1q8no_1{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes _timer-pulse_1q8no_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.6}}._closeBtn_1q8no_79{padding:10px;border:1px solid #D9D9D9;background:#fff;border-radius:12px;color:#a6a6a6;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._closeBtn_1q8no_79:hover{background:#fee4e2;color:#d92d20;border-color:#d92d20;transform:translateY(-2px) rotate(90deg)}._actionDivider_1q8no_98{width:1px;height:24px;background:#f0f0f0;margin:0 4px}._header_1q8no_105{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #F0F0F0}._statsPanel_1q8no_113{flex:1;display:flex;flex-direction:column;gap:8px}._statsPanel_1q8no_113 ._counter_1q8no_119{font-size:13px;font-weight:900;color:#bc2228}._statsPanel_1q8no_113 ._progressBar_1q8no_124{width:120px;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}._statsPanel_1q8no_113 ._progressFill_1q8no_131{height:100%;background:#bc2228;transition:width .3s ease-out}._actionPanel_1q8no_137{display:flex;gap:12px}._iconBtn_1q8no_142{padding:10px;border:1px solid #D9D9D9;background:#fff;border-radius:12px;color:gray;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._iconBtn_1q8no_142:hover:not(._disabled_1q8no_154){background:#fff6f7;color:#bc2228;border-color:#bc2228;transform:translateY(-2px)}._iconBtn_1q8no_142._active_1q8no_160{background:#e0999c;color:#bc2228;border-color:#bc2228}._iconBtn_1q8no_142._disabled_1q8no_154{opacity:.3;cursor:not-allowed}._main_1q8no_170{flex:1;padding:40px;perspective:1200px}._flipCard_1q8no_176{width:100%;height:100%;cursor:pointer;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}._flipCard_1q8no_176._isFlipped_1q8no_183{transform:rotateY(180deg)}._cardInner_1q8no_187{position:relative;width:100%;height:100%;transform-style:preserve-3d}._cardFront_1q8no_194,._cardBack_1q8no_194{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;border:2px solid #F0F0F0;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._cardFront_1q8no_194 ._kanjiChar_1q8no_208{font-size:130px;font-family:Klee One,serif;color:#1d2939;line-height:1}._cardFront_1q8no_194 ._label_1q8no_214{margin-top:32px;font-size:11px;font-weight:950;color:#bfbfbf;text-transform:uppercase;letter-spacing:.3em}._cardBack_1q8no_194{transform:rotateY(180deg);background:#fff6f7;border-color:#e0999c}._cardBack_1q8no_194 ._infoContent_1q8no_228{padding:32px;display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}._cardBack_1q8no_194 ._hanViet_1q8no_236{font-size:42px;font-weight:950;color:#bc2228;text-transform:uppercase;letter-spacing:-1px;margin-bottom:8px}._cardBack_1q8no_194 ._meaning_1q8no_244{font-size:18px;color:#333;font-weight:700;font-style:italic}._cardBack_1q8no_194 ._divider_1q8no_250{width:48px;height:4px;background:#bc2228;border-radius:2px;margin:24px 0}._cardBack_1q8no_194 ._hint_1q8no_257{font-size:10px;font-weight:700;color:#e0999c;text-transform:uppercase}._footer_1q8no_264{padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff6f7;border-top:1px solid #F0F0F0}._controlBtn_1q8no_273{height:60px;border:none;border-radius:20px;font-weight:900;font-size:12px;letter-spacing:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}._controlBtn_1q8no_273 ._btnCount_1q8no_287{background:#0000001a;padding:4px 8px;border-radius:8px;font-size:10px}._controlBtn_1q8no_273._btnIncorrect_1q8no_293{background:#fee4e2;color:#d92d20}._controlBtn_1q8no_273._btnIncorrect_1q8no_293:hover{background:#d92d20;color:#fff;transform:scale(1.05)}._controlBtn_1q8no_273._btnCorrect_1q8no_302{background:#d1fadf;color:#12b76a}._controlBtn_1q8no_273._btnCorrect_1q8no_302:hover{background:#12b76a;color:#fff;transform:scale(1.05)}._finishedLayout_1q8no_312{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px;text-align:center}._finishedLayout_1q8no_312 ._successIcon_1q8no_321{width:120px;height:120px;background:#d1fadf;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}._finishedLayout_1q8no_312 ._successIcon_1q8no_321 ._trophy_1q8no_331{color:#12b76a;animation:_bounce_1q8no_1 2s infinite}._finishedLayout_1q8no_312 ._finishTitle_1q8no_335{font-size:32px;font-weight:950;color:#222;margin-bottom:8px}._finishedLayout_1q8no_312 ._finishDesc_1q8no_341{font-size:15px;color:gray;margin-bottom:48px}._finishActions_1q8no_347{width:100%;display:flex;flex-direction:column;gap:12px}._primaryBtn_1q8no_354{width:100%;height:60px;background:#bc2228;color:#fff;border:none;border-radius:20px;font-weight:900;font-size:14px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._primaryBtn_1q8no_354:hover{background:#8e1b1f;transform:translateY(-2px)}._secondaryBtn_1q8no_376{width:100%;height:56px;background:#fff;color:gray;border:2px solid #D9D9D9;border-radius:20px;font-weight:800;font-size:13px;cursor:pointer;transition:all .2s}._secondaryBtn_1q8no_376:hover{background:#fff6f7;border-color:#bfbfbf;color:#222}@keyframes _bounce_1q8no_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}._container_5y3xp_1{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}._modeSelector_5y3xp_9{width:100%;max-width:320px}._canvasWrapper_5y3xp_14{position:relative;width:320px;height:320px;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;cursor:crosshair;overflow:hidden}._canvasWrapper_5y3xp_14:before,._canvasWrapper_5y3xp_14:after{content:"";position:absolute;border:1px dashed #e5e7eb;pointer-events:none;z-index:1}._canvasWrapper_5y3xp_14:before{top:50%;left:0;right:0}._canvasWrapper_5y3xp_14:after{left:50%;top:0;bottom:0}._errorOverlay_5y3xp_43{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;z-index:10}._errorOverlay_5y3xp_43 p{font-size:13px;font-weight:700;color:#a6a6a6}._writerContainer_5y3xp_63{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._writerContainer_5y3xp_63 svg{display:block;margin:0 auto}._actions_5y3xp_75{display:flex;gap:1rem;width:100%}._actionBtn_5y3xp_81{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s;border:2px solid #e5e7eb;background:#fff;color:#374151}._actionBtn_5y3xp_81:hover:not(._disabled_5y3xp_97){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}._actionBtn_5y3xp_81._primary_5y3xp_102{background:#3b82f6;border-color:#2563eb;color:#fff}._actionBtn_5y3xp_81._primary_5y3xp_102:hover:not(._disabled_5y3xp_97){background:#2563eb;box-shadow:0 4px 6px -1px #2563eb4d}._actionBtn_5y3xp_81._disabled_5y3xp_97{opacity:.5;cursor:not-allowed;filter:grayscale(1)}._overlay_ld5ja_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer}._modal_ld5ja_17{background-color:#fff;border-radius:2rem;max-width:400px;width:90%;max-height:90vh;box-shadow:0 25px 50px -12px #00000040;z-index:1050;position:relative;display:flex;flex-direction:column;overflow:hidden;cursor:default;font-family:Roboto,sans-serif}._closeButton_ld5ja_33{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background-color:#f0f0f0;border:none;border-radius:50%;color:gray;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}._closeButton_ld5ja_33:hover{background-color:#fee4e2;color:#d92d20}._header_ld5ja_55{padding:2rem 1.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:2rem;width:100%}._header_ld5ja_55 ._kanjiDisplay_ld5ja_63{font-size:3.5rem;font-weight:900;color:#4f46e5;line-height:1;font-family:FS PFBeauSansPro,Klee One,sans-serif}._header_ld5ja_55 ._kanjiMeta_ld5ja_70{display:flex;flex-direction:column;align-items:flex-start}._header_ld5ja_55 ._kanjiMeta_ld5ja_70 ._sound_ld5ja_75{font-size:1.25rem;font-weight:800;color:#1d2939;text-transform:uppercase;letter-spacing:.05em}._header_ld5ja_55 ._kanjiMeta_ld5ja_70 ._meaning_ld5ja_82{font-size:.875rem;color:#676767;font-style:italic}._canvasWrapper_ld5ja_88{position:relative;width:240px;height:200px;margin:0 auto 1.5rem;background-color:#fff;border:1px solid #E0999C;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0000000d;overflow:hidden}._canvasWrapper_ld5ja_88 ._guidanceGrid_ld5ja_102,._canvasWrapper_ld5ja_88 ._kanjiSvg_ld5ja_103{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%}._canvasWrapper_ld5ja_88 ._guidanceGrid_ld5ja_102{z-index:0;opacity:.35;color:#bfbfbf}._canvasWrapper_ld5ja_88 ._kanjiSvg_ld5ja_103{z-index:1}._strokeNumber_ld5ja_120{font-size:7px;fill:#999;font-weight:500;opacity:0;animation:_fadeIn_ld5ja_1 .3s forwards}._strokePath_ld5ja_128{fill:none;stroke:#333;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:_drawStroke_ld5ja_1 var(--duration, 3s) ease-in-out forwards}._controls_ld5ja_139{padding:0 1.5rem 2rem;display:flex;justify-content:center;align-items:center;gap:.25rem;width:100%}._speedBtn_ld5ja_148{display:flex;align-items:center;justify-content:center;gap:4px;padding:.5rem .625rem;border-radius:1rem;border:1px solid #D9D9D9;background-color:#fff;color:gray;font-size:.75rem;font-weight:700;text-transform:uppercase;transition:all .2s;cursor:pointer;white-space:nowrap}._speedBtn_ld5ja_148:hover{background-color:#f9f9f9;border-color:#bfbfbf}._speedBtn_ld5ja_148._active_ld5ja_169{background-color:#bc2228;color:#fff;border-color:#bc2228;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._speedBtn_ld5ja_148._replay_ld5ja_175{background-color:#bc2228;color:#fff;border-color:#bc2228;padding:.5rem .875rem}._speedBtn_ld5ja_148._replay_ld5ja_175:hover{background-color:#8e1b1f;transform:translateY(-2px);box-shadow:0 4px 12px #bc222833}._speedBtn_ld5ja_148 svg{width:14px;height:14px}._practiceBtn_ld5ja_191{display:flex;align-items:center;justify-content:center;padding:0 1rem;border-radius:1rem;border:1px solid #D9D9D9;background-color:#121212;color:#fff;font-size:.75rem;font-weight:800;text-transform:uppercase;transition:all .2s;cursor:pointer;height:38px;white-space:nowrap}._practiceBtn_ld5ja_191:hover{background-color:#000;transform:translateY(-2px)}._practiceBtn_ld5ja_191._active_ld5ja_169{background-color:#bc2228;border-color:#bc2228}._practiceWrapper_ld5ja_217{width:100%;padding:0 1.5rem 1.5rem;animation:_zoom-in_ld5ja_1 .3s ease-out}@keyframes _drawStroke_ld5ja_1{to{stroke-dashoffset:0}}._pronunciationSection_ld5ja_228{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}._micButton_ld5ja_237{width:56px;height:56px;border-radius:50%;border:none;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative}._micButton_ld5ja_237:hover{background-color:#d9d9d9;transform:scale(1.05)}._micButton_ld5ja_237._recording_ld5ja_254{background-color:#d92d20;animation:_pulse_ld5ja_1 1.5s infinite}._micButton_ld5ja_237._recording_ld5ja_254 img{filter:brightness(0) invert(1)}._micButton_ld5ja_237 img{width:24px;height:24px;transition:all .2s}._scoreLabel_ld5ja_267{font-size:.875rem;font-weight:700;color:#2b2b2b}._scoreLabel_ld5ja_267 ._scoreValue_ld5ja_272{font-size:1.125rem;color:#12b76a;margin-left:4px}._recordingText_ld5ja_278{font-size:.75rem;color:#d92d20;font-style:italic;font-weight:500}@keyframes _pulse_ld5ja_1{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 15px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes _fadeIn_ld5ja_1{to{opacity:1}}body.modal-open{overflow:hidden}@keyframes _zoom-in_ld5ja_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._sidebarRoot_1wb7z_1{width:320px;height:100vh;border-right:1px solid rgba(188,34,40,.1);display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:100}@media print{._sidebarRoot_1wb7z_1{display:none}}._sidebarHeader_1wb7z_18{display:flex;flex-direction:column;align-items:center}._logoContainer_1wb7z_24{width:174px;height:auto;cursor:pointer;margin-bottom:24px;padding:24px}._logoContainer_1wb7z_24 img{width:100%;height:auto;display:block}._backButton_1wb7z_37{width:100%;padding:0 16px;display:flex;align-items:center;gap:8px;background:none;border:none;color:#bc2228;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s}._backButton_1wb7z_37:hover{opacity:.8}._backButton_1wb7z_37 ._backIcon_1wb7z_54,._backButton_1wb7z_37 ._hubIcon_1wb7z_54{width:20px;height:20px}._sidebarScroll_1wb7z_59{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:20px}._sidebarScroll_1wb7z_59::-webkit-scrollbar{width:6px;height:6px}._sidebarScroll_1wb7z_59::-webkit-scrollbar-track{background:transparent}._sidebarScroll_1wb7z_59::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._sidebarScroll_1wb7z_59::-webkit-scrollbar-thumb:hover{background:#bfbfbf}._searchSection_1wb7z_83{position:relative}._inputWrapper_1wb7z_87{position:relative;display:flex;align-items:center;justify-content:center}._inputWrapper_1wb7z_87 ._searchIcon_1wb7z_93{position:absolute;left:12px;color:#a6a6a6}._inputWrapper_1wb7z_87 ._searchInput_1wb7z_98{width:100%;height:48px;padding:0 40px;border:1px solid #D9D9D9;border-radius:14px;font-size:13px;font-weight:700;transition:all .2s}._inputWrapper_1wb7z_87 ._searchInput_1wb7z_98:focus{background:#fff;border-color:#bc2228;box-shadow:0 0 0 4px #bc22281a;outline:none}._inputWrapper_1wb7z_87 ._clearSearch_1wb7z_114{position:absolute;right:8px;padding:6px;border:none;background:none;color:#a6a6a6;cursor:pointer}._inputWrapper_1wb7z_87 ._clearSearch_1wb7z_114:hover{color:#d92d20}._searchDropdown_1wb7z_127{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;border:1px solid #F0F0F0;z-index:200;max-height:350px;overflow-y:auto;padding:8px}._searchItem_1wb7z_142{display:flex;align-items:center;padding:10px 12px;border-radius:10px;cursor:pointer;gap:12px;transition:all .2s}._searchItem_1wb7z_142:hover,._searchItem_1wb7z_142._active_1wb7z_151{background:#fff6f7}._searchItem_1wb7z_142._active_1wb7z_151{background:#e0999c}._searchItem_1wb7z_142._active_1wb7z_151 ._itemChar_1wb7z_157{color:#bc2228}._itemChar_1wb7z_157{font-size:24px;font-family:Roboto,Klee One,sans-serif;width:32px;text-align:center}._itemMeta_1wb7z_168{flex:1;display:flex;flex-direction:column}._itemSound_1wb7z_174{font-size:13px;font-weight:900;text-transform:uppercase}._itemMeaning_1wb7z_180{font-size:11px;color:gray;font-weight:600}._itemBadge_1wb7z_186{font-size:10px;font-weight:950;padding:4px 8px;background:#f0f0f0;color:#333;border-radius:6px}._inputSection_1wb7z_196{display:flex;flex-direction:column;gap:12px}._inputHeader_1wb7z_202{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._inputHeader_1wb7z_202 label{font-size:16px;font-weight:700;color:#121212}._headerActions_1wb7z_214{display:flex;gap:8px;align-items:center}._iconButton_1wb7z_220{width:32px;height:32px;border-radius:50%;background:#f0f0f0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._iconButton_1wb7z_220:hover{background:#e0e0e0}._iconButton_1wb7z_220._active_1wb7z_151{background:#e0999c}._iconButton_1wb7z_220 img{display:block}._mainTextArea_1wb7z_242{width:100%;height:120px;padding:16px;border:1px solid #D9D9D9;border-radius:16px;font-size:18px;font-family:Roboto,Klee One,sans-serif;resize:none;transition:all .2s}._mainTextArea_1wb7z_242:focus{background:#fff;border-color:#bc2228;outline:none}._filterMenuAnchor_1wb7z_259{position:relative}._filterToggle_1wb7z_263{font-size:10px;font-weight:900;padding:4px 10px;background:#fff6f7;border:1px solid #D9D9D9;border-radius:8px;color:gray;display:flex;align-items:center;gap:6px;cursor:pointer}._filterToggle_1wb7z_263._active_1wb7z_151{background:#e0999c;color:#bc2228;border-color:#bc2228}._filterPopup_1wb7z_282{position:absolute;top:calc(100% + 8px);right:0;width:180px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #F0F0F0;z-index:150;padding:12px}._filterOptions_1wb7z_295{display:flex;flex-direction:column;gap:12px}._filterCheckLabel_1wb7z_301{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#333;cursor:pointer;position:relative}._filterCheckLabel_1wb7z_301:hover ._customCheck_1wb7z_311{border-color:#999}._filterCheckLabel_1wb7z_301._danger_1wb7z_314{color:#d92d20}._realCheckbox_1wb7z_318{position:absolute;opacity:0;cursor:pointer;height:0;width:0}._realCheckbox_1wb7z_318:checked~._customCheck_1wb7z_311{background-color:#fff;border-color:#999}._realCheckbox_1wb7z_318:checked~._customCheck_1wb7z_311:after{display:block}._customCheck_1wb7z_311{height:20px;width:20px;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;position:relative}._customCheck_1wb7z_311:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #333;border-width:0 2px 2px 0;transform:rotate(45deg)}._filterDivider_1wb7z_354{height:1px;background:#eee;margin:4px 0}._cleanBtn_1wb7z_360{width:100%;height:44px;background:#fff5f5;color:#d92d20;border:none;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}._cleanBtn_1wb7z_360:hover{background:#ffeaea}._srsAlert_1wb7z_381{background:#fef3c7;border:1px solid #f59e0b;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;animation:_bounce_1wb7z_1 2s infinite}._alertContent_1wb7z_392{display:flex;gap:12px;align-items:center}._alertIcon_1wb7z_398{width:36px;height:36px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}._alertLabel_1wb7z_409{font-size:10px;font-weight:900;color:#f59e0b}._alertTitle_1wb7z_415{font-size:14px;font-weight:700;color:#333}._alertActions_1wb7z_421{display:grid;grid-template-columns:1fr 1fr;gap:8px}._btnStudyNow_1wb7z_427{height:48px;background:#bc2228;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}._btnStudyNow_1wb7z_427:hover{filter:brightness(1.1)}._btnReviewList_1wb7z_441{height:48px;background:#f0f0f0;color:#333;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}._toolbar_1wb7z_453{display:flex;flex-direction:column;gap:12px;position:relative}._toolGroup_1wb7z_460{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}._toolBtn_1wb7z_467{width:100%;height:36px;background:#f5f5f5;border:none;border-radius:8px;font-size:13px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._toolBtn_1wb7z_467:hover{background:#e8e8e8}._toolBtn_1wb7z_467._active_1wb7z_151{background:#ffebec;color:#bc2228}._popupMenu_1wb7z_490{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);width:280px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;border:1px solid #eee;padding:16px;z-index:1500;animation:_fade-in_1wb7z_1 .2s ease-out forwards}._popupMenu_1wb7z_490._wideMenu_1wb7z_504{width:300px;display:flex;flex-direction:column;gap:20px}._menuLabel_1wb7z_511{font-size:14px;font-weight:700;color:#333;margin-bottom:8px;display:block}._shuffleBtn_1wb7z_520{width:100%;height:48px;background:#fff5f5;color:#d92d20;border:none;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._shuffleBtn_1wb7z_520:hover{background:#ffeaea}._learnActionBtn_1wb7z_539{width:100%;height:48px;background:#ebf8ff;color:#00aeef;border:none;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._learnActionBtn_1wb7z_539:hover{background:#e2f2fd}._flashcardActionBtn_1wb7z_558{width:100%;height:48px;background:#fff5f5;color:#f04438;border:none;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._flashcardActionBtn_1wb7z_558:hover{background:#ffeaea}._reviewScheduleBtn_1wb7z_577{width:100%;height:48px;background:#f5f5f5;color:#333;border:none;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:12px}._reviewScheduleBtn_1wb7z_577:hover{background:#e8e8e8}._configField_1wb7z_598{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}._fieldHeader_1wb7z_605{display:flex;justify-content:space-between;align-items:center}._fieldHeader_1wb7z_605 label{font-size:11px;font-weight:700;color:#333}._fieldHeader_1wb7z_605 ._fieldValue_1wb7z_615{font-size:11px;font-weight:950;color:#bc2228;background:#e0999c;padding:2px 6px;border-radius:4px}._rangeInput_1wb7z_624{width:100%;height:5px;background:#d9d9d9;border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._rangeInput_1wb7z_624::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#bc2228;border-radius:50%;cursor:pointer}._displayModeGroup_1wb7z_641{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #F0F0F0;margin-top:12px;gap:4px}._modeRadio_1wb7z_651{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}._modeRadio_1wb7z_651 input{display:none}._modeRadio_1wb7z_651 input:checked+._customRadio_1wb7z_661 ._radioDot_1wb7z_661{display:block}._customRadio_1wb7z_661{width:18px;height:18px;border:1px solid #d9d9d9;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff}._radioDot_1wb7z_661{width:10px;height:10px;background:#d92d20;border-radius:50%;display:none}._modeLabel_1wb7z_684{font-size:13px;font-weight:700;color:#333}._configHeader_1wb7z_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._configHeader_1wb7z_690 ._menuLabel_1wb7z_511{margin:0}._resetWrapper_1wb7z_700{border-top:1px solid #F0F0F0;padding-top:10px;margin-top:8px}._resetConfigBtn_1wb7z_706{background:none;border:none;color:#d92d20;font-size:13px;font-weight:700;display:flex;align-items:center;gap:4px;cursor:pointer}._resetConfigBtn_1wb7z_706:hover{text-decoration:underline}._quickSelectGrid_1wb7z_721{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}._quickSelectBaseBtn_1wb7z_727{height:48px;background:#f5f5f5;border:none;border-radius:12px;font-size:14px;font-weight:700;color:#333;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:all .2s}._quickSelectBaseBtn_1wb7z_727:hover{background:#e8e8e8}._quickSelectBaseBtn_1wb7z_727._grayBtn_1wb7z_745{background:#f0f0f0}._btnJa_1wb7z_749{font-size:20px;font-family:Klee One,sans-serif}._btnLabel_1wb7z_754{font-size:12px;color:#666}._levelGrid_1wb7z_759{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;width:100%}._levelBtn_1wb7z_766{height:38px;border-radius:10px;font-size:12px;font-weight:900;border:none;color:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 1px 2px #0000000d}._levelBtn_1wb7z_766:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;filter:brightness(1.1)}._levelBtn_1wb7z_766:active{transform:scale(.95)}._levelBtn_1wb7z_766._btnN5_1wb7z_789{background:#10b981}._levelBtn_1wb7z_766._btnN4_1wb7z_792{background:#3b82f6}._levelBtn_1wb7z_766._btnN3_1wb7z_795{background:#ef4444}._levelBtn_1wb7z_766._btnN2_1wb7z_798{background:#8b5cf6}._levelBtn_1wb7z_766._btnN1_1wb7z_801{background:#ec4899}._randomHeader_1wb7z_805{display:flex;align-items:center;justify-content:space-between;width:100%}._randomInputWrapper_1wb7z_812{display:flex;align-items:center;gap:8px;background:#fff6f7;padding:4px 10px;border-radius:10px;border:1px solid #D9D9D9;transition:border-color .2s}._randomInputWrapper_1wb7z_812:focus-within{border-color:#bc2228;background:#fff}._randomInput_1wb7z_812{width:32px;background:transparent;border:none;color:#121212;font-weight:800;font-size:15px;text-align:center;outline:none;padding:0}._randomInput_1wb7z_812::-webkit-outer-spin-button,._randomInput_1wb7z_812::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._unitText_1wb7z_843{font-size:11px;font-weight:800;color:#a6a6a6;letter-spacing:.05em}._mainAction_1wb7z_850{width:100%;height:44px;background:#bc2228;color:#fff;border-radius:12px;border:none;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;box-shadow:0 1px 2px #0000000d}._printSection_1wb7z_867{width:100%;display:flex;justify-content:center;padding:0 16px;margin-top:32px;margin-bottom:32px}._btnPrint_1wb7z_876{width:100%;min-height:48px;background:#ab1f24;color:#fff;border-radius:8px;border:1px solid #ab1f24;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #1018280d;padding:12px 20px;white-space:nowrap}._btnPrint_1wb7z_876:hover{background:#951b1f;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._btnPrint_1wb7z_876:active{transform:translateY(0)}._btnPrint_1wb7z_876 svg{flex-shrink:0}._btnPrint_1wb7z_876 span{font-family:Roboto,sans-serif;font-weight:700}._section_1wb7z_911,._sectionBody_1wb7z_917{display:flex;flex-direction:column;width:100%}@keyframes _fade-in_1wb7z_1{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._sidebarFooter_1wb7z_933{width:100%;padding:16px;border-top:1px solid #F0F0F0;margin-top:auto}._copyright_1wb7z_940{display:flex;align-items:center;justify-content:center;gap:4px;color:#a6a6a6;font-size:10px;font-weight:400;text-align:center}._footerGrid_1wb7z_951{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._footerBtn_1wb7z_957{height:32px;background:#fff;border:1px solid #D9D9D9;border-radius:8px;font-size:11px;font-weight:800;color:#333;display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none}._footerBtn_1wb7z_957:hover{background:#f0f0f0}._loaderOverlay_1wb7z_976{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;align-items:center;justify-content:center}._loaderBox_1wb7z_985{padding:32px;background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;text-align:center}._loaderBox_1wb7z_985 p{font-weight:800;margin-top:16px}._cafeCard_1wb7z_997{background:#fff;width:320px;padding:32px;border-radius:24px;text-align:center}._cafeCard_1wb7z_997 img{width:100%;border-radius:12px;margin:16px 0}._cafeCard_1wb7z_997 ._bankAccount_1wb7z_1009{background:#e0999c;color:#bc2228;font-weight:900;padding:12px;border-radius:12px}@keyframes _bounce_1wb7z_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._overlay_1r3ms_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1040;display:flex;align-items:center;justify-content:center;padding:16px}._modal_1r3ms_13{background:#fff;width:100%;max-width:480px;border-radius:2.5rem;height:auto;min-height:auto;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}._header_1r3ms_27{padding:20px 24px;background:#fff;border-bottom:1px solid #F0F0F0;display:flex;align-items:center;gap:16px}._progressContainer_1r3ms_36{flex:1;display:flex;align-items:center;gap:12px}._progressBar_1r3ms_43{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}._progressFill_1r3ms_51{height:100%;background:#bc2228;transition:width .4s cubic-bezier(.4,0,.2,1)}._progressText_1r3ms_57{font-size:11px;font-weight:900;color:#a6a6a6;min-width:40px;text-align:right}._closeBtn_1r3ms_65{padding:8px;border:none;background:#fff6f7;border-radius:50%;color:#a6a6a6;cursor:pointer;transition:all .2s}._closeBtn_1r3ms_65:hover{background:#fee4e2;color:#d92d20}._content_1r3ms_79{flex:1;display:flex;flex-direction:column;padding:12px 24px 24px;overflow-y:auto}._timerContainer_1r3ms_87{display:flex;align-items:center;gap:12px;margin-bottom:16px}._timerBarWrapper_1r3ms_94{flex:1;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}._timerBarFill_1r3ms_102{height:100%;transition:width .1s linear,background-color .3s}._timerBarFill_1r3ms_102._blinking_1r3ms_106{animation:_bar-blink_1r3ms_1 .5s infinite}._timerWarning_1r3ms_110{color:#ef4444;animation:_timer-pulse_1r3ms_1 .8s infinite}@keyframes _bar-blink_1r3ms_1{0%{opacity:1}50%{opacity:.6}to{opacity:1}}@keyframes _timer-pulse_1r3ms_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.6}}._viewTitle_1r3ms_136{font-size:11px;font-weight:950;color:#a6a6a6;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:24px}._quizView_1r3ms_147{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}._questionCard_1r3ms_156{width:180px;height:180px;background:#fff;border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #F0F0F0;animation:_zoom-in_1r3ms_1 .4s cubic-bezier(.175,.885,.32,1.275);position:relative;padding:12px 8px;text-align:center;overflow:hidden}._mainText_1r3ms_174{font-size:28px;font-weight:950;color:#1d2939;line-height:1.1;white-space:nowrap;max-width:100%;padding:0 4px;display:flex;align-items:center;justify-content:center}._mainText_1r3ms_174._kanjiFont_1r3ms_186{font-family:Klee One,serif;font-size:64px;white-space:normal}._subText_1r3ms_192{position:absolute;bottom:12px;padding:3px 10px;background:#fff6f7;color:#a6a6a6;font-size:10px;font-weight:800;border-radius:6px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._optionsGrid_1r3ms_207{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}._optionBtn_1r3ms_214{height:64px;background:#fff6f7;border:1px solid #D9D9D9;border-radius:16px;font-size:14px;font-weight:800;color:#1d2939;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}._optionBtn_1r3ms_214._correct_1r3ms_225{background:#12b76a!important;color:#fff!important;border-color:#12b76a!important;transform:scale(1.05);box-shadow:0 0 20px #22c55e66}._optionBtn_1r3ms_214._incorrect_1r3ms_232{background:#d92d20!important;color:#fff!important;border-color:#d92d20!important;animation:_shake_1r3ms_1 .4s}._optionBtn_1r3ms_214:hover:not(:disabled){background:#fff;border-color:#bc2228;color:#bc2228;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._matchGrid_1r3ms_247{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:8px;background:#fff6f7;border-radius:20px;border:2px dashed #D9D9D9}._matchCard_1r3ms_257{height:80px;background:#fff;border:1px solid #D9D9D9;border-radius:14px;font-size:14px;font-weight:800;color:#1d2939;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._matchCard_1r3ms_257:hover:not(._matched_1r3ms_271){border-color:#bc2228;transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}._matchCard_1r3ms_257._selected_1r3ms_276{background:#bc2228;color:#fff;border-color:#bc2228;transform:scale(1.05)}._matchCard_1r3ms_257._matched_1r3ms_271{opacity:0;pointer-events:none;transform:scale(.8)}._matchCard_1r3ms_257._wrong_1r3ms_287{background:#d92d20;color:#fff;border-color:#d92d20;animation:_shake_1r3ms_1 .4s}._penaltyView_1r3ms_295{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;background:#fee4e2;border-radius:32px;animation:_slide-in-bottom_1r3ms_1 .4s}._penaltyIcon_1r3ms_307{color:#d92d20;margin-bottom:16px}._penaltyTitle_1r3ms_312{font-size:14px;font-weight:900;color:#d92d20;text-transform:uppercase;margin-bottom:24px}._penaltyDisplay_1r3ms_320{background:#fff;padding:24px 48px;border-radius:24px;text-align:center;margin-bottom:32px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._penaltyDisplay_1r3ms_320 span{font-size:80px;font-family:Klee One,serif;display:block;line-height:1;margin-bottom:16px}._penaltyDisplay_1r3ms_320 ._correctAnswer_1r3ms_335{font-size:20px;font-weight:900;color:#bc2228;text-transform:uppercase;letter-spacing:2px}._inputWrapper_1r3ms_343{width:100%;display:flex;flex-direction:column;gap:12px}._penaltyInput_1r3ms_350{width:100%;height:60px;border-radius:16px;border:2px solid #D9D9D9;padding:0 20px;font-size:18px;font-weight:800;text-align:center;transition:all .2s}._penaltyInput_1r3ms_350:focus{outline:none;border-color:#bc2228;box-shadow:0 0 0 4px #e0999c}._penaltyInput_1r3ms_350._correct_1r3ms_225{border-color:#12b76a;background:#d1fadf}._penaltyInput_1r3ms_350._incorrect_1r3ms_232{border-color:#d92d20;background:#fee4e2;animation:_shake_1r3ms_1 .4s}._penaltySubmit_1r3ms_376{height:56px;background:#121212;color:#fff;border:none;border-radius:16px;font-weight:900;font-size:13px;letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s}._penaltySubmit_1r3ms_376:hover{background:#000;transform:translateY(-2px)}._penaltySubmit_1r3ms_376:active{transform:scale(.98)}._finishedView_1r3ms_401{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}._trophyWrapper_1r3ms_411{width:140px;height:140px;background:#d1fadf;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}._trophyWrapper_1r3ms_411 ._trophyIcon_1r3ms_421{color:#12b76a;animation:_trophy-reveal_1r3ms_1 .6s cubic-bezier(.34,1.56,.64,1)}._trophyWrapper_1r3ms_411 ._retryIcon_1r3ms_425{color:#d92d20;animation:_trophy-reveal_1r3ms_1 .6s cubic-bezier(.34,1.56,.64,1)}._singleStat_1r3ms_430{width:100%;max-width:140px;margin:0 auto 32px}._finishedTitle_1r3ms_436{font-size:36px;font-weight:950;color:#222;margin-bottom:12px}._finishedDesc_1r3ms_443{font-size:15px;color:gray;margin-bottom:24px}._statsGrid_1r3ms_449{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-bottom:40px}._statItem_1r3ms_457{background:#fff6f7;padding:16px;border-radius:16px;text-align:center}._statItem_1r3ms_457 ._statVal_1r3ms_463{display:block;font-size:20px;font-weight:900;margin-bottom:4px}._statItem_1r3ms_457 ._statLabel_1r3ms_469{font-size:11px;font-weight:700;color:#a6a6a6;text-transform:uppercase}._statItem_1r3ms_457._success_1r3ms_475 ._statVal_1r3ms_463{color:#12b76a}._statItem_1r3ms_457._danger_1r3ms_478 ._statVal_1r3ms_463{color:#d92d20}._finishedActions_1r3ms_482{width:100%;display:flex;flex-direction:column;gap:12px}._primaryBtn_1r3ms_489{height:60px;background:#bc2228;color:#fff;border:none;border-radius:1.5rem;font-weight:900;font-size:14px;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .2s}._primaryBtn_1r3ms_489:hover{background:#8e1b1f;transform:translateY(-2px)}._secondaryBtn_1r3ms_506{height:56px;background:#e0999c;color:#bc2228;border:none;border-radius:1.5rem;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}._secondaryBtn_1r3ms_506:hover{background:#bc22281a}._textBtn_1r3ms_525{height:48px;background:none;border:none;color:#a6a6a6;font-weight:800;font-size:12px;letter-spacing:2px;cursor:pointer}._textBtn_1r3ms_525:hover{color:#d92d20}._kanjiFont_1r3ms_186{font-family:Klee One,serif}@keyframes _zoom-in_1r3ms_1{0%{transform:scale(.8) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes _trophy-reveal_1r3ms_1{0%{transform:scale(0) rotate(-45deg)}70%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0)}}@keyframes _shake_1r3ms_1{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes _slide-in-bottom_1r3ms_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._writingView_1r3ms_588{flex:1;display:flex;flex-direction:column;animation:_zoom-in_1r3ms_1 .5s ease-out}._writingDisplay_1r3ms_595{text-align:center;margin-bottom:2rem}._writingDisplay_1r3ms_595 ._targetChar_1r3ms_599{font-size:48px;font-weight:900;color:#121212;font-family:Klee One,serif}._writingDisplay_1r3ms_595 ._writingHint_1r3ms_605{font-size:14px;color:gray;margin-top:4px}._loadingStep_1r3ms_611{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem}._loadingStep_1r3ms_611 ._spinner_1r3ms_619{width:48px;height:48px;border:4px solid #F0F0F0;border-top-color:#bc2228;border-radius:50%;animation:_spin_1r3ms_619 1s linear infinite}@keyframes _spin_1r3ms_619{to{transform:rotate(360deg)}}._overlay_6jqw9_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1040;display:flex;align-items:center;justify-content:center;padding:16px}._modal_6jqw9_13{background:#fff;width:100%;max-width:420px;border-radius:2rem;height:600px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transition:all .3s cubic-bezier(.4,0,.2,1)}._modal_6jqw9_13._confirmMode_6jqw9_26{height:380px}._header_6jqw9_30{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #F0F0F0}._header_6jqw9_30._helpHeader_6jqw9_37{background:#bc2228}._header_6jqw9_30._helpHeader_6jqw9_37 ._title_6jqw9_40{color:#fff}._header_6jqw9_30._helpHeader_6jqw9_37 ._closeBtn_6jqw9_43{color:#fff;background:#ffffff1a}._titleGroup_6jqw9_48{display:flex;flex-direction:column;gap:4px}._title_6jqw9_40{font-size:16px;font-weight:950;color:#222}._helpLink_6jqw9_60{font-size:11px;font-weight:800;color:#bc2228;text-decoration:underline;background:none;border:none;cursor:pointer;text-align:left}._closeBtn_6jqw9_43{padding:8px;border:none;border-radius:50%;background:#fff6f7;color:gray;cursor:pointer;transition:all .2s}._closeBtn_6jqw9_43:hover{background:#f0f0f0;color:#1d2939}._scrollContent_6jqw9_85{flex:1;overflow-y:auto;padding:24px}._scrollContent_6jqw9_85::-webkit-scrollbar{width:6px;height:6px}._scrollContent_6jqw9_85::-webkit-scrollbar-track{background:transparent}._scrollContent_6jqw9_85::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._scrollContent_6jqw9_85::-webkit-scrollbar-thumb:hover{background:#bfbfbf}._dueSection_6jqw9_106{margin-bottom:32px}._dueHeader_6jqw9_110{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._dueLabel_6jqw9_117{font-size:11px;font-weight:950;color:#d92d20;letter-spacing:1px}._badge_6jqw9_124{background:#d92d20;color:#fff;font-size:10px;font-weight:900;padding:4px 10px;border-radius:20px}._kanjiGrid_6jqw9_133{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:24px}._kanjiItem_6jqw9_140{height:48px;background:#fff6f7;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Klee One,serif;font-size:24px;color:#1d2939;border:1px solid #F0F0F0}._studyNowBtn_6jqw9_153{width:100%;height:56px;background:#bc2228;color:#fff;border:none;border-radius:16px;font-weight:900;font-size:13px;letter-spacing:1px;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:all .2s}._studyNowBtn_6jqw9_153:hover{background:#8e1b1f;transform:translateY(-2px)}._upcomingSection_6jqw9_173{margin-bottom:24px}._divider_6jqw9_177{display:flex;align-items:center;justify-content:center;margin-bottom:20px}._divider_6jqw9_177 span{background:#fff;padding:0 12px;font-size:10px;font-weight:950;color:#a6a6a6;letter-spacing:2px;position:relative;z-index:2}._divider_6jqw9_177:before{content:"";position:absolute;width:100%;height:1px;background:#f0f0f0;left:0}._upcomingItem_6jqw9_202{margin-bottom:16px;background:#fff6f7;padding:16px;border-radius:16px;border:1px solid #F0F0F0}._itemHeader_6jqw9_210{display:flex;justify-content:space-between;margin-bottom:12px}._dateLabel_6jqw9_216{font-size:11px;font-weight:800;color:#333}._miniBadge_6jqw9_222{font-size:10px;font-weight:900;color:#bc2228}._miniGrid_6jqw9_228{display:flex;flex-wrap:wrap;gap:6px}._miniKanji_6jqw9_234{width:32px;height:32px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:Klee One,serif;font-size:16px;color:#333}._emptyText_6jqw9_247{text-align:center;padding:40px 0;color:#a6a6a6;font-size:14px;font-style:italic}._helpSection_6jqw9_256{margin-bottom:24px}._helpSection_6jqw9_256 p{font-size:13px;line-height:1.6;color:#333}._helpSection_6jqw9_256 p b{color:#1d2939}._sectionTitle_6jqw9_268{font-size:12px;font-weight:900;color:#222;margin-bottom:8px;display:flex;align-items:center;gap:8px}._backupBox_6jqw9_278{background:#e0999c;padding:16px;border-radius:1rem}._backupActions_6jqw9_284{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}._backupBtn_6jqw9_291,._restoreBtn_6jqw9_291{height:40px;background:#fff;border:1px solid #BC2228;border-radius:10px;color:#bc2228;font-size:11px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}._backupBtn_6jqw9_291:hover,._restoreBtn_6jqw9_291:hover{background:#bc2228;color:#fff}._backBtn_6jqw9_311{width:100%;margin-top:24px;height:52px;background:#121212;color:#fff;border:none;border-radius:16px;font-weight:800;cursor:pointer}._footer_6jqw9_324{margin-top:40px;padding-top:24px;border-top:1px solid #F0F0F0}._resetBtn_6jqw9_330{width:100%;background:none;border:none;color:#bfbfbf;font-size:10px;font-weight:800;letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._resetBtn_6jqw9_330:hover{color:#d92d20}._confirmView_6jqw9_349{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}._warningIcon_6jqw9_359{color:#d92d20;margin-bottom:24px}._confirmTitle_6jqw9_364{font-size:20px;font-weight:950;color:#222;margin-bottom:12px}._confirmDesc_6jqw9_371{font-size:14px;color:gray;margin-bottom:32px;line-height:1.5}._confirmActions_6jqw9_378{width:100%;display:flex;flex-direction:column;gap:12px}._dangerBtn_6jqw9_385{height:56px;background:#d92d20;color:#fff;border:none;border-radius:16px;font-weight:900;cursor:pointer}._cancelBtn_6jqw9_395{height:52px;background:#f0f0f0;color:#333;border:none;border-radius:16px;font-weight:800;cursor:pointer}._box_yk4u3_1{position:relative;width:16mm;height:16mm;border-right:1px solid;border-bottom:1px solid;box-sizing:border-box;display:flex;justify-content:center;align-items:center;overflow:hidden;background:transparent;transition:background-color .2s}._box_yk4u3_1._isReference_yk4u3_15{cursor:pointer}._box_yk4u3_1._isReference_yk4u3_15:hover{background-color:#e0999c}._gridOverlay_yk4u3_22{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}._content_yk4u3_29{position:relative;z-index:10;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._refWrapper_yk4u3_39{width:100%;height:100%;padding:1px;display:flex;align-items:center;justify-content:center}._svgWrapper_yk4u3_48{width:100%;height:100%;transform:scale(var(--guide-scale, 1.02)) translate(var(--guide-x, 0),var(--guide-y, 0))}._svgWrapper_yk4u3_48 svg{width:100%;height:100%}._svgWrapper_yk4u3_48 svg path{fill:none!important;stroke:#000;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}._fallbackChar_yk4u3_65{color:#000;font-family:Roboto,Klee One,sans-serif}._traceChar_yk4u3_70{font-family:Roboto,Klee One,sans-serif;-webkit-user-select:none;user-select:none}._header_1trww_1{display:flex;flex-direction:row;align-items:flex-end;padding:0 4px;margin-bottom:4px;height:22px;overflow:hidden;width:184mm;min-width:184mm;max-width:184mm}@media print{._header_1trww_1{border-color:transparent!important}}._placeholder_1trww_19{height:22px;width:100%;background:#f0f0f0;border-radius:4px;animation:_pulse_1trww_1 2s infinite}._meta_1trww_27{flex-shrink:0;margin-right:16px;display:flex;align-items:baseline;gap:8px;margin-bottom:3px}._meta_1trww_27 ._sound_1trww_35{font-size:14px;font-weight:950;color:#000;text-transform:uppercase;line-height:1}._meta_1trww_27 ._meaning_1trww_42{font-size:13px;font-weight:400;color:#000;line-height:1;white-space:nowrap}._modeContent_1trww_50{flex:1;min-width:0;height:22px}._strokeGrid_1trww_56{height:100%;display:flex;align-items:center;flex-wrap:wrap;gap:4px}._strokeBox_1trww_64{width:22px;height:22px;flex-shrink:0}._strokeBox_1trww_64 ._decompSvg_1trww_69{width:100%;height:100%}._strokeBox_1trww_64 ._decompSvg_1trww_69 path{fill:none!important;stroke:#000;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}._readings_1trww_81{height:100%;display:flex;align-items:flex-end;padding-bottom:3px;font-size:13px;color:#000;font-style:italic;white-space:nowrap;overflow:hidden}._readings_1trww_81 ._label_1trww_92{font-weight:900;text-transform:uppercase;margin-right:4px}._readings_1trww_81 ._value_1trww_97{font-style:normal;font-weight:600;margin-right:12px}._vocabRow_1trww_103{height:100%;display:flex;align-items:flex-end;font-size:13px;color:#000;white-space:nowrap;overflow:hidden;line-height:1.2}._vocabItem_1trww_114{margin-right:12px;display:inline-block}._vocabItem_1trww_114 ._word_1trww_118{font-weight:600}._vocabItem_1trww_114 ._word_1trww_118 ._highlight_1trww_121{font-weight:900}._vocabItem_1trww_114 ._reading_1trww_81{font-weight:400;margin-left:2px}._vocabItem_1trww_114 ._reading_1trww_81 b{font-weight:950}._vocabItem_1trww_114 ._meaningText_1trww_131{font-weight:400;margin-left:4px}._empty_1trww_136{color:#a6a6a6;font-style:italic}@keyframes _pulse_1trww_1{0%,to{opacity:1}50%{opacity:.5}}._row_1hyrh_1{display:flex;flex-direction:column;width:100%;padding-left:8mm;margin-bottom:4mm;padding-right:8mm}@media print{._row_1hyrh_1{margin-bottom:4mm;break-inside:avoid}}._grid_1hyrh_16{display:flex;border-left:1px solid;border-top:1px solid;width:fit-content}._focusTimerContainer_qg5qp_1{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;align-items:center;gap:12px;background:#fff;padding:8px 20px;border-radius:40px;overflow:hidden;box-shadow:0 10px 40px #0000001f,0 15px 50px #ff9d0033;border:1px solid rgba(255,157,0,.3);transition:all .3s cubic-bezier(.4,0,.2,1);min-width:150px;height:52px;-webkit-user-select:none;user-select:none}._focusTimerContainer_qg5qp_1:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 45px #00000026,0 20px 60px #ff9d0040;border-color:#ff9d00}._hourglassWrapper_qg5qp_26{display:flex;justify-content:center;align-items:center;color:#ff9d00;transition:transform 1s cubic-bezier(.4,0,.2,1);z-index:2}._hourglassWrapper_qg5qp_26._flipping_qg5qp_34{animation:_rotate_qg5qp_1 1s linear}._icon_qg5qp_38{filter:drop-shadow(0 0 2px rgba(255,157,0,.3))}._timerContent_qg5qp_42{display:flex;flex-direction:column;z-index:2}._timeLabel_qg5qp_48{font-family:Outfit,Inter,sans-serif;font-weight:800;font-size:18px;color:#ff9d00;line-height:1;letter-spacing:.05em}._focusText_qg5qp_57{font-size:9px;text-transform:uppercase;letter-spacing:1.5px;color:#8c8c8c;font-weight:700;margin-top:2px}._progressBar_qg5qp_66{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fdfdfd;z-index:1}._progressFill_qg5qp_76{height:100%;background:linear-gradient(90deg,#ffbc4e,#ff9d00);transition:width 1s linear;border-radius:0 4px 4px 0;box-shadow:0 0 5px #ffbc4e80}@keyframes _rotate_qg5qp_1{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.3) rotate(90deg)}to{transform:scale(1) rotate(180deg)}}@media (max-width: 768px){._focusTimerContainer_qg5qp_1{bottom:24px;right:24px;padding:6px 16px;height:44px;min-width:130px;gap:10px}._timeLabel_qg5qp_48{font-size:16px}._focusText_qg5qp_57{font-size:8px}._icon_qg5qp_38{width:18px;height:18px}}._overlay_fz0so_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#bc22281a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._modal_fz0so_15{background:#fff;width:100%;max-width:380px;border-radius:40px;position:relative;display:flex;flex-direction:column;overflow:visible;box-shadow:0 30px 60px -12px #00000040;animation:_modal-enter_fz0so_1 .5s cubic-bezier(.16,1,.3,1);padding:48px 32px 32px}._header_fz0so_29{position:relative;display:flex;justify-content:space-between;align-items:center;z-index:10;margin-bottom:32px;padding:8px 0}._formBadge_fz0so_39{position:absolute;top:-18px;left:50%;transform:translate(-50%);background:#bc2228;color:#fff;padding:6px 24px;border-radius:100px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 15px -3px #bc222866;white-space:nowrap}._progressBadge_fz0so_56{background:#fff6f7;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:900;color:gray}._progressContainer_fz0so_65{flex:1;display:flex;align-items:center;gap:12px;margin:0 16px}._timerBarOuter_fz0so_73{flex:1;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}._timerBarInner_fz0so_81{height:100%;border-radius:2px;transition:width .1s linear,background-color .3s}._timerBarInner_fz0so_81._blinking_fz0so_86{animation:_bar-blink_fz0so_1 .5s infinite}@keyframes _bar-blink_fz0so_1{0%{opacity:1}50%{opacity:.6}to{opacity:1}}._timerWarning_fz0so_101{color:#ef4444;animation:_pulse_fz0so_1 .8s infinite}._closeBtn_fz0so_106{width:32px;height:32px;border-radius:50%;border:none;background:#f8fafc;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._closeBtn_fz0so_106:hover{background:#f1f5f9;color:#475569;transform:rotate(90deg)}._content_fz0so_125{flex:1;display:flex;flex-direction:column;padding-top:0}._viewTitle_fz0so_132{display:none}._quizView_fz0so_136{display:flex;flex-direction:column;align-items:center;width:100%}._questionCard_fz0so_143{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;padding:0;box-shadow:none;border:none;background:transparent}._mainText_fz0so_154{font-size:56px;font-weight:800;color:#121212;margin-bottom:12px}._readingLabel_fz0so_161{background:#fff6f7;color:#bc2228;padding:6px 20px;border-radius:12px;font-size:16px;font-weight:800}._kanjiFont_fz0so_170{font-family:Klee One,serif}._hintLine_fz0so_174{margin-top:32px;font-size:9px;font-weight:900;color:#cbd5e1;letter-spacing:2px;text-transform:uppercase}._inputWrapper_fz0so_183{width:100%;display:flex;flex-direction:column;gap:12px}._answerFeedback_fz0so_190{margin-top:8px;display:flex;flex-direction:column;align-items:center;animation:_slide-up-feedback_fz0so_1 .3s cubic-bezier(.16,1,.3,1)}._feedbackLabel_fz0so_198{font-size:10px;font-weight:950;color:#f87171;text-transform:uppercase;margin-bottom:4px;letter-spacing:1px}._correctAnswerBadge_fz0so_207{background:#dc2626;color:#fff;padding:10px 24px;border-radius:12px;font-size:18px;font-weight:950;box-shadow:0 10px 15px -3px #dc26264d}._mainInput_fz0so_217{width:100%;height:72px;border:2.5px solid #BC2228;border-radius:20px;background:#fff;text-align:center;font-size:20px;font-weight:800;color:#121212;transition:all .2s}._mainInput_fz0so_217::placeholder{color:#94a3b8;font-weight:600}._mainInput_fz0so_217:focus{outline:none;box-shadow:0 0 0 4px #bc22281a}._mainInput_fz0so_217._correct_fz0so_207{border-color:#22c55e;background:#f0fdf4;color:#15803d}._mainInput_fz0so_217._incorrect_fz0so_242{border-color:#ef4444;background:#fef2f2;color:#b91c1c}._finishedView_fz0so_248{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}._trophyWrapper_fz0so_258{width:140px;height:140px;background:#fff6f7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#121212}._finishedTitle_fz0so_270{font-size:32px;font-weight:950;color:#121212;margin-bottom:12px}._finishedDesc_fz0so_277{color:gray;margin-bottom:32px}._statsGrid_fz0so_282{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-bottom:40px}._statItem_fz0so_290{background:#fff6f7;padding:20px;border-radius:20px}._statItem_fz0so_290 ._statVal_fz0so_295{display:block;font-size:24px;font-weight:900;margin-bottom:4px}._statItem_fz0so_290 ._statLabel_fz0so_301{font-size:10px;font-weight:800;color:#a6a6a6;text-transform:uppercase}._statItem_fz0so_290._success_fz0so_307 ._statVal_fz0so_295{color:#12b76a}._statItem_fz0so_290._danger_fz0so_310 ._statVal_fz0so_295{color:#d92d20}._finishedActions_fz0so_314{width:100%;display:flex;flex-direction:column;gap:12px}._primaryBtn_fz0so_321{height:60px;background:#bc2228;color:#fff;border:none;border-radius:16px;font-weight:900;cursor:pointer;transition:all .2s}._primaryBtn_fz0so_321:hover{background:#8e1b1f;transform:translateY(-2px)}._secondaryBtn_fz0so_336{height:56px;background:#fff6f7;color:#333;border:1px solid #D9D9D9;border-radius:16px;font-weight:800;cursor:pointer}._secondaryBtn_fz0so_336:hover{background:#f0f0f0}@keyframes _modal-enter_fz0so_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _slide-up-feedback_fz0so_1{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _pulse_fz0so_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.6}}._overlay_1wjqb_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#bc22281a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1050;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._modal_1wjqb_15{background:#fff;width:100%;max-width:600px;border-radius:28px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000026;border:1px solid #F0F0F0;animation:_slide-up_1wjqb_1 .4s cubic-bezier(.16,1,.3,1)}._header_1wjqb_29{padding:20px 24px;background:#fff6f7;border-bottom:1px solid #D9D9D9;display:flex;justify-content:space-between;align-items:center}._title_1wjqb_38{font-size:18px;font-weight:900;color:#121212;text-transform:uppercase;letter-spacing:-.5px}._subtitle_1wjqb_46{font-size:12px;color:gray;font-weight:500}._closeBtn_1wjqb_52{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:transparent;color:#a6a6a6;cursor:pointer}._closeBtn_1wjqb_52:hover{background:#d9d9d9;color:#121212}@media (max-width: 640px){._closeBtn_1wjqb_52{width:28px;height:28px}}._content_1wjqb_75{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}._content_1wjqb_75::-webkit-scrollbar{width:6px;height:6px}._content_1wjqb_75::-webkit-scrollbar-track{background:transparent}._content_1wjqb_75::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._content_1wjqb_75::-webkit-scrollbar-thumb:hover{background:#bfbfbf}@media (max-width: 640px){._content_1wjqb_75{padding:16px;gap:12px}}._emptyState_1wjqb_104{padding:40px;text-align:center;color:#a6a6a6;display:flex;flex-direction:column;align-items:center;gap:12px}._verbItem_1wjqb_114{padding:18px 20px;border-radius:12px;border:1px solid #f1f5f9;background:#fff;display:flex;justify-content:space-between;align-items:center;transition:all .2s;box-shadow:0 2px 4px #00000005}._verbItem_1wjqb_114._errorItem_1wjqb_125{background:#fee4e2;border-color:#d92d201a}._verbItem_1wjqb_114._warningItem_1wjqb_129{background:#fffbeb;border-color:#fef3c7}._verbItem_1wjqb_114:hover{border-color:#d9d9d9;box-shadow:0 4px 6px -1px #0000000d}._infoCol_1wjqb_138{flex:1;display:flex;flex-direction:column}._topRow_1wjqb_144{display:flex;align-items:center;gap:8px;margin-bottom:4px}._vmasu_1wjqb_151{font-size:20px;font-weight:800;color:#121212}._strike_1wjqb_157{text-decoration:line-through;opacity:.5}._groupBadge_1wjqb_162{font-size:8px;font-weight:900;background:#bc2228;color:#fff;padding:2px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}._previewConjugation_1wjqb_173{font-size:11px;color:#64748b;font-weight:600;margin-top:4px}._previewConjugation_1wjqb_173 strong{color:#bc2228;font-size:13px;font-weight:800}._errorContainer_1wjqb_185{margin-top:8px}._errorMessage_1wjqb_189{font-size:12px;color:#d92d20;font-weight:600;display:block;margin-bottom:8px}._inputGroup_1wjqb_197{display:flex;gap:8px}._fixInput_1wjqb_202,._readingInput_1wjqb_202{flex:1;height:40px;border-radius:8px;border:1px solid #BFBFBF;padding:0 12px;font-size:14px;font-weight:700}._fixInput_1wjqb_202:focus,._readingInput_1wjqb_202:focus{outline:none;border-color:#121212}._saveBtn_1wjqb_216{padding:0 16px;background:#bc2228;color:#fff;border:none;border-radius:8px;font-weight:800;font-size:12px;cursor:pointer}._saveBtn_1wjqb_216:hover{background:#8e1b1f}._removeBtn_1wjqb_230{width:40px;display:flex;align-items:center;justify-content:center;background:#fee4e2;color:#d92d20;border:1px solid rgba(217,45,32,.1);border-radius:8px;cursor:pointer}._removeBtn_1wjqb_230:hover{background:#d92d201a}._actionCol_1wjqb_245{width:250px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 640px){._actionCol_1wjqb_245{width:100%;align-items:flex-start}}._readingRow_1wjqb_258{display:flex;align-items:center;justify-content:flex-end;gap:8px}._readingText_1wjqb_265{font-size:16px;font-weight:700;color:#333}._editBtn_1wjqb_271{padding:6px;border-radius:6px;border:1px solid #D9D9D9;background:#fff6f7;color:#a6a6a6;cursor:pointer}._editBtn_1wjqb_271:hover{color:#121212;background:#f0f0f0}._readingInputArea_1wjqb_284 label{font-size:10px;font-weight:800;color:#d97706;text-transform:uppercase;margin-bottom:4px;display:block}._footer_1wjqb_293{padding:20px 24px;background:#fff6f7;border-top:1px solid #D9D9D9;display:flex;gap:12px}._backBtn_1wjqb_301{padding:0 24px;height:52px;border-radius:12px;border:1.5px solid #D9D9D9;background:#fff6f7;color:#333;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s}._backBtn_1wjqb_301:hover{background:#f0f0f0;border-color:#bfbfbf}._startBtn_1wjqb_320{flex:1;height:52px;border-radius:12px;border:none;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:950;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .2s}._startBtn_1wjqb_320._active_1wjqb_336{background:#bc2228;color:#fff}._startBtn_1wjqb_320._active_1wjqb_336:hover{background:#8e1b1f;transform:translateY(-1px)}._startBtn_1wjqb_320._active_1wjqb_336:active{transform:translateY(0)}._startBtn_1wjqb_320._disabled_1wjqb_347{background:#d9d9d9;color:#a6a6a6;cursor:not-allowed}@keyframes _slide-up_1wjqb_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._overlay_dzruw_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#bc222826;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._modal_dzruw_15{background:#fff;width:100%;max-width:480px;border-radius:32px;height:auto;min-height:auto;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@media (max-width: 640px){._modal_dzruw_15{max-height:95vh;border-radius:20px}}._header_dzruw_35{padding:16px 24px;background:#fff;border-bottom:1px solid #F0F0F0;display:flex;align-items:center;gap:16px}._progressContainer_dzruw_44{flex:1;display:flex;align-items:center;gap:12px}._progressBar_dzruw_51{flex:1;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}._progressFill_dzruw_59{height:100%;background:#bc2228;transition:width .4s cubic-bezier(.4,0,.2,1)}._progressText_dzruw_65{font-size:11px;font-weight:900;color:#a6a6a6;min-width:40px;text-align:right}._timerContainer_dzruw_73{display:flex;align-items:center;gap:8px;min-width:90px}._timerBarOuter_dzruw_80{flex:1;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}._timerBarInner_dzruw_88{height:100%;border-radius:2px;transition:width .1s linear,background-color .3s}._timerWarning_dzruw_94{color:#ef4444;animation:_pulse_dzruw_1 .8s infinite}._closeBtn_dzruw_99{padding:8px;border:none;background:#fff6f7;border-radius:50%;color:#a6a6a6;cursor:pointer;transition:all .2s}._closeBtn_dzruw_99:hover{background:#fee4e2;color:#d92d20}._content_dzruw_113{flex:1;display:flex;flex-direction:column;padding:12px 24px 24px;overflow-y:auto}._viewTitle_dzruw_121{font-size:11px;font-weight:950;color:#a6a6a6;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:8px}._quizView_dzruw_131{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}._questionCard_dzruw_140{width:100%;background:#fff;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #F0F0F0;animation:_zoom-in_dzruw_1 .4s cubic-bezier(.175,.885,.32,1.275);position:relative;padding:24px;text-align:center}._mainText_dzruw_156{font-size:56px;font-weight:950;color:#121212;line-height:1.1;margin-bottom:4px}._kanjiFont_dzruw_164{font-family:Klee One,serif}._subText_dzruw_168{font-size:11px;font-weight:800;color:#a6a6a6;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}@media (max-width: 640px){._subText_dzruw_168{font-size:10px}}._optionsGrid_dzruw_182{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}._optionBtn_dzruw_189{height:60px;background:#fff6f7;border:1px solid #D9D9D9;border-radius:12px;font-size:13px;font-weight:800;color:#121212;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}._optionBtn_dzruw_189:hover:not(:disabled){background:#fff;border-color:#bc2228;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._optionBtn_dzruw_189._correct_dzruw_206{background:#12b76a!important;color:#fff!important;border-color:#12b76a!important;transform:scale(1.05)}._optionBtn_dzruw_189._incorrect_dzruw_212{background:#d92d20!important;color:#fff!important;border-color:#d92d20!important;animation:_shake_dzruw_1 .4s}._finishedView_dzruw_219{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px 24px;text-align:center}._trophyWrapper_dzruw_229{width:120px;height:120px;background:#fff6f7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#121212}._finishedTitle_dzruw_241{font-size:28px;font-weight:950;color:#121212;margin-bottom:8px}._finishedDesc_dzruw_248{font-size:14px;color:gray;margin-bottom:24px}._statsGrid_dzruw_254{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-bottom:32px}._statItem_dzruw_262{background:#fff6f7;padding:16px;border-radius:16px}._statItem_dzruw_262 ._statVal_dzruw_267{display:block;font-size:20px;font-weight:900;margin-bottom:2px}._statItem_dzruw_262 ._statLabel_dzruw_273{font-size:9px;font-weight:800;color:#a6a6a6;text-transform:uppercase}._statItem_dzruw_262._success_dzruw_279 ._statVal_dzruw_267{color:#12b76a}._statItem_dzruw_262._danger_dzruw_282 ._statVal_dzruw_267{color:#d92d20}._finishedActions_dzruw_286{width:100%;display:flex;flex-direction:column;gap:10px}._primaryBtn_dzruw_293{height:56px;background:#bc2228;color:#fff;border:none;border-radius:16px;font-weight:900;cursor:pointer;transition:all .2s}._primaryBtn_dzruw_293:hover{background:#8e1b1f;transform:translateY(-2px)}._secondaryBtn_dzruw_308{height:52px;background:#fff6f7;color:#333;border:1px solid #D9D9D9;border-radius:16px;font-weight:800;cursor:pointer}._secondaryBtn_dzruw_308:hover{background:#f0f0f0}@keyframes _zoom-in_dzruw_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _shake_dzruw_1{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@keyframes _pulse_dzruw_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}._overlay_5kfvk_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#bc222826;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._modal_5kfvk_15{background:#fff;width:100%;max-width:480px;border-radius:32px;height:auto;min-height:min(640px,85vh);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@media (max-width: 640px){._modal_5kfvk_15{max-height:95vh;border-radius:20px}}._header_5kfvk_35{padding:20px 24px;background:#fff;border-bottom:1px solid #F0F0F0;display:flex;align-items:center;gap:16px}._scoreContainer_5kfvk_44{display:flex;align-items:center;gap:6px;background:#bc2228;color:#fff;padding:6px 12px;border-radius:12px}._scoreIcon_5kfvk_54{color:#12b76a}._scoreVal_5kfvk_58{font-weight:900;font-size:16px}._scoreLabel_5kfvk_63{font-size:10px;font-weight:700;text-transform:uppercase;opacity:.7}._timerContainer_5kfvk_70{flex:1;display:flex;align-items:center;gap:12px}._timerBarOuter_5kfvk_77{flex:1;height:8px;background:#bc2228;border-radius:4px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}._timerBarInner_5kfvk_86{height:100%;background-color:#fff6f7;transition:width .1s linear;box-shadow:0 0 10px #ffffff80}._timerWarning_5kfvk_93{color:#d92d20;animation:_pulse_5kfvk_1 .5s infinite}._closeBtn_5kfvk_98{padding:8px;border:none;background:#fff6f7;border-radius:50%;color:#a6a6a6;cursor:pointer;transition:all .2s}._closeBtn_5kfvk_98:hover{background:#fee4e2;color:#d92d20}._content_5kfvk_112{flex:1;display:flex;flex-direction:column;padding:24px;overflow-y:auto}._viewTitle_5kfvk_120{font-size:11px;font-weight:950;color:#a6a6a6;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:24px}._quizView_5kfvk_130{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._questionCard_5kfvk_139{width:100%;background:#fff;border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #F0F0F0;animation:_zoom-in_5kfvk_1 .4s cubic-bezier(.175,.885,.32,1.275);position:relative;padding:32px 24px;text-align:center}._mainText_5kfvk_155{font-size:64px;font-weight:950;color:#121212;line-height:1.1;margin-bottom:8px}@media (max-width: 640px){._mainText_5kfvk_155{font-size:32px}}._kanjiFont_5kfvk_168{font-family:Klee One,serif}._subText_5kfvk_172{font-size:12px;font-weight:800;color:#a6a6a6;text-transform:uppercase;letter-spacing:1px}._optionsGrid_5kfvk_180{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}._optionBtn_5kfvk_187{height:64px;background:#fff6f7;border:1px solid #D9D9D9;border-radius:16px;font-size:14px;font-weight:800;color:#121212;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}._optionBtn_5kfvk_187:hover:not(:disabled){background:#fff;border-color:#bc2228;transform:translateY(-2px)}._optionBtn_5kfvk_187._correct_5kfvk_203{background:#12b76a!important;color:#fff!important;border-color:#12b76a!important;transform:scale(1.05)}._optionBtn_5kfvk_187._incorrect_5kfvk_209{background:#d92d20!important;color:#fff!important;border-color:#d92d20!important;animation:_shake_5kfvk_1 .4s}._finishedView_5kfvk_216{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px;text-align:center}._trophyWrapper_5kfvk_226{width:140px;height:140px;background:#bc2228;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}._finishedTitle_5kfvk_238{font-size:32px;font-weight:950;color:#121212;margin-bottom:12px}._finishedDesc_5kfvk_245{color:gray;margin-bottom:32px}._finalScore_5kfvk_250{font-size:80px;font-weight:950;color:#bc2228;margin-bottom:40px;text-shadow:0 4px 12px rgba(188,34,40,.2);animation:_zoom-in_5kfvk_1 .6s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 640px){._finalScore_5kfvk_250{font-size:64px}}._finishedActions_5kfvk_264{width:100%;display:flex;flex-direction:column;gap:12px}._primaryBtn_5kfvk_271{height:60px;background:#bc2228;color:#fff;border:none;border-radius:16px;font-weight:900;cursor:pointer}._primaryBtn_5kfvk_271:hover{background:#8e1b1f;transform:translateY(-2px)}._secondaryBtn_5kfvk_285{height:56px;background:#fff6f7;color:#333;border:1px solid #D9D9D9;border-radius:16px;font-weight:800;cursor:pointer}._secondaryBtn_5kfvk_285:hover{background:#f0f0f0}@keyframes _zoom-in_5kfvk_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _shake_5kfvk_1{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@keyframes _pulse_5kfvk_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._container_177yw_1{position:relative;display:inline-block}._helperBtn_177yw_6{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #FFD700;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #ffd70066;position:relative;overflow:visible;animation:_glow-pulse_177yw_1 2s infinite}._helperBtn_177yw_6._active_177yw_22{background:gold;transform:scale(.95);animation:none;box-shadow:inset 0 2px 4px #0000001a}._helperBtn_177yw_6:hover{background:gold;transform:translateY(-2px) scale(1.05);animation-play-state:paused;box-shadow:0 10px 25px #ffd70099}._helperBtn_177yw_6:hover ._icon_177yw_34{filter:drop-shadow(0 0 5px rgba(255,255,255,.8))}._helperBtn_177yw_6:hover ._tooltip_177yw_37{opacity:1;transform:translateY(-50%) translate(0);visibility:visible}._helperBtn_177yw_6 ._icon_177yw_34{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#daa520}._helperBtn_177yw_6 ._icon_177yw_34 svg{width:100%;height:100%}._tooltip_177yw_37{position:absolute;left:40px;top:50%;transform:translateY(-50%) translate(-10px);background:#121212;color:#fff;padding:6px 14px;border-radius:8px;font-size:.75rem;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;box-shadow:0 4px 15px #0003;z-index:10001}._tooltip_177yw_37:after{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;background:#121212}._popover_177yw_85{position:absolute;top:calc(100% + 12px);left:0;width:720px;max-width:calc(100vw - 40px);background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #E0999C;border-radius:2rem;box-shadow:0 20px 50px #0003;overflow:hidden;z-index:10000;display:flex;flex-direction:column;animation:_slide-down_177yw_1 .4s cubic-bezier(.16,1,.3,1);transform-origin:top left}._popover_177yw_85:after{content:"";position:absolute;top:-8px;left:15px;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-left:1px solid #E0999C;border-top:1px solid #E0999C}._header_177yw_116{padding:16px 20px;border-bottom:2px solid #F0F0F0;background:#fff;display:flex;justify-content:space-between;align-items:center}._header_177yw_116 h4{margin:0;color:#8e1b1f;font-size:1.25rem;font-weight:900;letter-spacing:-.5px}._header_177yw_116 ._closeBtn_177yw_131{background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:gray;cursor:pointer;transition:all .2s}._header_177yw_116 ._closeBtn_177yw_131:hover{background:#fee4e2;color:#d92d20;transform:rotate(90deg)}._body_177yw_150{display:flex;height:480px;background:#fff}._nav_177yw_156{width:200px;background:#fff6f7;border-right:1px solid #F0F0F0;overflow-y:auto;padding:10px}._nav_177yw_156::-webkit-scrollbar{width:6px;height:6px}._nav_177yw_156::-webkit-scrollbar-track{background:transparent}._nav_177yw_156::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._nav_177yw_156::-webkit-scrollbar-thumb:hover{background:#bfbfbf}._navItem_177yw_178{width:100%;padding:12px 14px;border:none;background:transparent;text-align:left;font-size:.8rem;font-weight:700;color:#333;border-radius:10px;cursor:pointer;transition:all .2s;margin-bottom:4px}._navItem_177yw_178:hover{background:#f0f0f0;color:#bc2228}._navItem_177yw_178._active_177yw_22{background:#bc2228;color:#fff;box-shadow:0 4px 12px #bc222833}._content_177yw_202{flex:1;padding:24px;overflow-y:auto}._content_177yw_202::-webkit-scrollbar{width:6px;height:6px}._content_177yw_202::-webkit-scrollbar-track{background:transparent}._content_177yw_202::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._content_177yw_202::-webkit-scrollbar-thumb:hover{background:#bfbfbf}._formTitle_177yw_222{font-size:1.4rem;font-weight:900;color:#bc2228;margin-bottom:20px;display:flex;align-items:center;gap:10px}._formTitle_177yw_222 small{font-size:.9rem;color:#a6a6a6;font-weight:600}._groupSection_177yw_237{margin-bottom:24px}._groupSection_177yw_237 ._groupName_177yw_240{font-size:.75rem;font-weight:900;color:#a6a6a6;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;display:flex;align-items:center;gap:8px}._groupSection_177yw_237 ._groupName_177yw_240:after{content:"";flex:1;height:1px;background:#f0f0f0}._ruleCard_177yw_258{background:#fff6f7;padding:14px 18px;border-radius:1.5rem;border:1px solid #F0F0F0;margin-bottom:10px}._ruleCard_177yw_258 ._ruleText_177yw_265{font-size:.875rem;font-weight:700;color:#222;line-height:1.6}._ruleCard_177yw_258 ._example_177yw_271{font-size:.8rem;color:#bc2228;font-weight:600;margin-top:6px;display:inline-block;padding:2px 8px;background:#bc22280d;border-radius:4px}._specialNote_177yw_282{background:#fff9c4;padding:12px 16px;border-radius:1rem;border-left:4px solid #FBC02D;margin-top:10px}._specialNote_177yw_282 ._noteTitle_177yw_289{font-size:.75rem;font-weight:900;color:#f57f17;margin-bottom:4px;display:flex;align-items:center;gap:6px}._specialNote_177yw_282 ._noteContent_177yw_298{font-size:.8rem;color:#455a64;font-weight:600}@keyframes _glow-pulse_177yw_1{0%{box-shadow:0 0 #ffd70099}70%{box-shadow:0 0 0 15px #ffd70000}to{box-shadow:0 0 #ffd70000}}@keyframes _slide-down_177yw_1{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){._popover_177yw_85{width:95vw;height:80vh}._body_177yw_150{flex-direction:column;height:auto;overflow-y:auto}._nav_177yw_156{width:100%;display:flex;overflow-x:auto;border-right:none;border-bottom:1px solid #F0F0F0;padding:8px;white-space:nowrap}._nav_177yw_156 ._navItem_177yw_178{width:auto;margin-right:8px;margin-bottom:0}}._overlay_4lqzf_1{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:400;display:flex;align-items:center;justify-content:center;padding:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._modal_4lqzf_14{background:#fff6f7;width:100%;max-width:520px;border-radius:24px;max-height:90vh;display:flex;flex-direction:column;overflow:visible;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(188,34,40,.1)}@media (max-width: 640px){._modal_4lqzf_14{max-height:95vh;border-radius:20px}}._header_4lqzf_33{padding:20px 24px;border-bottom:1px solid #F0F0F0;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:visible}._titleWrapper_4lqzf_43{display:flex;align-items:center;gap:12px}._title_4lqzf_43{font-size:18px;font-weight:900;color:#121212;text-transform:uppercase;letter-spacing:-.5px}._closeBtn_4lqzf_57{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:#fff6f7;color:#a6a6a6;cursor:pointer}._closeBtn_4lqzf_57:hover{background:#fee4e2;color:#d92d20}._content_4lqzf_74{flex:1;overflow-y:auto;padding:24px}._content_4lqzf_74::-webkit-scrollbar{width:6px;height:6px}._content_4lqzf_74::-webkit-scrollbar-track{background:transparent}._content_4lqzf_74::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}._content_4lqzf_74::-webkit-scrollbar-thumb:hover{background:#bfbfbf}@media (max-width: 640px){._content_4lqzf_74{padding:16px}}._section_4lqzf_99{margin-bottom:28px}._section_4lqzf_99:last-child{margin-bottom:0}._sectionLabel_4lqzf_106{display:block;font-size:11px;font-weight:950;color:#a6a6a6;letter-spacing:1.5px;margin-bottom:12px}._sectionHeaderRow_4lqzf_115{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._sectionHeaderRow_4lqzf_115 ._sectionLabel_4lqzf_106{margin-bottom:0}._limitWrapper_4lqzf_125{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#a6a6a6}._limitInput_4lqzf_134{width:50px;height:28px;background:#fff;border:1px solid #D9D9D9;border-radius:8px;text-align:center;font-size:13px;font-weight:900;color:#bc2228}._limitInput_4lqzf_134:focus{outline:none;border-color:#bc2228}._modeGrid_4lqzf_150{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 640px){._modeGrid_4lqzf_150{grid-template-columns:1fr;gap:10px}}._modeCard_4lqzf_162{padding:16px;border-radius:20px;border:1px solid #D9D9D9;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;cursor:pointer;transition:all .2s}._modeCard_4lqzf_162:hover{border-color:#bc2228;background:#fff}._modeCard_4lqzf_162._active_4lqzf_179{border-color:#bc2228;background:#bc2228;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._modeCard_4lqzf_162._active_4lqzf_179 ._modeDesc_4lqzf_185{color:#ffffffb3}._modeCard_4lqzf_162._active_4lqzf_179 ._iconCircle_4lqzf_188{color:#fff}@media (max-width: 640px){._modeCard_4lqzf_162{flex-direction:row;text-align:left;padding:12px 16px;gap:16px}._modeCard_4lqzf_162 ._iconCircle_4lqzf_188{width:24px;height:24px;font-size:16px}}._iconCircle_4lqzf_188{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px}._modeInfo_4lqzf_214{display:flex;flex-direction:column}._modeName_4lqzf_219{font-size:13px;font-weight:850;margin-bottom:2px}._modeDesc_4lqzf_185{font-size:10px;color:#a6a6a6;font-weight:500}._conjugationRow_4lqzf_231{display:flex;align-items:flex-start;gap:16px;width:100%}@media (max-width: 640px){._conjugationRow_4lqzf_231{flex-direction:column;align-items:stretch;gap:16px}}._conjugationGroup_4lqzf_245{flex:1;display:flex;flex-direction:column}._conjugationArrow_4lqzf_251{margin-top:36px;height:44px;display:flex;align-items:center;justify-content:center;color:#bc2228;opacity:.5}@media (max-width: 640px){._conjugationArrow_4lqzf_251{margin-top:0;height:auto;transform:rotate(90deg);padding:0}}._formSelect_4lqzf_269{width:100%}._formSelect_4lqzf_269 .ant-select-selector{min-height:44px!important;border-radius:12px!important;border-color:#d9d9d9!important;background-color:#fff6f7!important;padding:2px 12px!important;display:flex;align-items:center}._formSelect_4lqzf_269 .ant-select-selector:hover{border-color:#bc2228!important}._formSelect_4lqzf_269 .ant-select-selection-item,._formSelect_4lqzf_269 .ant-select-selection-placeholder{font-size:13px!important;font-weight:700!important;color:#bc2228!important}._formSelect_4lqzf_269 .ant-select-selection-placeholder{color:#bc222866!important}._formSelect_4lqzf_269 .ant-select-selection-item-remove{color:#bc2228!important}._formSelect_4lqzf_269 .ant-select-selection-overflow{padding:4px 0!important}._formGrid_4lqzf_300{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (min-width: 768px){._formGrid_4lqzf_300{grid-template-columns:repeat(2,1fr)}}._formBtn_4lqzf_311{height:40px;border-radius:12px;border:1px solid #F0F0F0;background:#fff6f7;font-size:11px;font-weight:800;color:gray;cursor:pointer;transition:all .2s}._formBtn_4lqzf_311:hover{border-color:#a6a6a6;color:#121212}._formBtn_4lqzf_311._formActive_4lqzf_326{background:#121212;color:#fff;border-color:#121212}._formBtn_4lqzf_311._formActiveAlt_4lqzf_331{background:#bc2228;color:#fff;border-color:#bc2228}._hintText_4lqzf_337{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:10px;color:#a6a6a6;font-weight:600}._textareaWrapper_4lqzf_347{position:relative}._verbInput_4lqzf_351{width:100%;height:120px;background:#fff6f7;border:1px solid #D9D9D9;border-radius:16px;padding:16px;font-size:15px;font-weight:600;resize:none}._verbInput_4lqzf_351:focus{outline:none;border-color:#bc2228;background:#fff}._clearBtn_4lqzf_368{position:absolute;bottom:12px;right:12px;font-size:10px;font-weight:900;color:#d92d20;background:#fff;border:1px solid #F0F0F0;padding:4px 10px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:4px}._libraryGrid_4lqzf_385{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width: 640px){._libraryGrid_4lqzf_385{grid-template-columns:repeat(2,1fr)}}._levelBtn_4lqzf_396{padding:12px 8px;background:#fff;border:1.5px solid #F0F0F0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;transition:all .2s}._levelBtn_4lqzf_396 ._levelMain_4lqzf_409{font-size:14px;font-weight:900;color:#121212}._levelBtn_4lqzf_396 ._levelCount_4lqzf_414{font-size:10px;font-weight:700;color:#a6a6a6}._levelBtn_4lqzf_396:hover:not(:disabled){border-color:#bc2228;background:#fff6f7;transform:translateY(-2px)}._levelBtn_4lqzf_396:hover:not(:disabled) ._levelMain_4lqzf_409{color:#bc2228}._levelBtn_4lqzf_396:disabled{opacity:.5;cursor:not-allowed}._spin_4lqzf_432{animation:_spin_4lqzf_432 1s linear infinite}@keyframes _spin_4lqzf_432{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._footer_4lqzf_444{padding:20px 24px;background:#fff6f7;border-top:1px solid #F0F0F0}._submitBtn_4lqzf_450{width:100%;height:60px;background:#bc2228;color:#fff;border:none;border-radius:16px;font-weight:950;font-size:14px;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #bc22284d}._submitBtn_4lqzf_450:hover{background:#9a1c22;transform:translateY(-2px)}._submitBtn_4lqzf_450:active{transform:scale(.98)}._dropdown_6680w_1{width:24rem;background-color:#fff;border-radius:.75rem;box-shadow:0 .75rem 1rem -.25rem #1018281a,0 .25rem .375rem -.125rem #1018280d;border:1px solid #BFBFBF;overflow:hidden;display:flex;flex-direction:column}._header_6680w_12{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem}._header_6680w_12 ._headerLeft_6680w_18{display:flex;align-items:center;gap:.5rem}._header_6680w_12 h3{font-size:1rem;font-weight:700;color:#121212;margin:0;line-height:1.5}._header_6680w_12 ._badge_6680w_30{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:624.9375rem;background-color:#bc2228;color:#fff;font-size:.6875rem;font-weight:600;line-height:1}._header_6680w_12 ._closeBtn_6680w_44{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;border:none;background:transparent;cursor:pointer;color:#333;font-size:.875rem;transition:all .15s ease}._header_6680w_12 ._closeBtn_6680w_44:hover{background-color:#d9d9d9;color:#222}._actions_6680w_63{display:flex;justify-content:flex-end;padding:0 1.25rem .75rem;border-bottom:1px solid #D9D9D9}._markAll_6680w_70{font-size:.8125rem;font-weight:500;color:#bc2228;cursor:pointer;background:none;border:none;padding:.25rem 0;transition:opacity .15s ease}._markAll_6680w_70:hover{opacity:.8;text-decoration:underline}._list_6680w_85{max-height:25rem;overflow-y:auto;display:flex;flex-direction:column}._list_6680w_85::-webkit-scrollbar{width:.375rem}._list_6680w_85::-webkit-scrollbar-track{background:transparent}._list_6680w_85::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:.625rem}._item_6680w_102{display:flex;gap:.75rem;padding:.875rem 1.25rem;cursor:pointer;transition:background-color .15s ease;position:relative;text-decoration:none;color:inherit;border-bottom:1px solid #F0F0F0}._item_6680w_102:last-child{border-bottom:none}._item_6680w_102:hover{background-color:#f0f0f0}._item_6680w_102._unread_6680w_119{background-color:#fef6f6}._item_6680w_102._unread_6680w_119:hover{background-color:#fdeced}._avatar_6680w_126{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#bc2228,#e85d63);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}._avatar_6680w_126 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._content_6680w_147{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0;padding-right:1rem}._itemTitle_6680w_156{margin:0;font-size:.875rem;font-weight:600;line-height:1.4;color:#121212}._itemDesc_6680w_164{margin:0;font-size:.8125rem;line-height:1.5;color:#2b2b2b;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._time_6680w_176{font-size:.75rem;color:gray;margin-top:.125rem}._dot_6680w_182{width:.5rem;height:.5rem;background-color:#bc2228;border-radius:50%;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);flex-shrink:0}._empty_6680w_194{padding:2.5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}._empty_6680w_194 ._emptyIcon_6680w_202{font-size:2rem;opacity:.5}._empty_6680w_194 p{color:gray;font-size:.875rem;margin:0}._header_1be29_1{background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:15rem;right:0;z-index:1000;border-bottom:1px solid #f4f4f4;height:4rem;transition:all .3s ease}@media screen and (max-width: 48rem){._header_1be29_1{left:0;right:0;width:auto}}._container_1be29_21{width:100%;max-width:75rem;margin:0 auto;padding:12px 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media screen and (max-width: 48rem){._container_1be29_21{padding:12px 16px;height:64px;gap:0;box-sizing:border-box}}._leftSectionMobile_1be29_40{display:none}._centerSection_1be29_44{flex:1;display:flex;align-items:center;justify-content:flex-start;min-width:0}._rightSection_1be29_52{display:flex;align-items:center;gap:16px}@media screen and (max-width: 48rem){._rightSection_1be29_52{gap:8px}}._timerSection_1be29_63{display:flex;align-items:center;transform:translateY(2px)}@media screen and (max-width: 64rem){._timerSection_1be29_63{display:none}}._menuButton_1be29_74{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._menuButton_1be29_74 img{width:24px;height:24px}@media screen and (max-width: 48rem){._menuButton_1be29_74 img{filter:brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(542%) hue-rotate(135deg) brightness(97%) contrast(92%)}}._mobileLogo_1be29_93{display:none;align-items:center;position:absolute;left:50%;transform:translate(-50%)}._mobileLogo_1be29_93 img{height:24px;object-fit:contain}._mobileSearchButton_1be29_105{display:none;background:transparent;border:none;padding:8px;cursor:pointer;align-items:center}._settingButton_1be29_114{background-color:#f0f0f0;border:none;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._settingButton_1be29_114:hover{background-color:#e5e5e5}._settingButton_1be29_114 img{width:20px;height:20px;object-fit:contain}._searchContainer_1be29_135{width:100%;max-width:320px}._searchWrapper_1be29_140{position:relative;display:flex;align-items:center;background-color:#f9f9f9;border:1px solid #D9D9D9;border-radius:24px;padding:0 16px;height:40px;gap:8px;transition:all .2s ease}._searchWrapper_1be29_140:focus-within{border-color:#7a87f5;box-shadow:0 0 0 4px #f77d2e1a}._searchIcon_1be29_157{flex-shrink:0;width:16px;height:16px;object-fit:contain}._searchInput_1be29_164{flex:1;width:100%;border:none;background:transparent;padding:0;font-size:16px;line-height:24px;color:#121212;outline:none}._searchInput_1be29_164::placeholder{color:gray}._loginButton_1be29_179{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:1px solid #e8410b;border-radius:8px;font-family:Roboto,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#fff;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d}._loginButton_1be29_179:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 4px #1018281a}._authenticatedSection_1be29_203{display:flex;align-items:center;gap:24px;min-width:0}._iconsSection_1be29_210{display:flex;align-items:center;gap:12px}._toolButton_1be29_216{background-color:#f0f0f0;border:none;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;position:relative}._toolButton_1be29_216:hover{background-color:#e5e5e5}._toolButton_1be29_216 img{width:20px;height:20px;object-fit:contain}._toolButton_1be29_216._active_1be29_237{background-color:#e5e5e5}._notificationWrapper_1be29_241{position:relative;display:flex;align-items:center}._badge_1be29_247{position:absolute;top:-2px;right:-2px;background-color:#f04438;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #ffffff}._notificationDropdown_1be29_265{position:absolute;top:calc(100% + 12px);right:0;z-index:101;animation:_dropdownFadeIn_1be29_1 .2s ease}._userSection_1be29_273{position:relative}._avatarButton_1be29_277{width:40px;height:40px;border-radius:50%;border:2px solid #BC2228;background:transparent;cursor:pointer;padding:0;overflow:hidden;transition:all .2s ease}._avatarButton_1be29_277:hover{border-color:#f77d2e;transform:scale(1.05)}._avatar_1be29_277{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_1be29_299{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);color:#fff;font-family:Roboto,sans-serif;font-weight:600;font-size:16px}._backdrop_1be29_312{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:99}._dropdown_1be29_319{position:absolute;top:calc(100% + 12px);right:0;min-width:220px;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,244,244,.8);border-radius:12px;box-shadow:0 20px 24px -4px #1018281a,0 8px 8px -4px #1018280a;overflow:hidden;z-index:100;padding:4px;animation:_dropdownFadeIn_1be29_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _dropdownFadeIn_1be29_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownItem_1be29_345{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}._dropdownItem_1be29_345:hover{background-color:#fef1e8}._dropdownItem_1be29_345:hover ._dropdownText_1be29_361{color:#bc2228}._dropdownItem_1be29_345:disabled{opacity:.5;cursor:not-allowed}._dropdownIcon_1be29_369{width:16px;height:16px}._dropdownText_1be29_361{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;color:#222}._divider_1be29_381{width:calc(100% - 16px);margin:4px auto;height:1px;background-color:#f4f4f4}._langWrapper_1be29_388{position:relative;display:flex;align-items:center}._langLabel_1be29_394{font-family:Roboto,sans-serif;font-weight:600;font-size:14px;color:#222}._langDropdown_1be29_401{position:absolute;top:calc(100% + 12px);right:0;min-width:120px;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,244,244,.8);border-radius:12px;box-shadow:0 12px 16px -4px #10182814;overflow:hidden;z-index:100;padding:4px;animation:_dropdownFadeIn_1be29_1 .2s ease}._langItem_1be29_417{width:100%;padding:10px 16px;display:flex;align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;color:#222;transition:all .2s ease;text-align:left}._langItem_1be29_417:hover{background-color:#fef1e8;color:#bc2228}._langItem_1be29_417._langActive_1be29_437{background-color:#fef1e8;color:#bc2228;font-weight:600}@media screen and (max-width: 48rem){._header_1be29_1{left:0;right:0;width:auto}._container_1be29_21{position:relative}._leftSectionMobile_1be29_40{display:flex;flex:1;align-items:center;justify-content:flex-start}._centerSection_1be29_44{flex:0;justify-content:center;position:static}._centerSection_1be29_44 ._searchContainer_1be29_135{display:none}._mobileLogo_1be29_93{display:flex}._rightSection_1be29_52{flex:1;justify-content:flex-end;gap:8px}._authenticatedSection_1be29_203,._iconsSection_1be29_210{gap:8px}._mobileSearchButton_1be29_105{display:flex;background:transparent;border:none;padding:4px}._mobileSearchButton_1be29_105 svg,._mobileSearchButton_1be29_105 img{width:24px;height:24px;object-fit:contain;stroke:#2b2b2b}._settingButton_1be29_114{display:none}._toolButton_1be29_216{width:36px;height:36px;background-color:#f0f0f0;border-radius:50%}._toolButton_1be29_216 img{width:24px;height:24px;object-fit:contain}._toolButton_1be29_216._notificationBtn_1be29_506{background-color:#f0f0f0;width:36px;height:36px}._notificationWrapper_1be29_241{display:flex;align-items:center}._userSection_1be29_273{display:none}._badge_1be29_247{width:16px;height:16px;font-size:10px;top:0;right:0;border:2px solid #ffffff}}@media screen and (min-width: 48.0625rem) and (max-width: 75rem){._header_1be29_1{left:15rem;right:0;width:auto}}._container_11157_1{position:relative;min-height:100vh;background-color:#f9f9f9;font-family:Roboto,sans-serif}._headerWrapper_11157_8 header[class*=header]{left:20rem!important;width:calc(100% - 20rem)!important;margin-left:0!important}@media (max-width: 48rem){._headerWrapper_11157_8 header[class*=header]{left:0!important;width:100%!important}}._mainContent_11157_20{margin-left:20rem;padding-top:4rem;min-height:100vh;width:calc(100% - 20rem);display:flex;flex-direction:column}@media (max-width: 48rem){._mainContent_11157_20{margin-left:0;width:100%}}._outletWrapper_11157_35{flex:1;padding:2rem;width:100%;max-width:1200px;margin:0 auto}@media (max-width: 48rem){._outletWrapper_11157_35{padding:1rem;max-width:100%}}@media print{._container_11157_1{display:block;background:#fff}._mainContent_11157_20{margin-left:0;width:100%;padding-top:0}._headerWrapper_11157_8{display:none}}._hubContainer_yztjx_1{flex:1;width:100%;padding:0!important;display:flex;flex-direction:column;min-height:calc(100vh - 80px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 992px){._hubContainer_yztjx_1{padding:32px}}@media (min-width: 768px){._hubContainer_yztjx_1{padding:24px}}@media (max-width: 640px){._hubContainer_yztjx_1{padding:16px}}._hubHeader_yztjx_27{margin-bottom:40px;width:100%;justify-content:space-between;align-items:center;gap:24px}@media (max-width: 640px){._hubHeader_yztjx_27{flex-direction:column;align-items:flex-start;gap:16px}}._hubHeader_yztjx_27 h1{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.02em}@media (max-width: 640px){._hubHeader_yztjx_27 h1{font-size:22px}}._hubHeader_yztjx_27 p{color:#64748b;font-size:15px;line-height:1.5;margin:0}@media (max-width: 640px){._hubHeader_yztjx_27 p{font-size:14px}}._hubGrid_yztjx_65{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media (min-width: 1200px){._hubGrid_yztjx_65{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width: 992px){._hubGrid_yztjx_65{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 640px){._hubGrid_yztjx_65{grid-template-columns:1fr;gap:12px}}._hubCard_yztjx_90{background:#fff;border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008}@media (min-width: 992px){._hubCard_yztjx_90{padding:24px}}@media (max-width: 640px){._hubCard_yztjx_90{padding:20px;border-radius:16px}}._hubCard_yztjx_90:hover:not(._disabled_yztjx_114){transform:translateY(-4px);box-shadow:0 12px 30px -10px #0000001a;border-color:#e0999c}._hubCard_yztjx_90:hover:not(._disabled_yztjx_114) ._cardArrow_yztjx_119{transform:translate(4px);opacity:1;color:#bc2228}._hubCard_yztjx_90:hover:not(._disabled_yztjx_114) ._cardIcon_yztjx_124{transform:scale(1.05)}._hubCard_yztjx_90._disabled_yztjx_114{cursor:default;filter:grayscale(.8);opacity:.7;background:#fff6f7}._hubCard_yztjx_90._card1_yztjx_133 ._cardIcon_yztjx_124{background:linear-gradient(135deg,#ff6b6b,#ee5253)}._hubCard_yztjx_90._card1_yztjx_133:hover:not(._disabled_yztjx_114){border-color:#ff6b6b}._hubCard_yztjx_90._card2_yztjx_139 ._cardIcon_yztjx_124{background:linear-gradient(135deg,#4834d4,#686de0)}._hubCard_yztjx_90._card3_yztjx_142 ._cardIcon_yztjx_124{background:linear-gradient(135deg,#eb4d4b,#ff7675)}._hubCard_yztjx_90._card4_yztjx_145 ._cardIcon_yztjx_124{background:linear-gradient(135deg,#22a6b3,#7ed6df)}._cardContent_yztjx_149{display:flex;align-items:center;gap:24px}._cardIcon_yztjx_124{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .3s ease}@media (max-width: 640px){._cardIcon_yztjx_124{width:48px;height:48px;border-radius:12px}}._cardInfo_yztjx_174 ._cardId_yztjx_174{font-size:13px;font-weight:800;color:#bc2228;margin-bottom:2px;display:block;opacity:.8}._cardInfo_yztjx_174 h3{font-size:19px;font-weight:700;color:#1a1a1a;margin-bottom:4px;letter-spacing:-.01em}@media (max-width: 640px){._cardInfo_yztjx_174 h3{font-size:17px}}._cardInfo_yztjx_174 p{font-size:14px;color:#64748b;margin:0;line-height:1.5;max-width:280px}@media (max-width: 640px){._cardInfo_yztjx_174 p{font-size:13px;max-width:200px}}._cardArrow_yztjx_119{color:#bfbfbf;transition:all .3s ease;opacity:.5}._badge_yztjx_214{position:absolute;top:12px;right:12px;padding:4px 10px;background:#f1f5f9;color:#64748b;border-radius:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}._pageRoot_1jus4_1{flex:1;background:#f0f0f0;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}@media print{._pageRoot_1jus4_1{display:block!important;background:#fff!important;overflow:visible!important}}._workbookArea_1jus4_17{flex:1;padding:40px;display:flex;flex-direction:column;align-items:center;gap:40px}@media (max-width: 640px){._workbookArea_1jus4_17{padding:16px;display:none}._workbookArea_1jus4_17._showMobile_1jus4_30{display:flex}}@media print{._workbookArea_1jus4_17{display:flex!important;padding:0!important;margin:0!important;gap:0!important;width:100%!important;overflow:visible!important}}._a4Page_1jus4_46{width:210mm;min-height:297mm;background:#fff;box-shadow:0 0 40px #0000000d;padding:15mm 0;display:flex;flex-direction:column;position:relative}@media print{._a4Page_1jus4_46{width:210mm!important;min-height:297mm!important;box-shadow:none!important;padding:10mm 0!important;margin:0 auto!important;page-break-after:always!important;overflow:visible!important}}._pageContent_1jus4_68{flex:1;padding-bottom:20mm}._pageFooter_1jus4_73{position:absolute;bottom:0;left:0;right:0;padding:0 10mm 10mm;display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #FFF6F7}@media print{._pageFooter_1jus4_73{border-color:#f0f0f0}}._branding_1jus4_90 p{margin:0;font-size:10px;color:#a6a6a6;line-height:1.6}._branding_1jus4_90 p b{color:#bc2228;font-weight:800}._pageNumber_1jus4_101{font-size:11px;font-weight:800;color:#bfbfbf}._instructionBox_1jus4_108{margin:10mm 15mm;padding:8mm 12mm;background:#fff;border-radius:16px;border:1px solid #F0F0F0}@media print{._instructionBox_1jus4_108{display:none!important}}._instrList_1jus4_121{display:flex;flex-direction:column;gap:12px}._instrItem_1jus4_127{display:flex;align-items:center;gap:12px}._instrItem_1jus4_127 ._number_1jus4_132{width:20px;height:20px;background:#fff6f7;color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0}._instrItem_1jus4_127 p{margin:0;font-size:14px;line-height:1.5;color:gray;font-weight:500}._instrItem_1jus4_127 p b{color:#121212;font-weight:800}._mobileControls_1jus4_158{display:none;position:fixed;bottom:24px;left:0;right:0;display:flex;align-items:center;justify-content:center;z-index:100}@media (max-width: 640px){._mobileControls_1jus4_158{display:flex}}@media print{._mobileControls_1jus4_158{display:none!important}}._previewToggle_1jus4_180{height:48px;padding:0 24px;background:#fff;border:1px solid #D9D9D9;border-radius:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:13px;font-weight:800;display:flex;align-items:center;gap:10px;color:#bc2228;transition:all .2s}._previewToggle_1jus4_180._active_1jus4_195{background:#d92d20;border-color:#d92d20;color:#fff}._printModalOverlay_1jus4_202{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1050;display:flex;align-items:center;justify-content:center;padding:16px}@media print{._printModalOverlay_1jus4_202{display:none!important}}._printModal_1jus4_202{background:#fff;width:100%;max-width:440px;border-radius:32px;padding:40px;position:relative;text-align:center;box-shadow:0 25px 50px -12px #00000040}._closePrint_1jus4_230{position:absolute;top:24px;right:24px;padding:8px;border:none;background:none;color:#a6a6a6;cursor:pointer;transition:color .2s}._closePrint_1jus4_230:hover{color:#121212}._printInfo_1jus4_245{display:flex;flex-direction:column;align-items:center}._printInfo_1jus4_245 h3{font-size:18px;font-weight:850;color:#121212;margin-bottom:8px;letter-spacing:.05em}._infoIcon_1jus4_258{width:80px;height:80px;background:#fff6f7;color:#bc2228;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}._infoDetails_1jus4_271{width:100%;display:flex;flex-direction:column;gap:16px;margin:24px 0 32px;text-align:left;background:#f9f9f9;padding:24px;border-radius:20px;border:1px solid #F0F0F0}._infoDetailsLine_1jus4_284{display:flex;align-items:flex-start;gap:12px}._infoDetailsLine_1jus4_284 ._iconSpan_1jus4_289{display:flex;align-items:center;justify-content:center;color:#ff7043;padding-top:2px;flex-shrink:0}._infoDetailsLine_1jus4_284 p{margin:0;font-size:14px;line-height:1.5;color:#2b2b2b}._infoDetailsLine_1jus4_284 p b{font-weight:850;color:#121212}._confirmPrintBtn_1jus4_308{width:100%;height:64px;background:#ff7043;color:#fff;border:none;border-radius:20px;font-weight:900;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 12px 24px -6px #ff70434d}._confirmPrintBtn_1jus4_308:hover{background:#ff5d2a;transform:translateY(-2px);box-shadow:0 16px 32px -8px #ff704366}._confirmPrintBtn_1jus4_308:active{transform:scale(.98)}._loadingScreen_1jus4_331{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;gap:16px}._loadingScreen_1jus4_331 p{font-weight:800;color:#a6a6a6;animation:_pulse_1jus4_1 2s infinite}._spinner_1jus4_346{width:48px;height:48px;border:4px solid #F0F0F0;border-top-color:#bc2228;border-radius:50%;animation:_spin_1jus4_346 1s linear infinite}@keyframes _spin_1jus4_346{to{transform:rotate(360deg)}}@keyframes _pulse_1jus4_1{0%,to{opacity:1}50%{opacity:.5}}._hubContainer_1jus4_369{flex:1;padding:60px 40px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column;align-items:center;min-height:100vh}._hubHeader_1jus4_379{text-align:center;margin-bottom:48px}._hubHeader_1jus4_379 h1{font-size:36px;font-weight:900;color:#121212;margin-bottom:12px;letter-spacing:-.02em}._hubHeader_1jus4_379 p{font-size:16px;color:gray;font-weight:500}._hubGrid_1jus4_396{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%;max-width:900px}@media (max-width: 640px){._hubGrid_1jus4_396{grid-template-columns:1fr}}._hubCard_1jus4_409{background:#fff;border-radius:32px;padding:32px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid white;box-shadow:0 10px 25px -5px #0000000d}._hubCard_1jus4_409:hover:not(._disabled_1jus4_423){transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px -10px #0000001a}._hubCard_1jus4_409:hover:not(._disabled_1jus4_423) ._cardArrow_1jus4_427{transform:translate(4px);opacity:1}._hubCard_1jus4_409._disabled_1jus4_423{cursor:default;filter:grayscale(.8);opacity:.7;background:#fff6f7}._hubCard_1jus4_409._card1_1jus4_437 ._cardIcon_1jus4_437{background:linear-gradient(135deg,#ff6b6b,#ee5253)}._hubCard_1jus4_409._card1_1jus4_437:hover:not(._disabled_1jus4_423){border-color:#ff6b6b}._hubCard_1jus4_409._card2_1jus4_443 ._cardIcon_1jus4_437{background:linear-gradient(135deg,#4834d4,#686de0)}._hubCard_1jus4_409._card3_1jus4_446 ._cardIcon_1jus4_437{background:linear-gradient(135deg,#eb4d4b,#ff7675)}._hubCard_1jus4_409._card4_1jus4_449 ._cardIcon_1jus4_437{background:linear-gradient(135deg,#22a6b3,#7ed6df)}._cardContent_1jus4_453{display:flex;align-items:center;gap:24px}._cardIcon_1jus4_437{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 16px -4px #0000001a}._cardInfo_1jus4_471 ._cardId_1jus4_471{font-size:12px;font-weight:900;color:#a6a6a6;margin-bottom:4px;display:block}._cardInfo_1jus4_471 h3{font-size:20px;font-weight:850;color:#222;margin-bottom:4px}._cardInfo_1jus4_471 p{font-size:14px;color:gray;margin:0;line-height:1.4}._cardArrow_1jus4_427{color:#bfbfbf;transition:all .3s ease;opacity:.5}._badge_1jus4_497{position:absolute;top:16px;right:16px;padding:4px 12px;background:#d9d9d9;color:#333;border-radius:20px;font-size:11px;font-weight:800}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}._login_wssyr_2{width:100%;min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center}._loginContainer_wssyr_11{max-width:1440px;width:100%;display:flex;margin:0 auto;min-height:100vh}._loginForm_wssyr_19{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh}._formContainer_wssyr_27{width:100%;max-width:481px;display:flex;flex-direction:column;gap:48px;align-items:center}._logo_wssyr_36{width:261px;height:48px;display:flex;align-items:center;justify-content:center}._logo_wssyr_36 img{width:100%;height:100%;object-fit:contain}._loginSection_wssyr_49{width:100%;display:flex;flex-direction:column;gap:24px;align-items:center}._titleSection_wssyr_57{width:100%;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center}._title_wssyr_57{font-family:Roboto,sans-serif;font-weight:700;font-size:32px;line-height:40px;color:#1a1a1a;margin:0}._description_wssyr_75{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#222;margin:0}._form_wssyr_27{width:100%;display:flex;flex-direction:column;gap:32px;align-items:flex-start}._inputField_wssyr_92{width:100%;display:flex;flex-direction:column;gap:6px}._label_wssyr_99{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#222}._required_wssyr_107{color:#f04438}._inputWrapper_wssyr_111{position:relative;display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background-color:#fff;border:1px solid #bfbfbf;border-radius:8px;transition:all .2s ease}._inputWrapper_wssyr_111._inputFocused_wssyr_123{border-color:#f77d2e;box-shadow:0 0 0 4px #fff6f7}._inputWrapper_wssyr_111._inputError_wssyr_127{border-color:#f04438}._lockIcon_wssyr_131{width:20px;height:20px;flex-shrink:0}._input_wssyr_92{flex:1;border:none;outline:none;font-family:SF Pro Display,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#0f172a;background:transparent}._input_wssyr_92::placeholder{color:gray}._eyeButton_wssyr_152{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;cursor:pointer;padding:0;flex-shrink:0}._eyeButton_wssyr_152 img{width:100%;height:100%;object-fit:contain}._errorMessage_wssyr_170{font-size:12px;color:#f04438;margin-top:4px}._rememberSection_wssyr_176{width:100%;display:flex;align-items:center;justify-content:space-between}._checkboxLabel_wssyr_183{display:flex;align-items:center;gap:12px;cursor:pointer;font-family:SF Pro Display,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#2b2b2b}._checkboxLabel_wssyr_183 span{-webkit-user-select:none;user-select:none}._checkbox_wssyr_183{width:20px;height:20px;border:1px solid #a6a6a6;border-radius:6px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex-shrink:0}._checkbox_wssyr_183:checked{background-color:#f77d2e;border-color:#f77d2e}._checkbox_wssyr_183:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}._forgotPassword_wssyr_223{font-family:SF Pro Display,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#bc2228;text-decoration:none;cursor:pointer}._forgotPassword_wssyr_223:hover{text-decoration:underline}._submitButton_wssyr_236{width:100%;padding:12px 20px;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:1px solid #e8410b;border-radius:8px;font-family:SF Pro Display,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d}._submitButton_wssyr_236:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 4px #1018281a}._submitButton_wssyr_236:active{transform:translateY(0)}._submitButton_wssyr_236:disabled{opacity:.6;cursor:not-allowed;transform:none}._divider_wssyr_265{width:100%;display:flex;align-items:center;gap:19px}._dividerLine_wssyr_272{flex:1;height:1px;background-color:#d9d9d9}._dividerText_wssyr_278{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:gray;white-space:nowrap}._socialButtons_wssyr_287{width:100%;display:flex;gap:16px}._socialButton_wssyr_287{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#1a1a1a;cursor:pointer;transition:all .2s ease}._socialButton_wssyr_287:hover{background-color:#f5f5f5;border-color:#bfbfbf}._socialButton_wssyr_287:active{transform:scale(.98)}._socialIcon_wssyr_319{width:20px;height:20px;flex-shrink:0;object-fit:contain}._loginBackground_wssyr_326{flex:1;position:relative;min-height:100vh;height:100vh;overflow:hidden;flex-shrink:0}._bgImage_wssyr_335{width:100%;height:100%;min-height:100vh;object-fit:cover;object-position:center;display:block}@media screen and (max-width: 1200px){._loginContainer_wssyr_11{flex-direction:column}._loginForm_wssyr_19{padding:40px 20px;min-height:auto}._loginBackground_wssyr_326{min-height:400px;height:400px}}@media screen and (max-width: 768px){._formContainer_wssyr_27{max-width:100%;padding:0 20px}._logo_wssyr_36{width:200px;height:36px}._title_wssyr_57{font-size:24px;line-height:32px}._socialButtons_wssyr_287{flex-direction:column}._loginBackground_wssyr_326{min-height:300px;height:300px}}._spinnerContainer_112sm_1{display:flex;justify-content:center;align-items:center;padding:40px;width:100%}._spinner_112sm_1{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #e8410b;border-radius:50%;animation:_spin_112sm_1 1s linear infinite}@keyframes _spin_112sm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._spinnerWrapper_112sm_26{display:flex;flex-direction:column;align-items:center;gap:12px}._loadingText_112sm_33{color:#667085;font-size:14px;font-weight:500}._container_mm0ox_1{align-items:center;display:flex;justify-content:space-between;margin-top:1rem;width:100%}._totalRecords_mm0ox_9{align-items:center;display:flex;gap:.25rem}._totalText_mm0ox_15{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._totalNumber_mm0ox_23{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem}._controls_mm0ox_31{align-items:center;display:flex;gap:1rem}._navButton_mm0ox_37{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:1.5rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:.625rem 1.25rem;transition:all .2s ease;width:2.5rem}._navButton_mm0ox_37:hover:not(:disabled){background-color:#f0f0f0;border-color:#bfbfbf}._navButton_mm0ox_37:disabled{cursor:not-allowed;opacity:.5}._navIcon_mm0ox_59{flex-shrink:0;height:1.25rem;width:1.25rem}._pageNumbers_mm0ox_65{align-items:center;display:flex;gap:1rem}._pageNumber_mm0ox_65{align-items:center;background-color:transparent;border:none;border-radius:1.5rem;color:#333;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;height:2.5rem;justify-content:center;line-height:1.5rem;transition:all .2s ease;width:2.5rem}._pageNumber_mm0ox_65:hover{background-color:#f0f0f0;color:#1a1a1a}._pageNumber_mm0ox_65._active_mm0ox_92{background-color:#bc2228;color:#fff}._ellipsis_mm0ox_96{align-items:center;color:#333;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;height:2.5rem;justify-content:center;line-height:1.5rem;width:2.5rem}@media (max-width: 48rem){._container_mm0ox_1{flex-direction:column-reverse;gap:1rem;align-items:center}}@media (max-width: 30rem){._pageNumber_mm0ox_65,._navButton_mm0ox_37,._ellipsis_mm0ox_96{width:2rem;height:2rem;font-size:.875rem}._controls_mm0ox_31{gap:.5rem}}._card_bchx6_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}._card_bchx6_1:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._imageContainer_bchx6_15{height:200px;overflow:hidden;position:relative;width:100%}._imageWrapper_bchx6_22{height:100%;position:relative;width:100%}._image_bchx6_15{height:100%;object-fit:cover;width:100%}._content_bchx6_34{display:flex;flex:1;flex-direction:column;gap:1rem;padding:1.5rem}._header_bchx6_42{display:flex;flex-direction:column;gap:.5rem}._title_bchx6_48{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}._metadata_bchx6_63{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}._metadataItem_bchx6_70{align-items:center;display:flex;gap:.375rem}._metadataIcon_bchx6_76{height:16px;object-fit:contain;width:16px}._metadataText_bchx6_82{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._divider_bchx6_90{background-color:#a6a6a6;height:12px;width:1px}._dateRange_bchx6_96{padding:.5rem .75rem;background-color:#f0f0f0;border-radius:.5rem}._dateRangeText_bchx6_102{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem}._button_bchx6_110{cursor:pointer;align-items:center;background-color:#fff6f7;border-radius:.5rem;color:#bc2228;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;justify-content:center;line-height:1.5rem;margin-top:auto;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease}._button_bchx6_110:hover{transform:translateY(-1px)}._button_bchx6_110:active{transform:translateY(0)}@media (max-width: 48rem){._card_bchx6_1{border-radius:8px}._imageContainer_bchx6_15{height:160px}._content_bchx6_34{padding:1rem;gap:.75rem}._title_bchx6_48{font-size:1.125rem;line-height:1.5rem}._button_bchx6_110{padding:.625rem 1rem;font-size:.875rem}}._container_1v4ey_1{margin:0 auto;max-width:1200px}._header_1v4ey_6{margin-bottom:32px;flex-direction:column;align-items:start!important}._title_1v4ey_12{color:#1a1a1a;font-size:24px!important;font-weight:700;line-height:1.2;margin:0 0 8px!important}._subtitle_1v4ey_20{color:#333;font-size:14px;line-height:1.5;margin:0}._statsBar_1v4ey_27{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}._statsText_1v4ey_34{color:#2b2b2b;font-size:14px;font-weight:500;margin:0}._grid_1v4ey_41{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:32px}@media (max-width: 768px){._grid_1v4ey_41{grid-template-columns:1fr}}._loadingContainer_1v4ey_53{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}._spinner_1v4ey_62{animation:_spin_1v4ey_62 1s linear infinite;border:4px solid #D9D9D9;border-radius:50%;border-top-color:#ab1f24;height:48px;width:48px}@keyframes _spin_1v4ey_62{to{transform:rotate(360deg)}}._loadingText_1v4ey_76{color:#2b2b2b;font-size:16px;margin:0}._emptyState_1v4ey_82{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px;text-align:center}._emptyIcon_1v4ey_92{font-size:64px;opacity:.5}._emptyTitle_1v4ey_97{color:#1a1a1a;font-size:24px;font-weight:600;margin:0}._emptyDescription_1v4ey_104{color:#333;font-size:16px;margin:0;max-width:400px}._pagination_1v4ey_111{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:32px}._paginationButton_1v4ey_119{background-color:#fff;border:1px solid #BFBFBF;border-radius:8px;color:#222;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}._paginationButton_1v4ey_119:hover:not(:disabled){background-color:#f0f0f0;border-color:#a6a6a6}._paginationButton_1v4ey_119:disabled{cursor:not-allowed;opacity:.5}._paginationNumber_1v4ey_139{align-items:center;background-color:#fff;border:1px solid #BFBFBF;border-radius:8px;color:#222;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;min-width:40px;padding:0 8px;transition:all .2s ease}._paginationNumber_1v4ey_139:hover{background-color:#f0f0f0;border-color:#a6a6a6}._paginationNumber_1v4ey_139._active_1v4ey_159{background-color:#ab1f24;border-color:#ab1f24;color:#fff}@media (max-width: 87.5rem){._container_1v4ey_1{max-width:100%;padding:24px 20px}._grid_1v4ey_41{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}}._paginationEllipsis_1v4ey_174{color:gray;font-size:14px;padding:0 4px}@media (max-width: 768px){._container_1v4ey_1{padding:24px 16px}._header_1v4ey_6{margin-bottom:24px}._title_1v4ey_12{font-size:24px}._subtitle_1v4ey_20{font-size:14px}._pagination_1v4ey_111{flex-wrap:wrap;gap:4px}._paginationButton_1v4ey_119{font-size:12px;padding:6px 12px}._paginationNumber_1v4ey_139{font-size:12px;height:32px;min-width:32px}}._card_1v4ey_207{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;width:100%}._card_1v4ey_207:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}._imageContainer_1v4ey_222{margin-bottom:1rem;padding:1rem 1rem 0;width:100%}._imageWrapper_1v4ey_228{aspect-ratio:16/9;background-color:#d9d9d9;border-radius:.75rem;overflow:hidden;position:relative;width:100%}._image_1v4ey_222{display:block;height:100%;object-fit:cover;object-position:center;width:100%}._content_1v4ey_245{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1rem}._header_1v4ey_6{align-items:center;display:flex;justify-content:flex-start;width:100%}._badge_1v4ey_259{background-color:#f5fbff;border:1px solid #E0F2FE;border-radius:1rem;mix-blend-mode:multiply;padding:.125rem .625rem}._badgeText_1v4ey_267{color:#0ba5ec;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;text-align:center;white-space:nowrap}._testInfo_1v4ey_277{display:flex;flex-direction:column;gap:.75rem;width:100%}._title_1v4ey_12{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0;width:100%}._metadata_1v4ey_294{align-items:center;display:flex;gap:0}._metadataItem_1v4ey_300{align-items:center;display:flex;gap:.25rem}._metadataText_1v4ey_306{color:#333;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;white-space:nowrap}._divider_1v4ey_315{align-items:center;background-color:#d9d9d9;display:flex;height:.75rem;justify-content:center;margin:0 .75rem;width:1px}._button_1v4ey_325{background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:.5rem;color:#bc2228;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5rem;padding:.75rem 1.25rem;text-align:center;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%}._button_1v4ey_325:hover{background-color:#e0999c;border-color:#e0999c}@media (max-width: 48rem){._container_1v4ey_1{padding:20px 16px}._header_1v4ey_6{margin-bottom:20px;gap:8px}._title_1v4ey_12{font-size:24px!important}._subtitle_1v4ey_20{font-size:14px}._statsBar_1v4ey_27{flex-direction:column;align-items:flex-start;gap:12px}._card_1v4ey_207{flex-direction:column;height:auto}._imageContainer_1v4ey_222{width:100%;max-width:none;padding:12px}._imageWrapper_1v4ey_228{aspect-ratio:16/9}._content_1v4ey_245{padding:0 12px 12px}._pagination_1v4ey_111{flex-wrap:wrap;gap:6px}}._container_1fcwg_1{min-height:100vh;padding:32px 24px}._header_1fcwg_6{margin-bottom:32px;max-width:1200px;margin-left:auto;margin-right:auto}._breadcrumb_1fcwg_13{align-items:center;display:flex;gap:8px;margin-bottom:16px}._breadcrumb_1fcwg_13 a{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;text-decoration:none;transition:color .2s ease}._breadcrumb_1fcwg_13 a:hover{color:#bc2228}._breadcrumbSeparator_1fcwg_30{color:gray;font-size:.875rem}._breadcrumbCurrent_1fcwg_35{color:#222;font-family:Roboto,sans-serif;font-size:.875rem}._title_1fcwg_41{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._testsGrid_1fcwg_50{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-width:1200px;margin:0 auto}@media (max-width: 87.5rem){._testsGrid_1fcwg_50{max-width:100%;padding:0 20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}}@media (max-width: 768px){._testsGrid_1fcwg_50{grid-template-columns:1fr}}._testCard_1fcwg_71{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;gap:16px;padding:20px;transition:all .3s ease}._testCard_1fcwg_71:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}._testCardHeader_1fcwg_86{display:flex;align-items:center;gap:8px}._testCardTitle_1fcwg_92{color:#121212;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;margin:0;flex:1}._testCardInfo_1fcwg_102{display:flex;flex-direction:column;gap:12px}._testCardInfoItem_1fcwg_108{align-items:center;display:flex;gap:8px}._testCardIcon_1fcwg_114{flex-shrink:0;height:18px;object-fit:contain;width:18px}._testCardInfoText_1fcwg_121{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._startButton_1fcwg_129{background-color:#bc2228;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;margin-top:auto;padding:10px 16px;transition:all .2s ease;width:100%}._startButton_1fcwg_129:hover{background-color:#a61e23;transform:translateY(-1px)}._startButton_1fcwg_129:active{transform:translateY(0)}._infoCard_1fcwg_151{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;gap:0;padding:24px}._infoItem_1fcwg_161{align-items:center;display:flex;gap:16px;padding:16px 0}._infoItem_1fcwg_161:not(:last-child){border-bottom:1px solid #D9D9D9}._infoIcon_1fcwg_171{flex-shrink:0;height:24px;object-fit:contain;width:24px}._infoContent_1fcwg_178{display:flex;flex-direction:column;gap:4px;flex:1}._infoLabel_1fcwg_185{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400}._infoValue_1fcwg_192{color:#121212;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600}._modal_1fcwg_199 .ant-modal-body{padding:0}._modal_1fcwg_199 .ant-modal-content{border-radius:.75rem;overflow:hidden}._modalContent_1fcwg_207{display:flex;flex-direction:column;background-color:#fff}._modalHeader_1fcwg_213{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;border-bottom:1px solid #D9D9D9}._modalHeaderLeft_1fcwg_221{flex:1}._modalTitle_1fcwg_225{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._modalHeaderRight_1fcwg_234{display:flex;flex-direction:column;gap:8px;align-items:flex-end}._modalInfoItem_1fcwg_241{align-items:center;display:flex;gap:8px}._modalIcon_1fcwg_247{height:18px;object-fit:contain;width:18px}._modalInfoText_1fcwg_253{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}._modalTestStructureCard_1fcwg_260{background-color:#fff;border:1px solid #BC2228;border-radius:.75rem;display:flex;flex-direction:column;margin:24px;overflow:hidden}._modalTestStructureTitle_1fcwg_270{color:#bc2228;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0;padding:16px 20px;border-bottom:1px solid #D9D9D9}._modalTestDetailsScroll_1fcwg_281{max-height:400px;overflow-y:auto;padding:0}._modalTestDetailsScroll_1fcwg_281::-webkit-scrollbar{width:6px}._modalTestDetailsScroll_1fcwg_281::-webkit-scrollbar-track{background:#f0f0f0}._modalTestDetailsScroll_1fcwg_281::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:3px}._modalTestDetailsScroll_1fcwg_281::-webkit-scrollbar-thumb:hover{background:gray}._modalTestDetailsList_1fcwg_300{display:flex;flex-direction:column}._modalTestDetailItem_1fcwg_305{border-bottom:1px solid #D9D9D9;display:flex;flex-direction:column;gap:8px;padding:16px 20px}._modalTestDetailItem_1fcwg_305:last-child{border-bottom:none}._modalTestDetailName_1fcwg_316{color:#121212;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:700;line-height:1.5rem}._modalTestDetailInfo_1fcwg_324{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._modalTestDetailTime_1fcwg_331{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400}._modalTestDetailSeparator_1fcwg_338{color:#a6a6a6;font-size:.875rem}._modalTestDetailQuestions_1fcwg_343{color:#bc2228;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}._modalNoTestDetails_1fcwg_350{color:#333;font-family:Roboto,sans-serif;font-size:.875rem;font-style:italic;margin:0;padding:40px 20px;text-align:center}._modalActions_1fcwg_360{display:flex;gap:12px;padding:20px 24px 24px;border-top:1px solid #D9D9D9}._backButton_1fcwg_367{background-color:#d9d9d9;border:none;border-radius:.5rem;color:#222;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;transition:all .2s ease}._backButton_1fcwg_367:hover{background-color:#bfbfbf}._backButton_1fcwg_367:active{transform:translateY(1px)}._startTestButton_1fcwg_387{align-items:center;background-color:#bc2228;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s ease}._startTestButton_1fcwg_387:hover{background-color:#a61e23;transform:translateY(-1px)}._startTestButton_1fcwg_387:active{transform:translateY(0)}._startButtonIcon_1fcwg_412{height:16px;object-fit:contain;width:16px;filter:brightness(0) invert(1)}._testDetailsList_1fcwg_419{display:flex;flex-direction:column;gap:16px}._testDetailCard_1fcwg_425{background-color:#f0f0f0;border:1px solid #BFBFBF;border-radius:.5rem;display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .2s ease}._testDetailHeader_1fcwg_435{align-items:center;display:flex;justify-content:space-between;width:100%}._testDetailName_1fcwg_442{color:#121212;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0}._testDetailIndex_1fcwg_451{border-radius:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:4px 12px}._testDetailInfo_1fcwg_459{display:flex;flex-wrap:wrap;gap:24px}._testDetailItem_1fcwg_465{align-items:center;display:flex;gap:8px}._testDetailIcon_1fcwg_471{height:18px;object-fit:contain;width:18px}._testDetailLabel_1fcwg_477{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400}._testDetailValue_1fcwg_484{color:#121212;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600}._loadingContainer_1fcwg_491{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}._spinner_1fcwg_500{animation:_spin_1fcwg_500 1s linear infinite;border:4px solid #D9D9D9;border-radius:50%;border-top-color:#ab1f24;height:48px;width:48px}@keyframes _spin_1fcwg_500{to{transform:rotate(360deg)}}._loadingText_1fcwg_514{color:#2b2b2b;font-size:16px;margin:0}._emptyState_1fcwg_520{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px;text-align:center}._emptyIcon_1fcwg_530{font-size:64px;opacity:.5}._emptyTitle_1fcwg_535{color:#1a1a1a;font-size:24px;font-weight:600;margin:0}._emptyDescription_1fcwg_542{color:#333;font-size:16px;margin:0;max-width:400px}@media (max-width: 48rem){._container_1fcwg_1{padding:16px}._breadcrumb_1fcwg_13{overflow-x:auto;white-space:nowrap;padding-bottom:4px;margin-bottom:12px}._breadcrumb_1fcwg_13::-webkit-scrollbar{height:2px}._header_1fcwg_6{margin-bottom:16px}._title_1fcwg_41{font-size:1.25rem;line-height:1.75rem}._testsGrid_1fcwg_50{gap:16px}._testCard_1fcwg_71{padding:16px}._modalHeader_1fcwg_213{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}._modalTitle_1fcwg_225{font-size:1.25rem;line-height:1.75rem}._modalHeaderRight_1fcwg_234{align-items:flex-start;flex-direction:row;gap:16px}._modalTestStructureCard_1fcwg_260{margin:16px}._modalTestStructureTitle_1fcwg_270{font-size:1rem;padding:12px 16px}._modalTestDetailItem_1fcwg_305{padding:12px 16px}._modalActions_1fcwg_360{padding:16px;flex-direction:column-reverse}._backButton_1fcwg_367,._startTestButton_1fcwg_387{width:100%;flex:none}}._modal_12avo_1 .ant-modal-content{border-radius:1rem;overflow:hidden;padding:0}._modal_12avo_1 .ant-modal-body{padding:0}._modalContent_12avo_10{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:32px;padding:40px 32px 32px;text-align:center}._medalSection_12avo_20{align-items:center;display:flex;justify-content:center;width:100%}._medalImage_12avo_27{height:auto;max-width:200px;width:100%}._totalScore_12avo_33{color:#bc2228;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.5;margin:0}._resultsGrid_12avo_42{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));max-height:400px;overflow-y:auto;padding:8px;width:100%}._resultsGrid_12avo_42::-webkit-scrollbar{width:8px}._resultsGrid_12avo_42::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}._resultsGrid_12avo_42::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:4px}._resultsGrid_12avo_42::-webkit-scrollbar-thumb:hover{background:gray}._resultCard_12avo_66{background-color:#fff;border:2px solid #32d583;border-radius:.5rem;display:flex;flex-direction:column;gap:8px;padding:16px 12px;transition:all .2s ease}._resultCard_12avo_66:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}._resultCardTitle_12avo_81{color:#12b76a;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.4;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}._resultCardScore_12avo_93{color:#12b76a;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5;text-align:center}._actions_12avo_102{display:flex;gap:12px;justify-content:center;width:100%}._homeButton_12avo_109,._reviewButton_12avo_110{background-color:#d9d9d9;border:none;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#222;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;transition:all .2s ease}._homeButton_12avo_109:hover,._reviewButton_12avo_110:hover{background-color:#bfbfbf;box-shadow:0 2px 4px #0000001a}._homeButton_12avo_109:active,._reviewButton_12avo_110:active{transform:translateY(1px)}._continueButton_12avo_134{background-color:#bc2228;border:none;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#fff;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;position:relative;transition:all .2s ease;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.05) 2px,rgba(255,255,255,.05) 4px)}._continueButton_12avo_134:hover{background-color:#a61e23;box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}._continueButton_12avo_134:active{transform:translateY(0)}._modal_2thsq_1 .ant-modal-content{border-radius:.75rem;overflow:hidden}._modal_2thsq_1 .ant-modal-body{padding:0}._modalContent_2thsq_9{align-items:center;display:flex;flex-direction:column;gap:20px;padding:32px 24px 24px;text-align:center}._iconContainer_2thsq_18{align-items:center;background-color:#fff6f7;border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}._iconText_2thsq_28{color:#bc2228;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:1}._title_2thsq_36{color:#bc2228;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0}._description_2thsq_45{color:#ffb880;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;margin:0;max-width:360px}._divider_2thsq_55{background-color:#bfbfbf;height:1px;width:100%}._actions_2thsq_61{display:flex;gap:12px;justify-content:center;width:100%}._cancelButton_2thsq_68{background-color:#d9d9d9;border:none;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#222;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;transition:all .2s ease}._cancelButton_2thsq_68:hover{background-color:#bfbfbf;box-shadow:0 2px 4px #0000001a}._cancelButton_2thsq_68:active{transform:translateY(1px)}._confirmButton_2thsq_90{background-color:#bc2228;border:none;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#fff;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;position:relative;transition:all .2s ease;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.05) 2px,rgba(255,255,255,.05) 4px)}._confirmButton_2thsq_90:hover{background-color:#a61e23;box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}._confirmButton_2thsq_90:active{transform:translateY(0)}._audioPlayer_juzip_1{align-items:center;background:#f0f0f0;border:1px solid #BFBFBF;border-radius:12px;display:flex;gap:16px;padding:12px 16px;width:100%;margin:16px 0;position:relative;transition:all .2s ease}@media (max-width: 48rem){._audioPlayer_juzip_1{padding:10px 12px;gap:12px}}._playButton_juzip_21{align-items:center;background-color:#bc2228;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px;flex-shrink:0}._playButton_juzip_21:hover{transform:scale(1.02);filter:brightness(1.1)}@media (max-width: 48rem){._playButton_juzip_21{height:36px;width:36px}}._playIcon_juzip_46{height:24px;width:24px;object-fit:contain}@media (max-width: 48rem){._playIcon_juzip_46{height:20px;width:20px}}._timeInfo_juzip_58{align-items:center;display:flex;gap:4px;color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:24px;white-space:nowrap}@media (max-width: 48rem){._timeInfo_juzip_58{font-size:.75rem}}._divider_juzip_75{margin:0 2px}._progressContainer_juzip_79{flex:1;height:6px;position:relative;display:flex;align-items:center}._progressBar_juzip_87{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#bfbfbf;border-radius:3px;cursor:pointer;height:6px;outline:none;position:relative;width:100%;z-index:2}._progressBar_juzip_87::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#bc2228;border:2px solid #ffffff;border-radius:50%;cursor:pointer;height:14px;width:14px;box-shadow:0 2px 4px #0000001a;transition:transform .1s ease}._progressBar_juzip_87::-webkit-slider-thumb:hover{transform:scale(1.2)}._progressFill_juzip_113{background-color:#bc2228;border-radius:3px;height:100%;left:0;position:absolute;top:0;z-index:1;pointer-events:none}._volumeButton_juzip_124{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:4px;flex-shrink:0;transition:transform .2s ease}._volumeButton_juzip_124:hover{transform:scale(1.1)}._volumeIcon_juzip_138{height:24px;width:24px;object-fit:contain;opacity:.8}@media (max-width: 48rem){._volumeIcon_juzip_138{height:20px;width:20px}}._container_11vov_1{background-color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:24px}@media (max-width: 87.5rem){._container_11vov_1{padding:20px}}._breadcrumb_11vov_15{align-items:center;display:flex;gap:8px;margin-bottom:16px}._breadcrumb_11vov_15 a{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;text-decoration:none;transition:color .2s ease;white-space:nowrap}._breadcrumb_11vov_15 a:hover{color:#bc2228}@media (max-width: 48rem){._breadcrumb_11vov_15{overflow-x:auto;white-space:nowrap;padding-bottom:4px;margin-bottom:12px}._breadcrumb_11vov_15::-webkit-scrollbar{height:2px}._breadcrumb_11vov_15::-webkit-scrollbar-thumb{background:#bfbfbf}}._breadcrumbSeparator_11vov_47{color:gray;font-size:.875rem}._breadcrumbCurrent_11vov_52{color:#222;font-family:Roboto,sans-serif;font-size:.875rem}._header_11vov_58{margin-bottom:24px}._title_11vov_62{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._sectionTabs_11vov_71{align-items:center;display:flex;gap:12px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px}._tabArrow_11vov_80{background:none;border:none;cursor:pointer;flex-shrink:0;padding:8px}._tabArrow_11vov_80:disabled{opacity:.3;cursor:not-allowed}._tabArrow_11vov_80 img{height:20px;width:20px}._tabsContainer_11vov_96{display:flex;gap:0;overflow-x:auto}._sectionTab_11vov_71{background:none;border:none;border-bottom:2px solid transparent;color:gray;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:12px 16px;position:relative;transition:all .2s ease;white-space:nowrap}._sectionTab_11vov_71:not(:last-child):after{border-top:1px dashed #A6A6A6;content:"";height:1px;left:100%;position:absolute;top:50%;width:20px}._sectionTab_11vov_71._active_11vov_125{border-bottom-color:#bc2228;color:#bc2228;font-weight:600}._sectionTab_11vov_71._completed_11vov_130{color:#12b76a;font-weight:500}._sectionTab_11vov_71:hover:not(._active_11vov_125):not(._completed_11vov_130){color:#2b2b2b}._contentLayout_11vov_138{display:grid;flex:1;gap:24px;grid-template-columns:1fr 320px;min-height:0;overflow:hidden}@media (max-width: 1024px){._contentLayout_11vov_138{grid-template-columns:1fr}}._mainContent_11vov_152{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;padding-right:8px}._mainContent_11vov_152::-webkit-scrollbar{width:6px}._mainContent_11vov_152::-webkit-scrollbar-track{background:#f0f0f0}._mainContent_11vov_152::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:3px}._mainContent_11vov_152::-webkit-scrollbar-thumb:hover{background:gray}._groupTitle_11vov_174{color:#121212;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0}._groupContent_11vov_183{color:#222;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:16px}._questionContainer_11vov_191{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:.5rem;transition:all .2s ease}._questionContainer_11vov_191._activeQuestion_11vov_199{background-color:#f5fbff;border:1px solid #E0F2FE}._questionContainer_11vov_191:not(:last-child){margin-bottom:24px}._questionHeader_11vov_207{display:flex;gap:12px}._questionNumber_11vov_212{color:#121212;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;flex-shrink:0}._questionActions_11vov_220{display:flex;flex-direction:column;gap:12px;flex:1}._questionContent_11vov_227{color:#121212;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5;flex:1}._optionsContainer_11vov_235{display:flex;flex-direction:column;gap:12px;margin-left:24px}._optionButton_11vov_242{align-items:center;background-color:#fff;border:1px solid #BFBFBF;border-radius:.5rem;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease}._optionButton_11vov_242:hover{border-color:#0ba5ec;background-color:#f5fbff}._optionButton_11vov_242._selected_11vov_258{background-color:#f5fbff;border-color:#0ba5ec}._optionButton_11vov_242._correct_11vov_262{background-color:#f6fef9!important;border-color:#12b76a!important}._optionButton_11vov_242._correct_11vov_262 ._optionLabel_11vov_266{color:#027a48}._optionButton_11vov_242._incorrect_11vov_269{background-color:#fef3f2!important;border-color:#f04438!important}._optionButton_11vov_242._incorrect_11vov_269 ._optionLabel_11vov_266{color:#b42318}._explanationContainer_11vov_277{background-color:#f0f0f0;border-left:4px solid #BC2228;border-radius:4px;margin-top:16px;padding:16px}._explanationTitle_11vov_285{color:#121212;font-weight:700;margin-bottom:8px}._explanationContent_11vov_291{color:#222;font-size:.875rem;line-height:1.6}._optionLabel_11vov_266{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;flex-shrink:0}._optionText_11vov_305{color:#121212;font-family:Roboto,sans-serif;font-size:.875rem;flex:1}._sidebar_11vov_312{background-color:#f9f9f9;border-radius:.75rem;display:flex;flex-direction:column;gap:24px;height:100%;max-height:calc(100vh - 48px);overflow-y:auto;padding:20px;position:sticky;top:24px}._sidebar_11vov_312::-webkit-scrollbar{width:6px}._sidebar_11vov_312::-webkit-scrollbar-track{background:#f0f0f0}._sidebar_11vov_312::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:3px}._sidebar_11vov_312::-webkit-scrollbar-thumb:hover{background:gray}._timeContainer_11vov_339{display:flex;flex-direction:column;gap:8px}._sidebarTitle_11vov_345{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;margin:0}._timeDisplay_11vov_353{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums}._questionListContainer_11vov_361{display:flex;flex-direction:column;gap:16px}._questionGroup_11vov_367{display:flex;flex-direction:column;gap:12px}._questionGroupTitle_11vov_373{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600}._questionGrid_11vov_380{display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}@media (max-width: 1200px){._questionGrid_11vov_380{grid-template-columns:repeat(5,1fr)}}._questionButton_11vov_391{aspect-ratio:1;background-color:#fff;border:1px solid #BFBFBF;border-radius:.5rem;color:#222;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s ease}._questionButton_11vov_391:hover{border-color:"#bc2228"!important;background-color:"#bc2228"!important}._questionButton_11vov_391._active_11vov_125{background-color:#e0f2fe!important;border-color:#0ba5ec!important;color:#0ba5ec!important}._questionButton_11vov_391._answered_11vov_412{background-color:#d1fadf;border-color:#12b76a;color:#027a48}._questionButton_11vov_391._correctSidebar_11vov_417{background-color:#12b76a!important;border-color:#12b76a!important;color:#fff!important}._questionButton_11vov_391._incorrectSidebar_11vov_422{background-color:#f04438!important;border-color:#f04438!important;color:#fff!important}._actionButtons_11vov_428{display:flex;flex-direction:column;gap:12px}._exitButton_11vov_434{background-color:#fff;border:1px solid #BFBFBF;border-radius:.5rem;color:#222;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;transition:all .2s ease;width:100%}._exitButton_11vov_434:hover{background-color:#f0f0f0;border-color:#a6a6a6}._switchSectionButton_11vov_452{background-color:#bc2228;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:12px 24px;transition:all .2s ease;width:100%}._switchSectionButton_11vov_452:hover:not(:disabled){background-color:#a61e23}._switchSectionButton_11vov_452:disabled{opacity:.5;cursor:not-allowed}._loadingContainer_11vov_473{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}._spinner_11vov_482{animation:_spin_11vov_482 1s linear infinite;border:4px solid #D9D9D9;border-radius:50%;border-top-color:#bc2228;height:48px;width:48px}@media (max-width: 48rem){._container_11vov_1{padding:12px;height:auto;overflow-y:auto}._header_11vov_58{margin-bottom:16px}._title_11vov_62{font-size:1.25rem}._sectionTabs_11vov_71{margin-bottom:20px;gap:8px}._sectionTab_11vov_71{padding:10px 12px;font-size:.75rem}._sectionTab_11vov_71:not(:last-child):after{width:12px}._contentLayout_11vov_138{display:flex;flex-direction:column;gap:20px;overflow:visible}._mainContent_11vov_152{overflow:visible;padding-right:0}._sidebar_11vov_312{position:static;max-height:none;padding:16px;gap:20px}._questionGrid_11vov_380{grid-template-columns:repeat(6,1fr)}._optionsContainer_11vov_235{margin-left:0}._optionButton_11vov_242{padding:10px 12px}}@keyframes _spin_11vov_482{to{transform:rotate(360deg)}}._emptyState_11vov_545{align-items:center;display:flex;justify-content:center;min-height:400px;text-align:center}._modal_tjn2z_2 .ant-modal-content{padding:2rem!important;border-radius:1.5rem!important}._modalContent_tjn2z_7{display:flex;flex-direction:column;gap:1.5rem}._modalHeader_tjn2z_13{display:flex;align-items:center;justify-content:center;position:relative}._title_tjn2z_20{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:2rem;margin:0;text-align:center}._closeButton_tjn2z_30{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;border:none;background:transparent;cursor:pointer;color:#333;font-size:1rem;transition:all .15s ease}._closeButton_tjn2z_30:hover{background-color:#d9d9d9;color:#222}._formSection_tjn2z_53{display:flex;flex-direction:column;gap:.75rem}._inputGroup_tjn2z_59{display:flex;flex-direction:column;gap:.375rem}._label_tjn2z_65{color:#2b2b2b;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem}._required_tjn2z_73{color:#f04438;margin-left:.25rem}._input_tjn2z_59,._textarea_tjn2z_78{background-color:#fff;border:1px solid #cbd5e1;border-radius:1.5rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1rem;padding:.625rem 1rem;width:100%;transition:border-color .2s}._input_tjn2z_59::placeholder,._textarea_tjn2z_78::placeholder{color:#a6a6a6}._input_tjn2z_59:focus,._textarea_tjn2z_78:focus{border-color:#bc2228;outline:none}._textarea_tjn2z_78{border-radius:.75rem;min-height:6.25rem;resize:vertical}._uploadContainer_tjn2z_103{background-color:#fff;border:1px dashed #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;gap:.75rem;width:100%}._uploadInfo_tjn2z_116{display:flex;flex-direction:column;align-items:center;gap:.25rem}._uploadIcon_tjn2z_123{height:2rem;width:2rem}._uploadText_tjn2z_128{color:#a6a6a6;font-family:Roboto,sans-serif;font-size:.875rem;margin:0}._uploadButton_tjn2z_135{background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:.5rem;color:#bc2228;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;padding:.625rem 1rem;transition:background-color .2s}._uploadButton_tjn2z_135:hover{background-color:#ffecee}._imagePreviewList_tjn2z_151{display:flex;gap:1rem;width:100%;padding:1rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:.75rem;overflow-x:auto;position:relative;scroll-behavior:smooth}._imagePreviewList_tjn2z_151::-webkit-scrollbar{height:4px}._imagePreviewList_tjn2z_151::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:2px}._imageItem_tjn2z_171{flex-shrink:0;height:8.75rem;width:12.5rem;position:relative;border-radius:.5rem;overflow:hidden}._imageItem_tjn2z_171 img{height:100%;width:100%;object-fit:cover}._addMoreItem_tjn2z_185{flex-shrink:0;height:8.75rem;width:12.5rem;border:1px dashed #D9D9D9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s}._addMoreItem_tjn2z_185:hover{background-color:#f9f9f9}._addMoreIcon_tjn2z_202{width:2rem;height:2rem;opacity:.5}._removeImage_tjn2z_208{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#00000080;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s}._removeImage_tjn2z_208:hover{opacity:1}._removeImage_tjn2z_208:after{content:"✕";color:#fff;font-size:1.25rem}._imageItem_tjn2z_171:hover ._removeImage_tjn2z_208{opacity:1}._footerActions_tjn2z_238{display:flex;gap:1rem;margin-top:.5rem}._btnCancel_tjn2z_244{background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:.5rem;color:#bc2228;cursor:pointer;flex:1;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;padding:.75rem 1.25rem;transition:background-color .2s;max-width:8.75rem}._btnCancel_tjn2z_244:hover{background-color:#ffecee}._btnSubmit_tjn2z_262{background:#ab1f24;border:1px solid #AB1F24;border-radius:.5rem;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;flex:3;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;padding:.75rem 1.25rem;transition:opacity .2s}._btnSubmit_tjn2z_262:hover{opacity:.9}._btnSubmit_tjn2z_262:disabled{opacity:.5;cursor:not-allowed}._sliderControls_tjn2z_284{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:.5rem;padding:0 1rem}._arrowBtn_tjn2z_293{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}._arrowBtn_tjn2z_293 img{width:.75rem;height:.75rem}._arrowBtn_tjn2z_293:disabled{opacity:.3;cursor:not-allowed}._sliderBar_tjn2z_311{flex:1;height:2px;background-color:#d9d9d9;margin:0 1rem;position:relative;border-radius:1px}._sliderProgress_tjn2z_320{position:absolute;top:0;left:0;height:100%;background-color:#bc2228;border-radius:1px;transition:width .3s ease}._sidebar_vc6vp_1{background-color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:17rem;z-index:9999;transition:transform .3s ease}._backdrop_vc6vp_14{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;opacity:0;transition:opacity .3s ease}._backdrop_vc6vp_14._show_vc6vp_26{display:block;opacity:1}@media screen and (max-width: 48rem){._sidebar_vc6vp_1{transform:translate(-100%);width:100%}._sidebar_vc6vp_1._open_vc6vp_36{transform:translate(0)}._backdrop_vc6vp_14._show_vc6vp_26{width:100%;height:100%}}._logoContainer_vc6vp_44{align-items:center;display:flex;justify-content:center;padding:2rem 0;cursor:pointer}._logo_vc6vp_44{height:2rem;object-fit:contain;width:auto}._sidebarHeader_vc6vp_58{width:100%}._accountHeader_vc6vp_62,._menuHeader_vc6vp_62{align-items:center;border-bottom:1px solid #F0F0F0;display:flex;height:4rem;justify-content:center;padding:0 1rem;width:100%;position:relative}._backButton_vc6vp_73{align-items:center;background:transparent;border:none;color:#222;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.25rem;padding:0;z-index:1}._backButton_vc6vp_73 img{height:1.25rem;width:1.25rem}@media screen and (max-width: 48rem){._backButton_vc6vp_73{position:absolute;left:1rem;top:50%;transform:translateY(-50%)}}._headerLogoWrapper_vc6vp_100{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}._headerLogo_vc6vp_100{height:1.25rem;object-fit:contain}._closeButton_vc6vp_115{display:none;background:transparent;border:none;cursor:pointer;padding:0;align-items:center;justify-content:center;z-index:10}@media screen and (max-width: 48rem){._closeButton_vc6vp_115{display:flex;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}}._closeButton_vc6vp_115 img{width:2rem;height:2rem}._userSectionMobile_vc6vp_139{display:none}@media screen and (max-width: 48rem){._userSectionMobile_vc6vp_139{align-items:center;border-bottom:1px solid #F0F0F0;cursor:pointer;display:flex;gap:.75rem;margin:1rem;padding-bottom:1rem}}._userAvatarWrapper_vc6vp_154{flex-shrink:0;height:2.5rem;width:2.5rem}._userAvatar_vc6vp_154{border-radius:50%;height:100%;object-fit:cover;width:100%}._userAvatarPlaceholder_vc6vp_167{align-items:center;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border-radius:50%;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;height:100%;justify-content:center;width:100%}._userInfo_vc6vp_181{display:flex;flex:1;flex-direction:column;min-width:0}._userName_vc6vp_188{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userEmail_vc6vp_198{color:#333;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._arrowIcon_vc6vp_208{height:1rem;width:1rem}._accountMenu_vc6vp_213{display:flex;flex-direction:column;gap:.5rem}._accountMenuTitle_vc6vp_219{color:#222;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;margin:0 0 1rem}._navigation_vc6vp_227{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem 1rem;flex:1;overflow-y:auto}@media screen and (max-width: 48rem){._navigation_vc6vp_227{padding:0 1rem}}._menuItemWrapper_vc6vp_241{display:flex;flex-direction:column;width:100%}._menuItem_vc6vp_241,._subMenuItem_vc6vp_247{align-items:center;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;background:transparent;width:100%;justify-content:flex-start}._menuItem_vc6vp_241:hover,._subMenuItem_vc6vp_247:hover{background-color:#f0f0f0}._menuItem_vc6vp_241._active_vc6vp_265,._active_vc6vp_265._subMenuItem_vc6vp_247{background-color:#fff6f7}._menuItem_vc6vp_241._active_vc6vp_265 ._label_vc6vp_268,._active_vc6vp_265._subMenuItem_vc6vp_247 ._label_vc6vp_268{color:#bc2228;font-weight:600}._icon_vc6vp_273{height:1.25rem;width:1.25rem;object-fit:contain}._label_vc6vp_268{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;flex:1;text-align:left}._chevron_vc6vp_289{width:1rem;height:1rem;transition:transform .3s ease}._chevron_vc6vp_289._open_vc6vp_36{transform:rotate(180deg)}._submenu_vc6vp_298{display:flex;flex-direction:column;gap:.125rem;overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);padding-left:.5rem}._submenu_vc6vp_298._open_vc6vp_36{max-height:500px;margin-top:.25rem;margin-bottom:.5rem}._subMenuItem_vc6vp_247{padding-left:2.5rem}._subMenuItem_vc6vp_247:hover{background-color:#f0f0f0}._subMenuItem_vc6vp_247._active_vc6vp_265{background-color:transparent}._subMenuItem_vc6vp_247._active_vc6vp_265 ._label_vc6vp_268{color:#bc2228;font-weight:600}._copyright_vc6vp_327{padding:1rem;display:flex;align-items:center;justify-content:center;gap:.25rem;border-top:1px solid #f2f4f7}._copyrightIcon_vc6vp_336{color:gray;font-size:.75rem}._copyrightText_vc6vp_341{color:gray;font-family:Roboto,sans-serif;font-size:.5rem;font-weight:400}._container_fneba_1{display:flex;flex-direction:column;min-height:100vh;position:relative}@media (min-width: 48.0625rem){._userSidebarWrapper_fneba_9{display:none}}._headerWrapper_fneba_14 header[class*=header]{left:20rem!important;width:calc(100% - 20rem)!important}@media (max-width: 64rem){._headerWrapper_fneba_14 header[class*=header]{left:17.5rem!important;width:calc(100% - 17.5rem)!important}}@media (max-width: 48rem){._headerWrapper_fneba_14 header[class*=header]{left:0!important;width:100%!important}}._mainContent_fneba_31{flex:1;background-color:#f9f9f9;margin-left:20rem;padding-top:4rem;width:calc(100% - 20rem);min-width:0}@media (max-width: 64rem){._mainContent_fneba_31{margin-left:17.5rem;width:calc(100% - 17.5rem)}}@media (max-width: 48rem){._mainContent_fneba_31{margin-left:0;width:100%;padding-top:3.5rem}}._mainContentInner_fneba_53{padding:2rem;width:100%;max-width:75rem;margin:0 auto}@media (max-width: 48rem){._mainContentInner_fneba_53{padding:1.25rem 1rem}}._container_12bh5_1{position:relative}._headerWrapper_12bh5_5 header[class*=header]{left:20rem!important;width:calc(100% - 20rem)!important;margin-left:0!important}@media (max-width: 48rem){._headerWrapper_12bh5_5 header[class*=header]{left:0!important;width:100%!important}}._mainContent_12bh5_17{padding-top:4rem;min-height:100vh;background-color:#f9f9f9}._header_mqtwn_1{background-color:#fff;border-bottom:1px solid #D9D9D9;position:fixed;top:0;left:240px;right:0;z-index:99;height:64px}._container_mqtwn_12{width:100%;max-width:75rem;margin:0 auto;padding:12px 2rem;display:flex;align-items:center;justify-content:space-between;height:100%;position:relative}._searchContainer_mqtwn_24{flex:1;max-width:320px;min-width:0}._searchWrapper_mqtwn_30{position:relative;display:flex;align-items:center;background-color:#f9fafb;border:1px solid #d0d5dd;border-radius:8px;padding:0 12px;height:40px;transition:all .2s ease}._searchWrapper_mqtwn_30:focus-within{border-color:#bc2228;box-shadow:0 0 0 4px #e8410b1a}._searchIcon_mqtwn_46{flex-shrink:0}._searchInput_mqtwn_50{width:100%;border:none;background:transparent;padding:8px 8px 8px 10px;font-size:14px;color:#1d2939;outline:none}._searchInput_mqtwn_50::placeholder{color:#667085}._rightSection_mqtwn_63{display:flex;align-items:center;gap:16px}._authenticatedSection_mqtwn_69{display:flex;align-items:center;gap:24px;min-width:0}._iconsSection_mqtwn_76{display:flex;align-items:center;gap:12px}._toolButton_mqtwn_82{background-color:#f0f0f0;border:none;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;position:relative}._toolButton_mqtwn_82:hover{background-color:#e5e5e5}._toolButton_mqtwn_82 img{width:20px;height:20px;object-fit:contain}._toolButton_mqtwn_82._active_mqtwn_103{background-color:#e5e5e5}._notificationWrapper_mqtwn_107{position:relative;display:flex;align-items:center}._badge_mqtwn_113{position:absolute;top:-2px;right:-2px;background-color:#f04438;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #ffffff}._notificationDropdown_mqtwn_131{position:absolute;top:calc(100% + 12px);right:0;z-index:101;animation:_dropdownFadeIn_mqtwn_1 .2s ease}._userSection_mqtwn_139{position:relative}._avatarButton_mqtwn_143{width:40px;height:40px;border-radius:50%;border:2px solid #BC2228;background:transparent;cursor:pointer;padding:0;overflow:hidden;transition:all .2s ease}._avatarButton_mqtwn_143:hover{border-color:#f77d2e;transform:scale(1.05)}._avatarButton_mqtwn_143:active{transform:scale(.98)}._avatar_mqtwn_143{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_mqtwn_168{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);color:#fff;font-family:Roboto,sans-serif;font-weight:600;font-size:16px}._backdrop_mqtwn_181{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:99}._dropdown_mqtwn_188{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background-color:#fff;border:1px solid #D9D9D9;border-radius:8px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;overflow:hidden;z-index:100;animation:_dropdownFadeIn_mqtwn_1 .2s ease}@keyframes _dropdownFadeIn_mqtwn_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownItem_mqtwn_212{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left}._dropdownItem_mqtwn_212:hover{background-color:#f5f5f5}._dropdownItem_mqtwn_212:active{background-color:#eee}._dropdownItem_mqtwn_212:disabled{opacity:.6;cursor:not-allowed}._dropdownIcon_mqtwn_235{width:16px;height:16px;flex-shrink:0;object-fit:contain}._dropdownText_mqtwn_242{font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#222}._centerSectionMobile_mqtwn_250{display:none}@media screen and (max-width: 48rem){._centerSectionMobile_mqtwn_250{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);z-index:10}}._mobileLogo_mqtwn_265{display:flex;align-items:center}._mobileLogo_mqtwn_265 img{height:1.5rem;object-fit:contain}._divider_mqtwn_274{width:100%;height:1px;background-color:#d9d9d9}._leftSectionMobile_mqtwn_280{display:none;align-items:center}@media screen and (max-width: 48rem){._leftSectionMobile_mqtwn_280{display:flex}}._menuButton_mqtwn_290{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}._menuButton_mqtwn_290 img{width:24px;height:24px;object-fit:contain}._mobileSearchButton_mqtwn_305{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;align-items:center;justify-content:center}@media screen and (max-width: 48rem){._mobileSearchButton_mqtwn_305{display:flex}}._mobileSearchButton_mqtwn_305 img{width:24px;height:24px;object-fit:contain}@media screen and (max-width: 48rem){._header_mqtwn_1{left:0;width:100%;height:4.5rem;z-index:1001}._container_mqtwn_12{padding:0 1rem;height:100%;box-sizing:border-box}._searchContainer_mqtwn_24{display:none}._rightSection_mqtwn_63,._authenticatedSection_mqtwn_69{gap:.75rem}._iconsSection_mqtwn_76{gap:.5rem}._toolButton_mqtwn_82{width:36px;height:36px;background-color:#f0f0f0;border-radius:50%}._toolButton_mqtwn_82:first-child:not(._notificationBtn_mqtwn_355){display:none}._toolButton_mqtwn_82:nth-child(2){display:none}._toolButton_mqtwn_82 img{width:24px;height:24px;object-fit:contain}._userSection_mqtwn_139{display:none}._badge_mqtwn_113{width:16px;height:16px;font-size:10px;top:0;right:0;border:2px solid #ffffff}._avatarButton_mqtwn_143{width:2.25rem;height:2.25rem}._dropdown_mqtwn_188{min-width:11.25rem}}._sidebar_14tp4_1{background-color:#fff;border-right:1px solid #D9D9D9;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:15rem;z-index:9999;transition:transform .3s ease}@media (max-width: 48rem){._sidebar_14tp4_1{width:100%;transform:translate(-100%);z-index:9999}._sidebar_14tp4_1._open_14tp4_21{transform:translate(0)}}._backdrop_14tp4_26{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;opacity:0;transition:opacity .3s ease}@media (max-width: 48rem){._backdrop_14tp4_26._show_14tp4_39{display:block;opacity:1}}._mobileHeader_14tp4_45{display:none;align-items:center;justify-content:center;height:4rem;padding:0 1rem;border-bottom:1px solid #F0F0F0;position:relative;flex-shrink:0}@media (max-width: 48rem){._mobileHeader_14tp4_45{display:flex}}._headerLogoWrapper_14tp4_61{display:flex;align-items:center}._headerLogo_14tp4_61{height:1.25rem;object-fit:contain}._closeButton_14tp4_71{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._closeButton_14tp4_71 img{width:2rem;height:2rem}._header_14tp4_61{display:flex;flex-direction:column;flex-shrink:0;padding:2rem 1.5rem;cursor:pointer}@media (max-width: 48rem){._header_14tp4_61{display:none}}._logoContainer_14tp4_102{align-items:center;display:flex;justify-content:center}._logo_14tp4_102{height:2rem;object-fit:contain;width:10.875rem}._nav_14tp4_114{display:flex;flex-direction:column;flex:1;padding:0 1rem;gap:.25rem}._backToCourseTop_14tp4_122{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#222;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1rem;margin-bottom:.5rem;transition:color .2s;width:100%;text-align:left}._backToCourseTop_14tp4_122:hover{color:#bc2228}@media (max-width: 48rem){._backToCourseTop_14tp4_122{margin-top:1rem;margin-bottom:.75rem}}._backIcon_14tp4_149{width:1.25rem;height:1.25rem}._navItem_14tp4_154{align-items:center;border-radius:.5rem;color:#222;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.75rem;line-height:1.25rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}._navItem_14tp4_154:hover{background-color:#f9f9f9}._navItem_14tp4_154._active_14tp4_172{background-color:#fff6f7;color:#bc2228;font-weight:600}._navIcon_14tp4_178{height:1.25rem;width:1.25rem;object-fit:contain}._navText_14tp4_184{flex:1}._footer_14tp4_188{align-items:center;display:flex;flex-shrink:0;gap:.25rem;justify-content:center;padding:1.5rem;border-top:1px solid #F0F0F0}._copyrightIcon_14tp4_198{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._copyrightText_14tp4_206{color:gray;font-family:Roboto,sans-serif;font-size:.5rem;font-weight:400;line-height:1.125rem}._layout_bt6ng_1{display:flex;min-height:100vh;background-color:#f9f9f9}._mainContent_bt6ng_7{flex:1;margin-left:15rem;margin-top:4rem;padding:2rem 1.5rem 1.5rem 1.25rem;min-height:calc(100vh - 4rem);transition:margin-left .3s ease}@media screen and (max-width: 48rem){._mainContent_bt6ng_7{margin-left:0;padding:1.5rem 1rem}}._container_biqtb_1{position:relative}._mainContent_biqtb_5{background-color:#f9f9f9;margin-left:15rem;min-height:100vh;padding:6rem 2rem 2rem}._mainContentInner_biqtb_12{margin:0 auto;max-width:75rem;width:100%;padding:0 2rem}@media (max-width: 94rem){._mainContent_biqtb_5{padding-left:2rem;padding-right:2rem}}@media (max-width: 48rem){._mainContent_biqtb_5{margin-left:0;padding:4rem 1rem 1rem}._mainContentInner_biqtb_12{max-width:100%;padding:0!important}}._card_9omns_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden;width:100%}._imageContainer_9omns_11{padding:1rem 1rem 0;width:100%;margin-bottom:1rem}._imageWrapper_9omns_17{background-color:#ab1f24;border-radius:.75rem;aspect-ratio:16/9;overflow:hidden;position:relative;width:100%}._image_9omns_11{height:100%;width:100%;object-fit:cover;object-position:center;display:block}._content_9omns_34{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1rem}._header_9omns_41{align-items:center;display:flex;justify-content:space-between;width:100%}._badge_9omns_48{background-color:#f5fbff;border:1px solid #E0F2FE;border-radius:1rem;mix-blend-mode:multiply;padding:.125rem .625rem}._badgeText_9omns_56{color:#0ba5ec;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;text-align:center;white-space:nowrap}._metadata_9omns_66{align-items:center;display:flex;gap:0}._metadataItem_9omns_72{align-items:center;display:flex;gap:.25rem}._metadataIcon_9omns_78{flex-shrink:0;height:1rem;width:1rem}._metadataText_9omns_84{color:#333;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;white-space:nowrap}._divider_9omns_93{align-items:center;background-color:#d9d9d9;display:flex;height:.75rem;justify-content:center;margin:0 1rem;width:1px}._courseInfo_9omns_103{display:flex;flex-direction:column;gap:.25rem;width:100%}._title_9omns_110{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0;width:100%}._instructor_9omns_120{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;margin:0;width:100%}._button_9omns_130{cursor:pointer;background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:.5rem;color:#bc2228;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5rem;padding:.75rem 1.25rem;text-align:center;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%}._button_9omns_130:hover{background-color:#ab1f24;border-color:#ab1f24;color:#fff}._buttonDisabled_9omns_155{background-color:#d9d9d9;border-color:#d9d9d9;color:gray;cursor:not-allowed;opacity:.7}._buttonDisabled_9omns_155:hover{background-color:#d9d9d9;border-color:#d9d9d9;color:gray}._progressContainer_9omns_168{display:flex;flex-direction:column;gap:.5rem;width:100%}._progressHeader_9omns_175{display:flex;justify-content:space-between;align-items:center}._progressLabel_9omns_181{color:#333;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400}._progressValue_9omns_188{color:#bc2228;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:700}._progressBar_9omns_195{background-color:#d9d9d9;border-radius:999px;height:.5rem;overflow:hidden;width:100%}._progressFill_9omns_203{background-color:#7a87f5;border-radius:999px;height:100%;transition:width .3s ease}@media (max-width: 48rem){._card_9omns_1{flex-direction:row;height:auto;min-height:10rem}._imageContainer_9omns_11{padding:.75rem;width:35%;max-width:12rem;margin-bottom:0;flex-shrink:0}._imageWrapper_9omns_17{height:100%;aspect-ratio:auto}._image_9omns_11{position:absolute;top:0;left:0;height:100%;width:100%}._content_9omns_34{flex:1;padding:.75rem .75rem .75rem 0;gap:.5rem;overflow:hidden}._header_9omns_41{flex-wrap:wrap;gap:.5rem}._metadata_9omns_66{display:none}._courseInfo_9omns_103{gap:.125rem}._title_9omns_110{font-size:.9375rem;line-height:1.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}._instructor_9omns_120{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._progressContainer_9omns_168{gap:.25rem;margin-top:auto}._button_9omns_130{font-size:.8125rem;padding:.5rem;margin-top:.25rem}}@media (max-width: 30rem){._card_9omns_1{min-height:8rem}._imageContainer_9omns_11{padding:.5rem;width:40%}._content_9omns_34{padding:.5rem .5rem .5rem 0;gap:.375rem}._title_9omns_110{font-size:.8125rem;line-height:1.125rem}._instructor_9omns_120{font-size:.6875rem}._button_9omns_130{padding:.375rem;font-size:.75rem}}._container_18142_1{display:flex;flex-direction:column;width:100%}._header_18142_7{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}._titleSection_18142_15{display:flex;flex-direction:column;gap:.25rem}._title_18142_15{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._description_18142_30{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._courseGrid_18142_39{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);width:100%}@media (max-width: 94rem){._courseGrid_18142_39{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px) and (max-width: 1024px){._courseGrid_18142_39{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 48rem){._header_18142_7{flex-direction:column;align-items:stretch;gap:1.25rem}._title_18142_15{font-size:1.25rem}._courseGrid_18142_39{grid-template-columns:1fr;gap:1rem;padding:0}}@media (max-width: 30rem){._header_18142_7{gap:1rem}._title_18142_15{font-size:1.125rem}._courseGrid_18142_39{gap:.75rem;padding:0}}._breadcrumb_zo46n_1{align-items:center;display:flex;gap:.5rem;width:100%}._link_zo46n_8{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;text-decoration:none;transition:color .2s ease;white-space:nowrap}._link_zo46n_8:hover{color:#bc2228}._arrow_zo46n_22{flex-shrink:0;height:1rem;width:1rem}._current_zo46n_28{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;white-space:nowrap}._banner_90kph_1{background-color:#ab1f24;border-radius:.75rem;height:12.5rem;overflow:hidden;position:relative;width:100%}._backgroundImage_90kph_10{bottom:0;height:auto;object-fit:cover;object-position:center;position:absolute;width:100%}._overlay_90kph_19{background:linear-gradient(to right,#1a1a1acc,#1a1a1a66);height:100%;left:0;position:absolute;top:0;width:100%}._leftContent_90kph_28{display:flex;flex-direction:column;gap:.5rem;left:2rem;position:absolute;top:2rem;z-index:1}._badge_90kph_38{background-color:#0ba5ec;border-radius:1rem;padding:.125rem .625rem;width:fit-content}._badgeText_90kph_45{color:#fff;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;text-align:center;white-space:nowrap}._titleSection_90kph_55{display:flex;flex-direction:column;gap:0;width:100%}._title_90kph_55{color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem;margin:0;white-space:nowrap}._instructor_90kph_72{color:#bfbfbf;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0}._learnButton_90kph_81{background:linear-gradient(to right,#ff8c00,#ff4500);border:1px solid #e8410b;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;position:absolute;right:2rem;top:2rem;transition:all .2s ease;z-index:1}._learnButton_90kph_81:hover{background:linear-gradient(to right,#ff9500,#f50);border-color:#f50;transform:translateY(-2px)}._learnButton_90kph_81:active{transform:translateY(0)}._buttonText_90kph_105{color:#fff;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;white-space:nowrap}._widget_pbb27_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;padding:1.4375rem;width:100%}._title_pbb27_9{border-left:2px solid #BC2228;color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0 0 1rem;padding-left:.5rem}._infoItem_pbb27_20{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:1rem}._infoItem_pbb27_20:last-child{margin-bottom:0}._icon_pbb27_30{flex-shrink:0;height:1.25rem;width:1.25rem}._infoContent_pbb27_36{display:flex;flex-direction:column;gap:.25rem;flex:1}._label_pbb27_43{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._value_pbb27_51{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700;line-height:1.25rem}._lessonItem_2hshy_1{align-items:center;border-bottom:1px solid #D9D9D9;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s ease}._lessonItem_2hshy_1:last-child{border-bottom:none}._lessonItem_2hshy_1._current_2hshy_12{background-color:#fff6f7}._lessonItem_2hshy_1._locked_2hshy_15{opacity:1}._leftContent_2hshy_19{align-items:center;display:flex;gap:1rem;flex:1}._iconContainer_2hshy_26{border-radius:50%;flex-shrink:0;height:1.5rem;width:1.5rem;display:flex;align-items:center;justify-content:center}._iconContainer_2hshy_26._active_2hshy_35{background-color:#fff6f7}._iconContainer_2hshy_26._lockedIcon_2hshy_38{background-color:#f0f0f0}._icon_2hshy_26{height:100%;object-fit:contain;width:100%}._icon_2hshy_26._lockedIconImg_2hshy_47{filter:grayscale(100%);opacity:.6}._lessonInfo_2hshy_52{display:flex;flex-direction:column;gap:.25rem;flex:1}._title_2hshy_59{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._title_2hshy_59._completedText_2hshy_67{color:#222}._title_2hshy_59._lockedText_2hshy_70{color:gray;font-weight:400}._duration_2hshy_75{align-items:center;display:flex;gap:.25rem}._clockIcon_2hshy_81{height:1rem;width:1rem;flex-shrink:0}._durationText_2hshy_87{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._rightContent_2hshy_95{align-items:center;display:flex;flex-shrink:0}._checkIcon_2hshy_101,._checkboxIcon_2hshy_106{height:1rem;width:1rem}._continueButton_2hshy_111{background:linear-gradient(to right,#ff8c00,#ff4500);border:1px solid #e8410b;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.25rem;padding:.625rem 1rem;transition:all .2s ease;white-space:nowrap}._continueButton_2hshy_111:hover{background:linear-gradient(to right,#ff9500,#f50);border-color:#f50;transform:translateY(-2px)}._continueButton_2hshy_111:active{transform:translateY(0)}._section_q9yp6_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;margin-bottom:1rem;overflow:hidden;padding:1rem}._section_q9yp6_1._inProgress_q9yp6_9{background-color:#fff6f7;border-color:#ffb880}._section_q9yp6_1._completed_q9yp6_13{background-color:#fff;border-color:#d9d9d9}._header_q9yp6_18{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:0;width:100%}._leftContent_q9yp6_29{align-items:center;display:flex;gap:1rem;flex:1}._statusIcon_q9yp6_36{flex-shrink:0;height:1.25rem;width:1.25rem}._statusIcon_q9yp6_36 img{height:100%;object-fit:contain;width:100%}._sectionInfo_q9yp6_47{display:flex;flex-direction:column;gap:.5rem;flex:1}._title_q9yp6_54{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0;text-align:left}._metadata_q9yp6_64{align-items:center;display:flex;gap:.5rem}._metadataText_q9yp6_70{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._divider_q9yp6_78{background-color:#d9d9d9;height:.75rem;width:1px}._rightContent_q9yp6_84{align-items:center;display:flex;flex-shrink:0}._arrowIcon_q9yp6_90{height:1rem;transition:transform .2s ease;width:1rem}._arrowIcon_q9yp6_90._expanded_q9yp6_95{transform:rotate(180deg)}._lessons_q9yp6_99{display:flex;flex-direction:column;margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}._tabsContainer_1llwt_1{align-items:center;border-bottom:1px solid #BFBFBF;display:flex;gap:1.5rem;margin-top:1rem;padding-bottom:0;width:100%}._tab_1llwt_1{background:none;border:none;border-bottom:1px solid transparent;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;padding:0 0 .75rem;transition:all .2s ease;white-space:nowrap}._tab_1llwt_1._active_1llwt_24{border-bottom-color:#bc2228;color:#bc2228}._tab_1llwt_1:not(._active_1llwt_24){color:#333}._tab_1llwt_1:not(._active_1llwt_24):hover{color:#1a1a1a}._widget_1ryvb_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;margin-top:1rem;padding:1.4375rem;width:100%}._title_1ryvb_10{border-left:2px solid #BC2228;color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0 0 1rem;padding-left:.5rem}._instructorInfo_1ryvb_21{align-items:flex-start;display:flex;gap:.75rem}._avatar_1ryvb_27{border-radius:50%;flex-shrink:0;height:3.75rem;object-fit:cover;width:3.75rem}._infoContent_1ryvb_35{display:flex;flex-direction:column;gap:.5rem;flex:1}._name_1ryvb_42{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._description_1ryvb_51{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._container_1l5z6_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;padding:1.5rem;width:100%}._content_1l5z6_9{width:100%}._text_1l5z6_13{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75rem;margin:0;white-space:pre-line}._container_1cna0_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;padding:1.5rem;width:100%}._content_1cna0_9{width:100%}._materialsList_1cna0_13{display:flex;flex-direction:column;gap:.75rem;width:100%}._materialItem_1cna0_20{align-items:center;background:none;border:1px solid #D9D9D9;border-radius:.5rem;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;text-align:left;transition:all .2s ease;width:100%}._materialItem_1cna0_20:hover{background-color:#f9f9f9;border-color:#bfbfbf}._materialItem_1cna0_20:active{background-color:#f0f0f0}._materialContent_1cna0_41{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}._materialTitle_1cna0_49{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5rem;margin:0}._materialType_1cna0_58{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._externalIcon_1cna0_66{flex-shrink:0;height:1.25rem;margin-left:1rem;width:1.25rem}._emptyState_1cna0_73{align-items:center;display:flex;justify-content:center;padding:3rem 1rem;width:100%}._emptyText_1cna0_81{color:gray;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;text-align:center}._widget_1ecv5_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;padding:1.4375rem;width:100%}._title_1ecv5_11{border-left:2px solid #BC2228;color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0 0 1rem;padding-left:.5rem}._progressContent_1ecv5_22{display:flex;flex-direction:column;gap:.75rem;width:100%}._progressHeader_1ecv5_29{align-items:center;display:flex;justify-content:space-between;width:100%}._percentage_1ecv5_36{color:#bc2228;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem}._completedText_1ecv5_44{color:#121212;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;white-space:nowrap}._progressBar_1ecv5_53{border-radius:.25rem;height:.5rem;position:relative;width:100%}._progressBarBackground_1ecv5_60{background-color:#f0f0f0;border-radius:.25rem;height:.5rem;left:0;position:absolute;right:0;top:0;width:100%}._progressBarFill_1ecv5_71{background:#c94e53;border-radius:.25rem;height:.5rem;left:0;position:absolute;top:0;transition:width .3s ease}._motivationalText_1ecv5_81{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;margin:0}._container_1ov0s_1{display:flex;flex-direction:column;width:100%}._pageTitle_1ov0s_7{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:1rem 0}._tabsAndContent_1ov0s_16{display:flex;gap:1.5rem;justify-content:space-between;margin-top:1rem;width:100%}._mainContent_1ov0s_24{display:flex;flex:1;flex-direction:column;max-width:46.3125rem}._sidebar_1ov0s_31{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;width:23.1875rem}._tabContent_1ov0s_40{margin-top:2rem}._sections_1ov0s_44{display:flex;flex-direction:column}@media (max-width: 94rem){._tabsAndContent_1ov0s_16{flex-direction:column}._mainContent_1ov0s_24{max-width:100%}._sidebar_1ov0s_31{width:100%}}._container_1plor_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}._header_1plor_8{align-items:center;display:flex;justify-content:space-between;width:100%}._title_1plor_15{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0;white-space:nowrap}._link_1plor_25{color:#bc2228;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;text-decoration:none;white-space:nowrap}._link_1plor_25:hover{text-decoration:underline}._sliderContainer_1plor_38{margin:0 -.5rem;width:calc(100% + 1rem)}._slideItem_1plor_43{height:100%;padding:0 .5rem;transition:transform .3s ease}._dotsList_1plor_49{bottom:0;display:flex!important;justify-content:center;list-style:none;margin:0;padding:0;width:100%}._dotsList_1plor_49 li{height:10px;margin:0 8px;width:10px}._dotsList_1plor_49 li button{background:#d9d9d9!important;border:none;border-radius:50%!important;cursor:pointer;display:block;height:10px!important;padding:0;text-indent:-9999px;transition:background .2s ease;width:100%!important}._dotsList_1plor_49 li button:before{display:none!important}._dotsList_1plor_49 li._slick-active_1plor_78 button{background:#222!important}._slider_1plor_38 .slick-list{padding-bottom:2.5rem}._slider_1plor_38 .slick-dots{bottom:0;display:flex!important;justify-content:center;list-style:none;margin:0;padding:0;width:100%}._slider_1plor_38 .slick-dots li{height:10px;margin:0 8px;width:10px}._slider_1plor_38 .slick-dots li button{background:#d9d9d9!important;border:none;border-radius:50%!important;cursor:pointer;display:block;height:10px!important;padding:0;text-indent:-9999px;transition:background .2s ease;width:100%!important}._slider_1plor_38 .slick-dots li button:before{display:none!important}._slider_1plor_38 .slick-dots li.slick-active button{background:#222!important}._loading_1plor_118,._noCourses_1plor_119{color:#333;font-family:Roboto,sans-serif;padding:3rem 0;text-align:center;width:100%}@media (max-width: 48rem){._header_1plor_8{margin-bottom:.5rem}._title_1plor_15{font-size:1.25rem}._sliderContainer_1plor_38{margin:0;width:100%}._slideItem_1plor_43{padding:0}}@media (max-width: 30rem){._title_1plor_15{font-size:1.125rem}}._card_25wc0_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:.75rem;display:flex;overflow:hidden;padding:1rem;width:100%}._card_25wc0_1._vertical_25wc0_11{flex-direction:column;gap:0;padding:0}._card_25wc0_1._horizontal_25wc0_17{flex-direction:row;gap:1.5rem;align-items:flex-start}@media (max-width: 48rem){._card_25wc0_1._horizontal_25wc0_17{gap:.5rem}}._imageContainer_25wc0_28{width:100%}._card_25wc0_1._vertical_25wc0_11 ._imageContainer_25wc0_28{padding:1rem 1rem 0}._card_25wc0_1._horizontal_25wc0_17 ._imageContainer_25wc0_28{flex-shrink:0;width:9.4375rem}@media (max-width: 48rem){._card_25wc0_1._horizontal_25wc0_17 ._imageContainer_25wc0_28{width:7.5rem}}._imageWrapper_25wc0_46{background-color:#ab1f24;border-radius:.75rem;overflow:hidden;position:relative;width:100%}._card_25wc0_1._vertical_25wc0_11 ._imageWrapper_25wc0_46{height:10rem}._card_25wc0_1._horizontal_25wc0_17 ._imageWrapper_25wc0_46{height:6.6875rem}@media (max-width: 48rem){._card_25wc0_1._horizontal_25wc0_17 ._imageWrapper_25wc0_46{height:5rem}}._image_25wc0_28{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}._content_25wc0_77{display:flex;width:100%}._card_25wc0_1._vertical_25wc0_11 ._content_25wc0_77{flex-direction:column;gap:1rem;padding:1rem}._card_25wc0_1._horizontal_25wc0_17 ._content_25wc0_77{flex:1;flex-direction:row;gap:1rem;min-width:0}@media (max-width: 48rem){._card_25wc0_1._horizontal_25wc0_17 ._content_25wc0_77{flex-direction:column;gap:0}}._contentLeft_25wc0_101{display:flex;flex:1;flex-direction:column;min-width:0}._header_25wc0_108{align-items:center;display:flex;width:100%}._card_25wc0_1._vertical_25wc0_11 ._header_25wc0_108{justify-content:space-between}._card_25wc0_1._horizontal_25wc0_17 ._header_25wc0_108{justify-content:flex-start}._badge_25wc0_122{background-color:#f5fbff;border:1px solid #E0F2FE;border-radius:1rem;mix-blend-mode:multiply;padding:.125rem .625rem}._badgeText_25wc0_130{color:#0ba5ec;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;text-align:center;white-space:nowrap}._timeRemaining_25wc0_140{color:gray;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;white-space:nowrap}._details_25wc0_149{display:flex;flex-direction:column;gap:.5rem;width:100%}._title_25wc0_156{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._instructor_25wc0_169{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._progressSection_25wc0_182{display:flex;flex-direction:column;gap:.25rem;justify-content:center;width:100%}._progressHeader_25wc0_190{align-items:flex-start;display:flex;justify-content:space-between;width:100%}._progressLabel_25wc0_197{color:#222;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._progressPercentage_25wc0_205{color:#bc2228;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:1.125rem}._progressBar_25wc0_213{border-radius:.5rem;height:.5rem;position:relative;width:100%}._progressBarBackground_25wc0_220{background-color:#f0f0f0;border-radius:.25rem;height:.5rem;left:0;position:absolute;right:0;top:0}._progressBarFill_25wc0_230{background-color:#7a87f5;border-radius:.25rem;height:.5rem;left:0;position:absolute;top:0}._metadata_25wc0_239,._metadataVertical_25wc0_240{align-items:center;display:flex;gap:.5rem}._metadataItem_25wc0_246{align-items:center;display:flex;gap:.25rem}._metadataIcon_25wc0_252{flex-shrink:0;height:1.25rem;width:1.25rem}._metadataText_25wc0_258{color:#333;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;white-space:nowrap}._divider_25wc0_267{align-items:center;background-color:transparent;display:flex;height:.75rem;justify-content:center;position:relative;width:0}._divider_25wc0_267:before{background-color:#d9d9d9;content:"";height:.75rem;position:absolute;width:1px}._contentRight_25wc0_285{flex-shrink:0;width:8.75rem}@media (max-width: 48rem){._contentRight_25wc0_285{display:none}}._button_25wc0_295{background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:.5rem;color:#bc2228;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5rem;padding:.75rem 1.25rem;text-align:center;text-decoration:none;transition:all .2s ease;white-space:nowrap}._button_25wc0_295:hover{background-color:#ab1f24;border-color:#ab1f24;color:#fff}._button_25wc0_295._disabled_25wc0_317{cursor:default;pointer-events:none}._card_25wc0_1._vertical_25wc0_11 ._button_25wc0_295,._card_25wc0_1._horizontal_25wc0_17 ._button_25wc0_295{width:100%}._container_d4dly_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}._header_d4dly_8{align-items:center;display:flex;justify-content:space-between;width:100%}._title_d4dly_15{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0;white-space:nowrap}._link_d4dly_25{color:#bc2228;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;text-decoration:none;white-space:nowrap}._link_d4dly_25:hover{text-decoration:underline}._cardsList_d4dly_38{display:flex;flex-direction:column;gap:1.5rem;width:100%}._container_1anq9_1{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;width:100%;flex-wrap:wrap;gap:1.5rem 0}._leftSection_1anq9_11{display:flex;flex-direction:column;gap:0}._title_1anq9_17{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._subtitle_1anq9_26{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0;margin-top:.25rem}._rightSection_1anq9_36{display:flex;gap:0}._dateButton_1anq9_41{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;box-shadow:0 .0625rem .125rem #1018280d;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .2s ease}._dateButton_1anq9_41:hover{background-color:#f9f9f9;border-color:#bfbfbf}._calendarIcon_1anq9_58{height:1.25rem;width:1.25rem;flex-shrink:0}._dateText_1anq9_64{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;white-space:nowrap}._bottomSection_1anq9_73{width:100%;display:flex;flex-direction:row;align-items:center;gap:1.5rem;padding:1rem;background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;box-shadow:0 1px 2px #1018280d}._pieChartWrapper_1anq9_86{position:relative;width:3.125rem;height:3.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._pieChart_1anq9_86{width:100%;height:100%}._percentageBox_1anq9_101{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem;background-color:#f5f6ff;border-radius:50%;display:flex;align-items:center;justify-content:center}._percentageText_1anq9_115{font-family:Roboto,sans-serif;font-size:.625rem;font-weight:600;color:#222}._textSection_1anq9_122{display:flex;flex-direction:column;gap:.25rem}._learningGoalTitle_1anq9_128{font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;color:#2b2b2b;margin:0}._learningGoalDesc_1anq9_136{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;color:gray;margin:0;line-height:1.25rem}@media (max-width: 48rem){._container_1anq9_1{flex-direction:column;gap:1rem;margin-bottom:1.5rem}._dateButton_1anq9_41{width:100%;justify-content:flex-start}._bottomSection_1anq9_73{gap:1rem}}._container_chqze_1{margin-bottom:24px;border-radius:12px;box-shadow:0 4px 12px #0000000d}._container_chqze_1 ._header_chqze_6{display:flex;align-items:center;margin-bottom:12px}._container_chqze_1 ._header_chqze_6 ._title_chqze_11{margin-bottom:0!important;display:flex;align-items:center;font-size:16px}._container_chqze_1 ._statItem_chqze_17{margin-bottom:12px}._container_chqze_1 ._statItem_chqze_17 ._statInfo_chqze_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._container_chqze_1 ._statItem_chqze_17 ._statInfo_chqze_20 ._statLabel_chqze_26{display:flex;align-items:center;color:#8c8c8c;font-size:12px}._container_chqze_1 ._congrats_chqze_32{text-align:center;background:#f6ffed;color:#52c41a;padding:8px;border-radius:8px;font-size:12px;font-weight:700;margin-top:12px}._container_qs771_1{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;min-height:17.5rem;height:100%;padding:1.5rem;position:relative;width:100%}._title_qs771_14{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0;top:1.5rem;white-space:nowrap}._skillsList_qs771_25{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;width:100%}._skillItem_qs771_33{display:flex;flex-direction:column;gap:.25rem;width:100%}._skillHeader_qs771_40{align-items:center;display:flex;justify-content:space-between;width:100%}._skillLabel_qs771_47{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.25rem}._skillValue_qs771_55{color:gray;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._progressBar_qs771_63{border-radius:.25rem;height:.5rem;position:relative;width:100%}._progressBarBackground_qs771_70{background-color:#f0f0f0;border-radius:.25rem;height:.5rem;left:0;position:absolute;right:0;top:0}._progressBarFill_qs771_80{border-radius:.25rem;height:.5rem;left:0;position:absolute;top:0;transition:width .3s ease}._button_qs771_89{background:transparent;border:none;color:#bc2228;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin-top:auto;padding:0;text-align:center;transition:opacity .2s ease;white-space:nowrap}._button_qs771_89:hover{opacity:.8;text-decoration:underline}._chartContainer_1rpph_1{width:100%;height:300px;display:flex;align-items:center;justify-content:center;margin:20px 0}._loading_1rpph_10{height:300px;display:flex;align-items:center;justify-content:center;color:#999;font-size:.9rem}._container_1ehbd_1{background-color:#fff6f7;border-radius:16px;height:100%;overflow:hidden;position:relative;width:100%}._flex_1ehbd_10{display:flex;gap:.2rem;align-items:center}._decorativeShapes_1ehbd_16{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}._shape1_1ehbd_22{position:absolute;left:38px;top:207px;width:184px;height:184px;background-color:#e0999c;border-radius:87.245px 87.245px 87.245px 0}._shape2_1ehbd_32{position:absolute;left:182px;top:151px;width:240px;height:240px;background-color:#e0999c;border-radius:120px 120px 0;transform:scaleY(-1)}._star1_1ehbd_43,._star2_1ehbd_44{position:absolute;width:15px;height:15px}._star1_1ehbd_43:before,._star1_1ehbd_43:after,._star2_1ehbd_44:before,._star2_1ehbd_44:after{content:"";position:absolute;background-color:#bc2228}._star1_1ehbd_43:before,._star2_1ehbd_44:before{width:100%;height:3px;top:50%;left:0;transform:translateY(-50%)}._star1_1ehbd_43:after,._star2_1ehbd_44:after{width:3px;height:100%;left:50%;top:0;transform:translate(-50%)}._star1_1ehbd_43{left:265px;top:136px}._star2_1ehbd_44{left:86px;top:260px}._circle1_1ehbd_83,._circle2_1ehbd_84,._circle3_1ehbd_85{position:absolute;border-radius:50%;background-color:#bc2228}._circle1_1ehbd_83{left:281px;top:299px;width:15px;height:15px}._circle2_1ehbd_84{left:52px;top:183px;width:11px;height:11px}._circle3_1ehbd_85{left:310px;top:210px;width:8px;height:8px}._plus1_1ehbd_112,._plus2_1ehbd_113{position:absolute}._plus1_1ehbd_112:before,._plus1_1ehbd_112:after,._plus2_1ehbd_113:before,._plus2_1ehbd_113:after{content:"";position:absolute;background-color:#bc2228}._plus1_1ehbd_112:before,._plus2_1ehbd_113:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}._plus1_1ehbd_112:after,._plus2_1ehbd_113:after{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}._plus1_1ehbd_112{left:106px;top:141px;width:12px;height:12px}._plus2_1ehbd_113{left:294px;top:262px;width:10px;height:10px}._content_1ehbd_154{position:relative;z-index:1;padding:24px;display:flex;flex-direction:column;height:100%}._iconWrapper_1ehbd_163{width:20px;height:20px;margin-bottom:8px}._iconImage_1ehbd_169{width:100%;height:100%;object-fit:contain}._title_1ehbd_175{color:#bc2228;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:32px;margin:0 0 8px}._description_1ehbd_184{color:#222;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 0 16px;max-width:280px}._robotWrapper_1ehbd_194{flex:1;display:flex;align-items:center;justify-content:center;margin:16px 0;position:relative}._robotImage_1ehbd_203{width:180px;height:auto;object-fit:contain;position:relative;z-index:2}._button_1ehbd_211{background-color:#fff;border:1px solid #D9D9D9;border-radius:8px;color:#1a1a1a;cursor:pointer;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:24px;padding:12px 20px;text-align:center;transition:all .2s ease;width:100%}._button_1ehbd_211:hover{background-color:#f9f9f9;border-color:#bfbfbf;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._button_1ehbd_211:active{transform:translateY(0)}._container_p02zh_1{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;position:relative}._pieLayer_p02zh_10{height:11.25rem;overflow:visible;position:relative;width:11.25rem}._svg_p02zh_17{display:block;height:100%;overflow:visible;width:100%}._backgroundCircle_p02zh_24{transition:stroke .3s ease}._progressCircle_p02zh_28{transition:stroke-dashoffset .5s ease}._centerText_p02zh_32{align-items:center;display:flex;flex-direction:column;gap:.1875rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}._percentage_p02zh_44{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._label_p02zh_53{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;font-style:normal;line-height:normal;margin:0}._container_6jkae_1{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;min-height:28.375rem;height:100%;overflow:hidden;position:relative;width:100%}._titleSection_6jkae_13{align-items:center;display:flex;gap:.5rem;left:1.5rem;position:absolute;top:1.25rem}._iconContainer_6jkae_22{align-items:center;background-color:#fff6f7;border-radius:3rem;display:flex;height:1.5rem;justify-content:center;overflow:hidden;padding:.25rem;width:1.5rem}._icon_6jkae_22{height:.75rem;width:.75rem}._title_6jkae_13{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0;white-space:nowrap}._pieChartContainer_6jkae_49{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:3rem;transform:translate(-50%)}._motivationalText_6jkae_59{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;left:50%;line-height:1.875rem;margin:0;position:absolute;text-align:center;top:16rem;transform:translate(-50%);white-space:nowrap}._progressDetail_6jkae_74{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;left:50%;line-height:1.25rem;margin:0;position:absolute;text-align:center;top:18.125rem;transform:translate(-50%);white-space:nowrap}._progressBold_6jkae_89{color:#2b2b2b;font-family:Roboto,sans-serif;font-weight:700}._button_6jkae_95{border:1px solid var(--Blue-Linear, #F5F6FF);background:var(--Blue-Linear, linear-gradient(90deg, #F5F6FF 0%, #E6E9FF 50%, #CCD2FF 100%));border-radius:.5rem;color:#4c59d9;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;left:50%;line-height:1.5rem;padding:.75rem 1.25rem;position:absolute;top:20.875rem;transform:translate(-50%);transition:all .2s ease;white-space:nowrap;width:19.6875rem}._button_6jkae_95:hover{opacity:.9}._button_6jkae_95:active{opacity:.8}._rankingSection_6jkae_121{align-items:center;border-top:1px solid #D9D9D9;display:flex;justify-content:space-between;left:0;padding:1rem 1.5rem 0;position:absolute;top:24.75rem;width:100%}._rankingLabel_6jkae_133{color:gray;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;white-space:nowrap}._ranking_6jkae_121{align-items:center;display:flex;gap:.25rem}._rankingIcon_6jkae_148{height:.75rem;width:.75rem}._rankingText_6jkae_153{color:#1a1a1a;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:700;line-height:1.125rem;white-space:nowrap}._container_1ford_1{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:6rem;width:22.6875rem}@media (max-width: 87.5rem){._container_1ford_1{width:100%;position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){._container_1ford_1{grid-template-columns:repeat(2,minmax(0,363px));justify-content:center;width:100%}._container_1ford_1>:first-child{grid-column:span 2;max-width:none;width:100%}}@media (max-width: 48rem){._container_1ford_1{grid-template-columns:1fr;width:100%;position:static}}._container_sxw0s_1{display:flex;flex-direction:column;width:100%}._mainContent_sxw0s_7{display:flex;gap:1.5rem;justify-content:space-between;width:100%}._leftColumn_sxw0s_14{display:flex;flex-direction:column;flex:1;gap:2rem;max-width:46.8125rem}._rightColumn_sxw0s_22{flex-shrink:0}@media (max-width: 87.5rem){._mainContent_sxw0s_7{flex-direction:column;gap:2rem}._leftColumn_sxw0s_14{max-width:100%}._rightColumn_sxw0s_22{width:100%}}@media (max-width: 48rem){._mainContent_sxw0s_7{gap:1.5rem}}._countContainer_x5ees_1{padding:0;width:100%}._boxMain_x5ees_6{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width: 48.0625rem){._boxMain_x5ees_6{padding:1.5rem;gap:1.5rem}}._contentMain_x5ees_23{border-bottom:.0625rem solid #d9d9d9;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 48.0625rem){._contentMain_x5ees_23{padding-bottom:1.5rem;gap:1.5rem}}._title_x5ees_37{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2rem;color:#1a1a1a;margin:0}._contentText_x5ees_46{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media (min-width: 30rem){._contentText_x5ees_46{grid-template-columns:repeat(3,1fr)}}@media (min-width: 48.0625rem){._contentText_x5ees_46{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width: 64rem){._contentText_x5ees_46{grid-template-columns:repeat(5,1fr)}}._textBox_x5ees_69{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:8rem}._textBox_x5ees_69:hover{border-color:#bc2228;background:snow;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #dd530f1a}._textBox_x5ees_69 ._textJapan_x5ees_89{font-family:Roboto,sans-serif;font-weight:700;font-size:2.5rem;line-height:3rem;color:#1a1a1a;margin:0}._textBox_x5ees_69 ._textPronounce_x5ees_97{font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;line-height:1.5rem;color:#1a1a1a;margin:0;opacity:.7}._contentModal_x5ees_107{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}._modalBox_x5ees_115{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._modalBox_x5ees_115 ._textJapanLarge_x5ees_122{font-family:Roboto,sans-serif;font-weight:700;font-size:4rem;color:#1a1a1a;margin:0}._modalBox_x5ees_115 ._charRomaji_x5ees_129{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#1a1a1a;margin:0}._btnModal_x5ees_137{display:flex;justify-content:center;gap:1rem;width:100%}._btnRepeat_x5ees_144,._btnListen_x5ees_144{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid transparent}._btnRepeat_x5ees_144:hover,._btnListen_x5ees_144:hover{transform:scale(1.05)}._btnRepeat_x5ees_144 img,._btnListen_x5ees_144 img{width:1.5rem;height:1.5rem}._btnRepeat_x5ees_144{background:#fff6f7;border-color:#fe9b52}._btnRepeat_x5ees_144:hover{background:#ffe7d5}._btnListen_x5ees_144{background:#f0f9ff;border-color:#0ba5ec}._btnListen_x5ees_144:hover{background:#e0f2fe}._btnPronounce_x5ees_179{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid #d9d9d9;background:#f9f9f9}._btnPronounce_x5ees_179:hover{background:#f2f2f2;transform:scale(1.05)}._btnPronounce_x5ees_179._recording_x5ees_195{background:#fee2e2;border-color:#ef4444;animation:_pulse_x5ees_1 1.5s infinite}._btnPronounce_x5ees_179._recording_x5ees_195 img{filter:none}._btnPronounce_x5ees_179 img{width:1.5rem;height:1.5rem}._scoreLabel_x5ees_208{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700;color:#31a42f;margin-top:.5rem}._recordingText_x5ees_216{font-family:Roboto,sans-serif;font-size:.75rem;color:#ef4444;font-style:italic;font-weight:500;margin-top:.25rem}@keyframes _pulse_x5ees_1{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}._sidebar_1224d_1{background-color:#fff;border-right:.0625rem solid #D9D9D9;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:20rem;z-index:9999;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 48rem){._sidebar_1224d_1{width:100%;transform:translate(-100%)}._sidebar_1224d_1._open_1224d_20{transform:translate(0)}}._backdrop_1224d_25{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9998;opacity:0;transition:opacity .3s ease}@media (max-width: 48rem){._backdrop_1224d_25._show_1224d_38{display:block;opacity:1}}._mobileHeader_1224d_44{display:none;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem;border-bottom:.0625rem solid #D9D9D9}@media (max-width: 48rem){._mobileHeader_1224d_44{display:flex}}._headerLogoWrapper_1224d_58{display:flex;align-items:center}._headerLogo_1224d_58{height:1.5rem;object-fit:contain}._closeButton_1224d_68{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}._closeButton_1224d_68 img{width:1.5rem;height:1.5rem}._header_1224d_58{display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}@media (max-width: 48rem){._header_1224d_58{display:none}}._logoContainer_1224d_94{cursor:pointer;display:flex;justify-content:center}._logo_1224d_94{height:2rem;object-fit:contain}._backToCourseTop_1224d_105{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#222;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 0;margin-bottom:.5rem;transition:color .2s}._backToCourseTop_1224d_105:hover{color:#bc2228}@media (max-width: 48rem){._backToCourseTop_1224d_105{margin-bottom:1rem}}._backIcon_1224d_129{width:1.25rem;height:1.25rem}._scrollableContent_1224d_134{flex:1;overflow-y:auto;padding:0 1.5rem 1.5rem}@media (max-width: 48rem){._scrollableContent_1224d_134{padding-top:1rem}}._scrollableContent_1224d_134::-webkit-scrollbar{width:.25rem}._scrollableContent_1224d_134::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:.125rem}._sectionsList_1224d_152{display:flex;flex-direction:column;gap:.75rem}._section_1224d_152{border:.0625rem solid #D9D9D9;border-radius:1rem;padding:1rem}._sectionHeader_1224d_164{display:flex;align-items:center;gap:.75rem}._sectionTitle_1224d_170{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;color:#222;margin:0}._sectionMetadata_1224d_178{color:gray;font-family:Roboto,sans-serif;font-size:.75rem}._lessonsList_1224d_184{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}._lessonItem_1224d_191{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer;transition:all .2s;text-align:left;width:100%}._lessonItem_1224d_191:hover{background:#f9f9f9}._lessonItem_1224d_191._active_1224d_207{background:#fff6f7}._lessonItem_1224d_191._active_1224d_207 ._lessonTitle_1224d_210{color:#bc2228}._lessonIcon_1224d_214{width:1.125rem;height:1.125rem}._lessonTitle_1224d_210{font-family:Roboto,sans-serif;font-weight:600;font-size:.9375rem;color:#222;margin:0}._footer_1224d_227{padding:1.5rem;border-top:.0625rem solid #F0F0F0;display:flex;align-items:center;justify-content:center;gap:.25rem}._copyrightIcon_1224d_236,._copyrightText_1224d_236{color:gray;font-family:Roboto,sans-serif;font-size:.5rem}._container_1m0xl_1{position:relative;width:200px;height:200px;background-color:#fff;border:1px solid #f0f0f0;border-radius:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0000000d}@media (min-width: 48rem){._container_1m0xl_1{width:240px;height:240px}}._guidanceGrid_1m0xl_21,._kanjiSvg_1m0xl_22{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}._guidanceGrid_1m0xl_21{z-index:0;opacity:.2;color:#d1d5db}._kanjiSvg_1m0xl_22{z-index:1}._strokeNumber_1m0xl_41{font-size:8px;fill:#9ca3af;font-weight:500;opacity:0;animation:_fadeIn_1m0xl_1 .3s forwards}._strokePath_1m0xl_49{fill:none;stroke:#1f2937;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:_drawStroke_1m0xl_1 var(--duration, 3s) ease-in-out forwards}._loading_1m0xl_60,._error_1m0xl_60{font-family:Roboto,sans-serif;font-size:.875rem;color:#6b7280;text-align:center;padding:1rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}._fallbackChar_1m0xl_73{font-size:4rem;color:#d1d5db;font-family:Klee One,Yu Mincho,serif}@keyframes _drawStroke_1m0xl_1{to{stroke-dashoffset:0}}@keyframes _fadeIn_1m0xl_1{to{opacity:1}}._hiraganaContainer_1ji27_1{padding:0;width:100%}._boxMain_1ji27_6{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width: 48.0625rem){._boxMain_1ji27_6{padding:1.5rem;gap:1.5rem}}._contentMain_1ji27_23{border-bottom:.0625rem solid #d9d9d9;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 48.0625rem){._contentMain_1ji27_23{padding-bottom:1.5rem;gap:1.5rem}}._title_1ji27_37{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2rem;color:#1a1a1a;margin:0}._filterMain_1ji27_46{display:flex;flex-wrap:wrap;gap:.5rem}._contentFilter_1ji27_52{padding:.5rem 1rem;border-radius:.5rem;background:#f9f9f9;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._contentFilter_1ji27_52:hover{background:#f2f2f2}._contentFilter_1ji27_52._isActive_1ji27_65{background:#fff6f7}._contentFilter_1ji27_52._isActive_1ji27_65 ._text_1ji27_68{color:#bc2228}._contentFilter_1ji27_52 ._text_1ji27_68{font-family:Roboto,sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;color:#333;margin:0;white-space:nowrap}._contentText_1ji27_81{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media (min-width: 30rem){._contentText_1ji27_81{grid-template-columns:repeat(3,1fr)}}@media (min-width: 48.0625rem){._contentText_1ji27_81{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width: 64rem){._contentText_1ji27_81{grid-template-columns:repeat(5,1fr)}}._textBox_1ji27_104{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:8rem}._textBox_1ji27_104:hover{border-color:#bc2228;background:snow;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #dd530f1a}._textBox_1ji27_104 ._textJapan_1ji27_124{font-family:Roboto,sans-serif;font-weight:700;font-size:2.5rem;line-height:3rem;color:#1a1a1a;margin:0}._textBox_1ji27_104 ._textPronounce_1ji27_132{font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;line-height:1.5rem;color:#1a1a1a;margin:0;opacity:.7}._contentSoundField_1ji27_142{padding:1rem 0}._contentSoundField_1ji27_142 ul{list-style:none;padding:0;margin:0}._contentSoundField_1ji27_142 ._listLatin_1ji27_150{font-family:Roboto,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.75rem;color:#1a1a1a;margin-bottom:1rem}._contentSoundField_1ji27_142 ._listLatin_1ji27_150:not(:first-child){margin-top:1.5rem}._contentSoundField_1ji27_142 ._listDisc_1ji27_161{margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5rem;color:#333}._contentSoundField_1ji27_142 ._listDisc_1ji27_161:before{content:"";position:absolute;left:.25rem;top:.625rem;width:.375rem;height:.375rem;border-radius:50%;background-color:#bc2228}._contentModal_1ji27_181{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}._modalBox_1ji27_189{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._modalBox_1ji27_189 ._charRomaji_1ji27_196{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#1a1a1a;margin:0}._btnModal_1ji27_204{display:flex;justify-content:center;gap:1rem;width:100%}._btnRepeat_1ji27_211,._btnListen_1ji27_211{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid transparent}._btnRepeat_1ji27_211:hover,._btnListen_1ji27_211:hover{transform:scale(1.05)}._btnRepeat_1ji27_211 img,._btnListen_1ji27_211 img{width:1.5rem;height:1.5rem}._btnRepeat_1ji27_211{background:#fff6f7;border-color:#fe9b52}._btnRepeat_1ji27_211:hover{background:#ffe7d5}._btnListen_1ji27_211{background:#f0f9ff;border-color:#0ba5ec}._btnListen_1ji27_211:hover{background:#e0f2fe}._btnPronounce_1ji27_246{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid #d9d9d9;background:#f9f9f9}._btnPronounce_1ji27_246:hover{background:#f2f2f2;transform:scale(1.05)}._btnPronounce_1ji27_246._recording_1ji27_262{background:#fee2e2;border-color:#ef4444;animation:_pulse_1ji27_1 1.5s infinite}._btnPronounce_1ji27_246._recording_1ji27_262 img{filter:none}._btnPronounce_1ji27_246 img{width:1.5rem;height:1.5rem}._scoreLabel_1ji27_275{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700;color:#31a42f;margin-top:.5rem}._recordingText_1ji27_283{font-family:Roboto,sans-serif;font-size:.75rem;color:#ef4444;font-style:italic;font-weight:500;margin-top:.25rem}@keyframes _pulse_1ji27_1{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}._katakanaContainer_13dn8_1{padding:0;width:100%}._boxMain_13dn8_6{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width: 48.0625rem){._boxMain_13dn8_6{padding:1.5rem;gap:1.5rem}}._contentMain_13dn8_23{border-bottom:.0625rem solid #d9d9d9;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 48.0625rem){._contentMain_13dn8_23{padding-bottom:1.5rem;gap:1.5rem}}._title_13dn8_37{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2rem;color:#1a1a1a;margin:0}._filterMain_13dn8_46{display:flex;flex-wrap:wrap;gap:.5rem}._contentFilter_13dn8_52{padding:.5rem 1rem;border-radius:.5rem;background:#f9f9f9;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}._contentFilter_13dn8_52:hover{background:#f2f2f2}._contentFilter_13dn8_52._isActive_13dn8_65{background:#fff6f7}._contentFilter_13dn8_52._isActive_13dn8_65 ._text_13dn8_68{color:#bc2228}._contentFilter_13dn8_52 ._text_13dn8_68{font-family:Roboto,sans-serif;font-weight:600;font-size:.875rem;line-height:1.25rem;color:#333;margin:0;white-space:nowrap}._contentText_13dn8_81{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media (min-width: 30rem){._contentText_13dn8_81{grid-template-columns:repeat(3,1fr)}}@media (min-width: 48.0625rem){._contentText_13dn8_81{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width: 64rem){._contentText_13dn8_81{grid-template-columns:repeat(5,1fr)}}._textBox_13dn8_104{background:#fff;border:.0625rem solid #d9d9d9;border-radius:1rem;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:8rem}._textBox_13dn8_104:hover{border-color:#bc2228;background:snow;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #dd530f1a}._textBox_13dn8_104 ._textJapan_13dn8_124{font-family:Roboto,sans-serif;font-weight:700;font-size:2.5rem;line-height:3rem;color:#1a1a1a;margin:0}._textBox_13dn8_104 ._textPronounce_13dn8_132{font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;line-height:1.5rem;color:#1a1a1a;margin:0;opacity:.7}._contentModal_13dn8_142{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}._modalBox_13dn8_150{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._modalBox_13dn8_150 ._charRomaji_13dn8_157{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#1a1a1a;margin:0}._btnModal_13dn8_165{display:flex;justify-content:center;gap:1rem;width:100%}._btnRepeat_13dn8_172,._btnListen_13dn8_172{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid transparent}._btnRepeat_13dn8_172:hover,._btnListen_13dn8_172:hover{transform:scale(1.05)}._btnRepeat_13dn8_172 img,._btnListen_13dn8_172 img{width:1.5rem;height:1.5rem}._btnRepeat_13dn8_172{background:#fff6f7;border-color:#fe9b52}._btnRepeat_13dn8_172:hover{background:#ffe7d5}._btnListen_13dn8_172{background:#f0f9ff;border-color:#0ba5ec}._btnListen_13dn8_172:hover{background:#e0f2fe}._btnPronounce_13dn8_207{width:3.5rem;height:3.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:.0625rem solid #d9d9d9;background:#f9f9f9}._btnPronounce_13dn8_207:hover{background:#f2f2f2;transform:scale(1.05)}._btnPronounce_13dn8_207._recording_13dn8_223{background:#fee2e2;border-color:#ef4444;animation:_pulse_13dn8_1 1.5s infinite}._btnPronounce_13dn8_207._recording_13dn8_223 img{filter:none}._btnPronounce_13dn8_207 img{width:1.5rem;height:1.5rem}._scoreLabel_13dn8_236{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:700;color:#31a42f;margin-top:.5rem}._recordingText_13dn8_244{font-family:Roboto,sans-serif;font-size:.75rem;color:#ef4444;font-style:italic;font-weight:500;margin-top:.25rem}@keyframes _pulse_13dn8_1{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}._container_17q4z_1{display:flex;flex-direction:column;min-height:100%;width:100%}._mainContent_17q4z_8{flex:1;width:100%;padding-bottom:2rem}@media (max-width: 48rem){._mainContent_17q4z_8{padding:1rem 0}}._container_zqyy8_1{display:flex;width:100%;background:#f5f9fc;min-height:100vh;position:relative}@media (max-width: 48rem){._container_zqyy8_1{margin-left:0;width:100%;flex-direction:column;padding-bottom:6rem}}._courseHeader_zqyy8_17{margin-top:1.5rem;padding:0 .5rem}._courseTitle_zqyy8_22{font-size:1.25rem;font-weight:600}._mainContent_zqyy8_27{display:flex;flex:1;flex-direction:column;margin-left:20rem;max-width:calc(100% - 20rem);min-width:0;padding:0 2rem;width:100%}@media (max-width: 48rem){._mainContent_zqyy8_27{margin-left:0;max-width:100%;padding:0 1rem}}._readingSection_zqyy8_45{display:flex;flex-direction:column;width:100%}._readingCard_zqyy8_51{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:100%;margin-top:1.5rem}@media (max-width: 48rem){._readingCard_zqyy8_51{padding:1rem;margin-top:1rem}}._quizSection_zqyy8_69{display:flex;flex-direction:column;width:100%}._quizCard_zqyy8_75{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:100%;margin-top:1.5rem}@media (max-width: 48rem){._quizCard_zqyy8_75{padding:1rem;margin-top:1rem}}._videoSection_zqyy8_93{display:flex;flex-direction:column;width:100%}._videoCard_zqyy8_99{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:100%;margin-top:1.5rem}@media (max-width: 48rem){._videoCard_zqyy8_99{padding:.75rem;margin-top:1rem;border-radius:.75rem}}._contentSection_zqyy8_118{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.5rem;width:100%}._tabContent_zqyy8_130{width:100%}._pdfWrapper_zqyy8_134{display:flex;flex-direction:column;gap:1.5rem;width:100%;align-items:center;background-color:#f0f0f0;padding:1rem;border-radius:.75rem}._pdfWrapper_zqyy8_134 iframe{width:100%;height:1000px;border:none;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:#fff}._attachmentSection_zqyy8_153{padding:1.5rem;background:#f0f0f0;border-radius:.75rem}._attachmentSection_zqyy8_153 h3{margin-bottom:1rem;font-size:1rem;font-weight:600}._iframeLoading_zqyy8_164{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;width:100%;gap:1rem;color:#333}._hidden_zqyy8_175{display:none}._downloadButton_zqyy8_179{display:inline-flex;align-items:center;padding:.75rem 1.5rem;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s}._downloadButton_zqyy8_179:hover{color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #dd530f33}._noContent_zqyy8_195{padding:3rem;text-align:center;color:#333;font-style:italic}._footer_zqyy8_202{padding:1.5rem;border-top:1px solid #D9D9D9;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center}@media (max-width: 48rem){._footer_zqyy8_202{padding:1rem;background-color:transparent;border-top:none}}._completeButton_zqyy8_218{height:auto!important;padding:10px 32px!important;border-radius:8px!important;font-weight:600!important;background-color:#bc2228!important;border-color:#bc2228!important;color:#fff;border:none;cursor:pointer;font-size:.95rem;transition:all .3s ease!important}@media (max-width: 48rem){._completeButton_zqyy8_218{width:100%;padding:12px 16px!important}}._completeButton_zqyy8_218:hover{background-color:#bc2228!important;border-color:#bc2228!important;transform:translateY(-2px);box-shadow:0 4px 12px #dd530f33}._completeButton_zqyy8_218._completed_zqyy8_243{background-color:#52c41a!important;border-color:#52c41a!important;color:#fff!important;opacity:1!important;cursor:default!important;transform:none!important;box-shadow:none!important}._noDataWrapper_zqyy8_253{display:flex;justify-content:center;align-items:center;height:50vh;width:100%;color:#666;font-size:1.1rem}._mobileNavigation_zqyy8_263{display:none}@media (max-width: 48rem){._mobileNavigation_zqyy8_263{display:flex;gap:.75rem;padding:1rem;width:100%;position:fixed;bottom:0;left:0;background-color:#fff;border-top:1px solid #D9D9D9;box-shadow:0 -4px 12px #00000014;z-index:1001;box-sizing:border-box}}._mobPreviousButton_zqyy8_283,._mobNextButton_zqyy8_284{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .2s;cursor:pointer}._mobPreviousButton_zqyy8_283:disabled,._mobNextButton_zqyy8_284:disabled{opacity:.5;cursor:not-allowed}._mobPreviousButton_zqyy8_283{background-color:#fff6f7;border:1px solid #FFF6F7;color:#bc2228}._mobPreviousButton_zqyy8_283 img{width:1.25rem;height:1.25rem}._mobNextButton_zqyy8_284{background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:none;color:#fff}._mobNextButton_zqyy8_284 img{width:1.25rem;height:1.25rem;filter:brightness(0) invert(1)}._container_ciivt_1{background-color:#fff}._content_ciivt_5{display:flex;flex-direction:column}._title_ciivt_10{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0 0 1rem}._paragraph_ciivt_19{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0 0 1rem}._list_ciivt_28{list-style:disc;margin:0 0 1rem;padding-left:1.5rem}._list_ciivt_28 li{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin-bottom:0}._list_ciivt_28 li:last-child{margin-bottom:0}._noData_ciivt_45{color:#999;text-align:center;padding:2rem;font-style:italic}._descriptionContent_ciivt_52{color:#333;line-height:1.6}._container_1oesg_1{background-color:#fff}._discussionItem_1oesg_5{align-items:flex-start;display:flex;gap:.5rem}._avatar_1oesg_11{border-radius:200px;flex-shrink:0;height:1.5rem;overflow:hidden;position:relative;width:1.5rem}._avatarImage_1oesg_20{height:100%;object-fit:cover;width:100%}._messageBox_1oesg_26{align-items:flex-end;background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;display:flex;flex:1;flex-direction:column;gap:.75rem;min-width:0;overflow:hidden;padding:.75rem}._messageInput_1oesg_40{background:transparent;border:none;color:#222;font-family:SF Pro Display,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;min-height:1.125rem;outline:none;resize:none;width:100%}._messageInput_1oesg_40::placeholder{color:gray}._sendButton_1oesg_57{align-items:center;background-color:#bc2228;border:none;border-radius:1rem;cursor:pointer;display:flex;justify-content:center;padding:.375rem;transition:opacity .2s ease}._sendButton_1oesg_57:hover{opacity:.9}._sendIcon_1oesg_72{height:.75rem;object-fit:contain;width:.75rem}._container_qujfu_1{display:flex;flex-direction:row;gap:1.5rem;width:100%}@media (max-width: 48rem){._container_qujfu_1{flex-direction:column;gap:1rem}}._leftSection_qujfu_14{display:flex;flex:1;flex-direction:column;min-width:0}._questionContainer_qujfu_21{display:flex;flex-direction:column;gap:.75rem}._questionHeader_qujfu_27{display:flex;flex-direction:column;gap:.25rem}._questionNumber_qujfu_33{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._questionTitle_qujfu_42{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.875rem;margin:0}@media (max-width: 48rem){._questionTitle_qujfu_42{font-size:1.125rem;line-height:1.625rem}}._itemsList_qujfu_57{display:flex;flex-direction:column;width:100%}._item_qujfu_57{align-items:center;background-color:#fff;border-bottom:1px solid #D9D9D9;cursor:move;display:flex;gap:1rem;overflow:hidden;padding:1rem;transition:background-color .2s ease;width:100%}@media (max-width: 48rem){._item_qujfu_57{padding:.875rem;gap:.75rem}}._item_qujfu_57:last-child{border-bottom:none}._item_qujfu_57:hover{background-color:#f9f9f9}._item_qujfu_57._dragging_qujfu_87{opacity:.5}._item_qujfu_57._dragOver_qujfu_90{background-color:#fff6f7;border-bottom-color:#ffb880}._dragHandle_qujfu_95{align-items:center;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}@media (max-width: 48rem){._dragHandle_qujfu_95{height:1.25rem;width:1.25rem}}._dragIcon_qujfu_110{height:1.5rem;object-fit:contain;width:1.5rem}@media (max-width: 48rem){._dragIcon_qujfu_110{height:1.25rem;width:1.25rem}}._itemText_qujfu_122{color:#1a1a1a;flex:1;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;text-align:left}@media (max-width: 48rem){._itemText_qujfu_122{font-size:.9375rem;line-height:1.375rem}}._rightSection_qujfu_139{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;width:15.625rem}@media (max-width: 48rem){._rightSection_qujfu_139{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}}._questionListTitle_qujfu_155{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._questionGrid_qujfu_164{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left}@media (max-width: 48rem){._questionGrid_qujfu_164{gap:.375rem}}._questionNumberItem_qujfu_176{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:.25rem;color:#222;cursor:pointer;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:2.125rem;justify-content:center;line-height:1.5rem;padding:.25rem .75rem;transition:all .2s ease;width:2.125rem}@media (max-width: 48rem){._questionNumberItem_qujfu_176{width:2rem;height:2rem;font-size:.875rem}}._questionNumberItem_qujfu_176:hover{background-color:#fff6f7}._questionNumberItem_qujfu_176._current_qujfu_205,._questionNumberItem_qujfu_176._answered_qujfu_210,._questionNumberItem_qujfu_176._answered_qujfu_210._current_qujfu_205{background-color:#fff6f7;border-color:#ffb880;color:#bc2228}._container_7xnjy_1{display:flex;flex-direction:row;gap:1.5rem;width:100%}@media (max-width: 48rem){._container_7xnjy_1{flex-direction:column;gap:1rem}}._leftSection_7xnjy_14{display:flex;flex:1;flex-direction:column;min-width:0}._questionContainer_7xnjy_21{display:flex;flex-direction:column;gap:.75rem}._questionHeader_7xnjy_27{display:flex;flex-direction:column;gap:.25rem}._questionNumber_7xnjy_33{font-family:Roboto,sans-serif;font-size:14px;color:#222;line-height:20px}._questionTitle_7xnjy_40{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;color:#121212;line-height:30px;margin:0}@media (max-width: 48rem){._questionTitle_7xnjy_40{font-size:18px;line-height:26px}}._questionContent_7xnjy_55{margin-top:16px;font-family:Roboto,sans-serif;font-size:16px;line-height:24px;color:#333}@media (max-width: 48rem){._questionContent_7xnjy_55{font-size:15px;line-height:22px;margin-top:12px}}._questionContent_7xnjy_55 ._placeholder_7xnjy_69{font-weight:700}._blanksGrid_7xnjy_73{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}@media (max-width: 48rem){._blanksGrid_7xnjy_73{grid-template-columns:1fr;gap:12px;margin-top:16px}}._blankItem_7xnjy_87{display:flex;align-items:center;gap:12px}@media (max-width: 48rem){._blankItem_7xnjy_87{gap:8px}}._blankItem_7xnjy_87 ._blankIndex_7xnjy_97{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;white-space:nowrap}@media (max-width: 48rem){._blankItem_7xnjy_87 ._blankIndex_7xnjy_97{font-size:14px}}._blankItem_7xnjy_87 ._blankInput_7xnjy_109{flex:1;height:52px;background:#fff;border:1px solid #D9D9D9;border-radius:12px;padding:0 16px;font-family:Roboto,sans-serif;font-size:16px;color:#333;outline:none;transition:all .2s}@media (max-width: 48rem){._blankItem_7xnjy_87 ._blankInput_7xnjy_109{height:44px;font-size:14px;padding:0 12px}}._blankItem_7xnjy_87 ._blankInput_7xnjy_109:focus{border-color:#bc2228;box-shadow:0 0 0 2px #dd530f1a}._blankItem_7xnjy_87 ._blankInput_7xnjy_109::placeholder{color:#bfbfbf;font-size:14px}._rightSection_7xnjy_138{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;width:15.625rem}@media (max-width: 48rem){._rightSection_7xnjy_138{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}}._questionListTitle_7xnjy_154{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._questionGrid_7xnjy_163{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left}@media (max-width: 48rem){._questionGrid_7xnjy_163{gap:.375rem}}._questionNumberItem_7xnjy_175{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:.25rem;color:#222;cursor:pointer;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:2.125rem;justify-content:center;line-height:1.5rem;padding:.25rem .75rem;transition:all .2s ease;width:2.125rem}@media (max-width: 48rem){._questionNumberItem_7xnjy_175{width:2rem;height:2rem;font-size:.875rem}}._questionNumberItem_7xnjy_175:hover{background-color:#fff6f7}._questionNumberItem_7xnjy_175._current_7xnjy_204,._questionNumberItem_7xnjy_175._answered_7xnjy_209,._questionNumberItem_7xnjy_175._answered_7xnjy_209._current_7xnjy_204{background-color:#fff6f7;border-color:#ffb880;color:#bc2228}._gameContainer_16tj9_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media (max-width: 48rem){._gameContainer_16tj9_1{gap:1rem}}._header_16tj9_13{display:flex;justify-content:space-between;align-items:flex-end;width:100%}._timerSection_16tj9_20{display:flex;flex-direction:column;gap:.5rem}._timerLabel_16tj9_26{font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;color:#1a1a1a}@media (max-width: 48rem){._timerLabel_16tj9_26{font-size:.875rem;line-height:1.25rem}}._timerDisplay_16tj9_40{display:flex;align-items:center;gap:.5rem}._timerBox_16tj9_46{background:#fff;border:.0625rem solid #d9d9d9;border-radius:.5rem;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center}@media (max-width: 48rem){._timerBox_16tj9_46{width:3rem;height:3rem}}._timerNumber_16tj9_63{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2.25rem;color:#bc2228;text-align:center}@media (max-width: 48rem){._timerNumber_16tj9_63{font-size:1.25rem;line-height:1.875rem}}._timerSeparator_16tj9_78{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#bc2228;display:flex;align-items:center;justify-content:center;padding-bottom:.25rem}._powerButton_16tj9_89{width:3.5rem;height:3.5rem;background:#fff;border:.0625rem solid #d9d9d9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 .125rem .25rem #0000000d}@media (max-width: 48rem){._powerButton_16tj9_89{width:3rem;height:3rem}}._powerButton_16tj9_89 svg{font-size:1.5rem;color:#f04438}@media (max-width: 48rem){._powerButton_16tj9_89 svg{font-size:1.25rem}}._powerButton_16tj9_89:hover{background:#fef3f2;border-color:#f04438}._grid_16tj9_122{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem;background:#ffe7d5;border-radius:1rem}@media (min-width: 48.0625rem){._grid_16tj9_122{grid-template-columns:repeat(4,1fr);padding:1.5rem;gap:1.25rem}}._card_16tj9_138{background:#fff;border:.0625rem solid #d9d9d9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:1rem;min-height:7.5rem;position:relative;box-shadow:0 .125rem .25rem #1018280d}._card_16tj9_138:hover:not(._matched_16tj9_152):not(._selected_16tj9_152){transform:translateY(-.125rem);box-shadow:0 .25rem .5rem #0000001a;border-color:#bc2228}._card_16tj9_138._selected_16tj9_152{background:#f0f9ff;border-color:#0ba5ec;border-width:.0625rem}._card_16tj9_138._selected_16tj9_152 ._cardText_16tj9_162{color:#0ba5ec}._card_16tj9_138._matched_16tj9_152{background:#ecfdf3;border-color:#12b76a;border-width:.0625rem;cursor:default;animation:_fadeOut_16tj9_1 .5s ease-in-out .3s forwards}._card_16tj9_138._matched_16tj9_152 ._cardText_16tj9_162{color:#12b76a}._card_16tj9_138._wrong_16tj9_175{background:#fef3f2;border-color:#f04438;border-width:.0625rem;animation:_shake_16tj9_1 .4s cubic-bezier(.36,.07,.19,.97) both}._card_16tj9_138._wrong_16tj9_175 ._cardText_16tj9_162{color:#f04438}._cardText_16tj9_162{font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;color:#3d3d3d;text-align:center;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 48rem){._cardText_16tj9_162{font-size:.9375rem;line-height:1.25rem}}@keyframes _shake_16tj9_1{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}._resultModal_16tj9_220{text-align:center;padding:1.5rem}._successIcon_16tj9_225{font-size:4rem;color:#12b76a;margin-bottom:1rem}._resultTitle_16tj9_231{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2rem;color:#1a1a1a;margin-bottom:1rem}._resultTime_16tj9_240{font-family:Roboto,sans-serif;font-weight:600;font-size:1.25rem;line-height:1.875rem;color:#bc2228;margin-bottom:1.5rem}._retryButton_16tj9_249{padding:.75rem 1.5rem;background:#bc2228;border:none;border-radius:.5rem;color:#fff;font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}._retryButton_16tj9_249:hover{background:#bd440c;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #dd530f4d}@keyframes _fadeOut_16tj9_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}._empty_16tj9_277{text-align:center;padding:3.75rem;color:#333;font-size:1rem}._quizContainer_dilt0_1{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media (max-width: 48rem){._quizContainer_dilt0_1{gap:1rem}}._header_dilt0_13{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:.0625rem solid #D9D9D9}@media (max-width: 48rem){._header_dilt0_13{padding-bottom:.75rem}}._headerTop_dilt0_26{display:flex;justify-content:space-between;align-items:center;padding-right:4rem}@media (max-width: 48rem){._headerTop_dilt0_26{padding-right:2.5rem}}._timer_dilt0_38{font-family:Roboto,sans-serif;font-weight:600;font-size:1.125rem;line-height:1.75rem;color:#1a1a1a}@media (max-width: 48rem){._timer_dilt0_38{font-size:1rem;line-height:1.5rem}}._timerValue_dilt0_52{color:#bc2228;margin-left:.5rem}._progressBar_dilt0_57{width:100%;height:.5rem;background:#f2f2f2;border-radius:.25rem;overflow:hidden}@media (max-width: 48rem){._progressBar_dilt0_57{height:.375rem}}._progressFill_dilt0_70{height:100%;background:#bc2228;transition:width .3s ease}._questionSection_dilt0_76{background:#ffe7d5;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 48.0625rem){._questionSection_dilt0_76{padding:1.5rem;gap:1.5rem}}._questionBox_dilt0_91{background:#fff;border-radius:.75rem;padding:2rem 1.5rem;min-height:10rem;display:flex;align-items:center;justify-content:center;box-shadow:0 .125rem .25rem #1018280d}@media (max-width: 48rem){._questionBox_dilt0_91{padding:1.5rem 1rem;min-height:8rem}}._questionText_dilt0_108{font-family:Roboto,sans-serif;font-weight:700;font-size:2.25rem;line-height:2.75rem;color:#1a1a1a;text-align:center;word-break:break-word}@media (max-width: 48rem){._questionText_dilt0_108{font-size:1.75rem;line-height:2.25rem}}._answersList_dilt0_124{display:flex;flex-direction:column;gap:.75rem;width:100%}@media (min-width: 48.0625rem){._answersList_dilt0_124{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}._answerItem_dilt0_138{background:#fff;border:.0625rem solid #d9d9d9;border-radius:.75rem;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:4rem}@media (max-width: 48rem){._answerItem_dilt0_138{padding:.625rem .875rem;min-height:3.5rem}}._answerItem_dilt0_138:hover:not(._correct_dilt0_156):not(._wrong_dilt0_156):not(._selected_dilt0_156){border-color:#fe9b52;background:#fff6f7}._answerItem_dilt0_138._selected_dilt0_156{border-color:#bc2228;background:#fff6f7}._answerItem_dilt0_138._selected_dilt0_156 ._radioCircle_dilt0_164{border-color:#bc2228;background:#bc2228;color:#fff}._answerItem_dilt0_138._selected_dilt0_156 ._answerText_dilt0_169{color:#bc2228}._answerItem_dilt0_138._correct_dilt0_156{border-color:#12b76a;background:#ecfdf3}._answerItem_dilt0_138._correct_dilt0_156 ._radioCircle_dilt0_164{border-color:#12b76a;background:#12b76a;color:#fff}._answerItem_dilt0_138._correct_dilt0_156 ._answerText_dilt0_169{color:#12b76a}._answerItem_dilt0_138._wrong_dilt0_156{border-color:#f04438;background:#fef3f2}._answerItem_dilt0_138._wrong_dilt0_156 ._radioCircle_dilt0_164{border-color:#f04438;background:#f04438;color:#fff}._answerItem_dilt0_138._wrong_dilt0_156 ._answerText_dilt0_169{color:#f04438}._radioCircle_dilt0_164{width:2.25rem;height:2.25rem;border:.0625rem solid #d9d9d9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;color:#1a1a1a;transition:all .2s}@media (max-width: 48rem){._radioCircle_dilt0_164{width:2rem;height:2rem;font-size:.875rem}}._answerText_dilt0_169{font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;color:#1a1a1a;flex:1}@media (max-width: 48rem){._answerText_dilt0_169{font-size:.9375rem;line-height:1.375rem}}._explanation_dilt0_235{background:#fff;border-radius:.75rem;padding:1rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 48rem){._explanation_dilt0_235{padding:.875rem}}._explanationTitle_dilt0_250{font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5rem;color:#1a1a1a}._explanationText_dilt0_258{font-family:Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:1.25rem;color:#bc2228}._footer_dilt0_266{display:flex;flex-direction:column;gap:1rem;width:100%}._checkBtn_dilt0_273{width:100%;height:3rem;background:#bc2228;border:none;border-radius:.5rem;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}._checkBtn_dilt0_273:hover:not(:disabled){background:#bd440c}._checkBtn_dilt0_273:disabled{opacity:.5;cursor:not-allowed}._checkBtn_dilt0_273._retryBtn_dilt0_293{width:fit-content;padding:0 3rem;margin:0 auto}._feedbackBar_dilt0_299{width:100%;padding:1.25rem;border-radius:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width: 48rem){._feedbackBar_dilt0_299{flex-direction:column;align-items:flex-start;padding:1rem}}._feedbackBar_dilt0_299._correct_dilt0_156{background:#d1fadf}._feedbackBar_dilt0_299._wrong_dilt0_156{background:#fee4e2}._feedbackContent_dilt0_322{display:flex;align-items:center;gap:1rem}._feedbackIcon_dilt0_328{width:3rem;height:3rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._feedbackIcon_dilt0_328 svg{font-size:1.5rem}._correct_dilt0_156 ._feedbackIcon_dilt0_328{color:#12b76a}._wrong_dilt0_156 ._feedbackIcon_dilt0_328{color:#f04438}._feedbackText_dilt0_348{display:flex;flex-direction:column}._feedbackTitle_dilt0_353{font-family:Roboto,sans-serif;font-weight:700;font-size:1.125rem;color:#1a1a1a}@media (max-width: 48rem){._feedbackTitle_dilt0_353{font-size:1rem}}._feedbackSub_dilt0_365{font-family:Roboto,sans-serif;font-size:.875rem;color:#1a1a1a;opacity:.8}._nextBtn_dilt0_372{height:3rem;padding:0 2rem;background:#12b76a;border:none;border-radius:.5rem;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}@media (max-width: 48rem){._nextBtn_dilt0_372{width:100%;justify-content:center}}._nextBtn_dilt0_372:hover{background:#0e9355}._nextBtn_dilt0_372._wrongBtn_dilt0_397{background:#f04438}._nextBtn_dilt0_372._wrongBtn_dilt0_397:hover{background:#d92d20}._resultContainer_dilt0_404{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;text-align:center;gap:2rem}._successIcon_dilt0_413{font-size:5rem;color:#12b76a}@media (max-width: 48rem){._successIcon_dilt0_413{font-size:4rem}}._scoreBox_dilt0_423{background:#fff6f7;border:.125rem solid #BC2228;border-radius:1rem;padding:2rem;width:100%;max-width:20rem;display:flex;flex-direction:column;gap:.5rem}._scoreLabel_dilt0_435{font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;color:gray}._scoreValue_dilt0_442{font-family:Roboto,sans-serif;font-weight:700;font-size:3rem;color:#bc2228}@keyframes _fadeOut_dilt0_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}._loading_dilt0_459,._empty_dilt0_459{text-align:center;padding:4rem;color:#333;font-size:1rem}._container_6fj5p_1{display:flex;flex-direction:column;gap:1rem;width:100%;background:#fff;border:.0625rem solid #D9D9D9;border-radius:1rem;padding:1.5rem;position:relative}@media (max-width: 48rem){._container_6fj5p_1{padding:1rem;border:none;background:transparent}}._exitButton_6fj5p_20{position:absolute;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;background:#fff;border:.0625rem solid #d9d9d9;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}._exitButton_6fj5p_20:hover{background:#fafafa;border-color:#bc2228}._exitButton_6fj5p_20 img{width:1.5rem;height:1.5rem}@media (max-width: 48rem){._exitButton_6fj5p_20{top:.5rem;right:.5rem;width:2rem;height:2rem}}._flashcardArea_6fj5p_53{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._flashcardWrapper_6fj5p_61{width:100%;max-width:53.875rem;height:22.25rem;perspective:62.5rem;cursor:pointer;position:relative}@media (max-width: 48rem){._flashcardWrapper_6fj5p_61{height:25.5rem}}._flashcardInner_6fj5p_75{position:relative;width:100%;height:100%;transition:transform .8s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d}._flashcardInner_6fj5p_75._flipped_6fj5p_82{transform:rotateY(180deg)}._flashcardFace_6fj5p_86{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:2rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#ff9b52,#bc2228);border:.125rem solid rgba(255,255,255,.2);box-shadow:0 1.5rem 3rem -.75rem #bc222866;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}@media (max-width: 48rem){._flashcardFace_6fj5p_86{border-radius:1.5rem;padding:.75rem}}._flashcardBack_6fj5p_110{transform:rotateY(180deg)}._cardContent_6fj5p_114{width:100%;flex:1;background:linear-gradient(180deg,#ffe7d5 23.596%,#7e2c09 127.67%);border:.125rem solid #bd440c;border-radius:.75rem;padding:.75rem;display:flex;flex-direction:column;position:relative;min-height:0}@media (max-width: 48rem){._cardContent_6fj5p_114{border-radius:1rem;padding:.5rem}}._cardInner_6fj5p_133{width:100%;flex:1;background:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;overflow:hidden;min-height:0}@media (max-width: 48rem){._cardInner_6fj5p_133{border-radius:1rem;padding:1rem}}._cardText_6fj5p_153{font-family:FS PF BeauSans Pro,sans-serif;font-weight:700;font-size:3rem;line-height:1.2;color:#3d3d3d;text-align:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 48rem){._cardText_6fj5p_153{font-size:2.25rem}}._cardReading_6fj5p_175{color:gray;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin-top:1rem}@media (max-width: 48rem){._cardReading_6fj5p_175{font-size:1.125rem;margin-top:.5rem}}._volumeButton_6fj5p_189{position:absolute;bottom:1.5rem;right:1.5rem;width:3rem;height:3rem;background:#f0f9ff;border:.125rem solid #0ba5ec;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}@media (max-width: 48rem){._volumeButton_6fj5p_189{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}}._volumeButton_6fj5p_189:hover{transform:scale(1.05);background:#0ba5ec}._volumeButton_6fj5p_189:hover img{filter:brightness(0) invert(1)}._volumeButton_6fj5p_189 img{width:1.5rem;height:1.5rem}@media (max-width: 48rem){._volumeButton_6fj5p_189 img{width:1.25rem;height:1.25rem}}._progressSection_6fj5p_230{width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem}@media (max-width: 48rem){._progressSection_6fj5p_230{padding:.75rem .25rem;gap:.75rem}}._progressBar_6fj5p_245{width:60%;height:.75rem;background:#fff;border-radius:.25rem;overflow:hidden}@media (max-width: 48rem){._progressBar_6fj5p_245{width:100%;height:.5rem}}._progressFill_6fj5p_259{height:100%;background:#bc2228;transition:width .3s ease;border-radius:.25rem}._progressControls_6fj5p_266{display:flex;align-items:center;gap:1rem;justify-content:center;width:100%}@media (max-width: 48rem){._progressControls_6fj5p_266{gap:.75rem}}._navButton_6fj5p_279{width:3rem;height:3rem;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}@media (max-width: 48rem){._navButton_6fj5p_279{width:2.5rem;height:2.5rem}}._navButton_6fj5p_279:hover:not(:disabled){transform:scale(1.05);box-shadow:0 .25rem .75rem #0000001a}._navButton_6fj5p_279:disabled{opacity:.3;cursor:not-allowed}._navButton_6fj5p_279 img{width:1.5rem;height:1.5rem}@media (max-width: 48rem){._navButton_6fj5p_279 img{width:1.25rem;height:1.25rem}}._counter_6fj5p_316{font-family:Roboto,sans-serif;font-weight:700;font-size:3rem;line-height:3.75rem;color:#fff;text-align:center;flex:1}@media (max-width: 48rem){._counter_6fj5p_316{font-size:1.125rem;line-height:1.75rem}}._gameModesSection_6fj5p_332{width:84%;margin:0 auto;background:#ffe7d5;border:.125rem solid white;border-radius:1rem;padding:1.5rem}@media (max-width: 48rem){._gameModesSection_6fj5p_332{width:100%;padding:1rem}}._gameModesTitle_6fj5p_347{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;line-height:2rem;color:#1a1a1a;margin-bottom:0rem;text-align:center}@media (max-width: 48rem){._gameModesTitle_6fj5p_347{margin-bottom:1rem;margin-top:1rem}}._gameModesGrid_6fj5p_363{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 48rem){._gameModesGrid_6fj5p_363{grid-template-columns:1fr;gap:.75rem}}._gameModeCard_6fj5p_375{background:#fff6f7;border:.125rem solid #fe9b52;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s;min-height:8rem}@media (max-width: 48rem){._gameModeCard_6fj5p_375{min-height:auto;padding:1.5rem;gap:1rem}}._gameModeCard_6fj5p_375:hover{transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #fe9b524d;border-color:#f77d2e}._gameModeCard_6fj5p_375:active{transform:translateY(0)}._gameModeIcon_6fj5p_405{width:2.625rem;height:2.625rem;object-fit:contain}@media (max-width: 48rem){._gameModeIcon_6fj5p_405{width:3rem;height:3rem}}._gameModeLabel_6fj5p_417{font-family:Roboto,sans-serif;font-weight:600;font-size:1.125rem;line-height:1.75rem;color:#2b2b2b;text-align:center}@media (max-width: 48rem){._gameModeLabel_6fj5p_417{font-size:1rem}}._learnButtons_6fj5p_431{display:flex;gap:1rem;margin-top:1rem;width:100%}._learnButton_6fj5p_431{flex:1;padding:1rem 1.5rem;border-radius:.5rem;font-family:Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;cursor:pointer;transition:all .2s;border:.125rem solid;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}._learnButton_6fj5p_431 img{width:2rem;height:2rem}._learnButton_6fj5p_431._known_6fj5p_459{background:#ecfdf3;border-color:#12b76a;color:#12b76a}._learnButton_6fj5p_431._known_6fj5p_459:hover{background:#12b76a;color:#fff}._learnButton_6fj5p_431._known_6fj5p_459:hover img{filter:brightness(0) invert(1)}._learnButton_6fj5p_431._unknown_6fj5p_471{background:#fef3f2;border-color:#f04438;color:#f04438}._learnButton_6fj5p_431._unknown_6fj5p_471:hover{background:#f04438;color:#fff}._learnButton_6fj5p_431._unknown_6fj5p_471:hover img{filter:brightness(0) invert(1)}._loadingWrapper_6fj5p_484{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:25rem;gap:1rem}._spinner_6fj5p_493{width:3rem;height:3rem;border:.25rem solid #ffe7d5;border-top-color:#bc2228;border-radius:50%;animation:_spin_6fj5p_493 1s linear infinite}@keyframes _spin_6fj5p_493{to{transform:rotate(360deg)}}._empty_6fj5p_507{text-align:center;padding:3.75rem;color:#333;font-size:1rem}._backButton_6fj5p_514{align-self:flex-start;padding:.5rem 1rem;background:#fff6f7;border:.0625rem solid #fe9b52;border-radius:.5rem;color:#bc2228;font-family:Roboto,sans-serif;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}._backButton_6fj5p_514:hover{background:#ffe7d5;transform:translate(-.125rem)}._exitModal_6fj5p_535 .ant-modal-content{border-radius:1rem;overflow:hidden}._exitModal_6fj5p_535 .ant-modal-body{padding:1.5rem}._exitModalContent_6fj5p_543{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}._exitModalIcon_6fj5p_551{width:5rem;height:5rem;background:snow;border:.625rem solid #fef0c7;border-radius:50%;display:flex;align-items:center;justify-content:center}._exitModalIcon_6fj5p_551 svg{font-size:2rem;color:#dc6803}._exitModalTitle_6fj5p_566{font-family:SF Pro Display,sans-serif;font-weight:600;font-size:1.125rem;line-height:1.75rem;color:#2d2c2c;margin:0}._exitModalText_6fj5p_575{font-family:SF Pro Display,sans-serif;font-weight:400;font-size:.875rem;line-height:1.25rem;color:#848484;margin:0}._exitModalActions_6fj5p_584{display:flex;gap:.75rem;width:100%}._exitModalButton_6fj5p_590{flex:1;height:3rem;border-radius:.5rem;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5rem;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}._exitModalButton_6fj5p_590._cancel_6fj5p_606{background:#fff6f7;color:#bc2228}._exitModalButton_6fj5p_590._cancel_6fj5p_606:hover{background:#ffe7d5}._exitModalButton_6fj5p_590._confirm_6fj5p_613{background:#bc2228;color:#fff}._exitModalButton_6fj5p_590._confirm_6fj5p_613:hover{background:#f77d2e}._srsButtons_6fj5p_621{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.5rem;margin-top:1rem}@media (max-width: 48rem){._srsButtons_6fj5p_621{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}._srsButton_6fj5p_621{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;border-radius:1rem;border:.0625rem solid rgba(255,255,255,.4);background:#ffffff26;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._srsButton_6fj5p_621 span{font-weight:700;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}._srsButton_6fj5p_621 small{font-size:.75rem;opacity:.9;font-weight:500}._srsButton_6fj5p_621:hover{background:#fff;transform:translateY(-4px);box-shadow:0 8px 16px #0003}._srsButton_6fj5p_621._again_6fj5p_667:hover{color:#f04438;border-color:#f04438;background:#fef3f2}._srsButton_6fj5p_621._hard_6fj5p_672:hover{color:#f79009;border-color:#f79009;background:#fffaeb}._srsButton_6fj5p_621._good_6fj5p_677:hover{color:#12b76a;border-color:#12b76a;background:#ecfdf3}._srsButton_6fj5p_621._easy_6fj5p_682:hover{color:#0086c9;border-color:#0086c9;background:#f0f9ff}._srsPlaceholder_6fj5p_688{font-family:Roboto,sans-serif;font-weight:500;font-size:1.125rem;color:#ffffffe6;padding:.75rem;text-align:center;animation:_pulse_6fj5p_1 2s infinite}._srsPlaceholder_6fj5p_688._hidden_6fj5p_697{opacity:0;pointer-events:none}@keyframes _pulse_6fj5p_1{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.9}}._learnCompleteModal_6fj5p_716 .ant-modal-content{border-radius:1rem;overflow:hidden}._learnCompleteModal_6fj5p_716 .ant-modal-body{padding:4rem 1.5rem 1.5rem}._learnCompleteContent_6fj5p_724{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}._learnCompleteIcon_6fj5p_732{margin-bottom:1rem}._learnCompleteIcon_6fj5p_732 svg{filter:drop-shadow(0 .25rem .5rem rgba(245,182,74,.3))}._learnCompleteTitle_6fj5p_739{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.5rem;color:#121212;margin:0}._learnCompleteStats_6fj5p_748{display:flex;gap:1rem;width:100%;max-width:20rem}._statCard_6fj5p_755{flex:1;display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;height:5.3125rem;border:1px solid}._statCard_6fj5p_755 ._statHeader_6fj5p_764{padding:.125rem;text-align:center;font-family:Roboto,sans-serif;font-weight:600;font-size:.75rem;line-height:1.125rem;color:#fff}._statCard_6fj5p_755 ._statBody_6fj5p_773{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-weight:700;font-size:1.125rem;line-height:1.75rem}._statCard_6fj5p_755._success_6fj5p_784{border-color:#32d583}._statCard_6fj5p_755._success_6fj5p_784 ._statHeader_6fj5p_764{background:#32d583}._statCard_6fj5p_755._success_6fj5p_784 ._statBody_6fj5p_773{color:#32d583}._statCard_6fj5p_755._error_6fj5p_793{border-color:#f04438}._statCard_6fj5p_755._error_6fj5p_793 ._statHeader_6fj5p_764{background:#f04438}._statCard_6fj5p_755._error_6fj5p_793 ._statBody_6fj5p_773{color:#f04438}._learnCompleteActions_6fj5p_803{display:flex;gap:.75rem;width:100%;max-width:20rem;margin-top:.5rem}._learnCompleteButton_6fj5p_811{flex:1;height:3rem;border-radius:.5rem;font-family:Roboto,sans-serif;font-weight:700;font-size:1rem;line-height:1.5rem;cursor:pointer;transition:all .2s;border:none}._learnCompleteButton_6fj5p_811._secondary_6fj5p_823{background:#fff6f7;color:#bc2228}._learnCompleteButton_6fj5p_811._secondary_6fj5p_823:hover{background:#ffe7d5}._learnCompleteButton_6fj5p_811._primary_6fj5p_830{background:#bc2228;color:#fff}._learnCompleteButton_6fj5p_811._primary_6fj5p_830:hover{background:#f77d2e}._keyboardHints_6fj5p_838{display:flex;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05);opacity:.6}@media (max-width: 48rem){._keyboardHints_6fj5p_838{display:none}}._hintItem_6fj5p_853{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}._key_6fj5p_838{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:1.5rem;padding:0 .5rem;background:#fff;border:1px solid #dcdcdc;border-radius:.25rem;box-shadow:0 2px #d9d9d9;font-weight:700;font-family:Roboto,sans-serif;font-size:.75rem;color:#333}._container_1n7wb_1{align-items:center;border-bottom:1px solid #D9D9D9;display:flex;gap:1rem;justify-content:space-between;padding-bottom:1rem;padding-top:0;width:100%}@media (max-width: 48rem){._container_1n7wb_1{gap:.5rem;padding-bottom:.75rem;flex-wrap:wrap}}._left_1n7wb_19{align-items:center;display:flex;flex:1;gap:1rem;min-width:0}._iconContainer_1n7wb_27{align-items:center;background-color:#fff6f7;border-radius:.5rem;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}@media (max-width: 48rem){._iconContainer_1n7wb_27{height:2.5rem;width:2.5rem}}._icon_1n7wb_27{height:1.5rem;object-fit:contain;width:1.5rem}._textContainer_1n7wb_50{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}._title_1n7wb_58{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:2rem;margin:0}@media (max-width: 48rem){._title_1n7wb_58{font-size:1.125rem;line-height:1.5rem}}._subtitle_1n7wb_73{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0;white-space:nowrap}@media (max-width: 48rem){._subtitle_1n7wb_73{font-size:.75rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}._right_1n7wb_93{align-items:center;display:flex;flex-shrink:0;gap:.5rem}@media (max-width: 48rem){._right_1n7wb_93{display:none}}._previousButton_1n7wb_105,._nextButton_1n7wb_106{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.25rem;padding:.625rem 1rem;transition:opacity .2s ease;white-space:nowrap}._previousButton_1n7wb_105{background-color:#fff6f7;border:1px solid #FFF6F7;color:#bc2228}._previousButton_1n7wb_105:hover{opacity:.9}._nextButton_1n7wb_106{background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:1px solid #E8410B;color:#fff}._nextButton_1n7wb_106:hover{opacity:.9}._navIcon_1n7wb_140{height:1.25rem;object-fit:contain;width:1.25rem}._tabsContainer_8accu_1{align-items:center;border-bottom:1px solid #BFBFBF;display:flex;gap:1.5rem;padding-bottom:0}@media (max-width: 48rem){._tabsContainer_8accu_1{gap:1rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}._tabsContainer_8accu_1::-webkit-scrollbar{display:none}}._tab_8accu_1{background:none;border:none;border-bottom:1px solid transparent;color:#333;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;padding:0 0 .75rem;transition:color .2s ease}._tab_8accu_1:hover{color:#bc2228}._tab_8accu_1._active_8accu_36{border-bottom-color:#bc2228;border-bottom-width:1px;color:#bc2228}._container_1q77s_1{display:flex;flex-direction:row;gap:1.5rem;width:100%}@media (max-width: 48rem){._container_1q77s_1{flex-direction:column;gap:1rem}}._leftSection_1q77s_14{display:flex;flex:1;flex-direction:column;min-width:0}._questionContainer_1q77s_21{display:flex;flex-direction:column;gap:.75rem}._questionHeader_1q77s_27{display:flex;flex-direction:column;gap:.25rem}._questionNumber_1q77s_33{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._questionTitle_1q77s_42{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.875rem;margin:0}@media (max-width: 48rem){._questionTitle_1q77s_42{font-size:1.125rem;line-height:1.625rem}}._matchingContainer_1q77s_57{display:flex;flex-direction:row;gap:1.5rem;width:100%}@media (max-width: 48rem){._matchingContainer_1q77s_57{gap:.75rem}}._leftColumn_1q77s_69{display:flex;flex:1;flex-direction:column;gap:.75rem;min-width:0}@media (max-width: 48rem){._leftColumn_1q77s_69{gap:.5rem}}._rightColumn_1q77s_82{display:flex;flex:1;flex-direction:column;gap:.75rem;min-width:0}@media (max-width: 48rem){._rightColumn_1q77s_82{gap:.5rem}}._matchItem_1q77s_95{align-items:center;border:1px solid #D9D9D9;border-radius:.5rem;cursor:pointer;display:flex;flex:1;min-width:0;overflow:hidden;padding:1rem;transition:all .2s ease;width:100%}@media (max-width: 48rem){._matchItem_1q77s_95{padding:.75rem;min-height:3.5rem}}._matchItem_1q77s_95:hover:not(:disabled){background-color:#f9f9f9}._matchItem_1q77s_95._selected_1q77s_117{background-color:#fff6f7;border-color:#e0999c;color:#bc2228}._matchItem_1q77s_95._paired_1q77s_122{background-color:#fff6f7;border-color:#e0999c;color:#bc2228;cursor:not-allowed}._matchItem_1q77s_95._paired_1q77s_122._disabled_1q77s_128{background-color:#fff6f7;border-color:#e0999c;color:#bc2228}._matchItem_1q77s_95._disabled_1q77s_128:not(._paired_1q77s_122){background-color:#f9f9f9;border-color:#d9d9d9;color:#1a1a1a;cursor:not-allowed}._itemText_1q77s_140{color:#1a1a1a;flex:1;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;text-align:left}@media (max-width: 48rem){._itemText_1q77s_140{font-size:.875rem;line-height:1.25rem}}._selected_1q77s_117 ._itemText_1q77s_140,._paired_1q77s_122 ._itemText_1q77s_140{color:#bc2228}._disabled_1q77s_128:not(._paired_1q77s_122) ._itemText_1q77s_140{color:#1a1a1a}._rightSection_1q77s_163{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;width:15.625rem}@media (max-width: 48rem){._rightSection_1q77s_163{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}}._questionListTitle_1q77s_179{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._questionGrid_1q77s_188{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left}@media (max-width: 48rem){._questionGrid_1q77s_188{gap:.375rem}}._questionNumberItem_1q77s_200{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:.25rem;color:#222;cursor:pointer;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:2.125rem;justify-content:center;line-height:1.5rem;padding:.25rem .75rem;transition:all .2s ease;width:2.125rem}@media (max-width: 48rem){._questionNumberItem_1q77s_200{width:2rem;height:2rem;font-size:.875rem}}._questionNumberItem_1q77s_200:hover{background-color:#fff6f7}._questionNumberItem_1q77s_200._current_1q77s_229,._questionNumberItem_1q77s_200._answered_1q77s_234,._questionNumberItem_1q77s_200._answered_1q77s_234._current_1q77s_229{background-color:#fff6f7;border-color:#ffb880;color:#bc2228}._container_qa5t0_1{background-color:#fff}._content_qa5t0_5{display:flex;flex-direction:column}._emptyState_qa5t0_10{align-items:center;display:flex;justify-content:center;padding:3rem 0}._emptyText_qa5t0_17{color:gray;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;text-align:center}._materialsList_qa5t0_27{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}._materialItem_qa5t0_34{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;text-align:left;transition:opacity .2s ease}._materialItem_qa5t0_34:hover{opacity:.8}._externalIcon_qa5t0_48{flex-shrink:0;height:1.25rem;object-fit:contain;width:1.25rem}._materialTitle_qa5t0_55{color:#334155;font-family:SF Pro Display,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;text-align:justify;text-decoration:underline;white-space:nowrap}._container_1fpoy_1{display:flex;flex-direction:row;gap:1.5rem;width:100%}@media (max-width: 48rem){._container_1fpoy_1{flex-direction:column;gap:1rem}}._leftSection_1fpoy_14{display:flex;flex:1;flex-direction:column;min-width:0}._questionContainer_1fpoy_21{display:flex;flex-direction:column;gap:.75rem}._questionAudio_1fpoy_27{display:flex;align-items:center;gap:16px;width:100%;padding:.75rem;background-color:#fff}._quizzPlayPauseAudioButton_1fpoy_36{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#bc2228;border-radius:8px;border:none;cursor:pointer;transition:opacity .2s}._quizzPlayPauseAudioButton_1fpoy_36:hover{opacity:.9}._timeDisplay_1fpoy_53{font-size:.875rem;font-weight:500;color:#374151;min-width:80px;font-variant-numeric:tabular-nums;font-family:ui-sans-serif,system-ui,sans-serif}._progressContainer_1fpoy_62{position:relative;flex:1;height:.375rem;display:flex;align-items:center}._progressBackground_1fpoy_70{position:absolute;width:100%;height:100%;background-color:#e5e7eb}._progressFill_1fpoy_77{position:absolute;height:100%;background-color:#bc2228;z-index:10;pointer-events:none}._rangeInput_1fpoy_85{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:20;margin:0;-webkit-appearance:none}._quizzVolumeButton_1fpoy_96{background:none;border:none;cursor:pointer}._questionHeader_1fpoy_102{display:flex;flex-direction:column;gap:.25rem}._questionNumber_1fpoy_108{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._questionTitle_1fpoy_117{color:#121212;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.875rem;margin:0}@media (max-width: 48rem){._questionTitle_1fpoy_117{font-size:1.125rem;line-height:1.625rem}}._answersList_1fpoy_132{display:flex;flex-direction:column;width:100%;margin-top:.5rem}._answerItem_1fpoy_139{align-items:center;background-color:#fff;border:none;border-bottom:1px solid #D9D9D9;border-radius:.5rem;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .2s ease,transform .1s ease;width:100%}@media (max-width: 48rem){._answerItem_1fpoy_139{padding:.875rem;gap:.75rem}}._answerItem_1fpoy_139:last-child{border-bottom:none}._answerItem_1fpoy_139._selected_1fpoy_161{background-color:#fff6f7;border-bottom:1px solid #FFF6F7}._answerItem_1fpoy_139:active{transform:scale(.98)}._answerItem_1fpoy_139:hover{background-color:#fff6f7}._checkboxContainer_1fpoy_172{align-items:center;display:flex;flex-shrink:0;justify-content:center}._checkboxRound_1fpoy_179{align-items:center;background-color:#fff;border:1px solid #1A1A1A;border-radius:50%;display:flex;height:1.25rem;justify-content:center;width:1.25rem}._checkboxRound_1fpoy_179._selected_1fpoy_161{background-color:#bc2228;border-color:#bc2228}._checkboxSquare_1fpoy_194{align-items:center;background-color:#fff;border:1px solid #1A1A1A;border-radius:.25rem;display:flex;height:1.25rem;justify-content:center;width:1.25rem}._checkboxSquare_1fpoy_194._selected_1fpoy_161{background-color:#bc2228;border-color:#bc2228}._checkIcon_1fpoy_209{height:100%;object-fit:contain;width:100%}._answerText_1fpoy_215{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;text-align:left}@media (max-width: 48rem){._answerText_1fpoy_215{font-size:.9375rem}}._rightSection_1fpoy_230{display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;width:15.625rem}@media (max-width: 48rem){._rightSection_1fpoy_230{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #D9D9D9}}._questionListTitle_1fpoy_246{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._questionGrid_1fpoy_255{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left}@media (max-width: 48rem){._questionGrid_1fpoy_255{gap:.375rem}}._questionNumberItem_1fpoy_267{align-items:center;background-color:#fff;border:1px solid #D9D9D9;border-radius:.25rem;color:#222;cursor:pointer;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:2.125rem;justify-content:center;line-height:1.5rem;padding:.25rem .75rem;transition:all .2s ease;width:2.125rem}@media (max-width: 48rem){._questionNumberItem_1fpoy_267{width:2rem;height:2rem;font-size:.875rem}}._questionNumberItem_1fpoy_267:hover{background-color:#fff6f7}._questionNumberItem_1fpoy_267._current_1fpoy_296,._questionNumberItem_1fpoy_267._answered_1fpoy_301,._questionNumberItem_1fpoy_267._answered_1fpoy_301._current_1fpoy_296{background-color:#fff6f7;border-color:#ffb880;color:#bc2228}._container_dhvq4_1{align-items:center;display:flex;justify-content:space-between;width:100%;margin-top:1rem}@media (max-width: 48rem){._container_dhvq4_1{flex-direction:column-reverse;gap:.75rem;align-items:stretch}}._leftGroup_dhvq4_16{display:flex;gap:1rem}@media (max-width: 48rem){._leftGroup_dhvq4_16{gap:.5rem}}._rightGroup_dhvq4_26{display:flex}._previousButton_dhvq4_30,._retryButton_dhvq4_31,._nextButton_dhvq4_32{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.25rem;padding:.625rem 1rem;transition:opacity .2s ease;min-width:fit-content}@media (max-width: 48rem){._previousButton_dhvq4_30,._retryButton_dhvq4_31,._nextButton_dhvq4_32{padding:.5rem .75rem;font-size:.8125rem}}._previousButton_dhvq4_30:hover,._retryButton_dhvq4_31:hover,._nextButton_dhvq4_32:hover{opacity:.9}._previousButton_dhvq4_30{background-color:#f9f9f9;border:1px solid #F9F9F9;color:#333}._retryButton_dhvq4_31,._nextButton_dhvq4_32{background-color:#fff6f7;border:1px solid #FFF6F7;color:#bc2228}._icon_dhvq4_79{height:1.25rem;object-fit:contain;width:1.25rem}@media (max-width: 48rem){._icon_dhvq4_79{height:1rem;width:1rem}}._container_1a2s2_1{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.5rem;width:100%}@media (max-width: 48rem){._container_1a2s2_1{padding:1rem;margin-top:1rem;border-radius:.75rem}}._header_1a2s2_20{border-bottom:1px solid #BFBFBF;padding-bottom:.75rem}._title_1a2s2_25{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0}._table_1a2s2_34{display:flex;flex-direction:column;width:100%}._tableHeader_1a2s2_40{align-items:center;background-color:#f0f0f0;border-bottom:1px solid #F0F0F0;display:flex;gap:1rem;height:2.125rem;padding:.5rem .25rem .5rem 1.5rem}@media (max-width: 48rem){._tableHeader_1a2s2_40{padding-left:.75rem;gap:.5rem}}._headerCellFirst_1a2s2_56{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex:1 1 0;gap:.5rem;justify-content:space-between;min-width:0;padding:0;transition:opacity .2s ease}._headerCellFirst_1a2s2_56:hover{opacity:.8}._headerCellSecond_1a2s2_73{align-items:center;display:flex;flex:0 0 15rem}@media (max-width: 48rem){._headerCellSecond_1a2s2_73{flex:0 0 5rem}}._headerText_1a2s2_84{color:#a6a6a6;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:1.125rem;width:auto;text-align:left}._tableRow_1a2s2_94{align-items:center;border-bottom:1px solid #F0F0F0;display:flex;gap:1rem;padding:1.0625rem .25rem 1.0625rem 1.5rem}@media (max-width: 48rem){._tableRow_1a2s2_94{padding:.75rem .25rem .75rem .75rem;gap:.5rem}}._tableRow_1a2s2_94:last-child{border-bottom:none}._cellFirst_1a2s2_111{align-items:center;display:flex;flex:1 1 0;min-width:0}._cellSecond_1a2s2_118{align-items:center;display:flex;flex:0 0 15rem}@media (max-width: 48rem){._cellSecond_1a2s2_118{flex:0 0 5rem}}._cellText_1a2s2_129{color:#222;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem;width:100%}._cellTextBold_1a2s2_138{color:#222;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:1.125rem}._sortIcon_1a2s2_146{flex-shrink:0;height:.75rem;object-fit:contain;transition:transform .2s ease;width:.75rem}._sortIcon_1a2s2_146._active_1a2s2_153{opacity:1}._sortIcon_1a2s2_146._asc_1a2s2_156{transform:rotate(180deg)}._sortIcon_1a2s2_146._desc_1a2s2_159{transform:rotate(0)}._pagination_1a2s2_163{display:flex;justify-content:flex-end;margin-top:1rem}@media (max-width: 48rem){._pagination_1a2s2_163{justify-content:center}}._container_1qt1x_1{align-items:center;border-bottom:1px solid #D9D9D9;display:flex;gap:1rem;justify-content:space-between;padding-bottom:1rem;padding-top:0;width:100%}@media (max-width: 48rem){._container_1qt1x_1{padding-bottom:.75rem;gap:.75rem}}._left_1qt1x_18{align-items:center;display:flex;flex:1;gap:1rem;min-width:0}@media (max-width: 48rem){._left_1qt1x_18{gap:.75rem}}._iconContainer_1qt1x_31{align-items:center;background-color:#fff6f7;border-radius:.5rem;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}@media (max-width: 48rem){._iconContainer_1qt1x_31{height:2.5rem;width:2.5rem;border-radius:.375rem}}._icon_1qt1x_31{height:1.5rem;object-fit:contain;width:1.5rem}@media (max-width: 48rem){._icon_1qt1x_31{height:1.25rem;width:1.25rem}}._textContainer_1qt1x_61{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}._title_1qt1x_69{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:2rem;margin:0}@media (max-width: 48rem){._title_1qt1x_69{font-size:1.125rem;line-height:1.5rem}}._subtitle_1qt1x_84{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0;white-space:normal}@media (max-width: 48rem){._subtitle_1qt1x_84{font-size:.75rem;line-height:1.125rem}}._right_1qt1x_100{align-items:center;display:flex;flex-shrink:0}._submitButton_1qt1x_106{align-items:center;background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:1px solid #E8410B;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.25rem;padding:.625rem 1rem;transition:opacity .2s ease;white-space:nowrap}@media (max-width: 48rem){._submitButton_1qt1x_106{padding:.5rem .875rem;font-size:.8125rem}}._submitButton_1qt1x_106:hover{opacity:.9}._submitIcon_1qt1x_134{height:1.25rem;object-fit:contain;width:1.25rem}@media (max-width: 48rem){._submitIcon_1qt1x_134{height:1.125rem;width:1.125rem}}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._container_1ymp1_1{background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;width:100%;box-shadow:0 4px 12px #0000000d;overflow:hidden;height:auto;min-height:400px}@media (max-width: 48rem){._container_1ymp1_1{min-height:auto;border:none;box-shadow:none}}._contentWrapper_1ymp1_20{padding:2.5rem;color:#2d3748;line-height:1.8;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-y:auto;max-height:700px}@media (max-width: 48rem){._contentWrapper_1ymp1_20{padding:1rem;max-height:none}}._contentWrapper_1ymp1_20::-webkit-scrollbar{width:.375rem}._contentWrapper_1ymp1_20::-webkit-scrollbar-track{background:transparent}._contentWrapper_1ymp1_20::-webkit-scrollbar-thumb{background-color:#bfbfbf;border-radius:.1875rem}._contentWrapper_1ymp1_20::-webkit-scrollbar-thumb:hover{background-color:#a6a6a6}._contentWrapper_1ymp1_20 .ql-editor{padding:0;height:auto;overflow-y:visible}._contentWrapper_1ymp1_20 .ql-editor h1,._contentWrapper_1ymp1_20 .ql-editor h2,._contentWrapper_1ymp1_20 .ql-editor h3,._contentWrapper_1ymp1_20 .ql-editor h4,._contentWrapper_1ymp1_20 .ql-editor h5,._contentWrapper_1ymp1_20 .ql-editor h6{color:#1a202c;font-weight:700;margin-top:1.5rem;margin-bottom:1rem;line-height:1.3}._contentWrapper_1ymp1_20 .ql-editor h1{font-size:2rem}@media (max-width: 48rem){._contentWrapper_1ymp1_20 .ql-editor h1{font-size:1.5rem}}._contentWrapper_1ymp1_20 .ql-editor h2{font-size:1.75rem;border-bottom:1px solid #E2E8F0;padding-bottom:.5rem}@media (max-width: 48rem){._contentWrapper_1ymp1_20 .ql-editor h2{font-size:1.35rem}}._contentWrapper_1ymp1_20 .ql-editor h3{font-size:1.5rem}@media (max-width: 48rem){._contentWrapper_1ymp1_20 .ql-editor h3{font-size:1.25rem}}._contentWrapper_1ymp1_20 .ql-editor p{margin-bottom:1rem;font-size:1.05rem}@media (max-width: 48rem){._contentWrapper_1ymp1_20 .ql-editor p{font-size:.95rem}}._contentWrapper_1ymp1_20 .ql-editor ul,._contentWrapper_1ymp1_20 .ql-editor ol{margin-bottom:1rem;padding-left:1.5rem}._contentWrapper_1ymp1_20 .ql-editor li{margin-bottom:.5rem}._contentWrapper_1ymp1_20 .ql-editor img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}._contentWrapper_1ymp1_20 .ql-editor blockquote{border-left:4px solid #ED8936;background-color:#fffaf0;padding:1rem 1.5rem;margin:1rem 0;border-radius:0 8px 8px 0;font-style:italic}._contentWrapper_1ymp1_20 .ql-editor pre{background-color:#f4f4f4;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}._footer_1ymp1_130{padding:1.5rem;border-top:1px solid #D9D9D9;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center}@media (max-width: 48rem){._footer_1ymp1_130{padding:1rem;background-color:transparent;border-top:none}}._completeButton_1ymp1_146{height:auto!important;padding:10px 32px!important;border-radius:8px!important;font-weight:600!important;background-color:#bc2228!important;border-color:#bc2228!important;transition:all .3s ease!important}@media (max-width: 48rem){._completeButton_1ymp1_146{width:100%;padding:12px 16px!important}}._completeButton_1ymp1_146:hover{background-color:#bc2228!important;border-color:#bc2228!important;transform:translateY(-2px);box-shadow:0 4px 12px #dd530f33}._completeButton_1ymp1_146._completed_1ymp1_167{background-color:#52c41a!important;border-color:#52c41a!important;color:#fff!important;opacity:1!important;cursor:default!important;transform:none!important;box-shadow:none!important}._noContent_1ymp1_177{padding:3rem;text-align:center;color:#a0aec0;font-style:italic}._container_kibn3_1{align-items:center;border-bottom:1px solid #D9D9D9;display:flex;gap:1rem;justify-content:space-between;padding-bottom:1rem;padding-top:0;width:100%}._left_kibn3_12{align-items:center;display:flex;flex:1;gap:1rem;min-width:0}._iconContainer_kibn3_20{align-items:center;background-color:#fff6f7;border-radius:.5rem;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}._icon_kibn3_20{height:1.5rem;object-fit:contain;width:1.5rem}._textContainer_kibn3_37{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}._title_kibn3_45{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:2rem;margin:0}@media (max-width: 48rem){._title_kibn3_45{font-size:1.25rem;line-height:1.5rem}}._subtitle_kibn3_60{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0;white-space:normal}._right_kibn3_70{align-items:center;display:flex;flex-shrink:0;gap:.5rem}@media (max-width: 48rem){._right_kibn3_70{display:none}}._previousButton_kibn3_82,._nextButton_kibn3_83{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.25rem;padding:.625rem 1rem;transition:opacity .2s ease;white-space:nowrap}._previousButton_kibn3_82{background-color:#fff6f7;border:1px solid #FFF6F7;color:#bc2228}._previousButton_kibn3_82:hover{opacity:.9}._nextButton_kibn3_83{background:linear-gradient(90deg,#ab1f24,#bc2228 98.86%);border:1px solid #E8410B;color:#fff}._nextButton_kibn3_83:hover{opacity:.9}._navIcon_kibn3_117{height:1.25rem;object-fit:contain;width:1.25rem}._videoContainer_1elxm_1{background-color:#000;border-radius:.5rem;overflow:hidden;position:relative;width:100%;aspect-ratio:16/9;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;background:#3f3f3f;border:5px solid #3D3D3D}@media (max-width: 48rem){._videoContainer_1elxm_1{aspect-ratio:auto;border-width:2px}}._videoWrapper_1elxm_21{position:relative;flex:1;width:100%;overflow:hidden;cursor:pointer;background:#000}@media (max-width: 48rem){._videoWrapper_1elxm_21{aspect-ratio:16/9;flex:none}}._videoWrapper_1elxm_21>*{pointer-events:none!important}._videoWrapper_1elxm_21 ._feedbackOverlay_1elxm_38,._videoWrapper_1elxm_21 ._loadingOverlay_1elxm_39{pointer-events:none!important}._feedbackOverlay_1elxm_38{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;z-index:20;pointer-events:none;animation:_feedbackFade_1elxm_1 .6s ease-out forwards}._feedbackOverlay_1elxm_38 svg,._feedbackOverlay_1elxm_38 img{width:40px;height:40px;color:#fff}._feedbackOverlay_1elxm_38 span{color:#fff;font-size:1.5rem;font-weight:700}@keyframes _feedbackFade_1elxm_1{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}._controls_1elxm_85{align-items:center;background:#000c;display:flex;gap:.75rem;padding:.75rem 1rem;z-index:10;flex-wrap:nowrap;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 48rem){._controls_1elxm_85{gap:.5rem;padding:.5rem;flex-wrap:wrap;justify-content:center}}._playButton_1elxm_104,._seekButton_1elxm_105{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;padding:4px;color:#fff;transition:all .2s ease}._playButton_1elxm_104:hover,._seekButton_1elxm_105:hover{transform:scale(1.15);color:#bc2228}._playButton_1elxm_104:active,._seekButton_1elxm_105:active{transform:scale(.95)}._playButton_1elxm_104 img,._playButton_1elxm_104 svg,._seekButton_1elxm_105 img,._seekButton_1elxm_105 svg{width:24px;height:24px}._playButton_1elxm_104 svg{width:28px;height:28px}._seekButton_1elxm_105{color:#fff;font-size:1.25rem}._seekButton_1elxm_105 svg{width:20px;height:20px}._timeDisplay_1elxm_147{color:#fff;font-size:.875rem;white-space:nowrap;font-family:Roboto,Segoe UI,sans-serif;font-weight:500;min-width:80px;text-align:center}@media (max-width: 48rem){._timeDisplay_1elxm_147{font-size:.7rem;min-width:55px;flex-shrink:0}}._sliderWrapper_1elxm_164{flex:1;padding:0 8px;display:flex;align-items:center;min-width:100px}._sliderWrapper_1elxm_164 .ant-slider{width:100%;margin:0}@media (max-width: 48rem){._sliderWrapper_1elxm_164 .ant-slider{margin:4px 0}}._sliderWrapper_1elxm_164 .ant-slider-track{background-color:#bc2228!important}._sliderWrapper_1elxm_164 .ant-slider-handle{border-color:#bc2228!important}._sliderWrapper_1elxm_164 .ant-slider-handle:hover,._sliderWrapper_1elxm_164 .ant-slider-handle:focus{border-color:#ff6b1f!important}._volumeContainer_1elxm_190{display:flex;align-items:center;gap:8px;position:relative}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196{width:0;overflow:hidden;transition:width .3s ease;opacity:0}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196 input[type=range]{width:80px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#bc2228;border-radius:50%;cursor:pointer}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196 input[type=range]::-webkit-slider-thumb:hover{background:#ff6b1f}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196 input[type=range]::-moz-range-thumb{width:12px;height:12px;background:#bc2228;border-radius:50%;cursor:pointer;border:none}._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196 input[type=range]::-moz-range-thumb:hover{background:#ff6b1f}._volumeContainer_1elxm_190:hover ._volumeSlider_1elxm_196{width:80px;opacity:1}._volumeButton_1elxm_238,._fullscreenButton_1elxm_239{background:transparent;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:4px;transition:all .2s ease}._volumeButton_1elxm_238:hover,._fullscreenButton_1elxm_239:hover{color:#bc2228;transform:scale(1.1)}._volumeButton_1elxm_238:active,._fullscreenButton_1elxm_239:active{transform:scale(.95)}._volumeButton_1elxm_238 img,._volumeButton_1elxm_238 svg,._fullscreenButton_1elxm_239 img,._fullscreenButton_1elxm_239 svg{width:20px;height:20px}._speedSelect_1elxm_267{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:4px 8px;font-size:.75rem;cursor:pointer;outline:none;transition:all .2s ease}._speedSelect_1elxm_267:hover{background:#ffffff26;border-color:#bc2228}._speedSelect_1elxm_267:focus{border-color:#bc2228}._speedSelect_1elxm_267 option{background:#222;color:#fff}._loadingOverlay_1elxm_39{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#000000b3;z-index:15;pointer-events:none}._spinner_1elxm_304{border:4px solid rgba(255,255,255,.3);border-top:4px solid #BC2228;border-radius:50%;width:50px;height:50px;animation:_spin_1elxm_304 1s linear infinite}@keyframes _spin_1elxm_304{to{transform:rotate(360deg)}}._placeholderContainer_1elxm_318{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#3f3f3f;gap:1rem}._placeholderContainer_1elxm_318 ._videoPlaceholder_1elxm_328{max-width:200px;opacity:.5}._errorText_1elxm_333{color:#fffc;margin-top:.5rem;text-align:center;padding:0 1rem;font-size:.875rem}@media (max-width: 767px){._controls_1elxm_85{gap:.5rem;padding:.5rem .75rem}._timeDisplay_1elxm_147{font-size:.75rem;min-width:60px}._playButton_1elxm_104 svg{width:20px;height:20px}._seekButton_1elxm_105,._volumeContainer_1elxm_190 ._volumeSlider_1elxm_196,._speedSelect_1elxm_267{display:none}}@media (min-width: 768px) and (max-width: 1024px){._controls_1elxm_85{gap:.625rem}._sliderWrapper_1elxm_164{min-width:150px}}.fullscreen ._videoContainer_1elxm_1{border-radius:0;border:none}.fullscreen ._controls_1elxm_85{background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:1rem 1.5rem}._sidebar_r5tf8_1{background-color:#fff;border-right:1px solid #D9D9D9;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:20rem;z-index:9999;transition:transform .3s ease}@media (max-width: 48rem){._sidebar_r5tf8_1{top:0;transform:translate(-100%);width:100%}._sidebar_r5tf8_1._open_r5tf8_21{transform:translate(0)}}._backdrop_r5tf8_26{display:none}@media (max-width: 48rem){._backdrop_r5tf8_26{background-color:#0006;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9998}._backdrop_r5tf8_26._show_r5tf8_39{display:block}}._mobileHeader_r5tf8_44{display:none}@media (max-width: 48rem){._mobileHeader_r5tf8_44{align-items:center;border-bottom:1px solid #F0F0F0;display:flex;height:4rem;justify-content:space-between;padding:0 1rem;width:100%;position:relative;background:#fff;flex-shrink:0}}._headerLogoWrapper_r5tf8_62{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}._headerLogo_r5tf8_62{height:1.25rem;object-fit:contain}._closeButton_r5tf8_77{background:transparent;border:none;cursor:pointer;padding:0;margin-left:auto;display:flex;align-items:center;justify-content:center;z-index:1}._closeButton_r5tf8_77 img{width:2rem;height:2rem}._header_r5tf8_62{display:flex;flex-direction:column;flex-shrink:0;padding:1.5rem 1.5rem 0}._logoContainer_r5tf8_100{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;cursor:pointer}@media screen and (max-width: 48rem){._logoContainer_r5tf8_100{display:none}}._logo_r5tf8_100{height:2rem;object-fit:contain;width:10.875rem}._backButton_r5tf8_119{align-items:center;background:none;border:none;color:#222;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;line-height:1.25rem;margin-bottom:0;padding:0;text-align:left;transition:color .2s ease;width:100%}._backButton_r5tf8_119:hover{color:#bc2228}._backIcon_r5tf8_141{height:1rem;object-fit:contain;width:1rem}._scrollableContent_r5tf8_147{display:flex;flex-direction:column;flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 1.5rem 1.5rem;scrollbar-width:thin;scrollbar-color:#BFBFBF transparent}._scrollableContent_r5tf8_147::-webkit-scrollbar{width:.375rem}._scrollableContent_r5tf8_147::-webkit-scrollbar-track{background:transparent}._scrollableContent_r5tf8_147::-webkit-scrollbar-thumb{background-color:#bfbfbf;border-radius:.1875rem}._scrollableContent_r5tf8_147::-webkit-scrollbar-thumb:hover{background-color:#a6a6a6}._progressContainer_r5tf8_172{margin-bottom:1.5rem;margin-top:1.5rem}._sectionsList_r5tf8_177{display:flex;flex-direction:column;gap:.75rem}._section_r5tf8_177{background-color:#fff;border:1px solid #D9D9D9;border-radius:1rem;overflow:hidden;padding:1rem}._section_r5tf8_177._inProgress_r5tf8_190{border-color:#ffb880}._section_r5tf8_177._completed_r5tf8_193{background-color:#fff;border-color:#d9d9d9}._section_r5tf8_177._locked_r5tf8_197{opacity:.6}._sectionHeader_r5tf8_201{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:0;text-align:left;width:100%}._sectionHeader_r5tf8_201:disabled{cursor:not-allowed}._sectionLeft_r5tf8_216{align-items:center;display:flex;gap:1rem;flex:1;min-width:0}._statusIcon_r5tf8_224{flex-shrink:0;height:1rem;width:1rem}._statusIcon_r5tf8_224 img{height:100%;object-fit:contain;width:100%}._lockIcon_r5tf8_235{flex-shrink:0;height:1rem;width:1rem}._sectionInfo_r5tf8_241{display:flex;flex-direction:column;flex:1;gap:.5rem;min-width:0}._sectionTitle_r5tf8_249{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0;text-align:left}._sectionMetadata_r5tf8_259{align-items:center;display:flex;gap:.5rem}._metadataText_r5tf8_265{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._divider_r5tf8_273{background-color:#d9d9d9;height:.75rem;width:1px}._arrowIcon_r5tf8_279{flex-shrink:0;height:1rem;transition:transform .2s ease;width:1rem}._arrowIcon_r5tf8_279._expanded_r5tf8_285{transform:rotate(180deg)}._lessonsList_r5tf8_289{border-top:1px solid #D9D9D9;display:flex;flex-direction:column;margin-top:1rem;padding-top:1rem}._lessonItem_r5tf8_297{align-items:center;background:none;border:none;border-bottom:1px solid #D9D9D9;cursor:pointer;display:flex;gap:1rem;padding:1rem;text-align:left;transition:background-color .2s ease;width:100%}._lessonItem_r5tf8_297:last-child{border-bottom:none}._lessonItem_r5tf8_297:hover:not(:disabled){background-color:#f9f9f9}._lessonItem_r5tf8_297._active_r5tf8_316{background-color:#fff6f7}._lessonItem_r5tf8_297._active_r5tf8_316 ._lessonTitle_r5tf8_319{font-weight:600}._lessonItem_r5tf8_297._locked_r5tf8_197{cursor:not-allowed;opacity:1}._lessonItem_r5tf8_297:disabled{cursor:not-allowed}._lessonIcon_r5tf8_330{flex-shrink:0;height:1.125rem;width:1.125rem;object-fit:contain}._lessonInfo_r5tf8_337{display:flex;flex-direction:column;flex:1;gap:.25rem;min-width:0}._lessonTitle_r5tf8_319{color:#222;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._locked_r5tf8_197 ._lessonTitle_r5tf8_319{color:gray;font-weight:400}._lessonDuration_r5tf8_361{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._footer_r5tf8_369{align-items:center;display:flex;flex-shrink:0;gap:.25rem;justify-content:center;padding:1.5rem}._copyrightIcon_r5tf8_378{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._copyrightText_r5tf8_386{color:gray;font-family:Roboto,sans-serif;font-size:.5rem;font-weight:400;line-height:1.125rem}._sectionProgressBar_r5tf8_394{width:calc(100% - 1.5rem);height:.25rem;background:#d9d9d9;border-radius:.125rem;margin-top:.5rem;overflow:hidden}._sectionProgressFill_r5tf8_403{height:100%;background:#bc2228;border-radius:.125rem;transition:width .3s ease}._modal_17dno_1 .ant-modal-content{border-radius:12px;padding:0}._modal_17dno_1 .ant-modal-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;margin-bottom:0}._modal_17dno_1 .ant-modal-header .ant-modal-title{font-weight:700;font-size:1.125rem}._modal_17dno_1 .ant-modal-body{max-height:80vh;overflow-y:auto;padding:24px;background:#f8fafc}._loadingContainer_17dno_21{padding:100px 0;display:flex;justify-content:center}._filterSection_17dno_27{margin-bottom:20px}._questionsList_17dno_31{display:flex;flex-direction:column;gap:24px}._questionItem_17dno_37{background:#fff;border:1px solid #D9D9D9;border-radius:12px;padding:20px;box-shadow:0 2px 4px #00000005;transition:all .3s ease}._questionItem_17dno_37._correct_17dno_45{border-left:6px solid #52c41a}._questionItem_17dno_37._wrong_17dno_48{border-left:6px solid #ff4d4f}._questionHeader_17dno_52{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #D9D9D9}._questionHeader_17dno_52 ._headerLeft_17dno_60{display:flex;align-items:center;gap:12px}._questionHeader_17dno_52 ._headerRight_17dno_65{display:flex;align-items:center}._questionIndex_17dno_70{font-weight:700;font-size:1rem}._questionContent_17dno_75{font-size:1rem;line-height:1.6;margin-bottom:20px;color:#333}._answerSection_17dno_82{margin-bottom:20px}._optionsList_17dno_86{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}._optionItem_17dno_92{display:flex;align-items:flex-start;gap:8px;padding:12px;border-radius:8px;border:1px solid #BFBFBF;background:#fff;transition:all .2s}._optionItem_17dno_92._selected_17dno_102{background:#e6f7ff}._optionItem_17dno_92._correct_17dno_45{border-color:#52c41a;background:#f6ffed}._optionStatus_17dno_110{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._correctIcon_17dno_119{color:#52c41a}._wrongIcon_17dno_123{color:#ff4d4f}._optionText_17dno_127{font-size:.875rem}._blanksList_17dno_131{display:flex;flex-direction:column;gap:16px}._blankResultItem_17dno_137{display:flex;flex-direction:column;gap:8px}._blankMain_17dno_143{display:flex;align-items:center;gap:12px}._blankLabel_17dno_149{font-weight:600;color:#333;min-width:30px}._blankValues_17dno_155{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:6px;flex:1}._blankValues_17dno_155._correct_17dno_45{background:#f6ffed;border:1px solid #b7eb8f}._blankValues_17dno_155._correct_17dno_45 ._userValue_17dno_167{color:#52c41a;font-weight:600}._blankValues_17dno_155._wrong_17dno_48{background:#fff2f0;border:1px solid #ffccc7}._blankValues_17dno_155._wrong_17dno_48 ._userValue_17dno_167{color:#ff4d4f;font-weight:600;text-decoration:line-through}._blankValues_17dno_155._wrong_17dno_48 ._correctValue_17dno_180{color:#52c41a;font-weight:600}._statusIcon_17dno_185{margin-left:auto}._blankExplanation_17dno_189{font-size:.8125rem;color:#333;padding-left:42px;font-style:italic;display:flex;align-items:flex-start;gap:6px}._blankExplanation_17dno_189 .anticon{margin-top:3px}._matchingResults_17dno_202{display:flex;flex-direction:column;gap:10px}._pairItem_17dno_208{display:flex;align-items:center;gap:16px;padding:10px 16px;background:#f9f9f9;border-radius:6px;font-size:.875rem}._matchArrow_17dno_218{color:#a6a6a6;font-weight:700}._sortingResults_17dno_223{display:flex;flex-direction:column;gap:8px}._sortItem_17dno_229{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#f9f9f9;border-radius:6px}._sortIndex_17dno_238{width:24px;height:24px;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}._explanationBox_17dno_250{margin-top:20px;padding-top:20px;border-top:1px dashed #e0e0e0}._explainTitle_17dno_256{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:8px}._explainContent_17dno_264{font-size:.875rem;line-height:1.6;color:#555;background:#fffbe6;padding:12px 16px;border-radius:8px;border-left:4px solid #ffe58f}._resultGrid_17dno_275{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;background:#fff;margin-top:12px}._gridHeader_17dno_283{display:grid;grid-template-columns:1fr 1fr;background:#fafafa;padding:10px 16px;font-weight:600;border-bottom:1px solid #f0f0f0;color:#666;font-size:.875rem}._pairRow_17dno_294{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #f0f0f0}._pairRow_17dno_294:last-child{border-bottom:none}._pairRow_17dno_294 ._leftPart_17dno_302,._pairRow_17dno_294 ._rightPart_17dno_303{padding:12px 16px;font-size:.875rem}._pairRow_17dno_294 ._leftPart_17dno_302{background:#fafafa;border-right:1px solid #f0f0f0;font-weight:500}._pairRow_17dno_294._correct_17dno_45 ._rightPart_17dno_303{background:#f6ffed;color:#52c41a}._pairRow_17dno_294._wrong_17dno_48 ._rightPart_17dno_303{background:#fff2f0}._matchValue_17dno_320{display:flex;align-items:center;gap:8px;font-weight:600}._miniIcon_17dno_327{font-size:14px;margin-left:4px}._miniIcon_17dno_327.anticon-check-circle{color:#52c41a}._miniIcon_17dno_327.anticon-close-circle{color:#ff4d4f}._correctValue_17dno_180{margin-top:4px;font-size:.8125rem;color:#52c41a;font-weight:600}._sortSection_17dno_345{background:#fff;padding:16px;border-radius:8px;border:1px solid #f0f0f0;margin-top:12px}._sortLabel_17dno_353{font-weight:600;margin-bottom:12px;color:#666;font-size:.875rem}._sortItems_17dno_360{display:flex;flex-wrap:wrap;gap:12px}._sortResultItem_17dno_366{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9f9f9;border-radius:6px;border:1px solid #f0f0f0;transition:all .2s}._sortResultItem_17dno_366._correct_17dno_45{border-color:#b7eb8f;background:#f6ffed}._sortResultItem_17dno_366._correct_17dno_45 ._sortContent_17dno_380{color:#52c41a;font-weight:600}._sortResultItem_17dno_366._wrong_17dno_48{border-color:#ffccc7;background:#fff2f0}._sortResultItem_17dno_366._wrong_17dno_48 ._sortContent_17dno_380{color:#ff4d4f;font-weight:600}._sortResultItem_17dno_366 ._sortContent_17dno_380{font-size:.875rem;display:flex;align-items:center;gap:6px}._sortResultItem_17dno_366 ._sortContent_17dno_380 ._correctValue_17dno_180{margin-top:0;margin-left:4px;color:#52c41a;font-weight:600}._button_1u5iu_1{align-items:center;background-color:#fff6f7;border:1px solid #FFF6F7;border-radius:1.5rem;cursor:pointer;display:flex;gap:.5rem;padding:.625rem 1rem;position:relative;transition:all .2s ease}._button_1u5iu_1:hover{background-color:#e0999c;border-color:#e0999c}._icon_1u5iu_18{flex-shrink:0;height:1.25rem;width:1.25rem}._text_1u5iu_24{color:#bc2228;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:600;line-height:1.25rem;white-space:nowrap}._badge_1u5iu_33{align-items:center;background-color:#f04438;border-radius:.5rem;display:flex;height:1rem;justify-content:center;min-width:1rem;padding:.25rem;position:absolute;right:-.25rem;top:-.25rem}._badgeText_1u5iu_47{color:#fff;font-family:SF Pro Display,sans-serif;font-size:.625rem;font-weight:600;line-height:.75rem;text-align:center}._overlay_rgl2q_1{background-color:transparent;bottom:0;left:0;position:fixed;right:0;top:0;z-index:998}._dropdown_rgl2q_11{background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;margin-top:.5rem;min-width:31.25rem;padding:1rem;position:absolute;right:0;top:100%;width:auto;z-index:999}._header_rgl2q_28{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}._title_rgl2q_36{color:#121212;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin:0}._closeButton_rgl2q_45{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}._closeIcon_rgl2q_55{display:block;height:1.25rem;width:1.25rem}._content_rgl2q_61{display:flex;flex-direction:column;gap:1rem;width:100%}._fieldsRow_rgl2q_68{display:flex;gap:.75rem;width:100%}._field_rgl2q_68{display:flex;flex:1;flex-direction:column;gap:.5rem;min-width:0}._fieldLabel_rgl2q_82{color:#222;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}._selectWrapper_rgl2q_90{position:relative;width:100%}._select_rgl2q_90{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;color:#121212;cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;padding:.625rem 2.5rem .625rem .75rem;width:100%}._select_rgl2q_90:focus{border-color:#bc2228;outline:none}._select_rgl2q_90:hover{border-color:#bfbfbf}._selectArrow_rgl2q_117{height:1rem;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem}._inputWrapper_rgl2q_127{position:relative;width:100%}._input_rgl2q_127{background-color:#fff;border:1px solid #D9D9D9;border-radius:.5rem;color:#121212;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;padding:.625rem 2.5rem .625rem .75rem;width:100%}._input_rgl2q_127::placeholder{color:gray}._input_rgl2q_127:focus{border-color:#bc2228;outline:none}._input_rgl2q_127:hover{border-color:#bfbfbf}._clearButton_rgl2q_155{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:1rem;justify-content:center;padding:0;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem}._clearIcon_rgl2q_171{display:block;height:1rem;width:1rem}._addConditionButton_rgl2q_177{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;justify-content:flex-start;padding:0;width:fit-content}._plusIcon_rgl2q_189{display:block;flex-shrink:0;height:1.25rem;width:1.25rem}._addConditionText_rgl2q_196{color:#bc2228;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem}._tabsContainer_k8f83_1{align-items:center;display:flex;gap:1.5rem;flex:1;border-bottom:1px solid #BFBFBF}._tab_k8f83_1{background:none;border:none;border-bottom:1px solid transparent;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem;padding:0 0 .75rem;transition:all .2s ease;white-space:nowrap}._tab_k8f83_1._active_k8f83_22{border-bottom-color:#bc2228;color:#bc2228}._tab_k8f83_1:not(._active_k8f83_22){color:#333}._tab_k8f83_1:not(._active_k8f83_22):hover{color:#1a1a1a}._card_17u6i_1{background-color:#fff;border-radius:.5rem;display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0;padding:1rem}._header_17u6i_12{align-items:center;display:flex;gap:.5rem;width:100%}._iconContainer_17u6i_19{align-items:center;background-color:#fff6f7;border-radius:3rem;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;overflow:hidden;padding:.375rem;position:relative;width:1.5rem}._iconContainer_17u6i_19 img{display:block;height:.75rem;object-fit:contain;width:.75rem}._label_17u6i_39{color:gray;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}._valueSection_17u6i_47{align-items:flex-start;display:flex;gap:.25rem;width:100%}._value_17u6i_47{color:#0f172a;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem}._changeBadge_17u6i_62{align-items:center;border:.03125rem solid;border-radius:.25rem;display:flex;gap:.125rem;padding:.125rem .25rem}._changeBadge_17u6i_62._increase_17u6i_71{background-color:#f6fef9;border-color:#d1fadf}._changeBadge_17u6i_62._increase_17u6i_71 ._changeText_17u6i_75{color:#039855}._changeBadge_17u6i_62._decrease_17u6i_79{background-color:#fffbfa;border-color:#fee4e2}._changeBadge_17u6i_62._decrease_17u6i_79 ._changeText_17u6i_75{color:#d92d20}._changeBadge_17u6i_62._neutral_17u6i_87{background-color:#f9f9f9;border-color:#d9d9d9}._changeBadge_17u6i_62._neutral_17u6i_87 ._changeText_17u6i_75{color:#2b2b2b}._arrowIcon_17u6i_95{flex-shrink:0;height:.75rem;width:.75rem}._changeText_17u6i_75{font-family:Roboto,sans-serif;font-size:.75rem;font-weight:500;line-height:1.125rem;text-align:center}._container_n2xfc_1{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);width:100%}._iconImage_n2xfc_8{display:block;height:.75rem;object-fit:contain;width:.75rem}@media (max-width: 94rem){._container_n2xfc_1{grid-template-columns:repeat(2,1fr)}}@media (max-width: 48rem){._container_n2xfc_1{grid-template-columns:1fr}}._container_40owg_1{display:flex;flex-direction:column;width:100%}._header_40owg_7{margin-bottom:1rem;width:100%}._titleSection_40owg_12{display:flex;flex-direction:column;gap:.25rem}._title_40owg_12{color:#121212;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}._description_40owg_27{color:gray;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}._summaryCards_40owg_36{margin-top:1rem;width:100%}._tabsAndFilter_40owg_41{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem;padding-bottom:0;position:relative;width:100%}._filterContainer_40owg_51{position:relative}._courseGrid_40owg_55{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem;width:100%}@media (max-width: 94rem){._courseGrid_40owg_55{grid-template-columns:repeat(2,1fr)}}@media (max-width: 48rem){._tabsAndFilter_40owg_41{flex-direction:column;align-items:flex-start;gap:1rem}._summaryCards_40owg_36,._courseGrid_40owg_55{grid-template-columns:1fr}}._container_13ffb_1{width:100%;min-height:calc(100vh - 64px);padding:32px 16px;max-width:1200px;margin:0 auto;background:#f9f9f9}@media screen and (max-width: 48rem){._container_13ffb_1{padding:24px 16px}}._headerTitle_13ffb_15{margin-bottom:32px;text-align:left}@media screen and (max-width: 48rem){._headerTitle_13ffb_15{margin-bottom:24px}}._title_13ffb_25{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:32px;color:#121212;margin:0 0 8px}@media screen and (max-width: 48rem){._title_13ffb_25{font-size:20px;line-height:30px}}._subtitle_13ffb_40{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#333;margin:0}@media screen and (max-width: 48rem){._subtitle_13ffb_40{font-size:14px;line-height:20px}}._content_13ffb_55{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 20px #0000000d}@media screen and (max-width: 48rem){._content_13ffb_55{padding:24px;border-radius:32px}}._form_13ffb_68{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 48rem){._form_13ffb_68{gap:24px}}._formCard_13ffb_79{display:flex;flex-direction:column;gap:24px}._formGroup_13ffb_85{display:flex;flex-direction:column;gap:6px}._label_13ffb_91{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#222}._required_13ffb_99{color:#e8410b}._inputWrapper_13ffb_103{position:relative;width:100%}._iconContainer_13ffb_108{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10}._input_13ffb_103{width:100%;height:44px;padding:10px 44px;border:1px solid #D9D9D9;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#333;transition:all .2s ease}._input_13ffb_103:focus{outline:none;border-color:#bc2228}._input_13ffb_103::placeholder{color:gray}@media screen and (max-width: 48rem){._input_13ffb_103{height:48px;font-size:14px}}._togglePassword_13ffb_149{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:10}._togglePassword_13ffb_149 svg{width:20px;height:20px}._togglePassword_13ffb_149:hover{opacity:.7}._hint_13ffb_171{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#2b2b2b;margin:0;font-style:italic}._divider_13ffb_181{height:1px;background-color:#d9d9d9;width:100%;margin:8px 0}._footerInfo_13ffb_188{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 48rem){._footerInfo_13ffb_188{gap:6px}}._footerText_13ffb_199{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:gray;margin:0}@media screen and (max-width: 48rem){._footerText_13ffb_199{font-size:12px;line-height:18px}}._submitButton_13ffb_214{width:100%;height:48px;padding:12px 20px;background:linear-gradient(180deg,#e8410b,#bc2228);border:none;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d;margin-top:16px}._submitButton_13ffb_214:hover:not(:disabled){opacity:.9}._submitButton_13ffb_214:disabled{opacity:.5;cursor:not-allowed}._modal_12607_1 .ant-modal-content{padding:0;border-radius:24px;overflow:hidden}@media screen and (max-width: 48rem){._modal_12607_1 .ant-modal-content{border-bottom-left-radius:0;border-bottom-right-radius:0;margin:0}}._modal_12607_1 .ant-modal-body{padding:0}@media screen and (max-width: 48rem){._modal_12607_1{top:auto;bottom:0;margin:0;max-width:80%!important;width:80%!important;margin-top:2rem!important}}._container_12607_27{padding:32px;display:flex;flex-direction:column;gap:24px;background-color:#fff}@media screen and (max-width: 48rem){._container_12607_27{padding:16px;gap:24px}}._title_12607_41{font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:32px;color:#222;text-align:center;margin:0}@media screen and (max-width: 48rem){._title_12607_41{font-size:18px;line-height:28px}}._form_12607_57{display:flex;flex-direction:column;gap:16px}._formGroup_12607_63{display:flex;flex-direction:column;gap:6px}._label_12607_69{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#222}._input_12607_77{width:100%;height:44px;padding:10px 14px;border:1px solid #D9D9D9;border-radius:30px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#333;transition:all .2s ease}._input_12607_77:focus{outline:none;border-color:#bc2228}._input_12607_77:disabled{background-color:#fff;color:#333;cursor:not-allowed}._input_12607_77::placeholder{color:gray}@media screen and (max-width: 48rem){._input_12607_77{height:48px;font-size:14px}}._avatarWrapper_12607_109{width:100%}._uploadField_12607_113{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;padding:0 14px;border:1px solid #D9D9D9;border-radius:30px;background-color:#fff;cursor:pointer;transition:all .2s ease}._uploadField_12607_113:hover{border-color:#bc2228}@media screen and (max-width: 48rem){._uploadField_12607_113{height:48px}}._uploadFieldLeft_12607_135{display:flex;align-items:center;gap:12px}._uploadText_12607_141{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;color:#222}@media screen and (max-width: 48rem){._uploadText_12607_141{font-size:14px}}._fileInput_12607_153{display:none}._avatarPreviewContainer_12607_157{margin-top:12px;width:80px;height:80px;border-radius:50%;overflow:hidden;border:1px solid #D9D9D9}._avatarPreviewImage_12607_166{width:100%;height:100%;object-fit:cover}._datePickerWrapper_12607_172{width:100%}._datePickerWrapper_12607_172 .ant-picker{width:100%;height:44px;padding:10px 14px;border:1px solid #D9D9D9;border-radius:30px;font-family:Roboto,sans-serif;background-color:#fff;transition:all .2s ease}@media screen and (max-width: 48rem){._datePickerWrapper_12607_172 .ant-picker{height:48px}}._datePickerWrapper_12607_172 .ant-picker:hover,._datePickerWrapper_12607_172 .ant-picker:focus,._datePickerWrapper_12607_172 .ant-picker._ant-picker-focused_12607_190{border-color:#bc2228;box-shadow:none}._datePickerWrapper_12607_172 .ant-picker .ant-picker-input>input{color:#333;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width: 48rem){._datePickerWrapper_12607_172 .ant-picker .ant-picker-input>input{font-size:14px}}._datePickerWrapper_12607_172 .ant-picker .ant-picker-input>input::placeholder{color:gray}._datePickerWrapper_12607_172 .ant-picker .ant-picker-suffix{color:gray}._footer_12607_212{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}@media screen and (max-width: 48rem){._footer_12607_212{grid-template-columns:1fr 1.5fr;gap:12px}}._cancelButton_12607_225{height:48px;background:#fff6f7;border:none;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#bc2228;cursor:pointer;transition:all .2s ease}._cancelButton_12607_225:hover:not(:disabled){opacity:.9}._cancelButton_12607_225:disabled{opacity:.5;cursor:not-allowed}._saveButton_12607_245{height:48px;background:linear-gradient(180deg,#e8410b,#bc2228);border:none;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d}._saveButton_12607_245:hover:not(:disabled){opacity:.9}._saveButton_12607_245:disabled{opacity:.5;cursor:not-allowed}._notificationSection_ewau4_1{margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}._notificationSection_ewau4_1 ._sectionTitle_ewau4_6{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px;display:flex;align-items:center;gap:12px}._notificationSection_ewau4_1 ._sectionTitle_ewau4_6 ._icon_ewau4_15{color:#ff4d4f}._notificationSection_ewau4_1 ._card_ewau4_18{border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid #f0f0f0}._notificationSection_ewau4_1 ._card_ewau4_18 .ant-card-body{padding:20px}._notificationSection_ewau4_1 ._item_ewau4_26{display:flex;justify-content:space-between;align-items:center;gap:16px}._notificationSection_ewau4_1 ._item_ewau4_26 ._info_ewau4_32{flex:1}._notificationSection_ewau4_1 ._item_ewau4_26 ._info_ewau4_32 h4{font-size:15px;font-weight:500;color:#262626;margin-bottom:4px}._notificationSection_ewau4_1 ._item_ewau4_26 ._info_ewau4_32 p{font-size:13px;color:#8c8c8c;margin:0}._notificationSection_ewau4_1 ._testAction_ewau4_46{margin-top:16px;padding-top:16px;border-top:1px dashed #f0f0f0;display:flex;justify-content:flex-end}._notificationSection_ewau4_1 ._fcmHint_ewau4_53{margin-top:12px;font-size:12px;color:#52c41a;background:#f6ffed;padding:8px 12px;border-radius:6px;display:inline-block}._notificationSection_ewau4_1 ._fcmHint_ewau4_53 p{margin:0}._container_pt5jo_1{width:100%;min-height:calc(100vh - 96px);padding:24px 16px;max-width:1200px;margin:0 auto;background:#f9f9f9}@media screen and (max-width: 48rem){._container_pt5jo_1{padding:0}}._loading_pt5jo_15{display:flex;align-items:center;justify-content:center;min-height:400px;font-family:Roboto,sans-serif;font-size:16px;color:#333}._content_pt5jo_25{background:#fff;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:32px;box-shadow:0 4px 20px #0000000d}@media screen and (max-width: 48rem){._content_pt5jo_25{padding:24px 16px;gap:24px;border-radius:32px}}._avatarSection_pt5jo_42{display:flex;flex-direction:column;gap:16px}._sectionTitle_pt5jo_48{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:30px;color:#121212;margin:0}@media screen and (max-width: 48rem){._sectionTitle_pt5jo_48{font-size:18px;line-height:28px}}._avatarContainer_pt5jo_63{display:flex;align-items:flex-start;gap:24px}@media screen and (max-width: 48rem){._avatarContainer_pt5jo_63{gap:16px}}._avatarPreview_pt5jo_74{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #D9D9D9}@media screen and (max-width: 48rem){._avatarPreview_pt5jo_74{width:80px;height:80px}}._avatarImage_pt5jo_89{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_pt5jo_95{width:100%;height:100%;background:linear-gradient(180deg,#e8410b,#bc2228);display:flex;align-items:center;justify-content:center}._avatarPlaceholder_pt5jo_95 span{font-family:Roboto,sans-serif;font-size:48px;font-weight:700;color:#fff}@media screen and (max-width: 48rem){._avatarPlaceholder_pt5jo_95 span{font-size:32px}}._avatarActions_pt5jo_115{flex:1;display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 48rem){._avatarActions_pt5jo_115{gap:8px}}._actionButtons_pt5jo_127{display:flex;align-items:center;gap:12px}._uploadButton_pt5jo_133{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;background:linear-gradient(180deg,#e8410b,#bc2228);border:1px solid #BC2228;border-radius:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#fff;cursor:pointer;transition:all .2s ease;width:fit-content}._uploadButton_pt5jo_133 svg{width:20px;height:20px}._uploadButton_pt5jo_133:hover:not(:has(input:disabled)){opacity:.9}._uploadButton_pt5jo_133:has(input:disabled){opacity:.6;cursor:not-allowed}._deleteButton_pt5jo_163{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #BC2228;border-radius:8px;cursor:pointer;transition:all .2s ease}._deleteButton_pt5jo_163 img{width:18px;height:18px}._deleteButton_pt5jo_163:hover:not(:disabled){background-color:#fff6f7}._deleteButton_pt5jo_163:disabled{opacity:.5;cursor:not-allowed}._fileInput_pt5jo_187{display:none}._uploadHint_pt5jo_191{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:18px;color:gray;margin:0}._infoSection_pt5jo_200{display:flex;flex-direction:column;gap:24px}._infoGrid_pt5jo_206{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 16px}@media screen and (max-width: 48rem){._infoGrid_pt5jo_206{grid-template-columns:repeat(2,1fr);gap:24px 12px}}._infoItem_pt5jo_218{display:flex;flex-direction:column;gap:8px}._infoLabel_pt5jo_224{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:gray}@media screen and (max-width: 48rem){._infoLabel_pt5jo_224{font-size:12px;line-height:18px}}._infoValue_pt5jo_238{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;line-height:28px;color:#121212;margin:0;word-break:break-all}@media screen and (max-width: 48rem){._infoValue_pt5jo_238{font-size:16px;line-height:24px}}._badge_pt5jo_254{display:inline-flex;align-items:center;padding:4px 12px;background:#f5faff;border:1px solid #D1E9FF;border-radius:16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#2e90fa;width:fit-content}@media screen and (max-width: 48rem){._badge_pt5jo_254{padding:2px 10px;font-size:12px}}._tag_pt5jo_275{display:inline-flex;align-items:center;padding:4px 12px;background:#f0f0f0;border:1px solid #D9D9D9;border-radius:16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#222}@media screen and (max-width: 48rem){._tag_pt5jo_275{padding:2px 10px;font-size:12px}}._badgeGroup_pt5jo_295{display:flex;flex-wrap:wrap;gap:8px}._divider_pt5jo_301{height:1px;background-color:#d9d9d9;width:100%}._footer_pt5jo_307{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width: 48rem){._footer_pt5jo_307{flex-direction:column;align-items:flex-start;gap:24px}}._footerInfo_pt5jo_320{display:flex;flex-direction:column;gap:4px}._footerTextGray_pt5jo_326{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:gray;margin:0}@media screen and (max-width: 48rem){._footerTextGray_pt5jo_326{font-size:12px;line-height:18px}}._footerTextDark_pt5jo_341{font-family:Roboto,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#222;margin:0}@media screen and (max-width: 48rem){._footerTextDark_pt5jo_341{font-size:12px;line-height:18px}}._editButton_pt5jo_356{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:linear-gradient(180deg,#e8410b,#bc2228);border:1px solid #BC2228;border-radius:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d}@media screen and (max-width: 48rem){._editButton_pt5jo_356{width:100%;padding:14px}}._editButton_pt5jo_356 svg{width:20px;height:20px}._editButton_pt5jo_356:hover{opacity:.9}._container_sz0nc_1{margin:0 auto;max-width:1200px;padding:32px 24px}._header_sz0nc_7{margin-bottom:32px}._title_sz0nc_11{color:#1a1a1a;font-size:32px;font-weight:700;line-height:1.2;margin:0 0 8px}._subtitle_sz0nc_19{color:#333;font-size:16px;line-height:1.5;margin:0}._grid_sz0nc_26{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width: 768px){._grid_sz0nc_26{grid-template-columns:1fr}}._errorMessage_sz0nc_37{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px;text-align:center}._errorMessage_sz0nc_37 h2{color:#1a1a1a;font-size:24px;font-weight:600;margin:0}._errorMessage_sz0nc_37 p{color:#333;font-size:16px;margin:0}._modal_1lch3_1 .ant-modal-content{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 40px #0000001a;padding:32px}._modal_1lch3_1 .ant-modal-header{background:transparent;border-bottom:none;margin-bottom:24px;text-align:center}._modal_1lch3_1 .ant-modal-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff8a00,#ffd600);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:8px}._content_1lch3_25{display:flex;flex-direction:column;gap:32px}._content_1lch3_25 ._illustration_1lch3_30{display:flex;justify-content:center;position:relative}._content_1lch3_25 ._illustration_1lch3_30 ._iconFlame_1lch3_35{font-size:64px;color:#ff8a00;filter:drop-shadow(0 0 10px rgba(255,138,0,.3));animation:_pulse_1lch3_1 2s infinite}@keyframes _pulse_1lch3_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.8}}._content_1lch3_25 ._field_1lch3_55 ._label_1lch3_55{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;color:#444}._content_1lch3_25 ._field_1lch3_55 ._label_1lch3_55 ._value_1lch3_63{color:#ff8a00;font-size:1.1rem}._content_1lch3_25 ._field_1lch3_55 ._hint_1lch3_67{font-size:.85rem;color:#888;margin-top:8px}._content_1lch3_25 ._bonusCard_1lch3_72{background:linear-gradient(135deg,#fff5e6,#fffbeb);border-radius:16px;padding:20px;border:1px solid rgba(255,138,0,.2);text-align:center;display:flex;flex-direction:column;gap:8px}._content_1lch3_25 ._bonusCard_1lch3_72 ._bonusTitle_1lch3_82{font-size:.9rem;color:#666}._content_1lch3_25 ._bonusCard_1lch3_72 ._bonusValue_1lch3_86{font-size:1.5rem;font-weight:800;color:#ff8a00}._content_1lch3_25 ._actions_1lch3_91{margin-top:16px}._content_1lch3_25 ._actions_1lch3_91 ._submitBtn_1lch3_94{width:100%;height:56px;border-radius:16px;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#ff8a00,#ffd600);border:none;box-shadow:0 4px 15px #ff8a004d;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}._content_1lch3_25 ._actions_1lch3_91 ._submitBtn_1lch3_94:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8a0066;filter:brightness(1.05)}._content_1lch3_25 ._actions_1lch3_91 ._submitBtn_1lch3_94:active{transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif!important;font-optical-sizing:auto;font-variation-settings:"wdth" 100}.roboto-flex{font-family:Roboto,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}html{width:100%;overflow-x:hidden}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;width:100%;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
