/* lgs-ogrenci-panel.html'e özel CSS stilleri buraya eklenebilir */

.nav-button {
    @apply px-4 py-2 rounded-lg hover:bg-gray-700 transition-colors;
}

.nav-button.active {
    @apply bg-gray-600;
}