:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff7f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;background:#fff7f0}body{margin:0;display:block;min-width:320px;min-height:100vh;background:#fff7f0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.hamburger{position:fixed;top:20px;right:max(8px,calc((100vw - 430px)/2 + 8px));z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;padding:0;box-sizing:border-box}.side-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1500}.side-shell{position:fixed;inset:0;z-index:1600;pointer-events:none}:root{--elev: 0 8px 24px rgba(0,0,0,.15);--slide-ease: cubic-bezier(.22, .61, .36, 1)}.side-panel{position:fixed;top:0;right:0;height:100%;width:min(92vw,360px);background:#fff;box-shadow:var(--elev);display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto;scrollbar-gutter:stable;transform:translate(calc(100% + 0px));opacity:0;visibility:hidden;transition:transform .32s var(--slide-ease),opacity .24s ease,visibility .24s step-end,box-shadow .24s ease;pointer-events:auto}.side-panel.open{transform:translate(0);opacity:1;visibility:visible;transition:transform .34s var(--slide-ease),opacity .24s ease,visibility 0s,box-shadow .24s ease}.sub-panel{position:fixed;top:0;right:0;height:100%;width:min(92vw,360px);background:#fff;box-shadow:var(--elev);display:flex;flex-direction:column;z-index:1650;box-sizing:border-box;overflow-y:auto;scrollbar-gutter:stable;transform:translate(calc(100% + 0px));opacity:0;visibility:hidden;transition:transform .32s var(--slide-ease),opacity .24s ease,visibility .24s step-end,box-shadow .24s ease;pointer-events:auto}.sub-panel.open{transform:translate(0);opacity:1;visibility:visible;transition:transform .34s var(--slide-ease),opacity .24s ease,visibility 0s,box-shadow .24s ease}.nav-row{display:grid;grid-template-columns:28px 1fr 10px;align-items:center;gap:12px;padding:12px;border-radius:10px;text-decoration:none;color:#222;background:#fff;transition:background .18s ease,transform .12s ease}.nav-row:active{transform:translateY(1px)}.nav-emoji{font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.sub-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:16px;border-bottom:1px solid #eee}.back{justify-self:start;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;border:0;background:#f6f6f6;cursor:pointer;transition:background .18s ease,transform .12s ease}.back:hover{background:#f0f0f0}.back:active{transform:translateY(1px)}.back-chev{width:8px;height:8px;border-left:2px solid #555;border-bottom:2px solid #555;transform:rotate(45deg)}.sub-title{font-weight:800;color:#222;justify-self:center}.sub-spacer{width:24px}.sub-nav{padding:8px;display:grid;gap:8px}.sub-row{display:grid;grid-template-columns:28px 1fr 10px;align-items:center;gap:12px;padding:14px 12px;border-radius:10px;background:#fff;border:1px solid #eee;cursor:pointer;text-align:left;font:inherit;color:#222;transition:background .18s ease,transform .12s ease,border-color .18s ease}.sub-row:hover{background:#f8f8f8}.sub-row:active{transform:translateY(1px)}.sub-row.danger{background:#ffe9e9;border-color:#ffdcdc;color:#b00020}.sub-row.danger:hover{background:#ffdcdc}.sub-emoji{font-size:20px;line-height:1;display:grid;place-items:center}.sub-content{padding:12px;display:grid;gap:12px;animation:subFadeIn .25s ease both}@keyframes subFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.card{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;display:grid;gap:8px}.info-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid #f1f1f1}.info-row:last-child{border-bottom:0}.info-label{color:#666;font-size:13px}.info-value{color:#222;font-weight:700;font-size:14px}.btn-row{display:flex;gap:8px;justify-content:flex-end}.btn{border:0;border-radius:10px;padding:10px 14px;background:#222;color:#fff;font-weight:700;cursor:pointer;transition:transform .12s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 1px 2px #0000000f}.btn:hover{background:#111;box-shadow:0 2px 6px #0000001f}.btn:active{transform:translateY(1px)}.btn.ghost{background:#f3f3f3;color:#222}.btn.link{text-decoration:none;display:inline-block;background:#f6f6f6;color:#222}.help-actions{display:flex;gap:8px;flex-wrap:wrap}@media (min-width: 900px){.side-shell-inner{max-width:520px}.side-panel,.sub-panel{position:absolute;top:0;right:40px;height:100%;width:min(88vw,360px);box-sizing:border-box;overflow-y:auto;scrollbar-gutter:stable}.side-panel,.sub-panel{transform:translate(calc(100% + 40px))}}.app-chrome{position:relative;top:20px;left:0;right:0;z-index:1100;pointer-events:none}.app-chrome-inner{max-width:430px;padding:0 8px;margin:0 auto;position:relative}.hamburger{position:absolute;top:0;right:8px;pointer-events:auto;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;padding:0;box-sizing:border-box;z-index:1100}.hamburger .bar{position:absolute;left:11px;right:11px;height:2px;background:#222;border-radius:2px;transition:transform .2s ease,opacity .2s ease,top .2s ease}.hamburger .bar:nth-child(1){top:calc(50% - 7px)}.hamburger .bar:nth-child(2){top:calc(50% - 1px)}.hamburger .bar:nth-child(3){top:calc(50% + 5px)}.hamburger.is-open .bar:nth-child(1){top:50%;transform:rotate(45deg)}.hamburger.is-open .bar:nth-child(2){opacity:0}.hamburger.is-open .bar:nth-child(3){top:50%;transform:rotate(-45deg)}.side-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1090}.side-overlay.show{opacity:1;pointer-events:auto}.side-shell{position:fixed;inset:0;z-index:1110;pointer-events:none}.side-shell-inner{height:100dvh;max-width:430px;padding:0 8px;margin:0 auto;position:relative}.side-panel{position:absolute;top:0;right:8px;height:100%;width:min(88vw,360px);background:#fff;box-shadow:-8px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(calc(100% + 8px));transition:transform .28s ease;pointer-events:auto}.side-panel.open{transform:translate(0)}.side-header{display:grid;grid-template-columns:44px 1fr 24px;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f6f6f6;font-size:18px}.user .name{font-weight:700;color:#222}.user .email{font-size:12px;color:#777}.close-x{width:24px;height:24px;border:0;background:transparent;position:relative;cursor:pointer}.close-x:before,.close-x:after{content:"";position:absolute;left:3px;right:3px;top:11px;height:2px;background:#666;transform-origin:center}.close-x:before{transform:rotate(45deg)}.close-x:after{transform:rotate(-45deg)}.side-nav{padding:8px;display:grid;gap:6px}.nav-row{display:grid;grid-template-columns:12px 1fr 10px;align-items:center;gap:10px;padding:12px;border-radius:10px;text-decoration:none;color:#222;background:#fff}.nav-row:hover{background:#f8f8f8}.dot{width:8px;height:8px;border-radius:50%;background:#19b071}.chev{width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg)}.logout{margin:auto 12px 16px;padding:12px;border-radius:10px;border:0;background:#ffe9e9;color:#b00020;font-weight:700;cursor:pointer}.logout:hover{background:#ffdcdc}@media (min-width: 900px){.app-chrome-inner,.side-shell-inner{max-width:520px}.hamburger{right:12px}}@media (max-width: 480px){.hamburger{right:25px}}.header{width:100%;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#fff7f0;position:relative;z-index:100;box-sizing:border-box;margin:0}.logo a{font-size:1.4rem;font-weight:800;text-decoration:none;color:#0f172a}.hamburger{width:40px;height:40px;border-radius:9999px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f;display:grid;place-items:center;font-size:20px;line-height:1;cursor:pointer;color:#0f172a;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;z-index:110}.hamburger:active{transform:translateY(1px)}.sidebar{position:fixed;top:0;right:-280px;width:260px;height:100%;background:#fff7f0;box-shadow:-4px 0 12px #00000026;padding:20px 18px;display:flex;flex-direction:column;gap:16px;transition:right .3s ease;z-index:120}.sidebar.open{right:0}.close-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:10px;font-size:22px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f;cursor:pointer;color:#1f2937;display:grid;place-items:center}.sidebar-links{margin-top:46px;display:flex;flex-direction:column;gap:10px}.sidebar-links a{display:block;font-size:1.1rem;color:#1f2937;text-decoration:none;font-weight:700;padding:10px 8px;border-radius:10px;transition:background .15s ease,color .15s ease}.sidebar-links a:hover{background:#0ea5e914;color:#0ea5e9}.overlay{position:fixed;inset:0;background:#0000004d;z-index:110}@media (min-width: 900px){.header{padding:16px 32px}}.hero-wrapper{width:100%;background-color:#fff7f0;position:relative;overflow:visible;min-height:520px;padding:60px 0 30px;display:flex;justify-content:center;align-items:flex-end}.hero-inner{display:flex;align-items:flex-end;justify-content:space-between;width:100%;max-width:1200px;padding:0 40px;box-sizing:border-box;position:relative;gap:24px}.hero-img-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-end}.hero-img{width:260px;height:auto;z-index:1;margin-bottom:-60px}.hero-main{flex:1;text-align:center;max-width:640px;z-index:2;padding:0 20px;margin-bottom:100px}.hero-main h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:16px}.hero-main p{font-size:1.2rem;color:#4b5563;margin-bottom:24px}.gender-label{font-size:1.2rem;font-weight:600;margin-bottom:12px}.gender-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.gender-button{padding:12px 28px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;color:#fff;transition:transform .15s ease,opacity .2s ease;min-width:140px}.gender-button.male{background-color:#a78bfa}.gender-button.female{background-color:#047857}.gender-button:hover{opacity:.9}.gender-button:active{transform:scale(.98)}.support-bubble{position:absolute;bottom:70px;right:40px;background-color:#fff;padding:12px 20px;border-radius:20px;box-shadow:0 4px 12px #0000001a;font-size:.9rem;color:#1f2937;z-index:3;max-width:280px;text-align:left;border:1px solid rgba(4,120,87,.4)}.support-bubble a,.support-link{color:#047857;text-decoration:underline;font-weight:500}.mobile-hero-block{display:none}.mobile-hero-img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:none}.support-bubble--mobile{position:absolute;left:50%;top:85%;transform:translate(-50%,-50%);z-index:2;background:#fff;color:#1f2937;border-radius:16px;text-align:center;padding:14px 18px;min-height:72px;box-sizing:border-box;width:70vw;max-width:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;white-space:normal;overflow:visible;line-height:1.45;margin-bottom:12px;border:1px solid rgba(4,120,87,.4)}.support-stack{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}.support-title{font-weight:700;margin:0;font-size:1.05rem}.support-stack strong{font-size:1.05rem}.support-link a{color:#047857;text-decoration:underline;font-weight:500;display:inline-block;line-height:1.4;margin:0;font-size:.9rem}.desktop-only{display:initial}.mobile-only{display:none}@media (max-width: 768px){.hero-inner{flex-direction:column;align-items:center;padding:0 16px;gap:16px}.desktop-only{display:none!important}.hero-main{order:1;margin-bottom:0;padding:0;max-width:420px}.hero-main h1{font-size:1.9rem}.hero-main p{font-size:1rem}.gender-buttons{gap:12px;justify-content:space-between;width:100%}.gender-button{flex:1;padding:14px 0;font-size:1.1rem;max-width:48%;min-width:unset}.mobile-hero-block{position:relative;display:block!important;width:min(80vw,220px);margin:14px auto 0}.support-bubble{display:none}.support-bubble.support-bubble--mobile{display:flex}.support-bubble--mobile .support-content{justify-content:flex-start;padding-left:10px;width:100%}.support-bubble--mobile .support-stack{align-items:flex-start}.support-icon{width:24px;height:24px}}@media (min-width: 1200px){.hero-main h1{font-size:2.8rem}.hero-main p{font-size:1.25rem}.support-stack strong{white-space:nowrap}}.support-content{display:flex;align-items:center;gap:10px}.support-icon{width:28px;height:28px;flex-shrink:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.whatyouget-bg{width:100%;background-color:#fff;padding:40px 0;box-sizing:border-box}.section-heading-desktop{max-width:1000px;margin:0 auto 24px;padding:0 20px;box-sizing:border-box}.section-heading-desktop h2{font-size:2.2rem;font-weight:700;color:#1f2937}.whatyouget-container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;max-width:1000px;margin:0 auto 10px;box-sizing:border-box}.whatyouget-container.reverse{flex-direction:row-reverse}.image-wrapper,.text-wrapper{flex:1;padding:0 10px;box-sizing:border-box}.plan-image{width:100%;max-width:400px;border-radius:20px;box-shadow:0 8px 20px #0000001a}.badge{display:none;color:#92400e;font-size:.75rem;font-weight:600;padding:6px 12px;border-radius:999px;background-color:#fef3c7;margin-bottom:12px}.section-title{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:12px}.section-subtext{font-size:1rem;color:#4b5563;max-width:500px}@media (max-width: 768px){.section-heading-desktop{display:none}.whatyouget-bg{padding:22px 0}.whatyouget-container,.whatyouget-container.reverse{flex-direction:column;padding:10px;text-align:center;gap:4px;margin:0 auto 6px;max-width:1200px;justify-content:center}.whatyouget-container .text-wrapper{order:1}.whatyouget-container .image-wrapper{order:2}.image-wrapper,.text-wrapper{padding:0}.plan-image{max-width:320px;border-radius:14px;box-shadow:0 4px 10px #00000014;margin:0 auto}.badge{display:inline-block;margin-bottom:4px}.section-title{font-size:1.4rem;margin-bottom:6px;line-height:1.2}.section-subtext{font-size:.95rem;line-height:1.35;margin-bottom:6px;max-width:36ch;margin-left:auto;margin-right:auto}.text-wrapper>*:last-child{margin-bottom:0!important}}@media (min-width: 1200px){.section-heading-desktop h2{font-size:2.4rem}.section-title{font-size:2rem}.section-subtext{font-size:1.05rem}}:root{--gap: 16px}.fb-section{background:#e5ecf5;padding:56px 0;width:100%}.fb-title{text-align:center;font-size:2.2rem;font-weight:700;color:#1f2937;margin:0 0 28px}.fb-viewport{display:block;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:calc((100% - clamp(260px,80vw,340px))/2);scroll-padding-right:calc((100% - clamp(260px,80vw,340px))/2);padding-bottom:10px;-ms-overflow-style:none;scrollbar-width:none}.fb-viewport::-webkit-scrollbar{display:none}.fb-track{display:block;white-space:nowrap;width:max-content;box-sizing:border-box;margin:0;position:relative;padding:0}.fb-track:before,.fb-track:after{content:none}.fb-card{display:inline-block;vertical-align:top;width:clamp(260px,80vw,340px);scroll-snap-align:center;scroll-snap-stop:always;scroll-margin-inline:0;background:#fff;border-radius:12px;box-shadow:0 3px 12px #0000000f;padding:18px;margin-right:var(--gap);box-sizing:border-box}.fb-card:last-child{margin-right:0}.fb-card-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.fb-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.fb-name{font-weight:600;font-size:.95rem;color:#1f2937}.fb-stars{margin-left:auto;color:#fbbf24;font-size:.9rem}.fb-text{font-size:.9rem;line-height:1.5;color:#374151;white-space:normal;word-break:break-word;overflow-wrap:anywhere}@media (min-width: 1100px){.fb-section{padding:72px 0}.fb-viewport{overflow:visible;scroll-snap-type:none;scroll-padding-left:0;scroll-padding-right:0;padding-bottom:0}.fb-track{white-space:normal;display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:24px;padding:0 20px;max-width:1100px;margin:0 auto;width:100%}.fb-card{display:block;width:auto;margin:0;padding:20px}.fb-title{margin-bottom:36px}}.weight-loss-container{background:#fff;padding:60px 20px;width:100%;box-sizing:border-box;text-align:center}.content-wrapper{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.text-side{flex:1;min-width:280px;text-align:left}.result-title{font-size:2.4rem;font-weight:700;color:#1f2937;margin-bottom:20px}.quote{font-size:1.2rem;color:#374151;margin-bottom:10px}.name{font-weight:700;color:#4b5563;margin-bottom:20px}.images-side{display:flex;align-items:center;justify-content:center;gap:16px;flex:1;min-width:280px;width:100%}.image-wrapper{position:relative}.body-image{width:150px;height:auto;border-radius:12px}.label{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);padding:6px 12px;border-radius:20px;font-weight:700;font-size:.9rem;white-space:nowrap}.before{background-color:#fed7aa;color:#7c2d12}.after{background-color:#ccfbf1;color:#065f46}.arrow-img{width:60px;height:auto;margin:0 -15px;z-index:2}.disclaimer{font-size:.8rem;color:#6b7280;margin-top:10px;margin-bottom:30px}.gender-cta{margin-top:20px;color:#4b5563;text-align:center}.gender-cta h3{font-size:1.2rem;font-weight:600;margin-bottom:12px}.button-row{display:flex;gap:20px;justify-content:center;margin-bottom:10px}.btn{padding:12px 24px;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer}.subtext{font-size:.95rem;color:#374151}@media (max-width: 768px){.content-wrapper{flex-direction:column;text-align:center;gap:24px;max-width:100%}.text-side{text-align:center}.images-side{--gap: 10px;--arrow: 50px;gap:var(--gap);width:100%;justify-content:center}.body-image{width:calc((100% - var(--arrow) - 2 * var(--gap)) / 2);max-width:200px;min-width:140px;height:auto;border-radius:12px}.arrow-img{width:var(--arrow);flex:0 0 var(--arrow);margin:0 -12px}.label{font-size:1.1rem;padding:8px 14px;max-width:90%;text-overflow:ellipsis;overflow:hidden}.gender-cta{display:none}}.final-cta-section{width:100%;background-color:#fff;padding:40px 0}.final-cta-container{display:flex;align-items:center;justify-content:center;background-color:#fefce8;border-radius:30px;padding:40px 30px;margin:0 auto;max-width:820px;flex-wrap:wrap;gap:30px;box-shadow:0 4px 10px #00000014}.cta-image{width:220px;flex-shrink:0}.cta-content{flex:1;min-width:260px}.cta-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:10px}.cta-subtext{font-size:1rem;color:#4b5563;margin-bottom:20px}.cta-label{font-weight:600;color:#4b5563;margin-bottom:10px}.cta-buttons{display:flex;gap:15px}.btn{padding:12px 24px;font-weight:700;border-radius:10px;border:none;cursor:pointer;font-size:1rem}.btn.male{background-color:#a78bfa;color:#fff}.btn.female{background-color:#059669;color:#fff}@media (max-width: 768px){.final-cta-section{display:none!important}}@media (min-width: 1200px){.final-cta-container{max-width:780px}}.site-footer{width:100%;background:#fbf3e8;color:#374151}.footer-top{padding:48px 20px}.footer-grid{max-width:1100px;margin:0 auto;position:relative;display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:32px}.footer-col h4{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 12px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:10px 0}.footer-col a{color:#374151;text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-sparkles{position:absolute;right:24px;bottom:6px;display:flex;gap:10px;opacity:.9}.sparkle{width:22px;height:22px;fill:#c28a00;stroke:#1f1d1b;stroke-width:.6;filter:drop-shadow(0 1px 0 rgba(0,0,0,.05))}.sparkle.small{width:18px;height:18px;opacity:.85}.sparkle.tiny{width:14px;height:14px;opacity:.8}.footer-bottom{background:#fff;border-top:1px solid #f0ebe4;text-align:center;padding:20px 16px 28px}.company-line{margin:6px 0;color:#4b5563;font-size:.95rem}.company-line a{color:#1f2937;text-decoration:none}.company-line a:hover{text-decoration:underline}.dot{margin:0 8px;color:#9aa3af}@media (max-width: 900px){.footer-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:24px}.footer-sparkles{display:none}}@media (max-width: 520px){.footer-top{padding:36px 16px}.company-line{font-size:.9rem}}.footer-disclaimer{margin:20px auto;max-width:720px;text-align:center;font-size:13px;color:#666;line-height:1.5;padding:0 16px}.mscta-btn{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0));transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:14px 18px;border:none;border-radius:12px;font-weight:800;font-size:16px;color:#fff;background:#19b071;box-shadow:0 8px 22px #19b07159;transition:opacity .25s ease,transform .25s ease;z-index:2000}@media (max-width: 899px){.mscta-btn.show{opacity:1;transform:translate(-50%);pointer-events:auto}}.home-container{min-height:100vh;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;box-sizing:border-box;overflow-x:hidden;width:100%}.home-header-wrapper{width:100%;background-color:#fff7f0;padding:12px 0 4px;margin:0;box-sizing:border-box;border:none!important;box-shadow:none!important}.home-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-shadow:1px 1px 3px rgba(0,0,0,.1);margin-bottom:16px;padding:0 20px;text-align:center;box-sizing:border-box}.sticky-cta{display:none}@media (max-width: 768px){.sticky-cta{position:fixed;left:16px;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:1000;display:flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;background:linear-gradient(90deg,#15803d,#16a34a);color:#fff;border-radius:10px;box-shadow:0 8px 22px #16a34a59;text-decoration:none;font-weight:700;font-size:.95rem;letter-spacing:.2px;opacity:0;pointer-events:none;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .22s ease-out,box-shadow .15s ease}.sticky-cta.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-cta:hover{box-shadow:0 10px 26px #16a34a73}.sticky-cta:active{transform:scale(.98)}}.wf1-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf1-mobile{width:100%;max-width:430px;box-sizing:border-box}.wf1-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf1-sub{margin:0 0 16px;color:#666;font-size:15px;font-weight:400;line-height:normal}.wf1-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wf1-card{display:flex;flex-direction:column;border:none;padding:0;background:#fff;border-radius:16px;box-shadow:0 1px #00000005;overflow:hidden;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,filter .15s ease}.wf1-card:active{transform:translateY(1px)}.wf1-card:hover{box-shadow:0 6px 16px #02061714}.wf1-photo{position:relative;width:100%;aspect-ratio:4 / 5;background:#f3f4f6;display:block}.wf1-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.wf1-agebar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:#0f8f79;color:#fff;width:100%;box-sizing:border-box}.wf1-age{font-size:18px;font-weight:800}.wf1-arrow{display:inline-block;font-size:22px;line-height:1;opacity:.95;transform:translateY(-1px)}@media (min-width:900px){.wf1-mobile{max-width:520px}}.wf10-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf10-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf10-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf10-sub{margin:0 0 16px;color:#666;font-size:15px}.wf10-list{display:flex;flex-direction:column;gap:12px}.wf10-row{display:flex;align-items:center;justify-content:space-between;border-radius:12px;border:1px solid #e0e0e0;background:#fafafa;padding:16px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .08s ease;text-align:left}.wf10-row:hover{background:#f5f5f5}.wf10-row:active{transform:translateY(1px)}.wf10-row.active{border-color:#19b071;background:#eaf7f3}.wf10-label{font-size:16px;font-weight:700;color:#333;padding-right:12px}.wf10-emoji{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #eee;font-size:18px}@media (min-width:900px){.wf10-mobile{max-width:520px}}.wf11-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf11-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf11-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf11-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.wf11-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.wf11-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.wf11-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf11-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.wf11-re-text{font-size:14px;color:#475569}.wf11-footer{margin-top:28px}.wf11-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf11-primary.enabled{background:#19b071;cursor:pointer}.wf11-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf11-mobile{max-width:520px}}.wf12-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf12-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf12-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf12-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.wf12-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.wf12-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.wf12-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf12-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.wf12-re-text{font-size:14px;color:#475569}.wf12-footer{margin-top:28px}.wf12-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf12-primary.enabled{background:#19b071;cursor:pointer}.wf12-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf12-mobile{max-width:520px}}.wf13-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf13-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf13-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf13-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.wf13-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.wf13-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.wf13-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf13-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.wf13-re-text{font-size:14px;color:#475569}.wf13-footer{margin-top:28px}.wf13-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf13-primary.enabled{background:#19b071;cursor:pointer}.wf13-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf13-mobile{max-width:520px}}.wf14-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf14-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf14-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf14-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.wf14-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.wf14-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.wf14-input.error{border-color:#f39}.wf14-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf14-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.wf14-re-text{font-size:14px;color:#475569}.wf14-footer{margin-top:28px}.wf14-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf14-primary.enabled{background:#19b071;cursor:pointer}.wf14-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf14-mobile{max-width:520px}}.wf15-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf15-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box;text-align:center}.wf15-head{margin:10px 0 8px;font-size:26px;font-weight:900;color:#2a2a2a}.wf15-decade{background:linear-gradient(transparent 60%,#ffe3e6 60%);padding:0 4px}.wf15-sub{margin:0 auto 16px;max-width:360px;color:#4b5563;line-height:1.45}.wf15-hero{position:relative;width:200px;height:200px;margin:14px auto 0}.wf15-oval{position:absolute;inset:0;border-radius:50%;background:#e9faf4}.wf15-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}.wf15-flame{position:absolute;right:-8px;bottom:18px;font-size:22px}.wf15-footer{margin-top:28px}.wf15-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#19b071;color:#fff;cursor:pointer;transition:background .2s ease}.wf15-primary:hover{background:#159a61}@media (min-width:900px){.wf15-mobile{max-width:520px}}.wf16-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf16-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf16-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf16-list{display:flex;flex-direction:column;gap:12px}.wf16-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf16-row:hover{background:#f1f1f1}.wf16-row:active{transform:translateY(1px)}.wf16-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.wf16-row:disabled{opacity:.5;cursor:default}.wf16-check{width:20px;height:20px;border:2px solid #cfcfcf;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#fff}.wf16-row.active .wf16-check{border-color:#0f8f79;background:#e7f6f3;color:#0f8f79}.wf16-label{font-size:16px;font-weight:700;color:#333}.wf16-emoji{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:none;border-radius:0;background:none;font-size:18px}.wf16-sep{height:1px;background:#e7e7e7;margin:4px 2px;border-radius:1px}.wf16-list.dim-others .wf16-row:not(.active):not(:last-child){opacity:.45;pointer-events:none}.wf16-footer{margin-top:28px}.wf16-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf16-primary.enabled{background:#19b071;cursor:pointer}.wf16-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf16-mobile{max-width:520px}}.wf17-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf17-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf17-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf17-list{display:flex;flex-direction:column;gap:12px}.wf17-row{border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf17-row:hover{background:#f1f1f1}.wf17-row:active{transform:translateY(1px)}.wf17-row.active{border-color:#19b071;background:#eaf7f3}.wf17-label{font-size:16px;font-weight:700;color:#333}@media (min-width: 900px){.wf17-mobile{max-width:520px}}.wf18-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf18-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf18-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf18-sub{margin:0 0 14px;color:#666;font-size:15px}.wf18-list{display:flex;flex-direction:column;gap:12px}.wf18-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf18-row:hover{background:#f1f1f1}.wf18-row:active{transform:translateY(1px)}.wf18-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.wf18-row-title{font-size:16px;font-weight:800;color:#333}.wf18-row-sub{margin-top:4px;font-size:13px;color:#7a7a7a}.wf18-emoji{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:none;background:none;font-size:18px}.wf18-emoji.think{font-size:20px}.wf18-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf18-re-title{font-weight:800;margin-bottom:6px}.wf18-re-text{font-size:14px;color:#475569}.wf18-footnote{margin-top:6px;font-size:12px;color:#6b7280}.wf18-footer{margin-top:28px}.wf18-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf18-primary.enabled{background:#19b071;cursor:pointer}.wf18-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf18-mobile{max-width:520px}}.wf19-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf19-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf19-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf19-list{display:flex;flex-direction:column;gap:12px}.wf19-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf19-row:hover{background:#f1f1f1}.wf19-row:active{transform:translateY(1px)}.wf19-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.wf19-row:disabled{opacity:.5;cursor:default}.wf19-check{width:20px;height:20px;border:2px solid #cfcfcf;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#fff}.wf19-row.active .wf19-check{border-color:#0f8f79;background:#e7f6f3;color:#0f8f79}.wf19-label{font-size:16px;font-weight:700;color:#333}.wf19-emoji{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:none;border-radius:0;background:none;font-size:18px}.wf19-sep{height:1px;background:#e7e7e7;margin:4px 2px;border-radius:1px}.wf19-list.dim-others .wf19-row:not(.active):not(:last-child){opacity:.45;pointer-events:none}.wf19-footer{margin-top:28px}.wf19-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf19-primary.enabled{background:#19b071;cursor:pointer}.wf19-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf19-mobile{max-width:520px}}.wf2-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf2-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf2-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf2-sub{margin:0 0 16px;color:#666;font-size:15px}.wf2-list{display:flex;flex-direction:column;gap:12px}.wf2-row{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf2-row:hover{background:#f5f5f5}.wf2-row:active{transform:translateY(1px)}.wf2-row.active{border-color:#19b071;background:#eaf7f3}.wf2-label{font-size:16px;font-weight:700;color:#333;text-align:left}.wf2-hero{position:relative;width:70px;height:70px;flex-shrink:0}.wf2-oval{position:absolute;inset:0;border-radius:50%;background:#f0f0f0}.wf2-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}@media (min-width: 900px){.wf2-mobile{max-width:520px}}.wf20-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf20-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf20-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf20-sub{margin:0 0 14px;color:#666;font-size:15px}.wf20-list{display:flex;flex-direction:column;gap:12px}.wf20-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf20-row:hover{background:#f1f1f1}.wf20-row:active{transform:translateY(1px)}.wf20-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.wf20-label{font-size:16px;font-weight:800;color:#333}.wf20-emoji{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:none;background:none;font-size:18px}@media (min-width: 900px){.wf20-mobile{max-width:520px}}.wf21-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf21-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf21-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf21-sub{margin:0 0 14px;color:#666;font-size:15px}.wf21-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.wf21-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.wf21-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.wf21-input.error{border-color:#f39}.wf21-footer{margin-top:28px}.wf21-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf21-primary.enabled{background:#19b071;cursor:pointer}.wf21-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf21-mobile{max-width:520px}}.wf3-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf3-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf3-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf3-sub{margin:0 0 16px;color:#666;font-size:15px}.wf3-list{display:flex;flex-direction:column;gap:12px}.wf3-row{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf3-row:hover{background:#f5f5f5}.wf3-row:active{transform:translateY(1px)}.wf3-row.active{border-color:#19b071;background:#eaf7f3}.wf3-label{font-size:16px;font-weight:700;color:#333;text-align:left}.wf3-hero{position:relative;width:70px;height:70px;flex-shrink:0}.wf3-oval{position:absolute;inset:0;border-radius:50%;background:#f0f0f0}.wf3-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}.wf3-footer{margin-top:28px}.wf3-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.wf3-primary.enabled{background:#19b071;cursor:pointer}.wf3-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf3-mobile{max-width:520px}}.wf4-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf4-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf4-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf4-list{display:flex;flex-direction:column;gap:12px}.wf4-row{display:grid;grid-template-columns:1fr 90px;align-items:center;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf4-row:hover{background:#f5f5f5}.wf4-row:active{transform:translateY(1px)}.wf4-label{font-size:16px;font-weight:700;color:#333;text-align:left}.wf4-hero{width:90px;height:90px;overflow:hidden;border-radius:10px;display:flex;justify-content:flex-end;align-items:center}.wf4-img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (min-width: 900px){.wf4-mobile{max-width:520px}}.wf5-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf5-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf5-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf5-list{display:flex;flex-direction:column;gap:12px}.wf5-row{display:grid;grid-template-columns:28px 1fr 90px;align-items:center;gap:12px;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf5-row:hover{background:#f5f5f5}.wf5-row:active{transform:translateY(1px)}.wf5-row.active{border-color:#19b071;background:#eaf7f3}.wf5-check{width:22px;height:22px;border-radius:6px;border:2px solid #cfcfcf;box-sizing:border-box;position:relative;transition:border-color .15s ease,background .15s ease}.wf5-check.on{background:#19b071;border-color:#19b071}.wf5-check.on:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wf5-label{font-size:16px;font-weight:700;color:#333;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf5-hero{width:90px;height:90px;overflow:hidden;border-radius:10px;justify-self:end}.wf5-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.wf5-footer{margin-top:28px}.wf5-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.wf5-primary.enabled{background:#19b071;cursor:pointer}.wf5-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf5-mobile{max-width:520px}}.wf6-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf6-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box;text-align:center}.wf6-tagline{margin:6px 0;color:#6b7280;font-size:15px}.wf6-headline{margin:0 0 8px;font-size:28px;line-height:1.25;font-weight:800;color:#1f2937}.wf6-strong{position:relative;display:inline-block}.wf6-strong-text{position:relative;z-index:1}.wf6-underline{position:absolute;left:-4px;right:-4px;bottom:2px;height:8px;background:#ff638440;border-radius:6px;z-index:0}.wf6-brand{color:#1f2937}.wf6-hero{margin:10px 0 14px;width:100%;border-radius:14px;overflow:hidden;background:#f9fafb}.wf6-img{display:block;width:100%;height:auto;object-fit:cover}.wf6-footer{margin-top:10px}.wf6-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.wf6-primary.enabled{background:#19b071;cursor:pointer}.wf6-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.wf6-mobile{max-width:520px}}.wf7-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf7-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf7-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf7-sub{margin:0 0 16px;color:#666;font-size:15px}.wf7-list{display:flex;flex-direction:column;gap:12px}.wf7-row{display:grid;grid-template-columns:1fr 44px;align-items:center;gap:12px;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf7-row:hover{background:#f5f5f5}.wf7-row:active{transform:translateY(1px)}.wf7-row.active{border-color:#19b071;background:#eaf7f3}.wf7-label{font-size:16px;font-weight:700;color:#333;text-align:left}.wf7-emoji{width:44px;height:36px;border-radius:10px;background:#f1f5f9;border:1px solid #e5e7eb;display:grid;place-items:center;font-size:18px;line-height:1;transition:border-color .2s,background .2s}.wf7-emoji.on{background:#e6fbf4;border-color:#19b071}@media (min-width: 900px){.wf7-mobile{max-width:520px}}.wf8-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf8-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf8-title{margin:10px 0 12px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf8-body{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:stretch}.wf8-left{border-radius:10px;overflow:hidden;background:#f1f1f1;display:flex}.wf8-hero{width:100%;height:100%;object-fit:cover;display:block}.wf8-right{display:grid;gap:12px}.wf8-opt{border:1px solid #e0e0e0;background:#fafafa;border-radius:10px;padding:14px 16px;font-size:16px;line-height:1.25;font-weight:700;color:#333;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .08s ease}.wf8-opt:hover{background:#f5f5f5}.wf8-opt:active{transform:translateY(1px)}.wf8-opt.active{border-color:#19b071;background:#eaf7f3}.wf8-reassure{margin-top:16px;display:grid;grid-template-columns:36px 1fr;gap:10px;background:#eef6ff;border:1px solid #d8e8ff;color:#1f2937;border-radius:12px;padding:14px}.wf8-emoji{width:36px;height:36px;display:grid;place-items:center;font-size:20px}.wf8-r-text{display:grid;gap:4px}.wf8-r-title{font-weight:800;color:#1f2937}.wf8-r-copy{margin:0;font-size:14px;color:#4b5563;line-height:1.4}.wf8-footer{margin-top:16px}.wf8-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf8-primary.enabled{background:#19b071;cursor:pointer}.wf8-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf8-mobile{max-width:520px}.wf8-body{grid-template-columns:180px 1fr}}.wf9-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.wf9-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.wf9-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.wf9-sub{margin:0 0 14px;color:#666;font-size:15px}.wf9-list{display:flex;flex-direction:column;gap:12px}.wf9-row{display:grid;grid-template-columns:1fr 28px;align-items:center;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.wf9-row:hover{background:#f5f5f5}.wf9-row:active{transform:translateY(1px)}.wf9-row.active{border-color:#19b071;background:#eaf7f3}.wf9-label{font-size:16px;font-weight:700;color:#333;text-align:left}.wf9-emoji{font-size:18px;line-height:1;justify-self:end}.wf9-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.wf9-re-title{font-weight:800;margin-bottom:6px}.wf9-re-text{font-size:14px;color:#475569}.wf9-re-foot{margin-top:8px;font-size:12px;color:#6b7280}.wf9-footer{margin-top:28px}.wf9-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.wf9-primary.enabled{background:#19b071;cursor:pointer}.wf9-primary.enabled:hover{background:#159a61}@media (min-width:900px){.wf9-mobile{max-width:520px}}.ms-hero{width:100%;max-width:100%;height:100%;max-height:234px;object-fit:cover;border-radius:8px;display:block;box-sizing:border-box}@media (min-width: 420px){.ms-main{grid-template-columns:1fr minmax(0,100px)}}.mc-wrapper{background:#fff;min-height:100vh;display:flex;flex-direction:column}.mc-mobile{width:100%;max-width:430px;margin:0 auto;padding:20px 20px 24px;box-sizing:border-box}.mc-title{margin:10px 0 8px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.mc-sub{margin:0 0 10px;color:#667085;font-size:15px}.mc-goal-line{position:relative;width:max-content;margin:8px 0 12px}.mc-goal-strong{font-size:22px;font-weight:800;color:#2a2a2a}.mc-underline{position:absolute;left:0;right:0;bottom:-4px;height:8px;background:#ffe8a3;border-radius:5px;z-index:-1}.mc-chart{width:100%;aspect-ratio:1.6 / 1;border-radius:18px;overflow:hidden;box-shadow:inset 0 10px 30px #0000000a}.mc-svg{width:100%;height:100%}.mc-appear{opacity:0;transform:translateY(8px);animation:mc-fade-in .42s ease-out forwards}@keyframes mc-fade-in{to{opacity:1;transform:translateY(0)}}.mc-footnote{margin-top:10px;color:#8a8f98;font-size:12px}.mc-footer-inside{margin-top:28px}.mc-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;color:#fff;background:#19b071;cursor:pointer;transition:background .2s ease,transform .02s ease}.mc-primary:hover{background:#159a61}.mc-primary:active{transform:translateY(1px)}@media (min-width: 900px){.mc-mobile{max-width:520px}}.rl-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.rl-mobile{width:100%;max-width:430px;box-sizing:border-box;padding-bottom:96px}.rl-load,.rl-form-wrap{transition:opacity .35s ease,transform .35s ease,max-height .35s ease,margin .35s ease}.rl-stage-load .rl-load{opacity:1;transform:none;max-height:2000px}.rl-stage-load .rl-form-wrap{opacity:0;transform:translateY(10px);max-height:0;overflow:hidden;margin:0;pointer-events:none}.rl-stage-form .rl-load{opacity:0;transform:translateY(-8px);max-height:0;overflow:hidden;margin:0;pointer-events:none}.rl-stage-form .rl-form-wrap{opacity:1;transform:none;max-height:2000px}.rl-load{text-align:center}.rl-donut{position:relative;display:inline-block;margin:8px auto 0}.rl-donut-svg{display:block;filter:drop-shadow(0 4px 12px rgba(15,143,121,.12))}.rl-donut-progress{transition:stroke-dashoffset .12s linear}.rl-donut-center{position:absolute;inset:0;display:grid;place-items:center;font-size:22px;font-weight:800;color:#0f8f79}.rl-headline{text-align:center;margin:16px 0 18px}.rl-head-strong{position:relative;display:inline-block;font-size:28px;font-weight:900;color:#2a2a2a}.rl-head-strong:after{content:"";position:absolute;left:2px;right:2px;bottom:-6px;height:10px;background:#ffd6e2;border-radius:6px;z-index:-1}.rl-head-sub{margin-top:12px;color:#5f6670;font-size:18px}.rl-card{text-align:left;margin-top:18px;background:#fff;border:1px solid #eef1f4;border-radius:16px;padding:16px;box-shadow:0 1px #00000005}.rl-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.rl-person{display:flex;align-items:center;gap:10px}.rl-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.rl-name{font-weight:800;color:#2a2a2a}.rl-stars span{color:#ffb400;font-size:18px;margin-left:2px}.rl-quote{color:#2d3746;line-height:1.6;margin:4px 0 10px}.rl-footnote{color:#8a8f98;font-size:12px}.rl-form{text-align:left}.rl-form-title{font-size:22px;font-weight:900;color:#2a2a2a;margin:6px 0 14px}.rl-form-title span{position:relative}.rl-form-title span:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:8px;background:#ffd6e2;border-radius:5px;z-index:-1}.rl-label{font-size:14px;font-weight:800;color:#6b7280;margin-bottom:6px;display:block}.rl-label.err{color:#d84b5a}.rl-input-wrap{position:relative;border:1px solid #e1e7eb;border-radius:10px;background:#fff}.rl-input-wrap input{width:100%;padding:14px 44px 14px 14px;border:0;outline:0;font-size:16px;color:#222;border-radius:10px;background:transparent}.rl-input-wrap.err{border-color:#f7bac0;box-shadow:0 0 0 3px #d84b5a14 inset}.rl-input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#ffeff1;color:#d84b5a;display:grid;place-items:center;font-weight:800;font-size:13px}.rl-error{color:#d84b5a;font-size:13px;margin-top:8px}.rl-privacy{color:#6b7280;font-size:14px;margin:12px 0 16px}.rl-primary{width:100%;padding:16px;font-size:16px;font-weight:800;border:none;border-radius:12px;color:#fff;background:#19b071;cursor:pointer;transition:background .2s ease,transform .02s ease}.rl-primary:hover{background:#159a61}.rl-primary:active{transform:translateY(1px)}@media (min-width:900px){.rl-mobile{max-width:520px}}.rl-success-overlay{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;background:#11182773;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px)}.rl-success-card{width:min(92vw,520px);border-radius:18px;background:#fff;color:#111827;padding:28px 20px 22px;box-shadow:0 24px 72px #00000040;text-align:center;transform:translateY(6px);animation:rl-pop .28s ease-out forwards}.rl-success-badge{width:56px;height:56px;display:grid;place-items:center;margin:0 auto 10px;border-radius:14px;background:#f3faf8;color:#0f8f79;font-size:24px;box-shadow:inset 0 0 0 2px #0f8f791f}.rl-success-title{margin:4px 0;font-size:24px;font-weight:800;letter-spacing:-.01em}.rl-success-sub{margin:0 0 8px;color:#374151}.rl-success-dots{display:inline-grid;grid-auto-flow:column;gap:8px}.rl-success-dots span{width:8px;height:8px;border-radius:999px;background:#0f8f79;opacity:.25;animation:rl-dot 1.2s ease-in-out infinite}.rl-success-dots span:nth-child(2){animation-delay:.15s}.rl-success-dots span:nth-child(3){animation-delay:.3s}@keyframes rl-pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rl-dot{0%,to{transform:translateY(0);opacity:.25}50%{transform:translateY(-4px);opacity:1}}.onb-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.onb-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.onb-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.onb-sub{margin:0 0 16px;color:#666;font-size:15px}.onb-list{display:flex;flex-direction:column;gap:12px}.onb-row{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s}.onb-row:hover{background:#f5f5f5}.onb-row.active{border-color:#19b071;background:#eaf7f3}.onb-age{font-size:16px;font-weight:700;color:#333}.onb-hero{position:relative;width:70px;height:70px;flex-shrink:0}.onb-oval{position:absolute;inset:0;border-radius:50%;background:#f0f0f0}.onb-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}.onb-footer{margin-top:28px}.onb-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.onb-primary.enabled{background:#19b071;cursor:pointer}.onb-primary.enabled:hover{background:#159a61}.m10-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m10-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m10-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m10-sub{margin:0 0 16px;color:#666;font-size:15px}.m10-list{display:flex;flex-direction:column;gap:12px}.m10-row{display:flex;align-items:center;justify-content:space-between;border-radius:12px;border:1px solid #e0e0e0;background:#fafafa;padding:16px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .08s ease;text-align:left}.m10-row:hover{background:#f5f5f5}.m10-row:active{transform:translateY(1px)}.m10-row.active{border-color:#19b071;background:#eaf7f3}.m10-label{font-size:16px;font-weight:700;color:#333;padding-right:12px}.m10-emoji{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #eee;font-size:18px}.m10-footer{margin-top:28px}.m10-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m10-primary.enabled{background:#19b071;cursor:pointer}.m10-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m10-mobile{max-width:520px}}.m11-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m11-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m11-hero{margin-bottom:20px}.m11-img{width:100%;border-radius:12px;display:block}.m11-title{font-size:22px;font-weight:800;color:#2a2a2a;margin-bottom:14px;text-align:left}.m11-list{margin:0 0 16px;padding-left:0;list-style:none}.m11-list li{display:flex;align-items:center;margin-bottom:8px;font-size:15px;color:#333}.m11-list li:before{content:"✓";color:#19b071;font-weight:700;margin-right:8px;flex-shrink:0}.m11-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m11-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.m11-re-text{font-size:14px;color:#475569}.m11-footer{margin-top:28px}.m11-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#19b071;color:#fff;cursor:pointer;transition:background .2s ease}.m11-primary:hover{background:#159a61}@media (min-width: 900px){.m11-mobile{max-width:520px}}.m12-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m12-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m12-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m12-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.m12-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.m12-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.m12-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m12-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.m12-re-text{font-size:14px;color:#475569}.m12-footer{margin-top:28px}.m12-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m12-primary.enabled{background:#19b071;cursor:pointer}.m12-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m12-mobile{max-width:520px}}.m13-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m13-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m13-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m13-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.m13-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.m13-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.m13-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m13-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.m13-re-text{font-size:14px;color:#475569}.m13-footer{margin-top:28px}.m13-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m13-primary.enabled{background:#19b071;cursor:pointer}.m13-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m13-mobile{max-width:520px}}.m14-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m14-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m14-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m14-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.m14-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.m14-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.m14-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m14-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.m14-re-text{font-size:14px;color:#475569}.m14-footer{margin-top:28px}.m14-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m14-primary.enabled{background:#19b071;cursor:pointer}.m14-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m14-mobile{max-width:520px}}.m15-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m15-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m15-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m15-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.m15-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.m15-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.m15-input.error{border-color:#f39}.m15-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m15-re-title{font-weight:700;margin-bottom:6px;color:#1e293b}.m15-re-text{font-size:14px;color:#475569}.m15-footer{margin-top:28px}.m15-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m15-primary.enabled{background:#19b071;cursor:pointer}.m15-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m15-mobile{max-width:520px}}.m16-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m16-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box;text-align:center}.m16-head{margin:10px 0 8px;font-size:26px;font-weight:900;color:#2a2a2a}.m16-decade{background:linear-gradient(transparent 60%,#ffe3e6 60%);padding:0 4px}.m16-sub{margin:0 auto 16px;max-width:360px;color:#4b5563;line-height:1.45}.m16-hero{position:relative;width:200px;height:200px;margin:14px auto 0}.m16-oval{position:absolute;inset:0;border-radius:50%;background:#e9faf4}.m16-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}.m16-flame{position:absolute;right:-8px;bottom:18px;font-size:22px}.m16-footer{margin-top:28px}.m16-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#19b071;color:#fff;cursor:pointer;transition:background .2s ease}.m16-primary:hover{background:#159a61}@media (min-width: 900px){.m16-mobile{max-width:520px}}.m17-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m17-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m17-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m17-list{display:flex;flex-direction:column;gap:12px}.m17-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m17-row:hover{background:#f1f1f1}.m17-row:active{transform:translateY(1px)}.m17-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.m17-row:disabled{opacity:.5;cursor:default}.m17-check{width:20px;height:20px;border:2px solid #cfcfcf;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#fff}.m17-row.active .m17-check{border-color:#0f8f79;background:#e7f6f3;color:#0f8f79}.m17-label{font-size:16px;font-weight:700;color:#333}.m17-emoji{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:none;border-radius:0;background:none;font-size:18px}.m17-sep{height:1px;background:#e7e7e7;margin:4px 2px;border-radius:1px}.m17-list.dim-others .m17-row:not(.active):not(:last-child){opacity:.45;pointer-events:none}.m17-footer{margin-top:28px}.m17-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m17-primary.enabled{background:#19b071;cursor:pointer}.m17-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m17-mobile{max-width:520px}}.m18-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m18-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m18-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m18-list{display:flex;flex-direction:column;gap:12px}.m18-row{border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m18-row:hover{background:#f1f1f1}.m18-row:active{transform:translateY(1px)}.m18-row.active{border-color:#19b071;background:#eaf7f3}.m18-label{font-size:16px;font-weight:700;color:#333}@media (min-width: 900px){.m18-mobile{max-width:520px}}.m19-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m19-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m19-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m19-sub{margin:0 0 14px;color:#666;font-size:15px}.m19-list{display:flex;flex-direction:column;gap:12px}.m19-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m19-row:hover{background:#f1f1f1}.m19-row:active{transform:translateY(1px)}.m19-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.m19-row-title{font-size:16px;font-weight:800;color:#333}.m19-row-sub{margin-top:4px;font-size:13px;color:#7a7a7a}.m19-emoji{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:none;background:none;font-size:18px}.m19-emoji.think{font-size:20px}.m19-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m19-re-title{font-weight:800;margin-bottom:6px}.m19-re-text{font-size:14px;color:#475569}.m19-footnote{margin-top:6px;font-size:12px;color:#6b7280}.m19-footer{margin-top:28px}.m19-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m19-primary.enabled{background:#19b071;cursor:pointer}.m19-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m19-mobile{max-width:520px}}.m2g-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m2g-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m2g-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m2g-sub{margin:0 0 16px;color:#666;font-size:15px}.m2g-list{display:flex;flex-direction:column;gap:12px}.m2g-row{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m2g-row:hover{background:#f5f5f5}.m2g-row:active{transform:translateY(1px)}.m2g-row.active{border-color:#19b071;background:#eaf7f3}.m2g-label{font-size:16px;font-weight:700;color:#333;text-align:left}.m2g-hero{position:relative;width:70px;height:70px;flex-shrink:0}.m2g-oval{position:absolute;inset:0;border-radius:50%;background:#f0f0f0}.m2g-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}@media (min-width: 900px){.m2g-mobile{max-width:520px}}.m20-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m20-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m20-title{margin:10px 0 14px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m20-list{display:flex;flex-direction:column;gap:12px}.m20-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m20-row:hover{background:#f1f1f1}.m20-row:active{transform:translateY(1px)}.m20-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.m20-row:disabled{opacity:.5;cursor:default}.m20-check{width:20px;height:20px;border:2px solid #cfcfcf;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#fff}.m20-row.active .m20-check{border-color:#0f8f79;background:#e7f6f3;color:#0f8f79}.m20-label{font-size:16px;font-weight:700;color:#333}.m20-emoji{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:none;border-radius:0;background:none;font-size:18px}.m20-sep{height:1px;background:#e7e7e7;margin:4px 2px;border-radius:1px}.m20-list.dim-others .m20-row:not(.active):not(:last-child){opacity:.45;pointer-events:none}.m20-footer{margin-top:28px}.m20-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m20-primary.enabled{background:#19b071;cursor:pointer}.m20-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m20-mobile{max-width:520px}}.m21-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m21-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m21-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m21-sub{margin:0 0 14px;color:#666;font-size:15px}.m21-list{display:flex;flex-direction:column;gap:12px}.m21-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border-radius:12px;border:1px solid #e0e0e0;background:#f6f6f6;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m21-row:hover{background:#f1f1f1}.m21-row:active{transform:translateY(1px)}.m21-row.active{border-color:#0f8f79;background:#e7f6f3;box-shadow:0 0 0 2px #0f8f7926 inset}.m21-label{font-size:16px;font-weight:800;color:#333}.m21-emoji{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:none;background:none;font-size:18px}.m21-footer{margin-top:28px}.m21-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m21-primary.enabled{background:#19b071;cursor:pointer}.m21-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m21-mobile{max-width:520px}}.m22-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m22-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m22-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m22-sub{margin:0 0 14px;color:#666;font-size:15px}.m22-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#444;text-align:left}.m22-input{width:100%;padding:14px 12px;border:1px solid #ddd;border-radius:10px;font-size:16px;box-sizing:border-box}.m22-input:focus{outline:none;border-color:#19b071;background:#f9fdfc}.m22-input.error{border-color:#f39}.m22-footer{margin-top:28px}.m22-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m22-primary.enabled{background:#19b071;cursor:pointer}.m22-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m22-mobile{max-width:520px}}.m3-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m3-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m3-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m3-sub{margin:0 0 16px;color:#666;font-size:15px}.m3-list{display:flex;flex-direction:column;gap:12px}.m3-row{display:flex;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m3-row:hover{background:#f5f5f5}.m3-row:active{transform:translateY(1px)}.m3-row.active{border-color:#19b071;background:#eaf7f3}.m3-label{font-size:16px;font-weight:700;color:#333;text-align:left}.m3-hero{position:relative;width:70px;height:70px;flex-shrink:0}.m3-oval{position:absolute;inset:0;border-radius:50%;background:#f0f0f0}.m3-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:50%}.m3-footer{margin-top:28px}.m3-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.m3-primary.enabled{background:#19b071;cursor:pointer}.m3-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m3-mobile{max-width:520px}}.m4-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m4-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m4-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m4-list{display:flex;flex-direction:column;gap:12px}.m4-row{display:grid;grid-template-columns:1fr 90px;align-items:center;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m4-row:hover{background:#f5f5f5}.m4-row:active{transform:translateY(1px)}.m4-label{font-size:16px;font-weight:700;color:#333;text-align:left}.m4-hero{width:90px;height:90px;overflow:hidden;border-radius:10px;display:flex;justify-content:flex-end;align-items:center}.m4-img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (min-width: 900px){.m4-mobile{max-width:520px}}.m5-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m5-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m5-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m5-list{display:flex;flex-direction:column;gap:12px}.m5-row{display:grid;grid-template-columns:28px 1fr 90px;align-items:center;gap:12px;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m5-row:hover{background:#f5f5f5}.m5-row:active{transform:translateY(1px)}.m5-row.active{border-color:#19b071;background:#eaf7f3}.m5-check{width:22px;height:22px;border-radius:6px;border:2px solid #cfcfcf;box-sizing:border-box;position:relative;transition:border-color .15s ease,background .15s ease}.m5-check.on{background:#19b071;border-color:#19b071}.m5-check.on:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.m5-label{font-size:16px;font-weight:700;color:#333;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m5-hero{width:90px;height:90px;overflow:hidden;border-radius:10px;justify-self:end}.m5-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.m5-footer{margin-top:28px}.m5-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.m5-primary.enabled{background:#19b071;cursor:pointer}.m5-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m5-mobile{max-width:520px}}.m6-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m6-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box;text-align:center}.m6-tagline{margin:6px 0;color:#6b7280;font-size:15px}.m6-headline{margin:0 0 8px;font-size:28px;line-height:1.25;font-weight:800;color:#1f2937}.m6-strong{position:relative;display:inline-block}.m6-strong-text{position:relative;z-index:1}.m6-underline{position:absolute;left:-4px;right:-4px;bottom:2px;height:8px;background:#ff638440;border-radius:6px;z-index:0}.m6-brand{color:#1f2937}.m6-hero{margin:10px 0 14px;width:100%;border-radius:14px;overflow:hidden;background:#f9fafb}.m6-img{display:block;width:100%;height:auto;object-fit:cover}.m6-footer{margin-top:10px}.m6-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s}.m6-primary.enabled{background:#19b071;cursor:pointer}.m6-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m6-mobile{max-width:520px}}.m7-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m7-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m7-title{margin:10px 0 4px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m7-sub{margin:0 0 16px;color:#666;font-size:15px}.m7-list{display:flex;flex-direction:column;gap:12px}.m7-row{display:flex;align-items:center;justify-content:flex-start;border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:16px;cursor:pointer;transition:border-color .2s,background .2s}.m7-row:hover{background:#f5f5f5}.m7-row.active{border-color:#19b071;background:#eaf7f3}.m7-label{font-size:16px;font-weight:700;color:#333;text-align:left}@media (min-width: 900px){.m7-mobile{max-width:520px}}.m8-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m8-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m8-title{margin:10px 0 12px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m8-body{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:stretch}.m8-left{border-radius:10px;overflow:hidden;background:#f1f1f1;display:flex}.m8-hero{width:100%;height:100%;object-fit:cover;display:block}.m8-right{display:grid;gap:12px}.m8-opt{border:1px solid #e0e0e0;background:#fafafa;border-radius:10px;padding:14px 16px;font-size:16px;line-height:1.25;font-weight:700;color:#333;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .08s ease}.m8-opt:hover{background:#f5f5f5}.m8-opt:active{transform:translateY(1px)}.m8-opt.active{border-color:#19b071;background:#eaf7f3}.m8-reassure{margin-top:16px;display:grid;grid-template-columns:36px 1fr;gap:10px;background:#eef6ff;border:1px solid #d8e8ff;color:#1f2937;border-radius:12px;padding:14px}.m8-emoji{width:36px;height:36px;display:grid;place-items:center;font-size:20px}.m8-r-text{display:grid;gap:4px}.m8-r-title{font-weight:800;color:#1f2937}.m8-r-copy{margin:0;font-size:14px;color:#4b5563;line-height:1.4}.m8-footer{margin-top:16px}.m8-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m8-primary.enabled{background:#19b071;cursor:pointer}.m8-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m8-mobile{max-width:520px}.m8-body{grid-template-columns:180px 1fr}}.m9-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.m9-mobile{width:100%;max-width:430px;padding-bottom:96px;box-sizing:border-box}.m9-title{margin:10px 0 6px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.m9-sub{margin:0 0 14px;color:#666;font-size:15px}.m9-list{display:flex;flex-direction:column;gap:12px}.m9-row{border-radius:10px;border:1px solid #e0e0e0;background:#fafafa;padding:14px 16px;text-align:left;font-size:16px;font-weight:700;color:#333;cursor:pointer;transition:border-color .2s,background .2s,transform .08s ease}.m9-row:hover{background:#f5f5f5}.m9-row:active{transform:translateY(1px)}.m9-row.active{border-color:#19b071;background:#eaf7f3}.m9-reassure{margin-top:16px;background:#eef6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.m9-re-title{font-weight:800;margin-bottom:6px}.m9-re-text{font-size:14px;color:#475569}.m9-re-foot{margin-top:8px;font-size:12px;color:#6b7280}.m9-footer{margin-top:28px}.m9-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease}.m9-primary.enabled{background:#19b071;cursor:pointer}.m9-primary.enabled:hover{background:#159a61}@media (min-width: 900px){.m9-mobile{max-width:520px}}.ms-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.ms-mobile{width:100%;max-width:430px;box-sizing:border-box;padding-bottom:96px}.ms-title{margin:8px 0 16px;font-size:24px;font-weight:800;color:#2a2a2a;text-align:left}.ms-bmi-card{border:1px solid #eef1f4;background:#fff;border-radius:16px;padding:14px 14px 12px;box-shadow:0 1px #00000005;margin-bottom:14px}.ms-bmi-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.ms-bmi-cap{font-size:12px;font-weight:800;color:#8a939d;letter-spacing:.02em}.ms-bmi-badge{font-size:12px;font-weight:800;padding:6px 10px;border-radius:10px;background:#eaf7f3;color:#0f8f79}.ms-bmi-badge.danger{background:#ffe9ea;color:#d84b5a}.ms-bmi-badge .ms-dot{opacity:.55;margin:0 .25em}.ms-bmi-bar{padding-top:28px;padding-bottom:12px}.ms-track{position:relative;height:10px;border-radius:999px;background:linear-gradient(90deg,#7cc4f6,#9bdba8 35%,#ffd36e,#ff9b7a 85%,#f28a8a);box-shadow:inset 0 0 0 1px #e8eef2}.ms-marker{position:absolute;top:-38px;transform:translate(-50%)}.ms-marker-bubble{background:#454b53;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:8px;white-space:nowrap;box-shadow:0 2px 6px #0000001f}.ms-pin{position:absolute;left:50%;top:33px;transform:translate(-50%);width:14px;height:14px;background:#fff;border:3px solid #8fd4b6;border-radius:50%;box-shadow:0 1px 3px #00000026}.ms-bmi-labels{display:flex;justify-content:space-between;margin-top:10px;color:#8a8f98;font-size:13px}.ms-main{display:grid;grid-template-columns:1fr minmax(0,150px);align-items:stretch;gap:12px;margin:10px 0 6px}.ms-left{display:grid;gap:12px}.ms-row{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px}.ms-ico{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:#fff5f3;color:#f08b6c;border:1px solid #f6e3de}.ms-ico.dumb{background:#e8fbf4;color:#0f8f79;border:1px solid #d4f0e6}.ms-ico.bolt{background:#f4edff;color:#7a58d6;border:1px solid #ebe2ff}.ms-row-cap{color:#8a8f98;font-size:14px}.ms-row-val{color:#2a2a2a;font-size:18px;font-weight:800}.ms-right{display:flex;align-items:stretch;justify-content:flex-end;overflow:hidden}.ms-hero{width:100%;max-width:100%;height:100%;max-height:260px;object-fit:cover;border-radius:8px;display:block;box-sizing:border-box}.ms-reassure{margin-top:8px;background:#eaf3ff;border:1px solid #dbeafe;border-radius:12px;padding:14px;color:#334155}.ms-re-title{font-weight:800;margin-bottom:6px}.ms-re-text{font-size:14px;color:#475569}.ms-footer{margin-top:18px}.ms-primary{width:100%;padding:14px;font-size:16px;font-weight:700;border-radius:10px;border:none;background:#19b071;color:#fff;cursor:pointer;transition:background .2s ease,transform .02s ease}.ms-primary:hover{background:#159a61}.ms-primary:active{transform:translateY(1px)}@media (min-width: 420px){.ms-main{grid-template-columns:1fr minmax(0,160px)}}@media (max-width: 360px){.ms-main{grid-template-columns:1fr minmax(0,140px)}}@media (min-width: 900px){.ms-mobile{max-width:520px}}.onboarding-page{min-height:100vh;padding:32px 16px;display:flex;justify-content:center;align-items:flex-start;background:linear-gradient(135deg,#f9fafb,#eef2ff);box-sizing:border-box}.onboarding-page .step-container{width:100%;max-width:720px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000014;padding:16px 18px 12px;box-sizing:border-box}.onboarding-page .topbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.onboarding-page .logo{display:flex;align-items:center}.onboarding-page .logo img{height:32px;width:auto;display:block}.onboarding-page .back-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #e5e7eb;background:#f3f4f6;box-shadow:0 1px #00000005,0 6px 16px #0206170f;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.onboarding-page .back-btn:hover{background:#eef2f7;box-shadow:0 1px #00000005,0 8px 20px #02061714}.onboarding-page .back-btn:active{transform:translateY(1px)}.onboarding-page .back-btn svg{width:18px;height:18px;stroke:#111827;stroke-width:2.5;fill:none}.onboarding-page .counter{font-size:.95rem;font-weight:600;color:#6b7280;margin:0}.onboarding-page .progressbar{width:100%;height:8px;background:#f3f4f6;border-radius:999px;overflow:hidden;margin-top:6px}.onboarding-page .progressbar-fill{height:100%;width:0%;background:#10b981;transition:width .32s ease}.onboarding-page .footer-nav{display:none}@media (max-width: 640px){.onboarding-page .step-container{border-radius:14px}.onboarding-page .logo img{height:26px}}.onboarding-page .step-container>.wf1-mobile,.onboarding-page .step-container>.rl-mobile{max-width:100%!important;width:100%!important;padding-left:16px;padding-right:16px;box-sizing:border-box}.onboarding-page .step-container h1,.onboarding-page .step-container h2,.onboarding-page .step-container .wf1-title,.onboarding-page .step-container .wf1-sub{margin-top:24px!important}:root{--bg: #ffffff;--card: #0f152a;--card-2: #111936;--text: #e6e9f5;--muted: #97a0bf;--primary: #38bdf8;--primary-600: #12a9ee;--ring: rgba(56, 189, 248, .35);--error: #ef4444;--info: #16a34a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:32px 16px}.auth-card{width:100%;max-width:420px;background:linear-gradient(180deg,var(--card) 0%,var(--card-2) 100%);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:28px;box-shadow:0 10px 30px #0003}.auth-head{text-align:center;margin-bottom:18px}.auth-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin:0 auto 8px;background:radial-gradient(120% 120% at 0% 0%,#38bdf840,#38bdf800 60%),linear-gradient(135deg,#38bdf82e,#93c5fd2e);border:1px solid rgba(255,255,255,.08)}.auth-title{margin:0;font-size:1.5rem;font-weight:700}.auth-sub{margin:6px 0 0;color:var(--muted);font-size:.95rem}.auth-alert{padding:10px 12px;border-radius:10px;margin:10px 0 14px;font-size:.95rem;border:1px solid transparent}.auth-alert.error{background:#ef44441a;border-color:#ef444459;color:#fecaca}.auth-alert.info{background:#22c55e14;border-color:#22c55e4d;color:#bbf7d0}.auth-form{margin-top:8px}.auth-label{display:block;font-size:.95rem;margin-bottom:8px}.auth-label+.auth-label{margin-top:12px}.auth-input{margin-top:6px;width:100%;padding:12px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s,background .2s}.auth-input::placeholder{color:#9aa3c2}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring);background:#ffffff0f}.pw-wrap{position:relative}.pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:1rem;padding:4px}.pw-toggle:hover{color:var(--text)}.auth-row{display:flex;justify-content:flex-end;margin:10px 0 2px}.auth-btn{width:100%;margin-top:12px;padding:12px 14px;border:none;border-radius:10px;font-weight:700;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-600) 100%);color:#fff;cursor:pointer;transition:transform .03s ease-in}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn:active{transform:translateY(1px)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-foot{margin-top:16px;display:flex;gap:8px;justify-content:center;align-items:center;color:var(--muted)}.link-btn{background:none;border:none;padding:0;color:var(--primary);cursor:pointer;font-weight:600}.link-btn:hover{text-decoration:underline}.auth-shell--dim{background:#fff}.auth-card--leaving{pointer-events:none;animation:auth-card-exit .5s cubic-bezier(.2,.6,.2,1) forwards}@keyframes auth-card-exit{0%{opacity:1;transform:none;filter:none}60%{opacity:.6;transform:translateY(-8px) scale(.995);filter:blur(1px)}to{opacity:0;transform:translateY(-16px) scale(.985);filter:blur(2px)}}.auth-greeting{position:fixed;inset:0;display:grid;place-items:center;background:radial-gradient(800px 420px at 20% -10%,#38bdf82e,#38bdf800 60%),linear-gradient(180deg,#0f152af5,#111936f5);color:var(--text);z-index:40;animation:greet-bg-in .6s cubic-bezier(.2,.6,.2,1) forwards}@keyframes greet-bg-in{0%{opacity:0}to{opacity:1}}.greet-badge{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:radial-gradient(120% 120% at 0% 0%,#38bdf840,#38bdf800 60%),linear-gradient(135deg,#38bdf82e,#93c5fd2e);border:1px solid rgba(255,255,255,.08);font-size:1.4rem;transform:translateY(24px) scale(.96);opacity:0;animation:greet-el-in .9s cubic-bezier(.22,.9,.25,1) .2s forwards}.greet-title{margin:18px 0 6px;font-size:1.6rem;font-weight:800;letter-spacing:.2px;opacity:0;transform:translateY(18px);animation:greet-el-in .9s cubic-bezier(.22,.9,.25,1) .35s forwards}.greet-sub{margin:0 0 14px;color:var(--muted);font-size:1rem;opacity:0;transform:translateY(16px);animation:greet-el-in .9s cubic-bezier(.22,.9,.25,1) .5s forwards}@keyframes greet-el-in{0%{opacity:0;transform:translateY(24px) scale(.98);filter:blur(2px)}to{opacity:1;transform:none;filter:none}}.greet-dots{display:flex;gap:8px;margin-top:6px;opacity:0;transform:translateY(10px);animation:greet-el-in .9s cubic-bezier(.22,.9,.25,1) .65s forwards}.greet-dots span{width:8px;height:8px;border-radius:50%;background:#8ecdfc;animation:dotpulse 1.2s ease-in-out infinite}.greet-dots span:nth-child(2){animation-delay:.15s}.greet-dots span:nth-child(3){animation-delay:.3s}@keyframes dotpulse{0%,80%,to{transform:scale(.8);opacity:.6}40%{transform:scale(1.25);opacity:1}}@media (prefers-reduced-motion: reduce){.auth-card--leaving,.auth-greeting,.greet-badge,.greet-title,.greet-sub,.greet-dots{animation:none!important;transform:none!important;opacity:1!important}}:root{--pw-bg: #ffffff;--pw-card: #f5f7fa;--pw-text: #1f2937;--pw-muted: #6b7280;--pw-accent: #0ea5a6;--pw-primary: #0f8f76;--pw-border: #e5e7eb;--pw-shadow: 0 8px 24px rgba(0,0,0,.08)}.paywall-wrapper{background:var(--pw-bg);min-height:100dvh;display:flex;justify-content:center}.paywall-mobile{width:100%;max-width:420px;margin:0 auto;padding:16px;color:var(--pw-text);box-sizing:border-box}@media (min-width: 900px){.paywall-mobile{max-width:520px}}.pw-sticky{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;background:var(--pw-bg);padding:10px 4px;border-bottom:1px solid var(--pw-border)}.pw-left{display:grid;gap:4px}.pw-discount{font-size:12px;letter-spacing:.06em;color:var(--pw-muted)}.pw-time{font-size:20px;font-weight:700;color:var(--pw-accent)}.pw-cta{border:none;border-radius:999px;padding:10px 16px;background:var(--pw-primary);color:#fff;font-weight:700;cursor:pointer;box-shadow:var(--pw-shadow)}.pw-spacer{height:8px}.pw-card{background:var(--pw-card);border:1px solid var(--pw-border);border-radius:16px;padding:16px;box-shadow:var(--pw-shadow);margin:14px 0}.pw-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pw-card-title{display:flex;align-items:center;gap:10px;margin:0;font-weight:700;font-size:18px}.pw-emoji{font-size:22px}.pw-badge{border:2px solid var(--pw-accent);color:var(--pw-accent);font-weight:700;font-size:12px;padding:4px 10px;border-radius:10px}.pw-hero-title{font-size:28px;line-height:1.25;font-weight:800;margin:22px 4px 10px;letter-spacing:-.01em;color:#111827}.pw-hero-title .accent{color:var(--pw-accent)}.pw-section-title{font-size:24px;font-weight:800;letter-spacing:-.01em;margin:18px 4px 10px}.pw-list{display:grid;gap:12px;margin:10px 0 18px}.pw-list-item{background:var(--pw-card);border:1px solid var(--pw-border);border-radius:16px;padding:12px;display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;box-shadow:var(--pw-shadow)}.pw-list-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef2f7;font-size:20px}.pw-list-title{color:var(--pw-muted);font-size:14px}.pw-list-value{font-weight:700;font-size:16px;color:#111827}.pw-compare{background:#fdf7f1;border:1px solid var(--pw-border);border-radius:16px;padding:14px;box-shadow:var(--pw-shadow);margin:16px 0 10px}.pw-compare-inner{display:grid;grid-template-columns:1fr 16px 1fr;gap:10px;align-items:start}.pw-compare-label{font-weight:700;margin-bottom:8px}.pw-compare-img{width:100%;height:auto;border-radius:12px;display:block;object-fit:cover}.pw-compare-divider{width:100%;height:100%;background:linear-gradient(#e9e3dc,#e9e3dc) center/2px 100% no-repeat;border-radius:999px}.pw-compare-metrics{margin-top:10px;display:grid;gap:12px}.m-row{display:grid;gap:6px}.m-label{color:var(--pw-muted)}.m-value{font-weight:800;color:#0f172a}.m-bars{display:inline-grid;grid-auto-flow:column;gap:6px}.m-bars i{width:22px;height:6px;border-radius:3px;background:#e2e8f0}.m-bars i.on{background:var(--pw-accent)}.pw-disclaimer{margin:10px 2px 0;font-size:12px;color:var(--pw-muted);text-align:left}.pw-water-amount{display:flex;align-items:baseline;gap:6px}.pw-water-num{font-size:28px;line-height:1}.pw-water-unit{color:var(--pw-muted)}.pw-cups{margin-top:10px;display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.pw-cup{height:36px;border:2px solid #bfc8d8;border-radius:6px 6px 4px 4px;background:linear-gradient(to top,rgba(59,130,246,.2) 35%,transparent 35%);opacity:.45}.pw-cup.filled{border-color:#6aa9ff;background:linear-gradient(to top,#6aa9ff 75%,transparent 75%);opacity:1}.pw-bignum{font-size:22px;display:flex;align-items:baseline;gap:6px}.pw-bignum strong{font-size:28px}.pw-range{margin-top:10px;position:relative}.pw-range-track{height:10px;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#34d399,#fbbf24,#f87171)}.pw-range-track.kcal{background:linear-gradient(90deg,#fde68a,#fca5a5)}.pw-range-dot{position:absolute;top:5px;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #60a5fa;box-shadow:var(--pw-shadow);pointer-events:none}.pw-range-labels,.pw-range-scale{display:flex;justify-content:space-between;font-size:12px;color:var(--pw-muted);margin-top:6px}.pw-bmi-text{margin-top:10px}.pw-bmi-status{color:var(--pw-accent);font-weight:800;margin-bottom:4px}.pw-bmi-copy{color:var(--pw-muted);margin:0}.goals{margin:22px 0 8px}.goals-title{font-size:28px;font-weight:800;letter-spacing:-.01em;margin:0 4px 14px}.goals-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.goals-item{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;font-size:18px}.goals-check{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#0ea5a61f;color:var(--pw-accent);font-weight:900}.wyg{margin:18px 0 8px;padding:18px 14px 10px;border-radius:18px;border:1px solid var(--pw-border);box-shadow:var(--pw-shadow);background:linear-gradient(180deg,#fdebe3,#fdeee7)}.wyg-title{font-size:24px;font-weight:800;letter-spacing:-.01em;margin:4px 6px 14px;color:#22313f}.wyg-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.wyg-points{list-style:none;padding:0;margin:0;display:grid;gap:26px}.wyg-point{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center}.wyg-icon{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;font-size:26px;background:#ffffffb3;border:1px solid rgba(0,0,0,.05);box-shadow:0 6px 18px #00000014}.wyg-text{line-height:1.2}.wyg-strong{font-weight:800;font-size:20px;color:#22313f}.wyg-sub{margin-top:2px;color:#374151;font-size:16px}.wyg-visual{display:flex;justify-content:center}.wyg-phone{max-width:280px;width:100%;height:auto;display:block;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18))}@media (min-width: 900px){.wyg-grid{grid-template-columns:1fr 300px;align-items:start}.wyg-visual{position:sticky;top:84px;align-self:start}.wyg-phone{max-width:300px}}.cp{margin:22px 0 8px}.cp-title{font-size:32px;font-weight:800;margin:0 0 12px}.cp-list{display:grid;gap:14px}.cp-card{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;padding:18px 16px;border-radius:16px;border:2px solid #cfd8dc;background:#fff}.cp-card.active{border-color:#0f8f76;box-shadow:0 8px 30px #0f8f761f}.cp-tag{position:absolute;right:12px;top:-12px;background:#0f8f76;color:#fff;font-weight:800;font-size:12px;padding:6px 10px;border-radius:999px}.cp-left{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:center}.cp-radio{width:18px;height:18px;border-radius:50%;border:2px solid #94a3b8;display:inline-block}.cp-radio.on{border-color:#0f8f76;box-shadow:inset 0 0 0 4px #0f8f76}.cp-plan-title{font-weight:800;font-size:20px}.cp-subprice{color:#6b7280;font-size:14px;margin-left:40px}.cp-right{text-align:right}.cp-price{font-size:32px;font-weight:800;line-height:1}.cp-currency{font-size:14px;font-weight:700;margin-left:4px;color:#6b7280}.cp-perday{color:#6b7280;margin-top:2px}.cp-best{margin:16px 6px 6px;color:#22313f}.cp-guarantee{margin:0 6px 12px;color:#22313f;font-weight:600;text-align:center}.cp-legal{margin:10px 0 16px;padding:14px;border:1px solid var(--pw-border);border-radius:14px;color:#6b7280;background:#f9fafb}.cp-legal a{color:#0ea5a6;text-decoration:underline}.cp-cta{width:100%;border:none;border-radius:14px;padding:18px 16px;background:#0f8f76;color:#fff;font-weight:800;font-size:20px;box-shadow:0 12px 30px #0f8f7640;cursor:pointer}.mbg{margin:24px 0 8px;padding:28px 16px;background:#e7f7f3;border-radius:18px;text-align:center;border:1px solid rgba(0,0,0,.06)}.mbg-badge{width:96px;height:96px;border-radius:999px;margin:0 auto 12px;background:#ffde59;display:grid;place-items:center;font-weight:900;font-size:24px;box-shadow:0 8px 24px #0000001f}.mbg-title{font-size:32px;font-weight:800;margin:6px 0 10px}.mbg-copy{font-size:18px;color:#22313f;margin:0 0 8px}.mbg-link{color:#0ea5a6;font-weight:700}.mbg-foot{margin-top:18px;font-size:13px;color:#6b7280}.cp-pointer{display:flex;justify-content:center;margin:10px 0 2px}.cp-pointer svg{display:block;opacity:.9}:root{--wyg-phone-vh: 44vh}.wyg-visual{display:flex;justify-content:center;align-items:flex-end;height:var(--wyg-phone-vh)}.wyg-phone{height:100%;width:auto;max-width:none;object-fit:contain;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18))}@media (min-width: 900px){:root{--wyg-phone-vh: 60vh}.wyg-visual{position:sticky;top:84px;height:var(--wyg-phone-vh)}.wyg-phone{height:100%;width:auto}}.cp-subprice{display:flex;align-items:baseline;gap:6px;white-space:nowrap;flex-wrap:nowrap}@media (max-width: 420px){.cp-subprice{font-size:13px;margin-left:16px}}.cp-best{text-align:center;display:block;margin-left:auto;margin-right:auto}@media (max-width: 899px){:root{--wyg-phone-vh: 31vh}}@media (min-width: 900px){:root{--wyg-phone-vh: 42vh}}.cp-off{display:inline-block;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:800;color:#0f8f76;border:1px solid rgba(15,143,118,.35);border-radius:999px;background:#0f8f7614}.cp-trustrow{margin-top:10px;text-align:center;color:#374151;font-size:12px;opacity:.9}.cp-lock{margin-right:6px}.cp-price{display:inline-flex;align-items:baseline;gap:4px}.paywall-wrapper,.paywall-mobile{overflow-x:hidden}.cp-card{width:100%;max-width:100%;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto}.cp-left{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px}.cp-subprice{display:flex;align-items:baseline;gap:6px;flex-wrap:nowrap;white-space:nowrap;min-width:0;font-size:clamp(12px,3.4vw,14px)}.cp-right{display:flex;align-items:baseline;justify-content:flex-end;gap:6px;white-space:nowrap}.cp-perday{margin-top:0}.cp-plan-title{font-size:clamp(16px,4.6vw,20px)}.cp-price{font-size:clamp(22px,8.2vw,32px)}@media (max-width: 360px){.cp-card{padding:14px 12px}}.cp-card{overflow:visible;padding-top:26px}.cp-tag{top:6px;right:12px;z-index:1}.cp-list{max-width:100%;overflow-x:hidden}.cp-card{width:100%;max-width:100%}.cp-left,.cp-right{min-width:0}.cp-left{gap:10px}.cp-right{gap:6px}@media (max-width: 420px){.cp-subprice{font-size:12.5px}}.cp-subprice:after{content:none!important}.cp-subprice .cp-off{display:none!important}.cp-card{position:relative;overflow:visible;padding-top:36px}.cp-card:before{content:"-30%";position:absolute;top:8px;left:12px;z-index:2;padding:4px 10px;border-radius:9999px;background:#ef4444;color:#fff;font-weight:800;font-size:12px;line-height:1;box-shadow:0 6px 18px #ef444438}.cp-subprice{margin-left:0;justify-content:flex-start}@media (max-width: 420px){.cp-card{padding-top:34px}.cp-card:before{font-size:11px;padding:3px 8px;top:8px;left:10px}}.pw-sticky{transition:opacity .25s ease,transform .25s ease}.pw-sticky.hidden{opacity:0;transform:translateY(-6px);pointer-events:none}.pw-cta.pw-cta-pulse{animation:pw-pulse 1.6s ease-in-out infinite;will-change:transform}@keyframes pw-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cp-card:before{content:none!important}.cp-card{position:relative;overflow:visible;padding-top:40px}.cp-discount{position:absolute;top:10px;left:12px;z-index:2;padding:4px 10px;border-radius:9999px;background:#ef4444;color:#fff;font-weight:800;font-size:12px;line-height:1;box-shadow:0 6px 18px #ef444438}.cp-tag{top:8px;right:12px;z-index:2}.cp-subprice{display:flex;align-items:baseline;gap:6px;white-space:nowrap;flex-wrap:nowrap;margin-left:0}@media (max-width: 420px){.cp-card{padding-top:36px}.cp-discount{font-size:11px;padding:3px 8px;top:8px;left:10px}}.unsub-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}.unsub-card{width:100%;max-width:560px;background:#fff;border:1px solid #eee;border-radius:14px;padding:22px 18px;box-shadow:0 6px 24px #0000000f;text-align:center}.unsub-title{margin:0 0 8px;font-size:22px;font-weight:700;color:#22313f}.unsub-text{margin:0;line-height:1.6;color:#333;font-size:15px}.unsub-link{color:#19b071;font-weight:700;text-decoration:underline;text-underline-offset:2px}.unsub-link:focus-visible{outline:2px solid #19b071;outline-offset:2px;border-radius:6px}.calorie-card{background:#fff2c9;border-radius:20px;padding:20px;display:flex;align-items:center;width:100%;margin:0;box-sizing:border-box;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);transition:box-shadow .2s ease,transform .2s ease;overflow:hidden}.calorie-card:hover{box-shadow:0 2px 4px #0000000d,0 10px 22px #0000001f,0 28px 60px #0000001a;transform:translateY(-1px)}.calorie-left{display:flex;flex-direction:column;align-items:center;margin-right:20px}.circle-wrap{position:relative;width:120px;height:120px}.flame-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%) scaleX(-1);width:36px;height:36px;border-radius:999px;background:#ffeab0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f;font-size:18px;z-index:3;pointer-events:none}.calorie-circle{position:absolute;inset:0;border-radius:50%;background:transparent;border:12px solid #ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:1}.calorie-value{font-size:28px;font-weight:700;color:#222;line-height:1}.calorie-label{font-size:14px;color:#555;margin-top:2px}.calorie-sub{margin-top:10px;font-size:13px;color:#888}.calorie-right{flex:1;min-width:0;padding-right:10px}.nutrient-row{margin-bottom:16px}.nutrient-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;margin-bottom:6px;font-size:12px;min-width:0;overflow:hidden}.nutrient-label{font-weight:600;color:#222;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nutrient-norm{font-size:11px;color:#d89d3a;font-weight:600;letter-spacing:.01em;white-space:nowrap;justify-self:end}.nutrient-bar{position:relative;width:100%;max-width:100%;height:10px;border-radius:999px;overflow:hidden}.nutrient-pointer{position:absolute;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:999px;background:#111;box-shadow:0 0 0 3px #fff}@media (max-width: 360px){.nutrient-header{grid-template-columns:1fr;gap:4px}.nutrient-norm{justify-self:start}}@media (max-width: 400px){.circle-wrap{width:108px;height:108px}.calorie-circle{border-width:10px}.calorie-value{font-size:26px}}.date-slider{display:flex;align-items:center;justify-content:space-between;margin:10px 0 20px;width:100%}.date-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000014;transition:background .2s,transform .1s}.date-btn:hover{background:#eaeaea}.date-btn:active{transform:scale(.95)}.arrow{display:inline-block;width:0;height:0;border-style:solid}.arrow.left{border-width:6px 8px 6px 0;border-color:transparent #333 transparent transparent}.arrow.right{border-width:6px 0 6px 8px;border-color:transparent transparent transparent #333}.date-text{display:flex;align-items:center;font-size:15px;font-weight:600;color:#222}.calendar-icon{width:16px;height:16px;margin-right:6px;background:linear-gradient(to bottom,#444 20%,transparent 20%),linear-gradient(to bottom,#444 20%,transparent 20%),#ccc;background-size:6px 6px,6px 6px,100% 100%;background-position:left top,right top,center;background-repeat:no-repeat;border-radius:3px}.meals-section{margin-top:30px;width:100%}.meals-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.meals-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden}.meal-row{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s ease}.meal-row:hover{background:#fafafa}.meal-left{display:flex;align-items:center;gap:10px}.meal-icon{font-size:22px}.meal-texts{display:flex;flex-direction:column}.meal-type{font-size:15px;font-weight:600;color:#222}.meal-subtitle{font-size:13px;color:#666;margin-top:2px}.meal-add{font-size:20px;font-weight:700;color:#777}.meal-divider{height:1px;background:#eee;margin:0 16px}.water-section{margin-top:30px;width:100%}.water-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.water-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);box-sizing:border-box}.water-info{display:flex;align-items:center;margin-bottom:16px;gap:12px}.water-icon{font-size:24px}.water-intake{font-weight:600;font-size:15px;color:#222}.water-goal{font-size:13px;color:#777}.water-divider{height:1px;background:#eee;margin:0 4px 14px}.glasses{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:10px;justify-items:center}.glass{width:44px;height:65px;border:2px solid #4aa3e0;border-radius:6px 6px 12px 12px;position:relative;overflow:hidden;cursor:pointer;background:#fff9;box-shadow:inset 0 0 6px #4aa3e033;display:flex;align-items:center;justify-content:center}.glass .water{position:absolute;bottom:0;left:0;width:100%;height:0%;background:linear-gradient(to top,#4aa3e0,#7ec8f2);overflow:hidden;z-index:1;transition:height 2s ease}.glass.filled .water{height:90%}.glass .water:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(circle,rgba(255,255,255,.4) 25%,transparent 26%);background-size:20px 20px;animation:wave 4s linear infinite;opacity:.5}@keyframes wave{0%{transform:translate(0)}to{transform:translate(20px)}}.plus{font-size:20px;font-weight:700;color:#4aa3e0;position:relative;z-index:2;opacity:0;transform:scale(.5);animation:plusBounce .6s ease forwards;animation-delay:1.8s}@keyframes plusBounce{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.weight-section{margin-top:30px;width:100%}.weight-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.weight-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden}.weight-row{display:flex;align-items:center;padding:14px 16px}.weight-row.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.weight-row.clickable:hover{background:#fafafa}.weight-row.clickable:active{transform:translateY(1px)}.weight-icon-tile{width:48px;height:48px;border-radius:12px;background:#e8f6f3;border:1px solid rgba(0,0,0,.04);display:grid;place-items:center;margin-right:14px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.weight-icon{display:block;font-size:20px}.weight-info{flex:1;min-width:0}.weight-title{font-size:15px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weight-plus{margin-left:auto;font-size:20px;font-weight:700;color:#777;pointer-events:none}@media (max-width: 360px){.weight-title{font-size:14px}.weight-icon-tile{width:44px;height:44px;margin-right:12px}}.activity-section{margin-top:30px;width:100%}.activity-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.activity-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden}.activity-top{display:flex;align-items:center;padding:14px 16px;cursor:pointer}.activity-icon{width:48px;height:48px;margin-right:14px;border-radius:2px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.activity-info{flex:1}.activity-subtitle{font-size:11px;font-weight:600;color:#777;margin-bottom:2px;text-transform:uppercase}.activity-title{font-size:15px;font-weight:600;color:#222}.activity-meta{margin-top:2px;font-size:13px;color:#666}.activity-divider{height:1px;background:#eee;margin:0 16px}.activity-bottom{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer}.explore-text{font-size:15px;font-weight:500;color:#222}.activity-arrow{width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg);margin-left:10px}.coach-card{background:#0a3f2f;color:#fff;border-radius:20px;padding:20px 20px 28px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:visible;width:100%;margin:0;box-sizing:border-box}.coach-top{display:flex;align-items:center;gap:14px}.coach-avatar-wrapper{position:relative;width:72px;height:72px;flex-shrink:0}.coach-avatar-img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;border:3px solid #19b071}.coach-ring{position:absolute;inset:0;border-radius:50%;box-shadow:0 0 #19b0718c;animation:coachPulse 2.6s infinite;pointer-events:none}.coach-wave{position:absolute;top:-8px;left:-8px;font-size:22px;z-index:5;transform-origin:bottom right;animation:coachWave 2.8s infinite ease-in-out}.coach-texts{min-width:0}.coach-title{margin:0 0 4px;font-size:17px;font-weight:800}.coach-subtext{margin:0;font-size:14px;color:#dfe6e3}.coach-btn{align-self:center;width:88%;max-width:320px;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 16px;background:#e6f9f1;color:#0a3f2f;font-weight:700;border-radius:14px;text-decoration:none;box-sizing:border-box;transition:background .2s ease,transform .05s ease}.coach-btn:active{transform:scale(.98)}.coach-btn:hover{background:#d7f3e9}@keyframes coachPulse{0%{box-shadow:0 0 #19b0718c}70%{box-shadow:0 0 0 14px #19b07100}to{box-shadow:0 0 #19b07100}}@keyframes coachWave{0%,60%,to{transform:rotate(0)}10%{transform:rotate(18deg)}20%{transform:rotate(-12deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-8deg)}50%{transform:rotate(6deg)}}.crm-overlay{position:fixed;inset:0;background:#00000059;opacity:0;transition:opacity .2s ease;z-index:2000}.crm-overlay.show{opacity:1}.crm-sheet{position:fixed;inset:auto 0 0;transform:translateY(10px);opacity:0;transition:transform .22s ease,opacity .22s ease;z-index:2100}.crm-sheet.open{transform:translateY(0);opacity:1}.crm-panel{margin:0 auto;width:100%;max-width:430px;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 28px #0000002e;overflow:hidden}@media (min-width: 900px){.crm-panel{max-width:520px;border-radius:16px;margin-bottom:16px}}.crm-header{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-bottom:1px solid #eee}.crm-title{font-weight:800;color:#222;font-size:16px}.crm-icon-btn{width:36px;height:36px;border-radius:10px;border:0;background:#f3f3f3;color:#22313f;box-shadow:0 1px 3px #0000001f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.crm-icon-btn.done.enabled{background:#19b071;color:#fff}.crm-icon-btn:disabled{opacity:.5;cursor:default}.crm-icon-txt{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;font-size:18px;line-height:1;font-weight:800;-webkit-user-select:none;user-select:none}.crm-body{padding:14px}.crm-label{display:block;font-size:13px;color:#666;margin-bottom:6px;font-weight:700}.crm-textarea{width:100%;border-radius:12px;border:1px solid #ddd;padding:12px;font-size:14px;resize:vertical;min-height:120px;outline:none;box-shadow:inset 0 1px 2px #0000000a}.crm-textarea:focus{border-color:#19b071}.crm-hint{margin-top:6px;font-size:12px;color:#777}.crm-note{margin-top:12px;font-size:13px;color:#555}.crm-primary{margin-top:12px;width:100%;border:0;border-radius:12px;padding:12px 14px;font-weight:800;background:#19b071;color:#fff;cursor:pointer;box-shadow:0 8px 22px #19b07159;opacity:.7}.crm-primary.enabled{opacity:1}.crm-primary:disabled{cursor:default;opacity:.6}.challenge-section{margin-top:30px;width:100%}.challenge-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.challenge-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden;cursor:pointer}.challenge-top{display:flex;align-items:center;padding:14px 16px}.challenge-icon{width:48px;height:48px;margin-right:14px;border-radius:2px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.challenge-info{flex:1;min-width:0}.challenge-subtitle{font-size:11px;font-weight:600;color:#777;margin-bottom:2px;text-transform:uppercase;letter-spacing:.02em}.challenge-title{font-size:15px;font-weight:600;color:#222;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.challenge-arrow{width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg);margin-left:10px}:root{--lwm-suffix-space: 48px}.lwm-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2600}.lwm-overlay.show{opacity:1;pointer-events:auto}.lwm-sheet{position:fixed;left:0;right:0;bottom:0;max-width:520px;width:100%;margin:0 auto;padding:0 8px 8px;box-sizing:border-box;z-index:2700;transform:translateY(100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);pointer-events:none}.lwm-sheet.open{transform:translateY(0)}.lwm-panel{background:#fff;border-radius:16px 16px 10px 10px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;overflow:hidden;pointer-events:auto}.lwm-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:10px 8px;border-bottom:1px solid #eee}.lwm-title{justify-self:center;font-weight:800;color:#222;font-size:18px}.lwm-icon-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;transition:background .18s ease,transform .12s ease,color .18s ease;color:#555}.lwm-icon-btn:hover{background:#f6f6f6}.lwm-icon-btn:active{transform:translateY(1px)}.lwm-icon-btn .lwm-xbar{position:absolute;width:16px;height:2px;background:currentColor}.lwm-icon-btn .lwm-xbar:first-child{transform:rotate(45deg)}.lwm-icon-btn .lwm-xbar:last-child{transform:rotate(-45deg)}.lwm-icon-btn.done{font-size:18px;font-weight:900;color:#a8a8a8}.lwm-icon-btn.done.enabled{color:#19b071}.lwm-icon-btn.done:disabled{cursor:not-allowed}.lwm-body{padding:14px 16px 16px}.lwm-label{display:block;font-weight:700;color:#222;margin:12px 0 8px}.lwm-input{width:100%;background:#fefefe;border:1px solid #e6e6e6;border-radius:10px;padding:12px;font-size:16px;color:#222;outline:none;box-sizing:border-box;transition:box-shadow .15s ease,border-color .15s ease}.lwm-input:focus{border-color:#19b071;box-shadow:0 0 0 3px #19b0711f}.lwm-input-suffix{position:relative}.lwm-input-suffix .lwm-input{padding-right:var(--lwm-suffix-space)}.lwm-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#777;font-weight:600;font-size:14px}.lwm-help{margin-top:8px;display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;color:#777;cursor:pointer;padding:0;transition:color .18s ease,transform .12s ease}.lwm-help:hover{color:#555}.lwm-help:active{transform:translateY(1px)}.lwm-q{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#f3f3f3;color:#555;font-weight:700;font-size:14px}.lwm-help-text{font-size:14px}.lwm-date-wrap{position:relative}.lwm-date{width:100%;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:12px var(--lwm-suffix-space) 12px 12px;font-size:16px;color:#222;outline:none;box-sizing:border-box}.lwm-date:focus{border-color:#19b071;box-shadow:0 0 0 3px #19b0711f}.lwm-date::-webkit-calendar-picker-indicator{opacity:0;pointer-events:auto}.lwm-cal{position:absolute;right:12px;top:50%;width:18px;height:18px;transform:translateY(-50%);border:2px solid #777;border-radius:3px;pointer-events:none}.lwm-cal:after{content:"";position:absolute;left:2px;right:2px;top:4px;height:2px;background:#777;border-radius:2px}@media (min-width: 900px){.lwm-sheet{max-width:520px}}.fast-shortcut-section{margin-top:30px;width:100%}.fast-shortcut-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.fast-shortcut-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden;cursor:pointer}.fast-shortcut-top{display:flex;align-items:center;padding:14px 16px}.fast-shortcut-icon{width:48px;height:48px;margin-right:14px;border-radius:2px;display:grid;place-items:center;background:#fff;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;flex-shrink:0}.fast-shortcut-info{flex:1;min-width:0}.fast-shortcut-title{font-size:15px;font-weight:600;color:#222;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fast-shortcut-sub{margin-top:2px;font-size:12px;font-weight:600;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fast-shortcut-arrow{width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg);margin-left:10px}.fast-shortcut-card:focus,.fast-shortcut-card:focus-visible{outline:none}.fast-shortcut-card:focus-within .fast-shortcut-top{box-shadow:0 0 0 3px #19b0711f inset;border-radius:12px}.page-fade{opacity:0;animation:pfade .35s ease-out forwards}.page-fade--strong{opacity:0;animation:pfade-strong .75s cubic-bezier(.16,.84,.44,1) forwards}@keyframes pfade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes pfade-strong{0%{opacity:0;transform:translateY(30px) scale(.98);filter:blur(6px) saturate(.8)}50%{opacity:1;transform:translateY(10px) scale(1.01);filter:blur(2px)}to{opacity:1;transform:none;filter:none}}@media (prefers-reduced-motion: reduce){.page-fade,.page-fade--strong{animation:none;opacity:1;transform:none;filter:none}}.dashboard-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.dashboard-mobile{width:100%;max-width:430px;display:flex;flex-direction:column;padding:0 8px;box-sizing:border-box}.dashboard-heading{font-size:22px;font-weight:700;color:#22313f;margin-bottom:16px;text-align:left}.dashboard-section{margin-top:24px}.dashboard-section:first-of-type{margin-top:20px}.dashboard-subtext{margin-top:28px;font-size:16px;color:#22313f;text-align:center}@media (min-width: 900px){.dashboard-mobile{max-width:520px}}.workout-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.workout-mobile{width:100%;max-width:430px;display:flex;flex-direction:column;padding:40px 8px 100px;box-sizing:border-box;position:relative}.back-arrow{position:absolute;top:0;left:8px;z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;color:#22313f}.back-arrow svg{width:22px;height:22px;display:block;stroke:currentColor}.workout-cover{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-top:24px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.workout-info{padding:16px 0}.workout-title{font-size:22px;font-weight:700;color:#22313f}.workout-description{margin-top:4px;font-size:15px;color:#555;line-height:1.4}.workout-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.workout-badge{background:#f3f3f3;padding:6px 12px;border-radius:999px;font-size:13px;color:#333;font-weight:500}.exercises-section{margin-top:20px;display:flex;flex-direction:column;gap:16px}.exercises-heading{font-size:18px;font-weight:600;margin-bottom:12px;color:#22313f}.exercise-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.exercise-image{width:64px;height:64px;object-fit:cover;border-radius:8px}.exercise-info{display:flex;flex-direction:column}.exercise-name{font-weight:600;font-size:15px;color:#222}.exercise-sets{font-size:13px;color:#777;margin-top:2px}.workout-start{position:fixed;bottom:16px;left:0;right:0;display:flex;justify-content:center}.workout-start button{width:92%;max-width:430px;background:#19b071;color:#fff;font-weight:600;font-size:16px;padding:14px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease}.workout-start button:hover{background:#159a61}@media (min-width: 900px){.workout-mobile,.workout-start button{max-width:520px}}.wp-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3000}.wp{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,520px);max-height:92vh;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000040,0 8px 20px #00000026;z-index:3100;display:flex;flex-direction:column;overflow:hidden}.wp-top{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.05)}.wp-plan{font-weight:700;color:#22313f}.wp-close{border:0;background:transparent;font-size:20px;cursor:pointer;line-height:1}.wp-countdown{flex:1;min-height:380px;display:grid;place-items:center;text-align:center;padding:24px}.wp-count-num{font-size:84px;font-weight:900;color:#22313f;animation:pop .2s ease}.wp-count-sub{color:#666;margin-top:8px;font-size:16px}@keyframes pop{0%{transform:scale(.9);opacity:.6}to{transform:scale(1);opacity:1}}.wp-body{display:flex;flex-direction:column;gap:14px;padding:12px}.wp-frame{position:relative;height:260px;border-radius:14px;overflow:hidden;background:#f3f3f3;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.wp-frame img{width:100%;height:100%;object-fit:cover}.wp-frame-fallback{width:100%;height:100%;display:grid;place-items:center;color:#666;font-size:14px}.wp-timer{position:absolute;right:10px;bottom:10px;width:120px;height:120px;border-radius:999px;background:conic-gradient(#19b071 var(--prog, 0deg),rgba(0,0,0,.08) 0deg);display:grid;place-items:center;box-shadow:0 6px 18px #0000002e}.wp-timer-inner{width:88px;height:88px;border-radius:999px;background:#fff;display:grid;place-items:center;font-weight:900;font-size:22px;color:#22313f}.wp-timer-sub{font-size:10px;color:#666;margin-top:2px;font-weight:700}.wp-details{display:flex;flex-direction:column;gap:8px}.wp-title-row{display:flex;justify-content:space-between;align-items:baseline}.wp-title{font-size:18px;font-weight:800;color:#222}.wp-subtitle{font-size:13px;color:#666}.wp-instructions{font-size:14px;color:#444;line-height:1.45;background:#fafafa;border:1px solid rgba(0,0,0,.05);padding:10px 12px;border-radius:10px}.wp-progress-row{display:flex;gap:8px;flex-wrap:wrap}.wp-chip{background:#f3f3f3;padding:6px 10px;border-radius:999px;font-size:12px;color:#333;font-weight:600}.wp-controls{display:flex;justify-content:center;gap:12px;padding:8px 0 4px}.wp-ctrl{border:none;background:#f3f3f3;padding:10px 14px;border-radius:12px;cursor:pointer;font-size:18px;min-width:56px;box-shadow:0 1px 3px #0000001f}.wp-ctrl-main{background:#19b071;color:#fff;font-weight:800}.wp-finish{flex:1;min-height:380px;display:grid;place-items:center;text-align:center;padding:24px}.wp-finish-emoji{font-size:48px;margin-bottom:10px}.wp-finish-actions{display:flex;gap:10px;margin-top:10px}.wp-btn{border:none;border-radius:10px;padding:10px 14px;background:#f3f3f3;cursor:pointer;font-weight:700}.wp-btn.primary{background:#19b071;color:#fff}.wp-hints{display:flex;gap:12px;font-size:11px;color:#777;padding:10px 12px 12px;border-top:1px solid rgba(0,0,0,.05);justify-content:center}.allworkouts-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.allworkouts-mobile{width:100%;max-width:430px;padding:24px 8px 0;box-sizing:border-box;position:relative}.aw-back-arrow{position:absolute;top:8px;left:8px;z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;color:#22313f}.aw-back-arrow svg{width:22px;height:22px;display:block;stroke:currentColor}.aw-header{display:flex;justify-content:center;align-items:center;margin:6px 0 12px}.aw-header .aw-title{font-size:22px;font-weight:800;color:#22313f;text-align:center;width:100%}.aw-list{display:grid;gap:16px}.aw-card{background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.aw-card:first-child{margin-top:12px}.aw-card:active{transform:translateY(1px)}.aw-card:hover{box-shadow:0 1px 2px #0000000f,0 8px 18px #0000001f,0 22px 46px #0000001a}.aw-media{position:relative;background:#f6f6f6}.aw-img{width:100%;height:220px;object-fit:cover;display:block}.aw-badges{position:absolute;left:12px;bottom:12px;display:flex;gap:8px}.aw-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:14px;font-weight:600;color:#fff;background:#161b22e0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aw-body{padding:14px 14px 16px}.aw-card-title{font-size:20px;font-weight:800;color:#22313f;line-height:1.2}.aw-card-sub{margin-top:6px;font-size:14px;color:#6b7280}@media (min-width: 900px){.allworkouts-mobile{max-width:520px}}.cem-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2300}.cem-overlay.show{opacity:1;pointer-events:auto}.cem-sheet{position:fixed;left:0;right:0;bottom:0;max-width:520px;width:100%;margin:0 auto;padding:0 8px 8px;box-sizing:border-box;z-index:2400;pointer-events:none}.cem-sheet:before{content:"";position:absolute;inset:0;pointer-events:none}.cem-sheet .cem-body,.cem-sheet .cem-footer,.cem-sheet .cem-grabber,.cem-sheet .cem-close{pointer-events:auto}.cem-sheet{transform:translateY(100%);transition:transform .28s ease}.cem-sheet.open{transform:translateY(0)}.cem-body{background:#fff;border-radius:16px 16px 10px 10px;padding:56px 16px 16px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;position:relative}.cem-grabber{width:44px;height:5px;border-radius:999px;background:#dcdcdc;margin:8px auto 20px}.cem-close{position:absolute;left:16px;top:50px;width:28px;height:28px;background:transparent;border:0;cursor:pointer;z-index:10}.cem-close-bar{position:absolute;left:7px;right:7px;top:13px;height:2px;background:#666}.cem-close-bar-1{transform:rotate(45deg)}.cem-close-bar-2{transform:rotate(-45deg)}.cem-hint{font-size:12px;color:#7b7b7b;margin-bottom:8px}.cem-label{display:block;font-weight:700;color:#222;margin-bottom:10px}.cem-label.small{width:100%}.cem-input{width:100%;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:12px;font-size:15px;color:#222;box-sizing:border-box;outline:none}.cem-input:focus{border-color:#19b071;box-shadow:0 0 0 3px #19b0711f}.cem-input-suffix{position:relative}.cem-input-suffix .cem-input{padding-right:48px}.cem-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#777;font-weight:600;font-size:14px}.cem-macros-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cem-footer{padding:10px 0 8px}.cem-add{width:100%;border:none;border-radius:12px;padding:14px;font-weight:700;font-size:16px;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease,transform .1s ease}.cem-add.enabled{background:#19b071;cursor:pointer}.cem-add.enabled:hover{background:#159a61}.cem-add:active{transform:translateY(1px)}@media (min-width: 900px){.cem-sheet{max-width:520px}}.lmm-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2300}.lmm-overlay.show{opacity:1;pointer-events:auto}.lmm-sheet{position:fixed;left:0;right:0;bottom:0;max-width:520px;width:100%;margin:0 auto;padding:0 8px 8px;box-sizing:border-box;z-index:2400;pointer-events:none;transform:translateY(100%);transition:transform .28s ease}.lmm-sheet.open{transform:translateY(0)}.lmm-sheet .lmm-body,.lmm-sheet .lmm-footer,.lmm-sheet .lmm-grabber,.lmm-sheet .lmm-close{pointer-events:auto}.lmm-body{background:#fff;border-radius:16px 16px 10px 10px;padding:56px 16px 16px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;position:relative}.lmm-grabber{width:44px;height:5px;border-radius:999px;background:#dcdcdc;margin:8px auto 20px}.lmm-close{position:absolute;left:16px;top:50px;width:28px;height:28px;background:transparent;border:0;cursor:pointer;z-index:10}.lmm-close-bar{position:absolute;left:7px;right:7px;top:13px;height:2px;background:#666}.lmm-close-bar-1{transform:rotate(45deg)}.lmm-close-bar-2{transform:rotate(-45deg)}.lmm-title-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.lmm-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f3f3f3;flex-shrink:0;box-shadow:0 1px 2px #0000000f}.lmm-thumb.placeholder{display:inline-block}.lmm-title-texts{min-width:0}.lmm-name{font-weight:700;color:#222;line-height:1.2;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lmm-type{font-size:12px;color:#666;margin-top:2px;text-transform:capitalize}.lmm-servings{margin-top:8px}.lmm-input{width:100%;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:12px;font-size:15px;color:#222;box-sizing:border-box;outline:none}.lmm-input:focus{border-color:#19b071;box-shadow:0 0 0 3px #19b0711f}.lmm-block{margin-top:14px}.lmm-block-title{font-weight:700;font-size:13px;color:#22313f;margin-bottom:8px}.lmm-macros-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0000000a,0 6px 14px #00000014}.lmm-macros-grid.highlight{background:#fff8e6}.lmm-macros-grid div{text-align:center}.lmm-macros-grid div strong{display:block;font-size:16px;font-weight:800;color:#222}.lmm-macros-grid div span{font-size:12px;color:#666}.lmm-footer{padding:10px 0 8px}.lmm-add{width:100%;border:none;border-radius:12px;padding:14px;font-weight:700;font-size:16px;background:#bfe5dc;color:#fff;cursor:not-allowed;transition:background .2s ease,transform .1s ease}.lmm-add.enabled{background:#19b071;cursor:pointer}.lmm-add.enabled:hover{background:#159a61}.lmm-add:active{transform:translateY(1px)}@media (min-width: 900px){.lmm-sheet{max-width:520px}}.meal-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.meal-mobile{width:100%;max-width:430px;display:flex;flex-direction:column;padding:40px 8px 100px;box-sizing:border-box;position:relative}.back-arrow{position:absolute;top:0;left:8px;z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#22313f}.back-arrow svg{width:22px;height:22px;stroke:currentColor}.meal-cover{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-top:24px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.meal-info{padding:16px 0}.meal-title{font-size:22px;font-weight:700;color:#22313f}.meal-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.meal-badge{background:#f3f3f3;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:500;color:#333}.meal-macros{display:flex;justify-content:space-around;background:#fff8e6;border-radius:10px;padding:12px;margin-top:12px;text-align:center}.meal-macros div strong{display:block;font-size:16px;font-weight:700}.meal-macros div span{font-size:12px;color:#666}.ingredients-section{margin-top:20px}.ingredients-heading{font-size:18px;font-weight:600;margin-bottom:12px;color:#22313f}.ingredient-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;background:#fff;margin-bottom:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #00000014}.ingredient-image{width:44px;height:44px;border-radius:50%;object-fit:cover}.ingredient-name{font-size:15px;font-weight:500;color:#333}.steps-section{margin-top:20px}.steps-heading{font-size:18px;font-weight:600;margin-bottom:12px;color:#22313f}.step-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:10px;background:#fff;margin-bottom:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #00000014}.step-number{flex-shrink:0;background:#f3f3f3;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#333;font-size:14px}.step-text{font-size:14px;color:#444;line-height:1.5}.meal-start{position:fixed;bottom:16px;left:0;right:0;display:flex;justify-content:center;z-index:1000}.meal-actions{width:92%;max-width:430px;display:flex;gap:12px}.meal-actions .btn-custom,.meal-actions .btn-log{flex:1;border:none;border-radius:12px;padding:14px;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease,opacity .2s ease}.meal-actions .btn-custom{background:#19b071;color:#fff}.meal-actions .btn-custom:hover{background:#159a61}.meal-actions .btn-log{background:#22313f;color:#fff;opacity:.98}.meal-actions .btn-log:hover{background:#1a2630}@media (min-width: 900px){.meal-mobile,.meal-actions{max-width:520px}}.recipes-section{margin-top:30px;width:100%}.recipes-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px}.recipes-divider{font-size:13px;font-weight:700;text-transform:uppercase;color:#555;margin:20px 0 10px;padding-left:4px;letter-spacing:.03em}.recipe-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden;cursor:pointer;margin-bottom:12px;transition:background .2s}.recipe-card:hover{background:#fafafa}.recipe-top{display:flex;align-items:center;padding:14px 16px}.recipe-icon{width:54px;height:54px;margin-right:14px;border-radius:6px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.recipe-info{flex:1;min-width:0}.recipe-title{font-size:15px;font-weight:600;color:#222;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px}.recipe-badges{display:flex;flex-wrap:wrap;gap:6px}.meal-badge{font-size:12px;font-weight:600;background:#f5f5f5;color:#333;padding:4px 8px;border-radius:999px;white-space:nowrap}.recipe-arrow{width:6px;height:6px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg);margin-left:10px}.recipes-more{display:block;width:100%;padding:10px;margin:8px 0 16px;background:#f5f5f5;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#333;cursor:pointer;transition:background .2s,transform .1s}.recipes-more:hover{background:#e9e9e9}.recipes-more:active{transform:scale(.98)}.pm-subtitle{margin:-2px 6px 12px;color:#475569;font-size:clamp(14px,3.8vw,16px);line-height:1.35}.sl-section{width:100%;margin-top:10px}.sl-divider{font-size:16px;font-weight:700;color:#666;margin:18px 0 10px;padding-left:4px;position:relative}.sl-divider:after{content:"";display:block;height:1px;background:#eee;margin:6px 4px 0}.sl-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);overflow:hidden}.sl-row{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;background:#fff;transition:background .15s ease,opacity .2s ease,transform .2s ease}.sl-row+.sl-row{border-top:1px solid #eee;margin:0 4px}.sl-row:active{transform:translateY(1px)}.sl-row:hover{background:#fafafa}.sl-thumb{width:42px;height:42px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.sl-info{flex:1;min-width:0}.sl-name{font-size:15px;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sl-qty{margin-top:2px;font-size:13px;color:#8a8a8a}.sl-check{width:22px;height:22px;border-radius:6px;border:2px solid #cfcfcf;box-sizing:border-box;position:relative;transition:border-color .15s ease,background .15s ease}.sl-check.on{background:#19b071;border-color:#19b071}.sl-check.on:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.sl-row.checked .sl-name{text-decoration:line-through;color:#9b9b9b}.sl-row.checked .sl-qty{color:silver}.sl-row.checked{opacity:.85}.sl-empty{margin-top:20px;text-align:center;color:#777}.sl-add-btn{width:92%;max-width:430px;background:#19b071;color:#fff;font-weight:600;font-size:16px;padding:14px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease;position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0));transform:translate(-50%);z-index:1000}.sl-add-btn:hover{background:#159a61}.sl-bottom-spacer{height:72px}@media (min-width: 900px){.sl-add-btn{max-width:520px}}:root{--cim-sidepad: 8px;--cim-col-max: 520px;--cim-suffix-space: 48px}.cim-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2600}.cim-overlay.show{opacity:1;pointer-events:auto}.cim-sheet{position:fixed;left:0;right:0;bottom:0;max-width:var(--cim-col-max);width:100%;margin:0 auto;padding:0 var(--cim-sidepad) var(--cim-sidepad);box-sizing:border-box;z-index:2700;transform:translateY(100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);pointer-events:none}.cim-sheet.open{transform:translateY(0)}.cim-panel{background:#fff;border-radius:16px 16px 10px 10px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;overflow:hidden;pointer-events:auto}.cim-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:10px 8px;border-bottom:1px solid #eee}.cim-title{justify-self:center;font-weight:800;color:#222;font-size:18px}.cim-icon-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;transition:background .18s ease,transform .12s ease,color .18s ease;color:#555}.cim-icon-btn:hover{background:#f6f6f6}.cim-icon-btn:active{transform:translateY(1px)}.cim-icon-btn .cim-xbar{position:absolute;width:16px;height:2px;background:currentColor}.cim-icon-btn .cim-xbar:first-child{transform:rotate(45deg)}.cim-icon-btn .cim-xbar:last-child{transform:rotate(-45deg)}.cim-icon-btn.done{font-size:18px;font-weight:900;color:#a8a8a8}.cim-icon-btn.done.enabled{color:#19b071}.cim-icon-btn.done:disabled{cursor:not-allowed}.cim-body{padding:14px 16px 16px}.cim-label{display:block;font-weight:700;color:#222;margin:12px 0 8px}.cim-search{position:relative}.cim-mag{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;opacity:.65;pointer-events:none}.cim-search-input{width:100%;height:42px;border-radius:12px;border:1px solid #e8e8e8;background:#f6f6f6;padding:0 14px 0 40px;font-size:15px;color:#222;outline:none;box-sizing:border-box}.cim-search-input:focus{background:#fff;border-color:#dcdcdc;box-shadow:0 0 0 3px #19b0711f}.cim-results{margin-top:10px;max-height:220px;overflow:auto}.cim-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:10px;transition:background .15s ease,transform .12s ease,opacity .15s ease}.cim-row.clickable{cursor:pointer}.cim-row.clickable:hover{background:#fafafa}.cim-row.clickable:active{transform:translateY(1px)}.cim-row.disabled{opacity:.6}.cim-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.cim-info{flex:1;min-width:0}.cim-name{font-size:15px;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cim-sub{font-size:12px;color:#777;margin-top:2px}.cim-plus{margin-left:auto;font-size:20px;font-weight:800;color:#777}.cim-divider{height:1px;background:#eee;margin:10px 4px 12px}.cim-pending{display:flex;flex-direction:column;gap:10px}.cim-pending-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.cim-pending-main{flex:1;min-width:0}.cim-edit{display:flex;gap:8px;margin-top:6px}.cim-qty{width:110px;background:#fefefe;border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;font-size:15px;color:#222;outline:none;box-sizing:border-box;transition:box-shadow .15s ease,border-color .15s ease}.cim-qty:focus{border-color:#19b071;box-shadow:0 0 0 3px #19b0711f}.cim-unit{min-width:100px;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;font-size:15px;color:#222;outline:none;box-sizing:border-box}.cim-remove{width:32px;height:32px;border-radius:10px;border:0;background:#f3f3f3;color:#444;font-size:18px;font-weight:800;cursor:pointer;display:grid;place-items:center}.cim-remove:active{transform:translateY(1px)}.cim-primary{margin-top:12px;width:100%;background:#19b071;color:#fff;font-weight:700;font-size:16px;padding:14px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease,transform .12s ease,opacity .2s ease;opacity:.6}.cim-primary.enabled{opacity:1}.cim-primary:hover{background:#159a61}.cim-primary:active{transform:translateY(1px)}@media (min-width: 900px){.cim-sheet{max-width:520px}}.mealplan-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.mealplan-mobile{width:100%;max-width:430px;padding:0 8px 24px;box-sizing:border-box}.mealplan-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.mealplan-title{font-size:28px;font-weight:800;color:#222;margin:0}.header-actions{display:flex;gap:10px}.icon-btn{width:36px;height:36px;border:none;border-radius:999px;background:#f5f5f5;display:grid;place-items:center;cursor:pointer;box-shadow:0 1px 3px #0000001f;color:#22313f}.icon-sliders{width:18px;height:18px;position:relative;display:inline-block}.icon-sliders:before,.icon-sliders:after{content:"";position:absolute;left:0;right:0;height:2px;background:currentColor}.icon-sliders:before{top:4px}.icon-sliders:after{bottom:4px}.pill-scroller{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0 6px;padding:0 2px}.pill{border:0;background:#f3f3f3;color:#222;padding:10px 14px;font-size:14px;font-weight:700;border-radius:999px;white-space:nowrap;cursor:pointer}.week-slider{display:flex;align-items:center;justify-content:space-between;margin:14px 0 18px;width:100%}.week-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:background .2s,transform .1s}.week-btn:hover{background:#eaeaea}.week-btn:active{transform:scale(.95)}.week-arrow{display:inline-block;width:0;height:0;border-style:solid}.week-arrow-left{border-width:6px 8px 6px 0;border-color:transparent #333 transparent transparent}.week-arrow-right{border-width:6px 0 6px 8px;border-color:transparent transparent transparent #333}.week-text{font-size:15px;font-weight:600;color:#222}.mp-list{display:flex;flex-direction:column;gap:16px;margin-top:12px}.mp-card{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:center;background:#fff;border-radius:14px;padding:14px;cursor:pointer;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.mp-thumb{width:84px;height:84px;border-radius:12px;background-color:#f2f2f2;position:relative;overflow:hidden}.mp-thumb-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mp-thumb-skel{width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f0f0f0,#fafafa,#f0f0f0);animation:mpShimmer 1.2s linear infinite}@keyframes mpShimmer{0%{background-position:-120px 0}to{background-position:120px 0}}.mp-content{display:flex;flex-direction:column;gap:8px}.mp-top{display:flex;align-items:center;gap:8px}.mp-badge{font-size:12px;font-weight:800;letter-spacing:.02em;padding:4px 10px;border-radius:999px;background:#eee;color:#333}.type-breakfast{background:#ffeebf}.type-lunch{background:#d8ebff}.type-dinner{background:#eadcff}.mp-time{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#333;background:#f5f5f5;padding:4px 10px;border-radius:999px}.mp-clock{width:14px;height:14px;position:relative;display:inline-block;border:2px solid currentColor;border-radius:50%}.mp-clock:after{content:"";position:absolute;width:6px;height:2px;background:currentColor;left:50%;top:50%;transform-origin:left center;transform:translate(-50%,-50%) rotate(30deg)}.mp-title{font-size:16px;font-weight:800;color:#222;margin:0}.mp-actions{display:flex;align-items:center;gap:18px}.mp-act{border:none;background:transparent;color:#6b7280;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer}.mp-swap:before{content:"⟲";font-size:14px}.mp-plus:before{content:"+";font-size:16px;font-weight:700}.mp-placeholder{margin-top:20px;padding:40px 16px;text-align:center;font-size:16px;color:#555}@media (min-width: 900px){.mealplan-mobile{max-width:520px}}.learn-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px;overflow-x:hidden}.learn-mobile{width:100%;max-width:430px;padding:0 8px 24px;box-sizing:border-box;overflow-x:hidden}.learn-heading{font-size:28px;font-weight:800;color:#222;margin:8px 0 16px}.learn-search{position:relative;margin-bottom:16px}.magnifier{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;opacity:.65;pointer-events:none}.search-input{width:100%;height:42px;border-radius:12px;border:1px solid #e8e8e8;background:#f6f6f6;padding:0 14px 0 40px;font-size:15px;color:#222;outline:none;box-sizing:border-box}.search-input:focus{background:#fff;border-color:#dcdcdc;box-shadow:0 0 0 3px #19b0711f}.pill-scroller{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:8px 0 14px;padding:0 2px}.pill-scroller::-webkit-scrollbar{display:none}.pill-row{display:inline-flex;gap:10px}.pill{border:0;background:#f3f3f3;color:#222;padding:8px 14px;font-size:14px;font-weight:600;border-radius:999px;white-space:nowrap;cursor:pointer}.pill.active{background:#222;color:#fff}.learn-section{margin-top:18px}.section-title{font-size:18px;font-weight:700;color:#222;margin-bottom:10px}.hrow{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 2px 14px}.hrow::-webkit-scrollbar{display:none}.cat-row .cat-card{width:180px;display:grid;grid-template-rows:58px auto;align-items:center;justify-items:center;gap:8px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.04);padding:16px 8px;cursor:pointer;transition:transform .12s ease;box-shadow:none}.cat-card:active{transform:translateY(1px)}.cat-emoji{--cat-icon-size: 58px;width:var(--cat-icon-size);height:var(--cat-icon-size);display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:50%;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;font-size:30px;line-height:1;box-sizing:border-box;padding:0}.cat-title{font-size:14px;font-weight:600;color:#222;text-align:center}.hero-card,.wide-card,.all-card{position:relative;width:100%;height:auto;border-radius:16px;overflow:visible;background:transparent;color:#fff}.hero-art,.wide-art,.all-art{position:relative;width:100%;height:100%;min-height:160px;display:block;border-radius:inherit;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-mask-image:-webkit-radial-gradient(white,black)}.art-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;filter:drop-shadow(0 1px 2px rgba(0,0,0,.04)) drop-shadow(0 6px 14px rgba(0,0,0,.1)) drop-shadow(0 18px 40px rgba(0,0,0,.08));-webkit-mask-image:-webkit-radial-gradient(white,black)}.hero-card:after,.wide-card:after,.all-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(to bottom,#0000 55%,#00000059 85%)}.hero-badge,.wide-badge,.all-badge{position:absolute;top:12px;left:12px;background:#000000bf;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;z-index:1}.hero-title,.wide-title,.all-title{position:absolute;bottom:12px;left:12px;right:12px;font-size:16px;font-weight:800;color:#fff;z-index:1;-webkit-text-stroke:1px rgba(0,0,0,.45);text-shadow:0 2px 6px rgba(0,0,0,.55),0 0 1px rgba(0,0,0,.6);paint-order:stroke fill}.hero-card{width:300px;height:180px}.wide-card{width:320px;height:160px}.all-card{height:180px}.all-list{display:flex;flex-direction:column;gap:16px}.all-card{margin-bottom:16px}.all-card:last-child{margin-bottom:0}@media (min-width: 900px){.learn-mobile{max-width:520px;overflow-x:visible}.learn-wrapper{overflow-x:visible}.hrow{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.hrow::-webkit-scrollbar{display:block;height:8px}.hrow::-webkit-scrollbar-track{background:transparent}.hrow::-webkit-scrollbar-thumb{background:#00000040;border-radius:999px}.hrow::-webkit-scrollbar-thumb:hover{background:#00000059}}@media (max-width: 899px){.cat-row .cat-card{width:140px;padding:14px 8px;grid-template-rows:52px auto}.cat-emoji{--cat-icon-size: 52px;font-size:26px}.hero-card{width:210px;height:140px}.wide-card{width:224px;height:140px}.all-card{height:160px}}.course-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.course-mobile{width:100%;max-width:430px;box-sizing:border-box;position:relative;padding:40px 8px 24px}@media (min-width: 900px){.course-mobile{max-width:520px}}.course-back{position:absolute;top:0;left:8px;z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#22313f;padding:0}@media (min-width: 900px){.course-back{left:12px}}.chev-left{position:relative;display:block;width:22px;height:22px}.chev-left:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translate(-50%,-50%) rotate(45deg)}.course-hero{width:100%;height:200px;margin-top:24px;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;position:relative}.course-hero.skeleton{background:#f1f1f1}.course-hero-img{width:100%;height:100%;object-fit:cover;display:block}.course-content{padding:16px 8px;box-sizing:border-box}.course-badge{display:inline-block;background:#222;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:10px}.course-title{font-size:26px;font-weight:800;color:#222;line-height:1.2;margin:4px 0 10px}.course-desc{color:#444;font-size:16px;line-height:1.5}.reviewer{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:12px;margin-top:14px}.rev-avatar{width:40px;height:40px;border-radius:50%;background:#f4f4f4;display:grid;place-items:center;font-size:18px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.rev-texts .rev-line{font-weight:600;color:#333}.rev-name{color:#19b071;text-decoration:none}.rev-name:hover{text-decoration:underline}.rev-role{font-size:13px;color:#666;margin-top:2px}.divider{height:1px;background:#eee;margin:16px 0 8px}.lessons-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:8px}.lesson-list{margin:0}.lesson-row{display:grid;grid-template-columns:48px 1fr 10px;align-items:center;gap:12px;padding:12px 4px 12px 0;border-bottom:1px solid #eee;cursor:default}.lesson-row:last-child{border-bottom:0}.lesson-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef3ff;font-size:22px;border:1px solid rgba(0,0,0,.04);margin-left:4px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;overflow:hidden}.lesson-icon.has-img{background:#fff;border:1px solid rgba(0,0,0,.04);padding:0}.lesson-img{width:100%;height:100%;object-fit:cover;display:block}.lesson-main{min-width:0}.lesson-title{font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lesson-meta{font-size:13px;color:#777;margin-top:2px}.course-cta{position:fixed;left:0;right:0;bottom:0;z-index:1000;max-width:520px;margin:0 auto;padding:0 16px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box}.cta-button{width:100%;border:0;border-radius:14px;padding:16px 18px;font-size:18px;font-weight:800;color:#fff;background:#19b071;box-shadow:0 8px 22px #19b07159;cursor:pointer}.cta-button:hover{background:#179a64}.skeleton.block{background:linear-gradient(90deg,#f1f1f1 25%,#f7f7f7 37%,#f1f1f1 63%);background-size:400% 100%;animation:shimmer 1.2s infinite;border-radius:8px}.lsn-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.lsn-mobile{width:100%;max-width:430px;box-sizing:border-box;position:relative;padding:40px 8px 24px}@media (min-width: 900px){.lsn-mobile{max-width:520px}}.lsn-back{position:absolute;top:0;left:8px;z-index:2000;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#22313f;padding:0}.lsn-back .chev-left,.arrow .chev-left,.arrow .chev-right{position:relative;display:block;width:22px;height:22px}.chev-left:before,.chev-right:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translate(-50%,-50%) rotate(45deg)}.chev-right:before{transform:translate(-50%,-50%) rotate(-135deg)}:root{--lsn-hero-h: 220px}.lsn-hero{width:100%;height:var(--lsn-hero-h);background:#eee;margin-top:24px;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;position:relative}.lsn-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lsn-progress{position:absolute;top:8px;left:8px;right:8px;display:flex;gap:6px;z-index:10}.lsn-progress .seg{height:4px;background:#ffffff73;border-radius:99px;flex:1 0 auto;transition:background .2s ease}.lsn-progress .seg.done{background:#fff}.tap-left,.tap-right{position:absolute;top:0;height:100%;width:50%;background:transparent;border:0;padding:0;cursor:pointer;z-index:5}.tap-left{left:0}.tap-right{right:0}.lsn-arrows{position:absolute;inset:0;z-index:15;pointer-events:none}.lsn-arrows .arrow{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;width:44px;height:44px;border:none;border-radius:999px;background:#f3f3f3f2;box-shadow:0 1px 3px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#22313f}.lsn-arrows .arrow.left{left:6px}.lsn-arrows .arrow.right{right:6px}.lsn-body{padding:16px 8px;box-sizing:border-box}.lsn-header{margin-bottom:10px}.lsn-badge{display:inline-block;background:#222;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:8px}.lsn-title{font-size:22px;font-weight:800;color:#222;margin:4px 0 6px}.lsn-meta{color:#666;font-size:14px}.lsn-content{background:#fff;border-radius:12px;padding:14px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.lsn-p{font-size:15px;color:#333;line-height:1.6;margin:0 0 10px}.lsn-p:last-child{margin-bottom:0}.lsn-finish-overlay{position:fixed;inset:0;background:#00000059;z-index:2000;animation:fadeIn .2s ease}.lsn-finish{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);background:#fff;border-radius:16px;padding:20px 18px;width:min(92vw,420px);box-shadow:0 10px 30px #0003,0 4px 10px #0000001a;z-index:2100;text-align:center;animation:popIn .22s ease forwards}.lsn-finish h3{margin:8px 0 6px;font-size:22px;font-weight:800;color:#222}.lsn-finish p{margin:0 0 14px;color:#555}.finish-btn{border:0;border-radius:12px;background:#19b071;color:#fff;font-weight:700;padding:12px 16px;width:100%;cursor:pointer;box-shadow:0 8px 22px #19b07159}.finish-btn:hover{background:#159a61}.confetti{font-size:30px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}.skeleton{background:linear-gradient(90deg,#f1f1f1 25%,#f7f7f7 37%,#f1f1f1 63%);background-size:400% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.fade-in{animation:contentFade .18s ease}@keyframes contentFade{0%{opacity:.6;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{to{transform:translate(-50%,-50%) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fasting-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.fasting-mobile{width:100%;max-width:430px;box-sizing:border-box;padding:0 8px 24px}@media (min-width: 900px){.fasting-mobile{max-width:520px}}.fasting-heading{font-size:28px;font-weight:800;color:#222;margin:8px 0 16px}.fast-card{background:#fff;border-radius:16px;padding:18px 12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.fast-plate{height:220px;display:grid;place-items:center;position:relative}.fast-ring{width:200px;height:200px;border-radius:50%;box-shadow:inset 0 8px 18px #0000000f}.fast-time{position:absolute;text-align:center;font-size:16px;font-weight:700;color:#666}.fast-time.active{font-size:28px;color:#22313f;text-shadow:0 1px 0 rgba(255,255,255,.7)}.fast-cta{margin-top:16px}.fast-btn{width:100%;border:none;border-radius:12px;padding:16px;font-size:18px;font-weight:800;background:#19b071;color:#fff;box-shadow:0 8px 22px #19b07159;cursor:pointer}.fast-btn:hover{background:#179a64}.fast-btn.is-active{background:#dfeee8;color:#159a61;cursor:default;box-shadow:none}.end-btn{width:100%;margin-top:10px;border:1px solid #ffd7d1;border-radius:12px;background:#fff5f4;padding:12px 14px;font-weight:800;font-size:16px;color:#b23a2b;cursor:pointer;box-shadow:0 1px 2px #00000005}.end-btn:hover{background:#ffecea;border-color:#ffc9c2}.end-btn:active{transform:translateY(1px)}.fast-plan{margin-top:10px}.plan-btn{width:100%;border:1px solid #e3e3e3;border-radius:12px;background:#fff;padding:12px 14px;font-weight:600;color:#333;cursor:pointer}.plan-btn.plan-selected{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #cde8dd;background:#f6fdfb;border-radius:12px;padding:14px;text-align:left}.plan-radio{width:18px;height:18px;border:2px solid #19b071;border-radius:50%;flex-shrink:0;position:relative;margin-right:10px}.plan-radio.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#19b071}.plan-texts{display:flex;flex-direction:column;align-items:flex-start}.plan-ratio{font-weight:700;color:#22313f;font-size:15px}.plan-sub{font-size:13px;color:#666}.plan-change{font-size:13px;font-weight:600;color:#19b071;margin-left:auto}.fast-times{margin-top:14px;background:#eefaf5;border-radius:12px;padding:12px;border:1px solid rgba(0,0,0,.04)}.fast-times .row{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:12px;padding:6px 2px}.fast-times-label{color:#47605a;font-weight:600;white-space:nowrap}.fast-times-value{color:#22313f;font-weight:700;justify-self:end;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fast-tips{margin-top:18px;background:#fff;border-radius:16px;padding:16px 14px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.tips-title{font-size:18px;font-weight:700;color:#222;margin-bottom:10px}.tips-list{margin:0;padding:0;list-style:none;color:#333;line-height:1.6}.tips-list li{position:relative;padding-left:28px;margin-bottom:8px}.tips-list li:before{content:"✔";position:absolute;left:0;top:.1em;color:#19b071;font-weight:800;font-size:16px}.fast-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:2000}.fast-overlay.show{opacity:1;pointer-events:auto}.fast-sheet{position:fixed;left:0;right:0;bottom:0;transform:translateY(100%);transition:transform .22s ease;z-index:2100}.fast-sheet.open{transform:translateY(0)}.fast-panel{margin:0 auto;width:100%;max-width:520px;border-top-left-radius:16px;border-top-right-radius:16px;background:#fff;box-shadow:0 -10px 30px #0000002e;overflow:hidden}.fast-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.fast-title{font-weight:800;color:#22313f;font-size:16px}.fast-close{width:34px;height:34px;border-radius:50%;border:none;background:#f3f3f3;cursor:pointer;display:grid;place-items:center}.xbar{display:block;width:14px;height:2px;background:#333;transform:rotate(45deg)}.xbar+.xbar{transform:rotate(-45deg);margin-top:-2px}.fast-body{padding:20px}.fast-label{font-size:13px;color:#666;font-weight:600;margin:14px 0 6px}.fast-input{width:100%;height:42px;border-radius:10px;border:1px solid #e6e6e6;background:#fafafa;padding:0 12px;font-size:15px;color:#222;outline:none;margin-bottom:6px}.fast-input:focus{background:#fff;border-color:#dcdcdc;box-shadow:0 0 0 3px #19b0711f}.fast-footer{padding:16px 20px 20px;border-top:1px solid #f0f0f0}.fast-confirm{width:100%;border:none;border-radius:12px;background:#dfeee8;color:#9bbfb0;font-weight:800;font-size:16px;padding:14px;cursor:not-allowed}.fast-confirm.enabled{background:#19b071;color:#fff;cursor:pointer;box-shadow:0 8px 22px #19b07159}.fast-confirm.enabled:hover{background:#179a64}:root{--fpm-accent: #19b071;--fpm-border: #e3e3e3;--fpm-muted: #777;--fpm-card-bg: #fff;--fpm-card-border: #d9d9d9;--fpm-card-shadow: 0 1px 2px rgba(0,0,0,.04), 0 6px 14px rgba(0,0,0,.07);--fpm-sel-bg: #fff7e6;--fpm-sel-border: #f2c14e;--fpm-footer-bg: #ffffffcc;--fpm-safe-bottom: env(safe-area-inset-bottom, 0px)}.fpm-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:3100}.fpm-overlay.show{opacity:1;pointer-events:auto}.fpm-sheet{position:fixed;left:0;right:0;bottom:0;max-width:520px;width:100%;margin:0 auto;padding:0 8px 8px;box-sizing:border-box;z-index:3200;transform:translateY(100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);pointer-events:none}.fpm-sheet.open{transform:translateY(0)}.fpm-panel{background:#fff;border-radius:16px 16px 12px 12px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;overflow:hidden;pointer-events:auto;display:grid;grid-template-rows:auto 1fr auto;max-height:calc(100vh - 80px)}.fpm-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:10px 8px;border-bottom:1px solid #eee}.fpm-title{justify-self:center;font-weight:800;color:#222;font-size:18px}.fpm-icon-btn{width:36px;height:36px;border-radius:10px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;transition:background .18s ease,transform .12s ease,color .18s ease;color:#555}.fpm-icon-btn:hover{background:#f6f6f6}.fpm-icon-btn:active{transform:translateY(1px)}.fpm-icon-btn .fpm-xbar{position:absolute;width:16px;height:2px;background:currentColor}.fpm-icon-btn .fpm-xbar:first-child{transform:rotate(45deg)}.fpm-icon-btn .fpm-xbar:last-child{transform:rotate(-45deg)}.fpm-body{padding:8px 12px 12px;overflow:auto}.fpm-section+.fpm-section{margin-top:12px}.fpm-section-title{font-weight:800;color:#2a2a2a;margin:8px 6px 10px;font-size:18px}.fpm-cards{display:grid;gap:10px}.fpm-card{width:100%;text-align:left;background:var(--fpm-card-bg);border:1px solid var(--fpm-card-border);border-radius:14px;box-shadow:var(--fpm-card-shadow);padding:12px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:10px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .12s ease}.fpm-card:active{transform:translateY(1px)}.fpm-card.selected{background:var(--fpm-sel-bg);border-color:var(--fpm-sel-border);box-shadow:0 2px 6px #f2c14e47,0 1px 2px #0000000a}.fpm-radio{width:20px;height:20px;border-radius:999px;border:2px solid #bdbdbd;background:#fff;display:inline-block;position:relative}.fpm-radio.on{border-color:#f2c14e;box-shadow:0 0 0 3px #f2c14e2e}.fpm-radio.on:after{content:"";position:absolute;inset:4px;border-radius:999px;background:#f2c14e}.fpm-card-texts{display:grid;gap:2px}.fpm-ratio{font-weight:800;font-size:22px;color:#1e1e1e}.fpm-sub{color:#7a7a7a;font-size:14px}.fpm-footer{position:sticky;bottom:0;padding:10px 12px calc(10px + var(--fpm-safe-bottom));background:var(--fpm-footer-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #eee}.fpm-confirm{width:100%;border:none;border-radius:12px;padding:14px;font-weight:800;font-size:16px;background:#e1f2ec;color:#97b8ab;cursor:not-allowed}.fpm-confirm.enabled{background:var(--fpm-accent);color:#fff;cursor:pointer;box-shadow:0 8px 22px #19b07159}.fpm-confirm.enabled:hover{filter:brightness(.96)}@media (min-width: 900px){.fpm-sheet{max-width:520px}}.me-wrapper{background:#fff;min-height:100vh;display:flex;justify-content:center;padding:20px}.me-mobile{width:100%;max-width:430px;padding:8px 8px 32px;box-sizing:border-box}.me-header{display:flex;align-items:center;justify-content:flex-start;padding:0 4px 8px}.me-title{margin:0;font-size:28px;font-weight:800;color:#22313f}.me-card{background:#fff;border-radius:12px;padding:16px;margin-top:14px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;border:1px solid rgba(0,0,0,.04);box-sizing:border-box}.card-divider{height:1px;background:#eee;margin:10px -4px 14px;border-radius:1px}.goals-head,.progress-head,.bmi-head{display:flex;align-items:center;gap:8px;font-weight:700;color:#22313f;margin-bottom:12px}.goals-dot,.progress-dot,.bmi-dot{width:22px;height:22px;display:grid;place-items:center;background:#fff;border-radius:999px;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014;font-size:13px}.goals-label,.progress-label,.bmi-label{font-size:16px;font-weight:700}.chevron{margin-left:auto;width:7px;height:7px;border-top:2px solid #999;border-right:2px solid #999;transform:rotate(45deg)}.goals-body{display:flex;align-items:center;gap:12px;background:#f7fafc;border-radius:12px;padding:14px}.goals-left{flex:1}.goals-sub{font-size:13px;color:#777;margin-bottom:2px}.goals-value{font-size:28px;font-weight:800;color:#22313f}.goals-medal{width:72px;height:72px;display:grid;place-items:center}.medal-ring{width:72px;height:72px;border-radius:999px;background:radial-gradient(closest-side,#ffe7d3 65%,transparent 66%) padding-box,radial-gradient(closest-side,#5aa6df 75%,#2f78bf 76%) border-box;border:7px solid transparent;display:grid;place-items:center}.trophy{font-size:26px}.goals-progress{margin-top:12px}.goals-meta{font-size:14px;color:#555;margin-bottom:8px}.progress-bar{width:100%;height:8px;background:#e6eef7;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#3c89cf;border-radius:999px}.primary-btn{margin-top:14px;width:100%;background:#19b071;color:#fff;font-weight:700;font-size:16px;padding:14px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:background .2s ease}.primary-btn:hover{background:#159a61}.segmented{margin-top:6px;display:grid;grid-template-columns:repeat(3,1fr);background:#f3f3f3;border-radius:12px;padding:4px;gap:4px}.seg-btn{height:36px;border-radius:10px;border:none;background:transparent;font-weight:600;color:#555;cursor:pointer}.seg-btn.active{background:#fff;color:#22313f;box-shadow:0 1px 2px #0000000a,0 6px 14px #0000001a,0 18px 40px #00000014}.progress-range{margin-top:12px;font-size:13px;color:#777}.progress-change{margin-top:6px;font-size:28px;font-weight:800;color:#22313f}.chart-placeholder{margin-top:12px;height:110px;border-radius:10px;background:repeating-linear-gradient(90deg,#f5f5f5 0px 8px,#fafafa 8px 16px);border:1px solid #eee}.progress-stats{display:flex;justify-content:space-between;background:#f7fafc;border-radius:12px;padding:12px 16px;margin-top:14px}.stat-label{font-size:13px;color:#777}.stat-value{font-weight:700;font-size:15px;color:#22313f}.bmi-value{font-size:28px;font-weight:800;color:#22313f}.bmi-status{margin-top:4px;font-size:14px;color:#555}.bmi-card .card-divider{margin:12px 0 14px}.bmi-bar{position:relative;height:10px;border-radius:999px;overflow:hidden;background:linear-gradient(90deg,#9ad5ff,#b7f0d8 20%,#e9f7c0,#ffe38d 50%,#ffcc80 70%,#ffa3a3);box-shadow:inset 0 0 0 1px #0000000a}.bmi-indicator{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:999px;background:#ffb65c;border:3px solid #fff;box-shadow:0 1px 4px #0000002e}.bmi-scale-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:13px;color:#777}@media (min-width: 900px){.me-mobile{max-width:520px}}.toast{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom));transform:translate(-50%,20px);opacity:0;pointer-events:none;display:inline-flex;align-items:center;gap:10px;background:#111;color:#fff;padding:10px 14px;border-radius:999px;box-shadow:0 8px 24px #00000040;font-size:14px;font-weight:700;transition:transform .25s ease,opacity .25s ease;z-index:3000}.toast.show{opacity:1;transform:translate(-50%)}.toast-check{display:inline-grid;place-items:center;width:20px;height:20px;background:#19b071;color:#fff;border-radius:50%;font-weight:900;line-height:1}.toast-text{white-space:nowrap}
