.VerifyEmail-module__Qkj8Eq__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.VerifyEmail-module__Qkj8Eq__bgGlow{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.VerifyEmail-module__Qkj8Eq__glowTop{filter:blur(80px);background:radial-gradient(circle,#4f46e514 0%,#0000 70%);width:60%;height:40%;position:absolute;top:-10%;left:20%}.VerifyEmail-module__Qkj8Eq__main{z-index:1;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.VerifyEmail-module__Qkj8Eq__card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:2.5rem;width:100%;max-width:480px;padding:4rem 3rem;animation:.6s cubic-bezier(.16,1,.3,1) VerifyEmail-module__Qkj8Eq__slideUp;box-shadow:0 10px 30px -10px #0000000d}@keyframes VerifyEmail-module__Qkj8Eq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VerifyEmail-module__Qkj8Eq__iconWrapper{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2.5rem;display:flex}.VerifyEmail-module__Qkj8Eq__loader{border:3px solid var(--secondary);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite VerifyEmail-module__Qkj8Eq__spin}@keyframes VerifyEmail-module__Qkj8Eq__spin{to{transform:rotate(360deg)}}.VerifyEmail-module__Qkj8Eq__successIcon{color:#10b981;border-radius:inherit;background:#10b9811a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.VerifyEmail-module__Qkj8Eq__errorIcon{color:#ef4444;border-radius:inherit;background:#ef44441a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.VerifyEmail-module__Qkj8Eq__title{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:800}.VerifyEmail-module__Qkj8Eq__message{color:var(--muted-foreground);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.VerifyEmail-module__Qkj8Eq__actions{flex-direction:column;gap:1rem;display:flex}.VerifyEmail-module__Qkj8Eq__primaryBtn{background:var(--brand-gradient);color:#fff;border-radius:1.25rem;justify-content:center;align-items:center;height:60px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #4f46e54d}.VerifyEmail-module__Qkj8Eq__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.VerifyEmail-module__Qkj8Eq__primaryBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.VerifyEmail-module__Qkj8Eq__secondaryBtn{height:52px;color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:1.25rem;justify-content:center;align-items:center;font-weight:600;transition:background .15s;display:flex}.VerifyEmail-module__Qkj8Eq__secondaryBtn:hover{background:var(--secondary,#f1f5f9)}.VerifyEmail-module__Qkj8Eq__pendingIcon{color:#4f46e5;border-radius:inherit;background:#4f46e51a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.VerifyEmail-module__Qkj8Eq__noticeSuccess{color:#047857;text-align:left;background:#10b98114;border:1px solid #10b9814d;border-radius:10px;margin-bottom:1rem;padding:10px 14px;font-size:.875rem}.VerifyEmail-module__Qkj8Eq__noticeError{color:#b91c1c;text-align:left;background:#ef444414;border:1px solid #ef44444d;border-radius:10px;margin-bottom:1rem;padding:10px 14px;font-size:.875rem}.VerifyEmail-module__Qkj8Eq__hint{color:var(--muted-foreground);margin-top:1.25rem;font-size:.875rem}.VerifyEmail-module__Qkj8Eq__linkButton{color:var(--primary,#4f46e5);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.VerifyEmail-module__Qkj8Eq__linkButton:hover{text-decoration:underline}
.LandingNavbar-module__QH62dW__navbar{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#fff;border-bottom:1px solid #0000000d;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.LandingNavbar-module__QH62dW__container{justify-content:space-between;align-items:center;width:100%;max-width:1320px;margin:0 auto;padding:0 2rem;display:flex}.LandingNavbar-module__QH62dW__logo{color:var(--primary);align-items:center;gap:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.LandingNavbar-module__QH62dW__logoIcon{background:url(/logo.jpeg) 50%/cover no-repeat;border-radius:8px;width:32px;height:32px}.LandingNavbar-module__QH62dW__navLinks{gap:2.5rem;display:flex}.LandingNavbar-module__QH62dW__navLinks a{color:var(--muted-foreground);font-size:.9375rem;font-weight:500;transition:color .2s}.LandingNavbar-module__QH62dW__navLinks a:hover{color:var(--primary)}.LandingNavbar-module__QH62dW__authLinks{align-items:center;gap:1.5rem;display:flex}.LandingNavbar-module__QH62dW__loginBtn{color:var(--foreground);font-size:.9375rem;font-weight:600}.LandingNavbar-module__QH62dW__signupBtn{background:var(--brand-gradient);color:#fff;border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #4f46e533}.LandingNavbar-module__QH62dW__signupBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e54d}.LandingNavbar-module__QH62dW__dashboardLink{border:1px solid var(--border);border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600}.LandingNavbar-module__QH62dW__logoutBtn{color:#ef4444;font-size:.9375rem;font-weight:600}@media (max-width:768px){.LandingNavbar-module__QH62dW__container{padding:0 1.5rem}.LandingNavbar-module__QH62dW__navLinks{display:none}.LandingNavbar-module__QH62dW__authLinks{gap:.75rem}.LandingNavbar-module__QH62dW__signupBtn{padding:.6rem 1rem;font-size:.875rem}.LandingNavbar-module__QH62dW__loginBtn{font-size:.875rem}.LandingNavbar-module__QH62dW__mobileMenuBtn{z-index:1001;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:0;display:flex}.LandingNavbar-module__QH62dW__mobileMenuBtn span{background-color:var(--foreground);width:24px;height:2px;margin:0 auto;transition:all .3s;display:block}.LandingNavbar-module__QH62dW__mobileMenuOpen .LandingNavbar-module__QH62dW__mobileMenuBtn span:first-child{transform:translateY(8px)rotate(45deg)}.LandingNavbar-module__QH62dW__mobileMenuOpen .LandingNavbar-module__QH62dW__mobileMenuBtn span:nth-child(2){opacity:0}.LandingNavbar-module__QH62dW__mobileMenuOpen .LandingNavbar-module__QH62dW__mobileMenuBtn span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.LandingNavbar-module__QH62dW__mobileOverlay{z-index:1000;opacity:0;pointer-events:none;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-20px)}.LandingNavbar-module__QH62dW__mobileOverlayVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.LandingNavbar-module__QH62dW__mobileLinks{flex-direction:column;align-items:center;gap:2rem;display:flex}.LandingNavbar-module__QH62dW__mobileLinks a{color:var(--foreground);font-size:1.5rem;font-weight:600}.LandingNavbar-module__QH62dW__logoutBtnMobile{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:1.5rem;font-weight:600}.LandingNavbar-module__QH62dW__signupBtnMobile{text-align:center;width:80%;background:var(--brand-gradient)!important;color:#fff!important;border-radius:10px!important;padding:.75rem 2rem!important}.LandingNavbar-module__QH62dW__dashboardLink,.LandingNavbar-module__QH62dW__logoutBtn,.LandingNavbar-module__QH62dW__loginBtn,.LandingNavbar-module__QH62dW__signupBtn{display:none!important}}@media (min-width:769px){.LandingNavbar-module__QH62dW__mobileMenuBtn,.LandingNavbar-module__QH62dW__mobileOverlay{display:none}}
.FreePlanNotice-module__P8aTVG__noticeBanner{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(90deg,#3b82f61a 0%,#9333ea1a 100%);border-bottom:1px solid #ffffff1a;padding:1.25rem 1rem;position:relative}.FreePlanNotice-module__P8aTVG__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.FreePlanNotice-module__P8aTVG__content{align-items:center;gap:.75rem;display:flex}.FreePlanNotice-module__P8aTVG__icon{color:#8b5cf6;align-items:center;display:flex}.FreePlanNotice-module__P8aTVG__text{color:#0a0000e6;margin:0;font-size:.875rem}.FreePlanNotice-module__P8aTVG__text strong{color:#0f172a;font-weight:600}.FreePlanNotice-module__P8aTVG__upgradeLink{color:#fff;white-space:nowrap;background:#0f172a;border-radius:2rem;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.FreePlanNotice-module__P8aTVG__upgradeLink:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.FreePlanNotice-module__P8aTVG__container{text-align:center;flex-direction:column;gap:.5rem}.FreePlanNotice-module__P8aTVG__text{font-size:.8rem}}
.Footer-module__5ccyyG__footer{background-color:var(--secondary);border-top:1px solid var(--border);padding:6rem 2rem 3rem}.Footer-module__5ccyyG__container{max-width:1320px;margin:0 auto}.Footer-module__5ccyyG__top{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__5ccyyG__brand{max-width:300px}.Footer-module__5ccyyG__logo{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__5ccyyG__logoIcon{background:url(/logo.jpeg) 50%/cover no-repeat;border-radius:8px;width:32px;height:32px}.Footer-module__5ccyyG__brand p{color:var(--muted-foreground);line-height:1.6}.Footer-module__5ccyyG__links{gap:6rem;display:flex}.Footer-module__5ccyyG__linkGroup h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem}.Footer-module__5ccyyG__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__5ccyyG__linkGroup a{color:var(--muted-foreground);transition:color .2s}.Footer-module__5ccyyG__linkGroup a:hover{color:var(--primary)}.Footer-module__5ccyyG__bottom{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:768px){.Footer-module__5ccyyG__top{flex-direction:column;gap:3rem}.Footer-module__5ccyyG__links{gap:3rem}}
.SocialShare-module__918G0W__wrapper{align-items:center;gap:.75rem;display:inline-flex;position:relative}.SocialShare-module__918G0W__label{color:#64748b;font-size:.875rem;font-weight:500}.SocialShare-module__918G0W__buttons{gap:.5rem;display:inline-flex}.SocialShare-module__918G0W__btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;text-decoration:none;transition:all .15s;display:inline-flex}.SocialShare-module__918G0W__btn:hover{color:#4f46e5;background:#f1f5f9;border-color:#c7d2fe;transform:translateY(-1px)}.SocialShare-module__918G0W__compact .SocialShare-module__918G0W__btn{border-radius:6px;width:32px;height:32px}.SocialShare-module__918G0W__copiedToast{color:#fff;white-space:nowrap;background:#0f172a;border-radius:6px;padding:4px 10px;font-size:.75rem;animation:.2s SocialShare-module__918G0W__fadeInUp;position:absolute;bottom:-28px;right:0}@keyframes SocialShare-module__918G0W__fadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.Button-module__8RiFmG__button{border-radius:var(--radius,.75rem);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 14px #4f46e563}.Button-module__8RiFmG__primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #4f46e53b}.Button-module__8RiFmG__secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover{background:var(--secondary-hover);border-color:var(--ring)}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--foreground);background:0 0}.Button-module__8RiFmG__outline:hover{background:var(--secondary);border-color:var(--ring)}.Button-module__8RiFmG__ghost{color:var(--foreground);background:0 0}.Button-module__8RiFmG__ghost:hover{background:var(--secondary)}.Button-module__8RiFmG__sm{padding:.4rem .8rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.6rem 1.25rem;font-size:.9375rem}.Button-module__8RiFmG__lg{border-radius:1.25rem;padding:.8rem 2rem;font-size:1rem}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__loader{justify-content:center;align-items:center;display:flex}.Button-module__8RiFmG__spin{animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Features-module__getPza__features{background-color:var(--background);padding:8rem 2rem}.Features-module__getPza__container{max-width:1320px;margin:0 auto}.Features-module__getPza__header{text-align:center;max-width:700px;margin:0 auto 5rem}.Features-module__getPza__header h2{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem}.Features-module__getPza__header p{color:var(--muted-foreground);font-size:1.25rem;line-height:1.6}.Features-module__getPza__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.Features-module__getPza__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--card-shadow);padding:3rem;transition:all .3s}.Features-module__getPza__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.Features-module__getPza__iconWrapper{background:var(--accent);width:56px;height:56px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.Features-module__getPza__card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Features-module__getPza__card p{color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}@media (max-width:768px){.Features-module__getPza__features{padding:5rem 1.5rem}.Features-module__getPza__header h2{font-size:2rem}}
.HowItWorks-module__tXhNZq__howItWorks{background-color:var(--secondary);padding:8rem 2rem}.HowItWorks-module__tXhNZq__container{max-width:1320px;margin:0 auto}.HowItWorks-module__tXhNZq__header{text-align:center;margin-bottom:6rem}.HowItWorks-module__tXhNZq__label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.HowItWorks-module__tXhNZq__header h2{color:var(--foreground);font-size:2.5rem}.HowItWorks-module__tXhNZq__steps{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.HowItWorks-module__tXhNZq__step{position:relative}.HowItWorks-module__tXhNZq__stepHeader{align-items:center;margin-bottom:2rem;display:flex}.HowItWorks-module__tXhNZq__stepNumber{color:var(--primary);border:2px solid var(--primary);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex}.HowItWorks-module__tXhNZq__line{background:var(--border);flex-grow:1;height:2px;margin-left:1rem}.HowItWorks-module__tXhNZq__step:last-child .HowItWorks-module__tXhNZq__line{display:none}.HowItWorks-module__tXhNZq__stepContent h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.HowItWorks-module__tXhNZq__stepContent p{color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.HowItWorks-module__tXhNZq__steps{grid-template-columns:1fr;gap:3rem}.HowItWorks-module__tXhNZq__line{display:none}}
.TrustSection-module__1hUnxq__trust{background:var(--brand-gradient);color:#fff;padding:6rem 2rem}.TrustSection-module__1hUnxq__container{text-align:center;max-width:900px;margin:0 auto}.TrustSection-module__1hUnxq__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:100px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.TrustSection-module__1hUnxq__content h2{margin-bottom:1.5rem;font-size:2.5rem}.TrustSection-module__1hUnxq__content p{opacity:.9;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.TrustSection-module__1hUnxq__privacyBox{border-radius:var(--radius);text-align:left;background:#0000001a;align-items:center;gap:1rem;max-width:600px;padding:1.5rem 2rem;display:inline-flex}.TrustSection-module__1hUnxq__privacyBox svg{opacity:.8;flex-shrink:0}.TrustSection-module__1hUnxq__privacyBox span{font-size:1rem;font-weight:500}@media (max-width:768px){.TrustSection-module__1hUnxq__content h2{font-size:2rem}.TrustSection-module__1hUnxq__content p{font-size:1.1rem}}
.PricingBanner-module__dcsJeq__banner{padding:6rem 1.5rem;position:relative;overflow:hidden}.PricingBanner-module__dcsJeq__container{max-width:1320px;margin:0 auto}.PricingBanner-module__dcsJeq__card{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#333 100%);border:1px solid #ffffff1a;border-radius:3rem;justify-content:space-between;align-items:center;gap:4rem;padding:4rem;display:flex;position:relative;box-shadow:0 40px 100px #0006}.PricingBanner-module__dcsJeq__card:before{content:"";background:var(--primary-color);filter:blur(120px);opacity:.2;z-index:0;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.PricingBanner-module__dcsJeq__card:after{content:"";background:var(--accent-color);filter:blur(100px);opacity:.15;z-index:0;width:250px;height:250px;position:absolute;bottom:-30%;left:-10%}.PricingBanner-module__dcsJeq__content{z-index:1;flex:1}.PricingBanner-module__dcsJeq__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.05em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:inline-block}.PricingBanner-module__dcsJeq__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}.PricingBanner-module__dcsJeq__highlight{color:var(--primary-color);background:linear-gradient(90deg,var(--primary-color),var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.PricingBanner-module__dcsJeq__description{color:#ffffffb3;max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.PricingBanner-module__dcsJeq__features{flex-wrap:wrap;gap:1.5rem;display:flex}.PricingBanner-module__dcsJeq__featureItem{background:#ffffff0d;border-radius:1rem;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:500;display:flex}.PricingBanner-module__dcsJeq__featureItem svg{color:#4ade80}.PricingBanner-module__dcsJeq__action{text-align:center;z-index:1;background:#ffffff0d;border:1px solid #ffffff14;border-radius:2.5rem;flex-direction:column;align-items:center;gap:1.5rem;min-width:320px;padding:3rem;display:flex}.PricingBanner-module__dcsJeq__priceTag{justify-content:center;align-items:center;display:flex}.PricingBanner-module__dcsJeq__currency{color:#fff9;margin-right:.25rem;font-size:1.5rem;font-weight:700}.PricingBanner-module__dcsJeq__amount{letter-spacing:-.05em;font-size:3.5rem;font-weight:900}.PricingBanner-module__dcsJeq__period{color:#fff6;margin-left:.5rem;font-size:1.125rem}.PricingBanner-module__dcsJeq__link{width:100%}.PricingBanner-module__dcsJeq__ctaButton{width:100%!important}.PricingBanner-module__dcsJeq__guarantee{color:#fff6;margin-top:.5rem;font-size:.8125rem}@media (max-width:968px){.PricingBanner-module__dcsJeq__card{text-align:center;flex-direction:column;gap:3rem;padding:3rem 2rem}.PricingBanner-module__dcsJeq__title{font-size:2.5rem}.PricingBanner-module__dcsJeq__description{margin-left:auto;margin-right:auto}.PricingBanner-module__dcsJeq__features{justify-content:center}.PricingBanner-module__dcsJeq__action{width:100%}}
.WhatTiwillDoes-module__5gBjIa__section{background:var(--background,#fff);padding:5rem 1.5rem}.WhatTiwillDoes-module__5gBjIa__container{max-width:1320px;margin:0 auto}.WhatTiwillDoes-module__5gBjIa__header{text-align:center;max-width:760px;margin:0 auto 3rem}.WhatTiwillDoes-module__5gBjIa__eyebrow{color:#4f46e5;text-transform:uppercase;letter-spacing:.12em;background:#4f46e51a;border-radius:999px;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.WhatTiwillDoes-module__5gBjIa__header h2{color:var(--foreground,#0f172a);letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.WhatTiwillDoes-module__5gBjIa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:880px){.WhatTiwillDoes-module__5gBjIa__grid{grid-template-columns:1fr}}.WhatTiwillDoes-module__5gBjIa__card{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:16px;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s}.WhatTiwillDoes-module__5gBjIa__card:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 12px 24px -8px #4f46e51f}.WhatTiwillDoes-module__5gBjIa__iconWrapper{color:#4f46e5;background:linear-gradient(135deg,#eef2ff 0%,#ede9fe 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.WhatTiwillDoes-module__5gBjIa__card h3{color:var(--foreground,#0f172a);letter-spacing:-.01em;margin-bottom:.875rem;font-size:1.15rem;font-weight:700}.WhatTiwillDoes-module__5gBjIa__bulletList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.WhatTiwillDoes-module__5gBjIa__bulletList li{color:var(--muted-foreground,#64748b);padding-left:1.25rem;font-size:.95rem;line-height:1.5;position:relative}.WhatTiwillDoes-module__5gBjIa__bulletList li:before{content:"";background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.WhatTiwillDoes-module__5gBjIa__cardNote{color:var(--muted-foreground,#64748b);border-top:1px dashed #e2e8f0;margin-top:1rem;padding-top:.875rem;font-size:.8rem;font-style:italic}
.WhoItsFor-module__G1ChTW__section{color:#f8fafc;background:radial-gradient(circle at 20% 0,#312e81 0%,#1e1b4b 60%,#0f0c29 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.WhoItsFor-module__G1ChTW__section:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 80%,#7c3aed40 0%,#0000 50%),radial-gradient(circle at 10%,#4f46e533 0%,#0000 50%);position:absolute;inset:0}.WhoItsFor-module__G1ChTW__container{z-index:1;max-width:1320px;margin:0 auto;position:relative}.WhoItsFor-module__G1ChTW__header{text-align:center;max-width:760px;margin:0 auto 3rem}.WhoItsFor-module__G1ChTW__eyebrow{color:#c4b5fd;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;margin-bottom:1rem;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.WhoItsFor-module__G1ChTW__header h2{color:#fff;letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.WhoItsFor-module__G1ChTW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:880px){.WhoItsFor-module__G1ChTW__grid{grid-template-columns:1fr}}.WhoItsFor-module__G1ChTW__card{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;padding:2rem 1.75rem;transition:transform .2s,background .2s,border-color .2s}.WhoItsFor-module__G1ChTW__card:hover{background:#ffffff14;border-color:#c4b5fd66;transform:translateY(-4px)}.WhoItsFor-module__G1ChTW__iconWrapper{color:#c4b5fd;background:linear-gradient(135deg,#c4b5fd40 0%,#7c3aed40 100%);border:1px solid #c4b5fd33;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.WhoItsFor-module__G1ChTW__card h3{color:#fff;letter-spacing:-.01em;margin-bottom:.875rem;font-size:1.15rem;font-weight:700}.WhoItsFor-module__G1ChTW__bulletList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.WhoItsFor-module__G1ChTW__bulletList li{color:#cbd5e1;padding-left:1.25rem;font-size:.95rem;line-height:1.5;position:relative}.WhoItsFor-module__G1ChTW__bulletList li:before{content:"";background:linear-gradient(135deg,#c4b5fd 0%,#a78bfa 100%);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.WhoItsFor-module__G1ChTW__cardNote{color:#94a3b8;border-top:1px dashed #ffffff26;margin-top:1rem;padding-top:.875rem;font-size:.8rem;font-style:italic}
.CardCheckout-module__dNtFvG__checkoutWrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:2.5rem;max-width:500px;margin:0 auto;padding:3rem;box-shadow:0 25px 50px -12px #0000001a}.CardCheckout-module__dNtFvG__title{text-align:center;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.CardCheckout-module__dNtFvG__subtitle{color:var(--muted-foreground);text-align:center;margin-bottom:2.5rem;font-size:.9375rem}.CardCheckout-module__dNtFvG__form{flex-direction:column;gap:1.5rem;display:flex}.CardCheckout-module__dNtFvG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.CardCheckout-module__dNtFvG__label{color:var(--foreground);margin-left:.25rem;font-size:.875rem;font-weight:600}.CardCheckout-module__dNtFvG__input{border:1px solid var(--border);background:#fff;border-radius:1rem;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.CardCheckout-module__dNtFvG__input:focus{border-color:var(--primary);outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #4f46e51a}.CardCheckout-module__dNtFvG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.CardCheckout-module__dNtFvG__payButton{margin-top:1rem;background:var(--brand-gradient)!important;border:none!important;border-radius:1.25rem!important;height:60px!important;font-size:1rem!important;font-weight:700!important;box-shadow:0 10px 20px #4f46e533!important}.CardCheckout-module__dNtFvG__payButton:hover{transform:translateY(-2px);box-shadow:0 15px 30px #4f46e54d!important}.CardCheckout-module__dNtFvG__secureBadge{color:var(--muted-foreground);justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;font-size:.75rem;font-weight:600;display:flex}.CardCheckout-module__dNtFvG__secureBadge svg{width:14px;height:14px}.CardCheckout-module__dNtFvG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s CardCheckout-module__dNtFvG__fadeIn;display:flex;position:fixed;top:0;left:0}.CardCheckout-module__dNtFvG__modalContent{text-align:center;background:#fff;border-radius:2rem;width:100%;max-width:400px;padding:2.5rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) CardCheckout-module__dNtFvG__scaleUp;box-shadow:0 25px 50px -12px #00000040}@keyframes CardCheckout-module__dNtFvG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CardCheckout-module__dNtFvG__scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.CardCheckout-module__dNtFvG__errorText{color:#ef4444;margin-top:.25rem;margin-left:.25rem;font-size:.875rem}.CardCheckout-module__dNtFvG__iframeModal{background:#fff;border-radius:2rem;flex-direction:column;width:95%;max-width:600px;height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.CardCheckout-module__dNtFvG__iframe{border:none;width:100%;height:100%}.CardCheckout-module__dNtFvG__modalHeaderBar{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;display:flex}.CardCheckout-module__dNtFvG__modalTitle{font-size:1rem;font-weight:700}.CardCheckout-module__dNtFvG__closeHeaderBtn{cursor:pointer;color:#6b7280;background:0 0;border:none}
.ScanModal-module__yOorJa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ScanModal-module__yOorJa__modalContent{background:#fff;border-radius:20px;width:90%;max-width:500px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000040}.ScanModal-module__yOorJa__closeBtn{color:var(--muted-foreground);transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.ScanModal-module__yOorJa__closeBtn:hover{color:var(--foreground)}.ScanModal-module__yOorJa__dropZone{border:2px dashed var(--border);text-align:center;cursor:pointer;background:var(--muted);border-radius:16px;padding:3rem 2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.ScanModal-module__yOorJa__dropZone:hover,.ScanModal-module__yOorJa__dragActive{border-color:var(--primary);background:#7c3aed0d;transform:scale(1.01)}.ScanModal-module__yOorJa__dragActive{border-style:solid;box-shadow:0 0 0 4px #7c3aed1a}.ScanModal-module__yOorJa__uploadIcon{color:var(--primary);margin-bottom:1.5rem;transition:transform .2s}.ScanModal-module__yOorJa__dropZone:hover .ScanModal-module__yOorJa__uploadIcon{transform:translateY(-4px)}.ScanModal-module__yOorJa__choiceLayout{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1rem;display:grid}.ScanModal-module__yOorJa__choiceBtn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;transition:all .2s;display:flex}.ScanModal-module__yOorJa__choiceBtn:hover{border-color:var(--primary);background:var(--muted);transform:translateY(-2px)}.ScanModal-module__yOorJa__choiceBtn span{color:var(--foreground);font-weight:600}.ScanModal-module__yOorJa__cameraContainer{aspect-ratio:3/4;background:#000;border-radius:16px;width:100%;position:relative;overflow:hidden}.ScanModal-module__yOorJa__video{object-fit:cover;width:100%;height:100%}.ScanModal-module__yOorJa__cameraControls{justify-content:center;align-items:center;gap:2rem;display:flex;position:absolute;bottom:2rem;left:0;right:0}.ScanModal-module__yOorJa__captureBtn{cursor:pointer;background:#fff;border:6px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .2s;display:flex}.ScanModal-module__yOorJa__captureBtn:hover{transform:scale(1.1)}.ScanModal-module__yOorJa__captureBtnInner{background:#ef4444;border-radius:50%;width:48px;height:48px}.ScanModal-module__yOorJa__cancelCamera{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:none;border-radius:20px;padding:.75rem 1.25rem;font-weight:500}.ScanModal-module__yOorJa__shutter{opacity:0;pointer-events:none;background:#fff;position:absolute;inset:0}.ScanModal-module__yOorJa__shutterActive{animation:.3s ease-out ScanModal-module__yOorJa__flash}@keyframes ScanModal-module__yOorJa__flash{0%{opacity:0}50%{opacity:1}to{opacity:0}}.ScanModal-module__yOorJa__hidden{display:none}.ScanModal-module__yOorJa__previewContainer{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.ScanModal-module__yOorJa__previewImage{object-fit:contain;background:#f1f5f9;border-radius:16px;width:100%;max-height:450px}.ScanModal-module__yOorJa__actionButtons{flex-direction:column;gap:.875rem;width:100%;display:flex}.ScanModal-module__yOorJa__errorText{color:#ef4444;text-align:center;margin:0;font-size:.875rem}.ScanModal-module__yOorJa__imagePreviewWrapper{border-radius:16px;width:100%;position:relative;overflow:hidden}.ScanModal-module__yOorJa__analysisOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-align:center;background:#0009;flex-direction:column;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out ScanModal-module__yOorJa__fadeIn;display:flex;position:absolute;inset:0}.ScanModal-module__yOorJa__loader{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:48px;height:48px;margin-bottom:1.5rem;animation:1s linear infinite ScanModal-module__yOorJa__spin}.ScanModal-module__yOorJa__analysisStatus{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ScanModal-module__yOorJa__waitingText{color:var(--primary);text-align:center;margin-top:.5rem;margin-bottom:.25rem;font-size:1.1rem}.ScanModal-module__yOorJa__waitingBlock{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1rem .5rem;display:flex}.ScanModal-module__yOorJa__waitingSubtext{color:var(--muted-foreground);max-width:360px;margin:0 auto .5rem;font-size:.85rem;line-height:1.5}.ScanModal-module__yOorJa__emailHighlight{color:var(--primary,#4f46e5);word-break:break-all;font-weight:600}@keyframes ScanModal-module__yOorJa__spin{to{transform:rotate(360deg)}}@keyframes ScanModal-module__yOorJa__fadeIn{0%{opacity:0}to{opacity:1}}.ScanModal-module__yOorJa__usageNotice{color:#7c3aed;background:#7c3aed0d;border:1px solid #7c3aed1a;border-radius:2rem;margin-top:1.5rem;padding:.5rem 1.25rem;font-size:.825rem;font-weight:500;display:inline-block}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__content{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:600px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.Modal-module__7LRQSW__header{justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .5rem;display:flex}.Modal-module__7LRQSW__title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeBtn:hover{background:#ffffff1a;transform:rotate(90deg)}.Modal-module__7LRQSW__body{padding:1.5rem}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.AnalysisReport-module__DX_bZW__reportContainer{max-width:1000px;box-shadow:var(--card-shadow);background:#fff;border-radius:24px;margin:0 auto;padding:3rem}.AnalysisReport-module__DX_bZW__reportHeader{margin-bottom:3rem}.AnalysisReport-module__DX_bZW__reportHeader h1{margin-bottom:.5rem;font-size:2.25rem}.AnalysisReport-module__DX_bZW__subtitle{color:var(--muted-foreground);font-size:1rem}.AnalysisReport-module__DX_bZW__reportContent{grid-template-columns:1fr 300px;gap:4rem;display:grid}.AnalysisReport-module__DX_bZW__reportSection{margin-bottom:2rem}.AnalysisReport-module__DX_bZW__sectionTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:700}.AnalysisReport-module__DX_bZW__sectionHeading{margin-top:1rem;margin-bottom:1.5rem;font-size:1.5rem}.AnalysisReport-module__DX_bZW__conditionTag{background:var(--accent);color:var(--primary);border-radius:8px;padding:.5rem 1rem;font-weight:600;display:inline-block}.AnalysisReport-module__DX_bZW__splitGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AnalysisReport-module__DX_bZW__severityMedium{color:#f59e0b;font-weight:600}.AnalysisReport-module__DX_bZW__reportList{color:var(--muted-foreground);padding-left:1.5rem;line-height:1.6;list-style:outside}.AnalysisReport-module__DX_bZW__reportListDecimal{list-style:decimal}.AnalysisReport-module__DX_bZW__reportList li{margin-bottom:.5rem}.AnalysisReport-module__DX_bZW__divider{border:0;border-top:1px solid var(--border);margin:3rem 0}.AnalysisReport-module__DX_bZW__riskLevelText{color:#10b981;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.AnalysisReport-module__DX_bZW__disclaimer{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.AnalysisReport-module__DX_bZW__reportActions{gap:1rem;margin-top:3rem;display:flex}.AnalysisReport-module__DX_bZW__primaryBtn{background:var(--primary);color:#fff;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.AnalysisReport-module__DX_bZW__secondaryBtn{background:var(--secondary);color:var(--foreground);border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.AnalysisReport-module__DX_bZW__imagePreviewCard{border-radius:16px;position:sticky;top:2rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.AnalysisReport-module__DX_bZW__imagePreviewCard img{object-fit:cover;width:100%;height:350px;display:block}.AnalysisReport-module__DX_bZW__footerDisclaimer{text-align:center;color:var(--muted-foreground);margin-top:4rem;font-size:.875rem}@media (max-width:768px){.AnalysisReport-module__DX_bZW__reportContent{grid-template-columns:1fr}.AnalysisReport-module__DX_bZW__reportSidebar{order:-1}}.AnalysisReport-module__DX_bZW__dermReplyCard{background:linear-gradient(135deg,#eef2ff 0%,#ede9fe 100%);border:1px solid #c7d2fe;border-left:4px solid #4f46e5;border-radius:12px;margin:1.5rem 0;padding:1.25rem 1.5rem}.AnalysisReport-module__DX_bZW__dermReplyHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.AnalysisReport-module__DX_bZW__dermBadge{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#4f46e5;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.AnalysisReport-module__DX_bZW__dermReplyDate{color:var(--muted-foreground,#64748b);font-size:.8rem}.AnalysisReport-module__DX_bZW__dermReplyNotes{color:var(--foreground,#0f172a);white-space:pre-wrap;margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.AnalysisReport-module__DX_bZW__dermReplyDisclaimer{color:var(--muted-foreground,#64748b);font-size:.75rem;font-style:italic;display:block}
.DermatologistQuestionnaire-module__ucKe5q__intro{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.DermatologistQuestionnaire-module__ucKe5q__form{flex-direction:column;gap:1.25rem;display:flex}.DermatologistQuestionnaire-module__ucKe5q__field{flex-direction:column;gap:.5rem;display:flex}.DermatologistQuestionnaire-module__ucKe5q__label{color:#fff;font-size:.9rem;font-weight:600}.DermatologistQuestionnaire-module__ucKe5q__required{color:#f87171;margin-left:.25rem}.DermatologistQuestionnaire-module__ucKe5q__input,.DermatologistQuestionnaire-module__ucKe5q__textarea,.DermatologistQuestionnaire-module__ucKe5q__select{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.DermatologistQuestionnaire-module__ucKe5q__input:focus,.DermatologistQuestionnaire-module__ucKe5q__textarea:focus,.DermatologistQuestionnaire-module__ucKe5q__select:focus{border-color:var(--primary,#6366f1);background:#ffffff14;outline:none}.DermatologistQuestionnaire-module__ucKe5q__textarea{resize:vertical;min-height:80px}.DermatologistQuestionnaire-module__ucKe5q__select option{color:#fff;background:#1a1a1a}.DermatologistQuestionnaire-module__ucKe5q__checkboxGroup{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.DermatologistQuestionnaire-module__ucKe5q__checkboxLabel{color:#ffffffd9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex}.DermatologistQuestionnaire-module__ucKe5q__checkboxLabel:hover{background:#ffffff0f}.DermatologistQuestionnaire-module__ucKe5q__checkboxLabel input{accent-color:var(--primary,#6366f1)}.DermatologistQuestionnaire-module__ucKe5q__actions{gap:.75rem;margin-top:.5rem;display:flex}.DermatologistQuestionnaire-module__ucKe5q__submitBtn,.DermatologistQuestionnaire-module__ucKe5q__cancelBtn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.DermatologistQuestionnaire-module__ucKe5q__submitBtn{background:var(--primary,#6366f1);color:#fff}.DermatologistQuestionnaire-module__ucKe5q__submitBtn:hover:not(:disabled){filter:brightness(1.1)}.DermatologistQuestionnaire-module__ucKe5q__submitBtn:disabled{opacity:.6;cursor:not-allowed}.DermatologistQuestionnaire-module__ucKe5q__cancelBtn{color:#fff;background:#ffffff14}.DermatologistQuestionnaire-module__ucKe5q__cancelBtn:hover{background:#ffffff24}.DermatologistQuestionnaire-module__ucKe5q__success{text-align:center;color:#fff;padding:1rem .5rem .5rem}.DermatologistQuestionnaire-module__ucKe5q__successIcon{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex}.DermatologistQuestionnaire-module__ucKe5q__successTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.DermatologistQuestionnaire-module__ucKe5q__successText{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}@media (max-width:480px){.DermatologistQuestionnaire-module__ucKe5q__checkboxGroup{grid-template-columns:1fr}.DermatologistQuestionnaire-module__ucKe5q__actions{flex-direction:column-reverse}}.DermatologistQuestionnaire-module__ucKe5q__proBadge{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border-radius:2rem;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.DermatologistQuestionnaire-module__ucKe5q__feeNotice{color:var(--muted-foreground);background:#0000000d;border-radius:2rem;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.DermatologistQuestionnaire-module__ucKe5q__paymentSection{padding:1rem 0}.DermatologistQuestionnaire-module__ucKe5q__errorText{color:#ef4444;text-align:center;margin:1rem 0 0;font-size:.875rem}
.Auth-module__AMADOW__authPage{background:var(--muted);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.Auth-module__AMADOW__authCard{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Auth-module__AMADOW__authHeader{text-align:center;margin-bottom:2.5rem}.Auth-module__AMADOW__logo{color:var(--primary);justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.Auth-module__AMADOW__logoIcon{background:url(/logo.jpeg) 50%/cover no-repeat;border-radius:8px;width:32px;height:32px}.Auth-module__AMADOW__authHeader h1{margin-bottom:.5rem;font-size:1.875rem}.Auth-module__AMADOW__authHeader p{color:var(--muted-foreground);font-size:.875rem}.Auth-module__AMADOW__authForm{flex-direction:column;gap:1.5rem;display:flex}.Auth-module__AMADOW__formGroup{flex-direction:column;gap:.5rem;display:flex}.Auth-module__AMADOW__formGroup label{color:var(--foreground);font-size:.875rem;font-weight:600}.Auth-module__AMADOW__authInput{border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.Auth-module__AMADOW__authInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.Auth-module__AMADOW__primaryBtn{background:var(--primary);color:#fff;border-radius:10px;margin-top:1rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s}.Auth-module__AMADOW__primaryBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.Auth-module__AMADOW__authFooter{text-align:center;color:var(--muted-foreground);margin-top:2rem;font-size:.875rem}.Auth-module__AMADOW__authFooter a{color:var(--primary);font-weight:600}.Auth-module__AMADOW__errorMessage{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.Auth-module__AMADOW__successMessage{color:#15803d;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.Auth-module__AMADOW__successIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Auth-module__AMADOW__passwordWrapper{align-items:center;display:flex;position:relative}.Auth-module__AMADOW__passwordWrapper input{width:100%;padding-right:3rem}.Auth-module__AMADOW__passwordToggle{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:absolute;right:.75rem}.Auth-module__AMADOW__passwordToggle:hover{color:var(--primary)}
.UpgradeModal-module__XAluHa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.UpgradeModal-module__XAluHa__modalContent{background:#fff;border-radius:24px;width:90%;max-width:800px;padding:3rem;position:relative;box-shadow:0 25px 50px -12px #00000040}.UpgradeModal-module__XAluHa__closeBtn{color:var(--muted-foreground);transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.UpgradeModal-module__XAluHa__closeBtn:hover{color:var(--foreground)}.UpgradeModal-module__XAluHa__modalHeader{text-align:center;margin-bottom:3rem}.UpgradeModal-module__XAluHa__modalHeader h2{margin-bottom:.5rem;font-size:2rem}.UpgradeModal-module__XAluHa__modalHeader p{color:var(--muted-foreground)}.UpgradeModal-module__XAluHa__pricingGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.UpgradeModal-module__XAluHa__pricingCard{border:1px solid var(--border);border-radius:20px;flex-direction:column;padding:2rem;transition:all .2s;display:flex}.UpgradeModal-module__XAluHa__pricingCard:hover{border-color:var(--primary);box-shadow:0 10px 15px -3px #0000000d}.UpgradeModal-module__XAluHa__featured{border:2px solid var(--primary);background:var(--muted);position:relative}.UpgradeModal-module__XAluHa__badge{background:var(--primary);color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;right:2rem}.UpgradeModal-module__XAluHa__cardHeader h3{margin-bottom:.5rem;font-size:1.25rem}.UpgradeModal-module__XAluHa__cardHeader p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.875rem}.UpgradeModal-module__XAluHa__price{margin-bottom:2rem;font-size:2.5rem;font-weight:700}.UpgradeModal-module__XAluHa__price span{color:var(--muted-foreground);font-size:1rem;font-weight:500}.UpgradeModal-module__XAluHa__featuresList{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.UpgradeModal-module__XAluHa__featureItem{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.UpgradeModal-module__XAluHa__checkIcon{color:var(--primary);flex-shrink:0}.UpgradeModal-module__XAluHa__cardFooter{margin-top:auto}.UpgradeModal-module__XAluHa__primaryBtn{background:var(--primary);color:#fff;border-radius:12px;width:100%;padding:.875rem;font-weight:600}.UpgradeModal-module__XAluHa__secondaryBtn{border:1px solid var(--border);border-radius:12px;width:100%;padding:.875rem;font-weight:600}.UpgradeModal-module__XAluHa__secondaryBtn:hover{background:var(--muted)}.UpgradeModal-module__XAluHa__primaryBtn:hover{background:var(--primary-hover)}@media (max-width:640px){.UpgradeModal-module__XAluHa__pricingGrid{grid-template-columns:1fr}}
.LegalPage-module__tyc9_a__container{max-width:800px;margin:0 auto;padding:8rem 2rem 4rem}.LegalPage-module__tyc9_a__header{text-align:center;margin-bottom:4rem}.LegalPage-module__tyc9_a__title{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.LegalPage-module__tyc9_a__lastUpdated{color:var(--muted-foreground);font-size:.9rem}.LegalPage-module__tyc9_a__content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:2rem;padding:3rem;box-shadow:0 25px 50px -12px #0000000d}.LegalPage-module__tyc9_a__content h2{color:var(--foreground);margin:2rem 0 1rem;font-size:1.5rem;font-weight:700}.LegalPage-module__tyc9_a__content p{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.LegalPage-module__tyc9_a__content ul{margin-bottom:1.5rem;padding-left:1.5rem}.LegalPage-module__tyc9_a__content li{margin-bottom:.5rem;line-height:1.6}@media (max-width:768px){.LegalPage-module__tyc9_a__title{font-size:2.25rem}.LegalPage-module__tyc9_a__content{padding:1.5rem}}
.auth-module__A_DBwq__authPage{background:var(--muted);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-module__A_DBwq__authCard{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-module__A_DBwq__authHeader{text-align:center;margin-bottom:2.5rem}.auth-module__A_DBwq__logo{color:var(--primary);justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.auth-module__A_DBwq__logoIcon{background:url(/logo.jpeg) 50%/cover no-repeat;border-radius:8px;width:32px;height:32px}.auth-module__A_DBwq__authHeader h1{margin-bottom:.5rem;font-size:1.875rem}.auth-module__A_DBwq__authHeader p{color:var(--muted-foreground);font-size:.875rem}.auth-module__A_DBwq__authForm{flex-direction:column;gap:1.5rem;display:flex}.auth-module__A_DBwq__formGroup{flex-direction:column;gap:.5rem;display:flex}.auth-module__A_DBwq__formGroup label{color:var(--foreground);font-size:.875rem;font-weight:600}.auth-module__A_DBwq__authInput{border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.auth-module__A_DBwq__authInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.auth-module__A_DBwq__primaryBtn{background:var(--primary);color:#fff;border-radius:10px;margin-top:1rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s}.auth-module__A_DBwq__primaryBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.auth-module__A_DBwq__authFooter{text-align:center;color:var(--muted-foreground);margin-top:2rem;font-size:.875rem}.auth-module__A_DBwq__authFooter a{color:var(--primary);font-weight:600}.auth-module__A_DBwq__errorMessage{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}
.Checkout-module__L-piDa__page{background:var(--background);min-height:100vh;position:relative;overflow-x:hidden}.Checkout-module__L-piDa__bgGlow{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Checkout-module__L-piDa__glowTop{filter:blur(100px);background:radial-gradient(circle,#4f46e50d 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-10%;right:0%}.Checkout-module__L-piDa__main{z-index:10;padding:10rem 1.5rem 8rem;position:relative}.Checkout-module__L-piDa__container{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.Checkout-module__L-piDa__left{flex-direction:column;display:flex}.Checkout-module__L-piDa__badge{background:var(--accent);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-block}.Checkout-module__L-piDa__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1}.Checkout-module__L-piDa__highlight{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Checkout-module__L-piDa__desc{color:var(--muted-foreground);max-width:450px;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.Checkout-module__L-piDa__priceCard{border:1px solid var(--border);background:#ffffff80;border-radius:2rem;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.Checkout-module__L-piDa__priceRow{color:#475569;justify-content:space-between;font-weight:600;display:flex}.Checkout-module__L-piDa__divider{background:var(--border);height:1px;margin:.5rem 0}.Checkout-module__L-piDa__total{color:var(--foreground);font-size:1.5rem;font-weight:800}.Checkout-module__L-piDa__guarantee{color:var(--muted-foreground);align-items:flex-start;gap:1rem;margin-top:2.5rem;font-size:.875rem;font-weight:500;line-height:1.5;display:flex}.Checkout-module__L-piDa__guarantee svg{color:#10b981;flex-shrink:0;width:20px;height:20px}@media (max-width:1024px){.Checkout-module__L-piDa__container{grid-template-columns:1fr;gap:4rem}.Checkout-module__L-piDa__left{text-align:center;align-items:center}.Checkout-module__L-piDa__title{font-size:2.75rem}.Checkout-module__L-piDa__main{padding-top:8rem}}
.history-module__Fl5TgG__container{flex-direction:column;width:100%;max-width:1200px;min-height:calc(100vh - 4rem);margin:0 auto;padding:2rem;animation:.6s ease-out history-module__Fl5TgG__fadeIn;display:flex}.history-module__Fl5TgG__header{text-align:center;width:100%;margin-bottom:3rem}.history-module__Fl5TgG__header h1{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem}.history-module__Fl5TgG__header p{color:var(--foreground-secondary);font-size:1.1rem}.history-module__Fl5TgG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%;display:grid}.history-module__Fl5TgG__card{background:var(--card,#fff);border:1px solid var(--border);border-radius:1.25rem;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.history-module__Fl5TgG__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.history-module__Fl5TgG__cardImage{object-fit:cover;background:var(--secondary);width:100%;height:200px}.history-module__Fl5TgG__cardContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.history-module__Fl5TgG__cardContent h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.history-module__Fl5TgG__cardContent p{color:var(--foreground-secondary);margin-bottom:1.5rem;font-size:.9rem}.history-module__Fl5TgG__viewBtn{background:var(--primary);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;margin-top:auto;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.history-module__Fl5TgG__viewBtn:hover{background:var(--primary-hover);transform:scale(1.02)}.history-module__Fl5TgG__loading,.history-module__Fl5TgG__error,.history-module__Fl5TgG__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:6rem 2rem;font-size:1.2rem;display:flex}.history-module__Fl5TgG__emptyState{background:var(--secondary);border:1px solid var(--border);border-radius:2rem;max-width:600px;margin:0 auto}.history-module__Fl5TgG__emptyIcon{background:var(--accent);width:80px;height:80px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.history-module__Fl5TgG__emptyState p{color:var(--foreground-secondary);margin-bottom:1.5rem}@media (max-width:768px){.history-module__Fl5TgG__container{padding:1.5rem 1rem}.history-module__Fl5TgG__header h1{font-size:2rem}.history-module__Fl5TgG__header p{font-size:1rem}.history-module__Fl5TgG__grid{grid-template-columns:1fr;gap:1.5rem}}@keyframes history-module__Fl5TgG__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
.Pricing-module__kSEP9a__pricingSection{background:var(--background);min-height:100vh;padding:10rem 1.5rem 8rem;position:relative;overflow:hidden}.Pricing-module__kSEP9a__bgGlow{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Pricing-module__kSEP9a__glowTop{filter:blur(80px);background:radial-gradient(circle,#4f46e514 0%,#0000 70%);width:60%;height:40%;position:absolute;top:-10%;left:20%}.Pricing-module__kSEP9a__glowBottom{filter:blur(100px);background:radial-gradient(circle,#7c3aed0d 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:-10%;right:10%}.Pricing-module__kSEP9a__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.Pricing-module__kSEP9a__header{text-align:center;margin-bottom:5rem}.Pricing-module__kSEP9a__badge{background:var(--accent);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.Pricing-module__kSEP9a__title{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1}.Pricing-module__kSEP9a__highlight{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Pricing-module__kSEP9a__subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Pricing-module__kSEP9a__toggleWrapper{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:4rem;display:flex}.Pricing-module__kSEP9a__toggleLabel{color:var(--muted-foreground);font-size:1rem;font-weight:600;transition:color .3s}.Pricing-module__kSEP9a__toggleLabelActive{color:var(--foreground)}.Pricing-module__kSEP9a__toggleSwitch{background:var(--secondary);cursor:pointer;border:1px solid var(--border);border-radius:100px;width:64px;height:32px;padding:4px;transition:all .3s;position:relative}.Pricing-module__kSEP9a__toggleThumb{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 4px #0000001a}.Pricing-module__kSEP9a__toggleSwitchActive .Pricing-module__kSEP9a__toggleThumb{background:var(--primary);transform:translate(32px)}.Pricing-module__kSEP9a__saveBadge{color:#10b981;background:#10b9811a;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Pricing-module__kSEP9a__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Pricing-module__kSEP9a__card{border:1px solid var(--border);background:#fff;border-radius:2.5rem;flex-direction:column;padding:3.5rem 2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px -10px #0000000d}.Pricing-module__kSEP9a__card:hover{border-color:#4f46e533;transform:translateY(-10px);box-shadow:0 40px 60px -20px #0000001a}.Pricing-module__kSEP9a__proCard{border-width:2px;border-color:var(--primary);box-shadow:0 20px 40px -10px #4f46e526}.Pricing-module__kSEP9a__proCard:hover{box-shadow:0 50px 70px -20px #4f46e533}.Pricing-module__kSEP9a__proBadge{background:var(--brand-gradient);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:100px;padding:.5rem 1.5rem;font-size:.75rem;font-weight:800;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #4f46e54d}.Pricing-module__kSEP9a__cardHeader{margin-bottom:2.5rem}.Pricing-module__kSEP9a__tierName{margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.Pricing-module__kSEP9a__tierDesc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.5}.Pricing-module__kSEP9a__priceWrapper{align-items:baseline;gap:.25rem;margin-bottom:2.5rem;display:flex}.Pricing-module__kSEP9a__currency{color:var(--muted-foreground);font-size:1.5rem;font-weight:700}.Pricing-module__kSEP9a__amount{letter-spacing:-.04em;font-size:4rem;font-weight:900}.Pricing-module__kSEP9a__period{color:var(--muted-foreground);font-size:1rem;font-weight:500}.Pricing-module__kSEP9a__featureList{flex-direction:column;flex:1;gap:1.25rem;margin-bottom:3rem;display:flex}.Pricing-module__kSEP9a__featureItem{color:#475569;align-items:center;gap:.875rem;font-size:.9375rem;font-weight:500;display:flex}.Pricing-module__kSEP9a__checkIcon{color:#10b981;background:#10b9811a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Pricing-module__kSEP9a__checkIcon svg{width:12px;height:12px}.Pricing-module__kSEP9a__ctaButton{border-radius:1.25rem!important;width:100%!important;height:60px!important;font-weight:700!important}.Pricing-module__kSEP9a__successBanner{text-align:center;background:#10b9810d;border:1px solid #10b98133;border-radius:1.5rem;max-width:500px;margin:0 auto 3rem;padding:1.5rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) Pricing-module__kSEP9a__slideDown}@keyframes Pricing-module__kSEP9a__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Pricing-module__kSEP9a__faqSection{text-align:center;margin-top:10rem}.Pricing-module__kSEP9a__faqTitle{margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Pricing-module__kSEP9a__faqGrid{text-align:left;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Pricing-module__kSEP9a__faqItem{border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2rem}.Pricing-module__kSEP9a__faqQuestion{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.Pricing-module__kSEP9a__faqAnswer{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}@media (max-width:1024px){.Pricing-module__kSEP9a__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Pricing-module__kSEP9a__title{font-size:3rem}.Pricing-module__kSEP9a__faqGrid{grid-template-columns:1fr}}
