#accountsLanding.hidden {
  display: none !important;
}

.acct {
  min-height: 100vh;
  background:
    radial-gradient(900px 420px at 100% -10%, rgb(255 107 53 / 0.18), transparent 60%),
    #f6f1ea;
  color: #16181d;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.acct-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
}

.acct-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.acct-brand em {
  font-style: normal;
  color: #ff6b35;
}

.acct-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 18px;
  background: #ff6b35;
  color: #fff;
  font: inherit;
  font-weight: 750;
  box-shadow: 0 8px 20px rgb(255 107 53 / 0.28);
}

.acct-btn:hover {
  background: #e55a2b;
}

.acct-btn--ghost {
  background: #16181d;
  box-shadow: none;
}

.acct-btn--block {
  width: 100%;
}

.acct-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 12px 28px 36px;
  max-width: 1180px;
  margin: 0 auto;
}

.acct-kicker {
  margin: 0 0 10px;
  color: #c44a1f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acct h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  max-width: 11ch;
}

.acct-lead {
  margin: 18px 0 0;
  max-width: 42ch;
  font-size: 18px;
  color: #3f4654;
}

.acct-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 22px;
}

.acct-link {
  color: #16181d;
  font-weight: 700;
}

.acct-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.acct-points li {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eadfd3;
  font-size: 13px;
  font-weight: 650;
}

.acct-stage {
  position: relative;
  min-height: 460px;
}

.acct-photo {
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgb(22 24 29 / 0.16);
}

.acct-photo--store {
  width: 86%;
  height: 420px;
  margin-left: auto;
}

.acct-photo--desk {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 46%;
  height: 190px;
  border: 6px solid #f6f1ea;
}

.acct-vector {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 12px 30px rgb(22 24 29 / 0.12);
}

.acct-vector--cart {
  width: 92px;
  height: 92px;
  top: 18px;
  left: 8%;
}

.acct-vector--bags {
  width: 64px;
  height: 64px;
  right: 6%;
  bottom: 28px;
}

.acct-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 28px 40px;
}

.acct-features article {
  background: #fff;
  border-radius: 22px;
  padding: 16px;
  border: 1px solid #eadfd3;
}

.acct-features img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
}

.acct-features h2,
.acct-band h2,
.acct-modal__card h2 {
  margin: 12px 0 6px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.acct-features p,
.acct-band p,
.acct-modal__card p {
  margin: 0;
  color: #5c6472;
  font-size: 14px;
}

.acct-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 0 28px;
}

.acct-band img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 28px;
}

.acct-band .acct-btn {
  margin-top: 16px;
}

.acct-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 8px 28px 28px;
  color: #6b7280;
  font-size: 13px;
}

.acct-foot a {
  color: inherit;
}

.acct-modal[hidden] {
  display: none !important;
}

.acct-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
}

.acct-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(22 24 29 / 0.46);
}

.acct-modal__card {
  position: relative;
  width: min(420px, 100%);
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.2);
}

.acct-modal__card label {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}

.acct-modal__card input {
  font: inherit;
  font-weight: 500;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.acct-modal__card .acct-btn {
  margin-top: 16px;
}

.acct-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  cursor: pointer;
  font-size: 20px;
}

.acct-modal__error {
  margin-top: 10px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
}

.accounts-boot {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  background: #f6f1ea;
  color: #16181d;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

html.books-authed #accountsLanding {
  display: none !important;
}

html.books-authed .accounts-boot:not(.hidden) {
  display: grid;
}

.accounts-boot.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .acct-hero,
  .acct-features,
  .acct-band {
    grid-template-columns: 1fr;
  }

  .acct-nav .acct-btn--ghost {
    display: none;
  }

  .acct-stage {
    min-height: 0;
  }

  .acct-photo--store {
    width: 100%;
    height: 280px;
  }

  .acct-photo--desk {
    position: static;
    width: 70%;
    margin-top: -48px;
  }

  .acct-vector--cart,
  .acct-vector--bags {
    display: none;
  }
}
