html {
    font-size: 16px;
}

body {
    background-color: #f8f9fa;
}

.page-header h1 {
    font-weight: 600;
}

.upload-dropzone {
    border: 2px dashed #adb5bd;
    border-radius: 0.75rem;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #fff;
    transition: border-color 0.15s ease, background-color 0.15s ease;
    cursor: pointer;
}

.upload-dropzone.drag-over {
    border-color: #0d6efd;
    background-color: #eef5ff;
}

.upload-progress-item {
    margin-bottom: 0.75rem;
}

.upload-progress-item .progress {
    height: 0.6rem;
}

.episode-card audio {
    max-width: 100%;
}

.empty-state {
    border: 1px dashed #ced4da;
    border-radius: 0.75rem;
    background-color: #fff;
}

.font-monospace {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media (max-width: 767.98px) {
    .episode-actions {
        width: 100%;
    }

    .episode-actions .btn {
        flex: 1 1 auto;
    }
}
