.QuizCard-module__28q2Yq__card{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);box-sizing:border-box;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:165px;padding:16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 2px 6px #00000005}.QuizCard-module__28q2Yq__card:hover{border-color:var(--color-border-strong,#d1d5db);transform:translateY(-2px);box-shadow:0 8px 20px -4px #0000000f,0 2px 6px -2px #00000005}.QuizCard-module__28q2Yq__cardCompleted{border-color:#10b98140}.QuizCard-module__28q2Yq__cardHeader{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;margin-bottom:8px;display:flex}.QuizCard-module__28q2Yq__titleContainer{flex:1;min-width:0;padding-top:2px;overflow:hidden}.QuizCard-module__28q2Yq__quizTitle{color:var(--color-text-primary,#111827);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:.98rem;font-weight:700;display:block;overflow:hidden}.QuizCard-module__28q2Yq__spinningIcon{color:var(--color-text-secondary,#64748b);flex-shrink:0;animation:1s linear infinite QuizCard-module__28q2Yq__spin}@keyframes QuizCard-module__28q2Yq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.QuizCard-module__28q2Yq__rightActions{flex-shrink:0;align-items:center;gap:6px;display:flex}.QuizCard-module__28q2Yq__scoreTag{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.QuizCard-module__28q2Yq__menuWrapper{position:relative}.QuizCard-module__28q2Yq__menuTriggerBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.QuizCard-module__28q2Yq__menuTriggerBtn:hover{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.QuizCard-module__28q2Yq__dropdownMenu{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);z-index:50;border-radius:10px;flex-direction:column;width:220px;padding:5px;animation:.15s ease-out QuizCard-module__28q2Yq__dropdownFade;display:flex;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 10px 25px -4px #0000001f,0 4px 10px -2px #0000000a}@keyframes QuizCard-module__28q2Yq__dropdownFade{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.QuizCard-module__28q2Yq__menuItem{color:var(--color-text-primary,#111827);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;display:flex}.QuizCard-module__28q2Yq__menuItem:hover:not(:disabled){background:var(--color-brand-secondary,#f3f4f6)}.QuizCard-module__28q2Yq__menuItem:disabled{opacity:.5;cursor:not-allowed}.QuizCard-module__28q2Yq__menuItemLocked{color:var(--color-text-secondary,#9ca3af)}.QuizCard-module__28q2Yq__menuItemIcon{color:var(--color-text-secondary,#6b7280);flex-shrink:0}.QuizCard-module__28q2Yq__menuItemIconLocked{color:var(--color-text-secondary,#9ca3af);flex-shrink:0}.QuizCard-module__28q2Yq__menuDivider{background:var(--color-border-subtle,#f3f4f6);height:1px;margin:4px 0}.QuizCard-module__28q2Yq__menuItemDanger{color:#dc2626}.QuizCard-module__28q2Yq__menuItemDanger:hover:not(:disabled){background:#fef2f2}.QuizCard-module__28q2Yq__menuItemIconDanger{color:#dc2626;flex-shrink:0}.QuizCard-module__28q2Yq__cardContent{flex-direction:column;gap:4px;min-width:0;margin-bottom:14px;display:flex}.QuizCard-module__28q2Yq__compactMetaRow{color:var(--color-text-secondary,#6b7280);white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:500;overflow:hidden}.QuizCard-module__28q2Yq__promptSummary{color:var(--color-text-secondary,#4b5563);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.QuizCard-module__28q2Yq__cardFooter{align-items:center;width:100%;display:flex}.QuizCard-module__28q2Yq__actionButtonGroup{align-items:center;gap:8px;width:100%;display:flex}.QuizCard-module__28q2Yq__actionButtonGroup .QuizCard-module__28q2Yq__primaryActionButton{flex:1}.QuizCard-module__28q2Yq__continueActionButton{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);height:38px;color:var(--color-text-primary,#111827);cursor:pointer;white-space:nowrap;box-sizing:border-box;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.QuizCard-module__28q2Yq__continueActionButton:hover:not(:disabled){background:var(--color-brand-secondary,#f3f4f6);border-color:var(--color-text-secondary,#9ca3af);transform:translateY(-1px)}.QuizCard-module__28q2Yq__continueActionButton:disabled{opacity:.6;cursor:not-allowed}.QuizCard-module__28q2Yq__primaryActionButton{background:var(--color-brand-primary,#0f172a);color:#fff;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;box-sizing:border-box;appearance:none;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;width:100%;height:38px;min-height:38px;font-size:.82rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 3px #0f172a1f,0 1px 2px #0f172a0f}.QuizCard-module__28q2Yq__primaryActionButton:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a2e,0 1px 3px #0f172a14}.QuizCard-module__28q2Yq__primaryActionButton:active{transform:translateY(0)scale(.985);box-shadow:0 1px 2px #0f172a1a}.QuizCard-module__28q2Yq__generatingState{background:var(--color-surface-subtle,#f1f5f9);border:1px solid var(--color-border-subtle,#e2e8f0);width:100%;height:38px;color:var(--color-text-primary,#0f172a);box-sizing:border-box;border-radius:9px;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;display:flex;position:relative;overflow:hidden}.QuizCard-module__28q2Yq__generatingProgressTrack{background:var(--color-border-subtle,#e2e8f0);width:100%;height:3px;position:absolute;bottom:0;left:0;overflow:hidden}.QuizCard-module__28q2Yq__generatingProgressBar{background:var(--color-text-secondary,#64748b);border-radius:0 2px 2px 0;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;overflow:hidden}.QuizCard-module__28q2Yq__generatingProgressBar:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff73 50%,#0000 100%);animation:1.8s ease-in-out infinite QuizCard-module__28q2Yq__shimmerSweep;position:absolute;inset:0}@keyframes QuizCard-module__28q2Yq__shimmerSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.QuizCard-module__28q2Yq__progressBarStage1{width:25%}.QuizCard-module__28q2Yq__progressBarStage2{width:55%}.QuizCard-module__28q2Yq__progressBarStage3{width:82%}.QuizCard-module__28q2Yq__progressBarStage4{width:95%}.QuizCard-module__28q2Yq__generatingContent{z-index:2;justify-content:center;align-items:center;gap:6px;max-width:100%;padding:0 8px;display:flex;position:relative}.QuizCard-module__28q2Yq__generatingMainText{color:var(--color-text-primary,#0f172a);white-space:nowrap;font-size:.81rem;font-weight:600}.QuizCard-module__28q2Yq__failedContainer{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.QuizCard-module__28q2Yq__failedBadgeRow{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex:1;align-items:center;gap:6px;min-width:0;height:36px;padding:0 10px;font-size:.78rem;font-weight:600;display:flex}.QuizCard-module__28q2Yq__failedIcon{color:#dc2626;flex-shrink:0}.QuizCard-module__28q2Yq__failedText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.QuizCard-module__28q2Yq__retryActionButton{background:var(--color-brand-primary,#111827);color:#fff;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 12px;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex}.QuizCard-module__28q2Yq__retryActionButton:hover:not(:disabled){background:var(--color-brand-primary-hover,#1f2937);transform:translateY(-1px)}.QuizCard-module__28q2Yq__retryActionButton:disabled{opacity:.6;cursor:not-allowed}.QuizCard-module__28q2Yq__failedState{color:#dc2626;background:#fef2f2;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;height:38px;font-size:.8rem;font-weight:600;display:flex}@media (max-width:768px){.QuizCard-module__28q2Yq__card{min-height:auto;padding:14px}.QuizCard-module__28q2Yq__cardContent{margin-bottom:8px}.QuizCard-module__28q2Yq__cardFooter{margin-top:6px}.QuizCard-module__28q2Yq__actionButtonGroup{flex-direction:column;gap:8px;width:100%}.QuizCard-module__28q2Yq__primaryActionButton{border-radius:8px;flex-shrink:0;justify-content:center;width:100%;height:42px;min-height:42px;font-size:.84rem;font-weight:600}.QuizCard-module__28q2Yq__continueActionButton{border-radius:8px;flex-shrink:0;justify-content:center;width:100%;height:40px;min-height:40px}}
@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../media/KaTeX_AMS-Regular.25ieegmnh38ts.woff2)format("woff2"),url(../media/KaTeX_AMS-Regular.10y3kupq4t663.woff)format("woff"),url(../media/KaTeX_AMS-Regular.418dr7cz3fo2x.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../media/KaTeX_Caligraphic-Bold.06b-ya9t43ioz.woff2)format("woff2"),url(../media/KaTeX_Caligraphic-Bold.2vmk2hva4ctha.woff)format("woff"),url(../media/KaTeX_Caligraphic-Bold.40ltxhe834pns.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../media/KaTeX_Caligraphic-Regular.2eph4dlhid_m9.woff2)format("woff2"),url(../media/KaTeX_Caligraphic-Regular.3gxeetazf831f.woff)format("woff"),url(../media/KaTeX_Caligraphic-Regular.07-7u27-nhn_r.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../media/KaTeX_Fraktur-Bold.2sasz-d-jtw8y.woff2)format("woff2"),url(../media/KaTeX_Fraktur-Bold.1alcy76__wdj2.woff)format("woff"),url(../media/KaTeX_Fraktur-Bold.19yqa_tc9d_gx.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../media/KaTeX_Fraktur-Regular.2d10y4xmjvzlf.woff2)format("woff2"),url(../media/KaTeX_Fraktur-Regular.110oo81prr9n5.woff)format("woff"),url(../media/KaTeX_Fraktur-Regular.2qhy34r6a05dn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../media/KaTeX_Main-Bold.3-rowy8o6_4ky.woff2)format("woff2"),url(../media/KaTeX_Main-Bold.0v1esh257kqpe.woff)format("woff"),url(../media/KaTeX_Main-Bold.0us_n0tnxlxu7.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../media/KaTeX_Main-BoldItalic.14r2naom8mrec.woff2)format("woff2"),url(../media/KaTeX_Main-BoldItalic.13355ck5zr48q.woff)format("woff"),url(../media/KaTeX_Main-BoldItalic.3x_u9cepaced0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../media/KaTeX_Main-Italic.0lig0v9j0700p.woff2)format("woff2"),url(../media/KaTeX_Main-Italic.0afv392dj4w59.woff)format("woff"),url(../media/KaTeX_Main-Italic.2hkw3230mfwcv.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../media/KaTeX_Main-Regular.1ryvsdzh2w1_e.woff2)format("woff2"),url(../media/KaTeX_Main-Regular.15u8r3b2y7fv4.woff)format("woff"),url(../media/KaTeX_Main-Regular.0symfa7dqj6jd.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../media/KaTeX_Math-BoldItalic.1oopuu636h4il.woff2)format("woff2"),url(../media/KaTeX_Math-BoldItalic.12pl58orkw9rg.woff)format("woff"),url(../media/KaTeX_Math-BoldItalic.0y5w36a5aq__2.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../media/KaTeX_Math-Italic.32405s1aq8vas.woff2)format("woff2"),url(../media/KaTeX_Math-Italic.0w0b1ugh62cfr.woff)format("woff"),url(../media/KaTeX_Math-Italic.2vkekfblmz5nb.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(../media/KaTeX_SansSerif-Bold.0h3wi2z_eouyg.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Bold.1ovw5p-yjp56g.woff)format("woff"),url(../media/KaTeX_SansSerif-Bold.2d03q85pwxpti.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(../media/KaTeX_SansSerif-Italic.0wkjc4dm2kcit.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Italic.1qavw__2zz8gk.woff)format("woff"),url(../media/KaTeX_SansSerif-Italic.3i-q087b23-m8.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(../media/KaTeX_SansSerif-Regular.2peiewu59z3d-.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Regular.1i4afx8nk8n4r.woff)format("woff"),url(../media/KaTeX_SansSerif-Regular.31pbu25feko_c.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../media/KaTeX_Script-Regular.11h14300o9pd0.woff2)format("woff2"),url(../media/KaTeX_Script-Regular.3110jb9c-bxna.woff)format("woff"),url(../media/KaTeX_Script-Regular.28p_x7iz71ofe.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size1-Regular.03lhvx36ekcou.woff2)format("woff2"),url(../media/KaTeX_Size1-Regular.1slf4bh0hc6vm.woff)format("woff"),url(../media/KaTeX_Size1-Regular.1y57-ck23ey8c.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size2-Regular.14s5gg-puz6h-.woff2)format("woff2"),url(../media/KaTeX_Size2-Regular.0-kwyvx03omo8.woff)format("woff"),url(../media/KaTeX_Size2-Regular.2u0s-b07k2o9m.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size3-Regular.1n1rgzz84z8r9.woff2)format("woff2"),url(../media/KaTeX_Size3-Regular.04o9a_02gu_e8.woff)format("woff"),url(../media/KaTeX_Size3-Regular.1pkn-dge4q0fv.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size4-Regular.2sgotkdv3dcyv.woff2)format("woff2"),url(../media/KaTeX_Size4-Regular.3p2r1l7xmebxv.woff)format("woff"),url(../media/KaTeX_Size4-Regular.2uelkfk2yna5e.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../media/KaTeX_Typewriter-Regular.11gr2d2wuwz77.woff2)format("woff2"),url(../media/KaTeX_Typewriter-Regular.12f8myjij3617.woff)format("woff"),url(../media/KaTeX_Typewriter-Regular.3nee9kjfy6nm8.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.1"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .katex-strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .katex-sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .katex-overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .katex-sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
.AuthGuard-module__ODcvxG__container{background-color:var(--color-surface-base);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100vw;height:100vh;display:flex}.AuthGuard-module__ODcvxG__spinner{border:4px solid var(--color-border-subtle);border-bottom-color:var(--color-brand-primary);box-sizing:border-box;border-radius:50%;width:48px;height:48px;animation:1s linear infinite AuthGuard-module__ODcvxG__rotation;display:inline-block}.AuthGuard-module__ODcvxG__text{color:var(--color-text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem}@keyframes AuthGuard-module__ODcvxG__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ClassroomBorder-module__sRpmIG__headerContainer{z-index:50;flex-direction:column;flex-shrink:0;width:100%;display:flex}.ClassroomBorder-module__sRpmIG__minimalHeader{width:100%;height:52px;padding:0 var(--space-6,24px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-hairline,#00000012);color:var(--color-text-primary,#0f172a);font-family:var(--font-family-sans,sans-serif);box-sizing:border-box;justify-content:space-between;align-items:center;gap:var(--space-3,12px);background:#ffffffe0;display:flex}.ClassroomBorder-module__sRpmIG__questionSubHeader{width:100%;padding:var(--space-2,8px) var(--space-6,24px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-hairline,#00000012);box-sizing:border-box;justify-content:space-between;align-items:center;gap:var(--space-4,16px);animation:ClassroomBorder-module__sRpmIG__subHeaderSlideDown var(--transition-normal,.25s) cubic-bezier(.16, 1, .3, 1) forwards;background:#fffffff0;display:flex}@keyframes ClassroomBorder-module__sRpmIG__subHeaderSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ClassroomBorder-module__sRpmIG__questionLeft{align-items:center;gap:var(--space-2,8px);flex:1;min-width:0;display:flex}.ClassroomBorder-module__sRpmIG__questionMark{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary,#64748b);border-right:1px solid var(--color-border-hairline,#00000014);flex-shrink:0;align-items:center;padding-right:6px;font-size:.72rem;font-weight:600;display:inline-flex}.ClassroomBorder-module__sRpmIG__questionText{color:var(--color-text-primary,#0f172a);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:.88rem;font-weight:500;line-height:1.4;display:inline-flex;overflow:hidden}.ClassroomBorder-module__sRpmIG__questionStrong{color:var(--color-text-primary,#0f172a);font-weight:700}.ClassroomBorder-module__sRpmIG__questionEm{color:var(--color-text-primary,#0f172a);font-style:italic}.ClassroomBorder-module__sRpmIG__questionCode{font-family:var(--font-family-mono,monospace);color:#0f172a;background:#0000000d;border-radius:4px;padding:1px 4px;font-size:.82em}.ClassroomBorder-module__sRpmIG__questionText .katex{font-size:1.05em;line-height:1}.ClassroomBorder-module__sRpmIG__turnMark{align-items:center;gap:6px;display:flex}.ClassroomBorder-module__sRpmIG__turnDot{background-color:var(--color-text-tertiary,#94a3b8);opacity:.7;border-radius:50%;width:6px;height:6px}.ClassroomBorder-module__sRpmIG__turnDotActive{background-color:var(--color-accent,#0f172a);opacity:1;animation:1.8s ease-in-out infinite ClassroomBorder-module__sRpmIG__appleDotPulse;box-shadow:0 0 0 2px #0f172a1f}.ClassroomBorder-module__sRpmIG__turnText{color:var(--color-text-secondary,#64748b);white-space:nowrap;letter-spacing:-.01em;font-size:.75rem;font-weight:500}.ClassroomBorder-module__sRpmIG__speakerDot{background-color:var(--color-text-secondary,#64748b);opacity:.7;border-radius:50%;width:6px;height:6px}.ClassroomBorder-module__sRpmIG__speakerDotPulse{background-color:var(--color-text-primary,#0f172a);opacity:1;animation:1.8s ease-in-out infinite ClassroomBorder-module__sRpmIG__appleDotPulse;box-shadow:0 0 6px #0f172a33}@keyframes ClassroomBorder-module__sRpmIG__appleDotPulse{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.25)}}.ClassroomBorder-module__sRpmIG__speakerText{color:var(--color-text-secondary,#64748b);white-space:nowrap;font-size:.75rem;font-weight:600}.ClassroomBorder-module__sRpmIG__headerLeft{align-items:center;gap:var(--space-2,8px);flex-shrink:1;min-width:0;display:flex}.ClassroomBorder-module__sRpmIG__logoImage{border-radius:var(--radius-sm,8px);flex-shrink:0}.ClassroomBorder-module__sRpmIG__brandName{font-family:var(--font-family-display,sans-serif);color:var(--color-text-primary,#0f172a);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-size:.95rem;font-weight:700}.ClassroomBorder-module__sRpmIG__divider{background-color:var(--color-border-hairline,#00000014);width:1px;height:14px;margin:0 var(--space-1,4px);flex-shrink:0}.ClassroomBorder-module__sRpmIG__sessionInfo{color:var(--color-text-secondary,#64748b);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.ClassroomBorder-module__sRpmIG__headerRight{align-items:center;gap:var(--space-2,8px);color:var(--color-text-secondary,#64748b);flex-shrink:0;font-size:.82rem;font-weight:500;display:flex}.ClassroomBorder-module__sRpmIG__connectionStatus{border-radius:var(--radius-full,9999px);background:var(--color-surface-subtle,#f1f5f9);-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:6px;padding:3px 8px;display:inline-flex}.ClassroomBorder-module__sRpmIG__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ClassroomBorder-module__sRpmIG__statusLive{background-color:#10b981;box-shadow:0 0 6px #10b98166}.ClassroomBorder-module__sRpmIG__statusConnecting{background-color:#f59e0b}.ClassroomBorder-module__sRpmIG__statusLabel{color:var(--color-text-primary,#0f172a);font-size:.72rem;font-weight:600}.ClassroomBorder-module__sRpmIG__timeCounter{font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:.82rem;display:inline-flex}.ClassroomBorder-module__sRpmIG__timeLabel{color:var(--color-text-tertiary,#94a3b8);font-size:.75rem;font-weight:500}.ClassroomBorder-module__sRpmIG__timeDigits{color:var(--color-text-primary,#0f172a);font-weight:600}.ClassroomBorder-module__sRpmIG__dateDisplay{color:var(--color-text-tertiary,#94a3b8);align-items:center;font-size:.8rem;display:inline-flex}@media (max-width:768px){.ClassroomBorder-module__sRpmIG__minimalHeader{padding:0 var(--space-4,16px);height:48px}.ClassroomBorder-module__sRpmIG__questionSubHeader{padding:var(--space-2,8px) var(--space-4,16px)}.ClassroomBorder-module__sRpmIG__dateDisplay,.ClassroomBorder-module__sRpmIG__sessionInfo{display:none}}
.Chip-module__cetefa__chip{align-items:center;gap:var(--space-1,4px);border-radius:var(--radius-sm,8px);font-family:var(--font-family-sans,sans-serif);letter-spacing:-.01em;box-sizing:border-box;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:all var(--transition-fast,.15s cubic-bezier(.16, 1, .3, 1));border:1px solid #0000;font-weight:600;display:inline-flex}.Chip-module__cetefa__sm{padding:2px 8px;font-size:.75rem;line-height:1.35}.Chip-module__cetefa__md{padding:4px 10px;font-size:.82rem;line-height:1.4}.Chip-module__cetefa__subtle{background:var(--color-surface-subtle,#f1f5f9);color:var(--color-text-primary,#0f172a);border-color:var(--color-border-hairline,#0000000f)}.Chip-module__cetefa__accent{background:var(--color-accent,#0f172a);color:var(--color-text-inverse,#fff)}.Chip-module__cetefa__destructive{color:var(--color-destructive,#ef4444);background:#ef44441a;border-color:#ef444433}.Chip-module__cetefa__clickable{cursor:pointer;background:var(--color-surface-subtle,#f1f5f9)}.Chip-module__cetefa__clickable:hover{background:var(--color-brand-secondary-hover,#e2e8f0)}.Chip-module__cetefa__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Chip-module__cetefa__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Chip-module__cetefa__label{display:inline-block}
.SideNav-module__blGvda__sideNav{background:var(--color-surface-elevated,#fff);border-right:1px solid var(--color-border-strong,#e5e7eb);z-index:40;box-sizing:border-box;flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:0;display:flex;position:sticky;top:0;overflow-y:auto}.SideNav-module__blGvda__brandHeader{border-bottom:1px solid var(--color-border-strong,#e5e7eb);box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;margin-bottom:0;padding:0 1.25rem;display:flex}.SideNav-module__blGvda__logoLink{align-items:center;gap:10px;text-decoration:none;display:flex}.SideNav-module__blGvda__brandTitle{color:var(--color-text-primary,#111827);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.SideNav-module__blGvda__mobileCloseBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:none}.SideNav-module__blGvda__mobileCloseBtn:hover{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.SideNav-module__blGvda__sideNavTop{flex-direction:column;gap:.35rem;padding:1rem .875rem .5rem;display:flex}.SideNav-module__blGvda__sectionHeader{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;-webkit-user-select:none;user-select:none;margin-top:.25rem;padding:.75rem .875rem .25rem;font-size:.6875rem;font-weight:700}.SideNav-module__blGvda__sideNavBottom{border-top:1px solid var(--color-border-subtle,#f3f4f6);flex-direction:column;gap:.5rem;margin-top:auto;padding:.875rem .875rem 1.25rem;display:flex}.SideNav-module__blGvda__sideNavBottomItems{flex-direction:column;gap:.35rem;display:flex}.SideNav-module__blGvda__newProjectSideNavBtn{background:var(--color-brand-primary,#111827);width:100%;height:38px;color:var(--color-text-inverse,#fff);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13.5px;font-weight:600;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0000001a}.SideNav-module__blGvda__newProjectSideNavBtn:hover{background:var(--color-brand-primary-hover,#1f2937);transform:translateY(-1px);box-shadow:0 4px 12px #11182726}.SideNav-module__blGvda__sideNavItem{color:#64748b;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:9px;align-items:center;gap:.75rem;width:100%;padding:.6rem .85rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex}.SideNav-module__blGvda__sideNavItem svg{color:#64748b;transition:color .15s}.SideNav-module__blGvda__sideNavItem:hover{color:#1e293b;background:#f8fafc}.SideNav-module__blGvda__sideNavItem:hover svg{color:#1e293b}.SideNav-module__blGvda__sideNavItemActive{background:#f1f5f9;font-weight:600;color:#0f172a!important}.SideNav-module__blGvda__sideNavItemActive svg{color:#0f172a!important}.SideNav-module__blGvda__sideNavItemActive:hover{background:#e2e8f0;color:#0f172a!important}.SideNav-module__blGvda__sideNavText{flex:1}.SideNav-module__blGvda__unreadBadge{color:#fff;background-color:#ef4444;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:.72rem;font-weight:700;line-height:1;animation:.2s cubic-bezier(.16,1,.3,1) SideNav-module__blGvda__badgePop;display:inline-flex;box-shadow:0 1px 2px #ef444459}@keyframes SideNav-module__blGvda__badgePop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.SideNav-module__blGvda__sideNavItemLocked{opacity:.72}.SideNav-module__blGvda__sideNavItemLocked:hover{opacity:1;background:var(--color-brand-secondary,#f3f4f6)}.SideNav-module__blGvda__lockedIconWrap{color:var(--color-text-secondary,#6b7280);align-items:center;display:flex}.SideNav-module__blGvda__lockBadgeIcon{color:#94a3b8;margin-left:auto;transition:color .15s}.SideNav-module__blGvda__sideNavItemLocked:hover .SideNav-module__blGvda__lockBadgeIcon{color:#64748b}@media (max-width:768px){.SideNav-module__blGvda__sideNav{z-index:1000;width:280px;max-width:85vw;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.SideNav-module__blGvda__sideNavOpen{transform:translate(0)}.SideNav-module__blGvda__mobileCloseBtn{display:flex}.SideNav-module__blGvda__sideNavOverlay{z-index:990;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;animation:.2s ease-out SideNav-module__blGvda__overlayFadeIn;position:fixed;inset:0}@keyframes SideNav-module__blGvda__overlayFadeIn{0%{opacity:0}to{opacity:1}}}
.QuizMathRenderer-module__ndQ6gW__blockContainer{width:100%;color:inherit;font-family:inherit;line-height:inherit;display:block}.QuizMathRenderer-module__ndQ6gW__inlineContainer{color:inherit;font-family:inherit;line-height:inherit;display:inline}.QuizMathRenderer-module__ndQ6gW__blockContainer .katex-display{margin:.5rem 0;padding:.15rem 0;overflow:auto hidden}:is(.QuizMathRenderer-module__ndQ6gW__blockContainer .katex,.QuizMathRenderer-module__ndQ6gW__inlineContainer .katex){color:inherit;font-size:1.05em}.QuizMathRenderer-module__ndQ6gW__paragraph{line-height:inherit;margin:0}.QuizMathRenderer-module__ndQ6gW__paragraph+.QuizMathRenderer-module__ndQ6gW__paragraph{margin-top:.5rem}.QuizMathRenderer-module__ndQ6gW__strong{font-weight:700}.QuizMathRenderer-module__ndQ6gW__emphasis{font-style:italic}.QuizMathRenderer-module__ndQ6gW__codeSnippet{background:#0000000d;border-radius:4px;padding:.1em .3em;font-family:monospace;font-size:.9em}
.ClassroomControls-module__akauVG__controlsContainer{z-index:100;pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.ClassroomControls-module__akauVG__floatingBar{align-items:center;gap:var(--space-2,8px);-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-full,9999px);border:1px solid var(--color-border-hairline,#00000012);box-shadow:var(--shadow-floating);pointer-events:auto;background:#ffffffe6;padding:6px 10px;display:flex;position:relative}.ClassroomControls-module__akauVG__btnWrapper{justify-content:center;align-items:center;display:flex;position:relative}.ClassroomControls-module__akauVG__floatingBtn{border-radius:var(--radius-full,9999px);background:var(--color-surface-subtle,#f1f5f9);width:44px;height:44px;color:var(--color-text-primary,#0f172a);cursor:pointer;transition:all var(--transition-fast,.15s cubic-bezier(.16, 1, .3, 1));border:1px solid #0000;justify-content:center;align-items:center;display:flex}.ClassroomControls-module__akauVG__floatingBtn:hover:not(:disabled){background:var(--color-brand-secondary-hover,#e2e8f0);transform:translateY(-1px)}.ClassroomControls-module__akauVG__floatingBtn:active:not(:disabled){transform:translateY(0)scale(.96)}.ClassroomControls-module__akauVG__floatingBtn:disabled{opacity:.45;cursor:not-allowed}.ClassroomControls-module__akauVG__activeBtn{background:var(--color-accent,#0f172a)!important;color:var(--color-text-inverse,#fff)!important}.ClassroomControls-module__akauVG__activeBtn:hover:not(:disabled){background:var(--color-accent-hover,#1e293b)!important}.ClassroomControls-module__akauVG__activeMicBtn{background:var(--color-accent,#0f172a)!important;color:var(--color-text-inverse,#fff)!important}.ClassroomControls-module__akauVG__mutedBtn{color:var(--color-text-secondary,#64748b);background:var(--color-surface-subtle,#f1f5f9)}.ClassroomControls-module__akauVG__unsupportedBtn{opacity:.4;cursor:not-allowed}.ClassroomControls-module__akauVG__endBtn{gap:6px;width:auto;padding:0 16px;background:var(--color-destructive,#ef4444)!important;color:#fff!important}.ClassroomControls-module__akauVG__endBtn:hover:not(:disabled){background:var(--color-destructive-hover,#dc2626)!important}.ClassroomControls-module__akauVG__endBtnText{letter-spacing:-.01em;font-size:.82rem;font-weight:600}.ClassroomControls-module__akauVG__tooltip{background:var(--color-accent,#0f172a);color:#fff;border-radius:var(--radius-sm,8px);white-space:nowrap;pointer-events:none;opacity:0;transition:all var(--transition-fast,.15s) ease;box-shadow:var(--shadow-resting);z-index:120;padding:4px 8px;font-size:.75rem;font-weight:500;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)scale(.95)}.ClassroomControls-module__akauVG__btnWrapper:hover .ClassroomControls-module__akauVG__tooltip{opacity:1;transform:translate(-50%)scale(1)}.ClassroomControls-module__akauVG__listeningPopover{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-full,9999px);border:1px solid var(--color-border-hairline,#00000012);box-shadow:var(--shadow-floating);color:var(--color-text-primary,#0f172a);white-space:nowrap;pointer-events:none;z-index:110;background:#fffffff2;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;animation:.2s ease-out ClassroomControls-module__akauVG__fadeInPop;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.ClassroomControls-module__akauVG__soundWaveform{align-items:center;gap:2px;height:12px;display:flex}.ClassroomControls-module__akauVG__waveBar1,.ClassroomControls-module__akauVG__waveBar2,.ClassroomControls-module__akauVG__waveBar3{background:var(--color-accent,#0f172a);border-radius:2px;width:2px;animation:1s ease-in-out infinite ClassroomControls-module__akauVG__waveBarAnim}.ClassroomControls-module__akauVG__waveBar1{height:6px;animation-delay:0s}.ClassroomControls-module__akauVG__waveBar2{height:12px;animation-delay:.2s}.ClassroomControls-module__akauVG__waveBar3{height:8px;animation-delay:.4s}@keyframes ClassroomControls-module__akauVG__waveBarAnim{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}@keyframes ClassroomControls-module__akauVG__fadeInPop{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ClassroomControls-module__akauVG__recordingTipPopover{border-radius:var(--radius-sm,8px);border:1px solid var(--color-border-hairline,#00000012);box-shadow:var(--shadow-floating);color:var(--color-text-primary,#0f172a);white-space:nowrap;z-index:110;background:#fff;align-items:center;gap:8px;padding:6px 12px;font-size:.75rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.ClassroomControls-module__akauVG__dismissTipBtn{color:var(--color-text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px;display:flex}.ClassroomControls-module__akauVG__dismissTipBtn:hover{color:var(--color-text-primary,#0f172a)}.ClassroomControls-module__akauVG__mobileQuickBar,.ClassroomControls-module__akauVG__mobileOverlay,.ClassroomControls-module__akauVG__mobileGridSheet{display:none}@media (max-width:768px){.ClassroomControls-module__akauVG__floatingBar{display:none}.ClassroomControls-module__akauVG__controlsContainer{width:100%;bottom:0;left:0;right:0;transform:none}.ClassroomControls-module__akauVG__mobileQuickBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--color-border-hairline,#00000012);width:100%;padding:6px 16px calc(6px + env(safe-area-inset-bottom,12px));pointer-events:auto;background:#fffffff2;flex-direction:column;display:flex;box-shadow:0 -4px 16px #0000000a}.ClassroomControls-module__akauVG__swipeIndicatorBar{cursor:pointer;justify-content:center;padding:4px 0;display:flex}.ClassroomControls-module__akauVG__swipeHandle{background:var(--color-border-subtle,#e2e8f0);border-radius:var(--radius-full,9999px);width:36px;height:4px}.ClassroomControls-module__akauVG__quickBarButtonsRow{justify-content:space-around;align-items:center;gap:12px;padding-top:4px;display:flex}.ClassroomControls-module__akauVG__quickBtn{border-radius:var(--radius-full,9999px);background:var(--color-surface-subtle,#f1f5f9);width:46px;height:46px;color:var(--color-text-primary,#0f172a);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex}.ClassroomControls-module__akauVG__quickBtnActive{background:var(--color-accent,#0f172a);color:#fff}.ClassroomControls-module__akauVG__quickBtnMuted{color:var(--color-text-secondary,#64748b)}.ClassroomControls-module__akauVG__quickBtnEnd{background:var(--color-destructive,#ef4444);color:#fff}.ClassroomControls-module__akauVG__mobileOverlay{background:var(--color-surface-overlay,#0f172a66);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;pointer-events:auto;display:block;position:fixed;inset:0}.ClassroomControls-module__akauVG__mobileGridSheet{border-radius:var(--radius-md,16px) var(--radius-md,16px) 0 0;padding:12px 20px calc(20px + env(safe-area-inset-bottom,12px));z-index:210;pointer-events:auto;box-shadow:var(--shadow-modal);background:#fff;flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) ClassroomControls-module__akauVG__sheetSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes ClassroomControls-module__akauVG__sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ClassroomControls-module__akauVG__sheetHeader{justify-content:space-between;align-items:center;padding:8px 0 16px;display:flex}.ClassroomControls-module__akauVG__sheetTitle{font-family:var(--font-family-display,sans-serif);color:var(--color-text-primary,#0f172a);font-size:1rem;font-weight:700}.ClassroomControls-module__akauVG__closeSheetBtn{background:var(--color-surface-subtle,#f1f5f9);color:var(--color-text-secondary,#64748b);border-radius:var(--radius-full,9999px);cursor:pointer;border:none;padding:6px;display:flex}.ClassroomControls-module__akauVG__mobileGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ClassroomControls-module__akauVG__gridItem{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:4px 0;display:flex}.ClassroomControls-module__akauVG__gridItemIcon{border-radius:var(--radius-full,9999px);background:var(--color-surface-subtle,#f1f5f9);width:48px;height:48px;color:var(--color-text-primary,#0f172a);justify-content:center;align-items:center;display:flex}.ClassroomControls-module__akauVG__gridItemLabel{color:var(--color-text-secondary,#64748b);font-size:.72rem;font-weight:500}.ClassroomControls-module__akauVG__gridItemActive .ClassroomControls-module__akauVG__gridItemIcon{background:var(--color-accent,#0f172a);color:#fff}.ClassroomControls-module__akauVG__gridItemEnd .ClassroomControls-module__akauVG__gridItemIcon{background:var(--color-destructive,#ef4444);color:#fff}.ClassroomControls-module__akauVG__gridItemEnd .ClassroomControls-module__akauVG__gridItemLabel{color:var(--color-destructive,#ef4444);font-weight:600}}
.QuizDetailsModal-module__EGkI6a__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:16px;animation:.15s ease-out QuizDetailsModal-module__EGkI6a__fadeIn;display:flex;position:fixed;inset:0}@keyframes QuizDetailsModal-module__EGkI6a__fadeIn{0%{opacity:0}to{opacity:1}}.QuizDetailsModal-module__EGkI6a__modalContent{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) QuizDetailsModal-module__EGkI6a__scaleUp;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}@keyframes QuizDetailsModal-module__EGkI6a__scaleUp{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.QuizDetailsModal-module__EGkI6a__sheetGrabHandle{background:var(--color-border-strong,#d1d5db);border-radius:9999px;flex-shrink:0;width:36px;height:4px;margin:.75rem auto .25rem;display:none}.QuizDetailsModal-module__EGkI6a__modalHeader{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-elevated,#fff);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.QuizDetailsModal-module__EGkI6a__headerLeft{flex-direction:column;gap:6px;min-width:0;display:flex}.QuizDetailsModal-module__EGkI6a__headerBadgeRow{align-items:center;gap:8px;display:flex}.QuizDetailsModal-module__EGkI6a__difficultyBadge{text-transform:uppercase;letter-spacing:.04em;background:var(--color-brand-secondary,#f3f4f6);color:var(--color-brand-primary,#111827);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:6px;padding:2px 8px;font-size:.72rem;font-weight:700}.QuizDetailsModal-module__EGkI6a__completedBadge{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.QuizDetailsModal-module__EGkI6a__modalTitle{color:var(--color-text-primary,#111827);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.QuizDetailsModal-module__EGkI6a__closeBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.QuizDetailsModal-module__EGkI6a__closeBtn:hover{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.QuizDetailsModal-module__EGkI6a__modalBody{-webkit-overflow-scrolling:touch;background:var(--color-surface-base,#fafafa);flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px 24px;display:flex;overflow-y:auto}.QuizDetailsModal-module__EGkI6a__loadingContainer{color:var(--color-text-secondary,#6b7280);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 0;font-size:.9rem;display:flex}.QuizDetailsModal-module__EGkI6a__spinningLoader{color:var(--color-brand-primary,#111827);animation:1s linear infinite QuizDetailsModal-module__EGkI6a__spin}@keyframes QuizDetailsModal-module__EGkI6a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.QuizDetailsModal-module__EGkI6a__detailsGrid{flex-direction:column;gap:14px;display:flex}.QuizDetailsModal-module__EGkI6a__sectionCard{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.QuizDetailsModal-module__EGkI6a__sectionHeader{color:var(--color-text-primary,#111827);align-items:center;gap:6px;display:flex}.QuizDetailsModal-module__EGkI6a__sectionIcon{color:var(--color-brand-primary,#111827)}.QuizDetailsModal-module__EGkI6a__sectionTitle{letter-spacing:-.01em;font-size:.85rem;font-weight:700}.QuizDetailsModal-module__EGkI6a__promptContent{color:var(--color-text-secondary,#4b5563);white-space:pre-wrap;margin:0;font-size:.88rem;line-height:1.55}.QuizDetailsModal-module__EGkI6a__metaRowGrid{grid-template-columns:repeat(2,1fr);gap:12px 16px;display:grid}.QuizDetailsModal-module__EGkI6a__metaCol{flex-direction:column;gap:3px;display:flex}.QuizDetailsModal-module__EGkI6a__metaLabel{color:var(--color-text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.QuizDetailsModal-module__EGkI6a__metaValue{color:var(--color-text-primary,#111827);font-size:.88rem;font-weight:600}.QuizDetailsModal-module__EGkI6a__unlockedText{color:#059669}.QuizDetailsModal-module__EGkI6a__lockedText{color:var(--color-text-secondary,#6b7280)}.QuizDetailsModal-module__EGkI6a__modalFooter{border-top:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-elevated,#fff);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.QuizDetailsModal-module__EGkI6a__btnLabelDesktop{display:inline}.QuizDetailsModal-module__EGkI6a__btnLabelMobile{display:none}.QuizDetailsModal-module__EGkI6a__footerExportGroup{align-items:center;gap:8px;display:flex}.QuizDetailsModal-module__EGkI6a__exportBtnSecondary{border:1px solid var(--color-border-strong,#d1d5db);background:var(--color-surface-elevated,#fff);height:38px;color:var(--color-text-primary,#111827);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.QuizDetailsModal-module__EGkI6a__exportBtnSecondary:hover:not(:disabled){background:var(--color-brand-secondary,#f3f4f6);border-color:var(--color-brand-primary,#111827)}.QuizDetailsModal-module__EGkI6a__exportBtnLocked{opacity:.55;cursor:not-allowed;background:#f9fafb}.QuizDetailsModal-module__EGkI6a__footerActionRight{align-items:center;gap:8px;display:flex}.QuizDetailsModal-module__EGkI6a__continueModalBtn{border:1px solid var(--color-border-strong,#d1d5db);background:var(--color-surface-elevated,#fff);height:38px;color:var(--color-text-primary,#111827);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:0 14px;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.QuizDetailsModal-module__EGkI6a__continueModalBtn:hover:not(:disabled){background:var(--color-brand-secondary,#f3f4f6);border-color:var(--color-text-secondary,#9ca3af);transform:translateY(-1px)}.QuizDetailsModal-module__EGkI6a__continueModalBtn:disabled{opacity:.6;cursor:not-allowed}.QuizDetailsModal-module__EGkI6a__startQuizPrimaryBtn{background:var(--color-brand-primary,#111827);height:38px;color:var(--color-text-inverse,#fff);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:0 18px;font-size:.85rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #11182726}.QuizDetailsModal-module__EGkI6a__startQuizPrimaryBtn:hover{background:var(--color-brand-primary-hover,#1f2937);transform:translateY(-1px)}@media (max-width:640px){.QuizDetailsModal-module__EGkI6a__modalOverlay{align-items:flex-end;padding:0}.QuizDetailsModal-module__EGkI6a__modalContent{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) QuizDetailsModal-module__EGkI6a__slideUpBottomSheet}@keyframes QuizDetailsModal-module__EGkI6a__slideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.QuizDetailsModal-module__EGkI6a__sheetGrabHandle{display:block}.QuizDetailsModal-module__EGkI6a__modalHeader{padding:.5rem 1.15rem .65rem}.QuizDetailsModal-module__EGkI6a__modalTitle{font-size:1.15rem}.QuizDetailsModal-module__EGkI6a__modalBody{gap:12px;padding:1rem 1.15rem 24px}.QuizDetailsModal-module__EGkI6a__metaRowGrid{grid-template-columns:1fr;gap:10px}.QuizDetailsModal-module__EGkI6a__sectionCard{padding:12px 14px}.QuizDetailsModal-module__EGkI6a__modalFooter{padding:12px 1.15rem calc(12px + env(safe-area-inset-bottom,0px)) 1.15rem;background:var(--color-surface-elevated,#fff);flex-direction:column;align-items:stretch;gap:8px}.QuizDetailsModal-module__EGkI6a__footerExportGroup{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.QuizDetailsModal-module__EGkI6a__exportBtnSecondary{white-space:nowrap;justify-content:center;width:100%;height:36px;padding:0 6px;font-size:.76rem}.QuizDetailsModal-module__EGkI6a__footerActionRight{width:100%}.QuizDetailsModal-module__EGkI6a__startQuizPrimaryBtn,.QuizDetailsModal-module__EGkI6a__continueModalBtn{justify-content:center;width:100%;height:40px;font-size:.84rem}.QuizDetailsModal-module__EGkI6a__btnLabelDesktop{display:none}.QuizDetailsModal-module__EGkI6a__btnLabelMobile{display:inline}}
.CreateProjectModal-module__CRLHeG__modalOverlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background:#0f172a66;justify-content:center;align-items:center;padding:16px;animation:.18s cubic-bezier(.16,1,.3,1) CreateProjectModal-module__CRLHeG__fadeIn;display:flex;position:fixed;inset:0}@keyframes CreateProjectModal-module__CRLHeG__fadeIn{0%{opacity:0}to{opacity:1}}.CreateProjectModal-module__CRLHeG__modalCard{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:16px;flex-direction:column;width:100%;max-width:520px;animation:.22s cubic-bezier(.16,1,.3,1) CreateProjectModal-module__CRLHeG__modalSlideUp;display:flex;box-shadow:0 20px 40px -12px #00000026,0 8px 16px -4px #00000014}@keyframes CreateProjectModal-module__CRLHeG__modalSlideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.CreateProjectModal-module__CRLHeG__sheetGrabHandle{background:var(--color-border-strong,#d1d5db);border-radius:9999px;flex-shrink:0;width:40px;height:5px;margin:10px auto 4px;display:none}.CreateProjectModal-module__CRLHeG__modalHeader{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-elevated,#fff);border-top-left-radius:16px;border-top-right-radius:16px;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.CreateProjectModal-module__CRLHeG__modalTitle{color:var(--color-text-primary,#111827);letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.CreateProjectModal-module__CRLHeG__closeBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.CreateProjectModal-module__CRLHeG__closeBtn:hover{color:var(--color-text-primary,#111827);background:var(--color-brand-secondary,#f3f4f6)}.CreateProjectModal-module__CRLHeG__stepsContainer{background:var(--color-surface-base,#fcfcfc);border-bottom:1px solid var(--color-border-subtle,#f3f4f6);justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.CreateProjectModal-module__CRLHeG__stepItem{color:var(--color-text-secondary,#9ca3af);align-items:center;gap:8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.CreateProjectModal-module__CRLHeG__stepNumber{background:var(--color-brand-secondary,#f3f4f6);width:24px;height:24px;color:var(--color-text-secondary,#6b7280);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:flex}.CreateProjectModal-module__CRLHeG__stepActive{color:var(--color-text-primary,#111827)}.CreateProjectModal-module__CRLHeG__stepActive .CreateProjectModal-module__CRLHeG__stepNumber{background:var(--color-brand-primary,#111827);color:#fff}.CreateProjectModal-module__CRLHeG__stepCompleted{color:var(--color-text-primary,#111827)}.CreateProjectModal-module__CRLHeG__stepCompleted .CreateProjectModal-module__CRLHeG__stepNumber{background:var(--color-brand-secondary,#e5e7eb);color:var(--color-text-primary,#111827)}.CreateProjectModal-module__CRLHeG__stepSeparator{background:var(--color-border-strong,#e5e7eb);flex:1;height:1px;margin:0 12px;transition:background .2s}.CreateProjectModal-module__CRLHeG__stepCompletedSeparator{background:var(--color-brand-primary,#111827)}.CreateProjectModal-module__CRLHeG__modalForm{background:var(--color-surface-elevated,#fff);flex-direction:column;gap:18px;padding:24px;display:flex}.CreateProjectModal-module__CRLHeG__stepContent{flex-direction:column;gap:16px;min-height:160px;display:flex}.CreateProjectModal-module__CRLHeG__formGroup{flex-direction:column;gap:6px;display:flex}.CreateProjectModal-module__CRLHeG__formGroup label{color:var(--color-text-primary,#111827);font-size:13.5px;font-weight:600}.CreateProjectModal-module__CRLHeG__requiredAsterisk{color:var(--color-error,#dc2626)}.CreateProjectModal-module__CRLHeG__inputField{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);width:100%;height:42px;color:var(--color-text-primary,#111827);border-radius:8px;outline:none;padding:0 14px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.CreateProjectModal-module__CRLHeG__inputField:focus{border-color:var(--color-border-focus,#111827);box-shadow:0 0 0 1px var(--color-border-focus,#111827)}.CreateProjectModal-module__CRLHeG__inputField::placeholder{color:var(--color-text-secondary,#9ca3af)}.CreateProjectModal-module__CRLHeG__gridTwoColumns{grid-template-columns:1fr 1fr;gap:14px;display:grid}.CreateProjectModal-module__CRLHeG__fullWidth{width:100%}.CreateProjectModal-module__CRLHeG__modalFooter{border-top:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-base,#fcfcfc);border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.CreateProjectModal-module__CRLHeG__footerBtn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 18px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.CreateProjectModal-module__CRLHeG__btnSecondary{background:var(--color-brand-secondary,#f3f4f6);border:1px solid var(--color-border-strong,#e5e7eb);color:var(--color-text-primary,#111827)}.CreateProjectModal-module__CRLHeG__btnSecondary:hover{background:var(--color-brand-secondary-hover,#e5e7eb)}.CreateProjectModal-module__CRLHeG__btnPrimary{background:var(--color-brand-primary,#111827);color:var(--color-text-inverse,#fff);border:none;margin-left:auto;box-shadow:0 1px 2px #00000014}.CreateProjectModal-module__CRLHeG__btnPrimary:hover{background:var(--color-brand-primary-hover,#374151);transform:translateY(-1px);box-shadow:0 4px 12px #11182726}.CreateProjectModal-module__CRLHeG__btnPrimary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.CreateProjectModal-module__CRLHeG__hiddenBtn{visibility:hidden}@media (max-width:768px){.CreateProjectModal-module__CRLHeG__modalOverlay{align-items:flex-end;padding:0}.CreateProjectModal-module__CRLHeG__modalCard{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90dvh;animation:.28s cubic-bezier(.16,1,.3,1) CreateProjectModal-module__CRLHeG__projectSlideUpBottomSheet;overflow:hidden;box-shadow:0 -10px 30px #00000026}@keyframes CreateProjectModal-module__CRLHeG__projectSlideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CreateProjectModal-module__CRLHeG__sheetGrabHandle{display:block}.CreateProjectModal-module__CRLHeG__modalHeader{border-top-left-radius:20px;border-top-right-radius:20px;padding:10px 18px 12px}.CreateProjectModal-module__CRLHeG__modalTitle{font-size:1.05rem}.CreateProjectModal-module__CRLHeG__stepsContainer{padding:10px 16px}.CreateProjectModal-module__CRLHeG__modalForm{-webkit-overflow-scrolling:touch;max-height:calc(90dvh - 190px);padding:16px 18px;overflow-y:auto}.CreateProjectModal-module__CRLHeG__gridTwoColumns{grid-template-columns:1fr;gap:12px}.CreateProjectModal-module__CRLHeG__stepsContainer span{display:none}.CreateProjectModal-module__CRLHeG__modalFooter{padding:12px 18px max(16px, env(safe-area-inset-bottom)) 18px;border-bottom-right-radius:0;border-bottom-left-radius:0}.CreateProjectModal-module__CRLHeG__footerBtn{min-height:44px;padding:0 16px}}@media (max-width:480px){.CreateProjectModal-module__CRLHeG__modalHeader{padding:8px 14px 10px}.CreateProjectModal-module__CRLHeG__modalTitle{font-size:1rem}.CreateProjectModal-module__CRLHeG__modalForm{padding:14px}.CreateProjectModal-module__CRLHeG__modalFooter{padding:10px 14px max(14px, env(safe-area-inset-bottom)) 14px}}
.AppLayout-module__3sRHFa__layout{background-color:var(--color-surface-base,#fcfcfc);flex-direction:row;width:100%;height:100vh;min-height:100vh;display:flex;position:relative;overflow:hidden}.AppLayout-module__3sRHFa__mainContent{background-color:var(--color-surface-base,#fcfcfc);flex-direction:column;flex:1;width:100%;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.AppLayout-module__3sRHFa__mobileHeader{background-color:var(--color-surface-elevated,#fff);border-bottom:1px solid var(--color-border-subtle,#f3f4f6);z-index:500;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:none;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.AppLayout-module__3sRHFa__mobileHeaderLeft{align-items:center;gap:.75rem;display:flex}.AppLayout-module__3sRHFa__menuToggleBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.AppLayout-module__3sRHFa__mobileLogoContainer{align-items:center;gap:.5rem;text-decoration:none;display:flex}.AppLayout-module__3sRHFa__mobileLogoText{color:var(--color-text-primary,#111827);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.AppLayout-module__3sRHFa__mobileHeaderRight{align-items:center;display:flex}@media (max-width:768px){.AppLayout-module__3sRHFa__layout{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.AppLayout-module__3sRHFa__mobileHeader{display:flex}.AppLayout-module__3sRHFa__mainContent{height:auto;overflow:visible}}
.ClassroomLoader-module__yENpqW__loaderOverlay{z-index:9999;background-color:var(--color-surface-base,#030307);font-family:var(--font-family-display,-apple-system, sans-serif);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;animation:.4s ease-out forwards ClassroomLoader-module__yENpqW__fadeInOverlay;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes ClassroomLoader-module__yENpqW__fadeInOverlay{0%{opacity:0}to{opacity:1}}.ClassroomLoader-module__yENpqW__orbContainer{justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.ClassroomLoader-module__yENpqW__atmosphereGlow{filter:blur(45px);background:radial-gradient(circle,#9333ea73 0%,#3b82f659 35%,#ec489940 60%,#0000 80%);border-radius:50%;width:320px;height:320px;animation:4s ease-in-out infinite alternate ClassroomLoader-module__yENpqW__atmospherePulse;position:absolute}@keyframes ClassroomLoader-module__yENpqW__atmospherePulse{0%{opacity:.6;transform:scale(.85)}to{opacity:.9;transform:scale(1.15)}}.ClassroomLoader-module__yENpqW__siriCoreOrb{filter:blur(14px);background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 25%,#8b5cf6 50%,#ec4899 75%,#f59e0b 100%);border-radius:42% 58% 65% 35%/55% 40% 60% 45%;width:180px;height:180px;animation:6s ease-in-out infinite alternate ClassroomLoader-module__yENpqW__fluidMorph,12s linear infinite ClassroomLoader-module__yENpqW__spinCore;position:absolute;box-shadow:0 0 50px #8b5cf699}.ClassroomLoader-module__yENpqW__siriAccentOrb{filter:blur(10px);opacity:.85;width:150px;height:150px;animation:ClassroomLoader-module__yENpqW__fluidMorph 5s ease-in-out reverse infinite alternate, ClassroomLoader-module__yENpqW__spinCounter 8s linear infinite;background:radial-gradient(circle at 30% 30%,#fff 0%,#38bdf8 30%,#c084fc 65%,#f43f5e 100%);border-radius:55% 45% 38% 62%/45% 60% 40% 55%;position:absolute}.ClassroomLoader-module__yENpqW__innerCore{filter:blur(6px);background:radial-gradient(circle,#fffffff2 0%,#e0e7ff99 40%,#0000 80%);border-radius:50%;width:80px;height:80px;animation:2.5s ease-in-out infinite alternate ClassroomLoader-module__yENpqW__coreGlow;position:absolute}@keyframes ClassroomLoader-module__yENpqW__fluidMorph{0%{border-radius:42% 58% 65% 35%/55% 40% 60% 45%;transform:scale(.96)rotate(0)}50%{border-radius:60% 40% 35% 65%/40% 60% 45% 55%;transform:scale(1.06)rotate(90deg)}to{border-radius:35% 65% 55% 45%/65% 35% 50% 50%;transform:scale(.98)rotate(180deg)}}@keyframes ClassroomLoader-module__yENpqW__spinCore{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ClassroomLoader-module__yENpqW__spinCounter{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes ClassroomLoader-module__yENpqW__coreGlow{0%{opacity:.7;transform:scale(.88)}to{opacity:1;transform:scale(1.12)}}.ClassroomLoader-module__yENpqW__statusTextGroup{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-top:2.75rem;display:flex}.ClassroomLoader-module__yENpqW__mainTitle{letter-spacing:.05em;color:var(--color-text-primary,#fff);text-transform:uppercase;font-size:1.15rem;font-weight:700}.ClassroomLoader-module__yENpqW__subTitle{color:var(--color-text-secondary,#ffffff8c);letter-spacing:.02em;font-size:.88rem;font-weight:500;animation:2s ease-in-out infinite alternate ClassroomLoader-module__yENpqW__pulseSubtext}@keyframes ClassroomLoader-module__yENpqW__pulseSubtext{0%{opacity:.45}to{opacity:.85}}
.QuizPerformanceProfilerModal-module__MUwROq__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1200;background:#11182799;justify-content:center;align-items:center;padding:1.5rem;animation:.2s cubic-bezier(.16,1,.3,1) QuizPerformanceProfilerModal-module__MUwROq__fadeIn;display:flex;position:fixed;inset:0}@keyframes QuizPerformanceProfilerModal-module__MUwROq__fadeIn{0%{opacity:0}to{opacity:1}}.QuizPerformanceProfilerModal-module__MUwROq__modalContent{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:18px;flex-direction:column;width:100%;max-width:900px;max-height:88vh;animation:.22s cubic-bezier(.16,1,.3,1) QuizPerformanceProfilerModal-module__MUwROq__scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #0000001f}@keyframes QuizPerformanceProfilerModal-module__MUwROq__scaleIn{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.QuizPerformanceProfilerModal-module__MUwROq__modalHeader{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__headerLeft{align-items:center;gap:.9rem;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__headerIconBadge{background:var(--color-brand-secondary,#f3f4f6);width:2.4rem;height:2.4rem;color:var(--color-brand-primary,#111827);border-radius:10px;justify-content:center;align-items:center;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__headerTitleCol{flex-direction:column;gap:.15rem;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__modalTitle{color:var(--color-text-primary,#111827);letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:700}.QuizPerformanceProfilerModal-module__MUwROq__modalSubtitle{color:var(--color-text-secondary,#6b7280);margin:0;font-size:.8rem}.QuizPerformanceProfilerModal-module__MUwROq__closeBtn{background:var(--color-brand-secondary,#f3f4f6);width:2rem;height:2rem;color:var(--color-text-secondary,#6b7280);cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__closeBtn:hover{background:var(--color-brand-secondary-hover,#e5e7eb);color:var(--color-text-primary,#111827)}.QuizPerformanceProfilerModal-module__MUwROq__modalBody{flex-direction:column;gap:1.5rem;padding:1.5rem 1.75rem;display:flex;overflow-y:auto}.QuizPerformanceProfilerModal-module__MUwROq__kpiGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:768px){.QuizPerformanceProfilerModal-module__MUwROq__kpiGrid{grid-template-columns:repeat(2,1fr)}}.QuizPerformanceProfilerModal-module__MUwROq__kpiCard{background:var(--color-surface-base,#fcfcfc);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:12px;flex-direction:column;gap:.35rem;padding:1rem 1.15rem;transition:transform .15s;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__kpiCard:hover{transform:translateY(-1px)}.QuizPerformanceProfilerModal-module__MUwROq__kpiHeader{color:var(--color-text-secondary,#6b7280);justify-content:space-between;align-items:center;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__kpiLabel{text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.QuizPerformanceProfilerModal-module__MUwROq__kpiValue{color:var(--color-text-primary,#111827);letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:800}.QuizPerformanceProfilerModal-module__MUwROq__kpiSubtext{color:var(--color-text-secondary,#6b7280);font-size:.74rem}.QuizPerformanceProfilerModal-module__MUwROq__tableSection{flex-direction:column;gap:.75rem;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__tableSectionTitle{color:var(--color-text-primary,#111827);margin:0;font-size:.92rem;font-weight:700}.QuizPerformanceProfilerModal-module__MUwROq__tableWrapper{border:1px solid var(--color-border-strong,#e5e7eb);background:var(--color-surface-elevated,#fff);border-radius:12px;overflow:hidden}.QuizPerformanceProfilerModal-module__MUwROq__profilerTable{border-collapse:collapse;text-align:left;width:100%;font-size:.84rem}.QuizPerformanceProfilerModal-module__MUwROq__profilerTable th{background:var(--color-surface-base,#fcfcfc);color:var(--color-text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--color-border-strong,#e5e7eb);padding:.85rem 1rem;font-size:.75rem;font-weight:600}.QuizPerformanceProfilerModal-module__MUwROq__profilerTable td{color:var(--color-text-primary,#111827);border-bottom:1px solid var(--color-border-subtle,#f3f4f6);vertical-align:middle;padding:.95rem 1rem}.QuizPerformanceProfilerModal-module__MUwROq__profilerTable tr:last-child td{border-bottom:none}.QuizPerformanceProfilerModal-module__MUwROq__profilerTable tr:hover td{background:var(--color-surface-elevated-hover,#fafafa)}.QuizPerformanceProfilerModal-module__MUwROq__quizTitleCol{flex-direction:column;gap:.15rem;display:flex}.QuizPerformanceProfilerModal-module__MUwROq__quizTitleText{color:var(--color-text-primary,#111827);font-weight:600}.QuizPerformanceProfilerModal-module__MUwROq__quizTopicText{color:var(--color-text-secondary,#6b7280);font-size:.74rem}.QuizPerformanceProfilerModal-module__MUwROq__difficultyTag{text-transform:uppercase;background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-secondary,#6b7280);border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.QuizPerformanceProfilerModal-module__MUwROq__scorePill{color:var(--color-text-primary,#111827);font-weight:700}.QuizPerformanceProfilerModal-module__MUwROq__accuracyBadge{border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.QuizPerformanceProfilerModal-module__MUwROq__accuracyHigh{color:#059669;background:#10b9811a}.QuizPerformanceProfilerModal-module__MUwROq__accuracyMedium{color:#d97706;background:#f59e0b1a}.QuizPerformanceProfilerModal-module__MUwROq__accuracyLow{color:#dc2626;background:#ef44441a}.QuizPerformanceProfilerModal-module__MUwROq__accuracyNotAttempted{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-secondary,#6b7280)}.QuizPerformanceProfilerModal-module__MUwROq__actionBtn{background:var(--color-brand-primary,#111827);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex}.QuizPerformanceProfilerModal-module__MUwROq__actionBtn:hover{background:var(--color-brand-primary-hover,#374151)}.QuizPerformanceProfilerModal-module__MUwROq__sheetGrabHandle{background:var(--color-border-strong,#d1d5db);border-radius:9999px;width:36px;height:4px;margin:.75rem auto .25rem;display:none}.QuizPerformanceProfilerModal-module__MUwROq__emptyState{text-align:center;color:var(--color-text-secondary,#6b7280);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}@media (max-width:640px){.QuizPerformanceProfilerModal-module__MUwROq__modalOverlay{align-items:flex-end;padding:0}.QuizPerformanceProfilerModal-module__MUwROq__modalContent{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) QuizPerformanceProfilerModal-module__MUwROq__slideUpBottomSheet}@keyframes QuizPerformanceProfilerModal-module__MUwROq__slideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.QuizPerformanceProfilerModal-module__MUwROq__sheetGrabHandle{display:block}.QuizPerformanceProfilerModal-module__MUwROq__modalHeader{padding:.75rem 1.15rem .5rem}.QuizPerformanceProfilerModal-module__MUwROq__modalBody{gap:1rem;padding:1rem 1.15rem}.QuizPerformanceProfilerModal-module__MUwROq__tableWrapper{overflow-x:auto}}
.Alert-module__uBl3LG__container{top:var(--space-6,24px);right:var(--space-6,24px);gap:var(--space-2,8px);z-index:9999;pointer-events:none;flex-direction:column;width:calc(100vw - 48px);max-width:380px;display:flex;position:fixed}.Alert-module__uBl3LG__alert{align-items:center;gap:var(--space-3,12px);border-radius:var(--radius-sm,8px);font-family:var(--font-family-sans,sans-serif);box-shadow:var(--shadow-floating);animation:Alert-module__uBl3LG__toastSlideIn var(--transition-fast,.15s) cubic-bezier(.16, 1, .3, 1);pointer-events:auto;box-sizing:border-box;background:var(--color-surface-card,#fff);width:100%;color:var(--color-text-primary,#0f172a);border:1px solid var(--color-border-hairline,#00000014);padding:10px 14px;font-size:.82rem;font-weight:500;display:flex}.Alert-module__uBl3LG__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Alert-module__uBl3LG__message{word-break:break-word;overflow-wrap:anywhere;flex:1;line-height:1.4}.Alert-module__uBl3LG__error{border-left:3px solid var(--color-destructive,#ef4444)}.Alert-module__uBl3LG__error .Alert-module__uBl3LG__icon{color:var(--color-destructive,#ef4444)}.Alert-module__uBl3LG__success{border-left:3px solid #10b981}.Alert-module__uBl3LG__success .Alert-module__uBl3LG__icon{color:#10b981}.Alert-module__uBl3LG__warning{border-left:3px solid #f59e0b}.Alert-module__uBl3LG__warning .Alert-module__uBl3LG__icon{color:#f59e0b}.Alert-module__uBl3LG__info{border-left:3px solid var(--color-accent,#0f172a)}.Alert-module__uBl3LG__info .Alert-module__uBl3LG__icon{color:var(--color-accent,#0f172a)}@keyframes Alert-module__uBl3LG__toastSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.Alert-module__uBl3LG__container{top:var(--space-4,16px);right:var(--space-4,16px);left:var(--space-4,16px);width:auto;max-width:none}}
.MultiSelect-module__OygOPa__container{width:100%;position:relative}.MultiSelect-module__OygOPa__trigger{background:var(--color-surface-elevated,#fff);border:1.5px solid var(--color-border-strong,#e5e7eb);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.85rem 1rem;transition:all .2s;display:flex}.MultiSelect-module__OygOPa__trigger:hover{border-color:#cbd5e1}.MultiSelect-module__OygOPa__triggerActive{border-color:var(--color-brand-primary,#111827);box-shadow:0 0 0 2px #1118271a}.MultiSelect-module__OygOPa__triggerDisabled{opacity:.6;cursor:not-allowed;pointer-events:none}.MultiSelect-module__OygOPa__triggerValue{color:var(--color-text-primary,#111827);font-size:.9rem;font-weight:500}.MultiSelect-module__OygOPa__chevron{color:var(--color-text-secondary,#6b7280);transition:transform .2s}.MultiSelect-module__OygOPa__chevronOpen{transform:rotate(180deg)}.MultiSelect-module__OygOPa__dropdown{background:var(--color-surface-elevated,#fff);border:1.5px solid var(--color-border-strong,#e5e7eb);width:100%;box-shadow:var(--shadow-lg,0 10px 15px -3px #0000001a);z-index:100;border-radius:12px;animation:.2s cubic-bezier(.16,1,.3,1) MultiSelect-module__OygOPa__dropdownIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden}@keyframes MultiSelect-module__OygOPa__dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.MultiSelect-module__OygOPa__searchContainer{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.MultiSelect-module__OygOPa__searchIcon{color:var(--color-text-secondary,#9ca3af)}.MultiSelect-module__OygOPa__searchInput{color:var(--color-text-primary,#111827);background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.MultiSelect-module__OygOPa__searchInput::placeholder{color:var(--color-text-secondary,#9ca3af)}.MultiSelect-module__OygOPa__optionsList{max-height:220px;padding:.5rem 0;overflow-y:auto}.MultiSelect-module__OygOPa__empty{text-align:center;color:var(--color-text-secondary,#6b7280);padding:1.5rem 1rem;font-size:.85rem}.MultiSelect-module__OygOPa__option{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;transition:background .1s;display:flex}.MultiSelect-module__OygOPa__option:hover{background:var(--color-brand-secondary,#f8fafc)}.MultiSelect-module__OygOPa__optionSelected{background:#f8fafc}.MultiSelect-module__OygOPa__checkbox{border:1.5px solid var(--color-border-strong,#cbd5e1);background:var(--color-surface-elevated,#fff);color:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .12s;display:flex}.MultiSelect-module__OygOPa__checkboxActive{background:var(--color-brand-primary,#111827);border-color:var(--color-brand-primary,#111827)}.MultiSelect-module__OygOPa__optionIcon{color:var(--color-text-secondary,#6b7280);justify-content:center;align-items:center;display:flex}.MultiSelect-module__OygOPa__optionContent{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.MultiSelect-module__OygOPa__optionLabel{color:var(--color-text-primary,#111827);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.MultiSelect-module__OygOPa__optionMeta{color:var(--color-text-secondary,#6b7280);font-size:.7rem;font-weight:500}.MultiSelect-module__OygOPa__footer{background:var(--color-surface-base,#fafafa);border-top:1px solid var(--color-border-subtle,#f3f4f6);justify-content:flex-end;padding:.6rem 1rem;display:flex}.MultiSelect-module__OygOPa__toggleAllBtn{border:1px solid var(--color-border-strong,#e5e7eb);color:var(--color-text-secondary,#4b5563);cursor:pointer;background:0 0;border-radius:7px;padding:.3rem .65rem;font-size:.76rem;font-weight:600;transition:all .15s}.MultiSelect-module__OygOPa__toggleAllBtn:hover{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827);border-color:#cbd5e1}
.ClassroomDisplay-module__kwndpW__displayContainer{box-sizing:border-box;color:#1a1a1a;pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0;overflow:hidden}.ClassroomDisplay-module__kwndpW__boardCard{width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;box-shadow:none;background-color:#f8fafc;background-image:linear-gradient(90deg,#0000000d 1px,#0000 1px),linear-gradient(#0000000d 1px,#0000 1px);background-size:24px 24px;border:none;border-radius:0;flex-direction:column;flex:1;padding:1.5rem 2.5rem 6.5rem;display:flex;position:relative;overflow:hidden}@keyframes ClassroomDisplay-module__kwndpW__appleCardEntrance{0%{opacity:0;transform:translateY(18px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}.ClassroomDisplay-module__kwndpW__boardBody{gap:var(--space-4,16px);scrollbar-width:thin;scrollbar-color:#00000026 transparent;flex-direction:column;flex:1;width:100%;min-height:0;padding:.25rem .5rem 120px;display:flex;overflow-y:auto}.ClassroomDisplay-module__kwndpW__explanationText{color:var(--color-text-primary,#0f172a);text-align:left;box-sizing:border-box;width:100%;font-size:clamp(1.02rem,1.1vw,1.12rem);font-weight:400;line-height:1.65;font-family:var(--font-family-sans,"Inter", system-ui, sans-serif)!important}.ClassroomDisplay-module__kwndpW__explanationText .katex-display{background:var(--color-surface-subtle,#f1f5f9);border-radius:var(--radius-sm,8px);border:1px solid var(--color-border-hairline,#00000012);margin:1.1rem 0;padding:.85rem 1.25rem;overflow:auto hidden}.ClassroomDisplay-module__kwndpW__explanationText .katex{color:var(--color-text-primary,#0f172a);white-space:normal;font-size:1.12em}.ClassroomDisplay-module__kwndpW__markdownH1,.ClassroomDisplay-module__kwndpW__markdownH2,.ClassroomDisplay-module__kwndpW__markdownH3{color:var(--color-text-primary,#0f172a);letter-spacing:-.02em;text-align:left;margin:0 0 .8rem;font-weight:700;line-height:1.35;font-family:var(--font-family-sans,"Inter", system-ui, sans-serif)!important}.ClassroomDisplay-module__kwndpW__markdownH1{font-size:1.4rem}.ClassroomDisplay-module__kwndpW__markdownH2{font-size:1.2rem}.ClassroomDisplay-module__kwndpW__markdownH3{font-size:1.05rem}.ClassroomDisplay-module__kwndpW__markdownP{color:#424245;text-align:left;white-space:pre-line;margin:0 0 .9rem;font-size:1.05rem;line-height:1.65}.ClassroomDisplay-module__kwndpW__markdownP:last-child{margin-bottom:0}.ClassroomDisplay-module__kwndpW__markdownUl,.ClassroomDisplay-module__kwndpW__markdownOl{text-align:left;flex-direction:column;gap:.55rem;margin:.5rem 0 .9rem;padding-left:1.35rem;display:flex}.ClassroomDisplay-module__kwndpW__markdownLi{color:#424245;font-size:1.025rem;line-height:1.6}.ClassroomDisplay-module__kwndpW__markdownStrong{color:#1d1d1f;letter-spacing:-.01em;font-weight:600}.ClassroomDisplay-module__kwndpW__blinkingCursor{color:#ffffffe6;margin-left:3px;font-weight:700;animation:1s step-end infinite ClassroomDisplay-module__kwndpW__blink}@keyframes ClassroomDisplay-module__kwndpW__blink{0%,to{opacity:1}50%{opacity:0}}.ClassroomDisplay-module__kwndpW__listContainer{flex-direction:column;gap:.85rem;display:flex}.ClassroomDisplay-module__kwndpW__listItem{background:#00000005;border:1px solid #0000000d;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.75rem 1rem;display:flex}.ClassroomDisplay-module__kwndpW__listNumber{background:var(--color-brand-primary,#111827);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;font-weight:700;display:flex}.ClassroomDisplay-module__kwndpW__listText{color:#374151;font-size:1.1rem;font-weight:500;line-height:1.6}.ClassroomDisplay-module__kwndpW__graphWrapper{background:#0006;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:1rem;display:flex}.ClassroomDisplay-module__kwndpW__graphHeader{justify-content:space-between;align-items:center;width:100%;max-width:340px;display:flex}.ClassroomDisplay-module__kwndpW__graphBadge{letter-spacing:.08em;color:#60a5fa;background:#60a5fa26;border:1px solid #60a5fa4d;border-radius:100px;padding:.2rem .6rem;font-size:.68rem;font-weight:700}.ClassroomDisplay-module__kwndpW__graphFormula{color:#fffc;font-family:monospace;font-size:.85rem}.ClassroomDisplay-module__kwndpW__graphSvg{background:#050508;border-radius:8px}.ClassroomDisplay-module__kwndpW__animatedCurve{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1.5s ease-out forwards ClassroomDisplay-module__kwndpW__drawCurve}@keyframes ClassroomDisplay-module__kwndpW__drawCurve{to{stroke-dashoffset:0}}.ClassroomDisplay-module__kwndpW__pauseOverlay{-webkit-backdrop-filter:blur(16px);z-index:50;border-radius:inherit;background:#fff3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ClassroomDisplay-module__kwndpW__pauseContent{text-align:center;background:#fffffff2;border:1px solid #0000000d;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 3.5rem;display:flex;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d}.ClassroomDisplay-module__kwndpW__pauseContent h2{color:#111827;margin:0;font-size:1.6rem;font-weight:700}.ClassroomDisplay-module__kwndpW__pauseContent p{color:#4b5563;margin:0;font-size:1rem}.ClassroomDisplay-module__kwndpW__resumeButton{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:30px;margin-top:.5rem;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;transition:all .2s}.ClassroomDisplay-module__kwndpW__resumeButton:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ClassroomDisplay-module__kwndpW__boardGridContainer{grid-template-columns:repeat(var(--grid-columns,12), minmax(0, 1fr));grid-auto-flow:dense;box-sizing:border-box;align-items:stretch;gap:1.25rem;width:100%;margin:0 auto;padding:.5rem 0;display:grid}.ClassroomDisplay-module__kwndpW__gridItemCard{background:var(--color-surface-card,#fff);border:1px solid var(--color-border-hairline,#00000012);border-radius:var(--radius-md,16px);padding:var(--space-6,24px);box-shadow:var(--shadow-resting);gap:var(--space-4,16px);height:auto;transition:transform var(--transition-normal,.25s) cubic-bezier(.16, 1, .3, 1), box-shadow var(--transition-normal,.25s) cubic-bezier(.16, 1, .3, 1), border-color var(--transition-fast,.15s) ease;box-sizing:border-box;flex-direction:column;min-width:0;min-height:0;animation:.35s cubic-bezier(.16,1,.3,1) both ClassroomDisplay-module__kwndpW__appleCardEntrance;display:flex;position:relative;overflow:visible}.ClassroomDisplay-module__kwndpW__gridItemCard:hover{border-color:var(--color-border-subtle,#e2e8f0);box-shadow:var(--shadow-floating);transform:translateY(-2px)}.ClassroomDisplay-module__kwndpW__focusedCard{border:1.5px solid var(--color-accent,#0f172a)!important;box-shadow:var(--shadow-floating)!important}.ClassroomDisplay-module__kwndpW__referenceCard{opacity:.92;border:1px solid var(--color-border-hairline,#00000012)}.ClassroomDisplay-module__kwndpW__referenceCard:hover{opacity:1;border-color:var(--color-border-subtle,#e2e8f0)}.ClassroomDisplay-module__kwndpW__activeCardBadge{letter-spacing:.05em;text-transform:uppercase;color:#fff;background:#1d1d1f;border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.ClassroomDisplay-module__kwndpW__referenceCardBadge{letter-spacing:.04em;text-transform:uppercase;color:#86868b;background:#f5f5f7;border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.68rem;font-weight:500;display:inline-flex}.ClassroomDisplay-module__kwndpW__simulationCardWrapper{flex-direction:column;flex:auto;width:100%;height:100%;min-height:280px;display:flex}.ClassroomDisplay-module__kwndpW__gridSpan1{grid-column:span 1}.ClassroomDisplay-module__kwndpW__gridSpan2{grid-column:span 2}.ClassroomDisplay-module__kwndpW__gridSpan3{grid-column:span 3}.ClassroomDisplay-module__kwndpW__gridSpan4{grid-column:span 4}.ClassroomDisplay-module__kwndpW__gridSpan6{grid-column:span 6}.ClassroomDisplay-module__kwndpW__gridSpan8{grid-column:span 8}.ClassroomDisplay-module__kwndpW__gridSpan12{grid-column:span 12}.ClassroomDisplay-module__kwndpW__gridSpan16{grid-column:span 16}.ClassroomDisplay-module__kwndpW__singleItemGrid{justify-content:center;align-items:center;width:100%;max-width:820px;margin:0 auto;display:flex}.ClassroomDisplay-module__kwndpW__singleItemGrid .ClassroomDisplay-module__kwndpW__gridItemCard{border-radius:24px;width:100%;padding:2.25rem 2.75rem}.ClassroomDisplay-module__kwndpW__singleItemGrid .ClassroomDisplay-module__kwndpW__explanationText{font-size:1.125rem;line-height:1.68}.ClassroomDisplay-module__kwndpW__compactGrid .ClassroomDisplay-module__kwndpW__gridItemCard{gap:8px;padding:.9rem 1.1rem}.ClassroomDisplay-module__kwndpW__compactGrid .ClassroomDisplay-module__kwndpW__explanationText{font-size:clamp(.95rem,1.1vw,1.15rem);line-height:1.5}.ClassroomDisplay-module__kwndpW__compactGrid .ClassroomDisplay-module__kwndpW__boardImage{max-height:240px}@media (max-width:1024px){.ClassroomDisplay-module__kwndpW__boardGridContainer{grid-template-columns:repeat(var(--grid-columns,8), minmax(0, 1fr));gap:1rem}}@media (max-width:640px){.ClassroomDisplay-module__kwndpW__displayContainer{padding:3.5rem .75rem 6.5rem}.ClassroomDisplay-module__kwndpW__boardCard{border-radius:16px;padding:1rem 1.1rem}.ClassroomDisplay-module__kwndpW__boardGridContainer{grid-template-columns:1fr;gap:.85rem;padding-bottom:100px}.ClassroomDisplay-module__kwndpW__gridItemCard{padding:1rem;grid-column:span 1!important}.ClassroomDisplay-module__kwndpW__explanationText{font-size:1rem;line-height:1.6}.ClassroomDisplay-module__kwndpW__graphSvg{width:100%;max-width:280px;height:auto}}.ClassroomDisplay-module__kwndpW__imageCardWrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-width:0;height:100%;min-height:0;display:flex}.ClassroomDisplay-module__kwndpW__boardImage{object-fit:contain;background:#00000005;border-radius:8px;width:100%;min-width:0;height:auto;min-height:0;max-height:400px;display:block;box-shadow:0 2px 8px #0000000d}.ClassroomDisplay-module__kwndpW__imageHidden{display:none!important}.ClassroomDisplay-module__kwndpW__imageTitle{color:#111827;text-align:center;margin-top:auto;font-size:1.05rem;font-weight:700}.ClassroomDisplay-module__kwndpW__imageDescription{color:#4b5563;text-align:center;font-size:.9rem;line-height:1.5}.ClassroomDisplay-module__kwndpW__tableWrapper{flex:1;width:100%;margin:0;overflow-x:auto}.ClassroomDisplay-module__kwndpW__markdownTable{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.ClassroomDisplay-module__kwndpW__markdownTable th,.ClassroomDisplay-module__kwndpW__markdownTable td{border:1px solid #e5e7eb;padding:12px 16px}.ClassroomDisplay-module__kwndpW__markdownTable th{color:#111827;background-color:#f9fafb;font-weight:600}.ClassroomDisplay-module__kwndpW__markdownTable tbody tr:nth-child(2n){background-color:#fcfcfc}.ClassroomDisplay-module__kwndpW__markdownTable tbody tr:hover{background-color:#f3f4f6}.ClassroomDisplay-module__kwndpW__priorityHigh{border-color:#fbbf248c;box-shadow:0 12px 35px #000000bf,0 0 20px #fbbf2426}.ClassroomDisplay-module__kwndpW__priorityMedium{border-color:#60a5fa59}.ClassroomDisplay-module__kwndpW__priorityLow{border-color:#ffffff1f}.ClassroomDisplay-module__kwndpW__itemHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:6px;display:flex}.ClassroomDisplay-module__kwndpW__itemTypeTag{letter-spacing:.08em;text-transform:uppercase;color:#60a5fa;font-size:.65rem;font-weight:700}.ClassroomDisplay-module__kwndpW__itemPriorityTag{color:#fff9;text-transform:uppercase;font-size:.62rem;font-weight:600}.ClassroomDisplay-module__kwndpW__cardActionHeader{justify-content:space-between;align-items:center;padding-bottom:6px;display:flex}.ClassroomDisplay-module__kwndpW__cardHeaderLeft{align-items:center;gap:8px;display:flex}.ClassroomDisplay-module__kwndpW__cardGrayNote{font-family:var(--font-family-sans,-apple-system, BlinkMacSystemFont, sans-serif);color:#94a3b8;letter-spacing:.03em;text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:.72rem;font-weight:600}.ClassroomDisplay-module__kwndpW__cardGrayNoteActive{font-family:var(--font-family-sans,-apple-system, BlinkMacSystemFont, sans-serif);color:#64748b;letter-spacing:.03em;text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:.72rem;font-weight:600}.ClassroomDisplay-module__kwndpW__cardHeaderActions{align-items:center;gap:var(--space-1,4px);display:flex}.ClassroomDisplay-module__kwndpW__cardHeaderBtn{border-radius:var(--radius-full,9999px);cursor:pointer;width:32px;height:32px;color:var(--color-text-secondary,#64748b);transition:all var(--transition-fast,.15s) ease;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.ClassroomDisplay-module__kwndpW__cardHeaderBtn:hover{background:var(--color-surface-subtle,#f1f5f9);color:var(--color-text-primary,#0f172a)}.ClassroomDisplay-module__kwndpW__simpleIconNode{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;grid-column:span 2;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:.35rem .6rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 10px #00000005}.ClassroomDisplay-module__kwndpW__simpleIconNode:hover{border-color:#1d1d1f;transform:translateY(-2px)scale(1.02);box-shadow:0 4px 16px #0000000f}.ClassroomDisplay-module__kwndpW__simpleNodeBadge{color:#1d1d1f;background:#f5f5f7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.ClassroomDisplay-module__kwndpW__simpleNodeActions{align-items:center;gap:4px;display:flex}.ClassroomDisplay-module__kwndpW__nodeIconSvg{color:#1d1d1f}.ClassroomDisplay-module__kwndpW__nodePriorityDotHigh{background:#f59e0b;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.ClassroomDisplay-module__kwndpW__nodeChipTypeLabel{color:#374151;white-space:nowrap;font-size:.8rem;font-weight:600}.ClassroomDisplay-module__kwndpW__nodeChipActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.ClassroomDisplay-module__kwndpW__nodeChipBtnIcon{cursor:pointer;color:#4b5563;background:#00000008;border:1px solid #0000000f;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.ClassroomDisplay-module__kwndpW__nodeChipBtnIcon:hover{color:#4b5563;cursor:pointer;background:#111827;transition:all .15s}.ClassroomDisplay-module__kwndpW__nodeChipBtn:hover{color:#fff;background:#111827}.ClassroomDisplay-module__kwndpW__simulationModalOverlay{-webkit-backdrop-filter:blur(16px);box-sizing:border-box;background:#0f172ab3;flex-direction:column;padding:1.5rem;animation:.2s ease-out forwards ClassroomDisplay-module__kwndpW__fadeIn;display:flex;position:fixed;inset:0;z-index:2147483647!important}.ClassroomDisplay-module__kwndpW__simulationModalContainer{background:#fff;border-radius:20px;flex-direction:column;flex:1;width:100%;max-width:1440px;height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #0000004d,0 0 0 1px #ffffff1a}.ClassroomDisplay-module__kwndpW__simulationModalCloseBtn{z-index:120;color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex;position:absolute;top:7px;right:12px;box-shadow:0 1px 3px #0000000f}.ClassroomDisplay-module__kwndpW__simulationModalCloseBtn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.ClassroomDisplay-module__kwndpW__nodeModalOverlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out forwards ClassroomDisplay-module__kwndpW__fadeIn;display:flex;position:fixed;inset:0}.ClassroomDisplay-module__kwndpW__nodeModalContainer{background:#fff;border:1px solid #ffffff4d;border-radius:24px;flex-direction:column;width:100%;max-width:900px;max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards ClassroomDisplay-module__kwndpW__scaleUp;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000040}@keyframes ClassroomDisplay-module__kwndpW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ClassroomDisplay-module__kwndpW__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ClassroomDisplay-module__kwndpW__nodeModalHeader{background:#fafafa;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.ClassroomDisplay-module__kwndpW__nodeModalHeaderTitle{align-items:center;gap:12px;display:flex}.ClassroomDisplay-module__kwndpW__nodeModalHeaderTitle h3{color:#111827;margin:0;font-size:1.2rem;font-weight:700}.ClassroomDisplay-module__kwndpW__nodeModalHeaderTag{color:#86868b;background:#f5f5f7;border-radius:6px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.ClassroomDisplay-module__kwndpW__nodeModalHeaderActions{align-items:center;gap:10px;display:flex}.ClassroomDisplay-module__kwndpW__nodeModalBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .15s}.ClassroomDisplay-module__kwndpW__nodeModalBtn:hover{color:#111827;background:#f3f4f6}.ClassroomDisplay-module__kwndpW__nodeModalCloseBtn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:transform .15s;display:flex}.ClassroomDisplay-module__kwndpW__nodeModalCloseBtn:hover{transform:scale(1.1)}.ClassroomDisplay-module__kwndpW__nodeModalBody{flex:1;padding:2rem;overflow-y:auto}.ClassroomDisplay-module__kwndpW__explanationTextModal{color:#1f2937;font-size:1.15rem;line-height:1.7}.ClassroomDisplay-module__kwndpW__explanationTextModal .katex-display{margin:1rem 0;padding:.5rem 0;overflow:auto hidden}.ClassroomDisplay-module__kwndpW__explanationTextModal .katex{color:#0f172a;white-space:normal;font-size:1.2em}.ClassroomDisplay-module__kwndpW__imageCardWrapper{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.ClassroomDisplay-module__kwndpW__boardImage{object-fit:contain;border-radius:12px;max-width:100%;max-height:380px}.ClassroomDisplay-module__kwndpW__boardImageModal{object-fit:contain;border-radius:12px;max-width:100%;max-height:500px}.ClassroomDisplay-module__kwndpW__draggableCard{cursor:grab}.ClassroomDisplay-module__kwndpW__draggableCard:active{cursor:grabbing;box-shadow:0 12px 40px #00000014}.ClassroomDisplay-module__kwndpW__dragHandleIcon{color:#9ca3af;cursor:grab;transition:color .15s}.ClassroomDisplay-module__kwndpW__dragHandleIcon:hover{color:#1d1d1f}.ClassroomDisplay-module__kwndpW__draggableNodeContainer{cursor:grab;grid-column:span 2}.ClassroomDisplay-module__kwndpW__floatingNodeWrapper{z-index:10;flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.ClassroomDisplay-module__kwndpW__floatingIconNode{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000a}.ClassroomDisplay-module__kwndpW__floatingIconNode:hover,.ClassroomDisplay-module__kwndpW__floatingIconNodeActive{border-color:#1d1d1f;box-shadow:0 4px 12px #00000014}.ClassroomDisplay-module__kwndpW__nodeActionPopover{z-index:1000;background:#111827;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:5px;padding:5px;animation:.15s ease-out forwards ClassroomDisplay-module__kwndpW__popoverFadeIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0003}@keyframes ClassroomDisplay-module__kwndpW__popoverFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ClassroomDisplay-module__kwndpW__popoverActionBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.ClassroomDisplay-module__kwndpW__popoverActionBtn:hover{background:#3a3a3c;border-color:#48484a}.ClassroomDisplay-module__kwndpW__popoverCloseBtn{color:#9ca3af;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.ClassroomDisplay-module__kwndpW__popoverCloseBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.ClassroomDisplay-module__kwndpW__emptyBoardState{text-align:center;color:#86868b;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:220px;padding:2rem 1rem;display:flex}.ClassroomDisplay-module__kwndpW__emptyBoardIcon{background:#0000000a;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:.875rem;padding:8px;display:flex}.ClassroomDisplay-module__kwndpW__emptyBoardLogo{object-fit:contain;width:100%;height:100%}.ClassroomDisplay-module__kwndpW__emptyBoardText{color:#86868b;margin:0;font-size:.95rem;font-weight:500}@media (max-width:768px){.ClassroomDisplay-module__kwndpW__displayContainer{padding:0!important}.ClassroomDisplay-module__kwndpW__boardCard{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;box-shadow:none!important;border:none!important;border-radius:0!important;padding:.75rem .75rem 6.5rem!important}.ClassroomDisplay-module__kwndpW__boardGridContainer{grid-template-columns:1fr!important;gap:.75rem!important;padding:0!important}.ClassroomDisplay-module__kwndpW__gridSpan1,.ClassroomDisplay-module__kwndpW__gridSpan2,.ClassroomDisplay-module__kwndpW__gridSpan3,.ClassroomDisplay-module__kwndpW__gridSpan4,.ClassroomDisplay-module__kwndpW__gridSpan6,.ClassroomDisplay-module__kwndpW__gridSpan12{grid-column:span 1/-1!important}.ClassroomDisplay-module__kwndpW__gridItemCard{border-radius:14px!important;padding:1rem!important}}
.ConfirmDialog-module__MMWcFa__overlay{z-index:9999;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out ConfirmDialog-module__MMWcFa__fadeIn;display:flex;position:fixed;inset:0}.ConfirmDialog-module__MMWcFa__modal{background-color:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);width:90%;max-width:400px;color:var(--color-text-primary,#111827);border-radius:12px;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) ConfirmDialog-module__MMWcFa__slideUp;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.ConfirmDialog-module__MMWcFa__title{margin-top:0;margin-bottom:12px;font-size:1.25rem;font-weight:600}.ConfirmDialog-module__MMWcFa__message{color:var(--color-text-secondary,#6b7280);margin-bottom:24px;font-size:.95rem;line-height:1.5}.ConfirmDialog-module__MMWcFa__actions{justify-content:flex-end;gap:12px;display:flex}.ConfirmDialog-module__MMWcFa__cancelBtn,.ConfirmDialog-module__MMWcFa__confirmBtn{cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.ConfirmDialog-module__MMWcFa__cancelBtn{color:var(--color-text-secondary,#6b7280);border:1px solid var(--color-border-strong,#e5e7eb);background-color:#0000}.ConfirmDialog-module__MMWcFa__cancelBtn:hover{background-color:var(--color-surface-elevated-hover,#fafafa);color:var(--color-text-primary,#111827)}.ConfirmDialog-module__MMWcFa__confirmBtn{background-color:var(--color-brand-primary,#111827);color:#fff}.ConfirmDialog-module__MMWcFa__confirmBtn:hover{background-color:var(--color-brand-primary-hover,#374151)}.ConfirmDialog-module__MMWcFa__confirmBtn.ConfirmDialog-module__MMWcFa__destructive{background-color:var(--color-error,#dc2626)}.ConfirmDialog-module__MMWcFa__confirmBtn.ConfirmDialog-module__MMWcFa__destructive:hover{background-color:#b91c1c}.ConfirmDialog-module__MMWcFa__confirmBtn:disabled,.ConfirmDialog-module__MMWcFa__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.ConfirmDialog-module__MMWcFa__verificationContainer{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.ConfirmDialog-module__MMWcFa__verificationPrompt{color:var(--color-text-secondary,#6b7280);font-size:.85rem}.ConfirmDialog-module__MMWcFa__verificationInput{border:1px solid var(--color-border-strong,#e5e7eb);background-color:var(--color-surface-elevated,#fff);width:100%;color:var(--color-text-primary,#111827);border-radius:6px;outline:none;padding:10px 12px;font-size:.95rem;transition:border-color .2s}.ConfirmDialog-module__MMWcFa__verificationInput:focus{border-color:var(--color-border-focus,#111827)}@keyframes ConfirmDialog-module__MMWcFa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog-module__MMWcFa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
