﻿body {
    background: linear-gradient(135deg,#d1d9ff 0%,#f3e7ff 100%);
    min-height: 100vh;
}
/* Tailwind’in apply direktifini inline yazamadığımız için hızlandırıcı yardımcılar */
.nav-link {
    @apply relative text-white/90 hover:text-yellow-400 transition;
}

.dropdown-item {
    @apply block px-4 py-2 hover:bg-yellow-400/10 hover:text-yellow-600;
}

.icon-btn {
    @apply relative text-yellow-400 text-xl hover:text-yellow-300 transition;
}

.badge {
    @apply absolute -top-1 -right-3 bg-gray-800 text-[10px] px-1.5 rounded-full;
}
.category-window {
    z-index: 1055 !important;
}

[x-cloak] {
    display: none !important;
}