diff --git a/system1-factory/web/css/production-dashboard.css b/system1-factory/web/css/production-dashboard.css
index 13989e3..b317d07 100644
--- a/system1-factory/web/css/production-dashboard.css
+++ b/system1-factory/web/css/production-dashboard.css
@@ -53,7 +53,8 @@
.pd-detail-modal.active { opacity: 1; pointer-events: auto; }
.pd-detail-sheet {
background: linear-gradient(135deg, #9a3412, #ea580c); color: white;
- border-radius: 16px 16px 0 0; width: 100%; max-width: 640px; padding: 20px;
+ border-radius: 16px 16px 0 0; width: 100%; max-width: 640px;
+ padding: 20px 20px calc(20px + 70px + env(safe-area-inset-bottom, 0px));
transform: translateY(100%); transition: transform 0.3s ease;
}
.pd-detail-modal.active .pd-detail-sheet { transform: translateY(0); }
diff --git a/system1-factory/web/pages/dashboard-new.html b/system1-factory/web/pages/dashboard-new.html
index 13afa6f..8597445 100644
--- a/system1-factory/web/pages/dashboard-new.html
+++ b/system1-factory/web/pages/dashboard-new.html
@@ -7,7 +7,7 @@
-
+