{
  "style_details": {
    "cyberpunk": {
      "characteristics": "neon colors, glitch effects, digital aesthetics, high contrast",
      "colors": [
        "#ff0080",
        "#00ff80",
        "#8000ff",
        "#ff8000"
      ]
    },
    "minimal": {
      "characteristics": "simple shapes, limited colors, clean composition, subtle movements",
      "colors": [
        "#000000",
        "#ffffff",
        "#808080",
        "#c0c0c0"
      ]
    },
    "modern": {
      "characteristics": "clean lines, gradients, smooth animations, minimal design",
      "colors": [
        "#7042f8",
        "#3b82f6",
        "#06b6d4",
        "#10b981"
      ]
    },
    "organic": {
      "characteristics": "natural movements, flowing shapes, organic patterns, nature-inspired",
      "colors": [
        "#2d5a27",
        "#40826d",
        "#95c623",
        "#f4a261"
      ]
    },
    "retro": {
      "characteristics": "pixel art style, bold colors, geometric shapes, nostalgic feel",
      "colors": [
        "#ff6b6b",
        "#4ecdc4",
        "#45b7d1",
        "#f9ca24"
      ]
    }
  },
  "styles": [
    "modern",
    "retro",
    "minimal",
    "organic",
    "cyberpunk"
  ],
  "success": true
}
