.tech-window {
  width: 520px;
  min-height: 290px;
  padding: 22px 24px 20px;
  border-radius: 24px;
  border: 1px solid rgba(92, 202, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.95), rgba(6, 12, 21, 0.97)),
    radial-gradient(circle at top right, rgba(76, 196, 255, 0.08), transparent 36%);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #eef6ff;
}

.tech-window__eyebrow {
  color: #63d5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tech-window__title {
  margin-top: 12px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tech-window__status {
  margin-top: 12px;
  color: rgba(222, 236, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.tech-window__list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.tech-window__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tech-window__item-label {
  color: rgba(226, 236, 249, 0.78);
  font-size: 13px;
}

.tech-window__item-value {
  color: #8ce9ff;
  font-size: 14px;
  font-weight: 700;
}
