.report {
  width: min(42rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(7.5rem, 14vh, 9rem) 0 4.5rem;
}

.report-hero {
  margin-bottom: 1.35rem;
  animation: rise 0.7s var(--ease) both;
}

.report-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 4.5vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 0.45rem;
}

.report-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.crumbs {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.crumbs a {
  color: var(--accent);
  text-decoration: none;
}

.crumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.sheet {
  position: relative;
  isolation: isolate;
  --lg-filter: none;
  border-radius: 22px;
  padding: 1.25rem 1.3rem 1.35rem;
  margin: 0 0 1rem;
  color: var(--fg);
  box-shadow: 0 6px var(--lg-outer-shadow-blur) var(--lg-outer-shadow);
  background-color: color-mix(in srgb, var(--panel-bg) 88%, var(--fg) 4%);
  border: 1px solid var(--panel-brd);
  backdrop-filter: blur(14px) saturate(1.55);
  -webkit-backdrop-filter: blur(14px) saturate(1.55);
  animation: sheet-fade 0.45s var(--ease) backwards;
}

.sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 var(--lg-shadow-blur) var(--lg-shadow-spread) var(--lg-shadow-color);
  background-color: rgba(var(--lg-tint-rgb), var(--lg-tint-opacity));
  pointer-events: none;
}

.sheet.lg-refraction {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.sheet.lg-refraction::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  backdrop-filter: var(--lg-filter);
  -webkit-backdrop-filter: var(--lg-filter);
  isolation: isolate;
  pointer-events: none;
}

.sheet.lg-fallback {
  background-color: rgba(var(--lg-tint-rgb), var(--lg-fallback-tint));
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
}

.sheet > * {
  position: relative;
  z-index: 2;
}

html.lg-chrome .sheet.lg-static {
  transition: transform 0.3s var(--ease);
}

html.lg-chrome .sheet.lg-static:hover {
  will-change: transform;
}

html.lg-chrome .sheet.lg-static.lg-refraction::after,
html.lg-chrome[data-resolved-theme="dark"] .sheet.lg-static.lg-refraction::after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  isolation: auto;
  background: var(--lg-spec) center / 100% 100% no-repeat;
  mix-blend-mode: screen;
  opacity: var(--lg-spec-opacity, 0.5);
}

@media (prefers-color-scheme: dark) {
  html.lg-chrome:not([data-resolved-theme="light"]) .sheet.lg-static.lg-refraction::after {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

.sheet:nth-of-type(1) { animation-delay: 0.04s; }
.sheet:nth-of-type(2) { animation-delay: 0.08s; }
.sheet:nth-of-type(3) { animation-delay: 0.12s; }
.sheet:nth-of-type(4) { animation-delay: 0.16s; }
.sheet:nth-of-type(5) { animation-delay: 0.2s; }
.sheet:nth-of-type(6) { animation-delay: 0.24s; }
.sheet:nth-of-type(7) { animation-delay: 0.28s; }
.sheet:nth-of-type(8) { animation-delay: 0.32s; }
.sheet:nth-of-type(9) { animation-delay: 0.36s; }
.sheet:nth-of-type(10) { animation-delay: 0.4s; }

.verdict {
  font-family: var(--display);
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 0.7rem;
}

.sheet h2 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin: 0 0 0.6rem;
  color: var(--fg);
}

.sheet h3 {
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  margin: 1rem 0 0.4rem;
  color: var(--fg);
}

.sheet h3:first-of-type {
  margin-top: 0.15rem;
}

.sheet p,
.sheet li,
.sheet dd {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.sheet p {
  margin: 0 0 0.75rem;
}

.sheet p:last-child,
.sheet ul:last-child,
.sheet ol:last-child,
.sheet dl:last-child,
.sheet .matrix:last-child {
  margin-bottom: 0;
}

.sheet ul,
.sheet ol {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
}

.sheet ol {
  padding-left: 1.25rem;
}

.sheet li {
  margin: 0.35rem 0;
}

.sheet strong {
  color: var(--fg);
  font-weight: 600;
}

.sheet a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.sheet a:hover {
  opacity: 0.85;
}

.matrix {
  display: grid;
  gap: 0;
  margin: 0.15rem 0 0;
}

.matrix-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.85rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--hairline);
}

.matrix-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.matrix-row:first-child {
  padding-top: 0;
}

.matrix-need {
  color: var(--fg);
  font-size: 0.98rem;
  line-height: 1.45;
}

.matrix-api {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-align: right;
}

.report-foot {
  margin-top: 1.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 0.9rem;
  animation: rise 0.75s var(--ease) 0.32s both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0.7rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes sheet-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-hero,
  .sheet,
  .report-foot {
    animation: none;
  }
}

@media (max-width: 560px) {
  .matrix-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .matrix-api {
    text-align: left;
  }
}
