.app{min-height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 20s ease-in-out infinite}.orb-1{width:600px;height:600px;background:var(--color-primary);top:-200px;right:-200px}.orb-2{width:400px;height:400px;background:var(--color-primary-dark);bottom:-100px;left:-100px;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(1.1)}}.court-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px}.content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;max-width:800px;margin:0 auto}.logo-container{margin-bottom:3rem}.logo{height:auto;width:min(90vw,320px);filter:drop-shadow(0 8px 40px rgba(4,143,135,.5)) drop-shadow(0 0 60px rgba(4,143,135,.3));animation:logo-glow 3s ease-in-out infinite alternate}@keyframes logo-glow{0%{filter:drop-shadow(0 8px 40px rgba(4,143,135,.5)) drop-shadow(0 0 60px rgba(4,143,135,.3))}to{filter:drop-shadow(0 8px 50px rgba(4,143,135,.7)) drop-shadow(0 0 80px rgba(4,143,135,.5))}}@media(min-width:768px){.logo{width:450px}}.hero{margin-bottom:3rem}.badge{display:inline-block;padding:.5rem 1.25rem;background:#048f8726;border:1px solid rgba(4,143,135,.3);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--color-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.headline{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.highlight{background:linear-gradient(135deg,var(--color-primary),#06b6a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheadline{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;max-width:540px;margin:0 auto}.subheadline strong{color:var(--color-text);font-weight:600}.audience-cards{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.audience-card{flex:1;min-width:260px;max-width:340px;background:var(--color-surface);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;text-align:left}.audience-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);background:#048f8726;padding:.375rem .75rem;border-radius:100px;margin-bottom:.75rem}.audience-card p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;margin:0}.sports-section{margin-bottom:3rem}.sports-list{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.sport-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:var(--color-surface);border-radius:16px;border:1px solid rgba(255,255,255,.08);min-width:100px}.sport-icon{width:48px;height:48px;font-size:48px;color:var(--color-primary)}.sport-name{font-size:1rem;font-weight:600;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:900px;margin-bottom:3rem}.feature-card{background:var(--color-surface);border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:1.5rem;text-align:left;transition:all .3s ease}.feature-card:hover{border-color:#048f874d;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.feature-card-icon{width:40px;height:40px;color:var(--color-primary);margin-bottom:1rem}.feature-card-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.feature-card p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;margin:0}.footer{margin-top:auto;padding-top:2rem}.footer p{font-size:.875rem;color:var(--color-text-secondary);opacity:.6}@media(max-width:640px){.features-grid{grid-template-columns:1fr}.sports-note{font-size:.875rem;padding:.625rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #048f87;--color-primary-dark: #037a73;--color-background: #0a1628;--color-surface: #162033;--color-text: #ffffff;--color-text-secondary: rgba(255, 255, 255, .7);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{height:100%;font-family:var(--font-family);background:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}
