body{color:#fff;background:#1a1a2e;height:100dvh;margin:0;padding:0;font-family:sans-serif;overflow:hidden}#app{height:100%}#landing{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;display:flex}#landing input{border:none;border-radius:6px;width:250px;padding:10px}#landing button{color:#fff;cursor:pointer;background:#4361ee;border:none;border-radius:6px;padding:10px 24px}#landing button:hover{background:#3a0ca3}#meetingContainer{height:100%;display:none}
