@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9}.gradient-bg{background:linear-gradient(90deg,#7e22ce,#0ea5e9)}.casino-card{transition:transform .3s ease,box-shadow .3s ease}.casino-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.logo-container{background:#fff;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center}.logo-img{width:4rem;height:4rem;object-fit:contain}.header-gradient{background:linear-gradient(90deg,#7e22ce,#0ea5e9)}.btn-primary{@apply bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300;}.btn-secondary{@apply bg-slate-700 hover:bg-slate-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300;}.card{@apply bg-slate-800 rounded-xl p-6 shadow-lg;}.form-input{@apply bg-slate-700 text-white px-4 py-3 rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500;}.form-button{@apply bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300;}.nav-link{@apply text-white hover:text-blue-200 font-medium;}.footer-gradient{background:linear-gradient(90deg,#1e293b,#0f172a)}@media (max-width: 768px){.header-gradient{background:linear-gradient(180deg,#7e22ce,#0ea5e9)}.logo-container{margin-bottom:1rem}.nav-links{margin-top:1rem}}.animate-fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
