/* pc-common-supplement.css — 由 extract_supplement.py 自动生成 */
/* 补齐门户 pc.css 缺失、但原静态站 common.css/style.css 定义的类（FIX-007）。不改动 pc.css、不触碰后端/库表。 */

.article-list-content {
  flex: 1;
  
  min-width: 0;
}

.article-list-icon {
  font-size: 24px;
  
  flex-shrink: 0;
  
  margin-top: 2px;
}

.article-list-item {
  display: flex;
  
  align-items: flex-start;
  
  gap: 16px;
  
  padding: 18px 20px;
  
  background: var(--bg-card);
  
  border: 1px solid var(--border-color);
  
  border-radius: var(--radius-md);
  
  margin-bottom: 10px;
  
  cursor: pointer;
  
  transition: all 0.2s;
}

.article-list-item:hover {
  border-color: var(--accent-primary);
  
  transform: translateX(2px);
}

.article-list-meta {
  display: flex;
  
  align-items: center;
  
  gap: 16px;
  
  margin-top: 8px;
  
  font-size: 12px;
  
  color: var(--text-muted);
}

.article-list-summary {
  font-size: 13px;
  
  color: var(--text-muted);
  
  line-height: 1.6;
  
  overflow: hidden;
  
  text-overflow: ellipsis;
  
  white-space: nowrap;
}

.article-list-title {
  font-size: 15px;
  
  font-weight: 700;
  
  margin-bottom: 6px;
  
  display: flex;
  
  align-items: center;
  
  flex-wrap: wrap;
  
  gap: 8px;
}

.ava-chip {
  width: 40px;
  
  height: 40px;
  
  border-radius: 50%;
}

.await-confirm {
  display: inline-flex;
  
  flex-direction: column;
  
  gap: 8px;
  
  padding: 10px 14px;
  
  border-radius: 12px;
  
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(251, 191, 36, 0.06));
  
  border: 1px solid rgba(245, 158, 11, 0.35);
  
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.10);
  
  max-width: 100%;
}

.await-confirm-bar {
  display: flex;
  
  align-items: center;
  
  gap: 6px;
  
  font-size: 11px;
  
  color: var(--text-muted);
}

.await-confirm-head {
  display: flex;
  
  align-items: center;
  
  gap: 8px;
}

.await-confirm-tip {
  font-size: 11px;
  
  color: var(--text-muted);
  
  line-height: 1.45;
}

.await-confirm-title {
  font-size: 14px;
  
  font-weight: 700;
  
  color: #f59e0b;
  
  letter-spacing: 0.3px;
}

.await-line {
  width: 12px;
  
  height: 1px;
  
  background: rgba(255, 255, 255, 0.18);
  
  flex: 0 0 auto;
}

.await-pulse {
  width: 9px;
  
  height: 9px;
  
  border-radius: 50%;
  
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55);
  
  animation: awaitPulse 1.6s ease-out infinite;
  
  flex: 0 0 auto;
}

.await-step {
  display: inline-flex;
  
  align-items: center;
  
  gap: 4px;
  
  padding: 2px 8px;
  
  border-radius: 999px;
  
  background: rgba(255, 255, 255, 0.06);
  
  white-space: nowrap;
}

.await-step .dot {
  width: 6px;
  
  height: 6px;
  
  border-radius: 50%;
  
  background: rgba(255, 255, 255, 0.3);
}

.await-step.done {
  color: var(--accent-green);
  
  background: rgba(34, 197, 94, 0.14);
}

.await-step.done .dot {
  background: var(--accent-green);
}

.await-step.active {
  color: #f59e0b;
  
  background: rgba(245, 158, 11, 0.18);
  
  font-weight: 700;
}

.await-step.active .dot {
  background: #f59e0b;
}

.breadcrumb {
  display: flex;
  
  align-items: center;
  
  gap: 8px;
  
  margin-bottom: 16px;
  
  font-size: 13px;
  
  color: var(--text-muted);
}

.breadcrumb a:hover {
  color: var(--accent-secondary);
}

.breadcrumb-sep {
  color: var(--text-muted);
}

.btn-block {
  width: 100%;
}

.btn-danger {
  background:linear-gradient(135deg,#ef4444,#dc2626);
   color:#fff;
   border:none;
   border-radius:8px;
   cursor:pointer;
   font-weight:600;
}

.btn-danger:hover {
  opacity:.9;
}

.btn-danger:disabled {
  opacity:.5;
   cursor:not-allowed;
}

.btn-pink {
  background: var(--gradient-pink);
  
  color: white;
  
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}

.btn-pink:hover {
  transform: translateY(-1px);
  
  color: white;
}

.btn-warning {
  background: #f59e0b;
  
  color: #1f1300;
  
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-warning:hover {
  transform: translateY(-1px);
  
  background: #fbbf24;
  
  color: #1f1300;
}

.chat-input:focus {
  border-color: var(--accent-primary);
}

.td-note.danger {
  color: var(--accent-red);
   background: rgba(239, 68, 68, 0.12);
   border: 1px solid rgba(239, 68, 68, 0.3);
}

.deposit-preview {
  background: var(--bg-dark, #1a1d29);
   border: 1px solid var(--border-color, rgba(255,255,255,.08));
   border-radius: 10px;
   padding: 14px 16px;
   margin-top: 12px;
}

.dispute-pending-tag {
  display: inline-flex;
  
  align-items: center;
  
  gap: 5px;
  
  padding: 5px 12px;
  
  border-radius: 20px;
  
  font-size: 12px;
  
  font-weight: 600;
  
  color: #b45309;
  
  background: rgba(245, 158, 11, 0.12);
  
  border: 1px solid rgba(245, 158, 11, 0.4);
}

.dispute-pending-tag::before {
  content: "";
  
  width: 7px;
  
  height: 7px;
  
  border-radius: 50%;
  
  background: #f59e0b;
  
  animation: disputePulse 1.3s infinite;
}

.dp-exempt {
  background: rgba(34,197,94,.12);
   border: 1px solid rgba(34,197,94,.35);
   color: #4ade80;
   border-radius: 8px;
   padding: 10px 12px;
   font-size: 13px;
   margin-top: 4px;
}

.dp-row {
  display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 14px;
   padding: 5px 0;
}

.dp-row + .dp-row {
  border-top: 1px dashed var(--border-color, rgba(255,255,255,.08));
}

.dp-warn {
  background: rgba(239,68,68,.12);
   border: 1px solid rgba(239,68,68,.35);
   color: #f87171;
   border-radius: 8px;
   padding: 10px 12px;
   font-size: 13px;
   margin-top: 8px;
}

.empty-icon-svg {
  width: 56px;
  
  height: 56px;
  
  opacity: .45;
}

.expire-bar {
  margin-top: 10px;
   font-size: 12px;
   line-height: 1.6;
   color: var(--accent-gold);
   background: rgba(245, 158, 11, 0.1);
   border: 1px solid rgba(245, 158, 11, 0.3);
   border-radius: 8px;
   padding: 6px 10px;
}

.expire-bar b {
  color: var(--accent-gold);
   font-weight: 700;
   font-variant-numeric: tabular-nums;
}

.ic-inline {
  display: inline-flex;
  
  vertical-align: -5px;
  
  margin-right: 7px;
}

.icon-chip svg {
  width: 55%;
  
  height: 55%;
}

.stat-icon .icon-chip {
  width: 42px;
  
  height: 42px;
  
  border-radius: 12px;
}

.note-ic .icon-chip {
  width: 18px;
  
  height: 18px;
  
  border-radius: 5px;
  
  background: #64748B;
  
  box-shadow: none;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.note-ic {
  display: inline-flex;
  
  vertical-align: -3px;
  
  margin-right: 5px;
}

.status-tag.on {
  background: rgba(34,197,94,.15);
  
  color: #22c55e;
}

.order-type-tabs {
  margin-bottom: 14px;
}

.stat-trend {
  font-size: 12px;
  
  margin-top: 4px;
}

.stat-trend.up {
  color: var(--accent-green);
}

.stat-trend.down {
  color: var(--accent-red);
}

.td-note {
  margin-top: 10px;
   font-size: 13px;
   line-height: 1.6;
   border-radius: 8px;
   padding: 8px 12px;
}

.td-note.warn {
  color: var(--accent-gold);
   background: rgba(245, 158, 11, 0.12);
   border: 1px solid rgba(245, 158, 11, 0.3);
}

.text-center {
  text-align: center;
}

.text-green {
  color: var(--accent-green);
}

.text-red {
  color: var(--accent-red);
}

/* === 陪玩下单面板 / 可选服务选择（门户 pc.css 缺失，对齐原站 style.css 的 time-slot、service-card 选中态） === */
.time-slot-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.time-slot {
  flex: 1;
  min-width: 48px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: var(--bg-dark);
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  transition: border-color .15s, background .15s, color .15s;
}
.time-slot:hover {
  border-color: var(--color-primary, #4f46e5);
}
.time-slot.active {
  background: var(--color-primary, #4f46e5);
  border-color: var(--color-primary, #4f46e5);
  color: #fff;
}
.time-slot.disabled {
  opacity: .4;
  cursor: not-allowed;
}
.service-card {
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.service-card.selected {
  border-color: var(--color-primary, #4f46e5);
  box-shadow: 0 0 0 2px rgba(79, 70, 229, .25);
}
