:root { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body { max-width: 960px; margin: 32px auto; padding: 0 16px; line-height: 1.5; }
h1 { margin: 0 0 12px; }
h2 { margin-top: 28px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; }
.meta { color: #6b7280; font-size: 14px; margin-top: 6px; }

table { width: 100%; border-collapse: collapse; margin: 12px 0; }
th, td { border-bottom: 1px solid #e5e7eb; padding: 10px 8px; text-align: left; }
th { font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: #6b7280; }
tr:hover td { background: #f9fafb; }

.badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 13px; }
.badge-ok { background: #ecfdf5; border: 1px solid #a7f3d0; }
.badge-warn { background: #fffbeb; border: 1px solid #fde68a; }
.badge-bad { background: #fef2f2; border: 1px solid #fecaca; }

footer { margin-top: 32px; color: #6b7280; font-size: 13px; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 24px auto 16px;
  padding: 0 16px;
}
.brand a { color: #111827; font-weight: 700; }
.nav a { color: #374151; margin-left: 14px; }

main.card { margin-top: 0; }

.statusbox {
  margin: 14px 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
.statuslabel { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: .04em; }
.statusvalue { font-size: 22px; font-weight: 800; margin-top: 4px; }
.statusmeta { color: #374151; margin-top: 6px; font-size: 14px; }

.content h2 { margin-top: 18px; }
footer { max-width: 960px; margin: 18px auto 32px; padding: 0 16px; }

.toolrow { display: flex; gap: 10px; align-items: center; margin: 10px 0 6px; }
.select {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}
.btn {
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  cursor: pointer;
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

.alert {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 14px;
}

.badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 13px; }
.badge-ok { background: #ecfdf5; border: 1px solid #a7f3d0; }
.badge-warn { background: #fffbeb; border: 1px solid #fde68a; }
.badge-bad { background: #fef2f2; border: 1px solid #fecaca; }

body { background: #f3f4f6; }
.card { box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
.brand a { font-size: 16px; }
h1 { font-size: 28px; }
h2 { font-size: 18px; }

.statusbox { background: #ffffff; }
.statusvalue .badge { font-size: 14px; padding: 5px 10px; }

.btn { box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.select { box-shadow: 0 6px 18px rgba(0,0,0,0.06); }

/* Tweaks: slightly darker background + larger base font */
body { background: #e5e7eb; font-size: 18px; }
h1 { font-size: 32px; }
h2 { font-size: 20px; }
table th, table td { font-size: 16px; }
.meta { font-size: 15px; }

/* Tweaks: slightly darker background + larger base font */
body { background: #e5e7eb; font-size: 18px; }
h1 { font-size: 40px; }
h2 { font-size: 28px; }
table th, table td { font-size: 16px; }
.meta { font-size: 15px; }

/* Darker background + larger UI */
body { background: #d1d5db; }              /* darker than e5e7eb */
.toolrow { gap: 12px; }
.select { font-size: 20px; padding: 12px 14px; }
.btn { font-size: 18px; padding: 12px 16px; }
.search { font-size: 18px; padding: 12px 14px; }

.footer { max-width: 960px; margin: 18px auto 32px; padding: 0 16px; color: #6b7280; font-size: 14px; }
.footerlinks { margin-top: 8px; }

/* Mobile tweaks */
@media (max-width: 640px) {
  body { margin: 0; }
  .topbar { flex-direction: column; align-items: flex-start; gap: 8px; }
  .nav a { margin-left: 0; margin-right: 12px; }
  .card { border-radius: 14px; padding: 14px; }
  h1 { font-size: 30px; }
  .toolrow { flex-direction: column; align-items: stretch; }
  .btn, .select { width: 100%; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  th, td { white-space: nowrap; }
  .statusmeta { font-size: 14px; }
}

/* clickable table rows */
tbody tr:hover td { background: #eef2ff; }

/* Tweaks: slightly darker background + larger base font */
body { background: #e5e7eb; font-size: 18px; }
h1 { font-size: 32px; }
h2 { font-size: 20px; }
table th, table td { font-size: 16px; }
.meta { font-size: 15px; }

/* --- Sizing reset (slightly smaller) --- */
body { font-size: 16px; }
h1 { font-size: 28px; }
h2 { font-size: 18px; }
.meta { font-size: 14px; }

.select { font-size: 16px; padding: 10px 12px; }
.btn { font-size: 16px; padding: 10px 14px; }
.search { font-size: 16px; padding: 10px 12px; }

table th, table td { font-size: 14px; }
