{
  "theme_name": "Dark Elegant",
  "theme_description": "Moody charcoal palette with high-contrast typography and refined lines, perfect for luxury services and boutique experiences.",
  "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": "#1f2937",
        "padding": {
          "top": "24px",
          "right": "24px",
          "bottom": "24px",
          "left": "24px"
        },
        "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": "8px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    },
    "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": "#2d3748",
          "color": "#f3f4f6",
          "placeholder_color": "#9ca3af",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "14px",
            "bottom": "12px",
            "left": "14px"
          },
          "border": {
            "color": "#4b5563",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#d4af37"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(212,175,55,0.2)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#6b7280"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "#2d3748",
          "color": "#f3f4f6",
          "placeholder_color": "#9ca3af",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "14px",
            "bottom": "12px",
            "left": "14px"
          },
          "border": {
            "color": "#4b5563",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#d4af37"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(212,175,55,0.2)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#6b7280"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "#2d3748",
          "color": "#f3f4f6",
          "placeholder_color": "#9ca3af",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "14px",
            "bottom": "12px",
            "left": "14px"
          },
          "border": {
            "color": "#4b5563",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "8px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "#d4af37"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(212,175,55,0.2)"
          },
          "outline": "none"
        },
        "hover": {
          "border": {
            "color": "#6b7280"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#d4af37",
          "size": "18px",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#e5c158",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#d4af37",
          "margin": {
            "top": "4px",
            "right": "5px",
            "bottom": "4px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "600",
        "color": "#ffffff",
        "letter-spacing": "0.5px",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#d4af37",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border-radius": "6px",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(212,175,55,0.3)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#c9a227",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(212,175,55,0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(212,175,55,0.3)"
        },
        "outline": "0",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#b89320",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(212,175,55,0.4)"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#4b5563",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border-radius": "6px",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#5a6268",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.2)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(75,85,99,0.4)"
        },
        "outline": "0",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#3b4149",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "1px",
          "blur": "4px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.3)"
        },
        "color": "#ffffff"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#10b981",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border-radius": "6px",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(16,185,129,0.3)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#059669",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(16,185,129,0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(16,185,129,0.3)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#047857",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(16,185,129,0.4)"
        },
        "color": "#ffffff"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter",
        "font-size": "28px",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "22px",
        "color": "#f3f4f6",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#d1d5db",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "17px",
        "color": "#f3f4f6",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#d1d5db",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "color": "#f3f4f6",
        "font-weight": "600",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#9ca3af",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#f87171",
        "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": "#86efac",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#064e3b",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "border": {
          "color": "#34d399",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    }
  }
}
