.igbd-shell {
  max-width: 1240px;
  margin: 0 auto 40px;
  padding: 28px;
  border: 1px solid rgba(184, 142, 58, 0.45);
  border-radius: 18px;
  background: linear-gradient(180deg, #051425 0%, #06111d 62%, #07101a 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 217, 128, 0.05), 0 18px 36px rgba(0,0,0,0.28);
  color: #ebddbf;
}
.igbd-header {
  text-align: center;
  margin-bottom: 24px;
}
.igbd-kicker {
  color: #b58a38;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  margin-bottom: 8px;
}
.igbd-shell h2 {
  margin: 0 0 10px;
  color: #f3e4bf;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.igbd-header p {
  margin: 0 auto;
  max-width: 760px;
  color: #cab893;
}
.igbd-dossier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}
.igbd-dossier-card,
.igbd-stat-card {
  background: linear-gradient(180deg, rgba(15,29,46,.92) 0%, rgba(12,20,31,.98) 100%);
  border: 1px solid rgba(184, 142, 58, 0.38);
  border-radius: 16px;
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.igbd-dossier-top {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: start;
}
.igbd-portrait {
  width: 104px;
  height: 132px;
  border-radius: 14px;
  border: 1px solid rgba(184, 142, 58, 0.42);
  background: linear-gradient(180deg, #1c2a39 0%, #121d29 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.igbd-portrait img { width: 100%; height: 100%; object-fit: cover; }
.igbd-placeholder-glyph {
  color: #b58a38;
  font-size: 44px;
  line-height: 1;
}
.igbd-name {
  font-size: 30px;
  line-height: 1.05;
  color: #f1e2bf;
  margin-bottom: 6px;
  font-weight: 700;
}
.igbd-rankline {
  color: #cfbb95;
  margin-bottom: 12px;
}
.igbd-status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: linear-gradient(180deg, #102741 0%, #0d2238 100%);
  border: 1px solid rgba(184, 142, 58, 0.45);
  padding: 8px 14px;
  border-radius: 999px;
  color: #f4e7c7;
  font-weight: 600;
}
.igbd-status span {
  color: #b58a38;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}
.igbd-divider {
  height: 1px;
  margin: 18px 0;
  background: linear-gradient(90deg, rgba(184,142,58,0.5), rgba(184,142,58,0.1));
}
.igbd-block-label {
  color: #b58a38;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  margin-bottom: 8px;
}
.igbd-summary,
.igbd-specialty {
  margin: 0 0 14px;
  color: #e0d2b3;
  line-height: 1.55;
}
.igbd-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.igbd-stat-card {
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.igbd-stat-value {
  font-size: clamp(34px, 5vw, 54px);
  color: #f1e2bf;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.igbd-stat-label {
  color: #b58a38;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  margin-bottom: 12px;
}
.igbd-stat-note {
  margin: 0;
  color: #d3c19c;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .igbd-shell { padding: 20px; }
  .igbd-dossier-top { grid-template-columns: 1fr; }
  .igbd-portrait { width: 100%; max-width: 180px; height: 180px; }
}
