@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{font-feature-settings:"cv02","cv03","cv04","cv11"}}@layer components{.btn{@apply inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 active:bg-gray-900 focus:outline-none focus:border-gray-900 focus:ring ring-gray-300 disabled:opacity-25 transition ease-in-out duration-150;}.btn-primary{@apply bg-blue-600 hover:bg-blue-700 active:bg-blue-800 focus:border-blue-700 focus:ring-blue-200;}.btn-secondary{@apply bg-gray-600 hover:bg-gray-700 active:bg-gray-800 focus:border-gray-700 focus:ring-gray-200;}.btn-success{@apply bg-green-600 hover:bg-green-700 active:bg-green-800 focus:border-green-700 focus:ring-green-200;}.btn-danger{@apply bg-red-600 hover:bg-red-700 active:bg-red-800 focus:border-red-700 focus:ring-red-200;}.btn-warning{@apply bg-yellow-600 hover:bg-yellow-700 active:bg-yellow-800 focus:border-yellow-700 focus:ring-yellow-200;}.form-input,.form-select,.form-textarea{@apply border-gray-300 focus:border-blue-500 focus:ring-blue-500 rounded-md shadow-sm;}.card{@apply bg-white overflow-hidden shadow-sm rounded-lg;}.card-header{@apply px-6 py-4 bg-gray-50 border-b border-gray-200;}.card-body{@apply p-6;}.alert{@apply p-4 rounded-md;}.alert-success{@apply bg-green-50 border border-green-200 text-green-800;}.alert-error{@apply bg-red-50 border border-red-200 text-red-800;}.alert-warning{@apply bg-yellow-50 border border-yellow-200 text-yellow-800;}.alert-info{@apply bg-blue-50 border border-blue-200 text-blue-800;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-primary{@apply bg-blue-100 text-blue-800;}.badge-secondary{@apply bg-gray-100 text-gray-800;}.badge-success{@apply bg-green-100 text-green-800;}.badge-danger{@apply bg-red-100 text-red-800;}.badge-warning{@apply bg-yellow-100 text-yellow-800;}.table{@apply min-w-full divide-y divide-gray-200;}.table thead{@apply bg-gray-50;}.table th{@apply px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;}.table td{@apply px-6 py-4 whitespace-nowrap text-sm text-gray-900;}.table tbody tr:nth-child(2n){@apply bg-gray-50;}.table tbody tr:hover{@apply bg-gray-100;}}@layer utilities{.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.text-shadow-md{text-shadow:0 4px 8px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.08)}.text-shadow-lg{text-shadow:0 15px 30px rgba(0,0,0,.11),0 5px 15px rgba(0,0,0,.08)}.bg-gradient-radial{background-image:radial-gradient(circle,var(--tw-gradient-stops))}.pt-25{padding-top:6.25rem}}.spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
