diff --git a/modules/web/index.html b/modules/web/index.html
index ae7e87b..2d512d4 100644
--- a/modules/web/index.html
+++ b/modules/web/index.html
@@ -15,7 +15,7 @@
font-weight: 400;
}
html,body{height:100%; margin:0; background:linear-gradient(180deg,#071018,#0b1220 60%); color:#eef2f6; overflow: hidden;}
- .container{max-width:1640px; margin:12px auto; padding:14px; display:flex; flex-direction:column; gap:8px}
+ .container{margin:12px auto; padding:14px; display:flex; flex-direction:column; gap:8px}
.layout{display:flex; gap:10px; height:calc(100vh - 100px);}
.panel{background:var(--panel); border-radius:10px; padding:6px; box-shadow: 0 6px 18px rgba(2,8,16,0.6); display:flex; flex-direction:column; overflow:hidden}
.left{flex:1; min-width:420px}