@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}.root-container,.iframe-container{background-color:transparent}.main-container{width:100vw;height:100svh;min-width:100vw;max-width:100vw;max-height:none;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:var(--btn-bg );color:var(--btn-text-color, white);border:none;border-radius:var(--btn-radius, 10px );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 8px 44px;position:relative;flex-shrink:0}.close-container-iframe{justify-content:flex-start}.back-button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:var(--btn-bg, black);border-radius:50%;cursor:pointer;margin:3px;transition:background .2s ease-in-out;color:var(--btn-text-color, white);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;white-space:nowrap}.close-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background-color:var(--btn-bg, black);border-radius:50%;cursor:pointer;margin:3px;transition:background .2s ease-in-out;z-index:1}.close-icon-svg{display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.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}}@media(min-height:601px)and (max-height:799px){.close-container{padding:8px 8px 30px}}@media(max-width:768px){.close-container{padding:8px 8px 60px}}.footer{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:.8rem 1rem;padding:8px 24px;flex-shrink:0}.btns{display:flex;justify-content:center;align-items:center;width:100%;gap:10px}.btns button{flex:1;height:45px;border-radius:var(--btn-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;border-radius:var(--btn-radius, 10px )}.retry-prediction-button,.predict-button{background-color:var(--btn-bg, black );color:var(--btn-text-color, white);display:flex;justify-content:center;align-items:center;gap:5px;border:none}.predict-button-disabled{opacity:.7}.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 16px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow-y:auto}.input-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px #00000012}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.card-header-left{display:flex;align-items:center;gap:8px}.card-label{font-size:14px;font-weight:600;color:#222}.unit-toggle{display:flex;background:#f0f0f0;border-radius:20px;padding:3px;gap:2px}.toggle-btn{border:none;cursor:pointer;border-radius:18px;padding:4px 12px;font-size:12px;font-weight:500;line-height:1.4;transition:background .2s,color .2s}.toggle-active{background:#000;color:var(--btn-text-color, #fff)}.toggle-inactive{background:transparent;color:#888}.card-input-row{display:flex;align-items:center;background:#f7f7f9;border-radius:10px;padding:11px 14px}.card-input-row input{flex:1;border:none;background:transparent;font-size:15px;color:#333;outline:none;min-width:0}.card-input-row input::placeholder{color:silver}.card-input-row input[type=number]::-webkit-outer-spin-button,.card-input-row input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.card-input-row input[type=number]{-moz-appearance:textfield}.input-unit{font-size:13px;color:#aaa;margin-left:8px;white-space:nowrap;flex-shrink:0}.card-input-row.dual{background:transparent;padding:0;gap:10px}.input-pair{display:flex;align-items:center;flex:1;background:#f7f7f9;border-radius:10px;padding:11px 14px}.input-pair input{flex:1;border:none;background:transparent;font-size:15px;color:#333;outline:none;min-width:0}.input-pair input::placeholder{color:silver}.input-pair input[type=number]::-webkit-outer-spin-button,.input-pair input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-pair input[type=number]{-moz-appearance:textfield}.gender-card{padding:10px 16px}.gender-btns{display:flex;gap:10px}.gender-btn{flex:1;height:40px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;border:none;transition:background .25s,color .25s}.gender-btn-active{background-color:var(--btn-bg, #2d2a6e);color:#fff}.gender-btn-inactive{background-color:#f0f0f0;color:#888}.error-message{display:block;color:#f44;font-size:11px;margin-top:5px;font-weight:400}.privacy-banner{display:flex;align-items:flex-start;gap:12px;background:#eeeef8;border-radius:12px;padding:14px 16px}.privacy-banner svg{flex-shrink:0;margin-top:1px}.privacy-title{font-size:13px;font-weight:700;color:#000;margin:0 0 4px}.privacy-subtitle{font-size:11px;color:#666;margin:0;line-height:1.5}@media(max-width:768px){.input-section{padding:0 12px 16px;gap:10px}}@media(max-width:390px){.input-section{gap:8px}.input-card{padding:12px 14px}}@media(max-height:600px)and (orientation:landscape){.input-section{gap:8px;padding:0 12px 16px}.input-card{padding:8px 12px}.card-header{margin-bottom:6px}.card-input-row,.input-pair{padding:7px 12px}.card-input-row input,.input-pair input{font-size:14px}.privacy-banner{padding:8px 12px}}@media(max-height:500px){.input-card{padding:6px 10px}.card-header{margin-bottom:4px}.card-input-row,.input-pair,.privacy-banner{padding:6px 10px}}@media(max-height:400px){.input-section{gap:5px}.input-card{padding:4px 8px}}@media(min-width:800px)and (max-width:1024px){.input-section{justify-content:space-evenly}}.content{margin-top:20px;height:32vh;min-height:240px;max-height:400px;display:flex;justify-content:center;align-items:center;padding:4px 15px}.content-unisex{flex:0 0 auto}.content-non-unisex{flex:.25 0 auto}.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:var(--gradient-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.006);transition:transform .5s ease}.guiderPrediction{cursor:pointer;height:150%}.guiderPrediction:hover{transform:scale(1.01);transition:transform .5s ease}.iframe-container .guiderImage{height:117%}.iframe-container .guiderPrediction{height:113%}.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,.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:var(--label-position, 52%)}.iframe-container .size-guidance-label{top:var(--label-position-iframe,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(min-height:601px)and (max-height:799px){.content{height:26vh;min-height:180px;max-height:210px;margin-top:10px}.prediction-content{height:30vh;min-height:200px;max-height:240px}.guiderImage{height:128%}.guiderPrediction{height:138%}}@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 24px;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(min-height:601px)and (max-height:799px){.prediction-section{margin-top:2%;padding-top:10px;gap:12px}}@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}}
