:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#101214}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}button{font:inherit}.watch-room{position:relative;width:100%;min-width:320px;height:100vh;overflow:hidden;background:#111315}.screen-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;gap:0;place-items:center;background:#2a2d30}.screen-stage.count-1{grid-template-columns:1fr}.screen-stage.count-2{grid-template-columns:1fr 1fr}.screen-video{width:100%;height:100%;object-fit:contain;background:#2a2d30;border-radius:12px}.camera-row{pointer-events:none;position:absolute;inset:22px 22px auto;z-index:2;display:flex;justify-content:space-between;gap:16px}.camera-tile{pointer-events:auto;position:relative;width:min(30vw,320px);aspect-ratio:16 / 9;overflow:hidden;border:1px solid #8f969d;border-radius:12px;background:#363a3e}.camera-video,.empty-camera{width:100%;height:100%;background:#363a3e}.camera-video{display:block;object-fit:cover}.empty-camera{display:grid;place-items:center}.icon-button{display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid #8f969d;border-radius:999px;color:#e7ebee;background:#24272ad1;cursor:pointer}.icon-button:hover{background:#3a3f44eb}.icon-button:focus-visible{outline:2px solid #e7ebee;outline-offset:2px}.icon-button.large{width:48px;height:48px}.mute-button{position:absolute;right:8px;bottom:8px}.screen-share-button{position:relative;z-index:1;width:58px;height:58px;border-color:#a7adb3;background:#26292cd6}.screen-share-button.compact{position:absolute;right:22px;bottom:22px;width:42px;height:42px}@media(max-width:760px){.camera-row{inset:12px 12px auto;gap:10px}.camera-tile{width:calc((100vw - 34px)/2);border-radius:10px}}
