@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}.dark ::-webkit-scrollbar-thumb{background:#4a5568}.dark ::-webkit-scrollbar-thumb:hover{background:#718096}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html{scroll-behavior:smooth;scroll-padding-top:2rem}::selection{background-color:#3b82f6;color:#fff}::-moz-selection{background-color:#3b82f6;color:#fff}*:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (hover: none) and (pointer: coarse){.hover\:scale-105:hover,.hover\:scale-102:hover,.hover\:scale-110:hover{transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes card-hover{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.hover\:scale-102:hover{transform:scale(1.02)}@media (max-width: 640px){.text-lg{font-size:1rem}.text-xl{font-size:1.125rem}}@media (min-width: 1024px){.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}}
