@tailwind base;@tailwind components;@tailwind utilities;:root{--tg-theme-bg-color:#09090b;--tg-theme-secondary-bg-color:#18181b;--tg-theme-text-color:#fafafa;--tg-theme-hint-color:#a1a1aa;--tg-theme-link-color:#3b82f6;--tg-theme-button-color:#f97316;--tg-theme-button-text-color:#fff}@layer base{@apply bg-zinc-950 text-zinc-50;body{-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}}@apply bg-zinc-900/50 backdrop-blur-xl border border-white/5 shadow-2xl;@apply bg-gradient-to-br from-zinc-800/80 to-zinc-900/80 backdrop-blur-md border border-white/10 rounded-2xl overflow-hidden;@apply bg-gradient-to-tr from-orange-600 to-amber-400;@apply text-orange-500 relative after:absolute after:bottom-0 after:left-1/2 after:-translate-x-1/2 after:w-1 after:h-1 after:bg-orange-500 after:rounded-full;@apply bg-orange-600/20 text-orange-400 px-3 py-1 rounded-lg font-black text-sm border border-orange-500/30;@apply bg-blue-600/20 text-blue-400 px-2 py-0.5 rounded-md font-bold text-[10px] border border-blue-500/30 flex items-center gap-1;::-webkit-scrollbar{width:0}
