{
  "theme_name": "Striped Gradient",
  "theme_description": "Elegant theme with subtle diagonal striped background, skeuomorphic gradient buttons, and rounded corners creating a sophisticated, tactile interface.",
  "theme_category": "modern",
  "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": "#f5f3f0",
        "padding": {
          "top": "28px",
          "right": "28px",
          "bottom": "28px",
          "left": "28px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        },
        "border": {
          "color": "#d4c5b9",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "2px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "24px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.08)"
        },
        "custom_css": "background: repeating-linear-gradient(45deg, #f5f3f0, #f5f3f0 10px, #faf8f5 10px, #faf8f5 20px);"
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "20px",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "#ffffff",
          "color": "#2c2416",
          "placeholder_color": "#a39a8f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#d4c5b9",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#8b7355",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#fffbf8",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(139,115,85,0.1)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#c9b8ad",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fefdfb",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.06)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "#ffffff",
          "color": "#2c2416",
          "placeholder_color": "#a39a8f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#d4c5b9",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#8b7355",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#fffbf8",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(139,115,85,0.1)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#c9b8ad",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fefdfb",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.06)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "#ffffff",
          "color": "#2c2416",
          "placeholder_color": "#a39a8f",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "#d4c5b9",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "4px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.04)"
          }
        },
        "focus": {
          "border": {
            "color": "#8b7355",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "3px",
              "left": "2px"
            }
          },
          "background-color": "#fffbf8",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "12px",
            "spread": "0px",
            "color": "rgba(139,115,85,0.1)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#c9b8ad",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "2px",
              "left": "1px"
            }
          },
          "background-color": "#fefdfb",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "3px",
            "blur": "8px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.06)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#8b7355",
          "size": "18px",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#a39a8f",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#8b7355",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "600",
        "color": "#ffffff",
        "letter-spacing": "0.3px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#8b7355",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#6b5444",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.2)"
        },
        "custom_css": "background: linear-gradient(180deg, #a39a8f 0%, #8b7355 50%, #7a6348 100%); border-color: #6b5444;",
        "color": "#ffffff"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.3)"
        },
        "custom_css": "background: linear-gradient(180deg, #b5a89a 0%, #9d8c71 50%, #8c7a5f 100%);",
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(139,115,85,0.2)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.2)"
        },
        "custom_css": "background: linear-gradient(180deg, #7a6348 0%, #6b5444 50%, #5a4838 100%);",
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#e8e1d8",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#d4c5b9",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.1)"
        },
        "custom_css": "background: linear-gradient(180deg, #f5f1eb 0%, #e8e1d8 50%, #ddd2c8 100%); color: #2c2416;",
        "color": "#1f2937"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.15)"
        },
        "custom_css": "background: linear-gradient(180deg, #faf6f1 0%, #ede6dd 50%, #e2d7cd 100%); color: #2c2416;",
        "color": "#1f2937"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(212,197,185,0.3)"
        },
        "outline": "none",
        "color": "#1f2937"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.1)"
        },
        "custom_css": "background: linear-gradient(180deg, #ddd2c8 0%, #d4c5b9 50%, #c9b8ad 100%); color: #2c2416;",
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#8b7355",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border-radius": "8px",
        "border": {
          "color": "#6b5444",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "3px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.2)"
        },
        "custom_css": "background: linear-gradient(180deg, #a39a8f 0%, #8b7355 50%, #7a6348 100%); border-color: #6b5444;",
        "color": "#ffffff"
      },
      "hover": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "3px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.3)"
        },
        "custom_css": "background: linear-gradient(180deg, #b5a89a 0%, #9d8c71 50%, #8c7a5f 100%);",
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(139,115,85,0.2)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.2)"
        },
        "custom_css": "background: linear-gradient(180deg, #7a6348 0%, #6b5444 50%, #5a4838 100%);",
        "color": "#ffffff"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter",
        "font-size": "28px",
        "font-weight": "700",
        "letter-spacing": "-0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "22px",
        "color": "#2c2416",
        "font-weight": "700",
        "letter-spacing": "-0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#6b5f54",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "17px",
        "color": "#2c2416",
        "font-weight": "700",
        "letter-spacing": "-0.3px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#8b7f74",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#2c2416",
        "font-weight": "600",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#a39a8f",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#c53030",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "transparent",
        "padding": {
          "top": "4px",
          "right": "0px",
          "bottom": "4px",
          "left": "0px"
        },
        "margin": {
          "top": "4px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#22543d",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#f0fdf4",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "border": {
          "color": "#86efac",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "2px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "4px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.04)"
        }
      }
    }
  }
}
