body {
  margin: 0;
  background: #0b0c0c;
  color: #d8d2c4;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.app {
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 18px 48px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #111 0%, #070707 100%);
}

.status {
  font-size: 14px;
  color: #00ff66;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.blink {
  animation: blink 2.4s infinite;
}

@keyframes blink {
  0%, 90%, 100% { opacity: 1; }
  95% { opacity: 0.2; }
}

.site-title {
  font-size: 28px;
  letter-spacing: 0.16em;
  margin: 0 0 6px;
}

.subtitle {
  font-size: 13px;
  color: #8f897d;
  margin-bottom: 10px;
}

.notice,
.record-card,
.article-box,
.report-box {
  border: 1px solid #36322b;
  background: rgba(255,255,255,0.02);
  padding: 16px;
  margin-bottom: 18px;
  line-height: 1.8;
}

/* TOP警告メッセージ */

.notice {
  padding: 6px 12px;
  margin-bottom: 6px;
}

.notice p {
  margin: 0;
  line-height: 1.25;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 26px;
}

.card {
  border: 1px solid #2d2a25;
  padding: 14px;
  background: #101010;
}

.card span {
  display: block;
  font-size: 12px;
  color: #80796d;
  margin-bottom: 8px;
}

.card strong {
  font-size: 22px;
  font-weight: normal;
}

.menu a.button {
  display: block;
  text-decoration: none;
}

.button.secondary {
  background: #3a3a3a;
  color: #d8d2c4;
}

.button.secondary:hover {
  background: #505050;
}

.menu {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.button {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #3b352c;
  background: #151412;
  color: #d8d2c4;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
.record-card:hover {
  background: #1d1a16;
}

.section-title {
  clear: both;
  font-size: 14px;
  color: #8f897d;
  margin: 32px 0 12px;
  letter-spacing: 0.08em;
  font-weight: normal;
}

#recordList {
  display: grid;
  gap: 12px;
}

.record-card {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.record-id {
  color: #6f6a60;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.record-title {
  font-size: 18px;
  margin: 6px 0;
}

.record-meta {
  color: #8f897d;
  font-size: 12px;
}

.article-title {
  font-size: 28px;
  line-height: 1.5;
  margin: 10px 0 8px;
}

.article-meta {
  font-size: 12px;
  color: #8f897d;
  line-height: 1.8;
  margin-bottom: 24px;
  border-top: 1px solid #2d2a25;
  border-bottom: 1px solid #2d2a25;
  padding: 12px 0;
}

.article-body {
    font-size: 18px;
    line-height: 2.2;
  white-space: pre-line;
  padding-top: 4px;
}



.report-label {
  width: auto;
  margin-right: 0;
}

.report-value::before {
    content: "： ";
    opacity: 0.85;
}

.end-mark {
  text-align: center;
  color: #8f897d;
  letter-spacing: 0.2em;
  margin: 34px 0;
}

.report-title {
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #b8ad9c;
  border-bottom: 1px solid #3b352c;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

/* ===== 内部資料ヘッダー ===== */

.report-meta {
  margin-bottom: 24px;
  line-height: 2;
}

.report-meta-row {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.report-meta-row {
  display: grid;
  grid-template-columns: 8em minmax(0, 1fr);
  column-gap: 0.6em;
  align-items: start;
  margin-bottom: 2px;
}

.report-label {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
  color: #bfb6a8;
  box-sizing: border-box;
}

.report-value {
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.report-value {
  flex: 1;
}

.report-box {
  color: #bfb6a8;
  font-size: 16px;
  line-height: 2.1;
}

.report-box ul {
  padding-left: 20px;
}

.report-shell {
  border: 1px solid #2d2a25;
  background: rgba(255,255,255,0.01);
  padding: 10px;
  margin-bottom: 18px;
}

.warning {
  color: #9f7777;
  font-size: 12px;
  line-height: 1.8;
}

.footer {
  margin-top: 36px;
  font-size: 11px;
  color: #5c574f;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .app {
    max-width: 430px;
  }

  .article-title {
    font-size: 24px;
  }
}

.site-footer {
  max-width: 430px;
  margin: 60px auto 0;
  padding: 24px 18px 34px;
  box-sizing: border-box;
  text-align: center;
  color: #5c574f;
  font-size: 11px;
  line-height: 1.8;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.footer-line {
  height: 1px;
  background: #2d2a25;
  margin-bottom: 20px;
}

.footer-main {
  color: #5c574f;
  font-size: 11px;
}

.footer-sub {
  display: block;
  margin-top: 10px !important;
  color: #6d675d;
  font-size: 10px;
  line-height: 1.8;
}