@tailwind base;@tailwind components;@tailwind utilities;:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-button-color: #2AABEE;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f4f4f5;--tg-theme-hint-color: #707579;--tg-theme-link-color: #3390ec;--tg-theme-header-bg-color: #f8f9fa}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.form-input{@apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-colors duration-200;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);border-color:var(--tg-theme-hint-color)}.form-label{@apply block text-sm font-medium mb-1;color:var(--tg-theme-text-color)}.btn-primary{@apply px-6 py-3 rounded-lg font-medium transition-colors duration-200;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.btn-primary:hover{opacity:.9}.card{@apply rounded-xl p-6 shadow-sm;background-color:var(--tg-theme-secondary-bg-color)}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}
