/* === Telegram Mini App: force light appearance === */
/* Applies ONLY inside Telegram (html.tg-mini-app class is added by the head script). */
/* OWN COLLECTIONS uses dark text on a white background. Telegram's dark theme */
/* otherwise shows through the transparent Tilda blocks and makes text unreadable. */

html.tg-mini-app,
html.tg-mini-app body,
html.tg-mini-app #allrecords {
  background-color: #ffffff !important;
}

/* Hint browsers/Telegram to render light controls (scrollbars, form fields). */
html.tg-mini-app {
  color-scheme: light;
}