/* 开车专线：布局对齐 lite-card + lite-select-row，橙色点缀 */

.lite-team-card {
  margin-top: 12px;
  background: linear-gradient(145deg, var(--bg-card) 0%, color-mix(in srgb, var(--orange, #d97706) 5%, var(--bg-card)) 100%);
  border: 1px solid color-mix(in srgb, var(--orange, #d97706) 22%, var(--border));
  border-radius: var(--radius, 12px);
  padding: 14px 14px 16px;
  position: relative;
  overflow: hidden;
}

.lite-team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ea580c, #f59e0b, #ea580c);
  opacity: 0.8;
}

.lite-team-title {
  margin-bottom: 8px;
  font-size: 14px;
}

.lite-team-title::before {
  background: var(--orange, #ea580c);
  box-shadow: 0 0 10px rgba(234, 88, 12, 0.45);
}

.lite-team-lead {
  margin: 0 0 10px;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--text-3);
}

.lite-team-wrap {
  border-color: color-mix(in srgb, var(--orange, #d97706) 30%, var(--border));
}

.lite-team-wrap:hover {
  border-color: color-mix(in srgb, var(--orange, #ea580c) 45%, var(--border));
}

.lite-team-wrap:focus-within {
  border-color: var(--orange, #ea580c);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--orange, #ea580c) 18%, transparent);
}

.lite-team-inner {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 9px 118px 9px 12px;
}

.team-live-info {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.7;
}

.team-waiting-hint {
  font-weight: 400;
  color: var(--text-3);
  font-size: 11.5px;
}

.lite-team-kicker {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lite-team-detail {
  font-size: 11px;
  color: var(--text-3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lite-team-wrap .lite-select-inline-status {
  right: 10px;
  max-width: 42%;
}

.lite-team-launch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  background: linear-gradient(135deg, #ea580c, #f59e0b);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.24);
  flex-shrink: 0;
}

.lite-team-launch:hover:not(:disabled) {
  background: linear-gradient(135deg, #c2410c, #ea580c);
  transform: translateY(-1px);
}

.lite-team-launch:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.lite-team-launch.btn-connected {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.25);
  cursor: default;
}

/* 标准模式 · 开车专线（紧凑单行信息） */
.pool-team-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed color-mix(in srgb, var(--orange, #ea580c) 30%, var(--border));
}

.pool-team-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--orange, #ea580c);
}

.pool-team-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange, #ea580c);
  box-shadow: 0 0 10px rgba(234, 88, 12, 0.45);
}

.pool-team-card {
  background: linear-gradient(145deg, var(--bg-card2, var(--bg-card)) 0%, color-mix(in srgb, var(--orange, #d97706) 4%, var(--bg-card)) 100%);
  border: 1px solid color-mix(in srgb, var(--orange, #ea580c) 22%, var(--border));
  border-radius: 12px;
  padding: 12px 14px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pool-team-lead {
  font-size: 11.5px;
  color: var(--text-3);
  line-height: 1.45;
  margin: 0;
}

.pool-team-schedule {
  font-size: 11px;
  color: var(--text-3);
  line-height: 1.4;
}

.pool-team-launch {
  background: linear-gradient(135deg, #ea580c, #f59e0b) !important;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.24) !important;
}

.pool-team-launch:hover:not(:disabled) {
  background: linear-gradient(135deg, #c2410c, #ea580c) !important;
}
