.gaoshou-detail-app {
  background: #f0f0f0;
  min-height: 100vh;
}

.gaoshou-detail-wrap {
  max-width: 8rem;
  margin: 0 auto;
  padding: 0.12rem 0 0.24rem;
  box-sizing: border-box;
}

.gaoshou-detail-header-box {
  margin-bottom: 0.1rem;
  background: #fff;
}

.gaoshou-detail-header-box .gaoshou-detail-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1rem 0.14rem 0.12rem;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
}

button.gaoshou-detail-back {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}

.gaoshou-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  cursor: pointer;
  padding: 0.06rem 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #f9b520;
  font-size: clamp(15px, 0.28rem, 22px);
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  transition: opacity 0.15s ease;
}

.gaoshou-detail-back:hover {
  opacity: 0.82;
}

.gaoshou-detail-back:active {
  opacity: 0.65;
}

.gaoshou-detail-back-arrow {
  width: 0.44rem;
  height: 0.44rem;
  flex: 0 0 auto;
  display: block;
  color: #f9b520;
}

.gaoshou-detail-back-text {
  color: #333;
  letter-spacing: 0.02rem;
}

.gaoshou-detail-header-box .title.gaoshou-detail-title {
  height: auto;
  min-height: clamp(40px, 0.46rem, 54px);
  line-height: 1.4;
  padding: 0.09rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.gaoshou-detail-title-line {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(16px, 0.30rem, 25px);
  font-weight: 700;
  text-align: center;
  text-shadow: -0.02rem 0 #fff, 0 0.02rem #fff, 0.02rem 0 #fff, 0 -0.02rem #fff;
}

.gaoshou-detail-title-line .gs-author {
  color: #ff0000;
}

.gaoshou-detail-title-line .gs-predict {
  color: #ff0000;
}

.gaoshou-detail-table-box {
  background: #fff;
}

.gaoshou-detail-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gaoshou-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(15px, 0.28rem, 23px);
  font-weight: 700;
  color: #000;
  background: #fff;
}

.gaoshou-detail-table th,
.gaoshou-detail-table td {
  border: 1px solid #e5e5e5;
  padding: clamp(6px, 0.1rem, 12px) clamp(5px, 0.08rem, 10px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.45;
}

.gaoshou-detail-table thead th {
  background: linear-gradient(180deg, #ffeb66 0%, #ffd54f 100%);
  color: #000;
  font-size: clamp(16px, 0.30rem, 25px);
}

.gaoshou-detail-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.gaoshou-detail-table .col-period {
  color: #0000ff;
  white-space: nowrap;
  width: 1%;
}

.gaoshou-detail-table tbody td:last-child,
.gaoshou-detail-table thead th:last-child {
  width: 1%;
  white-space: nowrap;
}

.gaoshou-detail-table .col-data {
  color: #ff0000;
  white-space: normal;
}

.gaoshou-detail-table .col-data.col-data-ma-lines {
  font-size: clamp(13px, 0.26rem, 21px);
  letter-spacing: -0.02em;
  padding: clamp(5px, 0.09rem, 11px) clamp(3px, 0.05rem, 7px);
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-line {
  display: block;
  white-space: nowrap;
  line-height: 1.55;
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-line + .gs-ma-line {
  margin-top: 0.04rem;
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-hit {
  padding: 0 0.03rem;
}

.gaoshou-detail-table .col-data .gs-ma-hit {
  color: #ff6600;
  background: linear-gradient(180deg, #fff9a8 0%, #ffe566 100%);
  padding: 0 0.05rem;
  border-radius: 0.04rem;
  box-shadow: 0 0 0 1px rgba(255, 153, 0, 0.45);
}

.gaoshou-detail-table .col-result-win {
  color: #ff6600;
}

.gaoshou-detail-table .col-result-loss {
  color: #ff0000;
}

.gaoshou-detail-table .gaoshou-detail-loading {
  text-align: center;
  padding: 0.4rem 0.2rem;
  color: #888;
  font-size: clamp(14px, 0.28rem, 20px);
}

.gaoshou-detail-table .col-result-pending {
  color: #666;
}
