@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply border-border;@apply bg-sortex-light text-dark font-sans antialiased;@apply font-sans font-semibold;}@layer components{@apply bg-sortex-green hover:bg-primary-700 text-white font-medium px-5 py-2.5 rounded-lg transition-all duration-200 shadow-sm hover:shadow-md active:scale-95 disabled:opacity-50 disabled:cursor-not-allowed;@apply bg-white hover:bg-gray-50 text-sortex-green font-medium px-5 py-2.5 rounded-lg border border-sortex-green transition-all duration-200 active:scale-95;@apply bg-transparent hover:bg-gray-100 text-gray-600 font-medium px-4 py-2 rounded-lg transition-all duration-200;@apply bg-red-500 hover:bg-red-600 text-white font-medium px-5 py-2.5 rounded-lg transition-all duration-200 active:scale-95;@apply bg-white rounded-xl shadow-card border border-gray-100 p-6;@apply card hover:shadow-card-hover transition-shadow duration-200 cursor-pointer;@apply w-full px-4 py-2.5 rounded-lg border border-gray-200 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent bg-white text-dark placeholder-gray-400 transition-all duration-150;@apply border-red-400 focus:ring-red-400;@apply block text-sm font-medium text-gray-700 mb-1;@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;@apply bg-green-100 text-green-800;@apply bg-amber-100 text-amber-800;@apply bg-blue-100 text-blue-800;@apply bg-red-100 text-red-800;@apply bg-gray-100 text-gray-700;@apply bg-purple-100 text-purple-800;@apply w-full overflow-x-auto rounded-xl border border-gray-100;@apply w-full text-sm text-left;@apply bg-gray-50 text-gray-500 font-medium px-4 py-3 border-b border-gray-100 whitespace-nowrap;@apply px-4 py-3 border-b border-gray-50 text-gray-700;@apply bg-gray-50 transition-colors;@apply border-b-0;@apply flex items-center gap-3 px-4 py-2.5 rounded-lg text-sm font-medium text-gray-600 hover:bg-primary-50 hover:text-sortex-green transition-all duration-150 cursor-pointer;@apply bg-primary-50 text-sortex-green;@apply card flex items-center gap-4;@apply w-12 h-12 rounded-xl flex items-center justify-center flex-shrink-0;@apply flex items-center justify-between mb-6;@apply text-2xl font-semibold text-dark;@apply badge bg-yellow-50 text-yellow-700 border border-yellow-200;@apply badge bg-green-50 text-green-700 border border-green-200;@apply badge bg-blue-50 text-blue-700 border border-blue-200;@apply badge bg-gray-50 text-gray-600 border border-gray-200;@apply badge badge-blue;@apply badge badge-amber;@apply badge badge-purple;@apply badge badge-green;@apply badge badge-red;}@layer utilities{.text-balance{text-wrap:balance}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}
