: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}body{display:flex;justify-content:center;align-items:center;height:100vh}h1{font-size:3.2em;line-height:1.1}#root{width:100%;max-width:1280px;height:100%}.inactive-link{pointer-events:none}.image-process-buttons{display:flex;justify-content:space-evenly}.image-process-buttons button{height:50px;width:100px;font-size:20px}#main-layout{display:flex;flex-direction:column;gap:30px;padding:50px}.title-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.video-section{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.video-section figure{height:100%;width:100%}.video-section figure figcaption{font-size:18px;font-weight:600;margin-bottom:20px}.video-section figure video{aspect-ratio:350/260}.image-process-section{display:flex;flex-direction:column;min-height:250px}.image-process-section .image-process-output{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:50px;min-height:400px}.image-process-section .image-process-output .captured-frame-container .captured-frame-root{width:100%;height:100%}.image-process-section .image-process-output .captured-frame-container .image-placeholder{height:100%;background-color:#2a2a2a}.image-process-section .image-process-output .prediction-container{display:flex;flex-direction:column;height:100%;width:100%}.image-process-section .image-process-output .prediction-container .prediction-container-results{height:100%;padding:25px;background-color:#2a2a2a}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:50px}.about-section article{display:flex;flex-direction:row;gap:20px}.about-section article a{color:#fff}
