diff --git a/src/web/bot.html b/src/web/bot.html
index 5a435f3..e6aa704 100644
--- a/src/web/bot.html
+++ b/src/web/bot.html
@@ -66,7 +66,7 @@
/* ── MAIN 3-COLUMN LAYOUT ────────────────────── */
#layout {
flex: 1; display: grid; min-height: 0;
- grid-template-columns: 260px 1fr 260px;
+ grid-template-columns: 300px 1fr 260px;
grid-template-rows: 1fr;
}