{
  "theme_name": "Prismatic Pulse",
  "theme_description": "Immersive neon gradients, sculpted rows, and reactive field states that highlight the full expressiveness of GriffinForms theming.",
  "theme_category": "vibrant",
  "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",
        "gradient_color_1": "#050816",
        "gradient_color_2": "#111827",
        "gradient_angle": "135deg",
        "border": {
          "color": "rgba(59, 130, 246, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "18px",
        "padding": {
          "top": "28px",
          "right": "32px",
          "bottom": "32px",
          "left": "32px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "18px",
          "blur": "40px",
          "spread": "0px",
          "color": "rgba(15, 23, 42, 0.65)"
        }
      }
    },
    "row_style": {
      "default": {
        "background-color": "rgba(15, 23, 42, 0.85)",
        "border": {
          "color": "rgba(148, 163, 184, 0.2)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "16px",
        "gap": "18px",
        "padding": {
          "top": "18px",
          "right": "18px",
          "bottom": "18px",
          "left": "18px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "20px",
          "left": "0px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "18px",
          "spread": "0px",
          "color": "rgba(8, 47, 73, 0.45)"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "#0b1224",
          "color": "#e2e8f0",
          "placeholder_color": "#64748b",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(59, 130, 246, 0.6)",
            "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)"
          },
          "custom_css": "transition: border-color 0.2s ease, box-shadow 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#a855f7"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(168, 85, 247, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#334155"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "#0b1224",
          "color": "#e2e8f0",
          "placeholder_color": "#64748b",
          "font-size": "15px",
          "padding": {
            "top": "14px",
            "right": "16px",
            "bottom": "14px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(59, 130, 246, 0.6)",
            "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)"
          },
          "custom_css": "min-height: 150px;"
        },
        "focus": {
          "border": {
            "color": "#a855f7"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "14px",
            "spread": "0px",
            "color": "rgba(168, 85, 247, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#334155"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "#0b1224",
          "color": "#e2e8f0",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "rgba(59, 130, 246, 0.6)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "custom_css": "background-origin: border-box;"
        },
        "focus": {
          "border": {
            "color": "#0ea5e9"
          }
        },
        "hover": {
          "border": {
            "color": "#475569"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#a855f7",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "filter: drop-shadow(0 0 6px rgba(168,85,247,0.35));"
        },
        "hover": {
          "accent_color": "#c084fc",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#818cf8",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "gradient",
        "gradient_color_1": "#6366f1",
        "gradient_color_2": "#22d3ee",
        "gradient_angle": "110deg",
        "color": "#f8fafc",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "18px",
          "blur": "32px",
          "spread": "0px",
          "color": "rgba(79, 70, 229, 0.45)"
        }
      },
      "hover": {
        "gradient_color_1": "#818cf8",
        "gradient_color_2": "#38bdf8"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(34, 211, 238, 0.55)"
        }
      },
      "active": {
        "background-color": "#4338ca"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(148, 163, 184, 0.15)",
        "color": "#e2e8f0",
        "padding": {
          "top": "10px",
          "right": "22px",
          "bottom": "10px",
          "left": "22px"
        },
        "border": {
          "color": "rgba(148, 163, 184, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px"
      },
      "hover": {
        "background-color": "rgba(148, 163, 184, 0.3)"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#1d4ed8",
        "color": "#f8fafc",
        "padding": {
          "top": "11px",
          "right": "24px",
          "bottom": "11px",
          "left": "24px"
        },
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px"
      },
      "hover": {
        "background-color": "#2563eb"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Space Grotesk",
        "font-size": "15px",
        "font-weight": "600",
        "color": "#f8fafc",
        "letter-spacing": "0.4px",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Space Grotesk",
        "font-size": "28px",
        "font-weight": "600",
        "color": "#e0f2fe",
        "letter-spacing": "0.5px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#cbd5f5",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Space Grotesk",
        "font-size": "22px",
        "font-weight": "600",
        "color": "#bae6fd",
        "letter-spacing": "0.2px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#94a3b8",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Space Grotesk",
        "font-size": "18px",
        "font-weight": "500",
        "color": "#e0f2fe",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#94a3b8",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "500",
        "color": "#cbd5f5",
        "letter-spacing": "0.2px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#94a3b8",
        "letter-spacing": "0px",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "12px",
        "font-weight": "400",
        "color": "#fda4af",
        "text-align": "left",
        "background-color": "rgba(239, 68, 68, 0.1)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(248, 113, 113, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#bbf7d0",
        "background-color": "rgba(16, 185, 129, 0.12)",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "border": {
          "color": "rgba(74, 222, 128, 0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "18px",
          "spread": "0px",
          "color": "rgba(34, 197, 94, 0.25)"
        }
      }
    },
    "custom_css": "prismatic_pulse.css"
  }
}
