.backup-page main { max-width: 1440px; }
.backup-hero { align-items: end; }
.backup-generated { color: var(--muted, #6a756d); font-size: .78rem; line-height: 1.5; text-align: right; }
.backup-generated strong { color: var(--ink, #1e2a22); font-size: .9rem; }
.backup-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0 0 22px; }
.backup-summary-card { background: #fff; border: 1px solid #dce5dd; border-radius: 14px; padding: 16px 18px; box-shadow: 0 6px 20px rgba(30, 76, 61, .05); }
.backup-summary-card span { display: block; color: #1e4c3d; font-size: 1.7rem; font-weight: 800; }
.backup-summary-card small { color: #6a756d; }
.backup-summary-card.ok span { color: #24744e; }
.backup-summary-card.warn span { color: #b86b16; }
.backup-summary-card.muted span { color: #68746d; }
.backup-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.backup-toolbar .search-wrap { flex: 1; }
.backup-toolbar select { min-width: 180px; }
.backup-table-wrap { overflow-x: auto; border: 1px solid #dce5dd; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(30, 76, 61, .06); }
.backup-table { width: 100%; border-collapse: collapse; font-size: .82rem; min-width: 980px; }
.backup-table th { background: #f0f5f1; color: #536158; font-size: .68rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.backup-table th, .backup-table td { padding: 14px 15px; border-bottom: 1px solid #e8eee9; vertical-align: top; }
.backup-table tr:last-child td { border-bottom: 0; }
.backup-table td strong { display: block; color: #24342a; }
.backup-table td small { display: block; color: #7a867e; margin-top: 4px; line-height: 1.4; }
.backup-table code { color: #315b47; font-size: .76rem; overflow-wrap: anywhere; }
.backup-status { display: inline-block; border-radius: 999px; font-size: .7rem; font-weight: 700; padding: 5px 9px; white-space: nowrap; }
.backup-status-covered { color: #1c6945; background: #e4f4e9; }
.backup-status-stale { color: #8c5b15; background: #fff1d6; }
.backup-status-pending { color: #9b3e32; background: #fde8e4; }
.backup-status-unverified { color: #5e6a63; background: #edf0ed; }
.backup-status-failed, .backup-status-verification_failed { color: #9b3e32; background: #fde8e4; }
.backup-status-local_only { color: #8c5b15; background: #fff1d6; }
.backup-status-not-applicable { color: #5e6a63; background: #edf0ed; }
.backup-details { margin-top: 10px; max-width: 620px; }
.backup-details summary { color: #27604a; cursor: pointer; font-size: .74rem; font-weight: 700; }
.backup-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.backup-detail-grid strong { font-size: .71rem; letter-spacing: .03em; text-transform: uppercase; }
.backup-detail-grid p { margin: 5px 0 12px; line-height: 1.5; }
.backup-detail-grid ul { list-style: none; margin: 5px 0 12px; padding: 0; }
.backup-detail-grid li { display: flex; justify-content: space-between; gap: 8px; border-bottom: 1px solid #edf1ee; padding: 4px 0; }
.backup-detail-grid li span { color: #7a867e; font-size: .7rem; white-space: nowrap; }
.backup-destination-paths li { align-items: flex-start; flex-direction: column; gap: 2px; }
.backup-destination-paths code { overflow-wrap: anywhere; }
.backup-detail-note { color: #6a756d; font-size: .75rem; line-height: 1.5; margin: 0; }
.backup-error { color: #a33e31; min-height: 1.3em; }
.empty { color: #6a756d; padding: 30px !important; text-align: center; }
@media (max-width: 760px) { .backup-summary { grid-template-columns: repeat(2, 1fr); } .backup-toolbar { align-items: stretch; flex-direction: column; } .backup-toolbar select { width: 100%; } .backup-generated { text-align: left; } .backup-detail-grid { grid-template-columns: 1fr; } }
