.public-shell .boss-hero.public-panel,
.boss-hero {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #f8fbff;
  border-color: rgba(91, 160, 190, .42);
  background:
    linear-gradient(135deg, rgba(31, 78, 100, .96), rgba(61, 94, 134, .92)),
    radial-gradient(circle at 80% 0%, rgba(195, 181, 255, .32), transparent 18rem);
  box-shadow: 0 20px 52px rgba(21, 58, 78, .18);
}

.boss-hero h2 {
  margin: .8rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.6rem);
  font-weight: 950;
  line-height: 1.05;
}

.boss-hero p {
  margin: .75rem 0 0;
  max-width: 42rem;
  color: #e8f6ff;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.75;
}

.boss-hero .public-kicker {
  border-color: rgba(182, 230, 255, .42);
  background: rgba(240, 249, 255, .14);
  color: #d9f1ff;
}

.boss-hero-crystal {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .12);
  padding: 1rem;
  box-shadow: inset 0 1px rgba(255, 255, 255, .2);
}

.boss-hero-crystal span,
.boss-stat-card div,
.boss-info-card div,
.boss-note-card div {
  display: block;
  color: #64748b;
  font-size: .75rem;
  font-weight: 950;
}

.boss-hero-crystal span {
  color: #d8edff;
}

.boss-hero-crystal strong {
  display: block;
  margin-top: .45rem;
  color: #fff39b;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.2;
}

.public-shell .boss-profile.public-panel,
.public-shell .boss-stat-card.public-panel,
.public-shell .boss-info-card.public-panel,
.public-shell .boss-note-card.public-panel {
  background: rgba(255, 255, 255, .97);
  color: #101b2d;
}

.boss-stat-card,
.boss-info-card,
.boss-note-card {
  border: 1px solid rgba(190, 214, 232, .85);
  background: rgba(255, 255, 255, .96);
  padding: 1rem;
  box-shadow: 0 14px 34px rgba(24, 55, 79, .08);
}

.boss-stat-card strong,
.boss-info-card strong {
  display: block;
  margin-top: .5rem;
  color: #101b2d;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.1;
}

.boss-toggle {
  display: flex;
  min-height: 3rem;
  align-items: center;
  gap: .55rem;
  border: 1px solid #d8e7f3;
  background: #fff;
  padding: .65rem .85rem;
  color: #334155;
  font-size: .88rem;
  font-weight: 900;
}

.boss-system-note {
  border: 1px solid #bfe3ff;
  background: linear-gradient(135deg, #f0f9ff, #f8f5ff);
  padding: .85rem 1rem;
  color: #075985;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.6;
}

.boss-table thead {
  background: linear-gradient(180deg, #e8f7ff, #f4f1ff);
  color: #244255;
}

.boss-table th {
  font-size: .78rem;
  font-weight: 950;
  white-space: nowrap;
}

.boss-row-link {
  display: flex;
  min-width: 14rem;
  align-items: center;
  gap: .8rem;
  color: #101b2d;
}

.boss-row-link:hover {
  color: #0b70a8;
}

.boss-thumb {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid #bfe3ff;
  background: linear-gradient(180deg, #fff, #edf8ff);
  box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 8px 18px rgba(37, 99, 135, .12);
}

.boss-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.boss-badge,
.boss-limit-chip {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  border: 1px solid #bfe3ff;
  background: #eef8ff;
  padding: .25rem .7rem;
  color: #1769aa;
  font-size: .75rem;
  font-weight: 950;
}

.boss-limit-chip {
  margin-top: 1rem;
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}

.boss-detail-grid {
  display: grid;
  gap: 1.25rem;
}

.boss-profile {
  overflow: hidden;
}

.boss-profile-stage {
  display: grid;
  min-height: 18rem;
  place-items: center;
  border-bottom: 1px solid rgba(190, 214, 232, .85);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .96) 0 34%, transparent 35%),
    linear-gradient(180deg, #e8f7ff 0%, #f6f0ff 100%);
}

.boss-profile-stage img {
  width: min(75%, 19rem);
  max-height: 19rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(20, 45, 64, .2));
}

.boss-profile-body {
  padding: 1.25rem;
}

.boss-profile-body h2 {
  margin: .8rem 0 0;
  color: #101b2d;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 950;
  line-height: 1.15;
}

.boss-profile-body p {
  margin: .65rem 0 0;
  color: #64748b;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.65;
}

.boss-share-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid #bfe3ff;
  background: linear-gradient(135deg, #eef8ff, #f8f5ff);
  padding: 1rem;
}

.boss-share-grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.boss-share-grid > div {
  border: 1px solid #d8e7f3;
  background: #fff;
  padding: .9rem;
}

.boss-share-grid > div.is-selected {
  border-color: #78c5ed;
  background: #eff9ff;
}

.boss-share-grid span,
.boss-share-grid em {
  display: block;
  color: #64748b;
  font-size: .75rem;
  font-style: normal;
  font-weight: 900;
}

.boss-share-grid strong {
  display: block;
  margin: .45rem 0 .25rem;
  color: #101b2d;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.2;
}

.boss-drop-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.boss-drop-list span {
  display: inline-flex;
  min-height: 2.05rem;
  align-items: center;
  border: 1px solid #bfe3ff;
  background: #eff8ff;
  padding: .35rem .7rem;
  color: #075985;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.35;
}

.boss-note-card p,
.boss-note-card ul {
  margin: .65rem 0 0;
  color: #334155;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.75;
  white-space: pre-line;
}

.boss-note-card ul {
  display: grid;
  gap: .35rem;
  padding-left: 1.1rem;
}

@media (min-width: 768px) {
  .boss-hero {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
    align-items: end;
  }

  .boss-share-panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .boss-share-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .boss-detail-grid {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .boss-share-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .boss-row-link {
    min-width: 12rem;
  }

  .boss-thumb {
    width: 2.9rem;
    height: 2.9rem;
  }
}
