{
  "theme_name": "New Year Countdown",
  "theme_description": "Midnight celebration styling with confetti glow, metallic accents, and neon CTA buttons \u2014 ready for upcoming year launches.",
  "theme_category": "celebration",
  "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": "image",
        "background-color": "#0b0b16",
        "background-image": "frontend/images/themes/new-year-countdown/new_year_placeholder.svg",
        "background-size": "cover",
        "background-position": "center",
        "background-repeat": "no-repeat",
        "padding": {
          "top": "30px",
          "right": "28px",
          "bottom": "36px",
          "left": "28px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "24px",
          "left": "0px"
        },
        "border": {
          "color": "rgba(253, 216, 53, 0.45)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "24px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "20px",
          "blur": "44px",
          "spread": "0px",
          "color": "rgba(8, 8, 16, 0.65)"
        },
        "custom_css": "background-color: rgba(11,11,22,0.9); backdrop-filter: blur(6px) saturate(120%);"
      }
    },
    "row_style": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(8, 8, 16, 0.82)",
        "padding": {
          "top": "14px",
          "right": "18px",
          "bottom": "14px",
          "left": "18px"
        },
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "18px",
          "left": "0px"
        },
        "gap": "18px",
        "custom_css": "border-radius: 18px; border: 1px solid rgba(253,216,53,0.25); box-shadow: 0 12px 26px rgba(5,5,12,0.55);"
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(14, 14, 28, 0.95)",
          "color": "#fefce8",
          "placeholder_color": "rgba(254, 252, 232, 0.52)",
          "font-size": "15px",
          "border": {
            "color": "rgba(253, 216, 53, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "16px",
            "spread": "0px",
            "color": "rgba(253, 216, 53, 0.15)"
          },
          "custom_css": "transition: border-color 0.2s ease, box-shadow 0.2s ease;"
        },
        "focus": {
          "border": {
            "color": "#facc15"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(250, 204, 21, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "textarea": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(14, 14, 28, 0.95)",
          "color": "#fefce8",
          "placeholder_color": "rgba(254, 252, 232, 0.52)",
          "font-size": "15px",
          "border": {
            "color": "rgba(253, 216, 53, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "14px",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(253, 216, 53, 0.15)"
          }
        },
        "focus": {
          "border": {
            "color": "#facc15"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(250, 204, 21, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "select_input": {
        "default": {
          "background_mode": "single",
          "background-color": "rgba(14, 14, 28, 0.95)",
          "color": "#fefce8",
          "placeholder_color": "rgba(254, 252, 232, 0.52)",
          "font-size": "15px",
          "border": {
            "color": "rgba(253, 216, 53, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "4px",
            "blur": "16px",
            "spread": "0px",
            "color": "rgba(253, 216, 53, 0.15)"
          }
        },
        "focus": {
          "border": {
            "color": "#facc15"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "0px",
            "blur": "0px",
            "spread": "4px",
            "color": "rgba(250, 204, 21, 0.35)"
          }
        },
        "hover": {
          "border": {
            "color": "#fb923c"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#facc15",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          },
          "custom_css": "box-shadow: 0 3px 8px rgba(250,204,21,0.25);"
        },
        "focus": {
          "accent_color": "#facc15",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#facc15",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#facc15",
        "border": {
          "color": "#f59e0b",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "30px",
          "bottom": "12px",
          "left": "30px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "14px",
          "blur": "32px",
          "spread": "0px",
          "color": "rgba(250, 204, 21, 0.45)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#0b0b16"
      },
      "hover": {
        "background-color": "#fbbf24",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "18px",
          "blur": "36px",
          "spread": "0px",
          "color": "rgba(251, 191, 36, 0.5)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#0b0b16"
      },
      "focus": {
        "background-color": "#facc15",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(250, 204, 21, 0.45)"
        },
        "color": "#0b0b16"
      },
      "active": {
        "background-color": "#eab308",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(234, 179, 8, 0.4)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#0b0b16"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#161629",
        "border": {
          "color": "rgba(253, 216, 53, 0.3)",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "10px",
          "blur": "24px",
          "spread": "0px",
          "color": "rgba(5, 5, 12, 0.55)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#fefce8"
      },
      "hover": {
        "background-color": "#1f1f33",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "28px",
          "spread": "0px",
          "color": "rgba(5, 5, 12, 0.6)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#fefce8"
      },
      "focus": {
        "background-color": "#161629",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(253, 216, 53, 0.3)"
        },
        "color": "#fefce8"
      },
      "active": {
        "background-color": "#121223",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(5, 5, 12, 0.55)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#fefce8"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#fb923c",
        "border": {
          "color": "#f97316",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "28px",
          "bottom": "12px",
          "left": "28px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "12px",
          "blur": "30px",
          "spread": "0px",
          "color": "rgba(251, 146, 60, 0.45)"
        },
        "custom_css": "transition: transform 0.2s ease, box-shadow 0.2s ease;",
        "color": "#0b0b16"
      },
      "hover": {
        "background-color": "#f97316",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "16px",
          "blur": "34px",
          "spread": "0px",
          "color": "rgba(249, 115, 22, 0.5)"
        },
        "custom_css": "transform: translateY(-1px);",
        "color": "#0b0b16"
      },
      "focus": {
        "background-color": "#fb923c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(251, 146, 60, 0.45)"
        },
        "color": "#0b0b16"
      },
      "active": {
        "background-color": "#ea580c",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "22px",
          "spread": "0px",
          "color": "rgba(234, 88, 12, 0.4)"
        },
        "custom_css": "transform: translateY(0);",
        "color": "#0b0b16"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "15px",
        "color": "#fefce8",
        "font-weight": "600",
        "letter-spacing": "0.04em",
        "text-transform": "uppercase",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "'Playfair Display', 'Georgia', serif",
        "font-size": "28px",
        "color": "#fefce8",
        "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": "14px",
        "color": "rgba(254, 252, 232, 0.78)",
        "font-weight": "400",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "'Playfair Display', 'Georgia', serif",
        "font-size": "22px",
        "color": "#fefce8",
        "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": "13px",
        "color": "rgba(254, 252, 232, 0.7)",
        "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": "18px",
        "color": "#facc15",
        "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": "13px",
        "color": "rgba(250, 204, 21, 0.85)",
        "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": "13px",
        "color": "#fefce8",
        "font-weight": "600",
        "letter-spacing": "0.05em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "12px",
        "color": "rgba(254, 252, 232, 0.65)",
        "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": "#f87171",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(254, 226, 226, 0.95)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(248, 113, 113, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "'Inter', 'Roboto', system-ui, -apple-system, sans-serif",
        "font-size": "13px",
        "color": "#22c55e",
        "font-weight": "500",
        "letter-spacing": "0",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(22, 101, 52, 0.2)",
        "padding": {
          "top": "12px",
          "right": "14px",
          "bottom": "12px",
          "left": "14px"
        },
        "border": {
          "color": "rgba(34, 197, 94, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px"
      }
    }
  }
}
