.field-report-command {
  padding: 18px 0 6px;

}

.field-report-command + .section.section--tight {
  padding-top: 2px;

}

.field-report-command-shell {
  display: grid;
  gap: 10px;
  padding: 14px;
  background:
    radial-gradient(circle at top right, rgba(214, 173, 94, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(38, 30, 21, 0.96), rgba(16, 16, 14, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 241, 210, 0.05), 0 18px 32px rgba(0, 0, 0, 0.18);

}

.field-report-command-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
  gap: 12px;
  align-items: center;

}

.field-report-command-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;

}

.field-report-command-copy h1 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 0.96;

}

.field-report-command-copy p {
  margin: 0;
  max-width: 74ch;
  color: var(--text-muted);
  font-size: 0.9rem;

}

.field-report-command-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

}

.field-report-page-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  gap: 6px;

}

.field-report-summary-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(209, 183, 126, 0.2);
  background: linear-gradient(180deg, rgba(51, 39, 26, 0.88), rgba(28, 23, 18, 0.92));

}

.field-report-summary-chip strong {
  color: var(--text-strong);
  font-size: 1.05rem;

}

.field-report-summary-chip span {
  color: var(--text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;

}

.field-report-command-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(209, 183, 126, 0.14);
  background: rgba(33, 26, 18, 0.66);
  color: var(--text-muted);
  font-size: 0.73rem;
  letter-spacing: 0.04em;

}

.field-report-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(209, 183, 126, 0.16);
  background: linear-gradient(180deg, rgba(31, 25, 18, 0.82), rgba(15, 18, 19, 0.8));

}

.field-report-toolbar label {
  min-width: 140px;
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.88rem;

}

.field-report-inline-check {
  min-width: 0;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;

}

.field-report-inline-check input {
  width: auto;

}

.field-report-page-status {
  margin: 0;
  min-height: 1.2em;
  font-size: 0.85rem;

}

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

}

.field-report-tab-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(209, 183, 126, 0.12);
  background: rgba(14, 18, 22, 0.64);
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 140ms ease;

}

.field-report-tab-button span {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;

}

.field-report-tab-button strong {
  display: inline-flex;
  min-width: 34px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(209, 183, 126, 0.12);
  background: rgba(27, 22, 16, 0.56);
  color: var(--text-strong);
  font-size: 0.88rem;

}

.field-report-tab-button:hover,
.field-report-tab-button:focus-visible {
  border-color: rgba(209, 183, 126, 0.26);
  color: var(--text-strong);
  transform: translateY(-1px);

}

.field-report-tab-button.is-active {
  border-color: rgba(209, 183, 126, 0.34);
  background:
    radial-gradient(circle at top left, rgba(214, 173, 94, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(40, 31, 21, 0.92), rgba(19, 20, 18, 0.92));
  color: var(--text-strong);
  box-shadow: inset 0 0 0 1px rgba(209, 183, 126, 0.08), 0 18px 34px rgba(0, 0, 0, 0.18);

}

.field-report-tab-button.is-active strong {
  border-color: rgba(209, 183, 126, 0.24);
  background: rgba(72, 53, 24, 0.52);
  color: var(--gold-300);

}

.field-report-tab-panels {
  display: block;

}

.field-report-tab-panel {
  display: none;

}

.field-report-tab-panel.is-active {
  display: block;

}

.field-report-panel-head {
  margin-bottom: 8px;

}

.field-report-panel-head h2 {
  margin-top: 0;
  margin-bottom: 4px;

}

.field-report-panel-head p {
  margin: 0;
  color: var(--text-muted);

}

.field-report-board {
  display: block;

}

.field-report-highscores {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(209, 183, 126, 0.24);
  background:
    radial-gradient(circle at top center, rgba(224, 190, 121, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(72, 55, 33, 0.94), rgba(25, 21, 16, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 206, 0.08),
    inset 0 0 0 1px rgba(53, 37, 17, 0.4),
    0 24px 44px rgba(0, 0, 0, 0.24);

}

.field-report-highscores::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(233, 204, 146, 0.12);
  pointer-events: none;

}

.field-report-highscores::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 235, 197, 0.04), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 231, 189, 0.012) 0 1px, transparent 1px 28px);

}

.field-report-highscores-head,
.field-report-highscores-table {
  position: relative;
  z-index: 1;

}

.field-report-highscores-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(209, 183, 126, 0.14);

}

.field-report-highscores-copy strong {
  display: block;
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;

}

.field-report-highscores-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

}

.field-report-highscores-page {
  min-width: 88px;
  color: var(--gold-300);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;

}

.field-report-highscores-button {
  min-width: 92px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(209, 183, 126, 0.2);
  background: linear-gradient(180deg, rgba(73, 55, 31, 0.78), rgba(38, 31, 22, 0.84));
  color: var(--text-strong);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;

}

.field-report-highscores-button:hover:not(:disabled),
.field-report-highscores-button:focus-visible:not(:disabled) {
  border-color: rgba(222, 189, 122, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 235, 197, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(83, 64, 37, 0.86), rgba(43, 34, 23, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 208, 0.06),
    0 10px 22px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
  outline: none;

}

.field-report-highscores-button:disabled {
  opacity: 0.42;
  cursor: default;

}

.field-report-highscores-table {
  display: grid;
  gap: 0;
  border: 1px solid rgba(209, 183, 126, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(16, 13, 10, 0.42);

}

.field-report-highscores-header,
.field-report-highscores-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.1fr) minmax(170px, 0.95fr) minmax(150px, 0.8fr) 138px;
  gap: 10px;
  align-items: center;

}

.field-report-highscores-header {
  padding: 10px 14px 11px;
  border-bottom: 1px solid rgba(209, 183, 126, 0.18);
  background: linear-gradient(180deg, rgba(95, 72, 43, 0.76), rgba(50, 38, 23, 0.68));
  color: var(--gold-300);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;

}

.field-report-highscores-row {
  min-height: 64px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(209, 183, 126, 0.12);
  background:
    linear-gradient(180deg, rgba(63, 47, 28, 0.3), rgba(25, 20, 15, 0.18)),
    linear-gradient(180deg, rgba(39, 30, 20, 0.88), rgba(26, 21, 16, 0.92));
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;

}

.field-report-highscores-row:nth-child(even) {
  background:
    linear-gradient(180deg, rgba(55, 42, 25, 0.26), rgba(23, 18, 14, 0.18)),
    linear-gradient(180deg, rgba(34, 27, 18, 0.9), rgba(23, 19, 15, 0.94));

}

.field-report-highscores-row:last-child {
  border-bottom: none;

}

.field-report-highscores-row:hover {
  background:
    linear-gradient(90deg, rgba(222, 189, 122, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(65, 49, 30, 0.44), rgba(30, 24, 18, 0.24)),
    linear-gradient(180deg, rgba(42, 32, 21, 0.92), rgba(28, 23, 17, 0.95));
  box-shadow: inset 3px 0 0 rgba(222, 189, 122, 0.32);

}

.field-report-highscores-row.is-empty {
  opacity: 0.76;

}

.field-report-highscores-row.is-podium {
  box-shadow: inset 3px 0 0 rgba(217, 180, 102, 0.52);
  background:
    radial-gradient(circle at left center, rgba(217, 180, 102, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(47, 35, 21, 0.92), rgba(28, 22, 17, 0.96));

}

.field-report-highscores-rank {
  display: block;
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-align: center;

}

.field-report-highscores-rank-value {
  display: inline-block;
  min-width: 2ch;

}

.field-report-highscores-main strong,
.field-report-highscores-place strong,
.field-report-highscores-context strong {
  display: block;
  color: var(--text-strong);
  font-size: 0.98rem;
  line-height: 1.14;

}

.field-report-highscores-main span,
.field-report-highscores-place span,
.field-report-highscores-context span {
  display: block;
  margin-top: 3px;
  color: #b9ae97;
  font-size: 0.8rem;
  line-height: 1.32;

}

.field-report-highscores-place strong {
  color: var(--gold-300);

}

.field-report-highscores-context strong {
  color: var(--text-main);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1rem;

}

.field-report-highscores-score {
  text-align: right;

}

.field-report-highscores-score strong {
  display: block;
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.22rem;
  letter-spacing: 0.03em;

}

.field-report-highscores-score span {
  display: none;
  margin-top: 3px;
  color: #b9ae97;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;

}

.field-report-highscores-row .field-report-badges {
  margin-top: 5px;

}

.field-report-board-table {
  display: grid;
  gap: 10px;

}

.field-report-board-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(209, 183, 126, 0.16);
  border-radius: 18px;
  background: var(--panel-bg);
  box-shadow: var(--panel-edge), 0 20px 40px rgba(0, 0, 0, 0.18);

}

.field-report-board-rank {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(222, 189, 122, 0.22);
  color: var(--gold-300);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.1rem;

}

.field-report-board-copy {
  min-width: 0;

}

.field-report-board-title {
  display: block;
  color: var(--text-strong);
  font-size: 1.02rem;

}

.field-report-board-meta {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;

}

.field-report-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;

}

.field-report-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(203, 176, 118, 0.14);
  background: rgba(16, 24, 30, 0.88);
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;

}

.field-report-badge--neutral {
  border-color: rgba(120, 144, 171, 0.22);
  color: #c7d3e4;

}

.field-report-badge--warning {
  border-color: rgba(213, 155, 71, 0.28);
  color: #f4c77a;
  background: rgba(56, 37, 14, 0.62);

}

.field-report-badge--danger {
  border-color: rgba(217, 105, 89, 0.28);
  color: #f5b0a7;
  background: rgba(63, 22, 19, 0.62);

}

.field-report-board-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;

}

.field-report-board-value strong {
  color: var(--text-strong);
  font-size: 1.18rem;

}

.field-report-board-value span {
  color: var(--text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;

}

.field-report-card-grid,
.field-report-card-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;

}

.field-report-card {
  padding: 20px;

}

.field-report-card-title {
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.2rem;

}

.field-report-card-meta,
.field-report-card-note {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;

}

.field-report-stat-pairs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;

}

.field-report-mini-stat {
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(209, 183, 126, 0.12);
  background: rgba(18, 16, 13, 0.52);

}

.field-report-mini-stat span {
  display: block;
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;

}

.field-report-mini-stat strong {
  display: block;
  margin-top: 5px;
  color: var(--text-strong);
  font-size: 1rem;

}

.field-report-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;

}

.field-report-detail-panel {
  padding: 20px;

}

.field-report-detail-panel h3 {
  margin-bottom: 14px;

}

.field-report-subsection + .field-report-subsection {
  margin-top: 18px;

}

.field-report-subsection h4 {
  margin-bottom: 10px;
  font-size: 1rem;

}

.field-report-simple-list {
  display: grid;
  gap: 10px;

}

.field-report-simple-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 15px;
  border: 1px solid rgba(209, 183, 126, 0.12);
  border-radius: 16px;
  background: rgba(20, 18, 15, 0.58);

}

.field-report-simple-row strong {
  color: var(--text-strong);
  font-size: 0.98rem;

}

.field-report-simple-row span {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.5;

}

.field-report-empty {
  padding: 18px;
  border: 1px dashed rgba(209, 183, 126, 0.18);
  border-radius: 16px;
  color: var(--text-muted);
  background: rgba(18, 16, 13, 0.42);

}

.field-report-empty.has-media {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;

}

.field-report-empty-copy {
  display: grid;
  gap: 2px;
  padding: 15px 18px 17px;

}

.field-report-empty-copy span {
  display: block;

}

.field-report-preview-state {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(209, 183, 126, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(104, 179, 190, 0.05), transparent 48%),
    linear-gradient(180deg, rgba(255, 244, 215, 0.025), transparent 50%),
    rgba(22, 23, 21, 0.72);

}

.field-report-preview-state.is-tasks {
  background:
    linear-gradient(90deg, rgba(213, 142, 101, 0.055), transparent 48%),
    linear-gradient(180deg, rgba(255, 244, 215, 0.025), transparent 50%),
    rgba(22, 23, 21, 0.72);

}

.field-report-preview-state__intro {
  display: grid;
  gap: 8px;
  max-width: 780px;

}

.field-report-preview-state__intro strong {
  color: var(--text-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.15;

}

.field-report-preview-state__intro p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;

}

.field-report-preview-state__rows {
  display: grid;
  gap: 8px;

}

.field-report-preview-state__row {
  display: grid;
  grid-template-columns: 44px minmax(160px, 1.2fr) minmax(130px, 0.9fr) minmax(140px, 0.8fr) minmax(120px, 0.7fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(209, 183, 126, 0.12);
  border-radius: 10px;
  background: rgba(15, 17, 16, 0.56);
  color: var(--text-main);

}

.field-report-preview-state__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(209, 183, 126, 0.2);
  color: var(--gold-300);
  font-weight: 800;

}

.field-report-preview-state__row strong {
  color: var(--text-strong);

}

@media (min-width: 1366px) {
.field-report-command-shell {
    gap: 36px;
  
}
}

@media (max-width: 960px) {
.field-report-command-top,
.field-report-detail-grid {
    grid-template-columns: 1fr;
  
}

.field-report-preview-state__row {
    grid-template-columns: 34px minmax(0, 1fr);
  
}

.field-report-preview-state__row span:not(.field-report-preview-state__rank) {
    grid-column: 2;
  
}

}

@media (max-width: 760px) {
.field-report-stat-pairs {
    grid-template-columns: 1fr;
  
}

.field-report-command {
    padding-top: 24px;
  
}

.field-report-command-shell {
    padding: 16px;
  
}

.field-report-command-meta {
    gap: 6px;
  
}

.field-report-toolbar {
    padding: 14px;
  
}

.field-report-tab-bar {
    grid-template-columns: 1fr;
  
}

.field-report-tab-button {
    padding: 13px 14px;
  
}

.field-report-highscores-header,
.field-report-highscores-row {
    grid-template-columns: 46px minmax(0, 1fr) minmax(140px, 0.86fr) 126px;
  
}

.field-report-highscores-header span:nth-child(4),
.field-report-highscores-row > :nth-child(4) {
    display: none;
  
}
}

@media (max-width: 560px) {
.field-report-command {
    padding-top: 18px;
  
}

.field-report-page-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  
}

.field-report-summary-chip {
    padding: 9px 10px;
  
}

.field-report-highscores {
    padding: 12px;
  
}

.field-report-highscores-head {
    align-items: stretch;
  
}

.field-report-highscores-pagination {
    justify-content: space-between;
  
}

.field-report-highscores-button {
    flex: 1 1 0;
    min-width: 0;
  
}

.field-report-highscores-header {
    display: none;
  
}

.field-report-highscores-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
  
}

.field-report-highscores-rank {
    text-align: left;
  
}

.field-report-highscores-score {
    text-align: left;
  
}

.field-report-highscores-score span {
    display: block;
  
}

.field-report-page-chips {
    gap: 10px;
  
}

.field-report-toolbar {
    padding: 18px;
  
}

.field-report-board-row {
    grid-template-columns: 1fr;
    gap: 12px;
  
}

.field-report-board-value {
    align-items: flex-start;
    text-align: left;
  
}
}
