:root{--clay-primary:#ff7f5c;--clay-primary-light:#ffa07a;--clay-primary-dark:#e86a4a;--clay-secondary:#b8a9c9;--clay-secondary-light:#d4c8e0;--clay-secondary-dark:#9a8aad;--clay-accent:#7dd3c0;--clay-accent-light:#a8e6cf;--clay-accent-dark:#5bbfaa;--clay-danger:#f5a5a5;--clay-danger-dark:#e88888;--clay-success:#a8d8a8;--clay-success-dark:#8bc88b;--clay-bg:#fef9f3;--clay-bg-warm:#fff5eb;--clay-bg-cool:#f5f0fa;--clay-surface:#fff;--clay-surface-raised:#fffcf8;--clay-surface-sunken:#f8f4ef;--clay-text:#4a4458;--clay-text-light:#7a7489;--clay-text-muted:#a9a4b4;--clay-border:#0000000f;--clay-border-strong:#0000001a;--clay-shadow-xs:2px 2px 4px #a68c7826,-2px -2px 4px #fffc;--clay-shadow-sm:4px 4px 8px #a68c782e,-4px -4px 8px #ffffffe6;--clay-shadow-md:6px 6px 12px #a68c7833,-6px -6px 12px #fffffff2;--clay-shadow-lg:10px 10px 20px #a68c7838,-10px -10px 20px #fff;--clay-shadow-xl:15px 15px 30px #a68c7840,-15px -15px 30px #fff;--clay-shadow-inset:inset 3px 3px 6px #a68c7826,inset -3px -3px 6px #ffffffb3;--clay-shadow-inset-sm:inset 2px 2px 4px #a68c781f,inset -2px -2px 4px #fff9;--clay-shadow-primary:6px 6px 12px #ff7f5c4d,-4px -4px 8px #ffffffe6;--clay-shadow-accent:6px 6px 12px #7dd3c04d,-4px -4px 8px #ffffffe6;--clay-radius-sm:12px;--clay-radius-md:18px;--clay-radius-lg:24px;--clay-radius-xl:32px;--clay-radius-full:9999px;--clay-transition:all .3s cubic-bezier(.4,0,.2,1);--clay-transition-bounce:all .4s cubic-bezier(.34,1.56,.64,1);--teacher-page-padding-x:12px;--teacher-page-padding-y:12px;--teacher-content-max-width:1200px;--teacher-touch-target:44px;--teacher-baseline-width:1920px;--teacher-baseline-height:1080px;--teacher-baseline-page-padding:28px;--teacher-baseline-page-padding-mobile:16px;--teacher-baseline-panel-gap:24px;--teacher-font-sans:"HarmonyOS Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC",sans-serif;--teacher-font-display:"Alibaba PuHuiTi 3.0","HarmonyOS Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC",sans-serif}.clay-dark,[data-theme=dark]{--clay-bg:#1e1b2e;--clay-bg-warm:#252236;--clay-bg-cool:#1a1826;--clay-surface:#2a2740;--clay-surface-raised:#322f48;--clay-surface-sunken:#1e1b2e;--clay-text:#e8e4f0;--clay-text-light:#b8b4c4;--clay-text-muted:#7a7689;--clay-border:#ffffff14;--clay-border-strong:#ffffff26;--clay-shadow-xs:2px 2px 4px #0006,-2px -2px 4px #3c37504d;--clay-shadow-sm:4px 4px 8px #00000080,-4px -4px 8px #3c375040;--clay-shadow-md:6px 6px 12px #0000008c,-6px -6px 12px #3c375033;--clay-shadow-lg:10px 10px 20px #0009,-10px -10px 20px #3c375026;--clay-shadow-inset:inset 3px 3px 6px #0006,inset -3px -3px 6px #3c375033;--clay-shadow-inset-sm:inset 2px 2px 4px #00000059,inset -2px -2px 4px #3c375026;--clay-shadow-primary:6px 6px 12px #00000080,-4px -4px 8px #ff7f5c26;--clay-shadow-accent:6px 6px 12px #00000080,-4px -4px 8px #7dd3c026}@media (min-width:768px){:root{--teacher-page-padding-x:16px;--teacher-page-padding-y:16px}}@media (min-width:1024px){:root{--teacher-page-padding-x:24px;--teacher-page-padding-y:20px}}@keyframes clay-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes clay-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}@keyframes clay-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}@keyframes clay-bounce-in{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes clay-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes clay-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes clay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes clay-press{0%{transform:scale(1)}50%{transform:scale(.96)}to{transform:scale(1)}}@keyframes clay-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes clay-glow{0%,to{box-shadow:var(--clay-shadow-md),0 0 20px #ff7f5c33}50%{box-shadow:var(--clay-shadow-md),0 0 30px #ff7f5c59}}@keyframes clay-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clay-animate-float{animation:3s ease-in-out infinite clay-float}.clay-animate-pulse{animation:2s ease-in-out infinite clay-pulse}.clay-animate-wiggle{animation:.5s ease-in-out clay-wiggle}.clay-animate-bounce-in{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards clay-bounce-in}.clay-animate-slide-up{animation:.4s ease-out forwards clay-slide-up}.clay-animate-slide-down{animation:.4s ease-out forwards clay-slide-down}.clay-animate-fade-in{animation:.3s ease-out forwards clay-fade-in}.clay-animate-press{animation:.2s ease-out clay-press}.clay-animate-glow{animation:2s ease-in-out infinite clay-glow}.clay-animate-spin{animation:1s linear infinite clay-spin}.clay-delay-1{animation-delay:.1s}.clay-delay-2{animation-delay:.2s}.clay-delay-3{animation-delay:.3s}.clay-delay-4{animation-delay:.4s}.clay-delay-5{animation-delay:.5s}.teacher-page-shell{width:100%;max-width:var(--teacher-content-max-width);padding-inline:var(--teacher-page-padding-x);padding-block:var(--teacher-page-padding-y);margin-inline:auto}.teacher-tap-target{min-width:var(--teacher-touch-target);min-height:var(--teacher-touch-target)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.clay-card{background:var(--clay-surface);border-radius:var(--clay-radius-lg);box-shadow:var(--clay-shadow-md);border:1px solid var(--clay-border);transition:var(--clay-transition)}.clay-card:hover{box-shadow:var(--clay-shadow-lg);transform:translateY(-2px)}.clay-card-pressed{background:var(--clay-surface-sunken);box-shadow:var(--clay-shadow-inset)}.clay-btn{border-radius:var(--clay-radius-md);background:var(--clay-surface);color:var(--clay-text);box-shadow:var(--clay-shadow-sm);border:1px solid var(--clay-border);cursor:pointer;transition:var(--clay-transition-bounce);justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.clay-btn:hover{box-shadow:var(--clay-shadow-md);transform:translateY(-2px)}.clay-btn:active{box-shadow:var(--clay-shadow-inset-sm);transform:translateY(0)}.clay-btn-primary{background:linear-gradient(135deg,var(--clay-primary),var(--clay-primary-light));color:#fff;box-shadow:var(--clay-shadow-primary);border:none}.clay-btn-primary:hover{background:linear-gradient(135deg,var(--clay-primary-dark),var(--clay-primary))}.clay-btn-accent{background:linear-gradient(135deg,var(--clay-accent),var(--clay-accent-light));color:var(--clay-text);box-shadow:var(--clay-shadow-accent);border:none}.clay-btn-ghost{box-shadow:none;border:2px solid var(--clay-border-strong);background:0 0}.clay-btn-ghost:hover{background:var(--clay-surface-sunken);box-shadow:var(--clay-shadow-inset-sm)}.clay-input{border-radius:var(--clay-radius-md);background:var(--clay-surface-sunken);width:100%;color:var(--clay-text);box-shadow:var(--clay-shadow-inset-sm);transition:var(--clay-transition);border:2px solid #0000;outline:none;padding:14px 18px;font-size:15px;font-weight:500}.clay-input::placeholder{color:var(--clay-text-muted)}.clay-input:focus{border-color:var(--clay-primary);background:var(--clay-surface);box-shadow:var(--clay-shadow-sm),0 0 0 3px #ff7f5c26}.clay-badge{border-radius:var(--clay-radius-full);background:var(--clay-surface);color:var(--clay-text-light);box-shadow:var(--clay-shadow-xs);align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.clay-badge-primary{background:linear-gradient(135deg,var(--clay-primary),var(--clay-primary-light));color:#fff}.clay-badge-success{background:linear-gradient(135deg,var(--clay-success),var(--clay-success-dark));color:var(--clay-text)}.clay-badge-danger{background:linear-gradient(135deg,var(--clay-danger),var(--clay-danger-dark));color:var(--clay-text)}.clay-scrollbar::-webkit-scrollbar{width:8px;height:8px}.clay-scrollbar::-webkit-scrollbar-track{background:var(--clay-surface-sunken);border-radius:var(--clay-radius-full)}.clay-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--clay-primary-light),var(--clay-primary));border-radius:var(--clay-radius-full);border:2px solid var(--clay-surface-sunken)}.clay-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--clay-primary),var(--clay-primary-dark))}.clay-scrollbar-hide::-webkit-scrollbar{display:none}.clay-scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.clay-blob{filter:blur(40px);opacity:.5;pointer-events:none;border-radius:50%;position:absolute}.clay-blob-primary{background:var(--clay-primary)}.clay-blob-secondary{background:var(--clay-secondary)}.clay-blob-accent{background:var(--clay-accent)}.clay-icon-box{border-radius:var(--clay-radius-md);box-shadow:var(--clay-shadow-sm);transition:var(--clay-transition);justify-content:center;align-items:center;display:flex}.clay-icon-box:hover{transform:scale(1.05)}.clay-divider{background:linear-gradient(90deg,transparent,var(--clay-border-strong),transparent);border-radius:var(--clay-radius-full);height:2px;margin:16px 0}.clay-glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3}.clay-dark .clay-glass,[data-theme=dark] .clay-glass{background:#2a2740cc}.clay-gradient-text{background:linear-gradient(135deg,var(--clay-primary),var(--clay-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.clay-glow-primary{box-shadow:var(--clay-shadow-md),0 0 20px #ff7f5c4d}.clay-glow-accent{box-shadow:var(--clay-shadow-md),0 0 20px #7dd3c04d}.clay-shimmer{background:linear-gradient(90deg,#0000,#fff6,#0000) 0 0/200% 100%;animation:2s infinite clay-shimmer}.clay-container{background:var(--clay-bg);min-height:100vh}.clay-surface{background:var(--clay-surface)}.clay-surface-raised{background:var(--clay-surface-raised)}.clay-surface-sunken{background:var(--clay-surface-sunken)}.animate-fade-in{animation:.3s ease-out forwards clay-fade-in}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards clay-slide-up}.animate-bounce-in{animation:.6s cubic-bezier(.68,-.55,.265,1.55) forwards clay-bounce-in}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--clay-primary),var(--clay-accent));border-radius:20px}.teacher-scale-shell{background:radial-gradient(circle at top,#ffffff8c,transparent 38%),var(--clay-bg);justify-content:center;align-items:center;width:100%;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.teacher-scale-shell.is-desktop-shell,.teacher-scale-shell.teacher-scale-shell--fullbleed{justify-content:stretch;align-items:stretch}.teacher-scale-layer{transform-origin:50%;width:100%;height:100%;min-height:100dvh}.teacher-scale-shell.is-desktop-shell .teacher-scale-layer{min-height:100dvh;width:100%!important;height:100%!important;transform:none!important}.teacher-scale-shell.teacher-scale-shell--fullbleed .teacher-scale-layer{min-height:0;width:100%!important;height:100%!important;transform:none!important}.teacher-scale-shell.teacher-scale-shell--fullbleed .teacher-shell{width:100%!important;height:100%!important;min-height:0!important}.teacher-scale-shell.teacher-scale-shell--fullbleed .teacher-body{width:100%;height:100%;min-height:0;overflow:hidden}.teacher-scale-layer.is-scaled{width:var(--teacher-baseline-width);height:var(--teacher-baseline-height);will-change:transform;flex:none;min-height:0}.teacher-scale-layer.is-scaled .h-screen,.teacher-scale-layer.is-scaled .h-\[100dvh\]{height:100%!important}.teacher-scale-layer.is-scaled .min-h-screen,.teacher-scale-layer.is-scaled .min-h-\[100dvh\]{min-height:0!important}.teacher-theme{--background:#fff;--foreground:#1f1d23;--color-bg:#fff;--color-bg-sidebar:#f7f7f7;--color-bg-secondary:#f5f5f5;--color-bg-hover:#f0f0f0;--color-primary:#e53e3e;--color-primary-hover:#c53030;--color-text:#1f1d23;--color-text-secondary:#1f1d239e;--color-border:#1f1d231f;color:var(--foreground);font-family:Bitter,Source Han Serif SC,Noto Serif SC,Songti SC,SimSun,serif}.teacher-shell{width:var(--teacher-shell-width,100%);height:var(--teacher-shell-height,100%);min-height:var(--teacher-shell-height,100%);background:radial-gradient(circle at top,#ffffff94,#0000 32%),linear-gradient(#fff7efeb,#fffaf5f5)}.teacher-body{width:100%;height:100%;min-height:100%}html[data-theme=dark] .teacher-theme{--background:#14121a;--foreground:#f4f2f8;--color-bg:#14121a;--color-bg-sidebar:#1c1924;--color-bg-secondary:#ffffff0f;--color-bg-hover:#ffffff1f;--color-primary:#ff6b6b;--color-primary-hover:#ff5252;--color-text:#f4f2f8;--color-text-secondary:#f4f2f89e;--color-border:#f4f2f81f}html[data-theme=dark] .teacher-scale-shell{background:radial-gradient(circle at top,#4c58783d,#0000 40%),#14121a}html[data-theme=dark] .teacher-shell{background:radial-gradient(circle at top,#4c587838,#0000 34%),linear-gradient(#14121afa,#181620fa)}.teacher-teach-shell,html[data-theme=dark] .teacher-teach-shell{background:var(--color-bg)}.teacher-teach-glass{--teach-glass-surface:#ffffffb8;--teach-glass-surface-strong:#ffffffeb;--teach-glass-surface-muted:#f8fafcc7;--teach-glass-border:#e2e8f0cc;--teach-glass-border-strong:#94a3b84d;--teach-glass-shadow:0 26px 60px -36px #0f172a59;--teach-glass-shadow-strong:0 36px 76px -44px #0f172a73}html[data-theme=dark] .teacher-teach-glass{--teach-glass-surface:#0f121cb8;--teach-glass-surface-strong:#0e101ae6;--teach-glass-surface-muted:#121622a6;--teach-glass-border:#94a3b82e;--teach-glass-border-strong:#94a3b842;--teach-glass-shadow:0 28px 64px -40px #0009;--teach-glass-shadow-strong:0 40px 88px -48px #000000b3}.teacher-control-bar{z-index:30;-webkit-backdrop-filter:blur(14px);position:sticky;top:0}.teacher-teach-bar,.teacher-teach-panel{border:1px solid var(--teach-glass-border);background:var(--teach-glass-surface);box-shadow:var(--teach-glass-shadow);-webkit-backdrop-filter:blur(18px)}.teacher-teach-panel .teacher-teach-panel-head{border-bottom:1px solid var(--teach-glass-border);background:var(--teach-glass-surface-muted)}.teacher-teach-panel .teacher-teach-panel-body{border-top:1px solid var(--teach-glass-border)}.teacher-teach-chip{border:1px solid var(--teach-glass-border-strong);background:var(--teach-glass-surface-muted);color:var(--color-text-secondary)}.teacher-teach-chip.strong{color:var(--color-text)}.teacher-teach-button{border:1px solid var(--teach-glass-border);background:var(--teach-glass-surface-strong);color:var(--color-text);transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;box-shadow:0 12px 30px -24px #0f172a73}.teacher-teach-button:hover{border-color:var(--teach-glass-border-strong);box-shadow:0 16px 36px -26px #0f172a80}.teacher-teach-button:active{transform:translateY(1px)}.teacher-teach-button-active{color:#c53030;background:#e53e3e1f;border-color:#e53e3e66}.teacher-teach-select{border:1px solid var(--teach-glass-border);background:var(--teach-glass-surface-strong);color:var(--color-text)}.teacher-teach-stage-surface{background:radial-gradient(circle at top,#94a3b81f,#0000 55%),#ffffffeb}.teacher-teach-section{border:1px solid var(--teach-glass-border);background:var(--teach-glass-surface-muted);border-radius:18px;padding:12px}html[data-theme=dark] .teacher-teach-stage-surface{background:radial-gradient(circle at top,#94a3b833,#0000 55%),#0c0e16e6}@keyframes teacher-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes teacher-fade-in{0%{opacity:0}to{opacity:1}}@keyframes teacher-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes teacher-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}.teacher-animate-slide-in{animation:.45s ease-out both teacher-slide-in}.teacher-animate-spin{animation:1s linear infinite teacher-spin}.teacher-animate-pulse{animation:2s ease-in-out infinite teacher-pulse}.teacher-theme{--teacher-font-sans:"Noto Sans SC","Source Han Sans SC","PingFang SC","Microsoft YaHei",sans-serif;--teacher-font-display:"Bitter","Noto Serif SC","Songti SC",serif;--teacher-font-mono:"JetBrains Mono","SFMono-Regular","Menlo",monospace;--teacher-surface:#ffffffeb;--teacher-surface-strong:#fffffffa;--teacher-surface-muted:#f9f9f9f2;--teacher-accent:#e53e3e;--teacher-accent-strong:#c53030;--teacher-info:#2f6feb;--teacher-success:#1f9d5f;--teacher-warning:#f2a93b;--teacher-danger:#e34b4b;--teacher-shadow-soft:0 18px 36px -28px #0f172a47;--teacher-shadow-strong:0 28px 64px -32px #0f172a66}html[data-theme=dark] .teacher-theme{--teacher-surface:#13141ce6;--teacher-surface-strong:#101118f5;--teacher-surface-muted:#181a22eb;--teacher-accent:#ff6b6b;--teacher-accent-strong:#ff5252;--teacher-info:#6aa9ff;--teacher-success:#54c58a;--teacher-warning:#f7c36c;--teacher-danger:#ff7575;--teacher-shadow-soft:0 18px 36px -28px #0000008c;--teacher-shadow-strong:0 28px 64px -32px #000000b3}.teacher-page-shell{font-family:var(--teacher-font-sans)}.teacher-baseline-page{width:100%;height:100%;min-height:100%;overflow:hidden auto}.teacher-baseline-page__inner{gap:var(--teacher-baseline-panel-gap);width:100%;min-height:100%;padding:var(--teacher-baseline-page-padding);flex-direction:column;display:flex}.teacher-baseline-grid{gap:var(--teacher-baseline-panel-gap);flex:auto;grid-template-columns:minmax(0,1.2fr) minmax(24rem,.82fr);align-items:stretch;min-height:0;display:grid}.teacher-baseline-surface{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border-radius:28px;box-shadow:0 24px 56px -40px #0f172a47}html[data-theme=dark] .teacher-baseline-surface{background:#161822d1;box-shadow:0 28px 64px -40px #0000008f}.teacher-display-text{font-family:var(--teacher-font-display);letter-spacing:.01em}.teacher-header-shell{background:var(--teacher-surface);box-shadow:var(--teacher-shadow-soft)}.teacher-header-actions{gap:.75rem}.teacher-control-button{border:1px solid var(--color-border);background:var(--teacher-surface-strong);height:2.25rem;color:var(--color-text);box-shadow:var(--teacher-shadow-soft);border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.75rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.teacher-control-button.primary{background:linear-gradient(135deg,var(--teacher-accent),var(--teacher-accent-strong));color:#fff;border-color:#0000;box-shadow:0 18px 36px -24px #e53e3e73}.teacher-control-button:active{transform:translateY(1px)}.teacher-left-panel,.teacher-right-panel,.teacher-main-panel{background:var(--teacher-surface)}.teacher-stage-shell{box-shadow:var(--teacher-shadow-strong)}.teacher-animate-fade-in{animation:.35s ease-out both teacher-fade-in}.teacher-loading-shimmer{background:linear-gradient(90deg,#fff0,#fff9,#fff0) 0 0/200% 100%;animation:1.6s infinite clay-shimmer}.teacher-skeleton{background:linear-gradient(90deg,#fff6,#ffffffd9,#fff6) 0 0/200% 100%;border-radius:18px;animation:1.6s infinite clay-shimmer}@media (max-width:1200px){.teacher-baseline-page__inner{padding:22px}.teacher-baseline-grid{grid-template-columns:minmax(0,1fr)}.teacher-header-actions{justify-content:flex-start;width:100%}}@media (max-width:1024px){.teacher-teach-layout{grid-template-columns:minmax(0,1fr)!important}.teacher-left-panel,.teacher-right-panel{display:none}.teacher-control-bar{position:sticky;top:0}}@media (max-width:768px){.teacher-baseline-page__inner{padding:var(--teacher-baseline-page-padding-mobile);gap:16px}.teacher-baseline-surface{border-radius:22px}.teacher-header-shell{border-radius:18px;padding:.75rem .9rem}.teacher-header-actions{flex-wrap:wrap;gap:.5rem}.teacher-control-button{flex:auto;min-width:6.5rem}.teacher-stage-shell{border-radius:18px}}.teacher-topbar{background:#fff;box-shadow:0 1px #0f172a0f}html[data-theme=dark] .teacher-topbar{background:#14121a;box-shadow:0 1px #0f172a59}.teacher-search-shell{background:#fff;border:1px solid #0f172a0d;border-radius:999px;padding:4px 8px;box-shadow:0 1px 4px #0f172a0f}html[data-theme=dark] .teacher-search-shell{background:#ffffff0f;border-color:#ffffff14;box-shadow:0 1px 4px #00000059}.teacher-search-input{color:var(--color-text);border-radius:999px}.teacher-search-input::placeholder{color:#1f1d2373}html[data-theme=dark] .teacher-search-input::placeholder{color:#f4f2f880}.teacher-search-input:focus{background:#00000005;border-color:#e53e3e40;box-shadow:0 0 0 3px #e53e3e1f}html[data-theme=dark] .teacher-search-input:focus{background:#ffffff0f}.teacher-search-button{color:var(--color-text-secondary)}.teacher-plaza-switch{background:#0f172a0a;border:1px solid #0f172a14;border-radius:999px;gap:6px;padding:4px;box-shadow:inset 0 1px #fffc}.teacher-plaza-switch-btn{height:36px;color:var(--color-text-secondary);border-radius:999px;padding:0 14px;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.teacher-plaza-switch-btn[data-active=true]{color:var(--color-text);background:#fff;box-shadow:0 6px 16px #e53e3e26}.teacher-plaza-switch-btn:not([data-active=true]):hover{color:var(--color-text);background:#ffffffb3}html[data-theme=dark] .teacher-plaza-switch{background:#ffffff14;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff14}html[data-theme=dark] .teacher-plaza-switch-btn{color:#f4f2f899}html[data-theme=dark] .teacher-plaza-switch-btn[data-active=true]{color:#fff;box-shadow:none;background:#ffffff1f}.teacher-search-button:hover{color:var(--color-primary)}.teacher-sidebar-shell{background:var(--color-bg-sidebar);box-shadow:inset -1px 0 #0f172a0f}html[data-theme=dark] .teacher-sidebar-shell{box-shadow:inset -1px 0 #ffffff14}.teacher-sidebar-toggle{color:var(--color-text-secondary);background:#fff;border:1px solid #0f172a14;box-shadow:0 8px 20px #0f172a14}.teacher-sidebar-toggle:hover{color:var(--color-text);background:#e53e3e0d}html[data-theme=dark] .teacher-sidebar-toggle{color:#f4f2f8b3;background:#ffffff0f;border-color:#ffffff1f}.teacher-nav-item{color:var(--color-text);position:relative}.teacher-nav-item:before{content:"";background:0 0;border-radius:999px;width:3px;transition:background .2s,transform .2s;position:absolute;top:8px;bottom:8px;left:6px}.teacher-nav-item:hover{background:#0f172a0a}.teacher-nav-item[data-active=true]{color:var(--color-primary);background:#e53e3e14}.teacher-nav-item[data-active=true]:before{background:var(--color-primary)}.teacher-nav-item[data-active=true] .teacher-nav-icon{color:var(--color-primary);opacity:1}.teacher-nav-icon{opacity:.7}html[data-theme=dark] .teacher-nav-item{color:#f4f2f8cc}html[data-theme=dark] .teacher-nav-item:hover{background:#ffffff14}html[data-theme=dark] .teacher-nav-item[data-active=true]{color:#ff6b6b;background:#ff6b6b2e}html[data-theme=dark] .teacher-nav-item[data-active=true]:before{background:#ff6b6b}@media (max-width:520px){.teacher-header-shell{gap:.5rem}.teacher-control-button{height:2.5rem;font-size:.7rem}}.teacher-mobile-stack{gap:12px;display:grid}@media (max-width:1023px){.teacher-mobile-stack{grid-template-columns:minmax(0,1fr)}.teacher-control-bar{position:static}.teacher-control-button{justify-content:center;width:100%}}.teacher-seewo-shell{--seewo-surface:#f8fafce6;--seewo-surface-strong:#fffffffa;--seewo-surface-muted:#f1f5f9e0;--seewo-border:#94a3b840;--seewo-border-strong:#64748b47;--seewo-shadow-soft:0 14px 30px -22px #0f172a59;--seewo-shadow-strong:0 32px 72px -40px #0f172a73;background:radial-gradient(circle at 16% 10%,#2f6fed14,#0000 45%),radial-gradient(circle at 88% 6%,#2dd4bf1f,#0000 40%),linear-gradient(#f4f7fc 0%,#eef3f9 48%,#e8eef6 100%)}html[data-theme=dark] .teacher-seewo-shell{--seewo-surface:#121622eb;--seewo-surface-strong:#0c0f1af5;--seewo-surface-muted:#161b28e6;--seewo-border:#94a3b82e;--seewo-border-strong:#94a3b84d;--seewo-shadow-soft:0 20px 36px -26px #0000008c;--seewo-shadow-strong:0 42px 90px -48px #000000b3;background:radial-gradient(circle at 12% 8%,#2f6fed2e,#0000 45%),radial-gradient(circle at 86% 10%,#2dd4bf29,#0000 40%),linear-gradient(#0e1320 0%,#0b111d 46%,#091019 100%)}.teacher-seewo-ribbon{background:var(--seewo-surface);border:1px solid var(--seewo-border);box-shadow:var(--seewo-shadow-soft);-webkit-backdrop-filter:blur(14px);border-radius:14px;margin:10px 12px 0}html[data-theme=dark] .teacher-seewo-ribbon{background:var(--seewo-surface);border-color:var(--seewo-border);box-shadow:var(--seewo-shadow-soft)}.teacher-seewo-panel{border:1px solid var(--seewo-border);background:var(--seewo-surface);box-shadow:var(--seewo-shadow-soft);border-radius:16px}html[data-theme=dark] .teacher-seewo-panel{border-color:var(--seewo-border);background:var(--seewo-surface)}.teacher-seewo-panel-head{background:var(--seewo-surface-muted);border-bottom:1px solid var(--seewo-border)}html[data-theme=dark] .teacher-seewo-panel-head{background:var(--seewo-surface-muted);border-bottom-color:var(--seewo-border)}.teacher-seewo-panel-body,html[data-theme=dark] .teacher-seewo-panel-body{background:0 0}.teacher-seewo-section{background:var(--seewo-surface-muted);border:1px solid var(--seewo-border);border-radius:12px;margin-bottom:12px;padding:12px}html[data-theme=dark] .teacher-seewo-section{background:var(--seewo-surface-muted);border-color:var(--seewo-border)}.teacher-seewo-chip{background:var(--seewo-surface-strong);border-color:var(--seewo-border-strong);color:#334155;box-shadow:inset 0 1px #fff9}html[data-theme=dark] .teacher-seewo-chip{color:#e2e8f0cc;background:#0f121ce6;box-shadow:inset 0 1px #ffffff0f}.teacher-seewo-button{border:1px solid var(--seewo-border-strong);background:var(--seewo-surface-strong);color:#0f172a;border-radius:999px;height:30px;padding:0 14px;font-size:12px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 8px 18px -14px #0f172a66}.teacher-seewo-button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 10px 22px -14px #0f172a73}.teacher-seewo-button-primary{color:#fff;background:linear-gradient(#2f6fed 0%,#1e53dd 100%);border-color:#0000;box-shadow:0 14px 28px -18px #2f6fed99}.teacher-seewo-button-primary:hover{background:linear-gradient(#3b82f6 0%,#2563eb 100%)}html[data-theme=dark] .teacher-seewo-button{color:#e2e8f0eb;background:#0f121cf0;border-color:#94a3b84d}.teacher-seewo-select{background:var(--seewo-surface-strong);border:1px solid var(--seewo-border-strong);color:#0f172a;border-radius:999px;height:30px;padding:0 12px;font-size:12px}html[data-theme=dark] .teacher-seewo-select{color:#e2e8f0e6;background:#0f121cf0;border-color:#94a3b84d}.teacher-seewo-stage-shell{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.teacher-seewo-bottom{z-index:12;pointer-events:none;position:absolute;bottom:0;left:0;right:0}.teacher-seewo-panel-shell{max-height:clamp(180px,32vh,360px)}.teacher-seewo-tools,.teacher-seewo-status{flex-wrap:wrap}.teacher-seewo-empty-state{background:var(--color-bg-sidebar);text-align:center;border:1px solid #94a3b833;width:min(420px,90vw);padding:28px}.teacher-seewo-empty-state .icon{width:52px;height:52px;color:var(--color-primary);background:#2f6fed1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.teacher-seewo-empty-state .title{color:var(--color-text);font-size:18px;font-weight:700}.teacher-seewo-empty-state .desc{color:var(--color-text-secondary);margin-top:8px;font-size:12px}.teacher-seewo-empty-state .actions{justify-content:center;gap:10px;margin-top:16px;display:flex}.teacher-seewo-stage-shell{background:var(--color-bg)}.teacher-seewo-stage-main{gap:16px;min-width:0;padding:16px 16px 0;position:relative}.teacher-seewo-stage-region{min-width:0}.teacher-seewo-stage{border:1px solid var(--seewo-border);box-shadow:var(--seewo-shadow-strong);background:#fff;border-radius:18px;overflow:hidden}html[data-theme=dark] .teacher-seewo-stage{background:#080a12fa}.teacher-seewo-side-panel{box-sizing:border-box;width:348px;min-width:320px;max-width:min(32vw,380px);padding-bottom:calc(var(--teacher-seewo-bottom-reserve,0px) + 8px);border:1px solid var(--seewo-border);-webkit-backdrop-filter:blur(18px);pointer-events:auto;background:linear-gradient(#fffffff5,#f4f8ffeb);border-radius:24px;flex-direction:column;flex:0 0 348px;align-self:stretch;display:flex;overflow:hidden;box-shadow:0 28px 58px -36px #0f172a94,inset 0 1px #ffffffc7}.teacher-seewo-side-panel-body{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.teacher-seewo-sidebar-section{min-height:0;overflow:hidden}.teacher-seewo-sidebar-section--students{flex:auto}.teacher-seewo-sidebar-section--tools{border-top:1px solid var(--seewo-border);flex:none}.teacher-seewo-panel-content--students{flex-direction:column;min-height:100%;padding-bottom:12px;display:flex}.teacher-seewo-panel-content--tools{flex-direction:column;min-height:0;padding-top:10px;display:flex}html[data-theme=dark] .teacher-seewo-side-panel{background:linear-gradient(#141824f5,#0a0e18eb);border-color:#94a3b829;box-shadow:0 28px 58px -36px #000000b8,inset 0 1px #ffffff0a}.teacher-seewo-iframe{background:#fff;border:0;width:100%;height:100%}.teacher-seewo-stage-loading,.teacher-seewo-stage-empty,.teacher-seewo-stage-error{width:100%;height:100%;color:var(--color-text-secondary);justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.teacher-seewo-stage-error{color:#e11d48}.teacher-teach-control-stage{font-family:var(--teacher-font-sans);background-color:var(--teacher-teach-page-bg,#eafdf6);background-image:linear-gradient(var(--teacher-teach-grid-line,#fffc)2px,transparent 2px),linear-gradient(90deg,var(--teacher-teach-grid-line,#fffc)2px,transparent 2px);background-size:30px 30px}.teacher-teach-control-shell{flex-direction:column;gap:14px;width:100%;height:100%;min-height:0;padding:18px;display:flex;overflow:hidden}.teacher-teach-demo-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.teacher-teach-demo-header__class,.teacher-teach-demo-header__meta{align-items:center;display:flex}.teacher-teach-demo-header__class{background:var(--teacher-teach-surface-bg,#fffffff2);border:2px solid #ffffffe6;border-radius:20px;gap:12px;padding:12px 18px;box-shadow:0 8px 18px -12px #10b98129}.teacher-teach-demo-header__brand{background:var(--teacher-teach-brand,#10b981);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:inset 0 1px #ffffff4d}.teacher-teach-demo-header__copy{min-width:0}.teacher-teach-demo-header__status{letter-spacing:.12em;text-transform:uppercase;color:var(--teacher-teach-brand,#10b981);margin-top:4px;font-size:11px;font-weight:800}.teacher-teach-demo-header__right{align-items:center;gap:12px;display:flex}.teacher-teach-demo-header__selector{background:var(--teacher-teach-surface-bg,#fffffff2);min-height:50px;color:var(--teacher-teach-text-muted,#047857);border-radius:18px;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:0 10px 24px -18px #10b98133,inset 0 1px #fffffff0}.teacher-teach-demo-header__selector span{letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.teacher-teach-demo-header__selector select{min-width:180px;max-width:260px;height:36px;color:var(--teacher-teach-text-main,#064e3b);background:#fffffff0;border:2px solid #d1fae5f2;border-radius:999px;outline:none;padding:0 14px;font-size:13px;font-weight:700}.teacher-teach-demo-header__meta{background:var(--teacher-teach-surface-bg,#fffffff2);color:var(--teacher-teach-text-muted,#047857);border:2px solid #ffffffe6;border-radius:20px;gap:14px;padding:12px 18px;font-size:13px;font-weight:800;box-shadow:0 8px 18px -12px #10b9811f}.teacher-teach-demo-header__dot{background:#2dd4bf;border-radius:999px;width:10px;height:10px;margin-right:6px;display:inline-block;box-shadow:0 0 0 5px #2dd4bf24}.teacher-teach-demo-header__menu{background:var(--teacher-teach-brand,#10b981);color:#fff;border:2px solid #0596691a;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 12px 22px -16px #10b98173}.teacher-teach-control-topbar{justify-content:space-between;align-items:center;gap:14px;padding:2px;display:flex}.teacher-teach-control-topbar__copy{flex:auto;min-width:0}.teacher-teach-control-topbar__stats{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.teacher-teach-control-kicker,.teacher-teach-hero-card__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teacher-teach-brand,#10b981);align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.teacher-teach-control-title{letter-spacing:-.03em;color:var(--teacher-teach-text-main,#064e3b);margin-top:6px;font-size:clamp(24px,2.4vw,30px);font-weight:800}.teacher-teach-control-description{max-width:640px;color:var(--teacher-teach-text-muted,#047857);margin-top:6px;font-size:13px;line-height:1.6}.teacher-teach-status-pill,.teacher-teach-chip{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.teacher-teach-status-pill{border:2px solid var(--teacher-teach-surface-border,#d1fae5);background:var(--teacher-teach-surface-bg,#fffffff2);color:var(--teacher-teach-text-main,#064e3b);box-shadow:0 8px 20px -10px #10b9811f}.teacher-teach-status-pill.is-running,.teacher-teach-chip.is-current{background:var(--teacher-teach-brand-light,#d1fae5);color:var(--teacher-teach-brand-dark,#059669)}.teacher-teach-status-pill.is-paused{color:#b45309;background:#f59e0b24}.teacher-teach-status-pill.is-ended,.teacher-teach-chip.is-completed{color:#0f766e;background:#2dd4bf29}.teacher-teach-status-pill.is-idle,.teacher-teach-chip.is-upcoming{color:var(--teacher-teach-text-muted,#047857);background:#ecfdf5e6}.teacher-teach-control-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.teacher-teach-stat-card,.teacher-teach-hero-card,.teacher-teach-list-card,.teacher-teach-aux-card,.teacher-teach-inline-note{border:2px solid var(--teacher-teach-surface-border,#d1fae5);background:var(--teacher-teach-surface-bg,#fffffff2);box-shadow:var(--teacher-teach-surface-shadow,0 10px 30px -5px #10b9811a);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px}.teacher-teach-stat-card{flex-direction:column;gap:8px;min-height:126px;padding:16px 18px;display:flex}.teacher-teach-stat-card .label,.teacher-teach-mini-stat span,.teacher-teach-empty-target__label,.teacher-teach-next-card__label,.teacher-teach-interaction-item__order{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);font-size:11px;font-weight:700}.teacher-teach-stat-card .value,.teacher-teach-mini-stat strong{color:var(--teacher-teach-text-main,#064e3b);font-size:22px;font-weight:800}.teacher-teach-stat-card .detail,.teacher-teach-interaction-item__copy span,.teacher-teach-empty-list,.teacher-teach-aux-card__head p,.teacher-teach-aux-action span,.teacher-teach-next-card span,.teacher-teach-empty-target span,.teacher-teach-hero-card p,.teacher-teach-list-card__head p{color:var(--teacher-teach-text-muted,#047857);font-size:13px;line-height:1.7}.teacher-teach-inline-note{background:#fef3c773;border-style:dashed;border-color:#f59e0b59;flex-wrap:wrap;gap:10px;padding:14px 18px;display:flex}.teacher-teach-inline-note strong{color:#92400e}.teacher-teach-control-grid{flex:auto;grid-template-columns:minmax(0,1.85fr) minmax(280px,.75fr);align-items:start;gap:16px;min-height:0;display:grid}.teacher-teach-control-primary,.teacher-teach-control-secondary{flex-direction:column;gap:16px;min-height:0;display:flex}.teacher-teach-hero-card,.teacher-teach-list-card,.teacher-teach-aux-card{padding:18px}.teacher-teach-list-card{flex-direction:column;flex:1 1 0;display:flex;position:relative;overflow:hidden}.teacher-teach-hero-card.is-empty{background:radial-gradient(circle at top,#10b98114,#0000 46%),#fffffff5;border-style:dashed;border-color:#10b98159}.teacher-teach-hero-card__head,.teacher-teach-list-card__head,.teacher-teach-aux-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.teacher-teach-hero-card h3,.teacher-teach-list-card h3,.teacher-teach-aux-card h3{letter-spacing:-.03em;color:var(--teacher-teach-text-main,#064e3b);margin-top:8px;font-size:24px;font-weight:800}.teacher-teach-empty-badge{background:var(--teacher-teach-brand-light,#d1fae5);width:fit-content;min-height:38px;color:var(--teacher-teach-brand-dark,#059669);border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.teacher-teach-hero-card__stats{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;margin-top:18px;display:grid}.teacher-teach-mini-stat,.teacher-teach-next-card,.teacher-teach-empty-target{background:#f8fffceb;border:2px solid #d1fae5f2;border-radius:18px;flex-direction:column;gap:6px;padding:14px;display:flex}.teacher-teach-feedback{border-radius:16px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:700}.teacher-teach-feedback.is-info{color:var(--teacher-teach-brand-dark,#059669);background:#d1fae5cc}.teacher-teach-feedback.is-error{color:#be123c;background:#f43f5e1a}.teacher-teach-hero-card__actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.teacher-teach-primary-button,.teacher-teach-row-button{background:linear-gradient(180deg,var(--teacher-teach-brand,#10b981)0%,var(--teacher-teach-brand-dark,#059669)100%);color:#fff;border:2px solid #0596691f;border-bottom-width:5px;border-radius:18px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s,border-color .18s;display:inline-flex;box-shadow:0 12px 24px -18px #10b98173}.teacher-teach-primary-button:hover:not(:disabled),.teacher-teach-row-button:hover:not(:disabled){transform:translateY(-1px)scale(1.01);box-shadow:0 16px 28px -22px #10b9816b}.teacher-teach-primary-button:active:not(:disabled),.teacher-teach-row-button:active:not(:disabled){border-bottom-width:2px;transform:translateY(3px)}.teacher-teach-primary-button:disabled,.teacher-teach-row-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.teacher-teach-primary-button.is-secondary{background:var(--teacher-teach-brand-strong,#ecfdf5);color:var(--teacher-teach-brand-dark,#059669)}.teacher-teach-primary-button.is-ghost{color:var(--teacher-teach-text-main,#064e3b);background:#fffffffa;border-color:#d1fae5f2}.teacher-teach-next-card,.teacher-teach-empty-target{margin-top:14px}.teacher-teach-interaction-list{gap:10px;margin-top:14px;padding-left:18px;display:grid;position:relative}.teacher-teach-interaction-item{background:#fffffff0;border:2px solid #d1fae5f2;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:relative}.teacher-teach-interaction-item:before{content:"";background:#fff;border:3px solid #d1fae5f2;border-radius:999px;width:14px;height:14px;position:absolute;top:18px;left:-21px}.teacher-teach-interaction-item.is-current{background:linear-gradient(180deg,var(--teacher-teach-brand,#10b981)0%,var(--teacher-teach-brand-dark,#059669)100%);border-color:#10b98147;box-shadow:0 18px 28px -20px #10b98173}.teacher-teach-interaction-item.is-current:before{background:var(--teacher-teach-brand,#10b981);border-color:#fffffff2;box-shadow:0 0 0 4px #10b9812e}.teacher-teach-interaction-item.is-completed:before{background:#10b981b8}.teacher-teach-interaction-item__copy,.teacher-teach-interaction-item__meta{flex-direction:column;gap:6px;display:flex}.teacher-teach-interaction-item__copy strong,.teacher-teach-aux-action strong{color:var(--teacher-teach-text-main,#064e3b);font-size:16px;font-weight:800}.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__copy strong,.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__copy span,.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__order{color:#fff}.teacher-teach-interaction-item__meta{flex-shrink:0;align-items:flex-end}.teacher-teach-empty-list{padding:14px 2px 2px}.teacher-teach-list-more{color:var(--color-text-secondary);padding:2px 2px 0;font-size:12px;line-height:1.6}.teacher-teach-aux-actions{grid-template-columns:1fr;gap:10px;margin-top:16px;display:grid}.teacher-teach-aux-action{text-align:left;background:#f8fafcd6;border:1px solid #e2e8f0db;border-radius:16px;flex-direction:column;gap:6px;min-height:84px;padding:12px 14px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.teacher-teach-aux-action:hover{border-color:#60a5fa85;transform:translateY(-1px);box-shadow:0 16px 28px -24px #2563eb4d}.teacher-teach-console-grid{flex:auto;grid-template-columns:minmax(260px,.95fr) minmax(0,1.65fr) minmax(300px,1fr);align-items:stretch;gap:16px;min-height:0;display:grid}.teacher-teach-console-column{flex-direction:column;gap:16px;height:100%;min-height:0;display:flex}.teacher-teach-console-column--center>.teacher-teach-hero-card{min-height:0}.teacher-teach-console-column--center .teacher-teach-hero-card{box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff6b;border-width:4px;border-color:#ffffff6b;border-radius:32px;flex-direction:column;gap:14px;height:100%;display:flex}.teacher-teach-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.teacher-teach-tool-tile{text-align:left;background:#f8fffce6;border:2px solid #d1fae5f2;border-bottom-width:5px;border-radius:18px;align-items:flex-start;gap:10px;min-height:96px;padding:14px;transition:transform .18s,border-color .18s,box-shadow .18s,border-bottom-width .18s;display:flex}.teacher-teach-tool-grid .teacher-teach-tool-tile:first-child{background:#d1fae5b8}.teacher-teach-tool-grid .teacher-teach-tool-tile:nth-child(2){background:#fef3c7b8}.teacher-teach-tool-grid .teacher-teach-tool-tile:nth-child(3){background:#fee2e29e}.teacher-teach-tool-grid .teacher-teach-tool-tile:nth-child(4){background:#ffffffeb}.teacher-teach-tool-tile:hover{border-color:#10b98159;transform:translateY(-1px);box-shadow:0 16px 28px -24px #10b9813d}.teacher-teach-tool-tile:active{border-bottom-width:2px;transform:translateY(3px)}.teacher-teach-tool-tile__icon{width:34px;height:34px;color:var(--teacher-teach-brand,#10b981);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 10px -6px #10b98147}.teacher-teach-tool-tile__body{flex-direction:column;gap:6px;min-width:0;display:flex}.teacher-teach-tool-tile__body strong,.teacher-teach-preview-panel__head h4,.teacher-teach-student-row__main strong,.teacher-teach-student-summary-card strong{color:var(--teacher-teach-text-main,#064e3b);font-size:16px;font-weight:800}.teacher-teach-tool-tile__body span,.teacher-teach-preview-panel__head p,.teacher-teach-student-summary-card span,.teacher-teach-student-row__main span,.teacher-teach-filter-summary,.teacher-teach-hotspots__label{color:var(--teacher-teach-text-muted,#047857);font-size:13px;line-height:1.6}.teacher-teach-hero-card__actions--compact{margin-top:14px}.teacher-teach-stage-command-bar{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:0;padding:2px 4px 0;display:flex}.teacher-teach-stage-command-bar__metrics{align-items:flex-end;gap:18px;display:flex}.teacher-teach-stage-command-bar__metric{flex-direction:column;gap:6px;display:flex}.teacher-teach-stage-command-bar__metric span{letter-spacing:.08em;text-transform:uppercase;color:var(--teacher-teach-text-muted,#047857);font-size:12px;font-weight:800}.teacher-teach-stage-command-bar__metric strong{font-size:44px;font-weight:900;line-height:.95;font-family:var(--teacher-font-display)}.teacher-teach-stage-command-bar__metric.is-primary strong{color:var(--teacher-teach-brand,#10b981)}.teacher-teach-stage-command-bar__metric.is-secondary strong{color:#04785775}.teacher-teach-stage-command-bar__divider{background:#0478572e;width:1px;height:36px;margin-bottom:6px}.teacher-teach-stage-command-bar__actions{flex-wrap:wrap;gap:10px;display:flex}.teacher-teach-preview-panel{background:#ffffffeb;border:2px solid #d1fae5f2;border-radius:20px;flex-direction:column;gap:14px;margin-top:18px;padding:16px;display:flex}.teacher-teach-preview-panel__head,.teacher-teach-preview-panel__meta,.teacher-teach-student-filter-bar,.teacher-teach-hotspots,.teacher-teach-student-row,.teacher-teach-student-row__meta{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.teacher-teach-preview-panel__meta,.teacher-teach-hotspots{flex-wrap:wrap}.teacher-teach-stage-preview{background:var(--teacher-teach-stage-bg,#f8fafc);border:4px solid #ffffffeb;border-radius:24px;flex:auto;min-height:clamp(320px,46vh,520px);position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000001f,0 0 0 2px #d1fae5e6}.teacher-teach-stage-preview:before{content:"";background:linear-gradient(90deg,var(--teacher-teach-brand,#10b981),#2dd4bf,var(--teacher-teach-brand,#10b981));z-index:2;pointer-events:none;width:100%;height:6px;position:absolute;top:0;left:0}.teacher-teach-stage-preview>*{width:100%;height:100%}.teacher-teach-exercise-stage-shell{background:#fff;justify-content:center;align-items:center;min-height:100%;padding:24px 20px 80px;display:flex}.teacher-teach-exercise-stage{background:#fff;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex}.teacher-teach-exercise-stage__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;max-width:860px;padding:16px 8px;display:flex}.teacher-teach-exercise-stage__pill{min-height:38px;color:var(--teacher-teach-brand-dark,#059669);background:#d1fae5e6;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 10px 24px -18px #10b98147}.teacher-teach-exercise-stage__question{max-width:780px;color:var(--teacher-teach-text-main,#064e3b);font-family:var(--teacher-font-display);letter-spacing:-.02em;margin:0;font-size:clamp(28px,2.2vw,44px);font-weight:900;line-height:1.2}.teacher-teach-exercise-stage__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;display:grid}.teacher-teach-exercise-stage__options.is-compact{max-width:760px}.teacher-teach-exercise-option{text-align:left;background:#fffffff5;border:2px solid #e2e8f0f2;border-bottom-width:6px;border-radius:24px;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 16px 30px -28px #0f172a2e}.teacher-teach-exercise-option.is-correct{background:linear-gradient(#f0fdfafa,#ccfbf1e0);border-color:#2dd4bfe6}.teacher-teach-exercise-option__key{color:#64748b;width:52px;height:52px;font-family:var(--teacher-font-display);background:#f1f5f9fa;border-radius:16px;flex:0 0 52px;justify-content:center;align-items:center;font-size:26px;font-weight:900;display:inline-flex}.teacher-teach-exercise-option__key.is-correct{color:#fff;background:linear-gradient(#2dd4bf 0%,#10b981 100%)}.teacher-teach-exercise-option__body{flex-direction:column;flex:auto;gap:8px;min-width:0;display:flex}.teacher-teach-exercise-option__body strong{color:var(--teacher-teach-text-main,#064e3b);font-size:clamp(20px,1.35vw,28px);font-weight:800;line-height:1.35}.teacher-teach-exercise-option__body span{color:var(--teacher-teach-text-muted,#047857);font-size:13px;font-weight:700;line-height:1.5}.teacher-teach-exercise-option__check{color:#14b8a6;justify-content:center;align-items:center;margin-left:auto;font-size:28px;font-weight:900;display:inline-flex}.teacher-teach-alert-card{background:linear-gradient(#fff1f2fa,#ffe4e6d6);border:2px solid #fb718524;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.teacher-teach-alert-card:after{content:"";filter:blur(10px);background:#fb71851f;border-radius:999px;width:120px;height:120px;position:absolute;bottom:-28px;right:-28px}.teacher-teach-alert-card__copy{z-index:1;flex-direction:column;gap:4px;display:flex;position:relative}.teacher-teach-alert-card__copy strong{color:#e11d48bf;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.teacher-teach-alert-card__value{z-index:1;font-size:46px;font-weight:900;line-height:1;font-family:var(--teacher-font-display);color:#e11d48;position:relative}.teacher-teach-student-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.teacher-teach-student-summary-card{background:#f8fffceb;border:2px solid #d1fae5f2;border-radius:18px;flex-direction:column;gap:6px;min-height:108px;padding:14px;display:flex}.teacher-teach-student-summary-card:last-child{background:#fee2e28c;border-color:#fb718538;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:92px}.teacher-teach-student-summary-card:last-child strong{color:#e11d48;font-size:36px}.teacher-teach-student-summary-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);font-size:11px;font-weight:700}.teacher-teach-student-summary-card strong{font-size:24px}.teacher-teach-student-filter-bar{flex-wrap:wrap;margin-top:16px}.teacher-teach-filter-chip{min-height:36px;color:var(--teacher-teach-text-main,#064e3b);background:#fffffff0;border:2px solid #d1fae5f2;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:800;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex}.teacher-teach-filter-chip.active{background:var(--teacher-teach-surface-bg,#fffffff2);color:var(--teacher-teach-brand-dark,#059669);border-color:#10b9814d;box-shadow:0 8px 18px -12px #10b9813d}.teacher-teach-filter-chip:disabled{opacity:.45;cursor:not-allowed}.teacher-teach-student-list{gap:10px;margin-top:14px;display:grid}.teacher-teach-student-row{background:#fffffff0;border:2px solid #d1fae5f2;border-radius:18px;padding:12px 14px;position:relative;overflow:hidden}.teacher-teach-student-row:before{content:"";background:#10b9814d;width:6px;position:absolute;top:0;bottom:0;left:0}.teacher-teach-student-row.is-offline:before{background:#fb718573}.teacher-teach-student-row__main,.teacher-teach-student-row__meta{min-width:0}.teacher-teach-student-row__main{flex-direction:column;gap:6px;display:flex}.teacher-teach-student-row__meta{flex-shrink:0;align-items:center}.teacher-teach-student-row__presence{font-size:12px;font-weight:700}.teacher-teach-student-row__presence.is-online{color:var(--teacher-teach-brand-dark,#059669)}.teacher-teach-student-row__presence.is-offline{color:#b45309}.teacher-teach-control-shell{gap:18px;padding:20px;overflow:hidden}.teacher-teach-demo-header__class,.teacher-teach-demo-header__meta{border-width:0;box-shadow:0 10px 24px -18px #10b98147,inset 0 1px #fffffff0}.teacher-teach-demo-header__class{border-radius:18px;gap:14px;padding:10px 18px}.teacher-teach-demo-header__brand{border-radius:14px;width:42px;height:42px;transform:rotate(3deg);box-shadow:0 12px 24px -18px #10b9816b,inset 0 1px #ffffff59}.teacher-teach-control-title,.teacher-teach-stage-command-bar__metric strong,.teacher-teach-alert-card__value,.teacher-teach-alert-card__copy strong,.teacher-teach-hero-card h3,.teacher-teach-list-card h3,.teacher-teach-aux-card h3,.teacher-teach-preview-panel__head h4,.teacher-teach-tool-tile__body strong,.teacher-teach-student-row__main strong{font-family:var(--teacher-font-display)}.teacher-teach-demo-header__copy .teacher-teach-control-title{margin-top:0;font-size:26px;line-height:1}.teacher-teach-demo-header__status{letter-spacing:.16em;margin-top:5px}.teacher-teach-demo-header__meta{border-radius:18px;gap:18px;min-height:50px;padding:0 18px}.teacher-teach-demo-header__menu{border-width:0;border-radius:18px;box-shadow:0 16px 24px -18px #10b98180,inset 0 1px #ffffff3d}.teacher-teach-hero-card,.teacher-teach-list-card,.teacher-teach-aux-card{border-radius:28px;padding:20px}.teacher-teach-console-column--center .teacher-teach-hero-card{background:#ffffff5c;border-color:#ffffff80;flex:1 1 0;height:100%}.teacher-teach-console-column--left .teacher-teach-aux-card{flex:none}.teacher-teach-console-column--right .teacher-teach-aux-card{flex:1 1 0}.teacher-teach-list-card__head h3,.teacher-teach-aux-card__head h3,.teacher-teach-hero-card h3{font-size:28px;line-height:1.05}.teacher-teach-tool-tile{text-align:center;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:108px;box-shadow:0 16px 28px -24px #10b9813d}.teacher-teach-tool-tile[data-tone=qr]{background:#d1fae5b8}.teacher-teach-tool-tile__icon{border-radius:999px;width:40px;height:40px;box-shadow:0 10px 18px -12px #10b9816b}.teacher-teach-tool-tile__body{align-items:center}.teacher-teach-tool-tile__body strong{font-size:15px;line-height:1}.teacher-teach-next-card{border-radius:20px}.teacher-teach-interaction-list{flex:auto;gap:12px;margin-top:14px;padding-left:24px}.teacher-teach-interaction-item{text-align:left;cursor:pointer;appearance:none;width:100%;padding:12px 14px;transition:transform .18s,box-shadow .18s,opacity .18s,border-color .18s}.teacher-teach-interaction-item:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px -24px #10b98152}.teacher-teach-interaction-item:disabled{cursor:wait}.teacher-teach-interaction-item:before{border-width:4px;border-color:#d1d5dbe0;width:16px;height:16px;top:19px;left:-24px}.teacher-teach-interaction-item.is-current{background:linear-gradient(#10b981 0%,#059669 100%);border-color:#0596693d}.teacher-teach-interaction-item__meta{gap:8px}.teacher-teach-interaction-item__action{letter-spacing:.08em;text-transform:uppercase;color:var(--teacher-teach-text-muted,#047857);font-size:11px;font-weight:800}.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__action{color:#ffffffd1}.teacher-teach-stage-command-bar__metric span{letter-spacing:.12em}.teacher-teach-stage-command-bar__metric strong{font-size:52px}.teacher-teach-preview-panel{background:0 0;border-width:0;gap:16px;margin-top:20px;padding:0}.teacher-teach-preview-panel__head{padding-inline:4px}.teacher-teach-preview-panel__head h4{margin-top:6px;font-size:19px}.teacher-teach-preview-panel__meta{justify-content:flex-end}.teacher-teach-stage-preview{aspect-ratio:16/9;border-width:4px;border-radius:26px;width:100%;min-height:clamp(360px,48vh,580px);display:flex}.teacher-teach-stage-preview__floating{z-index:3;pointer-events:auto;align-items:center;gap:8px;display:inline-flex;position:absolute}.teacher-teach-stage-preview__floating--sync{min-height:34px;color:var(--teacher-teach-brand-dark,#059669);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d1fae5b8;border-radius:12px;padding:0 14px;font-size:12px;font-weight:800;top:18px;left:18px}.teacher-teach-stage-preview__icon-button,.teacher-teach-stage-preview__nav-button{color:#64748b;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .18s,color .18s,transform .18s,opacity .18s;display:inline-flex}.teacher-teach-stage-preview__icon-button:hover:not(:disabled),.teacher-teach-stage-preview__nav-button:hover:not(:disabled){color:var(--teacher-teach-brand-dark,#059669);background:#f1f5f9eb;transform:translateY(-1px)}.teacher-teach-stage-preview__nav-button:disabled{opacity:.38}.teacher-teach-stage-preview__floating--nav{color:#fff;background:linear-gradient(#10b981 0%,#059669 100%);border:2px solid #00000014;border-radius:999px;gap:2px;padding:6px;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 32px -20px #10b98185}.teacher-teach-stage-preview__floating--nav .teacher-teach-stage-preview__nav-button{color:#fff}.teacher-teach-stage-preview__floating--nav .teacher-teach-stage-preview__nav-button:hover:not(:disabled){color:#fff;background:#00000024}.teacher-teach-stage-preview__nav-label{text-align:center;letter-spacing:.18em;min-width:72px;font-size:14px;font-weight:900;font-family:var(--teacher-font-display)}.teacher-teach-alert-card{border-radius:22px;margin-top:18px;box-shadow:0 14px 24px -22px #f43f5e6b}.teacher-teach-alert-card__copy span{align-items:center;gap:8px;display:inline-flex}.teacher-teach-alert-card__ping{background:#f43f5e;border-radius:999px;width:8px;height:8px;animation:1.8s ease-in-out infinite teacher-teach-ping;box-shadow:0 0 0 6px #f43f5e24}.teacher-teach-student-filter-bar{background:#0f172a0d;border-radius:14px;align-items:center;gap:6px;margin-top:18px;padding:6px}.teacher-teach-filter-chip{min-width:84px;box-shadow:none;color:var(--teacher-teach-text-muted,#047857);background:0 0;border-width:0;flex:1 1 0}.teacher-teach-filter-summary{width:100%;padding:2px 8px 0;font-size:12px}.teacher-teach-student-row{border-bottom-width:4px;border-radius:22px;align-items:center;gap:12px;padding:14px 14px 14px 18px;box-shadow:0 14px 24px -22px #0f172a3d}.teacher-teach-student-row__identity{flex:auto;align-items:center;gap:12px;min-width:0;display:flex}.teacher-teach-student-avatar{width:42px;height:42px;color:var(--teacher-teach-brand-dark,#059669);font-size:16px;font-weight:900;font-family:var(--teacher-font-display);background:#f0fdfaf5;border:2px solid #2dd4bf6b;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.teacher-teach-student-avatar.is-pending{color:#b45309;background:#fffbebfa;border-color:#fbbf248f}.teacher-teach-student-avatar.is-attention{color:#e11d48;background:#fff1f2fa;border-color:#fb71857a}.teacher-teach-student-row__meta{gap:8px}@keyframes teacher-teach-ping{0%,to{opacity:1;transform:scale(1)}50%{opacity:.82;transform:scale(1.18)}}.teacher-teach-control-shell,.teacher-teach-console-grid,.teacher-teach-console-column,.teacher-teach-list-card,.teacher-teach-console-column--center .teacher-teach-hero-card,.teacher-teach-console-column--right .teacher-teach-aux-card{min-height:0}.teacher-teach-console-grid{align-items:stretch}.teacher-teach-control-actions{opacity:0;pointer-events:none;justify-content:flex-end;align-items:center;gap:10px;min-height:0;margin-top:12px;transition:opacity .18s,transform .18s;display:flex;transform:translateY(-6px)}.teacher-teach-control-actions.is-open{opacity:1;pointer-events:auto;transform:none}.teacher-teach-control-actions__label{color:var(--teacher-teach-text-muted,#047857);font-size:12px;font-weight:800}.teacher-teach-control-actions__buttons{align-items:center;gap:8px;display:inline-flex}.teacher-teach-control-actions__button{min-width:88px;height:36px;color:var(--teacher-teach-text-main,#064e3b);background:#fffffff0;border:2px solid #d1fae5f2;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.teacher-teach-control-actions__button.is-danger{color:#be123c;background:#fff1f2f0;border-color:#fb718533}html[data-theme=dark] .teacher-teach-control-stage{background:radial-gradient(circle at 0 0,#3b82f629,#0000 28%),radial-gradient(circle at 100% 0,#10b98124,#0000 26%),linear-gradient(#0f172afa,#020617fa)}html[data-theme=dark] .teacher-teach-status-pill,html[data-theme=dark] .teacher-teach-stat-card,html[data-theme=dark] .teacher-teach-hero-card,html[data-theme=dark] .teacher-teach-list-card,html[data-theme=dark] .teacher-teach-aux-card,html[data-theme=dark] .teacher-teach-inline-note,html[data-theme=dark] .teacher-teach-mini-stat,html[data-theme=dark] .teacher-teach-next-card,html[data-theme=dark] .teacher-teach-empty-target,html[data-theme=dark] .teacher-teach-interaction-item,html[data-theme=dark] .teacher-teach-aux-action,html[data-theme=dark] .teacher-teach-tool-tile,html[data-theme=dark] .teacher-teach-preview-panel,html[data-theme=dark] .teacher-teach-student-summary-card,html[data-theme=dark] .teacher-teach-student-row{background:#0f172adb;border-color:#94a3b829;box-shadow:0 26px 52px -40px #00000080}html[data-theme=dark] .teacher-teach-list-more{color:#e2e8f0b8}html[data-theme=dark] .teacher-teach-control-title,html[data-theme=dark] .teacher-teach-stat-card .value,html[data-theme=dark] .teacher-teach-mini-stat strong,html[data-theme=dark] .teacher-teach-hero-card h3,html[data-theme=dark] .teacher-teach-list-card h3,html[data-theme=dark] .teacher-teach-aux-card h3,html[data-theme=dark] .teacher-teach-interaction-item__copy strong,html[data-theme=dark] .teacher-teach-aux-action strong,html[data-theme=dark] .teacher-teach-tool-tile__body strong,html[data-theme=dark] .teacher-teach-preview-panel__head h4,html[data-theme=dark] .teacher-teach-student-summary-card strong,html[data-theme=dark] .teacher-teach-student-row__main strong{color:#f8fafc}html[data-theme=dark] .teacher-teach-primary-button.is-secondary,html[data-theme=dark] .teacher-teach-primary-button.is-ghost,html[data-theme=dark] .teacher-teach-filter-chip{color:#e2e8f0;background:#0f172aeb}html[data-theme=dark] .teacher-teach-stage-preview{background:#020617e6;border-color:#94a3b829}html[data-theme=dark] .teacher-teach-exercise-stage-shell,html[data-theme=dark] .teacher-teach-exercise-stage{background:#020617fa}html[data-theme=dark] .teacher-teach-exercise-stage__question,html[data-theme=dark] .teacher-teach-exercise-option__body strong{color:#f8fafc}html[data-theme=dark] .teacher-teach-exercise-option{background:#0f172ae0;border-color:#475569c7}html[data-theme=dark] .teacher-teach-exercise-option.is-correct{background:linear-gradient(#0f766e52,#0f172af5);border-color:#2dd4bf8c}html[data-theme=dark] .teacher-teach-exercise-option__body span{color:#e2e8f0c2}@media (max-width:1200px){.teacher-teach-console-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:960px){.teacher-teach-control-shell{padding:16px}.teacher-teach-exercise-stage__options{grid-template-columns:minmax(0,1fr)}.teacher-teach-tool-grid,.teacher-teach-student-summary-grid{grid-template-columns:1fr}}@media (max-width:720px){.teacher-teach-demo-header,.teacher-teach-control-topbar,.teacher-teach-hero-card__head,.teacher-teach-list-card__head,.teacher-teach-aux-card__head,.teacher-teach-interaction-item,.teacher-teach-preview-panel__head,.teacher-teach-student-row,.teacher-teach-stage-command-bar{flex-direction:column;align-items:flex-start}.teacher-teach-demo-header__right,.teacher-teach-control-topbar__stats{justify-content:flex-start;width:100%}.teacher-teach-demo-header__selector{width:100%}.teacher-teach-demo-header__selector select{flex:auto;max-width:none}.teacher-teach-exercise-stage-shell{padding:20px 16px 84px}.teacher-teach-exercise-stage__content{gap:20px;padding:28px 16px}.teacher-teach-exercise-option{min-height:104px;padding:18px}.teacher-teach-demo-header__meta{justify-content:space-between;width:100%}.teacher-teach-stage-command-bar__metrics,.teacher-teach-stage-command-bar__actions,.teacher-teach-hero-card__actions,.teacher-teach-primary-button,.teacher-teach-row-button,.teacher-teach-filter-chip{width:100%}.teacher-teach-interaction-item__meta{align-items:stretch;width:100%}.teacher-teach-student-row__meta{justify-content:space-between;width:100%}}.teacher-seewo-bottom{background:0 0;width:100%;padding:0 16px 16px}.teacher-seewo-bottom--panel-only{height:0;padding-top:0;padding-bottom:0}.teacher-teach-modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(8px);background:#064e3b29;justify-content:center;align-items:center;padding:28px;display:flex;position:absolute;inset:0}.teacher-teach-modal-backdrop[data-panel=students]{justify-content:center;align-items:center;position:fixed;inset:0}.teacher-teach-modal-shell{background:linear-gradient(#fffffffa,#f8fffcf2);border:2px solid #ffffffc7;border-radius:30px;flex-direction:column;max-height:none;display:flex;overflow:hidden;box-shadow:0 40px 80px -36px #064e3b4d,inset 0 1px #fffffffa}.teacher-teach-modal-shell[data-size=sheet],.teacher-teach-modal-shell[data-size=standard]{width:min(1040px,100vw - 56px);height:min(720px,100vh - 72px)}.teacher-teach-modal-shell[data-size=wide]{width:min(1280px,100vw - 32px);height:min(860px,100vh - 32px)}.teacher-teach-modal-shell[data-size=dashboard]{width:min(1360px,100vw - 40px);height:min(860px,100vh - 36px)}.teacher-teach-modal-header{background:linear-gradient(#ffffffd1,#ffffff9e);border-bottom:1px solid #d1fae5e0;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.teacher-teach-modal-header[data-panel=students]{padding:14px 18px 12px}.teacher-teach-modal-header__copy{flex-direction:column;gap:6px;min-width:0;display:flex}.teacher-teach-modal-header__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--teacher-teach-brand,#10b981);font-size:11px;font-weight:800}.teacher-teach-modal-header__title{color:var(--teacher-teach-text-main,#064e3b);font-size:28px;font-weight:900;line-height:1;font-family:var(--teacher-font-display)}.teacher-teach-modal-header__subtitle{color:var(--teacher-teach-text-muted,#047857);font-size:13px;line-height:1.6}.teacher-teach-modal-close{width:46px;height:46px;color:var(--teacher-teach-text-main,#064e3b);background:#ffffffe6;border:2px solid #d1fae5f2;border-radius:18px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 14px 24px -20px #064e3b2e}.teacher-teach-modal-close:hover{background:#ecfdf5fa;transform:translateY(-1px);box-shadow:0 16px 26px -20px #10b9813d}.teacher-teach-modal-body{flex:auto;min-height:0;padding:16px 18px 18px;overflow:hidden}.teacher-teach-modal-body[data-panel=students]{flex:auto;justify-content:center;align-items:stretch;min-height:0;padding:12px 14px 14px;display:flex;overflow:hidden}.teacher-teach-modal-body[data-panel=students]>.teacher-realtime-progress-board{flex:0 1120px;align-self:stretch;width:min(100%,1120px);max-width:1120px;min-height:0;margin:0 auto}.teacher-teach-modal-body[data-scrollable=true]{overscroll-behavior:contain;overflow-y:auto}.teacher-teach-modal-body--hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.teacher-teach-modal-body--hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.teacher-teach-modal-panel{height:100%;min-height:100%}.teacher-teach-modal-panel[data-panel=students]{flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.teacher-teach-modal-panel[data-panel=students] .teacher-seewo-panel-content--students{flex:auto;height:auto;min-height:0;padding-bottom:0;overflow:hidden}.teacher-teach-modal-panel[data-scrollable=true]{height:auto;min-height:auto}.teacher-teach-scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.teacher-teach-scrollbar-hidden::-webkit-scrollbar{width:0;height:0;display:none}.teacher-teach-summary-followup-card{overflow:hidden}.teacher-teach-modal-panel--pages{padding:0}.teacher-teach-modal-panel__summary{align-items:center;gap:8px;display:inline-flex}.teacher-seewo-bottom-anchor{justify-content:stretch;align-items:flex-end;width:100%;display:flex;position:relative}.teacher-seewo-bottom-cluster{align-items:center;gap:10px;min-width:0;display:flex;position:relative}.teacher-seewo-bottom-cluster--system{justify-self:start}.teacher-seewo-bottom-cluster--tools{justify-self:center}.teacher-seewo-bottom-cluster--nav{justify-content:flex-end;justify-self:end}.teacher-seewo-bottom-flyout{z-index:2;white-space:nowrap;position:absolute;bottom:calc(100% + 10px);left:0}.teacher-seewo-bottom-flyout--center{left:50%;transform:translate(-50%)}.teacher-seewo-radial-menu{pointer-events:none;z-index:2;position:absolute;bottom:calc(100% + 14px);left:50%;overflow:visible;transform:translate(-50%)}.teacher-seewo-radial-menu--system{width:min(244px,100vw - 24px);height:92px;left:0;transform:none}.teacher-seewo-radial-menu--tools{width:min(300px,100vw - 40px);height:104px}.teacher-seewo-radial-menu__item{transform:translate3d(var(--fan-item-x,0px),var(--fan-item-y,0px),0)translateX(-50%);transform-origin:50%;will-change:transform;pointer-events:auto;position:absolute;bottom:0;left:50%;box-shadow:0 16px 34px -22px #0f172a57,inset 0 1px #fffffff5}.teacher-seewo-radial-menu .teacher-seewo-radial-menu__item:hover{transform:translate3d(var(--fan-item-x,0px),calc(var(--fan-item-y,0px) - 2px),0)translateX(-50%)scale(1.02)}.teacher-seewo-bottom-trigger{min-width:146px}.teacher-seewo-bottom-trigger--page{min-width:124px}.teacher-seewo-menu-stack{align-items:center;gap:10px;min-width:0;display:inline-flex}.teacher-seewo-menu-rail{-webkit-backdrop-filter:blur(20px);pointer-events:auto;transform-origin:100%;scrollbar-width:none;isolation:isolate;background:linear-gradient(#fffffff7,#f8faffeb);border:1px solid #d0d8e6b8;border-radius:999px;align-items:center;gap:10px;max-width:min(100vw - 240px,960px);padding:10px 12px;animation:.22s ease-out teacher-seewo-snake-in;display:inline-flex;position:relative;overflow-x:auto;box-shadow:0 22px 46px -34px #94a3b89e,0 12px 26px -22px #0f172a38,inset 0 1px #fffffff5,inset 0 -1px #d6dfedad}.teacher-seewo-menu-rail::-webkit-scrollbar{display:none}.teacher-seewo-menu-rail:before,.teacher-seewo-bottom-bar:before{content:"";border-radius:inherit;z-index:-1;pointer-events:none;background:linear-gradient(#fffffff5,#f8fbffb8);position:absolute;inset:1px;box-shadow:inset 0 1px #fffffff0}.teacher-seewo-menu-rail:after,.teacher-seewo-bottom-bar:after{content:"";border-radius:inherit;filter:blur(16px);opacity:.48;z-index:-2;pointer-events:none;background:radial-gradient(circle,#94a3b82e,#0000 72%);position:absolute;inset:-8px -10px -12px}.teacher-seewo-bottom-bar:before,.teacher-seewo-bottom-bar:after{display:none}.teacher-seewo-menu-chip{color:#223048;letter-spacing:.01em;white-space:nowrap;pointer-events:auto;background:linear-gradient(#fffffffa,#f5f8fce6);border:1px solid #d3dce8e0;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 18px 0 12px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,color .2s;display:inline-flex;box-shadow:0 14px 24px -22px #0f172a3d,inset 0 1px #fffffffa}.teacher-seewo-menu-chip:hover{border-color:#9bbffcd1;transform:translateY(-1px)scale(1.01);box-shadow:0 18px 30px -24px #3b82f62e,inset 0 1px #fffffffa}.teacher-seewo-menu-chip.active{color:#fff;background:linear-gradient(#4f8cff 0%,#2563eb 100%);border-color:#3b82f661;box-shadow:0 18px 28px -18px #2563eb75,inset 0 1px #ffffff3d}.teacher-seewo-menu-chip.utility{background:linear-gradient(#fcfdfff5,#f2f5f9e0)}.teacher-seewo-menu-chip__icon{color:currentColor;background:#f1f5fbf5;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;box-shadow:inset 0 1px #fffffff5,0 2px 6px #94a3b814}.teacher-seewo-menu-chip.active .teacher-seewo-menu-chip__icon{background:#ffffff2e;box-shadow:inset 0 1px #ffffff3d}.teacher-seewo-menu-chip__label{transform:translateY(-.5px)}.teacher-seewo-menu-chip.utility.danger{color:#c2214b;background:linear-gradient(#fff4f6f5,#ffeff2e0);border-color:#fb718533}.teacher-seewo-bottom-bar{width:calc(100vw - 32px);max-width:none;box-shadow:none;-webkit-backdrop-filter:none;pointer-events:none;isolation:isolate;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:12px 16px;margin-inline:auto;padding:0;transition:opacity .22s,transform .22s;display:grid;position:relative}.teacher-seewo-bottom[data-dimmed=true] .teacher-seewo-bottom-bar{opacity:.52;transform:translateY(3px)scale(.992)}.teacher-seewo-bottom[data-pinned=true] .teacher-seewo-bottom-bar{opacity:1;transform:none}.teacher-seewo-bottom[data-dimmed=false] .teacher-seewo-bottom-bar,.teacher-seewo-bottom[data-dimmed=true] .teacher-seewo-menu-rail,.teacher-seewo-bottom[data-dimmed=true] .teacher-seewo-radial-menu{opacity:.96}.teacher-seewo-control{border:1px solid var(--seewo-border-strong);background:var(--seewo-surface-strong);color:#0f172a;border-radius:999px;height:32px;padding:0 14px;font-size:12px;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 16px -14px #0f172a59}.teacher-seewo-control.primary{color:#fff;background:linear-gradient(#2f6fed 0%,#1e53dd 100%);border-color:#0000;box-shadow:0 14px 28px -20px #2f6fed99}.teacher-seewo-page-nav{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.teacher-seewo-page-tool-toggle{color:#223048;pointer-events:auto;background:linear-gradient(#fffffffa,#f5f8fceb);border:1px solid #d2dbe8d6;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-width:0;max-width:188px;min-height:52px;padding:0 18px 0 14px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,color .2s;display:inline-flex;box-shadow:0 16px 28px -24px #0f172a38,inset 0 1px #fffffffa}.teacher-seewo-page-tool-toggle:hover:not(:disabled){border-color:#93c5fdb8;transform:translateY(-1px)scale(1.01);box-shadow:0 16px 28px -22px #3b82f633,inset 0 1px #fffffffa}.teacher-seewo-page-tool-toggle:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.teacher-seewo-page-tool-toggle.active{color:#fff;background:linear-gradient(#5d95ff 0%,#2563eb 58%,#1d4ed8 100%);border-color:#2563eb66;box-shadow:0 18px 30px -18px #2563eb80,inset 0 1px #ffffff3d}.teacher-seewo-page-tool-toggle__icon{background:#f0f4fbf5;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;box-shadow:inset 0 1px #fffffffa,0 3px 8px #94a3b81a}.teacher-seewo-page-tool-toggle.active .teacher-seewo-page-tool-toggle__icon{background:#ffffff2e;box-shadow:inset 0 1px #ffffff3d}.teacher-seewo-page-tool-toggle__body{text-align:left;align-items:center;min-width:0;display:inline-flex}.teacher-seewo-page-tool-toggle__label{letter-spacing:.02em;white-space:nowrap;font-size:13px;font-weight:800}.teacher-seewo-page-tool-toggle__meta{display:none}.teacher-seewo-page-tool-toggle.active .teacher-seewo-page-tool-toggle__meta{color:#ffffffc7}.teacher-seewo-page-strip{pointer-events:auto;background:linear-gradient(#ffffffe6,#f6f8fcd6);border:1px solid #d7dfe9d1;border-radius:20px;padding:5px;box-shadow:inset 0 1px #fffffff0}.teacher-seewo-pin-toggle{color:#243047;background:linear-gradient(#fffffff2,#f5f8fce6);border:1px solid #d6dde8e0;border-radius:999px;align-items:center;gap:8px;height:44px;padding:0 14px 0 11px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s,color .2s;display:inline-flex;box-shadow:0 14px 24px -22px #0f172a47,inset 0 1px #fffffffa}.teacher-seewo-pin-toggle:hover{border-color:#93c5fdc2;transform:translateY(-1px)scale(1.01);box-shadow:0 16px 28px -22px #3b82f633,inset 0 1px #fffffffa}.teacher-seewo-pin-toggle.active{color:#fff;background:linear-gradient(#4f8cff 0%,#2563eb 100%);border-color:#2563eb61;box-shadow:0 18px 30px -18px #2563eb75,inset 0 1px #ffffff3d}.teacher-seewo-pin-toggle__icon{background:#f1f5fceb;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;box-shadow:inset 0 1px #fffffffa,0 2px 5px #94a3b824}.teacher-seewo-pin-toggle.active .teacher-seewo-pin-toggle__icon{background:#ffffff2e;box-shadow:inset 0 1px #ffffff3d}.teacher-seewo-pin-toggle__label{letter-spacing:.01em;font-size:12px;font-weight:800}.teacher-seewo-menu-toggle{color:#243047;letter-spacing:.01em;background:linear-gradient(#ffffffe6,#f6f8fcdb);border:1px solid #d2dae6d1;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-width:92px;height:46px;padding:0 14px;font-size:12px;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex;box-shadow:0 12px 24px -20px #0f172a42,inset 0 1px #fffffff5}.teacher-seewo-menu-toggle:hover{border-color:#93c5fdb8;transform:translateY(-1px)scale(1.01);box-shadow:0 16px 28px -22px #3b82f62e,inset 0 1px #fffffffa}.teacher-seewo-menu-toggle.active{color:#fff;background:linear-gradient(#5d95ff 0%,#2563eb 58%,#1d4ed8 100%);border-color:#2563eb66;box-shadow:0 18px 30px -18px #2563eb80,inset 0 1px #ffffff3d}.teacher-seewo-menu-toggle__icon{background:#f1f5fceb;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;box-shadow:inset 0 1px #fffffffa,0 2px 5px #94a3b824}.teacher-seewo-menu-toggle.active .teacher-seewo-menu-toggle__icon{background:#ffffff2e;box-shadow:inset 0 1px #ffffff3d}.teacher-seewo-menu-toggle__label{transform:translateY(-.5px)}.teacher-seewo-page-nav__button{color:#253247;background:linear-gradient(#fffffff0,#f5f8fce0);border:1px solid #d6dde8db;border-radius:15px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 12px 20px -20px #0f172a47,inset 0 1px #fffffffa}.teacher-seewo-page-nav__button:hover:not(:disabled){border-color:#93c5fdb8;transform:translateY(-1px)scale(1.01);box-shadow:0 16px 24px -20px #3b82f62e,inset 0 1px #fffffffa}.teacher-seewo-page-nav__button:disabled{opacity:.34;cursor:not-allowed;box-shadow:none}.teacher-seewo-page-nav__meta{text-align:center;background:linear-gradient(#ffffffeb,#f4f7fcd6);border:1px solid #d6dde8d6;border-radius:16px;justify-content:center;align-items:center;min-width:0;min-height:44px;padding:0 16px;display:inline-flex;box-shadow:inset 0 1px #fffffffa,0 10px 18px -20px #0f172a3d}.teacher-seewo-page-nav__counter{letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:#20283a;font-size:16px;font-weight:800;line-height:1.1}.teacher-seewo-tool{border:1px solid var(--seewo-border-strong);background:var(--seewo-surface-strong);height:30px;color:var(--color-text);border-radius:999px;padding:0 12px;font-size:12px;font-weight:600;transition:transform .2s,box-shadow .2s,color .2s}.teacher-seewo-tool:hover{transform:translateY(-1px);box-shadow:0 10px 20px -16px #0f172a66}.teacher-seewo-tool.active{color:#1d4ed8;background:#2f6fed1f;border-color:#2f6fed73;box-shadow:0 12px 24px -18px #2f6fed73}html[data-theme=dark] .teacher-seewo-bottom-bar{box-shadow:none;background:0 0}html[data-theme=dark] .teacher-seewo-menu-rail{background:linear-gradient(#181c28f2,#0e121ceb);border-color:#444e60a8;box-shadow:0 24px 48px -34px #000000b3,inset 0 1px #ffffff0d,inset 0 -1px #1e293b7a}html[data-theme=dark] .teacher-seewo-panel-shell{background:linear-gradient(#141824f5,#0a0e18eb);border-color:#94a3b829;box-shadow:0 28px 58px -36px #000000b8,inset 0 1px #ffffff0a}html[data-theme=dark] .teacher-seewo-menu-chip,html[data-theme=dark] .teacher-seewo-menu-toggle,html[data-theme=dark] .teacher-seewo-page-tool-toggle,html[data-theme=dark] .teacher-seewo-page-strip,html[data-theme=dark] .teacher-seewo-page-nav__button,html[data-theme=dark] .teacher-seewo-page-nav__meta{color:#e2e8f0eb;background:linear-gradient(#1c212feb,#0f121cdb);border-color:#94a3b829}html[data-theme=dark] .teacher-seewo-menu-chip.utility{background:linear-gradient(#181c28e0,#0f121cd1)}html[data-theme=dark] .teacher-seewo-menu-chip.utility.danger{color:#fecdd3;background:linear-gradient(#5210269e,#3e0a1d8f);border-color:#fb718538}html[data-theme=dark] .teacher-seewo-menu-chip__icon,html[data-theme=dark] .teacher-seewo-menu-toggle__icon,html[data-theme=dark] .teacher-seewo-page-tool-toggle__icon{background:#ffffff14;box-shadow:inset 0 1px #ffffff1f}@media (max-width:1180px){.teacher-seewo-stage-main{gap:12px;padding-inline:12px}.teacher-seewo-side-panel{flex-basis:320px;width:320px;min-width:280px}.teacher-seewo-menu-rail{max-width:min(100vw - 200px,720px)}.teacher-seewo-bottom-bar{max-width:min(100vw - 24px,100%)}.teacher-seewo-panel-shell{width:auto;left:8px;right:8px}.teacher-seewo-panel-shell[data-mode=stage]{max-height:min(74vh,760px)}}@media (max-width:720px){.teacher-seewo-stage-main{padding:10px 10px 0}.teacher-seewo-side-panel{z-index:9;width:min(320px,100vw - 20px);min-width:0;max-width:none;position:absolute;top:10px;bottom:0;right:10px}.teacher-seewo-bottom{padding:10px 10px 12px}.teacher-seewo-bottom-bar{border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(100vw - 20px,100%);max-width:none;padding:12px}.teacher-seewo-bottom-cluster--system,.teacher-seewo-bottom-cluster--tools{justify-self:stretch}.teacher-seewo-bottom-cluster--nav{flex-wrap:wrap;grid-column:1/-1;justify-self:stretch}.teacher-seewo-bottom-trigger{width:100%;min-width:0}.teacher-seewo-bottom-trigger--page{width:auto;min-width:132px}.teacher-seewo-bottom-flyout{max-width:min(100vw - 20px,100%);left:0}.teacher-seewo-bottom-flyout--center{left:0;transform:none}.teacher-seewo-radial-menu{transform-origin:bottom;transform:translate(-50%)scale(.94)}.teacher-seewo-radial-menu--system{transform-origin:0 100%;width:min(220px,100vw - 20px);left:0;transform:scale(.94)}.teacher-seewo-radial-menu--tools{width:min(270px,100vw - 20px)}.teacher-seewo-menu-stack{max-width:100%}.teacher-seewo-menu-rail{max-width:min(100vw - 146px,100%);padding:8px}.teacher-seewo-menu-chip{height:40px;padding:0 12px}.teacher-seewo-page-nav__meta{min-width:110px}.teacher-seewo-page-tool-toggle{max-width:154px;min-height:42px;padding-inline:10px 11px}.teacher-seewo-page-tool-toggle__meta{display:none}.teacher-seewo-page-picker-head{align-items:center}.teacher-seewo-panel-subtitle{font-size:10px}.teacher-seewo-picker-nav__button{border-radius:11px;width:34px;height:34px}.teacher-seewo-pages{gap:12px;padding-bottom:6px}.teacher-seewo-page{flex-basis:min(240px,100vw - 76px);min-height:122px;padding:13px 13px 14px}.teacher-seewo-page-title{margin-top:12px;padding-right:64px;font-size:13px}.teacher-seewo-page-nav{justify-content:flex-end}.teacher-seewo-page-strip{flex:none;justify-content:space-between}.teacher-seewo-menu-toggle{order:2;min-width:82px;height:42px;padding-inline:12px}.teacher-seewo-panel-shell{border-radius:18px;width:auto;max-height:min(48vh,420px);bottom:calc(100% + 10px);left:0;right:0}.teacher-seewo-panel-shell[data-mode=stage]{border-radius:20px;max-height:min(72vh,700px)}.teacher-seewo-page-tool-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes teacher-seewo-panel-float-up{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes teacher-seewo-snake-in{0%{opacity:0;transform:translate(20px)scaleX(.88)}to{opacity:1;transform:translate(0)scaleX(1)}}.teacher-seewo-panel-shell{z-index:14;border:1px solid var(--seewo-border);-webkit-backdrop-filter:blur(18px);transform-origin:bottom;pointer-events:auto;background:linear-gradient(#fffffff5,#f4f8ffeb);border-radius:24px;width:min(100vw - 32px,960px);max-height:min(42vh,420px);animation:.22s ease-out teacher-seewo-panel-float-up;position:absolute;bottom:calc(100% + 12px);left:auto;right:16px;overflow-y:auto;box-shadow:0 28px 58px -36px #0f172a94,inset 0 1px #ffffffc7}.teacher-seewo-panel-shell[data-mode=stage]{border-radius:32px;width:auto;max-height:min(78vh,820px);left:16px;right:16px;overflow:hidden}.teacher-seewo-panel-shell[data-mode=stage] .teacher-seewo-panel-content{padding:0}.teacher-seewo-panel-content{padding:16px}.teacher-seewo-page-tool-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.teacher-seewo-page-tool-head .teacher-seewo-page-badge{flex:none;position:static}.teacher-seewo-panel-title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text);font-size:13px;font-weight:700}.teacher-seewo-page-picker-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.teacher-seewo-panel-subtitle{color:var(--color-text-secondary);margin-top:4px;font-size:11px}.teacher-seewo-picker-nav{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.teacher-seewo-picker-nav__button{color:#253247;background:linear-gradient(#fffffff0,#f5f8fce0);border:1px solid #d6dde8db;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 10px 16px -18px #0f172a52,inset 0 1px #fffffffa}.teacher-seewo-picker-nav__button:hover:not(:disabled){border-color:#93c5fdb8;transform:translateY(-1px);box-shadow:0 14px 22px -18px #3b82f62e,inset 0 1px #fffffffa}.teacher-seewo-picker-nav__button:disabled{opacity:.32;cursor:not-allowed;box-shadow:none}.teacher-seewo-pages{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#94a3b86b transparent;gap:14px;padding:6px 2px 10px;display:flex;overflow-x:auto}.teacher-seewo-page{border:1px solid var(--seewo-border);background:var(--seewo-surface-strong);text-align:left;scroll-snap-align:start;border-radius:18px;flex:0 0 clamp(220px,24vw,268px);min-height:132px;padding:14px 14px 16px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;position:relative;box-shadow:0 16px 30px -24px #0f172a52}.teacher-seewo-page:hover{transform:translateY(-2px);box-shadow:0 16px 30px -20px #0f172a66}.teacher-seewo-page.active{background:#2f6fed14;border-color:#2f6fed8c;box-shadow:0 20px 34px -22px #2563eb47,inset 0 0 0 1px #ffffff73}.teacher-seewo-page-index{letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8;background:#2f6fed1a;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.teacher-seewo-page-title{color:#172033;margin-top:14px;padding-right:72px;font-size:14px;font-weight:700;line-height:1.4}.teacher-seewo-page-meta{color:var(--color-text-secondary);margin-top:8px;font-size:11px;line-height:1.55}.teacher-seewo-page-badge{color:#0f172ab3;background:#0f172a14;border-radius:999px;padding:4px 8px;font-size:10px;position:absolute;top:14px;right:14px}.teacher-seewo-empty{color:var(--color-text-secondary);text-align:center;padding:16px;font-size:12px}.teacher-seewo-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;display:grid}html[data-theme=dark] .teacher-seewo-panel-subtitle{color:#94a3b8c7}html[data-theme=dark] .teacher-seewo-picker-nav__button{color:#e2e8f0eb;background:linear-gradient(#1c212feb,#0f121cdb);border-color:#94a3b829}html[data-theme=dark] .teacher-seewo-page{background:linear-gradient(#1c212ff0,#111622e6);box-shadow:0 16px 32px -24px #00000080}html[data-theme=dark] .teacher-seewo-page.active{background:linear-gradient(#1f57d647,#1439923d);box-shadow:0 22px 36px -24px #2563eb6b,inset 0 0 0 1px #93c5fd29}html[data-theme=dark] .teacher-seewo-page-index{color:#bfdbfe;background:#3b82f62e}html[data-theme=dark] .teacher-seewo-page-title{color:#f8fafc}html[data-theme=dark] .teacher-seewo-page-badge{color:#e2e8f0db;background:#ffffff14}html[data-theme=dark] .teacher-seewo-page-tool-card{background:linear-gradient(#1c212feb,#0f121cdb);border-color:#94a3b829;box-shadow:0 16px 32px -24px #0000006b}html[data-theme=dark] .teacher-seewo-page-tool-card__icon{color:#bfdbfe;background:#3b82f62e}html[data-theme=dark] .teacher-seewo-page-tool-card__title{color:#f8fafc}html[data-theme=dark] .teacher-seewo-tags span{color:#dbeafeeb;background:#3b82f624}.teacher-seewo-stat .label{color:var(--color-text-secondary);font-size:11px}.teacher-seewo-stat .value{font-size:15px;font-weight:700}.teacher-seewo-subsection{border-top:1px solid var(--seewo-border);margin-top:14px;padding-top:12px}.teacher-seewo-subsection--flat{border-top:0;margin-top:0;padding-top:0}.teacher-seewo-subsection .title{margin-bottom:8px;font-size:12px;font-weight:700}.teacher-seewo-subsection .row{flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.teacher-seewo-subsection .row .ok{color:#16a34a}.teacher-seewo-subsection .row .err{color:#e11d48}.teacher-seewo-subsection .actions{gap:8px;margin-top:8px;display:flex}.teacher-seewo-page-tool-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:10px;display:grid}.teacher-seewo-page-tool-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.teacher-seewo-page-tool-card{text-align:center;background:linear-gradient(#fffffff0,#f5f8fce0);border:1px solid #d6dde8e0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:50px;padding:8px 6px;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:flex;box-shadow:0 10px 18px -20px #0f172a2e,inset 0 1px #fffffffa}.teacher-seewo-page-tool-card:hover:not(:disabled){border-color:#3b82f657;transform:translateY(-2px);box-shadow:0 20px 34px -24px #3b82f638,inset 0 1px #fffffffa}.teacher-seewo-page-tool-card:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.teacher-seewo-page-tool-card__icon{color:#1d4ed8;background:#2563eb1a;border-radius:8px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.teacher-seewo-page-tool-card__text{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex}.teacher-seewo-page-tool-card__title{color:#172033;font-size:10px;font-weight:800;line-height:1.2}.teacher-seewo-tags{color:var(--color-text-secondary);flex-wrap:wrap;gap:6px;font-size:11px;display:flex}.teacher-seewo-tags span{color:#32506f;background:#2563eb14;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;display:inline-flex}.teacher-seewo-list{flex:auto;align-content:start;gap:6px;min-height:0;margin-top:8px;padding-right:2px;display:grid;overflow-y:auto}.teacher-seewo-list .row{border-bottom:1px dashed var(--seewo-border);grid-template-columns:1fr auto;gap:8px;padding:8px 0;display:grid}.teacher-seewo-list .row .detail{color:var(--color-text-secondary);grid-column:1/-1;font-size:10px}.teacher-seewo-toolbar{color:var(--color-text-secondary);gap:12px;margin-bottom:8px;font-size:12px;display:flex}.teacher-seewo-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.teacher-seewo-filter-chip{color:#32506f;background:#ffffffe0;border:1px solid #d0d8e6db;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:11px;font-weight:700;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.teacher-seewo-filter-chip:hover:not(:disabled){border-color:#60a5fac7;transform:translateY(-1px)}.teacher-seewo-filter-chip.active{color:#1d4ed8;background:#2563eb1a;border-color:#2563eb33}.teacher-seewo-filter-chip:disabled{opacity:.42;cursor:not-allowed}.teacher-seewo-filter-summary{color:var(--color-text-secondary);margin-left:auto;font-size:11px}.teacher-seewo-overlay-toggle,.teacher-seewo-overlay-action{color:#32506f;background:#ffffffe6;border:1px solid #d0d8e6db;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:11px;font-weight:800;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.teacher-seewo-overlay-toggle:hover,.teacher-seewo-overlay-action:hover:not(:disabled){border-color:#60a5fac7;transform:translateY(-1px)}.teacher-seewo-overlay-action.primary{color:#fff;background:linear-gradient(#4f8cff 0%,#2563eb 100%);border-color:#2563eb52}.teacher-seewo-overlay-action:disabled{opacity:.45;cursor:not-allowed}.teacher-seewo-timer-chip{color:#334155;background:#f1f5f9eb;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.teacher-seewo-timer-chip strong{letter-spacing:.04em;font-size:15px}.teacher-seewo-timer-chip.active{color:#1d4ed8;background:#dbeafef2}.teacher-seewo-timer-chip.danger{color:#b91c1c;background:#fee2e2f2}.teacher-seewo-teachkit--compact{padding-bottom:14px}.teacher-seewo-compact-copy{color:var(--color-text-secondary);flex-wrap:wrap;gap:4px;font-size:12px;font-weight:700;display:flex}.teacher-seewo-evals{gap:8px;display:grid}.teacher-seewo-evals .row{border:1px solid var(--seewo-border);background:var(--seewo-surface-muted);border-radius:12px;gap:6px;padding:10px;display:grid}.teacher-seewo-mini{border:1px solid var(--seewo-border-strong);background:var(--seewo-surface-strong);border-radius:999px;height:26px;padding:0 8px;font-size:11px}.teacher-seewo-mini.ok{color:#15803d;border-color:#16a34a59}.teacher-seewo-mini.danger{color:#be123c;border-color:#e11d4859}.teacher-seewo-hero{border:1px dashed var(--seewo-border-strong);text-align:center;background:var(--seewo-surface-muted);border-radius:14px;padding:16px}.teacher-seewo-hero .value{font-size:18px;font-weight:700}.teacher-seewo-actions{gap:8px;margin-top:12px;display:flex}.teacher-seewo-qr{justify-content:center;padding:14px;display:flex}.teacher-seewo-qr .qr{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:220px;height:220px;display:flex;box-shadow:0 18px 36px -24px #0f172a59}.teacher-seewo-game{background:#0f1118;width:100%;height:100%}.teacher-seewo-image{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.teacher-seewo-image img{object-fit:contain;max-width:100%;max-height:100%}.teacher-seewo-exercise{background:radial-gradient(circle at top,#2f6fed1f,#0000 55%),linear-gradient(#eef5ffe6,#fffffffa);flex-direction:column;width:100%;height:100%;padding:24px;display:flex}.teacher-seewo-exercise-head{text-align:center}.teacher-seewo-exercise-head .badge{letter-spacing:.18em;color:#1d4ed8;font-size:12px;font-weight:600}.teacher-seewo-exercise-head .question{color:var(--color-text);margin-top:12px;font-size:clamp(24px,4vw,42px);font-weight:800}.teacher-seewo-exercise-grid{gap:16px;margin-top:24px;display:grid}.teacher-seewo-exercise-grid.poll{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.teacher-seewo-exercise-grid.choice{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.teacher-seewo-exercise-card{border:1px solid var(--seewo-border);background:#fff;border-radius:14px;gap:12px;padding:16px;display:flex;box-shadow:0 14px 28px -22px #0f172a59}.teacher-seewo-exercise-card .prefix{color:#1d4ed8;background:#2f6fed1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.teacher-seewo-exercise-card .title{font-size:16px;font-weight:700}.teacher-seewo-exercise-card .hint{color:var(--color-text-secondary);margin-top:6px;font-size:12px}.teacher-teach-preview-board{flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex}.teacher-teach-preview-board__top{justify-content:space-between;align-items:flex-end;gap:18px;padding:2px 4px 0;display:flex}.teacher-teach-preview-board__metrics{align-items:flex-end;gap:18px;display:flex}.teacher-teach-preview-board__metric{flex-direction:column;gap:6px;display:flex}.teacher-teach-preview-board__metric strong{font-family:var(--teacher-font-display);font-size:52px;font-weight:900;line-height:.92}.teacher-teach-preview-board__metric span{letter-spacing:.12em;text-transform:uppercase;color:var(--teacher-teach-text-muted,#047857);font-size:12px;font-weight:800}.teacher-teach-preview-board__metric.is-primary strong{color:var(--teacher-teach-brand,#10b981)}.teacher-teach-preview-board__metric.is-secondary strong{color:#064e3b66}.teacher-teach-preview-board__divider{background:#0f766e2e;width:1px;height:36px;margin-bottom:6px}.teacher-teach-preview-board__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.teacher-teach-preview-board__action{border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s,opacity .18s;display:inline-flex}.teacher-teach-preview-board__action:hover:not(:disabled){transform:translateY(-1px)}.teacher-teach-preview-board__action:disabled{opacity:.55}.teacher-teach-preview-board__action--ghost{color:#334155;background:#fffffff0;border-color:#e2e8f0f2;box-shadow:0 12px 22px -18px #94a3b880}.teacher-teach-preview-board__action--primary{color:#fff;background:linear-gradient(#10b981 0%,#059669 100%);border-color:#00000014;box-shadow:0 18px 28px -20px #10b98199}.teacher-teach-preview-board__notice{border-radius:14px;margin-top:-2px;padding:10px 14px;font-size:13px;font-weight:700}.teacher-teach-preview-board__notice.is-info{color:var(--teacher-teach-brand-dark,#059669);background:#d1fae5d1}.teacher-teach-preview-board__notice.is-error{color:#be123c;background:#fff1f2eb}.teacher-teach-preview-board__stage-shell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:4px solid #ffffff5c;border-radius:32px;flex:auto;justify-content:center;align-items:center;min-height:0;padding:14px;display:flex}.teacher-teach-preview-stage{aspect-ratio:16/9;background:#fff;border:4px solid #ffffffeb;border-radius:26px;width:100%;max-height:100%;position:relative;overflow:hidden;box-shadow:0 24px 46px -24px #0f172a2e,0 0 0 2px #d1fae5eb}.teacher-teach-preview-stage:before{content:"";z-index:3;background:linear-gradient(90deg,#10b981 0%,#2dd4bf 50%,#10b981 100%);height:6px;position:absolute;top:0;left:0;right:0}.teacher-teach-preview-stage__canvas,.teacher-teach-preview-stage__canvas>*{width:100%;height:100%}.teacher-teach-preview-stage__canvas{z-index:1;position:relative}.teacher-teach-preview-stage__scaled-shell{width:100%;height:100%;position:relative;overflow:hidden}.teacher-teach-preview-stage__scale-frame{transform-origin:50%;position:absolute;top:50%;left:50%}.teacher-teach-preview-board__stage-shell--exercise{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0}.teacher-teach-preview-stage--exercise{box-shadow:none;background:0 0;border:0}.teacher-teach-preview-stage--exercise:before{display:none}.teacher-teach-preview-stage__sync{z-index:4;min-height:34px;color:var(--teacher-teach-brand-dark,#059669);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d1fae5b3;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:20px;left:20px}.teacher-teach-preview-exercise{background:#fff;justify-content:center;align-items:center;min-height:100%;padding:72px 28px 44px;display:flex}.teacher-teach-preview-exercise__content{text-align:center;flex-direction:column;align-items:center;gap:26px;width:100%;max-width:900px;display:flex}.teacher-teach-preview-exercise__pill{min-height:38px;color:var(--teacher-teach-brand-dark,#059669);background:#d1fae5e6;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px -18px #10b98152}.teacher-teach-preview-exercise__question{max-width:820px;color:var(--teacher-teach-text-main,#064e3b);font-family:var(--teacher-font-display);letter-spacing:-.03em;margin:0;font-size:clamp(32px,2.45vw,48px);font-weight:900;line-height:1.2}.teacher-teach-preview-exercise__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;max-width:860px;display:grid}.teacher-teach-preview-exercise__options.is-compact{max-width:760px}.teacher-teach-preview-option{text-align:left;background:#fffffffa;border:2px solid #e2e8f0f2;border-bottom-width:6px;border-radius:24px;align-items:center;gap:16px;min-height:110px;padding:20px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 28px -24px #0f172a29}.teacher-teach-preview-option.is-correct{background:linear-gradient(#f0fdfafa,#ccfbf1eb);border-color:#2dd4bfeb}.teacher-teach-preview-option.is-correct:after{content:"";filter:blur(12px);background:#2dd4bf38;border-radius:999px;width:96px;height:96px;position:absolute;top:-26px;right:-22px}.teacher-teach-preview-option__key{z-index:1;color:#64748b;width:52px;height:52px;font-family:var(--teacher-font-display);background:#f1f5f9fa;border-radius:16px;flex:0 0 52px;justify-content:center;align-items:center;font-size:25px;font-weight:900;display:inline-flex;position:relative}.teacher-teach-preview-option__key.is-correct{color:#fff;background:linear-gradient(#2dd4bf 0%,#10b981 100%)}.teacher-teach-preview-option__text{z-index:1;min-width:0;color:var(--teacher-teach-text-main,#064e3b);flex:auto;font-size:clamp(22px,1.45vw,30px);font-weight:800;line-height:1.35;position:relative}.teacher-teach-preview-option__check{z-index:1;color:#14b8a6;margin-left:auto;font-size:28px;font-weight:900;position:relative}html[data-theme=dark] .teacher-teach-preview-board__action--ghost{color:#e2e8f0;background:#0f172aeb;border-color:#475569e0}html[data-theme=dark] .teacher-teach-preview-board__stage-shell{background:#0f172a3d;border-color:#94a3b82e}html[data-theme=dark] .teacher-teach-preview-stage,html[data-theme=dark] .teacher-teach-preview-exercise{background:#020617fa}html[data-theme=dark] .teacher-teach-preview-stage{border-color:#94a3b829;box-shadow:0 24px 46px -24px #0206178f,0 0 0 2px #2dd4bf24}html[data-theme=dark] .teacher-teach-preview-option.is-correct{background:linear-gradient(#115e59c7,#0f766ee6);border-color:#2dd4bf75}html[data-theme=dark] .teacher-teach-preview-option__key{color:#cbd5e1;background:#1e293bfa}@media (max-width:960px){.teacher-teach-preview-board__top{flex-direction:column;align-items:stretch}.teacher-teach-preview-board__actions{justify-content:flex-start}.teacher-teach-preview-exercise__options{grid-template-columns:minmax(0,1fr)}}.teacher-teach-aux-card,.teacher-teach-list-card,.teacher-teach-console-column--center .teacher-teach-hero-card{border-radius:30px}.teacher-teach-aux-card,.teacher-teach-list-card{background:#fffffffa;border:2px solid #d1fae5f5;padding:22px;box-shadow:0 18px 34px -28px #10b98129}.teacher-teach-console-column--center .teacher-teach-hero-card{box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff38;border:4px solid #ffffff5c;padding:18px 18px 20px}.teacher-teach-hero-card__eyebrow{color:var(--teacher-teach-brand,#10b981)}.teacher-teach-list-card__head h3,.teacher-teach-aux-card__head h3,.teacher-teach-hero-card h3{color:var(--teacher-teach-text-main,#064e3b);margin-top:4px;font-size:22px;line-height:1.1}.teacher-teach-list-card__head p,.teacher-teach-aux-card__head p{margin-top:4px;font-size:13px;line-height:1.55}.teacher-teach-tool-tile{border-width:2px 2px 4px;border-radius:24px;gap:12px;min-height:120px;box-shadow:0 18px 30px -24px #0f172a1f}.teacher-teach-tool-tile__icon{background:#fffffff5;width:46px;height:46px}.teacher-teach-tool-tile__body span{font-size:12px;line-height:1.45}.teacher-teach-control-actions{margin-top:14px}.teacher-teach-control-actions__button{border-radius:12px;min-height:38px;padding-inline:14px}.teacher-teach-interaction-list{gap:14px;margin-top:16px;padding-left:26px}.teacher-teach-interaction-list:before{background:#d1d5db94;width:4px;left:10px}.teacher-teach-interaction-item{border-bottom-width:4px;border-radius:24px;padding:16px;box-shadow:0 18px 30px -26px #0f172a29}.teacher-teach-interaction-item:before{width:18px;height:18px;top:20px;left:-26px}.teacher-teach-interaction-item.is-current{background:linear-gradient(#1cc28b 0%,#11a975 100%);border-color:#05966938;position:relative;overflow:hidden;box-shadow:0 18px 30px -20px #10b98173}.teacher-teach-interaction-item.is-current:after{content:"";background:radial-gradient(circle,#ffffff29 0%,#fff0 72%);border-radius:999px;width:92px;height:92px;position:absolute;bottom:-18px;right:-12px}.teacher-teach-interaction-item__copy span{font-size:12px}.teacher-teach-preview-board__top{padding:2px 8px 0}.teacher-teach-preview-board__metrics{gap:20px}.teacher-teach-preview-board__metric span{letter-spacing:.1em;margin-top:2px;font-size:11px}.teacher-teach-preview-board__action{border-radius:16px;min-height:58px;padding:0 24px;font-size:16px;font-weight:900}.teacher-teach-preview-board__action--ghost{border-color:#e5e7ebf2;box-shadow:0 16px 26px -22px #94a3b86b}.teacher-teach-preview-board__action--primary{box-shadow:0 18px 30px -20px #10b9818a}.teacher-teach-preview-stage{aspect-ratio:16/9;background:#fff;border:4px solid #fffffff5;border-radius:32px;box-shadow:0 26px 48px -24px #10b9811f,0 0 0 4px #d1fae5e0}.teacher-teach-preview-stage:before{height:5px}.teacher-teach-preview-stage__sync{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;gap:8px;min-height:0;padding:0;font-size:13px;font-weight:800;top:24px;left:24px}.teacher-teach-preview-exercise__pill{background:#d1fae5e6;border-radius:999px;min-height:36px;padding:0 18px;font-size:14px}.teacher-teach-preview-exercise__question{color:#1e293b;letter-spacing:-.04em;max-width:920px;font-size:clamp(48px,4.1vw,72px);line-height:1.04}.teacher-teach-preview-option{border-color:#e5e7ebfa;border-bottom-width:6px;border-radius:24px;gap:18px;min-height:112px;padding:20px 24px;box-shadow:0 16px 28px -24px #0f172a24}.teacher-teach-preview-option:hover{border-color:#10b9815c}.teacher-teach-preview-option.is-correct{background:linear-gradient(#f0fdfa,#ddfcf5f5);border-color:#2dd4bfeb;box-shadow:0 20px 34px -26px #2dd4bf57}.teacher-teach-preview-option__key{color:#6b7280;background:#f3f4f6;border-radius:16px;flex-basis:56px;width:56px;height:56px;font-size:28px}.teacher-teach-preview-option__text{color:#1f2937;font-size:clamp(22px,1.5vw,30px);font-weight:800}.teacher-teach-preview-option__text.is-correct{color:#115e59}.teacher-teach-preview-option__check{font-size:30px}.teacher-teach-alert-card{background:linear-gradient(#fff1f2f2,#ffe4e6d6);border:1px solid #fecdd3eb;border-radius:24px;margin-top:16px;padding:18px 20px;position:relative;overflow:hidden;box-shadow:0 18px 28px -24px #f43f5e42}.teacher-teach-alert-card:after{content:"!";color:#f43f5e1f;font-family:var(--teacher-font-display);font-size:88px;font-weight:900;line-height:1;position:absolute;bottom:-8px;right:16px}.teacher-teach-alert-card__copy{z-index:1;position:relative}.teacher-teach-alert-card__copy strong{letter-spacing:.08em;text-transform:uppercase;color:#f43f5e9e;margin-top:2px;font-size:11px;display:block}.teacher-teach-alert-card__value{z-index:1;color:#f43f5e;font-size:54px;position:relative}.teacher-teach-student-filter-bar{background:#0f172a0d;border-radius:16px;margin-top:16px;padding:6px}.teacher-teach-filter-chip{border-radius:12px;min-height:34px;font-size:12px;font-weight:800}.teacher-teach-filter-chip.active{box-shadow:0 10px 18px -14px #0f172a38}.teacher-teach-filter-summary{color:#047857bf;padding-top:6px}.teacher-teach-student-row{background:#fffffff5;border-width:2px 2px 4px;border-radius:24px;padding:15px 16px 15px 18px;position:relative}.teacher-teach-student-row.is-attention:before,.teacher-teach-student-row.is-pending:before{content:"";border-radius:24px 0 0 24px;width:6px;position:absolute;top:0;bottom:0;left:0}.teacher-teach-student-row.is-attention:before{background:#fb7185}.teacher-teach-student-row.is-pending:before{background:#fbbf24}.teacher-teach-student-avatar{border-width:2px;width:44px;height:44px}.teacher-teach-student-row__main span{font-size:12px;font-weight:800}.teacher-teach-student-row.is-attention .teacher-teach-student-row__main span{color:#fb7185}.teacher-teach-student-row.is-pending .teacher-teach-student-row__main span{color:#f59e0b}.teacher-teach-student-row.is-completed,.teacher-teach-student-row.is-completed .teacher-teach-chip{opacity:.88}.teacher-teach-student-row__presence{display:none}html[data-theme=dark] .teacher-teach-console-column--center .teacher-teach-hero-card{background:#0f172a47;border-color:#94a3b824}html[data-theme=dark] .teacher-teach-aux-card,html[data-theme=dark] .teacher-teach-list-card{background:#0f172ae6;border-color:#94a3b824}html[data-theme=dark] .teacher-teach-preview-stage{box-shadow:0 26px 48px -24px #0206178f,0 0 0 4px #2dd4bf1f}html[data-theme=dark] .teacher-teach-preview-exercise__question,html[data-theme=dark] .teacher-teach-preview-option__text{color:#f8fafc}html[data-theme=dark] .teacher-teach-preview-option{background:#0f172af5;border-color:#475569db}@media (max-width:960px){.teacher-teach-console-grid{grid-template-columns:minmax(0,1fr)}.teacher-teach-preview-exercise{padding:64px 20px 28px}.teacher-teach-preview-exercise__question{font-size:clamp(32px,5vw,52px)}.teacher-teach-preview-option{min-height:98px}}.teacher-teach-demo-header{padding-inline:8px}.teacher-teach-demo-header__class,.teacher-teach-demo-header__meta,.teacher-teach-demo-header__selector{background:#fffffff0;border:0;box-shadow:0 16px 28px -24px #10b98133,inset 0 1px #fffffff5}.teacher-teach-demo-header__class{border-radius:22px;min-height:72px;padding:12px 20px}.teacher-teach-demo-header__copy .teacher-teach-control-title{font-size:24px;font-weight:900}.teacher-teach-demo-header__status{color:var(--teacher-teach-brand,#10b981);font-size:12px}.teacher-teach-demo-header__selector{border-radius:18px;min-height:54px;padding-inline:14px 10px}.teacher-teach-demo-header__selector select{border-radius:12px;height:38px}.teacher-teach-demo-header__meta{border-radius:20px;gap:16px;min-height:54px;padding:0 20px;font-size:15px;font-weight:800}.teacher-teach-demo-header__menu{color:#fff;background:linear-gradient(#1cc28b 0%,#11a975 100%);border:0;border-radius:22px;width:58px;height:58px;box-shadow:0 18px 30px -22px #10b98180}.teacher-teach-demo-header__menu:hover{filter:brightness(1.04)}.teacher-teach-chip{border-radius:999px}.teacher-teach-list-card>.teacher-teach-chip{align-self:flex-start}.teacher-teach-filter-summary{font-size:11px}.teacher-teach-demo-header__copy .teacher-teach-demo-header__status+.teacher-teach-demo-header__status{letter-spacing:0;text-transform:none;color:#047857b8;margin-top:2px;font-size:12px}.teacher-teach-student-row__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#04785794;align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.teacher-teach-student-row.is-attention .teacher-teach-student-row__eyebrow{color:#f43f5ead}.teacher-teach-student-row.is-pending .teacher-teach-student-row__eyebrow{color:#d97706b8}.teacher-teach-console-grid{grid-template-columns:minmax(248px,.76fr) minmax(0,2.2fr) minmax(268px,.82fr)}.teacher-teach-demo-header__copy{flex-direction:column;gap:2px;display:flex}.teacher-teach-demo-header__copy .teacher-teach-control-title{font-size:22px}.teacher-teach-aux-card__head p,.teacher-teach-list-card__head p,.teacher-teach-hero-card p,.teacher-teach-tool-tile__body span,.teacher-teach-filter-summary,.teacher-teach-student-row__eyebrow,.teacher-teach-interaction-item__action{display:none!important}.teacher-teach-tool-tile{min-height:112px}.teacher-teach-tool-tile__body{justify-content:center}.teacher-teach-interaction-item{padding:14px}.teacher-teach-interaction-item__copy strong{font-size:17px}.teacher-teach-interaction-item__meta{justify-content:center;align-items:flex-end}.teacher-teach-student-filter-bar{margin-top:14px}.teacher-teach-student-row{padding:14px 14px 14px 18px}.teacher-teach-student-row__main{gap:4px}@media (max-width:960px){.teacher-teach-console-grid{grid-template-columns:minmax(0,1fr)}}.teacher-teach-demo-header{gap:10px;padding-inline:0}.teacher-teach-demo-header__class{flex:0 320px;min-width:0;min-height:68px;padding:12px 18px}.teacher-teach-demo-header__brand{border-radius:14px;width:42px;height:42px}.teacher-teach-demo-header__copy{gap:1px}.teacher-teach-demo-header__copy .teacher-teach-control-title{font-size:20px;line-height:1.05}.teacher-teach-demo-header__status,.teacher-teach-hero-card__eyebrow{font-size:11px}.teacher-teach-demo-header__right{flex:1;justify-content:flex-end}.teacher-teach-demo-header__meta{border-radius:18px;gap:12px;min-height:48px;padding:0 16px;font-size:14px}.teacher-teach-console-column--left,.teacher-teach-console-column--right{gap:14px}.teacher-teach-aux-card,.teacher-teach-list-card,.teacher-teach-console-column--center .teacher-teach-hero-card{border-radius:28px;padding:18px}.teacher-teach-list-card__head,.teacher-teach-aux-card__head{margin-bottom:0}.teacher-teach-list-card__head h3,.teacher-teach-aux-card__head h3{font-size:21px}.teacher-teach-tool-tile{border-radius:22px;min-height:92px;padding:14px 10px}.teacher-teach-tool-tile__icon{border-radius:999px;width:42px;height:42px}.teacher-teach-control-actions__label{display:none}.teacher-teach-control-actions__buttons{gap:8px}.teacher-teach-control-actions__button{min-height:38px;font-size:12px}.teacher-teach-interaction-item__order{font-size:11px}.teacher-teach-chip{min-height:28px;padding-inline:12px;font-size:11px}.teacher-teach-preview-board__top{margin-bottom:10px}.teacher-teach-preview-board__metric strong{font-size:44px}.teacher-teach-preview-board__metric span{font-size:11px}.teacher-teach-preview-board__actions{gap:10px}.teacher-teach-preview-board__action{border-radius:14px;min-height:52px;padding:0 20px;font-size:15px}.teacher-teach-preview-stage{border-radius:30px}.teacher-teach-preview-stage__sync{font-size:12px;top:20px;left:20px}.teacher-teach-preview-exercise{padding:66px 34px 34px}.teacher-teach-preview-exercise__content{gap:28px;max-width:940px}.teacher-teach-preview-exercise__pill{margin-bottom:0}.teacher-teach-preview-exercise__question{max-width:860px;margin-bottom:0;font-size:clamp(42px,3.6vw,62px)}.teacher-teach-preview-exercise__options{gap:16px;max-width:860px}.teacher-teach-preview-option{border-radius:22px;min-height:102px;padding:18px 20px}.teacher-teach-preview-option__key{border-radius:14px;flex-basis:52px;width:52px;height:52px;font-size:25px}.teacher-teach-preview-option__text{font-size:clamp(20px,1.35vw,27px)}.teacher-teach-alert-card{border-radius:22px;margin-top:12px;padding:16px 18px}.teacher-teach-alert-card__copy span{color:#f43f5e;font-size:13px;font-weight:900}.teacher-teach-alert-card__copy strong{display:none}.teacher-teach-alert-card__value{font-size:48px}.teacher-teach-student-filter-bar{gap:6px;margin-top:12px;padding:5px}.teacher-teach-filter-chip{min-height:32px;padding-inline:10px;font-size:11px}.teacher-teach-student-list{gap:10px;margin-top:12px}.teacher-teach-student-row{border-radius:20px;padding:12px 12px 12px 16px}.teacher-teach-student-avatar{width:40px;height:40px}.teacher-teach-student-row__main span{font-size:12px}.teacher-teach-student-row__meta .teacher-teach-chip{justify-content:center;min-width:62px}.teacher-teach-empty-list{border-radius:20px;min-height:84px}.teacher-teach-demo-header__right{min-width:0}.teacher-teach-preview-stage:before,.teacher-teach-preview-stage__sync{display:none}.teacher-teach-preview-board__stage-shell{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:10px 0 0}.teacher-teach-preview-stage{width:100%;max-width:100%;max-height:100%;margin-inline:auto}.teacher-teach-preview-stage__exit-fullscreen{z-index:8;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad1;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 16px 32px -24px #0f172a8f}.teacher-teach-preview-board__footer{justify-content:space-between;align-items:center;gap:12px;padding:2px 2px 0;display:flex}.teacher-teach-preview-board__pager{align-items:center;gap:8px;min-width:0;display:inline-flex}.teacher-teach-preview-board__footer-button{color:#334155;background:#fffffff5;border:2px solid #e2e8f0f2;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 12px 22px -18px #94a3b873}.teacher-teach-preview-board__footer-button:disabled{opacity:.45;box-shadow:none}.teacher-teach-preview-board__footer-button.is-nav{width:44px;min-width:44px;padding:0}.teacher-teach-preview-board__footer-button.is-fullscreen{padding-inline:16px 18px}.teacher-teach-preview-board__page-indicator{min-width:86px;height:44px;color:var(--teacher-teach-brand-dark,#059669);background:#10b9811f;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:900;display:inline-flex}.teacher-teach-list-card{flex-direction:column;min-height:0;display:flex}.teacher-teach-interaction-list{flex:auto;min-height:0;padding-right:6px;overflow-y:auto}.teacher-teach-interaction-item{min-height:96px;padding:12px 14px 12px 16px}.teacher-teach-interaction-item__copy{min-width:0}.teacher-teach-interaction-item__copy strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.teacher-teach-interaction-item__meta{align-items:flex-end;gap:6px}.teacher-teach-chip.is-kind{color:#475569;background:#ffffffeb;border-color:#e2e8f0eb}.teacher-teach-chip.is-kind.is-exercise{color:#059669;background:#ecfdf5eb;border-color:#10b98129}.teacher-teach-chip.is-kind.is-game{color:#7c3aed;background:#f5f3fff0;border-color:#a78bfa2e}.teacher-teach-student-filter-bar{display:none!important}.teacher-teach-student-avatar{border-width:0;box-shadow:inset 0 1px #ffffffe6,0 8px 18px -14px #0f172a3d}.teacher-teach-student-avatar.is-online{color:#fff;background:linear-gradient(#34d399 0%,#10b981 100%)}.teacher-teach-student-avatar.is-offline{color:#64748b;background:linear-gradient(#e5e7eb 0%,#cbd5e1 100%)}.teacher-teach-student-row.is-offline .teacher-teach-student-row__main strong,.teacher-teach-student-row.is-offline .teacher-teach-student-row__main span{color:#64748b}@media (max-width:960px){.teacher-teach-preview-board__footer{flex-wrap:wrap}.teacher-teach-preview-board__pager,.teacher-teach-preview-board__footer-button.is-fullscreen{justify-content:center;width:100%}}.teacher-teach-demo-header__meta{min-height:44px;padding:0 14px}.teacher-teach-demo-header__meta span:last-child{display:none}.teacher-teach-tool-grid{gap:8px}.teacher-teach-tool-tile{min-height:82px;padding:12px 8px}.teacher-teach-tool-tile__icon{width:38px;height:38px}.teacher-teach-tool-tile__body strong{font-size:12px}.teacher-teach-console-column--left .teacher-teach-aux-card{padding-bottom:12px}.teacher-teach-control-actions{margin-top:8px;padding-top:6px}.teacher-teach-control-actions__buttons{width:100%}.teacher-teach-control-actions__button{flex:1 1 0;min-height:36px}.teacher-teach-interaction-list{gap:8px}.teacher-teach-interaction-item__order{color:#475569;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:900;display:inline-flex}.teacher-teach-interaction-item__meta{min-width:auto}.teacher-teach-preview-board__notice.is-info{display:none}.teacher-teach-preview-board__footer{flex-direction:row}.teacher-teach-alert-card{margin-top:8px;margin-bottom:10px}.teacher-teach-student-filter-bar{margin-top:0;margin-bottom:10px;display:flex!important}.teacher-teach-filter-chip{flex:1 1 0;min-width:0}.teacher-teach-console-column--left{gap:10px}.teacher-teach-console-column--left .teacher-teach-aux-card{flex:none;padding-bottom:14px}.teacher-teach-console-column--left .teacher-teach-list-card{flex:auto;min-height:0}.teacher-teach-control-actions{margin-top:6px;padding-top:0;display:none}.teacher-teach-control-actions.is-open{display:flex}.teacher-teach-tool-grid{gap:12px;margin-top:12px}.teacher-teach-tool-tile{text-align:center;background:#fffffff5;border:2px solid #e2e8f0f5;border-bottom-width:4px;border-radius:22px;align-content:center;justify-items:center;min-height:118px;padding:16px 12px 14px;box-shadow:0 16px 26px -24px #0f172a38}.teacher-teach-tool-tile__body{gap:4px}.teacher-teach-tool-tile__body strong{color:#065f46;font-size:14px}.teacher-teach-list-card{padding-top:18px;padding-bottom:16px}.teacher-teach-list-card__head{margin-bottom:14px}.teacher-teach-interaction-list{gap:12px;padding-left:24px;padding-right:0}.teacher-teach-interaction-list:before{width:4px;left:10px}.teacher-teach-interaction-item{border-radius:22px;min-height:82px;padding:14px 14px 14px 16px}.teacher-teach-interaction-item__order{border-radius:14px;width:40px;height:40px;font-size:14px}.teacher-teach-interaction-item__copy{gap:6px}.teacher-teach-interaction-item__copy strong{-webkit-line-clamp:2;font-size:16px}.teacher-teach-console-column--left .teacher-teach-list-card{padding:15px 14px 14px 16px}.teacher-teach-interaction-list{gap:7px;padding:2px 0 0 18px;position:relative}.teacher-teach-interaction-list:before{content:"";background:#cbd5e194;border-radius:999px;width:2px;position:absolute;top:7px;bottom:8px;left:6px}.teacher-teach-interaction-item{background:#f1f5f9f5;border:1px solid #bae6fdeb;border-radius:14px;align-items:flex-start;min-height:42px;padding:8px 10px;position:relative;box-shadow:0 10px 18px -18px #0f172a38}.teacher-teach-interaction-item:before{content:"";background:#cbd5e1e6;border:0;border-radius:999px;width:8px;height:8px;position:absolute;top:8px;left:-14px;box-shadow:0 2px 4px -4px #0f172a2e}.teacher-teach-interaction-item.is-current{background:linear-gradient(#26c893 0%,#12b981 100%);border:2px solid #0596692e;border-bottom-width:4px;border-radius:16px;align-items:center;min-height:68px;margin-left:-2px;padding:10px 10px 10px 12px;box-shadow:0 14px 20px -18px #10b98161}.teacher-teach-interaction-item.is-current:before{background:#2dd4bf;border-width:3px;border-color:#2dd4bf42;width:12px;height:12px;top:50%;left:-10px;transform:translateY(-50%);box-shadow:0 0 0 6px #2dd4bf1a}.teacher-teach-interaction-item.is-completed{opacity:.56}.teacher-teach-interaction-item.is-upcoming{background:#f1f5f9fa;border-color:#94a3b88f}.teacher-teach-interaction-item__copy{align-items:flex-start;gap:2px}.teacher-teach-interaction-item__order{color:#64748b;white-space:nowrap;background:#0f172a0d;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.teacher-teach-interaction-item__copy strong{font-size:13px;line-height:1.15}.teacher-teach-interaction-item__meta{align-self:flex-start;align-items:flex-start;padding-top:0}.teacher-teach-interaction-item__detail{color:#065f4670;font-size:11px;font-weight:800;line-height:1.2}.teacher-teach-interaction-item:not(.is-current) .teacher-teach-interaction-item__copy strong{color:#0f172a}.teacher-teach-interaction-item:not(.is-current) .teacher-teach-interaction-item__detail{color:#334155c7}.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__order{color:#fffffff5;background:#ffffff29}.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__copy strong{color:#fff;font-size:14px}.teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__detail{color:#ecfdf5eb}.teacher-teach-panel-title{align-items:center;gap:10px;display:inline-flex}.teacher-teach-panel-title__icon{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.teacher-teach-panel-title__icon.is-tool{color:#fbbf24}.teacher-teach-panel-title__icon.is-interaction{color:#10b981}.teacher-teach-list-card__head,.teacher-teach-aux-card__head{align-items:center}.teacher-teach-list-card__head h3,.teacher-teach-aux-card__head h3{font-size:18px;font-weight:900}.teacher-teach-tool-tile__icon{background:#fffffff5;border-radius:999px;width:48px;height:48px;box-shadow:0 10px 20px -18px #0f172a66}.teacher-teach-tool-tile[data-tone=qr]{background:#fffffffa;border-color:#cbd5e1fa}.teacher-teach-tool-tile[data-tone=rollcall]{background:#fff1f2eb;border-color:#fecdd3fa}.teacher-teach-tool-tile[data-tone=evaluation]{background:#fffbebf5;border-color:#fde68afa}.teacher-teach-tool-tile[data-tone=control]{background:#fffffff5;border-color:#e2e8f0fa}.teacher-teach-tool-tile[data-tone=qr] .teacher-teach-tool-tile__icon{color:#10b981}.teacher-teach-tool-tile[data-tone=rollcall] .teacher-teach-tool-tile__icon{color:#fb7185}.teacher-teach-tool-tile[data-tone=evaluation] .teacher-teach-tool-tile__icon{color:#fbbf24}.teacher-teach-tool-tile[data-tone=control] .teacher-teach-tool-tile__icon{color:#94a3b8}.teacher-teach-console-column--left .teacher-teach-list-card{flex-direction:column;justify-content:flex-start;display:flex}.teacher-teach-console-column--left .teacher-teach-list-card__head{flex:none}.teacher-teach-console-column--left .teacher-teach-interaction-list{flex-direction:column;flex:auto;justify-content:flex-start;align-items:stretch;min-height:0;margin-top:0;padding-bottom:6px;padding-right:2px;display:flex;overflow:hidden auto}.teacher-teach-console-column--left .teacher-teach-interaction-item{flex:none;width:100%}.teacher-teach-console-column--left .teacher-teach-interaction-item.is-current{margin-top:2px}.teacher-teach-control-panel{flex-direction:column;gap:18px;min-height:0;display:flex}.teacher-teach-control-panel__hero{background:linear-gradient(#fffffffa,#ecfdf5f5);border:2px solid #d1fae5f5;border-radius:28px;padding:22px 22px 18px;box-shadow:0 22px 50px -42px #10b98147}.teacher-teach-control-panel__eyebrow{color:#059669;letter-spacing:.14em;text-transform:uppercase;background:#10b9811f;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex}.teacher-teach-control-panel__hero h3{color:var(--teacher-teach-text-main,#064e3b);margin-top:14px;font-size:28px;font-weight:900;line-height:1.1}.teacher-teach-control-panel__hero p{max-width:720px;color:var(--teacher-teach-text-muted,#047857);margin-top:10px;font-size:14px;line-height:1.8}.teacher-teach-control-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.teacher-teach-control-panel__action{min-height:144px;color:var(--teacher-teach-text-main,#064e3b);text-align:left;background:#fffffff5;border:2px solid #d1fae5f5;border-bottom-width:4px;border-radius:26px;align-items:flex-start;gap:14px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 18px 34px -28px #0f172a29}.teacher-teach-control-panel__action:hover{transform:translateY(-1px);box-shadow:0 24px 40px -28px #10b98138}.teacher-teach-control-panel__action.is-danger{background:linear-gradient(#fffffffa,#fff1f2f5);border-color:#fecdd3fa}.teacher-teach-control-panel__action-icon{color:#059669;background:#10b9811f;border-radius:18px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:inline-flex}.teacher-teach-control-panel__action.is-danger .teacher-teach-control-panel__action-icon{color:#e11d48;background:#f43f5e1f}.teacher-teach-control-panel__action-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.teacher-teach-control-panel__action-copy strong{font-size:18px;font-weight:900;line-height:1.2}.teacher-teach-control-panel__action-copy span{color:var(--teacher-teach-text-muted,#047857);font-size:13px;line-height:1.7}.teacher-teach-control-panel__action.is-danger .teacher-teach-control-panel__action-copy span{color:#be123c}@media (max-width:960px){.teacher-teach-control-panel__grid{grid-template-columns:1fr}}.teacher-teach-compact-tool{flex-direction:column;gap:14px;height:100%;min-height:0;display:flex}.teacher-teach-compact-tool__hero{background:linear-gradient(#fffffffa,#ecfdf5f5);border:2px solid #d1fae5f5;border-radius:28px;flex:none;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.teacher-teach-compact-tool__eyebrow{color:#059669;letter-spacing:.14em;text-transform:uppercase;background:#10b9811f;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:10px;font-weight:900;display:inline-flex}.teacher-teach-compact-tool__hero h3{color:var(--teacher-teach-text-main,#064e3b);margin-top:10px;font-size:24px;font-weight:900;line-height:1.1}.teacher-teach-compact-tool__hero p{color:var(--teacher-teach-text-muted,#047857);margin-top:8px;font-size:13px;line-height:1.7}.teacher-teach-compact-tool__stats{flex-wrap:wrap;gap:8px;display:flex}.teacher-teach-compact-tool__stats span,.teacher-teach-compact-tool__notice{min-height:32px;color:var(--teacher-teach-text-muted,#047857);background:#ffffffe6;border:1px solid #d1fae5f5;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.teacher-teach-compact-tool__notice.is-error{color:#be123c;background:#fff1f2f5;border-color:#fecdd3f5}.teacher-teach-compact-evaluation{flex:auto;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:14px;min-height:0;display:grid}.teacher-teach-compact-evaluation__students,.teacher-teach-compact-evaluation__rules,.teacher-teach-compact-evaluation__leaderboard{background:#fffffff5;border:2px solid #d1fae5f5;border-radius:26px;box-shadow:0 18px 34px -28px #0f172a1f}.teacher-teach-compact-evaluation__students{flex-direction:column;padding:16px;display:flex}.teacher-teach-compact-evaluation__side{grid-template-rows:auto 1fr;gap:14px;min-height:0;display:grid}.teacher-teach-compact-evaluation__rules,.teacher-teach-compact-evaluation__leaderboard{flex-direction:column;padding:16px;display:flex}.teacher-teach-compact-evaluation__head{flex:none;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.teacher-teach-compact-evaluation__head strong{color:var(--teacher-teach-text-main,#064e3b);font-size:15px;font-weight:900}.teacher-teach-compact-evaluation__head-actions{flex-wrap:wrap;gap:8px;display:flex}.teacher-teach-compact-tool__button{min-height:32px;color:var(--teacher-teach-text-main,#064e3b);background:#fffffff0;border:1px solid #d1fae5f5;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.teacher-teach-compact-tool__button:disabled{opacity:.45;cursor:not-allowed}.teacher-teach-compact-tool__button--primary{color:#fff;background:linear-gradient(#10b981f5,#059669fa);border-color:#10b98138;box-shadow:0 16px 28px -22px #059669cc}.teacher-teach-compact-evaluation__student-grid{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.teacher-teach-compact-student{text-align:left;background:#f8fafcf5;border:1px solid #cbd5e1e0;border-radius:18px;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.teacher-teach-compact-student.is-selected{background:#ecfdf5f5;border-color:#10b9815c}.teacher-teach-compact-student--more{color:var(--teacher-teach-text-muted,#047857);justify-content:center;font-size:12px;font-weight:800}.teacher-teach-compact-student__avatar{border-radius:999px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex}.teacher-teach-compact-student__avatar.is-online{color:#059669;background:#10b98124}.teacher-teach-compact-student__avatar.is-offline{color:#64748b;background:#e2e8f0f5}.teacher-teach-compact-student__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.teacher-teach-compact-student__copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:13px;font-weight:900;line-height:1.2}.teacher-teach-compact-student__copy span{color:var(--teacher-teach-text-muted,#047857);font-size:11px;line-height:1.2}.teacher-teach-compact-evaluation__rule-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.teacher-teach-compact-rule{text-align:left;background:#ecfdf5f0;border:1px solid #d1fae5f5;border-radius:20px;flex-direction:column;justify-content:center;gap:4px;min-height:84px;padding:12px;display:flex}.teacher-teach-compact-rule strong{color:var(--teacher-teach-text-main,#064e3b);font-size:14px;font-weight:900;line-height:1.2}.teacher-teach-compact-rule span{color:var(--teacher-teach-text-muted,#047857);font-size:11px;line-height:1.3}.teacher-teach-compact-rule:disabled{opacity:.48;cursor:not-allowed}.teacher-teach-compact-leaderboard{flex-direction:column;gap:8px;display:flex}.teacher-teach-compact-leaderboard__item{background:#f8fafcf5;border-radius:16px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:grid}.teacher-teach-compact-leaderboard__rank{color:#059669;background:#10b9811f;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:inline-flex}.teacher-teach-compact-leaderboard__name{min-width:0;color:var(--teacher-teach-text-main,#064e3b);font-size:13px;font-weight:800}.teacher-teach-compact-leaderboard__score{color:#059669;font-size:12px;font-weight:900}.teacher-teach-aux-card--evaluation-compact{min-height:0;padding-top:20px}.teacher-teach-compact-tool--sidebar{gap:12px}.teacher-teach-eval-sidebar__topbar{justify-content:flex-end;align-items:center;gap:8px;padding:2px 2px 4px;display:flex}.teacher-teach-eval-sidebar__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.teacher-teach-eval-sidebar__board{background:#fffffff5;border:2px solid #d1fae5f5;border-radius:26px;min-height:0;padding:16px;box-shadow:0 18px 34px -28px #0f172a1f}.teacher-teach-quick-award{background:#fffffff5;border:2px solid #d1fae5f5;border-radius:24px;flex-direction:column;gap:12px;padding:14px 16px 16px;display:flex;box-shadow:0 18px 34px -28px #0f172a1f}.teacher-teach-quick-award__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.teacher-teach-quick-award__title{color:var(--teacher-teach-text-main,#064e3b);font-size:14px;font-weight:900}.teacher-teach-quick-award__meta{color:#064e3bb8;margin-top:4px;font-size:12px;font-weight:600}.teacher-teach-quick-award__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.teacher-teach-quick-award__item{min-height:42px;color:var(--teacher-teach-text-main,#064e3b);text-align:left;background:#f8fafcf5;border:1px solid #d1fae5f5;border-radius:16px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;display:grid}.teacher-teach-quick-award__icon{font-size:14px;line-height:1}.teacher-teach-quick-award__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.teacher-teach-quick-award__delta{color:#059669;font-size:12px;font-weight:900}.teacher-teach-compact-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}@media (max-width:960px){.teacher-teach-compact-tool__hero,.teacher-teach-compact-evaluation{grid-template-columns:1fr}.teacher-teach-compact-tool__hero{flex-direction:column}.teacher-teach-eval-sidebar__topbar,.teacher-teach-eval-sidebar__topbar,.teacher-teach-eval-sidebar__actions,.teacher-teach-quick-award__head{flex-direction:column;align-items:stretch}.teacher-teach-quick-award__grid,.teacher-teach-compact-actions,.teacher-teach-compact-evaluation__student-grid,.teacher-teach-compact-evaluation__rule-grid{grid-template-columns:1fr}}.teacher-teach-aux-card--radar{flex-direction:column;min-height:0;display:flex;overflow:hidden}.teacher-teach-console-column--right .teacher-teach-aux-card{padding-top:22px}.teacher-teach-console-column--right .teacher-teach-aux-card__head{flex:none;margin-bottom:10px}.teacher-teach-student-filter-bar{background:#f1f5f9f5;border-radius:18px;align-items:center;gap:6px;margin-top:0;margin-bottom:12px;padding:4px;box-shadow:inset 0 1px #ffffffeb;display:flex!important}.teacher-teach-filter-chip{color:#0f766e;border-radius:14px;flex:1 1 0;min-width:0;min-height:34px;padding-inline:10px;font-size:12px;font-weight:800}.teacher-teach-filter-chip.active{color:#065f46;background:#fffffffa;box-shadow:0 10px 18px -18px #0f172a8c}.teacher-teach-student-list{overscroll-behavior:contain;flex:auto;gap:12px;min-height:0;margin-top:0;padding-right:4px;overflow-y:auto}.teacher-teach-student-list::-webkit-scrollbar{width:8px}.teacher-teach-student-list::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.teacher-teach-student-list::-webkit-scrollbar-track{background:0 0}.teacher-teach-student-row{align-items:center;min-height:88px;padding:12px 14px 12px 16px}.teacher-teach-student-row__identity{gap:12px;min-width:0}.teacher-teach-student-avatar{background:linear-gradient(#fff 0%,#dcfce7 100%);border:2px solid #fffffff2;border-radius:999px;width:52px;height:52px;overflow:hidden;box-shadow:0 10px 24px -18px #0f172a57}.teacher-teach-student-avatar__image{object-fit:cover;width:100%;height:100%;display:block}.teacher-teach-student-row.is-offline .teacher-teach-student-avatar__image{opacity:.82;filter:saturate(.75)}.teacher-teach-student-row__main strong{font-size:15px}.teacher-teach-student-row__main span{line-height:1.35}.teacher-seewo-game-student-trigger,.teacher-teach-student-row__toggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.teacher-seewo-game-student-trigger{gap:6px;display:grid}.teacher-teach-student-row__toggle{justify-content:space-between;align-items:center;gap:12px;display:flex}.teacher-teach-student-row__toggle-icon{color:var(--teacher-teach-text-muted,#047857);justify-content:center;align-items:center;transition:transform .16s;display:inline-flex}.teacher-teach-student-row.is-expanded .teacher-teach-student-row__toggle-icon{transform:rotate(90deg)}.teacher-teach-student-row__trajectory{width:100%}.teacher-teach-student-trajectory-panel--compact{gap:14px;display:grid}.teacher-teach-student-trajectory-panel__section{gap:10px;display:grid}.teacher-teach-student-trajectory-panel__summary{justify-content:space-between;align-items:center;gap:10px;padding-inline:4px;display:flex}.teacher-teach-student-trajectory-panel__summary-main{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.teacher-teach-student-trajectory-panel__summary-main strong{color:var(--color-text,#0f172a);font-size:13px;font-weight:800}.teacher-teach-student-trajectory-panel__summary-main span{color:#64748b;font-size:12px;line-height:1.5}.teacher-teach-student-trajectory,.teacher-teach-student-trajectory__list{gap:10px;display:grid}.teacher-teach-student-trajectory{margin-top:10px}.teacher-teach-student-trajectory.is-compact{margin-top:0}.teacher-teach-student-trajectory__detail-group{gap:6px;display:grid}.teacher-teach-student-trajectory__item{background:#ffffffb8;border:1px solid #10b9811f;border-radius:16px;gap:6px;padding:12px 14px;display:grid}.teacher-teach-student-trajectory__item.is-compact{background:linear-gradient(#f8fafcf5,#fffffffa);border-color:#94a3b82e;border-radius:18px;grid-template-columns:32px minmax(0,1fr);align-items:flex-start;gap:10px;padding:12px;box-shadow:inset 0 1px #ffffffe0}.teacher-teach-student-trajectory__step{color:#0f766e;background:#10b98114;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:inline-flex}.teacher-teach-student-trajectory__content{gap:4px;min-width:0;display:grid}.teacher-teach-student-trajectory__head,.teacher-teach-student-trajectory__meta,.teacher-teach-student-trajectory__detail{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.teacher-teach-student-trajectory__head strong{color:var(--teacher-teach-text-main,#064e3b);font-size:13px;font-weight:700}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__head{justify-content:space-between;gap:10px}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__head strong{color:var(--color-text,#0f172a);font-size:14px;line-height:1.45}.teacher-teach-student-trajectory__meta,.teacher-teach-student-trajectory__detail,.teacher-teach-student-trajectory-empty,.teacher-teach-student-trajectory__empty{color:var(--teacher-teach-text-muted,#047857);font-size:12px;line-height:1.5}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__meta,.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__detail,.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__empty{color:#64748b}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__meta{gap:6px;font-size:11px}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__meta span+span:before{content:"·";color:#cbd5e1;margin-right:6px}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__detail{background:#f8fafce6;border-radius:12px;padding:6px 10px}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__detail.is-answer-compare{gap:10px}.teacher-teach-student-trajectory__outcome{border-radius:999px;justify-content:center;align-items:center;min-width:56px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__outcome{min-width:auto;padding:3px 10px}.teacher-teach-student-trajectory__outcome.is-correct{color:#047857;background:#10b98124}.teacher-teach-student-trajectory__outcome.is-partial{color:#b45309;background:#f59e0b24}.teacher-teach-student-trajectory__outcome.is-incorrect{color:#b91c1c;background:#ef444424}.teacher-teach-hotspots.is-compact{gap:8px}.teacher-teach-chip--subtle{color:#475569;background:#f8fafcf2;border-color:#94a3b833;min-height:28px;padding-inline:10px;font-size:11px;font-weight:700}html[data-theme=dark] .teacher-teach-student-trajectory-panel__summary-main strong,html[data-theme=dark] .teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__head strong{color:#f8fafc}html[data-theme=dark] .teacher-teach-student-trajectory-panel__summary-main span,html[data-theme=dark] .teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__meta,html[data-theme=dark] .teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__detail,html[data-theme=dark] .teacher-teach-chip--subtle{color:#e2e8f0c2}html[data-theme=dark] .teacher-teach-student-trajectory__item.is-compact{background:linear-gradient(#0f172af0,#1e293be6);border-color:#94a3b829;box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .teacher-teach-student-trajectory__step{color:#a7f3d0;background:#10b9812e}html[data-theme=dark] .teacher-teach-student-trajectory__item.is-compact .teacher-teach-student-trajectory__detail{background:#0f172ab8}html[data-theme=dark] .teacher-teach-chip--subtle{background:#0f172aad;border-color:#94a3b82e}.teacher-teach-control-shell--empty{gap:12px}.teacher-teach-demo-header--empty{align-items:flex-start}.teacher-teach-demo-header__class--empty{width:100%;min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.teacher-teach-demo-header__copy--empty{flex-direction:column;gap:8px;max-width:760px;display:flex}.teacher-teach-demo-header__inline-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.teacher-teach-demo-header__inline-pill{color:#475467;background:#ffffffe0;border:1px solid #1018280f;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.teacher-teach-demo-header__inline-title{color:#111827;letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.2}.teacher-teach-demo-header__inline-status{color:#667085;font-size:13px;font-weight:500}.teacher-teach-demo-header__hint{color:#667085;margin:0;font-size:14px;line-height:1.6}.teacher-teach-demo-header__feedback{border-radius:10px;align-items:center;width:fit-content;max-width:min(100%,560px);min-height:34px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.teacher-teach-demo-header__feedback--error{color:#b42318;background:#fef2f2}.teacher-teach-demo-header__feedback--success{color:#027a48;background:#ecfdf3}.teacher-teach-hero-card--empty-state{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff94;border:1px solid #1018280d;border-radius:28px;padding:0;box-shadow:inset 0 1px #ffffffa8}.teacher-teach-hero-card--empty-state.is-empty{background:#ffffff94;border-style:solid;border-color:#1018280d}.teacher-teach-preview-board--empty{gap:0}.teacher-teach-preview-board__stage-shell--empty{padding:0}.teacher-teach-preview-stage--empty{background:#ffffffb8;border:1px solid #1018280f;border-radius:24px;box-shadow:inset 0 1px #ffffffd6}.teacher-teach-preview-stage--empty:before{display:none}.teacher-teach-preview-stage__canvas--empty{background:radial-gradient(circle at 50% 44%,#fffffff5,#f8fafce0 36%,#f1f5f9ad 100%);position:relative}.teacher-teach-preview-stage__canvas--empty:after{content:"";pointer-events:none;border:1px solid #ffffffb8;border-radius:20px;position:absolute;inset:24px}.teacher-teach-empty-card-wrap{justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:40px 24px;display:flex}.teacher-teach-empty-card{background:#ffffffeb;border:1px solid #1018280f;border-radius:20px;flex:none;align-self:center;width:min(100%,520px);height:auto;padding:28px 32px;box-shadow:0 24px 48px -32px #0f172a29}.teacher-teach-empty-card__eyebrow{color:#475467;background:#f2f4f7;border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.teacher-teach-empty-card__title{color:#101828;letter-spacing:-.03em;margin:14px 0 0;font-size:34px;font-weight:700;line-height:1.12}.teacher-teach-empty-card__desc{color:#667085;margin:10px 0 0;font-size:15px;line-height:1.7}.teacher-teach-empty-card__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.teacher-teach-empty-card__button{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:14px;font-weight:700;transition:all .16s;display:inline-flex}.teacher-teach-empty-card__button--primary{box-shadow:0 14px 28px -20px #e53e3e6b}.teacher-teach-empty-card__button--secondary{color:#344054;background:#fffffff0;border:1px solid #10182814}.teacher-teach-empty-card__button--secondary:hover{background:#f8fafc;border-color:#1018281f}.teacher-teach-empty-card__link{color:#475467;align-items:center;min-height:40px;padding:0 4px;font-size:14px;font-weight:600;transition:color .16s;display:inline-flex}.teacher-teach-empty-card__link:hover{color:var(--color-primary)}html[data-theme=dark] .teacher-teach-demo-header__class--empty{background:0 0}html[data-theme=dark] .teacher-teach-demo-header__inline-pill{color:#ffffffb8;background:#111827e6;border-color:#ffffff14}html[data-theme=dark] .teacher-teach-demo-header__inline-title{color:#f8fafc}html[data-theme=dark] .teacher-teach-demo-header__inline-status,html[data-theme=dark] .teacher-teach-demo-header__hint{color:#fff9}html[data-theme=dark] .teacher-teach-hero-card--empty-state,html[data-theme=dark] .teacher-teach-hero-card--empty-state.is-empty,html[data-theme=dark] .teacher-teach-preview-stage--empty{background:#0f172a61;border-color:#94a3b824;box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .teacher-teach-preview-stage__canvas--empty{background:radial-gradient(circle at 50% 44%,#0f172ae0,#0f172ab8 40%,#020617c7 100%)}html[data-theme=dark] .teacher-teach-preview-stage__canvas--empty:after{border-color:#ffffff0f}html[data-theme=dark] .teacher-teach-empty-card{background:#111827eb;border-color:#94a3b81f;box-shadow:0 24px 48px -32px #0206178f}html[data-theme=dark] .teacher-teach-empty-card__eyebrow{color:#ffffffb8;background:#ffffff14}html[data-theme=dark] .teacher-teach-empty-card__title{color:#f8fafc}html[data-theme=dark] .teacher-teach-empty-card__desc,html[data-theme=dark] .teacher-teach-empty-card__link{color:#ffffffa3}html[data-theme=dark] .teacher-teach-empty-card__button--secondary{color:#f8fafc;background:#ffffff0a;border-color:#ffffff1a}html[data-theme=dark] .teacher-teach-empty-card__button--secondary:hover{background:#ffffff14}@media (max-width:960px){.teacher-teach-empty-card{width:min(100%,480px);padding:24px}.teacher-teach-empty-card__title{font-size:28px}.teacher-teach-preview-stage__canvas--empty{min-height:540px!important}}@media (max-width:640px){.teacher-teach-demo-header__inline-meta{gap:8px}.teacher-teach-demo-header__inline-title{width:100%;font-size:18px}.teacher-teach-preview-stage__canvas--empty{min-height:480px!important}.teacher-teach-empty-card-wrap{padding:24px 16px}.teacher-teach-empty-card{border-radius:16px;padding:20px}.teacher-teach-empty-card__title{font-size:24px}.teacher-teach-empty-card__actions{align-items:stretch}.teacher-teach-empty-card__button,.teacher-teach-empty-card__link{justify-content:center;width:100%}}.teacher-teach-demo-header__topline{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.teacher-teach-demo-header__control-wrap{position:relative}.teacher-teach-demo-header__control-toggle{min-height:48px;color:var(--teacher-teach-text-main,#064e3b);background:#fffffff0;border:0;border-radius:18px;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 16px 28px -24px #10b98133,inset 0 1px #fffffff5}.teacher-teach-demo-header__control-panel{z-index:6;background:#fffffff5;border:1px solid #10b9811f;border-radius:18px;gap:8px;min-width:180px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 40px -28px #0f172a47}.teacher-teach-quick-timer{background:linear-gradient(#fffffffa,#f0fdf4eb);border:1px solid #10b9811f;border-radius:26px;margin-top:12px;padding:18px;box-shadow:inset 0 1px #ffffffe0}.teacher-teach-quick-timer__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.teacher-teach-quick-timer__head strong{color:var(--teacher-teach-text-main,#064e3b);font-size:15px;font-weight:900}.teacher-teach-quick-timer__mode-switch{background:#d1fae5b8;border-radius:999px;padding:3px;display:inline-flex}.teacher-teach-quick-timer__mode{color:#064e3bb8;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:800}.teacher-teach-quick-timer__display{letter-spacing:.06em;color:var(--teacher-teach-text-main,#064e3b);margin-top:10px;font-size:34px;font-weight:900;line-height:1}.teacher-teach-quick-timer__presets{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.teacher-teach-quick-timer__preset{color:#064e3bd1;background:#ffffffe6;border:1px solid #10b9811f;border-radius:999px;min-height:34px;padding:0 12px;font-size:12px;font-weight:800}.teacher-teach-quick-timer__actions{gap:10px;margin-top:18px;display:flex}.teacher-teach-quick-timer__actions .teacher-teach-preview-board__action{min-height:38px;padding-inline:14px}@media (max-width:960px){.teacher-teach-demo-header__topline{justify-content:stretch}.teacher-teach-demo-header__meta,.teacher-teach-demo-header__control-toggle{justify-content:center;width:100%}.teacher-teach-demo-header__control-panel{min-width:0;left:0;right:0}.teacher-teach-quick-timer__head{flex-direction:column;align-items:flex-start}}html[data-theme=dark] .teacher-teach-demo-header__control-toggle,html[data-theme=dark] .teacher-teach-demo-header__control-panel,html[data-theme=dark] .teacher-teach-quick-timer,html[data-theme=dark] .teacher-teach-quick-timer__mode.is-active,html[data-theme=dark] .teacher-teach-quick-timer__preset{color:#f0fdf4f0;background:#0f172ae0}.teacher-teach-timer-pill{z-index:5;min-height:44px;color:var(--teacher-teach-text-main,#064e3b);letter-spacing:.08em;background:#fffffff5;border:0;border-radius:999px;padding:0 18px;font-size:20px;font-weight:900;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 16px 30px -22px #0f172a42}.teacher-teach-quick-timer__head{flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-bottom:4px}.teacher-teach-quick-timer__head-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.teacher-teach-quick-timer__minimize{color:#064e3bd6;background:#ffffffe0;border:1px solid #10b9811f;border-radius:999px;min-height:32px;padding:0 12px;font-size:12px;font-weight:800}.teacher-teach-quick-timer__display--card{letter-spacing:.06em;background:radial-gradient(circle at 50% 45%,#fffffff5 0%,#f0fdf4fa 38%,#dcfce7f5 100%);border-radius:36px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:280px;margin-top:16px;font-size:clamp(88px,15vw,152px);font-weight:900;line-height:.92;display:flex;box-shadow:inset 0 1px #fffffffa,0 22px 50px -36px #10b9814d}html[data-theme=dark] .teacher-teach-timer-pill,html[data-theme=dark] .teacher-teach-quick-timer__minimize,html[data-theme=dark] .teacher-teach-quick-timer__display--card{color:#f0fdf4f0;background:#0f172ae6}.teacher-teach-quick-timer__display-caption{letter-spacing:.18em;text-transform:uppercase;color:#064e3b85;font-size:16px;font-weight:800}html[data-theme=dark] .teacher-teach-quick-timer__display-caption{color:#f0fdf49e}.teacher-teach-quick-timer__controls-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;display:flex}.teacher-teach-quick-timer__action{border:1px solid #10b98124;border-radius:14px;min-height:44px;padding:0 20px;font-size:14px;font-weight:800;transition:all .16s}.teacher-teach-quick-timer__action:hover{transform:translateY(-1px)}.teacher-teach-quick-timer__display--card[data-urgency=warning]{color:#9a3412;background:radial-gradient(circle at 50% 45%,#fffffffa 0%,#fff7edfa 38%,#fed7aaf0 100%)}.teacher-teach-quick-timer__display--card[data-urgency=danger]{color:#b91c1c;background:radial-gradient(circle at 50% 45%,#fffffffa 0%,#fef2f2fa 38%,#fecacaf0 100%)}.teacher-teach-quick-timer__display--card[data-urgency=warning] .teacher-teach-quick-timer__display-caption{color:#9a34129e}.teacher-teach-quick-timer__display--card[data-urgency=danger] .teacher-teach-quick-timer__display-caption{color:#b91c1c9e}@media (max-width:960px){.teacher-teach-quick-timer__controls-row{flex-direction:column;align-items:stretch}.teacher-teach-quick-timer__presets,.teacher-teach-quick-timer__actions{width:100%}}html[data-theme=dark] .teacher-teach-quick-timer__action[data-variant=ghost]{color:#f0fdf4eb;background:#0f172ae0}.teacher-teach-quick-timer__presets-wrap{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.teacher-teach-quick-timer__custom-input-wrap{flex-direction:column;gap:6px;min-width:120px;display:flex}.teacher-teach-quick-timer__custom-input-wrap span{color:#064e3bad;font-size:12px;font-weight:800}.teacher-teach-quick-timer__custom-input{height:40px;color:var(--teacher-teach-text-main,#064e3b);background:#ffffffeb;border:1px solid #10b98124;border-radius:14px;padding:0 14px;font-size:16px;font-weight:800}.teacher-teach-quick-timer__custom-input:focus{border-color:#10b98161;outline:none;box-shadow:0 0 0 3px #10b9811f}@media (max-width:960px){.teacher-teach-quick-timer__presets-wrap{flex-direction:column;align-items:stretch;width:100%}.teacher-teach-quick-timer__custom-input-wrap{width:100%}}html[data-theme=dark] .teacher-teach-quick-timer__custom-input{color:#f0fdf4f0;background:#0f172ae0}.teacher-teach-quick-timer__editor{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.teacher-teach-quick-timer__editor-part{grid-template-rows:32px 56px 18px 32px;place-items:center;gap:4px;min-width:76px;display:grid}.teacher-teach-quick-timer__editor-step{color:#064e3bd6;background:#ffffffeb;border:1px solid #10b98124;border-radius:12px;width:44px;height:32px;font-size:18px;font-weight:800;line-height:1}.teacher-teach-quick-timer__editor-input{width:76px;height:56px;color:var(--teacher-teach-text-main,#064e3b);text-align:center;letter-spacing:.08em;background:#fffffff0;border:1px solid #10b98124;border-radius:18px;padding:0 10px;font-size:26px;font-weight:900}.teacher-teach-quick-timer__editor-input:focus{border-color:#10b98161;outline:none;box-shadow:0 0 0 3px #10b9811f}.teacher-teach-quick-timer__editor-label{letter-spacing:.18em;color:#064e3b94;font-size:12px;font-weight:900}@media (max-width:960px){.teacher-teach-quick-timer__editor{justify-content:space-between;width:100%}}html[data-theme=dark] .teacher-teach-quick-timer__editor-step,html[data-theme=dark] .teacher-teach-quick-timer__editor-input{color:#f0fdf4f0;background:#0f172ae0}.teacher-teach-quick-timer__editor-shell{background:radial-gradient(circle at 50% 45%,#fffffff5 0%,#f0fdf4fa 38%,#dcfce7f5 100%);border-radius:36px;flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:380px;margin-top:18px;padding:32px 24px;display:flex;box-shadow:inset 0 1px #fffffffa,0 22px 50px -36px #10b9814d}.teacher-teach-quick-timer__editor--center{justify-content:center}.teacher-teach-quick-timer__editor--center .teacher-teach-quick-timer__editor-part{grid-template-rows:46px 108px 20px 46px;gap:10px;min-width:132px}.teacher-teach-quick-timer__editor--center .teacher-teach-quick-timer__editor-step{border-radius:16px;width:64px;height:46px;font-size:24px;font-weight:900;box-shadow:0 10px 22px -18px #0f172a2e}.teacher-teach-quick-timer__editor--center .teacher-teach-quick-timer__editor-input{letter-spacing:.12em;border-radius:28px;width:132px;height:108px;font-size:56px;font-weight:900;box-shadow:0 16px 36px -28px #10b9812e}.teacher-teach-quick-timer__editor-shell[data-urgency=warning]{background:radial-gradient(circle at 50% 45%,#fffffffa 0%,#fff7edfa 38%,#fed7aaf0 100%)}.teacher-teach-quick-timer__editor-shell[data-urgency=danger]{background:radial-gradient(circle at 50% 45%,#fffffffa 0%,#fef2f2fa 38%,#fecacaf0 100%)}.teacher-teach-quick-timer__editor-shell[data-urgency=warning] .teacher-teach-quick-timer__display-caption,.teacher-teach-quick-timer__editor-shell[data-urgency=warning] .teacher-teach-quick-timer__editor-input,.teacher-teach-quick-timer__editor-shell[data-urgency=warning] .teacher-teach-quick-timer__editor-label{color:#9a3412}.teacher-teach-quick-timer__editor-shell[data-urgency=danger] .teacher-teach-quick-timer__display-caption,.teacher-teach-quick-timer__editor-shell[data-urgency=danger] .teacher-teach-quick-timer__editor-input,.teacher-teach-quick-timer__editor-shell[data-urgency=danger] .teacher-teach-quick-timer__editor-label{color:#b91c1c}.teacher-teach-quick-timer__editor-input:disabled{box-shadow:none;cursor:default;background:#fffffff5;border-color:#0000}.teacher-teach-quick-timer__editor-step:disabled{opacity:.14;cursor:default;transform:none}.teacher-teach-quick-timer__editor-shell[data-urgency] .teacher-teach-quick-timer__editor--center .teacher-teach-quick-timer__editor-input:disabled{letter-spacing:.12em;width:148px;height:118px;font-size:64px;font-weight:900}html[data-theme=dark] .teacher-teach-quick-timer__editor-input:disabled{background:#0f172af5}.teacher-teach-quick-timer{background:linear-gradient(#fff 0%,#f4fff9 100%);border:1px solid #10b98129;border-radius:30px;flex-direction:column;gap:8px;min-height:620px;padding:8px 10px 10px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffffff5,0 20px 42px -34px #064e3b24}.teacher-teach-quick-timer:before{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#0000 20%);position:absolute;inset:0}.teacher-teach-quick-timer__head{z-index:1;justify-content:space-between;gap:12px;margin-bottom:0;padding:0 2px;position:relative}.teacher-teach-quick-timer__mode-switch{background:#e8faf1;border:1px solid #10b98124;border-radius:999px;padding:4px;box-shadow:inset 0 1px #ffffffeb}.teacher-teach-quick-timer__mode{color:#064e3bd6;letter-spacing:.08em;min-height:38px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s,color .16s}.teacher-teach-quick-timer__mode:hover{transform:translateY(-1px)}.teacher-teach-quick-timer__mode.is-active{color:#065f46;background:#fff;box-shadow:inset 0 1px #fffffff0,0 10px 18px -16px #0f172a2e}.teacher-teach-quick-timer__editor-shell{z-index:1;width:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;gap:0;margin-top:0;padding:0;position:relative;overflow:visible}.teacher-teach-quick-timer__editor-shell:before{content:none}.teacher-teach-quick-timer__display-caption{z-index:1;letter-spacing:.22em;color:#064e3bb8;background:#ffffffd1;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 14px;font-size:12px;font-weight:900;display:inline-flex;position:relative}.teacher-timer-editor-cell__label,.teacher-teach-quick-timer__editor-label{display:none!important}.teacher-teach-quick-timer__editor{z-index:1;flex-wrap:nowrap;flex:auto;justify-content:center;align-items:center;gap:28px;position:relative;overflow:visible}.teacher-timer-editor-cell{flex-direction:column;justify-content:center;align-items:center;gap:18px;min-width:136px;display:flex}.teacher-timer-editor-cell__step{color:#94a3b8;background:#ffffffc7;border:0;border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .16s,background .16s,color .16s,opacity .16s;display:inline-flex;box-shadow:0 12px 24px -20px #0f172a2e}.teacher-timer-editor-cell__step:hover{color:#0f766e;background:#fff;transform:translateY(-1px)}.teacher-timer-editor-cell__input{color:#0f172a;text-align:center;width:136px;font-family:var(--teacher-font-mono,monospace);letter-spacing:-.08em;background:0 0;border:0;outline:none;font-size:clamp(72px,8vw,108px);font-weight:900;line-height:1}.teacher-timer-editor-separator{color:#2dd4bf7a;margin-top:32px;font-size:48px;font-weight:900;line-height:1}.teacher-teach-quick-timer__editor-part{background:#ffffffeb;border:0;border-radius:26px;grid-template-rows:auto auto auto auto;gap:8px;min-width:106px;padding:16px 12px 18px;position:relative;box-shadow:0 18px 34px -28px #0f172a3d}.teacher-teach-quick-timer__editor-part:not(:last-child):after{content:none}.teacher-teach-quick-timer__editor-step{color:#64748b;width:56px;height:44px;box-shadow:none;background:#f1f5f9;border:0;border-radius:16px;font-size:22px;font-weight:900;line-height:1;transition:transform .16s,box-shadow .16s,background .16s,opacity .16s}.teacher-teach-quick-timer__editor-step:hover{color:#0f766e;background:#ccfbf1;transform:translateY(-1px)}.teacher-teach-quick-timer__editor-step:active{transform:translateY(0)}.teacher-teach-quick-timer__editor-input{color:#0f172a;text-align:center;width:100%;height:auto;font-family:var(--teacher-font-mono,monospace);letter-spacing:-.08em;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:clamp(48px,6vw,72px);font-weight:900;line-height:1}.teacher-teach-quick-timer__editor-input:focus{box-shadow:none}.teacher-teach-quick-timer__editor-label{letter-spacing:0;color:#64748b;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:48px;min-height:28px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}.teacher-teach-quick-timer__controls-row{z-index:1;border-top:0;align-items:stretch;gap:10px;margin-top:0;padding-top:0;position:relative}.teacher-teach-quick-timer__presets-wrap,.teacher-teach-quick-timer__actions{box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:0;padding:0}.teacher-teach-quick-timer__presets-wrap{flex:1 1 0;align-items:center;gap:10px}.teacher-teach-quick-timer__presets,.teacher-teach-quick-timer__actions{gap:8px;margin-top:0}.teacher-teach-quick-timer__actions{background:0 0;flex-wrap:wrap;justify-content:flex-end}.teacher-teach-quick-timer__preset{color:#475569;letter-spacing:0;min-height:42px;box-shadow:none;background:#f1f5f9;border:0;border-radius:16px;padding:0 16px;font-size:13px;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s}.teacher-teach-quick-timer__preset:hover{transform:translateY(-1px)}.teacher-teach-quick-timer__action{letter-spacing:0;color:#065f46;min-height:46px;box-shadow:none;border:0;border-radius:16px;padding:0 18px;font-size:14px;font-weight:700}.teacher-teach-quick-timer__action[data-variant=primary]{color:#fff;background:linear-gradient(#18c37f 0%,#0f9f68 100%);box-shadow:inset 0 1px #ffffff3d,0 14px 24px -18px #10b98157}.teacher-teach-quick-timer__action[data-variant=ghost]{color:#475569;background:#f1f5f9}.teacher-teach-quick-timer[data-running=true] .teacher-teach-quick-timer__editor-shell{background:0 0;min-height:0;padding-top:0;padding-bottom:0}.teacher-teach-quick-timer[data-running=true] .teacher-teach-quick-timer__display-caption{color:#064e3bb8;background:#ffffffe0}.teacher-teach-quick-timer[data-running=true] .teacher-timer-editor-cell__step{opacity:.38;box-shadow:none}.teacher-teach-quick-timer[data-running=true] .teacher-timer-editor-cell__input,.teacher-teach-quick-timer[data-running=true] .teacher-timer-editor-cell__input:disabled{color:#064e3b}.teacher-teach-quick-timer[data-running=true] .teacher-teach-quick-timer__presets-wrap{opacity:.78}.teacher-teach-quick-timer__editor-shell[data-urgency=warning] .teacher-timer-editor-cell__step{color:#9a3412;background:#fff7edeb}.teacher-teach-quick-timer__editor-shell[data-urgency=danger] .teacher-timer-editor-cell__step{color:#b91c1c;background:#fee2e2eb}html[data-theme=dark] .teacher-teach-quick-timer{background:linear-gradient(#0f172af5,#111827f0),linear-gradient(135deg,#10b98114,#0f766e0a);border-color:#6ee7b724}html[data-theme=dark] .teacher-teach-quick-timer__mode-switch,html[data-theme=dark] .teacher-teach-quick-timer__presets-wrap,html[data-theme=dark] .teacher-teach-quick-timer__actions{background:#0f172ab8;border-color:#6ee7b71f}html[data-theme=dark] .teacher-teach-quick-timer__editor-shell,html[data-theme=dark] .teacher-teach-quick-timer__editor-part,html[data-theme=dark] .teacher-teach-quick-timer__editor-input,html[data-theme=dark] .teacher-teach-quick-timer__editor-step,html[data-theme=dark] .teacher-teach-quick-timer__preset,html[data-theme=dark] .teacher-teach-quick-timer__action[data-variant=ghost]{color:#f0fdf4f0;background:#0f172ae6}html[data-theme=dark] .teacher-teach-quick-timer__display-caption,html[data-theme=dark] .teacher-teach-quick-timer__editor-label{color:#f0fdf4ad;background:#ffffff14}html[data-theme=dark] .teacher-teach-quick-timer__editor-part:not(:last-child):after{color:#f0fdf438}@media (max-width:960px){.teacher-teach-quick-timer{min-height:0;padding:10px}.teacher-teach-quick-timer__head{justify-content:flex-start}.teacher-teach-quick-timer__editor-shell{border-radius:0;min-height:auto;padding:0}.teacher-teach-quick-timer__editor{flex-wrap:wrap;justify-content:center;gap:14px;width:100%}.teacher-timer-editor-cell{gap:12px;min-width:104px}.teacher-timer-editor-cell__step{border-radius:14px;width:44px;height:44px}.teacher-timer-editor-cell__input{width:104px;font-size:clamp(52px,12vw,72px)}.teacher-timer-editor-separator{margin-top:20px;font-size:34px}.teacher-teach-quick-timer__controls-row{flex-direction:column}.teacher-teach-quick-timer__presets-wrap,.teacher-teach-quick-timer__actions{width:100%}}.teacher-realtime-progress-board{color:#0f172a;background:0 0;flex-direction:column;gap:14px;width:min(100%,1120px);max-width:1120px;height:100%;min-height:0;margin:0 auto;padding:0;display:flex}.teacher-realtime-progress-board__title{display:none}.teacher-realtime-progress-stage{flex-direction:column;flex:auto;min-height:0;padding:10px 12px 12px;display:flex;overflow:hidden}.teacher-realtime-progress-stage__body{flex:auto;min-height:0;display:flex}.teacher-realtime-progress-board__toolbar{grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:12px;padding:0 4px 14px;display:grid}.teacher-realtime-progress-board__toolbar-main{display:contents}.teacher-realtime-progress-board__switches{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.teacher-realtime-progress-board__switches.is-secondary{align-items:center}.teacher-realtime-progress-board .teacher-seewo-filter-chip{color:#064e3bc7;background:0 0;border:0}.teacher-realtime-progress-board .teacher-seewo-filter-chip:hover{color:#065f46;background:0 0}.teacher-realtime-progress-board .teacher-seewo-filter-chip.active{color:#065f46}.teacher-realtime-progress-board__toolbar-summary{padding-right:2px}.teacher-realtime-progress-grid__header,.teacher-realtime-progress-grid__row,.teacher-realtime-progress-grid__identity,.teacher-realtime-progress-grid__status,.teacher-realtime-progress-grid__metric,.teacher-realtime-progress-grid__detail,.teacher-realtime-progress-grid__trajectory-list{align-items:center;display:flex}.teacher-realtime-progress-matrix,.teacher-realtime-progress-lessonmap,.teacher-realtime-progress-grid{flex:auto;min-height:0;overflow:hidden}.teacher-realtime-progress-matrix__viewport,.teacher-realtime-progress-grid__table,.teacher-realtime-progress-lessonmap__rail{height:100%;min-height:0;overflow:auto}.teacher-realtime-progress-grid{background:radial-gradient(circle at 100% 0,#ffffffb8,#0000 28%),linear-gradient(#ecfdf5e0,#d1fae585);border:1px solid #10b9811a;border-radius:28px;flex:auto;grid-template-rows:auto minmax(0,1fr);min-height:0;padding:12px;display:grid;box-shadow:inset 0 1px #fffffffa,0 22px 48px -38px #0f172a2e}.teacher-realtime-progress-grid__header{border-bottom:1px solid #10b9811a;grid-template-columns:minmax(220px,1.3fr) minmax(130px,.7fr) minmax(180px,.9fr) minmax(220px,1.2fr);gap:12px;margin-bottom:10px;padding:0 10px 10px;display:grid}.teacher-realtime-progress-grid__header .teacher-realtime-progress-grid__cell{color:#064e3b99;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.teacher-realtime-progress-grid__cell--title{color:#064e3bd6!important}.teacher-realtime-progress-grid__table{gap:10px;min-height:0;padding-right:4px;display:grid;overflow-y:auto}.teacher-realtime-progress-grid__row{background:#fffffff0;border:1px solid #ffffffb8;border-radius:24px;grid-template-columns:minmax(220px,1.3fr) minmax(130px,.7fr) minmax(180px,.9fr) minmax(220px,1.2fr);align-items:center;gap:12px;padding:14px 16px;display:grid;box-shadow:0 18px 32px -30px #0f172a3d}.teacher-realtime-progress-grid__row.is-expanded{padding-bottom:16px}.teacher-realtime-progress-grid__row.is-attention{background:linear-gradient(#fffffffa,#fff1f2f5)}.teacher-realtime-progress-grid__row.is-pending{background:linear-gradient(#fffffffa,#fffbebf5)}.teacher-realtime-progress-grid__row.is-done{background:linear-gradient(#fffffffa,#ecfdf5f5)}.teacher-realtime-progress-grid__cell{min-width:0}.teacher-realtime-progress-grid__identity,.teacher-realtime-progress-grid__status,.teacher-realtime-progress-grid__metric,.teacher-realtime-progress-grid__detail{gap:10px}.teacher-realtime-progress-grid__avatar{width:52px;height:52px;color:var(--teacher-teach-text-main,#064e3b);background:linear-gradient(#fff 0%,#dcfce7 100%);border:2px solid #fffffffa;border-radius:18px;flex:0 0 52px;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:inline-flex;overflow:hidden;box-shadow:0 16px 28px -24px #0f172a47}.teacher-realtime-progress-grid__avatar.is-offline{color:#64748b;background:linear-gradient(#f8fafc 0%,#e2e8f0 100%)}.teacher-realtime-progress-grid__avatar-image{object-fit:cover;width:100%;height:100%}.teacher-realtime-progress-grid__identity-copy{gap:4px;min-width:0;display:grid}.teacher-realtime-progress-grid__identity-copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:16px;font-weight:900;line-height:1.2}.teacher-realtime-progress-grid__identity-copy span,.teacher-realtime-progress-grid__metric-label,.teacher-realtime-progress-grid__detail>span,.teacher-realtime-progress-grid__trajectory-item span:last-child{color:#064e3bb8;font-size:12px;font-weight:700;line-height:1.45}.teacher-realtime-progress-grid__status{flex-wrap:wrap;justify-content:space-between}.teacher-realtime-progress-grid__badge,.teacher-realtime-progress-grid__presence,.teacher-realtime-progress-grid__detail-action{border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.teacher-realtime-progress-grid__badge{color:#334155;background:#e2e8f0c7}.teacher-realtime-progress-grid__badge.is-ok{color:#047857;background:#10b98124}.teacher-realtime-progress-grid__badge.is-err{color:#be123c;background:#f43f5e24}.teacher-realtime-progress-grid__badge.is-pending{color:#b45309;background:#f59e0b29}.teacher-realtime-progress-grid__presence{color:#064e3bb8;background:#ffffffd6}.teacher-realtime-progress-grid__presence.is-offline{color:#64748b}.teacher-realtime-progress-grid__metric{flex-direction:column;align-items:stretch}.teacher-realtime-progress-grid__track{background:#e2e8f0d1;border-radius:999px;width:100%;height:12px;position:relative;overflow:hidden}.teacher-realtime-progress-grid__track-fill{border-radius:inherit;background:linear-gradient(90deg,#34d399 0%,#10b981 100%);position:absolute;inset:0 auto 0 0;box-shadow:0 10px 18px -16px #10b98180}.teacher-realtime-progress-grid__track.is-err .teacher-realtime-progress-grid__track-fill{background:linear-gradient(90deg,#fb7185 0%,#f43f5e 100%)}.teacher-realtime-progress-grid__track.is-pending .teacher-realtime-progress-grid__track-fill{background:linear-gradient(90deg,#fbbf24 0%,#f59e0b 100%)}.teacher-realtime-progress-grid__track.is-neutral .teacher-realtime-progress-grid__track-fill{background:linear-gradient(90deg,#93c5fd 0%,#60a5fa 100%)}.teacher-realtime-progress-grid__detail{justify-content:space-between;gap:12px}.teacher-realtime-progress-grid__detail>span{flex:auto}.teacher-realtime-progress-grid__detail-action{color:#047857;cursor:pointer;background:#10b9811f;border:0;transition:transform .16s,background .16s}.teacher-realtime-progress-grid__detail-action:hover{background:#10b9812e;transform:translateY(-1px)}.teacher-realtime-progress-grid__trajectory{border-top:1px dashed #10b98129;grid-column:1/-1;margin-top:4px;padding-top:12px}.teacher-realtime-progress-grid__trajectory-list{flex-wrap:wrap;align-items:stretch;gap:10px}.teacher-realtime-progress-grid__trajectory-item{background:#ffffffe0;border:1px solid #10b98114;border-radius:18px;flex:180px;gap:4px;min-width:160px;padding:12px 14px;display:grid}.teacher-realtime-progress-grid__trajectory-item strong{font-size:14px;font-weight:900;line-height:1.2}.teacher-realtime-progress-grid__trajectory-item.is-ok strong{color:#047857}.teacher-realtime-progress-grid__trajectory-item.is-pending strong{color:#b45309}.teacher-realtime-progress-grid__trajectory-item.is-err strong{color:#be123c}.teacher-realtime-progress-grid__trajectory-index{color:#064e3b85;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.teacher-realtime-progress-grid__empty{color:#064e3bb8;background:#ffffffb8;border:1px dashed #10b9812e;border-radius:24px;justify-content:center;align-items:center;min-height:140px;font-size:14px;font-weight:800;display:flex}.teacher-realtime-progress-matrix{background:radial-gradient(circle at 0 0,#ffffffd1,#0000 24%),linear-gradient(#fffffff5,#ecfdf5e6);border:1px solid #10b9811a;border-radius:26px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 1px #fffffffa,0 20px 40px -34px #0f172a2e}.teacher-realtime-progress-matrix__head,.teacher-realtime-progress-matrix__legend,.teacher-realtime-progress-matrix__student{align-items:center;display:flex}.teacher-realtime-progress-matrix__head{flex-wrap:wrap;justify-content:space-between;gap:12px}.teacher-realtime-progress-matrix__copy{gap:5px;min-width:min(100%,360px);display:grid}.teacher-realtime-progress-matrix__eyebrow{color:#047857cc;letter-spacing:.12em;text-transform:uppercase;background:#10b9811f;border-radius:999px;align-items:center;width:fit-content;min-height:26px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.teacher-realtime-progress-matrix__copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:18px;font-weight:900;line-height:1.25}.teacher-realtime-progress-matrix__copy span:last-child{color:#064e3bad;font-size:12px;font-weight:700}.teacher-realtime-progress-matrix__legend{flex-wrap:wrap;gap:8px}.teacher-realtime-progress-matrix__legend span{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.teacher-realtime-progress-matrix__legend .is-correct{color:#047857;background:#10b98124}.teacher-realtime-progress-matrix__legend .is-selected{color:#1d4ed8;background:#3b82f61f}.teacher-realtime-progress-matrix__legend .is-pending{color:#b45309;background:#f59e0b24}.teacher-realtime-progress-matrix__viewport{min-height:0;padding-bottom:2px;overflow-x:auto}.teacher-realtime-progress-matrix__table{gap:8px;min-width:max-content;display:grid}.teacher-realtime-progress-matrix__table--header{z-index:1;margin-bottom:8px;position:sticky;top:0}.teacher-realtime-progress-matrix__body{gap:8px;display:grid}.teacher-realtime-progress-matrix__cell{color:#064e3bc7;text-align:center;background:#ffffffd6;border-radius:18px;justify-content:center;align-items:center;min-height:58px;padding:10px 12px;font-size:12px;font-weight:800;display:flex}.teacher-realtime-progress-matrix__cell--student,.teacher-realtime-progress-matrix__student{text-align:left;justify-content:flex-start}.teacher-realtime-progress-matrix__cell--option{flex-direction:column;gap:2px}.teacher-realtime-progress-matrix__cell--option strong{color:var(--teacher-teach-text-main,#064e3b);font-size:14px;font-weight:900}.teacher-realtime-progress-matrix__row{align-items:stretch}.teacher-realtime-progress-matrix__row.is-attention .teacher-realtime-progress-matrix__student{background:#fff1f2eb}.teacher-realtime-progress-matrix__row.is-pending .teacher-realtime-progress-matrix__student{background:#fffbebeb}.teacher-realtime-progress-matrix__student{gap:10px}.teacher-realtime-progress-matrix__student-copy{gap:4px;display:grid}.teacher-realtime-progress-matrix__student-copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:14px;font-weight:900}.teacher-realtime-progress-matrix__student-copy span{color:#064e3bad;font-size:12px;font-weight:700}.teacher-realtime-progress-matrix__answer{background:#f8fafcdb;border:1px dashed #94a3b866;position:relative}.teacher-realtime-progress-matrix__answer.is-correct{color:#047857;background:#ecfdf5f5;border-style:solid;border-color:#10b98147}.teacher-realtime-progress-matrix__answer.is-correct-outline{color:#047857;background:#ecfdf5b8;border-style:solid;border-color:#10b98147}.teacher-realtime-progress-matrix__answer.is-incorrect{color:#be123c;background:#fff1f2f5;border-style:solid;border-color:#f43f5e42}.teacher-realtime-progress-matrix__answer.is-pending{color:#b45309;background:#fffbebf5;border-style:dashed;border-color:#f59e0b3d}.teacher-realtime-progress-matrix__answer-mark{font-size:18px;font-weight:900;line-height:1}.teacher-realtime-progress-lessonmap{background:radial-gradient(circle at 100% 0,#ffffffbd,#0000 24%),linear-gradient(#fffffff5,#eff6ffeb);border:1px solid #3b82f61a;border-radius:26px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 1px #fffffffa,0 20px 40px -34px #0f172a2e}.teacher-realtime-progress-lessonmap__head,.teacher-realtime-progress-lessonmap__legend,.teacher-realtime-progress-lessonmap__rail{align-items:center;display:flex}.teacher-realtime-progress-lessonmap__head{flex-wrap:wrap;justify-content:space-between;gap:12px}.teacher-realtime-progress-lessonmap__copy{gap:5px;display:grid}.teacher-realtime-progress-lessonmap__eyebrow{color:#1d4ed8;letter-spacing:.12em;text-transform:uppercase;background:#3b82f61f;border-radius:999px;align-items:center;width:fit-content;min-height:26px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.teacher-realtime-progress-lessonmap__copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:18px;font-weight:900;line-height:1.25}.teacher-realtime-progress-lessonmap__copy span:last-child{color:#064e3bad;font-size:12px;font-weight:700}.teacher-realtime-progress-lessonmap__legend{flex-wrap:wrap;gap:8px}.teacher-realtime-progress-lessonmap__legend span{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.teacher-realtime-progress-lessonmap__legend .is-completed{color:#047857;background:#10b98124}.teacher-realtime-progress-lessonmap__legend .is-current{color:#1d4ed8;background:#3b82f61f}.teacher-realtime-progress-lessonmap__legend .is-upcoming{color:#475569;background:#94a3b829}.teacher-realtime-progress-lessonmap__rail{flex-wrap:wrap;gap:10px}.teacher-realtime-progress-lessonmap__card{background:#ffffffe0;border:1px solid #ffffffd1;border-radius:20px;flex:180px;gap:5px;min-width:164px;padding:14px;display:grid;box-shadow:0 16px 28px -28px #0f172a3d}.teacher-realtime-progress-lessonmap__card.is-completed{background:linear-gradient(#ecfdf5f5,#d1fae5e6)}.teacher-realtime-progress-lessonmap__card.is-current{background:linear-gradient(#eff6fffa,#dbeafeeb);border-color:#60a5fa42}.teacher-realtime-progress-lessonmap__card.is-upcoming{background:linear-gradient(#f8fafcfa,#f1f5f9eb)}.teacher-realtime-progress-lessonmap__order{color:#064e3b85;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.teacher-realtime-progress-lessonmap__card strong{color:var(--teacher-teach-text-main,#064e3b);font-size:15px;font-weight:900;line-height:1.35}.teacher-realtime-progress-lessonmap__meta{color:#064e3bad;font-size:12px;font-weight:700}html[data-theme=dark] .teacher-realtime-progress-matrix,html[data-theme=dark] .teacher-realtime-progress-matrix__cell,html[data-theme=dark] .teacher-realtime-progress-lessonmap,html[data-theme=dark] .teacher-realtime-progress-lessonmap__card{color:#f0fdf4e0;background:#0f172ae6}html[data-theme=dark] .teacher-realtime-progress-matrix__copy strong,html[data-theme=dark] .teacher-realtime-progress-matrix__cell--option strong,html[data-theme=dark] .teacher-realtime-progress-matrix__student-copy strong,html[data-theme=dark] .teacher-realtime-progress-lessonmap__copy strong,html[data-theme=dark] .teacher-realtime-progress-lessonmap__card strong{color:#f8fafc}html[data-theme=dark] .teacher-realtime-progress-matrix__copy span:last-child,html[data-theme=dark] .teacher-realtime-progress-matrix__student-copy span,html[data-theme=dark] .teacher-realtime-progress-lessonmap__copy span:last-child,html[data-theme=dark] .teacher-realtime-progress-lessonmap__meta,html[data-theme=dark] .teacher-realtime-progress-lessonmap__order{color:#f0fdf4ad}html[data-theme=dark] .teacher-realtime-progress-board,html[data-theme=dark] .teacher-realtime-progress-board__hotspots-label,html[data-theme=dark] .teacher-realtime-progress-grid,html[data-theme=dark] .teacher-realtime-progress-grid__row,html[data-theme=dark] .teacher-realtime-progress-grid__presence,html[data-theme=dark] .teacher-realtime-progress-grid__trajectory-item,html[data-theme=dark] .teacher-realtime-progress-grid__empty{color:#f0fdf4eb;background:#0f172ae0}html[data-theme=dark] .teacher-realtime-progress-board{background:0 0}html[data-theme=dark] .teacher-realtime-progress-board .teacher-seewo-filter-chip{color:#e2e8f0d1}html[data-theme=dark] .teacher-realtime-progress-board .teacher-seewo-filter-chip.active{color:#f8fafc}html[data-theme=dark] .teacher-realtime-progress-board__toolbar-summary{color:#e2e8f0b8}html[data-theme=dark] .teacher-realtime-progress-grid__identity-copy strong{color:#f8fafc}html[data-theme=dark] .teacher-realtime-progress-grid__header .teacher-realtime-progress-grid__cell,html[data-theme=dark] .teacher-realtime-progress-grid__identity-copy span,html[data-theme=dark] .teacher-realtime-progress-grid__metric-label,html[data-theme=dark] .teacher-realtime-progress-grid__detail>span,html[data-theme=dark] .teacher-realtime-progress-grid__trajectory-item span:last-child,html[data-theme=dark] .teacher-realtime-progress-grid__trajectory-index{color:#f0fdf4ad}html[data-theme=dark] .teacher-realtime-progress-grid__row{border-color:#94a3b81f}html[data-theme=dark] .teacher-realtime-progress-grid__badge{color:#e2e8f0;background:#334155d1}html[data-theme=dark] .teacher-realtime-progress-grid__detail-action{color:#a7f3d0;background:#10b9812e}html[data-theme=dark] .teacher-realtime-progress-grid__track{background:#334155c7}@media (max-width:960px){.teacher-realtime-progress-board__toolbar{grid-template-columns:1fr}.teacher-realtime-progress-board__toolbar-main{gap:12px;display:grid}.teacher-realtime-progress-board__switches{flex-wrap:wrap}.teacher-realtime-progress-board__toolbar-summary{text-align:left}.teacher-realtime-progress-grid__header{display:none}.teacher-realtime-progress-grid__row{grid-template-columns:minmax(0,1fr)}.teacher-realtime-progress-grid__detail{flex-direction:column;align-items:flex-start}.teacher-realtime-progress-grid__detail-action{width:100%}}.teacher-teach-demo-header{justify-content:space-between;align-items:flex-start;gap:16px}.teacher-teach-demo-header__class{flex:auto;min-width:0;max-width:none}.teacher-teach-demo-header__status-pills{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.teacher-teach-demo-header__status-pill{min-height:34px;color:var(--teacher-teach-text-muted,#047857);background:#fffc;border:1px solid #d1fae5eb;border-radius:999px;align-items:center;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 10px 20px -18px #10b9814d}.teacher-teach-console-grid{grid-template-columns:minmax(220px,.62fr) minmax(0,2.75fr) minmax(236px,.74fr);gap:16px}.teacher-teach-console-column--left-compact{min-width:0}.teacher-teach-console-column--left-compact .teacher-teach-list-card{flex:auto}.teacher-teach-preview-board__top{justify-content:space-between;align-items:flex-start;gap:16px}.teacher-teach-preview-board__context{background:#ffffffc7;border:1px solid #d1fae5db;border-radius:22px;align-items:center;gap:12px;min-width:0;padding:12px 16px;display:flex}.teacher-teach-preview-board__context-badge{min-height:34px;color:var(--teacher-teach-brand-dark,#059669);white-space:nowrap;background:#10b98124;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.teacher-teach-preview-board__context-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.teacher-teach-preview-board__context-copy strong{color:var(--teacher-teach-text-main,#064e3b);font-size:16px;font-weight:800}.teacher-teach-preview-board__context-copy span{color:#047857b8;font-size:12px;line-height:1.45}.teacher-teach-bottom-dock{z-index:6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #d1fae5f5;border-radius:30px;grid-template-columns:minmax(0,1.32fr) minmax(0,1.1fr) auto;align-items:center;gap:12px;margin-top:16px;padding:14px;display:grid;position:sticky;bottom:18px;box-shadow:0 24px 42px -30px #0f172a42,0 6px 18px -16px #10b9812e}.teacher-teach-bottom-dock__page-nav{align-items:center;gap:8px;display:inline-flex}.teacher-teach-bottom-dock__right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.teacher-teach-bottom-dock__session{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.teacher-teach-bottom-dock__nav-button,.teacher-teach-bottom-dock__support-button{color:#334155;background:#fffffff5;border:2px solid #e2e8f0f5;border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:56px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 16px 26px -22px #0f172a2e}.teacher-teach-bottom-dock__support-button--primary{color:#fff;background:linear-gradient(#12c48b 0%,#0fa271 100%);border-color:#10b9813d}.teacher-teach-bottom-dock__nav-button{width:56px;min-width:56px;padding:0}.teacher-teach-bottom-dock__nav-button:disabled,.teacher-teach-bottom-dock__support-button:disabled,.teacher-teach-bottom-dock__primary-button:disabled,.teacher-teach-bottom-dock__tool:disabled{opacity:.48;box-shadow:none}.teacher-teach-bottom-dock__page-indicator{min-width:96px;min-height:56px;color:var(--teacher-teach-brand-dark,#059669);background:#10b9811f;border-radius:18px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:900;display:inline-flex}.teacher-teach-bottom-dock__primary{flex-wrap:wrap;gap:10px;min-width:0;display:flex}.teacher-teach-bottom-dock__primary-button{min-height:64px;color:var(--teacher-teach-text-main,#064e3b);background:#f8fffcf0;border:2px solid #d1fae5f5;border-radius:20px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 18px 28px -24px #10b9812e}.teacher-teach-bottom-dock__primary-button.is-primary{color:#fff;background:linear-gradient(#15c98e 0%,#10b981 100%);border-color:#10b98138}.teacher-teach-bottom-dock__tools{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.teacher-teach-bottom-dock__tool{min-height:56px;color:var(--teacher-teach-text-main,#064e3b);background:#f8fffceb;border:2px solid #d1fae5f5;border-radius:18px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:800;display:flex;box-shadow:0 16px 24px -24px #0f172a2e}.teacher-teach-bottom-dock__tool-icon{width:30px;height:30px;color:var(--teacher-teach-brand,#10b981);background:#fffffff5;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.teacher-teach-bottom-dock__tool[data-tone=rollcall] .teacher-teach-bottom-dock__tool-icon{color:#f97316}.teacher-teach-bottom-dock__tool[data-tone=evaluation] .teacher-teach-bottom-dock__tool-icon{color:#f59e0b}.teacher-teach-bottom-dock__tool[data-tone=timer] .teacher-teach-bottom-dock__tool-icon{color:#6366f1}.teacher-teach-bottom-dock__tool-label{white-space:nowrap}.teacher-teach-bottom-dock__support{align-items:center;gap:10px;display:inline-flex}@media (max-width:1480px){.teacher-teach-bottom-dock{grid-template-columns:minmax(0,1fr)}.teacher-teach-bottom-dock__right,.teacher-teach-bottom-dock__page-nav,.teacher-teach-bottom-dock__support{justify-content:center}}@media (max-width:960px){.teacher-teach-demo-header,.teacher-teach-preview-board__top{flex-direction:column}.teacher-teach-bottom-dock__tools{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-teach-bottom-dock__right{flex-wrap:wrap}}.teacher-teach-bottom-dock{background:linear-gradient(#fffffffa,#f8fffcf5),#fffffff5;border-color:#d1fae5fa;box-shadow:0 30px 48px -34px #0f172a47,0 12px 30px -26px #10b98142,inset 0 1px #ffffffeb}.teacher-teach-bottom-dock__primary,.teacher-teach-bottom-dock__tools,.teacher-teach-bottom-dock__session,.teacher-teach-bottom-dock__support,.teacher-teach-bottom-dock__page-nav{background:linear-gradient(#fffffff5,#f8fafceb);border:1px solid #e2e8f0e0;border-radius:22px;padding:8px;box-shadow:inset 0 1px #fffffff5,0 14px 28px -28px #0f172a3d}.teacher-teach-bottom-dock__session,.teacher-teach-bottom-dock__support,.teacher-teach-bottom-dock__page-nav{min-height:72px}.teacher-teach-bottom-dock__right{box-shadow:none;background:0 0;border:0;gap:10px;padding:0}.teacher-teach-bottom-dock__primary-button,.teacher-teach-bottom-dock__tool,.teacher-teach-bottom-dock__support-button,.teacher-teach-bottom-dock__nav-button{transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.teacher-teach-bottom-dock__primary-button:hover:not(:disabled),.teacher-teach-bottom-dock__tool:hover:not(:disabled),.teacher-teach-bottom-dock__support-button:hover:not(:disabled),.teacher-teach-bottom-dock__nav-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 30px -24px #0f172a33}.teacher-teach-bottom-dock__primary-button{background:linear-gradient(#fffffffa,#f0fdf4f0);border-color:#d1fae5e0}.teacher-teach-bottom-dock__primary-button.is-primary,.teacher-teach-bottom-dock__support-button--primary{box-shadow:0 20px 30px -22px #10b9816b,inset 0 1px #ffffff2e}.teacher-teach-bottom-dock__support-button--danger{color:#fff;background:linear-gradient(#fb7185 0%,#ef4444 100%);border-color:#f8717138;box-shadow:0 18px 30px -24px #ef444470,inset 0 1px #ffffff29}.teacher-teach-bottom-dock__support-button--danger:hover:not(:disabled){border-color:#f43f5e4d;box-shadow:0 22px 32px -24px #ef444480,inset 0 1px #ffffff2e}.teacher-teach-bottom-dock__tool{gap:10px;min-height:60px}.teacher-teach-bottom-dock__tool-icon{box-shadow:inset 0 1px #ffffffeb}.teacher-teach-bottom-dock__page-indicator{background:linear-gradient(#dcfce7f5,#d1fae5e0);min-width:104px;box-shadow:inset 0 1px #ffffffdb}.teacher-teach-console-column--left .teacher-teach-list-card{background:linear-gradient(#fffffff5,#f8fafcf0),#fffffff0;box-shadow:0 22px 36px -30px #0f172a1f}.teacher-teach-console-column--left .teacher-teach-interaction-list{gap:8px;padding:4px 0 4px 18px}.teacher-teach-console-column--left .teacher-teach-interaction-item{background:linear-gradient(#fffffff5,#f8fafceb);border-color:#cbd5e1b8;min-height:54px;padding:10px 12px}.teacher-teach-console-column--left .teacher-teach-interaction-item.is-upcoming{background:linear-gradient(#fffffffa,#f1f5f9f0);border-color:#cbd5e1d6}.teacher-teach-console-column--left .teacher-teach-interaction-item.is-completed{opacity:.72}.teacher-teach-console-column--left .teacher-teach-interaction-item.is-current{background:linear-gradient(#22c55e 0%,#10b981 100%);border-color:#10b98147;transform:translate(6px);box-shadow:0 18px 26px -20px #10b9815c,inset 0 0 0 1px #ffffff1f}.teacher-teach-console-column--left .teacher-teach-interaction-item__order{background:#0f172a14;border-radius:999px;min-width:34px;min-height:26px;padding-inline:10px;font-size:11px}.teacher-teach-console-column--left .teacher-teach-interaction-item.is-current .teacher-teach-interaction-item__order{background:#ffffff2e}.teacher-teach-preview-board{gap:14px}.teacher-teach-preview-board__stage-shell{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 50% 14%,#ffffffeb,#f0fdfa8f 42%,#e2e8f04d 100%),#ffffff9e;border:1px solid #e2e8f0e0;border-radius:30px;padding:10px;box-shadow:inset 0 1px #ffffffdb,0 24px 40px -34px #0f172a38}.teacher-teach-preview-stage{border:3px solid #fffffff5;border-radius:30px;box-shadow:0 28px 42px -30px #0f172a29,0 0 0 1px #10b98124,0 0 0 10px #ffffff3d}.teacher-teach-preview-stage__canvas{background:linear-gradient(#fff3,#fff0),radial-gradient(circle at 50% 0,#ffffff2e,#fff0 38%),linear-gradient(#10b98109 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#10b98108 1px,#0000 1px) 0 0/28px 28px}.teacher-teach-console-column--right .teacher-teach-aux-card--evaluation-compact{background:linear-gradient(#fffffffa,#f8fafcf5),#fffffff5;box-shadow:0 24px 40px -34px #0f172a2e,inset 0 1px #ffffffeb}.teacher-teach-eval-sidebar__board{background:linear-gradient(#fffffffa,#f8fafcf0),#fffffff5;border-color:#e2e8f0eb;box-shadow:inset 0 1px #ffffffeb,0 18px 28px -24px #0f172a1f}.teacher-rpg-leaderboard__tabs,.teacher-rpg-leaderboard__scope{box-shadow:inset 0 1px #ffffffeb,0 12px 18px -18px #0f172a2e;background:linear-gradient(#fffffffa,#f8fafcf0)!important;border-color:#e2e8f0e6!important}.teacher-rpg-leaderboard__podium-card{border-color:#e2e8f0e6;transition:transform .18s,box-shadow .18s,border-color .18s}.teacher-rpg-leaderboard__podium-card:hover{transform:translateY(-1px);box-shadow:0 18px 30px -24px #0f172a38}.teacher-rpg-leaderboard__podium-card--rank-1{border-color:#f59e0b3d}.teacher-rpg-leaderboard__podium-card--rank-2{border-color:#94a3b847}.teacher-rpg-leaderboard__podium-card--rank-3{border-color:#fb923c38}.teacher-rpg-leaderboard__rank-row{border-color:#e2e8f0e0;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:inset 0 1px #ffffffe6,0 14px 24px -24px #0f172a29}.teacher-rpg-leaderboard__rank-row:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffffeb,0 18px 28px -24px #0f172a2e}.teacher-teach-bottom-dock__primary,.teacher-teach-bottom-dock__tools,.teacher-teach-bottom-dock__session,.teacher-teach-bottom-dock__page-nav{background:linear-gradient(#fffffff5,#f8fafceb);border:1px solid #e2e8f0e0;border-radius:22px;padding:8px;box-shadow:inset 0 1px #fffffff5,0 14px 28px -28px #0f172a3d}.teacher-teach-bottom-dock{grid-template-columns:minmax(0,1fr) auto}.teacher-teach-console-column--left-compact{flex-direction:column;gap:14px;display:flex}.teacher-teach-console-column--left-compact .teacher-teach-aux-card{flex:none}
