body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

/* Admin dashboard styles */
.controls { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.row { display: flex; flex-direction: column; margin: 6px 0; }
label { font-weight: bold; margin-bottom: 4px; }
input, select, button { padding: 6px; font-size: 14px; }
table { width: 100%; border-collapse: collapse; margin-top: 12px; }
th, td { border: 1px solid #ddd; padding: 8px; }
th { background: #f7f7f7; text-align: left; }
.pagination { margin-top: 12px; display: flex; align-items: center; gap: 8px; }
.error { color: #b30000; margin-left: 8px; }
