.dpulse-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 1.5em; }
.dpulse-tile { padding: 12px 14px; border: 1px solid rgba(127,127,127,0.25); border-radius: 10px; min-width: 0; }
.dpulse-label { font-size: 12px; opacity: 0.7; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dpulse-value { font-size: 20px; font-weight: bold; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dpulse-subvalue { font-size: 12px; opacity: 0.7; margin: 4px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dpulse-spark { height: 28px; margin-top: 6px; }

@media (max-width: 700px) {
	.dpulse-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
	.dpulse-row { grid-template-columns: 1fr; gap: 8px; }
	.dpulse-tile { padding: 10px 12px; }
	.dpulse-value { font-size: 18px; }
}
