/* Custom styles for Automatic Transcriber */

/* Ensure the grid has space at the bottom for scrolling past the end */
.measure-grid {
    padding-bottom: 200px;
}

/* Playing state - explicit override for active beat */
.playing {
    background-color: #3b82f6 !important;
    color: white !important;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #111827;
}
::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4b5563;
}
