.dashboard-module__XABe8G__container{background:var(--color-bg);min-height:100vh;color:var(--color-text-main);font-family:var(--font-primary)}.dashboard-module__XABe8G__header{border-bottom:1px solid var(--color-border);background:var(--color-surface);z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;width:100%;padding:1.25rem 2rem;display:flex;position:fixed;top:0;left:0}.dashboard-module__XABe8G__logo{letter-spacing:-.02em;color:var(--color-text-main);font-size:1.5rem;font-weight:700}.dashboard-module__XABe8G__headerRight{align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__themeToggle{border:1px solid var(--color-border);color:var(--color-text-main);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.dashboard-module__XABe8G__themeToggle:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}.dashboard-module__XABe8G__headerActions{position:relative}.dashboard-module__XABe8G__profileBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.dashboard-module__XABe8G__profileBtn:hover{transform:scale(1.05)}.dashboard-module__XABe8G__avatar{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;border:2px solid var(--color-surface);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 4px 12px #00000026}.dashboard-module__XABe8G__dropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:240px;animation:.2s ease-out dashboard-module__XABe8G__fadeIn;position:absolute;top:120%;right:0;overflow:hidden;box-shadow:0 10px 40px -10px #0000004d}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__dropdownHeader{background:#ffffff08;padding:1rem}.dashboard-module__XABe8G__dropdownName{color:var(--color-text-main);font-size:.95rem;font-weight:600}.dashboard-module__XABe8G__dropdownEmail{color:var(--color-text-muted);text-overflow:ellipsis;margin-top:.2rem;font-size:.8rem;overflow:hidden}.dashboard-module__XABe8G__dropdownDivider{background:var(--color-border);height:1px;margin:0}.dashboard-module__XABe8G__dropdownItem{text-align:left;width:100%;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:block}.dashboard-module__XABe8G__dropdownItem:hover{background:var(--color-surface-hover);color:var(--color-text-main)}.dashboard-module__XABe8G__dropdownSignOut{color:#ef4444}.dashboard-module__XABe8G__dropdownSignOut:hover{color:#ef4444;background:#ef44441a}.dashboard-module__XABe8G__main{max-width:1200px;margin:0 auto;padding:calc(80px + 3rem) 2rem 3rem}.dashboard-module__XABe8G__welcomeSection{margin-bottom:3rem}.dashboard-module__XABe8G__welcome{color:var(--color-text-main);margin-bottom:.5rem;font-size:2rem;font-weight:700}.dashboard-module__XABe8G__intro{color:var(--color-text-muted);font-size:1.1rem}.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.dashboard-module__XABe8G__card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:16px;flex-direction:column;min-height:200px;padding:1.5rem;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.dashboard-module__XABe8G__card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #0003}.dashboard-module__XABe8G__cardTitle{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.dashboard-module__XABe8G__cardDesc{color:var(--color-text-muted);flex-grow:1;font-size:.9rem;line-height:1.5}.dashboard-module__XABe8G__cardLink{color:inherit;text-decoration:none;display:block}.dashboard-module__XABe8G__cardLink .dashboard-module__XABe8G__card{cursor:pointer}.dashboard-module__XABe8G__cardFooter{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.dashboard-module__XABe8G__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__status_not_started{color:#94a3b8;background:#94a3b81a}.dashboard-module__XABe8G__status_in_progress{color:var(--color-primary);background:#2dd4bf1a}.dashboard-module__XABe8G__status_completed{color:#10b981;background:#10b9811a}.dashboard-module__XABe8G__status_paused{color:#f59e0b;background:#f59e0b1a}.dashboard-module__XABe8G__createCard{border:1px dashed var(--color-border);color:var(--color-text-muted);background:0 0;flex-direction:column;justify-content:center;align-items:center;display:flex}.dashboard-module__XABe8G__createCard:hover{border-color:var(--color-primary);color:var(--color-primary);background:#2dd4bf0d;transform:translateY(-4px)}.dashboard-module__XABe8G__plusIcon{width:40px;height:40px;margin-bottom:1rem}.dashboard-module__XABe8G__createText{font-weight:600}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__XABe8G__statCard{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:16px;padding:1.5rem;transition:all .2s}.dashboard-module__XABe8G__statCard:hover{border-color:#2dd4bf4d;transform:translateY(-2px)}.dashboard-module__XABe8G__statHighlight{border-color:var(--color-accent);background:#818cf80d}.dashboard-module__XABe8G__statIcon{margin-bottom:.5rem;font-size:2rem}.dashboard-module__XABe8G__statValue{color:var(--color-text-main);margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.dashboard-module__XABe8G__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.dashboard-module__XABe8G__statSublabel{color:var(--color-accent);margin-top:.5rem;font-size:.75rem}.dashboard-module__XABe8G__quickActions{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.dashboard-module__XABe8G__actionPrimary{background:linear-gradient(135deg,var(--color-primary)0%,#0d9488 100%);color:#fff;cursor:pointer;border:none;border-radius:99px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #2dd4bf4d}.dashboard-module__XABe8G__actionPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2dd4bf66}.dashboard-module__XABe8G__actionIcon{font-size:1.25rem}.dashboard-module__XABe8G__actionSecondary{border:1px solid var(--color-border);color:var(--color-text-main);cursor:pointer;background:0 0;border-radius:99px;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.dashboard-module__XABe8G__actionSecondary:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}.dashboard-module__XABe8G__focusAlert{border:1px solid var(--color-accent);background:#818cf81a;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.dashboard-module__XABe8G__alertContent{flex:1;align-items:flex-start;gap:1rem;display:flex}.dashboard-module__XABe8G__alertIcon{flex-shrink:0;font-size:1.5rem}.dashboard-module__XABe8G__alertText{color:var(--color-text-main);font-size:.95rem;line-height:1.6}.dashboard-module__XABe8G__alertText strong{color:var(--color-accent)}.dashboard-module__XABe8G__alertDismiss{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.25rem;transition:all .2s;display:flex}.dashboard-module__XABe8G__alertDismiss:hover{color:var(--color-text-main);background:#ffffff1a}.dashboard-module__XABe8G__emptyState{text-align:center;max-width:500px;margin:0 auto;padding:4rem 2rem}.dashboard-module__XABe8G__emptyIcon{opacity:.8;margin-bottom:1.5rem;font-size:4rem}.dashboard-module__XABe8G__emptyHeading{color:var(--color-text-main);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.dashboard-module__XABe8G__emptyText{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.dashboard-module__XABe8G__emptyButton{background:linear-gradient(135deg,var(--color-primary)0%,#0d9488 100%);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #2dd4bf4d}.dashboard-module__XABe8G__emptyButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2dd4bf66}
.Header-module__hBw1pG__header{background:var(--color-bg);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4rem;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__navIcon{width:40px;height:40px;color:var(--color-primary)}@keyframes Header-module__hBw1pG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Header-module__hBw1pG__logoWrapper{align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s;display:flex}.Header-module__hBw1pG__logoWrapper:hover{transform:scale(1.02)}.Header-module__hBw1pG__logo{background:var(--gradient-text);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.Header-module__hBw1pG__headerRight{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-main);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__navLinkHidden{display:none}.Header-module__hBw1pG__btnPrimary{background:var(--color-primary);color:#0f172a;border-radius:99px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__btnPrimary:hover{filter:brightness(1.1);transform:translateY(-2px)}.Header-module__hBw1pG__themeToggle{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Header-module__hBw1pG__themeToggle:hover{color:var(--color-text-main);background:#ffffff0d}.Header-module__hBw1pG__headerActions{margin-left:.5rem;position:relative}.Header-module__hBw1pG__profileBtn{cursor:pointer;background:0 0;border:none;padding:0}.Header-module__hBw1pG__avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__profileBtn:hover .Header-module__hBw1pG__avatar{filter:brightness(1.1);box-shadow:0 0 0 4px #2dd4bf33}.Header-module__hBw1pG__dropdown{background:var(--color-surface);border:1px solid var(--color-border);z-index:100;border-radius:16px;width:260px;padding:1rem;animation:.2s cubic-bezier(.16,1,.3,1) Header-module__hBw1pG__fadeIn;position:absolute;top:calc(100% + 1rem);right:0;box-shadow:0 10px 40px #0003}.Header-module__hBw1pG__dropdownHeader{padding:.5rem 1rem}.Header-module__hBw1pG__dropdownName{color:var(--color-text-main);margin:0;font-weight:700}.Header-module__hBw1pG__dropdownEmail{color:var(--color-text-muted);word-break:break-all;margin:0;font-size:.85rem}.Header-module__hBw1pG__dropdownDivider{background:var(--color-border);height:1px;margin:.75rem 0}.Header-module__hBw1pG__dropdownItem{text-align:left;width:100%;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__hBw1pG__dropdownItem:hover{background:var(--color-bg);color:var(--color-text-main)}.Header-module__hBw1pG__dropdownSignOut{color:#ef4444}.Header-module__hBw1pG__dropdownSignOut:hover{color:#ef4444;background:#ef44441a}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__desktopNav{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:60;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:0;display:none}.Header-module__hBw1pG__bar{background-color:var(--color-text-main);border-radius:2px;width:24px;height:2px;margin:0 auto;transition:all .3s}.Header-module__hBw1pG__mobileMenu{background:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:49;border-top:1px solid var(--color-border);flex-direction:column;gap:1.5rem;width:100%;height:calc(100vh - 80px);padding:2rem;animation:.3s ease-out Header-module__hBw1pG__slideDown;display:flex;position:fixed;top:80px;left:0;overflow-y:auto}.Header-module__hBw1pG__mobileNavLink{color:var(--color-text-main);text-align:center;border-radius:12px;padding:1rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:background .2s}.Header-module__hBw1pG__mobileNavLink:hover{background:var(--color-bg);color:var(--color-primary)}.Header-module__hBw1pG__mobileBtn{text-align:center;width:100%;margin-top:1rem;padding:1rem}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open .Header-module__hBw1pG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open .Header-module__hBw1pG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__header{padding:0 1.5rem}.Header-module__hBw1pG__headerRight{gap:.75rem}.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__hamburger{display:flex}}
.CustomSelect-module__f4QqHa__container{min-width:80px;max-width:100px;font-family:inherit;font-size:.9rem;display:inline-block;position:relative}.CustomSelect-module__f4QqHa__trigger{border:1px solid var(--color-border);color:var(--color-text-main);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem 2.5rem .5rem 1rem;transition:all .2s;display:flex}.CustomSelect-module__f4QqHa__pill{border-radius:999px;padding:.4rem 2rem .4rem 1rem;font-size:.85rem}.CustomSelect-module__f4QqHa__trigger:hover{border-color:var(--color-primary);background-color:#ffffff08}.CustomSelect-module__f4QqHa__trigger.CustomSelect-module__f4QqHa__open{border-color:var(--color-primary);background-color:var(--color-bg);box-shadow:0 0 0 3px #2dd4bf1a}.CustomSelect-module__f4QqHa__arrow{pointer-events:none;opacity:.7;transition:transform .2s;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.CustomSelect-module__f4QqHa__trigger.CustomSelect-module__f4QqHa__open .CustomSelect-module__f4QqHa__arrow{transform:translateY(-50%)rotate(180deg)}.CustomSelect-module__f4QqHa__dropdown{background:var(--color-surface);border:1px solid var(--color-border);z-index:100;border-radius:12px;width:100%;min-width:max-content;padding:4px;animation:.2s ease-out CustomSelect-module__f4QqHa__slideDown;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 25px #0000004d}.CustomSelect-module__f4QqHa__option{cursor:pointer;color:var(--color-text-muted);border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;transition:all .15s;display:flex}.CustomSelect-module__f4QqHa__option:hover{background:var(--color-surface-hover);color:var(--color-text-main)}.CustomSelect-module__f4QqHa__option.CustomSelect-module__f4QqHa__selected{color:var(--color-primary);background:#2dd4bf1a;font-weight:600}@keyframes CustomSelect-module__f4QqHa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.Hero-module__ZARIfG__hero{padding:var(--spacing-md)0;max-width:900px;margin:0 auto;position:relative}.Hero-module__ZARIfG__iconWrapper{margin-bottom:var(--spacing-sm);justify-content:center;display:flex}.Hero-module__ZARIfG__heroIcon{width:100px;height:100px;color:var(--color-primary);cursor:pointer;filter:drop-shadow(0 0 15px #2dd4bf66)}.Hero-module__ZARIfG__headline{margin-bottom:var(--spacing-md);color:var(--color-text-main);letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subheadline{color:var(--color-text-muted);margin-bottom:var(--spacing-lg);max-width:650px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__ZARIfG__benefitList{margin-bottom:var(--spacing-lg);text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:2rem;list-style:none;display:inline-block;box-shadow:0 4px 20px #0000000d}.Hero-module__ZARIfG__benefitItem{color:var(--color-text-main);margin-bottom:1rem;padding-left:2rem;font-size:1.1rem;position:relative}.Hero-module__ZARIfG__benefitItem:last-child{margin-bottom:0}.Hero-module__ZARIfG__benefitItem:before{content:"→";color:var(--color-primary);font-weight:800;position:absolute;left:0}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.Hero-module__ZARIfG__headline{font-size:4rem}.Hero-module__ZARIfG__actions{flex-direction:row;justify-content:center}.Hero-module__ZARIfG__heroIcon{width:120px;height:120px}}
.PainPoints-module__WeSH2W__section{padding:var(--spacing-lg)0}.PainPoints-module__WeSH2W__intro{margin-bottom:var(--spacing-md);max-width:600px;margin-left:auto;margin-right:auto}.PainPoints-module__WeSH2W__heading{margin-bottom:var(--spacing-sm);color:var(--color-text-main);font-size:2rem;font-weight:600}.PainPoints-module__WeSH2W__grid{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);grid-template-columns:1fr;display:grid}.PainPoints-module__WeSH2W__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;transition:transform .2s,border-color .2s}.PainPoints-module__WeSH2W__card:hover{border-color:#2dd4bf4d;transform:translateY(-5px)}.PainPoints-module__WeSH2W__cardHeading{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PainPoints-module__WeSH2W__cardText{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem}.PainPoints-module__WeSH2W__quote{color:var(--color-primary);border-left:3px solid var(--color-primary);background:#2dd4bf0d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;font-style:italic}.PainPoints-module__WeSH2W__deconstruction{background:var(--color-surface);text-align:center;border:1px solid var(--color-border);border-radius:16px;max-width:700px;margin:0 auto;padding:2.5rem;box-shadow:0 0 30px #0000001a}.PainPoints-module__WeSH2W__deconstructionTitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.PainPoints-module__WeSH2W__deconstructionText{color:var(--color-text-main);font-size:1.15rem;line-height:1.7}@media (min-width:768px){.PainPoints-module__WeSH2W__grid{grid-template-columns:repeat(3,1fr)}}
.Outcome-module__Lt8VwW__section{padding:var(--spacing-lg)0}.Outcome-module__Lt8VwW__intro{margin-bottom:var(--spacing-lg)}.Outcome-module__Lt8VwW__heading{margin-bottom:var(--spacing-xs);color:var(--color-text-main);font-size:2rem;font-weight:600}.Outcome-module__Lt8VwW__grid{gap:var(--spacing-md);grid-template-columns:1fr;display:grid}.Outcome-module__Lt8VwW__item{text-align:center;background:#ffffff05;border:1px solid #0000;border-radius:20px;padding:2rem;transition:all .3s}.Outcome-module__Lt8VwW__item:hover{background:#ffffff0d;border-color:#ffffff1a}.Outcome-module__Lt8VwW__icon{background:#2dd4bf1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2.5rem;display:inline-flex;box-shadow:0 0 20px #2dd4bf1a}.Outcome-module__Lt8VwW__itemTitle{color:var(--color-text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Outcome-module__Lt8VwW__itemText{color:var(--color-text-muted);line-height:1.6}.Outcome-module__Lt8VwW__paradigm{margin-top:var(--spacing-xl);text-align:center;max-width:700px;color:var(--color-text-main);border-top:1px solid var(--color-border);padding-top:var(--spacing-md);margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:500}@media (min-width:768px){.Outcome-module__Lt8VwW__grid{grid-template-columns:repeat(3,1fr)}}
.Vision-module__gJXQLq__section{color:#0f172a;text-align:center;margin:var(--spacing-xl)auto;background:radial-gradient(circle,#2dd4bf 0%,#0f766e 100%);border-radius:24px;max-width:1200px;padding:3rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 0 50px #2dd4bf33}.Vision-module__gJXQLq__section:before{content:"";opacity:.4;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.Vision-module__gJXQLq__contentWrapper{z-index:1;max-width:800px;margin:0 auto;position:relative}.Vision-module__gJXQLq__eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.15em;background:#2dd4bf1a;border:1px solid #2dd4bf33;border-radius:999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:800;display:inline-block}.Vision-module__gJXQLq__problemTitle{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Vision-module__gJXQLq__problemText{max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:500;line-height:1.6}.Vision-module__gJXQLq__problemHighlight{margin-top:.5rem;font-size:1.5rem;font-weight:800;display:block}.Vision-module__gJXQLq__divider{opacity:.3;background:currentColor;border-radius:2px;width:64px;height:4px;margin:0 auto 2rem}.Vision-module__gJXQLq__closingText{opacity:.9;font-size:1.5rem;font-style:italic;font-weight:600}@media (max-width:768px){.Vision-module__gJXQLq__section{border-radius:16px;padding:4rem 1.5rem}.Vision-module__gJXQLq__brandTitle{font-size:3rem}.Vision-module__gJXQLq__brandDescription{font-size:1.25rem}.Vision-module__gJXQLq__problemText{font-size:1.125rem}}
.ProductPreview-module__GWJKEG__section{padding:var(--spacing-xl)0;position:relative;overflow:hidden}.ProductPreview-module__GWJKEG__intro{text-align:center;max-width:800px;margin:0 auto 4rem}.ProductPreview-module__GWJKEG__brandName{letter-spacing:-.05em;color:var(--color-text-main);margin-bottom:1rem;font-size:4rem;font-weight:900;line-height:1}.ProductPreview-module__GWJKEG__brandDefinition{color:var(--color-text-muted);max-width:800px;margin:0 auto;font-size:1.5rem;font-weight:500;line-height:1.4}.ProductPreview-module__GWJKEG__featureBlock{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.ProductPreview-module__GWJKEG__featuresList .ProductPreview-module__GWJKEG__featureBlock:nth-child(2n) .ProductPreview-module__GWJKEG__content{grid-area:1/2}.ProductPreview-module__GWJKEG__featuresList .ProductPreview-module__GWJKEG__featureBlock:nth-child(2n) .ProductPreview-module__GWJKEG__visual{grid-area:1/1}.ProductPreview-module__GWJKEG__content{text-align:left}.ProductPreview-module__GWJKEG__problem{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.ProductPreview-module__GWJKEG__featureTitle{color:var(--color-text-main);margin-bottom:1rem;font-size:2rem;font-weight:700}.ProductPreview-module__GWJKEG__description{color:var(--color-text-muted);font-size:1.125rem;line-height:1.6}.ProductPreview-module__GWJKEG__visual{background:var(--color-surface);border:1px solid var(--color-border);aspect-ratio:16/8;border-radius:16px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.ProductPreview-module__GWJKEG__visual:hover{border-color:#2dd4bf4d;transform:translateY(-5px);box-shadow:0 30px 60px #2dd4bf1a}@keyframes ProductPreview-module__GWJKEG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ProductPreview-module__GWJKEG__organize{0%{transform:translate(var(--random-x),var(--random-y))rotate(var(--random-r));opacity:0}40%{opacity:1}to{opacity:1;transform:translate(0)rotate(0)}}@keyframes ProductPreview-module__GWJKEG__pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes ProductPreview-module__GWJKEG__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes ProductPreview-module__GWJKEG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ProductPreview-module__GWJKEG__visualContainer{background:radial-gradient(circle,#2dd4bf08 0%,#0000 70%);justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:relative}.ProductPreview-module__GWJKEG__journeyLayout{gap:1rem;width:90%;height:80%;display:flex}.ProductPreview-module__GWJKEG__journeySidebar{border-right:1px solid var(--color-border);flex-direction:column;justify-content:center;gap:.5rem;width:30%;padding-right:.5rem;display:flex}.ProductPreview-module__GWJKEG__journeyStep{color:var(--color-text-muted);opacity:.6;white-space:nowrap;text-overflow:ellipsis;border-radius:4px;padding:4px 6px;font-size:.6rem;transition:all .3s;overflow:hidden}.ProductPreview-module__GWJKEG__journeyStep.ProductPreview-module__GWJKEG__active{color:var(--color-primary);opacity:1;background:#2dd4bf1a;font-weight:600}.ProductPreview-module__GWJKEG__journeyContent{flex-direction:column;flex:1;justify-content:center;gap:.8rem;display:flex;position:relative}.ProductPreview-module__GWJKEG__journeyCardMock{background:var(--color-surface);border:1px solid var(--color-border);opacity:0;border-radius:8px;flex-direction:column;gap:6px;width:100%;padding:10px;animation:.6s ease-out forwards ProductPreview-module__GWJKEG__slideInRight;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ProductPreview-module__GWJKEG__journeyTextLine{background:var(--color-border);opacity:.5;border-radius:2px;height:4px}.ProductPreview-module__GWJKEG__journeyCardMock:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000) 0 0/200% 100%;width:100%;height:100%;animation:3s infinite ProductPreview-module__GWJKEG__shimmer;position:absolute;top:0;left:0}.ProductPreview-module__GWJKEG__journeyCardMock:first-child{animation-delay:.2s}.ProductPreview-module__GWJKEG__journeyCardMock:nth-child(2){width:90%;animation-delay:.5s}.ProductPreview-module__GWJKEG__journeyCardMock:nth-child(3){width:95%;animation-delay:.8s}.ProductPreview-module__GWJKEG__structureLayout{flex-direction:column;gap:1rem;width:80%;display:flex}.ProductPreview-module__GWJKEG__structureHeaderMock{background:var(--color-primary);opacity:1;border-radius:4px;width:40%;height:12px;margin-bottom:.5rem;box-shadow:0 0 10px #2dd4bf4d}.ProductPreview-module__GWJKEG__structureGroup{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:.8rem;width:100%;display:grid}.ProductPreview-module__GWJKEG__structureItem{background:var(--color-surface);border:1px solid var(--color-border);opacity:0;border-radius:6px;justify-content:center;align-items:center;height:40px;animation:1s cubic-bezier(.25,1,.5,1) forwards ProductPreview-module__GWJKEG__organize;display:flex;position:relative}.ProductPreview-module__GWJKEG__structureItem:after{content:"";background:var(--color-border);border-radius:2px;width:40%;height:4px}.ProductPreview-module__GWJKEG__structureItem.ProductPreview-module__GWJKEG__highlight{border-color:var(--color-primary);background:#2dd4bf0d}.ProductPreview-module__GWJKEG__structureItem.ProductPreview-module__GWJKEG__highlight:after{background:var(--color-primary)}.ProductPreview-module__GWJKEG__item1{--random-x:-50px;--random-y:-50px;--random-r:-10deg;animation-delay:.1s}.ProductPreview-module__GWJKEG__item2{--random-x:50px;--random-y:-30px;--random-r:15deg;animation-delay:.2s}.ProductPreview-module__GWJKEG__item3{--random-x:-20px;--random-y:60px;--random-r:5deg;animation-delay:.3s}.ProductPreview-module__GWJKEG__item4{--random-x:60px;--random-y:40px;--random-r:-20deg;animation-delay:.4s}.ProductPreview-module__GWJKEG__item5{--random-x:-80px;--random-y:20px;--random-r:10deg;animation-delay:.5s}.ProductPreview-module__GWJKEG__item6{--random-x:30px;--random-y:-80px;--random-r:-5deg;animation-delay:.6s}.ProductPreview-module__GWJKEG__chatContainer{flex-direction:column;justify-content:flex-end;gap:1rem;width:80%;height:80%;display:flex;position:relative;-webkit-mask-image:linear-gradient(#0000 0%,#000 20%);mask-image:linear-gradient(#0000 0%,#000 20%)}.ProductPreview-module__GWJKEG__chatBubble{opacity:0;border-radius:12px;max-width:80%;padding:.8rem 1.2rem;font-size:.85rem;line-height:1.4;animation:.5s ease-out forwards ProductPreview-module__GWJKEG__slideUp;position:relative;box-shadow:0 4px 10px #0000001a}.ProductPreview-module__GWJKEG__chatBubbleUser{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);border-bottom-right-radius:2px;align-self:flex-end}.ProductPreview-module__GWJKEG__chatBubbleAI{color:var(--color-text-main);background:linear-gradient(135deg,#2dd4bf1a 0%,#818cf81a 100%);border:1px solid #2dd4bf4d;border-bottom-left-radius:2px;align-self:flex-start}.ProductPreview-module__GWJKEG__aiSparkle{color:var(--color-primary);animation:2s infinite ProductPreview-module__GWJKEG__pulse-glow;position:absolute}.ProductPreview-module__GWJKEG__aiSparkle svg{width:12px;height:12px}.ProductPreview-module__GWJKEG__sparkle1{top:-6px;left:-6px}.ProductPreview-module__GWJKEG__sparkle2{width:8px;height:8px;animation-delay:.5s;top:-12px;right:10px}.ProductPreview-module__GWJKEG__sparkle3{width:6px;height:6px;animation-delay:1s;bottom:-4px;right:-8px}.ProductPreview-module__GWJKEG__bubble1{animation-delay:.5s}.ProductPreview-module__GWJKEG__bubble2{animation-delay:1.5s}.ProductPreview-module__GWJKEG__bubble3{animation-delay:2.5s}.ProductPreview-module__GWJKEG__typingIndicator{gap:4px;padding:4px 0;display:flex}.ProductPreview-module__GWJKEG__typingDot{background:var(--color-primary);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite both ProductPreview-module__GWJKEG__type}.ProductPreview-module__GWJKEG__typingDot:first-child{animation-delay:0s}.ProductPreview-module__GWJKEG__typingDot:nth-child(2){animation-delay:.2s}.ProductPreview-module__GWJKEG__typingDot:nth-child(3){animation-delay:.4s}@media (max-width:768px){.ProductPreview-module__GWJKEG__featureBlock{text-align:center;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.ProductPreview-module__GWJKEG__featureBlock:nth-child(2n){direction:ltr}.ProductPreview-module__GWJKEG__featuresList .ProductPreview-module__GWJKEG__featureBlock:nth-child(2n) .ProductPreview-module__GWJKEG__content,.ProductPreview-module__GWJKEG__featuresList .ProductPreview-module__GWJKEG__featureBlock:nth-child(2n) .ProductPreview-module__GWJKEG__visual{grid-area:auto}.ProductPreview-module__GWJKEG__content{text-align:left;order:1}.ProductPreview-module__GWJKEG__visual{order:2}.ProductPreview-module__GWJKEG__heading{font-size:2rem}}
.HowItWorks-module__tSMH5W__section{padding:var(--spacing-lg)0}.HowItWorks-module__tSMH5W__heading{text-align:center;margin-bottom:var(--spacing-lg);color:var(--color-text-main);font-size:2rem}.HowItWorks-module__tSMH5W__steps{gap:var(--spacing-md);flex-direction:column;display:flex}.HowItWorks-module__tSMH5W__step{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;align-items:center;padding:2rem;transition:border-color .2s;display:flex;overflow:hidden}.HowItWorks-module__tSMH5W__step:hover{border-color:#2dd4bf4d}.HowItWorks-module__tSMH5W__number{color:var(--color-text-main);opacity:.15;margin-right:2rem;font-size:3rem;font-weight:900;line-height:1;position:relative}.HowItWorks-module__tSMH5W__number:after{content:attr(data-num);color:#0000;opacity:1;-webkit-text-stroke:1px var(--color-primary);position:absolute;top:0;left:0}.HowItWorks-module__tSMH5W__content{flex:1}.HowItWorks-module__tSMH5W__stepTitle{color:var(--color-text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.HowItWorks-module__tSMH5W__stepText{color:var(--color-text-muted)}@media (min-width:768px){.HowItWorks-module__tSMH5W__step{padding:2.5rem}}
.project-module__8jn9OG__container{flex-direction:column;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow-x:hidden}.project-module__8jn9OG__main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.project-module__8jn9OG__headerSection{text-align:center;margin-bottom:2rem;animation:.8s ease-out project-module__8jn9OG__fadeInDown}.project-module__8jn9OG__projectTitle{background:var(--gradient-text);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.project-module__8jn9OG__projectDescription{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.project-module__8jn9OG__compassSection{justify-content:center;align-items:center;width:510px;height:510px;margin:0 0 2rem;display:flex;position:relative}.project-module__8jn9OG__compassWrapper{z-index:10;width:170px;height:170px;position:relative}.project-module__8jn9OG__compass{width:100%;height:100%}.project-module__8jn9OG__orbitContainer{pointer-events:none;width:425px;height:425px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-module__8jn9OG__orbitCircle{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;pointer-events:auto;z-index:20;will-change:transform;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:68px;height:68px;margin-top:-34px;margin-left:-34px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;left:50%;box-shadow:0 4px 20px #0000001a}.project-module__8jn9OG__orbitCircle:hover,.project-module__8jn9OG__orbitCircle.project-module__8jn9OG__active{background:var(--color-surface-hover);border-color:var(--color-primary);transform:scale(1.15);box-shadow:0 0 25px #2dd4bf4d}.project-module__8jn9OG__orbitCircle.project-module__8jn9OG__active{background:var(--color-primary);color:#0f172a}.project-module__8jn9OG__sectionIcon{margin-bottom:0;font-size:2rem}.project-module__8jn9OG__sectionLabel{text-align:center;width:120px;color:var(--color-text-muted);padding:0 4px;font-size:.9rem;font-weight:700;line-height:1.2;transition:color .3s;position:absolute;top:90px}[data-theme=light] .project-module__8jn9OG__sectionLabel{color:var(--color-text-main)}@media (prefers-color-scheme:dark){.project-module__8jn9OG__sectionLabel{color:#f1f5f9}}[data-theme=dark] .project-module__8jn9OG__sectionLabel{color:#f1f5f9}.project-module__8jn9OG__editorSection{width:100%;max-width:900px;min-height:400px;margin-top:0;scroll-margin-top:100px}.project-module__8jn9OG__editorContainer{background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.project-module__8jn9OG__editorTitle{color:var(--color-primary);align-items:center;gap:1rem;margin-bottom:2rem;font-size:2rem;font-weight:700;display:flex}.project-module__8jn9OG__formGroup{margin-bottom:2rem}.project-module__8jn9OG__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.project-module__8jn9OG__input,.project-module__8jn9OG__textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text-main);background:#0003;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.project-module__8jn9OG__input:focus,.project-module__8jn9OG__textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #2dd4bf1a}.project-module__8jn9OG__textarea{resize:vertical;min-height:150px}.project-module__8jn9OG__saveButton{background:var(--color-primary);color:#0f172a;cursor:pointer;border:none;border-radius:99px;padding:.75rem 2rem;font-weight:700;transition:all .2s;position:absolute;top:2rem;right:2rem}.project-module__8jn9OG__saveButton:hover{filter:brightness(1.1);transform:translateY(-2px)}.project-module__8jn9OG__saveButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.project-module__8jn9OG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite project-module__8jn9OG__spin}@keyframes project-module__8jn9OG__spin{to{transform:rotate(360deg)}}.project-module__8jn9OG__statusMessage{border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;animation:.3s project-module__8jn9OG__fadeIn;position:absolute;top:5rem;right:2rem}.project-module__8jn9OG__statusSuccess{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.project-module__8jn9OG__statusError{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}@keyframes project-module__8jn9OG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.project-module__8jn9OG__compassSection{width:100%;height:400px}.project-module__8jn9OG__orbitContainer{width:350px;height:350px}.project-module__8jn9OG__projectTitle{font-size:2rem}.project-module__8jn9OG__orbitCircle{width:60px;height:60px;font-size:.8rem}.project-module__8jn9OG__sectionLabel{display:none}}.project-module__8jn9OG__progressSection{width:100%;max-width:900px;margin-bottom:2rem;padding:0 1rem;animation:.5s ease-out .2s backwards project-module__8jn9OG__fadeIn}.project-module__8jn9OG__phaseSteps{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.project-module__8jn9OG__phaseSteps:before{content:"";background:var(--color-border);z-index:0;height:2px;position:absolute;top:50%;left:10px;right:10px;transform:translateY(-50%)}.project-module__8jn9OG__phaseStep{z-index:1;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;cursor:default;text-align:center;border-radius:99px;justify-content:center;align-items:center;min-width:100px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.project-module__8jn9OG__phaseStep.project-module__8jn9OG__completed{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-primary)}.project-module__8jn9OG__phaseStep.project-module__8jn9OG__active{background:var(--color-primary);color:#0f172a;border-color:var(--color-primary);transform:scale(1.1);box-shadow:0 4px 15px #2dd4bf66}.project-module__8jn9OG__progressBarContainer{border:1px solid var(--color-border);background:#ffffff0d;border-radius:4px;width:100%;height:8px;margin-top:1rem;position:relative;overflow:hidden}.project-module__8jn9OG__progressBarFill{background:linear-gradient(90deg,var(--color-primary)0%,#0d9488 100%);height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.project-module__8jn9OG__progressMetaRow{justify-content:space-between;align-items:center;width:100%;margin-top:1rem;display:flex}.project-module__8jn9OG__progressLabel{color:var(--color-primary);font-size:.9rem;font-weight:700}.project-module__8jn9OG__statePill{text-transform:uppercase;border:1px solid var(--color-border);color:var(--color-text-muted);letter-spacing:.05em;background:#ffffff0d;border-radius:99px;justify-content:center;align-items:center;padding:.4rem 1rem;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 2px 10px #0000001a}.project-module__8jn9OG__statePill.project-module__8jn9OG__active{color:#10b981;background:#10b9811a;border-color:#10b9814d;box-shadow:0 0 15px #10b98133}.project-module__8jn9OG__statePill.project-module__8jn9OG__paused{color:#eab308;background:#eab3081a;border-color:#eab3084d}.project-module__8jn9OG__statePill.project-module__8jn9OG__completed{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d}@keyframes project-module__8jn9OG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-module__8jn9OG__glassPanel{-webkit-backdrop-filter:blur(16px);background:#141419bf;border:1px solid #ffffff1a;border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:700px;margin:3rem auto;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.project-module__8jn9OG__glassPanel:hover{border-color:#2dd4bf4d;transform:translateY(-2px);box-shadow:0 15px 50px #0006}.project-module__8jn9OG__glassPanel:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf80,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.project-module__8jn9OG__glassHeader{align-items:center;gap:1.5rem;display:flex}.project-module__8jn9OG__glassIconWrapper{background:linear-gradient(135deg,#2dd4bf1a,#2dd4bf05);border:1px solid #2dd4bf33;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.8rem;display:flex;box-shadow:inset 0 0 20px #2dd4bf0d}.project-module__8jn9OG__glassTitleWrapper{flex-direction:column;display:flex}.project-module__8jn9OG__glassTitle{color:#fff;letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.project-module__8jn9OG__glassSubtitle{color:#ffffffb3;margin:0;font-size:.95rem;line-height:1.4}.project-module__8jn9OG__glassActions{flex-shrink:0}.project-module__8jn9OG__glassPrimaryButton{background:var(--color-primary);color:#000;cursor:pointer;border:none;border-radius:12px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #2dd4bf4d}.project-module__8jn9OG__glassPrimaryButton:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px #2dd4bf66}.project-module__8jn9OG__statusIndicator{color:#ffffff80;margin-top:.5rem;margin-left:1rem;font-size:.85rem;display:inline-block}.project-module__8jn9OG__statusHighlight{color:var(--color-primary);font-weight:500}@media (max-width:768px){.project-module__8jn9OG__phaseSteps{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;display:flex}.project-module__8jn9OG__phaseSteps:before{display:none}.project-module__8jn9OG__phaseStep{min-width:auto;padding:.4rem .8rem;font-size:.7rem}.project-module__8jn9OG__glassPanel{text-align:center;flex-direction:column;gap:1.5rem;width:95%}.project-module__8jn9OG__glassHeader{flex-direction:column}.project-module__8jn9OG__glassActions,.project-module__8jn9OG__glassPrimaryButton{width:100%}}.project-module__8jn9OG__toolsSection{width:100%;max-width:1200px;margin-top:3rem;margin-bottom:4rem}.project-module__8jn9OG__toolsHeader{cursor:default;align-items:center;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:flex;position:relative}.project-module__8jn9OG__toolsHeaderContent{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.project-module__8jn9OG__toolsHeaderIcon{filter:drop-shadow(0 0 8px var(--color-primary));font-size:1.2rem}.project-module__8jn9OG__toolsTitle{color:var(--color-primary);text-transform:capitalize;letter-spacing:.05em;margin:0;font-size:1.2rem;font-weight:600}.project-module__8jn9OG__toolsHeaderLine{background:linear-gradient(90deg,var(--color-primary)0%,transparent 100%);opacity:.6;flex:1;height:1px;margin-top:4px;box-shadow:0 0 8px #2dd4bf66}.project-module__8jn9OG__toolsSubtitle{color:var(--color-text-main);opacity:.9;margin-bottom:2rem;font-size:1.5rem;font-weight:500}.project-module__8jn9OG__highlightText{color:var(--color-primary);font-weight:700}.project-module__8jn9OG__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.project-module__8jn9OG__toolCard{cursor:pointer;text-align:left;background:#0f172a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.project-module__8jn9OG__toolCard:hover{background:#111e33;border-color:#2dd4bf80;box-shadow:0 8px 30px #0000004d}.project-module__8jn9OG__toolHeaderRow{align-items:center;gap:.8rem;margin-bottom:.5rem;display:flex}.project-module__8jn9OG__toolIcon{font-size:1.2rem}.project-module__8jn9OG__toolLabel{color:var(--color-text-main);flex:1;font-size:1rem;font-weight:700}.project-module__8jn9OG__toolFlash{color:var(--color-text-muted);opacity:.5;font-size:.9rem}.project-module__8jn9OG__toolCard:hover .project-module__8jn9OG__toolFlash{color:var(--color-primary);opacity:1;filter:drop-shadow(0 0 5px var(--color-primary))}.project-module__8jn9OG__toolDescription{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.project-module__8jn9OG__compassTooltip{z-index:1000;pointer-events:none;width:380px;position:absolute;top:-10%;left:50%;transform:translate(-50%,-100%)}.project-module__8jn9OG__tooltipCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;cursor:pointer;background:#0a0f1ee6;border:1px solid #2dd4bf33;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 2rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0009,0 0 0 1px #ffffff0d}.project-module__8jn9OG__tooltipCard:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#2dd4bf26 0%,#0000 70%);width:150px;height:150px;position:absolute;top:-50px;right:-50px}.project-module__8jn9OG__tooltipTail{z-index:1001;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0f1ef2;border-bottom:1px solid #2dd4bf33;border-right:1px solid #2dd4bf33;width:20px;height:20px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.project-module__8jn9OG__tooltipContent{z-index:1;text-align:center;flex:1}.project-module__8jn9OG__tooltipTitle{color:#fff;letter-spacing:.02em;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.project-module__8jn9OG__tooltipDescription{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.project-module__8jn9OG__compassTooltip{width:300px;top:60%;left:50%;transform:translate(-50%)}.project-module__8jn9OG__toolsGrid{grid-template-columns:1fr}}.project-module__8jn9OG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.project-module__8jn9OG__modalContent{background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;width:100%;max-width:900px;height:600px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.project-module__8jn9OG__modalLeftParams{border-right:1px solid var(--color-border);background:#0003;flex-direction:column;width:35%;padding:2rem;display:flex}.project-module__8jn9OG__modalSectionTitle{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.project-module__8jn9OG__playbookList{flex-direction:column;gap:.5rem;display:flex;overflow-y:auto}.project-module__8jn9OG__playbookListItem{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;transition:all .2s;display:flex}.project-module__8jn9OG__playbookListItem:hover{background:#ffffff0d}.project-module__8jn9OG__playbookListItem.project-module__8jn9OG__active{background:var(--color-surface-hover);border-color:var(--color-primary)}.project-module__8jn9OG__playbookListTitle{color:var(--color-text-main);font-size:.95rem;font-weight:600}.project-module__8jn9OG__playbookListDuration{color:var(--color-text-muted);font-size:.8rem}.project-module__8jn9OG__modalRightDetails{background:var(--color-bg);flex-direction:column;flex:1;padding:3rem;display:flex}.project-module__8jn9OG__modalHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.project-module__8jn9OG__modalIconWrapper{background:#2dd4bf1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:2rem;display:flex}.project-module__8jn9OG__modalHeaderTags{gap:.5rem;display:flex}.project-module__8jn9OG__modalTag{background:var(--color-surface-hover);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:99px;padding:.25rem .75rem;font-size:.75rem}.project-module__8jn9OG__modalCloseButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:2rem;line-height:1}.project-module__8jn9OG__modalCloseButton:hover{color:var(--color-text-main)}.project-module__8jn9OG__modalPlaybookTitle{color:var(--color-text-main);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.project-module__8jn9OG__modalDivider{background:var(--color-border);width:100%;height:1px;margin-bottom:2rem}.project-module__8jn9OG__modalPlaybookDescription{color:var(--color-text-muted);margin-bottom:auto;font-size:1.1rem;line-height:1.6}.project-module__8jn9OG__modalFooter{justify-content:space-between;align-items:center;margin-top:3rem;display:flex}.project-module__8jn9OG__modalMeta{flex-direction:column;display:flex}.project-module__8jn9OG__modalMetaLabel{text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.25rem;font-size:.8rem}.project-module__8jn9OG__modalMetaValue{color:var(--color-text-main);font-size:1.1rem;font-weight:700}.project-module__8jn9OG__modalStartButton{background:var(--color-primary);color:#0f172a;cursor:pointer;border:none;border-radius:99px;padding:1rem 3rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 10px 25px #2dd4bf66}.project-module__8jn9OG__modalStartButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px #2dd4bf80}.project-module__8jn9OG__mobileBackButton{display:none}.project-module__8jn9OG__mobileHidden{display:inherit}[data-theme=light] .project-module__8jn9OG__toolCard{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px #0000000d}[data-theme=light] .project-module__8jn9OG__toolCard:hover{border-color:var(--color-primary);background:#f8fafc;box-shadow:0 10px 25px #0d948826}[data-theme=light] .project-module__8jn9OG__toolLabel{color:#1e293b}[data-theme=light] .project-module__8jn9OG__toolDescription{color:#64748b}[data-theme=light] .project-module__8jn9OG__toolsHeaderIcon,[data-theme=light] .project-module__8jn9OG__toolIcon{filter:drop-shadow(0 4px 6px #0000001a)}@media (max-width:768px){.project-module__8jn9OG__compassTooltip{width:300px;top:0%;left:50%;transform:translate(-50%,-110%)}.project-module__8jn9OG__modalContent{flex-direction:column;height:100%;max-height:90vh}.project-module__8jn9OG__modalLeftParams,.project-module__8jn9OG__modalRightDetails{border-bottom:none;border-right:none;flex:1;width:100%;height:100%;padding:1rem}.project-module__8jn9OG__modalLeftParams{border-bottom:1px solid var(--color-border)}.project-module__8jn9OG__modalRightDetails{padding:1.5rem}.project-module__8jn9OG__modalPlaybookTitle{font-size:1.8rem}.project-module__8jn9OG__mobileHidden{display:none!important}.project-module__8jn9OG__mobileBackButton{color:var(--color-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.9rem;font-weight:700;display:flex}}
.AdministrationHeader-module__xJtygq__header{z-index:20;background:color-mix(in srgb,var(--color-surface)92%,transparent);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;height:80px;padding:0 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 10px 30px #0000001f}.AdministrationHeader-module__xJtygq__leftNav{align-items:center;gap:1rem;text-decoration:none;display:flex}.AdministrationHeader-module__xJtygq__logoWrapper{color:inherit;align-items:center;gap:.9rem;text-decoration:none;display:inline-flex}.AdministrationHeader-module__xJtygq__navIcon{color:#a855f7;filter:drop-shadow(0 10px 20px #a855f740);width:42px;height:42px}.AdministrationHeader-module__xJtygq__logo{-webkit-text-fill-color:transparent;letter-spacing:-.02em;background:linear-gradient(120deg,#a855f7,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.AdministrationHeader-module__xJtygq__adminSeparator{color:var(--color-text-muted);font-size:1.25rem;font-weight:300}.AdministrationHeader-module__xJtygq__adminLabel{text-transform:uppercase;letter-spacing:.32em;color:#f1f5f9cc;font-size:1.2rem;font-weight:400}[data-theme=light] .AdministrationHeader-module__xJtygq__adminLabel{color:#0b0b0b}.AdministrationHeader-module__xJtygq__headerRight{align-items:center;gap:1rem;display:flex}.AdministrationHeader-module__xJtygq__navLink{color:var(--color-text-main);border:1px solid var(--color-border);background:#ffffff05;border-radius:10px;padding:.7rem 1.1rem;font-weight:600;text-decoration:none;transition:all .2s}.AdministrationHeader-module__xJtygq__navLink:hover{color:#a855f7;border-color:#a855f766;box-shadow:0 10px 30px #a855f726}@media (max-width:900px){.AdministrationHeader-module__xJtygq__header{height:74px;padding:0 1.25rem}.AdministrationHeader-module__xJtygq__logo{font-size:1.5rem}.AdministrationHeader-module__xJtygq__adminLabel{letter-spacing:.2em;font-size:.85rem}.AdministrationHeader-module__xJtygq__navLink{padding:.6rem .9rem}}@media (max-width:620px){.AdministrationHeader-module__xJtygq__header{gap:.75rem}}
.FounderNote-module__GgQ06G__quoteBox{background:var(--color-surface);border-left:4px solid var(--color-primary);margin:var(--spacing-xl)0;border-radius:0 16px 16px 0;padding:2.5rem;font-family:inherit;box-shadow:0 10px 30px #0003}.FounderNote-module__GgQ06G__text{color:var(--color-text-main);margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.6}.FounderNote-module__GgQ06G__author{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:700}
.administration-module__8kxxiW__page{background:var(--gradient-bg);min-height:100vh;color:var(--color-text-main);background-attachment:fixed;position:relative;overflow-x:hidden}.administration-module__8kxxiW__contentArea{z-index:1;width:100%;padding:0;position:relative}.administration-module__8kxxiW__topMeta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.administration-module__8kxxiW__welcomeText{color:var(--color-text-main);font-size:1.6rem;font-weight:700}.administration-module__8kxxiW__statusPill{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);background:#2dd4bf1f;border:1px solid #2dd4bf4d;border-radius:999px;padding:.4rem .85rem;font-size:.75rem;font-weight:600}.administration-module__8kxxiW__userChip{border:1px solid var(--color-border);background:#0f172a59;border-radius:999px;align-items:center;gap:.75rem;padding:.4rem .75rem;display:flex}.administration-module__8kxxiW__userAvatar{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));width:34px;height:34px;color:var(--color-surface);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.administration-module__8kxxiW__userInfo{flex-direction:column;gap:.15rem;display:flex}.administration-module__8kxxiW__userName{font-size:.9rem;font-weight:600}.administration-module__8kxxiW__userEmail{color:var(--color-text-muted);font-size:.75rem}.administration-module__8kxxiW__backLink{border:1px solid var(--color-border);color:var(--color-text-main);border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.administration-module__8kxxiW__backLink:hover{border-color:var(--color-primary);color:var(--color-primary);background:#2dd4bf14}.administration-module__8kxxiW__main{z-index:1;flex-direction:column;gap:2.75rem;padding:2.75rem 2.5rem 4rem;display:flex;position:relative}.administration-module__8kxxiW__hero{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch;gap:2rem;margin-bottom:3.5rem;display:grid}.administration-module__8kxxiW__heroContent{animation:.6s both administration-module__8kxxiW__fadeInUp}.administration-module__8kxxiW__eyebrow{text-transform:uppercase;letter-spacing:.3em;color:var(--color-text-muted);margin-bottom:1rem;font-size:.75rem;display:inline-block}.administration-module__8kxxiW__heroTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.administration-module__8kxxiW__heroSubtitle{color:var(--color-text-muted);max-width:520px;margin-bottom:2rem;font-size:1.05rem}.administration-module__8kxxiW__heroActions{flex-wrap:wrap;gap:1rem;display:flex}.administration-module__8kxxiW__primaryAction{background:var(--gradient-primary);color:var(--color-surface);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.9rem 1.8rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #2dd4bf40}.administration-module__8kxxiW__primaryAction:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2dd4bf4d}.administration-module__8kxxiW__secondaryAction{border:1px solid var(--color-border);color:var(--color-text-main);border-radius:999px;padding:.9rem 1.6rem;font-weight:600;transition:all .2s}.administration-module__8kxxiW__secondaryAction:hover{border-color:var(--color-primary);color:var(--color-primary);background:#2dd4bf14}.administration-module__8kxxiW__roleRow{flex-wrap:wrap;align-items:center;gap:1rem;margin:.75rem 0 2rem;display:flex}.administration-module__8kxxiW__roleLabel{color:var(--color-text-muted);font-size:.85rem}.administration-module__8kxxiW__roleChips{flex-wrap:wrap;gap:.6rem;display:flex}.administration-module__8kxxiW__roleChip{color:var(--color-text-main);background:#818cf81a;border:1px solid #818cf859;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:600}.administration-module__8kxxiW__heroPanel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:2rem;animation:.6s .1s both administration-module__8kxxiW__fadeInUp;box-shadow:0 18px 40px #0003}.administration-module__8kxxiW__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.administration-module__8kxxiW__panelTitle{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:1rem;font-weight:600}.administration-module__8kxxiW__panelStatus{color:var(--color-primary);font-size:.9rem;font-weight:600}.administration-module__8kxxiW__panelBody{gap:1rem;display:grid}.administration-module__8kxxiW__panelItem{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.3rem;padding-bottom:1rem;display:flex}.administration-module__8kxxiW__panelItem:last-child{border-bottom:none;padding-bottom:0}.administration-module__8kxxiW__panelItemLabel{color:var(--color-text-muted);font-size:.85rem}.administration-module__8kxxiW__panelItemValue{font-size:1rem;font-weight:600}.administration-module__8kxxiW__section{margin-bottom:3.5rem}.administration-module__8kxxiW__sectionHeader{margin-bottom:1.5rem}.administration-module__8kxxiW__sectionHeader h2{margin-bottom:.5rem;font-size:1.6rem}.administration-module__8kxxiW__sectionHeader p{color:var(--color-text-muted);max-width:700px}.administration-module__8kxxiW__cardGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.administration-module__8kxxiW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;padding:1.75rem;animation:.6s both administration-module__8kxxiW__fadeInUp;box-shadow:0 12px 28px #0000002e}.administration-module__8kxxiW__card h3{margin-bottom:.75rem;font-size:1.1rem}.administration-module__8kxxiW__card p{color:var(--color-text-muted)}.administration-module__8kxxiW__cardMeta{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.12em;margin-top:1.25rem;font-size:.75rem;display:inline-block}.administration-module__8kxxiW__roleMap{color:var(--color-text-main);gap:.5rem;margin-top:1rem;font-size:.9rem;display:grid}.administration-module__8kxxiW__splitGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.administration-module__8kxxiW__signalList{color:var(--color-text-muted);gap:.6rem;margin-top:1rem;padding-left:0;list-style:none;display:grid}.administration-module__8kxxiW__signalList li{padding-left:1.2rem;position:relative}.administration-module__8kxxiW__signalList li:before{content:"";background:var(--color-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.6rem;left:0}@media (max-width:1050px){.administration-module__8kxxiW__main{padding:2.25rem 1.75rem 3rem}.administration-module__8kxxiW__hero{grid-template-columns:1fr}}@media (max-width:700px){.administration-module__8kxxiW__main{padding:2rem 1.25rem 3rem}.administration-module__8kxxiW__topMeta{flex-direction:column;align-items:flex-start}.administration-module__8kxxiW__backLink{text-align:center;width:100%}.administration-module__8kxxiW__heroTitle{font-size:1.9rem}.administration-module__8kxxiW__primaryAction,.administration-module__8kxxiW__secondaryAction{text-align:center;width:100%}}
.journey-module__SglOuW__mainLayout{background:var(--color-bg);min-height:calc(100vh - 80px);display:flex}.journey-module__SglOuW__sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);flex-shrink:0;width:320px;padding:2rem;overflow-y:auto}.journey-module__SglOuW__sidebarTitle{color:var(--color-text-main);letter-spacing:-.01em;margin-bottom:2rem;font-size:1.2rem;font-weight:800}.journey-module__SglOuW__phasesContainer{flex-direction:column;gap:2rem;display:flex}.journey-module__SglOuW__phaseGroup{background:var(--color-surface);border:1px solid var(--color-border);background:#ffffff08;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.journey-module__SglOuW__phaseGroup:hover{background:#ffffff0d;border-color:#ffffff1a}.journey-module__SglOuW__phaseGroup.journey-module__SglOuW__expanded{border-color:var(--color-primary);background:#ffffff0d}.journey-module__SglOuW__phaseHeader{cursor:pointer;text-align:left;width:100%;color:var(--color-text-main);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:color .2s;display:flex}.journey-module__SglOuW__phaseHeader:hover{color:var(--color-primary)}.journey-module__SglOuW__collapseIcon{color:var(--color-text-muted);font-size:.8rem;font-weight:700;transition:transform .3s;display:inline-block}.journey-module__SglOuW__phaseTitle{text-transform:uppercase;letter-spacing:.1em;color:inherit;margin:0;font-size:.85rem;font-weight:700}.journey-module__SglOuW__stepList{flex-direction:column;gap:2px;padding:0 .5rem .5rem;display:flex}.journey-module__SglOuW__stepItem{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;transition:all .2s;display:flex}.journey-module__SglOuW__stepItem.journey-module__SglOuW__completed{color:var(--color-text-muted)}.journey-module__SglOuW__stepItem.journey-module__SglOuW__completed .journey-module__SglOuW__stepTitle{opacity:.7;text-decoration:line-through}.journey-module__SglOuW__stepItem.journey-module__SglOuW__pending{opacity:.5;pointer-events:none}.journey-module__SglOuW__stepItem.journey-module__SglOuW__pending:hover{background:0 0}.journey-module__SglOuW__stepItem:hover{background:#ffffff0d}.journey-module__SglOuW__activeStep{background:var(--color-surface-hover);border-color:var(--color-primary);box-shadow:0 4px 12px #0000001a}.journey-module__SglOuW__stepStatusIcon{justify-content:center;align-items:center;width:20px;font-size:.9rem;display:flex}.journey-module__SglOuW__stepTitle{color:var(--color-text-main);font-size:.95rem;font-weight:500}.journey-module__SglOuW__activeStep .journey-module__SglOuW__stepTitle{color:var(--color-primary);font-weight:700}.journey-module__SglOuW__phaseProgress{justify-content:center;align-items:center;margin-right:1rem;display:flex}.journey-module__SglOuW__progressRingCircle{transform-origin:50%;transition:stroke-dashoffset .35s;transform:rotate(-90deg)}.journey-module__SglOuW__progressContainer{margin-bottom:2rem}.journey-module__SglOuW__progressHeader{color:var(--color-text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.journey-module__SglOuW__progressBar{background:#ffffff1a;border-radius:99px;height:6px;overflow:hidden}.journey-module__SglOuW__progressFill{background:var(--gradient-primary);border-radius:99px;height:100%;transition:width .5s ease-out}.journey-module__SglOuW__contentArea{flex:1;max-width:1400px;margin:0 auto;padding:3rem 4rem;overflow-y:auto}.journey-module__SglOuW__competitorGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:768px){.journey-module__SglOuW__competitorGrid{grid-template-columns:1fr;gap:1rem;margin-right:0;padding-bottom:0;padding-right:0;display:grid;overflow-x:visible}.journey-module__SglOuW__competitorCard{scroll-snap-align:none;min-width:0}.journey-module__SglOuW__addCard{min-width:0}}.journey-module__SglOuW__addCard{border:2px dashed var(--color-border);cursor:pointer;min-height:300px;color:var(--color-text-muted);background:#ffffff05;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:all .2s;display:flex}.journey-module__SglOuW__addCard:hover{border-color:var(--color-primary);color:var(--color-primary);background:#2dd4bf0d}.journey-module__SglOuW__addIcon{font-size:3rem;font-weight:300;line-height:1}.journey-module__SglOuW__competitorCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex}.journey-module__SglOuW__competitorCard:hover{border-color:#2dd4bf4d;transform:translateY(-4px);box-shadow:0 10px 30px #0003}.journey-module__SglOuW__cardHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.journey-module__SglOuW__cardHeader h4{color:var(--color-text-main);margin:0;font-size:1.1rem}.journey-module__SglOuW__tag{color:var(--color-text-muted);background:#ffffff1a;border-radius:99px;padding:.2rem .6rem;font-size:.75rem}.journey-module__SglOuW__cardSection label{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.journey-module__SglOuW__cardSection p{color:var(--color-text-main);margin:0;font-size:.9rem;line-height:1.4}.journey-module__SglOuW__cardSectionHighlight{background:#2dd4bf0d;border-radius:8px;margin-top:auto;padding:.75rem}.journey-module__SglOuW__cardSectionHighlight label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.journey-module__SglOuW__cardSectionHighlight p{color:var(--color-text-main);margin:0;font-size:.9rem}.journey-module__SglOuW__tipCard{background:#818cf80d;border:1px solid #818cf833;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.journey-module__SglOuW__tipCard h4{color:var(--color-accent);margin:0 0 1rem;font-size:1.1rem}.journey-module__SglOuW__tipList{margin:0;padding-left:1.5rem}.journey-module__SglOuW__tipList li{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.95rem}.journey-module__SglOuW__aiAssistant{text-align:center;background:linear-gradient(135deg,#2dd4bf0d 0%,#818cf80d 100%);border:1px solid #2dd4bf33;border-radius:16px;margin-bottom:2rem;padding:2rem}.journey-module__SglOuW__aiHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.journey-module__SglOuW__aiIcon{font-size:1.5rem}.journey-module__SglOuW__aiHeader h4{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.2rem;font-weight:800}.journey-module__SglOuW__aiAssistant p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem}.journey-module__SglOuW__aiActionCenter{justify-content:center;display:flex}.journey-module__SglOuW__aiButtonPrimary{background:var(--gradient-primary);color:#0f172a;cursor:pointer;border:none;border-radius:99px;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #2dd4bf4d}.journey-module__SglOuW__aiButtonPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2dd4bf66}.journey-module__SglOuW__inputField,.journey-module__SglOuW__textareaField{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-main);border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.journey-module__SglOuW__inputField:focus,.journey-module__SglOuW__textareaField:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #2dd4bf1a}.journey-module__SglOuW__divider{background:var(--color-border);width:100%;height:1px;margin:3rem 0}.journey-module__SglOuW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;margin-top:1rem;padding:2rem}.journey-module__SglOuW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.journey-module__SglOuW__formGroup label{color:var(--color-text-main);font-size:.9rem;font-weight:600}.journey-module__SglOuW__textareaField{resize:vertical}.journey-module__SglOuW__gridTwo{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.journey-module__SglOuW__mobileToggleBar,.journey-module__SglOuW__sidebarHeaderMobile{display:none}@media (max-width:768px){.journey-module__SglOuW__gridTwo{grid-template-columns:1fr}.journey-module__SglOuW__mainLayout{flex-direction:column;position:relative}.journey-module__SglOuW__mobileToggleBar{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:90;align-items:center;width:100%;padding:1rem;display:flex;position:sticky;top:0}.journey-module__SglOuW__mobileToggleButton{background:var(--color-surface-hover);border:1px solid var(--color-border);color:var(--color-text-main);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:700;display:flex}.journey-module__SglOuW__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#0009;width:100vw;height:100vh;position:fixed;top:0;left:0}.journey-module__SglOuW__sidebar{z-index:100;border-right:1px solid var(--color-border);background:var(--color-bg);border-bottom:none;width:320px;max-width:85vw;height:100vh;max-height:none;padding:1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:10px 0 50px #00000080}.journey-module__SglOuW__sidebarOpen{transform:translate(0)}.journey-module__SglOuW__sidebarHeaderMobile{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.journey-module__SglOuW__sidebarHeaderMobile h2{color:var(--color-text-main);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.2rem;font-weight:800}.journey-module__SglOuW__sidebarHeaderMobile button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:2rem;line-height:1}.journey-module__SglOuW__contentArea{padding:1.5rem}.journey-module__SglOuW__contentTitle{font-size:1.8rem}}
.pricing-module__kvPdYW__container{flex-direction:column;align-items:center;min-height:100vh;padding-top:100px;padding-bottom:4rem;display:flex}.pricing-module__kvPdYW__header{text-align:center;margin-bottom:4rem;padding:0 1rem;animation:.8s ease-out pricing-module__kvPdYW__fadeInDown}.pricing-module__kvPdYW__title{background:var(--gradient-text);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.pricing-module__kvPdYW__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.pricing-module__kvPdYW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1200px;padding:0 1rem;display:grid}.pricing-module__kvPdYW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;flex-direction:column;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.pricing-module__kvPdYW__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.pricing-module__kvPdYW__card.pricing-module__kvPdYW__highlight{border-color:var(--color-primary);box-shadow:0 0 30px #2dd4bf1a}.pricing-module__kvPdYW__card.pricing-module__kvPdYW__highlight:hover{box-shadow:0 0 50px #2dd4bf33}.pricing-module__kvPdYW__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-module__kvPdYW__price{color:var(--color-text-main);align-items:baseline;gap:.5rem;margin-bottom:1rem;font-size:3rem;font-weight:800;display:flex}.pricing-module__kvPdYW__pricePeriod{color:var(--color-text-muted);font-size:1rem;font-weight:500}.pricing-module__kvPdYW__description{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.pricing-module__kvPdYW__features{flex:1;margin:0 0 2.5rem;padding:0;list-style:none}.pricing-module__kvPdYW__feature{color:var(--color-text-main);align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:500;display:flex}.pricing-module__kvPdYW__checkmark{color:var(--color-primary);font-size:1.2rem}.pricing-module__kvPdYW__button{text-align:center;border-radius:99px;width:100%;padding:1rem;font-weight:700;text-decoration:none;transition:all .2s}.pricing-module__kvPdYW__btnPrimary{background:var(--color-primary);color:#0f172a}.pricing-module__kvPdYW__btnPrimary:hover{filter:brightness(1.1);transform:scale(1.02)}.pricing-module__kvPdYW__btnSecondary{border:1px solid var(--color-border);color:var(--color-text-main);background:0 0}.pricing-module__kvPdYW__btnSecondary:hover{background:#ffffff0d}@keyframes pricing-module__kvPdYW__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.pricing-module__kvPdYW__title{font-size:2.5rem}}
.subscription-module__aNihOW__container{flex-direction:column;align-items:center;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:100px 1rem 4rem;display:flex}.subscription-module__aNihOW__header{text-align:left;border-bottom:1px solid var(--color-border);width:100%;margin-bottom:3rem;padding-bottom:2rem}.subscription-module__aNihOW__title{color:var(--color-text-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.subscription-module__aNihOW__subtitle{color:var(--color-text-muted)}.subscription-module__aNihOW__section{width:100%;margin-bottom:4rem}.subscription-module__aNihOW__sectionTitle{color:var(--color-text-main);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.subscription-module__aNihOW__currentPlanCard{background:var(--color-surface);border:1px solid var(--color-primary);border-radius:16px;justify-content:space-between;align-items:center;padding:2rem;display:flex;box-shadow:0 0 20px #2dd4bf1a}.subscription-module__aNihOW__planInfo h3{margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.subscription-module__aNihOW__statusBadge{color:#10b981;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98133;border-radius:99px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.subscription-module__aNihOW__manageButton{background:var(--color-surface-hover);color:var(--color-text-main);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.subscription-module__aNihOW__manageButton:hover{background:var(--color-border)}.subscription-module__aNihOW__upgradeGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.subscription-module__aNihOW__tableContainer{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.subscription-module__aNihOW__table{border-collapse:collapse;width:100%}.subscription-module__aNihOW__table th,.subscription-module__aNihOW__table td{text-align:left;border-bottom:1px solid var(--color-border);padding:1rem 1.5rem}.subscription-module__aNihOW__table th{color:var(--color-text-muted);background:#0003;font-weight:600}.subscription-module__aNihOW__table tr:last-child td{border-bottom:none}.subscription-module__aNihOW__downloadLink{color:var(--color-primary);font-weight:500;text-decoration:none}.subscription-module__aNihOW__downloadLink:hover{text-decoration:underline}@media (max-width:768px){.subscription-module__aNihOW__currentPlanCard{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.AIChatWidget-module__bc_zPq__floatingBtn{background:var(--gradient-primary);cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #2dd4bf66}.AIChatWidget-module__bc_zPq__floatingBtn:hover{box-shadow:0 0 30px #2dd4bf99}.AIChatWidget-module__bc_zPq__avatar{letter-spacing:.08em;color:#0b1b18;font-size:1rem;font-weight:700}.AIChatWidget-module__bc_zPq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#00000080;justify-content:flex-end;align-items:flex-end;width:100vw;height:100vh;padding:2rem 2rem 6rem;display:flex;position:fixed;top:0;left:0}.AIChatWidget-module__bc_zPq__chatModal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;flex-direction:column;width:400px;height:500px;margin-bottom:2rem;margin-right:2rem;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000004d}.AIChatWidget-module__bc_zPq__modalHeader{border-bottom:1px solid var(--color-border);background:var(--color-surface);z-index:20;flex-shrink:0;justify-content:space-between;align-items:center;min-height:60px;padding:0 1.5rem;display:flex;position:relative}.AIChatWidget-module__bc_zPq__modalHeader h3{color:var(--color-text-main);margin:0;font-size:1.1rem}.AIChatWidget-module__bc_zPq__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.AIChatWidget-module__bc_zPq__modalBody{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.AIChatWidget-module__bc_zPq__messages{flex-direction:column;gap:.75rem;width:100%;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.AIChatWidget-module__bc_zPq__messages::-webkit-scrollbar{width:6px}.AIChatWidget-module__bc_zPq__messages::-webkit-scrollbar-track{background:0 0}.AIChatWidget-module__bc_zPq__messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.AIChatWidget-module__bc_zPq__messages::-webkit-scrollbar-thumb:hover{background:#fff3}.AIChatWidget-module__bc_zPq__message{display:flex}.AIChatWidget-module__bc_zPq__messageUser{justify-content:flex-end}.AIChatWidget-module__bc_zPq__messageAssistant{justify-content:flex-start}.AIChatWidget-module__bc_zPq__messageBubble{max-width:80%;color:var(--color-text-main);background:#2dd4bf26;border-radius:16px;padding:.75rem 1rem;line-height:1.4}.AIChatWidget-module__bc_zPq__messageUser .AIChatWidget-module__bc_zPq__messageBubble{border:1px solid var(--color-border);background:#0f172a99}.AIChatWidget-module__bc_zPq__errorText{color:#f87171;text-align:center;padding:.5rem;font-size:.85rem}.AIChatWidget-module__bc_zPq__loadingText{color:var(--color-text-muted);text-align:center;padding:.5rem;font-size:.85rem}.AIChatWidget-module__bc_zPq__inputArea{border-top:1px solid var(--color-border);z-index:20;background:#0003;flex-shrink:0;gap:.5rem;padding:1rem;display:flex}.AIChatWidget-module__bc_zPq__input{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-main);border-radius:99px;outline:none;flex:1;padding:.75rem}.AIChatWidget-module__bc_zPq__input:focus{border-color:var(--color-primary)}.AIChatWidget-module__bc_zPq__sendBtn{background:var(--color-primary);color:#0b1b18;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AIChatWidget-module__bc_zPq__icon{width:18px;height:18px}.AIChatWidget-module__bc_zPq__threadList{flex-direction:column;width:100%;height:100%;padding:1.5rem;display:flex}.AIChatWidget-module__bc_zPq__newChatBtn{width:100%;color:var(--color-primary);border:1px dashed var(--color-primary);cursor:pointer;background:#2dd4bf1a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.AIChatWidget-module__bc_zPq__newChatBtn:hover{background:#2dd4bf33;transform:translateY(-1px)}.AIChatWidget-module__bc_zPq__threadsScroll{flex-direction:column;flex:1;gap:.5rem;padding-right:4px;display:flex;overflow-y:auto}.AIChatWidget-module__bc_zPq__threadsScroll::-webkit-scrollbar{width:6px}.AIChatWidget-module__bc_zPq__threadsScroll::-webkit-scrollbar-track{background:0 0}.AIChatWidget-module__bc_zPq__threadsScroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.AIChatWidget-module__bc_zPq__threadsScroll::-webkit-scrollbar-thumb:hover{background:#fff3}.AIChatWidget-module__bc_zPq__threadItem{cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.AIChatWidget-module__bc_zPq__threadItem:hover{background:#ffffff12;border-color:#ffffff1a}.AIChatWidget-module__bc_zPq__threadInfo{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex;overflow:hidden}.AIChatWidget-module__bc_zPq__threadTitle{color:var(--color-text-main);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.95rem;overflow:hidden}.AIChatWidget-module__bc_zPq__threadDate{color:var(--color-text-muted);font-size:.75rem}.AIChatWidget-module__bc_zPq__deleteThreadBtn{color:var(--color-text-muted);opacity:0;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.AIChatWidget-module__bc_zPq__threadItem:hover .AIChatWidget-module__bc_zPq__deleteThreadBtn{opacity:1}.AIChatWidget-module__bc_zPq__deleteThreadBtn:hover{color:#f87171;background:#f871711a}.AIChatWidget-module__bc_zPq__emptyState{text-align:center;color:var(--color-text-muted);margin-top:2rem;font-size:.9rem}.AIChatWidget-module__bc_zPq__iconBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.AIChatWidget-module__bc_zPq__iconBtn:hover{color:var(--color-text-main)}
.Footer-module__S6Hkya__wrapper{text-align:center;padding:var(--spacing-lg)0;max-width:800px;margin:0 auto}.Footer-module__S6Hkya__headline{margin-bottom:var(--spacing-xs);color:var(--color-text-main);font-size:2.5rem;font-weight:700}.Footer-module__S6Hkya__subheadline{color:var(--color-text-muted);margin-bottom:var(--spacing-md);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.Footer-module__S6Hkya__form{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin:2rem auto 0;display:flex}.Footer-module__S6Hkya__input{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text-main);text-align:center;border-radius:99px;outline:none;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s,background .2s}.Footer-module__S6Hkya__input:focus{border-color:var(--color-primary);background:var(--color-surface-hover)}.Footer-module__S6Hkya__footer{margin-top:var(--spacing-xl);border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:center;padding:2rem 0;font-size:.9rem}
