/* Produkt-Historie Detail – Dark */

main {
  max-width: none !important;
  width: 100% !important;
}

.pd-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.25rem 1.5rem 6rem;
}

.pd-hero {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.pd-back {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: none;
}

.pd-back:hover {
  color: #e2e8f0;
}

.pd-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}

.pd-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #e2e8f0;
  line-height: 1.2;
}

.pd-lead {
  margin: 0;
  font-size: 1.02rem;
  color: #94a3b8;
}

.pd-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pd-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1rem;
  position: relative;
  padding-bottom: 1.5rem;
}

.pd-item:not(:last-child) .pd-item-rail::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 2px;
  bottom: 0;
  background: rgba(148, 163, 184, 0.22);
}

.pd-item-rail {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 1.15rem;
}

.pd-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #64748b;
  border: 2px solid #0b1220;
  box-shadow: 0 0 0 2px rgba(148, 163, 184, 0.35);
  z-index: 1;
}

.pd-dot--update {
  background: #93c5fd;
  box-shadow: 0 0 0 2px rgba(147, 197, 253, 0.3);
}

.pd-dot--version {
  background: #94a3b8;
}

.pd-card {
  padding: 1.25rem 1.35rem;
  background: #121a2b;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
}

.pd-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.pd-badge {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(148, 163, 184, 0.12);
  color: #cbd5e1;
}

.pd-badge--update {
  color: #86efac;
  background: rgba(22, 163, 74, 0.12);
  border-color: rgba(22, 163, 74, 0.3);
}

.pd-badge--version {
  color: #bfdbfe;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
}

.pd-date {
  font-size: 0.82rem;
  color: #64748b;
  white-space: nowrap;
}

.pd-card-title {
  margin: 0 0 0.65rem;
  font-size: 1.08rem;
  font-weight: 650;
  color: #f8fafc;
  line-height: 1.35;
}

.pd-changelog {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #94a3b8;
}

.pd-empty {
  padding: 2.75rem 1.25rem;
  text-align: center;
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: #121a2b;
}

@media (max-width: 576px) {
  .pd-page {
    padding: 2.25rem 1rem 4rem;
  }

  .pd-item {
    grid-template-columns: 20px 1fr;
    gap: 0.75rem;
  }
}
