:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--tg-theme-bg-color,#fff);color:var(--tg-theme-text-color,#0f0f0f);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--tg-theme-link-color,#2481cc)}.app-layout{flex-direction:column;min-height:100dvh;display:flex}.app-content{padding:16px 16px calc(16px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.screen h1{margin:8px 0 4px;font-size:22px}.muted{color:var(--tg-theme-hint-color,#8e8e93)}.service-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;display:grid}.service-card{text-align:center;background:var(--tg-theme-secondary-bg-color,#f2f2f7);min-height:88px;color:var(--tg-theme-text-color,#0f0f0f);border-radius:12px;justify-content:center;align-items:center;padding:24px 12px;font-weight:500;text-decoration:none;display:flex}.tab-bar{border-top:1px solid var(--tg-theme-secondary-bg-color,#e5e5ea);background:var(--tg-theme-bg-color,#fff);padding-bottom:env(safe-area-inset-bottom);display:flex}.tab-link{text-align:center;color:var(--tg-theme-hint-color,#8e8e93);flex:1;padding:10px 4px;font-size:13px;text-decoration:none}.tab-link.active{color:var(--tg-theme-link-color,#2481cc);font-weight:600}
