diff --git a/static/index.html b/static/index.html
index cdfecda..926f3a8 100644
--- a/static/index.html
+++ b/static/index.html
@@ -435,8 +435,8 @@
═══════════════════════════════════════════════════════════════════════ */
.camera-area {
position: relative; background: #0a0b0f; border-radius: var(--radius-sm);
- aspect-ratio: 16/12; display: flex; align-items: center; justify-content: center;
- overflow: hidden; margin-bottom: 8px;
+ aspect-ratio: 16/14; display: flex; align-items: center; justify-content: center;
+ overflow: hidden; margin-bottom: 4px;
}
.camera-area video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.camera-placeholder { text-align: center; z-index: 1; cursor: pointer; }