.alert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.alert-card{background:white;border:1px solid var(--line);border-left:4px solid #8795a7;border-radius:9px;padding:18px;min-width:0;overflow-wrap:anywhere}.alert-card.red{border-left-color:#bd373e;background:#fff7f7}.alert-card.yellow{border-left-color:#b27b17;background:#fffbef}.alert-card.ok{border-left-color:#328068}.alert-card h3{font-size:16px;margin-top:8px}.alert-card p{margin:8px 0;line-height:1.8}.alert-card button{margin-top:10px}.alert-card small{color:var(--muted)}.alert-level{display:inline-block;font-size:12px;border-radius:5px;padding:3px 8px;background:#edf1f5;color:#53667a}.red>.alert-level,.alert-level.red{color:#a22831;background:#fce4e5}.yellow>.alert-level,.alert-level.yellow{color:#8b6010;background:#fbefca}.ok>.alert-level{color:#216b52;background:#e4f4ec}.alert-totals{display:flex;flex-wrap:wrap;gap:12px}.alert-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:end}.alert-filters label{flex:1;min-width:150px;margin:0}.alert-cash-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.alert-cash-values>div{color:var(--muted);font-size:12px}.alert-cash-values strong{display:block;font-size:23px;color:var(--ink);margin:8px 0}.alert-plan-list{display:grid;gap:8px}.alert-plan{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:12px 0;overflow-wrap:anywhere}.alert-plan>div{min-width:0}.alert-plan button{flex-shrink:0}.alert-link{background:#f5f8fb;border:1px solid var(--line);border-radius:8px;padding:12px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.alert-link label:first-child,.alert-link label:nth-child(2){grid-column:1/-1}.alert-link select{max-width:100%}.alert-link button{align-self:center}.alert-link+.alert-link{margin-top:10px}#alert-add-link{margin:12px 0}#alert-config-fields fieldset{border:1px solid var(--line);border-radius:8px;margin:12px 0;padding:12px}#alert-config-fields legend{font-weight:bold}#alert-error{color:#a53333;margin-bottom:0}#alert-content .notice{margin-top:14px}#alert-plan-search{max-width:500px}@media(max-width:720px){.alert-grid{grid-template-columns:1fr}.alert-cash-values{grid-template-columns:1fr}.alert-cash-values strong{font-size:22px;margin:3px 0}.alert-filters{display:grid;grid-template-columns:1fr 1fr}.alert-filters label{min-width:0}.alert-filters label:nth-child(3){grid-column:1/-1}.alert-plan{align-items:flex-start;flex-direction:column}.alert-link{grid-template-columns:1fr}.alert-link label{grid-column:1!important}.alert-card{padding:15px}.alert-card button,.alert-plan button{min-height:44px}}
