@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{-webkit-tap-highlight-color:transparent}@apply bg-earth-50 text-earth-900 antialiased;body{overscroll-behavior-y:none}}@layer components{.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.img-shimmer{background:linear-gradient(90deg,#f5f5f4 0%,#e7e5e4 25%,#f5f5f4 50%,#e7e5e4 75%,#f5f5f4 100%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@apply transition-all duration-150 active:scale-[.98] active:shadow-none;@apply transition-all duration-100 active:scale-95 active:brightness-95;@apply shadow-[0_1px_3px_rgba(0,0,0,.04),0_4px_12px_rgba(0,0,0,.04)];@apply shadow-[0_1px_3px_rgba(0,0,0,.04),0_4px_12px_rgba(0,0,0,.04)] hover:shadow-[0_2px_6px_rgba(0,0,0,.06),0_8px_20px_rgba(0,0,0,.06)] transition-shadow duration-200;@apply appearance-none w-5 h-5 rounded-md border-2 border-earth-300 checked:bg-brand-500 checked:border-brand-500 checked:bg-[url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")] bg-center bg-no-repeat bg-[length:14px] cursor-pointer transition-colors;@apply inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium;@apply text-lg font-bold text-earth-800 tracking-tight;@apply flex flex-col items-center justify-center py-12 text-center;}@layer utilities{.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}
