*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--off-white:#f7f6f2;--green:#2e7d5e;--green-light:#e6f4ee;--green-mid:#4caf82;--grey-1:#f2f2f0;--grey-2:#e8e8e4;--grey-3:#9e9e9a;--grey-4:#4a4a47;--bg:var(--white);--bg-subtle:var(--off-white);--surface:var(--white);--border:var(--grey-2);--text:var(--black);--text-muted:var(--grey-4);--text-faint:var(--grey-3);--hover-bg:var(--grey-1)}html.dark{--off-white:#1a1a18;--grey-1:#242422;--grey-2:#2e2e2b;--grey-3:#6b6b68;--grey-4:#a8a8a4;--green-light:#0e2a1e}html.dark body{color:#f0efe9;background:#111110}html.dark .nav{background:#111110eb}html.dark .nav__links>li>a,html.dark .nav__links>li>button{color:var(--grey-4)}html.dark .nav__links>li>a:hover,html.dark .nav__links>li>button:hover{color:#f0efe9;background:var(--grey-1)}html.dark .nav__links>li>a.active{color:#f0efe9}html.dark .nav__dropdown-menu-inner{background:#1a1a18}html.dark .nav__dropdown-menu a:hover{background:var(--grey-1);color:#f0efe9}html.dark .nav__mobile{background:#1a1a18}html.dark .nav__mobile a:not(.btn){color:var(--grey-4)}html.dark .nav__hamburger span{background:#f0efe9}html.dark .btn--outline{color:#f0efe9}html.dark .btn--outline:hover{border-color:#f0efe9}html.dark .btn--primary{color:#111110;background:#f0efe9}html.dark .btn--primary:hover{background:#ddddd6}html.dark .sidebar{background:#1a1a18}html.dark .sidebar__topbar{border-bottom:1.5px solid var(--grey-2);background:#1a1a18}html.dark .sidebar--mobile{background:#1a1a18}html.dark .sidebar__hamburger span{background:#f0efe9}html.dark .sidebar__link{color:var(--grey-4)}html.dark .sidebar__link:hover{color:#f0efe9;background:var(--grey-1)}html.dark .sidebar__link--active{color:var(--green-mid);background:var(--green-light);border-left-color:var(--green-mid)}html.dark .sidebar__signout{color:var(--grey-3)}html.dark .path-card,html.dark .testi-card,html.dark .how-card__thought{border-color:var(--grey-2);background:#1a1a18}html.dark .path-card:hover{border-color:var(--grey-4)}html.dark .how,html.dark .tools{background:#111110}html.dark .theme-toggle{border-color:var(--grey-2);color:var(--grey-4)}html.dark .theme-toggle:hover{border-color:var(--grey-4);color:#f0efe9;background:var(--grey-1)}html.dark .hero__phone-screen{color:#0d0d0d;background:#fff}html.dark .phone__status,html.dark .phone__greeting,html.dark .phone__progress-label{color:#9e9e9a}html.dark .phone__title{color:#0d0d0d}html.dark .phone__progress-bar,html.dark .phone__card{background:#f2f2f0}html.dark .phone__card-text{color:#0d0d0d}html.dark .phone__card-sub{color:#9e9e9a}html.dark .phone__card-badge--grey{color:#4a4a47;background:#e8e8e4}html.dark .hero__portfolio-card,html.dark .hero__float-card{border-color:var(--grey-2);background:#1a1a18}html.dark .hero__portfolio-tab--active{color:#111110;background:#f0efe9}html.dark .hero__trust{border-color:var(--grey-2)}html{scroll-behavior:smooth}body{font-family:var(--font-sans), system-ui, sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.btn{white-space:nowrap;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn--primary{background:var(--black);color:var(--white)}.btn--primary:hover{background:#222;transform:translateY(-1px)}.btn--outline{color:var(--black);border:1.5px solid var(--grey-2);background:0 0}.btn--outline:hover{border-color:var(--black)}.btn--green{background:var(--green);color:var(--white)}.btn--green:hover{background:#256b50;transform:translateY(-1px)}.btn--white{background:var(--white);color:var(--green)}.btn--white:hover{background:var(--off-white)}.btn--ghost-white{color:var(--white);background:0 0;border:1.5px solid #fff6}.btn--ghost-white:hover{border-color:var(--white)}.btn--lg{border-radius:10px;padding:14px 28px;font-size:.95rem}.btn--sm{border-radius:7px;padding:7px 14px;font-size:.8rem}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-2);background:#ffffffeb;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;max-width:1120px;height:60px;margin:0 auto;padding:0 20px;display:flex}.nav__logo{letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:8px;font-size:1rem;font-weight:700;display:flex}.nav__logo-icon{background:var(--black);width:30px;height:30px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;display:flex}.nav__links{align-items:center;gap:4px;list-style:none;display:none}.nav__links>li{position:relative}.nav__links>li>a,.nav__links>li>button{color:var(--grey-4);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .15s;display:flex}.nav__links>li>a:hover,.nav__links>li>button:hover{color:var(--black);background:var(--grey-1)}.nav__links>li>a.active{color:var(--black);font-weight:600}.nav__chevron{font-size:.6rem;transition:transform .2s}.nav__dropdown:hover .nav__chevron{transform:rotate(180deg)}.nav__dropdown-menu{z-index:200;min-width:220px;padding-top:8px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav__dropdown-menu-inner{background:var(--white);border:1.5px solid var(--grey-2);border-radius:14px;padding:8px;box-shadow:0 12px 40px #0000001a}.nav__dropdown:hover .nav__dropdown-menu{display:block}.nav__dropdown-menu a{color:var(--grey-4);border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-size:.825rem;font-weight:500;transition:all .12s;display:flex}.nav__dropdown-menu a:hover{background:var(--grey-1);color:var(--black)}.nav__dropdown-menu a span{font-size:1rem}.nav__dropdown-divider{background:var(--grey-2);height:1px;margin:6px 4px}.nav__actions{align-items:center;gap:10px;display:flex}.nav__hamburger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:flex}.theme-toggle{border:1.5px solid var(--grey-2);width:36px;height:36px;color:var(--grey-4);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.theme-toggle:hover{border-color:var(--grey-4);color:var(--black);background:var(--grey-1)}.sound-toggle{border:1.5px solid var(--grey-2);width:36px;height:36px;color:var(--grey-4);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.sound-toggle:hover{border-color:var(--grey-4);color:var(--black);background:var(--grey-1)}.sound-toggle--off{opacity:.45}html.dark .sound-toggle{border-color:var(--grey-2);color:var(--grey-4)}html.dark .sound-toggle:hover{border-color:var(--grey-4);color:#f0efe9;background:var(--grey-1)}.nav__hamburger span{background:var(--black);border-radius:2px;width:22px;height:2px;transition:all .2s;display:block}.nav__mobile{background:var(--white);border-top:1px solid var(--grey-2);flex-direction:column;gap:0;padding:12px 20px 20px;display:none}.nav__mobile.open{display:flex}.nav__mobile a:not(.btn){border-bottom:1px solid var(--grey-1);color:var(--grey-4);padding:12px 0;font-size:.95rem;font-weight:500}.nav__mobile-section{letter-spacing:.06em;text-transform:uppercase;color:var(--grey-3);padding:12px 0 4px;font-size:.7rem;font-weight:700;display:block}.nav__mobile .btn{width:100%;margin-top:12px}.section-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:.75rem;font-weight:700;display:inline-block}.section-headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.8rem,5vw,2.8rem);line-height:1.15}.section-sub{color:var(--grey-4);max-width:520px;margin-bottom:48px;font-size:.95rem;line-height:1.7}.fade-up{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}.footer{background:var(--black);color:#ffffff8c;padding:48px 0 32px}.footer__logo{color:var(--white);align-items:center;gap:8px;margin-bottom:12px;font-size:.95rem;font-weight:700;display:flex}.footer__logo-icon{background:var(--green);width:28px;height:28px;color:var(--white);border-radius:7px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.footer__tagline{max-width:260px;margin-bottom:32px;font-size:.82rem;line-height:1.6}.footer__cols{grid-template-columns:1fr 1fr;gap:32px 16px;margin-bottom:40px;display:grid}.footer__col-title{letter-spacing:.06em;text-transform:uppercase;color:#fffc;margin-bottom:14px;font-size:.75rem;font-weight:700}.footer__col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__col ul li a{font-size:.82rem;transition:color .15s}.footer__col ul li a:hover{color:var(--white)}.footer__bottom{border-top:1px solid #ffffff14;padding-top:24px;font-size:.75rem;line-height:1.7}.footer__disclaimer{opacity:.5;margin-top:8px;font-size:.7rem}.cta-banner{background:var(--green);text-align:center;color:var(--white);padding:80px 0}.cta-banner__headline{font-family:var(--font-serif), Georgia, serif;margin-bottom:16px;font-size:clamp(1.8rem,6vw,3rem);line-height:1.15}.cta-banner__sub{opacity:.8;max-width:440px;margin:0 auto 36px;font-size:.95rem;line-height:1.7}.cta-banner__actions{flex-direction:column;align-items:center;gap:12px;display:flex}.cta-banner__actions .btn{width:100%;max-width:280px}.hero{background:var(--off-white);position:relative;overflow:hidden}.hero__layout{max-width:1200px;margin:0 auto;padding:64px 20px 0}.hero__inner{text-align:center;padding:0 0 48px}.hero__badge{background:var(--green-light);color:var(--green);letter-spacing:.02em;border-radius:99px;align-items:center;gap:6px;margin-bottom:24px;padding:5px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--green-mid);border-radius:50%;width:6px;height:6px}.hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;max-width:680px;margin:0 auto 20px;font-size:clamp(2.4rem,7vw,4.2rem);line-height:1.1}.hero__headline em{color:var(--green);font-style:italic}.hero__sub{color:var(--grey-4);max-width:480px;margin:0 auto 36px;font-size:clamp(.95rem,2.5vw,1.1rem);line-height:1.7}.hero__cta{flex-direction:column;align-items:center;gap:12px;display:flex}.hero__cta .btn{width:100%;max-width:300px}.hero__social-proof{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:28px;display:flex}.hero__avatars{display:flex}.hero__avatar{border:2px solid var(--off-white);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:-8px;font-size:.55rem;font-weight:700;display:flex}.hero__avatar:first-child{margin-left:0}.hero__avatar--1{background:#4f46e5}.hero__avatar--2{background:#0ea5e9}.hero__avatar--3{background:#f59e0b}.hero__stars{color:#f59e0b;letter-spacing:1px;font-size:.85rem}.hero__proof-text{color:var(--grey-4);font-size:.8rem}.hero__left{flex-direction:column;justify-content:center;gap:16px;display:none}.hero__right{flex-direction:column;align-items:center;gap:16px;padding:0 20px 48px;display:flex}.hero__portfolio-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;padding:20px;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.hero__portfolio-label{color:var(--grey-3);margin-bottom:4px;font-size:.7rem;font-weight:500}.hero__portfolio-value{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:3px;font-size:1.6rem;font-weight:700}.hero__portfolio-change{color:var(--green);margin-bottom:14px;font-size:.75rem;font-weight:600}.hero__portfolio-chart{height:56px;margin-bottom:12px}.hero__portfolio-chart svg{width:100%;height:100%;display:block}.hero__portfolio-tabs{gap:2px;display:flex}.hero__portfolio-tab{color:var(--grey-3);cursor:pointer;border-radius:6px;padding:3px 7px;font-size:.62rem;font-weight:600}.hero__portfolio-tab--active{background:var(--black);color:var(--white)}.hero__float-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:14px;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 4px 16px #00000012}.hero__right-float{display:none}.hero__squiggle{pointer-events:none;mix-blend-mode:multiply;opacity:.8;display:none;position:absolute}html.dark .hero__squiggle{display:none!important}.hero__float-icon{background:var(--green-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.hero__float-dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.5s ease-in-out infinite heroPulse}@keyframes heroPulse{0%,to{box-shadow:0 0 #4caf8273}60%{box-shadow:0 0 0 5px #4caf8200}}.hero__float-title{margin-bottom:1px;font-size:.8rem;font-weight:700}.hero__float-sub{color:var(--grey-3);font-size:.7rem}.hero__phone{background:var(--black);border-radius:40px;width:min(260px,85vw);padding:14px;box-shadow:0 32px 80px #0000002e,0 8px 24px #00000014}.hero__phone-notch{background:var(--black);z-index:2;border-radius:99px;width:90px;height:24px;margin:0 auto 10px;position:relative}.hero__phone-screen{background:var(--white);border-radius:28px;padding:20px 16px 24px;overflow:hidden}.phone__status{color:var(--grey-4);justify-content:space-between;margin-bottom:20px;font-size:.65rem;font-weight:600;display:flex}.phone__greeting{color:var(--grey-3);margin-bottom:2px;font-size:.7rem}.phone__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:16px;font-size:1.15rem}.phone__progress-label{color:var(--grey-3);justify-content:space-between;margin-bottom:6px;font-size:.65rem;display:flex}.phone__progress-bar{background:var(--grey-1);border-radius:99px;height:6px;margin-bottom:20px;overflow:hidden}.phone__progress-fill{background:linear-gradient(90deg, var(--green) 0%, var(--green-mid) 100%);border-radius:99px;width:35%;height:100%;animation:1.4s .6s both progressIn}@keyframes progressIn{0%{width:0}to{width:35%}}.phone__cards{flex-direction:column;gap:8px;display:flex}.phone__card{background:var(--grey-1);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.phone__card-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.phone__card-icon--green{background:var(--green-light)}.phone__card-icon--blue{background:#e8f0fe}.phone__card-icon--amber{background:#fff3e0}.phone__card-text{font-size:.7rem;font-weight:600}.phone__card-sub{color:var(--grey-3);margin-top:1px;font-size:.6rem}.phone__card-badge{background:var(--green);color:var(--white);white-space:nowrap;border-radius:99px;margin-left:auto;padding:2px 7px;font-size:.55rem;font-weight:700}.phone__card-badge--grey{background:var(--grey-2);color:var(--grey-4)}.hero__trust{border-top:1px solid var(--grey-2)}.hero__trust-inner{grid-template-columns:1fr 1fr;gap:16px;max-width:1200px;margin:0 auto;padding:24px 20px;display:grid}.hero__trust-item{align-items:center;gap:12px;display:flex}.hero__trust-icon{background:var(--green-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.hero__trust-title{font-size:.85rem;font-weight:700}.hero__trust-sub{color:var(--grey-3);font-size:.75rem}.stats{background:var(--black);padding:48px 0 40px;position:relative;overflow:hidden}.stats__bg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.stats__header{text-align:center;margin-bottom:48px;position:relative}.stats__badge{color:var(--green-mid);letter-spacing:.1em;text-transform:uppercase;border:1px solid #4caf8273;border-radius:99px;align-items:center;gap:7px;margin-bottom:20px;padding:6px 16px;font-size:.68rem;font-weight:700;display:inline-flex}.stats__badge svg{stroke:var(--green-mid)}.stats__headline{font-family:var(--font-serif), Georgia, serif;color:var(--white);margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.stats__headline em{color:var(--green-mid);font-style:italic}.stats__sub{color:var(--grey-3);font-size:.9rem}.stats__inner{flex-direction:column;gap:32px;display:flex;position:relative}.stats__item{align-items:flex-start;gap:20px;display:flex}.stats__icon{background:#4caf820f;border:1.5px solid #4caf8259;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stats__icon svg{stroke:var(--green-mid)}.stats__divider{background:#ffffff1a;align-self:stretch;width:1px;display:none}.stat__num{font-family:var(--font-serif), Georgia, serif;color:var(--white);margin-bottom:6px;font-size:2.4rem;line-height:1}.stat__num span{color:var(--green-mid)}.stat__label{color:var(--grey-3);font-size:.8rem;line-height:1.5}.stats__callout{color:var(--white);justify-content:center;align-items:center;gap:10px;margin-top:40px;font-size:.9rem;display:flex}.stats__callout strong{background:#ffffff12;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:10px;padding:12px 28px;display:inline-flex}.how{background:var(--white);padding:80px 0}.how__grid{grid-template-columns:1fr;gap:16px;margin-top:48px;display:grid}.how-card{background:var(--off-white);border:1.5px solid var(--grey-2);border-radius:20px;padding:32px 28px;transition:all .2s}.how-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.how-card__thought{color:var(--grey-3);background:var(--white);border:1px solid var(--grey-2);border-radius:99px;margin-bottom:20px;padding:5px 14px;font-size:.85rem;font-style:italic;display:inline-block}.how-card__icon{margin-bottom:14px;font-size:2rem;line-height:1}.how-card__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:10px;font-size:1.25rem;line-height:1.2}.how-card__body{color:var(--grey-4);font-size:.875rem;line-height:1.7}.paths{background:var(--off-white);padding:80px 0}.paths__grid{grid-template-columns:1fr;gap:16px;margin-top:48px;display:grid}.path-card{color:inherit;background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:24px;text-decoration:none;transition:all .2s;display:block;position:relative;overflow:hidden}.path-card:hover{border-color:var(--black);transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.path-card--featured{background:var(--black);border-color:var(--black);color:var(--white)}.path-card--featured .path-card__body{color:#ffffffa6}.path-card--featured .path-card__tag{color:#fffc;background:#ffffff1f}.path-card--featured .path-card__meta{color:#ffffff80}.path-card__tag{letter-spacing:.06em;text-transform:uppercase;background:var(--green-light);color:var(--green);border-radius:99px;margin-bottom:14px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.path-card__emoji{margin-bottom:12px;font-size:1.8rem;line-height:1}.path-card__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:8px;font-size:1.3rem;line-height:1.2}.path-card__body{color:var(--grey-4);margin-bottom:16px;font-size:.85rem;line-height:1.65}.path-card__meta{color:var(--grey-3);gap:16px;font-size:.75rem;display:flex}.path-card__meta span{align-items:center;gap:4px;display:flex}.tools{background:var(--white);padding:80px 0}.tools__grid{grid-template-columns:1fr;gap:16px;margin-top:48px;display:grid}.tool-card{border:1.5px solid var(--grey-2);color:inherit;border-radius:14px;align-items:flex-start;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.tool-card:hover{border-color:var(--green);background:var(--green-light)}.tool-card__icon{background:var(--grey-1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.tool-card__title{margin-bottom:4px;font-size:.95rem;font-weight:700}.tool-card__body{color:var(--grey-4);font-size:.82rem;line-height:1.6}.sim{background:var(--black);color:var(--white);padding:80px 0;position:relative;overflow:hidden}.sim:before{content:"";pointer-events:none;background:radial-gradient(circle,#2e7d5e4d 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.sim .section-sub{color:#fff9}.sim__card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;margin-top:40px;padding:24px}.sim__card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.sim__card-label{color:#fff6;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.sim__card-badge{background:var(--green);color:var(--white);border-radius:99px;padding:3px 10px;font-size:.7rem;font-weight:700}.sim__balance{font-family:var(--font-serif), Georgia, serif;margin-bottom:4px;font-size:2.4rem}.sim__change{color:var(--green-mid);margin-bottom:24px;font-size:.85rem;font-weight:600}.sim__chart{height:80px;margin-bottom:20px;position:relative}.sim__chart svg{width:100%;height:100%}.sim__holdings{flex-direction:column;gap:10px;display:flex}.holding{align-items:center;gap:12px;display:flex}.holding__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.holding__name{flex:1;font-size:.82rem;font-weight:600}.holding__val{color:#ffffff80;font-size:.82rem}.holding__chg{font-size:.75rem;font-weight:700}.holding__chg--pos{color:var(--green-mid)}.holding__chg--neg{color:#f87171}.testimonials{background:var(--off-white);padding:80px 0}.testimonials__grid{flex-direction:column;gap:16px;margin-top:48px;display:flex}.testi-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:24px}.testi-card__stars{color:#f59e0b;letter-spacing:2px;margin-bottom:12px;font-size:.9rem}.testi-card__quote{font-family:var(--font-serif), Georgia, serif;margin-bottom:16px;font-size:1.05rem;line-height:1.5}.testi-card__author{align-items:center;gap:10px;display:flex}.testi-card__avatar{width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.testi-card__name{font-size:.85rem;font-weight:700}.testi-card__meta{color:var(--grey-3);font-size:.75rem}.page-hero{background:var(--off-white);text-align:center;padding:72px 0 80px}.page-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;max-width:680px;margin:0 auto 20px;font-size:clamp(2.2rem,6vw,3.6rem);line-height:1.1}.page-hero__headline em{color:var(--green);font-style:italic}.page-hero__sub{color:var(--grey-4);max-width:500px;margin:0 auto 36px;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.75}.page-hero__cta{flex-direction:column;align-items:center;gap:12px;display:flex}.page-hero__cta .btn{width:100%;max-width:260px}.gap-section{background:var(--white);padding:80px 0}.gap-section__inner{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.gap-section__stat{background:var(--black);color:var(--white);text-align:center;border-radius:24px;padding:40px 32px}.gap-section__stat-num{font-family:var(--font-serif), Georgia, serif;margin-bottom:12px;font-size:4rem;line-height:1}.gap-section__stat-num span{color:var(--green-mid)}.gap-section__stat-label{color:#ffffffa6;max-width:280px;margin:0 auto;font-size:1rem;line-height:1.6}.gap-section__points{flex-direction:column;gap:20px;display:flex}.gap-point{align-items:flex-start;gap:14px;display:flex}.gap-point__icon{background:var(--green-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.gap-point__title{margin-bottom:4px;font-size:.95rem;font-weight:700}.gap-point__body{color:var(--grey-4);font-size:.85rem;line-height:1.65}.barriers{background:var(--off-white);padding:80px 0}.barriers__grid{grid-template-columns:1fr;gap:16px;margin-top:48px;display:grid}.barrier-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;padding:32px 28px;transition:all .2s}.barrier-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.barrier-card__thought{color:var(--grey-3);background:var(--grey-1);border:1px solid var(--grey-2);border-radius:99px;margin-bottom:20px;padding:5px 14px;font-size:.85rem;font-style:italic;display:inline-block}.barrier-card__icon{margin-bottom:14px;font-size:2rem;line-height:1}.barrier-card__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:10px;font-size:1.25rem;line-height:1.2}.barrier-card__body{color:var(--grey-4);font-size:.875rem;line-height:1.7}.journey{background:var(--white);padding:80px 0}.journey__phases{flex-direction:column;gap:0;margin-top:48px;display:flex;position:relative}.journey__phase{grid-template-columns:56px 1fr;gap:20px;padding-bottom:40px;display:grid;position:relative}.journey__phase:last-child{padding-bottom:0}.journey__phase-left{flex-direction:column;align-items:center;display:flex}.journey__phase-num{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:700;display:flex;position:relative}.journey__phase-num--1{background:var(--black);color:var(--white)}.journey__phase-num--2{background:var(--green);color:var(--white)}.journey__phase-num--3{background:var(--black);color:var(--white)}.journey__phase-num--4{background:var(--green);color:var(--white)}.journey__phase-line{background:var(--grey-2);flex:1;width:2px;margin-top:8px}.journey__phase:last-child .journey__phase-line{display:none}.journey__phase-content{padding-top:10px}.journey__phase-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--green);margin-bottom:6px;font-size:.7rem;font-weight:700}.journey__phase-title{font-family:var(--font-serif), Georgia, serif;margin-bottom:10px;font-size:1.4rem}.journey__phase-body{color:var(--grey-4);margin-bottom:16px;font-size:.875rem;line-height:1.7}.journey__phase-items{flex-direction:column;gap:8px;display:flex}.journey__phase-item{color:var(--grey-4);align-items:center;gap:8px;font-size:.82rem;display:flex}.journey__phase-item:before{content:"";background:var(--green-mid);border-radius:50%;flex-shrink:0;width:6px;height:6px}.faq{background:var(--off-white);padding:80px 0}.faq__list{flex-direction:column;gap:0;max-width:720px;margin-top:48px;display:flex}.faq__item{border-bottom:1px solid var(--grey-2)}.faq__item:first-child{border-top:1px solid var(--grey-2)}.faq__question{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 0;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .15s;display:flex}.faq__question:hover{color:var(--green)}.faq__icon{color:var(--grey-3);flex-shrink:0;font-size:1.2rem;transition:transform .2s}.faq__item.open .faq__icon{color:var(--black);transform:rotate(45deg)}.faq__answer{color:var(--grey-4);max-width:620px;padding:0 0 20px;font-size:.875rem;line-height:1.75;display:none}.faq__item.open .faq__answer{display:block}@media (min-width:480px){.hero__cta{flex-direction:row;justify-content:center}.hero__cta .btn{width:auto}.page-hero__cta{flex-direction:row;justify-content:center}.page-hero__cta .btn{width:auto}.cta-banner__actions{flex-direction:row;justify-content:center}.cta-banner__actions .btn{width:auto}}@media (min-width:640px){.paths__grid,.tools__grid{grid-template-columns:1fr 1fr}.testimonials__grid{grid-template-columns:1fr 1fr;display:grid}.stats__inner{flex-direction:row;align-items:stretch;gap:0}.stats__item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:14px;padding:0 24px}.stats__divider{flex-shrink:0;width:1px;margin:0;display:block}.footer__cols{grid-template-columns:repeat(4,1fr)}.barriers__grid,.gap-section__inner{grid-template-columns:1fr 1fr}}@media (max-width:767px){.nav__actions .theme-toggle,.nav__actions .btn{display:none}}@media (min-width:768px){.nav__hamburger{display:none}.nav__links{display:flex}.how__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.hero__layout{grid-template-columns:200px 1fr 280px;align-items:center;gap:24px;padding:72px 32px;display:grid}.hero__squiggle{display:block}.hero__squiggle--left{top:68px;left:calc(8.9% - 85px);transform:rotate(90deg)}.hero__squiggle--right{top:-10px;right:calc(6.8% - 85px);transform:rotate(180deg)}.hero__inner{padding:0}.hero__left{display:flex}.hero__right{align-items:center;padding:0}.hero__right-float{display:flex}.hero__trust-inner{grid-template-columns:repeat(4,1fr)}.paths__grid{grid-template-columns:repeat(3,1fr)}.tools__grid{grid-template-columns:repeat(4,1fr)}.testimonials__grid{grid-template-columns:repeat(3,1fr)}.sim__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.sim__card{margin-top:0}.barriers__grid{grid-template-columns:repeat(3,1fr)}.journey__phases{max-width:760px}}.auth-shell{background:var(--off-white);flex-direction:column;min-height:100vh;display:flex}.auth-shell__nav{align-items:center;padding:20px 24px;display:flex}.auth-shell__logo{letter-spacing:-.02em;color:var(--black);align-items:center;gap:8px;font-size:1rem;font-weight:700;display:flex}.auth-shell__logo-icon{background:var(--black);width:30px;height:30px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;display:flex}.auth-shell__main{flex:1;justify-content:center;align-items:center;padding:48px 20px 0;display:flex}.auth-shell__footer{text-align:center;color:var(--grey-3);padding:20px 24px;font-size:.75rem}.auth-shell__footer a{color:var(--grey-3);transition:color .15s}.auth-shell__footer a:hover{color:var(--black)}.auth-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;width:100%;max-width:420px;padding:40px 32px;box-shadow:0 4px 24px #0000000f}.auth-card__header{margin-bottom:28px}.auth-card__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:6px;font-size:1.9rem;line-height:1.15}.auth-card__sub{color:var(--grey-4);font-size:.9rem;line-height:1.6}.auth-form{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--black);font-size:.82rem;font-weight:600}.form-label-row{justify-content:space-between;align-items:center;display:flex}.form-label-link{color:var(--green);font-size:.78rem;font-weight:500;transition:opacity .15s}.form-label-link:hover{opacity:.75}.form-input-wrap{position:relative}.form-input{border:1.5px solid var(--grey-2);background:var(--white);width:100%;color:var(--black);border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:var(--grey-3)}.form-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2e7d5e1a}.form-input--error{border-color:#c0392b!important}.form-input--error:focus{border-color:#c0392b!important;box-shadow:0 0 0 3px #c0392b1f!important}.form-field-error{color:#c0392b;margin-top:5px;font-size:.8rem}.form-input-wrap .form-input{padding-right:44px}.form-input-toggle{cursor:pointer;color:var(--grey-3);background:0 0;border:none;padding:2px;font-size:1rem;line-height:1;transition:color .15s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-input-toggle:hover{color:var(--black)}.auth-submit{justify-content:center;width:100%;margin-top:4px}.auth-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.auth-spinner{border:2px solid #ffffff59;border-top-color:var(--white);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__divider{align-items:center;gap:12px;margin-bottom:12px;display:flex}.auth-card__divider:before,.auth-card__divider:after{content:"";background:var(--grey-2);flex:1;height:1px}.auth-card__divider span{color:var(--grey-3);white-space:nowrap;font-size:.78rem}.auth-signup-btn{justify-content:center;width:100%}.auth-card__terms{color:var(--grey-3);text-align:center;margin-top:-8px;margin-bottom:20px;font-size:.75rem;line-height:1.6}.auth-card__terms a{color:var(--grey-3);text-underline-offset:2px;text-decoration:underline}.auth-card__terms a:hover{color:var(--black)}.password-rules{flex-direction:column;gap:4px;margin:8px 0 0;padding:0;list-style:none;display:flex}.password-rules__item{color:var(--grey-3);align-items:center;gap:5px;font-size:.78rem;transition:color .15s;display:flex}.password-rules__icon{text-align:center;flex-shrink:0;width:12px;font-size:.7rem}.password-rules__item--pass{color:#1a6b3a}.password-rules__item--fail{color:#c0392b}.password-strength{align-items:center;gap:8px;margin-top:8px;display:flex}.password-strength__bars{flex:1;gap:4px;display:flex}.password-strength__bar{border-radius:99px;flex:1;height:4px;transition:background .2s}.password-strength__label{text-align:right;min-width:36px;font-size:.72rem;font-weight:600;transition:color .2s}.start-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;width:100%;max-width:480px;padding:40px 32px;box-shadow:0 4px 24px #0000000f}.start-card__badge{background:var(--green-light);color:var(--green);letter-spacing:.01em;border-radius:99px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.start-card__badge-dot{background:var(--green-mid);border-radius:50%;width:6px;height:6px}.start-card__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(1.5rem,4vw,1.9rem);line-height:1.15}.start-card__headline em{color:var(--green);font-style:italic}.start-card__sub{color:var(--grey-4);margin-bottom:28px;font-size:.9rem;line-height:1.65}.start-perks{flex-direction:column;gap:12px;margin-bottom:28px;list-style:none;display:flex}.start-perk{align-items:center;gap:12px;display:flex}.start-perk__icon{text-align:center;flex-shrink:0;width:28px;font-size:1.15rem}.start-perk__text{color:var(--grey-4);font-size:.875rem;line-height:1.5}.start-card__cta{justify-content:center;width:100%;margin-bottom:16px}.start-card__login{color:var(--grey-3);text-align:center;font-size:.82rem}.start-card__login a{color:var(--green);font-weight:600}.start-card__login a:hover{text-underline-offset:2px;text-decoration:underline}.signup-progress{align-items:center;gap:12px;margin-bottom:28px;display:flex}.signup-progress__track{background:var(--grey-2);border-radius:99px;flex:1;height:4px;overflow:hidden}.signup-progress__fill{background:var(--green);border-radius:99px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.signup-progress__label{color:var(--grey-3);white-space:nowrap;font-size:.72rem;font-weight:600}.age-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.age-option{border:1.5px solid var(--grey-2);background:var(--white);color:var(--grey-4);cursor:pointer;text-align:center;border-radius:10px;padding:10px 8px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.age-option:hover{border-color:var(--green);color:var(--black)}.age-option--selected{border-color:var(--green);background:var(--green-light);color:var(--green)}.form-checkbox-label{color:var(--grey-4);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.85rem;display:flex}.form-checkbox{width:17px;height:17px;accent-color:var(--green);cursor:pointer;flex-shrink:0}.signup-back{color:var(--grey-3);cursor:pointer;background:0 0;border:none;margin:12px auto 0;font-family:inherit;font-size:.82rem;transition:color .15s;display:block}.signup-back:hover{color:var(--black)}.signup-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.signup-trust{color:var(--grey-3);align-items:center;gap:7px;margin-top:14px;font-size:.78rem;display:flex}.signup-step2-layout{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;grid-template-columns:1fr 1fr;width:100%;max-width:880px;min-height:580px;display:grid;overflow:hidden;box-shadow:0 4px 24px #0000000f}.signup-benefits{background:#f0f6f2;flex-direction:column;padding:40px 32px;display:flex}.signup-benefits__content{flex-direction:column;height:100%;display:flex}.signup-benefits__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;color:var(--black);margin-bottom:10px;font-size:1.7rem;line-height:1.2}.signup-benefits__headline-em{color:var(--green);font-style:italic}.signup-benefits__sub{color:var(--grey-4);margin-bottom:22px;font-size:.87rem;line-height:1.6}.signup-benefits__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.signup-benefits__item{background:var(--white);border:1px solid #00000012;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.signup-benefits__icon-wrap{color:#1a5c3f;background:#d4ece0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.signup-benefits__text{flex:1;min-width:0}.signup-benefits__item-title{color:var(--black);margin-bottom:2px;font-size:.88rem;font-weight:700;line-height:1.2;display:block}.signup-benefits__item-desc{color:var(--grey-4);font-size:.78rem;line-height:1.4;display:block}.signup-benefits__footer{background:var(--white);border:1px solid #00000012;border-radius:12px;align-items:center;gap:12px;margin-top:14px;padding:14px;display:flex}.signup-benefits__footer-icon{color:#1a5c3f;flex-shrink:0}.signup-benefits__footer-title{color:var(--black);font-size:.87rem;font-weight:700;display:block}.signup-benefits__footer-sub{color:var(--grey-4);font-size:.77rem;display:block}.signup-step2-form{background:var(--white);flex-direction:column;padding:40px 32px;display:flex}@media (max-width:760px){.signup-step2-layout{grid-template-columns:1fr;max-width:420px}.signup-benefits{border-bottom:1.5px solid var(--grey-2);padding:22px 20px 18px}.signup-benefits__headline{margin-bottom:6px;font-size:1.25rem}.signup-benefits__sub{margin-bottom:14px;font-size:.82rem}.signup-benefits__list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.signup-benefits__item{gap:8px;padding:10px}.signup-benefits__icon-wrap{border-radius:8px;width:32px;height:32px}.signup-benefits__icon-wrap svg{width:17px;height:17px}.signup-benefits__item-desc,.signup-benefits__footer{display:none}.signup-step2-form{padding:28px 24px}}html.dark .signup-benefits{background:#1b2b22}html.dark .signup-benefits__item,html.dark .signup-benefits__footer{background:#ffffff0d;border-color:#ffffff17}html.dark .signup-benefits__icon-wrap{background:#1e3d2d}html.dark .signup-step2-form{background:var(--white)}html.dark .signup-step2-layout{border-color:var(--grey-2)}.legal-page{background:var(--white);padding:64px 0 96px}.legal-content{max-width:760px}.legal-h1{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.legal-updated{color:var(--grey-3);margin-bottom:32px;font-size:.82rem}.legal-h2{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.01em;margin:40px 0 12px;font-size:1.3rem}.legal-h3{margin:24px 0 8px;font-size:.95rem;font-weight:700}.legal-body{color:var(--grey-4);margin-bottom:14px;font-size:.9rem;line-height:1.8}.legal-body strong{color:var(--black)}.legal-italic{color:var(--grey-3);margin-bottom:14px;font-size:.875rem;font-style:italic;line-height:1.7}.legal-list{flex-direction:column;gap:8px;margin:0 0 16px 20px;display:flex}.legal-list li{color:var(--grey-4);font-size:.875rem;line-height:1.7}.legal-content a{color:var(--green);text-underline-offset:2px;text-decoration:underline}.legal-content a:hover{opacity:.75}.legal-summary{background:var(--off-white);border:1.5px solid var(--grey-2);border-radius:16px;margin:32px 0;padding:28px 28px 8px}.legal-summary .legal-h2{margin-top:0}.legal-toc{background:var(--grey-1);border-radius:12px;margin:32px 0;padding:24px 28px}.legal-toc .legal-h2{margin-top:0}.legal-toc-list{flex-direction:column;gap:8px;margin-left:20px;display:flex}.legal-toc-list li{color:var(--grey-4);font-size:.875rem}.legal-section{border-top:1px solid var(--grey-2);margin-top:8px;padding-top:8px}.legal-address{background:var(--grey-1);border-radius:10px;flex-direction:column;gap:2px;margin:12px 0;padding:16px 20px;display:flex}.legal-address p{color:var(--grey-4);font-size:.875rem;line-height:1.7}.legal-generator{border-top:1px solid var(--grey-2);margin-top:40px;padding-top:24px;color:var(--grey-3)!important;font-size:.8rem!important}.course-hero{background:var(--off-white);border-bottom:1px solid var(--grey-2);padding:60px 0 64px}.course-hero__inner{grid-template-columns:1fr;align-items:start;gap:40px;display:grid}.course-hero__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.course-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--green-light);color:var(--green);border-radius:99px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.course-meta-item{color:var(--grey-4);font-size:.82rem}.course-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.course-hero__sub{color:var(--grey-4);max-width:560px;margin-bottom:20px;font-size:1rem;line-height:1.75}.course-hero__badges{flex-wrap:wrap;gap:8px;display:flex}.course-badge{border-radius:99px;padding:4px 12px;font-size:.75rem;font-weight:600}.course-badge--green{background:var(--green-light);color:var(--green)}.course-badge--grey{background:var(--grey-1);color:var(--grey-4);border:1px solid var(--grey-2)}.course-signup-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;flex-direction:column;gap:16px;padding:28px 24px;display:flex;box-shadow:0 4px 24px #00000012}.course-signup-card__emoji{font-size:2.5rem;line-height:1}.course-signup-card__progress-label{color:var(--grey-3);justify-content:space-between;margin-bottom:6px;font-size:.75rem;display:flex}.course-signup-card__progress-bar{background:var(--grey-1);border-radius:99px;height:6px;overflow:hidden}.course-signup-card__progress-fill{background:var(--green);border-radius:99px;width:0%;height:100%}.course-signup-card__cta{justify-content:center;width:100%}.course-signup-card__login{color:var(--grey-3);text-align:center;font-size:.8rem;transition:color .15s}.course-signup-card__login:hover{color:var(--black)}.course-signup-card__perks{border-top:1px solid var(--grey-2);flex-direction:column;gap:6px;padding-top:16px;list-style:none;display:flex}.course-signup-card__perks li{color:var(--grey-4);font-size:.8rem}.course-body{padding:56px 0 80px}.course-body__main{max-width:720px}.course-section{margin-bottom:52px}.course-section__title{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.01em;margin-bottom:8px;font-size:1.5rem}.course-section__sub{color:var(--grey-3);margin-bottom:20px;font-size:.875rem}.course-outcomes{grid-template-columns:1fr;gap:12px;list-style:none;display:grid}.course-outcome{align-items:flex-start;gap:10px;display:flex}.course-outcome__tick{background:var(--green-light);width:20px;height:20px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;font-weight:800;display:flex}.course-outcome span:last-child{color:var(--grey-4);font-size:.9rem;line-height:1.6}.course-for-grid{grid-template-columns:1fr;gap:14px;display:grid}.course-for-card{border:1.5px solid var(--grey-2);background:var(--white);border-radius:14px;padding:20px;transition:border-color .15s}.course-for-card:hover{border-color:var(--green)}.course-for-card__icon{margin-bottom:8px;font-size:1.5rem}.course-for-card__title{margin-bottom:4px;font-size:.95rem;font-weight:700}.course-for-card__body{color:var(--grey-4);font-size:.85rem;line-height:1.65}.course-curriculum{border:1.5px solid var(--grey-2);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.course-lesson{border-bottom:1px solid var(--grey-2);align-items:center;gap:14px;padding:16px 20px;transition:background .15s;display:flex}.course-lesson:last-child{border-bottom:none}.course-lesson--free{background:var(--white);cursor:pointer}.course-lesson--free:hover{background:var(--green-light)}.course-lesson--completed .course-lesson__num{background:var(--green);color:var(--white)}.course-lesson--completed .course-lesson__check{font-size:.85rem}.course-lesson--completed .course-lesson__title{color:var(--text-muted)}.course-lesson--completed .course-lesson__preview{color:var(--green);font-weight:600}.course-lesson--locked{background:var(--grey-1)}.course-lesson__num{background:var(--grey-2);width:28px;height:28px;color:var(--grey-4);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.course-lesson--free .course-lesson__num{background:var(--green-light);color:var(--green)}.course-lesson__info{flex:1}.course-lesson__title{margin-bottom:2px;font-size:.9rem;font-weight:600}.course-lesson--locked .course-lesson__title{color:var(--grey-3)}.course-lesson__duration{color:var(--grey-3);font-size:.75rem}.course-lesson__preview{color:var(--green);background:var(--green-light);border-radius:99px;padding:3px 10px;font-size:.72rem;font-weight:700}.course-lesson__lock{opacity:.4;font-size:.9rem}.course-cta-block{background:var(--black);border-radius:20px;margin-bottom:48px;padding:36px 32px}.course-cta-block__inner{flex-direction:column;gap:24px;display:flex}.course-cta-block__headline{font-family:var(--font-serif), Georgia, serif;color:var(--white);margin-bottom:8px;font-size:1.4rem;line-height:1.2}.course-cta-block__sub{color:#fff9;font-size:.875rem;line-height:1.7}.course-cta-block__actions{flex-direction:column;gap:10px;display:flex}.course-cta-block__actions .btn--outline{color:var(--white);border-color:#ffffff4d}.course-cta-block__actions .btn--outline:hover{border-color:var(--white)}.course-tag--featured{background:var(--black);color:var(--white)}.all-courses-page{background:var(--white)}.all-courses-hero{background:var(--off-white);border-bottom:1px solid var(--grey-2);padding:60px 0 56px}.all-courses-hero__inner{flex-direction:column;gap:32px;display:flex}.all-courses-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.all-courses-hero__sub{color:var(--grey-4);max-width:520px;font-size:1rem;line-height:1.75}.all-courses-hero__stats{align-items:center;gap:24px;display:flex}.all-courses-stat__num{font-family:var(--font-serif), Georgia, serif;margin-bottom:2px;font-size:2rem;line-height:1}.all-courses-stat__label{color:var(--grey-3);white-space:nowrap;font-size:.78rem;font-weight:500}.all-courses-stat__divider{background:var(--grey-2);width:1px;height:40px}.all-courses-body{flex-direction:column;gap:56px;padding:56px 0 80px;display:flex}.all-courses-section__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.all-courses-section__title{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.01em;font-size:1.4rem}.all-courses-section__count{color:var(--grey-3);font-size:.8rem;font-weight:500}.all-courses-grid{grid-template-columns:1fr;gap:16px;display:grid}.course-card{background:var(--white);border:1.5px solid var(--grey-2);color:inherit;border-radius:18px;flex-direction:column;gap:12px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.course-card:hover{border-color:var(--black);transform:translateY(-2px);box-shadow:0 8px 32px #00000012}.course-card--soon{opacity:.6;cursor:default;background:var(--grey-1)}.course-card--soon:hover{border-color:var(--grey-2);box-shadow:none;transform:none}.course-card__top{justify-content:space-between;align-items:flex-start;display:flex}.course-card__emoji{font-size:2rem;line-height:1}.course-card__tags{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.course-card__badge{background:var(--black);color:var(--white);border-radius:99px;padding:2px 8px;font-size:.68rem;font-weight:700}.course-card__soon-badge{background:var(--grey-2);color:var(--grey-4);border-radius:99px;padding:2px 8px;font-size:.68rem;font-weight:700}.course-card__title{font-family:var(--font-serif), Georgia, serif;font-size:1.2rem;line-height:1.2}.course-card__body{color:var(--grey-4);flex:1;font-size:.85rem;line-height:1.65}.course-card__footer{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.course-card__meta{color:var(--grey-3);gap:14px;font-size:.78rem;display:flex}.course-card__arrow{color:var(--grey-3);font-size:1rem;transition:transform .15s,color .15s}.course-card:hover .course-card__arrow{color:var(--black);transform:translate(4px)}.all-courses-cta{background:var(--green);border-radius:20px;padding:36px 32px}.all-courses-cta__inner{flex-direction:column;gap:24px;display:flex}.all-courses-cta__headline{font-family:var(--font-serif), Georgia, serif;color:var(--white);margin-bottom:6px;font-size:1.5rem}.all-courses-cta__sub{color:#ffffffbf;font-size:.875rem;line-height:1.65}.all-courses-cta__actions{flex-direction:column;gap:10px;display:flex}@media (min-width:640px){.all-courses-grid{grid-template-columns:1fr 1fr}.all-courses-cta__actions{flex-direction:row}.all-courses-hero__inner{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (min-width:1024px){.all-courses-cta__inner{flex-direction:row;justify-content:space-between;align-items:center}}.tool-page{background:var(--white)}.tool-hero{background:var(--off-white);border-bottom:1px solid var(--grey-2);padding:48px 0 52px}.tool-hero__breadcrumb{color:var(--grey-3);align-items:center;gap:6px;margin-bottom:20px;font-size:.78rem;display:flex}.tool-hero__breadcrumb a{color:var(--grey-3);transition:color .15s}.tool-hero__breadcrumb a:hover{color:var(--black)}.tool-hero__inner{flex-direction:column;gap:16px;display:flex}.tool-hero__icon{margin-bottom:8px;font-size:2.2rem}.tool-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.tool-hero__sub{color:var(--grey-4);max-width:560px;font-size:.95rem;line-height:1.75}.tool-hero__badge-wrap{display:flex}.tool-free-badge{background:var(--green-light);color:var(--green);border-radius:99px;align-items:center;gap:6px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.tool-body{flex-direction:column;gap:56px;padding:48px 0 80px;display:flex}.calc-layout{grid-template-columns:1fr;gap:32px;display:grid}.calc-inputs{background:var(--grey-1);border:1.5px solid var(--grey-2);border-radius:20px;flex-direction:column;gap:28px;padding:28px 24px;display:flex}.calc-inputs__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:-8px;font-size:1.2rem}.calc-field{flex-direction:column;gap:8px;display:flex}.calc-field__header{justify-content:space-between;align-items:center;display:flex}.calc-field__label{font-size:.85rem;font-weight:600}.calc-field__value-wrap{align-items:center;gap:2px;display:flex}.calc-field__prefix,.calc-field__suffix{color:var(--grey-4);font-size:.85rem;font-weight:600}.calc-field__number{text-align:right;border:1.5px solid var(--grey-2);background:var(--white);-moz-appearance:textfield;border-radius:8px;outline:none;width:80px;padding:4px 8px;font-family:inherit;font-size:.85rem;font-weight:700}.calc-field__number::-webkit-outer-spin-button{-webkit-appearance:none}.calc-field__number::-webkit-inner-spin-button{-webkit-appearance:none}.calc-field__number:focus{border-color:var(--green);box-shadow:0 0 0 3px #2e7d5e1a}.calc-slider{appearance:none;cursor:pointer;background:linear-gradient(to right, var(--green) 0%, var(--green) var(--val,50%), var(--grey-2) var(--val,50%), var(--grey-2) 100%);border-radius:99px;outline:none;width:100%;height:4px}.calc-slider::-webkit-slider-thumb{appearance:none;background:var(--white);border:2.5px solid var(--green);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #00000026}.calc-slider::-moz-range-thumb{background:var(--white);border:2.5px solid var(--green);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #00000026}.calc-field__range{color:var(--grey-3);justify-content:space-between;font-size:.7rem;display:flex}.calc-disclaimer{color:var(--grey-3);padding-top:4px;font-size:.72rem;line-height:1.6}.calc-results{flex-direction:column;gap:20px;display:flex}.calc-summary{background:var(--black);color:var(--white);border-radius:20px;flex-direction:column;gap:20px;padding:28px 24px;display:flex}.calc-summary__label{color:#ffffff80;margin-bottom:4px;font-size:.78rem}.calc-summary__value{font-family:var(--font-serif), Georgia, serif;font-size:clamp(2rem,6vw,3rem);line-height:1}.calc-summary__multiplier{color:var(--green-mid);margin-top:6px;font-size:.82rem;font-weight:600}.calc-summary__breakdown{border-top:1px solid #ffffff1a;gap:24px;padding-top:16px;display:flex}.calc-summary__item{align-items:flex-start;gap:10px;display:flex}.calc-summary__item-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.calc-summary__item-dot--grey{background:var(--grey-2)}.calc-summary__item-dot--green{background:var(--green-mid)}.calc-summary__item-label{color:#fff6;margin-bottom:3px;font-size:.72rem}.calc-summary__item-val{font-size:.95rem;font-weight:700}.calc-chart-wrap{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.calc-chart{width:100%;height:200px;display:block}.calc-chart-legend{color:var(--grey-4);gap:16px;margin-top:8px;font-size:.75rem;display:flex}.calc-chart-legend span{align-items:center;gap:5px;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.legend-dot--grey{background:var(--grey-2)}.legend-dot--green{background:var(--green-mid)}.calc-insight{background:var(--green-light);border:1.5px solid #2e7d5e33;border-radius:12px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.calc-insight__icon{flex-shrink:0;margin-top:1px;font-size:1rem}.calc-insight p{color:var(--grey-4);font-size:.85rem;line-height:1.65}.tool-signup-prompt{background:var(--off-white);border:1.5px solid var(--grey-2);border-radius:24px;padding:40px 32px}.tool-signup-prompt__inner{grid-template-columns:1fr;gap:32px;display:grid}.tool-signup-prompt__eyebrow{text-transform:uppercase;letter-spacing:.07em;color:var(--green);margin-bottom:8px;font-size:.75rem;font-weight:700}.tool-signup-prompt__headline{font-family:var(--font-serif), Georgia, serif;margin-bottom:10px;font-size:clamp(1.3rem,3vw,1.7rem);line-height:1.2}.tool-signup-prompt__sub{color:var(--grey-4);margin-bottom:20px;font-size:.875rem;line-height:1.7}.tool-signup-prompt__courses{flex-direction:column;gap:8px;display:flex}.tool-prompt-course{background:var(--white);border:1.5px solid var(--grey-2);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:1.2rem;transition:all .15s;display:flex}.tool-prompt-course:hover{border-color:var(--green);background:var(--green-light)}.tool-prompt-course__title{font-size:.875rem;font-weight:600}.tool-prompt-course__meta{color:var(--grey-3);margin-top:1px;font-size:.75rem}.tool-prompt-course__arrow{color:var(--grey-3);margin-left:auto;font-size:.9rem;transition:transform .15s}.tool-prompt-course:hover .tool-prompt-course__arrow{color:var(--green);transform:translate(3px)}.tool-signup-card{background:var(--black);border-radius:20px;flex-direction:column;gap:14px;padding:28px 24px;display:flex}.tool-signup-card__headline{font-family:var(--font-serif), Georgia, serif;color:var(--white);font-size:1.3rem}.tool-signup-card__sub{color:#fff9;font-size:.82rem;line-height:1.65}.tool-signup-card__login{color:#fff6;text-align:center;font-size:.78rem;transition:color .15s}.tool-signup-card__login:hover{color:var(--white)}@media (min-width:768px){.calc-layout{grid-template-columns:380px 1fr;align-items:start;gap:40px}}@media (min-width:1024px){.tool-signup-prompt__inner{grid-template-columns:1fr 320px;align-items:start;gap:48px}}.course-stat-grid{grid-template-columns:1fr;gap:14px;display:grid}.course-stat-card{background:var(--black);text-align:center;border-radius:16px;padding:24px 20px}.course-stat-card__num{font-family:var(--font-serif), Georgia, serif;color:var(--white);margin-bottom:8px;font-size:2.2rem;line-height:1}.course-stat-card__num span{color:var(--green-mid)}.course-stat-card__label{color:#ffffff8c;font-size:.8rem;line-height:1.55}@media (min-width:640px){.course-stat-grid{grid-template-columns:repeat(3,1fr)}}.course-prereq{background:#fff8e6;border:1.5px solid #f59e0b40;border-radius:10px;align-items:flex-start;gap:10px;margin-top:20px;padding:12px 16px;display:flex}.course-prereq__icon{flex-shrink:0;margin-top:1px;font-size:1rem}.course-prereq p{color:var(--grey-4);font-size:.85rem;line-height:1.6}.course-prereq a{color:var(--green);text-underline-offset:2px;font-weight:600;text-decoration:underline}.course-faq{border:1.5px solid var(--grey-2);border-radius:16px;flex-direction:column;gap:0;display:flex;overflow:hidden}.course-faq__item{border-bottom:1px solid var(--grey-2);padding:20px 24px}.course-faq__item:last-child{border-bottom:none}.course-faq__q{margin-bottom:8px;font-size:.92rem;font-weight:700}.course-faq__a{color:var(--grey-4);font-size:.875rem;line-height:1.7}.course-related{flex-direction:column;gap:12px;display:flex}.course-related-card{border:1.5px solid var(--grey-2);background:var(--white);border-radius:16px;align-items:center;gap:16px;padding:20px 24px;transition:all .2s;display:flex}.course-related-card:hover{border-color:var(--black);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.course-related-card__emoji{flex-shrink:0;font-size:2rem;line-height:1}.course-related-card__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-3);margin-bottom:4px;font-size:.72rem;font-weight:700}.course-related-card__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:4px;font-size:1.1rem}.course-related-card__body{color:var(--grey-4);font-size:.82rem;line-height:1.55}.course-related-card__arrow{color:var(--grey-3);flex-shrink:0;margin-left:auto;font-size:1.1rem;transition:transform .15s}.course-related-card:hover .course-related-card__arrow{color:var(--black);transform:translate(4px)}@media (min-width:640px){.course-outcomes{grid-template-columns:1fr 1fr}.course-for-grid{grid-template-columns:repeat(3,1fr)}.course-cta-block__actions{flex-direction:row}}@media (min-width:1024px){.course-hero__inner{grid-template-columns:1fr 360px;gap:64px}}.isa-field{flex-direction:column;gap:8px;display:flex}.isa-field__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.isa-field__identity{align-items:center;gap:10px;min-width:0;display:flex}.isa-field__emoji{flex-shrink:0;font-size:1.2rem;line-height:1}.isa-field__label{white-space:nowrap;margin-bottom:1px;font-size:.85rem;font-weight:600}.isa-field__desc{color:var(--grey-3);font-size:.72rem}.isa-bar-wrap{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.isa-bar__labels{color:var(--grey-3);justify-content:space-between;margin-bottom:8px;font-size:.72rem;display:flex}.isa-bar{background:var(--grey-1);border-radius:10px;height:20px;display:flex;overflow:hidden}.isa-bar__seg{flex-shrink:0;height:100%;transition:width .25s}.isa-bar__seg--cash{background:var(--green-mid)}.isa-bar__seg--stocks{background:var(--green)}.isa-bar__seg--lisa{background:#1a5c3e}.isa-bar__seg--ifisa{background:#0e3d2a}.isa-bar__legend{color:var(--grey-4);flex-wrap:wrap;gap:10px 16px;margin-top:12px;font-size:.72rem;display:flex}.isa-bar__legend span{align-items:center;gap:5px;display:flex}.isa-bar__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.isa-bar__dot--cash{background:var(--green-mid)}.isa-bar__dot--stocks{background:var(--green)}.isa-bar__dot--lisa{background:#1a5c3e}.isa-bar__dot--ifisa{background:#0e3d2a}.isa-bar__dot--rem{background:var(--grey-2);border:1px solid var(--grey-3)}.isa-breakdown{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;overflow:hidden}.isa-breakdown__header{background:var(--grey-1);text-transform:uppercase;letter-spacing:.05em;color:var(--grey-3);grid-template-columns:1fr 72px 52px;gap:8px;padding:10px 16px;font-size:.7rem;font-weight:700;display:grid}.isa-breakdown__header span:nth-child(2),.isa-breakdown__header span:nth-child(3){text-align:right}.isa-breakdown__row{border-top:1px solid var(--grey-2);grid-template-columns:1fr 72px 52px;align-items:center;gap:8px;padding:12px 16px;transition:opacity .2s;display:grid}.isa-breakdown__row--empty{opacity:.4}.isa-breakdown__name{align-items:center;gap:7px;min-width:0;font-size:.83rem;font-weight:500;display:flex}.isa-breakdown__note{color:var(--green);background:var(--green-light);white-space:nowrap;border-radius:99px;flex-shrink:0;padding:2px 7px;font-size:.68rem;font-weight:700}.isa-breakdown__val{text-align:right;font-size:.85rem;font-weight:700}.isa-breakdown__pct{color:var(--grey-3);text-align:right;font-size:.8rem}.isa-breakdown__total{border-top:2px solid var(--grey-2);grid-template-columns:1fr 72px 52px;gap:8px;padding:13px 16px;font-size:.88rem;font-weight:700;display:grid}.isa-breakdown__total span:nth-child(2){text-align:right}.isa-breakdown__total span:nth-child(3){text-align:right;color:var(--grey-3);font-weight:500}.risk-profiler{flex-direction:column;gap:56px;max-width:680px;display:flex}.risk-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:24px;flex-direction:column;gap:28px;padding:36px 32px;display:flex}.risk-progress{align-items:center;gap:16px;display:flex}.risk-progress__track{background:var(--grey-1);border-radius:99px;flex:1;height:6px;overflow:hidden}.risk-progress__fill{background:var(--green);border-radius:99px;height:100%;transition:width .4s}.risk-progress__label{color:var(--grey-3);white-space:nowrap;font-size:.78rem;font-weight:600}.risk-q__num{text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:8px;font-size:.72rem;font-weight:700}.risk-q__text{font-family:var(--font-serif), Georgia, serif;margin-bottom:8px;font-size:clamp(1.2rem,3vw,1.5rem);line-height:1.25}.risk-q__hint{color:var(--grey-3);font-size:.85rem;line-height:1.6}.risk-options{flex-direction:column;gap:10px;display:flex}.risk-option{border:1.5px solid var(--grey-2);background:var(--white);text-align:left;cursor:pointer;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;transition:all .15s;display:flex}.risk-option:hover,.risk-option--selected{border-color:var(--green);background:var(--green-light)}.risk-option__check{border:2px solid var(--grey-2);background:var(--white);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;transition:all .15s;display:flex}.risk-option--selected .risk-option__check{background:var(--green);border-color:var(--green)}.risk-option__body{min-width:0}.risk-option__label{margin-bottom:2px;font-size:.9rem;font-weight:600}.risk-option__sub{color:var(--grey-4);font-size:.8rem;line-height:1.5}.risk-nav{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.risk-nav .btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none!important}.risk-result{flex-direction:column;gap:20px;display:flex}.risk-result__header{background:var(--black);color:var(--white);border-radius:20px;align-items:flex-start;gap:16px;padding:28px 24px;display:flex}.risk-result__emoji{flex-shrink:0;padding-top:4px;font-size:2.5rem;line-height:1}.risk-result__title{flex:1;min-width:0}.risk-result__label{text-transform:uppercase;letter-spacing:.07em;color:#fff6;margin-bottom:4px;font-size:.72rem;font-weight:700}.risk-result__name{font-family:var(--font-serif), Georgia, serif;font-size:clamp(1.8rem,5vw,2.4rem);line-height:1.1}.risk-result__tagline{color:var(--green-mid);margin-top:6px;font-size:.875rem;font-weight:500}.risk-result__score-badge{text-align:center;flex-shrink:0;padding-top:4px}.risk-result__score-num{font-family:var(--font-serif), Georgia, serif;color:var(--white);font-size:2.4rem;line-height:1}.risk-result__score-denom{color:#ffffff59;margin-top:2px;font-size:.78rem}.risk-result__desc{color:var(--grey-4);font-size:.9rem;line-height:1.75}.risk-score-track{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.risk-score-track__labels{color:var(--grey-3);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;margin-bottom:12px;font-size:.67rem;font-weight:700;display:flex}.risk-score-track__bar{background:linear-gradient(90deg, var(--green-mid) 0%, var(--green) 40%, #1a5c3e 70%, #0d2e21 100%);border-radius:99px;height:12px;position:relative}.risk-score-track__marker{background:var(--white);border:3px solid var(--black);border-radius:50%;width:22px;height:22px;transition:left .5s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0003}.risk-alloc{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.risk-alloc__title{font-family:var(--font-serif), Georgia, serif;font-size:1.1rem}.risk-alloc__legend{color:var(--grey-4);flex-wrap:wrap;gap:8px 16px;font-size:.78rem;display:flex}.risk-alloc__legend span{align-items:center;gap:6px;display:flex}.risk-alloc__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.risk-alloc__note{color:var(--grey-3);border-top:1px solid var(--grey-1);margin-top:4px;padding-top:12px;font-size:.72rem;line-height:1.65}.risk-tips{background:var(--off-white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px 24px}.risk-tips__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:14px;font-size:1.1rem}.risk-tips__list{flex-direction:column;gap:12px;list-style:none;display:flex}.risk-tips__item{color:var(--grey-4);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.65;display:flex}.risk-tips__dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.risk-retake{color:var(--grey-3);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-family:inherit;font-size:.85rem;transition:color .15s}.risk-retake:hover{color:var(--black)}.lisa-goal-toggle{background:var(--grey-1);border-radius:12px;gap:4px;margin-top:12px;padding:4px;display:flex}.lisa-goal-btn{color:var(--grey-4);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s}.lisa-goal-btn:hover{color:var(--black)}.lisa-goal-btn--active{background:var(--white);color:var(--black);box-shadow:0 1px 4px #0000001a}.lisa-info-box{background:var(--green-light);border:1.5px solid #2e7d5e33;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.lisa-info-box__row{color:var(--grey-4);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.lisa-info-box__row strong{color:var(--black);font-weight:700}.lisa-breakdown-bar{background:var(--grey-1);border-radius:8px;height:16px;margin-bottom:10px;display:flex;overflow:hidden}.lisa-breakdown-bar__seg{height:100%;transition:width .3s}.lisa-breakdown-bar__seg--contrib{background:var(--grey-2)}.lisa-breakdown-bar__seg--bonus{background:var(--green-mid)}.lisa-breakdown-bar__seg--growth{background:var(--green)}.lisa-breakdown-legend{color:var(--grey-4);flex-wrap:wrap;gap:8px 16px;font-size:.75rem;display:flex}.lisa-breakdown-legend span{align-items:center;gap:5px;display:flex}.simpage{background:var(--white)}.simpage-hero{background:var(--black);color:var(--white);padding:72px 0 80px;position:relative;overflow:hidden}.simpage-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2e7d5e40 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-120px;left:-120px}.simpage-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#4caf8226 0%,#0000 65%);width:400px;height:400px;position:absolute;bottom:-80px;right:-80px}.simpage-hero__inner{z-index:1;grid-template-columns:1fr;align-items:center;gap:48px;display:grid;position:relative}.simpage-hero__badge{color:var(--green-mid);letter-spacing:.02em;background:#2e7d5e33;border:1px solid #4caf824d;border-radius:99px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.simpage-hero__badge-dot{background:var(--green-mid);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.simpage-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.6rem,7vw,4.4rem);line-height:1.08}.simpage-hero__sub{color:#ffffffa6;max-width:460px;margin-bottom:32px;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.75}.simpage-hero__cta{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.simpage-hero__cta .btn{justify-content:center;width:100%;max-width:280px}.simpage-hero__disclaimer{color:#ffffff4d;font-size:.75rem}.simpage-dashboard{background:#111;border:1px solid #2a2a2a;border-radius:20px;overflow:hidden;box-shadow:0 32px 80px #00000080}.simpage-db__topbar{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.simpage-db__live{color:var(--green-mid);align-items:center;gap:7px;font-size:.72rem;font-weight:600;display:flex}.simpage-db__live-dot{background:var(--green-mid);border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulse}.simpage-db__tabs{gap:4px;display:flex}.simpage-db__tab{color:#ffffff59;cursor:default;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:600}.simpage-db__tab--active{color:var(--white);background:#222}.simpage-db__value-row{justify-content:space-between;align-items:flex-start;padding:20px 18px 0;display:flex}.simpage-db__value-label{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem}.simpage-db__value{font-family:var(--font-serif), Georgia, serif;color:var(--white);font-size:clamp(1.6rem,4vw,2.2rem);line-height:1}.simpage-db__return{color:var(--green-mid);margin-top:5px;font-size:.78rem;font-weight:600}.simpage-db__bench{text-align:right}.simpage-db__bench-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.65rem}.simpage-db__bench-you{color:var(--green-mid);margin-bottom:2px;font-size:.82rem;font-weight:700}.simpage-db__bench-ftse{color:#ffffff59;font-size:.78rem}.simpage-db__bench-ftse span{font-weight:600}.simpage-db__chart{padding:12px 18px 0}.simpage-db__chart svg{width:100%;height:80px;display:block}.simpage-db__chart-legend{color:#fff6;gap:16px;margin-top:8px;padding-bottom:12px;font-size:.68rem;display:flex}.simpage-db__chart-legend span{align-items:center;gap:6px;display:flex}.simpage-db__legend-line{border-radius:1px;width:18px;height:2px;display:inline-block}.simpage-db__legend-line--port{background:var(--green-mid)}.simpage-db__legend-line--ftse{background:#ffffff40}.simpage-db__holdings{border-top:1px solid #1e1e1e}.simpage-db__holdings-header{text-transform:uppercase;letter-spacing:.06em;color:#ffffff40;grid-template-columns:1fr auto auto;gap:12px;padding:8px 18px;font-size:.62rem;font-weight:700;display:grid}.simpage-db__holding{border-top:1px solid #1a1a1a;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:10px 18px;display:grid}.simpage-db__holding-left{align-items:center;gap:8px;min-width:0;display:flex}.simpage-db__holding-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.simpage-db__holding-ticker{color:var(--white);min-width:36px;font-family:monospace;font-size:.72rem;font-weight:800}.simpage-db__holding-name{color:#fff6;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.simpage-db__holding-value{color:var(--white);text-align:right;min-width:56px;font-size:.8rem;font-weight:700}.simpage-db__holding-ret{text-align:right;min-width:44px;font-size:.75rem;font-weight:700}.simpage-db__buybar{background:#0d0d0d;border-top:1px solid #222;gap:8px;padding:12px 18px;display:flex}.simpage-db__search{color:#ffffff40;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;flex:1;padding:8px 12px;font-size:.75rem}.simpage-db__buy-btn{background:var(--green);color:var(--white);cursor:default;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:.78rem;font-weight:700}.simpage-features{background:var(--white);padding:88px 0}.simpage-section-head{margin-bottom:48px}.simpage-section-headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;max-width:560px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.simpage-features__grid{grid-template-columns:1fr;gap:16px;display:grid}.simpage-feature-card{background:var(--off-white);border:1.5px solid var(--grey-2);border-radius:18px;padding:28px 24px;transition:all .2s}.simpage-feature-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 28px #0000000f}.simpage-feature-card__icon{margin-bottom:14px;font-size:1.8rem;line-height:1}.simpage-feature-card__title{margin-bottom:8px;font-size:.95rem;font-weight:700}.simpage-feature-card__body{color:var(--grey-4);font-size:.85rem;line-height:1.7}.simpage-how{background:var(--off-white);padding:88px 0}.simpage-steps{flex-direction:column;gap:0;max-width:640px;display:flex}.simpage-step{grid-template-columns:52px 1fr;gap:20px;padding-bottom:36px;display:grid;position:relative}.simpage-step:last-child{padding-bottom:0}.simpage-step__num{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:700;display:flex;position:relative}.simpage-step:before{content:"";background:var(--grey-2);width:2px;position:absolute;top:52px;bottom:0;left:21px}.simpage-step:last-child:before{display:none}.simpage-step__content{padding-top:10px}.simpage-step__title{font-family:var(--font-serif), Georgia, serif;margin-bottom:6px;font-size:1.2rem}.simpage-step__body{color:var(--grey-4);font-size:.875rem;line-height:1.7}.simpage-coming{background:var(--black);color:var(--white);padding:88px 0}.simpage-coming__inner{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.simpage-coming__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.simpage-coming__sub{color:#ffffff8c;max-width:480px;margin-bottom:24px;font-size:.9rem;line-height:1.75}.simpage-coming__pills{flex-wrap:wrap;gap:8px;display:flex}.simpage-coming__pill{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;border-radius:99px;padding:6px 14px;font-size:.8rem;font-weight:600}.simpage-leaderboard{background:#111;border:1px solid #2a2a2a;border-radius:20px;overflow:hidden}.simpage-lb__header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.simpage-lb__title{color:var(--white);font-size:.82rem;font-weight:700}.simpage-lb__theme{color:var(--green-mid);background:#2e7d5e40;border-radius:99px;padding:3px 10px;font-size:.7rem;font-weight:700}.simpage-lb__row{border-top:1px solid #1a1a1a;grid-template-columns:36px 1fr auto auto;align-items:center;gap:10px;padding:12px 18px;display:grid}.simpage-lb__row--top{background:#2e7d5e14}.simpage-lb__you{background:#ffffff08;border-top:1px solid #222;grid-template-columns:36px 1fr auto auto;align-items:center;gap:10px;padding:12px 18px;display:grid}.simpage-lb__rank{text-align:center;font-size:1rem}.simpage-lb__name{color:var(--white);font-size:.82rem;font-weight:600}.simpage-lb__value{color:var(--white);text-align:right;font-size:.82rem;font-weight:700}.simpage-lb__return{color:var(--green-mid);text-align:right;min-width:52px;font-size:.78rem;font-weight:700}@media (min-width:480px){.simpage-hero__cta{flex-direction:row}.simpage-hero__cta .btn{width:auto}}@media (min-width:640px){.simpage-features__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.simpage-hero__inner{grid-template-columns:1fr 1fr;gap:64px}.simpage-features__grid{grid-template-columns:repeat(3,1fr)}.simpage-coming__inner{grid-template-columns:1fr 1fr;gap:64px}}.auth-error{color:#c0392b;background:#fdf0ee;border:1px solid #f5c6c0;border-radius:8px;margin-bottom:4px;padding:10px 14px;font-size:.85rem}.auth-success{color:#1a6b3a;background:#edf7f1;border:1px solid #b6dfc8;border-radius:8px;margin-bottom:4px;padding:10px 14px;font-size:.85rem}.dashboard-shell{background:var(--grey-1);min-height:100vh;display:flex}.dashboard-main{flex:1;min-width:0}.dashboard-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard{max-width:1140px;margin:0 auto;padding:48px 32px 80px}.dashboard__header{margin-bottom:36px}.dashboard__greeting{font-family:var(--font-serif);color:var(--black);margin-bottom:6px;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:400}.dashboard__sub{color:var(--grey-3);font-size:.95rem}.dashboard__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.dashboard__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.dashboard__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}.dashboard-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;min-width:0;padding:28px}.dashboard-card__eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--grey-3);margin-bottom:10px;font-size:.72rem;font-weight:700}.dashboard-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:6px;font-size:1.25rem;font-weight:400}.dashboard-card__desc{color:var(--grey-4);font-size:.875rem;line-height:1.6}.dashboard-progress{background:var(--grey-1);border-radius:99px;height:6px;margin-top:16px;overflow:hidden}.dashboard-progress__bar{background:linear-gradient(90deg, var(--green) 0%, var(--green-mid) 100%);border-radius:99px;height:100%}.dashboard-progress__label{color:var(--grey-3);margin-top:8px;font-size:.78rem;display:block}.path-selector{margin-top:32px}.path-selector__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.path-selector__heading{color:var(--black);margin:0 0 2px;font-size:1rem;font-weight:700}.path-selector__sub{color:var(--grey-4);margin:0;font-size:.85rem}.path-selector__view-all{color:var(--green);white-space:nowrap;flex-shrink:0;padding-top:2px;font-size:.85rem;font-weight:600;text-decoration:none}.path-selector__view-all:hover{text-decoration:underline}.path-selector__scroll{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:680px){.path-selector__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.path-selector__scroll::-webkit-scrollbar{display:none}.ps-card{scroll-snap-align:start;flex:0 0 300px}}.ps-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;align-items:flex-start;gap:14px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.ps-card:hover{border-color:var(--black);transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.ps-card__image-wrap{background:var(--grey-1);border-radius:12px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.ps-card__image{object-fit:cover}.ps-card__img-fallback{width:100%;height:100%;color:var(--green);background:var(--green-light);letter-spacing:.02em;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.ps-card__body{flex-direction:column;flex:1;min-width:0;display:flex}.ps-card__meta{color:var(--grey-3);white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:.75rem;overflow:hidden}.ps-card__title{color:var(--black);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 5px;font-size:.95rem;font-weight:700;display:-webkit-box;overflow:hidden}.ps-card__desc{color:var(--grey-4);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 14px;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.ps-card__footer{align-items:center;gap:12px;margin-top:auto;display:flex}.ps-card__progress-col{flex:1;min-width:0}.ps-card__progress-bar{margin-top:0}.ps-card__progress-label{color:var(--grey-3);margin-top:5px;font-size:.7rem;display:block}.ps-card__btn{white-space:nowrap;flex-shrink:0}html.dark .ps-card{background:#1c1c1a;border-color:#2e2e2b}html.dark .ps-card:hover{border-color:#4a4a47}html.dark .ps-card__title{color:#f0efe9}html.dark .ps-card__meta,html.dark .ps-card__progress-label{color:#6b6b67}html.dark .ps-card__desc{color:#9e9e9a}html.dark .ps-card__image-wrap{background:#2a2a27}.path-overview__back{color:var(--grey-4);align-items:center;margin-bottom:32px;font-size:.825rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.path-overview__back:hover{color:var(--black)}.path-overview__header{border-bottom:1.5px solid var(--grey-2);margin-bottom:48px;padding-bottom:40px}.path-overview__meta-row{align-items:center;gap:14px;margin-bottom:16px;display:flex}.path-overview__category{letter-spacing:.08em;text-transform:uppercase;color:var(--green);font-size:.7rem;font-weight:700}.path-overview__stats{color:var(--grey-3);font-size:.8rem}.path-overview__title{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;color:var(--black);margin:0 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.path-overview__desc{color:var(--grey-4);max-width:560px;margin:0 0 20px;font-size:1rem;line-height:1.7}.path-overview__tags{flex-wrap:wrap;gap:8px;display:flex}.path-overview__tag{letter-spacing:.06em;text-transform:uppercase;background:var(--grey-1);color:var(--grey-4);border-radius:99px;padding:4px 10px;font-size:.7rem;font-weight:700}.path-overview__courses{flex-direction:column;gap:16px;display:flex}.path-course-block{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;overflow:hidden}.path-course-block__header{border-bottom:1.5px solid var(--grey-2);background:var(--grey-1);align-items:center;gap:20px;padding:24px 28px;display:flex}.path-course-block__index{letter-spacing:.08em;color:var(--grey-3);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.7rem;font-weight:700}.path-course-block__head-text{flex:1;min-width:0}.path-course-block__title{color:var(--black);margin:0 0 2px;font-size:1rem;font-weight:700}.path-course-block__meta{color:var(--grey-3);margin:0;font-size:.78rem}.path-course-block__lessons{margin:0;padding:0;list-style:none}.path-lesson-row{border-bottom:1px solid var(--grey-2);cursor:pointer;align-items:center;gap:16px;padding:16px 28px;text-decoration:none;transition:background .15s;display:flex}.path-lesson-row:last-child{border-bottom:none}.path-lesson-row:hover{background:var(--grey-1)}.path-lesson-row__num{color:var(--grey-3);font-variant-numeric:tabular-nums;flex-shrink:0;width:18px;font-size:.72rem;font-weight:700}.path-lesson-row__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.path-lesson-row__title{color:var(--black);font-size:.875rem;font-weight:500;line-height:1.3}.path-lesson-row:hover .path-lesson-row__title{color:var(--green)}.path-lesson-row__desc{color:var(--grey-3);white-space:nowrap;text-overflow:ellipsis;font-size:.775rem;line-height:1.4;overflow:hidden}.path-lesson-row__meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;display:flex}.path-lesson-row__time{color:var(--grey-3);white-space:nowrap;font-size:.75rem}.path-lesson-row__xp{color:var(--green);white-space:nowrap;font-size:.7rem;font-weight:600}html.dark .path-overview__back{color:var(--grey-3)}html.dark .path-overview__back:hover{color:#f0efe9}html.dark .path-overview__header{border-bottom-color:var(--grey-2)}html.dark .path-overview__title{color:#f0efe9}html.dark .path-overview__tag{background:var(--grey-1);color:var(--grey-4)}html.dark .path-course-block{border-color:var(--grey-2);background:#1c1c1a}html.dark .path-course-block__header{border-bottom-color:var(--grey-2);background:#242422}html.dark .path-course-block__title{color:#f0efe9}html.dark .path-lesson-row{border-bottom-color:var(--grey-2)}html.dark .path-lesson-row:hover{background:#242422}html.dark .path-lesson-row__title{color:#e8e8e4}html.dark .path-lesson-row__desc{color:var(--grey-3)}.lesson-reader{max-width:680px;margin:0 auto;padding:48px 32px 80px}.lesson-reader__back{color:var(--grey-3);align-items:center;gap:6px;margin-bottom:48px;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.lesson-reader__back:hover{color:var(--black)}.lesson-reader__eyebrow{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.lesson-reader__course-name{text-transform:uppercase;letter-spacing:.07em;color:var(--green);font-size:.72rem;font-weight:700}.lesson-reader__lesson-num{color:var(--grey-3);font-size:.72rem}.lesson-reader__title{font-family:var(--font-serif);color:var(--black);margin:0 0 24px;font-size:2.5rem;line-height:1.15}.lesson-reader__meta{border-bottom:1px solid var(--grey-2);align-items:center;gap:10px;margin-bottom:40px;padding-bottom:32px;display:flex}.lesson-reader__meta-item{color:var(--grey-3);font-size:.8rem}.lesson-reader__meta-item--xp{color:var(--green);font-weight:600}.lesson-reader__meta-sep{color:var(--grey-2)}.lesson-reader__body{color:var(--black);font-size:1.05rem;line-height:1.8}.lesson-reader__body p{margin:0 0 1.5rem}.lesson-reader__body h2{font-family:var(--font-serif);color:var(--black);margin:2.5rem 0 1rem;font-size:1.5rem;line-height:1.2}.lesson-reader__complete-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:56px;padding:18px 32px;font-size:1rem;font-weight:600;transition:background .15s;display:flex}.lesson-reader__complete-btn:hover:not(:disabled){background:#256b50}.lesson-reader__complete-btn--done{background:var(--grey-2);color:var(--grey-3);cursor:default}.lesson-reader__complete-btn--done:hover{background:var(--grey-2)}.lesson-toast{background:var(--black);color:#fff;z-index:999;border-radius:100px;align-items:center;gap:10px;padding:14px 24px;font-size:.875rem;font-weight:500;animation:.25s toastIn;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000002e}.lesson-toast__icon{font-size:1rem}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}html.dark .lesson-reader__back:hover,html.dark .lesson-reader__title{color:#f0efe9}html.dark .lesson-reader__body{color:#d8d7d0}html.dark .lesson-reader__body h2{color:#f0efe9}html.dark .lesson-reader__meta{border-bottom-color:var(--grey-2)}html.dark .lesson-reader__complete-btn--done{color:var(--grey-3);background:#2a2a28}html.dark .lesson-toast{color:var(--black);background:#f0efe9}.dashboard-stats{gap:24px;margin-top:8px;display:flex}.dashboard-stat{flex-direction:column;gap:2px;display:flex}.dashboard-stat__value{color:var(--black);font-size:1.75rem;font-weight:700;line-height:1}.dashboard-stat__label{color:var(--grey-3);font-size:.75rem}.psc{padding:24px;container-type:inline-size}.psc__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:17px;display:flex}.psc__title-row{align-items:center;gap:10px;min-width:0;display:flex}.psc__title-icon,.psc__stat-icon{color:#075a39;background:linear-gradient(135deg,#edf6f1 0%,#f7faf8 100%);justify-content:center;align-items:center;display:inline-flex}.psc__title-icon{border-radius:50%;flex:none;width:34px;height:34px}.psc__title{min-width:0;color:var(--black);font-family:var(--font-sans), system-ui, sans-serif;letter-spacing:0;white-space:nowrap;font-size:1.15rem;font-weight:800;line-height:1.1}.psc__week-pill{min-height:24px;color:var(--green);white-space:nowrap;background:#e6f4ee5c;border:1.5px solid #2e7d5e33;border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex}.psc__stats{gap:0;margin:0;display:flex}.psc__stat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex;position:relative}.psc__stat+.psc__stat:before{content:"";background:var(--grey-2);width:1.5px;position:absolute;top:8px;bottom:6px;left:0}.psc__stat-icon{border-radius:10px;width:34px;height:34px;margin-bottom:2px}.psc__stat-value{color:#075a39;letter-spacing:0;font-size:2.1rem;font-weight:800;line-height:1}.psc__stat-label{color:var(--grey-3);font-size:.78rem;line-height:1.25}.psc__divider{background:var(--grey-2);height:1px;margin:14px 0 11px}.psc__level{flex-direction:column;gap:9px;display:flex}.psc__level-row{justify-content:space-between;align-items:center;gap:9px;display:flex}.psc__level-badge{width:42px;height:46px;color:var(--white);clip-path:polygon(50% 0,92% 23%,92% 76%,50% 100%,8% 76%,8% 23%);background:#0f6a45;flex:none;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 4px #ffffff24}.psc__level-badge span{font-size:.72rem;font-weight:800}.psc__level-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.psc__level-name{color:var(--black);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:800;line-height:1.1;overflow:hidden}.psc__level-sub{color:var(--grey-3);font-size:.75rem;line-height:1.1}.psc__level-xp{color:var(--black);white-space:nowrap;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;font-size:.83rem;line-height:1;display:flex}.psc__level-xp strong{color:var(--green);font-size:.72rem;font-weight:800}.psc__bar{background:var(--grey-2);border-radius:99px;height:7px;overflow:hidden}.psc__bar-fill{background:var(--green);border-radius:99px;height:100%;transition:width .6s}.psc__streak{border-top:1px solid var(--grey-2);margin-top:14px;padding-top:12px}.psc__streak-head{align-items:center;gap:6px;margin-bottom:4px;display:flex}.psc__streak-icon{font-size:1rem;line-height:1}.psc__streak-title{color:var(--black);font-size:.875rem;font-weight:600}.psc__streak-sub{color:var(--grey-3);margin:0 0 10px;font-size:.72rem;line-height:1.22}.psc__dots{gap:6px;display:flex}.psc__dot-col{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.psc__dot-label{color:var(--grey-3);text-transform:uppercase;letter-spacing:.02em;font-size:.65rem;font-weight:700}.psc__dot{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.psc__dot--done{background:var(--green)}.psc__dot--empty{background:var(--grey-2)}.psc__dot--future{background:var(--grey-1);border:1.5px solid var(--grey-2)}html.dark .psc__stat-value{color:var(--white)}html.dark .psc__title{color:#f0efe9}html.dark .psc__title-icon,html.dark .psc__stat-icon{background:var(--green-light);color:var(--green-mid)}html.dark .psc__week-pill{background:var(--green-light);color:var(--green-mid);border-color:#4caf8247}html.dark .psc__level-name,html.dark .psc__level-xp{color:#f0efe9}html.dark .psc__dot--future{background:#ffffff0a}@container (max-width:310px){.psc{padding:18px 20px}.psc__header{gap:8px;margin-bottom:12px}.psc__title-row{gap:8px}.psc__title-icon{width:30px;height:30px}.psc__title{font-size:1rem}.psc__week-pill{min-height:23px;padding:0 7px;font-size:.62rem}.psc__stat-icon{border-radius:9px;width:30px;height:30px}.psc__stat-value{font-size:1.85rem}.psc__stat-label{font-size:.72rem}.psc__level-row{gap:7px}.psc__level-badge{width:36px;height:40px}.psc__level-badge span{font-size:.64rem}.psc__level-name{font-size:.82rem}.psc__level-sub{font-size:.68rem}.psc__level-xp{font-size:.72rem}.psc__level-xp strong{font-size:.64rem}}.pvc__value-row{justify-content:space-between;align-items:flex-start;gap:8px;margin:10px 0 2px;display:flex}.pvc__value{font-family:var(--font-serif);color:var(--black);font-size:clamp(1.4rem,3vw,1.8rem);font-weight:400;line-height:1.1}.pvc__badge-col{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;margin-top:4px;display:flex}.pvc__badge{white-space:nowrap;border-radius:99px;align-items:center;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.pvc__badge--up{background:var(--green-light);color:var(--green)}.pvc__badge--down{color:var(--loss-red);background:#fef2f2}.pvc__badge-sub{color:var(--grey-3);white-space:nowrap;font-size:.65rem}.pvc__sub{color:var(--grey-3);margin:0 0 12px;font-size:.78rem}.pvc__chart{width:100%;margin:0 0 16px}.pvc__chart svg{width:100%;height:56px;display:block}.pvc__desc{color:var(--grey-4);margin:0 0 16px;font-size:.825rem;line-height:1.55}.pvc__cta{display:inline-block}.rfy{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;margin-top:16px;padding:18px 24px 6px}.rfy__eyebrow{letter-spacing:.07em;text-transform:uppercase;color:var(--grey-3);align-items:center;gap:6px;margin-bottom:4px;font-size:.7rem;font-weight:700;display:flex}.rfy__grid{grid-template-columns:1fr 1fr 1fr;gap:0;display:grid}.rfy__item{border-top:1.5px solid var(--grey-2);align-items:center;gap:12px;padding:14px 0;text-decoration:none;transition:opacity .15s;display:flex}.rfy__item+.rfy__item{border-left:1.5px solid var(--grey-2);padding-left:20px}.rfy__item:hover{opacity:.75}.rfy__icon{background:var(--green-light);width:40px;height:40px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.rfy__icon--percent{font-family:var(--font-sans);font-size:.9rem}.rfy__icon--grad,.rfy__icon--chart{font-size:1rem}.rfy__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.rfy__title{color:var(--black);font-size:.825rem;font-weight:700;line-height:1.3}.rfy__desc{color:var(--grey-3);font-size:.75rem;line-height:1.35}.rfy__arrow{color:var(--grey-3);flex-shrink:0;font-size:1.1rem;line-height:1}html.dark .rfy{background:var(--card-bg,#1c1c1a)}html.dark .pvc__value{color:var(--white)}.dashboard-lessons{flex-direction:column;gap:14px;margin:12px 0 0;padding:0;list-style:none;display:flex}.dashboard-lesson{color:var(--grey-4);align-items:center;gap:10px;font-size:.875rem;display:flex}.dashboard-lesson__dot{background:var(--green-mid);border-radius:50%;flex-shrink:0;width:7px;height:7px}.cl-card{flex-direction:column;gap:0;display:flex}.cl-card__header{align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.cl-card__thumb{background:#edf5ef;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex}.cl-card__head-text{flex:1;min-width:0}.cl-card__course-name{font-family:var(--font-serif);color:var(--black);margin-bottom:4px;font-size:1.2rem;font-weight:700;line-height:1.2}.cl-card__lesson-line{color:var(--grey-4);font-size:.8rem;line-height:1.4}.cl-card__chips{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.cl-card__chip{color:var(--grey-4);align-items:center;gap:4px;font-size:.75rem;display:flex}.cl-card__chip--xp{color:#b7860b;font-weight:600}.cl-card__chip--level{color:var(--green);font-weight:600}.cl-card__chip-dot{background:var(--grey-3);border-radius:50%;flex-shrink:0;width:3px;height:3px}.cl-card__desc{color:var(--grey-4);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.825rem;line-height:1.55;display:-webkit-box;overflow:hidden}.cl-card__progress-row{justify-content:space-between;align-items:baseline;margin-bottom:0;font-size:.78rem;display:flex}.cl-card__progress-count{color:var(--grey-4)}.cl-card__progress-count strong{color:var(--green);font-weight:600}.cl-card__progress-pct{color:var(--grey-3);font-size:.75rem}.cl-card__reward{background:var(--grey-1);border:1.5px solid var(--grey-2);cursor:default;border-radius:10px;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;display:flex}.cl-card__reward-badge{background:var(--green);color:#fff;letter-spacing:.02em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.62rem;font-weight:600;display:flex}.cl-card__reward-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cl-card__reward-text strong{color:var(--black);font-size:.78rem}.cl-card__reward-text span{color:var(--grey-4);font-size:.72rem}.cl-card__reward-xp{color:var(--green);font-weight:600}.cl-card__reward-arrow{color:var(--grey-3);font-size:1rem}.cl-card__cta{background:var(--green);color:#fff;cursor:pointer;border-radius:12px;align-items:center;gap:10px;margin-top:10px;padding:13px 18px;font-size:.925rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.cl-card__cta:hover{background:var(--green-dark,#1a5c35);color:#fff}.cl-card__cta-play{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;display:flex}.cl-card__cta-arrow{opacity:.7;margin-left:auto;font-size:1.1rem}.cl-card__footer{border-top:1.5px solid var(--grey-2);gap:0;margin-top:16px;padding-top:14px;display:flex}.cl-card__footer-chip{flex:1;align-items:center;gap:10px;padding:0 12px 0 0;display:flex}.cl-card__footer-chip+.cl-card__footer-chip{border-left:1.5px solid var(--grey-2);padding-left:12px}.cl-card__footer-icon{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.9rem;display:grid}.cl-card__footer-icon--trophy{background:#fef3d0}.cl-card__footer-icon--xp{color:var(--green);letter-spacing:.02em;background:#edf5ef;font-size:.6rem;font-weight:800}.cl-card__footer-icon--arrow{background:#ede8f7;font-style:normal}.cl-card__footer-chip>div{min-width:0}.cl-card__footer-chip>div>strong{color:var(--grey-4);font-size:.7rem;font-weight:600;line-height:1.3;display:block}.cl-card__footer-chip>div>span{color:var(--grey-4);opacity:.6;font-size:.68rem;font-weight:400;line-height:1.3;display:block}html.dark .cl-card__thumb{background:#ffffff0f}html.dark .cl-card__reward{border-color:var(--grey-2);background:#ffffff0a}html.dark .cl-card__footer{border-color:var(--grey-2)}html.dark .cl-card__footer-icon--trophy{background:#fef3d01f}html.dark .cl-card__footer-icon--xp{background:#edf5ef1a}html.dark .cl-card__footer-icon--arrow{background:#ede8f71a}.sidebar{background:var(--white);border-right:1.5px solid var(--grey-2);flex-direction:column;flex-shrink:0;width:232px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar__logo{border-bottom:1px solid var(--grey-2);padding:20px 20px 18px}.sidebar__nav{flex:1;padding:8px 0;overflow-y:auto}.sidebar__group{margin-bottom:4px}.sidebar__section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-3);margin:0;padding:16px 20px 4px;font-size:.68rem;font-weight:700}.sidebar__link{color:var(--grey-4);border-left:3px solid #0000;padding:8px 20px;font-size:.875rem;text-decoration:none;transition:background .1s,color .1s;display:block}.sidebar__link:hover{background:var(--grey-1);color:var(--black)}.sidebar__link--active{background:var(--green-light);color:var(--green);border-left-color:var(--green);font-weight:500}.sidebar__footer{border-top:1px solid var(--grey-2);padding:16px 20px}.sidebar__footer-row{justify-content:space-between;align-items:center;display:flex}.sidebar__signout{color:var(--grey-3);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .12s}.sidebar__signout:hover{color:#c0392b}.sidebar__topbar{display:none}.sidebar__mobile-header{border-bottom:1px solid var(--grey-2);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sidebar__close{color:var(--grey-3);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1rem;line-height:1}.sidebar__backdrop{z-index:99;background:#0000004d;position:fixed;inset:0}.sidebar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.sidebar__hamburger span{background:var(--black);border-radius:2px;width:22px;height:2px;display:block}@media (max-width:768px){.dashboard-shell{flex-direction:column}.sidebar--desktop{display:none}.sidebar--mobile{z-index:100;width:280px;height:100vh;position:fixed;top:0;left:0}.sidebar--mobile .sidebar__logo{display:none}.sidebar__topbar{background:var(--white);border-bottom:1.5px solid var(--grey-2);z-index:50;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:sticky;top:0}}.profile-layout{flex-direction:column;gap:20px;max-width:680px;display:flex}.profile-identity-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;align-items:center;gap:20px;padding:28px;display:flex}.profile-avatar-wrap{flex-shrink:0;width:56px;height:56px;position:relative}.profile-avatar{background:var(--green);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:600;display:flex;overflow:hidden}.profile-avatar__img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-avatar__camera{background:var(--white);border:1.5px solid var(--grey-2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:.65rem;transition:transform .15s,box-shadow .15s;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 1px 4px #0000001f}.profile-avatar__camera:hover:not(:disabled){transform:scale(1.12);box-shadow:0 2px 8px #00000029}.profile-avatar__camera:disabled{opacity:.6;cursor:not-allowed}.profile-avatar__input{display:none}.profile-avatar__error{color:#c0392b;margin-top:4px;font-size:.78rem}.auth-spinner--sm{border-width:1.5px;width:10px;height:10px}.profile-identity-card__info{flex:1;min-width:0}.profile-identity-card__name{font-family:var(--font-serif);color:var(--black);margin-bottom:3px;font-size:1.2rem;font-weight:400}.profile-identity-card__email{color:var(--grey-4);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:.875rem;overflow:hidden}.profile-identity-card__since{color:var(--grey-3);font-size:.78rem}.profile-edit-btn{flex-shrink:0;margin-left:auto}.profile-details{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:500px){.profile-details{grid-template-columns:1fr}}.profile-detail-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px 22px}.profile-detail-card__label{letter-spacing:.07em;text-transform:uppercase;color:var(--grey-3);margin-bottom:6px;font-size:.7rem;font-weight:700}.profile-detail-card__value{color:var(--black);font-size:.95rem;font-weight:500}.profile-empty{color:var(--grey-3);font-style:italic;font-weight:400}.profile-edit-form{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;padding:28px}.profile-edit-form__title{font-family:var(--font-serif);color:var(--black);margin-bottom:24px;font-size:1.1rem;font-weight:400}.profile-form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}@media (max-width:500px){.profile-form-grid{grid-template-columns:1fr}}.profile-field{flex-direction:column;gap:6px;display:flex}.profile-field__label{color:var(--grey-4);letter-spacing:.02em;font-size:.78rem;font-weight:600}.profile-field__input{border:1.5px solid var(--grey-2);color:var(--black);background:var(--white);border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.profile-field__input:focus{border-color:var(--green)}.profile-field__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239e9e9a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.profile-form-error{color:#c0392b;margin-bottom:16px;font-size:.875rem}.profile-form-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-security{border:1.5px solid var(--grey-2);background:var(--white);border-radius:14px;margin-top:20px;overflow:hidden}.profile-security__title{letter-spacing:.05em;text-transform:uppercase;color:var(--grey-3);padding:16px 20px 12px;font-size:.78rem;font-weight:700}.profile-security__row{justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.profile-security__row-info{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-security__row-label{color:var(--black);font-size:.83rem;font-weight:600}.profile-security__row-value{color:var(--grey-4);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.profile-security__divider{background:var(--grey-1);height:1px;margin:0 20px}.profile-security__form{flex-direction:column;gap:12px;padding:4px 20px 16px;display:flex}.profile-security__hint{color:var(--grey-4);font-size:.85rem;line-height:1.5}.profile-security__success{color:#1a6b3a;background:#edf7f1;border:1px solid #b8e2c8;border-radius:8px;padding:10px 14px;font-size:.83rem}.profile-security__error{color:#c0392b;background:#fdf0ee;border:1px solid #f5c6c0;border-radius:8px;padding:10px 14px;font-size:.83rem}html.dark .profile-security{background:var(--grey-1);border-color:var(--grey-2)}html.dark .profile-security__row-label{color:#f0efe9}.danger-zone{background:#fdf8f7;border:1.5px solid #f5c6c0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding:20px 24px;display:flex}.danger-zone__content{flex:1;min-width:0}.danger-zone__title{color:#c0392b;margin-bottom:4px;font-size:.95rem;font-weight:600}.danger-zone__sub{color:var(--grey-4);font-size:.83rem;line-height:1.5}.btn--danger{color:#fff;cursor:pointer;white-space:nowrap;background:#c0392b;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.btn--danger:hover:not(:disabled){background:#a93226;transform:translateY(-1px)}.btn--danger:disabled{opacity:.6;cursor:not-allowed}.delete-modal-backdrop{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.delete-modal{background:var(--white);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;padding:36px 32px;display:flex;box-shadow:0 20px 60px #0000002e}.delete-modal__icon{font-size:2.2rem;line-height:1}.delete-modal__title{color:var(--black);font-size:1.2rem;font-weight:700}.delete-modal__body{color:var(--grey-4);font-size:.875rem;line-height:1.6}.delete-modal__actions{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;margin-top:4px;display:flex}.delete-modal__actions .btn{flex:1;justify-content:center;min-width:120px}html.dark .danger-zone{background:#c0392b12;border-color:#c0392b4d}html.dark .delete-modal{background:#1a1a18}html.dark .delete-modal__title{color:#f0efe9}.sim-pos{color:var(--green)}.sim-neg{color:#c0392b}.sim-muted{color:var(--grey-3)}@keyframes simFlashUp{0%{background-color:#27ae6033}to{background-color:#0000}}@keyframes simFlashDown{0%{background-color:#c0392b33}to{background-color:#0000}}.sim-flash-up{border-radius:4px;animation:.9s ease-out simFlashUp}.sim-flash-down{border-radius:4px;animation:.9s ease-out simFlashDown}.sim-back{color:var(--grey-3);margin-bottom:16px;font-size:.8rem;transition:color .12s;display:inline-block}.sim-back:hover{color:var(--black)}.sim-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.sim-alltime{margin-top:4px;font-size:.95rem;font-weight:600}.sim-stats{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;gap:0;margin-bottom:28px;display:flex;overflow:hidden}.sim-stat{border-right:1px solid var(--grey-2);flex-direction:column;flex:1;gap:4px;padding:20px 24px;display:flex}.sim-stat:last-child{border-right:none}.sim-stat__label{letter-spacing:.06em;text-transform:uppercase;color:var(--grey-3);font-size:.72rem;font-weight:700}.sim-stat__value{color:var(--black);font-size:1.1rem;font-weight:700}@media (max-width:640px){.sim-stats{flex-wrap:wrap}.sim-stat{border-right:none;border-bottom:1px solid var(--grey-2);flex:40%}.sim-stat:nth-child(odd){border-right:1px solid var(--grey-2)}.sim-stat:last-child{border-bottom:none}}.sim-section{margin-top:20px}.sim-section__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sim-section__title{font-family:var(--font-serif);color:var(--black);font-size:1.1rem;font-weight:700}.sim-section__link{color:var(--green);font-size:.8rem;font-weight:700}.sim-section__link:hover{text-decoration:underline}.sim-empty{background:var(--white);border:1.5px solid var(--grey-2);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:48px 32px;display:flex}.sim-empty__heading{color:var(--black);font-size:1rem;font-weight:600}.sim-empty__sub{color:var(--grey-3);margin-bottom:6px;font-size:.875rem}.sim-table-wrap{border:1.5px solid var(--grey-2);background:var(--white);border-radius:16px;overflow-x:auto}.sim-table{border-collapse:collapse;width:100%;font-size:.875rem}.sim-table thead th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--grey-3);border-bottom:1.5px solid var(--grey-2);white-space:nowrap;padding:12px 16px;font-size:.7rem;font-weight:700}.sim-table tbody tr{border-bottom:1px solid var(--grey-2)}.sim-table tbody tr:last-child{border-bottom:none}.sim-table tbody tr:hover{background:var(--grey-1)}.sim-table tbody td{color:var(--grey-4);vertical-align:middle;padding:14px 16px;font-weight:700}.sim-col-r{text-align:right!important}.sim-stock-cell{white-space:nowrap;align-items:center;gap:10px;display:flex}.sim-flag{flex-shrink:0;font-size:1.1rem}.sim-stock-name{color:var(--black);font-size:.875rem;font-weight:700;display:block}.sim-ticker{color:var(--grey-3);margin-top:1px;font-size:.72rem;font-weight:400;display:block}.sim-change{margin-left:4px;font-size:.75rem}.sim-pnl{white-space:nowrap;color:var(--grey-4);justify-content:flex-end;align-items:baseline;gap:4px;display:inline-flex}.sim-pct{opacity:.9;font-size:.75rem}.sim-badge{background:var(--grey-1);color:var(--grey-4);border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.sim-disclaimer{color:var(--grey-3);text-align:center;margin-top:20px;font-size:.75rem}.sim-controls{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.sim-search{border:1.5px solid var(--grey-2);width:100%;max-width:360px;color:var(--black);background:var(--white);border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s}.sim-search:focus{border-color:var(--green)}.sim-filters{flex-wrap:wrap;gap:6px;display:flex}.sim-filter-btn{border:1.5px solid var(--grey-2);background:var(--white);color:var(--grey-4);cursor:pointer;border-radius:99px;padding:5px 12px;font-size:.78rem;font-weight:500;transition:all .12s}.sim-filter-btn:hover{border-color:var(--black);color:var(--black)}.sim-filter-btn--active{background:var(--black);border-color:var(--black);color:var(--white)}.sim-trade-header{border-bottom:1.5px solid var(--grey-2);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;padding-bottom:24px;display:flex}.sim-trade-hero{align-items:center;gap:16px;display:flex}.sim-trade-flag{font-size:2rem}.sim-trade-name{font-family:var(--font-serif);color:var(--black);font-size:1.4rem;font-weight:400}.sim-trade-meta{color:var(--grey-3);margin-top:3px;font-size:.8rem}.sim-trade-price{text-align:right}.sim-trade-price__value{color:var(--black);font-size:1.8rem;font-weight:700;line-height:1.1;display:block}.sim-trade-price__change{margin-top:4px;font-size:.875rem;font-weight:500;display:block}.sim-trade-layout{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}@media (max-width:640px){.sim-trade-layout{grid-template-columns:1fr}}.sim-trade-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;flex-direction:column;gap:16px;padding:28px;display:flex}.sim-trade-tabs{border:1.5px solid var(--grey-2);border-radius:10px;gap:0;display:flex;overflow:hidden}.sim-trade-tab{background:var(--white);color:var(--grey-3);cursor:pointer;border:none;flex:1;padding:10px;font-size:.875rem;font-weight:600;transition:all .12s}.sim-trade-tab:disabled{opacity:.4;cursor:not-allowed}.sim-trade-tab--buy.sim-trade-tab--active{background:var(--green);color:var(--white)}.sim-trade-tab--sell.sim-trade-tab--active{background:var(--black);color:var(--white)}.sim-trade-field{flex-direction:column;gap:6px;display:flex;position:relative}.sim-trade-field__label{color:var(--grey-4);font-size:.78rem;font-weight:600}.sim-trade-field__input{border:1.5px solid var(--grey-2);color:var(--black);background:var(--white);border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:1rem;transition:border-color .15s}.sim-trade-field__input:focus{border-color:var(--green)}.sim-trade-field__max{color:var(--green);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.72rem;font-weight:600;position:absolute;bottom:10px;right:10px}.sim-trade-estimate,.sim-trade-cash{color:var(--grey-4);border-radius:10px;justify-content:space-between;padding:10px 14px;font-size:.875rem;display:flex}.sim-trade-estimate{background:var(--grey-1)}.sim-trade-cash{border:1px solid var(--grey-2)}.sim-trade-estimate__amt{color:var(--black);font-weight:700}.sim-trade-result{border-radius:10px;padding:12px 14px;font-size:.85rem;line-height:1.5}.sim-trade-result--ok{background:var(--green-light);color:var(--green)}.sim-trade-result--err{color:#c0392b;background:#fef2f2}.sim-trade-confirm{justify-content:center;width:100%}.sim-position-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;flex-direction:column;gap:12px;padding:28px;display:flex}.sim-position-card__title{letter-spacing:.06em;text-transform:uppercase;color:var(--grey-3);margin-bottom:4px;font-size:.72rem;font-weight:700}.sim-position-row{color:var(--grey-4);border-bottom:1px solid var(--grey-2);justify-content:space-between;padding-bottom:10px;font-size:.875rem;display:flex}.sim-position-row:last-of-type{border-bottom:none}.sim-position-pnl strong{font-weight:700}.sim-position-card__link{color:var(--green);margin-top:4px;font-size:.8rem}.sim-position-card__link:hover{text-decoration:underline}.sim-perf-stats{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:24px;display:grid}@media (max-width:640px){.sim-perf-stats{grid-template-columns:1fr}}.sim-perf-stat__label{letter-spacing:.06em;text-transform:uppercase;color:var(--grey-3);margin-bottom:4px;font-size:.72rem;font-weight:700}.sim-perf-stat__value{color:var(--black);font-size:1.5rem;font-weight:700;line-height:1.1}.sim-perf-stat__return{margin-top:4px;font-size:.875rem;font-weight:600}.sim-perf-vs{text-align:center;background:var(--grey-1);color:var(--grey-3);white-space:nowrap;border-radius:99px;align-items:center;gap:6px;padding:16px 24px;font-size:.875rem;font-weight:600;display:flex}.sim-perf-vs--beating{background:var(--green-light);color:var(--green)}.sim-perf-vs--lagging{color:#c0392b;background:#fef2f2}.sim-chart-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;margin-bottom:16px;padding:28px 20px 20px}.sim-chart-empty{text-align:center;padding:48px 16px}.sim-chart-empty__heading{color:var(--black);margin-bottom:8px;font-size:1rem;font-weight:600}.sim-chart-empty__sub{color:var(--grey-3);max-width:380px;margin:0 auto;font-size:.875rem;line-height:1.6}.sim-chart-tooltip{background:var(--white);border:1.5px solid var(--grey-2);border-radius:10px;padding:10px 14px;font-size:.8rem;box-shadow:0 4px 12px #00000014}.sim-chart-tooltip__date{color:var(--black);margin-bottom:4px;font-weight:700}.sim-chart-tooltip__pct{opacity:.7}.sim-type-badge{letter-spacing:.04em;border-radius:99px;padding:2px 10px;font-size:.72rem;font-weight:700;display:inline-block}.sim-type-badge--buy{background:var(--green-light);color:var(--black)}.sim-type-badge--sell{color:var(--black);background:#fde8e8}.sim-mini-chart-card{background:var(--white);border:1px solid var(--grey-2);border-radius:14px;margin-bottom:20px;padding:20px 20px 12px}.sim-mini-chart-title{color:var(--grey-3);margin-bottom:12px;font-size:.78rem;font-weight:600}.sim-portfolio-panels{align-items:stretch}@media (min-width:860px){.sim-portfolio-panels.dashboard__grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)}}@media (min-width:1024px){.sim-portfolio-panels.dashboard__grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)}}.sim-panel{flex-direction:column;min-width:0;display:flex}.sim-alloc-card{background:var(--white);border:1px solid var(--grey-2);border-radius:14px;flex:1;padding:18px}.sim-alloc-layout{justify-content:flex-start;align-items:center;gap:16px;display:flex;overflow:hidden}.sim-alloc-chart{flex:0 0 180px;width:180px;height:180px;position:relative}.sim-alloc-center{text-align:center;pointer-events:none;line-height:1.15;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.sim-alloc-center strong{color:var(--black);font-size:.82rem;font-weight:800;display:block}.sim-alloc-center span{color:var(--grey-3);margin-top:3px;font-size:.68rem;font-weight:400;display:block}.sim-alloc-side{flex:1;min-width:0}.sim-alloc-legend{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.sim-alloc-legend__item{color:var(--grey-4);align-items:center;gap:8px;font-size:.78rem;display:flex}.sim-alloc-legend__dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.sim-alloc-legend__name{color:var(--black);font-weight:600}.sim-alloc-legend__metrics{white-space:nowrap;color:var(--black);flex-shrink:0;gap:8px;display:inline-flex}.sim-alloc-legend__metrics strong{font-weight:800}.sim-alloc-link{color:var(--green);background:0 0;margin-top:16px;padding:0;font-size:.8rem;font-weight:700}.sim-alloc-link:hover{text-decoration:underline}.sim-alloc-insight{border-top:1px solid var(--grey-2);align-items:center;gap:9px;margin-top:16px;padding:12px 14px;font-size:.82rem;font-weight:700;line-height:1.35;display:flex}.sim-alloc-insight--good{color:var(--green)}.sim-alloc-insight--nudge{color:#9a6700}.sim-alloc-insight__icon{flex-shrink:0}.sim-performance-card{background:var(--white);border:1px solid var(--grey-2);border-radius:14px;flex-direction:column;flex:1;min-height:286px;padding:18px;display:flex}.sim-performance-card__top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.sim-performance-card__sub{color:var(--grey-3);font-size:.82rem;font-weight:600}.sim-performance-tabs{border:1px solid var(--grey-2);background:var(--grey-1);color:var(--grey-4);border-radius:10px;align-items:center;padding:2px;font-size:.72rem;font-weight:700;display:inline-flex}.sim-performance-tabs button{appearance:none;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;padding:4px 9px}.sim-performance-tabs button:hover{color:var(--green)}.sim-performance-tabs__active{background:var(--green);color:var(--white)}.sim-performance-tabs .sim-performance-tabs__active:hover{color:var(--white)}.sim-performance-chart{flex:1;min-height:160px;margin:12px 0 10px}.sim-performance-card__footer{border-top:1px solid var(--grey-2);color:var(--green);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;font-size:.82rem;font-weight:800;display:flex}.sim-performance-card__link{color:var(--green);white-space:nowrap;font-size:.8rem;font-weight:700}.sim-performance-card__link:hover{text-decoration:underline}@media (max-width:720px){.sim-alloc-card{padding:16px 14px}.sim-alloc-layout{flex-direction:column;align-items:stretch;gap:14px}.sim-alloc-chart{flex:0 0 220px;align-self:center;width:100%;max-width:260px;height:220px}.sim-alloc-side{width:100%;min-width:0;max-width:none}.sim-alloc-legend{gap:8px}.sim-alloc-legend__item{gap:7px;font-size:.74rem}.sim-alloc-legend__dot{width:9px;height:9px}.sim-alloc-legend__metrics{justify-content:flex-end;gap:6px}.sim-alloc-center strong{font-size:.86rem}.sim-alloc-center span{font-size:.62rem}.sim-performance-card__top,.sim-performance-card__footer{flex-direction:column;align-items:flex-start}}@media (max-width:420px){.sim-alloc-legend__item{flex-wrap:wrap}.sim-alloc-legend__metrics{justify-content:flex-start}}.sim-reset-zone{border-top:1px solid var(--grey-2);justify-content:flex-end;margin-top:32px;padding-top:24px;display:flex}.sim-reset-btn{color:var(--grey-3);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 0;font-size:.8rem;transition:color .15s,opacity .15s;display:inline-flex}.sim-reset-btn__icon{flex-shrink:0}.sim-reset-btn:hover{color:var(--grey-4);opacity:.82}.btn--danger{color:var(--white);background:#c0392b;border:none}.btn--danger:hover:not(:disabled){background:#a93226}.sim-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sim-modal{background:var(--white);border-radius:16px;width:100%;max-width:420px;margin:0 16px;padding:32px;box-shadow:0 20px 60px #00000026}.sim-modal__title{color:var(--black);margin-bottom:10px;font-size:1.1rem;font-weight:700}.sim-modal__body{color:var(--grey-4);margin-bottom:24px;font-size:.875rem;line-height:1.6}.sim-modal__actions{justify-content:flex-end;gap:10px;display:flex}.lesson-page{background:var(--bg);min-height:100vh;padding-bottom:80px}.lesson-topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;position:sticky;top:0}.lesson-topbar__inner{justify-content:space-between;align-items:center;gap:16px;height:52px;display:flex}.lesson-topbar__back{color:var(--green);white-space:nowrap;flex-shrink:0;font-size:.8rem;font-weight:600;text-decoration:none}.lesson-topbar__back:hover{text-decoration:underline}.lesson-topbar__breadcrumb{color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:500}.lesson-topbar__dots{flex-shrink:0;gap:5px;display:flex}.lesson-dot{background:var(--grey-2);border-radius:50%;width:10px;height:10px;transition:background .15s;display:block}.lesson-dot--active{background:var(--green)}.lesson-dot--done{background:var(--green-mid);opacity:.6}.lesson-dot:hover:not(.lesson-dot--active){background:var(--grey-3)}.lesson-article{max-width:680px;margin:0 auto;padding:48px 0 0}.lesson-header{margin-bottom:40px}.lesson-header__meta{align-items:center;gap:12px;margin-bottom:12px;display:flex}.lesson-header__num{text-transform:uppercase;letter-spacing:.06em;color:var(--green);background:var(--green-light);border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700}.lesson-header__duration{color:var(--text-faint);font-size:.8rem}.lesson-header__done{color:var(--green);background:var(--green-light);border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700}.lesson-header__title{color:var(--text);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.2}.lesson-header__intro{color:var(--text-muted);border-left:3px solid var(--green);margin:0;padding-left:16px;font-size:1.05rem;line-height:1.7}.lesson-content{margin-bottom:48px}.lesson-section{margin-bottom:36px}.lesson-section__heading{color:var(--text);margin-bottom:12px;padding-top:4px;font-size:1.15rem;font-weight:700}.lesson-section__p{color:var(--text);margin-bottom:12px;font-size:.95rem;line-height:1.75}.lesson-section__p:last-child{margin-bottom:0}.lesson-section__list{margin:12px 0 0;padding-left:20px}.lesson-section__list li{color:var(--text);margin-bottom:6px;font-size:.95rem;line-height:1.7}.lesson-callout{border-radius:10px;margin-top:20px;padding:16px 20px}.lesson-callout--key{background:var(--green-light);border-left:3px solid var(--green)}.lesson-callout--tip{background:#fef9ec;border-left:3px solid #e6a817}.lesson-callout--example{background:var(--grey-1);border-left:3px solid var(--grey-3)}.lesson-callout__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px;font-size:.75rem;font-weight:700}.lesson-callout__text{color:var(--text);margin:0;font-size:.9rem;line-height:1.65}.lesson-takeaways{background:var(--green-light);border-radius:12px;margin-bottom:48px;padding:24px 28px}.lesson-takeaways__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--green);margin-bottom:14px;font-size:.8rem;font-weight:700}.lesson-takeaways__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.lesson-takeaways__list li{color:var(--text);gap:10px;font-size:.9rem;line-height:1.5;display:flex}.lesson-takeaways__tick{color:var(--green);flex-shrink:0;font-weight:700}.lesson-nav{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:12px;padding-top:32px;display:grid}.lesson-nav__prev{justify-self:start}.lesson-nav__next{justify-self:end}.lesson-nav__link{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:12px;max-width:280px;padding:14px 18px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.lesson-nav__link:hover{border-color:var(--green);background:var(--green-light)}.lesson-nav__link--next{text-align:right;flex-direction:row}.lesson-nav__link--finish{border-color:var(--green);background:var(--green-light)}.lesson-nav__arrow{color:var(--green);flex-shrink:0;font-size:1.2rem}.lesson-nav__link span:not(.lesson-nav__arrow){flex-direction:column;gap:2px;display:flex}.lesson-nav__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-size:.7rem;font-weight:600}.lesson-nav__title{color:var(--text);font-size:.85rem;font-weight:600;line-height:1.3}.lesson-not-found{text-align:center;padding:80px 24px}.checkpoint{border:1.5px solid var(--border);background:var(--surface);border-radius:12px;margin:28px 0;padding:20px 22px}.checkpoint__tag{text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:10px;font-size:.68rem;font-weight:700}.checkpoint__question{color:var(--text);margin:0 0 14px;font-size:.95rem;font-weight:600;line-height:1.5}.checkpoint__options{flex-direction:column;gap:8px;display:flex}.checkpoint__option{text-align:left;border:1.5px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:8px;padding:10px 14px;font-size:.875rem;line-height:1.4;transition:border-color .12s,background .12s,opacity .12s}.checkpoint__option:hover:not(:disabled){border-color:var(--green);background:var(--green-light)}.checkpoint__option--correct{color:var(--green);font-weight:600;border-color:var(--green)!important;background:var(--green-light)!important}.checkpoint__option--wrong{color:#c0392b;background:#fff5f5!important;border-color:#d9534f!important}.checkpoint__option--dim{opacity:.35}.checkpoint__feedback{border-radius:8px;margin-top:12px;padding:11px 14px;font-size:.875rem;line-height:1.65}.checkpoint__feedback--correct{background:var(--green-light);color:var(--text)}.checkpoint__feedback--nudge{background:var(--grey-1);color:var(--text)}.checkpoint__confidence-options{flex-wrap:wrap;gap:8px;display:flex}.checkpoint__confidence-btn{border:1.5px solid var(--border);background:var(--bg);min-width:110px;color:var(--text);cursor:pointer;text-align:center;white-space:nowrap;border-radius:8px;flex:1;padding:10px 8px;font-size:.85rem;transition:border-color .12s,background .12s}.checkpoint__confidence-btn:hover{border-color:var(--green);background:var(--green-light)}.checkpoint__confidence-btn--selected{border-color:var(--green);background:var(--green-light);color:var(--green);font-weight:600}.checkpoint__fuzzy-note{color:var(--text-muted);background:var(--grey-1);border-radius:8px;margin:12px 0 0;padding:11px 14px;font-size:.875rem;line-height:1.65}.checkpoint__encouragement{color:var(--green);margin:12px 0 0;font-size:.875rem;font-weight:600}.checkpoint__reveal-btn{border:1.5px solid var(--green);color:var(--green);cursor:pointer;background:0 0;border-radius:8px;padding:8px 18px;font-size:.875rem;font-weight:600;transition:background .12s}.checkpoint__reveal-btn:hover{background:var(--green-light)}.checkpoint__reveal{color:var(--text);background:var(--green-light);border-radius:8px;margin-top:12px;padding:12px 14px;font-size:.9rem;line-height:1.65}.lesson-complete-cta{margin:32px 0}.lesson-complete-cta__btn{justify-content:center;width:100%}.lesson-complete-cta__done{background:var(--green-light);color:var(--green);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9rem;font-weight:600;display:flex}.lesson-progress-bar{background:var(--green);z-index:200;pointer-events:none;height:3px;transition:width 80ms linear;position:fixed;top:0;left:0}.checkpoint__xp-earned{color:var(--green);background:var(--green-light);letter-spacing:.02em;vertical-align:middle;border-radius:99px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600}html.dark .lesson-callout--tip{background:#2a2208;border-left-color:#e6a817}html.dark .lesson-topbar{background:var(--surface)}html.dark .checkpoint__option--wrong{color:#e57373;background:#2d1212!important}html.dark .checkpoint__feedback--nudge{background:var(--grey-1)}@media (max-width:640px){.lesson-topbar__dots{display:none}.lesson-article{padding:28px 0 0}.lesson-nav{grid-template-columns:1fr}.lesson-nav__prev,.lesson-nav__next{justify-self:stretch}.lesson-nav__link{max-width:none}}.dashboard__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard__level-badge{background:var(--green-light);border:1px solid #2e7d5e33;border-radius:99px;flex-shrink:0;align-items:center;gap:8px;padding:6px 12px;display:flex}.level-badge{color:var(--green);letter-spacing:.02em;font-size:13px;font-weight:700}.level-badge__title{color:var(--green);opacity:.8;font-size:12px}.xp-bar-wrap{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.xp-bar-wrap__labels{color:var(--text-muted);justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.xp-bar{background:var(--grey-2);border-radius:99px;height:6px;overflow:hidden}.xp-bar__fill{background:var(--green);border-radius:99px;height:100%;transition:width .6s}@keyframes xp-toast-rise{0%{opacity:0;transform:translateY(0)translate(-50%)}15%{opacity:1}70%{opacity:1;transform:translateY(-40px)translate(-50%)}to{opacity:0;transform:translateY(-60px)translate(-50%)}}.xp-toast{background:var(--green);color:#fff;pointer-events:none;z-index:9000;white-space:nowrap;border-radius:99px;padding:8px 18px;font-size:14px;font-weight:700;animation:2s forwards xp-toast-rise;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.level-up-overlay{z-index:9100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.level-up-modal{background:var(--surface);text-align:center;border-radius:16px;width:90%;max-width:320px;padding:40px 32px;box-shadow:0 20px 60px #0003}.level-up-modal__badge{background:var(--green-light);width:64px;height:64px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:22px;font-weight:800;display:inline-flex}.level-up-modal__heading{color:var(--text);margin-bottom:6px;font-size:26px;font-weight:800}.level-up-modal__title{color:var(--text-muted);margin-bottom:24px;font-size:15px}html.dark .dashboard__level-badge{background:var(--green-light);border-color:#4caf8233}html.dark .level-badge,html.dark .level-badge__title{color:var(--green-mid)}html.dark .level-up-modal{background:#1a1a18}html.dark .level-up-modal__badge{background:var(--green-light);color:var(--green-mid)}.tools-page{grid-template-columns:1fr 310px;align-items:start;gap:32px;max-width:1280px;padding:40px 40px 64px;display:grid}.tools-page__main{min-width:0}.tools-page__aside{flex-direction:column;gap:16px;padding-top:4px;padding-left:8px;display:flex}.tools-page__hero{grid-template-columns:1fr auto;align-items:center;gap:24px;margin-bottom:36px;display:grid}.tools-page__eyebrow{letter-spacing:.1em;color:var(--green);margin-bottom:10px;font-size:.72rem;font-weight:700}.tools-page__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;color:var(--black);margin-bottom:12px;font-size:2.2rem;line-height:1.15}.tools-page__headline-em{color:var(--green);font-style:italic}.tools-page__sub{color:var(--grey-4);margin-bottom:20px;font-size:.88rem;line-height:1.7}.tools-page__badges{flex-direction:column;gap:10px;display:flex}.tools-page__badge{background:var(--grey-1);border:1px solid var(--grey-2);border-radius:10px;align-items:center;gap:10px;padding:9px 12px;display:flex}.tools-page__badge-icon{flex-shrink:0;font-size:1rem;line-height:1}.tools-page__badge-title{color:var(--black);font-size:.83rem;font-weight:700;display:block}.tools-page__badge-sub{color:var(--grey-4);font-size:.75rem;display:block}.tools-page__stats-box{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;grid-template-columns:1fr 1fr;gap:12px;min-width:220px;padding:20px;display:grid}.tools-page__stat{text-align:center;flex-direction:column;align-items:center;padding:6px 4px;display:flex}.tools-page__stat-value{color:var(--black);margin-bottom:3px;font-size:1.6rem;font-weight:800;line-height:1}.tools-page__stat-label{color:var(--black);font-size:.82rem;font-weight:700}.tools-page__stat-sub{color:var(--grey-4);font-size:.72rem}.tools-page__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.tools-page__tabs{flex-wrap:wrap;gap:6px;display:flex}.tools-page__tab{border:1.5px solid var(--grey-2);background:var(--white);color:var(--grey-4);cursor:pointer;border-radius:20px;padding:7px 16px;font-size:.83rem;font-weight:600;transition:all .15s}.tools-page__tab:hover{border-color:var(--green);color:var(--green)}.tools-page__tab--active{background:var(--green);border-color:var(--green);color:#fff}.tools-page__right-controls{align-items:center;gap:10px;display:flex}.tools-page__search-wrap{background:var(--white);border:1.5px solid var(--grey-2);color:var(--grey-3);border-radius:10px;align-items:center;gap:8px;padding:8px 12px;display:flex}.tools-page__search{color:var(--black);background:0 0;border:none;outline:none;width:140px;font-size:.83rem}.tools-page__search::placeholder{color:var(--grey-3)}.tools-page__sort{border:1.5px solid var(--grey-2);background:var(--white);color:var(--black);cursor:pointer;border-radius:10px;outline:none;padding:8px 12px;font-size:.83rem;font-weight:700}.tools-page__view-toggle{border:1.5px solid var(--grey-2);border-radius:10px;display:flex;overflow:hidden}.tools-page__view-btn{background:var(--white);color:var(--grey-3);cursor:pointer;border:none;align-items:center;padding:7px 10px;transition:all .15s;display:flex}.tools-page__view-btn:hover{color:var(--black)}.tools-page__view-btn--active{background:var(--grey-1);color:var(--black)}.tools-page__view-btn+.tools-page__view-btn{border-left:1.5px solid var(--grey-2)}.tools-page__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.tools-page__list{flex-direction:column;gap:12px;display:flex}.tools-page__empty{color:var(--grey-4);padding:32px 0;font-size:.87rem}.dtool-card{border:1.5px solid var(--grey-2);background:var(--white);color:inherit;border-radius:14px;flex-direction:column;gap:12px;padding:20px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.dtool-card:hover{border-color:var(--green);box-shadow:0 2px 12px #2e7d5e1a}.dtool-card--list{flex-direction:row;align-items:center;gap:20px}.dtool-card--list .dtool-card__badges{flex-shrink:0;min-width:100px}.dtool-card--list .dtool-card__body{flex:1}.dtool-card--list .dtool-card__footer{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;margin-top:0}.dtool-card__badges{align-items:center;gap:6px;display:flex}.dtool-card__category{letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:var(--green-light);border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:700}.dtool-card__popular{letter-spacing:.04em;color:#fff;background:#1a1a18;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:700}.dtool-card__body{align-items:flex-start;gap:14px;display:flex}.dtool-card__icon{background:var(--grey-1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;line-height:1;display:flex}.dtool-card__title{color:var(--black);margin-bottom:5px;font-size:.93rem;font-weight:700;line-height:1.3}.dtool-card__desc{color:var(--grey-4);font-size:.79rem;line-height:1.6}.dtool-card__footer{border-top:1px solid var(--grey-2);justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.dtool-card__meta{color:var(--grey-3);font-size:.75rem}.dtool-card__cta{color:var(--green);font-size:.8rem;font-weight:600}.sidebar__promo-card{background:var(--green-light);border:1px solid #2e7d5e26;border-radius:14px;margin:0 12px 16px;padding:16px 14px 42px;position:relative;overflow:hidden}.sidebar__promo-label{color:var(--green);letter-spacing:.04em;margin-bottom:8px;font-size:.72rem;font-weight:700}.sidebar__promo-title{color:var(--black);margin-bottom:5px;font-size:.9rem;font-weight:700;line-height:1.35}.sidebar__promo-sub{color:var(--grey-4);font-size:.78rem;line-height:1.5}.sidebar__promo-graphic{opacity:.35;gap:4px;font-size:1.5rem;display:flex;position:absolute;bottom:10px;right:14px}.ttools-section-label{color:var(--black);letter-spacing:.02em;align-items:center;gap:7px;margin-bottom:14px;font-size:.72rem;font-weight:700;display:flex}.ttools-section-label__dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px}.ttools-featured{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.ttools-featured__title{color:var(--black);margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.3}.ttools-featured__desc{color:var(--grey-4);margin-bottom:14px;font-size:.79rem;line-height:1.6}.ttools-featured__chart-wrap{margin-bottom:14px;position:relative}.ttools-featured__chart-svg{width:100%;display:block}.ttools-featured__chart-badge{background:var(--green);color:#fff;text-align:right;border-radius:8px;padding:5px 9px;font-size:.7rem;font-weight:700;line-height:1.3;position:absolute;top:0;right:0}.ttools-featured__chart-badge strong{font-size:.88rem;display:block}.ttools-featured__chart-labels{color:var(--grey-3);justify-content:space-between;margin-top:4px;font-size:.7rem;display:flex}.ttools-featured__btn{justify-content:center;width:100%}.ttools-popular{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.ttools-popular__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ttools-popular__item+.ttools-popular__item{border-top:1px solid var(--grey-2)}.ttools-popular__link{color:inherit;align-items:center;gap:10px;padding:10px 0;text-decoration:none;transition:opacity .15s;display:flex}.ttools-popular__link:hover{opacity:.7}.ttools-popular__rank{color:var(--grey-3);flex-shrink:0;width:14px;font-size:.8rem;font-weight:700}.ttools-popular__name{color:var(--black);flex:1;min-width:0;font-size:.82rem;font-weight:600}.ttools-popular__badge{letter-spacing:.06em;text-transform:uppercase;border-radius:5px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:700}.ttools-popular__badge--calculator{color:#1a5c3f;background:#e8f5ee}.ttools-popular__badge--tracker{color:#2a56c6;background:#e8f0fe}.ttools-popular__badge--profiler{color:#b45309;background:#fef3e2}.ttools-popular__uses{color:var(--grey-3);flex-shrink:0;font-size:.72rem}.ttools-popular__chevron{color:var(--grey-3);flex-shrink:0;font-size:1rem}.ttools-tips{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;padding:20px}.ttools-tips__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.ttools-tips__view-all{color:var(--green);font-size:.78rem;font-weight:600;text-decoration:none}.ttools-tips__view-all:hover{text-decoration:underline}.ttools-tips__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ttools-tips__item+.ttools-tips__item{border-top:1px solid var(--grey-2)}.ttools-tips__item{color:inherit;align-items:center;gap:12px;padding:12px 0;text-decoration:none;transition:opacity .15s;display:flex}.ttools-tips__item:hover{opacity:.7}.ttools-tips__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.ttools-tips__text{flex:1;min-width:0}.ttools-tips__title{color:var(--black);margin-bottom:3px;font-size:.81rem;font-weight:600;line-height:1.4;display:block}.ttools-tips__meta{color:var(--grey-3);font-size:.72rem;display:block}.ttools-tips__chevron{color:var(--grey-3);flex-shrink:0;font-size:1rem}.ttools-help{background:var(--white);border:1.5px solid var(--grey-2);border-radius:16px;flex-direction:column;gap:10px;padding:18px 20px;display:flex}.ttools-help__icon{font-size:1.5rem;line-height:1}.ttools-help__title{color:var(--black);margin-bottom:3px;font-size:.9rem;font-weight:700}.ttools-help__sub{color:var(--grey-4);font-size:.78rem}.ttools-help__btn{border:1.5px solid var(--grey-2);color:var(--black);background:var(--white);border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;padding:8px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.ttools-help__btn:hover{border-color:var(--green);color:var(--green)}@media (max-width:960px){.tools-page{grid-template-columns:1fr;padding:24px 20px 48px}.tools-page__aside{grid-template-columns:1fr 1fr;display:grid}.ttools-featured{grid-column:span 2}}@media (max-width:600px){.tools-page__hero{grid-template-columns:1fr}.tools-page__stats-box{min-width:unset;grid-template-columns:repeat(4,1fr)}.tools-page__grid{grid-template-columns:1fr}.dtool-card--list{flex-direction:column}.dtool-card--list .dtool-card__footer{flex-direction:row;justify-content:space-between;align-items:center}.tools-page__aside{grid-template-columns:1fr}.ttools-featured{grid-column:span 1}}html.dark .tools-page__headline{color:var(--black)}html.dark .tools-page__badge,html.dark .tools-page__stats-box{background:var(--grey-1);border-color:var(--grey-2)}html.dark .tools-page__tab{background:var(--grey-1);border-color:var(--grey-2);color:var(--grey-4)}html.dark .tools-page__tab--active{background:var(--green);border-color:var(--green);color:#fff}html.dark .tools-page__search-wrap{background:var(--grey-1);border-color:var(--grey-2);color:var(--grey-3)}html.dark .tools-page__search{color:var(--black)}html.dark .tools-page__sort{background:var(--grey-1);border-color:var(--grey-2);color:var(--black)}html.dark .tools-page__view-toggle{border-color:var(--grey-2)}html.dark .tools-page__view-btn{background:var(--grey-1);color:var(--grey-3)}html.dark .tools-page__view-btn--active{background:var(--grey-2);color:var(--black)}html.dark .tools-page__view-btn+.tools-page__view-btn{border-color:var(--grey-2)}html.dark .dtool-card{background:var(--grey-1);border-color:var(--grey-2)}html.dark .dtool-card__footer{border-color:var(--grey-2)}html.dark .dtool-card__icon{background:var(--grey-2)}html.dark .sidebar__promo-card{background:#1b2b22;border-color:#4caf8233}html.dark .ttools-featured,html.dark .ttools-popular,html.dark .ttools-tips,html.dark .ttools-help{background:var(--grey-1);border-color:var(--grey-2)}html.dark .ttools-popular__item+.ttools-popular__item,html.dark .ttools-tips__item+.ttools-tips__item{border-color:var(--grey-2)}@keyframes slideUpBanner{0%{opacity:0;transform:translateY(100%)}60%{opacity:1;transform:translateY(-10px)}78%{opacity:1;transform:translateY(4px)}90%{opacity:1;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.guest-save-banner{z-index:200;background:#fff;border-top:2px solid #4caf8280;align-items:center;gap:12px;padding:14px 20px;animation:.3s slideUpBanner;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #4caf822e,0 -1px 6px #4caf821f}.guest-save-banner__icon{flex-shrink:0;font-size:18px}.guest-save-banner__text{color:var(--black);flex:1;margin:0;font-size:14px;line-height:1.4}.guest-save-banner__cta{background:var(--green);color:#fff;white-space:nowrap;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s}.guest-save-banner__cta:hover{background:#3a9e70}.guest-save-banner__dismiss{cursor:pointer;color:var(--grey-3);background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:22px;line-height:1;transition:color .15s}.guest-save-banner__dismiss:hover{color:var(--black)}html.dark .guest-save-banner{background:var(--grey-1);border-color:#4caf8266;box-shadow:0 -4px 24px #4caf8226,0 -1px 6px #4caf821a}html.dark .guest-save-banner__text{color:var(--black)}html.dark .ttools-help__btn{background:var(--grey-1);border-color:var(--grey-2)}.plans-hero{background:var(--off-white);text-align:center;padding:60px 0 56px}.plans-hero__headline{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;max-width:600px;margin:0 auto 16px;font-size:clamp(2.2rem,6vw,3.6rem);line-height:1.1}.plans-hero__headline em{color:var(--green);font-style:italic}.plans-hero__sub{color:var(--grey-4);max-width:440px;margin:0 auto;font-size:clamp(.9rem,2vw,1rem);line-height:1.75}.plans-section{background:var(--off-white);padding:0 0 96px}.plans-grid{grid-template-columns:1fr;align-items:start;gap:16px;display:grid}.plan-card{background:var(--white);border:1.5px solid var(--grey-2);border-radius:20px;flex-direction:column;padding:28px;display:flex}.plan-card__header{margin-bottom:24px}.plan-card__badge{text-transform:uppercase;letter-spacing:.08em;border-radius:99px;margin-bottom:14px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-block}.plan-card__badge--neutral{background:var(--grey-1);color:var(--grey-4)}.plan-card__badge--pro{background:var(--green-light);color:var(--green)}.plan-card__badge--featured{color:var(--green-mid);background:#4caf822e}.plan-card__name{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.02em;margin:0 0 10px;font-size:1.9rem;font-weight:400;line-height:1.1}.plan-card__name--light{color:var(--white)}.plan-card__desc{color:var(--grey-4);margin:0;font-size:.85rem;line-height:1.65}.plan-card__desc--light{color:#ffffff8c}.plan-card__pricing{margin-bottom:20px}.plan-card__price-row{align-items:baseline;gap:6px;display:flex}.plan-card__price-num{font-family:var(--font-serif), Georgia, serif;letter-spacing:-.03em;font-size:clamp(2.8rem,5vw,3.6rem);font-weight:400;line-height:1}.plan-card__price-num--green{color:var(--green-mid)}.plan-card__price-period{color:var(--grey-3);align-self:flex-end;padding-bottom:4px;font-size:.85rem;font-weight:500}.plan-card__price-period--light{color:#fff6}.plan-card__equiv{color:var(--grey-3);margin:6px 0 0;font-size:.75rem}.plan-card__cta{text-align:center;width:100%}.plan-card__billing-note{color:#ffffff59;text-align:center;margin:8px 0 0;font-size:.72rem}.plan-card__divider{background:var(--grey-2);height:1px;margin:24px 0}.plan-card__divider--dark{background:#ffffff1a}.plan-card__features-label{text-transform:uppercase;letter-spacing:.08em;color:var(--grey-3);margin:0 0 14px;font-size:.68rem;font-weight:700}.plan-card__features-label--light{color:#ffffff59}.plan-card__list{margin:0;padding:0;list-style:none}.plan-card__item{border-bottom:1px solid var(--grey-2);color:var(--grey-4);align-items:flex-start;gap:10px;padding:10px 0;font-size:.825rem;line-height:1.45;display:flex}.plan-card__item:first-child{border-top:1px solid var(--grey-2)}.plan-card__item--light{color:#ffffffb3;border-bottom-color:#ffffff14}.plan-card__item--light:first-child{border-top-color:#ffffff14}.plan-card__check{border:1.5px solid var(--grey-2);border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-top:1px;position:relative}.plan-card__check:after{content:"";border-right:1.5px solid var(--grey-3);border-bottom:1.5px solid var(--grey-3);width:3px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-43%,-60%)rotate(45deg)}.plan-card__check--green{background:var(--green-light);border-color:#0000}.plan-card__check--green:after{border-right-color:var(--green);border-bottom-color:var(--green)}.plan-card__check--green-dark{background:#4caf8226;border-color:#4caf824d}.plan-card__check--green-dark:after{border-right-color:var(--green-mid);border-bottom-color:var(--green-mid)}.plan-card--monthly{background:var(--black);border-color:#0000;padding:32px}html.dark .plan-card{background:var(--grey-1);border-color:var(--grey-2)}html.dark .plan-card__badge--neutral{background:var(--grey-2)}html.dark .plan-card--monthly{background:var(--black);border-color:#0000}@media (min-width:900px){.plans-grid{grid-template-columns:1fr 1.15fr 1fr;align-items:start}.plan-card--monthly{padding:36px;transform:translateY(-20px)}.plan-card__name{font-size:2rem}.plan-card--monthly .plan-card__name{font-size:2.2rem}}
