{
  "theme_name": "Executive",
  "theme_description": "Structured corporate layout with confident typography and restrained accents, ideal for executive dashboards and enterprise forms.",
  "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": "gradient",
        "background-color": "#ffffff",
        "gradient_color_1": "#f8fafc",
        "gradient_color_2": "#f1f5f9",
        "gradient_angle": "180deg",
        "border": {
          "color": "#e2e8f0",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px",
        "padding": {
          "top": "24px",
          "right": "24px",
          "bottom": "24px",
          "left": "24px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.08)"
        },
        "custom_css": "backdrop-filter: blur(10px);"
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "20px",
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        },
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1e293b",
          "placeholder_color": "#94a3b8",
          "font-size": "14px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "6px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "2px",
            "spread": "0px",
            "color": "rgba(15, 23, 42, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#334155"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(51, 65, 85, 0.1)"
          }
        },
        "hover": {
          "border": {
            "color": "#94a3b8"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1e293b",
          "placeholder_color": "#94a3b8",
          "font-size": "14px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "6px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "2px",
            "spread": "0px",
            "color": "rgba(15, 23, 42, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease; min-height: 100px;"
        },
        "focus": {
          "border": {
            "color": "#334155"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(51, 65, 85, 0.1)"
          }
        },
        "hover": {
          "border": {
            "color": "#94a3b8"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1e293b",
          "placeholder_color": "#94a3b8",
          "font-size": "14px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "6px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "1px",
            "blur": "2px",
            "spread": "0px",
            "color": "rgba(15, 23, 42, 0.05)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#334155"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "3px",
            "color": "rgba(51, 65, 85, 0.1)"
          }
        },
        "hover": {
          "border": {
            "color": "#94a3b8"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#1e293b",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "accent_color": "#1e293b",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#1e293b",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#1e293b",
        "gradient_color_1": "#1e293b",
        "gradient_color_2": "#334155",
        "gradient_angle": "135deg",
        "border": {
          "color": "#1e293b",
          "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(30, 41, 59, 0.3)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#334155",
        "gradient_color_2": "#475569",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(30, 41, 59, 0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(30, 41, 59, 0.2)"
        },
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#0f172a",
        "gradient_color_2": "#1e293b",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "6px",
          "spread": "0px",
          "color": "rgba(30, 41, 59, 0.35)"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#f1f5f9",
        "border": {
          "color": "#cbd5e1",
          "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(15, 23, 42, 0.08)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "#e2e8f0",
        "border": {
          "color": "#94a3b8"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "10px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.12)"
        },
        "color": "#1f2937"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(203, 213, 225, 0.5)"
        },
        "color": "#1f2937"
      },
      "active": {
        "background-color": "#cbd5e1",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "1px",
          "blur": "3px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.1)"
        },
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#1e293b",
        "gradient_color_1": "#1e293b",
        "gradient_color_2": "#334155",
        "gradient_angle": "135deg",
        "border": {
          "color": "#1e293b",
          "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(30, 41, 59, 0.3)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#334155",
        "gradient_color_2": "#475569",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(30, 41, 59, 0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(30, 41, 59, 0.2)"
        },
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#0f172a",
        "gradient_color_2": "#1e293b",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "6px",
          "spread": "0px",
          "color": "rgba(30, 41, 59, 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": "600",
        "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": "#1e293b",
        "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(71, 85, 105, 1)",
        "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": "#1e293b",
        "font-weight": "600",
        "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(71, 85, 105, 1)",
        "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": "#1e293b",
        "font-weight": "600",
        "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(71, 85, 105, 1)",
        "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": "#b91c1c",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#fef2f2",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(185, 28, 28, 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": "#14532d",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#ecfdf5",
        "padding": {
          "top": "14px",
          "right": "18px",
          "bottom": "14px",
          "left": "18px"
        },
        "border": {
          "color": "rgba(22, 101, 52, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    }
  }
}
