@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#c5a040;--primary-hover:#b08e35;--bg-white:#fff;--bg-soft:#fff;--card-bg:#fff;--text-main:#1a1a1a;--text-muted:#666;--accent:#c5a040;--glass-border:#0000000d;--success:#10b981;--error:#ef4444;--shadow-premium:0 10px 30px #00000005;--shadow-hover:0 20px 50px #0000000d;--radius-xl:20px}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--bg-soft);color:var(--text-main);min-height:100vh;line-height:1.6}.main-page{flex-direction:column;min-height:100vh;display:flex}@media (width>=1025px){html,body{overflow:hidden}.main-page{height:100vh;overflow:hidden}}.bg-shape{filter:blur(100px);z-index:-1;opacity:.18;border-radius:50%;animation:20s ease-in-out infinite alternate float;position:fixed}.shape-1{background:var(--primary);width:500px;height:500px;top:-100px;right:-50px}.shape-2{background:var(--accent);width:400px;height:400px;animation-delay:-5s;bottom:-50px;left:-50px}.shape-3{background:#0da2e7;width:350px;height:350px;animation-delay:-10s;top:35%;left:20%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.1)}}.container{flex-direction:column;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:.5rem 2rem;display:flex}.top-bar{z-index:1000;background:0 0;justify-content:center;align-items:center;width:100%;min-height:60px;padding:0 40px;display:flex}.brand-group{align-items:center;gap:15px;max-width:100%;display:flex}.auth-status-container{z-index:1000;position:absolute;top:1rem;right:1.2rem}.bar-logo{height:48px;transition:height .3s}.bar-title{color:var(--text-main);letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.tagline-section{text-align:center;padding-top:0;padding-bottom:10px}.tagline-section p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.1rem}.app-interface-v2{flex:1;grid-template-columns:1fr 1fr;gap:40px;width:100%;max-width:100%;margin:0 auto;padding:20px 0 0;display:grid}.interaction-section{flex-direction:column;width:100%;max-width:420px;margin:0 auto;display:flex}@media (width<=1024px){.app-interface-v2{grid-template-columns:1fr;padding:0 20px 40px}}@media (width<=768px){.top-bar{padding:0 20px}.auth-status-container{right:20px}.bar-logo{height:40px}.bar-title{font-size:1.2rem}}@media (width<=600px){.top-bar{flex-direction:column;gap:10px;height:auto;padding:10px 15px}.brand-group{justify-content:center;width:100%}.auth-status-container{justify-content:center;width:100%;margin:0 auto;display:flex;position:static}.tagline-section{padding:24px 15px}.tagline-section p{font-size:.9rem;line-height:1.4}.interaction-section{border-radius:16px;gap:20px;padding:12px}.large-drop-zone{height:320px}.samples-grid{grid-template-columns:repeat(4,1fr);gap:8px}.sample-box{aspect-ratio:1/1.35;width:100%!important;height:auto!important}}.large-drop-zone{cursor:pointer;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:20px;justify-content:center;align-items:center;width:100%;height:380px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.large-drop-zone:hover{border-color:var(--primary);background:#fff;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.silhouette-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.silhouette-bg{pointer-events:none;opacity:.08;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.large-drop-zone:hover .silhouette-bg{opacity:.12}.silhouette-svg{width:auto;height:80%;color:var(--text-main)}.upload-controls{z-index:2;pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.upload-action-btn{pointer-events:auto;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 20px #00000014}.upload-action-btn:hover{transform:scale(1.05);box-shadow:0 12px 25px #0000001f}.silhouette-hint{color:var(--text-muted);margin:0;font-size:.9rem;font-weight:500}.preview-wrap{background:#f8fafc;border-radius:18px;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex;position:relative;overflow:hidden}.image-preview{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;transition:transform .3s}.large-drop-zone:hover .image-preview{transform:scale(1.02)}.remove-btn{cursor:pointer;width:32px;height:32px;color:var(--text-muted);z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 12px #0000001a}.remove-btn:hover{background:var(--error);color:#fff;border-color:var(--error);transform:scale(1.1)rotate(90deg)}.samples-container{flex-direction:column;gap:1rem;display:flex}.samples-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;text-align:center;padding-top:10px;font-size:.85rem;font-weight:700}.samples-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.sample-box{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;width:90px;height:120px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.sample-box:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.sample-box.active{border-color:var(--primary);border-width:2px;transform:translateY(-2px)scale(1.05);box-shadow:0 0 15px #594de633}.sample-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.sample-box:hover .sample-img{transform:scale(1.1)}.action-row{justify-content:center;width:100%;margin:1rem 0;display:flex}.transform-btn{letter-spacing:.02em;border-radius:18px;min-width:320px;height:60px;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}@media (width<=600px){.transform-btn{min-width:100%}}@media (width<=900px) and (width>=601px){.auth-status-container{width:fit-content;margin:0;top:.8rem;right:.8rem}}.status-main-pill{box-shadow:none;background:0 0;border:none;align-items:center;padding:0;display:flex}.profile-toggle{cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.3rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.profile-toggle:hover,.profile-toggle.active{background:0 0;transform:scale(1.05)}.user-avatar-mini{width:32px;height:32px;color:var(--primary);border:1px solid var(--glass-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-dropdown{border:1px solid var(--glass-border);background:#fff;border-radius:20px;width:280px;padding:1.5rem;animation:.3s ease-out dropdownFade;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 40px #0000001f}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.dropdown-avatar{width:44px;height:44px;color:var(--primary);background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;display:flex}.dropdown-user-details{text-align:left;flex-direction:column;display:flex}.dropdown-name{color:var(--text-main);font-size:.95rem;font-weight:700}.dropdown-email{color:var(--text-muted);font-size:.8rem}.dropdown-divider{background:#f1f5f9;height:1px;margin:1.2rem 0}.dropdown-credits-section{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1.2rem;margin-bottom:.5rem;padding:.8rem 1rem;display:flex}.credits-icon-box{width:40px;height:40px;color:var(--primary);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0000000d}.credits-info{text-align:left;flex-direction:column;display:flex}.credits-count{color:var(--primary);font-size:1.2rem;font-weight:800;line-height:1}.credits-tag{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.dropdown-logout-btn{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.dropdown-logout-btn:hover{background:#fee2e2;border-color:#fecaca;transform:translateY(-1px)}.signout-btn{color:var(--text-muted);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.signout-btn:hover{color:var(--error);background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.auth-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-container{width:100%;max-width:460px;box-shadow:var(--shadow-hover);background:#fff;border:1px solid #00000008;position:relative;overflow:hidden}.app-logo{width:60px;max-width:100%;height:auto;margin:0 auto 1.25rem;display:block}.auth-form{flex-direction:column;gap:1.2rem;margin:2rem 0;display:flex}.input-group label{color:var(--text-main);margin-bottom:.4rem;padding-left:4px;font-size:.9rem;font-weight:600;display:block}.input-group input{color:var(--text-main);background:#f8fafc;border:2px solid #f1f5f9;border-radius:14px;width:100%;padding:1rem;font-family:inherit;transition:all .2s}.input-group input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #594de61a}.divider{text-align:center;color:var(--text-muted);align-items:center;margin:1.5rem 0;font-size:.8rem;font-weight:600;display:flex}.divider:before,.divider:after{content:"";border-bottom:2px solid #f1f5f9;flex:1}.divider:not(:empty):before{margin-right:1.2rem}.divider:not(:empty):after{margin-left:1.2rem}.google-btn{color:#1e293b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:.9rem;font-weight:600;transition:all .2s;display:flex}.google-btn:hover{background:#f8fafc;border-color:#cbd5e1}.google-btn img{width:22px;height:22px}.primary-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1.1rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 25px #594de64d}.primary-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 35px #594de666}.app-interface{grid-template-columns:1.1fr 1.3fr;align-items:stretch;gap:3rem;display:grid}@media (width<=1100px){.app-interface{grid-template-columns:1fr;gap:2rem}header h1{font-size:2.8rem}}@media (width<=640px){.container{padding:1rem}.auth-status-bar{flex-direction:column;gap:1rem;padding:1.2rem}.user-info-group{flex-wrap:wrap;justify-content:center;width:100%;margin-left:0}.signout-btn{justify-content:center;width:100%}.upload-grid{flex-direction:column}.drop-zone{height:180px}}.upload-card{background:var(--card-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--glass-border);box-shadow:var(--shadow-premium);border-radius:32px;padding:2.5rem}.upload-grid{gap:1.2rem;margin-bottom:2rem;display:flex}.drop-zone{cursor:pointer;background:#f8fafc80;border:2px dashed #cbd5e1;border-radius:22px;flex-direction:column;flex:1;justify-content:center;align-items:center;height:220px;transition:all .3s;display:flex;position:relative;overflow:hidden}.drop-zone:hover{border-color:var(--primary);background:#fff;transform:scale(1.01);box-shadow:0 10px 30px #6366f114}.drop-content{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:0 1.2rem;font-size:.85rem;display:flex}.silhouette-placeholder{height:100%;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.silhouette-svg{filter:drop-shadow(0 4px 12px #c5a0401f);width:auto;height:62%;max-height:280px;transition:transform .3s,filter .3s}.large-drop-zone:hover .silhouette-svg{filter:drop-shadow(0 8px 20px #c5a04038);transform:translateY(-6px)scale(1.04)}.silhouette-hint{color:var(--text-muted);letter-spacing:.01em;font-size:.88rem;font-weight:600}.upload-icon{color:var(--primary);stroke-width:2px}.highlight{color:var(--primary);font-weight:700}.image-preview{object-fit:cover;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.remove-btn{width:32px;height:32px;color:var(--error);cursor:pointer;z-index:20;background:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #0000001a}.remove-btn:hover{background:var(--error);color:#fff}.result-section{background:var(--card-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--glass-border);width:100%;min-height:550px;box-shadow:var(--shadow-premium);border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex;position:sticky;top:2rem}@media (width<=600px){.result-section{border-radius:20px;min-height:auto;padding:24px 15px;position:relative;top:0}}.magic-reveal-card{text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#c5a04005;border:1px dashed #c5a04033;border-radius:24px;width:100%;max-width:500px;padding:4.5rem 2rem}.magic-reveal-card h3{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.6rem;font-weight:800}.magic-reveal-card p{color:var(--text-muted);font-size:1.05rem}.scanner-container{aspect-ratio:320/420;background:#fff;border-radius:24px;width:320px;max-width:100%;height:auto;margin:0 auto 2.5rem;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0000000d}.scanner-line{background:linear-gradient(90deg, transparent, var(--primary), transparent);width:100%;height:4px;box-shadow:0 0 20px var(--primary);animation:2.5s linear infinite scan;position:absolute;top:0}@keyframes scan{0%{top:0}to{top:100%}}.result-images-grid{width:100%;max-width:100%}.result-images-grid img{border:1px solid #f1f5f9;border-radius:24px;width:100%;height:auto;box-shadow:0 30px 60px #0000001a}.result-actions{justify-content:center;gap:1rem;width:100%;margin-top:2rem;display:flex}@media (width<=600px){.result-actions{flex-direction:column;gap:12px}}.download-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.8rem;padding:1.1rem 2.5rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 25px #594de64d}@media (width<=600px){.download-btn{width:100%;padding:1rem 1.5rem}}.download-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #594de666}.secondary-btn{color:var(--text-main);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;padding:1.1rem 2.5rem;font-weight:700;transition:all .2s;display:flex}@media (width<=600px){.secondary-btn{width:100%;padding:1rem 1.5rem}}.secondary-btn:hover{border-color:var(--primary);color:var(--primary);background:#fff;transform:translateY(-2px)}.site-footer{text-align:center;background:#fafafa;border-top:1px solid #f1f5f9;width:100%;margin-top:auto;padding:20px}.footer-content{max-width:1200px;margin:0 auto}.footer-text{color:var(--text-muted);letter-spacing:.02em;font-size:.95rem;font-weight:400}@media (width<=600px){.footer-text{font-size:.85rem;line-height:1.8}}.spinner{border:4px solid #fff3;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-icon-field{position:relative}.input-icon-field svg{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-icon-field input{padding-left:3rem}.auth-meta-row{justify-content:flex-end;margin-top:-.5rem;display:flex}.ghost-link-btn{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.ghost-link-btn:hover{color:var(--primary)}.legal-note{color:var(--text-muted);font-size:.88rem;line-height:1.6}.legal-note a{color:var(--primary);font-weight:600;text-decoration:none}.legal-note a:hover{text-decoration:underline}.visible-message{display:block}.success-message{color:var(--success);margin-top:.5rem;font-size:.9rem}.wide-auth-container{max-width:720px}.button-stack{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;margin-top:2rem;display:flex}.link-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.consent-card{box-shadow:var(--shadow-hover);background:#fff;border:1px solid #00000008;border-radius:32px;padding:3rem}.page-badge{color:var(--primary);background:#594de61a;border:1px solid #594de626;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.45rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.consent-copy{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:1rem;padding:1.25rem;display:grid}.email-highlight{color:var(--text-main);word-break:break-word;font-weight:700}.support-copy{color:var(--text-muted);margin-top:1rem;font-size:.9rem}.resend-btn{align-items:center;gap:.55rem;display:inline-flex}.route-status-screen{place-items:center;min-height:100vh;padding:2rem;display:grid}.route-status-card{text-align:center;max-width:480px;box-shadow:var(--shadow-premium);background:#fff;border:1px solid #0000000a;border-radius:24px;padding:2rem}.route-status-card h2{margin-bottom:.75rem;font-size:1.6rem}.route-status-card p{color:var(--text-muted);margin-bottom:1.5rem}@media (width<=768px){.auth-container,.consent-card{padding:2rem}.button-stack{flex-direction:column;align-items:stretch}.result-actions{flex-direction:column}}.size-advisor-card{background:var(--card-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--glass-border);width:100%;box-shadow:var(--shadow-premium);border-radius:24px;margin-bottom:2rem;padding:1.5rem 2.5rem;transition:all .4s}.size-advisor-placeholder,.size-advisor-content.loading{align-items:center;gap:1.5rem;display:flex}.feature-icon-minimal{color:var(--primary);opacity:.6}.placeholder-text,.status-text{flex-direction:column;gap:.2rem;display:flex}.placeholder-text strong,.status-text strong{color:var(--text-main);font-size:1.1rem;font-weight:700}.placeholder-text span,.status-text span{color:var(--text-muted);font-size:.9rem}.size-advisor-content.success{justify-content:space-between;align-items:center;gap:2rem;display:flex}.size-result-badge{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border-radius:20px;flex-direction:column;align-items:center;min-width:160px;padding:.8rem 1.5rem;display:flex;box-shadow:0 10px 25px #594de640}.size-result-badge .label{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:.75rem;font-weight:700}.size-result-badge .value{font-size:1.8rem;font-weight:900}.size-note{color:var(--text-main);flex:1;font-size:1.05rem;line-height:1.5}@media (width<=768px){.size-advisor-card{padding:1.5rem}.size-result-badge{width:100%}.size-advisor-content.success{text-align:center;flex-direction:column;gap:1.5rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;padding:24px;animation:.3s ease-out modalFadeIn;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:32px;width:100%;max-width:800px;max-height:90vh;padding:2.5rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 40px 100px #00000040}.modal-header{text-align:center;margin-bottom:2rem;position:relative}.modal-header h2{color:var(--text-main);letter-spacing:.15em;margin:0;font-size:1.4rem;font-weight:800}.close-modal{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:-10px;right:-10px}.close-modal:hover{color:var(--error);background:#fee2e2;transform:rotate(90deg)}.modal-controls{justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 .5rem;display:flex}.unit-toggle{background:#f1f5f9;border-radius:12px;gap:4px;padding:4px;display:flex}.unit-toggle button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:.75rem;font-weight:700;transition:all .2s}.unit-toggle button.active{color:var(--primary);background:#fff;box-shadow:0 2px 8px #00000014}.csv-download-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.6rem;padding:.7rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #594de633}.csv-download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #594de64d}.measurements-grid{grid-template-columns:1fr 1fr;gap:.5rem 3rem;padding:1rem 0;display:grid}.measurement-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:.85rem .5rem;display:flex}.m-name{color:var(--text-muted);font-size:.9rem;font-weight:500}.m-value{color:var(--text-main);font-size:.95rem;font-weight:700}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.measurements-grid{grid-template-columns:1fr;gap:0}.modal-controls{flex-direction:column;align-items:stretch;gap:1.5rem}}.show-measurements-btn{color:var(--primary);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.6rem;margin-top:1rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.show-measurements-btn:hover{border-color:var(--primary);background:#fff;transform:translateY(-1px)}.size-note-group{flex-direction:column;flex:1;align-items:flex-start;display:flex}@keyframes pulse-soft{0%{box-shadow:0 0 #3b82f633}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.feature-highlights{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.feature-item{color:var(--text-main);background:#ffffff80;border:1px solid #c5a04026;border-radius:12px;align-items:center;gap:.6rem;padding:.5rem .9rem;font-size:.82rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000005}.feature-item:hover{border-color:var(--primary);background:#fff;transform:translateY(-2px)}.feature-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;display:flex;box-shadow:0 4px 8px #594de633}.scanning-icon-container{background:#6366f10d;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;overflow:hidden}.scanning-line-mini{background:linear-gradient(90deg, transparent, var(--primary), transparent);width:100%;height:2px;box-shadow:0 0 8px var(--primary);animation:2s ease-in-out infinite scan-vertical;position:absolute;top:0;left:0}.status-text .dynamic-msg{color:var(--primary);margin:.2rem 0 .6rem;font-size:.95rem;font-style:italic;font-weight:600;animation:1.5s infinite pulse-soft;display:block}.loading-bar-container{background:#f1f5f9;border-radius:2px;width:100%;height:4px;overflow:hidden}.loading-bar-fill{background:linear-gradient(90deg, var(--primary), var(--primary-hover));border-radius:2px;width:40%;height:100%;animation:2.5s linear infinite loading-shimmer}@keyframes scan-vertical{0%{transform:translateY(-5px)}50%{transform:translateY(65px)}to{transform:translateY(-5px)}}@keyframes loading-shimmer{0%{transform:translate(-100%)}to{transform:translate(250%)}}.size-advisor-content.loading .status-text{flex:1}.size-advisor-content.loading{gap:2rem}.spinner{animation:1s linear infinite spin}.view-container{flex-direction:column;width:100%;min-height:calc(100vh - 220px);display:flex}.selection-view-content,.result-view-content{width:100%;animation:.4s ease-out fadeIn}.view-header{border-bottom:1px solid #191e280d;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.view-header h2{color:var(--text-main);margin:0;font-size:1.75rem;font-weight:700}.back-nav-btn{color:var(--text-muted);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:.75rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .25s;display:flex}.back-nav-btn:hover{color:var(--primary);border-color:var(--primary);background:#fff;transform:translate(-4px);box-shadow:0 4px 12px #0000000d}.result-layout-v2{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}@media (width<=1024px){.result-layout-v2{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s ease-out fadeIn}.main-page{height:100vh;overflow-y:hidden!important}.container{height:100%;padding-bottom:2rem;overflow-y:auto}.result-section{min-height:auto;margin-top:0}#result-img{object-fit:contain;border-radius:20px;width:100%;max-width:500px;max-height:70vh;box-shadow:0 20px 50px #0000001a}@media (width<=640px){.action-row{flex-direction:column;align-items:stretch;gap:1rem}}.action-row{justify-content:center;gap:1.5rem;margin-top:3.5rem;padding-bottom:2rem;display:flex}.view-result-btn{color:var(--text-muted);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:.8rem;padding:1rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.view-result-btn:hover{border-color:var(--primary);color:var(--primary);background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.view-result-btn.is-processing{color:#2563eb;background:#eff6ff;border-color:#3b82f6;animation:2s infinite pulse-soft;box-shadow:0 0 15px #3b82f61a}
