
body {
    background-color: #151a26;
    -webkit-font-smoothing: antialiased;
}

/* Scrollbar özelleştirmesi */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #151a26;
}

::-webkit-scrollbar-thumb {
    background: #2d3748;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4a5568;
}

.category-search-input {
    background-color: #0e1219;
}

.category-search-input:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

.category-search-clear:not(.hidden) {
    display: flex;
}

.category-no-results.hidden {
    display: none !important;
}

#categories-grid.hidden {
    display: none;
}

[data-category-card].hidden {
    display: none !important;
}
