{
  "theme_name": "Halloween Haze",
  "theme_description": "Moody twilight backdrop with tasteful texture, warm pumpkin accents, and modern typography.",
  "theme_category": "seasonal",
  "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": "image",
        "background-color": "#18111f",
        "background-image": "frontend/images/themes/halloween-haze/halloween_texture.png",
        "background-size": "240px 240px",
        "background-position": "top left",
        "background-repeat": "repeat",
        "padding": {
          "top": "24px",
          "right": "22px",
          "bottom": "28px",
          "left": "22px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        },
        "border": {
          "color": "rgba(248, 180, 107, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "20px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "32px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0.4)"
        },
        "custom_css": ""
      }
    },
    "row_style": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(19, 13, 28, 0.92)",
        "padding": {
          "top": "12px",
          "right": "16px",
          "bottom": "12px",
          "left": "16px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "gap": "18px",
        "custom_css": "border-radius: 14px; border: 1px solid rgba(253,186,116,0.18);"
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(24, 17, 31, 0.95)",
          "color": "#fdf4ff",
          "placeholder_color": "rgba(248, 180, 107, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(248, 180, 107, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0.35)"
          },
          "custom_css": "transition: border-color 0.2s ease, box-shadow 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#f97316"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(249, 115, 22, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(24, 17, 31, 0.95)",
          "color": "#fdf4ff",
          "placeholder_color": "rgba(248, 180, 107, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(248, 180, 107, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "padding": {
            "top": "14px",
            "right": "16px",
            "bottom": "14px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0.35)"
          }
        },
        "focus": {
          "border": {
            "color": "#f97316"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(249, 115, 22, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(24, 17, 31, 0.95)",
          "color": "#fdf4ff",
          "placeholder_color": "rgba(248, 180, 107, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "rgba(248, 180, 107, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0.35)"
          }
        },
        "focus": {
          "border": {
            "color": "#f97316"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#f97316",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "box-shadow: 0 3px 8px rgba(0,0,0,0.25);"
        },
        "focus": {
          "accent_color": "#f97316",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#f97316",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#f97316",
        "border": {
          "color": "#ea580c",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "24px",
          "spread": "0px",
          "color": "rgba(249, 115, 22, 0.35)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#1b0f19"
      },
      "hover": {
        "background-color": "#fb923c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "16px",
          "blur": "30px",
          "spread": "0px",
          "color": "rgba(249, 115, 22, 0.4)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#1b0f19"
      },
      "focus": {
        "background-color": "#f97316",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(249, 115, 22, 0.35)"
        },
        "color": "#1b0f19"
      },
      "active": {
        "background-color": "#ea580c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "18px",
          "spread": "0px",
          "color": "rgba(249, 115, 22, 0.3)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#1b0f19"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(255, 255, 255, 0.08)",
        "border": {
          "color": "rgba(248, 180, 107, 0.25)",
          "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": "8px",
          "blur": "18px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0.25)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#fdf4ff"
      },
      "hover": {
        "background-color": "rgba(255, 255, 255, 0.12)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "10px",
          "blur": "22px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0.28)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#fdf4ff"
      },
      "focus": {
        "background-color": "rgba(255, 255, 255, 0.08)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(248, 180, 107, 0.25)"
        },
        "color": "#fdf4ff"
      },
      "active": {
        "background-color": "rgba(255, 255, 255, 0.18)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0.22)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#fdf4ff"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#fb923c",
        "border": {
          "color": "#ea580c",
          "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": "10px",
          "blur": "22px",
          "spread": "0px",
          "color": "rgba(251, 146, 60, 0.3)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#1b0f19"
      },
      "hover": {
        "background-color": "#fdba74",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "26px",
          "spread": "0px",
          "color": "rgba(251, 146, 60, 0.32)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#1b0f19"
      },
      "focus": {
        "background-color": "#fb923c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(251, 146, 60, 0.35)"
        },
        "color": "#1b0f19"
      },
      "active": {
        "background-color": "#ea580c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(251, 146, 60, 0.28)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#1b0f19"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "15px",
        "color": "#1b0f19",
        "font-weight": "600",
        "letter-spacing": "0.04em",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "27px",
        "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": "#fef3c7",
        "font-weight": "600",
        "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(252, 211, 77, 0.8)",
        "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": "#fef3c7",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "rgba(252, 211, 77, 0.75)",
        "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": "#fef3c7",
        "font-weight": "600",
        "letter-spacing": "0.05em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "12px",
        "color": "rgba(252, 211, 77, 0.65)",
        "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": "#f87171",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(239, 68, 68, 0.15)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(239, 68, 68, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter, system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "#22c55e",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(220, 252, 231, 0.9)",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "border": {
          "color": "rgba(74, 222, 128, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px"
      }
    }
  }
}
