.no-leagues-hero{position:relative;display:flex;flex-direction:column;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);background-color:var(--theme-bg-primary, #ffffff);overflow:hidden}.no-leagues-hero__parallax-bg{position:fixed;top:-10%;left:-10%;width:120%;height:120%;background-image:var(--parallax-bg-image, url(/images/backgrounds/flipt/vapor-grid.png));background-size:500px 500px;background-repeat:repeat;opacity:.06;z-index:0;pointer-events:none;will-change:transform;animation:noLeaguesParallaxFloat 60s ease-in-out infinite}@keyframes noLeaguesParallaxFloat{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-2%,-1%) rotate(.5deg)}50%{transform:translate(-1%,-2%) rotate(0)}75%{transform:translate(1%,-1%) rotate(-.5deg)}}.no-leagues-hero__greeting,.no-leagues-hero__stats-bar,.no-leagues-hero__sections,.no-leagues-hero__location-status,.no-leagues-hero__footer{position:relative;z-index:1}.no-leagues-hero__greeting{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(2rem,6vh,4rem) 1rem clamp(.5rem,1.5vh,1rem);opacity:0;animation:noLeaguesHeroFadeIn .5s ease forwards}.no-leagues-hero__headline{font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--theme-text-primary);margin:0 0 .75rem;line-height:1.2;letter-spacing:-.02em}.no-leagues-hero__location{color:var(--flipt-primary, #00A69C)}.no-leagues-hero__tagline{font-size:clamp(1rem,2vw,1.25rem);color:var(--theme-text-secondary);margin:0;white-space:nowrap}.no-leagues-hero__location-form{display:inline}.no-leagues-hero__zip-wrapper{position:relative;display:inline-flex;align-items:baseline}.no-leagues-hero__location-input{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;color:var(--flipt-primary, #00A69C);background:transparent;border:none;border-bottom:2px dashed var(--flipt-primary, #00A69C);padding:0 .1em;width:5.5ch;text-align:center;outline:none;transition:border-color .2s ease,background-color .2s ease}.no-leagues-hero__location-input::placeholder{color:var(--flipt-primary, #00A69C);opacity:.6}.no-leagues-hero__location-input:hover{border-bottom-style:solid;background-color:#00a69c0d}.no-leagues-hero__location-input:focus{border-bottom-style:solid;border-bottom-color:var(--flipt-secondary, #0068BA);background-color:#00a69c1a}.no-leagues-hero__zip-hint{position:absolute;right:-1.25em;bottom:.15em;font-size:.5em;color:var(--flipt-primary, #00A69C);opacity:.7;pointer-events:none;animation:zipHintFade 3s ease forwards}@keyframes zipHintFade{0%,60%{opacity:.7}to{opacity:0}}.no-leagues-hero__location-input:focus~.no-leagues-hero__zip-hint{opacity:0!important;animation:none}.no-leagues-hero__stats-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:0;padding:.5rem 1rem;margin-bottom:.25rem;opacity:0;animation:noLeaguesHeroFadeIn .5s ease forwards;animation-delay:.05s}.no-leagues-hero__stat{font-size:clamp(.8125rem,1.25vw,.9375rem);color:var(--theme-text-secondary);letter-spacing:.01em}.no-leagues-hero__stat strong{color:var(--flipt-primary, #00A69C);font-weight:700}.no-leagues-hero__stat-sep{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:var(--theme-text-muted, #a0aec0);margin:0 .75rem;flex-shrink:0}.no-leagues-hero .flippy-says-simple{position:relative;z-index:1;max-width:520px;margin:.25rem auto .75rem;opacity:0;animation:noLeaguesHeroFadeIn .5s ease forwards;animation-delay:.1s}.no-leagues-hero__primary{position:relative;z-index:1;padding:0 clamp(1rem,5vw,4rem);margin-bottom:clamp(2rem,4vh,3rem);max-width:1100px;margin-left:auto;margin-right:auto;width:100%;opacity:0;animation:noLeaguesHeroFadeIn .6s ease forwards;animation-delay:.15s}.no-leagues-hero__primary-image{width:100%;max-width:520px;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 8px 32px #00a69c40,0 0 0 2px #00a69c1a;transition:transform .3s ease,box-shadow .3s ease;display:block;margin:0 auto}.no-leagues-hero__primary-image:hover{transform:scale(1.02) translateY(-4px);box-shadow:0 16px 48px #00a69c59,0 0 0 3px #00a69c33}.no-leagues-hero__primary-content{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 992px){.no-leagues-hero__primary-content{align-items:flex-start;text-align:left}}@media (max-width: 991px){.no-leagues-hero__primary-content{align-items:center;text-align:center}}.no-leagues-hero__primary-title{font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--theme-text-primary, #2d3748);margin:0;line-height:1.1}.no-leagues-hero__primary-desc{font-size:clamp(1rem,2vw,1.125rem);font-weight:400;color:var(--theme-text-secondary, #4a5568);margin:0;line-height:1.5;max-width:320px}.no-leagues-hero__primary-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:clamp(.875rem,2vh,1rem) clamp(2rem,4vw,3rem);font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.5vw,1.125rem);font-weight:700;color:var(--flipt-white, #ffffff);background:linear-gradient(135deg,var(--flipt-primary, #00A69C) 0%,var(--flipt-secondary, #0068BA) 100%);border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 16px #00a69c4d,inset 0 1px #fff3;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.no-leagues-hero__primary-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 24px #00a69c66,inset 0 1px #fff3;color:var(--flipt-white, #ffffff);text-decoration:none}.no-leagues-hero__primary-cta:active{transform:translateY(-1px)}.no-leagues-hero__primary-cta:focus{outline:3px solid var(--flipt-primary, #00A69C);outline-offset:3px}.no-leagues-hero__primary-support{font-size:clamp(.8125rem,1.25vw,.875rem);color:var(--theme-text-muted, #718096);margin:.5rem 0 0}.no-leagues-hero__primary-support a{color:var(--flipt-primary, #00A69C);text-decoration:none;font-weight:600;transition:color .2s ease}.no-leagues-hero__primary-support a:hover{color:var(--flipt-primary-hover, #00857A);text-decoration:underline}.no-leagues-hero__secondary-grid{position:relative;z-index:1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:clamp(1.5rem,3vw,2rem);padding:0 clamp(1rem,5vw,4rem);padding-bottom:clamp(2rem,6vh,4rem);max-width:1100px;margin:0 auto}.no-leagues-hero__sections{flex:1;display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,4vh,3rem);padding:0 clamp(1rem,5vw,4rem);padding-bottom:clamp(2rem,6vh,4rem)}.no-leagues-hero__section{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.75rem,2vh,1.25rem);opacity:0;animation:noLeaguesHeroFadeIn .5s ease forwards}.no-leagues-hero__section:nth-child(1){animation-delay:.2s}.no-leagues-hero__section:nth-child(2){animation-delay:.3s}.no-leagues-hero__section:nth-child(3){animation-delay:.4s}.no-leagues-hero__section:nth-child(4){animation-delay:.5s}.no-leagues-hero__image{width:clamp(280px,80vw,380px);height:auto;border-radius:12px;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #0000001a}.no-leagues-hero__section:hover .no-leagues-hero__image{transform:scale(1.05);box-shadow:0 8px 24px #00000026}.no-leagues-hero__title{font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;letter-spacing:-.02em;color:var(--theme-text-primary);margin:0;line-height:1.2}.no-leagues-hero__desc{font-size:clamp(.875rem,1.5vw,1rem);font-weight:400;color:var(--theme-text-secondary);margin:0;line-height:1.5;max-width:220px}.no-leagues-hero__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding:clamp(.625rem,1.5vh,.75rem) clamp(1.25rem,3vw,1.75rem);font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:600;color:var(--flipt-white, #ffffff);background:linear-gradient(135deg,var(--flipt-primary, #00A69C) 0%,var(--flipt-secondary, #0068BA) 100%);border:none;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00a69c33;white-space:nowrap}.no-leagues-hero__cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00a69c4d;color:var(--flipt-white, #ffffff);text-decoration:none}.no-leagues-hero__cta:active{transform:translateY(0);box-shadow:0 2px 4px #00a69c33}.no-leagues-hero__cta:focus{outline:3px solid var(--flipt-primary, #00A69C);outline-offset:2px}.no-leagues-hero__cta--primary{padding:clamp(.75rem,2vh,1rem) clamp(1.5rem,4vw,2.5rem);font-size:clamp(1rem,1.5vw,1.125rem)}.no-leagues-hero__cta--outline{background:transparent;color:var(--flipt-primary, #00A69C);border:2px solid var(--flipt-primary, #00A69C);box-shadow:none}.no-leagues-hero__cta--outline:hover{background:var(--flipt-primary, #00A69C);color:var(--flipt-white, #ffffff);border-color:var(--flipt-primary, #00A69C);transform:translateY(-2px);box-shadow:0 4px 12px #00a69c40}.no-leagues-hero__cta--outline:active{transform:translateY(0);box-shadow:0 2px 4px #00a69c33}.no-leagues-hero__section--secondary{flex:0 1 280px;max-width:300px}.no-leagues-hero__section--secondary .no-leagues-hero__image{width:100%;max-width:280px;border-radius:10px;box-shadow:0 2px 8px #00000014}.no-leagues-hero__section--secondary:hover .no-leagues-hero__image{transform:scale(1.03);box-shadow:0 4px 16px #0000001f}.no-leagues-hero__section--secondary .no-leagues-hero__title{font-size:clamp(1rem,2vw,1.125rem)}.no-leagues-hero__section--secondary .no-leagues-hero__desc{font-size:clamp(.8125rem,1.25vw,.875rem);max-width:200px}.no-leagues-hero__location-status{position:relative;z-index:1;text-align:center;color:var(--theme-text-muted, #718096);padding:clamp(.5rem,2vh,1rem) 1rem;padding-bottom:clamp(2rem,4vh,3rem);opacity:0;animation:noLeaguesHeroFadeIn .5s ease forwards;animation-delay:.55s}.no-leagues-hero__change-link{color:var(--flipt-primary, #00A69C);text-decoration:none;font-size:.875rem;margin-left:.5rem;transition:color .2s ease}.no-leagues-hero__change-link:hover{color:var(--flipt-primary-hover, #00857A);text-decoration:underline}@keyframes noLeaguesHeroFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.no-leagues-hero{min-height:auto;padding-bottom:1rem}.no-leagues-hero__greeting{padding:clamp(1rem,3vh,1.5rem) 1rem clamp(.5rem,1vh,.75rem)}.no-leagues-hero__tagline{white-space:normal}.no-leagues-hero__stats-bar{flex-wrap:wrap;gap:.25rem 0;padding:.5rem 1.5rem}.no-leagues-hero__primary{padding:0 1.5rem;margin-bottom:clamp(1.5rem,3vh,2rem)}.no-leagues-hero__primary-image{max-width:360px;border-radius:12px}.no-leagues-hero__primary-cta{width:100%;max-width:300px}.no-leagues-hero__secondary-grid{flex-direction:column;align-items:center;gap:clamp(1.5rem,3vh,2rem);padding:0 1.5rem 1.5rem}.no-leagues-hero__section--secondary{flex:none;width:100%;max-width:280px}.no-leagues-hero__section--secondary .no-leagues-hero__image{max-width:260px}.no-leagues-hero__sections{flex-direction:column;align-items:center;gap:clamp(1rem,2.5vh,1.5rem);padding:0 1.5rem 1rem}.no-leagues-hero__section{max-width:100%;width:100%;max-width:320px;gap:clamp(.375rem,1vh,.625rem)}.no-leagues-hero__image{width:clamp(240px,70vw,320px)}.no-leagues-hero__cta{width:100%;max-width:280px}}@media (min-width: 769px) and (max-width: 1024px){.no-leagues-hero__sections{gap:clamp(1rem,3vw,2rem);max-width:700px}.no-leagues-hero__section{flex:0 1 calc(50% - 1rem);max-width:300px;min-width:240px}.no-leagues-hero__desc{max-width:200px}}[data-bs-theme=dark] .no-leagues-hero{background-color:var(--theme-bg-primary, #0f172a)}[data-bs-theme=dark] .no-leagues-hero__image{box-shadow:0 4px 12px #0000004d}[data-bs-theme=dark] .no-leagues-hero__section:hover .no-leagues-hero__image{box-shadow:0 8px 24px #0006}[data-bs-theme=dark] .no-leagues-hero__title,[data-bs-theme=dark] .no-leagues-hero__headline{color:var(--theme-text-primary, #e2e8f0)}[data-bs-theme=dark] .no-leagues-hero__desc,[data-bs-theme=dark] .no-leagues-hero__tagline{color:var(--theme-text-secondary, #cbd5e1)}[data-bs-theme=dark] .no-leagues-hero__cta{background:linear-gradient(135deg,var(--flipt-primary, #00B8A9) 0%,var(--flipt-secondary, #1E7BC9) 100%);box-shadow:0 2px 8px #00b8a940}[data-bs-theme=dark] .no-leagues-hero__cta:hover{box-shadow:0 4px 16px #00b8a959}[data-bs-theme=dark] .no-leagues-hero__cta--outline{background:transparent;color:var(--flipt-primary, #00B8A9);border-color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__cta--outline:hover{background:var(--flipt-primary, #00B8A9);color:var(--theme-bg-primary, #0f172a);border-color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__primary-title{color:var(--theme-text-primary, #e2e8f0)}[data-bs-theme=dark] .no-leagues-hero__primary-desc{color:var(--theme-text-secondary, #cbd5e1)}[data-bs-theme=dark] .no-leagues-hero__primary-image{box-shadow:0 8px 32px #00b8a94d,0 0 0 2px #00b8a926}[data-bs-theme=dark] .no-leagues-hero__primary-image:hover{box-shadow:0 16px 48px #00b8a966,0 0 0 3px #00b8a940}[data-bs-theme=dark] .no-leagues-hero__primary-cta{background:linear-gradient(135deg,var(--flipt-primary, #00B8A9) 0%,var(--flipt-secondary, #1E7BC9) 100%);box-shadow:0 4px 16px #00b8a959,inset 0 1px #ffffff26}[data-bs-theme=dark] .no-leagues-hero__primary-cta:hover{box-shadow:0 8px 24px #00b8a973,inset 0 1px #ffffff26}[data-bs-theme=dark] .no-leagues-hero__stat{color:var(--theme-text-secondary, #cbd5e1)}[data-bs-theme=dark] .no-leagues-hero__stat strong{color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__stat-sep{background-color:var(--theme-text-muted, #4a5568)}[data-bs-theme=dark] .no-leagues-hero__primary-support{color:var(--theme-text-muted, #4a5568)}[data-bs-theme=dark] .no-leagues-hero__primary-support a{color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__primary-support a:hover{color:#00d4c4}[data-bs-theme=dark] .no-leagues-hero__zip-hint{color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__section--secondary .no-leagues-hero__image{box-shadow:0 2px 8px #00000040}[data-bs-theme=dark] .no-leagues-hero__section--secondary:hover .no-leagues-hero__image{box-shadow:0 4px 16px #00000059}[data-bs-theme=dark] .no-leagues-hero__location-input{color:var(--flipt-primary, #00B8A9);border-bottom-color:var(--flipt-primary, #00B8A9)}[data-bs-theme=dark] .no-leagues-hero__location-input:hover{background-color:#00b8a91a}[data-bs-theme=dark] .no-leagues-hero__location-input:focus{border-bottom-color:#00d4c4;background-color:#00b8a926}@media (prefers-reduced-motion: reduce){.no-leagues-hero__section,.no-leagues-hero__greeting,.no-leagues-hero__stats-bar,.no-leagues-hero__primary,.no-leagues-hero .flippy-says-simple,.no-leagues-hero__location-status{opacity:1;animation:none}.no-leagues-hero__zip-hint{animation:none;opacity:0}.no-leagues-hero__image,.no-leagues-hero__cta,.no-leagues-hero__primary-support a{transition:none}}@media print{.no-leagues-hero{min-height:auto;background:#fff!important}.no-leagues-hero__section,.no-leagues-hero__greeting,.no-leagues-hero__stats-bar,.no-leagues-hero__primary,.no-leagues-hero .flippy-says-simple,.no-leagues-hero__location-status{opacity:1;animation:none}.no-leagues-hero__cta{background:#333!important;box-shadow:none!important}}
