{
  "theme_name": "Squared Clarity",
  "theme_description": "Clean, high-contrast layout with square geometry, Roboto typography, and bold citrus buttons on a crisp white canvas.",
  "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)"
        },
        "custom_css": ""
      }
    },
    "page_style": {
      "default": {
        "background_mode": "single",
        "background-color": "#ffffff",
        "padding": {
          "top": "28px",
          "right": "24px",
          "bottom": "32px",
          "left": "24px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "24px",
          "left": "0px"
        },
        "border": {
          "color": "#d1d5db",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.08)"
        },
        "custom_css": ""
      }
    },
    "row_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "gap": "18px",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "24px",
          "left": "0px"
        },
        "custom_css": ""
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1f2937",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#94a3b8",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "2px",
              "left": "2px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "6px",
            "spread": "0px",
            "color": "rgba(148, 163, 184, 0.15)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#2563eb"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(37, 99, 235, 0.15)"
          },
          "custom_css": "outline: none;"
        },
        "hover": {
          "border": {
            "color": "#64748b"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1f2937",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#94a3b8",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "2px",
              "left": "2px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "14px",
            "right": "16px",
            "bottom": "14px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "6px",
            "spread": "0px",
            "color": "rgba(148, 163, 184, 0.15)"
          },
          "custom_css": "transition: all 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#2563eb"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(37, 99, 235, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "#64748b"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#1f2937",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#94a3b8",
            "width": {
              "top": "2px",
              "right": "2px",
              "bottom": "2px",
              "left": "2px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "6px",
            "spread": "0px",
            "color": "rgba(148, 163, 184, 0.15)"
          }
        },
        "focus": {
          "border": {
            "color": "#2563eb"
          }
        },
        "hover": {
          "border": {
            "color": "#64748b"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#2563eb",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);"
        },
        "focus": {
          "accent_color": "#2563eb",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#2563eb",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#facc15",
        "border": {
          "color": "#eab308",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(250, 204, 21, 0.35)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "#fde047",
        "border": {
          "color": "#facc15"
        },
        "color": "#111827"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(250, 204, 21, 0.35)"
        },
        "color": "#111827"
      },
      "active": {
        "background-color": "#fbbf24",
        "border": {
          "color": "#d97706"
        },
        "color": "#111827"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#f1f5f9",
        "border": {
          "color": "#cbd5e1",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.1)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "#e2e8f0",
        "border": {
          "color": "#94a3b8"
        },
        "color": "#111827"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(148, 163, 184, 0.25)"
        },
        "color": "#111827"
      },
      "active": {
        "background-color": "#cbd5e1",
        "color": "#111827"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#4ade80",
        "border": {
          "color": "#22c55e",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(34, 197, 94, 0.35)"
        },
        "custom_css": "transition: all 0.2s ease;",
        "color": "#0f172a"
      },
      "hover": {
        "background-color": "#86efac",
        "border": {
          "color": "#4ade80"
        },
        "color": "#0f172a"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(34, 197, 94, 0.3)"
        },
        "color": "#0f172a"
      },
      "active": {
        "background-color": "#22c55e",
        "border": {
          "color": "#16a34a"
        },
        "color": "#0f172a"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Roboto",
        "font-size": "15px",
        "color": "#1f2937",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Roboto",
        "font-size": "26px",
        "font-weight": "700",
        "letter-spacing": "-0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Roboto",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Roboto",
        "font-size": "21px",
        "color": "#0f172a",
        "font-weight": "600",
        "letter-spacing": "-0.005em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Roboto",
        "font-size": "14px",
        "color": "#475569",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Roboto",
        "font-size": "17px",
        "color": "#1f2937",
        "font-weight": "600",
        "letter-spacing": "0.01em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Roboto",
        "font-size": "13px",
        "color": "#475569",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Roboto",
        "font-size": "13px",
        "color": "#1f2937",
        "font-weight": "600",
        "letter-spacing": "0.08em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Roboto",
        "font-size": "12px",
        "color": "#64748b",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Roboto",
        "font-size": "12px",
        "color": "#dc2626",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(252, 165, 165, 0.2)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "#fca5a5",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Roboto",
        "font-size": "13px",
        "color": "#15803d",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(187, 247, 208, 0.3)",
        "padding": {
          "top": "10px",
          "right": "14px",
          "bottom": "10px",
          "left": "14px"
        },
        "border": {
          "color": "#4ade80",
          "width": {
            "top": "2px",
            "right": "2px",
            "bottom": "2px",
            "left": "2px"
          },
          "style": "solid"
        },
        "border-radius": "0px"
      }
    }
  }
}
