@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #707579;--tg-theme-link-color: #2678b6;--tg-theme-button-color: #2678b6;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f4f4f5}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0;padding-bottom:env(safe-area-inset-bottom)}}@layer components{.tg-btn{@apply w-full py-3.5 rounded-2xl text-base font-semibold transition-all active:scale-[.98];background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.tg-btn:disabled{opacity:.5}.tg-card{background:var(--tg-theme-secondary-bg-color);@apply rounded-2xl overflow-hidden;}.tg-divider{@apply border-t;border-color:color-mix(in srgb,var(--tg-theme-hint-color) 20%,transparent)}}
