/* EnglishGate Jitsi Live Classroom */
.eg-jitsi-state,.eg-jitsi-ready{min-height:420px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;padding:28px;background:#fff}
.eg-jitsi-state strong,.eg-jitsi-ready h2{color:#0f172a}
.eg-jitsi-state span,.eg-jitsi-ready p{max-width:620px;color:#64748b;line-height:1.5}
.eg-jitsi-state button,.eg-jitsi-ready button{border:0;border-radius:10px;padding:11px 16px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}
.eg-jitsi-state button:disabled,.eg-jitsi-ready button:disabled{opacity:.45;cursor:not-allowed}
.eg-jitsi-state.is-error strong{color:#b91c1c}
.eg-jitsi-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-weight:900}
.eg-jitsi-teacher-shell{height:100%;min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) 280px;background:#0f172a}
.eg-jitsi-meet-area{min-width:0;min-height:560px;background:#020617}
.eg-jitsi-teacher-side{background:#fff;border-left:1px solid #e2e8f0;padding:18px;display:flex;flex-direction:column;gap:12px}
.eg-jitsi-teacher-side h3{margin:0;color:#0f172a}
.eg-jitsi-teacher-side p{margin:0;color:#64748b;font-size:12px;line-height:1.5}
.eg-jitsi-live-dot{align-self:flex-start;border-radius:999px;background:#dcfce7;color:#166534;font-size:10px;font-weight:900;padding:5px 8px}
.eg-jitsi-attendance{display:grid;gap:4px;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}
.eg-jitsi-attendance strong{font-size:18px;color:#0f172a}
.eg-jitsi-attendance span{font-size:11px;line-height:1.45;color:#64748b}
.eg-jitsi-end{margin-top:auto;border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:9px;padding:10px 12px;font-weight:850;cursor:pointer}
.eg-jitsi-student-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:10020;min-width:min(620px,calc(100vw - 24px));background:#0f172a;color:#fff;border-radius:14px;box-shadow:0 18px 45px rgba(15,23,42,.3);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.eg-jitsi-student-banner[hidden]{display:none}
.eg-jitsi-student-banner>div{display:grid;gap:2px}
.eg-jitsi-student-banner span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#93c5fd;font-weight:900}
.eg-jitsi-student-banner strong{font-size:14px}
.eg-jitsi-student-banner button{border:0;border-radius:9px;padding:10px 14px;background:#2563eb;color:#fff;font-weight:850;cursor:pointer}
.eg-jitsi-student-room{position:fixed;inset:0;z-index:10030;background:#020617;display:grid;grid-template-rows:auto 1fr}
.eg-jitsi-student-room[hidden]{display:none}
.eg-jitsi-student-room>header{height:58px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}
.eg-jitsi-student-room>header button{border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:8px;padding:8px 11px;font-weight:800;cursor:pointer}
.eg-jitsi-student-meet{min-height:0;background:#020617}
@media(max-width:820px){
  .eg-jitsi-teacher-shell{grid-template-columns:1fr;grid-template-rows:minmax(430px,1fr) auto}
  .eg-jitsi-teacher-side{border-left:0;border-top:1px solid #e2e8f0}
  .eg-jitsi-student-banner{bottom:74px}
}
