.dependable-flow-toggle {
    position: fixed;
    z-index: 729;
    left: 18px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(3,105,161,.24);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(239,246,255,.96));
    color: #075985;
    box-shadow: 0 14px 28px rgba(15,23,42,.12), 0 6px 16px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font: 800 13px/1 Inter, system-ui, sans-serif;
    cursor: pointer;
    transition: .18s ease;
}
.dependable-flow-toggle::before {
    content: 'Q';
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(2,132,199,.14), rgba(34,211,238,.28));
    font-weight: 900;
}
.dependable-flow-toggle:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(15,23,42,.16), 0 8px 18px rgba(15,23,42,.10); }
body.dependable-flow-open .dependable-flow-toggle { color: white; border-color: transparent; background: linear-gradient(135deg,#0369a1,#0891b2); }
body.dependable-flow-open .dependable-flow-toggle::before { background: rgba(255,255,255,.18); }
body.dependable-flow-open .dependable-flow-toggle::after { content: '×'; font-size: 17px; }

.dependable-flow-panel {
    position: fixed;
    z-index: 728;
    left: 18px;
    bottom: calc(134px + env(safe-area-inset-bottom));
    width: min(930px, calc(100vw - 36px));
    max-height: min(82dvh, 790px);
    overflow-y: auto;
    padding: 16px;
    border: 1px solid rgba(226,232,240,.96);
    border-radius: 25px;
    background: rgba(255,255,255,.975);
    box-shadow: 0 30px 70px rgba(15,23,42,.24), 0 12px 28px rgba(15,23,42,.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 200px)) scale(.985);
    transform-origin: left bottom;
    transition: transform .25s ease, opacity .22s ease;
    color: #0f172a;
    font-family: Inter, system-ui, sans-serif;
}
.dependable-flow-panel::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; border-radius: inherit; background: linear-gradient(90deg,#0369a1,#0891b2,#22d3ee); }
body.dependable-flow-open .dependable-flow-panel { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.dfa-header { position: sticky; top: -16px; z-index: 4; margin: -16px -16px 12px; padding: 18px 16px 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; background: linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.94)); border-bottom: 1px solid #e2e8f0; backdrop-filter: blur(12px); }
.dfa-title-wrap { display: flex; align-items: center; gap: 12px; }
.dfa-title-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 39px; border-radius: 13px; color: white; background: linear-gradient(135deg,#0369a1,#0891b2); font-size: 20px; font-weight: 900; box-shadow: 0 8px 20px rgba(8,145,178,.24); }
.dfa-header h2 { margin: 0; font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.dfa-header p { margin: 3px 0 0; color: #64748b; font-size: 11.5px; font-weight: 650; }
.dfa-close { width: 35px; height: 35px; border: 0; border-radius: 11px; background: #f1f5f9; color: #475569; font-size: 23px; cursor: pointer; }
.dfa-status { margin: 0 0 11px; padding: 10px 12px; border: 1px solid; border-radius: 13px; font-size: 11.5px; font-weight: 750; line-height: 1.45; }
.dfa-status.info { color: #075985; background: #f0f9ff; border-color: #bae6fd; }
.dfa-status.loading { color: #1d4ed8; background: #eff6ff; border-color: #bfdbfe; }
.dfa-status.success { color: #166534; background: #f0fdf4; border-color: #bbf7d0; }
.dfa-status.warning { color: #92400e; background: #fffbeb; border-color: #fde68a; }
.dfa-status.error { color: #991b1b; background: #fef2f2; border-color: #fecaca; }
.dfa-section { margin-top: 10px; padding: 13px; border: 1px solid #e2e8f0; border-radius: 18px; background: linear-gradient(135deg,#fff,#f8fafc); }
.dfa-section-head { margin-bottom: 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dfa-section-head > div { display: flex; align-items: center; gap: 8px; }
.dfa-section-head > div > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; color: white; background: #0e7490; font-size: 11px; font-weight: 900; }
.dfa-section-head b { font-size: 13px; font-weight: 900; }
.dfa-section-head em { color: #64748b; font-size: 10.5px; font-style: normal; font-weight: 700; }
.dfa-link-button { border: 0; padding: 6px 9px; border-radius: 9px; background: #ecfeff; color: #0e7490; font-size: 10.5px; font-weight: 850; cursor: pointer; }
.dfa-grid { display: grid; gap: 9px; }
.dfa-grid-main { grid-template-columns: repeat(4,minmax(0,1fr)); }
.dfa-params { grid-template-columns: repeat(4,minmax(0,1fr)); }
.dfa-span-2 { grid-column: span 2; }
.dfa-span-4 { grid-column: span 4; }
.dfa-field { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.dfa-field > span { color: #475569; font-size: 9.5px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; }
.dfa-field input,.dfa-field select { width: 100%; min-width: 0; min-height: 39px; padding: 8px 10px; border: 1px solid #cbd5e1; border-radius: 11px; background: white; color: #0f172a; font: 750 11.5px/1.25 Inter,system-ui,sans-serif; outline: none; }
.dfa-field input:focus,.dfa-field select:focus { border-color: #0891b2; box-shadow: 0 0 0 3px rgba(8,145,178,.12); }
.dfa-meta-strip { margin-top: 10px; min-height: 38px; padding: 9px 11px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px 15px; border-radius: 11px; background: #f1f5f9; color: #475569; font-size: 10.5px; font-weight: 750; }
.dfa-meta-strip b { color: #0f172a; font-size: 11.5px; }
.dfa-warning { margin-bottom: 10px; padding: 9px 10px; border-left: 4px solid #f59e0b; border-radius: 9px; background: #fffbeb; color: #78350f; font-size: 10.5px; line-height: 1.45; }
.dfa-actions { position: sticky; bottom: -16px; z-index: 3; margin: 12px -16px -16px; padding: 12px 16px 15px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; border-top: 1px solid #e2e8f0; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.dfa-actions button { min-height: 42px; padding: 8px 12px; border: 1px solid rgba(8,145,178,.28); border-radius: 12px; background: white; color: #0e7490; font-size: 10.8px; font-weight: 900; cursor: pointer; }
.dfa-actions button.primary { border-color: transparent; color: white; background: linear-gradient(135deg,#0369a1,#0891b2); box-shadow: 0 9px 20px rgba(3,105,161,.2); }
.dfa-actions button:disabled { opacity: .48; cursor: not-allowed; }
.dfa-result-block,.dfa-results { margin-top: 12px; padding: 13px; border: 1px solid #dbeafe; border-radius: 18px; background: linear-gradient(135deg,#f8fbff,#f0fdfa); }
.dfa-result-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }
.dfa-result-head h3 { margin: 0; font-size: 13px; font-weight: 900; }
.dfa-result-head span { padding: 4px 8px; border-radius: 999px; color: #0369a1; background: #e0f2fe; font-size: 10px; font-weight: 900; }
.dfa-grid-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; max-height: 190px; overflow: auto; }
.dfa-grid-item { padding: 9px; display: flex; flex-direction: column; gap: 3px; border: 1px solid #dbeafe; border-radius: 11px; background: white; }
.dfa-grid-item b { color: #075985; font-size: 11px; }
.dfa-grid-item span,.dfa-grid-item small { color: #64748b; font-size: 9.5px; font-weight: 700; }
.dfa-summary-cards { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.dfa-summary-cards > div { min-height: 82px; padding: 11px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #e2e8f0; border-radius: 14px; background: white; }
.dfa-summary-cards span { color: #64748b; font-size: 9.5px; font-weight: 850; text-transform: uppercase; }
.dfa-summary-cards b { margin-top: 6px; color: #0f4c81; font-size: 18px; font-weight: 900; }
.dfa-summary-cards small { color: #64748b; font-size: 9px; }
.dfa-result-note { margin: 9px 0; padding: 8px 10px; border-radius: 10px; background: #fff7ed; color: #9a3412; font-size: 10px; line-height: 1.4; }
.dfa-chart-box { height: 300px; padding: 10px; border: 1px solid #e2e8f0; border-radius: 14px; background: white; }
.dfa-table-wrap { margin-top: 10px; overflow: auto; border: 1px solid #e2e8f0; border-radius: 13px; background: white; }
.dfa-table { width: 100%; border-collapse: collapse; font-size: 10.5px; white-space: nowrap; }
.dfa-table th { position: sticky; top: 0; z-index: 1; padding: 9px 10px; background: #eaf6fa; color: #0f4c5c; text-align: right; font-weight: 900; }
.dfa-table th:first-child,.dfa-table td:first-child { text-align: left; }
.dfa-table td { padding: 8px 10px; border-top: 1px solid #edf2f7; text-align: right; }
.dfa-table td.highlight { color: #0f766e; background: #f0fdfa; font-weight: 900; }
.dfa-table.compact { font-size: 9.5px; }
.dfa-simulation-table-wrap { max-height: 330px; }
.dfa-details { margin-top: 10px; }
.dfa-details summary { padding: 9px 11px; border-radius: 11px; background: #eaf6fa; color: #0f4c5c; font-size: 11px; font-weight: 900; cursor: pointer; }

@media (max-width: 800px) {
    .dependable-flow-toggle { left: 12px; bottom: calc(64px + env(safe-area-inset-bottom)); min-height: 44px; padding: 0 14px; font-size: 11.5px; }
    .dependable-flow-panel { left: 8px; right: 8px; bottom: calc(116px + env(safe-area-inset-bottom)); width: auto; max-height: calc(100dvh - 135px); padding: 12px; border-radius: 20px; }
    .dfa-header { top: -12px; margin: -12px -12px 10px; padding: 15px 12px 11px; }
    .dfa-header p { display: none; }
    .dfa-grid-main,.dfa-params { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-span-4 { grid-column: span 2; }
    .dfa-grid-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-summary-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-actions { bottom: -12px; margin: 11px -12px -12px; padding: 10px 12px 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 470px) {
    .dfa-grid-main,.dfa-params { grid-template-columns: 1fr; }
    .dfa-span-2,.dfa-span-4 { grid-column: span 1; }
    .dfa-grid-list { grid-template-columns: 1fr; }
    .dfa-section-head { align-items: flex-start; flex-direction: column; }
    .dfa-chart-box { height: 250px; }
}

/* Integrasi Pos–DAS–TMA v2 */
.dfa-head-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.dfa-map-pick-button {
    min-height: 32px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    color: #075985;
    background: linear-gradient(180deg,#f0f9ff,#e0f2fe);
    font: 850 10.5px/1 Inter,system-ui,sans-serif;
    cursor: pointer;
    transition: .18s ease;
}
.dfa-map-pick-button svg,.dfa-map-pick-banner svg { width: 17px; height: 17px; fill: currentColor; flex: 0 0 auto; }
.dfa-map-pick-button:hover,.dfa-map-pick-button.active { color: #fff; border-color: transparent; background: linear-gradient(135deg,#0369a1,#0891b2); box-shadow: 0 7px 16px rgba(3,105,161,.2); }
.dfa-map-pick-banner {
    position: fixed;
    z-index: 2005;
    left: 50%;
    top: max(18px,env(safe-area-inset-top));
    transform: translate(-50%,-130%);
    width: min(520px,calc(100vw - 24px));
    min-height: 58px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(14,116,144,.25);
    border-radius: 16px;
    color: #075985;
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 45px rgba(15,23,42,.24);
    backdrop-filter: blur(14px);
    pointer-events: none;
    opacity: 0;
    transition: .2s ease;
}
.dfa-map-pick-banner > div { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 2px; }
.dfa-map-pick-banner b { color: #0f172a; font-size: 12px; }
.dfa-map-pick-banner span { color: #64748b; font-size: 10.5px; line-height: 1.35; }
.dfa-map-pick-banner button { padding: 7px 10px; border: 0; border-radius: 9px; color: #9f1239; background: #fff1f2; font-size: 10px; font-weight: 850; cursor: pointer; }
body.dfa-map-pick-mode .dfa-map-pick-banner { transform: translate(-50%,0); pointer-events: auto; opacity: 1; }
body.dfa-map-pick-mode .dependable-flow-panel { opacity: 0; pointer-events: none; transform: translateY(20px) scale(.98); }
body.dfa-map-pick-mode #map,body.dfa-map-pick-mode #map * { cursor: crosshair !important; }
body.dfa-map-pick-mode .leaflet-interactive { stroke-width: 4px; }

.dfa-station-block { margin-top: 10px; padding: 10px; border: 1px solid #dbeafe; border-radius: 13px; background: #f8fbff; }
.dfa-station-head { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dfa-station-head b { color: #0f172a; font-size: 11px; }
.dfa-station-head > div { display: flex; gap: 6px; }
.dfa-station-head button { padding: 5px 8px; border: 1px solid #bae6fd; border-radius: 8px; color: #075985; background: #fff; font-size: 9.5px; font-weight: 800; cursor: pointer; }
.dfa-station-list { max-height: 205px; overflow: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; padding-right: 2px; }
.dfa-station-card { min-width: 0; min-height: 54px; padding: 8px; display: grid; grid-template-columns: auto auto minmax(0,1fr); align-items: center; gap: 7px; border: 1px solid #e2e8f0; border-radius: 11px; background: #fff; cursor: pointer; transition: .16s ease; }
.dfa-station-card:hover { border-color: #7dd3fc; box-shadow: 0 5px 12px rgba(2,132,199,.08); }
.dfa-station-card.inside { border-color: #99f6e4; background: #f0fdfa; }
.dfa-station-card input { width: 15px; height: 15px; accent-color: #0891b2; }
.dfa-station-dot { width: 10px; height: 10px; border-radius: 999px; box-shadow: 0 0 0 3px rgba(14,116,144,.1); }
.dfa-station-dot.rain { background: #0ea5e9; }
.dfa-station-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.dfa-station-copy b { overflow: hidden; color: #0f172a; font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.dfa-station-copy small { overflow: hidden; color: #64748b; font-size: 8.8px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.dfa-station-copy strong { color: #0f766e; font-weight: 850; }
.dfa-empty { grid-column: 1/-1; padding: 12px; border: 1px dashed #cbd5e1; border-radius: 10px; color: #64748b; background: #fff; font-size: 10.5px; text-align: center; }

.dfa-rating-box { margin-top: 10px; padding: 10px; border: 1px solid #fed7aa; border-radius: 13px; background: #fffaf5; }
.dfa-check { display: flex; align-items: center; gap: 8px; color: #7c2d12; font-size: 10.5px; font-weight: 800; cursor: pointer; }
.dfa-check input { width: 16px; height: 16px; accent-color: #ea580c; }
.dfa-rating-fields { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 9px; }
.dfa-rating-fields[aria-disabled="true"] { opacity: .55; }
.dfa-formula { min-height: 39px; display: grid; place-items: center; align-self: end; border: 1px dashed #fdba74; border-radius: 11px; color: #9a3412; background: #fff; font-size: 12px; font-weight: 900; }

.dfa-selected-stations { margin-top: 10px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.dfa-selected-stations > div { min-width: 0; padding: 9px 10px; display: flex; flex-direction: column; gap: 4px; border: 1px solid #e2e8f0; border-radius: 11px; background: #fff; }
.dfa-selected-stations b { color: #075985; font-size: 10px; text-transform: uppercase; }
.dfa-selected-stations span { overflow: hidden; color: #475569; font-size: 10px; line-height: 1.4; text-overflow: ellipsis; }

.dfa-summary-cards { grid-template-columns: repeat(6,minmax(0,1fr)); }
.dfa-summary-cards > div:first-child b,.dfa-summary-cards > div:nth-child(5) b { font-size: 13px; line-height: 1.25; }
.dfa-validation-section { margin-top: 12px; padding: 12px; border: 1px solid #ddd6fe; border-radius: 16px; background: linear-gradient(135deg,#faf5ff,#f8fafc); }
.dfa-validation-cards { margin-bottom: 9px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
.dfa-validation-cards > div { min-height: 70px; padding: 9px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #ede9fe; border-radius: 12px; background: #fff; }
.dfa-validation-cards > div.wide { grid-column: span 3; }
.dfa-validation-cards span { color: #64748b; font-size: 8.8px; font-weight: 850; text-transform: uppercase; }
.dfa-validation-cards b { margin-top: 5px; color: #5b21b6; font-size: 15px; font-weight: 900; }
.dfa-validation-cards small { margin-top: 3px; color: #64748b; font-size: 8.8px; line-height: 1.35; }
.dfa-chart-box.support { height: 275px; }
.dfa-tma-table-wrap { max-height: 300px; }
.dfa-footnote { display: block; margin-top: 7px; color: #64748b; font-size: 9px; line-height: 1.4; }

@media (max-width: 900px) {
    .dfa-station-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-summary-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .dfa-validation-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 800px) {
    .dfa-head-actions { width: 100%; justify-content: flex-start; }
    .dfa-station-list { grid-template-columns: 1fr; max-height: 185px; }
    .dfa-rating-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-validation-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-validation-cards > div.wide { grid-column: span 2; }
}
@media (max-width: 470px) {
    .dfa-map-pick-button span { display: none; }
    .dfa-map-pick-button { width: 34px; justify-content: center; padding: 6px; }
    .dfa-rating-fields { grid-template-columns: 1fr; }
    .dfa-summary-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-selected-stations { grid-template-columns: 1fr; }
}

/* Parameter tutupan lahan, tanah, HSG, dan CN */
.dfa-landcover-section {
    background: linear-gradient(180deg,#f8fffb 0%,#ffffff 100%);
    border-color: #bbf7d0;
}
.dfa-landcover-status {
    margin: 8px 0 10px;
    padding: 9px 11px;
    border: 1px solid #dbeafe;
    border-radius: 11px;
    color: #475569;
    background: #f8fafc;
    font-size: 10.5px;
    line-height: 1.4;
}
.dfa-landcover-status.success { border-color: #a7f3d0; color: #065f46; background: #ecfdf5; }
.dfa-landcover-status.warning { border-color: #fde68a; color: #92400e; background: #fffbeb; }
.dfa-landcover-cards {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 7px;
}
.dfa-landcover-cards > div {
    min-width: 0;
    min-height: 67px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid #d1fae5;
    border-radius: 12px;
    background: #fff;
}
.dfa-landcover-cards span {
    color: #64748b;
    font-size: 8.5px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.dfa-landcover-cards b {
    overflow: hidden;
    color: #065f46;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
}
.dfa-landcover-details { margin-top: 9px; }
.dfa-landcover-details summary { background: #ecfdf5; color: #065f46; }
.dfa-landcover-detail-grid {
    padding: 10px;
    display: grid;
    grid-template-columns: 1.6fr .7fr 1fr;
    gap: 12px;
    border: 1px solid #d1fae5;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
}
.dfa-landcover-detail-grid > div { min-width: 0; }
.dfa-landcover-detail-grid > div > b {
    display: block;
    margin-bottom: 7px;
    color: #0f172a;
    font-size: 10px;
}
.dfa-composition-bars { display: flex; flex-direction: column; gap: 7px; }
.dfa-composition-row { min-width: 0; }
.dfa-composition-row > div {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #475569;
    font-size: 9px;
}
.dfa-composition-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dfa-composition-row b { color: #065f46; font-size: 9px; }
.dfa-composition-row i {
    height: 6px;
    display: block;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}
.dfa-composition-row u {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg,#10b981,#0d9488);
    text-decoration: none;
}
.dfa-landcover-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.dfa-landcover-actions .dfa-check { color: #065f46; }
.dfa-landcover-actions .dfa-check input { accent-color: #059669; }
.dfa-landcover-actions button {
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #6ee7b7;
    border-radius: 10px;
    color: #065f46;
    background: linear-gradient(180deg,#ecfdf5,#d1fae5);
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
    transition: .18s ease;
}
.dfa-landcover-actions button:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 7px 16px rgba(5,150,105,.16); }
.dfa-landcover-actions button.applied { color: #fff; border-color: #047857; background: #047857; }
.dfa-landcover-actions button:disabled { opacity: .5; cursor: not-allowed; }
.dfa-landcover-warning { margin-top: 9px; background: #f0fdf4; color: #166534; }

@media (max-width: 1100px) {
    .dfa-landcover-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 800px) {
    .dfa-landcover-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .dfa-landcover-detail-grid { grid-template-columns: 1fr; }
    .dfa-landcover-actions { align-items: stretch; flex-direction: column; }
    .dfa-landcover-actions button { width: 100%; min-height: 44px; }
}
@media (max-width: 470px) {
    .dfa-landcover-cards { grid-template-columns: 1fr 1fr; }
    .dfa-landcover-cards > div { min-height: 62px; }
}
