:root{color:#17213b;background:#edf1f6;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17213b;--muted: #65728a;--panel: #ffffff;--line: #dce3ec;--purple: #6757e8;--purple-dark: #4d3ec9;--mint: #38b98b;--danger: #d94b4b}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;overflow:hidden}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,.board-stage:focus-visible{outline:3px solid rgba(103,87,232,.35);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.entry-screen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 10%,rgba(112,225,184,.42),transparent 30%),radial-gradient(circle at 86% 84%,rgba(118,101,232,.3),transparent 34%),#17213b}.entry-card{width:min(520px,100%);padding:42px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:#fffffff5;box-shadow:0 28px 80px #040b1e61}.entry-card h1{margin:12px 0;font-size:clamp(30px,6vw,50px);line-height:1.02;letter-spacing:-.04em}.entry-card p{color:var(--muted);line-height:1.6}.entry-card--loading{text-align:center}.entry-help{margin-top:24px;padding:18px;border-radius:16px;color:#46536b;background:#f0f3f8;line-height:1.5}.loading-line{width:74%;height:16px;margin:28px auto 10px;border-radius:999px;background:linear-gradient(90deg,#e8ecf2,#f8f9fb,#e8ecf2);background-size:200% 100%;animation:shimmer 1.2s infinite}.loading-line--short{width:48%;margin-top:0}@keyframes shimmer{to{background-position:-200% 0}}.brand-mark{width:64px;height:64px;display:grid;place-items:center;border-radius:21px 21px 21px 7px;color:#fff;background:var(--purple);font-size:25px;font-weight:900;letter-spacing:-.08em;box-shadow:inset 0 -5px #0000001f}.brand-mark--small{width:42px;height:42px;border-radius:14px 14px 14px 5px;font-size:17px;flex:0 0 auto}.eyebrow{color:var(--purple);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.classroom-app{height:100dvh;display:grid;grid-template-rows:66px minmax(0,1fr);background:#edf1f6}.classroom-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;color:#fff;background:var(--ink);box-shadow:0 5px 20px #0c142b2e}.voice-connecting-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#17213b52;backdrop-filter:blur(3px);cursor:wait}.voice-connecting-card{width:min(360px,100%);display:flex;align-items:center;gap:13px;padding:18px;border:1px solid rgba(255,255,255,.55);border-radius:18px;color:var(--ink);background:#fffffff7;box-shadow:0 20px 48px #050c1f3d}.voice-connecting-card strong,.voice-connecting-card small{display:block}.voice-connecting-card strong{font-size:15px}.voice-connecting-card small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.voice-connecting-spinner{width:28px;height:28px;flex:0 0 auto;border:3px solid #ddd9ff;border-top-color:var(--purple);border-radius:50%;animation:voice-connecting-spin .8s linear infinite}@keyframes voice-connecting-spin{to{transform:rotate(360deg)}}.brand,.lesson-meta,.identity-chip,.media-panel__header>div{display:flex;align-items:center}.brand{gap:11px}.brand strong,.brand span{display:block}.brand strong{font-size:15px}.brand span{margin-top:2px;color:#aeb8ca;font-size:11px}.lesson-meta{gap:10px}.lesson-chip{padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#cfd6e2;font-size:12px}.identity-chip{gap:8px}.identity-chip>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--ink);background:#7de1bd;font-weight:800}.identity-chip strong,.identity-chip small{display:block}.identity-chip strong{font-size:12px}.identity-chip small{margin-top:1px;color:#aeb8ca;font-size:10px}.leave-button{padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;background:transparent;cursor:pointer}.sidebar-toggle,.gesture-toggle,.call-toggle{padding:8px 10px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#dce3ec;background:#ffffff14;font-size:11px;font-weight:700;cursor:pointer}.sidebar-toggle:hover,.gesture-toggle:hover,.call-toggle:hover:not(:disabled){background:#ffffff29}.call-toggle--connected{color:#b9f0d9}.call-toggle:disabled{opacity:.65}.call-toggle__compact{display:none}.sidebar-toggle--board{position:absolute;top:12px;left:13px;z-index:7;width:auto;height:38px;display:grid;grid-template-columns:21px max-content;gap:6px;place-items:center;padding:0 10px;border:1px solid rgba(23,33,59,.14);border-radius:12px;color:#46536b;background:#fffffff0;box-shadow:0 7px 18px #17213b24;transition:color .16s ease,background .16s ease,transform .22s ease,box-shadow .22s ease}.sidebar-toggle--board:hover{color:var(--purple-dark);background:#fff}.sidebar-toggle--board svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sidebar-toggle--board span{font-size:12px;font-weight:700;white-space:nowrap}.sidebar-toggle--board.sidebar-toggle--hidden{transform:translate(2px)}.leave-button:hover{background:#ffffff14}.classroom-layout{min-height:0;display:grid;grid-template-columns:248px minmax(0,1fr);gap:12px;padding:12px;transition:grid-template-columns .26s ease,gap .26s ease}.classroom-sidebar{width:248px;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden;opacity:1;transform:translate(0);transition:opacity .18s ease,transform .26s ease}.classroom-app--sidebar-hidden .classroom-layout{grid-template-columns:0 minmax(0,1fr);gap:0}.classroom-app--sidebar-hidden .classroom-sidebar{opacity:0;transform:translate(-16px);pointer-events:none}.media-panel,.teacher-access,.lesson-note{border:1px solid rgba(23,33,59,.08);border-radius:20px;background:var(--panel);box-shadow:0 10px 30px #17213b12}.media-panel{padding:15px}.mobile-media-close{display:none}.media-panel__header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.media-panel__header>div{gap:7px}.participant-count{color:var(--muted);font-size:10px}.status-dot{width:8px;height:8px;display:inline-block;flex:0 0 auto;border-radius:50%;background:#a4adbb;box-shadow:0 0 0 3px #a4adbb29}.status-dot--connected{background:var(--mint);box-shadow:0 0 0 3px #38b98b29}.status-dot--connecting{background:#e2a33f;animation:pulse 1.3s infinite}.status-dot--error,.status-dot--disconnected{background:var(--danger)}@keyframes pulse{50%{opacity:.4}}.voice-portrait{min-height:116px;display:grid;place-items:center;align-content:center;gap:10px;margin:14px 0;border:1px solid #e4e8ef;border-radius:16px;background:radial-gradient(circle at 50% 45%,rgba(103,87,232,.18),transparent 36%),linear-gradient(145deg,#f5f7fa,#e9edf4)}.voice-portrait>span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--purple);font-weight:900}.voice-portrait small{color:var(--muted);font-size:10px}.button{min-height:40px;border:0;border-radius:12px;font-weight:750;cursor:pointer}.button:disabled{opacity:.62;cursor:wait}.button--wide{width:100%}.button--primary{color:#fff;background:var(--purple)}.button--primary:hover{background:var(--purple-dark)}.button--secondary{color:#244f3f;background:#dcf6ec}.button--danger{color:#8e2e2e;background:#fbe0e0}.button--disconnect{margin-top:8px;color:#526078;background:#eef1f6}.button--disconnect:hover{color:#8e2e2e;background:#fbe0e0}.inline-error{margin:10px 0 0;padding:9px;border-radius:10px;color:#923636;background:#fff0f0;font-size:11px;line-height:1.4}.media-panel__hint{margin:10px 0 0;color:#8b95a6;font-size:10px;line-height:1.4}.output-volume{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 8px;margin-top:11px;color:var(--muted);font-size:10px}.output-volume strong{color:#3f4c65;font-size:10px}.output-volume input{grid-column:1 / -1;width:100%;accent-color:var(--purple)}.teacher-access{padding:15px}.teacher-access__heading,.teacher-access__actions{display:flex;align-items:center}.teacher-access__heading{justify-content:space-between;gap:8px}.teacher-access__heading strong{display:block;margin-top:4px;font-size:13px}.teacher-access__badge{padding:4px 7px;border-radius:999px;color:#4d3ec9;background:#efedff;font-size:10px;font-weight:800}.teacher-access__actions{gap:7px;margin-top:12px}.teacher-access__actions .button{min-width:0;flex:1;padding:0 8px;font-size:10px}.button--outline-danger{border:1px solid #efc4c4;color:#963f3f;background:#fff7f7}.teacher-access__own-link{margin-top:10px;padding:0;border:0;color:#6658bf;background:transparent;font-size:9px;text-decoration:underline;cursor:pointer}.teacher-access__message{margin:9px 0 0;color:#287057;font-size:10px;line-height:1.35}.lesson-note{flex:1;padding:17px;overflow:auto}.lesson-note h2{margin:8px 0;font-size:18px;letter-spacing:-.02em}.lesson-note p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.board-shell{height:100%;min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(23,33,59,.08);border-radius:20px;background:var(--panel);box-shadow:0 10px 30px #17213b12}.board-actions{position:absolute;top:12px;right:12px;z-index:7;min-height:42px;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:5px;border:1px solid rgba(23,33,59,.12);border-radius:13px;background:#fffffff2;box-shadow:0 8px 22px #17213b1f;backdrop-filter:blur(10px);transition:gap .22s ease,border-radius .22s ease,box-shadow .22s ease}.board-actions-content{min-width:0;max-width:620px;display:flex;align-items:center;gap:7px;overflow:hidden;opacity:1;transform:translate(0);transition:max-width .26s ease,opacity .15s ease,transform .22s ease}.board-actions-content--hidden{max-width:0;opacity:0;transform:translate(12px);pointer-events:none}.board-actions-toggle{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:50%;color:#526078;background:#eef1f6;font-size:21px;font-weight:500;line-height:1;cursor:pointer}.board-actions-toggle:hover{color:var(--purple-dark);background:#e7e4ff}.board-actions--collapsed{gap:0}.mobile-board-controls,.mobile-board-actions,.mobile-board-voice{display:none}.board-toolbar{position:relative;z-index:5;min-height:58px;display:flex;align-items:center;gap:10px;padding:8px 10px;border-bottom:1px solid var(--line);background:#fffffff5}.tool-group{display:flex;align-items:center;gap:4px}.tool-group+.tool-group{padding-left:10px;border-left:1px solid var(--line)}.tool-group--scroll{min-width:0;overflow:visible;scrollbar-width:none}.tool-group--scroll::-webkit-scrollbar{display:none}.tool-group--appearance{flex:0 0 auto}.tool-button{position:relative;width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer}.tool-button svg{display:block}.tool-button:after{position:absolute;top:calc(100% + 8px);left:50%;z-index:20;padding:6px 8px;border-radius:7px;color:#fff;background:#17213b;box-shadow:0 5px 14px #0a11263d;content:attr(data-tooltip);font-size:10px;font-weight:650;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%,-3px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.tool-button:hover:after,.tool-button:focus-visible:after{opacity:1;transform:translate(-50%)}.tool-button:first-child:after{left:0;transform:translateY(-3px)}.tool-button:first-child:hover:after,.tool-button:first-child:focus-visible:after{transform:translate(0)}.tool-button:last-child:after{right:0;left:auto;transform:translateY(-3px)}.tool-button:last-child:hover:after,.tool-button:last-child:focus-visible:after{transform:translate(0)}.tool-button:hover{background:#f0f2f7}.tool-button--active{border-color:#cfc8ff;color:var(--purple-dark);background:#efedff}.color-control input{width:31px;height:31px;padding:3px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.quick-colors{display:flex;gap:3px}.quick-color{width:17px;height:17px;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cdd4df;cursor:pointer}.quick-color--active{box-shadow:0 0 0 2px var(--purple)}.width-control input{width:68px;accent-color:var(--purple)}.toolbar-action{min-height:36px;padding:0 11px;border:1px solid #d7ddec;border-radius:10px;color:#3f4c65;background:#f7f8fa;font-size:11px;font-weight:750;white-space:nowrap;cursor:pointer}.toolbar-action:hover{background:#eef1f6}.toolbar-action--shortcuts{display:inline-flex;align-items:center;gap:6px}.toolbar-action--shortcuts svg{width:17px;height:17px}.toolbar-action--active{border-color:#9cd9c3;color:#23664e;background:#def5ed}.toolbar-action--quiet{color:#9a3b3b}.board-stage{grid-row:2;position:relative;min-width:0;min-height:0;overflow:hidden;background:#fafbfd;touch-action:none}.board-stage canvas{position:absolute;inset:0;display:block;touch-action:none}.board-stage--pen canvas,.board-stage--marker canvas,.board-stage--line canvas,.board-stage--rectangle canvas,.board-stage--ellipse canvas{cursor:crosshair}.board-stage--pan canvas{cursor:grab}.board-stage--pan canvas:active{cursor:grabbing}.board-stage--eraser canvas{cursor:cell}.board-stage--locked canvas{cursor:crosshair}.board-status,.follow-banner,.zoom-controls{position:absolute;z-index:3;display:flex;align-items:center;border:1px solid rgba(23,33,59,.1);background:#ffffffeb;box-shadow:0 8px 24px #17213b1f;backdrop-filter:blur(10px)}.zoom-controls .zoom-settings-button--active{color:var(--purple-dark);background:#efedff}.zoom-settings{position:absolute;right:0;bottom:calc(100% + 9px);width:190px;padding:10px 12px;border:1px solid rgba(23,33,59,.12);border-radius:11px;color:#4e5c73;background:#fffffffa;box-shadow:0 10px 28px #17213b29;font-size:10px}.zoom-settings span{display:block;margin-bottom:7px;text-align:left;font-weight:750}.zoom-settings input{width:100%;accent-color:var(--purple)}.zoom-settings-reset{display:none}.board-status{left:13px;bottom:13px;gap:8px;max-width:min(420px,calc(100% - 160px));padding:8px 11px;border-radius:11px;color:#4e5c73;font-size:10px}.import-progress{position:absolute;top:14px;left:50%;z-index:6;width:min(440px,calc(100% - 28px));min-height:66px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 13px;border:1px solid rgba(103,87,232,.24);border-radius:14px;color:#2d3951;background:#fffffff7;box-shadow:0 12px 34px #17213b2e;transform:translate(-50%);backdrop-filter:blur(10px)}.import-progress__spinner{width:24px;height:24px;border:3px solid #ddd9ff;border-top-color:var(--purple);border-radius:50%;animation:import-spin .8s linear infinite}@keyframes import-spin{to{transform:rotate(360deg)}}.import-progress__body{min-width:0}.import-progress strong,.import-progress small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-progress strong{font-size:12px}.import-progress small{margin-top:3px;color:#778399;font-size:9px}.import-progress>b{min-width:30px;color:var(--purple-dark);font-size:10px;text-align:right}.import-progress__track{height:4px;margin-top:7px;overflow:hidden;border-radius:999px;background:#e8e7f5}.import-progress__track i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--purple),#8c7df3);transition:width .12s ease}.follow-banner{top:14px;left:50%;transform:translate(-50%);padding:9px 13px;border-color:#a7d9c7;border-radius:999px;color:#285f4b;background:#e0f8eff0;font-size:11px;font-weight:700}.zoom-controls{right:13px;bottom:13px;gap:2px;padding:4px;border-radius:12px}.zoom-controls button{width:30px;height:30px;border:0;border-radius:8px;background:transparent;font-weight:800;cursor:pointer}.zoom-controls button:hover:not(:disabled){background:#eef1f6}.zoom-controls button:disabled{opacity:.35;cursor:not-allowed}.zoom-controls span{min-width:42px;text-align:center;color:#55627a;font-size:10px}.remote-cursor{position:absolute;z-index:4;pointer-events:none;color:var(--purple);transform:translate(-2px,-2px)}.selection-area{position:absolute;z-index:2;border:1px solid #6757e8;background:#6757e81f;pointer-events:none}.shortcuts-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0c142b85;backdrop-filter:blur(4px)}.shortcuts-modal{width:min(560px,100%);max-height:min(680px,calc(100dvh - 40px));overflow:auto;padding:24px;border:1px solid rgba(255,255,255,.4);border-radius:22px;background:#fff;box-shadow:0 28px 80px #040b1e57}.shortcuts-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.shortcuts-modal h2{margin:4px 0 0;font-size:24px;letter-spacing:-.035em}.shortcuts-modal header>button{width:34px;height:34px;flex:0 0 auto;border:0;border-radius:10px;color:#56627a;background:#f0f3f8;font-size:22px;line-height:1;cursor:pointer}.shortcuts-list{display:grid;gap:0;margin:20px 0 0;padding:0;list-style:none}.shortcuts-list li{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:10px 0;border-top:1px solid #e8ecf2;color:#46536b;font-size:12px}.shortcuts-list li>div{display:grid;justify-items:end;gap:4px}.shortcuts-list kbd{padding:6px 9px;border:1px solid #ced6e2;border-bottom-width:3px;border-radius:8px;color:#26334c;background:#f8f9fb;font-family:inherit;font-size:11px;font-weight:750;white-space:nowrap}.shortcuts-list small{color:#8a95a7;font-size:9px}.remote-cursor>span{display:block;font-size:22px;text-shadow:0 1px 2px #fff}.remote-cursor small{display:block;margin:-3px 0 0 12px;padding:3px 6px;border-radius:6px;color:#fff;background:var(--purple);font-size:9px;white-space:nowrap}.gesture-list{display:grid;gap:10px;margin-top:20px}.gesture-item{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:13px;padding:9px;border:1px solid #e2e6ef;border-radius:13px;color:#46536b;font-size:12px;line-height:1.4}.gesture-item svg{width:96px;height:64px}.gesture-preview--draw path{stroke-dasharray:90;stroke-dashoffset:90;animation:gesture-draw 2s ease-in-out infinite}.gesture-preview--draw .gesture-finger{animation:gesture-draw-finger 2s ease-in-out infinite}.gesture-preview--pan .gesture-finger{animation:gesture-pan-finger 1.8s ease-in-out infinite}.gesture-preview--pinch .gesture-finger--left{animation:gesture-pinch-left 1.6s ease-in-out infinite alternate}.gesture-preview--pinch .gesture-finger--right{animation:gesture-pinch-right 1.6s ease-in-out infinite alternate}.gesture-preview--objects>:not(rect:first-child){animation:gesture-move-object 1.7s ease-in-out infinite}@keyframes gesture-draw{45%,to{stroke-dashoffset:0}}@keyframes gesture-draw-finger{0%{transform:translate(0)}45%{transform:translate(28px,-17px)}75%,to{transform:translate(54px,-27px)}}@keyframes gesture-pan-finger{50%{transform:translate(29px)}}@keyframes gesture-pinch-left{to{transform:translate(-11px)}}@keyframes gesture-pinch-right{to{transform:translate(11px)}}@keyframes gesture-move-object{50%{transform:translate(13px)}}.gesture-list>p{margin:2px 0 0;color:#7b879a;font-size:11px;line-height:1.45}@media(min-width:1180px){.board-shell{position:relative;grid-template-rows:auto minmax(0,1fr)}.board-actions{min-height:42px}.board-toolbar{position:absolute;top:50%;left:13px;z-index:8;width:52px;max-height:calc(100% - 26px);min-height:0;flex-direction:column;align-items:stretch;gap:7px;padding:6px;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(23,33,59,.12);border-radius:15px;box-shadow:0 10px 26px #17213b29;transform:translateY(-50%)}.board-toolbar .tool-group{flex:0 0 auto;flex-direction:column;padding:0;border:0}.board-toolbar .tool-group--scroll{overflow:visible}.board-toolbar .tool-group--appearance{display:flex}.board-toolbar .quick-colors{flex-direction:column}.board-toolbar .width-control input{width:30px;height:62px;writing-mode:vertical-lr;direction:rtl}.board-toolbar .tool-button:after{top:50%;right:auto;left:calc(100% + 9px);transform:translate(-3px,-50%)}.board-toolbar .tool-button:hover:after,.board-toolbar .tool-button:focus-visible:after{transform:translateY(-50%)}.board-toolbar .tool-button:first-child:after,.board-toolbar .tool-button:last-child:after{right:auto;left:calc(100% + 9px)}}@media(max-width:1100px){.quick-colors,.width-control,.lesson-chip{display:none}.classroom-layout{grid-template-columns:205px minmax(0,1fr)}.tool-group--appearance{padding-left:6px!important}.board-toolbar{max-width:100%;flex-wrap:wrap;align-content:center;overflow-x:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.tool-group--scroll{flex:0 0 auto}.board-actions{flex-wrap:wrap}}@media(max-width:760px){body{overflow:hidden}.sidebar-toggle--board{display:none}.classroom-app{grid-template-rows:56px minmax(0,1fr)}.classroom-header{padding:0 10px}.brand span,.identity-chip div,.leave-button{display:none}.gesture-toggle,.sidebar-toggle,.call-toggle{padding:7px 8px;font-size:10px}.call-toggle__full{display:none}.call-toggle__compact{display:inline}.brand strong{font-size:13px}.brand-mark--small{width:36px;height:36px;border-radius:12px 12px 12px 4px;font-size:15px}.classroom-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:7px;padding:7px}.classroom-sidebar{height:0;display:block;overflow:visible}.classroom-app--sidebar-hidden .classroom-layout{grid-template-columns:1fr;gap:7px}.classroom-app--sidebar-hidden .classroom-sidebar{width:auto;opacity:1;transform:none;pointer-events:auto}.media-panel{position:static;padding:0;border:0;background:transparent;box-shadow:none}.media-panel__content{display:none}.media-panel--mobile-open .media-panel__content{position:fixed;top:118px;right:8px;left:8px;z-index:21;display:block;padding:14px;border:1px solid rgba(23,33,59,.12);border-radius:18px;background:#fffffffa;box-shadow:0 16px 38px #17213b33;animation:mobile-menu-in .16s ease-out}.media-panel__header{margin-bottom:10px}.mobile-media-close{width:30px;height:30px;display:grid;place-items:center;margin-left:auto;padding:0;border:0;border-radius:50%;color:#526078;background:#eef1f6;font-size:20px}.voice-portrait,.media-panel__hint,.lesson-note{display:none}.media-panel .button{width:100%;min-height:34px;padding:0 12px;font-size:11px}.media-panel .button--disconnect{margin-top:7px}.media-panel .inline-error{margin:7px 0 0}.media-panel .output-volume{margin-top:7px}.teacher-access{display:none}.teacher-access__heading{margin-right:auto}.teacher-access__heading .eyebrow,.teacher-access__badge,.teacher-access__own-link,.teacher-access__message{display:none}.teacher-access__heading strong{margin:0;font-size:11px}.teacher-access__actions{margin:0}.teacher-access__actions .button{min-height:32px;flex:none;white-space:nowrap}.board-shell{border-radius:15px}.board-actions,.board-toolbar{display:none}.mobile-board-controls,.mobile-board-actions,.mobile-board-voice{position:absolute;top:12px;z-index:8;display:block}.mobile-board-controls{left:12px}.mobile-board-actions{right:12px}.mobile-board-voice{top:62px;z-index:7;left:12px;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(23,33,59,.14);border-radius:13px;color:#46536b;background:#fffffff5;box-shadow:0 7px 18px #17213b24}.mobile-board-voice--active{color:#197957;border-color:#a9e6d0;background:#ecfbf5}.mobile-board-voice--muted{color:#a53b3b;border-color:#f2c3c3;background:#fff1f1}.mobile-board-voice i{position:absolute;right:6px;bottom:6px;width:7px;height:7px;border:1px solid #fff;border-radius:50%;background:#9aa5b5}.mobile-board-voice--active i{background:#38b98b}.mobile-board-voice--muted i{background:#d94b4b}.mobile-board-voice svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-board-trigger{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(23,33,59,.14);border-radius:13px;color:#46536b;background:#fffffff5;box-shadow:0 7px 18px #17213b24}.mobile-board-trigger svg{width:22px;height:22px;fill:none;stroke:currentColor}.mobile-board-trigger--active{color:var(--purple-dark);border-color:#cac4ff;background:#efedff}.mobile-board-menu{position:absolute;top:50px;width:min(264px,calc(100vw - 38px));padding:8px;border:1px solid rgba(23,33,59,.12);border-radius:15px;background:#fffffffa;box-shadow:0 12px 28px #17213b2e;backdrop-filter:blur(10px);animation:mobile-menu-in .16s ease-out}.mobile-board-controls:has(.mobile-board-menu),.mobile-board-actions:has(.mobile-board-menu){z-index:10}.mobile-board-menu--tools{left:0}.mobile-board-menu--actions{right:0;display:grid;gap:5px}.mobile-board-menu--actions button{min-height:38px;padding:0 11px;border:0;border-radius:10px;color:#41506b;background:#f3f5f9;font:inherit;font-size:12px;font-weight:700;text-align:left}.mobile-board-menu--actions .mobile-menu-danger{color:#a53b3b;background:#fff0f0}.mobile-tool-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.mobile-tool-grid .tool-button{width:42px;height:42px;border-radius:11px}.mobile-appearance{display:flex;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--line)}.mobile-appearance .width-control{display:block;flex:1}.mobile-appearance .quick-colors{display:flex}.mobile-appearance .width-control input{width:100%}@keyframes mobile-menu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toolbar-action{min-height:42px;padding:0 9px;font-size:11px}.board-status{max-width:calc(100% - 135px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zoom-controls{gap:1px;padding:3px;border-radius:11px}.zoom-controls button{width:24px;height:24px;border-radius:6px;font-size:15px}.zoom-controls span{min-width:32px;font-size:10px}.zoom-controls .zoom-reset-button{display:none}.zoom-settings{width:168px;padding:9px 10px}.zoom-settings-reset{width:100%;min-height:30px;display:block;margin-top:7px;border:0;border-radius:8px;color:#4d3ec9;background:#efedff;font-size:10px;font-weight:750}.zoom-controls .zoom-settings-reset{width:100%;height:30px;min-height:30px;font-size:10px}.follow-banner{max-width:calc(100% - 24px);white-space:nowrap}.entry-card{padding:28px;border-radius:24px}.shortcuts-modal{padding:19px;border-radius:18px}.shortcuts-list li{grid-template-columns:1fr;gap:7px}.shortcuts-list li>div{justify-items:start}}@media(max-width:430px){.classroom-app{grid-template-rows:52px minmax(0,1fr)}.classroom-layout{gap:5px;padding:5px}.media-panel{padding:0}.media-panel__header strong{font-size:11px}.teacher-access{margin-top:5px}.teacher-access__heading strong,.toolbar-action--shortcuts{display:none}.board-status{left:8px;bottom:8px;max-width:calc(100% - 112px);padding:7px 9px}.zoom-controls{right:8px;bottom:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
