SHA256
UI: адаптация шапки «Связи», кнопка поиска каналов, локальный тестовый вход
- Связи: верхняя панель не выходит за границы экрана — кнопки назад/Найти/«?» не обрезаются на узких устройствах; заголовок сокращается вместо сдвига кнопок. - Каналы: emoji-иконка поиска заменена на контурную кнопку-лупу в стиле панели (подсказка «Найти канал»); окно поиска без изменений. - Локальный тестовый вход: на localhost/127.0.0.1/::1 — кнопка демо-входа (сеанс local-tester, автономные локальные состояния ЛС/каналов/профиля, без сервера и пароля); на shineup.me и тестовых доменах кнопка отсутствует. - Заметки на ручную проверку добавлены в Dev_Docs/Pending_Features. - VERSION: client 1.2.262. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+792
-18
@@ -407,22 +407,83 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.auth-screen--welcome {
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
align-content: center;
|
||||
justify-items: center;
|
||||
gap: clamp(12px, 2.4vh, 20px);
|
||||
padding-block: 8px;
|
||||
font-family: "Manrope", "Inter", "SF Pro Display", system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.screen-content.no-app-chrome:has(> .auth-screen--welcome) {
|
||||
overflow: hidden;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
.auth-screen--welcome::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: -14px -14px calc(-24px - env(safe-area-inset-bottom));
|
||||
z-index: -2;
|
||||
background:
|
||||
radial-gradient(circle at 50% 18%, rgba(224, 172, 75, 0.08), transparent 26%),
|
||||
radial-gradient(circle at 50% 67%, rgba(45, 81, 143, 0.06), transparent 38%),
|
||||
linear-gradient(180deg, #040816 0%, #020611 54%, #01040c 100%);
|
||||
}
|
||||
|
||||
.auth-screen--welcome::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.015) 50%, transparent);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.auth-screen--lower {
|
||||
align-content: start;
|
||||
padding-top: clamp(80px, 18vh, 180px);
|
||||
}
|
||||
|
||||
.auth-logo {
|
||||
width: 126px;
|
||||
height: 126px;
|
||||
border-radius: 28px;
|
||||
object-fit: cover;
|
||||
box-shadow: var(--shadow);
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
filter:
|
||||
drop-shadow(0 0 8px rgba(255, 211, 121, 0.72))
|
||||
drop-shadow(0 8px 22px rgba(225, 158, 48, 0.38));
|
||||
animation: shine-logo-breathe 4.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.auth-logo-wrap {
|
||||
position: relative;
|
||||
width: clamp(232px, 59vw, 284px);
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
.auth-logo-wrap::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 16%;
|
||||
z-index: -1;
|
||||
border-radius: 50%;
|
||||
background: rgba(214, 155, 56, 0.2);
|
||||
filter: blur(30px);
|
||||
animation: shine-halo-breathe 4.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.auth-brand {
|
||||
font-size: 32px;
|
||||
letter-spacing: 0.04em;
|
||||
margin: -4px 0 clamp(4px, 1vh, 10px);
|
||||
color: #f4ebdd;
|
||||
font-size: clamp(42px, 9vw, 56px);
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
letter-spacing: 0;
|
||||
text-shadow: 0 3px 22px rgba(210, 168, 90, 0.2);
|
||||
}
|
||||
|
||||
.auth-actions,
|
||||
@@ -435,10 +496,517 @@
|
||||
width: min(100%, 320px);
|
||||
}
|
||||
|
||||
.shine-actions {
|
||||
width: min(100%, 390px);
|
||||
max-width: calc(100% - 48px);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.shine-btn {
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
min-height: 48px;
|
||||
padding: 0 24px;
|
||||
border: 1px solid rgba(183, 203, 235, 0.28);
|
||||
border-radius: 18px;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 28%),
|
||||
linear-gradient(180deg, rgba(13, 27, 57, 0.68), rgba(5, 11, 27, 0.74));
|
||||
color: #f4ebdd;
|
||||
font-family: "Manrope", "Inter", "SF Pro Display", system-ui, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 12px rgba(238, 213, 166, 0.1);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.14),
|
||||
inset 0 -18px 30px rgba(0, 0, 0, 0.22),
|
||||
0 14px 30px rgba(0, 0, 0, 0.38),
|
||||
0 2px 7px rgba(29, 57, 103, 0.2);
|
||||
backdrop-filter: blur(18px) saturate(125%);
|
||||
-webkit-backdrop-filter: blur(18px) saturate(125%);
|
||||
cursor: pointer;
|
||||
transition:
|
||||
transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
|
||||
border-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
|
||||
box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
|
||||
filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
|
||||
}
|
||||
|
||||
.shine-btn::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 1px;
|
||||
z-index: -1;
|
||||
border-radius: 16px;
|
||||
background:
|
||||
radial-gradient(120% 65% at 50% 115%, rgba(63, 103, 169, 0.24), transparent 64%),
|
||||
linear-gradient(105deg, rgba(255, 255, 255, 0.05), transparent 38%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.shine-btn::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
bottom: 0;
|
||||
width: 52px;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent, rgba(235, 197, 117, 0.72));
|
||||
box-shadow: 0 0 10px rgba(216, 173, 98, 0.3);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.shine-btn--primary {
|
||||
border-color: rgba(255, 226, 163, 0.54);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 240, 200, 0.16), transparent 30%),
|
||||
linear-gradient(180deg, rgba(155, 116, 61, 0.62), rgba(49, 35, 28, 0.7));
|
||||
color: #fff3d8;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 246, 216, 0.4),
|
||||
inset 0 -20px 34px rgba(31, 20, 15, 0.34),
|
||||
0 15px 34px rgba(0, 0, 0, 0.42),
|
||||
0 4px 20px rgba(216, 173, 98, 0.16);
|
||||
}
|
||||
|
||||
.shine-btn--primary::before {
|
||||
background:
|
||||
radial-gradient(115% 65% at 50% 110%, rgba(244, 190, 87, 0.3), transparent 64%),
|
||||
linear-gradient(108deg, rgba(255, 255, 255, 0.12), transparent 38%);
|
||||
}
|
||||
|
||||
.shine-btn--register {
|
||||
border-color: rgba(197, 215, 243, 0.34);
|
||||
}
|
||||
|
||||
.shine-btn--view {
|
||||
color: rgba(244, 235, 221, 0.92);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 28%),
|
||||
linear-gradient(180deg, rgba(10, 22, 47, 0.62), rgba(4, 10, 24, 0.76));
|
||||
}
|
||||
|
||||
.shine-btn--view::after {
|
||||
opacity: 0.58;
|
||||
}
|
||||
|
||||
.shine-btn--settings {
|
||||
color: rgba(244, 235, 221, 0.88);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 28%),
|
||||
linear-gradient(180deg, rgba(9, 19, 40, 0.58), rgba(4, 9, 22, 0.76));
|
||||
}
|
||||
|
||||
.shine-btn--settings::after {
|
||||
opacity: 0.38;
|
||||
}
|
||||
|
||||
.shine-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
border-color: rgba(213, 225, 247, 0.42);
|
||||
filter: brightness(1.06);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.18),
|
||||
inset 0 -18px 30px rgba(0, 0, 0, 0.2),
|
||||
0 17px 34px rgba(0, 0, 0, 0.42),
|
||||
0 3px 12px rgba(40, 78, 137, 0.24);
|
||||
}
|
||||
|
||||
.shine-btn:active {
|
||||
transform: translateY(1px) scale(0.99);
|
||||
box-shadow:
|
||||
inset 0 2px 10px rgba(0, 0, 0, 0.28),
|
||||
0 8px 18px rgba(0, 0, 0, 0.34);
|
||||
}
|
||||
|
||||
.shine-btn:focus-visible,
|
||||
.shine-local-demo-btn:focus-visible {
|
||||
outline: 2px solid rgba(235, 197, 117, 0.72);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
.shine-btn:disabled {
|
||||
opacity: 0.45;
|
||||
filter: none;
|
||||
transform: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.shine-local-demo-btn {
|
||||
min-height: 32px;
|
||||
padding: 5px 12px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: rgba(162, 180, 215, 0.68);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.shine-local-demo-btn:hover {
|
||||
color: rgba(216, 226, 247, 0.9);
|
||||
}
|
||||
|
||||
@keyframes shine-logo-breathe {
|
||||
0%, 100% {
|
||||
filter:
|
||||
drop-shadow(0 0 8px rgba(255, 211, 121, 0.62))
|
||||
drop-shadow(0 8px 22px rgba(225, 158, 48, 0.34));
|
||||
}
|
||||
50% {
|
||||
filter:
|
||||
drop-shadow(0 0 14px rgba(255, 220, 147, 0.88))
|
||||
drop-shadow(0 10px 28px rgba(225, 158, 48, 0.5));
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes shine-halo-breathe {
|
||||
0%, 100% { opacity: 0.66; transform: scale(0.96); }
|
||||
50% { opacity: 1; transform: scale(1.05); }
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.shine-btn {
|
||||
height: 60px;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 760px) {
|
||||
.auth-screen--welcome {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.auth-logo-wrap {
|
||||
width: 206px;
|
||||
}
|
||||
|
||||
.auth-brand {
|
||||
font-size: 40px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.shine-actions {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.shine-btn {
|
||||
height: 52px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.auth-logo,
|
||||
.auth-logo-wrap::before,
|
||||
.shine-btn {
|
||||
animation: none;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
.login-actions-wide {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Shared visual language for every screen before a user enters the app. */
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) {
|
||||
--preauth-ivory: #f4ebdd;
|
||||
--preauth-muted: #b7c4de;
|
||||
--preauth-line: rgba(182, 201, 235, 0.24);
|
||||
--preauth-card: rgba(9, 18, 37, 0.78);
|
||||
padding: 18px 16px calc(28px + env(safe-area-inset-bottom));
|
||||
overflow-x: hidden;
|
||||
background:
|
||||
radial-gradient(circle at 50% 18%, rgba(224, 172, 75, 0.08), transparent 26%),
|
||||
radial-gradient(circle at 50% 67%, rgba(45, 81, 143, 0.06), transparent 38%),
|
||||
linear-gradient(180deg, #040816 0%, #020611 54%, #01040c 100%);
|
||||
color: var(--preauth-ivory);
|
||||
font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) > section.stack {
|
||||
width: min(100%, 420px);
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .page-header {
|
||||
display: grid;
|
||||
grid-template-columns: 42px minmax(0, 1fr) 42px;
|
||||
align-items: center;
|
||||
min-height: 42px;
|
||||
margin-bottom: 18px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .page-title {
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
color: var(--preauth-ivory);
|
||||
font-size: 20px;
|
||||
font-weight: 650;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .header-left,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .header-actions {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .header-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .header-left .icon-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .header-actions .icon-btn {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 40px;
|
||||
min-width: 40px;
|
||||
height: 40px;
|
||||
min-height: 40px;
|
||||
padding: 0;
|
||||
border-radius: 12px;
|
||||
border-color: var(--preauth-line);
|
||||
background: rgba(12, 23, 46, 0.72);
|
||||
color: var(--preauth-ivory);
|
||||
font-size: 22px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-choice-screen {
|
||||
align-content: start;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-choice-screen .page-header {
|
||||
margin-bottom: clamp(72px, 14vh, 132px);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-choice-screen .page-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-choice-screen .header-left .icon-btn {
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .card,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-panel {
|
||||
border: 1px solid var(--preauth-line);
|
||||
border-radius: 16px;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 24%),
|
||||
var(--preauth-card);
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.075),
|
||||
0 16px 34px rgba(0, 0, 0, 0.24);
|
||||
backdrop-filter: blur(16px) saturate(120%);
|
||||
-webkit-backdrop-filter: blur(16px) saturate(120%);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .card {
|
||||
padding: 18px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .card .card {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-panel {
|
||||
width: min(100%, 420px);
|
||||
padding: 20px;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-panel-title,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-faq-title,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .modal-title {
|
||||
color: var(--preauth-ivory);
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-panel-title {
|
||||
font-size: 24px;
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .field-label,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .auth-copy,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .status-line,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-word-number {
|
||||
color: var(--preauth-muted);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .input,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .select {
|
||||
min-height: 48px;
|
||||
border-color: rgba(182, 201, 235, 0.22);
|
||||
border-radius: 12px;
|
||||
background: rgba(4, 11, 25, 0.64);
|
||||
color: var(--preauth-ivory);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .input:focus,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .select:focus {
|
||||
border-color: rgba(222, 184, 99, 0.76);
|
||||
box-shadow: 0 0 0 3px rgba(222, 184, 99, 0.13);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .auth-footer-actions {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
width: min(100%, 420px);
|
||||
margin-inline: auto;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .primary-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .secondary-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .ghost-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .link-card {
|
||||
min-height: 50px;
|
||||
border-radius: 14px;
|
||||
color: var(--preauth-ivory);
|
||||
font-family: inherit;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .primary-btn {
|
||||
border-color: rgba(255, 226, 163, 0.5);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 239, 198, 0.16), transparent 31%),
|
||||
linear-gradient(180deg, rgba(144, 105, 55, 0.66), rgba(47, 34, 27, 0.76));
|
||||
box-shadow: inset 0 1px 0 rgba(255, 246, 216, 0.26), 0 10px 24px rgba(0, 0, 0, 0.28);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .secondary-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .ghost-btn,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .link-card {
|
||||
border-color: var(--preauth-line);
|
||||
background: linear-gradient(180deg, rgba(24, 43, 79, 0.84), rgba(8, 17, 35, 0.86));
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .primary-btn:hover,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .secondary-btn:hover,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .ghost-btn:hover,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .link-card:hover {
|
||||
border-color: rgba(231, 202, 137, 0.66);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .preauth-local-demo-btn {
|
||||
min-height: 44px;
|
||||
border-style: dashed;
|
||||
color: #c8d7f2;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-toggle,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .session-item {
|
||||
border-color: var(--preauth-line);
|
||||
background: rgba(9, 19, 38, 0.58);
|
||||
color: var(--preauth-ivory);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-progress {
|
||||
border-color: rgba(226, 193, 124, 0.38);
|
||||
background: rgba(3, 9, 21, 0.62);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-progress-bar {
|
||||
background: linear-gradient(90deg, #b27c38, #f1cd80);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .camera-shell {
|
||||
min-height: min(48dvh, 360px);
|
||||
border-radius: 16px;
|
||||
border-color: var(--preauth-line);
|
||||
background: #050b18;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .camera-video {
|
||||
min-height: min(48dvh, 360px);
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-screen {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-form {
|
||||
gap: 14px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-form .field-label {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-password-single {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.password-length-hint {
|
||||
margin: 0;
|
||||
color: rgba(183, 196, 222, 0.76);
|
||||
font-size: 12px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .registration-toggle {
|
||||
min-height: 48px;
|
||||
padding: 10px 12px;
|
||||
border-radius: 12px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.registration-login-status {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.registration-faq-link {
|
||||
justify-self: center;
|
||||
min-height: 30px;
|
||||
padding: 4px 8px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: rgba(204, 218, 245, 0.72);
|
||||
font: inherit;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.registration-faq-link:hover,
|
||||
.registration-faq-link:focus-visible {
|
||||
color: #f0d69b;
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) {
|
||||
padding-inline: 12px;
|
||||
}
|
||||
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .card,
|
||||
.screen-content.preauth-flow:not(:has(> .auth-screen--welcome)) .login-panel {
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.login-panel {
|
||||
width: min(100%, 360px);
|
||||
gap: 14px;
|
||||
@@ -1439,6 +2007,10 @@ textarea.input {
|
||||
min-height: calc(100dvh - 74px);
|
||||
}
|
||||
|
||||
.screen-content.network-scroll-lock .network-screen {
|
||||
margin: 0 0 -24px;
|
||||
}
|
||||
|
||||
.network-stage {
|
||||
position: relative;
|
||||
height: calc(100dvh - 74px);
|
||||
@@ -1454,22 +2026,25 @@ textarea.input {
|
||||
}
|
||||
|
||||
.network-header-overlay {
|
||||
position: sticky;
|
||||
position: absolute;
|
||||
top: max(8px, env(safe-area-inset-top));
|
||||
left: max(8px, env(safe-area-inset-left));
|
||||
right: max(8px, env(safe-area-inset-right));
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 0;
|
||||
z-index: 12;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.network-header-overlay.page-header {
|
||||
width: auto;
|
||||
margin-bottom: 0;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.network-header-overlay .header-left,
|
||||
.network-header-overlay .header-actions {
|
||||
flex: 0 0 auto;
|
||||
min-width: 0;
|
||||
gap: 6px;
|
||||
}
|
||||
@@ -1483,6 +2058,7 @@ textarea.input {
|
||||
}
|
||||
|
||||
.network-header-overlay .page-title {
|
||||
flex: 1 1 auto;
|
||||
font-size: 16px;
|
||||
min-width: 0;
|
||||
white-space: nowrap;
|
||||
@@ -2882,6 +3458,43 @@ textarea.input {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.channels-top-search-btn {
|
||||
border-color: rgba(105, 211, 255, 0.58);
|
||||
background: linear-gradient(150deg, rgba(26, 81, 118, 0.78), rgba(12, 30, 55, 0.96));
|
||||
box-shadow: inset 0 0 0 1px rgba(177, 239, 255, 0.12), 0 0 13px rgba(77, 194, 255, 0.2);
|
||||
}
|
||||
|
||||
.channels-top-search-btn:hover,
|
||||
.channels-top-search-btn:focus-visible {
|
||||
border-color: rgba(166, 237, 255, 0.9);
|
||||
background: linear-gradient(150deg, rgba(38, 111, 153, 0.88), rgba(14, 39, 68, 0.98));
|
||||
box-shadow: inset 0 0 0 1px rgba(214, 249, 255, 0.2), 0 0 18px rgba(93, 211, 255, 0.38);
|
||||
}
|
||||
|
||||
.channels-search-icon {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border: 1.8px solid #d9f5ff;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 6px rgba(133, 225, 255, 0.58);
|
||||
}
|
||||
|
||||
.channels-search-icon::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 6px;
|
||||
height: 1.8px;
|
||||
right: -4px;
|
||||
bottom: -2px;
|
||||
border-radius: 999px;
|
||||
background: #d9f5ff;
|
||||
box-shadow: 0 0 5px rgba(133, 225, 255, 0.58);
|
||||
transform: rotate(45deg);
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
.channels-top-action-btn {
|
||||
min-height: 38px;
|
||||
padding: 8px 12px;
|
||||
@@ -4591,15 +5204,8 @@ html, body { overflow-x: hidden; }
|
||||
}
|
||||
|
||||
.profile-top-actions {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.profile-bottom-actions {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 5px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.profile-top-action-btn {
|
||||
@@ -4614,17 +5220,158 @@ html, body { overflow-x: hidden; }
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.profile-top-menu-btn {
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
padding: 0;
|
||||
font-size: 22px;
|
||||
line-height: 1;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.profile-info-modal {
|
||||
padding: 16px;
|
||||
background: rgba(2, 5, 11, 0.7);
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
.profile-info-modal__card {
|
||||
width: min(100%, 430px);
|
||||
max-height: calc(100dvh - 32px);
|
||||
overflow: auto;
|
||||
padding: 20px;
|
||||
gap: 18px;
|
||||
border: 1px solid rgba(142, 180, 242, 0.34);
|
||||
border-radius: 16px;
|
||||
background: rgba(13, 23, 42, 0.96);
|
||||
box-shadow: 0 24px 64px rgba(0, 0, 0, 0.52);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
.profile-info-modal__header {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.profile-info-modal__eyebrow {
|
||||
margin: 0 0 5px;
|
||||
color: rgba(177, 203, 244, 0.7);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.profile-info-modal__title {
|
||||
color: #f4f7ff;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
line-height: 1.18;
|
||||
}
|
||||
|
||||
.profile-info-modal__close {
|
||||
display: grid;
|
||||
flex: 0 0 32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
place-items: center;
|
||||
border: 1px solid rgba(171, 195, 235, 0.25);
|
||||
border-radius: 8px;
|
||||
background: rgba(145, 172, 223, 0.1);
|
||||
color: rgba(244, 247, 255, 0.94);
|
||||
font-size: 25px;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.profile-info-modal__close:hover {
|
||||
background: rgba(145, 172, 223, 0.2);
|
||||
}
|
||||
|
||||
.profile-info-modal__content {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
color: rgba(229, 237, 255, 0.86);
|
||||
font-size: 16px;
|
||||
line-height: 1.52;
|
||||
}
|
||||
|
||||
.profile-info-modal__lead {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.profile-info-modal__section {
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid rgba(174, 200, 242, 0.18);
|
||||
}
|
||||
|
||||
.profile-info-modal__section-title {
|
||||
margin: 0 0 10px;
|
||||
color: rgba(244, 247, 255, 0.95);
|
||||
font-size: 15px;
|
||||
font-weight: 650;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.profile-info-modal__list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
margin: 0;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
.profile-info-modal__list li {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.profile-info-modal__footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.profile-info-modal__confirm {
|
||||
min-width: 112px;
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
.profile-info-modal__card {
|
||||
padding: 16px;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.profile-info-modal__title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.profile-info-modal__content {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-links-header-btn {
|
||||
white-space: pre-line;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.profile-main-card {
|
||||
position: relative;
|
||||
margin-top: 0;
|
||||
padding: 2px 8px 8px;
|
||||
padding: 8px;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.profile-main-card .profile-top-actions {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.profile-status-row {
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
@@ -4861,6 +5608,33 @@ html, body { overflow-x: hidden; }
|
||||
margin-top: 6px !important;
|
||||
}
|
||||
|
||||
/* Compact rows keep the channel sphere as the visual height reference. */
|
||||
.channels-screen--list .channels-groups {
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row {
|
||||
grid-template-columns: 46px minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
min-height: 56px;
|
||||
margin: 2px 20px;
|
||||
padding: 6px 14px;
|
||||
border-radius: 16px;
|
||||
border-color: transparent !important;
|
||||
background: rgba(18, 24, 38, 0.18) !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-main {
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-message {
|
||||
min-height: 0;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.channels-screen--channel .channel-main-action--compose {
|
||||
position: sticky;
|
||||
bottom: -12px;
|
||||
|
||||
Reference in New Issue
Block a user