From b93aad966755ef7312b53a7e4f6efeb549f335c2 Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 9 Sep 2026 16:15:55 +0100 Subject: [PATCH] fix(confidence-engine): simplify responsive login layout --- app/login/page.jsx | 50 +++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/app/login/page.jsx b/app/login/page.jsx index 7fdc2a8..32b58d9 100644 --- a/app/login/page.jsx +++ b/app/login/page.jsx @@ -4,32 +4,40 @@ export default function LoginPage() { return (
-
-

Confidence Engine

-
-

Get clearer about what{'\''}s really going on.

-

Confidence Engine helps you work through situations that feel uncertain, complicated or difficult to act on.

-

Describe the situation in your own words. Confidence Engine will help reconstruct what is known, what may be happening, and what is still unclear — then let you decide what to explore further.

-

It doesn{'\''}t try to make the decision for you. The aim is to help you reach a clearer understanding so you can decide what to do with more confidence.

-
-
+ {/* Left column wrapper — contents on mobile for flex ordering, block on desktop as one grid cell */} +
-
+
+

Confidence Engine

+ +
+

Get clearer about what{'\''}s really going on.

+

Confidence Engine helps you work through situations that feel uncertain, complicated or difficult to act on.

+

Describe the situation in your own words. Confidence Engine will help reconstruct what is known, what may be happening, and what is still unclear — then let you decide what to explore further.

+

It doesn{'\''}t try to make the decision for you. The aim is to help you reach a clearer understanding so you can decide what to do with more confidence.

+
+
+ +
+

How it works

+
    +
  1. 1. Describe your situation
    As much or as little as you currently know.
  2. +
  3. 2. Explore what{'\''}s unclear
    Answer the questions that feel useful; skip the ones that don{'\''}t.
  4. +
  5. 3. Build your Current Understanding
    Your picture of the situation develops as you learn more.
  6. +
  7. 4. Stop when you have enough
    You don{'\''}t have to answer everything. Your investigation is saved so you can return later.
  8. +
+ +

Try it with something real.
A decision you{'\''}re unsure about. A problem that doesn{'\''}t quite make sense. A situation where you feel you may be missing something.

+
+ +
+ + {/* Right column — login card, explicitly positioned to top-right on desktop */} +
-
-

How it works

-
    -
  1. 1. Describe your situation
    As much or as little as you currently know.
  2. -
  3. 2. Explore what{'\''}s unclear
    Answer the questions that feel useful; skip the ones that don{'\''}t.
  4. -
  5. 3. Build your Current Understanding
    Your picture of the situation develops as you learn more.
  6. -
  7. 4. Stop when you have enough
    You don{'\''}t have to answer everything. Your investigation is saved so you can return later.
  8. -
- -

Try it with something real.
A decision you{'\''}re unsure about. A problem that doesn{'\''}t quite make sense. A situation where you feel you may be missing something.

-
);