From eb0eb26f4cefa4880c895ff017f312e8674f9b73 Mon Sep 17 00:00:00 2001 From: karpathy Date: Sat, 22 Nov 2025 14:27:53 -0800 Subject: v0 --- frontend/src/components/Stage3.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 frontend/src/components/Stage3.css (limited to 'frontend/src/components/Stage3.css') diff --git a/frontend/src/components/Stage3.css b/frontend/src/components/Stage3.css new file mode 100644 index 0000000..954a9d9 --- /dev/null +++ b/frontend/src/components/Stage3.css @@ -0,0 +1,25 @@ +.stage3 { + background: #f0fff0; + border-color: #c8e6c8; +} + +.final-response { + background: #ffffff; + padding: 20px; + border-radius: 6px; + border: 1px solid #c8e6c8; +} + +.chairman-label { + color: #2d8a2d; + font-size: 12px; + font-family: monospace; + margin-bottom: 12px; + font-weight: 600; +} + +.final-text { + color: #333; + line-height: 1.7; + font-size: 15px; +} -- cgit v1.2.3