@tailwind base;@tailwind components;@tailwind utilities;:root{--radio-primary:#3b82f6;--radio-bg:#f8fafc}@media (prefers-color-scheme:dark){:root{--radio-bg:#0f172a}}@layer base{body{@apply antialiased text-slate-900 bg-[var(--radio-bg)] transition-colors duration-300;font-family:Inter,system-ui,-apple-system,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{@apply bg-slate-300 rounded-full hover:bg-slate-400 transition-colors}}@layer components{.radio-card{@apply p-4 bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 
           rounded-2xl shadow-sm hover:shadow-xl hover:-translate-y-1 
           transition-all duration-300 ease-out cursor-pointer}}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}