
/* ============================================================================
   BLDV Profile 4.0 – Premium Gaming Layout
   ========================================================================== */

.bldv-profile-page {
  background: radial-gradient(circle at top left, #020617 0, #020617 40%, #000 100%);
}

/* Hero */
.bldv-profile-hero {
  border-bottom: 1px solid rgba(148, 163, 184, 0.4) !important;
  background: radial-gradient(circle at top left, rgba(248, 113, 113, 0.16), rgba(15, 23, 42, 0.96));
}

.bldv-profile-hero .rounded-circle {
  box-shadow:
    0 0 0 3px rgba(15, 23, 42, 1),
    0 0 0 1px rgba(248, 250, 252, 0.08),
    0 20px 35px rgba(15, 23, 42, 0.95);
}

.bldv-profile-hero h1,
.bldv-profile-hero .h1,
.bldv-profile-hero .h2,
.bldv-profile-hero .h3 {
  letter-spacing: 0.04em;
}

/* Body: weg vom Kachel-Look, mehr Sections */
.bldv-profile-page .container.my-4 {
  margin-top: 2.5rem !important;
}

.bldv-profile-page .card.bg-dark.border-secondary.text-light {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.bldv-profile-page .card-header.border-secondary {
  background: transparent !important;
  border: none !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.bldv-profile-page .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.15rem;
  padding-bottom: 1.4rem;
}

/* Unterteilung nur noch über feine Linien */
.bldv-profile-page .col-md-8.d-flex.flex-column.gap-3 > .card,
.bldv-profile-page .col-md-4 > .card {
  border-bottom: 1px solid rgba(75, 85, 99, 0.8) !important;
  margin-bottom: 1.4rem;
}

.bldv-profile-page .col-md-8.d-flex.flex-column.gap-3 > .card:last-child,
.bldv-profile-page .col-md-4 > .card:last-child {
  border-bottom: none !important;
  margin-bottom: 0.5rem;
}

/* Kleine Überschriften für Sektionen */
.bldv-profile-page .card-header h3.h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
}

/* Listen & Text etwas luftiger */
.bldv-profile-page .list-unstyled li {
  margin-bottom: 0.25rem;
}

/* Match-Liste kompakter & moderner */
.bldv-profile-page .list-group-item.bg-dark.border-secondary {
  background: transparent !important;
  border-color: rgba(55, 65, 81, 0.8) !important;
  border-radius: 0.75rem !important;
  margin-bottom: 0.35rem;
}
/* ============================================================================
   P003 – Clean Section Index (no tab feel)
   ========================================================================== */

.profile-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 992px) {
  .profile-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
  }
}

.profile-index {
  position: sticky;
  top: 88px;
  align-self: start;
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
}

.profile-index-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.75);
  margin-bottom: 8px;
}

.profile-index-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.profile-index-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: rgba(226, 232, 240, 0.92);
  border: 1px solid transparent;
  transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.profile-index-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.35);
  flex: 0 0 auto;
}

.profile-index-link:hover {
  background: rgba(148, 163, 184, 0.08);
  transform: translateY(-1px);
}

.profile-index-link.active {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.22);
}

.profile-index-link.active::before {
  background: rgba(248, 250, 252, 0.9);
}

@media (max-width: 991.98px) {
  .profile-index {
    top: 72px;
  }
  .profile-index-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.profile-section {
  scroll-margin-top: 110px;
}
/* --- Unified card headers (P004) ---------------------------------------- */
.bldv-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--bldv-border-color, rgba(0,0,0,.08));
}

.bldv-card-head__title {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  font-weight: 800;
  letter-spacing: .2px;
}

.bldv-card-head__icon {
  line-height: 1;
  transform: translateY(1px);
}

.bldv-card-head__text {
  white-space: nowrap;
}

.bldv-card-head__meta {
  font-weight: 600;
  opacity: .65;
  font-size: .88em;
  white-space: nowrap;
}

.bldv-card-head__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.bldv-card-head__actions a,
.bldv-card-head__actions button {
  font-size: .9rem;
}

