.touch-target{min-width:44px;min-height:44px}@apply px-4 py-3 text-sm font-medium rounded-lg transition-colors duration-200 touch-manipulation;.btn-mobile{min-height:44px}@apply px-3 py-2 text-xs font-medium rounded-lg transition-colors duration-200 touch-manipulation;.btn-mobile-sm{min-height:36px}@apply bg-white rounded-lg md:rounded-xl shadow-lg p-4 md:p-6;@apply flex flex-col items-center justify-center px-3 py-2 min-w-0 flex-1 transition-colors duration-200 touch-manipulation;@apply block w-full px-3 py-3 text-sm border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-clq-primary focus:border-clq-primary;.input-mobile{min-height:44px}@apply text-lg md:text-2xl font-bold text-clq-dark;@apply text-xs md:text-sm text-gray-600;@apply text-sm md:text-base text-gray-800;@apply max-w-7xl mx-auto px-3 md:px-4 sm:px-6 lg:px-8;@apply py-4 md:py-8;@apply gap-3 md:gap-6;@apply grid grid-cols-2 lg:grid-cols-4 gap-3 md:gap-6;@apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-3 md:gap-6;@apply pb-20 md:pb-0;@apply hidden md:block;@apply block md:hidden;.mobile-fade-in{animation:.3s ease-out mobileSlideUp}@keyframes mobileSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@apply fixed inset-0 bg-black bg-opacity-50 z-40 md:hidden;@apply overflow-x-auto -mx-4 md:mx-0;@apply min-w-full divide-y divide-gray-200;@apply block md:hidden space-y-3;@apply bg-white rounded-lg p-4 shadow border border-gray-200;.swipeable{touch-action:pan-x pan-y}@apply inline-flex items-center px-2 py-1 rounded-full text-xs font-medium;@apply w-2 h-2 md:w-3 md:h-3 rounded-full;@apply w-5 h-5 md:w-6 md:w-6;@apply w-4 h-4 md:w-5 md:h-5;@apply space-y-3 md:space-y-4;@apply grid grid-cols-1 md:grid-cols-2 gap-3 md:gap-4;@apply animate-pulse bg-gray-200 rounded h-4 w-full;@apply focus:outline-none focus:ring-2 focus:ring-clq-primary focus:ring-offset-2;@media (prefers-contrast:high){@apply border-2 border-gray-900;}@media (prefers-reduced-motion:reduce){.mobile-fade-in{animation:none}}
@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb))}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
