{
  "theme_name": "Glassmorphism",
  "theme_description": "Frosted glass layers and soft gradients deliver a modern UI vibe. Ideal for digital product showcases and contemporary campaigns.",
  "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-color": "rgba(255, 255, 255, 0.7)",
        "padding": {
          "top": "28px",
          "right": "28px",
          "bottom": "28px",
          "left": "28px"
        },
        "margin": {
          "top": "8px",
          "right": "8px",
          "bottom": "16px",
          "left": "8px"
        },
        "border": {
          "color": "rgba(255, 255, 255, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "20px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "32px",
          "spread": "0px",
          "color": "rgba(0,0,0,0.1)"
        },
        "custom_css": "backdrop-filter: blur(10px);"
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "16px",
        "padding": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.5)",
          "color": "#2d3748",
          "placeholder_color": "#a0aec0",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "rgba(255, 255, 255, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "rgba(255, 255, 255, 0.5)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "2px",
            "color": "rgba(255,255,255,0.4)"
          }
        },
        "hover": {
          "background-color": "rgba(255, 255, 255, 0.6)",
          "border": {
            "color": "rgba(255, 255, 255, 0.4)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.5)",
          "color": "#2d3748",
          "placeholder_color": "#a0aec0",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "rgba(255, 255, 255, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "rgba(255, 255, 255, 0.5)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "2px",
            "color": "rgba(255,255,255,0.4)"
          }
        },
        "hover": {
          "background-color": "rgba(255, 255, 255, 0.6)",
          "border": {
            "color": "rgba(255, 255, 255, 0.4)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.5)",
          "color": "#2d3748",
          "placeholder_color": "#a0aec0",
          "font-size": "14px",
          "padding": {
            "top": "10px",
            "right": "12px",
            "bottom": "10px",
            "left": "12px"
          },
          "border": {
            "color": "rgba(255, 255, 255, 0.3)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0,0,0,0)"
          }
        },
        "focus": {
          "border": {
            "color": "rgba(255, 255, 255, 0.5)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "2px",
            "color": "rgba(255,255,255,0.4)"
          }
        },
        "hover": {
          "background-color": "rgba(255, 255, 255, 0.6)",
          "border": {
            "color": "rgba(255, 255, 255, 0.4)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#4299e1",
          "size": "18px",
          "margin": {
            "top": "6px",
            "right": "5px",
            "bottom": "6px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#2563eb",
          "margin": {
            "top": "6px",
            "right": "5px",
            "bottom": "6px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#2563eb",
          "margin": {
            "top": "6px",
            "right": "5px",
            "bottom": "6px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "600",
        "color": "#ffffff",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background-color": "rgba(66, 153, 225, 0.8)",
        "padding": {
          "top": "10px",
          "right": "24px",
          "bottom": "10px",
          "left": "24px"
        },
        "border-radius": "12px",
        "border": {
          "color": "rgba(255, 255, 255, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(66,153,225,0.3)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "rgba(49, 130, 206, 0.9)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(66,153,225,0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "rgba(49, 130, 206, 0.9)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(66,153,225,0.4)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "rgba(35, 106, 166, 0.95)",
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background-color": "rgba(226, 232, 240, 0.6)",
        "padding": {
          "top": "10px",
          "right": "24px",
          "bottom": "10px",
          "left": "24px"
        },
        "border-radius": "12px",
        "border": {
          "color": "rgba(255, 255, 255, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        },
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "rgba(203, 213, 225, 0.7)",
        "color": "#1f2937"
      },
      "focus": {
        "background-color": "rgba(203, 213, 225, 0.7)",
        "outline": "none",
        "color": "#1f2937"
      },
      "active": {
        "background-color": "rgba(187, 201, 219, 0.8)",
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background-color": "rgba(72, 187, 120, 0.8)",
        "padding": {
          "top": "10px",
          "right": "24px",
          "bottom": "10px",
          "left": "24px"
        },
        "border-radius": "12px",
        "border": {
          "color": "rgba(255, 255, 255, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(72,187,120,0.3)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "rgba(56, 161, 105, 0.9)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(72,187,120,0.4)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "rgba(56, 161, 105, 0.9)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(72,187,120,0.4)"
        },
        "outline": "none",
        "color": "#ffffff"
      },
      "active": {
        "background-color": "rgba(40, 137, 81, 0.95)",
        "color": "#ffffff"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Inter",
        "font-size": "26px",
        "font-weight": "700",
        "letter-spacing": "0px",
        "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": "20px",
        "color": "#1a202c",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#718096",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "color": "#1a202c",
        "font-weight": "700",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#718096",
        "font-weight": "400",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "color": "#2d3748",
        "font-weight": "600",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "color": "#a0aec0",
        "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": "13px",
        "color": "#22543d",
        "font-weight": "500",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(198, 239, 206, 0.5)",
        "padding": {
          "top": "10px",
          "right": "12px",
          "bottom": "10px",
          "left": "12px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "16px",
          "left": "0px"
        },
        "border": {
          "color": "rgba(118, 184, 82, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0,0,0,0)"
        }
      }
    }
  }
}
