﻿.dm-hero {
    color: white;
    background: radial-gradient(circle at top left, rgba(37, 183, 177, 0.28), transparent 34%), radial-gradient(circle at bottom right, rgba(255, 184, 77, 0.16), transparent 28%), linear-gradient(135deg, #0b3c5d 0%, #12264b 55%, #17203a 100%);
}

.dm-kicker {
    color: #7ee0da;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.dm-hero-title {
    max-width: 900px;
    font-weight: 900;
    line-height: 1.1;
}

.dm-hero-subtitle {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.dm-primary-button {
    border-radius: 14px;
    text-transform: none;
    font-weight: 800;
    color: #0b3c5d !important;
    background: #7ee0da !important;
}

.dm-secondary-button {
    border-radius: 14px;
    text-transform: none;
    font-weight: 700;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.dm-stat-card {
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.dm-stat-icon {
    color: #7ee0da;
}

.dm-stat-value {
    font-weight: 900;
    color: white;
}

.dm-stat-label {
    color: rgba(255, 255, 255, 0.75);
}

.dm-progress-panel,
.dm-goal-card,
.dm-section-panel,
.dm-area-card {
    border-radius: 24px;
    border: 1px solid rgba(11, 60, 93, 0.10);
    background: #ffffff;
}

.dm-section-title {
    color: #0b3c5d;
    font-weight: 900;
}

.dm-progress-circle {
    color: #25b7b1;
}

.dm-progress-value {
    color: #0b3c5d;
    font-weight: 900;
}

.dm-chip-progress {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
    font-weight: 700 !important;
}

.dm-goal-title {
    color: #0b3c5d;
    font-weight: 850;
    line-height: 1.25;
}

.dm-goal-percent {
    color: #25b7b1;
    font-weight: 900;
}

.dm-linear-progress .mud-progress-linear-bar {
    background-color: #25b7b1 !important;
}

.dm-chip-light {
    background: #f1f5f9 !important;
    color: #334155 !important;
    font-weight: 700 !important;
}

.dm-filter {
    background: #f8fafc !important;
    color: #334155 !important;
    border: 1px solid rgba(11, 60, 93, 0.12) !important;
    font-weight: 700 !important;
}

.dm-filter-active {
    background: #0b3c5d !important;
    color: white !important;
    font-weight: 800 !important;
}

.dm-area-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .dm-area-card:hover {
        transform: translateY(-2px);
        border-color: rgba(37, 183, 177, 0.70);
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
    }

.dm-area-title {
    color: #0b3c5d;
    font-weight: 850;
    line-height: 1.28;
}

.dm-metric-box {
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(11, 60, 93, 0.08);
}

.dm-score {
    color: #0b3c5d;
    font-weight: 900;
}

.dm-area-meta {
    color: #475569;
}

    .dm-area-meta .mud-icon-root {
        color: #25b7b1;
        margin-bottom: 4px;
    }

.dm-status {
    font-weight: 750 !important;
}

.dm-status-process {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
}

.dm-status-success {
    background: #ecfdf5 !important;
    color: #047857 !important;
}

.dm-status-danger {
    background: #fff7ed !important;
    color: #c2410c !important;
}

.dm-card-link {
    text-transform: none;
    font-weight: 800;
    color: #0b3c5d !important;
}

@media (max-width: 960px) {
    .dm-hero {
        padding: 28px !important;
    }

    .dm-hero-title {
        font-size: 2rem;
    }
}

.dm-info-item {
    height: 100%;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(11, 60, 93, 0.08);
}

.dm-info-icon {
    color: #25b7b1;
}

.dm-info-label {
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dm-info-value {
    color: #0b3c5d;
    font-weight: 800;
    line-height: 1.35;
}

/*=====================================================*/
/*Budget*/

.dm-muted-text {
    color: #64748b;
}

.dm-budget-stat {
    height: 100%;
    background: #f8fafc;
    border: 1px solid rgba(11, 60, 93, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .dm-budget-stat:hover {
        transform: translateY(-2px);
        border-color: rgba(37, 183, 177, 0.55);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

.dm-budget-value {
    color: #0b3c5d;
    font-weight: 900;
    line-height: 1.25;
}

.dm-budget-label {
    color: #475569;
    line-height: 1.35;
}

.dm-budget-panel {
    border: 1px solid rgba(11, 60, 93, 0.10);
    margin-bottom: 12px;
    overflow: hidden;
}

.dm-budget-title {
    color: #0b3c5d;
    font-weight: 850;
}

.dm-budget-table {
    overflow: hidden;
}

.dm-table-period {
    color: #0b3c5d;
    font-weight: 800;
}
/*Budget*/
/*=====================================================*/

/*=====================================================*/
/*Villages*/
.dm-village-summary {
    height: 100%;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(11, 60, 93, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .dm-village-summary:hover {
        transform: translateY(-2px);
        border-color: rgba(37, 183, 177, 0.55);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

.dm-villages-list {
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid rgba(11, 60, 93, 0.08);
}

.dm-village-card {
    height: 100%;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(11, 60, 93, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .dm-village-card:hover {
        transform: translateY(-2px);
        border-color: rgba(37, 183, 177, 0.55);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
    }

.dm-village-avatar {
    background: #e6fffb !important;
    color: #0b3c5d !important;
}

.dm-village-title {
    color: #0b3c5d;
    font-weight: 850;
    line-height: 1.25;
}

.dm-village-category {
    color: #64748b;
    font-weight: 650;
}
/*Villages*/
/*=====================================================*/
