/* FASE 25.12 */
.inventory-alerts2512{margin-top:18px;background:#fff;border:1px solid #dfe8e2;border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(24,72,44,.07)}
.alerts-head2512{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:16px}.alerts-head2512 h3{margin:4px 0}.alerts-head2512 p{margin:0;color:#617067}
.alert-counts2512{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));gap:8px}.alert-counts2512 button{border:1px solid #dce6df;background:#f8fbf9;border-radius:12px;padding:9px 12px;cursor:pointer}.alert-counts2512 b{display:block;font-size:20px}.alert-counts2512 span{font-size:11px;color:#66746b}
.alert-list2512{display:grid;gap:10px}.alert-card2512{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid #e0e7e2;border-left:5px solid #6a7b70;border-radius:14px;padding:13px;background:#fff}.alert-card2512.critical{border-left-color:#b42318;background:#fff8f7}.alert-card2512.warning{border-left-color:#d97706;background:#fffbeb}.alert-card2512.info{border-left-color:#2563eb;background:#f7faff}
.alert-icon2512{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:800;background:#edf2ee}.critical .alert-icon2512{background:#fee4e2;color:#b42318}.warning .alert-icon2512{background:#fef0c7;color:#b54708}.info .alert-icon2512{background:#dbeafe;color:#1d4ed8}
.alert-title2512{display:flex;gap:8px;align-items:center}.alert-title2512 span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.alert-title2512 h4{margin:0;font-size:15px}.alert-body2512>p{margin:3px 0;color:#5f6e64}.alert-body2512>small{color:#7a877f}.alert-actions2512{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:430px}.alert-actions2512 button{border:1px solid #b9c9bf;background:#fff;border-radius:9px;padding:7px 9px;font-weight:700;cursor:pointer;font-size:12px}.alert-actions2512 button:hover{background:#eef6f1}.alert-actions2512 .danger2512{border-color:#e5aaa4;color:#9f1d14}.alert-empty2512{text-align:center;padding:28px;color:#247447;background:#effaf3;border-radius:12px}
@media(max-width:1000px){.alerts-head2512{display:block}.alert-counts2512{margin-top:14px}.alert-card2512{grid-template-columns:38px 1fr}.alert-actions2512{grid-column:2;justify-content:flex-start;max-width:none}}
@media(max-width:640px){.inventory-alerts2512{padding:14px}.alert-counts2512{grid-template-columns:repeat(2,1fr)}.alert-card2512{grid-template-columns:1fr}.alert-icon2512{display:none}.alert-actions2512{grid-column:1}.alert-actions2512 button{flex:1 1 46%}}
