*{box-sizing:border-box}html,body,#root{background:#0b0f19;width:100%;height:100%;min-height:100%;margin:0}.app{background:#0b0f19;width:100%;height:100vh;position:relative;overflow:hidden}.meeting-overlay{z-index:10;background:#0b0f19;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.meeting-loader{color:#fff;flex-direction:column;align-items:center;gap:12px;font:500 16px/1.4 system-ui,sans-serif;display:flex}.meeting-loader__spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite meeting-spin}@keyframes meeting-spin{to{transform:rotate(360deg)}}
