.hub.is-pass .stack-left,
.hub.is-pass .avatar-rail {
  display: none;
}

.hub.is-pass .hub-stage {
  grid-template-columns: minmax(0, 1fr);
  padding: 0 14px 8px 6px;
}

.tab-panel[data-panel="pass"].is-on {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#pass-root {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding: 4px 2px 18px;
}

.bp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(3, 252, 182, 0.22);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(3, 252, 182, 0.22), transparent 55%),
    rgba(12, 12, 18, 0.55);
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(18px);
}

.bp-kicker {
  letter-spacing: 0.28em;
  font-size: 10px;
  color: var(--accent);
}

.bp-hero h2 {
  margin: 6px 0 8px;
  font-family: var(--font-brand);
  font-size: 32px;
  font-weight: 400;
}

.bp-hero p {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.bp-ring {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: conic-gradient(var(--accent), #017a5a, var(--accent));
  position: relative;
}

.bp-ring::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #121218;
}

.bp-ring b,
.bp-ring em,
.bp-ring i {
  position: relative;
  z-index: 1;
}

.bp-ring b {
  font-size: 34px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.bp-ring em {
  display: block;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--accent);
  margin-top: 4px;
}

.bp-ring i {
  display: block;
  font-size: 10px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.55);
}

.bp-xp {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.bp-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bp-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #017a5a, var(--accent));
}

.bp-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.bp-tier {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(3, 252, 182, 0.14);
}

.bp-tier img,
.bp-ph {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
}

.bp-ph {
  display: block;
  background: linear-gradient(135deg, rgba(3, 252, 182, 0.22), rgba(255, 255, 255, 0.06));
}

.bp-tier em {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.bp-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 148px;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 2px 14px;
}

.bp-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 220px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(12, 14, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bp-node.is-open {
  border-color: rgba(3, 252, 182, 0.45);
}

.bp-node.is-claimed { opacity: 0.72; }
.bp-node.is-lock { filter: saturate(0.6); }

.bp-node i {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--accent);
}

.bp-node img,
.bp-node .bp-ph {
  width: 100%;
  height: 92px;
  border-radius: 14px;
  object-fit: cover;
}

.bp-node b { font-size: 13px; }
.bp-node small { color: rgba(255, 255, 255, 0.55); font-size: 11px; }

.bp-node button,
.bp-form button {
  margin-top: auto;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-weight: 700;
  cursor: pointer;
  padding: 0 12px;
}

.bp-node em {
  margin-top: auto;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.bp-x {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
}

.bp-hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.bp-studio {
  margin-top: 8px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(3, 252, 182, 0.16);
}

.bp-studio header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}

.bp-studio header span { color: rgba(255, 255, 255, 0.45); }

.bp-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.bp-form input,
.bp-form select {
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 0 10px;
}

.bp-empty {
  padding: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
