diff --git a/dashboard.css b/dashboard.css
index 1a5b680..61e4c58 100644
--- a/dashboard.css
+++ b/dashboard.css
@@ -172,9 +172,22 @@
}
.patient-identity h1 {
- font-size: 2.8rem;
+ font-size: clamp(1.75rem, 4vw, 2.8rem);
font-family: 'Outfit', sans-serif;
- color: #0F172A;
+ color: var(--text-main);
+ line-height: 1.2;
+}
+
+.patient-identity h1 small {
+ font-size: 0.45em;
+ font-weight: 500;
+ color: var(--text-muted);
+}
+
+.ai-nudge-box p {
+ color: var(--text-muted);
+ font-size: 0.9rem;
+ line-height: 1.5;
}
.action-center {
@@ -280,6 +293,15 @@
text-align: center;
}
+/* Doctor role: hide reception/admin chrome */
+.dashboard-body.role-doctor .dash-header {
+ display: none;
+}
+
+.dashboard-body.role-doctor .dashboard-main {
+ padding-top: 2rem;
+}
+
/* --- Dashboard page layout & components --- */
.dash-header {
display: flex;
diff --git a/dashboard.html b/dashboard.html
index 6942f7d..0457d99 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -427,6 +427,6 @@
-
+