@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
.LanguageSwitcher-module__g4pAOG__languageSwitcher{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.LanguageSwitcher-module__g4pAOG__languageSwitcher:hover{background:#f1f5f9;border-color:#cbd5e1}.LanguageSwitcher-module__g4pAOG__globeIcon{color:#64748b;flex-shrink:0}.LanguageSwitcher-module__g4pAOG__buttonGroup{background:#fff;border:1px solid #e2e8f0;border-radius:4px;display:flex;overflow:hidden}.LanguageSwitcher-module__g4pAOG__langButton{color:#64748b;letter-spacing:.025em;cursor:pointer;background:#fff;border:none;border-right:1px solid #e2e8f0;padding:4px 12px;font-size:12px;font-weight:600;transition:all .2s}.LanguageSwitcher-module__g4pAOG__langButton:last-child{border-right:none}.LanguageSwitcher-module__g4pAOG__langButton:hover{color:#475569;background:#f8fafc}.LanguageSwitcher-module__g4pAOG__langButton.LanguageSwitcher-module__g4pAOG__active{color:#fff;background:#3b82f6}.LanguageSwitcher-module__g4pAOG__langButton.LanguageSwitcher-module__g4pAOG__active:hover{background:#2563eb}@media (max-width:768px){.LanguageSwitcher-module__g4pAOG__languageSwitcher{gap:6px;padding:6px 10px}.LanguageSwitcher-module__g4pAOG__langButton{padding:3px 10px;font-size:11px}}
.StayInTouchButton-module__GAguoa__container{display:inline-block;position:relative}.StayInTouchButton-module__GAguoa__mainButton{color:#64748b;letter-spacing:.025em;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.StayInTouchButton-module__GAguoa__mainButton:hover{color:#fff;background:#0077b5;border-color:#0077b5}.StayInTouchButton-module__GAguoa__buttonText{white-space:nowrap}.StayInTouchButton-module__GAguoa__dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:100%;margin-top:-1px;padding-top:4px;animation:.2s StayInTouchButton-module__GAguoa__slideDown;position:absolute;top:100%;left:0;overflow:visible;box-shadow:0 4px 12px #0000001a}@keyframes StayInTouchButton-module__GAguoa__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.StayInTouchButton-module__GAguoa__dropdownItem{color:#64748b;letter-spacing:.025em;cursor:pointer;text-align:left;white-space:nowrap;background:#fff;border:none;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.StayInTouchButton-module__GAguoa__dropdownItem:first-child{padding-top:14px}.StayInTouchButton-module__GAguoa__dropdownItem:hover{color:#0077b5;background:#f8fafc}.StayInTouchButton-module__GAguoa__dropdownItem:hover .StayInTouchButton-module__GAguoa__itemIcon{color:#0077b5}.StayInTouchButton-module__GAguoa__itemIcon{color:#64748b;flex-shrink:0;transition:color .2s}@media (max-width:768px){.StayInTouchButton-module__GAguoa__mainButton{gap:6px;padding:6px 10px;font-size:11px}.StayInTouchButton-module__GAguoa__dropdownItem{gap:6px;padding:8px 10px;font-size:11px}}
.Header-module__8vMVUq__header{background-color:var(--main-bg);color:var(--main-text);border-bottom:1px solid var(--accent-mint);z-index:1002;box-sizing:border-box;width:100%;padding:1rem 20px;position:fixed;top:0;box-shadow:0 2px 4px #0000000d}.Header-module__8vMVUq__headerContent{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Header-module__8vMVUq__logo{color:var(--accent-dark);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__8vMVUq__hamburger{cursor:pointer;z-index:20;background:0 0;border:none;width:30px;height:20px;padding:0;display:block;position:relative}.Header-module__8vMVUq__hamburger span{background:var(--main-text);opacity:1;border-radius:3px;width:100%;height:3px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.Header-module__8vMVUq__hamburger span:first-child{top:0}.Header-module__8vMVUq__hamburger span:nth-child(2){top:8px}.Header-module__8vMVUq__hamburger span:nth-child(3){top:16px}.Header-module__8vMVUq__hamburger.Header-module__8vMVUq__open span:first-child{top:8px;transform:rotate(135deg)}.Header-module__8vMVUq__hamburger.Header-module__8vMVUq__open span:nth-child(2){opacity:0;left:-30px}.Header-module__8vMVUq__hamburger.Header-module__8vMVUq__open span:nth-child(3){top:8px;transform:rotate(-135deg)}.Header-module__8vMVUq__navMenu{background-color:var(--main-bg);z-index:1001;width:250px;height:100vh;padding-top:70px;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-2px 0 5px #0000001a}.Header-module__8vMVUq__navMenu.Header-module__8vMVUq__open{right:0}.Header-module__8vMVUq__navLinks a{color:var(--main-text);padding:.5rem 0;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.Header-module__8vMVUq__navLinks a:hover{color:var(--accent-green)}.Header-module__8vMVUq__navLinks .Header-module__8vMVUq__verifyLinkMobile{background:linear-gradient(135deg,#89a5441a 0%,#b3d55d26 100%);border:1.5px solid #b3d55d;border-radius:8px;padding:.5rem 1rem;display:inline-block;color:#89a544!important;font-weight:600!important}.Header-module__8vMVUq__overlay{z-index:1000;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.Header-module__8vMVUq__overlay.Header-module__8vMVUq__open{opacity:1;visibility:visible}.Header-module__8vMVUq__headerSpacer{width:100%;height:3.5rem}.Header-module__8vMVUq__desktopNav{align-items:center;gap:2rem;display:none}.Header-module__8vMVUq__desktopNavLinks{align-items:center;gap:1.5rem;display:flex}.Header-module__8vMVUq__desktopNavLinks a{color:#374151;padding:.5rem 0;font-family:Montserrat,sans-serif;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__8vMVUq__desktopNavLinks a:hover{color:#3b82f6}.Header-module__8vMVUq__mobileLanguageSwitcher{border-top:1px solid #e5e7eb;justify-content:center;margin-top:1rem;padding:1rem 0;display:flex}@media (min-width:768px){.Header-module__8vMVUq__desktopNav{display:flex}.Header-module__8vMVUq__hamburger{display:none}.Header-module__8vMVUq__navMenu,.Header-module__8vMVUq__overlay{display:none!important}}.Header-module__8vMVUq__headerContent{justify-content:space-between;align-items:center;width:100%;padding:0 1rem;display:flex}@media (min-width:768px){.Header-module__8vMVUq__headerContent{padding:0 2rem}}@media (max-width:768px){.Header-module__8vMVUq__header{padding:1rem 15px}.Header-module__8vMVUq__logo{font-size:1.25rem}.Header-module__8vMVUq__hamburger{margin-right:5px}.Header-module__8vMVUq__navMenu{width:80%;max-width:300px}}
.PartnerShell-module__qddxtG__shell{color:#0f172a;background:#f6f8fb;flex-direction:column;min-height:100vh;display:flex}.PartnerShell-module__qddxtG__main{flex:1}
.AssetManagerLanding-module__q3dgtG__page{background:0 0;width:100%;padding-top:.5rem;padding-bottom:4rem;font-family:Montserrat,sans-serif}.AssetManagerLanding-module__q3dgtG__heroBanner{box-sizing:border-box;background:linear-gradient(135deg,#2d3e2d,#3a4f3a);width:100%;margin-top:0;margin-bottom:4rem;padding:8rem 1.5rem;overflow:hidden}.AssetManagerLanding-module__q3dgtG__heroBannerContent{text-align:center;color:#fff;box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__badge{color:#c2de7d;background:#c2de7d33;border:1px solid #c2de7d4d}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem)}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__subtitle{color:#ffffffe6;margin-bottom:1rem;font-size:1.5rem}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__description{color:#fffc;max-width:800px;font-size:1.1rem}.AssetManagerLanding-module__q3dgtG__hero{text-align:center;max-width:960px;margin:0 auto;padding:5rem 1.5rem 3rem}.AssetManagerLanding-module__q3dgtG__badge{color:#7fb350;letter-spacing:.02em;background:#c2de7d33;border:1px solid #c2de7d66;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.35rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.AssetManagerLanding-module__q3dgtG__title{color:#1e293b;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.AssetManagerLanding-module__q3dgtG__subtitle{color:#475569;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem}.AssetManagerLanding-module__q3dgtG__description{color:#64748b;max-width:720px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6}.AssetManagerLanding-module__q3dgtG__ctaRow{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.AssetManagerLanding-module__q3dgtG__primaryCta{color:#fff;background:linear-gradient(135deg,#c2de7d 0%,#b5d06a 100%);border:none;border-radius:1rem;padding:.85rem 2.5rem;font-family:Montserrat,sans-serif;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 10px 30px #c2de7d4d}.AssetManagerLanding-module__q3dgtG__primaryCta:hover{transform:translateY(-2px);box-shadow:0 20px 40px #c2de7d66}.AssetManagerLanding-module__q3dgtG__secondaryCta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:none;border-radius:1rem;padding:.85rem 2.5rem;font-family:Montserrat,sans-serif;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #1e293b4d}.AssetManagerLanding-module__q3dgtG__secondaryCta:hover{transform:translateY(-2px);box-shadow:0 20px 40px #1e293b59}.AssetManagerLanding-module__q3dgtG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1200px;margin:3rem auto 0;padding:0 1.5rem;display:grid}.AssetManagerLanding-module__q3dgtG__statsCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000014}.AssetManagerLanding-module__q3dgtG__statsCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.AssetManagerLanding-module__q3dgtG__statsCard:first-child .AssetManagerLanding-module__q3dgtG__statsValue{color:#c2de7d}.AssetManagerLanding-module__q3dgtG__statsCard:nth-child(2) .AssetManagerLanding-module__q3dgtG__statsValue{color:#e79c9c}.AssetManagerLanding-module__q3dgtG__statsCard:nth-child(3) .AssetManagerLanding-module__q3dgtG__statsValue{color:#a5a7a0}.AssetManagerLanding-module__q3dgtG__statsValue{margin-bottom:.25rem;font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__statsLabel{color:#64748b;font-family:Montserrat,sans-serif;font-size:.95rem}.AssetManagerLanding-module__q3dgtG__valueSection{max-width:1200px;margin:4rem auto 0;padding:0 1.5rem}.AssetManagerLanding-module__q3dgtG__valueSectionHeader{text-align:center;margin-bottom:3rem}.AssetManagerLanding-module__q3dgtG__valueSectionTitle{color:#1e293b;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__valueGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.AssetManagerLanding-module__q3dgtG__valueCard{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000014}.AssetManagerLanding-module__q3dgtG__valueCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.AssetManagerLanding-module__q3dgtG__valueIcon{color:#fff;background:linear-gradient(135deg,#475569 0%,#334155 100%);border-radius:1rem;justify-content:center;align-items:center;width:48px;height:48px;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.AssetManagerLanding-module__q3dgtG__valueTitle{color:#1e293b;margin:0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__valueDescription{color:#64748b;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6}.AssetManagerLanding-module__q3dgtG__ctaPanel{max-width:1200px;margin:4rem auto 0;padding:0 1.5rem}.AssetManagerLanding-module__q3dgtG__ctaInner{color:#fff;background:linear-gradient(135deg,#2d3e2d,#3a4f3a);border-radius:1.75rem;flex-direction:column;gap:1.5rem;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 40px #00000026}.AssetManagerLanding-module__q3dgtG__ctaInner .AssetManagerLanding-module__q3dgtG__badge{color:#c2de7d;background:#c2de7d33;border:1px solid #c2de7d4d}.AssetManagerLanding-module__q3dgtG__ctaTitle{color:#fff;margin:0;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__ctaSubtitle{color:#ffffffd9;margin:0;font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6}.AssetManagerLanding-module__q3dgtG__ctaButton{color:#fff;background:linear-gradient(135deg,#c2de7d 0%,#b5d06a 100%);border-radius:1rem;align-self:flex-start;padding:.85rem 2.5rem;font-family:Montserrat,sans-serif;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px #c2de7d4d}.AssetManagerLanding-module__q3dgtG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px #c2de7d66}.AssetManagerLanding-module__q3dgtG__modalBackdrop{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AssetManagerLanding-module__q3dgtG__modalContent{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;width:min(480px,100%);padding:2.5rem;position:relative;box-shadow:0 20px 60px #0003}.AssetManagerLanding-module__q3dgtG__modalClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-family:Montserrat,sans-serif;font-size:1.5rem;transition:color .2s;position:absolute;top:1.25rem;right:1.25rem}.AssetManagerLanding-module__q3dgtG__modalClose:hover{color:#475569}.AssetManagerLanding-module__q3dgtG__modalTitle{color:#1e293b;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__modalDescription{color:#64748b;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6}.AssetManagerLanding-module__q3dgtG__modalForm{flex-direction:column;gap:1rem;display:flex}.AssetManagerLanding-module__q3dgtG__modalInput{color:#1e293b;border:1px solid #e2e8f0;border-radius:1rem;width:100%;padding:.85rem 1rem;font-family:Montserrat,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.AssetManagerLanding-module__q3dgtG__modalInput:focus{border-color:#7fb350;outline:none;box-shadow:0 0 0 3px #c2de7d33}.AssetManagerLanding-module__q3dgtG__modalActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.AssetManagerLanding-module__q3dgtG__modalButtonPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:none;border-radius:.85rem;padding:.7rem 1.75rem;font-family:Montserrat,sans-serif;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #1e293b4d}.AssetManagerLanding-module__q3dgtG__modalButtonPrimary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1e293b66}.AssetManagerLanding-module__q3dgtG__modalButtonPrimary:disabled{opacity:.6;cursor:not-allowed}.AssetManagerLanding-module__q3dgtG__modalButtonSecondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;padding:.7rem 1.5rem;font-family:Montserrat,sans-serif;font-weight:500;transition:background .2s,border-color .2s}.AssetManagerLanding-module__q3dgtG__modalButtonSecondary:hover{background:#f8fafc;border-color:#cbd5e1}.AssetManagerLanding-module__q3dgtG__modalFeedback{border-radius:.85rem;padding:.75rem 1rem;font-family:Montserrat,sans-serif;font-size:.9rem}.AssetManagerLanding-module__q3dgtG__modalFeedbackSuccess{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0}.AssetManagerLanding-module__q3dgtG__modalFeedbackError{color:#b42318;background:#fff5f5;border:1px solid #fecaca}.AssetManagerLanding-module__q3dgtG__faq{max-width:900px;margin:4rem auto 0;padding:0 1.5rem}.AssetManagerLanding-module__q3dgtG__faqTitle{text-align:left;color:#1e293b;margin-bottom:2rem;font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:700}.AssetManagerLanding-module__q3dgtG__faqList{flex-direction:column;gap:1rem;display:flex}.AssetManagerLanding-module__q3dgtG__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;transition:box-shadow .3s,transform .3s;box-shadow:0 10px 30px #0000000f}.AssetManagerLanding-module__q3dgtG__faqItem:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000001a}.AssetManagerLanding-module__q3dgtG__faqButton{color:#1e293b;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.75rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.AssetManagerLanding-module__q3dgtG__faqButton:hover{color:#7fb350}.AssetManagerLanding-module__q3dgtG__faqAnswer{color:#64748b;border-top:1px solid #f1f5f9;padding:1.25rem 1.75rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.6}@media (max-width:768px){.AssetManagerLanding-module__q3dgtG__heroBanner{box-sizing:border-box;width:100%;margin-bottom:2rem;padding:2rem 1.5rem}.AssetManagerLanding-module__q3dgtG__heroBannerContent{max-width:100%;padding:0}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__badge{margin-bottom:.75rem;padding:.25rem .9rem;font-size:.75rem}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__title{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.75rem;font-size:1.4rem;line-height:1.3}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__subtitle{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.AssetManagerLanding-module__q3dgtG__heroBanner .AssetManagerLanding-module__q3dgtG__description{word-wrap:break-word;overflow-wrap:break-word;margin-bottom:0;font-size:.8rem;line-height:1.6}.AssetManagerLanding-module__q3dgtG__ctaRow{flex-direction:column;gap:.75rem;width:100%;margin-top:1.25rem}.AssetManagerLanding-module__q3dgtG__primaryCta,.AssetManagerLanding-module__q3dgtG__secondaryCta{text-align:center;box-sizing:border-box;width:100%;padding:.7rem 1.5rem;font-size:.9rem}.AssetManagerLanding-module__q3dgtG__hero{padding-top:3rem}.AssetManagerLanding-module__q3dgtG__title{font-size:2rem}.AssetManagerLanding-module__q3dgtG__subtitle{font-size:1rem}.AssetManagerLanding-module__q3dgtG__statsGrid{grid-template-columns:1fr;max-width:400px}.AssetManagerLanding-module__q3dgtG__valueSection{grid-template-columns:1fr}.AssetManagerLanding-module__q3dgtG__valueCard{padding:1.5rem}.AssetManagerLanding-module__q3dgtG__ctaInner{text-align:center;align-items:center;padding:2rem 1.5rem}.AssetManagerLanding-module__q3dgtG__ctaButton{align-self:center}.AssetManagerLanding-module__q3dgtG__ctaTitle{font-size:1.5rem}.AssetManagerLanding-module__q3dgtG__faqTitle{font-size:1.75rem}.AssetManagerLanding-module__q3dgtG__modalContent{padding:2rem}.AssetManagerLanding-module__q3dgtG__modalTitle{font-size:1.25rem}.AssetManagerLanding-module__q3dgtG__comingSoonBanner{margin:1.5rem 1rem 2rem;padding:1.5rem}.AssetManagerLanding-module__q3dgtG__comingSoonTitle{font-size:1.25rem}.AssetManagerLanding-module__q3dgtG__comingSoonDescription{font-size:.9rem}.AssetManagerLanding-module__q3dgtG__comingSoonForm{flex-direction:column;gap:.75rem}.AssetManagerLanding-module__q3dgtG__comingSoonInput{text-align:center;width:100%}.AssetManagerLanding-module__q3dgtG__comingSoonButton{width:100%}}.AssetManagerLanding-module__q3dgtG__notifyBanner{z-index:999;box-sizing:border-box;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.2rem 1.5rem;display:flex;position:fixed;top:72px;left:0;right:0}.AssetManagerLanding-module__q3dgtG__notifyBannerText{color:#475569;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:.85rem}.AssetManagerLanding-module__q3dgtG__notifyBannerForm{align-items:center;gap:.5rem;display:flex}.AssetManagerLanding-module__q3dgtG__notifyBannerInput{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:200px;padding:.35rem .75rem;font-family:Montserrat,sans-serif;font-size:.8rem;transition:border-color .2s}.AssetManagerLanding-module__q3dgtG__notifyBannerInput:focus{border-color:#89a544;outline:none}.AssetManagerLanding-module__q3dgtG__notifyBannerButton{color:#fff;cursor:pointer;white-space:nowrap;background:#89a544;border:none;border-radius:6px;padding:.35rem .9rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600;transition:background .2s}.AssetManagerLanding-module__q3dgtG__notifyBannerButton:hover:not(:disabled){background:#7a9339}.AssetManagerLanding-module__q3dgtG__notifyBannerButton:disabled{opacity:.6;cursor:not-allowed}.AssetManagerLanding-module__q3dgtG__notifyBannerSuccess{color:#15803d;font-family:Montserrat,sans-serif;font-size:.82rem}.AssetManagerLanding-module__q3dgtG__notifyBannerError{color:#b42318;font-family:Montserrat,sans-serif;font-size:.82rem}
.PartnerApplyForm-module__fSCs2W__container{max-width:960px;margin:0 auto;padding:3rem 1.5rem 4rem;font-family:Montserrat,sans-serif}.PartnerApplyForm-module__fSCs2W__card{background:#fff;border:1px solid #e2e8fb;border-radius:28px;padding:2.5rem;box-shadow:0 25px 60px #0f172a14}@media (max-width:640px){.PartnerApplyForm-module__fSCs2W__card{padding:1.75rem}}.PartnerApplyForm-module__fSCs2W__header{text-align:center;margin-bottom:2.5rem}.PartnerApplyForm-module__fSCs2W__title{color:#0f172a;margin-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700}.PartnerApplyForm-module__fSCs2W__subtitle{color:#5f6c7b;max-width:640px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:1rem}.PartnerApplyForm-module__fSCs2W__form{flex-direction:column;gap:2rem;display:flex}.PartnerApplyForm-module__fSCs2W__section{flex-direction:column;gap:1.25rem;display:flex}.PartnerApplyForm-module__fSCs2W__sectionTitle{color:#111827;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:600}.PartnerApplyForm-module__fSCs2W__sectionNote{color:#6b7280;font-family:Montserrat,sans-serif;font-size:.95rem}.PartnerApplyForm-module__fSCs2W__gridTwo{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.PartnerApplyForm-module__fSCs2W__fundList{margin-top:.75rem}.PartnerApplyForm-module__fSCs2W__selectButton{color:#0f172a;cursor:pointer;background:#f9faff;border:1px solid #dfe3f2;border-radius:18px;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.1rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500;display:flex}.PartnerApplyForm-module__fSCs2W__selectPanel{background:#fff;border:1px solid #e2e6f1;border-radius:18px;flex-direction:column;gap:.75rem;max-height:18rem;margin-top:.6rem;padding:1rem;display:flex;overflow:hidden;box-shadow:0 18px 45px #0f172a1f}.PartnerApplyForm-module__fSCs2W__searchInput{border:1px solid #dfe3f2;border-radius:14px;padding:.55rem .8rem;font-family:Montserrat,sans-serif;font-size:.9rem}.PartnerApplyForm-module__fSCs2W__dropdownList{flex-direction:column;flex:1;gap:.65rem;display:flex;overflow-y:auto}.PartnerApplyForm-module__fSCs2W__fundRow{cursor:pointer;border-radius:12px;align-items:center;gap:.55rem;padding:.55rem .65rem;transition:background .15s;display:flex}.PartnerApplyForm-module__fSCs2W__fundRow:hover{background:#f3f6ff}.PartnerApplyForm-module__fSCs2W__checkbox{cursor:pointer;flex-shrink:0;margin:0}.PartnerApplyForm-module__fSCs2W__fundName{color:#111827;margin-bottom:.05rem;font-family:Montserrat,sans-serif;font-weight:600}.PartnerApplyForm-module__fSCs2W__fundIsins{color:#667085;font-family:Montserrat,sans-serif;font-size:.82rem}.PartnerApplyForm-module__fSCs2W__selectedChips{flex-wrap:wrap;gap:.4rem;margin-top:.8rem;display:flex}.PartnerApplyForm-module__fSCs2W__chip{color:#7fb350;background:#c2de7d33;border:1px solid #c2de7d4d;border-radius:999px;padding:.25rem .75rem;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:600}.PartnerApplyForm-module__fSCs2W__checkboxRow{color:#475467;cursor:pointer;align-items:center;gap:.5rem;margin-top:.9rem;font-family:Montserrat,sans-serif;font-size:.92rem;display:flex}.PartnerApplyForm-module__fSCs2W__inputField{flex-direction:column;gap:.4rem;display:flex}.PartnerApplyForm-module__fSCs2W__label{color:#1f2937;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:500}.PartnerApplyForm-module__fSCs2W__required{color:#e11d48;margin-left:.2rem}.PartnerApplyForm-module__fSCs2W__input{color:#0f172a;border:1px solid #d8deed;border-radius:14px;padding:.65rem .9rem;font-family:Montserrat,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.PartnerApplyForm-module__fSCs2W__input:focus{border-color:#7fb350;outline:none;box-shadow:0 0 0 3px #c2de7d33}.PartnerApplyForm-module__fSCs2W__helper{color:#6b7280;font-family:Montserrat,sans-serif;font-size:.8rem}.PartnerApplyForm-module__fSCs2W__alert{border-radius:14px;padding:.85rem 1rem;font-family:Montserrat,sans-serif;font-size:.92rem}.PartnerApplyForm-module__fSCs2W__alertError{color:#b42318;background:#fff5f5;border:1px solid #f9caca}.PartnerApplyForm-module__fSCs2W__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c2de7d 0%,#b5d06a 100%);border:none;border-radius:16px;width:100%;padding:.95rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 18px 35px #c2de7d4d}.PartnerApplyForm-module__fSCs2W__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 40px #c2de7d66}.PartnerApplyForm-module__fSCs2W__button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}
.PartnerApplySuccess-module__el8x4G__wrapper{max-width:620px;margin:0 auto;padding:4rem 1.5rem}.PartnerApplySuccess-module__el8x4G__card{text-align:center;background:#fff;border:1px solid #e5e9f9;border-radius:32px;padding:3rem 2.5rem;box-shadow:0 30px 70px #0f172a14}.PartnerApplySuccess-module__el8x4G__icon{color:#16a34a;background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;font-size:2.5rem;display:flex}.PartnerApplySuccess-module__el8x4G__title{color:#0f172a;margin-top:1.5rem;font-size:2rem;font-weight:600}.PartnerApplySuccess-module__el8x4G__body{color:#5f6c7b;margin-top:1rem;font-size:1rem}.PartnerApplySuccess-module__el8x4G__button{color:#fff;background:#2563eb;border-radius:16px;justify-content:center;align-items:center;margin-top:2rem;padding:.85rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 20px 40px #2563eb40}.PartnerApplySuccess-module__el8x4G__button:hover{transform:translateY(-1px);box-shadow:0 24px 48px #2563eb4d}@media (max-width:640px){.PartnerApplySuccess-module__el8x4G__card{padding:2.25rem 1.5rem}}
.Dashboard-module__oxXFmG__pageContainer{background:linear-gradient(#f9fafb 0%,#fff 100%);min-height:100vh;font-family:Montserrat,sans-serif}.Dashboard-module__oxXFmG__contentWrapper{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.Dashboard-module__oxXFmG__partnerHeader{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__headerContent{flex:1;min-width:300px}.Dashboard-module__oxXFmG__mainTitle{color:#1f2937;margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.Dashboard-module__oxXFmG__subtitle{color:#6b7280;margin:0 0 .75rem;font-size:1.125rem;font-weight:500}.Dashboard-module__oxXFmG__partnerMeta{color:#9ca3af;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.Dashboard-module__oxXFmG__languageToggle{background:#f1f5f9;border-radius:8px;gap:8px;padding:4px;display:flex}.Dashboard-module__oxXFmG__languageToggle button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-family:Montserrat,sans-serif;font-weight:600;transition:all .2s}.Dashboard-module__oxXFmG__languageToggle button:hover{color:#475569;background:#e2e8f0}.Dashboard-module__oxXFmG__languageToggle button.Dashboard-module__oxXFmG__active{color:#89a544;background:#fff;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__fundSection{margin-bottom:3rem}.Dashboard-module__oxXFmG__fundHeader{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__fundInfo{flex:1;min-width:300px}.Dashboard-module__oxXFmG__fundName{color:#1f2937;margin:0 0 .5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.Dashboard-module__oxXFmG__managerName{color:#6b7280;margin:0;font-size:1rem;font-weight:500}.Dashboard-module__oxXFmG__shareClassSelector{min-width:250px}.Dashboard-module__oxXFmG__shareClassLabel{color:#4b5563;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.Dashboard-module__oxXFmG__shareClassDropdown{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Montserrat,sans-serif;font-size:.9375rem;transition:all .2s}.Dashboard-module__oxXFmG__shareClassDropdown:hover{border-color:#89a544}.Dashboard-module__oxXFmG__shareClassDropdown:focus{border-color:#89a544;outline:none;box-shadow:0 0 0 3px #89a5441a}.Dashboard-module__oxXFmG__tabsContainer{background:#fff;border-radius:12px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__tabs{border-bottom:2px solid #f3f4f6;gap:.5rem;padding:0 1.5rem;display:flex;overflow-x:auto}.Dashboard-module__oxXFmG__tabButton{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:1rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.9375rem;font-weight:600;transition:all .2s;position:relative}.Dashboard-module__oxXFmG__tabButton:hover{color:#89a544;background:#89a5440d}.Dashboard-module__oxXFmG__tabButton.Dashboard-module__oxXFmG__activeTab{color:#89a544;border-bottom-color:#89a544}.Dashboard-module__oxXFmG__tabContent{padding:2rem}.Dashboard-module__oxXFmG__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Dashboard-module__oxXFmG__infoCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s}.Dashboard-module__oxXFmG__infoCard:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.Dashboard-module__oxXFmG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module__oxXFmG__cardTitle{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:.9375rem;font-weight:700}.Dashboard-module__oxXFmG__cardContent{color:#1f2937;font-size:1rem;line-height:1.6}.Dashboard-module__oxXFmG__tagContainer{flex-wrap:wrap;gap:.5rem;display:flex}.Dashboard-module__oxXFmG__tag{color:#4a5f2a;background:linear-gradient(135deg,#f0f9e8 0%,#e8f2d6 100%);border:1px solid #b3d55d;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.Dashboard-module__oxXFmG__tag:hover{color:#fff;background:linear-gradient(135deg,#b3d55d 0%,#a0c248 100%);transform:translateY(-1px)}.Dashboard-module__oxXFmG__sustainabilityBadge{border:2px solid;border-radius:24px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex}.Dashboard-module__oxXFmG__riskContainer{background:#f9fafb;border-radius:8px;padding:1rem}.Dashboard-module__oxXFmG__riskScale{gap:.375rem;margin-bottom:.75rem;display:flex}.Dashboard-module__oxXFmG__riskBar{border:2px solid;border-radius:6px;flex:1;justify-content:center;align-items:center;height:36px;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__oxXFmG__riskBar:hover{transform:translateY(-2px)}.Dashboard-module__oxXFmG__riskLabels{color:#6b7280;justify-content:space-between;margin-top:.5rem;font-size:.75rem;font-weight:600;display:flex}.Dashboard-module__oxXFmG__riskSummary{text-align:center;background:#fff;border-radius:8px;margin-top:.75rem;padding:.5rem}.Dashboard-module__oxXFmG__riskScore{color:#1f2937;font-size:1.125rem;font-weight:700}.Dashboard-module__oxXFmG__performanceScenariosContainer{margin-top:.5rem}.Dashboard-module__oxXFmG__minimumScenarioBox{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.Dashboard-module__oxXFmG__minimumScenarioIcon{flex-shrink:0;font-size:1.25rem}.Dashboard-module__oxXFmG__minimumScenarioBox h5{color:#dc2626;margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600}.Dashboard-module__oxXFmG__minimumScenarioBox p{color:#7f1d1d;margin:0;font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.5}.Dashboard-module__oxXFmG__performanceTable{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;overflow:auto hidden}.Dashboard-module__oxXFmG__scenariosTable{border-collapse:collapse;width:100%;min-width:500px;font-family:Montserrat,sans-serif}.Dashboard-module__oxXFmG__scenariosTable thead{background:#f8f9fa;border-bottom:2px solid #e2e8f0}.Dashboard-module__oxXFmG__scenariosTable th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.025em;padding:.875rem 1rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.Dashboard-module__oxXFmG__scenarioHeader{width:40%}.Dashboard-module__oxXFmG__valueHeader{text-align:right;width:30%}.Dashboard-module__oxXFmG__scenarioRow{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.Dashboard-module__oxXFmG__scenarioRow:hover{background-color:#f8fafc}.Dashboard-module__oxXFmG__scenarioRow:last-child{border-bottom:none}.Dashboard-module__oxXFmG__scenarioRow td{padding:.875rem 1rem;font-family:Montserrat,sans-serif;font-size:.85rem}.Dashboard-module__oxXFmG__scenarioName{color:#334155;align-items:center;gap:.75rem;font-weight:400;display:flex}.Dashboard-module__oxXFmG__scenarioIndicator{border-radius:2px;flex-shrink:0;width:4px;height:24px}.Dashboard-module__oxXFmG__scenariosTable .Dashboard-module__oxXFmG__valueCell{text-align:right;font-size:.875rem;font-weight:400}.Dashboard-module__oxXFmG__positiveValue{color:#10b981;font-weight:500}.Dashboard-module__oxXFmG__negativeValue{color:#dc2626;font-weight:500}.Dashboard-module__oxXFmG__performanceDisclaimer{background:#f8fafc;border-left:3px solid #94a3b8;border-radius:4px;margin-top:1rem;padding:.75rem}.Dashboard-module__oxXFmG__performanceDisclaimer p{color:#64748b;margin:0;font-family:Montserrat,sans-serif;font-size:.75rem;font-style:italic;line-height:1.5}.Dashboard-module__oxXFmG__infoGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.Dashboard-module__oxXFmG__infoItem{background:#f9fafb;border-left:3px solid #89a544;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.Dashboard-module__oxXFmG__infoLabel{color:#6b7280;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.Dashboard-module__oxXFmG__infoValue{color:#1f2937;font-size:1rem;font-weight:400}.Dashboard-module__oxXFmG__sectionTitle{color:#1f2937;border-bottom:2px solid #b3d55d;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.Dashboard-module__oxXFmG__costTableWrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;position:relative;overflow:auto visible}.Dashboard-module__oxXFmG__costTable{border-collapse:collapse;width:100%;min-width:600px;font-family:Montserrat,sans-serif}.Dashboard-module__oxXFmG__costTable thead{background:#f8f9fa;border-bottom:2px solid #e2e8f0}.Dashboard-module__oxXFmG__costTable th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.025em;padding:.875rem 1rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.Dashboard-module__oxXFmG__costTable tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.Dashboard-module__oxXFmG__costTable tbody tr:hover{background-color:#f8fafc}.Dashboard-module__oxXFmG__costTable tbody tr:last-child{border-bottom:none}.Dashboard-module__oxXFmG__costTable td{color:#334155;padding:.875rem 1rem;font-family:Montserrat,sans-serif;font-size:.875rem}.Dashboard-module__oxXFmG__costTypeName{color:#1f2937;font-weight:600}.Dashboard-module__oxXFmG__costTable td:nth-child(2),.Dashboard-module__oxXFmG__costTable td:nth-child(3){text-align:right;font-family:Courier New,monospace}.Dashboard-module__oxXFmG__documentButtons{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.Dashboard-module__oxXFmG__documentButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#89a544 0%,#9ab55a 100%);border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 4px #89a54433}.Dashboard-module__oxXFmG__documentButton:hover{background:linear-gradient(135deg,#7a9339 0%,#89a544 100%);transform:translateY(-2px);box-shadow:0 4px 12px #89a5444d}.Dashboard-module__oxXFmG__noData{color:#9ca3af;font-style:italic}.Dashboard-module__oxXFmG__noFunds{text-align:center;background:#f9fafb;border-radius:12px;margin-top:2rem;padding:48px 24px}.Dashboard-module__oxXFmG__noFunds p{color:#64748b;margin:0;font-size:1rem}.Dashboard-module__oxXFmG__loading{color:#64748b;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.Dashboard-module__oxXFmG__container{max-width:1200px;min-height:80vh;margin:0 auto;padding:40px 20px}.Dashboard-module__oxXFmG__card{text-align:center;background:#fff;border-radius:16px;max-width:480px;margin:80px auto;padding:48px 32px;box-shadow:0 20px 45px #0f172a1a}.Dashboard-module__oxXFmG__errorIcon{color:#dc2626;background-color:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:2rem;font-weight:700;display:flex}.Dashboard-module__oxXFmG__title{color:#111827;margin:0 0 16px;font-size:1.875rem;font-weight:700}.Dashboard-module__oxXFmG__description{color:#64748b;margin:0 0 32px;font-size:1rem;line-height:1.6}.Dashboard-module__oxXFmG__button{color:#fff;background-color:#89a544;border-radius:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.Dashboard-module__oxXFmG__button:hover{background-color:#7a9339}.Dashboard-module__oxXFmG__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.Dashboard-module__oxXFmG__statsCard{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__statsCard:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.Dashboard-module__oxXFmG__statsIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Dashboard-module__oxXFmG__statsContent{flex:1;min-width:0}.Dashboard-module__oxXFmG__statsValue{color:#1f2937;font-size:1.75rem;font-weight:700;line-height:1.2}.Dashboard-module__oxXFmG__statsLabel{color:#6b7280;margin-top:.125rem;font-size:.8125rem;font-weight:600}.Dashboard-module__oxXFmG__statsSubtext{color:#9ca3af;margin-top:.25rem;font-size:.75rem}.Dashboard-module__oxXFmG__searchContainer{margin-bottom:1.5rem}.Dashboard-module__oxXFmG__searchInputWrapper{max-width:500px;position:relative}.Dashboard-module__oxXFmG__searchIcon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Dashboard-module__oxXFmG__searchInput{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.875rem 1rem .875rem 3rem;font-family:Montserrat,sans-serif;font-size:.9375rem;transition:all .2s}.Dashboard-module__oxXFmG__searchInput:hover{border-color:#d1d5db}.Dashboard-module__oxXFmG__searchInput:focus{border-color:#89a544;outline:none;box-shadow:0 0 0 3px #89a54426}.Dashboard-module__oxXFmG__searchInput::placeholder{color:#9ca3af}.Dashboard-module__oxXFmG__fundsList{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__oxXFmG__fundCard{background:#fff;border-radius:12px;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.Dashboard-module__oxXFmG__fundCard:hover{box-shadow:0 4px 12px #00000014}.Dashboard-module__oxXFmG__fundSummaryRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.Dashboard-module__oxXFmG__fundMainInfo{flex:1;min-width:250px}.Dashboard-module__oxXFmG__fundCardName{color:#1f2937;margin:0 0 .25rem;font-size:1.125rem;font-weight:700;line-height:1.3}.Dashboard-module__oxXFmG__fundCardManager{color:#6b7280;margin:0 0 .5rem;font-size:.875rem}.Dashboard-module__oxXFmG__fundCardMeta{color:#9ca3af;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Dashboard-module__oxXFmG__fundCardActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Dashboard-module__oxXFmG__verifiedBadge{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:20px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Dashboard-module__oxXFmG__verifiedDate{color:#22c55e;margin-left:.25rem;font-size:.75rem}.Dashboard-module__oxXFmG__unverifiedBadge{color:#b45309;background:#fef3c7;border:1px solid #fcd34d;border-radius:20px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Dashboard-module__oxXFmG__underReviewBadge{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd;border-radius:20px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;animation:2s ease-in-out infinite Dashboard-module__oxXFmG__pulseReview;display:inline-flex}@keyframes Dashboard-module__oxXFmG__pulseReview{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 6px #3b82f600}}.Dashboard-module__oxXFmG__draftBadge{color:#b45309;background:#fef3c7;border:1px solid #fcd34d;border-radius:20px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Dashboard-module__oxXFmG__editCountBadge{background:#00000026;border-radius:10px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;display:inline-flex}.Dashboard-module__oxXFmG__editButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#89a544 0%,#9ab55a 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #89a54433}.Dashboard-module__oxXFmG__editButton:hover{background:linear-gradient(135deg,#7a9339 0%,#89a544 100%);transform:translateY(-1px);box-shadow:0 4px 8px #89a5444d}.Dashboard-module__oxXFmG__expandButton{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:.625rem 1rem;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.Dashboard-module__oxXFmG__expandButton:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.Dashboard-module__oxXFmG__fundPreview{background:#fafafa;border-top:1px solid #f3f4f6;padding:1.5rem}@media (max-width:1024px){.Dashboard-module__oxXFmG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Dashboard-module__oxXFmG__statsGrid{grid-template-columns:1fr}.Dashboard-module__oxXFmG__fundSummaryRow{flex-direction:column;align-items:flex-start}.Dashboard-module__oxXFmG__fundCardActions{justify-content:flex-start;width:100%}.Dashboard-module__oxXFmG__contentWrapper{padding:1rem}.Dashboard-module__oxXFmG__partnerHeader{flex-direction:column}.Dashboard-module__oxXFmG__mainTitle{font-size:1.5rem}.Dashboard-module__oxXFmG__fundHeader{flex-direction:column}.Dashboard-module__oxXFmG__fundName{font-size:1.5rem}.Dashboard-module__oxXFmG__cardsGrid{grid-template-columns:1fr}.Dashboard-module__oxXFmG__tabs{padding:0 .75rem}.Dashboard-module__oxXFmG__tabContent{padding:1rem}.Dashboard-module__oxXFmG__infoGrid{grid-template-columns:1fr}.Dashboard-module__oxXFmG__keyMetrics{grid-template-columns:repeat(2,1fr)}}.Dashboard-module__oxXFmG__keyMetrics{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.Dashboard-module__oxXFmG__metricCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.Dashboard-module__oxXFmG__metricLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.Dashboard-module__oxXFmG__metricValue{color:#1f2937;font-size:1.25rem;font-weight:700;line-height:1.3}.Dashboard-module__oxXFmG__metricSubtext{color:#9ca3af;margin-top:.25rem;font-size:.75rem}@media (max-width:900px){.Dashboard-module__oxXFmG__keyMetrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.Dashboard-module__oxXFmG__keyMetrics{grid-template-columns:1fr}}
.VerificationResult-module__krMPTW__page{background:linear-gradient(#f6f8fb 0%,#fff 60%,#f3f6ff 100%);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:3rem 1.5rem 4rem;display:flex}.VerificationResult-module__krMPTW__card{text-align:center;background:#fff;border:1px solid #6366f114;border-radius:28px;width:100%;max-width:520px;padding:3rem 2.5rem;box-shadow:0 35px 70px #0f172a1f}.VerificationResult-module__krMPTW__icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.25rem;font-size:2rem;display:inline-flex}.VerificationResult-module__krMPTW__success{color:#16a34a;background:#ecfdf3}.VerificationResult-module__krMPTW__error{color:#dc2626;background:#fef2f2}.VerificationResult-module__krMPTW__title{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:600}.VerificationResult-module__krMPTW__description{color:#5f6c7b;max-width:420px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.65}.VerificationResult-module__krMPTW__button{color:#fff;background:#2563eb;border-radius:16px;justify-content:center;align-items:center;padding:.85rem 2.75rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 20px 45px #2563eb40}.VerificationResult-module__krMPTW__button:hover{transform:translateY(-1px);box-shadow:0 24px 55px #2563eb47}.VerificationResult-module__krMPTW__helper{color:#94a3b8;margin-top:1.25rem;font-size:.9rem}@media (max-width:640px){.VerificationResult-module__krMPTW__card{padding:2.25rem 1.75rem}.VerificationResult-module__krMPTW__title{font-size:1.6rem}}
