.hc-fab{-webkit-transition:background .22s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .22s ease!important;transition:background .22s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .22s ease!important;transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .22s ease,box-shadow .22s ease!important;transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .22s ease,box-shadow .22s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .22s ease!important;will-change:transform}.hc-fab:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.hc-fab:active{-webkit-transform:scale(.92);transform:scale(.92)}.hc-fab--open{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.hc-icon-swap-enter-active{-webkit-transition:opacity .14s ease,-webkit-transform .14s cubic-bezier(.34,1.56,.64,1);transition:opacity .14s ease,-webkit-transform .14s cubic-bezier(.34,1.56,.64,1);transition:opacity .14s ease,transform .14s cubic-bezier(.34,1.56,.64,1);transition:opacity .14s ease,transform .14s cubic-bezier(.34,1.56,.64,1),-webkit-transform .14s cubic-bezier(.34,1.56,.64,1)}.hc-icon-swap-leave-active{-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,transform .1s ease;transition:opacity .1s ease,transform .1s ease,-webkit-transform .1s ease}.hc-icon-swap-enter{opacity:0;-webkit-transform:scale(.6) rotate(-30deg);transform:scale(.6) rotate(-30deg)}.hc-icon-swap-leave-to{opacity:0;-webkit-transform:scale(.6) rotate(30deg);transform:scale(.6) rotate(30deg)}.hc-popover{position:fixed;bottom:92px;right:20px;z-index:499;width:320px;border-radius:22px;overflow:hidden;background:transparent}@media (min-width:640px){.hc-popover{width:340px}}.hc-popover-bg{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(160deg,#0f1e12,#0c1a14 50%,#081210);z-index:0}.hc-popover-edge{position:absolute;inset:0;border-radius:inherit;border:1px solid hsla(0,0%,100%,.09);z-index:3;pointer-events:none}.hc-popover-glow-top{top:-30px;left:20%;width:60%;height:80px;background:radial-gradient(ellipse,rgba(107,143,113,.18) 0,transparent 70%)}.hc-popover-glow-bottom,.hc-popover-glow-top{position:absolute;pointer-events:none;z-index:1}.hc-popover-glow-bottom{bottom:-20px;right:10%;width:50%;height:60px;background:radial-gradient(ellipse,rgba(212,168,67,.08) 0,transparent 70%)}.hc-popover-inner{position:relative;z-index:2;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none}.hc-popover-inner::-webkit-scrollbar{display:none}.hc-popover{-webkit-box-shadow:0 24px 56px rgba(0,0,0,.52),0 8px 24px rgba(0,0,0,.32),0 2px 6px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.07);box-shadow:0 24px 56px rgba(0,0,0,.52),0 8px 24px rgba(0,0,0,.32),0 2px 6px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.07)}.hc-popover-enter-active{-webkit-animation:hc-pop-in .32s cubic-bezier(.175,.885,.32,1.1) both;animation:hc-pop-in .32s cubic-bezier(.175,.885,.32,1.1) both}.hc-popover-enter-active,.hc-popover-leave-active{-webkit-transform-origin:bottom right;transform-origin:bottom right}.hc-popover-leave-active{-webkit-animation:hc-pop-out .18s cubic-bezier(.4,0,1,1) both;animation:hc-pop-out .18s cubic-bezier(.4,0,1,1) both}@-webkit-keyframes hc-pop-in{0%{opacity:0;-webkit-transform:scale(.88) translateY(10px);transform:scale(.88) translateY(10px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes hc-pop-in{0%{opacity:0;-webkit-transform:scale(.88) translateY(10px);transform:scale(.88) translateY(10px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes hc-pop-out{0%{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{opacity:0;-webkit-transform:scale(.92) translateY(6px);transform:scale(.92) translateY(6px)}}@keyframes hc-pop-out{0%{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{opacity:0;-webkit-transform:scale(.92) translateY(6px);transform:scale(.92) translateY(6px)}}.hc-pop-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:16px 18px 12px}.hc-pop-header-dot{width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,rgba(168,197,172,.9) 0,rgba(107,143,113,.7) 100%);-webkit-box-shadow:0 0 6px rgba(168,197,172,.45);box-shadow:0 0 6px rgba(168,197,172,.45);-ms-flex-negative:0;flex-shrink:0}.hc-pop-header-label{font-size:10px;font-weight:700;color:rgba(168,197,172,.55);text-transform:uppercase;letter-spacing:.14em;line-height:1}.hc-pop-divider{height:1px;margin:0 18px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(30%,hsla(0,0%,100%,.07)),color-stop(70%,hsla(0,0%,100%,.07)),to(transparent));background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.07) 30%,hsla(0,0%,100%,.07) 70%,transparent)}.hc-subpicker-accordion{overflow:hidden;max-height:0;-webkit-transition:max-height .22s cubic-bezier(.4,0,.2,1),opacity .18s ease;transition:max-height .22s cubic-bezier(.4,0,.2,1),opacity .18s ease;opacity:0}.hc-subpicker-accordion--open{max-height:120px;opacity:1}.hc-subpicker-accordion-inner{padding:4px 14px 12px;border-top:1px solid hsla(0,0%,100%,.05);margin:0 8px}.hc-subpicker-row{gap:4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hc-sub-pill,.hc-subpicker-row{display:-webkit-box;display:-ms-flexbox;display:flex}.hc-sub-pill{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:8px 4px;background:transparent;border:none;cursor:pointer;border-radius:12px;-webkit-transition:background .15s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1);transition:background .15s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1);transition:background .15s ease,transform .18s cubic-bezier(.34,1.56,.64,1);transition:background .15s ease,transform .18s cubic-bezier(.34,1.56,.64,1),-webkit-transform .18s cubic-bezier(.34,1.56,.64,1)}.hc-sub-pill:hover{background:hsla(0,0%,100%,.06);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.hc-sub-pill:active{-webkit-transform:scale(.94);transform:scale(.94)}.hc-sub-pill-icon{width:34px;height:34px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:hsla(0,0%,100%,.88);border:1px solid hsla(0,0%,100%,.1);-ms-flex-negative:0;flex-shrink:0}.hc-sub-pill-label{font-size:9px;font-weight:600;color:hsla(0,0%,100%,.45);letter-spacing:.02em;white-space:nowrap}.hc-action-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6px 0 10px}.hc-action-list,.hc-action-row{display:-webkit-box;display:-ms-flexbox;display:flex}.hc-action-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:9px 18px;border:none;cursor:pointer;text-align:left;border-radius:0;position:relative}.hc-action-row,.hc-action-row:before{background:transparent;-webkit-transition:background .14s ease;transition:background .14s ease}.hc-action-row:before{content:"";position:absolute;inset:2px 8px;border-radius:10px;z-index:0}.hc-action-row:hover:before{background:hsla(0,0%,100%,.055)}.hc-action-row:active:before{background:hsla(0,0%,100%,.04)}.hc-action-row--active:before{background:rgba(107,143,113,.1)}.hc-row-icon-wrap{width:32px;height:32px;border-radius:9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.88);position:relative;z-index:1;-webkit-transition:-webkit-transform .18s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .18s ease;transition:-webkit-transform .18s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .18s ease;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .18s ease}.hc-action-row:hover .hc-row-icon-wrap{-webkit-transform:scale(1.06);transform:scale(1.06);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.22);box-shadow:0 4px 12px rgba(0,0,0,.22)}.hc-action-row:active .hc-row-icon-wrap{-webkit-transform:scale(.94);transform:scale(.94)}.hc-row-label{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.82);letter-spacing:-.01em;line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;z-index:1;white-space:normal;word-break:break-word}.hc-action-row:hover .hc-row-label{color:hsla(0,0%,100%,.96)}.hc-row-chevron{color:hsla(0,0%,100%,.28);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:1;-webkit-transition:color .14s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1);transition:color .14s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1);transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .14s ease;transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .14s ease,-webkit-transform .22s cubic-bezier(.34,1.56,.64,1)}.hc-row-chevron--open{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:rgba(168,197,172,.65)}.coaching-platform-root,.health-coaching-platform-root{--color-sage:#6b8f71;--color-sage-light:#a8c5ac;--color-sage-dark:#4a6e50;--color-warm:#f5ecd7;--color-warm-mid:#edd9b0;--color-terracotta:#c8604a;--color-terracotta-light:#e8907e;--color-gold:#d4a843;--color-gold-light:#f0c96a;--color-ink:#1c2b1e;--color-muted:#6b7b6e;--color-surface:#fafaf8;--color-card:#fff;--color-border:#e8ede9;max-width:100%;overflow-x:hidden;background:var(--color-surface)}.health-coaching-platform-root *,.health-coaching-platform-root :after,.health-coaching-platform-root :before{-webkit-box-sizing:border-box;box-sizing:border-box}.health-coaching-platform-root a{color:inherit;text-decoration:none}.health-coaching-platform-root ::-webkit-scrollbar{width:6px}.health-coaching-platform-root ::-webkit-scrollbar-track{background:transparent}.health-coaching-platform-root ::-webkit-scrollbar-thumb{background:var(--color-sage-light);border-radius:3px}.health-coaching-platform-root :focus:not(:focus-visible){outline:none}.health-coaching-platform-root :focus-visible{outline:2px solid var(--color-sage);outline-offset:2px;border-radius:4px}.health-coaching-platform-root a,.health-coaching-platform-root button{-webkit-tap-highlight-color:transparent}@media (min-width:1280px){.health-coaching-platform-root .dt-container{max-width:1200px;margin:0 auto;padding:0 40px}.health-coaching-platform-root .dt-hero{height:420px!important}.health-coaching-platform-root .dt-hero-content{padding:40px 56px 44px!important}.health-coaching-platform-root .dt-2col{display:grid!important;grid-template-columns:1fr 1fr;gap:24px}.health-coaching-platform-root .dt-col-65-35{display:grid!important;grid-template-columns:65fr 35fr;gap:28px}.health-coaching-platform-root .dt-col-60-40{display:grid!important;grid-template-columns:60fr 40fr;gap:28px}.health-coaching-platform-root .dt-section{padding:40px 40px 0!important}.health-coaching-platform-root .dt-section-inner{max-width:1200px;margin:0 auto}.health-coaching-platform-root .dt-only{display:block!important}.health-coaching-platform-root .dt-flex-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.health-coaching-platform-root .dt-grid-3{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px}.health-coaching-platform-root .dt-card-row{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.health-coaching-platform-root .dt-metric-row{display:grid!important;grid-template-columns:repeat(3,1fr);gap:16px;overflow:visible!important}.health-coaching-platform-root .dt-metric-row>*{min-width:unset!important;width:unset!important;-webkit-box-flex:unset!important;-ms-flex:unset!important;flex:unset!important}.health-coaching-platform-root .dt-h1{font-size:40px!important;letter-spacing:-.035em!important}.health-coaching-platform-root .dt-h2{font-size:26px!important}.health-coaching-platform-root .dt-workflow-grid{grid-template-columns:repeat(3,1fr)!important}.health-coaching-platform-root .dt-story-grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px;overflow:visible!important}.health-coaching-platform-root .dt-story-grid>*{width:unset!important;-ms-flex-negative:unset!important;flex-shrink:unset!important}.health-coaching-platform-root .dt-article-row{display:grid!important;grid-template-columns:repeat(3,1fr);gap:20px;overflow:visible!important}.health-coaching-platform-root .dt-article-row>*{width:unset!important}.health-coaching-platform-root .dt-focus-carousel{display:grid!important;grid-template-columns:repeat(5,1fr);gap:14px;overflow:visible!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.health-coaching-platform-root .dt-focus-carousel>*{width:unset!important;-ms-flex-negative:unset!important;flex-shrink:unset!important}}@media (min-width:1600px){.health-coaching-platform-root .dt-container{max-width:1400px;padding:0 48px}.health-coaching-platform-root .dt-hero{height:480px!important}.health-coaching-platform-root .dt-section{padding:48px 48px 0!important}}.health-coaching-platform-root .fade-enter-active,.health-coaching-platform-root .fade-leave-active{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.health-coaching-platform-root .fade-enter,.health-coaching-platform-root .fade-leave-to{opacity:0}.health-coaching-platform-root .slide-up-enter-active{-webkit-transition:opacity .28s ease,-webkit-transform .42s cubic-bezier(.22,1.2,.36,1);transition:opacity .28s ease,-webkit-transform .42s cubic-bezier(.22,1.2,.36,1);transition:transform .42s cubic-bezier(.22,1.2,.36,1),opacity .28s ease;transition:transform .42s cubic-bezier(.22,1.2,.36,1),opacity .28s ease,-webkit-transform .42s cubic-bezier(.22,1.2,.36,1)}.health-coaching-platform-root .slide-up-leave-active{-webkit-transition:opacity .22s ease,-webkit-transform .3s cubic-bezier(.4,0,1,1);transition:opacity .22s ease,-webkit-transform .3s cubic-bezier(.4,0,1,1);transition:transform .3s cubic-bezier(.4,0,1,1),opacity .22s ease;transition:transform .3s cubic-bezier(.4,0,1,1),opacity .22s ease,-webkit-transform .3s cubic-bezier(.4,0,1,1)}.health-coaching-platform-root .slide-up-enter,.health-coaching-platform-root .slide-up-leave-to{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}.health-coaching-platform-root .modal-scale-enter-active{-webkit-transition:opacity .22s ease,-webkit-transform .36s cubic-bezier(.22,1.15,.36,1);transition:opacity .22s ease,-webkit-transform .36s cubic-bezier(.22,1.15,.36,1);transition:opacity .22s ease,transform .36s cubic-bezier(.22,1.15,.36,1);transition:opacity .22s ease,transform .36s cubic-bezier(.22,1.15,.36,1),-webkit-transform .36s cubic-bezier(.22,1.15,.36,1)}.health-coaching-platform-root .modal-scale-leave-active{-webkit-transition:opacity .22s ease,-webkit-transform .22s cubic-bezier(.4,0,1,1);transition:opacity .22s ease,-webkit-transform .22s cubic-bezier(.4,0,1,1);transition:opacity .22s ease,transform .22s cubic-bezier(.4,0,1,1);transition:opacity .22s ease,transform .22s cubic-bezier(.4,0,1,1),-webkit-transform .22s cubic-bezier(.4,0,1,1)}.health-coaching-platform-root .modal-scale-enter,.health-coaching-platform-root .modal-scale-leave-to{opacity:0;-webkit-transform:scale(.96);transform:scale(.96)}.coaching-platform-root,.health-coaching-platform-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:var(--color-ink)}.health-coaching-platform-root.health-coaching-platform-onboarding{color:rgba(255,248,235,.88)}.health-coaching-platform-root h1,.health-coaching-platform-root h2,.health-coaching-platform-root h3,.health-coaching-platform-root h4,.health-coaching-platform-root h5,.health-coaching-platform-root h6,.health-coaching-platform-root p{margin-top:0;margin-bottom:0}.health-coaching-platform-root .h1,.health-coaching-platform-root .h2,.health-coaching-platform-root .h3,.health-coaching-platform-root .h4,.health-coaching-platform-root .h5,.health-coaching-platform-root .h6,.health-coaching-platform-root h1,.health-coaching-platform-root h2,.health-coaching-platform-root h3,.health-coaching-platform-root h4,.health-coaching-platform-root h5,.health-coaching-platform-root h6{font-family:inherit}.health-coaching-platform-root h1:not([class]),.health-coaching-platform-root h2:not([class]),.health-coaching-platform-root h3:not([class]),.health-coaching-platform-root h4:not([class]),.health-coaching-platform-root h5:not([class]),.health-coaching-platform-root h6:not([class]),.health-coaching-platform-root p:not([class]){font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;text-transform:none}.health-coaching-platform-root p:not([class]){font-family:inherit}.health-coaching-platform-root a:not([class]),.health-coaching-platform-root a:not([class]):active,.health-coaching-platform-root a:not([class]):focus,.health-coaching-platform-root a:not([class]):hover,.health-coaching-platform-root a:not([class]):visited{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-decoration:none}.health-coaching-platform-root [type=button]:not([class]),.health-coaching-platform-root [type=reset]:not([class]),.health-coaching-platform-root [type=submit]:not([class]),.health-coaching-platform-root button:not([class]){font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-transform:none;text-align:inherit;color:inherit}.health-coaching-platform-root input:not([class]),.health-coaching-platform-root select:not([class]),.health-coaching-platform-root textarea:not([class]){font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.health-coaching-platform-root input:not([class]):focus,.health-coaching-platform-root select:not([class]):focus,.health-coaching-platform-root textarea:not([class]):focus{color:inherit;border-color:inherit;outline:none}.health-coaching-platform-root input:focus,.health-coaching-platform-root textarea:focus{color:inherit!important}.coaching-platform-root .theme--light.v-application,.coaching-platform-root .v-application,.coaching-platform-root .v-application--wrap,.health-coaching-platform-root .theme--light.v-application,.health-coaching-platform-root .v-application,.health-coaching-platform-root .v-application--wrap{background:transparent;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}html.health-coaching-platform-route-active{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}html.health-coaching-platform-route-active body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:visible}.coaching-platform-root,.health-coaching-platform-root{display:block;width:100%;min-height:100vh;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.coaching-platform-root .site,.health-coaching-platform-root .site{width:100%}.coaching-platform-root .card,.health-coaching-platform-root .card{position:static;display:block;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-orient:initial;-webkit-box-direction:initial;-ms-flex-direction:initial;flex-direction:row;min-width:0;word-wrap:normal;background-color:transparent;background-clip:border-box;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.coaching-platform-root .card-body,.coaching-platform-root .card-footer,.coaching-platform-root .card-header,.health-coaching-platform-root .card-body,.health-coaching-platform-root .card-footer,.health-coaching-platform-root .card-header{padding:0;background:transparent;border:none}.coaching-platform-root .container,.coaching-platform-root .container-fluid,.coaching-platform-root .container-lg,.coaching-platform-root .container-md,.coaching-platform-root .container-sm,.coaching-platform-root .container-xl,.health-coaching-platform-root .container,.health-coaching-platform-root .container-fluid,.health-coaching-platform-root .container-lg,.health-coaching-platform-root .container-md,.health-coaching-platform-root .container-sm,.health-coaching-platform-root .container-xl{width:auto;max-width:none;padding-left:0;padding-right:0;margin-left:0;margin-right:0;-webkit-box-flex:0;-ms-flex:none;flex:none}.coaching-platform-root .row,.health-coaching-platform-root .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0;margin-right:0}.coaching-platform-root .col,.coaching-platform-root [class*=col-],.health-coaching-platform-root .col,.health-coaching-platform-root [class*=col-]{position:static;width:auto;max-width:none;-webkit-box-flex:0;-ms-flex:none;flex:none;padding-left:0;padding-right:0}.coaching-platform-root .btn,.health-coaching-platform-root .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:inherit;vertical-align:inherit;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;border:none;padding:0;border-radius:0;-webkit-transition:none;transition:none;background:transparent;-webkit-box-shadow:none;box-shadow:none;text-transform:none}.coaching-platform-root .btn:active,.coaching-platform-root .btn:focus,.coaching-platform-root .btn:hover,.health-coaching-platform-root .btn:active,.health-coaching-platform-root .btn:focus,.health-coaching-platform-root .btn:hover{background:transparent;-webkit-box-shadow:none;box-shadow:none;color:inherit}.coaching-platform-root img,.health-coaching-platform-root img{height:auto;vertical-align:baseline}.coaching-platform-root svg,.health-coaching-platform-root svg{vertical-align:baseline;-ms-flex-negative:0;flex-shrink:0}.coaching-platform-root ol,.coaching-platform-root ul,.health-coaching-platform-root ol,.health-coaching-platform-root ul{margin:0;padding:0;list-style:none}.coaching-platform-root table,.health-coaching-platform-root table{border-collapse:collapse;width:auto}.coaching-platform-root section,.health-coaching-platform-root section{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.coaching-platform-root .fade-enter-active,.coaching-platform-root .fade-leave-active,.health-coaching-platform-root .fade-enter-active,.health-coaching-platform-root .fade-leave-active{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.coaching-platform-root .fade-enter,.coaching-platform-root .fade-leave-to,.health-coaching-platform-root .fade-enter,.health-coaching-platform-root .fade-leave-to{opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-fade-enter-active,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-fade-leave-active{-webkit-transition:opacity .42s ease-in-out;transition:opacity .42s ease-in-out}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-fade-enter,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-fade-leave-to{opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-check-pop-enter-active{-webkit-transition:opacity .15s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1);transition:opacity .15s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1);transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .15s ease;transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .15s ease,-webkit-transform .18s cubic-bezier(.34,1.56,.64,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-check-pop-leave-active{-webkit-transition:opacity .1s ease,-webkit-transform .12s ease;transition:opacity .1s ease,-webkit-transform .12s ease;transition:transform .12s ease,opacity .1s ease;transition:transform .12s ease,opacity .1s ease,-webkit-transform .12s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-check-pop-enter,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-check-pop-leave-to{-webkit-transform:scale(0);transform:scale(0);opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-enter-active,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-leave-active{-webkit-transition:opacity .28s ease,max-height .28s ease,margin-top .28s ease;transition:opacity .28s ease,max-height .28s ease,margin-top .28s ease;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-enter,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-leave-to{opacity:0;max-height:0;margin-top:0!important}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-enter-to,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-expand-leave{opacity:1;max-height:200px}@-webkit-keyframes obFadeUp{0%{opacity:0;-webkit-transform:translateY(14px);transform:translateY(14px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes obFadeUp{0%{opacity:0;-webkit-transform:translateY(14px);transform:translateY(14px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes obSlideIn{0%{opacity:0;-webkit-transform:translateX(-12px);transform:translateX(-12px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes obSlideIn{0%{opacity:0;-webkit-transform:translateX(-12px);transform:translateX(-12px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes obSpring{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}60%{-webkit-transform:scale(1.08);transform:scale(1.08)}80%{-webkit-transform:scale(.96);transform:scale(.96)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes obSpring{0%{opacity:0;-webkit-transform:scale(.6);transform:scale(.6)}60%{-webkit-transform:scale(1.08);transform:scale(1.08)}80%{-webkit-transform:scale(.96);transform:scale(.96)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes obPhotoReveal{0%{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes obPhotoReveal{0%{opacity:0;-webkit-transform:scale(1.05);transform:scale(1.05)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-anim-fade-up{opacity:0;-webkit-animation:obFadeUp .55s ease both;animation:obFadeUp .55s ease both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-anim-slide-in{opacity:0;-webkit-animation:obSlideIn .5s ease both;animation:obSlideIn .5s ease both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-anim-spring{opacity:0;-webkit-animation:obSpring .7s cubic-bezier(.34,1.56,.64,1) both;animation:obSpring .7s cubic-bezier(.34,1.56,.64,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-progress-bar{height:100%;background:-webkit-gradient(linear,left top,right top,from(#7a9e82),to(#b8d0bb));background:linear-gradient(90deg,#7a9e82,#b8d0bb);-webkit-transition:width .7s cubic-bezier(.4,0,.2,1);transition:width .7s cubic-bezier(.4,0,.2,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-back-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.11);border-radius:20px;padding:9px 15px;color:hsla(0,0%,100%,.62);font-size:13px;font-weight:600;cursor:pointer}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-back-btn:hover{background:hsla(0,0%,100%,.11)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-root{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(160deg,#071710,#0c1d11 55%,#152e1d);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-photo{position:absolute;inset:0;z-index:0;background-image:url(https://images.unsplash.com/photo-1490730141103-6cac27aaab94?auto=format&fit=crop&q=80&w=1400);background-size:cover;background-position:center 35%}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-photo-reveal{-webkit-animation:obPhotoReveal 2.2s cubic-bezier(.16,1,.3,1) both;animation:obPhotoReveal 2.2s cubic-bezier(.16,1,.3,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-gradient-text{color:#fff}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-eyebrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:rgba(212,168,67,.1);border:1px solid rgba(212,168,67,.2);border-radius:20px;padding:6px 14px;margin-bottom:36px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-headline{font-size:clamp(16px,5.5vw,72px);font-weight:700;color:#fff;letter-spacing:-.035em;line-height:1.06;margin-bottom:28px;text-shadow:0 2px 40px rgba(0,0,0,.55);text-align:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s1-sub{font-size:clamp(14px,1.8vw,16px);color:rgba(255,248,235,.62);line-height:1.8;margin-bottom:52px;text-align:center;text-shadow:0 1px 16px rgba(0,0,0,.6);font-weight:400;letter-spacing:.01em}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-form-root{min-height:100vh;position:relative;background:transparent}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-ambient:before{content:"";position:absolute;top:-15%;right:-10%;width:60vw;height:60vw;max-width:700px;max-height:700px;border-radius:50%;background:radial-gradient(circle,rgba(107,143,113,.22) 0,transparent 65%)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-ambient:after{content:"";position:absolute;bottom:-10%;left:-8%;width:50vw;height:50vw;max-width:600px;max-height:600px;border-radius:50%;background:radial-gradient(circle,rgba(80,120,65,.15) 0,transparent 65%)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-eyebrow-green{font-size:11px;font-weight:700;color:#6b8f71;letter-spacing:.12em;text-transform:uppercase;margin-bottom:11px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-screen-title{font-size:clamp(26px,5vw,44px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:11px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-screen-sub{font-size:15px;color:hsla(0,0%,100%,.55);line-height:1.68}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-wrap{padding-top:36px;padding-bottom:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn{width:100%;max-width:500px;padding:18px 32px;background:linear-gradient(135deg,#7a9e82,#4a6e50);border:none;border-radius:16px;color:#fff;font-size:17px;font-weight:700;letter-spacing:-.01em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;cursor:pointer;-webkit-box-shadow:0 6px 28px rgba(107,143,113,.3),0 2px 8px rgba(0,0,0,.16);box-shadow:0 6px 28px rgba(107,143,113,.3),0 2px 8px rgba(0,0,0,.16);-webkit-transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease,-webkit-box-shadow .15s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn:hover{-webkit-transform:scale(1.012) translateY(-1px);transform:scale(1.012) translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn:active{-webkit-transform:scale(.978);transform:scale(.978)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn--disabled{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.2);-webkit-box-shadow:none;box-shadow:none;cursor:default}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn--disabled:hover{-webkit-transform:none;transform:none}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cta-btn--glow{-webkit-box-shadow:0 8px 36px rgba(107,143,113,.46),0 2px 8px rgba(0,0,0,.24);box-shadow:0 8px 36px rgba(107,143,113,.46),0 2px 8px rgba(0,0,0,.24)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:18px 22px;backdrop-filter:blur(10px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-label{font-size:10px;font-weight:700;color:rgba(168,197,172,.8);letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:9px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input{width:100%;background:transparent;border:none;outline:none;font-size:17px;font-weight:600;color:#fff;letter-spacing:-.01em;font-family:inherit}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-date-input{color-scheme:dark}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input::-moz-placeholder{color:hsla(0,0%,100%,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input:-ms-input-placeholder{color:hsla(0,0%,100%,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input::-ms-input-placeholder{color:hsla(0,0%,100%,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-card-input::placeholder{color:hsla(0,0%,100%,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-gender-btn{padding:8px 15px;border-radius:20px;font-size:13px;font-weight:600;border:1.5px solid rgba(255,248,225,.12);background:transparent;color:rgba(255,248,225,.5);cursor:pointer;-webkit-transition:all .18s ease;transition:all .18s ease;font-family:inherit;text-transform:capitalize}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-gender-btn--active{border-color:rgba(122,158,130,.75);background:rgba(122,158,130,.2);color:#b8d0bb;-webkit-box-shadow:0 0 12px rgba(107,143,113,.18);box-shadow:0 0 12px rgba(107,143,113,.18)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.12);-webkit-transition:background .22s ease,-webkit-box-shadow .22s ease;transition:background .22s ease,-webkit-box-shadow .22s ease;transition:background .22s ease,box-shadow .22s ease;transition:background .22s ease,box-shadow .22s ease,-webkit-box-shadow .22s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-dot--active{background:linear-gradient(135deg,#7a9e82,#b8d0bb);-webkit-box-shadow:0 0 10px rgba(107,143,113,.55);box-shadow:0 0 10px rgba(107,143,113,.55)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-category-label{font-size:10px;font-weight:700;color:rgba(210,168,67,.65);letter-spacing:.1em;text-transform:uppercase;margin-bottom:13px;padding-left:2px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-pill{padding:11px 18px;border-radius:24px;font-size:13px;font-weight:600;border:1.5px solid rgba(255,248,225,.1);background:rgba(255,250,238,.04);color:rgba(255,248,225,.58);cursor:pointer;-webkit-transition:all .16s ease;transition:all .16s ease;font-family:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-pill--selected{border-color:rgba(122,158,130,.8);background:linear-gradient(135deg,rgba(122,158,130,.28),rgba(74,110,80,.18));color:#c0d8c4;-webkit-box-shadow:0 0 22px rgba(107,143,113,.3),inset 0 1px 0 hsla(0,0%,100%,.06);box-shadow:0 0 22px rgba(107,143,113,.3),inset 0 1px 0 hsla(0,0%,100%,.06);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-pill--maxed{opacity:.4;cursor:default;color:rgba(255,248,225,.2)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-card{position:relative;background:rgba(255,250,238,.04);border:1.5px solid rgba(255,248,225,.09);border-radius:24px;padding:32px 30px 28px;cursor:pointer;-webkit-transition:background .22s ease,border-color .22s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:background .22s ease,border-color .22s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:background .22s ease,border-color .22s ease,transform .18s ease,box-shadow .18s ease;transition:background .22s ease,border-color .22s ease,transform .18s ease,box-shadow .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.16);box-shadow:0 4px 20px rgba(0,0,0,.16)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-card--selected{background:linear-gradient(148deg,rgba(122,158,130,.16),rgba(74,110,80,.1));border-color:rgba(122,158,130,.7);-webkit-box-shadow:0 0 40px rgba(107,143,113,.18),0 8px 32px rgba(0,0,0,.22);box-shadow:0 0 40px rgba(107,143,113,.18),0 8px 32px rgba(0,0,0,.22)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-checkmark{position:absolute;top:20px;right:20px;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#7a9e82,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 12px rgba(107,143,113,.5);box-shadow:0 0 12px rgba(107,143,113,.5)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-title{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:12px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-desc{font-size:14px;color:hsla(0,0%,100%,.6);line-height:1.7;margin-bottom:24px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-bullet-check{width:18px;height:18px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin-top:1px;background:rgba(255,248,225,.07);border:1px solid rgba(255,248,225,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .22s ease;transition:all .22s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-bullet-check--selected{background:rgba(122,158,130,.28);border-color:rgba(122,158,130,.45)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-footer{font-size:12px;color:rgba(255,248,225,.32);line-height:1.55;-webkit-transition:color .22s ease;transition:color .22s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-support-footer--selected{color:rgba(184,208,187,.72)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-reassurance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;background:rgba(255,250,238,.03);border:1px solid rgba(255,248,225,.07);border-radius:16px;padding:18px 22px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-reassurance-icon{width:32px;height:32px;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;background:rgba(212,168,67,.1);border:1px solid rgba(212,168,67,.18);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cond-pill{padding:13px 30px;border-radius:28px;font-size:14px;font-weight:600;border:1.5px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.72);cursor:pointer;-webkit-transition:all .16s ease;transition:all .16s ease;font-family:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cond-pill--selected{border-color:rgba(122,158,130,.7);background:rgba(122,158,130,.16);color:#b8d0bb;-webkit-box-shadow:0 0 18px rgba(107,143,113,.22);box-shadow:0 0 18px rgba(107,143,113,.22);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-cond-pill--none{border-color:rgba(210,168,67,.7);background:rgba(210,168,67,.14);color:#d4a843;-webkit-box-shadow:0 0 18px rgba(210,168,67,.2);box-shadow:0 0 18px rgba(210,168,67,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-other-input-wrap{background:rgba(255,250,238,.05);border:1px solid rgba(122,158,130,.28);border-radius:14px;padding:15px 20px;margin-top:16px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s6-photo{position:absolute;top:0;left:0;right:0;height:100vh;background-image:url(https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&q=80&w=1400);background-size:cover;background-position:center 25%;z-index:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-success-badge{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,rgba(122,158,130,.3),rgba(74,110,80,.2));border:1.5px solid rgba(122,158,130,.48);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:28px;-webkit-box-shadow:0 0 36px rgba(107,143,113,.25);box-shadow:0 0 36px rgba(107,143,113,.25)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-s6-headline{font-size:clamp(34px,6vw,56px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1;margin-bottom:14px;text-shadow:0 2px 16px rgba(0,0,0,.28)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goals-card{background:linear-gradient(148deg,rgba(122,158,130,.12),rgba(74,110,80,.07));border:1px solid rgba(122,158,130,.22);border-radius:20px;padding:24px 26px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-check-circle{width:28px;height:28px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;background:linear-gradient(135deg,#7a9e82,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 14px rgba(107,143,113,.4);box-shadow:0 0 14px rgba(107,143,113,.4)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-journey-card{background:rgba(255,250,238,.03);border:1px solid rgba(255,248,225,.07);border-radius:20px;padding:24px 26px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-journey-connector{position:absolute;top:22px;left:22px;right:22px;height:1px;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(15%,rgba(107,143,113,.3)),color-stop(85%,rgba(107,143,113,.3)),to(transparent));background:linear-gradient(90deg,transparent,rgba(107,143,113,.3) 15%,rgba(107,143,113,.3) 85%,transparent);z-index:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-journey-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;position:relative;z-index:1}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-dot{width:44px;height:44px;border-radius:14px;-ms-flex-negative:0;flex-shrink:0;background:rgba(255,250,238,.05);border:1px solid rgba(255,248,225,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-dot--active{background:linear-gradient(135deg,#7a9e82,#4a6e50);border-color:rgba(122,158,130,.65);-webkit-box-shadow:0 0 20px rgba(107,143,113,.5);box-shadow:0 0 20px rgba(107,143,113,.5)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-num{font-size:15px;font-weight:900;color:rgba(255,248,225,.24)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-num--active{color:#fff}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-title{font-size:9px;font-weight:700;color:rgba(255,248,225,.22);text-align:center;line-height:1.35;letter-spacing:.01em}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-month-title--active{color:rgba(185,215,190,.85)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row--two{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row--two .ob-stepper-unit{gap:8px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row--two .ob-stepper-divider{margin:0 12px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row--two .ob-step-num-wrap{width:48px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-row--two .ob-step-num{font-size:28px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-divider{width:1px;height:48px;background:rgba(255,248,225,.08);margin:0 20px;-ms-flex-negative:0;flex-shrink:0}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-unit{-webkit-box-flex:1;-ms-flex:1;flex:1;gap:16px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-btn,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-stepper-unit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-btn{width:44px;height:44px;border-radius:14px;background:rgba(122,158,130,.1);border:1.5px solid rgba(122,158,130,.22);color:rgba(184,208,187,.8);cursor:pointer;-webkit-transition:background .14s ease,border-color .14s ease,-webkit-transform .1s ease;transition:background .14s ease,border-color .14s ease,-webkit-transform .1s ease;transition:background .14s ease,border-color .14s ease,transform .1s ease;transition:background .14s ease,border-color .14s ease,transform .1s ease,-webkit-transform .1s ease;-ms-flex-negative:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-btn:hover{background:rgba(122,158,130,.22);border-color:rgba(122,158,130,.45);color:#b8d0bb}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-btn:active{-webkit-transform:scale(.88);transform:scale(.88);background:rgba(122,158,130,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-display{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;min-width:52px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-num-wrap{position:relative;width:64px;height:44px;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-num{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:34px;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-step-unit-label{font-size:11px;font-weight:700;color:rgba(175,205,180,.5);letter-spacing:.08em;text-transform:uppercase}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-flip-up-enter-active{-webkit-animation:flipUpIn .22s cubic-bezier(.22,1,.36,1) both;animation:flipUpIn .22s cubic-bezier(.22,1,.36,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-flip-up-leave-active{-webkit-animation:flipUpOut .15s ease-in both;animation:flipUpOut .15s ease-in both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-flip-down-enter-active{-webkit-animation:flipDownIn .22s cubic-bezier(.22,1,.36,1) both;animation:flipDownIn .22s cubic-bezier(.22,1,.36,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-flip-down-leave-active{-webkit-animation:flipDownOut .15s ease-in both;animation:flipDownOut .15s ease-in both}@-webkit-keyframes flipUpIn{0%{opacity:0;-webkit-transform:translateY(14px) scale(.85);transform:translateY(14px) scale(.85)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes flipUpIn{0%{opacity:0;-webkit-transform:translateY(14px) scale(.85);transform:translateY(14px) scale(.85)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes flipUpOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-14px) scale(.85);transform:translateY(-14px) scale(.85)}}@keyframes flipUpOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-14px) scale(.85);transform:translateY(-14px) scale(.85)}}@-webkit-keyframes flipDownIn{0%{opacity:0;-webkit-transform:translateY(-14px) scale(.85);transform:translateY(-14px) scale(.85)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes flipDownIn{0%{opacity:0;-webkit-transform:translateY(-14px) scale(.85);transform:translateY(-14px) scale(.85)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes flipDownOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(14px) scale(.85);transform:translateY(14px) scale(.85)}}@keyframes flipDownOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(14px) scale(.85);transform:translateY(14px) scale(.85)}}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-counter-text{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.45);letter-spacing:.02em}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-limit-hint{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:12px;font-weight:600;color:rgba(210,168,67,.8);background:rgba(210,168,67,.08);border:1px solid rgba(210,168,67,.18);border-radius:20px;padding:6px 13px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-hint-pop-enter-active{-webkit-animation:hintIn .24s cubic-bezier(.34,1.56,.64,1) both;animation:hintIn .24s cubic-bezier(.34,1.56,.64,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-hint-pop-leave-active{-webkit-animation:hintOut .16s ease-in both;animation:hintOut .16s ease-in both}@-webkit-keyframes hintIn{0%{opacity:0;-webkit-transform:translateY(6px) scale(.94);transform:translateY(6px) scale(.94)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes hintIn{0%{opacity:0;-webkit-transform:translateY(6px) scale(.94);transform:translateY(6px) scale(.94)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes hintOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.94);transform:scale(.94)}}@keyframes hintOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.94);transform:scale(.94)}}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:8px}@media (max-width:480px){.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-grid{grid-template-columns:repeat(2,1fr)}}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;padding:20px 18px 18px;border-radius:20px;border:1.5px solid rgba(255,248,225,.09);background:rgba(255,250,238,.04);cursor:pointer;font-family:inherit;text-align:left;-webkit-transition:background .22s ease,border-color .22s ease,-webkit-transform .18s ease,-webkit-box-shadow .22s ease;transition:background .22s ease,border-color .22s ease,-webkit-transform .18s ease,-webkit-box-shadow .22s ease;transition:background .22s ease,border-color .22s ease,transform .18s ease,box-shadow .22s ease;transition:background .22s ease,border-color .22s ease,transform .18s ease,box-shadow .22s ease,-webkit-transform .18s ease,-webkit-box-shadow .22s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card:hover{background:rgba(255,250,238,.07);border-color:rgba(255,248,225,.18);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 24px rgba(0,0,0,.18);box-shadow:0 6px 24px rgba(0,0,0,.18)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card--selected{background:linear-gradient(145deg,rgba(122,158,130,.28),rgba(74,110,80,.18));border-color:rgba(122,158,130,.7);-webkit-box-shadow:0 0 28px rgba(107,143,113,.22),0 4px 16px rgba(0,0,0,.16);box-shadow:0 0 28px rgba(107,143,113,.22),0 4px 16px rgba(0,0,0,.16);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card--selected:hover{background:linear-gradient(145deg,rgba(122,158,130,.34),rgba(74,110,80,.24));border-color:rgba(122,158,130,.85)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card-icon{font-size:26px;line-height:1}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card-label{font-size:13px;font-weight:700;color:hsla(0,0%,100%,.82);line-height:1.35;letter-spacing:-.01em;-webkit-transition:color .18s ease;transition:color .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card--selected .ob-goal-card-label{color:rgba(255,252,240,.92)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-goal-card-check{position:absolute;top:14px;right:14px;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#7a9e82,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 10px rgba(107,143,113,.55);box-shadow:0 0 10px rgba(107,143,113,.55)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-doc-hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;padding:0 12px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-upload-card{background:hsla(0,0%,100%,.05);border:1.5px solid hsla(0,0%,100%,.1);border-radius:24px;padding:28px 26px 22px;backdrop-filter:blur(12px);margin-bottom:16px;-webkit-transition:border-color .22s ease,-webkit-box-shadow .22s ease;transition:border-color .22s ease,-webkit-box-shadow .22s ease;transition:border-color .22s ease,box-shadow .22s ease;transition:border-color .22s ease,box-shadow .22s ease,-webkit-box-shadow .22s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-upload-card--drag{border-color:rgba(122,158,130,.6);-webkit-box-shadow:0 0 40px rgba(107,143,113,.14);box-shadow:0 0 40px rgba(107,143,113,.14)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-drop-zone{border:1.5px dashed rgba(255,248,225,.13);border-radius:18px;padding:36px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:background .18s ease,border-color .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:background .18s ease,border-color .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;background:rgba(255,250,238,.02)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-drop-zone--drag,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-drop-zone:hover{background:rgba(122,158,130,.06);border-color:rgba(122,158,130,.45);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 32px rgba(107,143,113,.1);box-shadow:0 8px 32px rgba(107,143,113,.1)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-upload-icon-wrap{width:72px;height:72px;border-radius:20px;background:rgba(122,158,130,.1);border:1.5px solid rgba(122,158,130,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(184,208,187,.7);margin-bottom:18px;-webkit-transition:background .18s ease,border-color .18s ease;transition:background .18s ease,border-color .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-drop-zone--drag .ob-upload-icon-wrap,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-drop-zone:hover .ob-upload-icon-wrap{background:rgba(122,158,130,.18);border-color:rgba(122,158,130,.4);color:#b8d0bb}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-browse-btn{padding:11px 26px;border-radius:12px;border:1.5px solid rgba(122,158,130,.4);background:transparent;color:rgba(184,208,187,.8);font-size:14px;font-weight:600;letter-spacing:.01em;cursor:pointer;font-family:inherit;-webkit-transition:background .16s ease,border-color .16s ease,color .16s ease,-webkit-transform .12s ease;transition:background .16s ease,border-color .16s ease,color .16s ease,-webkit-transform .12s ease;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .12s ease;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .12s ease,-webkit-transform .12s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-browse-btn:hover{background:rgba(122,158,130,.14);border-color:rgba(122,158,130,.65);color:#b8d0bb;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;background:rgba(122,158,130,.08);border:1px solid rgba(122,158,130,.2);border-radius:14px;padding:13px 16px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-icon{width:38px;height:38px;border-radius:10px;-ms-flex-negative:0;flex-shrink:0;background:rgba(122,158,130,.14);border:1px solid rgba(122,158,130,.22);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(184,208,187,.75)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-name{font-size:13px;font-weight:600;color:rgba(255,248,225,.82);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em;margin-bottom:2px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-size{font-size:11px;color:rgba(255,248,225,.3);letter-spacing:.02em}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-check{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#7a9e82,#4a6e50);-webkit-box-shadow:0 0 10px rgba(107,143,113,.4);box-shadow:0 0 10px rgba(107,143,113,.4)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-check,.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-remove{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-remove{background:transparent;border:none;cursor:pointer;color:rgba(255,248,225,.22);padding:4px;border-radius:6px;-webkit-transition:color .14s ease,background .14s ease;transition:color .14s ease,background .14s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-remove:hover{color:rgba(255,100,100,.7);background:rgba(255,80,80,.08)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-item-enter-active{-webkit-animation:fileSlideIn .3s cubic-bezier(.22,1,.36,1) both;animation:fileSlideIn .3s cubic-bezier(.22,1,.36,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-file-item-leave-active{-webkit-animation:fileSlideOut .18s ease-in both;animation:fileSlideOut .18s ease-in both}@-webkit-keyframes fileSlideIn{0%{opacity:0;-webkit-transform:translateY(10px) scale(.97);transform:translateY(10px) scale(.97)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes fileSlideIn{0%{opacity:0;-webkit-transform:translateY(10px) scale(.97);transform:translateY(10px) scale(.97)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes fileSlideOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-6px) scale(.97);transform:translateY(-6px) scale(.97)}}@keyframes fileSlideOut{0%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-6px) scale(.97);transform:translateY(-6px) scale(.97)}}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-add-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;background:transparent;border:1.5px dashed rgba(122,158,130,.3);border-radius:10px;padding:9px 16px;font-size:13px;font-weight:600;color:rgba(175,205,180,.6);cursor:pointer;font-family:inherit;-webkit-transition:border-color .16s ease,color .16s ease,background .16s ease;transition:border-color .16s ease,color .16s ease,background .16s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-add-more-btn:hover{border-color:rgba(122,158,130,.55);color:#b8d0bb;background:rgba(122,158,130,.06)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-format-chips{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(107,143,113,.18)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-format-chip{font-size:10px;font-weight:700;color:#a8c5ac;letter-spacing:.04em;background:rgba(107,143,113,.14);border:1px solid rgba(107,143,113,.28);border-radius:20px;padding:5px 12px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-privacy-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;background:rgba(107,143,113,.1);border:1px solid rgba(107,143,113,.26);border-radius:16px;padding:18px 20px;margin-bottom:32px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-privacy-icon{width:36px;height:36px;border-radius:12px;-ms-flex-negative:0;flex-shrink:0;background:rgba(107,143,113,.22);border:1.5px solid rgba(107,143,113,.38);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 14px rgba(107,143,113,.18);box-shadow:0 0 14px rgba(107,143,113,.18)}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-doc-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding-bottom:60px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-doc-cta{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:280px}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-skip-btn{background:transparent;border:none;font-size:14px;font-weight:600;color:rgba(255,248,225,.32);cursor:pointer;font-family:inherit;padding:10px 6px;-webkit-transition:color .16s ease;transition:color .16s ease;white-space:nowrap}.health-coaching-platform-root.health-coaching-platform-onboarding .ob-skip-btn:hover{color:rgba(255,248,225,.58)}.ob-cond-label{display:block;text-align:center}.ob-cond-check{position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%) scale(.8);transform:translateY(-50%) scale(.8);opacity:0;-webkit-transition:.2s;transition:.2s}.ob-cond-check.active{-webkit-transform:translateY(-50%) translateX(-40%) scale(1);transform:translateY(-50%) translateX(-40%) scale(1);opacity:1}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-root{position:fixed;inset:0;background:linear-gradient(160deg,#071710,#0c1d11 55%,#152e1d);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(107,143,113,.3) transparent;-webkit-overflow-scrolling:touch}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-root::-webkit-scrollbar{width:4px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-root::-webkit-scrollbar-thumb{background:rgba(107,143,113,.3);border-radius:2px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-page{min-height:100vh}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-progress-strip{position:fixed;top:0;left:0;right:0;height:3px;background:hsla(0,0%,100%,.08);z-index:100}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-progress-fill{height:100%;background:-webkit-gradient(linear,left top,right top,from(#6b8f71),to(#a8c5ac));background:linear-gradient(90deg,#6b8f71,#a8c5ac);border-radius:0 2px 2px 0;-webkit-transition:width .6s cubic-bezier(.34,1.56,.64,1);transition:width .6s cubic-bezier(.34,1.56,.64,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-step-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 24px 0;position:sticky;top:0;z-index:10;background:linear-gradient(160deg,#071710,#0c1d11);border-bottom:1px solid hsla(0,0%,100%,.05);padding-bottom:16px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-step-label{font-size:11px;font-weight:700;color:rgba(168,197,172,.7);letter-spacing:.06em;text-transform:uppercase}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-back-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:8px 16px;border:1.5px solid hsla(0,0%,100%,.12);border-radius:50px;background:transparent;color:hsla(0,0%,100%,.55);font-size:13px;font-weight:600;cursor:pointer;-webkit-transition:all .16s ease;transition:all .16s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-back-btn:hover{background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.85)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-primary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:16px 36px;border:none;border-radius:50px;cursor:pointer;font-weight:800;font-size:16px;background:linear-gradient(135deg,#6b8f71,#4a6e50);color:#fff;-webkit-box-shadow:0 4px 20px rgba(107,143,113,.35);box-shadow:0 4px 20px rgba(107,143,113,.35);-webkit-transition:all .2s ease;transition:all .2s ease;letter-spacing:-.01em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 28px rgba(107,143,113,.5);box-shadow:0 8px 28px rgba(107,143,113,.5)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-primary--glow{-webkit-box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5);box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5);-webkit-animation:m1s-glow-pulse 2.5s ease-in-out infinite;animation:m1s-glow-pulse 2.5s ease-in-out infinite}@-webkit-keyframes m1s-glow-pulse{0%,to{-webkit-box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5);box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5)}50%{-webkit-box-shadow:0 0 0 8px rgba(107,143,113,.08),0 12px 40px rgba(107,143,113,.6);box-shadow:0 0 0 8px rgba(107,143,113,.08),0 12px 40px rgba(107,143,113,.6)}}@keyframes m1s-glow-pulse{0%,to{-webkit-box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5);box-shadow:0 0 0 4px rgba(107,143,113,.18),0 8px 32px rgba(107,143,113,.5)}50%{-webkit-box-shadow:0 0 0 8px rgba(107,143,113,.08),0 12px 40px rgba(107,143,113,.6);box-shadow:0 0 0 8px rgba(107,143,113,.08),0 12px 40px rgba(107,143,113,.6)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-secondary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 32px;border:none;border-radius:50px;cursor:pointer;font-weight:700;font-size:14px;background:linear-gradient(135deg,#6b8f71,#4a6e50);color:#fff;-webkit-box-shadow:0 4px 16px rgba(107,143,113,.3);box-shadow:0 4px 16px rgba(107,143,113,.3);-webkit-transition:all .18s ease;transition:all .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-secondary:hover:not(:disabled){-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 22px rgba(107,143,113,.38);box-shadow:0 6px 22px rgba(107,143,113,.38)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cta-secondary:disabled{opacity:.35;cursor:not-allowed}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome{position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-bg{position:absolute;inset:0;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(4,10,6,.2)),color-stop(45%,rgba(4,10,6,.55)),to(rgba(4,10,6,.93)));background:linear-gradient(180deg,rgba(4,10,6,.2),rgba(4,10,6,.55) 45%,rgba(4,10,6,.93))}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-glow{position:absolute;bottom:-60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:600px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(107,143,113,.22) 0,transparent 70%);pointer-events:none}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-content{position:relative;z-index:1;padding:40px 28px 56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:600px}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-content{padding:60px 64px 72px;max-width:720px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.14);border-radius:24px;padding:6px 14px;-ms-flex-item-align:start;align-self:flex-start}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-badge-dot{width:7px;height:7px;border-radius:50%;background:#f0c96a}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-badge span{font-size:11px;font-weight:700;color:#fff;letter-spacing:.04em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-headline{font-size:52px;font-weight:900;color:#fff;letter-spacing:-.045em;line-height:.97;text-shadow:0 4px 40px rgba(0,0,0,.3);margin:0}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-headline{font-size:76px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-sub{font-size:18px;font-weight:700;color:#a8c5ac;letter-spacing:-.01em;margin:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-body{font-size:15px;color:hsla(0,0%,100%,.65);line-height:1.65;margin:0;max-width:480px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-welcome-time{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;color:hsla(0,0%,100%,.4);font-size:12px;font-weight:600}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-centered-step{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-centered-body{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:40px 28px 60px;gap:0;max-width:560px;margin:0 auto;width:100%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-centered-body,.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-icon-orb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-icon-orb{width:80px;height:80px;border-radius:50%;background:radial-gradient(ellipse,rgba(107,143,113,.3) 0,rgba(107,143,113,.06) 70%);border:1.5px solid rgba(107,143,113,.3);font-size:34px;margin-bottom:24px;-webkit-animation:m1s-orb 2.8s ease-in-out infinite;animation:m1s-orb 2.8s ease-in-out infinite}@-webkit-keyframes m1s-orb{0%,to{opacity:.8;-webkit-transform:scale(.97);transform:scale(.97)}50%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}}@keyframes m1s-orb{0%,to{opacity:.8;-webkit-transform:scale(.97);transform:scale(.97)}50%{opacity:1;-webkit-transform:scale(1.03);transform:scale(1.03)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-eyebrow{font-size:11px;font-weight:700;color:#6b8f71;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-section-title{font-size:32px;font-weight:900;color:#fff;letter-spacing:-.035em;line-height:1.1;margin-bottom:16px}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-section-title{font-size:40px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-section-body{font-size:15px;color:hsla(0,0%,100%,.55);line-height:1.7;margin-bottom:28px;max-width:440px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-feature-pills{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:36px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-feature-pill{background:rgba(107,143,113,.14);border:1px solid rgba(107,143,113,.28);border-radius:20px;padding:5px 13px;font-size:11px;font-weight:700;color:#a8c5ac}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-step{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-pbar-track{height:3px;background:hsla(0,0%,100%,.08);margin:12px 24px 0;border-radius:2px;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-pbar-fill{height:100%;background:-webkit-gradient(linear,left top,right top,from(#6b8f71),to(#a8c5ac));background:linear-gradient(90deg,#6b8f71,#a8c5ac);border-radius:2px;-webkit-transition:width .45s cubic-bezier(.34,1.56,.64,1);transition:width .45s cubic-bezier(.34,1.56,.64,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 24px 24px;overflow-y:auto}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-body{padding:0 40px 40px;max-width:900px;margin:0 auto;width:100%}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-header{padding-top:28px;margin-bottom:22px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-context-pill{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:rgba(107,143,113,.12);border:1px solid rgba(107,143,113,.28);border-radius:20px;padding:5px 12px;margin-bottom:14px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-context-pill span{font-size:11px;font-weight:600;color:#a8c5ac}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-title{font-size:24px;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.22;margin-bottom:8px}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-title{font-size:32px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-sub{font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.55;max-width:480px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-wizard-footer{-ms-flex-negative:0;flex-shrink:0;padding:14px 24px 28px;border-top:1px solid hsla(0,0%,100%,.06);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:4px}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-grid{grid-template-columns:repeat(3,1fr)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-card{background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.07);border-radius:18px;padding:18px 16px;cursor:pointer;text-align:left;-webkit-transition:all .18s ease;transition:all .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-card:hover{background:rgba(107,143,113,.07);border-color:rgba(107,143,113,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-card.selected{background:rgba(107,143,113,.13);border-color:#6b8f71;-webkit-box-shadow:0 0 0 1px rgba(107,143,113,.25),0 6px 24px rgba(107,143,113,.14);box-shadow:0 0 0 1px rgba(107,143,113,.25),0 6px 24px rgba(107,143,113,.14);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-label{font-size:14px;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-desc{font-size:11px;line-height:1.4}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-check-dot{width:20px;height:20px;border-radius:50%;background:#6b8f71;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-animation:m1s-pop .22s cubic-bezier(.34,1.56,.64,1) both;animation:m1s-pop .22s cubic-bezier(.34,1.56,.64,1) both}@-webkit-keyframes m1s-pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes m1s-pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (min-width:640px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-chip-grid{grid-template-columns:repeat(3,1fr)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-chip{border:1.5px solid hsla(0,0%,100%,.1);border-radius:100px;padding:8px 14px;cursor:pointer;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.04);-webkit-transition:all .16s ease;transition:all .16s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-chip:hover{border-color:rgba(107,143,113,.4);color:hsla(0,0%,100%,.85)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-chip.selected{background:rgba(107,143,113,.22);border-color:#6b8f71;color:#a8c5ac}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}@media (max-width:480px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-grid{grid-template-columns:1fr}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-card{background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.07);border-radius:20px;padding:24px 20px;cursor:pointer;text-align:center;-webkit-transition:all .18s ease;transition:all .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-card:hover{background:rgba(107,143,113,.07);border-color:rgba(107,143,113,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-card.selected{background:rgba(107,143,113,.13);border-color:#6b8f71;-webkit-box-shadow:0 0 0 1px rgba(107,143,113,.25),0 8px 28px rgba(107,143,113,.16);box-shadow:0 0 0 1px rgba(107,143,113,.25),0 8px 28px rgba(107,143,113,.16);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-label{font-size:18px;font-weight:800;letter-spacing:-.02em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-diet-desc{font-size:12px;line-height:1.4}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (min-width:640px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-grid{grid-template-columns:repeat(3,1fr)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-card{background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.07);border-radius:14px;padding:12px 14px;cursor:pointer;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.65);-webkit-transition:all .16s ease;transition:all .16s ease;text-align:left}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-card:hover{background:rgba(107,143,113,.07);border-color:rgba(107,143,113,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-card.selected{background:rgba(107,143,113,.14);border-color:#6b8f71;color:#fff;-webkit-box-shadow:0 2px 12px rgba(107,143,113,.18);box-shadow:0 2px 12px rgba(107,143,113,.18)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-name{font-size:13px;font-weight:700;letter-spacing:-.01em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-cuisine-sub{font-size:10px;line-height:1.3;margin-top:2px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-wrap{position:relative;margin-bottom:16px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input{width:100%;padding:11px 16px 11px 40px;background:hsla(0,0%,100%,.06);border:1.5px solid hsla(0,0%,100%,.1);border-radius:50px;color:#fff;font-size:13px;outline:none;-webkit-transition:border-color .18s;transition:border-color .18s;-webkit-box-sizing:border-box;box-sizing:border-box}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input::-ms-input-placeholder{color:hsla(0,0%,100%,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input::placeholder{color:hsla(0,0%,100%,.3)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-input:focus{border-color:rgba(107,143,113,.5)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-search-icon{position:absolute;left:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-selection-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;margin-bottom:12px;background:rgba(107,143,113,.15);border:1px solid rgba(107,143,113,.28);font-size:11px;font-weight:700;color:#a8c5ac}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-screen{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 100px);padding:40px 20px;text-align:center}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-orb,.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-screen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-orb{width:80px;height:80px;border-radius:50%;margin-bottom:28px;background:radial-gradient(ellipse,rgba(107,143,113,.35) 0,rgba(107,143,113,.08) 70%);border:1.5px solid rgba(107,143,113,.3);-webkit-animation:m1s-orb 2.4s ease-in-out infinite;animation:m1s-orb 2.4s ease-in-out infinite}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:12px 16px;border-radius:12px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-gen-dot{width:24px;height:24px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background .3s ease;transition:background .3s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-plan-preview{padding-bottom:32px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-plan-ready-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:rgba(107,143,113,.15);border:1px solid rgba(107,143,113,.3);border-radius:20px;padding:5px 12px;margin:24px 24px 10px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-plan-ready-badge span{font-size:9px;font-weight:700;color:#a8c5ac;text-transform:uppercase;letter-spacing:.1em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-plan-title{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.2;margin:0 24px 4px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-plan-preview>p{margin:0 24px 16px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-block{border-bottom:1px solid hsla(0,0%,100%,.07)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-eyebrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:22px 24px 14px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-dot{width:32px;height:32px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;font-size:15px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-hero-wrap{position:relative;height:220px;overflow:hidden;background:#1a2b1e}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-meal-block:hover .m1s-meal-hero-img{-webkit-transform:scale(1.03);transform:scale(1.03)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-activate-card{position:relative;overflow:hidden;background:linear-gradient(155deg,#071710,#0f2415 55%,#071710);border-top:1px solid rgba(107,143,113,.2);padding:40px 28px 52px;text-align:center}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-activate-orb{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#6b8f71,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 18px;-webkit-box-shadow:0 6px 22px rgba(107,143,113,.38);box-shadow:0 6px 22px rgba(107,143,113,.38);-webkit-animation:m1s-spring .4s cubic-bezier(.34,1.56,.64,1) .1s both;animation:m1s-spring .4s cubic-bezier(.34,1.56,.64,1) .1s both}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-activate-eyebrow{font-size:11px;font-weight:700;color:#6b8f71;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-activate-title{font-size:22px;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.2;margin-bottom:6px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-activate-sub{font-size:12px;color:hsla(0,0%,100%,.4);margin-bottom:28px;line-height:1.55}@-webkit-keyframes m1s-spring{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes m1s-spring{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-step{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:60px 28px;position:relative;overflow:hidden;gap:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-glow{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%);width:500px;height:500px;border-radius:50%;background:radial-gradient(ellipse,rgba(107,143,113,.18) 0,transparent 70%);pointer-events:none}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-orb{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#6b8f71,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:42px;margin-bottom:28px;-webkit-box-shadow:0 10px 40px rgba(107,143,113,.5);box-shadow:0 10px 40px rgba(107,143,113,.5);position:relative}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:400px;margin-bottom:36px;margin-top:4px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-stat{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:14px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;text-align:left}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-stat-icon{font-size:22px;-ms-flex-negative:0;flex-shrink:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-stat-value{font-size:14px;font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:2px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-success-stat-label{font-size:10px;color:hsla(0,0%,100%,.4);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudges-step{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudges-inner{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:28px 24px 60px;max-width:680px;margin:0 auto;width:100%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudges-header{margin-bottom:24px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-chips{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:24px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-goal-chip{background:rgba(107,143,113,.14);border:1px solid rgba(107,143,113,.28);border-radius:20px;padding:5px 12px;font-size:12px;font-weight:700;color:#a8c5ac}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-group{margin-bottom:28px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-group-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:12px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-group-icon{font-size:18px;line-height:1}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-group-title{font-size:14px;font-weight:800;color:#fff;letter-spacing:-.01em;-webkit-box-flex:1;-ms-flex:1;flex:1}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-group-count{font-size:10px;font-weight:700;color:#6b8f71;text-transform:uppercase;letter-spacing:.08em;background:rgba(107,143,113,.12);border:1px solid rgba(107,143,113,.22);border-radius:20px;padding:3px 9px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-browse-more-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-top:10px;padding:9px 16px;border-radius:20px;border:1.5px solid hsla(0,0%,100%,.12);background:transparent;color:hsla(0,0%,100%,.55);font-size:12px;font-weight:600;cursor:pointer;-webkit-transition:all .18s ease;transition:all .18s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-browse-more-btn:hover{border-color:rgba(107,143,113,.4);color:#a8c5ac;background:rgba(107,143,113,.07)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-browse-list{margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.06)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-bottom:4px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:14px;background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.07);border-radius:18px;padding:16px 18px;-webkit-transition:all .2s ease;transition:all .2s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-card.is-enabled{background:rgba(107,143,113,.08);border-color:rgba(107,143,113,.22)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-card-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-icon-wrap{width:38px;height:38px;border-radius:12px;background:rgba(107,143,113,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;-ms-flex-negative:0;flex-shrink:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-text{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-goal-label{font-size:9px;font-weight:700;color:#6b8f71;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-habit{font-size:13px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-desc{font-size:11px;color:hsla(0,0%,100%,.4);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-toggle{width:44px;height:24px;border-radius:12px;background:hsla(0,0%,100%,.12);border:none;cursor:pointer;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:background .22s ease;transition:background .22s ease;padding:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-toggle.active{background:#6b8f71}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);-webkit-transition:-webkit-transform .22s cubic-bezier(.34,1.56,.64,1);transition:-webkit-transform .22s cubic-bezier(.34,1.56,.64,1);transition:transform .22s cubic-bezier(.34,1.56,.64,1);transition:transform .22s cubic-bezier(.34,1.56,.64,1),-webkit-transform .22s cubic-bezier(.34,1.56,.64,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-toggle.active .m1s-toggle-thumb{-webkit-transform:translateX(20px);transform:translateX(20px)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-nudge-footer-hint{font-size:12px;color:hsla(0,0%,100%,.35);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:16px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-step{position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-bg{position:absolute;inset:0;overflow:hidden}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(4,10,6,.15)),color-stop(40%,rgba(4,10,6,.55)),to(rgba(4,10,6,.96)));background:linear-gradient(180deg,rgba(4,10,6,.15),rgba(4,10,6,.55) 40%,rgba(4,10,6,.96))}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-content{position:relative;z-index:1;padding:40px 28px 64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;max-width:600px}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-content{padding:60px 64px 80px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-badge{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6b8f71,#4a6e50);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 8px 32px rgba(107,143,113,.55);box-shadow:0 8px 32px rgba(107,143,113,.55)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-headline{font-size:52px;font-weight:900;color:#fff;letter-spacing:-.045em;line-height:1;text-shadow:0 4px 36px rgba(0,0,0,.3);margin:0}@media (min-width:768px){.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-headline{font-size:72px}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-sub{font-size:16px;color:hsla(0,0%,100%,.65);line-height:1.65;margin:0;max-width:460px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-checklist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-allset-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:14px;color:hsla(0,0%,100%,.75);font-weight:500}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-anim-up{-webkit-animation:m1s-fade-up .4s cubic-bezier(.22,1,.36,1) both;animation:m1s-fade-up .4s cubic-bezier(.22,1,.36,1) both}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-anim-spring{-webkit-animation:m1s-spring .5s cubic-bezier(.34,1.56,.64,1) .06s both;animation:m1s-spring .5s cubic-bezier(.34,1.56,.64,1) .06s both}@-webkit-keyframes m1s-fade-up{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes m1s-fade-up{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-fwd-enter{-webkit-transform:translateX(60px);transform:translateX(60px);opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-fwd-enter-active{-webkit-transition:opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1);transition:opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1);transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .24s ease;transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-fwd-leave-active{-webkit-transition:opacity .18s ease,-webkit-transform .22s ease;transition:opacity .18s ease,-webkit-transform .22s ease;transition:transform .22s ease,opacity .18s ease;transition:transform .22s ease,opacity .18s ease,-webkit-transform .22s ease;position:absolute;width:100%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-bwd-enter,.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-fwd-leave-to{-webkit-transform:translateX(-60px);transform:translateX(-60px);opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-bwd-enter-active{-webkit-transition:opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1);transition:opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1);transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .24s ease;transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .24s ease,-webkit-transform .32s cubic-bezier(.16,1,.3,1)}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-bwd-leave-active{-webkit-transition:opacity .18s ease,-webkit-transform .22s ease;transition:opacity .18s ease,-webkit-transform .22s ease;transition:transform .22s ease,opacity .18s ease;transition:transform .22s ease,opacity .18s ease,-webkit-transform .22s ease;position:absolute;width:100%}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-bwd-leave-to{-webkit-transform:translateX(60px);transform:translateX(60px);opacity:0}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-badge-pop-enter-active{-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.health-coaching-platform-root.health-coaching-platform-onboarding .m1s-badge-pop-enter{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}.health-coaching-platform-root .m1t-init-dim,.health-coaching-platform-root .m1t-root{position:fixed;inset:0;z-index:9990;pointer-events:none}.health-coaching-platform-root .m1t-init-dim{background:rgba(4,10,5,.7);-webkit-animation:m1tFade .25s ease both;animation:m1tFade .25s ease both}@-webkit-keyframes m1tFade{0%{opacity:0}to{opacity:1}}@keyframes m1tFade{0%{opacity:0}to{opacity:1}}.health-coaching-platform-root .m1t-strip{position:fixed;background:rgba(4,10,5,.7);z-index:9991;pointer-events:all}.health-coaching-platform-root .m1t-tooltip{pointer-events:all;background:linear-gradient(148deg,#fdfaf7,#f7f2ea 55%,#f0ead8);border:1px solid rgba(180,155,110,.18);border-radius:20px;padding:24px 22px 20px;-webkit-box-shadow:0 20px 60px rgba(28,43,30,.28),0 4px 14px rgba(28,43,30,.12),inset 0 1px 0 hsla(0,0%,100%,.85);box-shadow:0 20px 60px rgba(28,43,30,.28),0 4px 14px rgba(28,43,30,.12),inset 0 1px 0 hsla(0,0%,100%,.85);-webkit-animation:m1tSlide .32s cubic-bezier(.34,1.28,.64,1) both;animation:m1tSlide .32s cubic-bezier(.34,1.28,.64,1) both}@-webkit-keyframes m1tSlide{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes m1tSlide{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.health-coaching-platform-root .m1t-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:16px}.health-coaching-platform-root .m1t-dot{width:6px;height:6px;border-radius:50%;background:rgba(28,43,30,.14);-webkit-transition:background .18s,-webkit-transform .18s;transition:background .18s,-webkit-transform .18s;transition:background .18s,transform .18s;transition:background .18s,transform .18s,-webkit-transform .18s}.health-coaching-platform-root .m1t-dot-on{background:var(--color-sage);-webkit-transform:scale(1.35);transform:scale(1.35)}.health-coaching-platform-root .m1t-step-count{margin-left:auto;font-size:10px;font-weight:600;color:rgba(28,43,30,.3);letter-spacing:.08em}.health-coaching-platform-root .m1t-icon{font-size:24px;line-height:1;width:48px;height:48px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(107,143,113,.1);border:1px solid rgba(107,143,113,.18);margin-bottom:14px;-webkit-box-shadow:0 2px 8px rgba(107,143,113,.1);box-shadow:0 2px 8px rgba(107,143,113,.1)}.health-coaching-platform-root .m1t-title{font-size:16px;font-weight:700;color:var(--color-ink);letter-spacing:-.02em;line-height:1.28;margin:0 0 7px}.health-coaching-platform-root .m1t-body{font-size:13px;color:var(--color-muted);line-height:1.68;margin:0}.health-coaching-platform-root .m1t-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.health-coaching-platform-root .m1t-skip{font-size:12px;font-weight:600;color:var(--color-muted);background:none;border:none;cursor:pointer;padding:5px 2px;-webkit-transition:color .14s;transition:color .14s;pointer-events:all}.health-coaching-platform-root .m1t-skip:hover{color:var(--color-ink)}.health-coaching-platform-root .m1t-next{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:11px 20px;background:var(--color-ink);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:-.01em;-webkit-box-shadow:0 3px 12px rgba(28,43,30,.22);box-shadow:0 3px 12px rgba(28,43,30,.22);-webkit-transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:-webkit-transform .15s ease,-webkit-box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease,-webkit-transform .15s ease,-webkit-box-shadow .15s ease;pointer-events:all}.health-coaching-platform-root .m1t-next:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 20px rgba(28,43,30,.28);box-shadow:0 6px 20px rgba(28,43,30,.28)}.health-coaching-platform-root .rfm-mount{position:fixed;inset:0;z-index:600}.health-coaching-platform-root .rfm-backdrop{position:absolute;inset:0;background:rgba(4,10,6,.72);backdrop-filter:blur(8px)}.health-coaching-platform-root .rfm-outer{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px;pointer-events:none}.health-coaching-platform-root .rfm-panel{pointer-events:auto;width:100%;max-width:520px;background:#fff;border-radius:28px;overflow:hidden;-webkit-box-shadow:0 32px 80px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.06);box-shadow:0 32px 80px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.06);max-height:90vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.health-coaching-platform-root .rfm-panel-enter{-webkit-animation:rfm-in .36s cubic-bezier(.175,.885,.32,1.12) both;animation:rfm-in .36s cubic-bezier(.175,.885,.32,1.12) both}@-webkit-keyframes rfm-in{0%{opacity:0;-webkit-transform:scale(.94) translateY(22px);transform:scale(.94) translateY(22px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes rfm-in{0%{opacity:0;-webkit-transform:scale(.94) translateY(22px);transform:scale(.94) translateY(22px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}.health-coaching-platform-root .rfm-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:28px 28px 0;border-bottom:1px solid var(--color-border);padding-bottom:20px}.health-coaching-platform-root .rfm-header-eyebrow{font-size:10px;font-weight:700;color:var(--color-sage);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.health-coaching-platform-root .rfm-header-title{font-size:18px;font-weight:700;color:var(--color-ink);font-style:italic;line-height:1.5;letter-spacing:-.01em;max-width:380px}.health-coaching-platform-root .rfm-btn-close{-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-muted);font-size:18px;line-height:1;margin-top:2px;-webkit-transition:background .15s ease;transition:background .15s ease}.health-coaching-platform-root .rfm-btn-close:hover{background:var(--color-border)}.health-coaching-platform-root .rfm-body{padding:24px 28px 28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px;overflow-y:auto;scrollbar-width:none}.health-coaching-platform-root .rfm-textarea{width:100%;min-height:140px;padding:16px 18px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:16px;font-size:14px;color:var(--color-ink);line-height:1.7;font-family:inherit;resize:vertical;-webkit-transition:border-color .18s ease;transition:border-color .18s ease;-webkit-box-sizing:border-box;box-sizing:border-box}.health-coaching-platform-root .rfm-textarea:focus{outline:none;border-color:var(--color-sage);background:#fff}.health-coaching-platform-root .rfm-textarea:disabled{opacity:.65;cursor:not-allowed;resize:none}.health-coaching-platform-root .rfm-helper{font-size:12px;color:var(--color-muted);font-style:italic;line-height:1.65;padding:0 2px}.health-coaching-platform-root .rfm-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.health-coaching-platform-root .rfm-btn-save{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:13px 28px;background:var(--color-ink);color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:-.01em;-webkit-box-shadow:0 4px 18px rgba(28,43,30,.2);box-shadow:0 4px 18px rgba(28,43,30,.2);-webkit-transition:background .18s ease,opacity .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:background .18s ease,opacity .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease,-webkit-transform .18s ease,-webkit-box-shadow .18s ease}.health-coaching-platform-root .rfm-btn-save:hover:not(:disabled){-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 28px rgba(28,43,30,.26);box-shadow:0 8px 28px rgba(28,43,30,.26)}.health-coaching-platform-root .rfm-btn-save:disabled:not(.rfm-btn-save--saved){opacity:.38;cursor:not-allowed}.health-coaching-platform-root .rfm-btn-save--saved{background:var(--color-sage);cursor:default;-webkit-transform:none!important;transform:none!important}