diff --git a/wwwroot/index.html b/wwwroot/index.html
index a59d106..f798211 100644
--- a/wwwroot/index.html
+++ b/wwwroot/index.html
@@ -13,6 +13,9 @@
+
+

+
diff --git a/wwwroot/styles.css b/wwwroot/styles.css
index 478490e..51cd429 100644
--- a/wwwroot/styles.css
+++ b/wwwroot/styles.css
@@ -234,6 +234,17 @@ input[type="range"].full-slider::-moz-range-track {
.auth-card .active { font-weight: 700; }
.auth-form { margin-top: 8px; }
+.auth-logo {
+ display: flex;
+ justify-content: center;
+ margin-bottom: 12px;
+}
+.auth-logo img {
+ max-width: 200px;
+ width: 100%;
+ height: auto;
+ filter: drop-shadow(0 6px 16px rgba(0,0,0,0.25));
+}
.admin-toggle {
position: fixed;