diff --git a/templates/boneset.html b/templates/boneset.html
index 80b1d0d..18e70a3 100644
--- a/templates/boneset.html
+++ b/templates/boneset.html
@@ -149,6 +149,12 @@
Visual Reference
+
+
+
diff --git a/templates/style.css b/templates/style.css
index 2c314bb..fa41787 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -358,6 +358,28 @@ body {
z-index: 9999 !important;
}
+
+/* Application Footer */
+.app-footer {
+ width: 100%;
+ text-align: center;
+ padding: var(--space-4);
+ margin-top: var(--space-4);
+ box-sizing: border-box;
+}
+
+.app-footer p {
+ margin: var(--space-1) 0;
+}
+
+/* Responsive footer */
+@media (max-width: 480px) {
+ .app-footer {
+ padding: var(--space-3);
+ font-size: 0.9rem;
+ }
+}
+
/* Help Modal */
.help-modal {
position: fixed;