@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn-primary{@apply bg-primary text-white font-semibold px-4 py-2 rounded-lg transition-all duration-200 shadow-sm border border-transparent hover:shadow-md flex items-center justify-center gap-2;background-color:#00a886;color:#fff!important}.btn-primary:hover{@apply bg-primary-dark;background-color:#008e71}.btn-secondary{@apply bg-white text-slate-700 font-semibold px-4 py-2 rounded-lg border border-slate-300 transition-all duration-200 shadow-sm flex items-center justify-center gap-2;}.btn-secondary:hover{@apply bg-slate-50 text-slate-900 border-slate-400;}.modal-overlay{@apply fixed inset-0 z-[100] flex items-center justify-center p-4 bg-black/60 backdrop-blur-sm animate-in fade-in duration-200;}.modal-container{@apply bg-white rounded-xl shadow-2xl w-full max-w-2xl max-h-[90vh] flex flex-col relative animate-in zoom-in-95 duration-200 overflow-hidden;}}
