.site-nav a.active {
  color: #fff;
}

.report-page {
  min-height: calc(100vh - 72px);
  padding: 54px 5vw 80px;
  background:
    radial-gradient(circle at 82% 4%, rgba(239, 61, 50, 0.14), transparent 28%),
    linear-gradient(180deg, #0b0e13 0%, var(--bg) 54%);
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(380px, 0.8fr);
  align-items: end;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto 36px;
}

.report-hero-copy {
  max-width: 780px;
}

.report-hero h1 {
  margin: 5px 0 10px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.report-hero-copy > p:last-child,
.report-section-heading p,
.cheating-placeholder p,
.cheating-evidence-note,
.cheating-comment-hint,
.report-detail-lead {
  margin: 0;
  color: var(--muted);
}

.report-thresholds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.report-thresholds article {
  display: grid;
  gap: 2px;
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.report-thresholds strong {
  font-size: 32px;
  line-height: 1;
}

.report-thresholds article:nth-child(1) strong {
  color: #f7c948;
}

.report-thresholds article:nth-child(2) strong {
  color: #ff9f43;
}

.report-thresholds article:nth-child(3) strong {
  color: var(--red);
}

.report-thresholds span {
  align-self: end;
  font-size: 13px;
  font-weight: 800;
}

.report-category-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto 24px;
  --report-gold: #f7c948;
  --report-gold-strong: #ffd66b;
  --report-gold-warm: #ff9f43;
}

.report-category-tabs button {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
  border: 1px solid rgba(247, 201, 72, 0.68);
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 214, 107, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(247, 201, 72, 0.18), rgba(255, 159, 67, 0.08)),
    rgba(255, 255, 255, 0.045);
  color: #fff4d0;
  box-shadow: inset 0 0 0 1px rgba(255, 214, 107, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}

.report-category-tabs button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 214, 107, 0.96);
  box-shadow: 0 14px 34px rgba(247, 201, 72, 0.16), inset 0 0 0 1px rgba(255, 214, 107, 0.18);
}

.report-category-tabs button.active {
  border-color: rgba(255, 214, 107, 1);
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, var(--report-gold), var(--report-gold-warm));
  color: #17120a;
  box-shadow: 0 18px 44px rgba(247, 201, 72, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.report-category-tabs span {
  font-size: 18px;
  font-weight: 900;
}

.report-category-tabs small {
  color: #ffe8a8;
}

.report-category-tabs button.active small {
  color: rgba(23, 18, 10, 0.74);
}

.report-category-panel {
  max-width: 1440px;
  margin: 0 auto;
}

.report-board-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.65fr);
  gap: 20px;
  align-items: start;
}

.report-board-column,
.report-submit-card,
.my-reports-section,
.report-admin-section,
.cheating-placeholder,
.report-detail-hero,
.reporter-disclosure,
.report-detail-quick {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(21, 25, 34, 0.92);
  box-shadow: var(--shadow);
}

.report-board-column,
.my-reports-section,
.report-admin-section,
.reporter-disclosure,
.report-detail-quick {
  padding: 26px;
}

.report-submit-card {
  position: sticky;
  top: 94px;
  padding: 26px;
}

.report-submit-card h2,
.report-section-heading h2,
.cheating-placeholder h2,
.report-detail-hero h1,
.reporter-disclosure h2,
.report-detail-quick h2 {
  margin: 4px 0 6px;
}

.report-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.report-section-heading.compact {
  margin-bottom: 16px;
}

.report-board-stats {
  display: grid;
  min-width: 88px;
  text-align: right;
}

.report-board-stats strong {
  font-size: 30px;
  line-height: 1;
}

.report-board-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.report-board,
.cheating-board {
  display: grid;
  gap: 10px;
}

.report-board-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.report-board-item:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 61, 50, 0.48);
  background: rgba(239, 61, 50, 0.07);
}

.report-rank {
  color: var(--muted-2);
  font-size: 24px;
  font-weight: 900;
}

.report-target-id {
  min-width: 0;
}

.report-target-id strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-target-id small {
  color: var(--muted);
}

.report-count {
  display: grid;
  text-align: right;
}

.report-count strong {
  font-size: 22px;
  line-height: 1.1;
}

.report-count span {
  color: var(--muted);
  font-size: 11px;
}

.report-level,
.my-report-status,
.report-admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.report-level.unsporting,
.my-report-status.unsporting,
.report-admin-status.unsporting {
  border-color: rgba(247, 184, 75, 0.48);
  background: rgba(247, 184, 75, 0.12);
  color: #ffd98d;
}

.report-level.high-danger,
.my-report-status.high-danger,
.report-admin-status.high-danger {
  border-color: rgba(255, 159, 67, 0.58);
  background: rgba(255, 159, 67, 0.14);
  color: #ffc184;
}

.report-level.most-wanted,
.my-report-status.most-wanted,
.report-admin-status.most-wanted {
  border-color: rgba(239, 61, 50, 0.72);
  background: rgba(239, 61, 50, 0.18);
  color: #ff8c84;
  box-shadow: 0 0 24px rgba(239, 61, 50, 0.12);
}

.my-report-status.pending,
.report-admin-status.pending {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.report-empty {
  padding: 34px 18px;
  border: 1px dashed var(--line);
  border-radius: 9px;
  color: var(--muted);
  text-align: center;
}

.report-signed-in-as {
  margin: 12px 0 18px;
  padding: 10px 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.report-signed-in-as strong {
  color: #fff;
}

.report-form {
  display: grid;
  gap: 15px;
}

.report-form label:not(.report-confirmation) {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.report-form input[type="text"],
.report-form input[type="url"],
.report-form input[type="file"],
.report-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: var(--bg-2);
  color: #fff;
}

.report-form input[type="file"] {
  padding: 11px 13px;
}

.report-form textarea {
  min-height: 88px;
  padding: 12px 13px;
  resize: vertical;
}

.report-form input[type="text"]:focus,
.report-form input[type="url"]:focus,
.report-form textarea:focus {
  border-color: rgba(239, 61, 50, 0.72);
  box-shadow: 0 0 0 3px rgba(239, 61, 50, 0.1);
}

.report-form-note {
  margin: -3px 0 0;
  color: var(--muted-2);
  font-size: 12px;
}

.upload-progress {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(247, 201, 72, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(247, 201, 72, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.045);
}

.upload-progress.hidden {
  display: none;
}

.upload-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #ffe8a8;
}

.upload-progress-head strong {
  color: #f7c948;
  font-size: 15px;
}

.upload-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.upload-progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7c948, #ff9f43);
  box-shadow: 0 0 18px rgba(247, 201, 72, 0.32);
  transition: width 0.18s ease;
}

.upload-progress p {
  margin: 0;
  color: var(--muted-2);
  font-size: 12px;
}

.report-confirmation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(239, 61, 50, 0.24);
  border-radius: 8px;
  background: rgba(239, 61, 50, 0.07);
  color: #d8dce5;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.65;
}

.report-confirmation input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--red);
}

.my-reports-section {
  margin-top: 20px;
}

.my-reports-list,
.report-admin-list {
  display: grid;
  gap: 10px;
}

.my-report-item,
.report-admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.my-report-copy strong,
.report-admin-copy strong {
  display: block;
}

.my-report-copy small,
.report-admin-copy small {
  color: var(--muted);
}

.report-admin-section {
  margin-top: 20px;
}

.report-admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.report-admin-actions .button {
  min-height: 36px;
  padding: 0 13px;
  font-size: 12px;
}

.report-admin-copy {
  min-width: 0;
}

.report-admin-copy strong,
.report-admin-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-admin-copy em {
  color: #fff;
  font-style: normal;
}

.report-admin-delete-button,
.report-revoke-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(239, 61, 50, 0.38);
  border-radius: 6px;
  background: transparent;
  color: #ff918a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.report-admin-delete-button:hover,
.report-revoke-button:hover {
  border-color: rgba(239, 61, 50, 0.72);
  background: rgba(239, 61, 50, 0.1);
  color: #fff;
}

.cheating-claim-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.cheating-claim-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.cheating-claim-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 5px;
}

.cheating-claim-title strong {
  color: #fff;
  font-size: 20px;
}

.cheating-claim-title span {
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(247, 184, 75, 0.48);
  border-radius: 999px;
  color: #ffd98d;
  font-size: 12px;
  font-weight: 900;
}

.cheating-claim-meta,
.cheating-evidence-note {
  color: var(--muted);
  font-size: 13px;
}

.cheating-description {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid rgba(247, 184, 75, 0.62);
  border-radius: 7px;
  background: rgba(247, 184, 75, 0.08);
  color: #e8ecf5;
  font-size: 13px;
  line-height: 1.6;
}

.cheating-description-detail {
  margin: 12px 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(247, 184, 75, 0.3);
  border-radius: 9px;
  background: rgba(247, 184, 75, 0.08);
}

.cheating-description-detail strong {
  display: block;
  color: #ffd98d;
  margin-bottom: 6px;
}

.cheating-description-detail p {
  margin: 0;
  color: #e8ecf5;
  line-height: 1.65;
}

.cheating-stats {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
  justify-content: end;
}

.cheating-stats div {
  min-width: 88px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: right;
  background: rgba(255, 255, 255, 0.035);
}

.cheating-stats strong {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.cheating-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.cheating-claim-actions,
.cheating-evidence-actions,
.verdict-actions,
.comment-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cheating-evidence-box,
.verdict-panel,
.comments-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.cheating-evidence-player {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.cheating-evidence-player video {
  width: 100%;
  max-height: 560px;
  border-radius: 10px;
  background: #000;
}

.verdict-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.verdict-summary div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
}

.verdict-summary strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.verdict-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.verdict-button.guilty {
  background: var(--red);
  color: #fff;
}

.verdict-button.innocent {
  border-color: rgba(84, 229, 154, 0.48);
  background: rgba(84, 229, 154, 0.14);
  color: #b7f8d1;
}

.verdict-button.active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.verdict-list,
.comment-list {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.verdict-item,
.comment-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.verdict-text.guilty {
  color: #ff6b62;
}

.verdict-text.innocent {
  color: #54e59a;
}

.comment-item p {
  margin: 4px 0 0;
  color: #e8ecf5;
}

.comment-item time,
.verdict-item time {
  color: var(--muted);
  font-size: 12px;
}

.comment-admin-delete {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(239, 61, 50, 0.38);
  border-radius: 6px;
  background: transparent;
  color: #ff918a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.comment-pagination {
  justify-content: flex-end;
  margin-top: 14px;
}

.comment-pagination span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.cheating-placeholder {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 32px;
}

.cheating-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(247, 184, 75, 0.5);
  border-radius: 50%;
  background: rgba(247, 184, 75, 0.1);
  color: var(--amber);
  font-size: 34px;
  font-weight: 900;
}

.report-detail-view {
  max-width: 1180px;
  margin: 0 auto;
}

.report-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}

.report-back-link:hover {
  color: #fff;
}

.report-detail-content {
  display: grid;
  gap: 20px;
}

.report-detail-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 34px;
}

.report-detail-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--red);
  content: "";
}

.report-detail-hero h1 {
  overflow-wrap: anywhere;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.02;
}

.report-detail-count {
  display: grid;
  text-align: right;
}

.report-detail-count strong {
  color: var(--red);
  font-size: 52px;
  line-height: 1;
}

.report-detail-count span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.report-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 20px;
  align-items: start;
}

.reporter-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.reporter-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.reporter-index {
  color: var(--muted-2);
  font-weight: 900;
}

.reporter-item strong {
  overflow-wrap: anywhere;
}

.reporter-item time {
  color: var(--muted);
  font-size: 12px;
}

.report-detail-quick {
  position: sticky;
  top: 94px;
}

.report-detail-quick .report-form {
  margin-top: 16px;
}

.report-detail-quick .report-confirmation {
  margin-top: 2px;
}

.report-login-help {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.report-login-help a {
  color: #fff;
  font-weight: 900;
}

.report-confirm-modal {
  max-width: 520px;
}

.report-confirm-modal > p:not(.eyebrow) {
  color: var(--muted);
}

.report-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .report-hero,
  .report-board-layout,
  .report-detail-grid {
    grid-template-columns: 1fr;
  }

  .report-submit-card,
  .report-detail-quick {
    position: static;
  }
}

@media (max-width: 720px) {
  .report-page {
    padding: 34px 16px 54px;
  }

  .report-hero {
    gap: 24px;
  }

  .report-thresholds {
    grid-template-columns: 1fr;
  }

  .report-thresholds article {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 70px;
  }

  .report-thresholds span {
    justify-self: end;
  }

  .report-category-tabs {
    grid-template-columns: 1fr;
  }

  .report-board-column,
  .report-submit-card,
  .my-reports-section,
  .report-admin-section,
  .reporter-disclosure,
  .report-detail-quick {
    padding: 18px;
  }

  .report-section-heading,
  .report-detail-hero {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .report-section-heading {
    flex-direction: column;
  }

  .report-board-stats,
  .report-detail-count {
    text-align: left;
  }

  .report-board-item {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .report-board-item .report-level {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .my-report-item,
  .report-admin-item {
    grid-template-columns: 1fr auto;
  }

  .my-report-item .my-report-status,
  .report-admin-item .report-admin-status {
    justify-self: start;
  }

  .my-report-item .report-revoke-button,
  .report-admin-item .report-admin-delete-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .report-admin-actions {
    justify-content: flex-start;
  }

  .cheating-placeholder {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .report-detail-hero {
    display: grid;
    padding: 26px 22px;
  }

  .reporter-item {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .reporter-item time {
    grid-column: 2;
  }
}
