.bldv-dashboard-shell {
  padding: 1.35rem 0 2.5rem;
}

.bldv-dashboard-shell .container-xxl {
  padding-top: 0;
}

.bldv-dash-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: stretch;
  min-height: 230px;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(248,113,113,.20), transparent 34%),
    linear-gradient(180deg, rgba(15,23,42,.98), rgba(2,6,23,.96));
  box-shadow: 0 18px 50px rgba(0,0,0,.46);
}

.bldv-dash-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, #ef4444, #f97316, #22c55e, #38bdf8);
  opacity: .85;
}

.bldv-dash-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bldv-dash-kicker {
  width: fit-content;
  margin-bottom: .7rem;
  padding: .28rem .65rem;
  border: 1px solid rgba(249,115,22,.42);
  border-radius: 999px;
  background: rgba(249,115,22,.12);
  color: #fed7aa !important;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bldv-dash-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: .98;
  letter-spacing: 0;
}

.bldv-dash-hero p {
  max-width: 620px;
  margin: .9rem 0 0;
  color: rgba(226,232,240,.82) !important;
  font-size: 1.03rem;
  line-height: 1.6;
}

.bldv-dash-player {
  position: relative;
  z-index: 1;
  align-self: end;
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 260px;
  padding: .85rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background: rgba(2,6,23,.58);
}

.bldv-dash-avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, rgba(239,68,68,.35), rgba(56,189,248,.20));
}

.bldv-dash-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bldv-dash-avatar span {
  color: #fff !important;
  font-size: 1.75rem;
  font-weight: 900;
}

.bldv-dash-player__name {
  color: #fff !important;
  font-weight: 800;
  line-height: 1.15;
}

.bldv-dash-player__meta {
  margin-top: .22rem;
  color: rgba(203,213,225,.75) !important;
  font-size: .88rem;
}

.bldv-dash-statgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin-top: .85rem;
}

.bldv-dash-stat,
.bldv-dash-quick,
.bldv-dash-panel,
.bldv-news-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background: rgba(15,23,42,.72);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}

.bldv-dash-stat {
  padding: .95rem 1rem;
}

.bldv-dash-stat__label {
  display: block;
  margin-bottom: .25rem;
  color: rgba(148,163,184,.95) !important;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bldv-dash-stat strong {
  color: #fff !important;
  font-size: 1.55rem;
  line-height: 1;
}

.bldv-dash-quickbar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: .7rem;
  margin: .85rem 0 1rem;
}

.bldv-dash-quick {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: space-between;
  padding: .8rem;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.bldv-dash-quick:hover {
  transform: translateY(-2px);
  border-color: rgba(249,115,22,.45);
  background: rgba(30,41,59,.78);
}

.bldv-dash-quick span {
  color: #fff !important;
  font-weight: 800;
}

.bldv-dash-quick small {
  color: rgba(203,213,225,.68) !important;
  font-size: .78rem;
}

.bldv-dash-paths {
  margin: .85rem 0 1rem;
  padding: .95rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background: rgba(15,23,42,.72);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}

.bldv-dash-paths__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .78rem;
}

.bldv-dash-paths__head span {
  color: rgba(148,163,184,.95) !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bldv-dash-paths__head h2 {
  margin: .12rem 0 0;
  color: #fff !important;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.bldv-dash-paths__head a {
  color: #93c5fd !important;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.bldv-dash-pathgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .6rem;
}

.bldv-dash-path {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-areas:
    "mark body"
    "mark hint";
  gap: .1rem .65rem;
  min-height: 86px;
  padding: .72rem;
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 6px;
  background: rgba(2,6,23,.36);
  color: #e5e7eb !important;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.bldv-dash-path:hover {
  transform: translateY(-1px);
  border-color: rgba(248,113,113,.42);
  background: rgba(30,41,59,.72);
}

.bldv-dash-path__mark {
  grid-area: mark;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 6px;
  background: rgba(15,23,42,.72);
  color: #fff !important;
  font-weight: 950;
}

.bldv-dash-path--club .bldv-dash-path__mark {
  border-color: rgba(248,113,113,.36);
  background: rgba(127,29,29,.34);
}

.bldv-dash-path--play .bldv-dash-path__mark {
  border-color: rgba(34,197,94,.34);
  background: rgba(22,101,52,.24);
}

.bldv-dash-path--notify .bldv-dash-path__mark {
  border-color: rgba(56,189,248,.36);
  background: rgba(14,116,144,.24);
}

.bldv-dash-path--account .bldv-dash-path__mark {
  border-color: rgba(251,191,36,.34);
  background: rgba(113,63,18,.24);
}

.bldv-dash-path__body {
  grid-area: body;
  min-width: 0;
}

.bldv-dash-path__body strong,
.bldv-dash-path__body small,
.bldv-dash-path em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bldv-dash-path__body strong {
  color: #fff !important;
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.2;
}

.bldv-dash-path__body small,
.bldv-dash-path em {
  color: rgba(203,213,225,.68) !important;
  font-size: .78rem;
}

.bldv-dash-path em {
  grid-area: hint;
  align-self: end;
  font-style: normal;
  font-weight: 800;
}

.bldv-dash-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .65rem;
}

.bldv-dash-secondary-actions a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 34px;
  padding: .35rem .6rem;
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 6px;
  background: rgba(2,6,23,.3);
  color: #e5e7eb !important;
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
}

.bldv-dash-secondary-actions a:hover {
  border-color: rgba(56,189,248,.34);
  background: rgba(30,41,59,.72);
}

.bldv-dash-secondary-actions small {
  color: #94a3b8 !important;
  font-size: .72rem;
  font-weight: 750;
}

.bldv-dash-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.bldv-dash-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.bldv-dash-panel {
  padding: 1rem;
}

.bldv-dash-panel--primary {
  background:
    linear-gradient(120deg, rgba(56,189,248,.10), transparent 36%),
    rgba(15,23,42,.76);
}

.bldv-dash-panel--attention {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  background:
    linear-gradient(120deg, rgba(245,158,11,.18), transparent 44%),
    rgba(15,23,42,.82);
}

.bldv-dash-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.bldv-dash-panel h2 {
  margin: 0;
  color: #fff !important;
  font-size: 1.02rem;
  letter-spacing: 0;
}

.bldv-dash-panel p {
  margin: .2rem 0 0;
  color: rgba(203,213,225,.70) !important;
  font-size: .88rem;
}

.bldv-dash-panel__head > a,
.bldv-dash-adminstrip a {
  flex: 0 0 auto;
  color: #93c5fd !important;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.bldv-dash-panel__head > a:hover,
.bldv-dash-adminstrip a:hover {
  color: #bfdbfe !important;
  text-decoration: underline;
}

.bldv-match-list,
.bldv-competition-list {
  display: grid;
  gap: .62rem;
}

.bldv-match-row,
.bldv-competition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(2,6,23,.36);
  color: inherit !important;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease;
}

.bldv-match-row:hover,
.bldv-competition:hover {
  border-color: rgba(56,189,248,.38);
  background: rgba(15,23,42,.78);
}

.bldv-match-row strong,
.bldv-competition strong {
  display: block;
  color: #fff !important;
  font-size: .98rem;
  line-height: 1.2;
}

.bldv-match-row small,
.bldv-competition small,
.bldv-competition em {
  color: rgba(203,213,225,.70) !important;
  font-size: .8rem;
  font-style: normal;
}

.bldv-match-row__main,
.bldv-match-row__meta,
.bldv-competition > span {
  min-width: 0;
}

.bldv-match-row__main strong,
.bldv-match-row__main small,
.bldv-competition strong,
.bldv-competition small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bldv-match-row__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .35rem;
  flex: 0 0 auto;
}

.bldv-status {
  display: inline-flex;
  align-items: center;
  padding: .18rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(148,163,184,.12);
  color: rgba(226,232,240,.9) !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bldv-status--running {
  border-color: rgba(34,197,94,.45);
  background: rgba(34,197,94,.12);
  color: #bbf7d0 !important;
}

.bldv-status--open,
.bldv-status--upcoming {
  border-color: rgba(56,189,248,.45);
  background: rgba(56,189,248,.12);
  color: #bae6fd !important;
}

.bldv-dash-today {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.bldv-dash-today div {
  min-height: 88px;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(2,6,23,.36);
}

.bldv-dash-today span {
  display: block;
  color: #fff !important;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.bldv-dash-today small {
  display: block;
  margin-top: .45rem;
  color: rgba(203,213,225,.70) !important;
  line-height: 1.25;
}

.bldv-dash-adminstrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .8rem;
  padding: .72rem .75rem;
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 8px;
  background: rgba(245,158,11,.10);
}

.bldv-dash-adminstrip span {
  color: #fde68a !important;
  font-size: .86rem;
  font-weight: 750;
}

.bldv-dash-empty {
  display: grid;
  gap: .25rem;
  min-height: 112px;
  align-content: center;
  padding: 1rem;
  border: 1px dashed rgba(148,163,184,.25);
  border-radius: 8px;
  background: rgba(2,6,23,.28);
}

.bldv-dash-empty strong {
  color: #fff !important;
}

.bldv-dash-empty span {
  color: rgba(203,213,225,.70) !important;
  font-size: .9rem;
}

.bldv-dash-news {
  margin-bottom: .5rem;
}

.bldv-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.bldv-news-card {
  padding: .9rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), transparent),
    rgba(2,6,23,.38);
}

.bldv-news-card__meta {
  color: rgba(148,163,184,.84) !important;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bldv-news-card h3 {
  margin: .45rem 0 .4rem;
  font-size: .98rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.bldv-news-card a {
  color: #fff !important;
  text-decoration: none;
}

.bldv-news-card a:hover {
  color: #fed7aa !important;
}

.bldv-news-card p {
  margin: 0;
  color: rgba(203,213,225,.72) !important;
  font-size: .86rem;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .bldv-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .bldv-dash-hero,
  .bldv-dash-layout,
  .bldv-dash-columns {
    grid-template-columns: 1fr;
  }

  .bldv-dash-pathgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bldv-dash-player {
    align-self: stretch;
    min-width: 0;
  }

  .bldv-dash-statgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .bldv-dashboard-shell {
    padding-top: .75rem;
  }

  .bldv-dash-hero {
    min-height: 0;
    padding: 1rem;
  }

  .bldv-dash-hero h1 {
    font-size: 2rem;
  }

  .bldv-dash-hero p {
    font-size: .95rem;
  }

  .bldv-dash-player {
    padding: .75rem;
  }

  .bldv-dash-avatar {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .bldv-dash-statgrid,
  .bldv-dash-quickbar,
  .bldv-dash-pathgrid,
  .bldv-dash-today,
  .bldv-news-grid {
    grid-template-columns: 1fr;
  }

  .bldv-dash-paths__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bldv-match-row,
  .bldv-competition,
  .bldv-dash-panel--attention {
    align-items: flex-start;
    flex-direction: column;
  }

  .bldv-match-row__meta {
    align-items: flex-start;
  }
}

.bldv-dashboard-body footer {
  margin-top: 1rem !important;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(2,6,23,.78) !important;
}

.bldv-dashboard-body footer .container {
  align-items: center;
  gap: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .bldv-dashboard-body footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
