diff --git a/public/css/workflow.css b/public/css/workflow.css index ef8de1304..e28a0a92c 100644 --- a/public/css/workflow.css +++ b/public/css/workflow.css @@ -3978,3 +3978,32 @@ gap: var(--spacing-sm); } } + +/* ============================================ + WHY — Anti-patterns, caught (tab 08 visual) + ============================================ */ + +.why-visual--antidote { + padding: 0; + background: transparent; + border: 0; + min-height: 0; + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); + gap: var(--spacing-md); + margin-bottom: var(--spacing-md); +} + +.why-visual--antidote .patterns-tabbed { + margin: 0; + min-width: 0; +} + +.why-visual--antidote .gallery-stack-container { + flex: none; + width: 100%; +} + +@media (max-width: 860px) { + .why-visual--antidote { grid-template-columns: 1fr; } +} diff --git a/public/index.html b/public/index.html index 727e8ed85..70cbd67f6 100644 --- a/public/index.html +++ b/public/index.html @@ -74,12 +74,11 @@ @@ -237,93 +236,13 @@ - -
-
- 03 -

The Antidote

-
-
-

25 named anti-patterns, detected on your code and in your browser. Before, and what Impeccable steers toward instead.

- - - -
- Browse all 25 anti-patterns → - Detected by deterministic rules, flagged by the LLM layer, visualized in your browser. - Suggest a pattern → -
-
-
-
- 04 + 03

The Case

    @@ -334,6 +253,7 @@
  1. +
@@ -554,6 +474,50 @@

The Impeccable Chrome extension runs the same 25-rule detector on every page you visit, in-browser, with zero setup. Audit your own staging. Audit the design your PM showed in Slack. Audit your competitor on a Tuesday. The overlay highlights each issue in place so you never have to map a JSON report back to a DOM node.

Install from the Chrome Web Store →

+ +
@@ -562,7 +526,7 @@
- 05 + 04

Live Mode

@@ -724,7 +688,7 @@
- 06 + 05

Get Started

@@ -899,7 +863,7 @@
- 07 + 06

What's New

@@ -1047,7 +1011,7 @@
- 08 + 07

Frequently Asked Questions

@@ -1197,8 +1161,5 @@ - - - diff --git a/public/privacy.html b/public/privacy.html index 4139e711e..3a41097f0 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -77,8 +77,5 @@

Contact

Questions about this policy? Open an issue on GitHub or reach out to @pbakaus.

- - -