.spre-cs-card{
  background:#0e1620;
  border:1px solid #1f2b3a;
  border-radius:16px;
  padding:16px;
  box-shadow:0 6px 22px rgba(0,0,0,.25);
  color:#e8f0ff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
  max-width: 640px;
}
.spre-cs-card h3{margin:0 0 10px 0;font-size:18px}
.spre-cs-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.spre-cs-row{display:flex;justify-content:space-between;gap:8px;border-bottom:1px dashed #213248;padding:6px 0}
.spre-cs-row span{color:#a9bed6}
.spre-cs-card.spre-cs-alert{border-color:#5a2230;box-shadow:0 0 0 3px rgba(229,62,62,.15)}
.spre-cs-status{font-weight:700}
.spre-cs-small{font-size:12px;color:#94a8bf;margin-top:6px}