* { box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0; background: #f7f7f8; color: #1a1a1a; line-height: 1.5;
}
header.site-banner {
  background: var(--accent, #2563eb); color: #fff; padding: 10px 20px;
  font-size: 13px; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
header.site-banner .tag { opacity: 0.85; font-weight: 400; }
header.site-banner b { font-weight: 600; }
main { max-width: 880px; margin: 0 auto; padding: 28px 20px 100px; }
h1 { font-size: 26px; margin: 0 0 6px; }
h2 { font-size: 18px; margin: 28px 0 10px; }
p { color: #333; }
.card { background: #fff; border: 1px solid #e3e3e6; border-radius: 10px; padding: 18px 20px; margin: 14px 0; }
.btn {
  display: inline-block; background: var(--accent, #2563eb); color: #fff; border: none;
  padding: 10px 18px; border-radius: 6px; text-decoration: none; font-size: 14px;
  cursor: pointer; font-weight: 600;
}
.btn.secondary { background: #fff; color: var(--accent, #2563eb); border: 1px solid var(--accent, #2563eb); }
.btn.ghost { background: #eee; color: #333; }
table { border-collapse: collapse; width: 100%; margin: 10px 0; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eee; font-size: 14px; }
th { background: #fafafa; font-weight: 600; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
pre { background: #14161a; color: #d7f9d1; padding: 12px 14px; border-radius: 8px; overflow-x: auto; font-size: 12px; white-space: pre-wrap; word-break: break-word; }
.pill { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 12px; font-weight: 600; background: #eef2ff; color: #3730a3; }
.pill.green { background: #dcfce7; color: #166534; }
.pill.red { background: #fee2e2; color: #991b1b; }
.pill.gray { background: #eee; color: #555; }
.debug { margin-top: 26px; border: 1px dashed #bbb; border-radius: 10px; padding: 14px 16px; background: #fffef2; font-size: 13px; }
.debug summary { cursor: pointer; font-weight: 600; color: #555; }
.banner-consent {
  position: fixed; left: 0; right: 0; bottom: 0; background: #14161a; color: #fff;
  padding: 16px 20px; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap; z-index: 50;
}
.banner-consent p { color: #ddd; margin: 0; font-size: 13px; max-width: 560px; }
.banner-consent .actions { display: flex; gap: 8px; flex-shrink: 0; }
ul.products { list-style: none; padding: 0; }
ul.products li { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #eee; gap: 12px; }
.muted { color: #888; font-size: 13px; }
a { color: var(--accent, #2563eb); }
