.plugin-page[data-astro-cid-ssmo56fy] {
  padding: 38px 0 20px;
}

.plugin-hero[data-astro-cid-ssmo56fy] {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: start;
  max-width: 1020px;
}

.plugin-icon[data-astro-cid-ssmo56fy] {
  width: 78px;
  height: 78px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--panel-alt);
  color: var(--accent);
  font: 800 28px/1 var(--font-data);
}

.plugin-icon[data-astro-cid-ssmo56fy] img[data-astro-cid-ssmo56fy] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

h1[data-astro-cid-ssmo56fy] {
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: -.035em;
  margin: 7px 0 9px;
}

.identity[data-astro-cid-ssmo56fy] > p[data-astro-cid-ssmo56fy] {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 780px;
  margin: 0;
}

.hero-meta[data-astro-cid-ssmo56fy] {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.metric-grid[data-astro-cid-ssmo56fy] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 34px;
  background: var(--panel);
}

.metric-grid[data-astro-cid-ssmo56fy] > div[data-astro-cid-ssmo56fy] {
  padding: 19px 20px;
  border-right: 1px solid var(--border);
}

.metric-grid[data-astro-cid-ssmo56fy] > div[data-astro-cid-ssmo56fy]:last-child {
  border-right: 0;
}

.metric-grid[data-astro-cid-ssmo56fy] span[data-astro-cid-ssmo56fy] {
  display: block;
  color: var(--muted);
  font: 700 10px/1.2 var(--font-data);
  text-transform: uppercase;
  letter-spacing: .055em;
  margin-bottom: 8px;
}

.metric-grid[data-astro-cid-ssmo56fy] strong[data-astro-cid-ssmo56fy] {
  font: 800 18px/1.2 var(--font-data);
  letter-spacing: -.025em;
}

.detail-grid[data-astro-cid-ssmo56fy] {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  gap: 46px;
  margin-top: 52px;
}

.description-panel[data-astro-cid-ssmo56fy] h2[data-astro-cid-ssmo56fy] {
  font-size: 33px;
  letter-spacing: -.03em;
  margin: 8px 0 15px;
}

.description-panel[data-astro-cid-ssmo56fy] p[data-astro-cid-ssmo56fy] {
  white-space: pre-line;
  line-height: 1.72;
  color: var(--text);
  margin: 0;
}

aside[data-astro-cid-ssmo56fy] {
  display: grid;
  align-content: start;
  gap: 16px;
}

.fact-card[data-astro-cid-ssmo56fy], .related-card[data-astro-cid-ssmo56fy] {
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--panel);
  padding: 20px;
}

.fact-card[data-astro-cid-ssmo56fy] h2[data-astro-cid-ssmo56fy] {
  font-size: 18px;
  margin: 0 0 10px;
}

dl[data-astro-cid-ssmo56fy] {
  margin: 0;
}

dl[data-astro-cid-ssmo56fy] div[data-astro-cid-ssmo56fy] {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

dt[data-astro-cid-ssmo56fy] {
  color: var(--muted);
  font-size: 12px;
}

dd[data-astro-cid-ssmo56fy] {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}

.status[data-astro-cid-ssmo56fy] {
  color: var(--good);
  text-transform: capitalize;
}

.source-link[data-astro-cid-ssmo56fy] {
  display: inline-block;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
  text-underline-offset: 3px;
}

.related-card[data-astro-cid-ssmo56fy] a[data-astro-cid-ssmo56fy] {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.related-card[data-astro-cid-ssmo56fy] a[data-astro-cid-ssmo56fy]:hover {
  color: var(--accent);
}

.notice[data-astro-cid-ssmo56fy] {
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 11px;
  padding: 24px;
}

.notice[data-astro-cid-ssmo56fy] p[data-astro-cid-ssmo56fy] {
  color: var(--muted);
}

.notice[data-astro-cid-ssmo56fy] a[data-astro-cid-ssmo56fy] {
  color: var(--accent);
  font-weight: 700;
}

@media (width <= 800px) {
  .metric-grid[data-astro-cid-ssmo56fy] {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-grid[data-astro-cid-ssmo56fy] > div[data-astro-cid-ssmo56fy]:nth-child(2) {
    border-right: 0;
  }

  .metric-grid[data-astro-cid-ssmo56fy] > div[data-astro-cid-ssmo56fy]:nth-child(-n+2) {
    border-bottom: 1px solid var(--border);
  }

  .detail-grid[data-astro-cid-ssmo56fy] {
    grid-template-columns: 1fr;
  }
}

@media (width <= 560px) {
  .plugin-hero[data-astro-cid-ssmo56fy] {
    grid-template-columns: 58px 1fr;
    gap: 15px;
  }

  .plugin-icon[data-astro-cid-ssmo56fy] {
    width: 58px;
    height: 58px;
  }

  h1[data-astro-cid-ssmo56fy] {
    font-size: 35px;
  }
}
