*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { color-scheme: light; }
body {
  margin: 0 auto;
  max-width: 1120px;
  padding: 36px 24px 56px;
  color: #1a1a1a;
  background: #fff;
  font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}
a { color: #0645ad; text-decoration: none; }
a:hover { text-decoration: underline; }
.skip { position: absolute; left: -999px; top: 8px; }
.skip:focus { left: 8px; background: white; border: 1px solid #222; padding: 8px 10px; z-index: 5; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 22px; line-height: 1.2; font-weight: 650; letter-spacing: -0.01em; }
h2 { font-size: 16px; line-height: 1.25; font-weight: 650; margin: 32px 0 10px; }
h3 { font-size: 13px; font-weight: 650; margin: 0 0 4px; }
button, input, select { font: inherit; }
.site-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.site-header nav { display: flex; gap: 12px; align-items: center; min-height: 32px; }
.eyebrow, .muted { color: #777; font-size: 12px; }
.status { border: 1px solid #eee; padding: 4px 7px; font-size: 12px; color: #666; }
.status.ready { color: #1d6b34; border-color: #cfe8d6; }
.status.blocked, .error-panel { color: #8a1f11; }
.panel { border: 1px solid #eee; padding: 16px; }
.auth-panel { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.auth-panel p { margin-top: 6px; }
.button { display: inline-flex; align-items: center; min-height: 40px; border: 1px solid #222; background: #222; color: #fff; padding: 8px 12px; white-space: nowrap; }
.button:hover { text-decoration: none; background: #000; }
.intro { display: grid; gap: 8px; max-width: 820px; }
.boundary { border-left: 2px solid #222; padding-left: 12px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.card { border: 1px solid #eee; padding: 13px; min-width: 0; }
.card .value { font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; }
.card .detail { color: #777; font-size: 12px; margin-top: 4px; overflow-wrap: anywhere; }
.priority-list { display: grid; gap: 8px; padding-left: 22px; max-width: 880px; }
.priority-list li { padding-left: 4px; }
.priority-list strong { font-weight: 650; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; margin: 8px 0 24px; font-size: 12px; }
th, td { border-bottom: 1px solid #eee; padding: 7px 8px; text-align: left; vertical-align: top; }
th { color: #333; font-weight: 650; }
td { overflow-wrap: anywhere; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); gap: 22px; }
.empty { color: #777; font-size: 12px; border-bottom: 1px solid #eee; padding: 8px 0 18px; }
@media (max-width: 620px) {
  body { padding: 24px 16px 44px; }
  .site-header, .auth-panel { display: grid; }
  .site-header nav { justify-content: start; }
  .button { justify-content: center; }
}
