/* v3.9.256 - Dashboard Today cards and full-width Store Health only. */
html body[data-role="owner"] .dashboard-today-stats-v39256,
html body[data-role="ownerapp"] .dashboard-today-stats-v39256{
  display:grid!important;grid-template-columns:repeat(6,minmax(145px,1fr))!important;gap:12px!important;
}
html body[data-role] .dashboard-stat-card-v39256{
  appearance:none;width:100%;min-width:0;text-align:left;cursor:pointer;color:inherit;
  transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;
}
html body[data-role] .dashboard-stat-card-v39256:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.10)}
html body[data-role] .dashboard-stat-card-v39256:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}
html body[data-role] .dashboard-stat-card-v39256.receive{border-color:#86efac}
html body[data-role] .dashboard-stat-card-v39256.pending{border-color:#fdba74}
html body[data-role] .dashboard-stat-card-v39256.rejected{border-color:#fca5a5}
html body[data-role] .dashboard-stat-card-v39256.cancelled{border-color:#cbd5e1}
html body[data-role] .dashboard-stat-card-v39256.orders{border-color:#93c5fd}
html body[data-role] .dashboard-stat-card-v39256.paid{border-color:#67e8f9}
.dashboard-paid-split-v39256{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:8px;font-size:11px;font-weight:850}
.dashboard-paid-split-v39256 em{font-style:normal;padding:4px 6px;border-radius:8px;background:rgba(255,255,255,.46)}
.dashboard-store-health-full-v39256{display:block!important;grid-template-columns:1fr!important;width:100%!important}
.dashboard-store-health-v39256{width:100%!important;max-width:none!important;grid-column:1/-1!important}
@media(max-width:1180px){html body[data-role] .dashboard-today-stats-v39256{grid-template-columns:repeat(3,minmax(150px,1fr))!important}}
@media(max-width:650px){html body[data-role] .dashboard-today-stats-v39256{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.dashboard-paid-split-v39256{grid-template-columns:1fr}.dashboard-stat-card-v39256{padding:11px!important}}
@media(max-width:380px){html body[data-role] .dashboard-today-stats-v39256{grid-template-columns:1fr!important}}
@media print{.dashboard-today-stats-v39256{display:none!important}}
