.mine-report-page {
  width: 100%;
  max-width: 430px;
  padding-top: 0;
}

.mine-report-screen {
  display: grid;
  gap: 12px;
  width: 100%;
  color: #171b1a;
}

.mine-report-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 58px;
  text-align: center;
}

.mine-report-head h2 {
  margin: 0;
  color: #111514;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.mine-report-head p {
  margin: 5px 0 0;
  color: #737b78;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.mine-report-icon-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #0b0d0c;
  transition: color 160ms ease, transform 160ms ease;
}

.mine-report-icon-button:hover {
  color: #0a8d54;
  transform: translateY(-1px);
}

.mine-report-icon-button:active {
  transform: scale(0.96);
}

.mine-report-icon-button svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.4;
}

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

.mine-report-stat {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 13px;
  border: 1px solid rgba(15, 139, 83, 0.12);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(250, 254, 252, 0.98), rgba(246, 251, 248, 0.94));
  box-shadow: 0 9px 22px rgba(47, 43, 36, 0.04);
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mine-report-stat:hover {
  border-color: rgba(15, 139, 83, 0.28);
  box-shadow: 0 12px 26px rgba(15, 139, 83, 0.09);
  transform: translateY(-1px);
}

.mine-report-stat--failed {
  border-color: rgba(228, 65, 56, 0.18);
  background: linear-gradient(135deg, rgba(255, 251, 250, 0.98), rgba(255, 246, 245, 0.94));
}

.mine-report-stat-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(15, 139, 83, 0.08);
  color: #0f8b53;
}

.mine-report-stat--failed .mine-report-stat-icon {
  background: rgba(228, 65, 56, 0.09);
  color: #e5453d;
}

.mine-report-stat-icon svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.8;
}

.mine-report-stat-icon i {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 -10px 0 rgba(15, 139, 83, 0.35), 7px -7px 0 rgba(15, 139, 83, 0.55), 10px 0 0 currentColor, 7px 7px 0 rgba(15, 139, 83, 0.65), 0 10px 0 rgba(15, 139, 83, 0.45), -7px 7px 0 rgba(15, 139, 83, 0.3), -10px 0 0 rgba(15, 139, 83, 0.22), -7px -7px 0 rgba(15, 139, 83, 0.16);
}

.mine-report-stat span:not(.mine-report-stat-icon) {
  color: #3f4945;
  font-size: 12px;
  font-weight: 700;
}

.mine-report-stat strong {
  color: #0b0f0e;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.mine-report-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(48px, 1fr)) auto;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 4px;
  border: 1px solid rgba(16, 17, 18, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 7px 18px rgba(52, 44, 33, 0.04);
}

.mine-report-filter button {
  min-height: 31px;
  border-radius: 999px;
  color: #4d5551;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mine-report-filter button:hover {
  background: rgba(15, 139, 83, 0.07);
  color: #0f8b53;
}

.mine-report-filter button:active {
  transform: scale(0.98);
}

.mine-report-filter .is-active {
  background: #0f8b53;
  color: #fff;
  box-shadow: 0 8px 14px rgba(15, 139, 83, 0.22);
}

.mine-report-filter .mine-report-sort {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #616967;
}

.mine-report-sort svg {
  width: 13px;
  height: 13px;
}

.mine-report-section-title {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 -2px;
  color: #121716;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.mine-report-section-title span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0f8b53;
  box-shadow: 0 0 0 4px rgba(15, 139, 83, 0.1);
}

@media (max-width: 430px) {
  .mine-report-stats {
    gap: 10px;
  }

  .mine-report-stat {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 10px;
    padding-inline: 9px;
  }

  .mine-report-filter {
    grid-template-columns: repeat(5, minmax(42px, 1fr));
  }

  .mine-report-filter .mine-report-sort {
    grid-column: 1 / -1;
    justify-self: end;
    min-height: 24px;
  }

}
