.status-grid{margin-bottom:18px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.status-card{padding:16px 18px;border-radius:14px;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f5f1));background:linear-gradient(180deg,#fff,#f7f5f1);-webkit-box-shadow:0 8px 24px rgba(17,17,17,.08);box-shadow:0 8px 24px rgba(17,17,17,.08)}.status-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:10px;font-size:15px;font-weight:600;color:#111}.status-card__meta{margin-top:6px;font-size:13px;color:#666}.status-card__message{margin-top:10px;font-size:13px;color:#333;line-height:1.6}.toolbar{padding:10px 0 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.toolbar,.toolbar-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.toolbar-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toolbar-item{width:180px}@media screen and (max-width:768px){.toolbar,.toolbar-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.toolbar-item{width:100%}}