:root {
  --bg: #bfe9df;
  --bg-soft: #dff7f1;
  --paper: #ffffff;
  --ink: #2b3432;
  --muted: #667673;
  --line: #d5e4df;
  --green: #2f9b7b;
  --mint: #68cdb6;
  --coral: #ed725f;
  --orange: #f0a25a;
  --blue: #347c95;
  --red: #8f3330;
  --truth-bg: #090a0a;
  --truth-panel: #141716;
  --truth-ink: #dce4de;
  --truth-dim: #8e9a92;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 24px 24px, rgba(255,255,255,.48) 0 9px, transparent 10px),
    linear-gradient(45deg, transparent 0 38px, rgba(255,255,255,.28) 39px 44px, transparent 45px),
    linear-gradient(135deg, transparent 0 52px, rgba(255,255,255,.22) 53px 62px, transparent 63px);
  background-size: 96px 96px, 128px 128px, 150px 150px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .72;
  background-image:
    linear-gradient(90deg, transparent 0 42px, rgba(255,255,255,.38) 43px 54px, transparent 55px),
    radial-gradient(circle at 78px 34px, transparent 0 18px, rgba(255,255,255,.44) 19px 22px, transparent 23px),
    radial-gradient(circle at 38px 76px, rgba(255,255,255,.42) 0 18px, transparent 19px);
  background-size: 180px 180px;
  transform: rotate(-18deg) scale(1.2);
  pointer-events: none;
}

body.truth-mode {
  color: var(--truth-ink);
  background: var(--truth-bg);
}

body.truth-mode::before {
  display: none;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 142px;
  padding: 18px clamp(16px, 4vw, 48px) 20px;
  background: rgba(191, 233, 223, .88);
}

.truth-mode .site-header {
  min-height: auto;
  border-bottom: 1px solid rgba(220, 228, 222, .16);
  background: rgba(9, 10, 10, .92);
}

.brand {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  text-decoration: none;
}

.brand-logo {
  width: 136px;
  height: 34px;
  object-fit: contain;
  filter: saturate(1.2);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-name {
  color: #1f7b68;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 900;
  line-height: 1.02;
}

.brand-copy {
  color: rgba(43, 52, 50, .72);
  font-size: 12px;
}

.site-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 2px solid rgba(31, 123, 104, .18);
  border-radius: 999px;
  padding: 0 16px;
  color: #1f7b68;
  background: rgba(255,255,255,.52);
  font-weight: 800;
  text-decoration: none;
}

.debug-controls {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.debug-controls button {
  min-height: 34px;
  padding: 0 12px;
  color: #45605a;
  background: rgba(255,255,255,.72);
  font-size: 12px;
}

.truth-mode .brand-copy,
.truth-mode .site-nav,
.truth-mode .site-footer {
  color: var(--truth-dim);
}

.truth-mode .brand-name {
  color: var(--truth-ink);
}

.app-shell {
  min-height: 72vh;
}

.club-hero {
  position: relative;
  min-height: clamp(150px, 28vw, 250px);
  display: grid;
  place-items: center;
  padding: 8px 20px 36px;
}

.club-logo-mark {
  display: grid;
  justify-items: center;
  color: #1f7b68;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255,255,255,.65);
}

.club-logo-mark span {
  font-size: 17px;
  font-weight: 800;
}

.club-logo-mark strong {
  font-size: clamp(38px, 9vw, 78px);
  line-height: .92;
  letter-spacing: 0;
}

.round-menu {
  position: absolute;
  right: clamp(18px, 5vw, 54px);
  top: 12px;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 6px solid rgba(237, 114, 95, .28);
  color: var(--coral);
  background: rgba(255,255,255,.38);
  font-size: 30px;
  font-weight: 900;
}

.round-menu span {
  display: block;
  font-size: 14px;
}

.intro-panel,
.archive-panel,
.search-panel {
  width: min(960px, calc(100% - 28px));
  margin: 0 auto 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 0 rgba(31, 123, 104, .08);
}

.intro-panel {
  padding: clamp(22px, 5vw, 42px);
  text-align: left;
}

.breadcrumb {
  display: inline-block;
  margin: 0 0 14px;
  border-radius: 12px;
  padding: 10px 14px;
  color: #70817e;
  background: rgba(255,255,255,.72);
  font-size: 14px;
}

.club-ribbon {
  width: fit-content;
  margin: 0 auto 18px;
  border-radius: 0;
  padding: 12px 26px;
  color: #fff;
  background: var(--coral);
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 900;
}

.intro-panel h1 {
  margin: 0 0 16px;
  color: #63706d;
  font-size: clamp(30px, 6vw, 52px);
  font-weight: 500;
  letter-spacing: 0;
}

.intro-panel h1::before {
  content: "✣";
  margin-right: 12px;
  color: var(--coral);
}

.intro-panel p:last-child {
  margin: 0;
  color: #707b78;
  font-size: clamp(17px, 2.8vw, 25px);
  line-height: 2;
}

.archive-panel {
  padding: 20px clamp(16px, 4vw, 36px);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 8px;
}

.section-header h2 {
  margin: 0;
  color: #263b37;
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 900;
}

.section-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.report-list {
  display: grid;
}

.report-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 96px;
  border-bottom: 2px dashed #d5dfdc;
  padding: 16px 0;
  color: var(--ink);
  text-decoration: none;
}

.report-row:hover .report-title {
  color: var(--green);
}

.report-badge {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: #5fc76a;
  font-weight: 800;
}

.report-badge.notice {
  color: #8c5b26;
  background: #f3cf72;
}

.report-text {
  display: grid;
  gap: 8px;
}

.report-title {
  font-size: clamp(20px, 4.5vw, 34px);
  line-height: 1.55;
}

.report-desc {
  color: var(--muted);
  font-size: clamp(14px, 2.6vw, 18px);
  line-height: 1.65;
}

.link-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 4vw, 36px);
  width: min(900px, calc(100% - 24px));
  margin: 36px auto;
}

.circle-link {
  display: grid;
  place-items: center;
  width: clamp(142px, 28vw, 240px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 0 rgba(93, 73, 61, .18);
}

.circle-icon {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
}

.circle-link strong {
  font-size: clamp(24px, 4.8vw, 42px);
  line-height: 1.05;
}

.search-panel {
  display: grid;
  gap: 22px;
  margin-top: 56px;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 0;
  background: #f7faf9;
  box-shadow: none;
}

.site-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
}

.site-search input {
  min-height: 58px;
  border: 2px solid #d2ddd9;
  border-radius: 8px;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  font-size: clamp(17px, 3vw, 28px);
}

.site-search button {
  min-height: 58px;
  border-radius: 8px;
  color: var(--coral);
  background: #fff;
  font-size: 34px;
}

.support-title {
  margin: 0;
  color: #727d7a;
  font-size: 22px;
  letter-spacing: .35em;
  text-align: center;
}

.sponsor-card {
  display: grid;
  justify-items: center;
  width: min(520px, 100%);
  margin: 0 auto;
  border: 2px solid #8bc9d3;
  padding: 18px;
  color: #2f90a5;
  background: #fff;
}

.sponsor-card strong {
  font-size: clamp(36px, 8vw, 64px);
  font-style: italic;
  line-height: 1;
}

.sponsor-card span {
  font-size: clamp(17px, 3vw, 28px);
  font-weight: 700;
}

.info-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(900px, 100%);
  margin: 12px auto 0;
}

.info-item {
  border-left: 6px solid var(--coral);
  padding: 6px 0 6px 16px;
}

.info-item h3 {
  margin: 0 0 6px;
  color: #53625f;
  font-size: 22px;
}

.info-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.report-detail {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto 42px;
}

.report-article {
  border-radius: 18px;
  padding: clamp(22px, 5vw, 48px);
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 0 rgba(31, 123, 104, .08);
}

.report-kicker {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin: 0 0 14px;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.report-article h1 {
  margin: 0 0 22px;
  color: #4f5f5b;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.22;
  letter-spacing: 0;
}

.report-hero-image {
  width: min(520px, 100%);
  margin: 0 auto 28px;
  overflow: hidden;
  border: 8px solid #f2fbf8;
  border-radius: 18px;
  background: #e7f5f1;
}

.report-hero-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.report-article section {
  margin: 28px 0;
  border-top: 2px dashed #d5dfdc;
  padding-top: 24px;
}

.report-article h2 {
  margin: 0 0 12px;
  border-left: 8px solid var(--coral);
  padding-left: 16px;
  color: #566561;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
}

.report-article p {
  color: #687572;
  font-size: clamp(17px, 2.8vw, 22px);
  line-height: 2;
}

.back-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border-radius: 999px;
  padding: 0 20px;
  color: #fff;
  background: var(--coral);
  font-weight: 800;
  text-decoration: none;
}

.detail-page {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 76px) clamp(16px, 4vw, 42px);
}

.detail-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-page h1 {
  margin: 8px 0 24px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.15;
  letter-spacing: 0;
}

.figure-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ebeee8;
}

.figure-wrap img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.figure-c {
  cursor: pointer;
}

.figure-c.is-distorted img {
  animation: figureNoise .22s steps(2, end) infinite;
  filter: contrast(1.12) saturate(.86);
}

@keyframes figureNoise {
  0% { transform: translate(0, 0) skewX(0deg); }
  50% { transform: translate(1px, -1px) skewX(.25deg); }
  100% { transform: translate(-1px, 1px) skewX(-.2deg); }
}

.detail-text {
  margin: 24px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  white-space: pre-line;
}

.subject-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.subject-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, .72);
  line-height: 1.8;
  white-space: pre-line;
}

.artifact-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 20px;
  border: 0;
  padding: 0;
  color: var(--blue);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.artifact-link:hover {
  color: var(--red);
}

.truth-report {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 76px) clamp(16px, 4vw, 42px);
}

.truth-report h1 {
  margin: 0;
  color: #f0f5ef;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .98;
  letter-spacing: 0;
}

.truth-subtitle {
  margin: 12px 0 30px;
  color: var(--truth-dim);
  font-family: "Courier New", monospace;
}

.truth-document {
  margin: 0 0 28px;
  border: 1px solid rgba(220, 228, 222, .2);
}

.truth-document img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.truth-section {
  margin: 22px 0;
  border: 1px solid rgba(220, 228, 222, .18);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--truth-panel);
}

.truth-section h2 {
  margin: 0 0 14px;
  color: #f0f5ef;
  font-size: 19px;
  letter-spacing: .08em;
}

.truth-section p,
.truth-section li {
  color: var(--truth-ink);
  line-height: 1.9;
}

.truth-section p {
  margin: 0;
  white-space: pre-line;
}

.truth-section ul {
  margin: 0;
  padding-left: 1.3em;
}

.truth-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Courier New", monospace;
}

.truth-table th,
.truth-table td {
  border-bottom: 1px solid rgba(220, 228, 222, .18);
  padding: 12px 10px;
  text-align: left;
}

.truth-table td:last-child {
  text-align: right;
}

.truth-table tr:nth-child(3) td:first-child {
  transform: translateX(1px);
}

.redaction {
  display: inline-block;
  min-width: 16em;
  color: transparent;
  background: #050505;
  animation: redactionPulse 4.8s infinite;
}

@keyframes redactionPulse {
  0%, 84%, 100% { opacity: 1; }
  86% { opacity: .62; }
}

.subject-log {
  position: relative;
  overflow: hidden;
  font-family: "Courier New", monospace;
}

.subject-log::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background: repeating-linear-gradient(0deg, transparent 0 8px, #ffffff 9px 10px);
  animation: subjectNoise 1.3s steps(3, end) infinite;
}

@keyframes subjectNoise {
  0% { transform: translateY(0); }
  50% { transform: translateY(3px); }
  100% { transform: translateY(-2px); }
}

.share-area {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.share-copy {
  color: var(--truth-dim);
  line-height: 1.8;
  white-space: pre-line;
}

.share-button {
  justify-self: start;
  border-color: rgba(220, 228, 222, .32);
  color: #f0f5ef;
  background: #23312d;
}

.site-footer {
  display: grid;
  gap: 6px;
  padding: 34px clamp(16px, 4vw, 48px);
  border-top: 1px solid rgba(32, 39, 36, .12);
  color: #586a66;
  background: rgba(255,255,255,.5);
  font-size: 13px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.truth-mode .site-footer {
  border-color: rgba(220, 228, 222, .16);
  background: transparent;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(210, 210, 210, 0.16) 0px,
      rgba(110, 110, 110, 0.22) 1px,
      rgba(185, 185, 185, 0.16) 2px,
      rgba(90, 90, 90, 0.18) 3px
    ),
    linear-gradient(180deg, rgba(120,120,120,0.18), rgba(165,165,165,0.18));
}

.noise-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.noise-layer,
.noise-flash,
.noise-message {
  position: absolute;
}

.noise-layer {
  inset: -8%;
  pointer-events: none;
  z-index: 1;
}

.noise-layer-1 {
  background:
    repeating-linear-gradient(
      0deg,
      rgba(240,240,240,0.18) 0px,
      rgba(70,70,70,0.24) 1px,
      rgba(200,200,200,0.18) 2px,
      rgba(90,90,90,0.22) 3px,
      rgba(170,170,170,0.14) 4px
    );
  mix-blend-mode: screen;
}

.noise-layer-2 {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.03) 0px,
      rgba(0,0,0,0.08) 2px,
      rgba(255,255,255,0.03) 4px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.08) 0px,
      rgba(0,0,0,0.12) 2px,
      rgba(255,255,255,0.06) 4px,
      rgba(0,0,0,0.08) 6px
    );
  mix-blend-mode: overlay;
}

.noise-layer-3 {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.16) 14%,
      rgba(0,0,0,0.12) 28%,
      rgba(255,255,255,0.10) 44%,
      rgba(0,0,0,0.10) 62%,
      rgba(255,255,255,0.12) 78%,
      rgba(255,255,255,0.00) 100%
    );
  opacity: 0.55;
  filter: blur(0.4px);
}

.noise-flash {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.16) 25%,
      rgba(255,255,255,0) 52%,
      rgba(255,255,255,0.12) 76%,
      rgba(255,255,255,0) 100%
    );
  opacity: 0;
}

.noise-message {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(88vw, 760px);
  padding: 0 16px;
  text-align: center;
  white-space: nowrap;
  color: #7c0606;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.65;
  opacity: 1;
  pointer-events: none;
  text-shadow:
    0 0 1px rgba(255,255,255,0.45),
    0 0 3px rgba(255,255,255,0.25),
    0 0 4px rgba(0,0,0,1),
    0 0 10px rgba(0,0,0,0.98),
    0 0 18px rgba(0,0,0,0.95),
    0 3px 6px rgba(60,0,0,0.95),
    0 0 16px rgba(120,0,0,0.7);
}

.noise-message::before,
.noise-message::after {
  content: "サイトが改変されました。";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.noise-message::before {
  color: rgba(255, 220, 220, 0.22);
  transform: translate(2px, 0);
  mix-blend-mode: screen;
}

.noise-message::after {
  color: rgba(50, 0, 0, 0.42);
  transform: translate(-2px, 1px);
}

.noise-overlay.is-active .noise-layer-1 {
  animation: staticBandA 0.08s steps(2, end) infinite;
}

.noise-overlay.is-active .noise-layer-2 {
  animation: staticBandB 0.11s steps(3, end) infinite;
}

.noise-overlay.is-active .noise-layer-3 {
  animation: rollingBand 0.28s linear infinite;
}

.noise-overlay.is-active .noise-flash {
  animation: flashSweep 0.32s linear infinite;
}

@keyframes staticBandA {
  0% {
    opacity: 0.95;
    transform: translateY(-8px) scaleY(1.04);
  }
  50% {
    opacity: 0.7;
    transform: translateY(5px) scaleY(1.01);
  }
  100% {
    opacity: 0.92;
    transform: translateY(-3px) scaleY(1.05);
  }
}

@keyframes staticBandB {
  0% {
    opacity: 0.65;
    transform: translateX(-10px);
  }
  50% {
    opacity: 0.45;
    transform: translateX(12px);
  }
  100% {
    opacity: 0.7;
    transform: translateX(-6px);
  }
}

@keyframes rollingBand {
  0% {
    transform: translateY(-24%);
  }
  100% {
    transform: translateY(24%);
  }
}

@keyframes flashSweep {
  0% {
    opacity: 0;
    transform: translateY(-18%);
  }
  35% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: translateY(18%);
  }
}

@media (max-width: 760px) {
  .noise-message {
    white-space: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}

.noise-overlay--legacy {
  overflow: hidden;
  color: #f7fff9;
  background: rgba(4, 5, 5, .92);
  cursor: pointer;
}

@keyframes noiseShift {
  0% { transform: translate(0, 0); }
  50% { transform: translate(8px, -5px); }
  100% { transform: translate(-6px, 5px); }
}

@keyframes noiseShiftAlt {
  0% { transform: translateY(0); }
  100% { transform: translateY(18px); }
}

@keyframes noiseBlink {
  0%, 100% { opacity: .2; }
  40% { opacity: .75; }
}

@keyframes flash {
  0%, 80%, 100% { opacity: 0; }
  82% { opacity: .7; }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .round-menu {
    width: 78px;
    height: 78px;
    font-size: 24px;
  }

  .report-row {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 14px;
  }

  .info-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 120px;
    padding-top: 12px;
  }

  .brand-logo,
  .brand-copy {
    display: none;
  }

  .site-nav a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .debug-controls {
    opacity: .72;
  }

  .club-hero {
    min-height: 130px;
    padding-bottom: 18px;
  }

  .club-logo-mark strong {
    font-size: 44px;
  }

  .round-menu {
    right: 12px;
    width: 66px;
    height: 66px;
    border-width: 4px;
  }

  .round-menu span {
    font-size: 11px;
  }

  .intro-panel,
  .archive-panel,
  .search-panel {
    width: calc(100% - 20px);
  }

  .intro-panel {
    padding: 22px 20px;
  }

  .report-row {
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 86px;
  }

  .report-badge {
    min-height: 42px;
    font-size: 13px;
  }

  .link-circles {
    gap: 14px;
  }

  .circle-link {
    width: min(44vw, 156px);
  }

  .site-search {
    grid-template-columns: minmax(0, 1fr) 64px;
  }
}
