diff --git a/app/index.html b/app/index.html
index fd1d26d..e4d585d 100644
--- a/app/index.html
+++ b/app/index.html
@@ -156,13 +156,12 @@
gap: 16px; padding-bottom: 14px; margin-bottom: 20px;
border-bottom: 1px solid var(--border);
}
- .kb-brand { display: flex; align-items: center; gap: 9px; min-width: 0; }
- .kb-brand .org { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: var(--text-soft); }
- .kb-brand .logo {
- height: 28px; width: 28px; flex: 0 0 28px; border-radius: 7px;
- display: grid; place-items: center; overflow: hidden; opacity: .82;
+ .app-wordmark {
+ display: inline-flex; align-items: center; gap: 8px;
+ font: 700 var(--fs-h1)/1 var(--font-sans);
+ color: var(--text); letter-spacing: -0.01em; user-select: none;
}
- .kb-brand .logo svg { width: 28px; height: 28px; display: block; }
+ .app-wordmark svg { flex-shrink: 0; }
.kb-doctitle { text-align: right; }
.kb-doctitle h1 { margin: 0; font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
@@ -374,18 +373,16 @@