/* TailwindCSS custom utilities - 南森工作室 */
@layer utilities {
    .text-shadow { text-shadow: 0 2px 8px rgba(0,0,0,0.6); }
    .card-hover { transition: all 0.3s ease; }
    .card-hover:hover { transform: translateY(-6px); box-shadow: 0 8px 24px rgba(69, 160, 73, 0.2); }
    .bg-block { background-image: linear-gradient(rgba(22,26,35,0.92), rgba(22,26,35,0.92)), url('https://www.minecraft.net/content/dam/minecraftnet/games/minecraft/key-art/Homepage_Key-Art_MC_GamePass_2025_1170x500.jpg'); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; }
}
