{
  "theme_name": "Pride Spectrum",
  "theme_description": "Vibrant rainbow-inspired theme celebrating pride with inclusive gradients, uplifting typography, and joyful button treatments.",
  "theme_category": "celebration",
  "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)"
        },
        "custom_css": ""
      }
    },
    "page_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "padding": {
          "top": "22px",
          "right": "20px",
          "bottom": "26px",
          "left": "20px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "22px",
          "left": "0px"
        },
        "border": {
          "color": "rgba(255, 255, 255, 0)",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "none"
        },
        "border-radius": "24px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "background-image: linear-gradient(135deg, rgba(239,68,68,0.08), rgba(249,115,22,0.08), rgba(34,197,94,0.08), rgba(59,130,246,0.08), rgba(139,92,246,0.08), rgba(236,72,153,0.08));"
      }
    },
    "row_style": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(255, 255, 255, 0.75)",
        "padding": {
          "top": "14px",
          "right": "16px",
          "bottom": "14px",
          "left": "16px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        },
        "gap": "18px",
        "custom_css": "backdrop-filter: blur(4px); border-radius: 12px;"
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(255, 255, 255, 0.92)",
          "color": "#111827",
          "placeholder_color": "rgba(75, 85, 99, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(148, 163, 184, 0.9)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "padding": {
            "top": "12px",
            "right": "18px",
            "bottom": "12px",
            "left": "18px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(168, 85, 247, 0.18)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#3b82f6"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(59, 130, 246, 0.25)"
          },
          "custom_css": "outline: none;"
        },
        "hover": {
          "border": {
            "color": "#9333ea"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(255, 255, 255, 0.92)",
          "color": "#111827",
          "placeholder_color": "rgba(75, 85, 99, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(148, 163, 184, 0.9)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(234, 179, 8, 0.2)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#10b981"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(16, 185, 129, 0.25)"
          }
        },
        "hover": {
          "border": {
            "color": "#facc15"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(255, 255, 255, 0.92)",
          "color": "#111827",
          "placeholder_color": "rgba(75, 85, 99, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(148, 163, 184, 0.9)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "padding": {
            "top": "12px",
            "right": "18px",
            "bottom": "12px",
            "left": "18px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(236, 72, 153, 0.18)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#ec4899"
          }
        },
        "hover": {
          "border": {
            "color": "#3b82f6"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#ef4444",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.22);"
        },
        "focus": {
          "accent_color": "#ef4444",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#ef4444",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "image",
        "background-color": "#ec4899",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "18px",
        "padding": {
          "top": "13px",
          "right": "32px",
          "bottom": "13px",
          "left": "32px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "28px",
          "spread": "0px",
          "color": "rgba(236, 72, 153, 0.45)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "16px",
          "blur": "34px",
          "spread": "0px",
          "color": "rgba(168, 85, 247, 0.45)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(236, 72, 153, 0.35)"
        },
        "color": "#ffffff"
      },
      "active": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(59, 130, 246, 0.35)"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(255, 255, 255, 0.85)",
        "border": {
          "color": "rgba(148, 163, 184, 0.7)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "18px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(107, 114, 128, 0.2)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "rgba(255, 255, 255, 0.95)",
        "border": {
          "color": "#ec4899"
        },
        "color": "#111827"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(59, 130, 246, 0.25)"
        },
        "color": "#111827"
      },
      "active": {
        "background-color": "rgba(255, 255, 255, 0.9)",
        "border": {
          "color": "#3b82f6"
        },
        "color": "#111827"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "image",
        "background-color": "#22c55e",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "13px",
          "right": "30px",
          "bottom": "13px",
          "left": "30px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "10px",
          "blur": "26px",
          "spread": "0px",
          "color": "rgba(34, 197, 94, 0.38)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "color": "#ffffff"
      },
      "focus": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(34, 197, 94, 0.3)"
        },
        "color": "#ffffff"
      },
      "active": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/pride-spectrum/pride-stripes.png",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "color": "#ffffff"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "15px",
        "color": "#ffffff",
        "font-weight": "600",
        "letter-spacing": "0.04em",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "28px",
        "font-weight": "700",
        "letter-spacing": "-0.015em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "22px",
        "color": "#4b1f65",
        "font-weight": "600",
        "letter-spacing": "-0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "14px",
        "color": "rgba(75, 31, 101, 0.85)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "18px",
        "color": "#111827",
        "font-weight": "600",
        "letter-spacing": "0.01em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "13px",
        "color": "#334155",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "13px",
        "color": "#111827",
        "font-weight": "600",
        "letter-spacing": "0.08em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "12px",
        "color": "#4b5563",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "12px",
        "color": "#dc2626",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(248, 113, 113, 0.18)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(248, 113, 113, 0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Montserrat",
        "font-size": "13px",
        "color": "#15803d",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(134, 239, 172, 0.28)",
        "padding": {
          "top": "10px",
          "right": "14px",
          "bottom": "10px",
          "left": "14px"
        },
        "border": {
          "color": "rgba(34, 197, 94, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px"
      }
    }
  }
}
