html,body,#app{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f1115;color:#f5f5f5}.meet-screen{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;box-sizing:border-box;gap:12px}.meet-screen h1{font-size:1.25rem;font-weight:600;margin:0}.meet-screen p{margin:0;color:#b3b8c2;max-width:32rem}.meet-screen .spinner{width:2rem;height:2rem;border-radius:50%;border:3px solid #2a2f3a;border-top-color:#6c8cff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}rtk-meeting{height:100%;width:100%;display:flex;flex-direction:column}
