.mine-task-lane,
.mine-report-list {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mine-report-task,
.mine-analysis-record {
  display: grid;
  width: 100%;
  border: 1px solid rgba(16, 17, 18, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(52, 44, 33, 0.09);
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mine-report-task:hover,
.mine-analysis-record:hover {
  border-color: rgba(15, 139, 83, 0.2);
  box-shadow: 0 12px 28px rgba(52, 44, 33, 0.12);
  transform: translateY(-1px);
}

.mine-report-task {
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 12px;
  padding: 13px 12px 12px 14px;
}

.mine-report-task--failed {
  grid-template-columns: minmax(0, 1fr);
  border-color: rgba(228, 65, 56, 0.18);
}

.mine-analysis-record {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 13px;
  min-height: 126px;
  padding: 10px 12px 10px 10px;
}

.mine-report-task-copy,
.mine-report-record-copy {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 7px;
}

.mine-report-card-head,
.mine-report-meta,
.mine-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.mine-report-card-head {
  justify-content: space-between;
  min-width: 0;
}

.mine-report-card-head time {
  color: #5b625f;
  font-size: 12px;
  font-weight: 800;
}

.mine-report-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(15, 139, 83, 0.1);
  color: #0b8a52;
  font-size: 11px;
  font-weight: 900;
}

.mine-report-task--failed .mine-report-badge {
  background: rgba(228, 65, 56, 0.1);
  color: #e5453d;
}

.mine-analysis-record--full .mine-report-badge {
  background: #0b8a52;
  color: #fff;
}

.mine-analysis-record--stale .mine-report-badge {
  background: rgba(16, 17, 18, 0.07);
  color: #68716b;
}

.mine-report-task strong,
.mine-analysis-record strong {
  overflow-wrap: anywhere;
  color: #111514;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.22;
}

.mine-report-task p,
.mine-analysis-record p {
  margin: 0;
  overflow-wrap: anywhere;
  color: #66706b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mine-report-thumb {
  align-self: start;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  border: 1px solid rgba(16, 17, 18, 0.08);
  border-radius: 8px;
  background: #f6f4ef;
  object-fit: cover;
}

.mine-task-progress {
  overflow: hidden;
  width: min(100%, 218px);
  height: 5px;
  border-radius: 999px;
  background: rgba(15, 139, 83, 0.11);
}

.mine-task-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0b8a52;
}

.mine-report-meta span {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  min-height: 21px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(16, 17, 18, 0.05);
  color: #5f6864;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.mine-report-meta svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.2;
}

.mine-report-meta .is-unlocked {
  background: rgba(15, 139, 83, 0.1);
  color: #0b8a52;
}

.mine-report-meta .is-locked {
  background: rgba(255, 152, 0, 0.13);
  color: #ef8b00;
}

.mine-report-alert {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border: 1px solid rgba(228, 65, 56, 0.18);
  border-radius: 7px;
  background: rgba(255, 245, 244, 0.95);
  color: #e5453d;
  font-size: 11px;
  font-weight: 800;
}

.mine-report-alert svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

.mine-report-actions {
  justify-content: space-between;
  margin-top: 1px;
}

.mine-report-actions span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  color: #232927;
  font-size: 12px;
  font-weight: 900;
}

.mine-report-actions svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.mine-report-actions .mine-report-primary {
  min-width: 148px;
  padding: 0 18px;
  border-radius: 7px;
  background: #0b8a52;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.mine-report-task--failed .mine-report-primary {
  background: #ff463d;
}

.mine-analysis-record--full {
  border-color: rgba(15, 139, 83, 0.16);
}

.mine-analysis-record--stale {
  border-style: dashed;
}

.mine-report-safe {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 16px;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(16, 17, 18, 0.07);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  color: #626c68;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.mine-report-safe svg:first-child {
  color: #0b8a52;
}

.mine-report-safe svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.mine-report-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px dashed rgba(16, 17, 18, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 430px) {
  .mine-analysis-record {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  .mine-report-task {
    grid-template-columns: minmax(0, 1fr);
  }

  .mine-report-task .mine-report-thumb {
    display: none;
  }

  .mine-analysis-record {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 9px;
  }

  .mine-report-actions .mine-report-primary {
    min-width: 120px;
    padding-inline: 12px;
  }
}
