@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.dark .skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:1000px 100%}.glass-ultra{background:#fff;border:1px solid #d1d5db}.dark .glass-ultra{background:#1a1f29;border:1px solid #374151}.perspective-1000{perspective:1000px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#475569}.text-sharp{text-shadow:0 0 0 transparent}img,svg{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}
