html{width:100vw;height:100dvh}body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{background-color:gray;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}:root{--dellLogo-max-width:39%;--info-logo-height:18px;--footer-font-size:clamp(12px, 4vw, 16px);--content-margin:60px;--main-content-height:40%}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{background-color:#000;font-family:Roboto,sans-serif;overflow:hidden}.appContainer{isolation:isolate;flex-direction:column;width:100vw;height:100dvh;display:flex;position:relative}.webcamFeed{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.topBar{z-index:1000;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:24px 20px;display:grid;position:absolute;top:0;left:0}.dellLogo{max-width:var(--dellLogo-max-width);justify-self:center;transition:max-width .3s}.infoLogo{height:var(--info-logo-height);justify-self:end}.overlayContainer{z-index:5;pointer-events:none;justify-content:center;align-items:center;width:85%;max-width:500px;display:flex;position:absolute;top:45%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.laptopMask{object-fit:contain;border-radius:4px;width:100%;height:auto}.shadowOnly{box-shadow:0 0 0 9999px #00000052}.forceGreenFilter{filter:brightness(0)saturate()invert(61%)sepia(74%)saturate(462%)hue-rotate(44deg)brightness(97%)contrast(91%)}.cssSpinner{z-index:6;border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:44px;height:44px;animation:1s ease-in-out infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}.bottomControls{z-index:10;flex-direction:column;align-items:center;width:100%;padding-top:120px;padding-bottom:90px;display:flex;position:absolute;bottom:0;left:0}.viewsIndicator{color:#fff;letter-spacing:.5px;justify-content:center;align-items:center;height:74px;margin-bottom:35px;font-size:18px;display:flex}.captureBtnContainer{justify-content:center;align-items:center;height:74px;margin-bottom:35px;display:flex}.captureBtn{cursor:pointer;width:74px;height:74px;transition:transform .2s}.captureBtn:active{transform:scale(.95)}.footerText{color:#fff;font-size:var(--footer-font-size);text-align:center;letter-spacing:.2px;flex-direction:column;justify-content:center;align-items:center;width:90%;min-height:50px;display:flex;position:absolute;bottom:45px;left:5%}.errorText{color:#fff;font-size:var(--footer-font-size);margin:6px 0}.footerContent{text-align:center;color:#fff;font-size:var(--footer-font-size)}.uploadProgressContainer{flex-direction:column;justify-content:center;align-items:center;width:80%;max-width:320px;height:74px;margin-bottom:35px;display:flex}.progressWrapper{align-items:center;gap:12px;width:100%;display:flex}.progressBarTrack{background-color:#fff6;border-radius:2px;flex:1;height:4px;overflow:hidden}.progressBarFill{background-color:#0076ce;height:100%;transition:width .3s}.progressText{color:#fff;text-align:right;min-width:35px;font-size:14px}.successCheckmarkImg{border-radius:50%;width:68px;height:68px;box-shadow:0 2px 6px #0000004d}.errorScreenContainer{color:#fff;text-align:center;background-color:#000;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.errorDellLogo{max-width:150px;margin-bottom:30px}.errorTitle{margin-bottom:12px;font-size:24px}.errorMessage{color:#aaa;max-width:300px;font-size:16px}.cameraErrorOverlay{z-index:9999;color:#fff;text-align:center;background:#000;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.webcamHidden{opacity:0}.capturedImageFeed{z-index:2;transform:translateZ(0)}.hidden{display:none!important}.progressBarFillError{background-color:#f44}.manualModeText{margin-top:6px}@media (width<=768px){.viewsIndicator{align-items:flex-end;height:85px;margin-bottom:25px}}@media (height<=700px){.bottomControls{padding-bottom:70px}.footerText{bottom:30px}.captureBtnContainer,.uploadProgressContainer{margin-bottom:20px}}@media (height<=779px){:root{--info-logo-height:16px;--content-margin:45px;--main-content-height:38%}}@media (height<=649px){:root{--info-logo-height:14px;--content-margin:30px;--main-content-height:35%}}@media (height<=499px){:root{--dellLogo-max-width:34%;--info-logo-height:20px;--content-margin:15px;--main-content-height:50%}}@media (width>=380px) and (height>=800px){.captureBtn{width:82px;height:82px}.captureBtnContainer,.uploadProgressContainer{height:82px}.successCheckmarkImg{width:76px;height:76px}}:root{--popup-padding:32px;--popup-header-font-size:20px;--popup-close-btn-height:16px;--popup-li-font-size:16px;--popup-li-margin-bottom:24px;--popup-got-it-height:38px;--popup-got-it-font-size:15px;--popup-header-margin-bottom:28px}.popupBackdrop{z-index:999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.popupContainer{width:85%;max-width:400px;padding:var(--popup-padding);pointer-events:all;background:#fff;flex-direction:column;display:flex;transform:translateY(-5vh);box-shadow:0 4px 6px #0000001a}.popupHeader{width:100%;margin-bottom:var(--popup-header-margin-bottom);justify-content:space-between;align-items:center;display:flex}.popupHeader h2{font-size:var(--popup-header-font-size);color:#125ec2;margin:0;font-weight:400}.closeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.closeBtn img{max-height:var(--popup-close-btn-height);object-fit:contain}.guidelinesContent{color:#000;width:100%}.guidelinesContent ul{margin:0;padding-left:18px}.guidelinesContent li{margin-bottom:var(--popup-li-margin-bottom);font-size:var(--popup-li-font-size);line-height:1.5}.gotItBtn{width:100%;height:var(--popup-got-it-height);color:#fff;font-size:var(--popup-got-it-font-size);cursor:pointer;background:#125ec2;border:none;margin-top:4px;font-weight:500}@media (height<=779px){:root{--popup-padding:24px;--popup-header-font-size:18px;--popup-close-btn-height:14px;--popup-li-font-size:15px;--popup-li-margin-bottom:20px;--popup-got-it-height:36px;--popup-got-it-font-size:15px;--popup-header-margin-bottom:24px}}@media (height<=649px){:root{--popup-padding:20px;--popup-header-font-size:16px;--popup-close-btn-height:12px;--popup-li-font-size:14px;--popup-li-margin-bottom:16px;--popup-got-it-height:34px;--popup-got-it-font-size:14px;--popup-header-margin-bottom:20px}}:root{--completed-popup-min-height:200px;--completed-popup-gap:30px;--completed-popup-img-height:75px;--completed-popup-font-size:18px}.completedPopupContainer{min-height:var(--completed-popup-min-height);justify-content:center;align-items:center;gap:var(--completed-popup-gap);background-color:#fff;flex-direction:column;display:flex}.completedPopupContainer img{height:var(--completed-popup-img-height)}.completedPopupContainer .textContent{font-size:var(--completed-popup-font-size);color:#000}@media (height<=779px){:root{--completed-popup-min-height:170px;--completed-popup-gap:22px;--completed-popup-img-height:62px;--completed-popup-font-size:16px}}@media (height<=649px){:root{--completed-popup-min-height:145px;--completed-popup-gap:16px;--completed-popup-img-height:50px;--completed-popup-font-size:14px}}.errorScreenOverlay{z-index:9999;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.errorScreenCard{text-align:center;background-color:#fff;flex-direction:column;align-items:center;width:85%;max-width:320px;padding:30px 24px;display:flex;transform:translateY(-2vh);box-shadow:0 4px 6px #0000001a}.errorScreenTitle{color:#000;margin-top:0;margin-bottom:16px;font-size:20px;font-weight:600}.errorScreenMessage{color:#000;margin-bottom:24px;font-size:15px;line-height:1.4}.errorScreenButton{color:#fff;cursor:pointer;background-color:#125ec2;border:none;width:100%;height:42px;font-size:14px;font-weight:500;transition:background-color .2s}@media (height<=779px){.errorScreenButton{height:40px}}@media (height<=649px){.errorScreenButton{height:38px}}
