.mode-cover .greeting-card .greeting-line1 {
  font-size: 1.2rem;
}
.mode-cover .greeting-card .greeting-line2 {
  font-size: 0.8rem;
}
.mode-cover .stats-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
}
.mode-cover .stat-card {
  padding: 10px 8px;
}
.mode-cover .stat-card .stat-value {
  font-size: 1.2rem;
}
.mode-cover .stat-card .stat-label {
  font-size: 0.5rem;
}
.mode-cover .stat-card .stat-icon {
  font-size: 16px;
}
.mode-cover .quick-actions {
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.mode-cover .quick-action {
  padding: 10px 4px;
}
.mode-cover .quick-action .material-symbols-rounded {
  font-size: 24px;
}
.mode-cover .quick-action span:last-child {
  font-size: 0.5rem;
}
.mode-cover .chart-container {
  height: 180px;
}
.mode-cover .section-header h3 {
  font-size: 0.85rem;
}
.mode-cover .cover-insight {
  font-size: 0.75rem;
  padding: 10px 14px;
}
.mode-cover .item-row {
  padding: 8px 12px;
}
.mode-cover .item-row .item-emoji {
  font-size: 22px;
  width: 32px;
}
.mode-cover .item-row .item-info .item-name {
  font-size: 0.8rem;
}
.mode-cover .item-row .item-stock .stock-num {
  font-size: 0.85rem;
}