/* Shonaton Mart - Premium Theme Styles (Shonaton Mart inspired) */
:root {
  --primary: #111827;
}

body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

.shard-table td, .shard-table th { padding: 12px 16px; }

.action-btn {
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 9999px;
  transition: all 0.1s ease;
}

.action-btn:hover {
  transform: translateY(-1px);
}

.badge {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 9999px;
}

.card {
  transition: box-shadow .2s ease;
}

.card:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.05);
}

.admin-nav a {
  transition: all 0.1s;
}

.admin-nav a:hover {
  background-color: #f4f4f5;
  padding-left: 12px;
}

.lscache-stat {
  background: linear-gradient(135deg, #111827, #1f2937);
  color: white;
}

.fast-badge {
  background: #10b981;
  color: white;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 3px;
}