@keyframes home-module__vL_9yW__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.home-module__vL_9yW__reveal{opacity:0;transition:opacity .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1);transform:translateY(28px)}.home-module__vL_9yW__in{opacity:1;transform:translateY(0)}.home-module__vL_9yW__d1{transition-delay:.12s}.home-module__vL_9yW__d2{transition-delay:.24s}.home-module__vL_9yW__d3{transition-delay:.36s}.home-module__vL_9yW__d4{transition-delay:.48s}.home-module__vL_9yW__d5{transition-delay:.6s}.home-module__vL_9yW__wrapper{font-family:var(--font-jakarta),system-ui,sans-serif;color:var(--foreground);background:var(--background);min-height:100vh}.home-module__vL_9yW__nav{z-index:100;justify-content:space-between;align-items:center;padding:1.25rem 2rem;transition:background .3s,box-shadow .3s,padding .3s;display:flex;position:fixed;inset-block-start:0;inset-inline:0}.home-module__vL_9yW__navScrolled{background:var(--background);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-subtle);padding:.875rem 2rem}.home-module__vL_9yW__navBrand{font-family:var(--font-fraunces),Georgia,serif;color:var(--primary);font-size:1.25rem;font-weight:500;text-decoration:none}.home-module__vL_9yW__navLinks{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.home-module__vL_9yW__navLinks a{color:var(--foreground);opacity:.7;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.home-module__vL_9yW__navLinks a:hover{opacity:1}.home-module__vL_9yW__navCta{flex-shrink:0}.home-module__vL_9yW__navRight{align-items:center;gap:.5rem;display:flex}.home-module__vL_9yW__menuToggle{cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:background .2s;display:none}.home-module__vL_9yW__menuToggle:hover{background:color-mix(in srgb,var(--foreground)6%,transparent)}.home-module__vL_9yW__menuToggleBar{background:var(--foreground);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .2s;display:block}.home-module__vL_9yW__menuToggleBarOpen:first-child{transform:translateY(7px)rotate(45deg)}.home-module__vL_9yW__menuToggleBarOpen:nth-child(2){opacity:0}.home-module__vL_9yW__menuToggleBarOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.home-module__vL_9yW__mobileMenu{z-index:90;background:color-mix(in srgb,var(--foreground)35%,transparent);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;position:fixed;inset:0;overflow:hidden}.home-module__vL_9yW__mobileMenuOpen{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .25s,visibility linear}.home-module__vL_9yW__mobileMenuPanel{background:var(--background);overscroll-behavior:contain;flex-direction:column;width:min(82vw,320px);height:100vh;padding:5.5rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.home-module__vL_9yW__mobileMenuOpen .home-module__vL_9yW__mobileMenuPanel{transform:translate(0)}.home-module__vL_9yW__mobileMenuList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.home-module__vL_9yW__mobileMenuList a{color:var(--foreground);border-radius:var(--radius-md);padding:.875rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.home-module__vL_9yW__mobileMenuList a:hover,.home-module__vL_9yW__mobileMenuList a:focus-visible{background:var(--surface-2)}.home-module__vL_9yW__mobileMenuCta{justify-content:center;width:100%;margin-top:1.5rem;padding:.875rem 1.25rem;font-size:.9375rem;display:flex}.home-module__vL_9yW__btn{border-radius:var(--radius-lg);font-size:.9375rem;font-weight:500;font-family:var(--font-jakarta),system-ui,sans-serif;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.625rem 1.5rem;text-decoration:none;transition:filter .25s,transform .2s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.home-module__vL_9yW__btn:active{transform:scale(.98)}.home-module__vL_9yW__btn:hover{transform:translateY(-2px)}.home-module__vL_9yW__btnPrimary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 12px color-mix(in srgb,var(--primary)35%,transparent)}.home-module__vL_9yW__btnPrimary:hover{filter:brightness(1.1);box-shadow:0 6px 16px color-mix(in srgb,var(--primary)45%,transparent)}.home-module__vL_9yW__btnSecondary{background:var(--background);color:var(--primary);border:1.5px solid color-mix(in srgb,var(--primary)35%,transparent)}.home-module__vL_9yW__btnSecondary:hover{border-color:color-mix(in srgb,var(--primary)55%,transparent);background:color-mix(in srgb,var(--primary)5%,transparent)}.home-module__vL_9yW__btnGhost{color:var(--muted-foreground);border:1px solid var(--border-subtle);background:0 0}.home-module__vL_9yW__btnGhost:hover{background:var(--surface-1);border-color:var(--foreground)}.home-module__vL_9yW__btnLight{color:#06326a;background:#fff;font-weight:600;box-shadow:0 4px 12px #00000026}.home-module__vL_9yW__btnLight:hover{background:#fffffff2;box-shadow:0 6px 16px #0003}.home-module__vL_9yW__btnOutlineLight{color:#fffffff2;background:#ffffff14;border:1.5px solid #ffffff4d}.home-module__vL_9yW__btnOutlineLight:hover{background:#ffffff26;border-color:#ffffff80}.home-module__vL_9yW__hero{background:var(--hero-background);color:var(--hero-foreground);align-items:center;min-height:85vh;padding:0;display:flex;position:relative;overflow:hidden}.home-module__vL_9yW__hero:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--primary)8%,transparent)0%,transparent 70%);pointer-events:none;z-index:0;border-radius:50%;width:800px;height:800px;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-module__vL_9yW__heroInner{z-index:1;width:100%;max-width:1320px;margin:0 auto;padding:0;position:relative}.home-module__vL_9yW__heroBadge{border:1px solid color-mix(in srgb,var(--primary)25%,transparent);background:color-mix(in srgb,var(--primary)10%,transparent);color:var(--primary);letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.home-module__vL_9yW__heroBadgeDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.home-module__vL_9yW__heroTitle{font-family:var(--font-fraunces),Georgia,serif;color:var(--hero-foreground);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(2.4rem,5vw,3.75rem);font-weight:400;line-height:1.18}.home-module__vL_9yW__heroTitle em{color:var(--primary);font-style:italic;font-weight:500}.home-module__vL_9yW__heroDesc{color:color-mix(in srgb,var(--hero-foreground)75%,transparent);letter-spacing:-.0025em;max-width:520px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.8}.home-module__vL_9yW__searchWrap{flex-direction:column;gap:.75rem;max-width:520px;margin-bottom:1.5rem;display:flex;position:relative}.home-module__vL_9yW__searchRow{gap:.75rem;display:flex}.home-module__vL_9yW__searchField{flex:1;position:relative}.home-module__vL_9yW__searchInput{width:100%;font-size:.9375rem;font-family:var(--font-jakarta),system-ui,sans-serif;background:var(--input-background);color:var(--input-foreground);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);box-sizing:border-box;outline:none;padding:.875rem 1rem .875rem 2.75rem;transition:border-color .2s,box-shadow .2s}.home-module__vL_9yW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary)15%,transparent)}.home-module__vL_9yW__searchInput::placeholder{color:var(--input-placeholder)}.home-module__vL_9yW__searchIcon{color:var(--muted-foreground);pointer-events:none;display:flex;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.home-module__vL_9yW__searchDropdown{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);background:var(--card-background);overflow:hidden}.home-module__vL_9yW__searchDropdownList{margin:0;padding:0;list-style:none}.home-module__vL_9yW__searchDropdownItem{border-bottom:1px solid var(--border-subtle)}.home-module__vL_9yW__searchDropdownMore{padding:.5rem 1rem}.home-module__vL_9yW__searchDropdownMoreLink{color:var(--primary);font-size:.8125rem;text-decoration:none}.home-module__vL_9yW__heroProCta{color:color-mix(in srgb,var(--hero-foreground)65%,transparent);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.home-module__vL_9yW__pill{background:color-mix(in srgb,var(--primary)12%,transparent);color:var(--primary);border-radius:9999px;flex-shrink:0;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.home-module__vL_9yW__leadersWrap{max-width:450px;margin-left:auto;animation:.7s ease-out home-module__vL_9yW__slideInRight;position:relative}@keyframes home-module__vL_9yW__slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.home-module__vL_9yW__leadersGlow{background:color-mix(in srgb,var(--primary)10%,transparent);filter:blur(2.5rem);z-index:-1;pointer-events:none;border-radius:2.5rem;transition:filter .4s;position:absolute;inset:-3rem}.home-module__vL_9yW__leadersWrap:hover .home-module__vL_9yW__leadersGlow{filter:blur(3rem)}.home-module__vL_9yW__leadersCard{background:var(--card-background);border-radius:var(--radius-2xl);border:1px solid var(--border-subtle);padding:2rem;transition:box-shadow .3s,border-color .3s;box-shadow:0 12px 32px #00000014}.home-module__vL_9yW__leadersWrap:hover .home-module__vL_9yW__leadersCard{border-color:color-mix(in srgb,var(--primary)30%,transparent);box-shadow:0 16px 40px #0000001f}.home-module__vL_9yW__leadersHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.home-module__vL_9yW__leadersLabel{text-transform:uppercase;letter-spacing:.07em;color:var(--muted-foreground);margin-bottom:.25rem;font-size:.6875rem;font-weight:700}.home-module__vL_9yW__leadersSubtitle{color:var(--muted-foreground);font-size:.875rem}.home-module__vL_9yW__leadersBadge{background:color-mix(in srgb,var(--primary)12%,transparent);color:var(--primary);white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.home-module__vL_9yW__leadersList{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.home-module__vL_9yW__leaderRow{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--surface-1);cursor:pointer;align-items:center;gap:1rem;padding:1rem;transition:background .2s,border-color .2s,transform .2s;display:flex;box-shadow:0 2px 8px #00000008}.home-module__vL_9yW__leaderRow:hover{background:var(--surface-2);border-color:color-mix(in srgb,var(--primary)35%,transparent);transform:translate(4px)}.home-module__vL_9yW__leaderAvatar{background:linear-gradient(135deg,color-mix(in srgb,var(--primary)15%,transparent),color-mix(in srgb,var(--primary)8%,transparent));width:40px;height:40px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.home-module__vL_9yW__leaderInfo{flex:1;min-width:0}.home-module__vL_9yW__leaderName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.home-module__vL_9yW__leaderStatus{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.home-module__vL_9yW__leaderLink{background:var(--secondary);color:var(--secondary-foreground);white-space:nowrap;text-align:center;border-radius:9999px;flex-shrink:0;min-width:70px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500;text-decoration:none}.home-module__vL_9yW__leaderFooter{border-radius:var(--radius-lg);background:var(--secondary);color:var(--muted-foreground);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.home-module__vL_9yW__leaderFooterIcon{background:color-mix(in srgb,var(--primary)12%,transparent);width:20px;height:20px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:inline-flex}.home-module__vL_9yW__sSection{padding:4rem 2rem}.home-module__vL_9yW__sMuted{background:var(--surface-2)}.home-module__vL_9yW__sInner{max-width:1200px;margin:0 auto}.home-module__vL_9yW__sHeader{text-align:center;max-width:680px;margin:0 auto 2.5rem}.home-module__vL_9yW__sTag{letter-spacing:.125em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;padding:.375rem 0;font-size:.75rem;font-weight:700;display:inline-block}.home-module__vL_9yW__sTitle{font-family:var(--font-fraunces),Georgia,serif;color:var(--foreground);letter-spacing:-.01em;margin:0 0 1rem;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:400;line-height:1.25}.home-module__vL_9yW__sSub{color:var(--muted-foreground);margin:0;font-size:1.0625rem;line-height:1.7}.home-module__vL_9yW__bGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.home-module__vL_9yW__bCard{background:var(--card-background);border:1px solid var(--border-subtle);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:2.5rem 2rem;transition:box-shadow .3s,transform .3s,border-color .3s;position:relative;overflow:hidden}.home-module__vL_9yW__bCard:before{content:"";background:linear-gradient(135deg,color-mix(in srgb,var(--primary)5%,transparent),transparent);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.home-module__vL_9yW__bCard:hover{box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--primary)40%,transparent);transform:translateY(-4px)}.home-module__vL_9yW__bCard:hover:before{opacity:1}.home-module__vL_9yW__bIcon{border-radius:var(--radius-xl);background:color-mix(in srgb,var(--primary)12%,transparent);width:56px;height:56px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s,background .3s;display:inline-flex}.home-module__vL_9yW__bCard:hover .home-module__vL_9yW__bIcon{background:color-mix(in srgb,var(--primary)18%,transparent);transform:scale(1.08)}.home-module__vL_9yW__bIcon svg{stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.home-module__vL_9yW__bName{font-family:var(--font-fraunces),Georgia,serif;color:var(--foreground);letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.1875rem;font-weight:500}.home-module__vL_9yW__bDesc{color:var(--muted-foreground);margin:0;font-size:.9375rem;line-height:1.65}.home-module__vL_9yW__cta{color:#fff;text-align:center;background:linear-gradient(135deg,#06326a 0%,#0a4098 100%);padding:4.5rem 2rem;position:relative;overflow:hidden}.home-module__vL_9yW__cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.home-module__vL_9yW__cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.home-module__vL_9yW__ctaInner{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:680px;margin:0 auto;display:flex;position:relative}.home-module__vL_9yW__ctaIcon{border-radius:var(--radius-2xl);color:#fff;background:#ffffff1f;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s,background .3s;display:inline-flex}.home-module__vL_9yW__ctaInner:hover .home-module__vL_9yW__ctaIcon{background:#ffffff2e;transform:scale(1.08)rotate(8deg)}.home-module__vL_9yW__ctaIcon svg{stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.home-module__vL_9yW__ctaTitle{font-family:var(--font-fraunces),Georgia,serif;color:#fff;letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:400;line-height:1.2}.home-module__vL_9yW__ctaSub{color:#fffc;max-width:580px;margin:0 0 1.5rem;font-size:1.0625rem;line-height:1.7}.home-module__vL_9yW__ctaList{text-align:left;flex-direction:column;align-self:stretch;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.home-module__vL_9yW__ctaList li{color:#fffc;padding-left:1rem;font-size:.9375rem;position:relative}.home-module__vL_9yW__ctaList li:before{content:"·";color:#ffffff73;position:absolute;left:0}.home-module__vL_9yW__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.home-module__vL_9yW__footer{background:var(--background);border-top:1px solid var(--border-subtle);padding:2rem}.home-module__vL_9yW__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.home-module__vL_9yW__footerBrand{font-family:var(--font-fraunces),Georgia,serif;color:var(--primary);font-size:1.125rem;font-weight:500;text-decoration:none}.home-module__vL_9yW__footerLinks{flex-wrap:wrap;gap:1.5rem;display:flex}.home-module__vL_9yW__footerLinks a,.home-module__vL_9yW__footerLinks button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;text-decoration:none;transition:color .2s}.home-module__vL_9yW__footerLinks a:hover,.home-module__vL_9yW__footerLinks button:hover{color:var(--foreground)}.home-module__vL_9yW__footerCopy{color:var(--muted-foreground);white-space:nowrap;margin:0;font-size:.8125rem}@media (max-width:1200px){.home-module__vL_9yW__heroInner{gap:3.5rem}.home-module__vL_9yW__leadersWrap{max-width:100%}.home-module__vL_9yW__bGrid{gap:2rem}}@media (max-width:768px){.home-module__vL_9yW__hero{min-height:auto;padding:5rem 1rem 2rem}.home-module__vL_9yW__heroInner{grid-template-columns:1fr;gap:3rem}.home-module__vL_9yW__hero:before{width:400px;height:400px}.home-module__vL_9yW__heroBadge{margin-bottom:0}.home-module__vL_9yW__heroTitle{margin:0;font-size:2.25rem;line-height:1.15}.home-module__vL_9yW__heroDesc{max-width:none;margin:0;font-size:1rem;line-height:1.55}.home-module__vL_9yW__searchInput{padding:.75rem 1rem .75rem 2.75rem;font-size:16px}.home-module__vL_9yW__nav,.home-module__vL_9yW__navScrolled{gap:.75rem;padding-left:1rem;padding-right:1rem}.home-module__vL_9yW__navLinks,.home-module__vL_9yW__navCta{display:none}.home-module__vL_9yW__navBrand{font-size:1.0625rem}.home-module__vL_9yW__menuToggle{display:flex}.home-module__vL_9yW__bGrid{grid-template-columns:1fr;gap:1.5rem}.home-module__vL_9yW__bCard{padding:2rem 1.5rem}.home-module__vL_9yW__sSection{padding:3rem 1rem}.home-module__vL_9yW__cta{padding:3.5rem 1rem}.home-module__vL_9yW__searchRow{flex-direction:column}.home-module__vL_9yW__searchInput{padding:1rem 1rem 1rem 2.75rem}.home-module__vL_9yW__ctaActions{flex-direction:column;align-items:stretch;gap:.875rem}.home-module__vL_9yW__ctaInner{gap:1.25rem}.home-module__vL_9yW__footer{padding:1.5rem 1rem}.home-module__vL_9yW__footerInner{flex-direction:column;align-items:flex-start;gap:1rem}.home-module__vL_9yW__footerCopy{white-space:normal;line-height:1.5}.home-module__vL_9yW__leadersWrap{margin-left:0;animation:.6s ease-out home-module__vL_9yW__fadeUp}}
