/* ========================================
   FLIP.GG STYLES
   ======================================== */

/* ===== SMOOTH TRANSITIONS ===== */
button, .MuiButton-root, .MuiButtonBase-root, [class*="btn"], [class*="Button"] {
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
}

button:hover, .MuiButton-root:hover, .MuiButtonBase-root:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(39, 190, 255, 0.3) !important;
}

/* ===== CARD HOVER ===== */
[class*="card"]:hover, [class*="Card"]:hover, [class*="lootbox"]:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

/* ===== IMAGE HOVER ===== */
img {
  transition: transform 0.2s ease !important;
}

img:hover {
  transform: scale(1.02) !important;
}
