:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#000;--fg:#f3f4f6;--muted:#6b7280;--accent:#3b82f6;--danger:#f87171}*{box-sizing:border-box}html,body,#root{background:var(--bg);width:100%;height:100%;color:var(--fg);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,PingFang TC,sans-serif;overflow:hidden}@supports (padding:env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}.home{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home .ghost{color:#1f2937;-webkit-user-select:none;user-select:none;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.student-root{cursor:default;background:#000;width:100dvw;height:100dvh;position:fixed;inset:0;overflow:hidden}.student-video{object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none;background:#000;width:100%;height:100%;display:block}.student-overlay{pointer-events:none;background:#0000008c;justify-content:center;align-items:center;transition:opacity .22s;display:flex;position:absolute;inset:0}.student-overlay.fatal{background:#000000d9}.overlay-card{box-shadow:none;color:#d1d5db;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;gap:18px;padding:0;font-size:15px;display:flex}.overlay-card .overlay-logo{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:min(60vw,320px);height:auto;max-height:40vh}.overlay-card .msg{letter-spacing:.08em;color:#d1d5db;text-align:center;font-size:15px;animation:1.6s ease-in-out infinite pulse}.student-overlay.fatal .overlay-card .msg{color:#f87171;animation:none}@keyframes pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.student-keyboard{opacity:.001;color:#0000;caret-color:#0000;-webkit-user-select:none;user-select:none;-webkit-appearance:none;z-index:5;touch-action:none;-webkit-tap-highlight-color:transparent;background:0 0;border:0;outline:none;width:100%;height:100%;margin:0;padding:0;font-size:16px;position:fixed;inset:0}
