:root{--tg-theme-bg-color:#ffffff;--tg-theme-secondary-bg-color:#f1f1f4;--tg-theme-section-bg-color:#ffffff;--tg-theme-section-separator-color:#e5e5ea;--tg-theme-header-bg-color:#ffffff;--tg-theme-text-color:#111111;--tg-theme-subtitle-text-color:#8e8e93;--tg-theme-hint-color:#8e8e93;--tg-theme-link-color:#1c8adb;--tg-theme-accent-text-color:#1c8adb;--tg-theme-destructive-text-color:#d70b0b;--tg-theme-button-color:#1c8adb;--tg-theme-button-text-color:#ffffff}@media (prefers-color-scheme:dark){:root{--tg-theme-bg-color:#212121;--tg-theme-secondary-bg-color:#181818;--tg-theme-section-bg-color:#212121;--tg-theme-section-separator-color:#2f2f2f;--tg-theme-header-bg-color:#212121;--tg-theme-text-color:#ffffff;--tg-theme-subtitle-text-color:#aaaaaa;--tg-theme-hint-color:#aaaaaa;--tg-theme-link-color:#6ab2f2;--tg-theme-accent-text-color:#6ab2f2;--tg-theme-destructive-text-color:#ec3942;--tg-theme-button-color:#5288c1;--tg-theme-button-text-color:#ffffff}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}a{color:var(--tg-theme-link-color);text-decoration:none}button{font:inherit;border:none;background:none;padding:0;cursor:pointer;color:inherit}.app-shell{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.app-content{flex:1 1;padding-bottom:calc(56px + env(safe-area-inset-bottom))}@keyframes skeleton-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}