*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#root{min-height:100vh}.app-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.meeting-controls{flex-direction:column;align-items:center;gap:10px;display:flex}.meeting-controls .input-group{align-items:center;gap:10px;display:flex}.meeting-controls .button-group{gap:10px;display:flex}.meeting-controls label{font-size:16px;font-weight:500}.meeting-controls input{border:1px solid #ccc;border-radius:4px;width:200px;padding:8px 12px;font-size:14px}.meeting-controls input:disabled{background-color:#f5f5f5}.meeting-controls button{cursor:pointer;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background-color .2s}.meeting-controls button:first-of-type{color:#fff;background-color:#4caf50}.meeting-controls button:first-of-type:hover:not(:disabled){background-color:#45a049}.meeting-controls button:last-of-type{color:#fff;background-color:#f44336}.meeting-controls button:last-of-type:hover:not(:disabled){background-color:#da190b}.meeting-controls button:disabled{cursor:not-allowed;background-color:#ccc}
