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)}}.name-form{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:20rem}.name-form input{padding:10px 12px;border-radius:6px;border:1px solid #2a2f3a;background:#171a21;color:#f5f5f5;font-size:1rem}.name-form button{padding:10px 12px;border-radius:6px;border:none;background:#6c8cff;color:#0f1115;font-weight:600;cursor:pointer}.name-form-error{color:#ff6c6c;font-size:.875rem;margin:0}rtk-meeting{height:100%;width:100%;display:flex;flex-direction:column}
