@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}}@layer components{.btn{@apply inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 transition-colors duration-200;}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;}.btn-secondary{@apply btn bg-gray-600 text-white hover:bg-gray-700 focus:ring-gray-500;}.btn-success{@apply btn bg-success-600 text-white hover:bg-success-700 focus:ring-success-500;}.btn-danger{@apply btn bg-danger-600 text-white hover:bg-danger-700 focus:ring-danger-500;}.btn-warning{@apply btn bg-warning-600 text-white hover:bg-warning-700 focus:ring-warning-500;}.btn-outline{@apply btn border-gray-300 text-gray-700 bg-white hover:bg-gray-50 focus:ring-primary-500;}.card{@apply bg-white overflow-hidden shadow rounded-lg;}.card-header{@apply px-4 py-5 sm:px-6 border-b border-gray-200;}.card-body{@apply px-4 py-5 sm:p-6;}.form-input,.form-select{@apply block w-full rounded-md border-gray-300 shadow-sm focus:border-primary-500 focus:ring-primary-500 sm:text-sm;}.form-label{@apply block text-sm font-medium text-gray-700 mb-1;}.alert{@apply rounded-md p-4 mb-4;}.alert-success{@apply alert bg-success-50 border border-success-200 text-success-800;}.alert-danger{@apply alert bg-danger-50 border border-danger-200 text-danger-800;}.alert-warning{@apply alert bg-warning-50 border border-warning-200 text-warning-800;}.alert-info{@apply alert bg-primary-50 border border-primary-200 text-primary-800;}.stat-card{@apply card;}.stat-value{@apply text-2xl font-bold text-gray-900;}.stat-label{@apply text-sm font-medium text-gray-500;}.stat-change{@apply text-sm font-medium;}.stat-change-positive{@apply stat-change text-success-600;}.stat-change-negative{@apply stat-change text-danger-600;}.stat-card{@apply transition-all duration-200 hover:shadow-lg hover:scale-105;}.stat-card .card-body{@apply px-5 py-4;}.stat-value{@apply text-2xl font-bold text-gray-900 mt-1;}.stat-label{@apply text-sm font-medium text-gray-500 uppercase tracking-wide;}.stat-card:nth-child(1){@apply bg-gradient-to-br from-blue-50 to-blue-100 border border-blue-200;}.stat-card:nth-child(2){@apply bg-gradient-to-br from-green-50 to-green-100 border border-green-200;}.stat-card:nth-child(3){@apply bg-gradient-to-br from-red-50 to-red-100 border border-red-200;}.stat-card:nth-child(4){@apply bg-gradient-to-br from-purple-50 to-purple-100 border border-purple-200;}.stat-card .w-8{@apply bg-white shadow-sm;}.card{@apply transition-shadow duration-200 hover:shadow-xl;}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}}
