diff --git a/.architecture-rules/frontend.yaml b/.architecture-rules/frontend.yaml
index 8c8274e1..e4b9ac5b 100644
--- a/.architecture-rules/frontend.yaml
+++ b/.architecture-rules/frontend.yaml
@@ -1027,9 +1027,9 @@ frontend_component_rules:
file_pattern: "app/**/templates/**/*.html"
anti_patterns:
- "url_for\\(\\s*['\"]\\w+_static['\"]\\s*,\\s*path=['\"][^'\"]+\\.(?:js|css)['\"]"
+ - "url_for\\(\\s*['\"]static['\"]\\s*,\\s*path=['\"][^'\"]+\\.(?:js|css)['\"]"
- "(?:src|href)=['\"]/static/[^'\"]+\\.(?:js|css)['\"]"
exceptions:
- - "base.html"
- "partials/"
# ============================================================================
diff --git a/app/modules/customers/templates/customers/storefront/forgot-password.html b/app/modules/customers/templates/customers/storefront/forgot-password.html
index fcabb6ad..aa8ff2d4 100644
--- a/app/modules/customers/templates/customers/storefront/forgot-password.html
+++ b/app/modules/customers/templates/customers/storefront/forgot-password.html
@@ -39,7 +39,7 @@
{# Tailwind CSS v4 (built locally via standalone CLI) #}
-
+
diff --git a/app/modules/customers/templates/customers/storefront/login.html b/app/modules/customers/templates/customers/storefront/login.html
index 8430b8e5..c5011b1d 100644
--- a/app/modules/customers/templates/customers/storefront/login.html
+++ b/app/modules/customers/templates/customers/storefront/login.html
@@ -38,7 +38,7 @@
{# Tailwind CSS v4 (built locally via standalone CLI) #}
-
+
@@ -182,7 +182,7 @@
-
+
diff --git a/app/modules/customers/templates/customers/storefront/register.html b/app/modules/customers/templates/customers/storefront/register.html
index 06caebab..23f2cdcb 100644
--- a/app/modules/customers/templates/customers/storefront/register.html
+++ b/app/modules/customers/templates/customers/storefront/register.html
@@ -39,7 +39,7 @@
{# Tailwind CSS v4 (built locally via standalone CLI) #}
-
+
diff --git a/app/modules/customers/templates/customers/storefront/reset-password.html b/app/modules/customers/templates/customers/storefront/reset-password.html
index 240dbaa2..7ca52918 100644
--- a/app/modules/customers/templates/customers/storefront/reset-password.html
+++ b/app/modules/customers/templates/customers/storefront/reset-password.html
@@ -39,7 +39,7 @@
{# Tailwind CSS v4 (built locally via standalone CLI) #}
-
+
diff --git a/app/modules/marketplace/templates/marketplace/store/onboarding.html b/app/modules/marketplace/templates/marketplace/store/onboarding.html
index 49c445d4..696fadbb 100644
--- a/app/modules/marketplace/templates/marketplace/store/onboarding.html
+++ b/app/modules/marketplace/templates/marketplace/store/onboarding.html
@@ -8,7 +8,7 @@
Welcome to Orion - Setup Your Account
-
+
@@ -373,10 +373,10 @@
-
-
-
-
+
+
+
+
diff --git a/app/modules/tenancy/templates/tenancy/admin/login.html b/app/modules/tenancy/templates/tenancy/admin/login.html
index ec771b17..afbfa2c0 100644
--- a/app/modules/tenancy/templates/tenancy/admin/login.html
+++ b/app/modules/tenancy/templates/tenancy/admin/login.html
@@ -8,12 +8,12 @@
-
+
@@ -173,10 +173,10 @@
-
-
-
-
+
+
+
+
diff --git a/app/modules/tenancy/templates/tenancy/merchant/login.html b/app/modules/tenancy/templates/tenancy/merchant/login.html
index 90b298df..3aa99af8 100644
--- a/app/modules/tenancy/templates/tenancy/merchant/login.html
+++ b/app/modules/tenancy/templates/tenancy/merchant/login.html
@@ -9,12 +9,12 @@
-
+
-
+
@@ -140,9 +140,9 @@
-
-
-
+
+
+
+
@@ -212,16 +212,16 @@
-
+
-
+
-
+
-
+
+
{% block extra_head %}{% endblock %}
@@ -104,19 +104,19 @@
-
+
-
+
-
+
-
+
-
+
+ onerror="var s=document.createElement('script');s.defer=true;s.src='{{ static_v(request, 'static', path='shared/js/lib/alpine.min.js') }}';document.head.appendChild(s);">