/* Принудительно светлая тема для Telegram WebApp */
html, body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Переопределяем Telegram CSS-переменные */
:root {
    --tg-theme-bg-color: #ffffff !important;
    --tg-theme-text-color: #000000 !important;
    --tg-theme-hint-color: #999999 !important;
    --tg-theme-link-color: #2678b6 !important;
    --tg-theme-button-color: #50a8eb !important;
    --tg-theme-button-text-color: #ffffff !important;
    --tg-theme-secondary-bg-color: #f0f0f0 !important;
    --tg-color-scheme: light !important;
}

/* Фикс для Tilda блоков */
.t-body, .t-cover__carrier, .t-cover, .t-records {
    background-color: #ffffff !important;
}