body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF6B35; border-bottom: 3px solid #FF6B35; padding-bottom: 10px; }
        h2 { color: #4A90E2; margin-top: 30px; }
        h3 { color: #50C878; }
        .logo { font-size: 2.5em; font-weight: bold; color: #FF6B35; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #FF6B35; padding: 15px; position: relative; }
        .nav-links { display: flex; justify-content: space-between; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; display: none; }
            .mobile-toggle { display: block; background: #4A90E2; color: white; border: none; padding: 10px; }
            .nav.active .nav-links { display: flex; }
        }
        .download-btn { background: #50C878; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 15px 0; display: inline-block; }
        .login-btn { background: #4A90E2; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 15px 0; display: inline-block; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-stats { background: #f5f5f5; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .footer { margin-top: 50px; padding: 20px; background: #333; color: white; }
