.gw-account-card {
  align-items: center;
  background: linear-gradient(135deg, rgba(7, 46, 34, .98), rgba(4, 22, 17, .96) 52%, rgba(9, 77, 50, .9));
  border: 1px solid rgba(110, 231, 183, .34);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05);
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: 58px;
  min-width: 374px;
  padding: 0 14px;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gw-account-card:hover {
  border-color: rgba(167, 243, 208, .62);
  box-shadow: 0 18px 38px rgba(0, 152, 79, .18), 0 16px 34px rgba(0, 0, 0, .3);
  transform: translateY(-1px);
}

.gw-account-avatar {
  align-items: center;
  background: linear-gradient(145deg, rgba(84, 255, 178, .28), rgba(13, 92, 58, .28));
  border: 1px solid rgba(209, 250, 229, .35);
  border-radius: 13px;
  box-shadow: inset 0 1px 6px rgba(255, 255, 255, .08);
  color: #ecfdf5;
  display: grid;
  flex: 0 0 40px;
  font-size: 16px;
  font-weight: 900;
  height: 40px;
  place-items: center;
  width: 40px;
}

.gw-account-user {
  min-width: 82px;
  overflow: hidden;
}

.gw-account-kicker {
  color: rgba(167, 243, 208, .66);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
}

.gw-account-name {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gw-account-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(116px, 1fr) minmax(86px, .78fr);
  margin-left: auto;
  min-width: 214px;
}

.gw-account-metric {
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(209, 250, 229, .12);
  border-radius: 12px;
  padding: 8px 10px;
}

.gw-account-metric.is-point {
  background: rgba(16, 185, 129, .08);
  border-color: rgba(110, 231, 183, .2);
}

.gw-account-label {
  color: rgba(209, 250, 229, .58);
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.gw-account-value {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gw-account-metric.is-point .gw-account-value {
  color: #a7f3d0;
}

.event-content {
  white-space: pre-wrap !important;
}

.event-content :where(p, div, span, li) {
  white-space: pre-wrap;
}

.ghostbet-hero-banner {
  background: transparent !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
  overflow: hidden;
  width: 100%;
}

.ghostbet-hero-image {
  display: block;
  height: auto !important;
  max-width: none;
  object-fit: contain !important;
  width: 100% !important;
}

.ghostbet-provider-wall {
  background: linear-gradient(180deg, rgba(2, 12, 10, .78), rgba(0, 5, 4, .88));
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  padding: 32px 28px 34px;
}

.ghostbet-provider-heading {
  align-items: flex-end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ghostbet-provider-heading span {
  color: #34d399;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .24em;
}

.ghostbet-provider-heading strong {
  color: #e5fff4;
  font-size: 18px;
  font-weight: 900;
}

.ghostbet-provider-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ghostbet-provider-logo {
  align-items: center;
  background: rgba(3, 18, 14, .82);
  border: 1px solid rgba(110, 231, 183, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  display: flex;
  justify-content: center;
  min-height: 78px;
  overflow: hidden;
  position: relative;
}

.ghostbet-provider-logo::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .36));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ghostbet-provider-logo img {
  display: block;
  filter: saturate(.9) brightness(.92);
  height: 100%;
  object-fit: cover;
  opacity: .92;
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
  width: 100%;
}

.ghostbet-provider-logo:hover {
  border-color: rgba(110, 231, 183, .48);
}

.ghostbet-provider-logo:hover img {
  filter: saturate(1.05) brightness(1.04);
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 1200px) {
  .ghostbet-provider-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ghostbet-provider-wall {
    padding: 22px 14px 26px;
  }

  .ghostbet-provider-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ghostbet-provider-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghostbet-provider-logo {
    min-height: 68px;
  }
}

@media (max-width: 900px) {
  .gw-account-card {
    min-width: 280px;
  }

  .gw-account-metrics {
    min-width: 168px;
  }
}
