{
  "theme_name": "Framework Emerald",
  "theme_description": "Clean framework-inspired surfaces with emerald accents, rounded controls, and focus on typography and buttons only.",
  "theme_category": "minimal",
  "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": "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": ""
      }
    },
    "row_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"
        },
        "gap": "0px",
        "custom_css": ""
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#212529",
          "placeholder_color": "rgba(33, 37, 41, 0.5)",
          "font-size": "15px",
          "border": {
            "color": "#ced4da",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "4px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "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, box-shadow 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#198754"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(25, 135, 84, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "#adb5bd"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#212529",
          "placeholder_color": "rgba(33, 37, 41, 0.5)",
          "font-size": "15px",
          "border": {
            "color": "#ced4da",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "4px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0)"
          }
        },
        "focus": {
          "border": {
            "color": "#198754"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(25, 135, 84, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "#adb5bd"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "#ffffff",
          "color": "#212529",
          "placeholder_color": "rgba(33, 37, 41, 0.5)",
          "font-size": "15px",
          "border": {
            "color": "#ced4da",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "4px",
          "padding": {
            "top": "10px",
            "right": "14px",
            "bottom": "10px",
            "left": "14px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "0px",
            "color": "rgba(0, 0, 0, 0)"
          }
        },
        "focus": {
          "border": {
            "color": "#198754"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(25, 135, 84, 0.15)"
          }
        },
        "hover": {
          "border": {
            "color": "#adb5bd"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#198754",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#198754",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#198754",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#198754",
        "border": {
          "color": "#198754",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px",
        "padding": {
          "top": "10px",
          "right": "18px",
          "bottom": "10px",
          "left": "18px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "",
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#157347",
        "border": {
          "color": "#146c43"
        },
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "#198754",
        "border": {
          "color": "#146c43"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(25, 135, 84, 0.35)"
        },
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#146c43",
        "border": {
          "color": "#0f5132"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "border": {
          "color": "#ced4da",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px",
        "padding": {
          "top": "10px",
          "right": "18px",
          "bottom": "10px",
          "left": "18px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "",
        "color": "#212529"
      },
      "hover": {
        "background-color": "rgba(0,0,0,0.02)",
        "border": {
          "color": "#adb5bd"
        },
        "color": "#212529"
      },
      "focus": {
        "background-color": "transparent",
        "border": {
          "color": "#adb5bd"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(173, 181, 189, 0.4)"
        },
        "color": "#212529"
      },
      "active": {
        "background-color": "rgba(0,0,0,0.04)",
        "border": {
          "color": "#adb5bd"
        },
        "color": "#212529"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#198754",
        "border": {
          "color": "#198754",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px",
        "padding": {
          "top": "10px",
          "right": "18px",
          "bottom": "10px",
          "left": "18px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        },
        "custom_css": "",
        "color": "#ffffff"
      },
      "hover": {
        "background-color": "#157347",
        "border": {
          "color": "#146c43"
        },
        "color": "#ffffff"
      },
      "focus": {
        "background-color": "#198754",
        "border": {
          "color": "#146c43"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "3px",
          "color": "rgba(25, 135, 84, 0.35)"
        },
        "color": "#ffffff"
      },
      "active": {
        "background-color": "#146c43",
        "border": {
          "color": "#0f5132"
        },
        "color": "#ffffff"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "15px",
        "color": "#ffffff",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "24px",
        "color": "#212529",
        "font-weight": "600",
        "letter-spacing": "-0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "15px",
        "color": "#495057",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "20px",
        "color": "#212529",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "14px",
        "color": "#495057",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "16px",
        "color": "#212529",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "14px",
        "color": "#6c757d",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "14px",
        "color": "#212529",
        "font-weight": "600",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "#6c757d",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "12px",
        "color": "#dc3545",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(248, 215, 218, 0.9)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(220, 53, 69, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "#0f5132",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(209, 231, 221, 0.9)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(25, 135, 84, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "4px"
      }
    }
  }
}
