.share-report {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.5rem;
  --share-accent: #00f0ff;
}

.share-report__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 240, 255, 0.2);
}

.share-report__logo {
  max-height: 48px;
  margin-right: 0.75rem;
}

.share-report__brand {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--share-accent);
  margin: 0 0 0.25rem;
}

.share-report h1 {
  margin: 0;
  font-size: 1.5rem;
}

.share-report__meta {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.share-report__section {
  margin-bottom: 1.5rem;
}

.share-report__section h2 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--share-accent);
  margin: 0 0 0.75rem;
}

.share-report__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.share-report__cell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0.75rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
}

.share-report__cell--top {
  border-color: rgba(125, 255, 178, 0.45);
}

.share-report__cell--mid {
  border-color: rgba(251, 191, 36, 0.45);
}

.share-report__cell--low {
  border-color: rgba(248, 113, 113, 0.45);
}

.share-report__cell-rank {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.share-report__cell-zone {
  font-size: 0.7rem;
  opacity: 0.7;
}

.share-report__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

.share-report__table th,
.share-report__table td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.6rem;
  text-align: left;
}

.share-report__note,
.share-report__muted {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
}

.share-report__powered {
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-align: center;
  margin-top: 2rem;
}

.share-report__pdf {
  flex-shrink: 0;
}
