/* =========================================================
   WLUSV CLEAR VESSEL PATHWAY v3.2
   ========================================================= */

.clear-pathway-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.clear-pathway-panel {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  padding: 27px 28px 25px;
  border: 1px solid rgba(168, 206, 232, 0.25);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(10, 42, 62, 0.79), rgba(3, 17, 28, 0.77)),
    rgba(3, 17, 28, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 34px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.clear-pathway-intro {
  margin-bottom: 19px;
  text-align: center;
}

.clear-pathway-intro small,
.clear-pathway-intro strong {
  display: block;
}

.clear-pathway-intro small {
  color: #8dd6ad;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.clear-pathway-intro strong {
  margin-top: 5px;
  color: #edf7fc;
  font-size: 17px;
  line-height: 1.25;
}

.clear-pathway-intro span {
  display: block;
  margin-top: 3px;
  color: #9bb0bf;
  font-size: 10px;
}

.clear-pathway-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.clear-pathway-input {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 13px 15px;
  border: 1px solid rgba(168, 206, 232, 0.2);
  border-radius: 13px;
  background: rgba(168, 206, 232, 0.05);
}

.clear-pathway-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 206, 232, 0.28);
  border-radius: 11px;
  background: rgba(168, 206, 232, 0.055);
}

.clear-pathway-icon img {
  width: 25px;
  height: 25px;
  display: block;
}

.clear-pathway-input small,
.clear-pathway-input strong {
  display: block;
}

.clear-pathway-input small {
  color: #91aaba;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.clear-pathway-input strong {
  margin-top: 3px;
  color: #edf7fc;
  font-size: 12px;
  line-height: 1.25;
}

/* Two input branches join, then the arrow reaches the core card. */
.clear-pathway-merge {
  position: relative;
  height: 58px;
}

.clear-pathway-merge .merge-left,
.clear-pathway-merge .merge-right,
.clear-pathway-merge .merge-bridge,
.clear-pathway-merge .merge-stem {
  position: absolute;
  display: block;
  background: rgba(168, 206, 232, 0.42);
}

.clear-pathway-merge .merge-left {
  top: 0;
  left: 25%;
  width: 1px;
  height: 21px;
}

.clear-pathway-merge .merge-right {
  top: 0;
  left: 75%;
  width: 1px;
  height: 21px;
}

.clear-pathway-merge .merge-bridge {
  top: 20px;
  left: 25%;
  width: 50%;
  height: 1px;
}

.clear-pathway-merge .merge-stem {
  top: 20px;
  left: 50%;
  width: 1px;
  height: 30px;
}

.clear-pathway-merge .merge-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #d8efff;
  border-bottom: 1px solid #d8efff;
  transform: translateX(-50%) rotate(45deg);
}

.clear-pathway-action {
  position: absolute;
  left: 50%;
  top: 27px;
  z-index: 2;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: 999px;
  color: #a8cee8;
  background: #071b2b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.clear-pathway-core {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(168, 206, 232, 0.43);
  border-radius: 15px;
  background:
    linear-gradient(90deg, rgba(119, 167, 204, 0.14), rgba(119, 167, 204, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.2);
}

.clear-pathway-core .clear-pathway-icon {
  width: 52px;
  height: 52px;
  border-color: rgba(168, 206, 232, 0.36);
  background: rgba(3, 17, 28, 0.38);
}

.clear-pathway-core .clear-pathway-icon img {
  width: 29px;
  height: 29px;
}

.clear-pathway-core small,
.clear-pathway-core strong,
.clear-pathway-core span {
  display: block;
}

.clear-pathway-core small {
  color: #8dd6ad;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.clear-pathway-core strong {
  margin-top: 3px;
  color: #edf7fc;
  font-size: 18px;
  letter-spacing: -0.018em;
}

.clear-pathway-core span {
  margin-top: 3px;
  color: #9bb0bf;
  font-size: 10px;
}

/* The central stem and three straight branches end at each output card. */
.clear-pathway-split {
  position: relative;
  height: 65px;
}

.clear-pathway-split .split-stem,
.clear-pathway-split .split-bridge,
.clear-pathway-split .split-left,
.clear-pathway-split .split-middle,
.clear-pathway-split .split-right {
  position: absolute;
  display: block;
  background: rgba(168, 206, 232, 0.42);
}

.clear-pathway-split .split-stem {
  top: 0;
  left: 50%;
  width: 1px;
  height: 25px;
}

.clear-pathway-split .split-bridge {
  top: 24px;
  left: 16.666%;
  width: 66.668%;
  height: 1px;
}

.clear-pathway-split .split-left,
.clear-pathway-split .split-middle,
.clear-pathway-split .split-right {
  top: 24px;
  width: 1px;
  height: 33px;
}

.clear-pathway-split .split-left {
  left: 16.666%;
}

.clear-pathway-split .split-middle {
  left: 50%;
}

.clear-pathway-split .split-right {
  left: 83.334%;
}

.clear-pathway-split .split-left::after,
.clear-pathway-split .split-middle::after,
.clear-pathway-split .split-right::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #d8efff;
  border-bottom: 1px solid #d8efff;
  transform: translateX(-50%) rotate(45deg);
}

.clear-pathway-mode-label {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 2;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: 999px;
  color: #a8cee8;
  background: #071b2b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.clear-pathway-outputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.clear-pathway-output {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 100px;
  padding: 14px 9px 12px;
  border: 1px solid rgba(168, 206, 232, 0.19);
  border-radius: 13px;
  background: rgba(168, 206, 232, 0.045);
  text-align: center;
}

.clear-pathway-output .clear-pathway-icon {
  width: 39px;
  height: 39px;
}

.clear-pathway-output .clear-pathway-icon img {
  width: 23px;
  height: 23px;
}

.clear-pathway-output strong,
.clear-pathway-output small {
  display: block;
}

.clear-pathway-output strong {
  color: #edf7fc;
  font-size: 11px;
  line-height: 1.25;
}

.clear-pathway-output small {
  color: #91aaba;
  font-size: 8px;
  line-height: 1.35;
}

.clear-pathway-summary {
  margin: 17px 0 0;
  color: #b5cad7;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.clear-pathway-summary strong {
  color: #edf7fc;
}

@media (max-width: 1050px) {
  .clear-pathway-panel {
    max-width: 760px;
    margin: 10px auto 0;
  }
}

@media (max-width: 620px) {
  .clear-pathway-panel {
    padding: 21px;
  }

  .clear-pathway-inputs,
  .clear-pathway-outputs {
    grid-template-columns: 1fr;
  }

  .clear-pathway-merge {
    height: 42px;
  }

  .clear-pathway-merge .merge-left,
  .clear-pathway-merge .merge-right,
  .clear-pathway-merge .merge-bridge,
  .clear-pathway-split .split-bridge,
  .clear-pathway-split .split-left,
  .clear-pathway-split .split-right {
    display: none;
  }

  .clear-pathway-merge .merge-stem {
    top: 0;
    height: 34px;
  }

  .clear-pathway-action {
    top: 10px;
  }

  .clear-pathway-split {
    height: 42px;
  }

  .clear-pathway-split .split-stem {
    height: 34px;
  }

  .clear-pathway-split .split-middle {
    display: block;
    left: 50%;
    top: 0;
    height: 34px;
  }

  .clear-pathway-mode-label {
    top: 10px;
  }
}
