:root{--bg-deepest:#0a0e17;--bg-surface:#111827;--bg-elevated:#1a2236;--border-color:#1e2d4a;--primary:#1a73e8;--primary-light:#4a9af5;--primary-glow:#1a73e84d;--text-primary:#f0f4f8;--text-secondary:#94a3b8;--text-muted:#64748b;--molecule-teal:#06b6d4;--molecule-purple:#8b5cf6;--shadow-card:0 2px 8px #0003;--shadow-card-hover:0 8px 24px #0000004d, 0 0 0 1px #1a73e833;--glow-primary:0 0 20px #1a73e840;--nav-height:64px;--max-width:1200px;--radius:12px;--radius-sm:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--bg-deepest);color:var(--text-primary);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}#root{flex-direction:column;min-height:100vh;display:flex}html{scroll-behavior:smooth}[data-reveal]{opacity:0;will-change:transform, opacity, filter}@keyframes revealUp{0%{opacity:0;filter:blur(10px);transform:translateY(90px)scale(.96)}55%{opacity:1;filter:blur();transform:translateY(-10px)scale(1.02)}75%{transform:translateY(4px)scale(.998)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes revealLeft{0%{opacity:0;filter:blur(10px);transform:translate(-100px)rotate(-2.5deg)scale(.96)}55%{opacity:1;filter:blur();transform:translate(10px)rotate(.4deg)scale(1.01)}75%{transform:translate(-3px)rotate(0)scale(1)}to{opacity:1;filter:blur();transform:translate(0)rotate(0)scale(1)}}@keyframes revealRight{0%{opacity:0;filter:blur(10px);transform:translate(100px)rotate(2.5deg)scale(.96)}55%{opacity:1;filter:blur();transform:translate(-10px)rotate(-.4deg)scale(1.01)}75%{transform:translate(3px)rotate(0)scale(1)}to{opacity:1;filter:blur();transform:translate(0)rotate(0)scale(1)}}@keyframes revealScale{0%{opacity:0;filter:blur(12px);transform:scale(.8)perspective(600px)rotateX(6deg)}50%{opacity:1;filter:blur()}70%{transform:scale(1.04)perspective(600px)rotateX(-1deg)}to{opacity:1;filter:blur();transform:scale(1)perspective(600px)rotateX(0)}}@keyframes revealCard{0%{opacity:0;filter:blur(8px);transform:translateY(60px)scale(.9);box-shadow:0 0 #0000}45%{opacity:1;filter:blur()}65%{box-shadow:0 0 35px -5px var(--primary-glow);transform:translateY(-6px)scale(1.03)}80%{box-shadow:0 0 20px -5px var(--primary-glow);transform:translateY(2px)scale(.995)}to{opacity:1;filter:blur();transform:translateY(0)scale(1);box-shadow:0 0 #0000}}@keyframes revealDivider{0%{opacity:0;transform:translate(-50%)scaleX(0)}45%{opacity:1;transform:translate(-50%)scaleX(1.06)}55%{transform:translate(-50%)scaleX(.97)}65%{transform:translate(-50%)scaleX(1)}70%{box-shadow:0 0 32px 4px var(--primary-glow)}to{opacity:1;transform:translate(-50%)scaleX(1);box-shadow:0 0 #0000}}[data-reveal=up][data-visible=true]{animation:1.1s cubic-bezier(.22,1,.36,1) both revealUp}[data-reveal=left][data-visible=true]{animation:1.15s cubic-bezier(.22,1,.36,1) both revealLeft}[data-reveal=right][data-visible=true]{animation:1.15s cubic-bezier(.22,1,.36,1) both revealRight}[data-reveal=scale][data-visible=true]{animation:1.2s cubic-bezier(.22,1,.36,1) both revealScale}[data-reveal=card][data-visible=true]{animation:1.1s cubic-bezier(.22,1,.36,1) both revealCard}[data-reveal=divider][data-visible=true]{animation:1.6s cubic-bezier(.22,1,.36,1) both revealDivider}[data-reveal-delay="1"][data-visible=true]{animation-delay:.15s}[data-reveal-delay="2"][data-visible=true]{animation-delay:.3s}[data-reveal-delay="3"][data-visible=true]{animation-delay:.45s}[data-reveal-delay="4"][data-visible=true]{animation-delay:.6s}[data-reveal-delay="5"][data-visible=true]{animation-delay:.75s}[data-reveal-delay="6"][data-visible=true]{animation-delay:.9s}._nav_nv0qh_1{z-index:100;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);background:#0a0e1799;border-bottom:1px solid #0000;align-items:center;padding:0 1.5rem;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:sticky;top:0}._navScrolled_nv0qh_16{border-bottom-color:var(--border-color);background:#0a0e17eb;box-shadow:0 4px 24px #0000004d}._inner_nv0qh_22{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}._brand_nv0qh_31{align-items:center;gap:.4rem;margin-left:-8rem;display:flex}._logo_nv0qh_38{filter:brightness(0)invert();width:auto;height:36px}._brandName_nv0qh_44{color:var(--text-primary);font-size:1.125rem;font-weight:700}._links_nv0qh_50{align-items:center;gap:.5rem;margin-right:-8rem;display:flex}._link_nv0qh_50{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.4rem .85rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .25s,background .25s;position:relative}._link_nv0qh_50:hover{color:var(--text-primary);background:#ffffff0f}._linkActive_nv0qh_76{color:var(--primary-light);background:#1a73e81f}._authSection_nv0qh_83{align-items:center;gap:.75rem;margin-left:1rem;display:flex}._userName_nv0qh_90{color:var(--text-secondary);font-size:.85rem;font-weight:600}._loginBtn_nv0qh_96{color:var(--primary-light);border:1px solid var(--primary);cursor:pointer;background:0 0;border-radius:50px;padding:.35rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-block}._loginBtn_nv0qh_96:hover{color:#fff;background:#1a73e81f}._logoutBtn_nv0qh_116{color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50px;padding:.3rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}._logoutBtn_nv0qh_116:hover{color:var(--text-primary);border-color:var(--text-muted)}._hamburger_nv0qh_136{flex-direction:column;gap:5px;padding:4px;display:none}._hamburger_nv0qh_136 span{background:var(--text-primary);border-radius:1px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}._hamburgerOpen_nv0qh_152 span:first-child{transform:translateY(7px)rotate(45deg)}._hamburgerOpen_nv0qh_152 span:nth-child(2){opacity:0}._hamburgerOpen_nv0qh_152 span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=640px){._brand_nv0qh_31{margin-left:0}._links_nv0qh_50{top:var(--nav-height);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);background:#0a0e17f7;flex-direction:column;gap:.25rem;margin-right:0;padding:1rem 1.5rem;display:none;position:absolute;left:0;right:0}._linksOpen_nv0qh_187{display:flex}._link_nv0qh_50{text-align:left;border-radius:var(--radius-sm);padding:.65rem 1rem;font-size:.95rem}._hamburger_nv0qh_136{display:flex}._authSection_nv0qh_83{margin-top:.5rem;margin-left:0;padding:.5rem 1rem}}._footer_13owv_1{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);margin-top:auto;padding:2rem 1.5rem;font-size:.85rem}._container_3r2sh_2{pointer-events:none;z-index:0;perspective:1000px;perspective-origin:50%;position:fixed;inset:0;overflow:hidden}._scene_3r2sh_13{width:100%;height:100%;transform-style:preserve-3d;will-change:transform}._molecule_3r2sh_21{transform-style:preserve-3d;animation:_moleculeFloat_3r2sh_1 var(--float-duration,28s) ease-in-out infinite;animation-delay:var(--float-delay,0s);will-change:transform, opacity;position:absolute}._molecule_3r2sh_21 svg{transform-origin:50%;will-change:transform;display:block}@keyframes _moleculeFloat_3r2sh_1{0%{transform:translate3d(0, 0, var(--depth,0px)) rotate(var(--rot-start,0deg)) scale(var(--scale,1))}25%{transform:translate3d(var(--drift-x,15px), var(--drift-y,-20px), var(--depth,0px)) rotate(calc(var(--rot-start,0deg) + var(--rot-delta,30deg) * .3)) scale(var(--scale,1))}50%{transform:translate3d(calc(var(--drift-x,15px) * -.6), calc(var(--drift-y,-20px) * -1.2), var(--depth,0px)) rotate(calc(var(--rot-start,0deg) + var(--rot-delta,30deg) * .7)) scale(var(--scale,1))}75%{transform:translate3d(calc(var(--drift-x,15px) * .8), calc(var(--drift-y,-20px) * .5), var(--depth,0px)) rotate(calc(var(--rot-start,0deg) + var(--rot-delta,30deg))) scale(var(--scale,1))}to{transform:translate3d(0, 0, var(--depth,0px)) rotate(calc(var(--rot-start,0deg) + var(--rot-delta,30deg) * 1)) scale(var(--scale,1))}}@media (width<=768px){._container_3r2sh_2{perspective:600px}}@media (prefers-reduced-motion:reduce){._molecule_3r2sh_21{animation:none!important}}._main_107fo_1{flex:1;width:100%}._hero_1lhkc_1{min-height:100vh;margin-top:calc(-1 * var(--nav-height));padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._content_1lhkc_12{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex;position:relative}._logo_1lhkc_23{filter:brightness(0) invert(1) drop-shadow(0 0 30px var(--primary-glow));width:180px;height:auto}._slogan_1lhkc_31{-webkit-filter:brightness(0)invert();width:100%;max-width:480px}._tagline_1lhkc_38{color:var(--text-secondary);margin-top:-.5rem;font-size:1.25rem;font-weight:400}._cta_1lhkc_45{background:var(--primary);color:#fff;border-radius:50px;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}._cta_1lhkc_45:hover{background:var(--primary-light);box-shadow:0 8px 30px var(--primary-glow);transform:translateY(-2px)}._scrollIndicator_1lhkc_65{z-index:2;color:var(--text-muted);cursor:pointer;background:0 0;border:none;transition:color .2s;animation:2s ease-in-out infinite _heroBounce_1lhkc_1;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}._scrollIndicator_1lhkc_65:hover{color:var(--primary-light)}@keyframes _heroBounce_1lhkc_1{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}._bottomFade_1lhkc_88{background:linear-gradient(to bottom, transparent, var(--bg-deepest));z-index:1;pointer-events:none;height:120px;position:absolute;bottom:0;left:0;right:0}@media (width<=640px){._logo_1lhkc_23{width:130px}._slogan_1lhkc_31{max-width:320px}._tagline_1lhkc_38{font-size:1.05rem}}._section_10095_5{padding:6rem 1.5rem;position:relative;overflow:hidden}._section_10095_5:before{content:"";background:radial-gradient(ellipse, var(--primary-glow) 0%, transparent 70%);opacity:0;pointer-events:none;width:700px;height:400px;transition:opacity 1.5s;position:absolute;top:0;left:50%;transform:translate(-50%)}._section_10095_5:has([data-visible=true]):before{opacity:.45}._sectionDivider_10095_30{transform-origin:50%;background:linear-gradient(90deg, transparent, var(--border-color) 20%, var(--primary-light) 50%, var(--border-color) 80%, transparent);border-radius:2px;width:min(60%,480px);height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)scaleX(0)}._sectionInner_10095_49{max-width:var(--max-width);margin:0 auto}._sectionHeader_10095_54{text-align:center;margin-bottom:3rem}._sectionLabel_10095_59{text-transform:uppercase;letter-spacing:.12em;color:var(--primary-light);margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:inline-block}._sectionTitle_10095_69{font-size:2rem;font-weight:700}._videoLayout_10095_78{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}._videoInfo_10095_85{flex-direction:column;gap:.75rem;display:flex}._videoTag_10095_91{text-transform:uppercase;letter-spacing:.1em;width:fit-content;color:var(--molecule-teal);background:#06b6d41f;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}._videoTitle_10095_104{font-size:1.5rem;font-weight:700;line-height:1.35}._videoBadge_10095_110{width:fit-content;color:var(--primary-light);background:#1a73e826;border-radius:50px;padding:.2rem .65rem;font-size:.72rem;font-weight:600;display:inline-block}._videoDesc_10095_121{color:var(--text-secondary);font-size:.95rem;line-height:1.65}._videoCta_10095_127{background:var(--primary);color:#fff;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}._videoCta_10095_127:hover{background:var(--primary-light);box-shadow:0 8px 30px var(--primary-glow);transform:translateY(-2px)}._videoCard_10095_150{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:block;overflow:hidden}._videoCard_10095_150:hover{border-color:var(--primary);box-shadow:0 12px 40px var(--primary-glow);transform:translateY(-6px)scale(1.02)}._videoThumb_10095_167{aspect-ratio:16/9;background:linear-gradient(135deg, var(--bg-elevated), var(--bg-surface));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:relative;overflow:hidden}._videoThumbImg_10095_179{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._videoPlayBtn_10095_187{width:64px;height:64px;color:var(--primary-light);background:#1a73e833;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,transform .3s;display:flex}._videoPlayBtn_10095_187 svg{width:28px;height:28px;margin-left:3px}._videoCard_10095_150:hover ._videoPlayBtn_10095_187{background:var(--primary);color:#fff;transform:scale(1.12)}._videoOverlay_10095_211{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}._videoCardBody_10095_219{padding:1rem 1.25rem}._videoCardTitle_10095_223{color:var(--text-primary);font-size:.95rem;font-weight:600}._scheduleGrid_10095_233{justify-content:center;display:flex}._scheduleCard_10095_238{background:var(--bg-surface);border:1px solid var(--border-color);border-left:3px solid var(--primary);border-radius:var(--radius);align-items:center;gap:2rem;width:100%;max-width:480px;padding:2rem 2.5rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}._scheduleCard_10095_238:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 36px #0006}._scheduleInfo_10095_258{flex-shrink:0}._scheduleCardHeader_10095_262{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}._badge_10095_269{color:var(--primary-light);background:#1a73e826;border-radius:50px;padding:.25rem .7rem;font-size:.78rem;font-weight:700}._badgeTeal_10095_278{color:var(--molecule-teal);background:#06b6d426}._badgePurple_10095_283{color:var(--molecule-purple);background:#8b5cf626}._scheduleCardTitle_10095_288{font-size:1.4rem;font-weight:700}._location_10095_293{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:0;font-size:.9rem;display:flex}._sessions_10095_302{flex-direction:column;flex:1;gap:.6rem;display:flex}._session_10095_302{background:var(--bg-elevated);border-radius:var(--radius-sm);padding:1rem 1.25rem}._sessionLabel_10095_315{color:var(--primary-light);margin-bottom:.2rem;font-size:.78rem;font-weight:600}._sessionDay_10095_322{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}._sessionTime_10095_328{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.88rem;display:flex}._sessionDivider_10095_336{background:var(--border-color);height:1px}._contactCards_10095_345{flex-direction:column;gap:1rem;max-width:560px;margin:0 auto;display:flex}._contactCard_10095_345{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}._contactCard_10095_345:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 28px #00000059}._contactIcon_10095_371{width:48px;height:48px;color:var(--primary-light);background:#1a73e826;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._contactIcon_10095_371 svg{width:24px;height:24px}._contactIcon_10095_371._whatsapp_10095_388{color:#25d366;background:#25d36626}._contactContent_10095_393{flex:1;min-width:0}._contactTitle_10095_398{margin-bottom:.1rem;font-size:1.05rem;font-weight:600}._contactText_10095_404{color:var(--text-secondary);font-size:.88rem}._contactArrow_10095_409{color:var(--text-muted);flex-shrink:0;transition:color .25s,transform .25s}._contactCard_10095_345:hover ._contactArrow_10095_409{color:var(--primary-light);transform:translate(5px)}@media (width<=768px){._section_10095_5{padding:4rem 1.25rem}._sectionTitle_10095_69{font-size:1.6rem}._videoLayout_10095_78{grid-template-columns:1fr;gap:2rem}._videoTitle_10095_104{font-size:1.25rem}}@media (width<=640px){._section_10095_5{padding:3.5rem 1rem}._sectionHeader_10095_54{margin-bottom:2rem}._sectionTitle_10095_69{font-size:1.4rem}._scheduleCard_10095_238{flex-direction:column;gap:1rem;padding:1.5rem}._contactCard_10095_345{gap:1rem;padding:1rem 1.15rem}}._card_s6kle_1{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}._card_s6kle_1:hover{border-color:var(--primary);box-shadow:0 4px 24px var(--primary-glow);transform:scale(1.02)}._thumbnail_s6kle_17{aspect-ratio:16/9;background:linear-gradient(135deg, var(--bg-elevated), var(--bg-surface));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:relative}._thumbImg_s6kle_28{object-fit:cover;width:100%;height:100%}._playIcon_s6kle_34{width:48px;height:48px;color:var(--primary);opacity:.7}._categoryOverlay_s6kle_41{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}._body_s6kle_49{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}._title_s6kle_57{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}._badge_s6kle_68{color:var(--primary-light);background:#1a73e826;border-radius:50px;width:fit-content;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}._description_s6kle_79{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}._grid_fgjo0_1{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}._empty_fgjo0_7{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:3rem 1rem;font-size:1rem}._container_q97v1_1{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}._container_q97v1_1::-webkit-scrollbar{display:none}._pill_q97v1_14{border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;background:0 0;border-radius:50px;flex-shrink:0;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}._pill_q97v1_14:hover{border-color:var(--primary);color:var(--text-primary)}._pillActive_q97v1_32{background:var(--primary);border-color:var(--primary);color:#fff}._wrapper_z2ejj_1{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:4rem 0;display:flex}._benzene_z2ejj_10{width:64px;height:64px;color:var(--primary);filter:drop-shadow(0 0 6px var(--primary-glow));animation:3s linear infinite _spinBenzene_z2ejj_1,2s ease-in-out infinite _glowPulse_z2ejj_1}._label_z2ejj_18{color:var(--text-muted);letter-spacing:.02em;font-size:.9rem}@keyframes _spinBenzene_z2ejj_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _glowPulse_z2ejj_1{0%,to{filter:drop-shadow(0 0 4px #1a73e833)}50%{filter:drop-shadow(0 0 12px #1a73e880)}}@media (prefers-reduced-motion:reduce){._benzene_z2ejj_10{animation:none}}._page_13oqf_1{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}._header_13oqf_7{margin-bottom:2rem}._title_13oqf_11{margin-bottom:1rem;font-size:1.75rem;font-weight:700}._filterRow_13oqf_17{margin-bottom:1.5rem}._wrapper_fw7r1_1{z-index:1;width:100%;max-width:960px;margin:0 auto;position:relative}._video_fw7r1_9{border-radius:var(--radius);aspect-ratio:16/9;background:#000;width:100%}._page_pmnxa_1{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}._backLink_pmnxa_7{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}._backLink_pmnxa_7:hover{color:var(--primary)}._details_pmnxa_22{max-width:960px;margin:1.5rem auto 0}._title_pmnxa_27{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}._badge_pmnxa_33{color:var(--primary-light);background:#1a73e826;border-radius:50px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}._description_pmnxa_44{color:var(--text-secondary);line-height:1.7}._container_1opom_1{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}._card_1opom_10{z-index:1;-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius);background:#111827d9;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:400px;padding:2.5rem 2rem;display:flex;position:relative}._logo_1opom_27{filter:brightness(0)invert();width:auto;height:64px}._title_1opom_33{color:var(--text-primary);text-align:center;font-size:1.25rem;font-weight:700}._form_1opom_40{flex-direction:column;gap:1rem;width:100%;display:flex}._field_1opom_47{flex-direction:column;gap:.35rem;display:flex}._label_1opom_53{color:var(--text-secondary);font-size:.85rem;font-weight:600}._input_1opom_59{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_1opom_59::placeholder{color:var(--text-muted)}._input_1opom_59:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._submit_1opom_81{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:.5rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}._submit_1opom_81:hover{background:var(--primary-light)}._submit_1opom_81:disabled{opacity:.6;cursor:not-allowed}._homeLink_1opom_105{color:var(--text-muted);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}._homeLink_1opom_105:hover{color:var(--primary-light)}._error_1opom_117{border-radius:var(--radius-sm);color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef44444d;width:100%;padding:.6rem .85rem;font-size:.85rem}._container_15014_1{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}._card_15014_10{z-index:1;-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius);background:#111827d9;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:400px;padding:2.5rem 2rem;display:flex;position:relative}._logo_15014_27{filter:brightness(0)invert();width:auto;height:64px}._title_15014_33{color:var(--text-primary);text-align:center;font-size:1.25rem;font-weight:700}._subtitle_15014_40{color:var(--text-secondary);text-align:center;margin-top:-.75rem;font-size:.85rem}._form_15014_47{flex-direction:column;gap:1rem;width:100%;display:flex}._field_15014_54{flex-direction:column;gap:.35rem;display:flex}._label_15014_60{color:var(--text-secondary);font-size:.85rem;font-weight:600}._input_15014_66{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_15014_66::placeholder{color:var(--text-muted)}._input_15014_66:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._submit_15014_88{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:.5rem;padding:.7rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s}._submit_15014_88:hover{background:var(--primary-light)}._submit_15014_88:disabled{opacity:.6;cursor:not-allowed}._error_15014_112{border-radius:var(--radius-sm);color:#f87171;text-align:center;background:#ef44441a;border:1px solid #ef44444d;width:100%;padding:.6rem .85rem;font-size:.85rem}._mismatch_15014_123{color:#f87171;margin-top:-.5rem;font-size:.8rem}._rules_15014_129{flex-direction:column;gap:.15rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}._rulePass_15014_138{color:#4ade80;font-size:.75rem}._ruleFail_15014_143{color:#f87171;font-size:.75rem}._header_2jdlw_1{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._title_2jdlw_8{color:var(--text-primary);font-size:1.25rem;font-weight:700}._addBtn_2jdlw_14{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._addBtn_2jdlw_14:hover{background:var(--primary-light)}._formCard_2jdlw_31{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:2rem;padding:2rem}._formTitle_2jdlw_39{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:600}._formGrid_2jdlw_46{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._field_2jdlw_52{flex-direction:column;gap:.3rem;display:flex}._label_2jdlw_58{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}._input_2jdlw_66{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._input_2jdlw_66::placeholder{color:var(--text-muted)}._input_2jdlw_66:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._formActions_2jdlw_88{grid-column:1/-1;gap:.75rem;margin-top:.5rem;display:flex}._btnPrimary_2jdlw_95{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnPrimary_2jdlw_95:hover{background:var(--primary-light)}._btnPrimary_2jdlw_95:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_2jdlw_117{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondary_2jdlw_117:hover{color:var(--text-primary);border-color:var(--text-muted)}._table_2jdlw_135{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;overflow:hidden}._table_2jdlw_135 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border-color);background:var(--bg-elevated);padding:.75rem 1rem;font-size:.8rem;font-weight:600}._table_2jdlw_135 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.9rem}._table_2jdlw_135 tbody tr{transition:background .15s}._table_2jdlw_135 tbody tr:hover{background:#1a73e80a}._table_2jdlw_135 tr:last-child td{border-bottom:none}._badgeActive_2jdlw_175{color:#4ade80;background:#22c55e26;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeInactive_2jdlw_185{color:#f87171;background:#ef444426;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._actionBtn_2jdlw_195{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;margin-right:.5rem;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}._actionBtn_2jdlw_195:hover{color:var(--text-primary);border-color:var(--text-muted)}._actionBtnDanger_2jdlw_214{color:#f87171;border-color:#ef44444d}._actionBtnDanger_2jdlw_214:hover{color:#fca5a5;border-color:#f87171}._empty_2jdlw_225{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}._emptyIcon_2jdlw_234{width:48px;height:48px;color:var(--text-muted);opacity:.35;margin-bottom:.5rem}._emptyTitle_2jdlw_242{color:var(--text-secondary);font-size:1rem;font-weight:600}._emptyMessage_2jdlw_248{color:var(--text-muted);font-size:.9rem}._error_2jdlw_253{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._rules_2jdlw_263{flex-direction:column;gap:.15rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}._rulePass_2jdlw_272{color:#4ade80;font-size:.75rem}._ruleFail_2jdlw_277{color:#f87171;font-size:.75rem}._overlay_2jdlw_284{z-index:200;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._dialog_2jdlw_295{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:1.75rem;display:flex}._dialogTitle_2jdlw_307{color:var(--text-primary);font-size:1.1rem;font-weight:700}._dialogMessage_2jdlw_313{color:var(--text-secondary);font-size:.9rem;line-height:1.5}._dialogName_2jdlw_319{color:var(--text-primary);font-weight:600}._dialogActions_2jdlw_324{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}._btnDanger_2jdlw_331{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#dc2626;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnDanger_2jdlw_331:hover{background:#ef4444}@media (width<=640px){._formGrid_2jdlw_46{grid-template-columns:1fr}._table_2jdlw_135{font-size:.8rem}._table_2jdlw_135 th,._table_2jdlw_135 td{padding:.5rem .6rem}}._header_1dthm_1{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._title_1dthm_8{color:var(--text-primary);font-size:1.25rem;font-weight:700}._addBtn_1dthm_14{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._addBtn_1dthm_14:hover{background:var(--primary-light)}._searchBar_1dthm_33{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._searchWrapper_1dthm_40{flex:1;max-width:400px;position:relative}._searchIcon_1dthm_46{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}._searchInput_1dthm_55{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem .55rem 2.25rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._searchInput_1dthm_55::placeholder{color:var(--text-muted)}._searchInput_1dthm_55:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._viewToggle_1dthm_79{border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;overflow:hidden}._viewBtn_1dthm_86{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.45rem .6rem;transition:background .2s,color .2s;display:flex}._viewBtn_1dthm_86:not(:last-child){border-right:1px solid var(--border-color)}._viewBtn_1dthm_86:hover{color:var(--text-secondary);background:var(--bg-elevated)}._viewBtnActive_1dthm_107{color:var(--primary);background:var(--bg-elevated)}._formCard_1dthm_114{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:2rem;padding:2rem}._formTitle_1dthm_122{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}._formGrid_1dthm_131{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._field_1dthm_137{flex-direction:column;gap:.3rem;display:flex}._fieldFull_1dthm_143{grid-column:1/-1}._label_1dthm_147{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}._input_1dthm_155{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._input_1dthm_155::placeholder{color:var(--text-muted)}._input_1dthm_155:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._textarea_1dthm_177{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._textarea_1dthm_177::placeholder{color:var(--text-muted)}._textarea_1dthm_177:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._select_1dthm_200{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}._formActions_1dthm_213{border-top:1px solid var(--border-color);grid-column:1/-1;gap:.75rem;margin-top:.75rem;padding-top:1rem;display:flex}._btnPrimary_1dthm_222{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnPrimary_1dthm_222:hover{background:var(--primary-light)}._btnPrimary_1dthm_222:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_1dthm_244{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondary_1dthm_244:hover{color:var(--text-primary);border-color:var(--text-muted)}._mcqGrid_1dthm_264{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem;margin-top:.5rem;display:grid}._mcqRow_1dthm_271{align-items:center;gap:.5rem;display:flex}._mcqLabel_1dthm_277{color:var(--text-secondary);min-width:30px;font-size:.8rem;font-weight:600}._mcqOptions_1dthm_284{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}._mcqCheckLabel_1dthm_291{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.2rem;font-size:.82rem;display:flex}._mcqCheckLabel_1dthm_291 input[type=checkbox]{cursor:pointer}._table_1dthm_307{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;overflow:hidden}._table_1dthm_307 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border-color);background:var(--bg-elevated);padding:.75rem 1rem;font-size:.8rem;font-weight:600}._table_1dthm_307 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.9rem}._table_1dthm_307 tbody tr{transition:background .15s}._table_1dthm_307 tbody tr:hover{background:#1a73e80a}._table_1dthm_307 tr:last-child td{border-bottom:none}._badgeMcq_1dthm_349{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f633;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeEssay_1dthm_360{color:#c084fc;background:#a855f726;border:1px solid #a855f733;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeActive_1dthm_371{color:#4ade80;background:#22c55e26;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeInactive_1dthm_381{color:#f87171;background:#ef444426;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._actionBtn_1dthm_393{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;margin-right:.5rem;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}._actionBtn_1dthm_393:hover{color:var(--text-primary);border-color:var(--text-muted)}._actionBtnDanger_1dthm_412{color:#f87171;border-color:#ef44444d}._actionBtnDanger_1dthm_412:hover{color:#fca5a5;border-color:#f87171}._empty_1dthm_425{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}._emptyIcon_1dthm_434{width:48px;height:48px;color:var(--text-muted);opacity:.35;margin-bottom:.5rem}._emptyTitle_1dthm_442{color:var(--text-secondary);font-size:1rem;font-weight:600}._emptyMessage_1dthm_448{color:var(--text-muted);font-size:.9rem}._error_1dthm_453{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._overlay_1dthm_465{z-index:200;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._dialog_1dthm_476{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:1.75rem;display:flex}._dialogTitle_1dthm_488{color:var(--text-primary);font-size:1.1rem;font-weight:700}._dialogMessage_1dthm_494{color:var(--text-secondary);font-size:.9rem;line-height:1.5}._dialogName_1dthm_500{color:var(--text-primary);font-weight:600}._dialogActions_1dthm_505{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}._btnDanger_1dthm_512{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#dc2626;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnDanger_1dthm_512:hover{background:#ef4444}._cardGrid_1dthm_531{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}._card_1dthm_531{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden}._card_1dthm_531:hover{border-color:var(--primary);box-shadow:var(--shadow-card-hover), var(--glow-primary);transform:translateY(-4px)}._cardInactive_1dthm_552{opacity:.6}._cardThumb_1dthm_556{aspect-ratio:16/10;background:var(--bg-elevated);width:100%;position:relative;overflow:hidden}._cardImg_1dthm_564{object-fit:cover;width:100%;height:100%}._cardPlaceholder_1dthm_570{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}._cardBadges_1dthm_579{gap:.35rem;display:flex;position:absolute;top:.5rem;right:.5rem}._cardBody_1dthm_587{flex-direction:column;gap:.4rem;padding:.85rem 1rem 1rem;display:flex}._cardTitle_1dthm_594{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}._cardMeta_1dthm_601{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.78rem;display:flex}._cardMeta_1dthm_601 span{align-items:center;display:flex}._cardMeta_1dthm_601 span:not(:last-child):after{content:"·";color:var(--border-color);margin-left:.5rem}._cardDesc_1dthm_620{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}._cardActions_1dthm_630{gap:.5rem;margin-top:.35rem;display:flex}@media (width<=640px){._formGrid_1dthm_131{grid-template-columns:1fr}._table_1dthm_307{font-size:.8rem}._table_1dthm_307 th,._table_1dthm_307 td{padding:.5rem .6rem}}._header_1henl_1{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._title_1henl_8{color:var(--text-primary);font-size:1.25rem;font-weight:700}._addBtn_1henl_14{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._addBtn_1henl_14:hover{background:var(--primary-light)}._searchBar_1henl_33{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._searchWrapper_1henl_40{flex:1;max-width:400px;position:relative}._searchIcon_1henl_46{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}._searchInput_1henl_55{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem .55rem 2.25rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._searchInput_1henl_55::placeholder{color:var(--text-muted)}._searchInput_1henl_55:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._viewToggle_1henl_79{border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;overflow:hidden}._viewBtn_1henl_86{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.45rem .6rem;transition:background .2s,color .2s;display:flex}._viewBtn_1henl_86:not(:last-child){border-right:1px solid var(--border-color)}._viewBtn_1henl_86:hover{color:var(--text-secondary);background:var(--bg-elevated)}._viewBtnActive_1henl_107{color:var(--primary);background:var(--bg-elevated)}._formCard_1henl_114{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:2rem;padding:2rem}._formTitle_1henl_122{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}._formGrid_1henl_131{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._field_1henl_137{flex-direction:column;gap:.3rem;display:flex}._fieldFull_1henl_143{grid-column:1/-1}._label_1henl_147{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}._input_1henl_155{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._input_1henl_155::placeholder{color:var(--text-muted)}._input_1henl_155:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._textarea_1henl_177{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._textarea_1henl_177::placeholder{color:var(--text-muted)}._textarea_1henl_177:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._select_1henl_200{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}._formActions_1henl_213{border-top:1px solid var(--border-color);grid-column:1/-1;gap:.75rem;margin-top:.75rem;padding-top:1rem;display:flex}._btnPrimary_1henl_222{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnPrimary_1henl_222:hover{background:var(--primary-light)}._btnPrimary_1henl_222:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_1henl_244{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondary_1henl_244:hover{color:var(--text-primary);border-color:var(--text-muted)}._table_1henl_264{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;overflow:hidden}._table_1henl_264 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border-color);background:var(--bg-elevated);padding:.75rem 1rem;font-size:.8rem;font-weight:600}._table_1henl_264 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.9rem}._table_1henl_264 tbody tr{transition:background .15s}._table_1henl_264 tbody tr:hover{background:#1a73e80a}._table_1henl_264 tr:last-child td{border-bottom:none}._badgeHomepage_1henl_306{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f633;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeLesson_1henl_317{color:#c084fc;background:#a855f726;border:1px solid #a855f733;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeActive_1henl_328{color:#4ade80;background:#22c55e26;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeInactive_1henl_338{color:#f87171;background:#ef444426;border-radius:50px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}._actionBtn_1henl_350{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;margin-right:.5rem;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}._actionBtn_1henl_350:hover{color:var(--text-primary);border-color:var(--text-muted)}._actionBtnDanger_1henl_369{color:#f87171;border-color:#ef44444d}._actionBtnDanger_1henl_369:hover{color:#fca5a5;border-color:#f87171}._empty_1henl_382{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}._emptyIcon_1henl_391{width:48px;height:48px;color:var(--text-muted);opacity:.35;margin-bottom:.5rem}._emptyTitle_1henl_399{color:var(--text-secondary);font-size:1rem;font-weight:600}._emptyMessage_1henl_405{color:var(--text-muted);font-size:.9rem}._error_1henl_410{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._overlay_1henl_422{z-index:200;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._dialog_1henl_433{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:1.75rem;display:flex}._dialogTitle_1henl_445{color:var(--text-primary);font-size:1.1rem;font-weight:700}._dialogMessage_1henl_451{color:var(--text-secondary);font-size:.9rem;line-height:1.5}._dialogName_1henl_457{color:var(--text-primary);font-weight:600}._dialogActions_1henl_462{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}._btnDanger_1henl_469{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#dc2626;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnDanger_1henl_469:hover{background:#ef4444}._cardGrid_1henl_488{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}._card_1henl_488{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden}._card_1henl_488:hover{border-color:var(--primary);box-shadow:var(--shadow-card-hover), var(--glow-primary);transform:translateY(-4px)}._cardInactive_1henl_509{opacity:.6}._cardThumb_1henl_513{aspect-ratio:16/10;background:var(--bg-elevated);width:100%;position:relative;overflow:hidden}._cardImg_1henl_521{object-fit:cover;width:100%;height:100%}._cardPlaceholder_1henl_527{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}._cardBadges_1henl_536{gap:.35rem;display:flex;position:absolute;top:.5rem;right:.5rem}._cardBody_1henl_544{flex-direction:column;gap:.4rem;padding:.85rem 1rem 1rem;display:flex}._cardTitle_1henl_551{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}._cardMeta_1henl_558{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.78rem;display:flex}._cardMeta_1henl_558 span{align-items:center;display:flex}._cardMeta_1henl_558 span:not(:last-child):after{content:"·";color:var(--border-color);margin-left:.5rem}._cardDesc_1henl_577{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}._cardActions_1henl_587{gap:.5rem;margin-top:.35rem;display:flex}@media (width<=640px){._formGrid_1henl_131{grid-template-columns:1fr}._table_1henl_264{font-size:.8rem}._table_1henl_264 th,._table_1henl_264 td{padding:.5rem .6rem}}._page_1ea0n_1{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem}._pageHeader_1ea0n_9{margin-bottom:2rem}._heading_1ea0n_13{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}._subtitle_1ea0n_20{color:var(--text-muted);font-size:.9rem}._tabBar_1ea0n_27{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border-radius:12px;gap:.25rem;margin-bottom:2rem;padding:.2rem;display:flex}._tab_1ea0n_27{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.62rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s,background .2s,transform .2s}._tab_1ea0n_27:hover{color:var(--text-secondary);background:#1a73e81f}._tabActive_1ea0n_56{color:#dbeafe;background:linear-gradient(135deg,#1a73e8b3,#1e40afb3);transform:translateY(-1px);box-shadow:0 8px 22px #1a73e83d}._widget_1mv55_3{background:var(--bg-surface);border:1px solid #ffffff0f;border-radius:14px;padding:20px}._widgetTitle_1mv55_10{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:.875rem;font-weight:600;display:flex}._statsGrid_1mv55_22{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:20px;display:grid}@media (width>=640px){._statsGrid_1mv55_22{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){._statsGrid_1mv55_22{grid-template-columns:repeat(5,1fr)}}._statCard_1mv55_41{border-radius:12px;padding:16px;position:relative;overflow:hidden}._statCardCircle_1mv55_48{pointer-events:none;background:#ffffff1a;border-radius:50%;width:55px;height:55px;position:absolute;top:-12px;right:-12px}._statCardLabel_1mv55_59{text-transform:uppercase;letter-spacing:.5px;font-size:.625rem}._statCardValue_1mv55_65{margin:4px 0 2px;font-size:1.75rem;font-weight:800}._statCardDetail_1mv55_71{font-size:.625rem}._statLightText_1mv55_76 ._statCardLabel_1mv55_59,._statLightText_1mv55_76 ._statCardDetail_1mv55_71{color:#ffffffbf}._statLightText_1mv55_76 ._statCardValue_1mv55_65{color:#fff}._statDarkText_1mv55_85 ._statCardLabel_1mv55_59,._statDarkText_1mv55_85 ._statCardDetail_1mv55_71{color:#00000080}._statDarkText_1mv55_85 ._statCardValue_1mv55_65{color:#000000d9}._chartsRow_1mv55_95{grid-template-columns:1fr;gap:14px;margin-bottom:14px;display:grid}@media (width>=640px){._chartsRow_1mv55_95{grid-template-columns:1fr 1fr}}._chartsRowWide_1mv55_108{grid-template-columns:1fr;gap:14px;margin-bottom:14px;display:grid}._toggle_1mv55_117{gap:4px;display:flex}._toggleBtn_1mv55_122{background:var(--bg-elevated);color:var(--text-secondary);cursor:pointer;border:none;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:.625rem;transition:background .15s,color .15s}._toggleBtnActive_1mv55_134{background:var(--primary);color:#fff}._lbRow_1mv55_141{cursor:pointer;border-radius:8px;align-items:center;gap:12px;margin-bottom:6px;padding:10px 12px;transition:background .15s;display:flex}._lbRow_1mv55_141:hover{background:#ffffff0a}._lbRank_1mv55_156{text-align:center;width:22px;font-size:1rem;font-weight:800}._lbName_1mv55_163{color:var(--text-primary);flex:1;font-size:.8125rem}._lbScore_1mv55_169{color:#10b981;font-size:.8125rem;font-weight:700}._lbAttempts_1mv55_175{color:var(--text-muted);font-size:.6875rem}._lbGold_1mv55_180{background:#ffd7000f;border:1px solid #ffd7001f}._lbSilver_1mv55_185{background:#c0c0c00a;border:1px solid #c0c0c014}._lbBronze_1mv55_190{background:#cd7f320a;border:1px solid #cd7f3214}._activityGrid_1mv55_197{grid-template-columns:1fr;gap:8px;display:grid}@media (width>=640px){._activityGrid_1mv55_197{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){._activityGrid_1mv55_197{grid-template-columns:repeat(4,1fr)}}._activityItem_1mv55_215{background:var(--bg-elevated);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}._activityItem_1mv55_215:hover{background:#ffffff0f}._activityBadge_1mv55_230{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.6875rem;font-weight:700;display:flex}._activityText_1mv55_242{color:var(--text-primary);font-size:.75rem}._activityTime_1mv55_247{color:var(--text-muted);margin-top:2px;font-size:.625rem}._perfTable_1mv55_255{border-collapse:collapse;width:100%}._perfTable_1mv55_255 th{text-align:left;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #ffffff1a;padding:8px 0;font-size:.6875rem;font-weight:500}._perfTable_1mv55_255 th:not(:first-child){text-align:center}._perfTable_1mv55_255 td{color:var(--text-primary);border-bottom:1px solid #ffffff0a;padding:10px 0;font-size:.75rem}._perfTable_1mv55_255 td:not(:first-child){text-align:center}._scoreHigh_1mv55_286{color:#10b981;font-weight:600}._scoreMid_1mv55_291{color:#f59e0b;font-weight:600}._scoreLow_1mv55_296{color:#ef4444;font-weight:600}._viewAll_1mv55_303{text-align:center;color:var(--primary-light);cursor:pointer;background:0 0;border:none;width:100%;margin-top:12px;padding:4px;font-family:inherit;font-size:.75rem}._viewAll_1mv55_303:hover{text-decoration:underline}._modalBackdrop_1mv55_322{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._modalContent_1mv55_333{background:var(--bg-surface);border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:700px;max-height:85vh;padding:24px;position:relative;overflow-y:auto}._modalClose_1mv55_345{background:var(--bg-elevated);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-size:1rem;display:flex;position:absolute;top:16px;right:16px}._modalClose_1mv55_345:hover{background:#ffffff1a}._modalBack_1mv55_322{color:var(--primary-light);cursor:pointer;background:0 0;border:none;margin-bottom:8px;padding:0;font-family:inherit;font-size:.8125rem}._modalBack_1mv55_322:hover{text-decoration:underline}._modalHeader_1mv55_382{margin-bottom:20px}._modalName_1mv55_386{color:var(--text-primary);font-size:1.25rem;font-weight:700}._modalEmail_1mv55_392{color:var(--text-secondary);margin-top:2px;font-size:.8125rem}._modalStatsRow_1mv55_398{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}@media (width>=480px){._modalStatsRow_1mv55_398{grid-template-columns:repeat(4,1fr)}}._modalStatCard_1mv55_411{background:var(--bg-elevated);text-align:center;border-radius:10px;padding:12px}._modalStatLabel_1mv55_418{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.625rem}._modalStatValue_1mv55_425{color:var(--text-primary);margin-top:4px;font-size:1.25rem;font-weight:700}._modalSection_1mv55_432{margin-bottom:20px}._modalSectionTitle_1mv55_436{color:var(--text-primary);margin-bottom:10px;font-size:.875rem;font-weight:600}._categoryBar_1mv55_444{align-items:center;gap:10px;margin-bottom:8px;display:flex}._categoryLabel_1mv55_451{width:100px;color:var(--text-secondary);flex-shrink:0;font-size:.75rem}._categoryTrack_1mv55_458{background:var(--bg-elevated);border-radius:4px;flex:1;height:8px;overflow:hidden}._categoryFill_1mv55_466{border-radius:4px;height:100%;transition:width .5s}._categoryValue_1mv55_472{width:40px;color:var(--text-primary);text-align:right;font-size:.75rem;font-weight:600}._page_1iscc_1{max-width:var(--max-width);margin:0 auto;padding:1.5rem}._topBar_1iscc_7{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}._heading_1iscc_14{color:var(--text-primary);font-size:1.5rem;font-weight:700}._subtitle_1iscc_20{color:var(--text-muted);margin-top:2px;font-size:.8125rem}._backBtn_1iscc_26{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;text-decoration:none;transition:background .15s}._backBtn_1iscc_26:hover{background:#ffffff0f}._formCard_s5qso_1{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);max-width:600px;padding:2rem}._formTitle_s5qso_9{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}._formGrid_s5qso_16{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._field_s5qso_22{flex-direction:column;gap:.3rem;display:flex}._label_s5qso_28{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}._input_s5qso_36{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._input_s5qso_36::placeholder{color:var(--text-muted)}._input_s5qso_36:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._inputReadonly_s5qso_58{color:var(--text-muted);cursor:not-allowed;background:var(--bg-base)}._inputReadonly_s5qso_58:focus{border-color:var(--border-color);box-shadow:none}._formActions_s5qso_70{grid-column:1/-1;gap:.75rem;margin-top:.5rem;display:flex}._btnPrimary_s5qso_77{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}._btnPrimary_s5qso_77:hover{background:var(--primary-light)}._btnPrimary_s5qso_77:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_s5qso_99{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondary_s5qso_99:hover{color:var(--text-primary);border-color:var(--text-muted)}._success_s5qso_117{border-radius:var(--radius-sm);color:#4ade80;background:#22c55e1a;border:1px solid #22c55e4d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._error_s5qso_127{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}@media (width<=640px){._formGrid_s5qso_16{grid-template-columns:1fr}}._calendar_13e1u_1{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);max-width:400px;margin-bottom:1.5rem;padding:1.25rem}._header_13e1u_10{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}._monthLabel_13e1u_17{color:var(--text-primary);font-size:.95rem;font-weight:600}._navBtn_13e1u_23{border:1px solid var(--border-color);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex}._navBtn_13e1u_23:hover{color:var(--text-primary);border-color:var(--text-muted);background:var(--bg-elevated)}._grid_13e1u_43{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}._dayLabel_13e1u_49{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:.4rem 0;font-size:.7rem;font-weight:600}._emptyCell_13e1u_59{aspect-ratio:1}._dayCell_13e1u_63{aspect-ratio:1;color:var(--text-muted);border-radius:var(--radius-sm);cursor:default;background:0 0;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;font-family:inherit;font-size:.82rem;transition:color .15s,background .15s,border-color .15s;display:flex;position:relative}._dayCell_13e1u_63:disabled{opacity:.5}._hasLesson_13e1u_84{color:var(--text-primary);cursor:pointer;font-weight:600}._hasLesson_13e1u_84:hover{background:#1a73e814;border-color:#1a73e833}._selected_13e1u_95{background:var(--primary);color:#fff;border-color:var(--primary)}._selected_13e1u_95:hover{background:var(--primary-light);border-color:var(--primary-light)}._today_13e1u_106{border-color:var(--primary)}._dot_13e1u_110{background:var(--primary);border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px}._selected_13e1u_95 ._dot_13e1u_110{background:#fff}._toolbar_1kdtw_3{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}._calendarBtn_1kdtw_11{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s,background .2s;display:flex}._calendarBtn_1kdtw_11:hover{color:var(--text-primary);border-color:var(--text-muted)}._calendarBtnActive_1kdtw_32{color:var(--primary);border-color:var(--primary);background:#1a73e80f}._clearDateBtn_1kdtw_38{color:var(--primary);cursor:pointer;background:#1a73e81a;border:1px solid #1a73e833;border-radius:50px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .2s;display:flex}._clearDateBtn_1kdtw_38:hover{background:#1a73e826}._filterSelect_1kdtw_58{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;outline:none;padding:.55rem 2rem .55rem .75rem;font-family:inherit;font-size:.9rem}._error_1kdtw_76{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._empty_1kdtw_88{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}._emptyIcon_1kdtw_97{width:48px;height:48px;color:var(--text-muted);opacity:.35;margin-bottom:.5rem}._emptyTitle_1kdtw_105{color:var(--text-secondary);font-size:1rem;font-weight:600}._emptyMessage_1kdtw_111{color:var(--text-muted);font-size:.9rem}._cardGrid_1kdtw_118{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}._card_1kdtw_118{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-card);transition:border-color .2s,transform .2s,box-shadow .2s;overflow:hidden}._card_1kdtw_118:hover{border-color:var(--primary);box-shadow:var(--shadow-card-hover), var(--glow-primary);transform:translateY(-4px)}._cardThumb_1kdtw_140{aspect-ratio:16/10;background:linear-gradient(135deg,#1a73e826,#a855f71a);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}._cardThumbImg_1kdtw_151{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._cardPlayIcon_1kdtw_159{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,background .2s;display:flex}._card_1kdtw_118:hover ._cardPlayIcon_1kdtw_159{background:#ffffff40;transform:scale(1.1)}._cardPlayIcon_1kdtw_159 svg{width:20px;height:20px;margin-left:2px}._cardCategoryBadge_1kdtw_183{color:#60a5fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b82f633;border:1px solid #3b82f640;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block;position:absolute;top:.5rem;right:.5rem}._cardBody_1kdtw_198{flex-direction:column;gap:.4rem;padding:.85rem 1rem 1rem;display:flex}._cardTitle_1kdtw_205{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}._cardMeta_1kdtw_212{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.78rem;display:flex}._cardMeta_1kdtw_212 span{align-items:center;display:flex}._cardMeta_1kdtw_212 span:not(:last-child):after{content:"·";color:var(--border-color);margin-left:.5rem}._cardDesc_1kdtw_231{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}._playerView_1kdtw_243{animation:.3s ease-out _fadeIn_1kdtw_1}._backBtn_1kdtw_247{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.5rem .85rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s;display:inline-flex}._backBtn_1kdtw_247:hover{color:var(--text-primary);border-color:var(--text-muted)}._playerWrapper_1kdtw_269{border-radius:var(--radius);background:#000;width:100%;margin-bottom:1.25rem;overflow:hidden}._video_1kdtw_277{width:100%;max-height:70vh;display:block}._lessonInfo_1kdtw_283{flex-direction:column;gap:.5rem;display:flex}._lessonTitle_1kdtw_289{color:var(--text-primary);font-size:1.25rem;font-weight:700}._lessonMeta_1kdtw_295{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}._lessonNameBadge_1kdtw_302{color:#c084fc;background:#a855f726;border:1px solid #a855f733;border-radius:50px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}._categoryBadge_1kdtw_313{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f633;border-radius:50px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}._dateBadge_1kdtw_324{color:var(--text-muted);font-size:.82rem}._lessonDesc_1kdtw_329{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem;line-height:1.6}@keyframes _fadeIn_1kdtw_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){._toolbar_1kdtw_3{flex-direction:column;align-items:stretch}._filterSelect_1kdtw_58{width:100%}}._page_1ou34_1{max-width:var(--max-width);isolation:isolate;margin:0 auto;padding:2.5rem 1.5rem;position:relative}._page_1ou34_1:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(600px at 5% 0,#1a73e81a,#0000 45%),radial-gradient(450px at 90% 8%,#22c55e12,#0000 55%);position:absolute;inset:0}._heading_1ou34_20{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}._subtitle_1ou34_27{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}._tabBar_1ou34_35{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8c;border-radius:12px;gap:.25rem;margin-bottom:2rem;padding:.2rem;display:flex}._tab_1ou34_35{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.62rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s,background .2s,transform .2s}._tab_1ou34_35:hover{color:var(--text-secondary);background:#1a73e81f}._tabActive_1ou34_64{color:#dbeafe;background:linear-gradient(135deg,#1a73e8b3,#1e40afb3);transform:translateY(-1px);box-shadow:0 8px 22px #1a73e83d}._error_1ou34_71{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.6rem .85rem;font-size:.85rem}._toolbar_1ou34_83{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._searchWrapper_1ou34_91{flex:1;min-width:180px;max-width:360px;position:relative}._searchIcon_1ou34_98{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}._searchInput_1ou34_107{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:.55rem .75rem .55rem 2.25rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._searchInput_1ou34_107::placeholder{color:var(--text-muted)}._searchInput_1ou34_107:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}._filterSelect_1ou34_129{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;outline:none;padding:.55rem 2rem .55rem .75rem;font-family:inherit;font-size:.9rem}._viewToggle_1ou34_147{border:1px solid var(--border-color);border-radius:var(--radius-sm);margin-left:auto;display:flex;overflow:hidden}._viewBtn_1ou34_155{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.45rem .6rem;transition:background .2s,color .2s;display:flex}._viewBtn_1ou34_155:not(:last-child){border-right:1px solid var(--border-color)}._viewBtn_1ou34_155:hover{color:var(--text-secondary);background:var(--bg-elevated)}._viewBtnActive_1ou34_176{color:var(--primary);background:var(--bg-elevated)}._fadeIn_1ou34_183{animation:.4s ease-out both _fadeInUp_1ou34_1}@media (prefers-reduced-motion:reduce){._fadeIn_1ou34_183{animation:none}}._cardGrid_1ou34_195{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}._card_1ou34_195{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-card);transition:border-color .25s,transform .25s,box-shadow .25s;position:relative;overflow:hidden}._card_1ou34_195:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#ffffff1a,#0000 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-130%)}._card_1ou34_195:hover{border-color:var(--primary);box-shadow:var(--shadow-card-hover), var(--glow-primary);transform:translateY(-5px)}._card_1ou34_195:hover:after{transform:translate(130%)}._cardThumb_1ou34_232{aspect-ratio:16/10;background:var(--bg-elevated);width:100%;position:relative;overflow:hidden}._cardImg_1ou34_240{object-fit:cover;width:100%;height:100%;transition:transform .35s,filter .35s}._card_1ou34_195:hover ._cardImg_1ou34_240{filter:saturate(1.06);transform:scale(1.045)}._cardPlaceholder_1ou34_252{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}._cardBadges_1ou34_261{gap:.35rem;display:flex;position:absolute;top:.5rem;right:.5rem}._badgeType_1ou34_269{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #0000;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}._badgeMcq_1ou34_279{color:#fbbf24;background:#f59e0b33;border-color:#f59e0b4d}._badgeEssay_1ou34_285{color:#c4b5fd;background:#a78bfa33;border-color:#a78bfa4d}._badgeCategory_1ou34_291{color:#60a5fa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b82f633;border:1px solid #3b82f640;border-radius:50px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}._badgeDailyRevise_1ou34_303{color:#4ade80;background:#22c55e33;border-color:#22c55e40}._cardBody_1ou34_309{flex-direction:column;gap:.4rem;padding:.85rem 1rem 1rem;display:flex}._cardTitle_1ou34_316{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}._cardMeta_1ou34_323{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;font-size:.78rem;display:flex}._cardMeta_1ou34_323 span{align-items:center;display:flex}._cardMeta_1ou34_323 span:not(:last-child):after{content:"·";color:var(--border-color);margin-left:.5rem}._cardDesc_1ou34_342{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}._table_1ou34_354{border-collapse:collapse;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);width:100%;overflow:hidden}._table_1ou34_354 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border-color);background:var(--bg-elevated);padding:.75rem 1rem;font-size:.8rem;font-weight:600}._table_1ou34_354 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.9rem}._table_1ou34_354 tr:last-child td{border-bottom:none}._tableRow_1ou34_386{cursor:pointer;transition:background .15s}._tableRow_1ou34_386:hover{background:#1a73e80a}._summaryGrid_1ou34_397{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem;margin-bottom:1.25rem;display:grid}._summaryCard_1ou34_404{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);padding:.85rem 1rem;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}._summaryCard_1ou34_404:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(130deg,#1a73e826,#0000 45%);transition:opacity .2s;position:absolute;inset:0}._summaryCard_1ou34_404:hover{border-color:#60a5fa73;transform:translateY(-2px);box-shadow:0 12px 24px #02061747}._summaryCard_1ou34_404:hover:before{opacity:1}._summaryLabel_1ou34_434{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.35rem;font-size:.78rem}._summaryValue_1ou34_442{color:var(--text-primary);z-index:1;font-size:1.25rem;font-weight:700;position:relative}._resultsHeader_1ou34_450{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin-bottom:.9rem;display:flex}._resultsProgress_1ou34_459{border:1px solid var(--border-color);background:#0f172a8f;border-radius:12px;flex:1;min-width:240px;padding:.65rem .75rem}._resultsProgressMeta_1ou34_468{justify-content:space-between;align-items:center;margin-bottom:.45rem;display:flex}._resultsProgressLabel_1ou34_475{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}._resultsProgressValue_1ou34_482{color:var(--text-primary);font-size:.82rem;font-weight:700}._resultsProgressTrack_1ou34_488{background:#94a3b833;border-radius:999px;height:8px;overflow:hidden}._resultsProgressFill_1ou34_495{border-radius:inherit;background:linear-gradient(90deg,#22c55e,#06b6d4,#3b82f6);height:100%;transition:width .45s}._resultFilters_1ou34_502{flex-wrap:wrap;gap:.45rem;display:inline-flex}._filterChip_1ou34_508{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#0f172a80;border-radius:999px;padding:.38rem .72rem;font-size:.79rem;font-weight:600;transition:all .2s}._filterChip_1ou34_508:hover{color:#dbeafe;border-color:#60a5fa73}._filterChipActive_1ou34_525{color:#dbeafe;background:linear-gradient(135deg,#2563ebb8,#1e40afb8);border-color:#3b82f699;box-shadow:0 8px 20px #2563eb42}._resultsTableWrap_1ou34_532{border:1px solid var(--border-color);border-radius:var(--radius);background:var(--bg-surface);overflow-x:auto}._resultsTable_1ou34_532{border-collapse:collapse;width:100%;min-width:860px}._resultsTable_1ou34_532 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border-color);background:var(--bg-elevated);z-index:1;padding:.75rem 1rem;font-size:.78rem;font-weight:600;position:sticky;top:0}._resultsTable_1ou34_532 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);vertical-align:top;padding:.7rem 1rem;font-size:.88rem}._resultsTable_1ou34_532 tr:last-child td{border-bottom:none}._resultsRow_1ou34_572{transition:background .18s}._resultsRow_1ou34_572:hover{background:#1a73e80f}._resultsRowPending_1ou34_580{background:linear-gradient(90deg,#f59e0b17,#0000 26%)}._statusBadge_1ou34_584{border-radius:999px;padding:.2rem .55rem;font-size:.73rem;font-weight:700;display:inline-block}._statusMarked_1ou34_592{color:#4ade80;background:#22c55e2e;border:1px solid #22c55e47}._statusPending_1ou34_598{color:#fbbf24;background:#f59e0b2e;border:1px solid #f59e0b47;animation:1.8s ease-in-out infinite _pulsePending_1ou34_1}._markEntry_1ou34_605{border:1px solid var(--border-color);background:#0f172a70;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.42rem .5rem;display:flex}._markInputWrap_1ou34_616{align-items:center;gap:.4rem;display:flex}._markInput_1ou34_616{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:80px;color:var(--text-primary);outline:none;padding:.36rem .45rem;font-family:inherit;font-size:.82rem}._markInput_1ou34_616:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}._markUnit_1ou34_639{color:var(--text-secondary);font-size:.78rem;font-weight:700}._saveBtn_1ou34_645{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:none;padding:.38rem .7rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s}._saveBtn_1ou34_645:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 8px 14px #1a73e840}._saveBtn_1ou34_645:disabled{opacity:.6;cursor:not-allowed}._markError_1ou34_669{color:#f87171;width:100%;margin:.15rem 0 0;font-size:.78rem}._readonlyText_1ou34_676{color:var(--text-muted);font-size:.82rem}._filteredEmpty_1ou34_681{text-align:center;color:var(--text-muted);margin-top:.7rem;font-size:.84rem}._empty_1ou34_690{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}._emptyIcon_1ou34_699{width:48px;height:48px;color:var(--text-muted);opacity:.35;margin-bottom:.5rem}._emptyTitle_1ou34_707{color:var(--text-secondary);font-size:1rem;font-weight:600}._emptyMessage_1ou34_713{color:var(--text-muted);font-size:.9rem}@media (width<=640px){._page_1ou34_1{padding:1.5rem .85rem}._heading_1ou34_20{font-size:1.4rem}._tabBar_1ou34_35{gap:.15rem;margin-bottom:1.5rem;padding:.18rem}._tab_1ou34_35{text-align:center;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;flex:1 1 0;min-width:0;padding:.5rem .35rem;font-size:.78rem;line-height:1.15}._tabActive_1ou34_64{transform:none;box-shadow:0 4px 12px #1a73e838}._toolbar_1ou34_83{flex-direction:column;align-items:stretch}._searchWrapper_1ou34_91{max-width:none}._viewToggle_1ou34_147{align-self:flex-end;margin-left:0}._resultsHeader_1ou34_450{flex-direction:column;align-items:stretch}._resultFilters_1ou34_502{justify-content:flex-start}._table_1ou34_354 th,._table_1ou34_354 td,._resultsTable_1ou34_532 th,._resultsTable_1ou34_532 td{padding:.5rem .6rem;font-size:.8rem}}@keyframes _fadeInUp_1ou34_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulsePending_1ou34_1{0%,to{box-shadow:0 0 #f59e0b33}50%{box-shadow:0 0 0 7px #f59e0b00}}@media (prefers-reduced-motion:reduce){._statusPending_1ou34_598{animation:none}._card_1ou34_195,._summaryCard_1ou34_404,._saveBtn_1ou34_645,._filterChip_1ou34_508,._tab_1ou34_35,._cardImg_1ou34_240{transition:none}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}._viewer_dnpcm_1{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}._toolbar_dnpcm_12{background:var(--bg-elevated);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex}._zoomBtn_dnpcm_23{min-width:34px;height:32px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 .6rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}._zoomBtn_dnpcm_23:hover{background:var(--bg-base);border-color:var(--primary)}._zoomBtn_dnpcm_23:disabled{opacity:.5;cursor:not-allowed}._zoomLabel_dnpcm_51{color:var(--text-secondary);text-align:center;font-variant-numeric:tabular-nums;min-width:52px;font-size:.85rem}._pageInfo_dnpcm_59{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:.5rem;font-size:.8rem}._scrollArea_dnpcm_66{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom;background:var(--bg-base);flex:1;min-height:0;padding:.5rem;overflow:auto}._pageList_dnpcm_76{flex-direction:column;align-items:center;gap:.6rem;width:max-content;min-width:100%;margin:0 auto;display:flex}._pageWrapper_dnpcm_86{background:#fff;display:block;box-shadow:0 2px 10px #00000059}._loading_dnpcm_92{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}._spinner_dnpcm_103{border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite _pdfviewer-spin_dnpcm_1}@keyframes _pdfviewer-spin_dnpcm_1{to{transform:rotate(360deg)}}._errorText_dnpcm_116{color:#f87171;text-align:center;padding:1rem;font-size:.95rem}._loading_1yzxd_3{height:calc(100vh - 60px);color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}._spinner_1yzxd_13{border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite _spin_1yzxd_13}@keyframes _spin_1yzxd_13{to{transform:rotate(360deg)}}._errorText_1yzxd_26{color:#f87171;font-size:.95rem}._previewLayout_1yzxd_33{background:var(--bg-base);gap:1.5rem;height:calc(100vh - 60px);padding:2rem;display:flex}._previewPdf_1yzxd_41{flex:1;min-width:0;min-height:0;display:flex}._previewSidebar_1yzxd_48{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-direction:column;flex-shrink:0;gap:1rem;width:340px;padding:1.5rem;display:flex;overflow-y:auto}._paperTitle_1yzxd_61{color:var(--text-primary);font-size:1.15rem;font-weight:700}._paperInfo_1yzxd_67{flex-direction:column;gap:.5rem;display:flex}._infoRow_1yzxd_73{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:baseline;padding:.4rem 0;display:flex}._infoRow_1yzxd_73:last-child{border-bottom:none}._infoLabel_1yzxd_85{color:var(--text-muted);font-size:.82rem;font-weight:600}._infoValue_1yzxd_91{color:var(--text-primary);text-align:right;max-width:60%;font-size:.88rem}._startBtn_1yzxd_98{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .2s}._startBtn_1yzxd_98:hover{background:var(--primary-light)}._startBtn_1yzxd_98:disabled{opacity:.65;cursor:not-allowed}._downloadBtn_1yzxd_121{width:100%;color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.65rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,color .2s}._downloadBtn_1yzxd_121:hover{background:var(--primary);color:#fff}._btnSecondaryBlock_1yzxd_140{width:100%;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondaryBlock_1yzxd_140:hover{color:var(--text-primary);border-color:var(--text-muted)}._splitView_1yzxd_161{background:var(--bg-base);gap:1rem;height:calc(100vh - 60px);padding:1rem;display:flex}._pdfPanel_1yzxd_169{flex:1;min-width:0;min-height:0;display:flex}._explanationPdfWrap_1yzxd_176{height:80vh;margin-top:1.5rem;display:flex}._answerPanel_1yzxd_182{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);flex-shrink:0;width:380px;padding:1.5rem;overflow-y:auto}._timerBar_1yzxd_194{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}._paperTitleSmall_1yzxd_203{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-right:.75rem;font-size:.95rem;font-weight:600;overflow:hidden}._timer_1yzxd_194{font-variant-numeric:tabular-nums;color:var(--text-primary);flex-shrink:0;font-size:1.25rem;font-weight:700}._timerWarning_1yzxd_221{color:#f87171;animation:1s ease-in-out infinite _pulse_1yzxd_1}@keyframes _pulse_1yzxd_1{0%,to{opacity:1}50%{opacity:.5}}._error_1yzxd_26{border-radius:var(--radius-sm);color:#f87171;background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem}._answerGrid_1yzxd_243{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-bottom:1.25rem;display:grid}._answerRow_1yzxd_250{align-items:center;gap:.35rem;display:flex}._qLabel_1yzxd_256{color:var(--text-secondary);min-width:28px;font-size:.8rem;font-weight:600}._qSelect_1yzxd_263{background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;padding:.3rem .4rem;font-family:inherit;font-size:.85rem}._submitBtn_1yzxd_274{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-bottom:1.5rem;padding:.65rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}._submitBtn_1yzxd_274:hover{background:var(--primary-light)}._submitBtn_1yzxd_274:disabled{opacity:.6;cursor:not-allowed}._prevResults_1yzxd_300{border-top:1px solid var(--border-color);padding-top:1rem}._prevTitle_1yzxd_305{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}._prevItem_1yzxd_312{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}._prevItem_1yzxd_312:last-child{border-bottom:none}._prevScore_1yzxd_324{color:var(--text-primary);font-size:.88rem;font-weight:600}._prevDate_1yzxd_330{color:var(--text-muted);font-size:.78rem}._resultsPage_1yzxd_337{max-width:720px;margin:0 auto;padding:2rem 1.5rem}._scoreCard_1yzxd_343{text-align:center;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:1.5rem;padding:2rem}._scoreTitle_1yzxd_352{color:var(--text-primary);margin-bottom:1rem;font-size:1.2rem;font-weight:700}._scoreCircle_1yzxd_359{justify-content:center;align-items:baseline;gap:.2rem;margin-bottom:.5rem;display:flex}._scoreNum_1yzxd_367{color:var(--primary);font-size:2.5rem;font-weight:800}._scoreSlash_1yzxd_373{color:var(--text-muted);font-size:1.5rem}._scoreTotal_1yzxd_378{color:var(--text-secondary);font-size:1.5rem;font-weight:600}._scorePct_1yzxd_384{color:var(--text-secondary);font-size:1.1rem;font-weight:600}._detailsTable_1yzxd_392{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius);margin-bottom:1.5rem;overflow:hidden}._detailsTable_1yzxd_392 table{border-collapse:collapse;width:100%}._detailsTable_1yzxd_392 th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border-color);background:var(--bg-elevated);padding:.65rem .85rem;font-size:.78rem;font-weight:600}._detailsTable_1yzxd_392 td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.55rem .85rem;font-size:.88rem}._detailsTable_1yzxd_392 tr:last-child td{border-bottom:none}._rowCorrect_1yzxd_428{background:#22c55e0d}._rowWrong_1yzxd_432{background:#ef44440d}._resultsActions_1yzxd_438{justify-content:center;gap:.75rem;display:flex}._btnPrimary_1yzxd_444{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s}._btnPrimary_1yzxd_444:hover{background:var(--primary-light)}._btnSecondary_1yzxd_140{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s,border-color .2s}._btnSecondary_1yzxd_140:hover{color:var(--text-primary);border-color:var(--text-muted)}@media (width<=768px){._previewLayout_1yzxd_33{flex-direction:column;height:auto;padding:1rem}._previewSidebar_1yzxd_48{width:100%}._splitView_1yzxd_161{flex-direction:column;height:auto}._answerPanel_1yzxd_182{width:100%}._previewPdf_1yzxd_41,._pdfPanel_1yzxd_169{flex:none;width:100%;height:70vh}._explanationPdfWrap_1yzxd_176{height:70vh}}
