.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:2rem 5%;background:#2d5a27;color:#fff}.hero-content{flex:1;max-width:600px;z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#daa520}.hero-tagline{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;color:#daa520}.hero-cta{margin-top:2rem}.cta-button{background:#8b4513;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:none}.cta-button:hover{background:sienna;transform:none;box-shadow:none}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.hero-graphic{width:300px;height:300px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.game-icon{font-size:4rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:768px){.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.1rem}.hero-visual{margin-top:2rem}.hero-graphic{width:200px;height:200px}.game-icon{font-size:3rem}}.games{padding:5rem 0;background:#e8f5e8}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;justify-items:center;max-width:1000px;margin:0 auto}.game-card{background:#fff;border-radius:15px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s ease;max-width:350px;width:100%}.game-card:hover{border-color:#2d5a27}.game-image{width:100%;height:250px;overflow:hidden;position:relative}.game-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.game-card:hover .game-image img{transform:scale(1.05)}.game-content{padding:1rem}.game-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#daa520}.game-description{color:#daa520;margin-bottom:1rem;line-height:1.6;font-size:.9rem}.game-link{display:inline-block;background:#8b4513;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;font-weight:600;transition:all .3s ease;box-shadow:none;font-size:.9rem}.game-link:hover{background:sienna;transform:none;box-shadow:none}@media(max-width:1024px){.games-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}}@media(max-width:768px){.games{padding:3rem 0}.container{padding:0 1rem}.section-title{font-size:2rem}.games-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.game-card{max-width:100%}.game-image{height:200px}.game-content{padding:.75rem}.game-title{font-size:1.1rem}.game-description{font-size:.85rem}}@media(max-width:480px){.game-image{height:180px}.game-content{padding:.5rem}.game-title{font-size:1rem}.game-description{font-size:.8rem}}.teams{padding:5rem 0;background:#e8f5e8}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e293b}.section-subtitle{font-size:1.2rem;text-align:center;color:#64748b;margin-bottom:3rem}.teams-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-items:center;max-width:800px;margin:0 auto}.team-card{background:#f8fafc;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;border:2px solid transparent;max-width:300px;width:100%}.team-card:hover{transform:none;border-color:#2d5a27;box-shadow:0 4px 12px #2d5a2726}.team-avatar{margin-bottom:1.5rem}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#dc143c;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto;box-shadow:none}.team-content{text-align:center}.team-name{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#daa520}.team-role{font-size:1rem;color:#2d5a27;font-weight:500;margin-bottom:1rem}.team-bio{color:#daa520;line-height:1.6;font-size:.95rem}@media(max-width:768px){.teams{padding:3rem 0}.container{padding:0 1rem}.section-title{font-size:2rem}.teams-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.team-card{max-width:100%;padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#daa520}.App{min-height:100vh}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#daa520}.section-subtitle{font-size:1.2rem;text-align:center;color:#daa520;margin-bottom:3rem}@media(max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}}
