:root{--tg-viewport-height: 100dvh;--tg-viewport-stable-height: 100dvh;--app-safe-area-top: env(safe-area-inset-top, 0px);--app-safe-area-bottom: env(safe-area-inset-bottom, 0px);--app-safe-area-left: env(safe-area-inset-left, 0px);--app-safe-area-right: env(safe-area-inset-right, 0px)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--tg-theme-bg-color, #ffffff);overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);overflow-x:hidden;-webkit-text-size-adjust:100%;user-select:none;-webkit-user-select:none;touch-action:manipulation}::-webkit-scrollbar{display:none}input,textarea,select{font-family:inherit;user-select:text;-webkit-user-select:text}button,a,input,textarea,select{font-family:inherit;-webkit-tap-highlight-color:transparent}button,[role=button]{min-height:44px}button:active{opacity:.9}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--tg-theme-button-color, #3390ec);outline-offset:2px}.loader{width:40px;height:40px;border:3px solid var(--tg-theme-hint-color, #ccc);border-top-color:var(--tg-theme-button-color, #3390ec);border-radius:50%;animation:spin .8s linear infinite}.app-splash{min-height:var(--tg-viewport-stable-height, 100dvh);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;text-align:center}.app-splash__text{color:var(--tg-theme-hint-color, #999);font-size:14px}.app-splash__error{font-size:12px;margin-top:8px;color:#f44}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
