@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{-webkit-font-smoothing:antialiased}body{@apply bg-apple-gray-50 text-apple-gray-950 font-sans;}}@layer components{.card{@apply bg-white rounded-2xl shadow-apple border border-apple-gray-100;}.btn-primary{@apply inline-flex items-center gap-2 px-4 py-2 rounded-xl bg-apple-blue text-white font-semibold text-sm transition-all hover:bg-blue-600 active:scale-95 disabled:opacity-40;}.btn-ghost{@apply inline-flex items-center gap-2 px-3 py-1.5 rounded-lg text-apple-blue text-sm font-medium transition-all hover:bg-apple-blue/10 active:scale-95;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-semibold;}.badge-green{@apply bg-green-100 text-green-700;}.badge-blue{@apply bg-blue-100 text-blue-700;}.badge-yellow{@apply bg-yellow-100 text-yellow-700;}.badge-red{@apply bg-red-100 text-red-700;}.badge-gray{@apply bg-apple-gray-100 text-apple-gray-600;}.field{@apply w-full rounded-xl border border-apple-gray-200 bg-white px-3 py-2 text-sm text-apple-gray-900 placeholder-apple-gray-400 focus:outline-none focus:ring-2 focus:ring-apple-blue/40 focus:border-apple-blue transition;}.label{@apply block text-xs font-semibold text-apple-gray-500 uppercase tracking-wide mb-1;}.section-title{@apply text-xl font-bold text-apple-gray-950 tracking-tight;}}
