.journey-current-band {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(245, 207, 98, .24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 95% 0%, rgba(245, 207, 98, .10), transparent 24rem),
    linear-gradient(145deg, rgba(27, 39, 50, .94), rgba(8, 20, 35, .94));
}
.journey-current-band-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.journey-current-band-head > div { min-width: 0; }
.journey-current-band-head span { color: #f5cf62; font-size: .58rem; font-weight: 900; letter-spacing: .11em; }
.journey-current-band-head h3 { margin: 2px 0 3px; font-size: 1.02rem; }
.journey-current-band-head p { margin: 0; max-width: 900px; color: #9dafbf; font-size: .68rem; line-height: 1.35; }
.journey-current-band-head > b { color: #dcecff; font-size: .7rem; white-space: nowrap; }
.journey-current-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.journey-current-card {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(104, 190, 255, .15);
  border-radius: 10px;
  background: rgba(7, 18, 31, .78);
}
.journey-current-card.era { border-color: rgba(245, 207, 98, .22); }
.journey-current-card-head { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 7px; align-items: center; }
.journey-current-target {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(111, 200, 255, .22);
  border-radius: 9px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #13243b;
  color: #f5cf62;
}
.journey-current-target img { width: 100%; height: 100%; object-fit: cover; }
.journey-current-title { min-width: 0; }
.journey-current-title > span { display: block; color: #8099ae; font-size: .49rem; text-transform: uppercase; }
.journey-current-title h4 { margin: 1px 0; font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.journey-current-title small { display: block; color: #d7b85b; font-size: .49rem; }
.journey-current-readiness {
  grid-column: 1 / -1;
  margin-top: 5px;
  display: inline-flex;
  width: fit-content;
  padding: 3px 5px;
  border: 1px solid rgba(245, 207, 98, .2);
  border-radius: 999px;
  color: #e2c770;
  background: rgba(98, 75, 20, .12);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .035em;
}
.journey-current-card > p { margin: 6px 0; min-height: 42px; color: #8ea3b4; font-size: .56rem; line-height: 1.32; }
.journey-current-boundary { padding: 5px 6px; border-left: 2px solid rgba(111, 200, 255, .35); background: rgba(17, 47, 73, .16); color: #8eacbf; font-size: .51rem; line-height: 1.3; }
.journey-current-source { display: inline-block; margin-top: 6px; color: #80dfff; font-size: .5rem; font-weight: 800; text-decoration: none; }
.journey-current-source:hover { text-decoration: underline; }
.journey-current-tier-details { margin-top: 6px; }
.journey-current-tier-details summary { cursor: pointer; color: #e7d28e; font-size: .52rem; font-weight: 800; }
.journey-current-tier-grid { display: grid; gap: 5px; margin-top: 6px; }
.journey-current-tier { padding: 6px; border: 1px solid rgba(245, 207, 98, .13); border-radius: 7px; background: rgba(48, 39, 15, .12); }
.journey-current-tier header { display: flex; justify-content: space-between; gap: 6px; font-size: .56rem; }
.journey-current-tier > small { color: #9aa9b4; font-size: .48rem; }
.journey-current-requirements { display: flex; gap: 3px; overflow-x: auto; margin-top: 5px; padding-bottom: 2px; }
.journey-current-requirement { flex: 0 0 auto; max-width: 115px; display: inline-flex; gap: 3px; align-items: center; padding: 3px 4px; border-radius: 6px; background: rgba(7, 17, 29, .7); color: #b7cad8; font-size: .45rem; }
.journey-current-requirement img { width: 18px; height: 18px; border-radius: 4px; object-fit: cover; }
.journey-current-requirement b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ccv2-journey-current-list { display: grid; gap: 3px; margin: 5px 0; }
.ccv2-journey-current-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) auto;
  gap: 6px;
  align-items: center;
  min-height: 34px;
  padding: 3px 5px;
  border: 1px solid rgba(245, 207, 98, .12);
  border-radius: 7px;
  background: rgba(25, 32, 30, .48);
}
.ccv2-journey-current-art { width: 30px; height: 30px; border-radius: 6px; overflow: hidden; display: grid; place-items: center; background: #17273a; color: #f5cf62; }
.ccv2-journey-current-art img { width: 100%; height: 100%; object-fit: cover; }
.ccv2-journey-current-row > span:nth-child(2) { min-width: 0; }
.ccv2-journey-current-row strong { display: block; color: #eef6ff; font-size: .57rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ccv2-journey-current-row small { display: block; color: #a28d54; font-size: .47rem; }
.ccv2-journey-current-row > b { color: #dfc66f; font-size: .51rem; }

@media (max-width: 1320px) { .journey-current-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 860px) { .journey-current-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .journey-current-grid { grid-template-columns: 1fr; }
  .journey-current-band-head { display: grid; }
}
