button.btn,
button.nav__cta,
button.discord-btn,
button.promo__cta {
  border: 0;
  cursor: pointer;
}

button.nav__cta--ghost {
  border: 1px solid var(--hair-2);
}

[hidden] {
  display: none !important;
}

.account-page {
  background: var(--ink);
  overflow-x: hidden;
}

.account-masthead {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 150px 0 92px;
  display: grid;
  align-items: center;
}

.account-masthead__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("https://theprojectlazarus.com/assets/misc/wallpaper.jpg") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.05) brightness(.58);
}

.account-masthead__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 18% 42%, rgba(157, 255, 43, .16), transparent 42%),
    linear-gradient(90deg, rgba(10, 13, 10, .96) 0%, rgba(10, 13, 10, .83) 44%, rgba(10, 13, 10, .42) 100%),
    linear-gradient(180deg, rgba(10, 13, 10, .42) 0%, rgba(10, 13, 10, .18) 48%, var(--ink) 100%);
}

.account-masthead__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 62px;
  align-items: center;
}

.account-masthead__copy,
.account-panel,
.account-title,
.account-tag {
  max-width: 100%;
  min-width: 0;
}

.account-title {
  margin-top: 22px;
  font-family: "Anton", sans-serif;
  font-size: clamp(70px, 9vw, 132px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: .01em;
  text-shadow: 0 22px 56px rgba(0, 0, 0, .62);
}

.account-title em {
  color: var(--green);
  font-style: normal;
}

.account-tag {
  max-width: 640px;
}

.account-tag em {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0;
}

.account-cta-row button.btn {
  font-family: "Barlow Condensed", sans-serif;
}

.account-cta-row {
  max-width: 100%;
}

.account-panel {
  width: 410px;
  min-height: 0;
}

.account-panel .livepanel__val {
  max-width: 160px;
  text-align: right;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.account-panel__note {
  margin-top: 18px;
  color: var(--bone-2);
  font-size: 14px;
  line-height: 1.65;
}

.account-link-btn {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 1px solid rgba(157, 255, 43, .4);
  border-radius: 2px;
  background: rgba(157, 255, 43, .12);
  color: var(--green);
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .15s;
}

.account-link-btn:hover,
.account-link-btn:focus-visible {
  background: var(--green);
  color: #0a0d0a;
  outline: none;
  transform: translateY(-2px);
}

.account-ticker {
  margin-top: -1px;
}

body.is-profile-mode .account-masthead {
  min-height: 640px;
  padding-bottom: 64px;
}

body.is-profile-mode .account-title {
  font-size: clamp(64px, 8vw, 112px);
}

body.is-profile-mode .account-ticker {
  display: none;
}

.account-status-section {
  padding-top: 112px;
}

.account-dashboard-section {
  padding-top: 112px;
}

.account-dashboard-head {
  margin-bottom: 34px;
}

.profile-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 24px;
  margin-bottom: 24px;
}

.profile-identity,
.profile-action,
.profile-card {
  border: 1px solid var(--hair);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
}

.profile-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px;
  overflow: hidden;
  position: relative;
}

.profile-identity::before,
.profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: var(--green);
}

.profile-identity__avatar {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  border: 1px solid rgba(157, 255, 43, .42);
  background: rgba(157, 255, 43, .08);
  overflow: hidden;
}

.profile-identity__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-identity__copy {
  min-width: 0;
}

.profile-identity__kicker,
.profile-card__head span,
.profile-row span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.profile-identity h3 {
  margin-top: 6px;
  font-family: "Anton", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .92;
  letter-spacing: .01em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.profile-identity__meta {
  margin-top: 10px;
  color: var(--bone-2);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.profile-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.profile-action {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 20px;
  color: var(--bone);
  transition: .15s;
}

button.profile-action {
  text-align: left;
  cursor: pointer;
}

.profile-action:hover,
.profile-action:focus-visible {
  border-color: rgba(157, 255, 43, .42);
  background: rgba(157, 255, 43, .07);
  outline: none;
  transform: translateY(-2px);
}

button.profile-action:disabled {
  cursor: not-allowed;
  opacity: .62;
  transform: none;
}

.profile-action span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.profile-action small {
  color: var(--bone-2);
  font-size: 12px;
  line-height: 1.45;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.profile-card {
  min-width: 0;
  min-height: 290px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.profile-card--packages,
.profile-card--stats {
  grid-column: span 2;
}

.profile-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.profile-card__head h3 {
  margin-top: 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.profile-card__head strong {
  font-family: "Anton", sans-serif;
  color: var(--green);
  font-size: 34px;
  line-height: .9;
  text-transform: uppercase;
}

.profile-list {
  display: grid;
  gap: 10px;
}

.profile-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px dashed rgba(255, 255, 255, .08);
}

.profile-row strong {
  display: block;
  margin-top: 3px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.profile-row small {
  display: block;
  margin-top: 5px;
  color: var(--bone-2);
  font-size: 12px;
  line-height: 1.45;
}

.profile-row b {
  flex: 0 0 auto;
  max-width: 42%;
  color: var(--green);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.05;
  text-align: right;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.profile-empty {
  padding-top: 6px;
  color: var(--bone-2);
  font-size: 14px;
  line-height: 1.65;
}

.settings-stack {
  display: grid;
  gap: 12px;
}

.settings-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 2px;
  background: var(--green);
  color: #0a0d0a;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .15s;
}

.settings-button:hover,
.settings-button:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(157, 255, 43, .18);
}

.settings-button--ghost {
  background: rgba(255, 255, 255, .04);
  color: var(--bone);
  border-color: var(--hair-2);
}

.settings-button--ghost:hover,
.settings-button--ghost:focus-visible {
  border-color: var(--bone);
  box-shadow: none;
}

.account-grid .pillar {
  min-height: 260px;
}

.account-actions-section {
  padding-top: 40px;
}

.account-promo-grid {
  align-items: stretch;
}

.account-promo {
  min-height: 390px;
}

.account-promo .promo__body b {
  color: var(--green);
}

.account-promo .promo__cta {
  border: 0;
}

.is-muted {
  color: var(--bone-3) !important;
}

.is-good {
  color: var(--green) !important;
}

.is-waiting {
  color: var(--gold) !important;
}

.is-error {
  color: var(--red) !important;
}

@media (max-width: 980px) {
  .account-masthead {
    min-height: 0;
    padding: 124px 0 80px;
  }

  .account-masthead__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .account-panel {
    justify-self: start;
    width: 100%;
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .account-page .nav {
    padding: 18px 20px;
  }

  .account-page .nav__brand img {
    height: 44px;
  }

  .account-page .nav__cta {
    padding: 11px 16px;
    font-size: 13px;
  }

  .account-masthead {
    padding: 108px 0 68px;
  }

  body.is-profile-mode .account-masthead {
    padding: 98px 0 46px;
  }

  body.is-profile-mode .account-panel {
    display: none;
  }

  .account-title {
    font-size: clamp(46px, 14vw, 58px);
    line-height: .92;
  }

  .account-title em {
    display: block;
  }

  .account-tag {
    font-size: 19px;
    overflow-wrap: break-word;
  }

  .account-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .account-cta-row .btn {
    justify-content: center;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
  }

  .account-panel {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .account-panel .livepanel__head {
    gap: 12px;
    align-items: flex-start;
  }

  .account-panel .livepanel__head .mono {
    text-align: right;
  }

  .account-panel .livepanel__row {
    gap: 12px;
    align-items: flex-start;
  }

  .account-panel .livepanel__label {
    flex: 1 1 auto;
    min-width: 0;
    letter-spacing: .1em;
  }

  .account-panel .livepanel__val {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 40%;
    font-size: 18px;
    line-height: 1.1;
  }

  .account-status-section {
    padding-top: 76px;
  }

  .account-dashboard-section {
    padding-top: 76px;
  }

  .profile-overview,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-actions {
    grid-template-columns: 1fr;
  }

  .profile-card--packages,
  .profile-card--stats {
    grid-column: auto;
  }

  .profile-identity {
    align-items: flex-start;
    padding: 22px;
  }

  .profile-identity__avatar {
    width: 76px;
    height: 76px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-grid .pillar {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .account-panel .livepanel__head {
    font-size: 11px;
    letter-spacing: .16em;
  }

  .account-panel .livepanel__label {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .account-panel .livepanel__val {
    font-size: 17px;
  }

  .profile-identity {
    display: grid;
    gap: 16px;
  }

  .profile-card {
    padding: 22px;
  }

  .profile-card__head {
    gap: 14px;
  }

  .profile-row {
    align-items: flex-start;
  }
}
