{
  "theme_name": "Blue Violet",
  "theme_description": "Elegant blend of blue and violet hues with sophisticated gradients. Perfect for tech-forward brands, SaaS platforms, and premium services.",
  "theme_category": "vibrant",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "none"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        }
      }
    },
    "page_style": {
      "default": {
        "background_mode": "single",
        "background-color": "#ffffff",
        "gradient_color_1": "#ffffff",
        "gradient_color_2": "#ffffff",
        "gradient_angle": "0deg",
        "border": {
          "color": "rgba(168, 85, 247, 0.1)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px",
        "padding": {
          "top": "20px",
          "right": "20px",
          "bottom": "20px",
          "left": "20px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.08)"
        }
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "16px",
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        },
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#4c1d95",
          "placeholder_color": "rgba(107, 114, 128, 0.6)",
          "font-size": "14px",
          "border": {
            "color": "rgba(168, 85, 247, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "3px",
            "spread": "0px",
            "color": "rgba(99, 102, 241, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "rgba(99, 102, 241, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(99, 102, 241, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(168, 85, 247, 0.5)"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#4c1d95",
          "placeholder_color": "rgba(107, 114, 128, 0.6)",
          "font-size": "14px",
          "border": {
            "color": "rgba(168, 85, 247, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "3px",
            "spread": "0px",
            "color": "rgba(99, 102, 241, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease; min-height: 100px;"
        },
        "focus": {
          "border": {
            "color": "rgba(99, 102, 241, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(99, 102, 241, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(168, 85, 247, 0.5)"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#4c1d95",
          "placeholder_color": "rgba(107, 114, 128, 0.6)",
          "font-size": "14px",
          "border": {
            "color": "rgba(168, 85, 247, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "3px",
            "spread": "0px",
            "color": "rgba(99, 102, 241, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "rgba(99, 102, 241, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(99, 102, 241, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "rgba(168, 85, 247, 0.5)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#6366f1",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "accent_color": "#6366f1",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#6366f1",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#6366f1",
        "gradient_color_1": "#6366f1",
        "gradient_color_2": "#a855f7",
        "gradient_angle": "135deg",
        "border": {
          "color": "#6366f1",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.3)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#4f46e5",
        "gradient_color_2": "#9333ea",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(99, 102, 241, 0.2)"
        },
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#4338ca",
        "gradient_color_2": "#7e22ce",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "6px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.35)"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#f3e8ff",
        "color": "#4c1d95",
        "border": {
          "color": "rgba(168, 85, 247, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "6px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.08)"
        },
        "custom_css": "transition: all 0.2s ease;"
      },
      "hover": {
        "background-color": "#ede9fe",
        "border": {
          "color": "rgba(168, 85, 247, 0.5)"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "10px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.12)"
        },
        "color": "#1f2937"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(168, 85, 247, 0.4)"
        },
        "color": "#1f2937"
      },
      "active": {
        "background-color": "rgba(168, 85, 247, 0.2)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "1px",
          "blur": "3px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.1)"
        },
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#6366f1",
        "gradient_color_1": "#6366f1",
        "gradient_color_2": "#a855f7",
        "gradient_angle": "135deg",
        "border": {
          "color": "#6366f1",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.3)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#4f46e5",
        "gradient_color_2": "#9333ea",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(99, 102, 241, 0.2)"
        },
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#4338ca",
        "gradient_color_2": "#7e22ce",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "6px",
          "spread": "0px",
          "color": "rgba(99, 102, 241, 0.35)"
        },
        "color": "#ffffff"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "15px",
        "color": "#ffffff",
        "font-weight": "600",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "26px",
        "font-weight": "700",
        "letter-spacing": "-0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "22px",
        "color": "#4c1d95",
        "font-weight": "700",
        "letter-spacing": "-0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "rgba(107, 114, 128, 0.75)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "18px",
        "color": "#4c1d95",
        "font-weight": "700",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "rgba(107, 114, 128, 0.7)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "#4c1d95",
        "font-weight": "700",
        "letter-spacing": "0.02em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "12px",
        "color": "rgba(107, 114, 128, 0.6)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "12px",
        "color": "#dc2626",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#fef2f2",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(220, 38, 38, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "6px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "14px",
        "color": "#15803d",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#ecfdf5",
        "padding": {
          "top": "14px",
          "right": "16px",
          "bottom": "14px",
          "left": "16px"
        },
        "border": {
          "color": "rgba(34, 197, 94, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    }
  }
}
