*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;-webkit-font-smoothing:antialiased}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;font-family:Inter,Helvetica,sans-serif;line-height:1.5;overscroll-behavior:none;padding:0}astro-island{display:contents}a{text-decoration:none}button{touch-action:manipulation;cursor:pointer;font:inherit;border:none;background:none}button:focus-visible{outline:2px solid #4a90e2!important;outline:-webkit-focus-ring-color auto 5px!important}img{display:block;max-width:100%;height:auto}:root{--label-medium-font-family: "Inter", Helvetica;--label-medium-font-weight: 500;--label-medium-font-size: 16px;--label-medium-letter-spacing: 0px;--label-medium-line-height: 23px;--label-medium-font-style: normal;--title-semibold-font-family: "Inter", Helvetica;--title-semibold-font-weight: 600;--title-semibold-font-size: 20px;--title-semibold-letter-spacing: 0px;--title-semibold-line-height: 24px;--title-semibold-font-style: normal;--label-regular-font-family: "Inter", Helvetica;--label-regular-font-weight: 400;--label-regular-font-size: 16px;--label-regular-letter-spacing: 0px;--label-regular-line-height: 23px;--label-regular-font-style: normal;--subtext-semibold-font-family: "Inter", Helvetica;--subtext-semibold-font-weight: 600;--subtext-semibold-font-size: 13px;--subtext-semibold-letter-spacing: 0px;--subtext-semibold-line-height: 16px;--subtext-semibold-font-style: normal;--caption-reg-font-family: "Inter", Helvetica;--caption-reg-font-weight: 400;--caption-reg-font-size: 11px;--caption-reg-letter-spacing: 0px;--caption-reg-line-height: 16px;--caption-reg-font-style: normal;--text-regular-font-family: "Inter", Helvetica;--text-regular-font-weight: 400;--text-regular-font-size: 14px;--text-regular-letter-spacing: 0px;--text-regular-line-height: 17px;--text-regular-font-style: normal;--text-semibold-font-family: "Inter", Helvetica;--text-semibold-font-weight: 600;--text-semibold-font-size: 14px;--text-semibold-letter-spacing: 0px;--text-semibold-line-height: 17px;--text-semibold-font-style: normal;--heading-semibold-font-family: "Inter", Helvetica;--heading-semibold-font-weight: 600;--heading-semibold-font-size: 28px;--heading-semibold-letter-spacing: 0px;--heading-semibold-line-height: 36px;--heading-semibold-font-style: normal;--variable-collection-blue: rgba(21, 101, 46, 1);--variable-collection-light-blue: rgba(164, 230, 185, 1);--variable-collection-white: rgba(255, 255, 255, 1);--variable-collection-grey: rgba(235, 235, 235, 1);--variable-collection-light-grey: rgba(246, 244, 241, 1);--variable-collection-black: rgba(30, 30, 30, 1);--variable-collection-red: rgba(240, 77, 77, 1);--variable-collection-light-red: rgba(249, 189, 189, 1);--variable-collection-soft-red: rgba(252, 227, 227, 1);--variable-collection-soft-green: rgba(187, 242, 224, 1);--variable-collection-green: rgba(0, 160, 110, 1);--variable-collection-dark-green: rgba(21, 119, 77, 1);--variable-collection-dark-grey: rgba(110, 110, 110, 1);--variable-collection-links: rgba(42, 0, 255, 1);--variable-collection-blue-tint: rgba(45, 123, 243, 1);--variable-collection-yellow: rgba(236, 182, 57, 1);--variable-collection-mid-grey: rgba(183, 183, 183, 1)}.screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));gap:1.5rem}.screen h1{text-align:center}.navbar{position:relative;display:flex;width:100%;height:54px;align-items:center;justify-content:center;padding:15px;background-color:var(--variable-collection-white);flex-shrink:0}.navbar__back{position:absolute;top:7px;left:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.navbar__logo{height:20px;width:auto}.screen .btn-next{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:var(--label-medium-font-size);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-white);background:var(--variable-collection-blue);border-radius:10px;min-width:200px;transition:opacity .15s ease}.screen .btn-next:active{opacity:.7}.screen-1{position:relative;width:100%;min-height:100dvh;background-color:var(--variable-collection-light-grey);justify-content:flex-start;padding:0;gap:0;overflow:hidden}.screen-1>*:not(.navbar){max-width:393px;margin-left:auto;margin-right:auto}.screen-1__content{display:flex;flex-direction:column;width:100%;align-items:flex-start;padding-top:16px}.screen-1__content-row{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px;width:100%}.screen-1__title{width:fit-content;font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);color:var(--variable-collection-black);font-size:var(--title-semibold-font-size);text-align:center;letter-spacing:var(--title-semibold-letter-spacing);line-height:var(--title-semibold-line-height);font-style:var(--title-semibold-font-style)}.screen-1__subtitle{width:100%;max-width:364px;font-family:var(--label-regular-font-family);font-weight:var(--label-regular-font-weight);color:var(--variable-collection-black);font-size:var(--label-regular-font-size);text-align:center;letter-spacing:var(--label-regular-letter-spacing);line-height:var(--label-regular-line-height);font-style:var(--label-regular-font-style)}.screen-1__badge{width:fit-content;font-family:var(--subtext-semibold-font-family);font-weight:var(--subtext-semibold-font-weight);color:var(--variable-collection-black);font-size:var(--subtext-semibold-font-size);text-align:center;letter-spacing:var(--subtext-semibold-letter-spacing);line-height:var(--subtext-semibold-line-height);white-space:nowrap;font-style:var(--subtext-semibold-font-style)}.screen-1__cards{position:relative;width:100%;padding:16px;display:flex;gap:7px;justify-content:center}.screen-1__gender-card{position:relative;display:flex;flex-direction:column;width:178px;height:185px;align-items:flex-start;background-color:var(--variable-collection-white);border-radius:10px;border:1px solid var(--variable-collection-grey);overflow:hidden;padding:0;transition:transform .1s ease}.screen-1__gender-card:active{transform:scale(.97)}.screen-1__gender-card-image{flex:1;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.screen-1__gender-card-image img{width:156px;height:156px;object-fit:cover}.screen-1__gender-card-bottom{display:flex;flex-direction:column;width:100%;height:46px;align-items:flex-start;gap:10px;padding:12px 11px 11px 18px;background-color:var(--variable-collection-blue);border-radius:0 0 10px 10px;border:1px solid var(--variable-collection-green)}.screen-1__gender-card-label{display:flex;width:100%;align-items:center;justify-content:space-between}.screen-1__gender-text{font-family:var(--label-medium-font-family);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-white);font-size:var(--label-medium-font-size);text-align:center;letter-spacing:var(--label-medium-letter-spacing);line-height:var(--label-medium-line-height);white-space:nowrap;font-style:var(--label-medium-font-style)}.screen-1__gender-arrow{display:flex;width:20px;height:20px;align-items:center;justify-content:center}.screen-1__gender-arrow svg{width:6px;height:11px}.screen-1__legal{display:flex;width:100%;align-items:center;justify-content:center;padding:10px}.screen-1__legal-text{width:100%;max-width:361px;font-family:var(--caption-reg-font-family);font-weight:var(--caption-reg-font-weight);color:var(--variable-collection-dark-grey);font-size:var(--caption-reg-font-size);text-align:center;letter-spacing:var(--caption-reg-letter-spacing);line-height:var(--caption-reg-line-height);font-style:var(--caption-reg-font-style)}.screen-1__legal-text a{color:var(--variable-collection-links);text-decoration:underline}.screen-question{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100dvh;background-color:var(--variable-collection-light-grey);justify-content:flex-start;padding:0;gap:16px}.screen-question__body{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:393px;margin:0 auto;padding:0 16px;flex:1}.screen-question__header{display:flex;flex-direction:column;align-items:flex-start;width:100%}.screen-question__title{display:flex;align-items:center;justify-content:center;padding:10px;width:100%;font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);color:var(--variable-collection-black);font-size:var(--title-semibold-font-size);text-align:center;letter-spacing:var(--title-semibold-letter-spacing);line-height:var(--title-semibold-line-height);font-style:var(--title-semibold-font-style)}.screen-question__subtitle{display:flex;align-items:center;justify-content:center;padding:10px;width:100%;font-family:var(--text-regular-font-family);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-black);font-size:var(--text-regular-font-size);text-align:center;letter-spacing:var(--text-regular-letter-spacing);line-height:var(--text-regular-line-height);font-style:var(--text-regular-font-style)}.screen-question__options{display:flex;flex-direction:column;width:100%;max-width:348px;align-items:flex-start;gap:10px;padding:0 16px}@media(min-width:393px){.screen-question__options,.screen-question__body{padding:0}}.screen-question__answer{display:flex;height:64px;align-items:center;gap:14px;padding:19px 15px 19px 17px;width:100%;background-color:var(--variable-collection-white);border-radius:12px;border:1px solid var(--variable-collection-grey);text-align:left;transition:transform .1s ease,background-color .2s ease,border-color .2s ease}.screen-question__answer:active{transform:scale(.98)}.screen-question__answer--selected{border-color:var(--variable-collection-green);background-color:var(--variable-collection-soft-green);transform:scale(.98)}.screen-question__answer-label{font-family:Inter,Helvetica;font-weight:500;color:var(--variable-collection-black);font-size:16px;letter-spacing:0;line-height:23px}.screen-question__answer--icon-start{gap:14px;justify-content:flex-start}.screen-question__answer--text-start{justify-content:flex-start}.screen-question__answer--text-center{justify-content:center}.screen-question__answer--text-center .screen-question__answer-label{text-align:center}.screen-question__answer-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.screen-info{position:relative;width:100%;max-width:480px;margin-left:auto;margin-right:auto;min-height:100dvh;background-color:var(--variable-collection-light-grey);justify-content:flex-start;padding:0;gap:0;overflow:hidden}.screen-info__header{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:393px;margin:0 auto;padding-top:16px}.screen-info__heading{display:flex;align-items:center;justify-content:center;padding:10px;width:100%;font-family:var(--heading-semibold-font-family);font-weight:var(--heading-semibold-font-weight);color:var(--variable-collection-blue);font-size:var(--heading-semibold-font-size);text-align:center;letter-spacing:var(--heading-semibold-letter-spacing);line-height:var(--heading-semibold-line-height);font-style:var(--heading-semibold-font-style)}.screen-info__subheading{display:flex;align-items:center;justify-content:center;padding:10px;width:100%;font-family:var(--label-medium-font-family);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-black);font-size:var(--label-medium-font-size);text-align:center;letter-spacing:var(--label-medium-letter-spacing);line-height:var(--label-medium-line-height);font-style:var(--label-medium-font-style)}.screen-info__image{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}.screen-info__image img{width:100%;max-width:362px;height:auto;aspect-ratio:1;object-fit:cover}.screen-info__cta{display:flex;width:calc(100% - 32px);max-width:348px;height:48px;align-items:center;justify-content:center;margin:0 auto;margin-bottom:max(30px,calc(16px + env(safe-area-inset-bottom)));margin-top:16px;background-color:var(--variable-collection-blue);border-radius:1000px;font-family:var(--label-medium-font-family);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-white);font-size:var(--label-medium-font-size);text-align:center;letter-spacing:var(--label-medium-letter-spacing);line-height:var(--label-medium-line-height);font-style:var(--label-medium-font-style);flex-shrink:0;transition:opacity .15s ease}.screen-info__cta:active{opacity:.7}.screen-email__title-row{padding:10px 20px;width:100%}.screen-email__title{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);color:var(--variable-collection-black);font-size:var(--title-semibold-font-size);text-align:center;letter-spacing:var(--title-semibold-letter-spacing);line-height:var(--title-semibold-line-height);font-style:var(--title-semibold-font-style)}.screen-email__title-highlight{color:#14642e}.screen-email__form{display:flex;flex-direction:column;width:100%;max-width:348px;align-items:center;gap:26px;padding:0 16px}@media(min-width:393px){.screen-email__form{padding:0}}.screen-email__input-wrapper{width:100%;height:48px;background-color:var(--variable-collection-white);border-radius:12px;border:1px solid var(--variable-collection-grey);position:relative}.screen-email__input{width:100%;height:100%;padding:0 18px;border:none;border-radius:12px;background:transparent;font-family:var(--text-regular-font-family);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-black);font-size:var(--text-regular-font-size);line-height:var(--text-regular-line-height);letter-spacing:var(--text-regular-letter-spacing);outline:none}.screen-email__input::placeholder{color:var(--variable-collection-mid-grey)}.screen-email__privacy{display:flex;align-items:flex-start;gap:8px;width:100%}.screen-email__privacy svg{flex-shrink:0;margin-top:1px}.screen-email__privacy-text{font-family:Inter,Helvetica;font-weight:400;color:var(--variable-collection-dark-grey);font-size:9px;letter-spacing:0;line-height:13px}.screen-email__cta{display:flex;width:100%;height:48px;align-items:center;justify-content:center;background-color:var(--variable-collection-blue);border-radius:1000px;font-family:var(--label-medium-font-family);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-white);font-size:var(--label-medium-font-size);text-align:center;letter-spacing:var(--label-medium-letter-spacing);line-height:var(--label-medium-line-height);font-style:var(--label-medium-font-style);transition:opacity .15s ease}.screen-email__cta:active{opacity:.7}.screen-email__cta:disabled{opacity:.4;pointer-events:none}.agreement-scale{display:flex;flex-direction:column;align-items:center;width:100%;gap:12px;margin-top:auto;margin-bottom:30%}.agreement-scale__options{display:flex;justify-content:center;align-items:center;gap:0;width:100%}.agreement-scale__option{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px;border:1.5px solid var(--variable-collection-grey);background-color:var(--variable-collection-white);padding:0;transition:transform .1s ease,background-color .2s ease,border-color .2s ease}.agreement-scale__option+.agreement-scale__option{margin-left:-1.5px}.agreement-scale__option:first-child{border-radius:12px 0 0 12px}.agreement-scale__option:last-child{border-radius:0 12px 12px 0}.agreement-scale__option:not(:first-child):not(:last-child){border-radius:0}.agreement-scale__option:active{transform:scale(.95)}.agreement-scale__option--selected{border-color:var(--variable-collection-green);background-color:var(--variable-collection-soft-green);z-index:1}.agreement-scale__icon{display:block;width:36px;height:36px;object-fit:contain;max-width:none}.agreement-scale__option:nth-child(2) .agreement-scale__icon,.agreement-scale__option:nth-child(4) .agreement-scale__icon{width:32px;height:32px}.agreement-scale__labels{display:flex;justify-content:space-between;width:100%;max-width:320px}.agreement-scale__label{font-family:Inter,Helvetica;font-size:12px;font-weight:400;color:var(--variable-collection-dark-grey)}.screen-question__answer--multiselect{justify-content:space-between;padding-right:18px}.multiselect__circle{width:22px;height:22px;border-radius:50%;border:2px solid var(--variable-collection-grey);flex-shrink:0;transition:background-color .2s ease,border-color .2s ease}.multiselect__circle--checked{border-color:var(--variable-collection-green);background-color:var(--variable-collection-green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6L5 9L10 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.multiselect__footer{margin-top:auto;width:100%;padding-bottom:24px}.multiselect__cta{display:flex;width:100%;height:52px;align-items:center;justify-content:center;border-radius:100px;background-color:var(--variable-collection-green);font-family:Inter,Helvetica;font-weight:600;font-size:16px;color:var(--variable-collection-white);transition:opacity .2s ease}.multiselect__cta:active{opacity:.7}.multiselect__cta:disabled{opacity:.4;pointer-events:none}.screen-universities{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;margin-top:16px}.screen-universities__card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:280px;padding:20px 24px;background-color:var(--variable-collection-white);border-radius:12px;border:1px solid var(--variable-collection-grey)}.screen-universities__name{font-family:Times New Roman,Times,serif;font-size:28px;font-weight:700;color:var(--variable-collection-black);letter-spacing:1px}.screen-universities__label{font-family:Times New Roman,Times,serif;font-size:14px;font-weight:400;color:var(--variable-collection-black);letter-spacing:2px;text-transform:uppercase}.screen-science{align-items:center;text-align:center}.screen-science__image{display:flex;justify-content:center;align-items:center;padding:16px 16px 0}.screen-science__image img{width:100%;max-width:300px;height:auto}.screen-science__content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 24px 0;flex:1}.screen-science__heading{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:var(--title-semibold-font-size);line-height:var(--title-semibold-line-height);letter-spacing:var(--title-semibold-letter-spacing);font-style:var(--title-semibold-font-style);color:var(--variable-collection-black)}.screen-science__heading-highlight{color:var(--variable-collection-blue);text-decoration:underline;text-underline-offset:3px}.screen-science__quote{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);font-style:italic;line-height:1.6;color:var(--variable-collection-black);opacity:.8}.screen-science__expert-card{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#e8f5ed;border-radius:16px;padding:16px;gap:14px;margin-top:16px}.screen-science__expert-badge{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:500;color:var(--variable-collection-blue)}.screen-science__expert-row{display:flex;align-items:center;gap:12px;width:100%;background-color:var(--variable-collection-white);border-radius:12px;border:1px solid var(--variable-collection-grey);padding:14px 16px}.screen-science__expert-details{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.screen-science__expert-name{font-family:var(--label-medium-font-family);font-size:var(--label-medium-font-size);font-weight:var(--label-medium-font-weight);color:var(--variable-collection-black)}.screen-science__expert-title{font-family:var(--text-regular-font-family);font-size:var(--subtext-semibold-font-size);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-dark-grey)}.screen-static{align-items:center}.screen-static__image{width:100%;padding:0 16px;margin-top:16px}.screen-static__image img{width:100%;height:auto}.screen-static__text{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 24px 0;flex:1}.screen-static__heading{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:var(--title-semibold-font-size);line-height:var(--title-semibold-line-height);letter-spacing:var(--title-semibold-letter-spacing);font-style:var(--title-semibold-font-style);color:var(--variable-collection-black);text-align:center}.screen-static__subheading{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);line-height:var(--text-regular-line-height);letter-spacing:var(--text-regular-letter-spacing);color:var(--variable-collection-dark-grey);text-align:center}.screen-optin{align-items:center}.screen-optin__content{flex:1;display:flex;align-items:flex-start;padding:0 24px}.screen-optin__footer{display:flex;flex-direction:column;align-items:center;width:100%;gap:12px;padding-bottom:max(24px,calc(16px + env(safe-area-inset-bottom)))}.screen-optin__footer .screen-info__cta{margin-bottom:0}.screen-optin__skip{font-family:var(--text-regular-font-family);font-size:12px;font-weight:var(--text-regular-font-weight);line-height:var(--text-regular-line-height);color:var(--variable-collection-dark-grey)}.screen-summary{align-items:stretch;padding:0;overflow-y:auto;overflow-x:hidden}.screen-summary__content{flex:1;display:flex;flex-direction:column;gap:16px;padding:0 16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.screen-summary__title{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:var(--title-semibold-font-size);line-height:var(--title-semibold-line-height);letter-spacing:var(--title-semibold-letter-spacing);font-style:var(--title-semibold-font-style);color:var(--variable-collection-black);text-align:left;margin-top:18px}.screen-summary__card{display:flex;flex-direction:column;background:var(--variable-collection-white);border-radius:16px;padding:16px;gap:12px;border:1px solid var(--variable-collection-grey)}.screen-summary__card-header{display:flex;align-items:center;justify-content:space-between}.screen-summary__card-label{font-family:var(--label-medium-font-family);font-size:var(--label-medium-font-size);font-weight:600;color:var(--variable-collection-black)}.screen-summary__image{display:flex;justify-content:center;align-items:center}.screen-summary__image img{width:140px;max-width:50%;height:auto}.level-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:6px;font-family:var(--text-semibold-font-family);font-size:var(--text-semibold-font-size);font-weight:var(--text-semibold-font-weight)}.level-badge--high{background:var(--variable-collection-soft-red);color:var(--variable-collection-red)}.level-badge--medium{background:#fce6c8;color:#c8781e}.level-badge--normal{background:#d2f5e6;color:var(--variable-collection-blue)}.level-bar{position:relative;display:flex;flex-direction:column;gap:6px;padding-top:36px}.level-bar__tooltip{position:absolute;top:0;transform:translate(-50%);transition:left 1.2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.level-bar__tooltip-text{background:var(--variable-collection-black);color:var(--variable-collection-white);font-family:var(--text-semibold-font-family);font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;white-space:nowrap}.level-bar__tooltip-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--variable-collection-black)}.level-bar__track{position:relative;height:10px;border-radius:5px;overflow:visible}.level-bar__gradient{width:100%;height:100%;border-radius:5px;background:linear-gradient(to right,#4a90d9,#7ecba1 18%,#a8e06c 35%,#d4e34a 50%,#f0d642 62%,#f0a030 78%,#e85d4a)}.level-bar__indicator{position:absolute;top:50%;width:22px;height:22px;border-radius:50%;background:var(--variable-collection-white);border:2px solid rgba(0,0,0,.1);box-shadow:0 2px 6px #0003;transform:translate(-50%,-50%);transition:left 1.2s cubic-bezier(.4,0,.2,1)}.level-bar__labels{display:flex;justify-content:space-between}.level-bar__label{font-family:var(--caption-reg-font-family);font-size:var(--caption-reg-font-size);font-weight:var(--caption-reg-font-weight);color:var(--variable-collection-dark-grey)}.level-info{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px}.level-info--high{background:var(--variable-collection-soft-red)}.level-info--medium{background:#fff0dc}.level-info--normal{background:#d2f5e6}.level-info__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.level-info__icon--high{background:#f04d4d26;color:var(--variable-collection-red)}.level-info__icon--medium{background:#c8781e26;color:#c8781e}.level-info__icon--normal{background:#15652e26;color:var(--variable-collection-blue)}.level-info__text{display:flex;flex-direction:column;gap:4px}.level-info__title{font-family:var(--label-medium-font-family);font-size:var(--label-medium-font-size);font-weight:600;color:var(--variable-collection-black)}.level-info__description{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);line-height:1.5;color:var(--variable-collection-dark-grey)}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stats-grid__item{display:flex;align-items:center;gap:10px;padding:14px 12px;background:var(--variable-collection-white);border-radius:12px;border:1px solid var(--variable-collection-grey)}.stats-grid__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--variable-collection-light-grey);border-radius:10px}.stats-grid__text{display:flex;flex-direction:column;gap:2px}.stats-grid__label{font-family:var(--caption-reg-font-family);font-size:var(--caption-reg-font-size);font-weight:var(--caption-reg-font-weight);color:var(--variable-collection-dark-grey)}.stats-grid__value{font-family:var(--text-semibold-font-family);font-size:var(--text-semibold-font-size);font-weight:var(--text-semibold-font-weight);color:var(--variable-collection-black)}.screen-plan{align-items:center;text-align:center}.screen-plan__content{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 24px;gap:8px}.screen-plan__title{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:var(--title-semibold-font-size);line-height:var(--title-semibold-line-height);letter-spacing:var(--title-semibold-letter-spacing);color:var(--variable-collection-black);margin-top:12px}.screen-plan__subtitle{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);line-height:var(--text-regular-line-height);color:var(--variable-collection-dark-grey);margin-top:8px}.screen-plan__date{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:var(--title-semibold-font-size);line-height:var(--title-semibold-line-height);color:var(--variable-collection-black);margin-top:4px}.progress-chart{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:24px}.progress-chart__bars{display:flex;align-items:flex-end;justify-content:center;gap:8px;width:100%;height:200px;padding:0 8px}.progress-chart__bar-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.progress-chart__bar-container{width:100%;height:100%;background:var(--variable-collection-white);border-radius:12px;display:flex;align-items:flex-end;overflow:visible;box-shadow:0 1px 3px #0000000a}.progress-chart__bar-fill{position:relative;width:100%;border-radius:12px;animation:barGrow 1.2s ease-out forwards;transform-origin:bottom}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.progress-chart__goal{position:absolute;top:0;left:50%;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center}.progress-chart__goal-label{background:#59ce3a;color:var(--variable-collection-white);font-family:var(--text-semibold-font-family);font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap}.progress-chart__goal-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #59ce3a}.progress-chart__goal-dot{width:14px;height:14px;border-radius:50%;background:var(--variable-collection-white);border:3px solid var(--variable-collection-blue);margin-top:4px}.progress-chart__labels{display:flex;justify-content:space-between;width:100%;padding:8px 8px 0}.progress-chart__label{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-dark-grey)}.progress-chart__disclaimer{font-family:var(--caption-reg-font-family);font-size:var(--caption-reg-font-size);font-weight:var(--caption-reg-font-weight);color:var(--variable-collection-dark-grey);margin-top:16px}.screen-loading{width:100%;min-height:100dvh;background-color:var(--variable-collection-light-grey);justify-content:flex-start;padding:0;gap:0;text-align:center}.screen-loading__content{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 24px}.screen-loading__title{font-family:var(--heading-semibold-font-family);font-weight:var(--heading-semibold-font-weight);font-size:var(--heading-semibold-font-size);line-height:var(--heading-semibold-line-height);color:var(--variable-collection-black);margin-top:12px;white-space:pre-line}.screen-loading__title--green{color:var(--variable-collection-blue)}.screen-loading__bar-area{width:100%;margin-top:48px}.screen-loading__review{padding:0 24px 32px;margin-bottom:32px}.screen-loading__steps{width:100%;margin-top:48px;display:flex;flex-direction:column;gap:0}.loading-step--done{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--variable-collection-grey)}.loading-step__label{font-family:var(--title-semibold-font-family);font-size:var(--title-semibold-font-size);font-weight:var(--title-semibold-font-weight);line-height:var(--title-semibold-line-height);color:var(--variable-collection-black)}.loading-step__check svg{display:block}.loading-step--active{margin-top:4px}.question-dialog__overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;backdrop-filter:blur(8px);z-index:100;padding:24px}.question-dialog{background:var(--variable-collection-white);border-radius:20px;padding:32px 24px;text-align:center;max-width:340px;width:100%}.question-dialog__prompt{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-dark-grey);margin-bottom:12px}.question-dialog__question{font-family:var(--title-semibold-font-family);font-size:var(--title-semibold-font-size);font-weight:var(--title-semibold-font-weight);line-height:var(--title-semibold-line-height);color:var(--variable-collection-black);margin-bottom:24px}.question-dialog__buttons{display:flex;gap:12px}.question-dialog__btn{flex:1;padding:14px 0;border:none;border-radius:12px;background:var(--variable-collection-grey);font-family:var(--text-semibold-font-family);font-size:var(--text-semibold-font-size);font-weight:var(--text-semibold-font-weight);color:var(--variable-collection-black);cursor:pointer}.loading-bar{width:100%}.loading-bar__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.loading-bar__label{font-family:var(--title-semibold-font-family);font-size:var(--title-semibold-font-size);font-weight:var(--title-semibold-font-weight);line-height:var(--title-semibold-line-height);color:var(--variable-collection-black)}.loading-bar__percent{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-dark-grey)}.loading-bar__track{position:relative;width:100%;height:12px;background:#c8ebd299;border-radius:6px}.loading-bar__fill{height:100%;background:var(--variable-collection-blue);border-radius:6px;transition:width .05s linear}.loading-bar__thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:var(--variable-collection-dark-green);transition:left .05s linear}.review-card{background:var(--variable-collection-white);border-radius:20px;padding:24px;box-shadow:0 4px 20px #00000014;text-align:left;animation:reviewIn .4s ease-out forwards}@keyframes reviewIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-card__stars{margin-bottom:16px}.review-card__stars-badge{display:inline-flex;gap:2px;padding:4px 6px;background:#00b67a;border-radius:8px}.review-card__stars-badge svg{display:block}.review-card__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.review-card__title{font-family:var(--title-semibold-font-family);font-size:16px;font-weight:var(--title-semibold-font-weight);color:var(--variable-collection-black)}.review-card__author{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);color:var(--variable-collection-dark-grey)}.review-card__text{font-family:var(--text-regular-font-family);font-size:var(--text-regular-font-size);font-weight:var(--text-regular-font-weight);line-height:1.6;color:var(--variable-collection-black)}.screen-ready{width:100%;max-width:480px;margin-left:auto;margin-right:auto;min-height:100dvh;background-color:var(--variable-collection-light-grey);justify-content:flex-start;padding:0;gap:0;overflow-x:hidden}.screen-ready__content{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:0 24px;overflow:hidden}.screen-ready__title{font-family:var(--heading-semibold-font-family);font-weight:var(--heading-semibold-font-weight);font-size:var(--heading-semibold-font-size);line-height:var(--heading-semibold-line-height);color:var(--variable-collection-black);margin-top:16px;white-space:pre-line;text-align:start!important}.screen-ready__title--green{color:var(--variable-collection-dark-green)}.screen-ready__title--black{color:var(--variable-collection-black)}.screen-ready__subtitle{font-family:var(--title-semibold-font-family);font-weight:var(--title-semibold-font-weight);font-size:18px;line-height:24px;color:var(--variable-collection-black);text-align:center;width:100%;margin-top:24px}.wellbeing-graph{width:calc(100% + 48px);margin-left:-24px;margin-right:-24px;margin-top:16px;overflow:visible}.wellbeing-graph__svg{width:100%;height:auto}.wellbeing-graph__line{opacity:0;transition:opacity .6s ease .2s}.wellbeing-graph__line--visible{opacity:1}.wellbeing-graph__curve{stroke-dasharray:400;stroke-dashoffset:400;transition:stroke-dashoffset 1.5s ease .4s}.wellbeing-graph__curve--visible{stroke-dashoffset:0}.wellbeing-graph__area{opacity:0;transition:opacity .8s ease 1.6s}.wellbeing-graph__area--visible{opacity:1}.wellbeing-graph__arrow{opacity:0;transition:opacity .5s ease 1.8s}.wellbeing-graph__arrow--visible{opacity:1}.wellbeing-graph__dot{opacity:0;transition:opacity .4s ease 1s}.wellbeing-graph__dot--visible{opacity:1}.wellbeing-graph__disclaimer{font-family:var(--caption-reg-font-family);font-size:var(--caption-reg-font-size);font-weight:var(--caption-reg-font-weight);color:var(--variable-collection-dark-grey);margin-top:12px;text-align:center}
