/**
 * TerfiUI v5 - Akıllı Mevzuat Kütüphanesi Modüler CSS (assets/css/pages/mevzuat.css)
 * Tüm sınıflar 'gd-' prefix'i kullanır. Inline CSS içermez. Mobile-first responsive yapılıdır.
 */

/* Kompakt Mevzuat Hero Kartı (Kompakt İnce Görünüm) */
.gd-mev-hero-compact {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 14px 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.gd-mev-hero-compact .gd-page-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-mev-hero-compact .gd-page-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-mev-hero-compact .gd-page-subtitle {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Sayfa Gövdesi — 8px Boşluklu Hizalama Kuralı */
/* ── 1. SAYFA ANA DÜZENİ VE HERO BANNER ────────────────────────────────────────── */
.gd-mev-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-radius: 16px;
    padding: 32px 28px;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gd-mev-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.gd-mev-hero-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.gd-mev-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
    flex-shrink: 0;
}

.gd-mev-hero-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.gd-mev-hero-subtitle {
    font-size: 14.5px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
    max-width: 850px;
}

/* ── 2. ÖZET İSTATİSTİK KARTLARI (4'LÜ GRID) ─────────────────────────────────── */
.gd-mev-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.gd-mev-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.gd-mev-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.gd-mev-stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-mev-stat-icon.gd-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.gd-mev-stat-icon.gd-icon-emerald {
    background: #ecfdf5;
    color: #10b981;
}

.gd-mev-stat-icon.gd-icon-amber {
    background: #fffbeb;
    color: #f59e0b;
}

.gd-mev-stat-icon.gd-icon-indigo {
    background: #eef2ff;
    color: #6366f1;
}

.gd-mev-stat-info {
    display: flex;
    flex-direction: column;
}

.gd-mev-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.gd-mev-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 4px;
}

/* ── 3. ARAMA VE FİLTRELEME ÇUBUĞU ───────────────────────────────────────────── */
.gd-mev-controls {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    flex-wrap: wrap;
}

.gd-mev-search-box {
    position: relative;
    flex: 1;
    min-width: 260px;
}

.gd-mev-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.gd-mev-search-input {
    width: 100%;
    height: 44px;
    padding: 10px 16px 10px 42px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    color: #0f172a;
    background: #f8fafc;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.gd-mev-search-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.gd-mev-filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
}

.gd-mev-filter-btn {
    border: none;
    background: transparent;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gd-mev-filter-btn:hover {
    color: #0f172a;
    background: #f1f5f9;
}

.gd-mev-filter-btn.active {
    background: #2563eb !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25) !important;
}

.gd-mev-filter-btn.active:hover {
    background: #1d4ed8 !important;
    color: #ffffff !important;
}



/* ── 4. MEVZUAT KARTLARI IZGARASI (GÖRSELDEKİ BİREBİR TASARIM) ─────────────────── */
.gd-mev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.gd-mev-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: all 0.2s ease;
    overflow: hidden;
}

.gd-mev-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.gd-mev-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 0 20px;
    gap: 12px;
}

.gd-mev-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fef3c7;
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-mev-type-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.gd-mev-type-tag.tag-ortak {
    background: #fef3c7;
    color: #b45309;
}

.gd-mev-type-tag.tag-alan {
    background: #eff6ff;
    color: #2563eb;
}

.gd-mev-card-body {
    padding: 20px 20px 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.gd-mev-card-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.gd-mev-progress-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.gd-mev-progress-bg {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.gd-mev-progress-fill {
    height: 100%;
    background: #10b981;
    border-radius: 10px;
    transition: width 0.4s ease;
    width: 0%;
}

.gd-mev-progress-text {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    min-width: 32px;
    text-align: right;
}

/* ── 5. KART ALT BİLGİ VE LİNK ÇUBUĞU ────────────────────────────────────────── */
.gd-mev-card-footer {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gd-mev-footer-info {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.gd-mev-action-link {
    font-size: 13px;
    font-weight: 750;
    color: #2563eb;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.gd-mev-card:hover .gd-mev-action-link {
    color: #1d4ed8;
}

.gd-mev-badge-completed {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    font-weight: 800;
    color: #059669;
    background: #ecfdf5;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #a7f3d0;
}

.gd-mev-badge-locked {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    font-weight: 800;
    color: #d97706;
    background: #fffbeb;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #fde68a;
}

.gd-mev-card-locked {
    border-color: #fed7aa;
}

.gd-mev-card-locked:hover {
    border-color: #f59e0b;
}


.gd-mev-card-locked .gd-mev-action-link {
    color: #d97706;
}

/* ── 7. BOŞ DURUM (EMPTY STATE) ────────────────────────────────────────────────── */
.gd-mev-empty-box {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 2px dashed #e2e8f0;
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    color: #64748b;
}

.gd-mev-empty-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #f8fafc;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.gd-mev-empty-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.gd-mev-empty-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* ── 8. PREMİUM UYARI MODALİ (Rule 16 Uyumlu) ────────────────────────────── */
.gd-mev-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.gd-mev-modal-overlay.active {
    display: flex;
}


.gd-mev-modal-card {
    background: #ffffff;
    border-radius: 16px;
    max-width: 440px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
    position: relative;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    animation: gdMevModalPop 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes gdMevModalPop {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.gd-mev-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-mev-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.gd-mev-modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-right: 32px;
}

.gd-mev-modal-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fffbeb;
    color: #f59e0b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #fde68a;
}

.gd-mev-modal-icon.gd-mev-modal-icon-blue {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
}

.gd-mev-modal-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-mev-modal-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 24px 0;
}

.gd-mev-modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gd-mev-modal-btn {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.gd-mev-modal-btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.gd-mev-modal-btn-primary:hover {
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
    transform: translateY(-1px);
}

.gd-mev-modal-btn-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.gd-mev-modal-btn-secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.gd-mev-modal-btn-outline {
    background: transparent;
    color: #64748b;
    border: 1px solid #cbd5e1;
}

.gd-mev-modal-btn-outline:hover {
    background: #f8fafc;
    color: #0f172a;
    border-color: #94a3b8;
}

/* ── 8.5. DEMO ALTERNATİF TASARIMLAR & ÇALIŞMA İLERLEMESİ ────────────────────────── */
.gd-mev-demo-section {
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 20px;
    background: var(--gd-card-bg, #ffffff);
    border: 1px solid var(--gd-border-color, #e2e8f0);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.gd-mev-demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.gd-mev-demo-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gd-mev-demo-badge {
    background: #2563eb;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gd-mev-demo-badge-alt2 {
    background: #0f172a;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gd-mev-demo-title {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: var(--gd-text-primary, #0f172a);
}

.gd-mev-demo-count {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.gd-mev-alt1-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.gd-category-card {
    min-height: 180px;
    height: 100%;
    padding: 20px;
    position: relative;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.gd-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.gd-mev-grad-1 { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); border: 1px solid rgba(255, 255, 255, 0.12); }
.gd-mev-grad-2 { background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%); border: 1px solid rgba(255, 255, 255, 0.18); }
.gd-mev-grad-3 { background: linear-gradient(135deg, #064e3b 0%, #047857 100%); border: 1px solid rgba(255, 255, 255, 0.18); }
.gd-mev-grad-4 { background: linear-gradient(135deg, #581c87 0%, #7e22ce 100%); border: 1px solid rgba(255, 255, 255, 0.18); }
.gd-mev-grad-5 { background: linear-gradient(135deg, #7c2d12 0%, #c2410c 100%); border: 1px solid rgba(255, 255, 255, 0.18); }

.gd-category-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.gd-category-card-title {
    display: block;
    font-size: 15.5px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4;
}

.gd-category-card .gd-mev-card-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.gd-category-card:hover .gd-mev-card-icon {
    background: #ffffff;
    color: #0f172a;
}

.gd-category-card .gd-mev-tag-blue {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
}

.gd-category-card .gd-mev-tag-orange {
    background: rgba(249, 115, 22, 0.25);
    color: #ffedd5;
    border-color: rgba(249, 115, 22, 0.4);
}

.gd-category-card .gd-mev-action-link {
    color: #ffffff;
}

.gd-mev-alt1-progress {
    margin-top: auto;
    padding-top: 12px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 12px;
}

.gd-mev-alt1-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

.gd-mev-alt1-progress-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.gd-mev-alt1-progress-val {
    font-weight: 800;
    color: #ffffff;
}

.gd-mev-alt1-progress-bg {
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gd-mev-alt1-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #34d399, #10b981);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.gd-mev-alt1-badge-completed {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 800;
    background: rgba(16, 185, 129, 0.25);
    color: #a7f3d0;
    border: 1px solid rgba(16, 185, 129, 0.4);
    padding: 3px 10px;
    border-radius: 20px;
}

    gap: 4px;
    font-size: 10px;
    font-weight: 800;
    background: rgba(16, 185, 129, 0.25);
    color: #a7f3d0;
    border: 1px solid rgba(16, 185, 129, 0.4);
    padding: 2px 8px;
    border-radius: 12px;
    margin-top: 6px;
    width: fit-content;
}

.gd-mev-alt2-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
    margin-bottom: 10px;
}

.gd-exam-card-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.gd-exam-card-item:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.gd-exam-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.gd-exam-card-label {
    display: block;
    width: 100%;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.gd-exam-card-sub {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 6px;
}

.gd-mev-alt2-progress {
    width: 100%;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
}

.gd-mev-alt2-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 4px;
}

.gd-mev-alt2-progress-label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #334155;
}

.gd-mev-alt2-progress-val {
    font-weight: 800;
    color: #2563eb;
}

.gd-mev-alt2-progress-val.completed {
    color: #10b981;
}

.gd-mev-alt2-progress-bg {
    width: 100%;
    height: 5px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.gd-mev-alt2-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.gd-mev-alt2-progress-fill.completed {
    background: linear-gradient(90deg, #10b981, #059669);
}

.gd-mev-alt2-badge-completed {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-weight: 800;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    padding: 2px 7px;
    border-radius: 10px;
    margin-top: 6px;
    width: fit-content;
}

/* ── 9. RESPONSIVE BREAKPOINTS (BREAKPOINT KURALI <=991px FLEX FLOW) ──────────── */
@media (max-width: 1200px) {
    .gd-mev-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .gd-mev-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gd-mev-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gd-mev-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .gd-mev-filter-group {
        width: 100%;
        justify-content: space-between;
    }

    .gd-mev-filter-btn {
        flex: 1;
        justify-content: center;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .gd-mev-hero {
        padding: 24px 18px;
    }

    .gd-mev-hero-title {
        font-size: 20px;
    }

    .gd-mev-stats-grid {
        grid-template-columns: 1fr;
    }

    .gd-mev-grid {
        grid-template-columns: 1fr;
    }

    .gd-mev-modal-card {
        padding: 20px 16px;
    }

    .gd-mev-modal-actions {
        flex-direction: column;
    }

    .gd-mev-modal-btn {
        width: 100%;
    }
}

