@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif;touch-action:none}@media screen and (max-width:768px){input,select{font-size:16px!important}}*{box-sizing:border-box;margin:0;padding:0}.root-container,.iframe-container{height:100svh;width:100vw;display:flex;justify-content:flex-end;align-items:center;background-color:#1111111a;overflow:hidden;-webkit-user-select:none;user-select:none}.iframe-container{justify-content:flex-end}.root-container{justify-content:center}.main-container{height:90%;width:100%;max-width:24rem;max-height:50rem;display:flex;flex-direction:column;background-color:#fff;border-radius:20px;transition:all .3s ease-in-out;overflow:hidden;position:relative;min-height:0}.iframe-container .main-container{margin-right:40px}.cs-toast{position:absolute;top:10px;left:50%;display:flex;align-items:center;gap:5px;justify-content:space-around;transform:translate(-50%);font-size:10px;background-color:#fff;color:#000;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px #0000001a;z-index:1000;width:50%}.predictions-container{margin-top:1rem;text-align:left;font-size:.8rem;font-weight:400;padding:10px 20px;color:#000}.prediction-value{border:1px solid #000000;padding:8px 6px;border-radius:4px;margin-left:5px}@media(min-width:768px)and (max-width:1180px){.main-container{height:clamp(640px,92svh,860px)}}@media(max-width:768px){.iframe-container{display:block}.main-container{width:100vw;height:100svh;min-width:100vw;max-width:100vw;margin:0;border-radius:0}.predictions-container{margin-top:.8rem}}@media(max-height:600px)and (orientation:landscape){.main-container{height:95%;max-height:none}}@media(max-height:500px){.main-container{height:98%}}.loading-outer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;will-change:opacity;contain:layout style paint}.loading-background-dim{background:#fff6}.loading-outer span{font-size:18px;font-weight:500;color:#000;margin-bottom:20px;will-change:contents;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.loader-dots{display:flex;gap:8px;will-change:transform;transform:translateZ(0)}.loader-dots div{width:10px;height:10px;border-radius:50%;background:#d3d3d3;will-change:transform,background-color;transform:translateZ(0);backface-visibility:hidden;animation:bounce .9s ease-in-out infinite}.loader-dots div:nth-child(1){animation-delay:0s}.loader-dots div:nth-child(2){animation-delay:.3s}.loader-dots div:nth-child(3){animation-delay:.6s}@keyframes bounce{0%,80%,to{transform:translateY(0) translateZ(0);background-color:#d3d3d3}40%{transform:translateY(-6px) translateZ(0);background-color:#5d5f5f}}@media(prefers-reduced-motion:no-preference){.loader-dots div{animation-timing-function:cubic-bezier(.45,.05,.55,.95)}}.error-container{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;text-align:center;background-color:#fff}.error-container h1{font-size:18px;font-weight:500;margin-top:.75rem}.error-container p{font-size:14px;color:#bebfc1;margin:.5rem 0;padding:10px 40px}.error-container img.alert-icon{height:100px;margin-top:1.5rem;opacity:1}.error-container button.btn-upload{margin-top:2rem;background-color:#0f1114;color:#fff;font-size:1rem;padding:.5rem 1.2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;transition:all .3s ease}.error-container button.btn-upload:hover{opacity:.9;transform:scale(1.03)}.error-container button.btn-upload img{height:22px}.retry-button{background-color:#000;color:#fff;border:none;border-radius:8px;width:80%;padding:15px 10px;font-size:16px;font-weight:600;cursor:pointer;margin-top:20px}.close-container{display:flex;justify-content:flex-end;align-items:center;padding:8px;position:relative;flex-shrink:0}.close-container-iframe{justify-content:flex-start}.back-button{display:flex;align-items:center;justify-content:center;background:#000;border:none;border-radius:50%;width:27px;height:27px;cursor:pointer;margin:3px;transition:background .2s ease-in-out;position:relative;top:17%;z-index:1}.back-button:hover{opacity:.8}.back-button img{width:22px;height:20px}.back-button:hover{opacity:.9}.header-text{position:absolute;left:50%;top:20%;transform:translate(-50%);text-align:center;pointer-events:none}.header-title{font-size:20px;font-weight:600;color:#111;margin:0;line-height:1.9}.header-subtitle{font-size:11px;color:#bababa;margin:0;line-height:1.2}.close-icon{width:30px;height:30px;background-color:#fff;border-radius:50%;cursor:pointer;margin:3px;transition:background .2s ease-in-out;z-index:1}.close-icon:hover{opacity:.9}@media(max-height:600px)and (orientation:landscape){.close-container{padding:4px}.header-title{font-size:16px;line-height:1.5}.header-subtitle{font-size:9px}.back-button{width:24px;height:24px}.back-button img{width:18px;height:16px}.close-icon{width:26px;height:26px}}@media(max-height:500px){.close-container{padding:3px}.header-title{font-size:14px}.header-subtitle{font-size:8px}}.footer{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:.8rem 1rem;padding-bottom:max(12px,env(safe-area-inset-bottom,0px));flex-shrink:0}.btns{display:flex;justify-content:center;align-items:center;width:100%;gap:10px}.btns button{flex:1;height:45px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500}.btns button:hover{opacity:.8}.clear-button{background-color:#fff;color:#000;display:flex;justify-content:center;align-items:center;gap:5px;border:.2px solid black}.retry-prediction-button{background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;gap:5px}.predict-button{background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;gap:5px;border:none}.footer span{margin-top:10px;color:#bababa;font-size:11px;font-weight:500}@media(max-width:768px){.btns button{height:45px}.footer span{font-size:10px;margin-top:8px}}@media(max-width:480px){.btns button{height:45px;font-size:12px}}@media(max-height:600px)and (orientation:landscape){.footer{padding:.5rem 1rem}.btns button{height:45px;font-size:12px}.footer span{margin-top:6px;font-size:10px}}@media(max-height:500px){.footer{padding:.4rem 1rem}.btns button{height:45px;font-size:11px}.footer span{margin-top:4px;font-size:9px}}@media(max-height:400px){.footer{padding:.3rem 1rem}.btns button{height:45px;font-size:10px}.footer span{font-size:8px}}.input-section{padding:0 12px;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto}.gender-btns{display:flex;justify-content:center;align-items:center;width:100%;gap:16px;background-color:#fafafa;border-radius:10px;padding:0 12px;flex-shrink:0}.gender-btns button{flex:1;height:40px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;border:none}.female-button,.male-button{background-color:transparent;font-size:16px;font-weight:500;color:#989898;display:flex;justify-content:center;align-items:center;gap:5px;border-radius:10px}.active{background-color:#000;color:#fff;transition:background-color .4s,color .3s}.height,.weight,.age{position:relative;display:flex;align-items:center;justify-content:space-between;background-color:#fafafa;border-radius:10px;padding:8px 16px;min-height:55px;flex-shrink:1}.input-labels{font-size:12px;color:#222;font-weight:500}.input-field{display:flex;gap:16px;align-items:center;justify-content:center}.input-group{display:flex;flex-direction:column;align-items:center}.input-box{height:23px;width:85px;border:none;border-bottom:1px solid #dcdcdc;background:transparent;border-radius:0;text-align:center;font-size:12px;outline:none;transition:border-color .2s ease}.input-box:focus{border-color:#333}.width-adjust input{width:100%}.sub-label{font-size:11px;color:#999;margin-top:3px}.units{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;color:#555;gap:2px}.units p{cursor:pointer}.units-active{color:#000}.units-inactive{color:#989898}.input-error{border:1.5px solid #ff4444!important;box-shadow:0 0 5px #ff44444d!important}.error-message{display:block;color:#f44;font-size:10px;margin-top:3px;margin-left:2px;font-weight:400}@media(max-width:768px){.input-section{padding:0 12px 20px;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto;justify-content:space-evenly}.height,.weight,.age{min-height:50px;padding:6px 14px}.gender-btns button{height:38px}}@media(max-width:390px){.input-section{gap:8px}.height,.weight,.age{min-height:48px;padding:6px 12px}}@media(max-height:600px)and (orientation:landscape){.input-section{padding:0 12px 20px;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto;justify-content:space-evenly}.gender-btns{padding:0 8px}.gender-btns button{height:32px;font-size:13px}.height,.weight,.age{min-height:42px;padding:4px 12px}.input-labels{font-size:11px}.input-box{height:20px;width:75px;font-size:11px}.sub-label{font-size:10px;margin-top:2px}.units{font-size:10px}}@media(max-height:500px){.input-section{gap:4px}.gender-btns button{height:28px;font-size:12px}.height,.weight,.age{min-height:38px;padding:3px 10px}.input-labels{font-size:10px}.input-field{gap:12px}.input-box{height:18px;width:70px;font-size:10px}.sub-label{font-size:9px}}@media(max-height:400px){.input-section{gap:3px}.gender-btns button{height:26px;font-size:11px}.height,.weight,.age{min-height:34px;padding:2px 8px}}@media(min-width:800px)and (max-width:1024px){.input-section{justify-content:space-evenly}}.content{margin-top:20px;flex:0 0 auto;height:32vh;min-height:240px;max-height:400px;display:flex;justify-content:center;align-items:center;padding:4px 15px}.prediction-content{height:40vh;min-height:280px;max-height:450px}.guider{flex:1;height:100%;background-color:#fff;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;overflow:hidden}.guider:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none;z-index:1}.guider svg{width:auto;height:117%;max-width:85%;object-fit:contain;flex-shrink:0;position:relative;margin-top:0}.guiderImage{height:130%;cursor:pointer}.guiderImage:hover{transform:scale(1.01);transition:transform .5s ease}.guiderPrediction{cursor:pointer;height:150%}.guiderPrediction:hover{transform:scale(1.01);transition:transform .5s ease}.iframe-container .guiderImage{height:120%}.iframe-container .guiderPrediction{height:140%}.guiderPrediction #tape{fill:var(--tape-color);transition:fill .3s ease}.best-size-label{background-color:#fff;padding:13px 15px;border-radius:12px;position:absolute;top:30%;box-shadow:0 4px 6px #0080001a;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px;z-index:2;cursor:pointer}.best-size-label:hover{box-shadow:0 6px 10px #00800033;transition:transform .3s ease}.main-container .best-size-label{left:3%}.iframe-container .best-size-label{left:1%}.size-guidance-label{position:absolute;z-index:200;right:42%;font-size:10px}.main-container .size-guidance-label{top:52%}.iframe-container .size-guidance-label{top:64%}.best-size-sub{font-size:12px}.best-size{color:green;font-weight:600;font-size:26px}@media(max-width:390px){.content{max-height:29%}.guiderImage{height:125%}.guiderPrediction{height:145%}}@media(max-width:400px){.content{max-height:35%}.guiderImage{height:125%}.guiderPrediction{height:145%}}@media(min-width:480px)and (max-width:600px){.content{max-height:40%}}@media(min-width:768px){.guiderImage{height:135%}.guiderPrediction{height:155%}}@media(min-width:1024px){.guiderImage{height:140%}.guiderPrediction{height:160%}}@media(max-width:1280px)and (max-height:500px){.content{max-height:12%}.guiderImage{height:120%}.guiderPrediction{height:140%}}@media(min-height:800px){.content{max-height:27%}.guiderImage{height:145%}.guiderPrediction{height:165%}}@media(max-height:600px)and (orientation:landscape){.content{height:25vh;min-height:150px;max-height:200px}.prediction-content{height:28vh;min-height:170px;max-height:220px}.guiderImage{height:110%}.guiderPrediction{height:120%}}@media(max-height:500px){.content{height:20vh;min-height:120px;max-height:160px;margin-top:10px}.prediction-content{height:24vh;min-height:140px;max-height:180px}.guiderImage{height:100%}.guiderPrediction{height:110%}}@media(max-height:400px){.content{height:18vh;min-height:100px;max-height:130px;margin-top:8px}.prediction-content{height:20vh;min-height:110px;max-height:140px}}.prediction-section{margin-top:4%;display:flex;flex-direction:column;justify-content:center;padding:8px 16px;gap:16px;flex:1;min-height:0;overflow-y:auto}.prediction-measurements{display:flex;flex-direction:row;gap:8px}.parts{border:1px solid #e0e0e0;border-radius:10px;position:relative;width:100%;padding:12px 8px;height:100%}.parts-label{background-color:#fff;color:#2c2c2c;font-weight:400;font-size:10px;position:absolute;top:-7px;left:10%}.measurement{font-size:13px;font-weight:400}.prediction-fit-options{display:flex;flex-direction:column;gap:8px;margin-top:3%}.prediction-fit-options>p{font-size:13px}.fit-size-container{margin-top:2%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:12px}.fit-size-box{border-radius:8px;padding:8px 9px;height:91%;max-width:100%;width:15%;display:flex;justify-content:center;align-items:center;border:1.5px solid black;cursor:pointer;font-size:13px}.selected-size{color:green;border:1.5px solid rgba(0,128,0,1);box-shadow:0 4px 6px #0080001a}.selected-size-1{color:#f5a623;border:1.5px solid rgba(245,166,35,1);box-shadow:0 4px 6px #f5a6231a}.selected-size-2{color:#ff2c2c;border:1.5px solid rgba(255,44,44,1);box-shadow:0 4px 6px #ff2c2c1a}@media(max-height:600px)and (orientation:landscape){.prediction-section{margin-top:2%;padding:6px 14px;gap:10px}.parts{padding:8px 6px}.parts-label{font-size:9px}.measurement{font-size:11px}.prediction-fit-options>p{font-size:11px}.fit-size-container{gap:8px}.fit-size-box{padding:6px 7px;font-size:11px}}@media(max-height:500px){.prediction-section{margin-top:1%;padding:4px 12px;gap:8px}.prediction-measurements{gap:6px}.parts{padding:6px 5px}.parts-label{font-size:8px;top:-6px}.measurement{font-size:10px}.fit-size-box{padding:5px 6px;font-size:10px}}
