:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;--blue: #087cff;--blue-dark: #0065dc;--border: #dfe5ef;--muted: #69758a}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%}body{min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default}code{font-family:SFMono-Regular,Consolas,monospace}.topbar,.lesson-topbar,.student-topbar{min-height:68px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:18px;padding:10px 22px}.brand{display:flex;flex-direction:column;min-width:180px}.brand strong{font-size:19px;letter-spacing:-.02em}.brand span,.lesson-heading span,.student-topbar span{color:var(--muted);font-size:12px}.teacher-key{margin-left:auto;display:flex;gap:10px;align-items:center;color:var(--muted);font-size:12px}.teacher-key input{width:170px}input,select{border:1px solid #ccd5e2;background:#fff;color:#172033;border-radius:10px;padding:10px 12px;outline:none}input:focus,select:focus{border-color:#7cb9ff;box-shadow:0 0 0 3px #087cff1c}.primary,.ghost,.danger-soft,.connected-button{border:0;border-radius:10px;padding:10px 14px;font-weight:700;transition:.15s ease}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--blue-dark)}.ghost{background:#eef3f9;color:#33415a}.ghost:hover{background:#e3eaf4}.danger-soft{background:#fff0f0;color:#b63c3c}.connected-button{background:#eaf8ef;color:#25834a}.small{padding:7px 10px;font-size:12px}.schedule-page{max-width:1240px;margin:0 auto;padding:34px 24px 80px}.page-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.page-title h1{margin:2px 0 8px;font-size:34px;letter-spacing:-.04em}.page-title p{margin:0;color:var(--muted)}.eyebrow{color:var(--blue)!important;font-weight:800;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.create-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px;display:grid;grid-template-columns:minmax(220px,2fr) 110px 120px minmax(160px,1fr) 90px auto;gap:10px;align-items:end;box-shadow:0 8px 30px #2a3c590f}.create-card label{display:flex;flex-direction:column;gap:6px}.create-card label span{color:var(--muted);font-size:11px;font-weight:700}.schedule-list{display:grid;gap:10px;margin-top:18px}.schedule-row{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px;display:grid;grid-template-columns:150px minmax(180px,1fr) minmax(260px,1.4fr) auto;align-items:center;gap:16px}.schedule-when,.schedule-name{display:flex;flex-direction:column;gap:4px}.schedule-when span,.schedule-name span{color:var(--muted);font-size:12px}.schedule-row code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f5f7fa;border-radius:8px;padding:8px 10px;font-size:11px}.row-actions{display:flex;gap:7px;flex-wrap:wrap}.empty-state,.loading-page{padding:40px;text-align:center;color:var(--muted)}.error-banner{margin:12px 0;border:1px solid #ffc6c6;background:#fff2f2;color:#a83333;border-radius:10px;padding:10px 12px}.lesson-shell{height:100vh;overflow:hidden;display:flex;flex-direction:column}.lesson-topbar{min-height:64px;flex:0 0 auto}.lesson-heading{display:flex;flex-direction:column;min-width:190px}.lesson-link{min-width:0;margin-left:auto;display:flex;align-items:center;gap:8px}.lesson-link code{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f4f7fb;padding:7px 9px;border-radius:8px;font-size:11px}.lesson-error{position:fixed;top:72px;left:50%;transform:translate(-50%);z-index:50;box-shadow:0 8px 30px #0000001f}.student-grid{--grid-columns: 2;flex:1 1 auto;min-height:0;padding:10px;display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:9px;overflow:hidden}.student-tile{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(116px,22%,178px);background:#fff;border:1px solid var(--border);border-radius:13px;overflow:hidden;box-shadow:0 4px 18px #25324c0d}.student-tile.selected{border:2px solid var(--blue);box-shadow:0 0 0 3px #087cff14}.board-pane{position:relative;min-width:0;min-height:0;background:#f6f7f9}.board-pane iframe,.student-board iframe{width:100%;height:100%;border:0;display:block;background:#fff}.board-empty,.board-wait{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:18px;color:var(--muted)}.board-empty strong,.board-wait h2{color:#344056;margin:0}.board-empty span{font-size:12px;max-width:260px}.board-edit{position:absolute;right:7px;top:7px;width:30px;height:30px;border-radius:9px;border:1px solid var(--border);background:#ffffffeb;color:#506078}.board-editor{position:absolute;z-index:3;left:8px;right:8px;top:45px;display:flex;gap:6px;padding:8px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #1a274029}.board-editor input{min-width:0;flex:1}.student-side{min-width:0;padding:8px;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:8px;background:#fcfdff}.media-box{position:relative;aspect-ratio:4/3;background:#1d2634;border-radius:9px;overflow:hidden}.media-box video,.student-media video{width:100%;height:100%;object-fit:cover;display:block;background:#202938}.media-status{position:absolute;left:6px;bottom:5px;padding:3px 5px;border-radius:5px;background:#0000007a;color:#fff;font-size:9px}.local-preview{position:absolute!important;right:6px;bottom:6px;z-index:4;width:34%!important;height:auto!important;aspect-ratio:4/3;border:2px solid rgba(255,255,255,.92);border-radius:8px;object-fit:cover;box-shadow:0 4px 14px #00000047;background:#202938}.local-preview.hidden{display:none!important}.student-self-preview{width:30%!important}.student-identity{min-width:0;display:flex;flex-direction:column}.student-identity b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.student-identity span{color:var(--muted);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-identity-editable{position:relative;padding-right:24px}.identity-edit{position:absolute;right:0;top:0;width:22px;height:22px;padding:0;border:0;border-radius:6px;background:#eef3f9;color:#506078}.student-profile-editor{display:grid;gap:5px}.student-profile-editor input{min-width:0;width:100%;padding:6px 7px;font-size:11px;border-radius:7px}.student-profile-editor>div{display:flex;gap:4px;flex-wrap:wrap}.student-profile-editor.compact input{padding:4px 6px;font-size:10px}.timer-card{margin-top:auto;border-radius:9px;background:#f2f5f9;padding:7px 9px;display:flex;flex-direction:column;gap:1px}.timer-card span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.06em}.timer-card strong{font-variant-numeric:tabular-nums;font-size:18px;letter-spacing:.03em}.timer-warn{background:#fff7e5;color:#8b5e00}.timer-late{background:#fff0f0;color:#ad3434}.timer-active{background:#edf9f1;color:#247d46}.waiting-room{flex:1;display:grid;place-items:center;padding:30px}.waiting-room>div{max-width:520px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:38px}.waiting-room h2{margin:14px 0 7px}.waiting-room p{color:var(--muted)}.waiting-room code{display:block;margin-top:16px;background:#f3f6fa;padding:10px;border-radius:9px;overflow-wrap:anywhere}.pulse-dot{width:10px;height:10px;display:inline-block;border-radius:50%;background:var(--blue);box-shadow:0 0 0 7px #087cff1f}.join-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 10%,#e6f2ff 0,#f6f8fc 42%)}.join-card{width:min(430px,100%);padding:32px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 24px 70px #29436824}.join-card h1{font-size:30px;letter-spacing:-.04em;margin:4px 0 10px}.join-card>p:not(.eyebrow){color:var(--muted);line-height:1.5}.join-card form,.join-card label{display:flex;flex-direction:column;gap:8px}.join-card label span{font-size:12px;font-weight:700;color:#4e5b70}.join-button{margin-top:5px;padding:12px}.join-card small{display:block;color:#8791a2;margin-top:13px;text-align:center}.join-logo{width:42px;height:42px;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:900;border-radius:13px;margin-bottom:20px}.field-error{color:#b13a3a;background:#fff0f0;padding:8px 10px;border-radius:8px;font-size:12px}.teacher-login-details{margin-top:18px}.teacher-login-details summary{cursor:pointer;color:#64748b;font-size:12px;text-align:center}.teacher-login-details form{margin-top:14px}.teacher-gate-card>p{text-align:center}.teacher-gate-card .join-logo{margin-left:auto;margin-right:auto}.student-classroom{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#f4f6f9}.student-topbar{justify-content:space-between}.student-topbar>div:first-child{display:flex;flex-direction:column}.focus-pill{background:#eef2f7;color:#667387;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.focus-pill.active{background:#e8f7ed;color:#207945}.student-workspace{flex:1;min-height:0;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,22vw);gap:10px}.student-board,.student-call{min-height:0;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.student-call{padding:10px;display:flex;flex-direction:column;gap:12px}.student-media{position:relative;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#202938}.student-media-label{position:absolute;left:8px;bottom:8px;background:#00000080;color:#fff;font-size:10px;padding:4px 6px;border-radius:5px}.student-media .ghost{position:absolute;right:7px;top:7px;opacity:.9}.privacy-note{display:flex;flex-direction:column;gap:4px;padding:11px;border-radius:10px;background:#f5f8fc}.privacy-note span{color:var(--muted);font-size:11px;line-height:1.4}.board-wait p{max-width:520px;line-height:1.55;margin:0}@media(max-width:980px){.create-card{grid-template-columns:repeat(2,1fr)}.schedule-row{grid-template-columns:130px 1fr}.schedule-row code,.row-actions{grid-column:1 / -1}.lesson-link code{display:none}}@media(max-width:720px){.teacher-key{display:none}.schedule-page{padding:22px 12px 60px}.create-card{grid-template-columns:1fr}.student-grid{overflow:auto;display:flex;flex-direction:column}.student-tile{min-height:420px;grid-template-columns:minmax(0,1fr) 125px}.student-workspace{grid-template-columns:1fr;overflow:auto}.student-board{min-height:65vh}.student-call{min-height:280px}}.teacher-media-controls,.student-media-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.teacher-media-controls{justify-content:flex-end}.row-actions{flex-wrap:wrap;justify-content:flex-end}.media-on{border-color:#0099ff73!important;background:#0099ff14!important}.student-media-controls{position:absolute;z-index:3;top:7px;left:7px;right:7px;padding:0}.student-media .student-media-controls .ghost{position:static;right:auto;top:auto;padding:6px 8px;background:#ffffffeb}.schedule-archived{opacity:.68;background:#f7f8fa}.schedule-archived code{text-decoration:line-through}.lesson-ended-banner{margin:12px 18px 0;padding:12px 16px;border:1px solid #d8dee8;border-radius:12px;background:#f7f8fa;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lesson-ended-banner strong{color:#273244}.lesson-ended-banner span{color:#647184;font-size:13px}.lesson-tile-ended{opacity:.86}.timer-ended{background:#f1f3f6!important;border-color:#d8dee8!important}.lesson-finished-card .join-logo{font-size:26px}.student-grid{grid-auto-rows:minmax(190px,1fr)!important;overflow:auto!important}@media(max-width:1250px){.lesson-topbar{flex-wrap:wrap}.lesson-link{margin-left:0}}@media(max-width:1100px){.teacher-media-controls,.row-actions{justify-content:flex-start}}.group-media-bridge{position:fixed;right:18px;bottom:18px;z-index:30;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:999px;background:#fffffff0;box-shadow:0 8px 30px #0f172a1f;color:#334155;font-size:12px}.group-audio-host{width:0;height:0;overflow:hidden}.mode-button{white-space:nowrap}.shared-stage{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:10px;min-height:calc(100vh - 72px);background:#f1f5f9}.shared-board-pane{position:relative;min-height:calc(100vh - 92px);overflow:hidden;border:1px solid #dce4ee;border-radius:14px;background:#fff}.shared-board-pane iframe{width:100%;height:100%;min-height:calc(100vh - 92px);border:0}.shared-board-empty{min-height:calc(100vh - 92px)}.shared-board-edit{z-index:4}.shared-board-editor{z-index:5}.shared-roster{display:flex;flex-direction:column;gap:7px;min-width:0;max-height:calc(100vh - 92px);overflow:auto}.shared-roster-title{display:flex;flex-direction:column;gap:2px;padding:9px 11px;border:1px solid #dce4ee;border-radius:10px;background:#fff}.shared-roster-title span,.shared-roster-empty{color:#64748b;font-size:11px}.shared-roster-empty{padding:14px;text-align:center;border:1px dashed #cbd5e1;border-radius:10px}.group-student-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:7px;padding:6px;border:1px solid #dce4ee;border-radius:11px;background:#fff}.group-student-card.online{border-color:#bfdbfe}.group-student-card .media-box{min-height:0;aspect-ratio:4 / 3;border-radius:8px}.group-student-card .media-status{font-size:7px}.board-only-workspace{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;padding:18px;min-height:calc(100vh - 90px);background:#f8fafc}.board-only-simple{grid-template-columns:minmax(0,1fr) 230px}.board-only-board{min-height:calc(100vh - 126px);overflow:hidden;border:1px solid #dce4ee;border-radius:18px;background:#fff}.board-only-board iframe{width:100%;height:100%;min-height:calc(100vh - 126px);border:0}.board-access-panel{align-self:start;display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid #dce4ee;border-radius:16px;background:#fff;color:#334155}.board-access-panel-simple{padding:0;border:0;background:transparent}.board-access-panel-simple .primary{width:100%;min-height:48px}.student-toast{position:fixed;top:82px;left:50%;z-index:80;transform:translate(-50%);max-width:min(520px,calc(100vw - 32px));padding:11px 16px;border-radius:11px;background:#172033;color:#fff;box-shadow:0 12px 36px #0f172a3d;font-size:13px;font-weight:700}@media(max-width:900px){.shared-stage,.board-only-workspace,.board-only-simple{grid-template-columns:1fr}.shared-roster{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));max-height:none}.group-student-card{grid-template-columns:72px minmax(0,1fr)}.shared-roster-title,.shared-roster-empty{grid-column:1 / -1}.shared-board-pane,.shared-board-pane iframe,.shared-board-empty,.board-only-board,.board-only-board iframe{min-height:68vh}}
