/* Reset and Base Styles */* { margin: 0; padding: 0; box-sizing: border-box;}body { font-family: 'Nunito', sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh;}.container { max-width: 1200px; margin: 0 auto; padding: 0 20px;}/* Header Styles */.header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 1000; border-bottom: 4px solid; border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff) 1;}.header .container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 20px;}.nav-brand { display: flex; align-items: center; gap: 12px;}.logo { width: 48px; height: 48px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem;}.brand-name { font-family: 'Fredoka One', cursive; font-size: 2rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text;  background-clip: text;}.nav-menu { display: flex; gap: 1rem;}.nav-btn { background: transparent; border: 2px solid transparent; padding: 0.75rem 1.5rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; color: #666;}.nav-btn:hover,.nav-btn.active { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);}/* Main Content */.main-content { min-height: calc(100vh - 120px);}.section { display: none; padding: 2rem 0;}.section.active { display: block;}/* Hero Section */.hero { padding: 4rem 0; text-align: center;}.hero-content { max-width: 800px; margin: 0 auto;}.hero-image { width: 100%; max-width: 600px; height: auto; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); margin-bottom: 2rem;}.hero-title { font-family: 'Fredoka One', cursive; font-size: 3.5rem; margin-bottom: 1.5rem; color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}.gradient-text { background: linear-gradient(45deg, #ff6b6b, #feca57, #ff9ff3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}.hero-description { font-size: 1.25rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 2rem; line-height: 1.8;}.cta-button { background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%); color: white; border: none; padding: 1rem 2rem; font-size: 1.25rem; font-weight: 700; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);}.cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 40px rgba(255, 107, 107, 0.6);}/* Age Groups */.age-groups { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 3rem 0; margin: 2rem 0;}.section-title { text-align: center; font-family: 'Fredoka One', cursive; font-size: 2.5rem; color: white; margin-bottom: 2rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}.age-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;}.age-btn { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); color: white; padding: 1rem 1.5rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px);}.age-btn:hover,.age-btn.active { background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%); border-color: transparent; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(78, 205, 196, 0.4);}.age-range { background: rgba(255, 255, 255, 0.2); padding: 0.25rem 0.5rem; border-radius: 12px; font-size: 0.875rem; margin-left: 0.5rem;}/* Game Categories */.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem;}.game-card { background: white; border-radius: 20px; padding: 2rem; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; cursor: pointer; border: 4px solid transparent; position: relative; overflow: hidden;}.game-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3, #54a0ff); z-index: -1; opacity: 0; transition: opacity 0.3s ease;}.game-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);}.game-card:hover::before { opacity: 1;}.game-card:hover { border-color: transparent;}.game-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 1rem;}.game-icon img { width: 100%; height: 100%; object-fit: contain;}.game-title { font-family: 'Fredoka One', cursive; font-size: 1.5rem; color: #333; margin-bottom: 1rem;}.game-description { color: #666; margin-bottom: 1.5rem; font-size: 1.1rem;}.game-features { list-style: none; margin-bottom: 2rem;}.game-features li { color: #666; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;}.game-features i { color: #feca57;}.play-btn { background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%); color: white; border: none; padding: 0.75rem 2rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; width: 100%;}.play-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);}/* Features Section */.features { padding: 4rem 0;}.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; margin-left: 6rem;}.feature-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 20px; padding: 2rem; text-align: center; border: 2px solid rgba(255, 255, 255, 0.2);}.feature-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: white; font-size: 1.5rem;}.feature-card h4 { color: white; font-size: 1.25rem; margin-bottom: 1rem; font-weight: 700;}.feature-card p { color: rgba(255, 255, 255, 0.9);}/* Game Section */.game-header { display: flex; align-items: center; gap: 2rem; margin-bottom: 2rem; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 1rem 2rem; border-radius: 15px;}.back-btn { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease;}.back-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);}#current-game-title { color: white; font-family: 'Fredoka One', cursive; font-size: 2rem;}/* Footer */.footer { background: rgba(0, 0, 0, 0.8); color: white; padding: 2rem 0; text-align: center;}.footer-content { display: flex; flex-direction: column; align-items: center; gap: 1rem;}.footer-brand { display: flex; align-items: center; gap: 0.5rem; font-family: 'Fredoka One', cursive; font-size: 1.25rem;}/* Responsive Design */@media (max-width: 768px) { .nav-menu { gap: 0.5rem; } .nav-btn { padding: 0.5rem 1rem; font-size: 0.875rem; } .hero-title { font-size: 2.5rem; } .hero-description { font-size: 1.1rem; } .games-grid { grid-template-columns: 1fr; gap: 1.5rem; } .age-buttons { flex-direction: column; align-items: center; } .game-header { flex-direction: column; text-align: center; gap: 1rem; }}@media (max-width: 480px) { .container { padding: 0 15px; } .hero-title { font-size: 2rem; } .section-title { font-size: 2rem; } .brand-name { font-size: 1.5rem; }}/* Animations */@keyframes rainbow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; }}@keyframes bounce { 0%, 20%, 60%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 80% { transform: translateY(-5px); }}@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); }}.pulse { animation: pulse 2s infinite;}/* Utility Classes */.hidden { display: none !important;}.text-center { text-align: center;}.mb-2 { margin-bottom: 1rem;}.mt-2 { margin-top: 1rem;}/* AdSense Placeholder Styles */.ad-slot { background: rgba(255, 255, 255, 0.1); border: 2px dashed rgba(255, 255, 255, 0.3); border-radius: 10px; padding: 2rem; margin: 2rem 0; text-align: center; color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; min-height: 120px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5px);}.ad-slot::before { content: "Advertisement Space"; opacity: 0.5;}#ad-slot-header { margin: 1rem 0; min-height: 90px;}#ad-slot-features { margin: 3rem 0; min-height: 250px;}#ad-slot-about { margin: 2rem 0; min-height: 200px;}/* Enhanced Footer Styles */.footer { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 3rem 0 1rem; margin-top: 2rem;}.footer-content { display: flex; flex-direction: column; align-items: center; gap: 2rem;}.footer-brand { display: flex; align-items: center; gap: 0.75rem; font-family: 'Fredoka One', cursive; font-size: 1.5rem; margin-bottom: 0.5rem;}.footer-brand i { font-size: 2rem; color: #4ecdc4;}.footer-tagline { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 1rem;}.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; width: 100%; max-width: 1000px; margin: 1rem 0;}.footer-section h4 { color: #4ecdc4; font-size: 1.1rem; margin-bottom: 1rem; font-weight: 600;}.footer-section ul { list-style: none; padding: 0;}.footer-section li { margin-bottom: 0.5rem;}.footer-section a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; font-size: 0.95rem;}.footer-section a:hover { color: #4ecdc4; text-decoration: underline;}.footer-section li i { color: #4ecdc4; margin-right: 0.5rem; width: 16px;}.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 1.5rem; text-align: center; width: 100%;}.footer-bottom p { margin: 0.5rem 0; color: rgba(255, 255, 255, 0.7); font-size: 0.9rem;}.footer-disclaimer { font-size: 0.8rem !important; font-style: italic; color: rgba(255, 255, 255, 0.6) !important;}/* About Section Enhancements */.about-content { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-radius: 20px; padding: 3rem; margin: 2rem 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}.about-text h3 { color: #333; font-family: 'Fredoka One', cursive; font-size: 1.5rem; margin: 2rem 0 1rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;}.about-text ul { margin: 1rem 0 2rem; padding-left: 1.5rem;}.about-text li { margin-bottom: 0.75rem; line-height: 1.6; color: #555;}.about-text strong { color: #333; font-weight: 700;}/* Responsive Footer */@media (max-width: 768px) { .footer-links { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .footer { padding: 2rem 0 1rem; } .footer-section h4 { font-size: 1rem; } .footer-section a { font-size: 0.9rem; } .about-content { padding: 2rem; } .ad-slot { padding: 1.5rem; margin: 1.5rem 0; }}@media (max-width: 480px) { .footer-links { grid-template-columns: 1fr; gap: 1rem; } .footer-brand { font-size: 1.25rem; } .footer-tagline { font-size: 1rem; } .about-content { padding: 1.5rem; } .about-text h3 { font-size: 1.25rem; } .ad-slot { padding: 1rem; min-height: 80px; font-size: 0.8rem; } #ad-slot-features { min-height: 150px; } #ad-slot-about { min-height: 120px; }}/* Hide ad-slots for now - can be easily enabled later by removing this rule */.ad-slot { display: none !important;}