body {
    background-color: #111827;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1f2937;
}
::-webkit-scrollbar-thumb {
    background: #4b5563;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
}
.accordion-summary::-webkit-details-marker {
    display: none;
}

@media (min-width: 1536px) {
    .grid-cols-1.xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}
