@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;

500;600;700;800&display=swap);:root{--paper:#f6f4f1;--paper-2:#fff;--paper-3:#efedea;--ink:#1c2836;--ink-2:#54657a;--ink-3:#5a6b7c;--orange:#ff4f22;--orange-deep:#b22f0a;--peach:#ffe6dc;--green:#14875d;--chip:#e9ecf0;--line:rgba(28,40,54,0.11);--shell:1240px;--gutter:clamp(16px,5vw,48px);--section-y:clamp(52px,8vw,104px);--radius-card:24px;--radius-pill:999px;--ease:cubic-bezier(0.2,0.7,0.2,1)}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (hover:none),(pointer:coarse){html{scroll-behavior:auto}}body{margin:0;background:#f6f4f1}.home,.home *,.home :after,.home :before{box-sizing:border-box}.home{background:var(--paper);color:var(--ink);font-family:Plus Jakarta Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-wrap:pretty}.home :where(h1,h2,h3){margin:0;font-weight:800;letter-spacing:-.035em;line-height:1.07}.home :where(h4,p){margin:0}.home img{display:block;max-width:100%;height:auto}.home a{color:var(--orange-deep);text-decoration:none}.home a:hover{color:#8e2406}.section-title{font-size:clamp(1.9rem,6.4vw,3rem);max-width:18ch}.section-lead{margin-top:14px;max-width:46ch;font-size:clamp(15.5px,4.2vw,17.5px);line-height:1.6;color:var(--ink-2)}.eyebrow{display:inline-flex;padding:9px 16px;border-radius:var(--radius-pill);background:var(--peach);color:var(--orange-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow--muted{background:var(--chip);color:var(--ink);font-size:11.5px;padding:8px 15px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;font:inherit;font-weight:800;cursor:pointer;transition:transform .3s var(--ease)}.btn--primary{background:var(--orange);color:#fff!important;box-shadow:0 0 0 6px rgba(255,79,34,.18),0 18px 34px -18px rgba(222,58,15,.7)}.btn--primary:hover{color:#fff;transform:translateY(-3px)}.btn--sm{padding:12px 20px;min-height:44px;font-size:14.5px;font-weight:700;border-radius:12px;box-shadow:0 0 0 4px rgba(255,79,34,.16)}.btn--lg{padding:18px 36px;min-height:54px;font-size:17.5px}.chip{font:inherit;font-size:13.5px;font-weight:700;padding:11px 15px;min-height:44px;border-radius:10px;border:1px solid var(--line);background:var(--paper-2);color:var(--ink-2);cursor:pointer;transition:background .3s ease,border-color .3s ease,color .3s ease}.chip.is-active{background:var(--peach);border-color:rgba(255,79,34,.5);color:var(--orange-deep)}.ring{width:46px;height:46px;transform:rotate(-90deg)}.ring__track{fill:none;stroke:rgba(28,40,54,.1);stroke-width:22}.ring__value{fill:none;stroke:var(--orange);stroke-width:22;stroke-linecap:round;animation:ring-in 1.3s var(--ease) .6s both}@keyframes ring-in{0%{stroke-dashoffset:534}}@keyframes fade-up{0%{opacity:0;translate:0 28px}}@keyframes fade-in{0%{opacity:0}}@keyframes pop-in{0%{opacity:0;scale:.94}}@keyframes float-y{0%,to{translate:0 0}50%{translate:0 -12px}}@keyframes glow{0%,to{translate:-2% 0;scale:1;opacity:.8}50%{translate:3% -4%;scale:1.12;opacity:1}}@keyframes slide-in-left{0%{opacity:0;translate:-36px 0;rotate:-9deg}}@keyframes slide-in-right{0%{opacity:0;translate:36px 0;rotate:9deg}}@media (prefers-reduced-motion:reduce){.home *,.home :after,.home :before{animation:none!important;transition:none!important}}.home-nav{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);display:flex;align-items:center;gap:28px;padding-block:16px;position:relative;z-index:50}.home-nav.is-open{z-index:200000}.home-nav.is-open .home-nav__toggle span:first-child{transform:translateY(7px) rotate(45deg)}.home-nav.is-open .home-nav__toggle span:nth-child(2){opacity:0}.home-nav.is-open .home-nav__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.home-nav__logo{display:flex;align-items:center;flex:none;position:relative;z-index:52}.home-nav__logo img{height:36px;width:auto}.home-nav__links{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:600}.home-nav__links a{color:var(--ink-2)}.home-nav__links a:hover{color:var(--ink)}.home-nav__links a.is-current{color:var(--orange)}@media (max-width:760px){.home-nav__links{display:none}}.home-nav__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:10px;border:0;background:transparent;cursor:pointer;position:relative;z-index:52;order:2}.home-nav__toggle span{display:block;height:2px;width:100%;background:var(--orange);border-radius:2px;transition:transform .25s var(--ease),opacity .2s ease}@media (max-width:760px){.home-nav__toggle{display:flex}}.home-nav__cta{margin-left:auto;border-radius:var(--radius-pill)!important;padding:12px 22px;white-space:nowrap}@media (max-width:760px){.home-nav__cta{display:none}}.home-nav__drawer{display:none}@media (max-width:760px){.home-nav__drawer{display:flex;flex-direction:column;position:fixed;inset:0;z-index:40;padding:88px var(--gutter) 32px;background:var(--paper);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),visibility .25s var(--ease)}.home-nav__drawer[hidden]{display:none}.home-nav.is-open .home-nav__drawer{opacity:1;visibility:visible;pointer-events:auto}}.home-nav__drawer-links{display:flex;flex-direction:column;gap:8px;flex:1}.home-nav__drawer-links a{font-size:28px;font-weight:700;line-height:1.2;color:var(--ink);padding:8px 0}.home-nav__drawer-links a.is-current{color:var(--orange)}.home-nav__drawer-cta{width:100%;border-radius:var(--radius-pill)!important}html.is-nav-open{overflow:hidden}.hero{position:relative;overflow-x:hidden;overflow-y:hidden}.hero__glow{position:absolute;border-radius:50%;pointer-events:none;animation:glow 24s ease-in-out infinite}.hero__glow--orange{top:-18%;right:-14%;width:70%;height:70%;background:radial-gradient(closest-side,rgba(255,79,34,.16),rgba(246,244,241,0))}.hero__glow--green{top:6%;left:-18%;width:58%;height:60%;animation-duration:30s;animation-delay:3s;animation-direction:reverse;background:radial-gradient(closest-side,rgba(37,181,127,.12),rgba(246,244,241,0))}.hero__copy{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);position:relative;padding-top:clamp(22px,4vw,48px);text-align:center}.hero__title{margin:20px auto 0;max-width:19ch;font-size:clamp(2.4rem,8.4vw,4.4rem);animation:fade-up .9s var(--ease) .06s both}.hero__title em{font-style:normal;color:var(--orange)}.hero__lead{margin:20px auto 0;max-width:38ch;font-size:clamp(16px,4.2vw,19px);line-height:1.55;color:var(--ink-2);animation:fade-up .9s var(--ease) .16s both}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:28px;animation:fade-up .9s var(--ease) .26s both}.hero__note{font-size:13.5px;color:var(--ink-3)}.hero__stage{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);position:relative;padding-block:clamp(28px,5vw,52px) clamp(44px,7vw,86px);perspective:1500px}.hero__stack{position:relative;display:flex;justify-content:center;align-items:flex-end;transform-style:preserve-3d}.hero__phone{position:relative;flex:none}.hero__phone--left{margin-right:-9%;rotate:-9deg;animation:slide-in-left 1s var(--ease) .4s both}.hero__phone--left,.hero__phone--right{width:min(206px,31%);filter:drop-shadow(0 26px 34px rgba(28,40,54,.36))}.hero__phone--right{margin-left:-9%;rotate:9deg;animation:slide-in-right 1s var(--ease) .4s both}.hero__phone--main{width:min(300px,62%);z-index:2;transform-style:preserve-3d;animation:pop-in 1s var(--ease) .18s both}.hero__phone--main img{filter:drop-shadow(0 34px 46px rgba(28,40,54,.4));animation:float-y 11s ease-in-out infinite}.hero__card{position:absolute;z-index:3;padding:14px;border-radius:18px;background:var(--paper-2);border:1px solid var(--line);box-shadow:0 22px 40px -24px rgba(28,40,54,.4)}.hero__card--habits{left:clamp(-4px,1%,44px);top:12%;width:min(168px,44%)}.hero__card--tip{right:clamp(-4px,1%,34px);bottom:9%;width:min(196px,48%)}.hero__card-label{font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.hero__card-label--accent{color:var(--orange-deep)}.hero__card-row{display:flex;align-items:center;gap:11px;margin-top:8px}.hero__card-value{font-size:22px;font-weight:800}.hero__card-value span+span{font-size:15px;color:var(--ink-3)}.hero__card-text{margin-top:7px;font-size:13px;line-height:1.45;color:var(--ink-2)}.problem{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:var(--section-y);background:var(--paper-2);border-top:1px solid var(--line);max-width:none}.problem>*{max-width:var(--shell);margin-inline:auto}.problem__title{font-size:clamp(1.8rem,6vw,3rem);max-width:22ch}.problem__grid{margin-top:clamp(26px,4vw,44px);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(18px,3vw,40px)}.problem__feed{position:relative;height:clamp(360px,42vw,420px);border-radius:22px;border:1px solid var(--line);background:var(--paper);overflow:hidden}@media (max-width:760px){.problem__feed{height:300px}}.problem__feed:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(var(--paper),rgba(246,244,241,0) 18%,rgba(246,244,241,0) 82%,var(--paper))}.problem__day-label,.problem__feed-label{position:absolute;top:16px;left:18px;z-index:3;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.problem__day-label{color:var(--orange-deep);left:20px}.problem__feed-marquee{padding:52px 18px 0;animation:feed-up 26s linear infinite}.problem__chip{margin-bottom:10px;padding:12px 14px;border-radius:12px;background:var(--paper-2);border:1px solid var(--line);font-size:14px;font-weight:600;color:var(--ink-2)}.problem__day{position:relative;border-radius:22px;border:1px solid rgba(255,79,34,.35);background:var(--peach);padding:52px 20px 22px;overflow:hidden}.problem__steps{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.problem__step{display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:14px;background:var(--paper-2);animation:fade-up .8s var(--ease) both;animation-delay:calc(var(--i)*120ms)}.problem__step-time{width:44px;flex:none;font-size:12px;font-weight:800;color:var(--orange)}.problem__step-title{flex:1;font-size:15.5px;font-weight:700}.problem__day-note{margin-top:18px;font-size:14.5px;font-weight:600;line-height:1.55;color:var(--orange-deep)}@keyframes feed-up{0%{translate:0 0}to{translate:0 -50%}}.steps{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:var(--section-y)}.steps__cards{margin-top:clamp(32px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:clamp(20px,3vw,32px)}@media (max-width:760px){.steps__cards{display:none}}.steps__card{display:flex;flex-direction:column;padding:26px 24px 22px;border-radius:var(--radius-card);border:1px solid var(--line);background:var(--paper-2);cursor:pointer;transition:background .4s ease,border-color .4s ease,color .4s ease}.steps__card.is-active{background:var(--ink);border-color:var(--ink)}.steps__card.is-active .steps__num{background:var(--orange);color:#fff}.steps__card.is-active .steps__tag{color:hsla(0,0%,100%,.66)}.steps__card.is-active .steps__title{color:#fff}.steps__card.is-active .steps__body{color:hsla(0,0%,100%,.78)}.steps__head{display:flex;align-items:center;gap:12px}.steps__num{width:34px;height:34px;flex:none;border-radius:11px;display:grid;place-items:center;background:var(--chip);color:var(--ink);font-size:14.5px;font-weight:800;transition:background .4s ease,color .4s ease}.steps__tag{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);transition:color .4s ease}.steps__title{margin-top:16px;font-size:clamp(1.35rem,4.4vw,1.75rem);color:var(--ink);transition:color .4s ease}.steps__body{margin-top:10px;font-size:15px;line-height:1.55;color:var(--ink-2);transition:color .4s ease}.steps__shot{margin-top:22px;display:grid;place-items:end center}.steps__shot img{width:min(206px,68%);filter:drop-shadow(0 26px 34px rgba(28,40,54,.34))}.steps__rail{display:none}@media (max-width:760px){.steps__rail{margin-top:28px;margin-inline:calc(var(--gutter)*-1);padding:0 var(--gutter) 6px;display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.steps__rail::-webkit-scrollbar{display:none}}.steps__slide{scroll-snap-align:center;flex:none;width:min(298px,78vw);min-height:420px;display:flex;flex-direction:column;padding:22px 20px 0;border-radius:var(--radius-card);border:1px solid var(--line);background:var(--paper-2);transition:background .4s ease,border-color .4s ease,color .4s ease}.steps__slide .steps__num{width:30px;height:30px;border-radius:10px;font-size:14px}.steps__slide .steps__tag{font-size:11px}.steps__slide .steps__title{margin-top:14px;font-size:16px}.steps__slide .steps__body{margin-top:9px;font-size:14px}.steps__slide .steps__shot{margin-top:16px;flex:1;min-height:250px;overflow:hidden;place-items:start center}.steps__slide .steps__shot img{width:172px;filter:drop-shadow(0 22px 30px rgba(28,40,54,.34))}.steps__slide.is-active{background:var(--ink);border-color:var(--ink)}.steps__slide.is-active .steps__num{background:var(--orange);color:#fff}.steps__slide.is-active .steps__tag{color:hsla(0,0%,100%,.62)}.steps__slide.is-active .steps__title{color:#fff}.steps__slide.is-active .steps__body{color:hsla(0,0%,100%,.76)}.steps__slide.is-active .steps__shot img{filter:drop-shadow(0 22px 30px rgba(0,0,0,.45))}.steps__dots{display:none}@media (max-width:760px){.steps__dots{margin-top:18px;display:flex;justify-content:center;gap:7px}}.steps__dot{width:7px;height:7px;padding:0;border:0;border-radius:var(--radius-pill);background:rgba(28,40,54,.22);cursor:pointer;transition:width .35s ease,background .35s ease}.steps__dot.is-active{width:22px;background:var(--orange)}.inside{background:var(--paper-2);border-top:1px solid var(--line)}.inside__shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:clamp(52px,8vw,100px)}.inside__heading{font-size:clamp(1.9rem,6.4vw,3rem)}.inside__stage{position:relative;margin-top:clamp(56px,7vw,84px);height:clamp(460px,50vw,560px);perspective:1500px;display:grid;place-items:center}@media (max-width:760px){.inside__stage{height:380px}}.inside__glow{position:absolute;width:70%;height:62%;border-radius:50%;background:radial-gradient(closest-side,rgba(255,79,34,.18),hsla(0,0%,100%,0));animation:pulse 14s ease-in-out infinite}.inside__phone{position:absolute;width:min(224px,44vw);opacity:.55;filter:drop-shadow(0 36px 46px rgba(28,40,54,.4));transition:transform .5s var(--ease),opacity .5s ease;will-change:transform}.inside__phone.is-front{opacity:1}@media (max-width:760px){.inside__phone{width:min(188px,52vw)}}.inside__copy{margin-top:clamp(20px,3vw,32px);max-width:680px}.inside__text{display:none}.inside__text.is-active{display:block}.inside__title{margin-top:16px;max-width:22ch;font-size:clamp(1.5rem,5vw,2.2rem)}.inside__body{margin-top:12px;font-size:clamp(15.5px,4.2vw,17.5px);line-height:1.6;color:var(--ink-2)}.inside__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.inside__hint{margin-top:12px;font-size:13px;color:var(--ink-3)}@keyframes pulse{0%,to{opacity:.25;scale:1}50%{opacity:.6;scale:1.06}}.toolkit{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:var(--section-y);background:var(--ink);color:#fff;max-width:none}.toolkit>*{max-width:var(--shell);margin-inline:auto}.toolkit__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:clamp(18px,3vw,40px)}.toolkit__title{margin-top:14px;max-width:18ch;font-size:clamp(1.9rem,6.4vw,2.9rem);color:#fff}.toolkit__intro{max-width:34ch;font-size:clamp(15px,4.2vw,16.5px);line-height:1.55;color:#9aabbc}.toolkit__layout{margin-top:clamp(32px,5vw,48px);display:grid;grid-template-columns:minmax(0,330px) minmax(0,1fr);gap:clamp(24px,3.5vw,44px);align-items:start}@media (max-width:760px){.toolkit__layout{display:none}}.toolkit__stage{position:relative;aspect-ratio:9/19.2}.toolkit__screen{position:absolute;inset:0;margin:0;padding:26px 22px;display:flex;flex-direction:column;border-radius:34px;border:1px solid hsla(0,0%,100%,.16);background:linear-gradient(180deg,#1c2b3c,#080f18);box-shadow:0 40px 70px -40px rgba(0,0,0,.9);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s var(--ease),visibility .4s var(--ease)}.toolkit__screen.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.toolkit__screen-head{display:flex;flex-direction:column;gap:10px}.toolkit__screen-group{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}.toolkit__screen-name{font-size:23px;font-weight:800;line-height:1.2}.toolkit__shot{margin-top:auto;width:100%;border-radius:18px}.toolkit__placeholder{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:18px}.toolkit__placeholder--card{margin-top:18px;justify-content:flex-end;aspect-ratio:9/15;padding:16px;border-radius:18px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,#1c2b3c,#080f18);gap:12px}.toolkit__play{width:86px;height:86px;border-radius:50%;background:var(--orange);box-shadow:0 0 60px rgba(255,79,34,.45);position:relative}.toolkit__play:after{content:"";position:absolute;inset:0;margin:auto;width:0;height:0;border-left:26px solid #fff;border-top:16px solid transparent;border-bottom:16px solid transparent;translate:4px 0}.toolkit__placeholder--card .toolkit__play{width:52px;height:52px;box-shadow:none}.toolkit__placeholder--card .toolkit__play:after{border-left-width:16px;border-top-width:10px;border-bottom-width:10px;translate:3px 0}.toolkit__scrub{width:100%;height:4px;border-radius:2px;background:hsla(0,0%,100%,.22)}.toolkit__note{font-size:11px;color:#68788a}.toolkit__tabs{display:flex;flex-wrap:wrap;gap:9px}.toolkit__tabs--mobile{display:none}@media (max-width:760px){.toolkit__tabs--mobile{display:flex;flex-wrap:nowrap;margin-top:22px;margin-inline:calc(var(--gutter)*-1);padding:0 var(--gutter);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.toolkit__tabs--mobile::-webkit-scrollbar{display:none}}.toolkit__tabs--mobile .toolkit__tab{flex:none}.toolkit__tab{padding:11px 18px;min-height:44px;border-radius:999px;font:inherit;font-size:13.5px;font-weight:800;cursor:pointer;color:#c3ceda;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);transition:all .3s ease}.toolkit__tab.is-active{background:var(--orange);border-color:var(--orange);color:#fff}.toolkit__list{margin-top:20px;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}.toolkit__row{display:none}.toolkit__row.is-visible{display:block}.toolkit__row-btn{width:100%;display:flex;align-items:center;gap:18px;padding:18px 22px;border-radius:18px;text-align:left;font:inherit;cursor:pointer;color:inherit;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);transition:background .25s ease,border-color .25s ease}.toolkit__row.is-active .toolkit__row-btn{background:rgba(255,79,34,.14);border-color:rgba(255,79,34,.5)}.toolkit__dot{width:9px;height:9px;flex:none;border-radius:50%;background:var(--orange)}.toolkit__dot--body-energy{background:#25b57f}.toolkit__dot--focus-sleep{background:#7ba7e8}.toolkit__name{width:200px;flex:none;font-size:17px;font-weight:800}.toolkit__short{flex:1;font-size:14px;line-height:1.45;color:#93a3b5}.toolkit__detail{margin-top:20px;padding:24px 26px;border-radius:20px;background:rgba(255,79,34,.09);border:1px solid rgba(255,79,34,.3);display:grid}.toolkit__detail-item{grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s var(--ease),visibility .4s var(--ease)}.toolkit__detail-item.is-active{opacity:1;visibility:visible;pointer-events:auto}.toolkit__detail-title{margin-top:10px;font-size:23px;color:#fff}.toolkit__detail-body{margin-top:12px;max-width:52ch;font-size:15.5px;line-height:1.6;color:#c3ceda}.toolkit__foot{margin-top:16px;padding-top:16px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;border-top:1px solid hsla(0,0%,100%,.12)}.toolkit__count{flex:1;font-size:13.5px;color:#93a3b5}.toolkit__link{font-size:14px;font-weight:800;color:var(--orange)}.toolkit__rail{display:none}@media (max-width:760px){.toolkit__rail{display:flex;gap:12px;margin-top:22px;margin-inline:calc(var(--gutter)*-1);padding:0 var(--gutter) 6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.toolkit__rail::-webkit-scrollbar{display:none}}.toolkit__card{display:none;scroll-snap-align:center;flex:none;width:min(268px,74vw);min-height:420px;padding:18px;border-radius:22px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);flex-direction:column}.toolkit__card.is-visible{display:flex}.toolkit__card-title{margin-top:12px;font-size:19px;line-height:1.2;color:#fff}.toolkit__card-body{margin-top:8px;font-size:13.5px;line-height:1.5;color:#93a3b5}.toolkit__card-shot{margin-top:18px;width:100%;border-radius:18px}.areas{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:var(--section-y);border-top:1px solid var(--line)}.areas__track{position:relative;margin-top:clamp(50px,7vw,86px);height:200px}@media (max-width:760px){.areas__track{display:none}}.areas__line{position:absolute;left:0;right:0;top:96px;height:3px;border-radius:2px;background:linear-gradient(90deg,rgba(28,40,54,.12),rgba(255,79,34,.5),rgba(28,40,54,.12))}.areas__playhead{position:absolute;top:70px;width:2px;height:55px;background:var(--ink);opacity:.22;animation:playhead 22s linear infinite}.areas__mark{position:absolute;left:var(--left);top:0;translate:-50% 0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:0;background:none;white-space:nowrap;cursor:pointer;font:inherit}.areas__mark-name{height:30px;font-size:20px;font-weight:800;letter-spacing:-.02em;opacity:0;transition:opacity .3s ease}.areas__mark-time{font-size:12px;font-weight:700;color:var(--ink-3);transition:color .3s ease}.areas__mark.is-high .areas__mark-time{margin-top:0}.areas__mark:not(.is-high) .areas__mark-time{margin-top:14px}.areas__mark.is-active .areas__mark-name{opacity:1}.areas__mark.is-active .areas__mark-time{color:var(--ink)}.areas__mark.is-active .areas__dot{background:var(--orange);box-shadow:0 0 0 4px rgba(255,79,34,.22)}.areas__dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--paper);background:rgba(28,40,54,.3);box-shadow:0 0 0 4px transparent;transition:background .3s ease,box-shadow .3s ease}.areas__panel{margin-top:14px;padding:22px 24px;min-height:104px;border-radius:18px;background:var(--paper-2);border:1px solid var(--line)}@media (max-width:760px){.areas__panel{display:none}}.areas__detail{display:none}.areas__detail.is-active{display:block;animation:fade-in .35s both}.areas__detail-label{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}.areas__detail-text{margin-top:8px;max-width:62ch;font-size:17px;line-height:1.6;color:var(--ink-2)}.areas__list{display:none}@media (max-width:760px){.areas__list{margin:28px 0 0;padding:0;list-style:none;display:flex;flex-direction:column}}.areas__item{display:flex;gap:14px}.areas__item-dot{width:11px;height:11px;flex:none;margin-top:19px;border-radius:50%;background:var(--orange);position:relative}.areas__item-dot:after{content:"";position:absolute;left:50%;top:100%;translate:-50% 0;width:2px;height:100vh;max-height:120px;background:var(--line)}.areas__item:last-child .areas__item-dot:after{display:none}.areas__item-body{flex:1;padding:12px 0 18px}.areas__item-time{font-size:12px;font-weight:800;color:var(--orange)}.areas__item-name{margin-top:2px;font-size:19px}.areas__item-text{margin-top:6px;font-size:14.5px;line-height:1.55;color:var(--ink-2)}@keyframes playhead{0%{left:0}to{left:100%}}.reviews{padding-block:var(--section-y);background:var(--ink);color:#fff;overflow:hidden}.reviews__stats{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(24px,5vw,64px)}.reviews__stat-value{font-size:clamp(40px,11vw,78px);font-weight:800;letter-spacing:-.05em;line-height:.9;font-variant-numeric:tabular-nums}.reviews__stat-label{margin-top:6px;font-size:13.5px;color:hsla(0,0%,100%,.62)}.reviews__row{display:flex;gap:16px;width:-moz-max-content;width:max-content}.reviews__row--a{margin-top:clamp(30px,4vw,54px);animation:marquee-left 46s linear infinite}.reviews__row--b{margin-top:16px;animation:marquee-right 54s linear infinite}.reviews__row:hover{animation-play-state:paused}.review{width:min(340px,82vw);flex:none;margin:0;padding:22px;border-radius:20px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14)}.review.is-placeholder{background:transparent;border-style:dashed;border-color:hsla(0,0%,100%,.22)}.review.is-placeholder .review__text{color:hsla(0,0%,100%,.6)}.review__stars{font-size:12.5px;font-weight:800;letter-spacing:.14em;color:#ff7a54}.review__text{margin:10px 0 0;font-size:16px;font-weight:500;line-height:1.5;color:#fff}.review__source{margin-top:14px;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}@keyframes marquee-left{0%{translate:0 0}to{translate:-50% 0}}@keyframes marquee-right{0%{translate:-50% 0}to{translate:0 0}}.cta{overflow:hidden;background:var(--paper-3);padding:clamp(58px,10vw,120px) var(--gutter) 0;text-align:center}.cta,.cta>*{position:relative}.cta__glow{position:absolute;top:-20%;left:50%;width:min(1000px,150%);height:90%;transform:translateX(-50%);background:radial-gradient(closest-side,rgba(255,79,34,.2),rgba(239,237,234,0));animation:glow 22s ease-in-out infinite;pointer-events:none}.cta__title{margin:20px auto 0;max-width:20ch;font-size:clamp(2.1rem,7.6vw,3.8rem)}.cta .btn{margin-top:28px}.cta__note{margin-top:14px;font-size:13.5px;color:var(--ink-3)}.cta__shot{margin:clamp(34px,6vw,56px) auto -6%;width:min(312px,76vw);filter:drop-shadow(0 -6px 40px rgba(28,40,54,.3))}.home-footer{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:clamp(38px,6vw,60px);background:var(--paper-2);border-top:1px solid var(--line);color:var(--ink-2);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;max-width:none}.home-footer__brand img{height:26px;width:auto}.home-footer__brand p{margin-top:13px;font-size:13.5px;line-height:1.6}.home-footer__brand a{color:inherit}.home-footer__links{display:flex;flex-direction:column;gap:9px;font-size:14px}.home-footer__links a{color:inherit}.home-footer__links a:hover{color:var(--ink)}.home-footer__legal{font-size:12.5px;line-height:1.65;color:var(--ink-3)}.home-footer__legal p+p{margin-top:12px}.home-footer__legal a{color:inherit;text-decoration:underline}.courses-hero{position:relative;overflow-x:hidden;overflow-y:hidden}.courses-hero__glow{position:absolute;border-radius:50%;pointer-events:none;animation:glow 24s ease-in-out infinite}.courses-hero__glow--orange{top:-28%;right:-16%;width:62%;height:70%;background:radial-gradient(closest-side,rgba(255,79,34,.16),rgba(246,244,241,0))}.courses-hero__glow--green{top:8%;left:-20%;width:52%;height:56%;animation-duration:30s;animation-delay:3s;animation-direction:reverse;background:radial-gradient(closest-side,rgba(37,181,127,.12),rgba(246,244,241,0))}.courses-hero__copy{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);position:relative;padding-top:clamp(28px,5vw,56px);padding-bottom:clamp(8px,2vw,20px);text-align:center}.courses-hero__title{margin:18px auto 0;font-size:clamp(2.4rem,8vw,4.2rem)}.courses-hero__lead{margin:16px auto 0;max-width:38ch;font-size:clamp(16px,4.2vw,19px);line-height:1.55;color:var(--ink-2)}.courses-list{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);display:flex;flex-direction:column;gap:clamp(28px,5vw,48px);padding-block:clamp(28px,5vw,56px) var(--section-y)}.course-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:center;padding:clamp(22px,3.5vw,36px);background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:0 18px 40px -28px rgba(28,40,54,.35)}.course-card--flip{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}.course-card--flip .course-card__media{order:2}.course-card--flip .course-card__body{order:1}.course-card__media{margin:0}.course-card__img{width:100%;height:auto;border-radius:18px;background:var(--paper-3)}.course-card__title{font-size:clamp(1.45rem,3.6vw,1.9rem);color:var(--orange)}.course-card__subtitle{margin-top:10px;font-size:clamp(15.5px,3.4vw,17.5px);line-height:1.5;color:var(--ink-2)}.course-card__list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:12px}.course-card__item{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;line-height:1.45;color:var(--ink)}.course-card__check{flex:none;width:22px;height:22px;margin-top:1px;color:var(--green)}.course-card__price{margin-top:22px;font-size:18px;font-weight:600;color:var(--ink-2)}.course-card__price strong{margin-left:8px;font-size:clamp(1.6rem,4vw,2.1rem);font-weight:800;letter-spacing:-.03em;color:var(--orange)}.course-card__cta{margin-top:22px;min-width:200px;border:0}.course-card__cta:disabled{opacity:.45;cursor:wait;transform:none}@media (max-width:760px){.course-card{padding:20px}.course-card,.course-card--flip{grid-template-columns:1fr}.course-card--flip .course-card__body,.course-card--flip .course-card__media{order:unset}.course-card__media{order:-1}}.courses-pay{position:fixed;inset:0;z-index:80;height:100%;height:100dvh;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;background:rgba(28,40,54,.45);font-family:Plus Jakarta Sans,system-ui,sans-serif;color:var(--ink);-webkit-overflow-scrolling:touch}.courses-pay,.courses-pay *,.courses-pay :after,.courses-pay :before{box-sizing:border-box}.courses-pay img{display:block;max-width:100%;height:auto}.courses-pay__box{position:relative;width:min(100%,480px);margin:0 auto;padding:28px 24px 20px;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:0 24px 48px -24px rgba(28,40,54,.45)}.courses-pay__close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:12px;background:transparent;color:var(--ink-2);cursor:pointer}.courses-pay__close svg{width:20px;height:20px}.courses-pay__title{margin:8px 28px 22px 0;font-size:clamp(1.35rem,4vw,1.7rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--ink)}.courses-pay__title span{color:var(--orange)}.courses-pay__field{display:block;margin-top:14px}.courses-pay__field span{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:var(--ink-2)}.courses-pay__field input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper-3);color:var(--ink);font:inherit;font-size:16px}.courses-pay__field input::-moz-placeholder{color:#7d8fa3}.courses-pay__field input::placeholder{color:#7d8fa3}.courses-pay__field input:focus{outline:none;border-color:rgba(255,79,34,.5);background:var(--paper-2)}.courses-pay__stripe{min-height:22px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper-3)}.courses-pay__stripe:focus-within{border-color:rgba(255,79,34,.5);background:var(--paper-2)}.courses-pay .courses-pay__stripe,.courses-pay .courses-pay__stripe *,.courses-pay .courses-pay__stripe :after,.courses-pay .courses-pay__stripe :before{box-sizing:content-box}.courses-pay__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.courses-pay__error{margin:14px 0 0;font-size:14px;font-weight:600;color:var(--orange)}.courses-pay__cta{position:relative;width:100%;margin-top:22px;border:0}.courses-pay__cta:disabled{opacity:.55;cursor:wait;transform:none}.courses-pay__spinner{width:28px;height:28px;animation:courses-pay-spin 1s linear infinite}.courses-pay__note{margin:14px 0 0;font-size:13px;line-height:1.45;text-align:center;color:var(--ink-2)}.courses-pay__secure{width:100%;max-width:360px;margin:18px auto 0}.courses-pay__guarantee{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px 0 0;font-size:14px;font-weight:800;color:var(--ink)}.courses-pay__guarantee span{color:var(--orange)}.courses-pay__guarantee img{width:36px;height:36px}@media (max-width:760px){.courses-pay{padding:16px 12px 24px;align-items:flex-start}.courses-pay__box{padding:22px 16px 16px}}html.is-courses-pay-open{overflow:hidden}@keyframes courses-pay-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.habits-hero{position:relative;overflow-x:hidden;overflow-y:hidden}.habits-hero__glow{position:absolute;border-radius:50%;pointer-events:none;animation:glow 24s ease-in-out infinite}.habits-hero__glow--orange{top:-28%;right:-16%;width:62%;height:70%;background:radial-gradient(closest-side,rgba(255,79,34,.16),rgba(246,244,241,0))}.habits-hero__glow--green{top:8%;left:-20%;width:52%;height:56%;animation-duration:30s;animation-delay:3s;animation-direction:reverse;background:radial-gradient(closest-side,rgba(37,181,127,.12),rgba(246,244,241,0))}.habits-hero__copy{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);position:relative;padding-top:clamp(28px,5vw,56px);padding-bottom:clamp(8px,2vw,20px);text-align:center}.habits-hero__title{margin:18px auto 0;font-size:clamp(2.4rem,8vw,4.2rem)}.habits-hero__lead{margin:16px auto 0;max-width:38ch;font-size:clamp(16px,4.2vw,19px);line-height:1.55;color:var(--ink-2)}.habits-shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);padding-block:clamp(28px,5vw,56px) var(--section-y)}.habits-filter{display:grid;gap:16px;margin-bottom:clamp(24px,4vw,40px)}.habits-filter__search{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.habits-filter__search-field{flex:1;min-width:0}.habits-filter__search-field input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--paper-2);color:var(--ink);font:inherit;font-size:16px;scroll-margin-top:96px}.habits-filter__search-field input:focus{outline:none;border-color:rgba(255,79,34,.5)}.habits-filter__clear-search,.habits-filter__reset{font-size:14px;font-weight:700}.habits-filter__toggle{justify-self:start}.habits-filter__active{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.habits-filter__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.habits-filter__panel{padding:22px;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card)}.habits-filter__groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media (max-width:1040px){.habits-filter__groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.habits-filter__groups{grid-template-columns:1fr}}.habits-filter__group h3{margin:0 0 12px;font-size:15px;color:var(--ink-2)}.habits-filter__group ul{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:8px;margin:0;padding:0;list-style:none}.habits-filter .chip{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--ink-2)}.habits-filter .chip img,.habits-filter .chip svg{display:inline-block;width:14px;height:14px;flex-shrink:0;-o-object-fit:contain;object-fit:contain;vertical-align:middle}.habits-filter .chip .directory-filter_img{width:14px;height:14px}.habits-filter .chip .directory-filter_shape{fill:currentColor}.habits-filter .chip .directory-filter_shape1{stroke:currentColor}.habits-filter .chip svg [fill]:not([fill=none]){fill:currentColor}.habits-filter .chip svg [stroke]:not([stroke=none]){stroke:currentColor}.habits-filter__group .chip{min-height:0;padding:6px 12px;font-size:13px;font-weight:600;border-radius:var(--radius-pill);white-space:nowrap}.habits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media (max-width:1040px){.habits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.habits-grid{gap:12px}}.habits-card{display:flex;flex-direction:column;overflow:hidden;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);text-decoration:none;box-shadow:0 18px 40px -28px rgba(28,40,54,.35)}.habits-card,.habits-card:hover{color:inherit}.habits-card__img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--paper-3)}.habits-card__body{padding:16px 18px 20px}.habits-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.habits-card__badge{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--orange-deep);background:var(--peach);border-radius:var(--radius-pill);padding:4px 10px}.habits-card__badge--muted{background:var(--chip);color:var(--ink)}.habits-card__title{font-size:1.05rem;line-height:1.25;color:var(--ink)}@media (max-width:760px){.habits-card{border-radius:16px}.habits-card__body{padding:10px 12px 12px}.habits-card__title{font-size:.9rem}.habits-card__badge{font-size:10px;padding:3px 8px}}.habits-stars{display:flex;gap:3px;margin-top:10px}.habits-stars__star{width:16px;height:16px;background:var(--chip);-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.habits-stars__star.is-on{background:var(--orange)}@media (max-width:760px){.habits-stars{margin-top:8px}.habits-stars__star{width:12px;height:12px}}.habits-empty{margin:48px auto;text-align:center;color:var(--ink-2);font-size:18px}.habits-pager{align-items:center;gap:8px;margin-top:clamp(28px,5vw,48px)}.habits-pager,.habits-pager__pages{display:flex;flex-wrap:wrap;justify-content:center}.habits-pager__pages{gap:6px;margin:0;padding:0;list-style:none}.habits-pager__btn,.habits-pager__page{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--line);background:var(--paper-2);color:var(--ink);font-weight:700;text-decoration:none}.habits-pager__btn:hover,.habits-pager__page.is-current,.habits-pager__page:hover{background:var(--peach);border-color:rgba(255,79,34,.5);color:var(--orange-deep)}.habits-pager__btn.is-disabled{opacity:.4;pointer-events:none}.habits-pager__gap{padding:0 6px;color:var(--ink-2)}.habits-pager__pages--compact{display:none}@media (max-width:760px){.habits-pager,.habits-pager__pages{flex-wrap:nowrap;gap:4px}.habits-pager__pages--full{display:none}.habits-pager__pages--compact{display:flex}.habits-pager__btn,.habits-pager__page{min-width:32px;min-height:36px;padding:0 6px;font-size:14px}}.habits-show-hero{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter);position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:center;padding-block:clamp(24px,4vw,48px)}@media (max-width:760px){.habits-show-hero{grid-template-columns:1fr}}.habits-show-hero__img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:18px;background:var(--paper-3)}.habits-show-hero__back{font-size:14px;font-weight:700}.habits-show-hero__title{margin-top:14px;font-size:clamp(2rem,6vw,3.4rem)}.habits-show-hero__rate{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px}.habits-show-hero__rate-btn{border:0;background:none;padding:0;font:inherit;font-size:14px;font-weight:700;color:var(--orange-deep);cursor:pointer}.habits-show{display:grid;gap:clamp(28px,5vw,40px);min-width:0}.habits-show__video{position:relative;border-radius:var(--radius-card);overflow:hidden;background:var(--paper-3);aspect-ratio:16/9}.habits-show__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.habits-show__infographic{width:100%;border-radius:18px;background:var(--paper-3)}.habits-show__tags h2{margin-bottom:12px;font-size:1.2rem}.habits-show__tags ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.habits-tabs{display:flex;gap:8px}.habits-blocks{display:grid;gap:16px;min-width:0;color:var(--ink);font-size:16.5px;line-height:1.65}.habits-block,.habits-v2 .even,.habits-v2 .odd{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);padding:clamp(18px,2.5vw,28px);color:var(--ink);overflow-wrap:anywhere}.habits-block h2,.habits-block h3,.habits-v2 .even h2,.habits-v2 .even h3,.habits-v2 .odd h2,.habits-v2 .odd h3{margin:0;color:var(--ink)}.habits-block h3,.habits-v2 .even h3,.habits-v2 .odd h3{margin-top:1em;font-size:1.05rem}.habits-block p,.habits-v2 .even p,.habits-v2 .odd p{margin:14px 0 0;color:var(--ink-2)}.habits-block img,.habits-v2 .even img,.habits-v2 .odd img{max-width:100%;height:auto}.habits-block a,.habits-v2 .even a,.habits-v2 .odd a{color:var(--orange-deep);overflow-wrap:anywhere;word-break:break-word;white-space:normal}.habits-block ol,.habits-block ul,.habits-v2 .even ol,.habits-v2 .even ul,.habits-v2 .odd ol,.habits-v2 .odd ul{margin:14px 0 0;color:var(--ink-2)}.habits-block ul,.habits-v2 .even ul,.habits-v2 .odd ul{list-style:none;padding:0}.habits-block ol,.habits-v2 .even ol,.habits-v2 .odd ol{padding-left:1.4em}.habits-block ul>li,.habits-v2 .even ul>li,.habits-v2 .odd ul>li{position:relative;padding:5px 0 5px 22px}.habits-block ul>li:before,.habits-v2 .even ul>li:before,.habits-v2 .odd ul>li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;background:url(/img/tick-sign.svg) 0 0 no-repeat;background-size:contain}.habits-v2 .habit_header-wrapper{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;margin:0}.habits-v2 .habit_header-wrapper>img{width:22px;height:22px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.habits-v2 .habit_header-wrapper h2{margin:0;font-size:1.25rem;line-height:1.3}.habits-prose{color:var(--ink);font-size:16.5px;line-height:1.65}.habits-prose :where(h1,h2,h3){margin:1.2em 0 .4em;color:var(--ink)}.habits-prose :where(p),.habits-prose :where(ul,ol){margin:0 0 1em;color:var(--ink-2)}.habits-prose :where(ul,ol){padding-left:1.2em}.habits-prose :where(img){border-radius:12px}.habits-prose :where(a){color:var(--orange-deep);overflow-wrap:anywhere;word-break:break-word;white-space:normal}.habits-v2 .habit-card{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);color:var(--ink);padding:0;overflow-wrap:anywhere}.habits-v2 .habit-card:not(:last-of-type){margin-bottom:16px}.habits-v2 .habit-card *{box-sizing:border-box}.habits-v2 .habit-card.full-content{background:var(--paper-2)}.habits-v2 .habit-card.full-content .habit-card__body{padding:0;overflow:hidden;border-radius:var(--radius-card)}.habits-v2 .habit-card .habit-card__header{padding:18px 28px 0;text-align:left;background:transparent}.habits-v2 .habit-card .habit-card__icon{width:22px;height:22px;margin-right:10px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.habits-v2 .habit-card .habit-card__title{display:flex;align-items:center;justify-content:flex-start;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--ink)}.habits-v2 .habit-card .habit-card__body{padding:14px 28px 22px}.habits-v2 .habit-card .habit-card__description{word-break:break-word;color:var(--ink-2)}.habits-v2 .habit-card .habit-card__description p{margin:0;line-height:1.65}.habits-v2 .habit-card .habit-card__description ol,.habits-v2 .habit-card .habit-card__description ul{margin:0;padding:0;color:var(--ink-2)}.habits-v2 .habit-card .habit-card__description ul{list-style:none}.habits-v2 .habit-card .habit-card__description ul li{position:relative;padding:5px 0 5px 22px;line-height:1.65}.habits-v2 .habit-card .habit-card__description ul li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;background:url(/img/tick-sign.svg) 0 0 no-repeat;background-size:contain}.habits-v2 .habit-card .habit-card__description ol{counter-reset:custom-counter;list-style:none}.habits-v2 .habit-card .habit-card__description ol li{position:relative;padding-left:22px;line-height:1.65;counter-increment:custom-counter}.habits-v2 .habit-card .habit-card__description ol li:before{content:counter(custom-counter) ".";position:absolute;top:0;left:0}.habits-v2 .habit-card .habit-card__description a{color:var(--orange-deep);text-decoration:none;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.habits-v2 .habit-card.supportingStudies .habit-card__description a{display:inline;max-width:100%}.habits-v2 .habit-card.supportingStudies .habit-card__description ol li:not(:last-of-type),.habits-v2 .habit-card.supportingStudies .habit-card__description ul li:not(:last-of-type){margin-bottom:10px}.habits-v2 .habit-card .image-items-container{display:flex;justify-content:center}.habits-v2 .habit-card .image-items{display:flex;font-size:18px}.habits-v2 .habit-card .image-items .image-items__text{word-break:break-all}.habits-v2 .habit-card .image-items.image-place-left .image-items__item{display:flex;align-items:center}.habits-v2 .habit-card .image-items.image-place-left .image-items__image{width:40px;height:40px;min-width:40px;margin-right:20px}.habits-v2 .habit-card .image-items.image-place-left .image-items__image img{max-width:100%;max-height:100%}.habits-v2 .habit-card .image-items.image-place-top .image-items__item{display:flex;flex-direction:column;align-items:center}.habits-v2 .habit-card .image-items.image-place-top .image-items__image{width:50px;height:50px;min-width:50px;margin-bottom:15px}.habits-v2 .habit-card .image-items.image-place-top .image-items__image img{width:100%;height:100%;max-width:100%;max-height:100%}.habits-v2 .habit-card .image-items.image-place-top .image-items__text{text-align:center;word-break:break-all}.habits-v2 .habit-card .image-items.vertical-list{flex-direction:column;margin-bottom:-20px}.habits-v2 .habit-card .image-items.vertical-list .image-items__item{margin-bottom:20px}.habits-v2 .habit-card .image-items.vertical-list.image-place-top{margin-bottom:-30px}.habits-v2 .habit-card .image-items.vertical-list.image-place-top .image-items__item{margin-bottom:30px}.habits-v2 .habit-card .image-items.vertical-list.image-place-top .image-items__image{width:70px;height:70px;min-width:70px}.habits-v2 .habit-card .image-items.vertical-list.image-place-left .image-items__top{justify-content:flex-start}.habits-v2 .habit-card .image-items.vertical-list.image-place-left .image-items__image{width:50px;height:50px;min-width:50px}.habits-v2 .habit-card .image-items.horizontal-list{justify-content:center;flex-wrap:wrap;margin-bottom:-20px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-left{width:100%;margin:0 -30px -20px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-left .image-items__item{width:50%;padding:0 30px;margin-bottom:20px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-top{margin:0 -20px -25px;width:100%}.habits-v2 .habit-card .image-items.horizontal-list.image-place-top .image-items__item{width:33.3%;padding:0 20px;margin-bottom:25px}@media (max-width:576px){.habits-v2 .habit-card .image-items{flex-direction:column;margin-bottom:-20px}.habits-v2 .habit-card .image-items.horizontal-list .image-items__item,.habits-v2 .habit-card .image-items .image-items__item{margin-bottom:20px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-top,.habits-v2 .habit-card .image-items.image-place-top{margin-bottom:-30px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-top .image-items__item,.habits-v2 .habit-card .image-items.image-place-top .image-items__item{margin-bottom:30px;width:100%}.habits-v2 .habit-card .image-items.horizontal-list.image-place-top .image-items__image,.habits-v2 .habit-card .image-items.image-place-top .image-items__image{width:70px;height:70px;min-width:70px}.habits-v2 .habit-card .image-items.horizontal-list.image-place-left .image-items__top,.habits-v2 .habit-card .image-items.image-place-left .image-items__top{justify-content:flex-start}.habits-v2 .habit-card .image-items.horizontal-list.image-place-left .image-items__item,.habits-v2 .habit-card .image-items.image-place-left .image-items__item{width:100%}.habits-v2 .habit-card .image-items.horizontal-list.image-place-left .image-items__image,.habits-v2 .habit-card .image-items.image-place-left .image-items__image{width:50px;height:50px;min-width:50px}}.habits-v2 .habit-card .image-text{display:flex;align-items:flex-start;min-height:50px}.habits-v2 .habit-card .image-text .image-text__image{position:relative;min-width:190px;min-height:180px;padding:0 10px}.habits-v2 .habit-card .image-text .image-text__image img{position:absolute;top:50%;left:50%;z-index:10;transform:translate(-50%,-50%);width:105px;height:105px;min-width:105px}.habits-v2 .habit-card .image-text .image-text__image:after,.habits-v2 .habit-card .image-text .image-text__image:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;border-radius:50%;background:hsla(0,0%,100%,.06)}.habits-v2 .habit-card .image-text .image-text__image:before{width:180px;height:180px;z-index:3}.habits-v2 .habit-card .image-text .image-text__image:after{width:130px;height:130px;z-index:5}.habits-v2 .habit-card .image-text .image-text__text{padding:0 10px;flex-grow:1}.habits-v2 .habit-card .image-text .image-text__text p>br{content:"";display:block;width:100%;height:20px;border-top:1px solid #ff4f22}.habits-v2 .habit-card .image-text .image-text__text p:last-of-type>br{height:0}.habits-v2 .habit-card .image-text.image-place-right{flex-direction:row-reverse}@media (max-width:576px){.habits-v2 .habit-card .image-text{flex-direction:column;align-items:center}.habits-v2 .habit-card .image-text.image-place-right{flex-direction:column}.habits-v2 .habit-card .image-text .image-text__image{margin-bottom:15px}.habits-v2 .habit-card .image-text .image-text__text{padding:0}}.habits-v2 .habit-card .time{border-radius:6px;overflow:hidden}.habits-v2 .habit-card .time .time__body,.habits-v2 .habit-card .time .time__header{display:flex}.habits-v2 .habit-card .time .time__header-item{width:33.3%;padding:10px 20px;text-align:center;font-size:24px}.habits-v2 .habit-card .time .time__header-item:first-of-type{background:#228f78}.habits-v2 .habit-card .time .time__header-item:nth-of-type(2){background:#ca4729}.habits-v2 .habit-card .time .time__header-item:nth-of-type(3){background:#a1aabb}.habits-v2 .habit-card .time .time__item-wrapper{width:33.3%}.habits-v2 .habit-card .time .time__item-wrapper:first-of-type .time__item{background:url(/img/icons/clock.svg) #22665f no-repeat 50%}.habits-v2 .habit-card .time .time__item-wrapper:first-of-type .time__title{background:#228f78}.habits-v2 .habit-card .time .time__item-wrapper:nth-of-type(2) .time__item{background:url(/img/icons/calendar.svg) #7b3a33 no-repeat 50%}.habits-v2 .habit-card .time .time__item-wrapper:nth-of-type(2) .time__title{background:#ca4729}.habits-v2 .habit-card .time .time__item-wrapper:nth-of-type(3) .time__item{background:url(/img/icons/time-left.svg) #555e70 no-repeat 50%}.habits-v2 .habit-card .time .time__item-wrapper:nth-of-type(3) .time__title{background:#a1aabb}.habits-v2 .habit-card .time .time__item{display:flex;align-items:center;justify-content:center;min-height:200px;height:100%}.habits-v2 .habit-card .time .time__title{padding:10px 20px;text-align:center;font-size:24px;font-weight:500}.habits-v2 .habit-card .time .time__time-of-day{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;padding:30px 15px;text-align:center}.habits-v2 .habit-card .time .time__value{display:block;font-size:34px;font-weight:500;text-align:center}.habits-v2 .habit-card .time .time__title{display:none}.habits-v2 .habit-card .time .time__text{font-size:20px}@media (max-width:576px){.habits-v2 .habit-card .time .time__title{display:block;font-size:20px}.habits-v2 .habit-card .time .time__header{display:none}.habits-v2 .habit-card .time .time__body{flex-direction:column}.habits-v2 .habit-card .time .time__item{min-height:160px}.habits-v2 .habit-card .time .time__item-wrapper{width:100%}}.habits-v2 .habit-card .celebrities .celebrities__item{text-align:center;font-size:20px}.habits-v2 .habit-card .celebrities .celebrities__item:not(:last-of-type){margin-bottom:20px}.habits-v2 .habit-card .celebrities .celebrities__photo{display:inline-block;width:180px;height:180px;overflow:hidden;border-radius:50%;border:8px solid #ff4f22}.habits-v2 .habit-card .celebrities .celebrities__photo img{width:100%;height:100%;max-width:100%;max-height:100%}.habits-v2 .habit-card .celebrities .celebrities__title .habit-card__description{display:inline-block}.habits-v2 .habit-card .image-items__text{word-break:break-word}.habits-v2 .habit-card .image-text__text p>br{border-top-color:var(--line)}.habits-v2 .habit-card .celebrities__photo{border-color:var(--orange)}@media (max-width:760px){.habits-v2 .habit-card .habit-card__header{padding:16px 18px 0}.habits-v2 .habit-card .habit-card__body{padding:12px 18px 18px}.habits-v2 .habit-card .habit-card__title{font-size:1.1rem}}.habits-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:clamp(22px,3.5vw,32px);background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);text-decoration:none}.habits-cta,.habits-cta:hover{color:inherit}.habits-cta h2{font-size:clamp(1.3rem,3vw,1.7rem);max-width:18ch}.habits-cta span{color:var(--orange)}.habits-share{display:flex;flex-wrap:wrap;gap:10px}.habits-share a{font-size:13.5px;font-weight:700;padding:10px 14px;border-radius:10px;border:1px solid var(--line);background:var(--paper-2);color:var(--ink-2)}.habits-more__title{font-size:clamp(1.6rem,4vw,2.2rem)}.habits-rate{position:fixed;inset:0;z-index:80;height:100%;height:100dvh;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;background:rgba(28,40,54,.45);font-family:Plus Jakarta Sans,system-ui,sans-serif}.habits-rate[hidden]{display:none}.habits-rate__box{position:relative;width:min(100%,420px);margin:0 auto;padding:28px 24px 24px;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:0 24px 48px -24px rgba(28,40,54,.45);text-align:center}.habits-rate h2{font-size:1.6rem}.habits-rate p{margin-top:8px;color:var(--ink-2)}.habits-rate__close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent;color:var(--ink-2);cursor:pointer}.habits-rate__close svg{width:20px;height:20px}.habits-rate__stars{display:flex;justify-content:center;gap:6px;margin:22px 0}.habits-rate__stars button{border:0;background:none;padding:0;font-size:32px;line-height:1;color:var(--chip);cursor:pointer}.habits-rate__stars button.is-on{color:var(--orange)}.habits-rate .btn{width:100%}html.is-habits-rate-open{overflow:hidden}.cookie-accept-wrapper{width:100%;background:rgba(15,21,33,.9);background-size:cover;position:fixed;bottom:0;left:0;z-index:199999;display:none}.cookie-accept-close{position:absolute;top:0;right:12px;cursor:pointer;width:14px;height:14px;min-width:14px}.cookie-accept{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 30px;width:100%;max-width:1110px;margin:25px auto;position:relative}.cookie-accept button{display:block;width:128px;padding:0;margin:0 0 0 25px;height:36px;background:#ff4f22;border-radius:2px;color:#fff;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;letter-spacing:.02em;outline:none;box-sizing:border-box;border:none}.cookie-accept button:hover{background:#22a082;transition:.3s;cursor:pointer}.cookie-accept p{margin:0;max-width:calc(100% - 153px);display:block;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:140%;color:#fff}.cookie-accept p a{text-decoration:none;color:#ff4f22}.cookie-accept p a:hover{color:#22a082;transition:.3s}@media screen and (max-width:575px){.cookie-accept{flex-direction:column;justify-content:center;align-items:center;margin:10px auto;padding:0 30px 0 20px}.cookie-accept p{max-width:100%;font-size:12px}.cookie-accept button{height:30px;margin:10px 0 0}}
/*# sourceMappingURL=home-v2.css.map*/