{
  "theme_name": "Urban Flat",
  "theme_description": "Bold, tile-inspired flat design with crisp edges, bright accents, and zero gradients or shadows.",
  "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": "24px",
          "right": "20px",
          "bottom": "24px",
          "left": "20px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        },
        "border": {
          "color": "#d1d5da",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": ""
      }
    },
    "row_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "padding": {
          "top": "4px",
          "right": "0px",
          "bottom": "4px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "gap": "16px",
        "custom_css": ""
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#f3f4f6",
          "color": "#0f172a",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0)"
          },
          "custom_css": "transition: border-color 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#0078d4"
          },
          "custom_css": "outline: none; background-color: #eef2f6;"
        },
        "hover": {
          "border": {
            "color": "#0ea5e9"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "#f3f4f6",
          "color": "#0f172a",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "14px",
            "right": "16px",
            "bottom": "14px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0)"
          }
        },
        "focus": {
          "border": {
            "color": "#0078d4"
          },
          "custom_css": "background-color: #eef2f6;"
        },
        "hover": {
          "border": {
            "color": "#0ea5e9"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#f3f4f6",
          "color": "#0f172a",
          "placeholder_color": "rgba(100, 116, 139, 0.7)",
          "font-size": "15px",
          "border": {
            "color": "#cbd5e1",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "0px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0)"
          }
        },
        "focus": {
          "border": {
            "color": "#0078d4"
          },
          "custom_css": "background-color: #eef2f6;"
        },
        "hover": {
          "border": {
            "color": "#0ea5e9"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#0078d4",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#0078d4",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#0078d4",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#0078d4",
        "border": {
          "color": "#005a9e",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "transition: background-color 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#005a9e",
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "#0078d4",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#004d84",
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#e5e7eb",
        "border": {
          "color": "#cbd5e1",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "26px",
          "bottom": "12px",
          "left": "26px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "transition: background-color 0.2s ease;",
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "#d1d5db",
        "color": "#0f172a"
      },
      "focus": {
        "background-color": "#e5e7eb",
        "color": "#0f172a"
      },
      "active": {
        "background-color": "#cbd5e1",
        "color": "#0f172a"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#0ea5e9",
        "border": {
          "color": "#0b83bd",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "transition: background-color 0.2s ease;",
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#0284c7",
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "#0ea5e9",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#0369a1",
        "color": "#ffffff"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "15px",
        "color": "#ffffff",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "26px",
        "font-weight": "700",
        "letter-spacing": "-0.005em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "14px",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "21px",
        "color": "#0f172a",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "13px",
        "color": "rgba(71, 85, 105, 0.75)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "17px",
        "color": "#0f172a",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "13px",
        "color": "rgba(71, 85, 105, 0.7)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "13px",
        "color": "#0f172a",
        "font-weight": "600",
        "letter-spacing": "0.06em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "12px",
        "color": "rgba(100, 116, 139, 0.7)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "12px",
        "color": "#dc2626",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#fee2e2",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "#fca5a5",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Segoe UI, Inter, system-ui, sans-serif",
        "font-size": "13px",
        "color": "#15803d",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "#dcfce7",
        "padding": {
          "top": "10px",
          "right": "14px",
          "bottom": "10px",
          "left": "14px"
        },
        "border": {
          "color": "#4ade80",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "0px"
      }
    }
  }
}
