:root{color-scheme:light dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--tg-theme-bg-color, #0f1115);color:var(--tg-theme-text-color, #e8e8ea);-webkit-font-smoothing:antialiased}.screen{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:24px;text-align:center}.loader{width:48px;height:48px;border:4px solid var(--tg-theme-hint-color, #3a3f4b);border-top-color:var(--tg-theme-button-color, #2ea6ff);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.title{font-size:20px;font-weight:600}.subtitle{font-size:14px;color:var(--tg-theme-hint-color, #8b8f98);max-width:28ch}@media (prefers-reduced-motion: reduce){.loader{animation-duration:2s}}
