diff --git a/miniapp/assets/app.js b/miniapp/assets/app.js
index 31101f7..f01825b 100644
--- a/miniapp/assets/app.js
+++ b/miniapp/assets/app.js
@@ -356,7 +356,7 @@ function renderRoleChooser() {
app.appendChild(el(`
-
ЗОВ — кухня и техника
+
Сделано с душой!
Кто вы?
Выберите роль — кабинет откроется одним тапом.
diff --git a/miniapp/assets/podbor.css b/miniapp/assets/podbor.css
index a814928..adb86d7 100644
--- a/miniapp/assets/podbor.css
+++ b/miniapp/assets/podbor.css
@@ -2003,13 +2003,16 @@
text-align: center;
margin-bottom: 28px;
}
-.role-chooser-head .kicker {
- font-family: var(--font-mono, "JetBrains Mono", monospace);
- font-size: 10.5px;
- letter-spacing: 0.18em;
- text-transform: uppercase;
- color: var(--muted, #998877);
- margin-bottom: 12px;
+.role-chooser-head .tagline {
+ font-family: "Caveat", "Brush Script MT", cursive;
+ font-weight: 700;
+ font-size: 34px;
+ line-height: 1;
+ color: var(--walnut, #6B4A2B);
+ margin: 0 0 8px;
+ transform: rotate(-2deg);
+ display: inline-block;
+ letter-spacing: 0.5px;
}
.role-chooser-head .display-title {
font-size: 36px;
diff --git a/miniapp/index.html b/miniapp/index.html
index 0274dc0..2953f8c 100644
--- a/miniapp/index.html
+++ b/miniapp/index.html
@@ -10,10 +10,10 @@
ЗОВ — Кабинет
-
+
-
-
+
+
@@ -34,13 +34,13 @@