:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.parent{display:grid;grid-template-columns:.7fr repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:0px;grid-row-gap:0px;width:100%;height:97vh;padding:0;margin:0}.div1{grid-area:1 / 1 / 4 / 2;background-color:#ff0}.div2{grid-area:1 / 2 / 3 / 4;width:100%;height:100%;background-color:#000}.div3{grid-area:3 / 2 / 4 / 3;background-color:#0ff}.div4{grid-area:3 / 3 / 4 / 4;background-color:#f5f5f5}video{width:100%;height:100%}#screen-container{width:100%;height:100%;overflow:hidden}#screen-video{object-fit:contain}#root,html,body{padding:0;margin:0;height:100%;width:100%}iframe{width:100%;height:100%}
