:root{--hara-dark:#084843;--hara-teal:#198f86;--hara-teal-mid:#2f9a91;--hara-teal-deep:#105a54;--hara-orange:#ff8300;--hara-gold:#e89c4c;--hara-peach:#f4cea6;--hara-white:#fff;--hara-shadow:0 4px 8px #198f8666;--font-sans:"Plus Jakarta Sans", system-ui, sans-serif;--max-width:1440px}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);color:var(--hara-dark);background:var(--hara-white);-webkit-font-smoothing:antialiased;margin:0}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.header-profile-menu{background:var(--hara-white);width:253px;overflow:hidden;box-shadow:0 4px 4px #00000040}.header-profile-menu__user{color:inherit;align-items:center;gap:10px;padding:16px 24px;text-decoration:none;transition:background .2s;display:flex}.header-profile-menu__user:hover,.header-profile-menu__user:focus-visible{background:#198f8614}.header-profile-menu__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.header-profile-menu__name{color:var(--hara-dark);margin:0;font-size:16px;font-weight:500;line-height:1.2}.header-profile-menu__divider{background:#0848431f;height:1px}.header-profile-menu__items{padding:8px 0}.header-profile-menu__item{width:100%;min-height:48px;color:var(--hara-dark);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.header-profile-menu__item:hover,.header-profile-menu__item:focus-visible{background:#198f8614}.header-profile-menu__item--logout{margin-bottom:4px}.header-profile-menu__icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.header-profile-menu__icon img{object-fit:contain;width:24px;height:24px}.header-profile-menu__label{line-height:1.2}.header-profile-menu--mobile{width:100%;box-shadow:none;background:0 0}.header-profile-menu--mobile .header-profile-menu__user{padding:8px 24px 16px}.header-profile-menu--mobile .header-profile-menu__name{color:var(--hara-white)}.header-profile-menu--mobile .header-profile-menu__divider{background:#ffffff1f}.header-profile-menu--mobile .header-profile-menu__item{color:var(--hara-white)}.header-profile-menu--mobile .header-profile-menu__item:hover,.header-profile-menu--mobile .header-profile-menu__item:focus-visible{background:#ffffff14}.header{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#198f86f2 0%,#198f86e0 100%);position:fixed;top:0;left:0;right:0}.header__inner{max-width:var(--max-width);align-items:center;gap:2rem;height:72px;margin:0 auto;padding:0 188px;display:flex}.header__logo img{object-fit:contain;width:auto;height:32px}.header__nav{flex:1;justify-content:center;gap:3rem;display:flex}.header__nav a,.header__nav-link{color:var(--hara-white);font-size:18px;font-weight:500;transition:opacity .2s}.header__nav a:hover,.header__nav-link:hover{opacity:.85}.header__nav-link--active{color:var(--hara-peach);opacity:1;font-size:20px;font-weight:700}.header__mobile-link.header__nav-link--active{color:var(--hara-peach);font-weight:700}.header__login{background:var(--hara-peach);border:1px solid var(--hara-peach);min-width:163px;height:40px;color:var(--hara-teal-mid);border-radius:40px;justify-content:center;align-items:center;padding:0 24px;font-size:18px;font-weight:500;transition:filter .2s;display:inline-flex}.header__login:hover{filter:brightness(1.05)}.header__profile-wrap{flex-shrink:0;position:relative}.header__profile-dropdown{z-index:110;position:absolute;top:calc(100% + 8px);right:0}.header__profile{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:box-shadow .2s;display:inline-flex;overflow:hidden}.header__profile--open{box-shadow:0 0 0 2px var(--hara-peach)}.header__profile img{object-fit:cover;border-radius:50%;width:40px;height:40px}.header__mobile-profile-section{margin-top:8px;display:none}.header__burger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;margin:0 -10px 0 auto;padding:10px;display:none}.header__burger-line{background:var(--hara-white);border-radius:2px;width:24px;height:2px;transition:transform .25s,opacity .2s;display:block}.header__burger--open .header__burger-line:first-child{transform:translateY(8px)rotate(45deg)}.header__burger--open .header__burger-line:nth-child(2){opacity:0}.header__burger--open .header__burger-line:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header__overlay{opacity:0;pointer-events:none;z-index:100;background:#08484373;transition:opacity .25s;display:none;position:fixed;inset:72px 0 0}.header__overlay--visible{opacity:1;pointer-events:auto}.header__mobile-menu{z-index:101;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:linear-gradient(#198f86fa 0%,#147870fa 100%);max-height:calc(100vh - 72px);padding:8px 0 24px;transition:transform .25s,opacity .25s,visibility .25s;display:none;position:fixed;top:72px;left:0;right:0;overflow-y:auto;transform:translateY(-12px)}.header__mobile-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__mobile-list{margin:0;padding:0;list-style:none}.header__mobile-list li{border-bottom:1px solid #ffffff1f}.header__mobile-list a{color:var(--hara-white);padding:18px 24px;font-size:18px;font-weight:500;transition:background .2s;display:block}.header__mobile-list a:hover,.header__mobile-list a:focus-visible{background:#ffffff14}.header__mobile-login{min-width:unset;border:1px solid var(--hara-peach);border-radius:40px;justify-content:center;align-items:center;width:calc(100% - 48px);height:48px;margin:16px 24px 8px;padding:0 24px;font-weight:600;background:var(--hara-peach)!important;color:var(--hara-teal-mid)!important;display:flex!important}@media (width<=1200px){.header__inner{padding:0 48px}.header__nav{gap:1.5rem}.header__nav a,.header__nav-link{font-size:16px}}@media (width<=900px){.header__nav,.header__login--desktop,.header__profile-wrap--desktop{display:none}.header__mobile-profile-section{display:block}.header__burger{display:flex}.header__overlay,.header__mobile-menu{display:block}.header__inner{justify-content:space-between;padding:0 24px}}.hero{min-height:828px;padding-top:72px;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero__bg-overlay{background:#ffffffb3;position:absolute;inset:0}.hero__inner{z-index:1;max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin:0 auto;padding:117px 188px 120px;display:grid;position:relative}.hero__title{color:var(--hara-dark);max-width:522px;margin:0 0 24px;font-size:clamp(32px,4vw,50px);font-weight:700;line-height:1.15}.hero__subtitle{color:var(--hara-dark);max-width:519px;margin:0 0 40px;font-size:20px;font-weight:400;line-height:35px}.hero__cta{background:var(--hara-orange);min-width:287px;height:59px;color:var(--hara-white);border-radius:30px;justify-content:center;align-items:center;padding:0 32px;font-size:20px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero__cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #ff830059}.hero__visual{justify-content:center;align-items:center;min-height:480px;display:flex}.hero__illustration{object-fit:contain;width:min(100%,520px);height:auto}@media (width<=1100px){.hero__inner{text-align:center;grid-template-columns:1fr;padding:80px 48px 64px}.hero__title,.hero__subtitle{max-width:none;margin-left:auto;margin-right:auto}.hero{min-height:auto}}@media (width<=600px){.hero__inner{padding:64px 24px 48px}.hero__cta{width:100%;min-width:unset}}.about{background:linear-gradient(#e8f5f3 0%,#f5faf9 50%,#fff 100%);padding:80px 24px 100px;position:relative}.about__bg{opacity:.4;pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#2f9a9126,#0000);position:absolute;inset:0}.about__inner{text-align:center;max-width:1064px;margin:0 auto;position:relative}.about__logo{object-fit:contain;width:min(350px,80vw);height:auto;margin:0 auto 40px}.about__text{color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}@media (width<=768px){.about__text{font-size:17px;line-height:1.65}}.perspectives{background:#fff;padding:80px 24px 120px;position:relative}.perspectives__wave{clip-path:ellipse(120% 100% at 50% 0);background:linear-gradient(#d4ebe8 0%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.perspectives__inner{max-width:var(--max-width);margin:0 auto;padding:0 64px;position:relative}.perspectives__title{text-align:center;max-width:893px;color:var(--hara-dark);margin:0 auto 64px;font-size:clamp(28px,3vw,40px);line-height:1.25}.perspectives__title-regular{font-weight:400}.perspectives__title-bold{font-weight:700}.perspectives__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.perspective-card{background:var(--hara-white);box-shadow:var(--hara-shadow);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.perspective-card__visual{background:linear-gradient(#e6f4f2 0%,#c5e8e4 100%);justify-content:center;align-items:center;height:178px;display:flex;position:relative}.perspective-card__visual-bg{background:#ffffff4d;position:absolute;inset:0}.perspective-card__icon{z-index:1;object-fit:contain;width:auto;height:132px;position:relative}.perspective-card__body{text-align:center;flex-direction:column;flex:1;padding:24px 20px 28px;display:flex}.perspective-card__heading{color:var(--hara-teal);flex-direction:column;margin:0 0 16px;font-size:24px;font-weight:700;line-height:32px;display:flex}.perspective-card__text{color:var(--hara-dark);flex:1;margin:0 0 20px;font-size:16px;line-height:25px}.perspective-card__link{color:var(--hara-orange);font-size:16px;font-weight:400;transition:opacity .2s}.perspective-card__link:hover{opacity:.8}@media (width<=1100px){.perspectives__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.perspectives__inner{padding:0 16px}.perspectives__grid{grid-template-columns:1fr}}.testimonials{background:#fff;padding:64px 24px 80px}.testimonials__inner{max-width:var(--max-width);margin:0 auto;padding:0 64px}.testimonials__title{text-align:center;color:var(--hara-dark);margin:0 0 48px;font-size:clamp(28px,3vw,40px);line-height:1.2}.testimonials__title-bold{font-weight:700}.testimonials__title-regular{font-weight:400}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.testimonial-card{background:var(--hara-white);border:1px solid #198f8626;border-radius:16px;min-height:384px;padding:24px;box-shadow:0 4px 16px #0848430f}.testimonial-card__header{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.testimonial-card__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:78px;height:79px}.testimonial-card__name{color:var(--hara-teal-deep);margin:0;font-size:20px;font-weight:700;line-height:1.2}.testimonial-card__age{color:var(--hara-teal);margin:4px 0 0;font-size:16px;font-weight:700}.testimonial-card__tag{color:#000;margin:4px 0 0;font-size:14px}.testimonial-card__category{color:var(--hara-gold);margin:0 0 12px;font-size:20px;font-weight:700}.testimonial-card__quote{color:var(--hara-dark);margin:0;font-size:16px;line-height:24px}.testimonials__dots{justify-content:center;gap:12px;margin-top:40px;display:flex}.testimonials__dot{background:#e0e0e0;border:none;border-radius:50%;width:14px;height:14px;padding:0;transition:background .2s}.testimonials__dot--active{background:var(--hara-orange)}@media (width<=1100px){.testimonials__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (width<=600px){.testimonials__inner{padding:0 16px}}.footer{text-align:center;background:#fff;padding:48px 24px 32px}.footer__label{color:var(--hara-teal-mid);margin:0 0 24px;font-size:16px;font-weight:600}.footer__social{justify-content:center;align-items:center;gap:24px;margin-bottom:32px;display:flex}.footer__social a{transition:transform .2s;display:block}.footer__social a:hover{transform:scale(1.05)}.footer__social img{object-fit:contain;width:56px;height:auto}.footer__handle{color:var(--hara-teal);margin:0;font-size:10px;line-height:2}.home{width:100%;overflow-x:hidden}.home main{flex-direction:column;display:flex}.auth-page{width:100%;min-height:100vh;display:flex}.auth-page__form-panel{background:var(--hara-white);flex-direction:column;flex:0 0 50%;max-width:720px;min-height:830px;padding:52px 99px 80px;display:flex}.auth-page__top{justify-content:space-between;align-items:center;margin-bottom:52px;display:flex}.auth-page__logo img{object-fit:contain;width:auto;height:40px}.auth-page__outline-btn{color:#eaa359;background:0 0;border:1px solid #eaa359;border-radius:40px;justify-content:center;align-items:center;min-width:163px;height:40px;padding:0 24px;font-size:18px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.auth-page__outline-btn:hover{background:#eaa3591a}.auth-page__content{flex:1;max-width:522px}.auth-page__title{color:var(--hara-teal);margin:0 0 28px;font-size:32px;font-weight:700;line-height:35px}.auth-page__google{background:var(--hara-white);width:100%;height:58px;color:var(--hara-dark);cursor:pointer;border:1px solid #eaa359;border-radius:30px;justify-content:center;align-items:center;gap:12px;padding:0 24px;font-family:inherit;font-size:18px;font-weight:400;transition:background .2s;display:flex}.auth-page__google:hover{background:#fffaf5}.auth-page__google img{object-fit:contain;flex-shrink:0}.auth-page__divider{align-items:center;gap:16px;margin:28px 0 24px;display:flex}.auth-page__divider-line{background:var(--hara-teal);flex:1;max-width:232px;height:1px}.auth-page__divider-text{color:var(--hara-teal);flex-shrink:0;font-size:18px;font-weight:400}.auth-page__form{flex-direction:column;display:flex}.auth-page__error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin:0 0 16px;padding:12px 16px;font-size:14px;line-height:1.4}.auth-page__submit:disabled{opacity:.7;cursor:not-allowed}.auth-page__field{margin-bottom:24px}.auth-page__field label{color:var(--hara-dark);margin-bottom:8px;font-size:18px;font-weight:700;line-height:35px;display:block}.auth-page__field input{background:var(--hara-white);width:100%;height:58px;color:var(--hara-dark);border:1px solid #eaa359;border-radius:8px;padding:0 20px;font-family:inherit;font-size:18px;font-weight:400;line-height:35px}.auth-page__field input::placeholder{color:#cecece}.auth-page__field input:focus{outline:2px solid var(--hara-teal-mid);outline-offset:1px}.auth-page__forgot-wrap{justify-content:flex-end;margin-bottom:32px;display:flex}.auth-page__forgot{color:var(--hara-orange);font-size:14px;font-weight:700;line-height:35px}.auth-page__forgot:hover{text-decoration:underline}.auth-page__actions{align-items:center;gap:16px;display:flex}.auth-page__cancel{background:var(--hara-white);color:#a1a1a1;border:1px solid #a1a1a1;border-radius:30px;flex:1;justify-content:center;align-items:center;max-width:244px;height:59px;font-size:20px;font-weight:700;transition:border-color .2s,color .2s;display:inline-flex}.auth-page__cancel:hover{border-color:var(--hara-dark);color:var(--hara-dark)}.auth-page__submit{background:var(--hara-orange);max-width:244px;height:59px;color:var(--hara-white);border:none;border-radius:30px;flex:1;font-size:20px;font-weight:700;line-height:35px;transition:transform .2s,box-shadow .2s}.auth-page__submit:hover{transform:translateY(-1px);box-shadow:0 8px 20px #ff830059}.auth-page__visual{background:#e8f5f3;flex:1;min-height:830px;position:relative;overflow:hidden}.auth-page__visual-img{object-fit:cover;object-position:left center;width:100%;height:100%;position:absolute;inset:0}.auth-page__visual-overlay{pointer-events:none;background:#ffffffb3;position:absolute;inset:0}@media (width<=1024px){.auth-page{flex-direction:column}.auth-page__form-panel{flex:none;width:100%;max-width:none;min-height:auto;padding:32px 24px 48px}.auth-page__content{max-width:none}.auth-page__visual{flex:none;min-height:280px}.auth-page__actions{flex-direction:column-reverse}.auth-page__cancel,.auth-page__submit{width:100%;max-width:none}}@media (width<=480px){.auth-page__top{flex-direction:column;align-items:flex-start;gap:16px}.auth-page__outline-btn{width:100%}}.register-page__form-panel{min-height:1291px}.register-page__row{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:0;display:grid}.register-page__row .auth-page__field{margin-bottom:24px}.register-page__select-wrap{position:relative}.register-page__select-wrap select{background:var(--hara-white);width:100%;height:58px;color:var(--hara-dark);appearance:none;cursor:pointer;border:1px solid #eaa359;border-radius:8px;padding:0 40px 0 20px;font-family:inherit;font-size:18px;font-weight:400}.register-page__select-wrap select:focus{outline:2px solid var(--hara-teal-mid);outline-offset:1px}.register-page__chevron{color:var(--hara-orange);pointer-events:none;font-size:14px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.register-page__date-wrap{position:relative}.register-page__date-wrap input.register-page__date-input{cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:100%;padding-right:48px}.register-page__date-wrap input.register-page__date-input:invalid{color:#cecece}.register-page__date-wrap input.register-page__date-input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:48px;height:100%;position:absolute;right:0}.register-page__calendar-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.register-page__calendar-btn img{object-fit:contain;pointer-events:none;display:block}.register-page__section-divider{background:var(--hara-teal);opacity:.35;height:1px;margin:8px 0 24px}.register-page__actions{margin-top:8px}.register-page__visual{min-height:1291px}@media (width<=1024px){.register-page__form-panel{min-height:auto}.register-page__visual{min-height:280px}.register-page__row{grid-template-columns:1fr;gap:0}}@media (width<=480px){.register-page__row .auth-page__field{margin-bottom:20px}}.plus-decoration--flip{transform:rotate(180deg)}.karakter-hero{min-height:708px;position:relative;overflow:hidden}.karakter-hero__bg{z-index:0;position:absolute;inset:0}.karakter-hero__bg-image{object-fit:cover;object-position:center top;width:100%;max-width:none;height:117.23%;position:absolute;top:-.06%;left:0}.karakter-hero__overlay{background:#ffffffb3;position:absolute;inset:0}.karakter-hero__avatars{z-index:1;pointer-events:none;max-width:1440px;margin:0 auto;position:absolute;inset:0}.karakter-hero__avatar{object-fit:contain;position:absolute}.karakter-hero__pluses{z-index:1;pointer-events:none;max-width:1440px;margin:0 auto;position:absolute;inset:0}.karakter-hero__plus{position:absolute}.karakter-hero__content{z-index:2;text-align:center;max-width:827px;margin:0 auto;padding:189px 24px 64px;position:relative}.karakter-hero__title{max-width:725px;color:var(--hara-dark);margin:0 auto 40px;font-size:clamp(28px,3.5vw,50px);font-weight:700;line-height:1.15}.karakter-hero__text{color:var(--hara-dark);margin:0 auto;font-size:clamp(16px,1.4vw,20px);font-weight:400;line-height:35px}@media (width<=900px){.karakter-hero{min-height:620px}.karakter-hero__content{padding-top:88px;padding-bottom:48px}.karakter-hero__text{line-height:1.65}.karakter-hero__avatars,.karakter-hero__pluses{opacity:.55}}@media (width<=640px){.karakter-hero__avatars,.karakter-hero__pluses{display:none}.karakter-hero{min-height:auto}.karakter-hero__content{padding-top:72px}}.coming-soon-banner{min-height:392px;position:relative;overflow:hidden}.coming-soon-banner__scene{position:absolute;inset:0}.coming-soon-banner__room{object-fit:cover;object-position:center;width:100.42%;max-width:none;height:118.82%;position:absolute;top:-.1%;left:.01%}.coming-soon-banner__characters{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.coming-soon-banner__inner{z-index:1;align-items:center;max-width:1440px;min-height:392px;margin:0 auto;padding:105px clamp(24px,13vw,186px) 104px;display:flex;position:relative}.coming-soon-banner__pill{background:#ffffffe6;border-radius:40px;align-items:center;gap:clamp(24px,3.3vw,48px);width:100%;max-width:1068px;min-height:183px;padding:clamp(24px,3vw,32px) clamp(28px,4vw,56px);display:flex}.coming-soon-banner__soon{color:var(--hara-teal-mid);flex-direction:column;flex-shrink:0;font-weight:700;display:flex}.coming-soon-banner__coming{letter-spacing:2.8px;font-size:clamp(28px,2.8vw,40px);line-height:50px}.coming-soon-banner__soon-big{font-size:clamp(40px,4.2vw,60px);line-height:60px}.coming-soon-banner__divider{background:var(--hara-teal-mid);flex-shrink:0;width:2px;height:142px}.coming-soon-banner__info{flex:1;min-width:0}.coming-soon-banner__module{color:var(--hara-teal-mid);margin:0 0 4px;font-size:clamp(22px,2.1vw,30px);font-weight:700;line-height:1.2}.coming-soon-banner__sub{color:var(--hara-dark);margin:0;font-size:clamp(16px,1.4vw,20px);font-weight:400;line-height:1.4}@media (width<=768px){.coming-soon-banner__inner{min-height:auto;padding-top:56px;padding-bottom:56px}.coming-soon-banner__pill{text-align:center;flex-direction:column;gap:24px}.coming-soon-banner__soon{align-items:center}.coming-soon-banner__divider{width:142px;height:2px}}.character-section{isolation:isolate;min-height:520px;padding:60px 0 55px;position:relative}.character-section:before{content:"";z-index:-1;background-color:var(--section-bg);opacity:.95;position:absolute;inset:0}.character-section__decorations{pointer-events:none;width:100%;max-width:1440px;margin:0 auto;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.character-section__plus{flex-shrink:0;position:absolute}.character-section__plus--flip{transform:rotate(180deg)}.character-section__plus--left{top:76px;left:clamp(24px,11.7vw,169px)}.character-section__plus--right{top:87px;right:clamp(24px,9.7vw,140px)}.character-section__inner{max-width:1440px;margin:0 auto;padding:0 clamp(24px,13vw,188px)}.character-section__header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:47px;display:flex}.character-section__title{color:var(--hara-dark);margin:0;font-size:clamp(28px,2.8vw,40px);font-weight:700;line-height:1.2}.character-section__link{white-space:nowrap;flex-shrink:0;font-size:20px;font-weight:500;transition:opacity .2s}.character-section__link--orange{color:var(--hara-orange)}.character-section__link--teal{color:var(--hara-teal-mid)}.character-section__link:hover{opacity:.8}.character-section__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:calc(100% + 80px);margin-left:-40px;margin-right:-40px;display:grid}.character-card{background:var(--hara-white);width:100%;height:320px;color:inherit;cursor:pointer;text-align:inherit;border:none;border-radius:20px;flex-direction:column;padding:0;font-family:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 8px #2f9a9133}.character-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2f9a9147}.character-card__visual{flex-shrink:0;height:225px;position:relative;overflow:hidden}.character-card__bg{object-fit:cover;object-position:center;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.character-card__display{z-index:1;letter-spacing:.02em;pointer-events:none;flex-direction:column;max-width:46%;font-family:Bangers,cursive;font-size:clamp(28px,2.8vw,40px);font-weight:400;line-height:1.05;display:flex;position:absolute;top:50%;left:clamp(16px,5.5vw,38px);transform:translateY(-50%)}.character-card__icon{z-index:2;object-fit:contain;width:92px;height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.character-card__label{text-align:center;color:var(--hara-teal);flex:1;justify-content:center;align-items:center;margin:0;padding:0 20px;font-size:24px;font-weight:700;line-height:1.2;display:flex}@media (width<=1100px){.character-section__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;margin-left:0;margin-right:0}.character-card{height:auto;min-height:260px}.character-card__visual{height:clamp(160px,22vw,211px)}.character-card__icon{width:clamp(64px,10vw,92px);height:clamp(84px,12vw,120px)}.character-card__label{min-height:72px;font-size:clamp(18px,2vw,24px)}}@media (width<=768px){.character-section{min-height:auto;padding:40px 0 48px}.character-section__header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.character-section__plus--left,.character-section__plus--right{display:none}.character-section__cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;width:auto;margin:0 calc(-1*clamp(24px,13vw,188px));padding-bottom:8px;padding-left:clamp(24px,13vw,188px);padding-right:clamp(24px,13vw,188px);display:flex;overflow-x:auto}.character-card{scroll-snap-align:start;flex:0 0 min(340px,85vw);width:min(340px,85vw);height:320px}}@media (width<=480px){.character-card{flex:0 0 min(280px,88vw);width:min(280px,88vw)}}.test-card-modal{z-index:200;-webkit-overflow-scrolling:touch;justify-content:center;align-items:flex-start;padding:72px 24px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.test-card-modal__backdrop{cursor:pointer;background:#1d1d1db3;border:none;position:absolute;inset:0}.test-card-modal__dialog{z-index:1;background:var(--hara-white);-webkit-overflow-scrolling:touch;border-radius:20px;width:100%;max-width:702px;max-height:calc(100dvh - 96px);position:relative;overflow:hidden auto;box-shadow:0 24px 48px #08484333}.test-card-modal__close{width:40px;height:40px;color:var(--hara-white);cursor:pointer;background:0 0;border:none;padding:0;font-size:32px;font-weight:700;line-height:1;transition:opacity .2s;position:absolute;top:-44px;right:0}.test-card-modal__close:hover{opacity:.85}.test-card-modal__hero{background:#e3f8f4;border-radius:20px 20px 0 0;flex-shrink:0;height:343px;position:relative;overflow:hidden}.test-card-modal__hero-img{object-fit:cover;object-position:center;width:100%;height:100%}.test-card-modal__hero-icon{object-fit:contain;width:120px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.test-card-modal__body{padding:24px 32px 32px}.test-card-modal__title{color:var(--hara-dark);margin:0 0 16px;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.2}.test-card-modal__text{text-align:justify;color:var(--hara-dark);margin:0 0 28px;font-size:20px;font-weight:400;line-height:1.5}.test-card-modal__actions{justify-content:flex-end;display:flex}.test-card-modal__cta{background:var(--hara-orange);min-width:230px;height:55px;color:var(--hara-white);cursor:pointer;border:none;border-radius:40px;justify-content:center;align-items:center;padding:0 32px;font-family:inherit;font-size:20px;font-weight:700;text-decoration:none;transition:filter .2s;display:inline-flex}.test-card-modal__cta:hover{filter:brightness(1.05)}@media (width<=768px){.test-card-modal{align-items:flex-start;padding:64px 16px 16px}.test-card-modal__dialog{max-height:calc(100dvh - 80px)}.test-card-modal__hero{height:clamp(200px,45vw,280px)}.test-card-modal__body{padding:20px 20px 24px}.test-card-modal__text{font-size:17px}.test-card-modal__actions{justify-content:stretch}.test-card-modal__cta{width:100%;min-width:unset}.test-card-modal__close{font-size:28px;top:-36px;right:4px}}.tes-karakter-page{background:var(--hara-white);width:100%;overflow-x:hidden}.tes-karakter-page main{padding-top:0}.tes-karakter-page__notice{text-align:center;max-width:720px;color:var(--hara-dark);background:#f4fbfb;border-radius:12px;margin:48px auto;padding:24px 32px}.tes-karakter-page__notice--error{color:#b91c1c;background:#fef2f2}.tes-karakter-page__notice-link{font:inherit;color:var(--hara-teal-mid);cursor:pointer;background:0 0;border:none;margin-top:12px;padding:0;font-weight:700;text-decoration:none;display:inline-block}.karakter-breadcrumb{z-index:1;text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;max-width:1440px;margin:0 auto 83px;padding:23px clamp(24px,13vw,188px) 0;font-size:18px;line-height:1.3;display:flex;position:relative}.karakter-breadcrumb__segment{align-items:center;gap:8px;display:inline-flex}.karakter-breadcrumb__link{color:var(--hara-orange);font-weight:400;transition:opacity .2s}.karakter-breadcrumb__link:hover{opacity:.85}.karakter-breadcrumb__sep{color:var(--hara-dark)}.karakter-breadcrumb__current{color:var(--hara-dark);font-weight:700}.karakter-breadcrumb--spacious{margin-bottom:83px}@media (width<=768px){.karakter-breadcrumb{margin-bottom:48px;padding-top:16px}.karakter-breadcrumb--spacious{margin-bottom:48px}}.character-ticker{z-index:1;text-align:center;width:100%;color:var(--hara-teal-mid);margin:48px 0 80px;padding:14px clamp(24px,13vw,188px);font-size:18px;font-weight:400;line-height:1.3;position:relative}@media (width<=768px){.character-ticker{margin-bottom:56px;font-size:16px;line-height:1.5}}.character-profile-modal{z-index:200;-webkit-overflow-scrolling:touch;justify-content:center;align-items:flex-start;padding:87px clamp(16px,13vw,188px) 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.character-profile-modal__backdrop{cursor:pointer;background:#1d1d1db3;border:none;position:absolute;inset:0}.character-profile-modal__dialog{z-index:1;background:var(--hara-white);-webkit-overflow-scrolling:touch;border-radius:20px;width:100%;max-width:1064px;min-height:584px;max-height:calc(100dvh - 111px);padding:40px 48px;position:relative;overflow-y:auto;box-shadow:0 24px 48px #08484333}.character-profile-modal__close{width:40px;height:40px;color:var(--hara-white);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;font-weight:700;line-height:1;transition:opacity .2s;position:absolute;top:-42px;right:0}.character-profile-modal__close:hover{opacity:.85}.character-profile-modal__layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:clamp(32px,4vw,56px);display:grid}.character-profile-modal__visual{border-radius:20px;justify-content:center;align-items:center;width:100%;height:502px;display:flex;overflow:hidden}.character-profile-modal__image{object-fit:contain;width:88%;height:auto;max-height:408px}.character-profile-modal__content{min-height:0;padding-top:8px}.character-profile-modal__title{color:var(--hara-dark);margin:0 0 36px;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.2}.character-profile-modal__section{margin-bottom:28px}.character-profile-modal__section:last-child{margin-bottom:0}.character-profile-modal__section-title{color:var(--hara-teal-mid);margin:0 0 12px;font-size:24px;font-weight:700;line-height:1.1}.character-profile-modal__list{color:var(--hara-dark);margin:0;padding-left:30px;font-size:20px;font-weight:400;line-height:35px}.character-profile-modal__list li{margin-bottom:0}.character-profile-modal__text{color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}@media (width<=900px){.character-profile-modal{align-items:flex-start;padding-top:72px}.character-profile-modal__dialog{min-height:auto;max-height:calc(100dvh - 96px);padding:28px 24px}.character-profile-modal__layout{grid-template-columns:1fr}.character-profile-modal__visual{max-width:360px;height:clamp(280px,50vw,400px);margin:0 auto}.character-profile-modal__title{margin-bottom:24px}.character-profile-modal__section-title{font-size:20px}.character-profile-modal__list,.character-profile-modal__text{font-size:17px;line-height:1.65}.character-profile-modal__close{top:-36px;right:4px}}.test-detail-page{background:var(--hara-white);min-height:100vh}.test-detail-page__main{padding-top:72px;position:relative;overflow:hidden}.test-detail-page__bg{pointer-events:none;height:830px;position:absolute;inset:0 0 auto}.test-detail-page__bg-img{object-fit:cover;object-position:center top;opacity:.4;width:100%;height:100%;position:absolute;inset:0}.test-detail-page__bg-overlay{background:var(--hara-white);opacity:.7;position:absolute;inset:0}.test-detail-page__inner{z-index:1;max-width:1440px;margin:0 auto;padding:0 clamp(24px,13vw,188px) 80px;position:relative}.test-detail-page__hero{grid-template-columns:minmax(0,525px) minmax(0,1fr);align-items:start;gap:clamp(32px,5vw,72px);margin-bottom:0;display:grid}.test-detail-page__hero-visual{aspect-ratio:525/371;border-radius:40px;width:100%;max-width:525px;position:relative;overflow:hidden}.test-detail-page__hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.test-detail-page__hero-illustration{object-fit:contain;width:42%;height:auto;max-height:77%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.test-detail-page__hero-copy{padding-top:clamp(8px,2vw,24px)}.test-detail-page__title{max-width:502px;color:var(--hara-dark);margin:0 0 24px;font-size:clamp(36px,3.5vw,50px);font-weight:800;line-height:1.1}.test-detail-page__description{text-align:justify;max-width:499px;color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}.test-detail-page__description--error{color:#b91c1c}.test-detail-page__characters{margin-top:0;margin-bottom:56px;padding-top:8px}.test-detail-page__characters-title{text-align:center;color:var(--hara-dark);margin:0 0 48px;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.2}.test-detail-page__characters-status{text-align:center;color:var(--hara-dark);margin:0;font-size:18px}.test-detail-page__characters-status--error{color:#b91c1c}.test-detail-page__characters-grid{grid-template-columns:repeat(4,minmax(0,248px));justify-content:space-between;gap:16px;display:grid}.test-detail-page__character-card{background:var(--character-bg,#f1f9f8);width:100%;height:347px;box-shadow:0 4px 8px var(--character-shadow,#a0d7ce66);cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.test-detail-page__character-card:hover{box-shadow:0 8px 20px var(--character-shadow,#a0d7ce73);transform:translateY(-2px)}.test-detail-page__character-img{object-fit:contain;width:88%;height:auto;max-height:283px}.test-detail-page__completed-note{z-index:2;text-align:center;max-width:560px;color:var(--hara-dark);background:#fff7ed;border:1px solid #f5c48a;border-radius:12px;margin:0 auto 16px;padding:14px 18px;font-size:16px;line-height:1.5;position:relative}.test-detail-page__cta-wrap{z-index:2;justify-content:center;padding-top:24px;display:flex;position:relative}.test-detail-page__cta{background:var(--hara-orange);min-width:287px;height:59px;color:var(--hara-white);cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;padding:0 32px;font-family:inherit;font-size:20px;font-weight:700;line-height:35px;text-decoration:none;transition:filter .2s;display:inline-flex}.test-detail-page__cta:hover{filter:brightness(1.05)}.test-detail-page__cta--loading{opacity:.6;pointer-events:none}@media (width<=1100px){.test-detail-page__characters-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px;margin:0 auto}}@media (width<=768px){.test-detail-page__hero{grid-template-columns:1fr}.test-detail-page__hero-visual{max-width:none}.test-detail-page__hero-copy{padding-top:0}.test-detail-page__description{font-size:17px;line-height:1.65}.test-detail-page__characters-grid{grid-template-columns:1fr;max-width:280px}.test-detail-page__cta{width:100%;min-width:unset}}.test-instruction-page{background:var(--hara-white);min-height:100vh}.test-instruction-page__inner{max-width:1180px;margin:0 auto;padding:48px clamp(20px,5vw,64px) 64px}.test-instruction-page__back{color:var(--hara-orange);margin-bottom:36px;font-size:18px;font-weight:400;line-height:1.3;transition:opacity .2s;display:inline-block}.test-instruction-page__back:hover{opacity:.85}.test-instruction-page__title{text-align:center;color:var(--hara-dark);margin:0 0 40px;font-size:clamp(40px,4.5vw,64px);font-weight:700;line-height:1.1}.test-instruction-page__error{text-align:center;color:#b91c1c;margin:-24px 0 32px;font-size:16px}.test-instruction-page__notice{background:#fff7ed;border:1px solid #f5c48a;border-radius:12px;max-width:640px;margin:-24px auto 32px;padding:16px 20px}.test-instruction-page__notice-text{text-align:center;color:var(--hara-dark);margin:0;font-size:16px;line-height:1.5}.test-instruction-page__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:40px 48px;display:grid}.test-instruction-page__section{margin-bottom:40px}.test-instruction-page__section:last-child{margin-bottom:0}.test-instruction-page__heading{color:var(--hara-teal-mid);margin:0 0 16px;font-size:24px;font-weight:700;line-height:35px}.test-instruction-page__text{max-width:none;color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}.test-instruction-page__list{max-width:none;color:var(--hara-dark);margin:0;padding-left:30px;font-size:20px;font-weight:400;line-height:35px}.test-instruction-page__list li{margin-bottom:0}.test-instruction-page__aside{flex-direction:column;align-items:center;width:100%;max-width:480px;margin:0 auto;display:flex}.test-instruction-page__visual{aspect-ratio:525/371;border-radius:40px;width:100%;margin-bottom:40px;position:relative;overflow:hidden}.test-instruction-page__visual-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.test-instruction-page__visual-illustration{object-fit:contain;width:42%;height:auto;max-height:77%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.test-instruction-page__cta{background:var(--hara-orange);width:100%;max-width:342px;height:59px;color:var(--hara-white);cursor:pointer;border:none;border-radius:30px;font-family:inherit;font-size:20px;font-weight:700;line-height:35px;transition:filter .2s}.test-instruction-page__cta:hover:not(:disabled){filter:brightness(1.05)}.test-instruction-page__cta:disabled{opacity:.55;cursor:not-allowed}.test-instruction-page__cta--result{background:var(--hara-teal,#2a9d8f)}@media (width<=1100px){.test-instruction-page__layout{grid-template-columns:1fr;gap:32px}.test-instruction-page__aside{max-width:420px}}@media (width<=768px){.test-instruction-page__inner{padding:32px 20px 48px}.test-instruction-page__title{margin-bottom:40px}.test-instruction-page__text,.test-instruction-page__list{font-size:17px;line-height:1.65}.test-instruction-page__heading{font-size:20px;line-height:1.4}.test-instruction-page__cta{max-width:none}}.test-quiz-header{z-index:10;background:var(--hara-white);position:sticky;top:0;box-shadow:0 2px 4px #00000014}.test-quiz-header__inner{align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:40px clamp(20px,5vw,64px) 44px;display:flex}.test-quiz-header__track{border:1px solid var(--hara-teal-mid);background:#ecfffd;border-radius:30px;flex:1;height:24px;overflow:hidden}.test-quiz-header__fill{background:var(--hara-teal-mid);border-radius:30px;height:100%;transition:width .3s}.test-quiz-header__page{color:var(--hara-teal-mid);white-space:nowrap;flex-shrink:0;margin:0;font-size:24px;font-weight:400;line-height:35px}.test-quiz-header__page strong{font-weight:700}@media (width<=768px){.test-quiz-header__inner{flex-direction:column;align-items:stretch;gap:12px;padding:24px 20px 28px}.test-quiz-header__page{text-align:right;font-size:18px;line-height:1.4}}.test-quiz-page{background:var(--hara-white);min-height:100vh}.test-quiz-page__main{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,64px) 48px}.test-quiz-page__status{text-align:center;color:var(--hara-dark);margin:32px 0 0;font-size:18px}.test-quiz-page__status--error{color:#b91c1c}.test-quiz-page__questions{flex-direction:column;display:flex}.test-quiz-question{background:var(--hara-white);padding:32px 0 28px}.test-quiz-question--alt{background:#f9fcfc;margin-left:calc(-1*clamp(20px,5vw,64px));margin-right:calc(-1*clamp(20px,5vw,64px));padding-left:clamp(20px,5vw,64px);padding-right:clamp(20px,5vw,64px)}.test-quiz-question__prompt{color:var(--hara-dark);margin:0 0 20px;font-size:24px;font-weight:600;line-height:35px}.test-quiz-question__options{flex-direction:column;gap:12px;display:flex}.test-quiz-option{background:var(--hara-white);width:100%;min-height:58px;color:var(--hara-dark);text-align:left;cursor:pointer;border:1px solid #eaa359;border-radius:8px;padding:12px 20px;font-family:inherit;font-size:20px;font-weight:400;line-height:35px;transition:background .2s,color .2s}.test-quiz-option--selected{color:var(--hara-white);background:#eaa359}.test-quiz-option:hover:not(.test-quiz-option--selected){background:#fff9f3}.test-quiz-page__footer{grid-template-columns:minmax(0,200px) minmax(0,200px) minmax(320px,1fr);align-items:center;gap:16px;margin-top:48px;padding-top:24px;display:grid}.test-quiz-page__btn{cursor:pointer;border-radius:30px;height:59px;font-family:inherit;font-size:20px;font-weight:700;line-height:35px;transition:filter .2s,opacity .2s}.test-quiz-page__btn:disabled{opacity:.5;cursor:not-allowed}.test-quiz-page__btn--cancel{background:var(--hara-white);color:#a1a1a1;border:1px solid #a1a1a1}.test-quiz-page__btn--back{border:1px solid var(--hara-orange);background:var(--hara-white);color:var(--hara-orange);justify-self:center}.test-quiz-page__btn--next{background:var(--hara-orange);color:var(--hara-white);border:none;justify-self:end;min-width:320px;height:64px;padding:0 40px;font-size:22px}.test-quiz-page__btn:not(:disabled):hover{filter:brightness(1.05)}@media (width<=900px){.test-quiz-page__footer{grid-template-columns:1fr;justify-content:stretch}.test-quiz-page__btn--back,.test-quiz-page__btn--next{justify-self:stretch}.test-quiz-question__prompt{font-size:20px;line-height:1.4}.test-quiz-option{font-size:17px;line-height:1.5}}.test-result-page{background:var(--hara-white);min-height:100vh;position:relative;overflow:hidden}.test-result-page__bg{pointer-events:none;height:828px;position:absolute;inset:0 0 auto}.test-result-page__bg-img{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.test-result-page__bg-overlay{background:var(--hara-white);opacity:.7;position:absolute;inset:0}.test-result-page__main{z-index:1;max-width:1180px;margin:0 auto;padding:48px clamp(20px,5vw,64px) 64px;position:relative}.test-result-page__status{text-align:center;color:var(--hara-dark);margin:0 0 24px;font-size:18px}.test-result-page__status--error{color:#b91c1c}.test-result-page__hero{grid-template-columns:minmax(0,432px) minmax(0,1fr);align-items:start;gap:40px 48px;margin-bottom:40px;display:grid}.test-result-page__card{aspect-ratio:432/555;background:#fdf9ef;border-radius:12px;width:100%;max-width:432px;overflow:hidden}.test-result-page__card-img{object-fit:cover;width:100%;height:100%}.test-result-page__hero-copy{padding-top:8px}.test-result-page__eyebrow{color:var(--hara-dark);margin:0 0 16px;font-size:clamp(22px,2.5vw,30px);font-weight:400;line-height:35px}.test-result-page__title{color:var(--hara-dark);margin:0 0 32px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.15}.test-result-page__meta{margin-bottom:24px}.test-result-page__meta-label{color:var(--hara-teal);margin:0 0 8px;font-size:24px;font-weight:700;line-height:35px}.test-result-page__meta-value{color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}.test-result-page__meta-value--large{font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.2}.test-result-page__meta-value--shadow{font-size:32px;font-weight:400;line-height:35px}.test-result-page__traits{color:var(--hara-dark);margin:0;padding-left:30px;font-size:20px;font-weight:400;line-height:35px}.test-result-page__summary{color:var(--hara-dark);background:#ffffffbf;margin:0 0 48px;padding:32px 0;font-size:20px;font-weight:400;line-height:35px}.test-result-page__detail{background:#f9fcfc;grid-template-columns:minmax(0,612px) minmax(0,1fr);align-items:start;gap:40px;margin-bottom:40px;margin-left:calc(-1*clamp(20px,5vw,64px));margin-right:calc(-1*clamp(20px,5vw,64px));padding:40px clamp(20px,5vw,64px);display:grid}.test-result-page__scene{width:100%;max-width:612px}.test-result-page__scene-img{width:100%;height:auto;display:block}.test-result-page__detail-copy{padding-top:24px}.test-result-page__detail-block{margin-bottom:28px}.test-result-page__detail-block:last-child{margin-bottom:0}.test-result-page__detail-label{color:var(--hara-teal);margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.2}.test-result-page__detail-text,.test-result-page__recommendations{color:var(--hara-dark);margin:0;font-size:20px;font-weight:400;line-height:35px}.test-result-page__recommendations{padding-left:30px}.test-result-page__email-note{text-align:center;color:var(--hara-teal);margin:0 0 32px;font-size:20px;font-weight:400;line-height:35px}.test-result-page__next-banner{background:#e6f8f6;grid-template-columns:161px 1fr;align-items:center;gap:0;max-width:884px;min-height:116px;margin:0 auto 40px;display:grid}.test-result-page__next-icon{background:var(--hara-white);height:116px;color:var(--hara-teal);border:2px solid #e6f8f6;justify-content:center;align-items:center;font-size:80px;font-weight:700;line-height:1;display:flex}.test-result-page__next-text{color:var(--hara-dark);margin:0;padding:20px 24px;font-size:20px;font-weight:400;line-height:35px}.test-result-page__next-text strong{font-weight:700}.test-result-page__actions{grid-template-columns:repeat(2,minmax(0,338px));justify-content:center;gap:24px;display:grid}.test-result-page__btn{cursor:pointer;border-radius:30px;justify-content:center;align-items:center;height:59px;padding:0 24px;font-family:inherit;font-size:20px;font-weight:700;line-height:35px;text-decoration:none;transition:filter .2s;display:inline-flex}.test-result-page__btn:hover{filter:brightness(1.05)}.test-result-page__btn--outline{border:1px solid var(--hara-orange);background:var(--hara-white);color:var(--hara-orange)}.test-result-page__btn--fill{background:var(--hara-orange);color:var(--hara-white);border:none}@media (width<=1000px){.test-result-page__hero,.test-result-page__detail{grid-template-columns:1fr}.test-result-page__card{max-width:360px;margin:0 auto}.test-result-page__scene{max-width:100%}.test-result-page__next-banner{grid-template-columns:80px 1fr;max-width:none}.test-result-page__next-icon{height:auto;min-height:116px;font-size:48px}}@media (width<=768px){.test-result-page__main{padding-top:32px}.test-result-page__actions{grid-template-columns:1fr}.test-result-page__summary,.test-result-page__detail-text,.test-result-page__traits,.test-result-page__recommendations,.test-result-page__next-text{font-size:17px;line-height:1.65}}.test-payment-page{background:var(--hara-white);min-height:100vh}.test-payment-page__main{max-width:720px;margin:0 auto;padding:48px clamp(20px,5vw,64px) 64px}.test-payment-page__back{color:var(--hara-orange);margin-bottom:36px;font-size:18px;font-weight:400;line-height:1.3;transition:opacity .2s;display:inline-block}.test-payment-page__back:hover{opacity:.85}.test-payment-page__card{background:linear-gradient(#fff8f1 0%,#fff 55%);border:1px solid #f0d7bf;border-radius:28px;padding:40px clamp(24px,4vw,48px)}.test-payment-page__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--hara-teal-mid,#2a9d8f);margin:0 0 8px;font-size:14px;font-weight:600}.test-payment-page__title{color:var(--hara-dark);margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15}.test-payment-page__copy{color:var(--hara-dark);margin:0 0 28px;font-size:17px;line-height:1.6}.test-payment-page__amount-box{background:#fff;border:1px solid #ead9c8;border-radius:16px;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex}.test-payment-page__amount-label{color:var(--hara-dark);font-size:16px}.test-payment-page__amount{color:var(--hara-orange);font-size:clamp(24px,3vw,32px);font-weight:700}.test-payment-page__status{color:var(--hara-dark);margin:0 0 16px;font-size:15px;line-height:1.5}.test-payment-page__status--error{color:#b91c1c}.test-payment-page__cta{background:var(--hara-orange);width:100%;height:56px;color:var(--hara-white);cursor:pointer;border:none;border-radius:30px;font-family:inherit;font-size:18px;font-weight:700;transition:filter .2s}.test-payment-page__cta:hover:not(:disabled){filter:brightness(1.05)}.test-payment-page__cta:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.test-payment-page__main{padding:32px 20px 48px}.test-payment-page__amount-box{flex-direction:column;align-items:flex-start}}.test-list-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:calc(100% + 80px);margin-left:-40px;margin-right:-40px;display:grid}.test-list-card{background:var(--hara-white);border-radius:20px;outline:none;width:100%;min-width:0;height:285px;position:relative;overflow:hidden;box-shadow:0 4px 8px #2f9a9133}.test-list-card__default,.test-list-card__hover{flex-direction:column;transition:opacity .25s;display:flex;position:absolute;inset:0}.test-list-card__hover{opacity:0;background:var(--hara-teal-mid);pointer-events:none}.test-list-card:hover .test-list-card__default{opacity:0}.test-list-card:hover .test-list-card__hover{opacity:1;pointer-events:auto}@media (hover:none){.test-list-card__hover{opacity:0;pointer-events:none}.test-list-card:focus-within .test-list-card__default{opacity:0}.test-list-card:focus-within .test-list-card__hover{opacity:1;pointer-events:auto}}.test-list-card__visual{flex-shrink:0;height:205px;position:relative;overflow:hidden}.test-list-card__bg{object-fit:cover;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.test-list-card__icon{object-fit:contain;width:auto;max-width:85%;height:132px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.test-list-card__label{text-align:center;color:var(--hara-teal-mid);flex:1;justify-content:center;align-items:center;margin:0;padding:0 12px;font-size:20px;font-weight:700;line-height:1.2;display:flex}.test-list-card__label--hover{color:var(--hara-white)}.test-list-card__actions{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:20px 16px 8px;display:flex}.test-list-card__btn{cursor:pointer;border-radius:40px;width:171px;height:45px;font-family:inherit;font-size:16px;font-weight:700;transition:filter .2s}.test-list-card__btn:hover{filter:brightness(1.05)}.test-list-card__btn--outline{border:1px solid var(--hara-peach);color:var(--hara-peach);background:0 0}.test-list-card__btn--fill{background:var(--hara-peach);color:var(--hara-teal-mid);border:none}@media (width<=1200px){.test-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none;margin:0}}@media (width<=560px){.test-list-grid{grid-template-columns:1fr;max-width:none}.test-list-card{height:auto;min-height:285px}}.karakter-list-page{background:#f9fcfc;min-height:100vh}.karakter-list-page__main{padding-top:72px}.karakter-list-page__inner{max-width:1440px;margin:0 auto;padding:0 clamp(24px,13vw,188px) 80px}.karakter-list-page__title{text-align:center;max-width:671px;color:var(--hara-dark);margin:0 auto 32px;font-size:clamp(32px,3.5vw,50px);font-weight:700;line-height:1.15}.karakter-list-page__description{text-align:center;max-width:1064px;color:var(--hara-dark);margin:0 auto 80px;font-size:20px;font-weight:400;line-height:35px}@media (width<=768px){.karakter-list-page__description{margin-bottom:48px;font-size:17px;line-height:1.65}}.profile-sidebar{flex-shrink:0;width:251px}.profile-sidebar__user{color:var(--hara-dark);align-items:center;gap:14px;margin-bottom:40px;text-decoration:none;display:flex}.profile-sidebar__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.profile-sidebar__name{color:var(--hara-dark);font-size:16px;font-weight:500;line-height:1.3}.profile-sidebar__divider{background:#d9d9d9;height:1px;margin:0 0 24px}.profile-sidebar__list{flex-direction:column;gap:24px;margin:0 0 24px;padding:0;list-style:none;display:flex}.profile-sidebar__logout-wrap{flex-direction:column;display:flex}.profile-sidebar__item{width:100%;min-height:40px;color:var(--hara-dark);text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;margin:0 -14px;padding:4px 14px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.3;text-decoration:none;transition:opacity .2s,background .2s;display:flex}.profile-sidebar__item:hover,.profile-sidebar__item:focus-visible{opacity:.8}.profile-sidebar__item--active{color:var(--hara-dark);opacity:1;background:#ebebeb;font-weight:500}.profile-sidebar__icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.profile-sidebar__icon img{object-fit:contain;width:24px;height:24px}.profile-sidebar__label{flex:1}@media (width<=900px){.profile-sidebar{width:100%;max-width:360px}.profile-sidebar__user{margin-bottom:28px}.profile-sidebar__list{gap:16px}}.profile-page{background:var(--hara-white);min-height:100vh}.profile-page__layout{box-sizing:border-box;grid-template-columns:251px minmax(0,793px);align-items:start;column-gap:20px;width:100%;max-width:1440px;margin:72px auto 0;padding:34px clamp(24px,13.06vw,188px) 80px;display:grid}.profile-page__main{width:100%;min-width:0}.profile-page__title{color:var(--hara-dark);margin:0 0 40px;font-size:30px;font-weight:700;line-height:1.2}.profile-page__status{color:var(--hara-dark);margin:0 0 24px;font-size:16px;line-height:1.5}.profile-page__status--error{color:#b91c1c}.profile-page__inline-link{color:var(--hara-orange);font-weight:700;text-decoration:none}.profile-page__inline-link:hover{text-decoration:underline}.profile-page__stats{grid-template-columns:repeat(3,251px);gap:20px;width:793px;max-width:100%;margin-bottom:68px;display:grid}.profile-stat-card{background:var(--hara-white);border:1px solid #06ac9f;border-radius:8px;flex-shrink:0;grid-template-columns:155px 96px;width:251px;height:120px;display:grid;overflow:hidden}.profile-stat-card__label{color:var(--hara-white);background:linear-gradient(160deg,#06ac9f 0%,#198f86 55%,#084843 100%);flex-direction:column;justify-content:center;padding:18px 12px 18px 14px;font-size:20px;font-weight:700;line-height:1.12;display:flex}.profile-stat-card__label span{display:block}.profile-stat-card__count{color:#198f86;justify-content:center;align-items:center;margin:0;font-size:50px;font-weight:700;line-height:1;display:flex}.profile-page__section-title{color:var(--hara-dark);margin:0 0 32px;font-size:24px;font-weight:700;line-height:1.2}.profile-page__recent-grid{grid-template-columns:repeat(3,251px);gap:20px;width:793px;max-width:100%;display:grid}.profile-recent-card__link{width:251px;max-width:100%;color:inherit;text-decoration:none;transition:transform .2s;display:block}.profile-recent-card__link:hover{transform:translateY(-2px)}.profile-recent-card{background:var(--recent-bg);width:251px;max-width:100%;height:351px;box-shadow:0 4px 8px var(--recent-shadow);box-sizing:border-box;border-radius:20px;justify-content:center;align-items:flex-end;padding:32px 14px 28px;display:flex;overflow:hidden}.profile-recent-card__image{object-fit:contain;object-position:center bottom;width:100%;max-width:223px;height:auto;max-height:286px;display:block}@media (width<=1200px){.profile-page__layout{grid-template-columns:251px minmax(0,1fr)}.profile-page__stats,.profile-page__recent-grid{scrollbar-width:thin;grid-template-columns:repeat(3,251px);width:max-content;max-width:100%;padding-bottom:4px;overflow-x:auto}}@media (width<=900px){.profile-page__layout{grid-template-columns:1fr;row-gap:32px;padding-top:28px}.profile-page__title{margin-bottom:32px}.profile-page__stats{grid-template-columns:1fr;margin-bottom:40px}.profile-page__recent-grid{grid-template-columns:1fr}.profile-stat-card{grid-template-columns:155px 1fr;max-width:360px}.profile-recent-card__link,.profile-recent-card{max-width:360px;margin:0 auto}.profile-recent-card{height:clamp(320px,88vw,351px)}}.edit-profile-page__status{color:var(--hara-dark);margin:0;font-size:18px}.edit-profile-page__form{width:100%;max-width:522px}.edit-profile-page__error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin:0 0 20px;padding:12px 16px;font-size:14px;line-height:1.4}.edit-profile-page__field{margin-bottom:24px}.edit-profile-page__field label{color:var(--hara-dark);margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3;display:block}.edit-profile-page__field input,.edit-profile-page__select-wrap select{background:var(--hara-white);width:100%;height:58px;color:var(--hara-dark);border:1px solid #eaa359;border-radius:8px;padding:0 20px;font-family:inherit;font-size:18px;font-weight:400}.edit-profile-page__field input::placeholder{color:#cecece}.edit-profile-page__field input:focus,.edit-profile-page__select-wrap select:focus{outline:2px solid var(--hara-teal-mid);outline-offset:1px}.edit-profile-page__input--readonly{color:#084843a6;cursor:not-allowed;background:#f7f7f7}.edit-profile-page__row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.edit-profile-page__row .edit-profile-page__field{margin-bottom:24px}.edit-profile-page__select-wrap{position:relative}.edit-profile-page__select-wrap select{appearance:none;cursor:pointer;padding-right:40px}.edit-profile-page__chevron{color:var(--hara-orange);pointer-events:none;font-size:14px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.edit-profile-page__date-wrap{position:relative}.edit-profile-page__date-wrap .edit-profile-page__date-input{cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;padding-right:48px}.edit-profile-page__date-wrap .edit-profile-page__date-input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:48px;height:100%;position:absolute;right:0}.edit-profile-page__calendar-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.edit-profile-page__calendar-btn img{object-fit:contain;pointer-events:none;display:block}.edit-profile-page__actions{align-items:center;gap:16px;margin-top:8px;display:flex}.edit-profile-page__cancel{background:var(--hara-white);color:#a1a1a1;border:1px solid #a1a1a1;border-radius:30px;justify-content:center;align-items:center;min-width:244px;height:59px;font-size:20px;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.edit-profile-page__cancel:hover{border-color:var(--hara-dark);color:var(--hara-dark)}.edit-profile-page__submit{background:var(--hara-orange);min-width:244px;height:59px;color:var(--hara-white);cursor:pointer;border:none;border-radius:30px;font-family:inherit;font-size:20px;font-weight:700;transition:transform .2s,box-shadow .2s}.edit-profile-page__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #ff830059}.edit-profile-page__submit:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.edit-profile-page__row{grid-template-columns:1fr;gap:0}.edit-profile-page__actions{flex-direction:column-reverse;align-items:stretch}.edit-profile-page__cancel,.edit-profile-page__submit{width:100%;min-width:unset}}.my-tests-section{margin-bottom:48px}.my-tests-section:last-child{margin-bottom:0}.my-tests-section .profile-page__section-title{margin-bottom:24px}.my-tests-grid{grid-template-columns:repeat(3,251px);gap:20px;width:793px;max-width:100%;display:grid}.my-test-card__link{width:251px;max-width:100%;color:inherit;text-decoration:none;display:block}.my-test-card__link:hover .my-test-card:not(.my-test-card--locked){transform:translateY(-2px)}.my-test-card{background:var(--hara-white);border-radius:8px;width:251px;max-width:100%;height:177px;transition:transform .2s;overflow:hidden;box-shadow:0 4px 8px #2f9a9133}.my-test-card__visual{height:123px;position:relative;overflow:hidden}.my-test-card__bg{object-fit:cover;object-position:center;opacity:.7;width:100%;height:100%;display:block}.my-test-card__display{text-align:left;pointer-events:none;z-index:1;flex-direction:column;width:108px;font-family:Bangers,cursive;font-size:24px;font-weight:400;line-height:1;display:flex;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.my-test-card__display span{display:block}.my-test-card__icon{object-fit:contain;pointer-events:none;z-index:2;width:54px;height:auto;max-height:70px;position:absolute;top:50%;left:50%;transform:translate(-20%,-50%)}.my-test-card__label{text-align:center;color:#198f86;justify-content:center;align-items:center;height:54px;margin:0;padding:0 12px;font-size:18px;font-weight:700;line-height:1.2;display:flex}.my-test-card--locked .my-test-card__bg{filter:grayscale()}.my-test-card--locked .my-test-card__icon{filter:grayscale();opacity:.85}.my-test-card--locked .my-test-card__label{color:#d9d9d9}@media (width<=1200px){.my-tests-grid{scrollbar-width:thin;grid-template-columns:repeat(3,251px);width:max-content;max-width:100%;padding-bottom:4px;overflow-x:auto}}@media (width<=900px){.my-tests-grid{grid-template-columns:1fr;width:100%}.my-test-card__link,.my-test-card{width:100%;max-width:360px;margin:0 auto}}.pembayaran-page__section{width:100%;max-width:795px}.pembayaran-page__section-title{color:var(--hara-dark);margin:0 0 16px;font-size:24px;font-weight:700;line-height:35px}.pembayaran-page__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pembayaran-page__row{background:var(--hara-white);box-sizing:border-box;border-radius:8px;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.8fr);align-items:center;gap:12px 20px;min-height:64px;padding:12px 28px;display:grid;box-shadow:0 4px 8px #2f9a9133}.pembayaran-page__package,.pembayaran-page__date,.pembayaran-page__time,.pembayaran-page__amount{margin:0;font-size:16px;line-height:1.3}.pembayaran-page__package{color:#198f86;font-weight:700}.pembayaran-page__date,.pembayaran-page__time,.pembayaran-page__amount{color:var(--hara-dark);font-weight:400}@media (width<=900px){.pembayaran-page__row{grid-template-columns:1fr 1fr;gap:8px 16px;padding:16px 20px}.pembayaran-page__package{grid-column:1/-1}}@media (width<=520px){.pembayaran-page__row{grid-template-columns:1fr}.pembayaran-page__section-title{font-size:20px;line-height:1.3}}
