.simple-page .site-header {
  background: rgba(2, 7, 18, .74);
}

body.admin-request-modal-open {
  overflow: hidden;
}

.simple-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: 70px 0;
}

.simple-card {
  max-width: 980px;
  padding: 42px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 0%, rgba(124, 60, 255, .24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .82);
  border: 1px solid rgba(160, 130, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 28px 90px rgba(0, 0, 0, .26);
}

.simple-kicker {
  color: var(--purple-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.simple-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 26px 0 18px;
  border-radius: 14px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .16);
  border: 1px solid rgba(181, 76, 255, .25);
}

.simple-icon svg {
  width: 34px;
  height: 34px;
}

.simple-card h1 {
  max-width: 720px;
  margin: 0 0 14px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.simple-card > p {
  max-width: 720px;
  margin: 0;
  color: rgba(247, 248, 255, .78);
  font-size: 17px;
  line-height: 1.85;
}

.simple-list,
.simple-grid {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.simple-list article,
.simple-grid article {
  padding: 18px;
  border-radius: 9px;
  background: rgba(4, 11, 26, .48);
  border: 1px solid rgba(255, 255, 255, .08);
}

.simple-list article {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  color: rgba(247, 248, 255, .86);
}

.simple-list svg,
.simple-grid article > span {
  color: var(--purple-2);
}

.simple-grid {
  grid-template-columns: repeat(3, 1fr);
}

.simple-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 9px;
  background: rgba(124, 60, 255, .16);
}

.simple-grid strong,
.simple-grid p,
.simple-grid a {
  display: block;
}

.simple-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.simple-grid a {
  margin-top: 14px;
  color: var(--purple-2);
  font-weight: 900;
}

.simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.info-page-nav {
  margin: 30px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.info-page-nav a {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  color: rgba(247, 248, 255, .86);
  background: rgba(5, 13, 29, .68);
  border: 1px solid rgba(255, 255, 255, .09);
  font-size: 12px;
  font-weight: 900;
}

.info-page-nav a:hover {
  color: #fff;
  border-color: rgba(181, 76, 255, .34);
}

.info-detail-grid {
  display: grid;
  gap: 16px;
  margin: 22px 0 28px;
}

.info-detail-grid article {
  padding: 24px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 60, 255, .16), transparent 34%),
    rgba(4, 11, 26, .56);
  border: 1px solid rgba(255, 255, 255, .08);
}

.info-detail-grid article > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.info-detail-grid h2,
.info-steps h2 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.03em;
}

.info-detail-grid p {
  margin: 0;
  color: rgba(247, 248, 255, .76);
  line-height: 1.82;
}

.info-card-grid {
  margin-top: 18px;
}

.info-steps {
  margin: 30px 0 0;
  padding: 24px;
  border-radius: 10px;
  background: rgba(5, 13, 29, .58);
  border: 1px solid rgba(160, 130, 255, .16);
}

.info-steps article {
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(247, 248, 255, .84);
}

.info-steps article + article {
  margin-top: 10px;
}

.info-steps article strong {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(142, 81, 255, .9), rgba(77, 25, 216, .9));
  font-size: 13px;
}

.login-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: 78px 0;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 48px;
  align-items: center;
}

.login-copy h1 {
  max-width: 720px;
  margin: 18px 0 18px;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.06em;
}

.login-copy h1 span {
  display: block;
  color: var(--purple-2);
  text-shadow: 0 0 28px rgba(181, 76, 255, .36);
}

.login-copy > p {
  max-width: 640px;
  color: rgba(247, 248, 255, .78);
  font-size: 17px;
  line-height: 1.85;
}

.login-status-card,
.login-panel,
.login-note {
  border: 1px solid rgba(160, 130, 255, .18);
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 60, 255, .18), transparent 38%),
    rgba(7, 15, 32, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 28px 90px rgba(0, 0, 0, .22);
}

.login-status-card {
  max-width: 560px;
  margin-top: 28px;
  padding: 18px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  border-radius: 12px;
}

.login-status-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--green);
  background: rgba(24, 226, 141, .12);
}

.login-status-card.muted > span {
  color: var(--purple-2);
  background: rgba(124, 60, 255, .16);
}

.login-status-card strong,
.login-status-card p,
.login-status-card small {
  display: block;
}

.login-status-card strong {
  font-size: 16px;
  font-weight: 950;
}

.login-status-card p {
  margin: 6px 0;
  color: var(--muted);
  line-height: 1.65;
}

.login-status-card small {
  color: var(--purple-2);
  font-weight: 900;
}

.login-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
}

.login-provider-card,
.discord-join-box,
.login-note {
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  background: rgba(4, 11, 26, .56);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.login-provider-card:hover,
.discord-join-box:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 60, 255, .38);
  background: rgba(124, 60, 255, .1);
  box-shadow: 0 18px 50px rgba(124, 60, 255, .12);
}

.login-provider-card > span,
.discord-join-box > span,
.login-note > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .16);
}

.login-provider-card svg,
.discord-join-box svg,
.login-note svg {
  width: 28px;
  height: 28px;
}

.login-provider-card strong,
.discord-join-box strong,
.login-note strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
}

.login-provider-card p,
.discord-join-box p,
.login-note p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.login-provider-card .inline-icon,
.discord-join-box .inline-icon {
  width: 22px;
  height: 22px;
  color: var(--muted);
}

.login-provider-card.discord {
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 101, 242, .24), transparent 44%),
    rgba(4, 11, 26, .56);
}

.discord-join-box {
  background:
    radial-gradient(circle at 0% 0%, rgba(181, 76, 255, .28), transparent 42%),
    linear-gradient(135deg, rgba(124, 60, 255, .16), rgba(0, 213, 255, .04));
  border-color: rgba(181, 76, 255, .28);
}

.login-note {
  grid-template-columns: 42px 1fr;
  background: rgba(124, 60, 255, .07);
}

.login-note > span {
  width: 42px;
  height: 42px;
}

.login-note svg {
  width: 22px;
  height: 22px;
}

.login-note strong {
  font-size: 14px;
}

.login-note p {
  font-size: 13px;
}

.login-logout-btn {
  justify-content: center;
}

.account-overview-card {
  max-width: 680px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(7, 15, 32, .86);
  border: 1px solid rgba(160, 130, 255, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 24px 70px rgba(0, 0, 0, .24);
}

.account-overview-profile {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 60, 255, .24), transparent 42%),
    rgba(255, 255, 255, .018);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.account-overview-profile > img,
.account-overview-profile > span {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  background: linear-gradient(145deg, rgba(124, 60, 255, .8), rgba(181, 76, 255, .48));
  border: 1px solid rgba(255, 255, 255, .12);
}

.account-overview-profile h2 {
  margin: 5px 0 3px;
  overflow: hidden;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-overview-profile p {
  margin: 0;
  color: var(--muted);
}

.account-overview-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-overview-details > div {
  min-width: 0;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.account-overview-details span,
.account-overview-details strong {
  display: block;
}

.account-overview-details span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-overview-details strong {
  margin-top: 5px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-online {
  color: #72f3b5;
}

.login-shell.is-authenticated {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 24px;
}

.login-shell.is-authenticated .login-copy h1 {
  max-width: 900px;
  margin-bottom: 14px;
  font-size: clamp(42px, 5vw, 68px);
}

.login-shell.is-authenticated .login-copy h1 span {
  display: inline;
}

.account-dashboard {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.account-profile-card,
.account-stat-grid article,
.account-quick-grid a,
.account-side-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .88);
  border: 1px solid rgba(160, 130, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 20px 55px rgba(0, 0, 0, .18);
}

.account-profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.account-profile-card::before {
  content: "";
  position: absolute;
  inset: -180px auto auto -100px;
  width: 420px;
  height: 320px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(124, 60, 255, .3), transparent 66%);
}

.account-profile-main {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.account-avatar-wrap {
  position: relative;
  width: 88px;
  height: 88px;
}

.account-avatar-wrap > img,
.account-avatar-wrap > span {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  object-fit: cover;
  border-radius: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  background: linear-gradient(145deg, var(--purple), var(--purple-2));
  border: 2px solid rgba(255, 255, 255, .12);
  box-shadow: 0 15px 40px rgba(64, 30, 170, .32);
}

.account-avatar-wrap > i {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--purple);
  border: 3px solid #071022;
}

.account-avatar-wrap > i svg {
  width: 15px;
  height: 15px;
}

.account-status-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #8df3c3;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(24, 226, 141, .08);
  border: 1px solid rgba(114, 243, 181, .14);
}

.account-status-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #52e7a8;
  box-shadow: 0 0 10px rgba(82, 231, 168, .75);
}

.account-profile-copy h2 {
  margin: 8px 0 3px;
  overflow: hidden;
  font-size: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.account-profile-manage {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .24);
}

.account-profile-manage svg {
  width: 15px;
  height: 15px;
}

.account-profile-id {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 15px 24px;
  background: rgba(2, 8, 20, .38);
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.account-profile-id span,
.account-profile-id strong {
  display: block;
}

.account-profile-id span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-profile-id strong {
  margin-top: 4px;
  font-size: 12px;
}

.account-profile-id small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8df3c3;
  font-size: 10px;
  font-weight: 800;
}

.account-profile-id small svg {
  width: 15px;
  height: 15px;
}

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

.account-stat-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}

.account-stat-grid article > span,
.account-quick-grid a > span {
  display: grid;
  place-items: center;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .16);
}

.account-stat-grid article > span {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.account-stat-grid svg {
  width: 19px;
  height: 19px;
}

.account-stat-grid strong,
.account-stat-grid small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-stat-grid strong {
  font-size: 14px;
}

.account-stat-grid small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.account-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-quick-grid a {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.account-quick-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(181, 76, 255, .38);
  background: rgba(124, 60, 255, .1);
}

.account-quick-grid a > span {
  width: 44px;
  height: 44px;
  border-radius: 9px;
}

.account-quick-grid a > span svg {
  width: 21px;
  height: 21px;
}

.account-quick-grid strong,
.account-quick-grid small {
  display: block;
}

.account-quick-grid strong {
  font-size: 12px;
}

.account-quick-grid small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-quick-grid .inline-icon {
  width: 17px;
  height: 17px;
  color: var(--muted);
}

.account-quick-grid a.danger > span {
  color: #ff8cab;
  background: rgba(255, 67, 113, .08);
  border-color: rgba(255, 122, 155, .16);
}

.account-side-panel {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  margin-top: 118px;
  padding: 22px;
}

.account-side-panel h3 {
  margin: 8px 0 8px;
  font-size: 20px;
}

.account-side-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.account-security-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.account-security-list > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border-radius: 8px;
  background: rgba(2, 8, 20, .42);
  border: 1px solid rgba(255, 255, 255, .06);
}

.account-security-list > div > svg {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 8px;
  color: #78edb5;
  background: rgba(24, 226, 141, .08);
}

.account-security-list strong,
.account-security-list small {
  display: block;
}

.account-security-list strong {
  font-size: 11px;
}

.account-security-list small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.account-discord-gate {
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 101, 242, .2), transparent 38%),
    rgba(7, 15, 32, .88);
  border: 1px solid rgba(112, 123, 255, .22);
}

.account-discord-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.account-discord-head > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #9ea7ff;
  background: rgba(88, 101, 242, .15);
  border: 1px solid rgba(112, 123, 255, .2);
}

.account-discord-head > span svg {
  width: 28px;
  height: 28px;
}

.account-discord-head h3 {
  margin: 4px 0;
  font-size: 17px;
}

.account-discord-head p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.account-discord-head > strong {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
}

.account-discord-head > strong.ready {
  color: #8df3c3;
  background: rgba(24, 226, 141, .09);
  border: 1px solid rgba(114, 243, 181, .15);
}

.account-discord-head > strong.blocked {
  color: #ff9ab4;
  background: rgba(255, 67, 113, .08);
  border: 1px solid rgba(255, 122, 155, .15);
}

.account-requirements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-requirements article {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.account-requirements article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ff8cab;
  background: rgba(255, 67, 113, .08);
}

.account-requirements article.done > span {
  color: #78edb5;
  background: rgba(24, 226, 141, .08);
}

.account-requirements svg {
  width: 16px;
  height: 16px;
}

.account-requirements strong,
.account-requirements small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-requirements strong {
  font-size: 10px;
}

.account-requirements small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

.account-discord-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 14px 18px;
}

.account-discord-actions .btn {
  min-height: 38px;
  padding: 0 13px;
  font-size: 10px;
}

.cart-checkout-gate {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  padding: 14px;
  border-radius: 9px;
  background: rgba(88, 101, 242, .08);
  border: 1px solid rgba(112, 123, 255, .16);
}

.cart-checkout-gate > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #9ea7ff;
  background: rgba(88, 101, 242, .14);
}

.cart-checkout-gate > span svg {
  width: 21px;
  height: 21px;
}

.cart-checkout-gate strong {
  font-size: 11px;
}

.cart-checkout-gate p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.cart-checkout-gate .btn {
  grid-column: 1 / -1;
  justify-content: center;
}

.cart-checkout-error {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 9px;
  align-items: center;
  margin-bottom: 13px;
  padding: 11px;
  border-radius: 8px;
  color: #ffadc1;
  font-size: 10px;
  line-height: 1.55;
  background: rgba(255, 67, 113, .08);
  border: 1px solid rgba(255, 122, 155, .16);
}

.cart-checkout-error svg {
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 7px;
  background: rgba(255, 67, 113, .1);
}

.cart-main {
  min-height: calc(100vh - var(--header-height));
}

.cart-heading {
  padding: 58px 0 34px;
  border-bottom: 1px solid rgba(160, 130, 255, .14);
}

.cart-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-top: 24px;
}

.cart-heading h1 {
  margin: 7px 0 8px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.cart-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.cart-heading-count {
  min-width: 130px;
  padding: 16px 20px;
  text-align: center;
  border-radius: 10px;
  background: rgba(124, 60, 255, .1);
  border: 1px solid rgba(181, 76, 255, .2);
}

.cart-heading-count strong,
.cart-heading-count span {
  display: block;
}

.cart-heading-count strong {
  font-size: 28px;
}

.cart-heading-count span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-content {
  padding: 34px 0 76px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

.cart-products,
.cart-summary,
.cart-empty {
  border-radius: 12px;
  background: rgba(7, 15, 32, .82);
  border: 1px solid rgba(160, 130, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.cart-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.cart-section-head h2,
.cart-summary h2,
.cart-empty h2 {
  margin: 5px 0 0;
}

.cart-section-head button,
.cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ff8cab;
  cursor: pointer;
  background: rgba(255, 67, 113, .08);
  border: 1px solid rgba(255, 122, 155, .2);
}

.cart-section-head button {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
}

.cart-section-head button svg,
.cart-remove svg {
  width: 16px;
  height: 16px;
}

.cart-product {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 120px 38px;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
}

.cart-product + .cart-product {
  border-top: 1px solid rgba(255, 255, 255, .065);
}

.cart-product-visual {
  min-height: 100px;
  overflow: hidden;
  border-radius: 8px;
}

.cart-product-copy {
  min-width: 0;
}

.cart-product-copy > span {
  color: var(--purple-2);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-product-copy h3 {
  margin: 7px 0 6px;
  color: #fff;
  font-size: 17px;
}

.cart-product-copy p {
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-product-price {
  text-align: right;
}

.cart-product-price strong,
.cart-product-price small {
  display: block;
}

.cart-product-price strong {
  font-size: 16px;
}

.cart-product-price small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.cart-remove {
  width: 36px;
  height: 36px;
  border-radius: 7px;
}

.cart-summary {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  padding: 24px;
}

.cart-summary-lines {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.cart-summary-lines div,
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.cart-summary-lines span {
  color: var(--muted);
  font-size: 12px;
}

.cart-summary-lines strong {
  font-size: 12px;
}

.cart-promotion {
  margin: 18px 0;
  padding: 15px;
  border-radius: 8px;
  background: rgba(124, 60, 255, .07);
  border: 1px solid rgba(181, 76, 255, .18);
}

.cart-promotion-head,
.cart-promotion-applied {
  display: flex;
  align-items: center;
  gap: 11px;
}

.cart-promotion-head > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  color: #c17aff;
  background: rgba(124, 60, 255, .16);
}

.cart-promotion-head > span svg {
  width: 19px;
  height: 19px;
}

.cart-promotion-head strong,
.cart-promotion-head small,
.cart-promotion-applied strong,
.cart-promotion-applied small {
  display: block;
}

.cart-promotion-head strong {
  font-size: 13px;
}

.cart-promotion-head small,
.cart-promotion-applied small,
.cart-promotion-note {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.cart-promotion-form {
  margin-top: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.cart-promotion-form input {
  min-width: 0;
  padding: 11px 12px;
  color: #fff;
  background: rgba(3, 9, 22, .7);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  outline: none;
}

.cart-promotion-form input:focus {
  border-color: rgba(181, 76, 255, .55);
  box-shadow: 0 0 0 3px rgba(124, 60, 255, .1);
}

.cart-promotion-form button,
.cart-promotion-applied button {
  display: grid;
  place-items: center;
  padding: 0 13px;
  color: #fff;
  border-radius: 7px;
  border: 1px solid rgba(181, 76, 255, .25);
  background: rgba(124, 60, 255, .18);
  font-weight: 900;
  cursor: pointer;
}

.cart-promotion-applied {
  margin-top: 13px;
  padding: 11px;
  justify-content: space-between;
  border-radius: 7px;
  color: #78f0b6;
  background: rgba(24, 226, 141, .07);
  border: 1px solid rgba(24, 226, 141, .18);
}

.cart-promotion-applied span {
  display: block;
  color: #78f0b6;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-promotion-applied button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: #ff8eac;
  border-color: rgba(255, 89, 130, .22);
  background: rgba(255, 69, 116, .09);
}

.cart-promotion-applied button svg {
  width: 16px;
  height: 16px;
}

.cart-promotion-message {
  margin-top: 10px;
  color: #78f0b6;
  font-size: 11px;
  line-height: 1.45;
}

.cart-promotion-message.error {
  color: #ff8eac;
}

.cart-promotion-featured {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.cart-promotion-featured button {
  width: 100%;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
  text-align: left;
  color: #fff;
  border-radius: 7px;
  border: 1px dashed rgba(181, 76, 255, .24);
  background: rgba(124, 60, 255, .05);
  cursor: pointer;
}

.cart-promotion-featured span {
  grid-row: span 2;
  align-self: center;
  padding: 4px 6px;
  border-radius: 5px;
  color: #ce8cff;
  background: rgba(124, 60, 255, .14);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-promotion-featured strong {
  font-size: 11px;
}

.cart-promotion-featured small {
  color: var(--muted);
  font-size: 10px;
}

.cart-promotion-note {
  margin: -8px 0 16px;
}

/* Checkout result */

.checkout-result-main {
  min-height: 100vh;
  padding: calc(var(--header-height) + 52px) 0 80px;
}

.checkout-result-hero {
  text-align: center;
}

.checkout-result-status {
  max-width: 840px;
  margin: 0 auto;
  padding: 38px 34px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 226, 141, .08), rgba(7, 15, 32, .9) 50%);
  border: 1px solid rgba(114, 243, 181, .2);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.checkout-result-status.pending {
  background: linear-gradient(145deg, rgba(181, 76, 255, .1), rgba(7, 15, 32, .9) 50%);
  border-color: rgba(181, 76, 255, .22);
}

.checkout-result-icon {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #78f0b6;
  background: rgba(24, 226, 141, .12);
  border: 1px solid rgba(114, 243, 181, .28);
  box-shadow: 0 0 42px rgba(24, 226, 141, .16);
}

.pending .checkout-result-icon {
  color: #c786ff;
  background: rgba(124, 60, 255, .14);
  border-color: rgba(181, 76, 255, .28);
  box-shadow: 0 0 42px rgba(124, 60, 255, .18);
}

.checkout-result-icon svg {
  width: 35px;
  height: 35px;
}

.checkout-result-icon i {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: .18;
}

.checkout-result-status h1 {
  margin: 10px 0 13px;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.1;
}

.checkout-result-status p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.checkout-result-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.checkout-result-details {
  padding-top: 20px;
}

.checkout-result-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 14px;
}

.checkout-result-card {
  padding: 22px;
  border-radius: 8px;
  background: rgba(7, 15, 32, .86);
  border: 1px solid rgba(255, 255, 255, .075);
}

.checkout-result-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.checkout-result-card-head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #c786ff;
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .18);
}

.checkout-result-card-head svg {
  width: 20px;
  height: 20px;
}

.checkout-result-card-head small,
.checkout-result-card-head h2 {
  display: block;
}

.checkout-result-card-head small {
  color: #c786ff;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-result-card-head h2 {
  margin: 3px 0 0;
  font-size: 16px;
}

.checkout-result-meta {
  padding-top: 15px;
  display: grid;
  gap: 10px;
}

.checkout-result-meta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-result-meta span {
  color: var(--muted);
  font-size: 10px;
}

.checkout-result-meta strong {
  max-width: 62%;
  overflow: hidden;
  font-size: 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-result-meta strong.success {
  color: #78f0b6;
}

.checkout-result-meta strong.waiting {
  color: #c786ff;
}

.checkout-result-promo {
  margin-top: 15px;
  padding: 10px;
  display: flex;
  gap: 9px;
  align-items: center;
  border-radius: 7px;
  color: #c786ff;
  background: rgba(124, 60, 255, .08);
  border: 1px dashed rgba(181, 76, 255, .2);
}

.checkout-result-promo svg {
  width: 18px;
  height: 18px;
}

.checkout-result-promo small,
.checkout-result-promo strong {
  display: block;
}

.checkout-result-promo small {
  color: var(--muted);
  font-size: 9px;
}

.checkout-result-promo strong {
  margin-top: 2px;
  font-size: 11px;
}

.checkout-result-products {
  padding-top: 12px;
  display: grid;
  gap: 7px;
}

.checkout-result-products > div {
  padding: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .06);
}

.checkout-result-products > div > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #78f0b6;
  background: rgba(24, 226, 141, .08);
}

.checkout-result-products svg {
  width: 14px;
  height: 14px;
}

.checkout-result-products strong,
.checkout-result-products small {
  display: block;
}

.checkout-result-products strong {
  font-size: 11px;
}

.checkout-result-products small,
.checkout-result-products p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.checkout-result-products b {
  font-size: 10px;
}

.checkout-next-section {
  padding-top: 14px;
}

.checkout-next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.checkout-next-grid article {
  padding: 17px;
  border-radius: 8px;
  background: rgba(7, 15, 32, .68);
  border: 1px solid rgba(255, 255, 255, .065);
}

.checkout-next-grid article > span {
  width: 34px;
  height: 34px;
  margin-bottom: 11px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #c786ff;
  background: rgba(124, 60, 255, .1);
}

.checkout-next-grid svg {
  width: 17px;
  height: 17px;
}

.checkout-next-grid strong {
  display: block;
  font-size: 11px;
}

.checkout-next-grid p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .checkout-result-grid,
  .checkout-next-grid {
    grid-template-columns: 1fr;
  }

  .checkout-result-status {
    padding: 28px 18px;
  }
}

.cart-total {
  align-items: end;
  padding: 20px 0;
}

.cart-total span {
  font-weight: 900;
}

.cart-total strong {
  color: var(--purple-2);
  font-size: 24px;
}

.cart-checkout-list {
  display: grid;
  gap: 9px;
}

.cart-checkout-list > span {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-checkout-list .btn,
.cart-summary > .btn {
  width: 100%;
  justify-content: center;
}

.cart-checkout-list .btn span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-trust {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.cart-trust > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.cart-trust > div > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 8px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .1);
}

.cart-trust strong,
.cart-trust small {
  display: block;
}

.cart-trust strong {
  font-size: 11px;
}

.cart-trust small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.cart-empty {
  max-width: 900px;
  margin: 30px auto;
  padding: 38px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  align-items: center;
}

/* Customer account portal */

.account-portal-main,
.roadmap-main {
  min-height: 100vh;
  padding: calc(var(--header-height) + 44px) 0 78px;
}

.account-portal-hero,
.roadmap-hero {
  padding: 24px 0 28px;
}

.account-portal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: end;
}

.account-portal-head h1,
.roadmap-hero h1 {
  max-width: 900px;
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}

.account-portal-head h1 span {
  color: var(--purple-2);
}

.account-portal-head p,
.roadmap-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.roadmap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.account-portal-profile,
.account-portal-card,
.account-portal-stats article,
.roadmap-column,
.roadmap-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .84);
  border: 1px solid rgba(160, 130, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 22px 70px rgba(0, 0, 0, .2);
}

.account-portal-profile {
  min-width: 0;
  padding: 18px;
  border-radius: 10px;
}

.account-portal-profile img,
.account-portal-profile > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 10px;
  object-fit: cover;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-size: 26px;
  font-weight: 950;
}

.account-portal-profile strong,
.account-portal-profile small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-portal-profile small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.account-portal-profile b {
  min-height: 30px;
  width: max-content;
  max-width: 100%;
  margin-top: 13px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: #9af2c5;
  background: rgba(24, 226, 141, .08);
  border: 1px solid rgba(114, 243, 181, .18);
  font-size: 10px;
  font-weight: 950;
}

.account-portal-profile b svg {
  width: 15px;
  height: 15px;
}

.account-portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.account-center-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.account-center-nav a {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: rgba(247, 248, 255, .82);
  background: rgba(7, 15, 32, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  font-size: 12px;
  font-weight: 950;
}

.account-center-nav a.active,
.account-center-nav a:hover {
  color: #fff;
  background: rgba(124, 60, 255, .16);
  border-color: rgba(181, 76, 255, .3);
}

.account-center-nav svg {
  width: 17px;
  height: 17px;
  color: var(--purple-2);
}

.account-center-nav span {
  min-width: 22px;
  min-height: 22px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #9af2c5;
  background: rgba(24, 226, 141, .08);
  border: 1px solid rgba(114, 243, 181, .14);
  font-size: 10px;
}

.account-portal-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.account-portal-stats article {
  min-width: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-radius: 10px;
}

.account-portal-stats article > span,
.account-product-list article > span,
.account-order-list article > span,
.account-mini-products a > span,
.roadmap-column header > span {
  display: grid;
  place-items: center;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .18);
}

.account-portal-stats article > span {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.account-portal-stats strong,
.account-portal-stats small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-portal-stats small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.account-command-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.account-command-strip article {
  min-width: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 60, 255, .14), transparent 42%),
    rgba(7, 15, 32, .76);
  border: 1px solid rgba(160, 130, 255, .16);
}

.account-command-strip article > span,
.account-command-strip article > a {
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.account-command-strip article > span {
  width: 42px;
  height: 42px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .18);
}

.account-command-strip article > a {
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
}

.account-command-strip strong,
.account-command-strip small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-command-strip small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.account-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 14px;
  margin-bottom: 14px;
}

.account-portal-card {
  padding: 20px;
  border-radius: 10px;
}

.account-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.account-card-head h2 {
  margin: 4px 0 0;
  font-size: 20px;
}

.account-card-head a,
.account-card-head > span {
  min-height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 7px;
  color: #fff;
  background: rgba(124, 60, 255, .12);
  border: 1px solid rgba(181, 76, 255, .2);
  font-size: 11px;
  font-weight: 900;
}

.account-card-head svg {
  width: 15px;
  height: 15px;
}

.account-product-list,
.account-order-list,
.account-mini-products,
.account-roadmap-list {
  display: grid;
  gap: 10px;
}

.account-product-list > p,
.account-order-list > p,
.account-mini-products > p,
.account-roadmap-list > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.account-product-list article,
.account-order-list article,
.account-mini-products a,
.account-roadmap-list article {
  min-width: 0;
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(4, 11, 26, .52);
  border: 1px solid rgba(255, 255, 255, .07);
}

.account-product-list article {
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  padding: 10px;
}

.account-product-list article > span {
  width: 58px;
  height: 42px;
  min-height: 42px;
  overflow: hidden;
  border-radius: 7px;
}

.account-product-list article > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-product-list article > a,
.account-product-list article > .account-detail-icon,
.account-roadmap-list article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .1);
}

.account-product-list article[role="button"],
.account-order-list article[role="button"] {
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.account-product-list article[role="button"]:hover,
.account-product-list article[role="button"]:focus-visible,
.account-order-list article[role="button"]:hover,
.account-order-list article[role="button"]:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(181, 76, 255, .28);
  background: rgba(124, 60, 255, .09);
  outline: none;
}

.account-order-list article {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.account-order-list article > span,
.account-mini-products a > span {
  width: 38px;
  height: 38px;
  border-radius: 7px;
}

.account-product-list strong,
.account-product-list small,
.account-order-list strong,
.account-order-list small,
.account-mini-products strong,
.account-mini-products small,
.account-roadmap-list strong,
.account-roadmap-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-product-list small,
.account-order-list small,
.account-mini-products small,
.account-roadmap-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.account-order-list b {
  color: var(--purple-2);
  font-size: 12px;
}

.account-order-hint {
  margin-top: 12px;
  padding: 10px;
  display: flex;
  gap: 9px;
  align-items: center;
  border-radius: 8px;
  color: rgba(247, 248, 255, .76);
  background: rgba(124, 60, 255, .08);
  border: 1px solid rgba(181, 76, 255, .15);
  font-size: 11px;
}

.account-order-hint svg {
  width: 18px;
  height: 18px;
  color: var(--purple-2);
}

.admin-request-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  padding: 28px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(1, 5, 15, .78);
  backdrop-filter: blur(12px);
}

.admin-request-modal[hidden] {
  display: none;
}

.admin-request-dialog {
  width: min(920px, 100%);
  padding: 24px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(124, 60, 255, .18), transparent 34%),
    rgba(6, 13, 29, .99);
  border: 1px solid rgba(160, 130, 255, .28);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .62), 0 0 38px rgba(124, 60, 255, .14);
}

.admin-request-dialog-head,
.admin-request-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-request-dialog-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.admin-request-dialog-head h2 {
  margin: 5px 0;
  font-size: 24px;
}

.admin-request-dialog-head p,
.admin-request-dialog-footer span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.admin-request-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}

.admin-request-close:hover {
  color: #ff8cab;
  border-color: rgba(255, 122, 155, .3);
  background: rgba(255, 67, 113, .1);
}

.admin-request-close svg {
  width: 18px;
  height: 18px;
}

.admin-request-detail-grid {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-request-detail-grid article,
.admin-request-message,
.account-detail-hero {
  padding: 14px;
  border-radius: 9px;
  background: rgba(2, 8, 20, .62);
  border: 1px solid rgba(255, 255, 255, .07);
}

.admin-request-detail-grid span,
.admin-request-detail-grid strong,
.admin-request-message > span {
  display: block;
}

.admin-request-detail-grid span,
.admin-request-message > span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-request-detail-grid strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.admin-request-message p {
  margin: 0;
  color: rgba(247, 248, 255, .82);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.admin-request-dialog-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.account-detail-hero {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.account-detail-hero > span {
  width: 120px;
  min-height: 78px;
  overflow: hidden;
  border-radius: 8px;
}

.account-detail-hero img,
.account-detail-product-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-detail-hero strong {
  display: block;
  font-size: 18px;
}

.account-detail-hero p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.account-detail-product-list {
  display: grid;
  gap: 10px;
}

.account-detail-product-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: rgba(4, 11, 26, .52);
  border: 1px solid rgba(255, 255, 255, .07);
}

.account-detail-product-list article > span {
  width: 58px;
  height: 42px;
  overflow: hidden;
  border-radius: 7px;
}

.account-detail-product-list strong,
.account-detail-product-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-detail-product-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.account-detail-product-list b {
  color: var(--purple-2);
  font-size: 12px;
}

.account-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.account-mini-products a {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.account-roadmap-list article {
  grid-template-columns: minmax(0, 1fr) 34px;
}

.account-roadmap-list article.voted {
  border-color: rgba(114, 243, 181, .2);
  background: rgba(24, 226, 141, .06);
}

.account-roadmap-list article.voted > span {
  color: #78f0b6;
  background: rgba(24, 226, 141, .08);
}

.account-roadmap-list article.voted-down {
  border-color: rgba(255, 122, 155, .2);
  background: rgba(255, 67, 113, .06);
}

.account-roadmap-list article.voted-down > span {
  color: #ffadc1;
  background: rgba(255, 67, 113, .08);
}

.account-idea-panel {
  margin-top: 14px;
}

.account-card-head p {
  max-width: 720px;
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.account-idea-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: start;
}

.account-idea-layout.compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.account-idea-cta {
  justify-self: end;
}

.account-idea-form,
.account-idea-list {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.account-idea-form {
  padding: 14px;
  border-radius: 9px;
  background: rgba(4, 11, 26, .52);
  border: 1px solid rgba(255, 255, 255, .07);
}

.account-idea-form label {
  display: grid;
  gap: 7px;
}

.account-idea-form label > span {
  color: rgba(247, 248, 255, .86);
  font-size: 12px;
  font-weight: 900;
}

.account-idea-form input,
.account-idea-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(2, 8, 20, .72);
  border: 1px solid rgba(255, 255, 255, .1);
  outline: none;
}

.account-idea-form textarea {
  padding: 12px;
  resize: vertical;
  line-height: 1.6;
}

.account-idea-form input:focus,
.account-idea-form textarea:focus {
  border-color: rgba(181, 76, 255, .42);
  box-shadow: 0 0 0 3px rgba(124, 60, 255, .1);
}

.public-custom-select {
  position: relative;
}

.public-custom-select > button {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(2, 8, 20, .72);
  border: 1px solid rgba(255, 255, 255, .1);
  outline: none;
}

.public-custom-select > button strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-custom-select > button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--purple-2);
  transition: transform .18s ease;
}

.public-custom-select > button:hover,
.public-custom-select > button[aria-expanded="true"],
.public-custom-select.has-error > button {
  border-color: rgba(181, 76, 255, .42);
  box-shadow: 0 0 0 3px rgba(124, 60, 255, .1);
}

.public-custom-select.has-error > button {
  border-color: rgba(255, 122, 155, .45);
  box-shadow: 0 0 0 3px rgba(255, 67, 113, .12);
}

.public-custom-select > button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.public-custom-select > button:disabled {
  cursor: not-allowed;
  opacity: .62;
}

.admin-custom-select-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 240px;
  overflow: auto;
  padding: 7px;
  display: grid;
  gap: 4px;
  border-radius: 10px;
  background: rgba(5, 12, 28, .98);
  border: 1px solid rgba(160, 130, 255, .24);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .42), 0 0 24px rgba(124, 60, 255, .14);
}

.admin-custom-select-menu[hidden] {
  display: none;
}

.admin-custom-select-menu button {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: rgba(247, 248, 255, .78);
  background: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 850;
}

.admin-custom-select-menu button:hover,
.admin-custom-select-menu button.active {
  color: #fff;
  background: rgba(124, 60, 255, .18);
}

.admin-custom-select-menu button.active {
  box-shadow: inset 2px 0 0 var(--purple-2);
}

.account-idea-form > p,
.account-idea-list > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.account-idea-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: rgba(4, 11, 26, .52);
  border: 1px solid rgba(255, 255, 255, .07);
}

.account-idea-list strong,
.account-idea-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-idea-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.account-idea-list article > span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #ffd88d;
  background: rgba(255, 183, 77, .08);
  border: 1px solid rgba(255, 216, 141, .14);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.account-idea-list .status-accepted > span {
  color: #9af2c5;
  background: rgba(24, 226, 141, .08);
  border-color: rgba(114, 243, 181, .16);
}

.account-idea-list .status-rejected > span {
  color: #ffadc1;
  background: rgba(255, 67, 113, .08);
  border-color: rgba(255, 122, 155, .16);
}

.account-favorite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-favorite-grid > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.account-favorite-card {
  box-shadow: none;
}

.roadmap-idea-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  padding: 28px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(1, 5, 15, .78);
  backdrop-filter: blur(12px);
}

.roadmap-idea-modal[hidden] {
  display: none;
}

.roadmap-idea-dialog {
  width: min(720px, 100%);
  padding: 24px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(124, 60, 255, .18), transparent 34%),
    rgba(6, 13, 29, .99);
  border: 1px solid rgba(160, 130, 255, .28);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .62), 0 0 38px rgba(124, 60, 255, .14);
}

.roadmap-idea-dialog-head,
.roadmap-idea-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.roadmap-idea-dialog-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.roadmap-idea-dialog-head h2 {
  margin: 5px 0;
  font-size: 24px;
}

.roadmap-idea-dialog-head p,
.roadmap-idea-dialog-footer span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.roadmap-idea-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
}

.roadmap-idea-close:hover {
  color: #ff8cab;
  border-color: rgba(255, 122, 155, .3);
  background: rgba(255, 67, 113, .1);
}

.roadmap-idea-form {
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 0;
}

.roadmap-idea-dialog-footer {
  margin-top: 4px;
}

/* Roadmap */

.roadmap-toolbar {
  margin-bottom: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .82);
  border: 1px solid rgba(160, 130, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 22px 70px rgba(0, 0, 0, .16);
}

.roadmap-toolbar strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.roadmap-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.roadmap-filter-grid label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.roadmap-filter-grid label > span {
  color: rgba(247, 248, 255, .76);
  font-size: 11px;
  font-weight: 900;
}

.roadmap-filter-select,
.roadmap-filter-select > button {
  min-width: 0;
}

.roadmap-filter-select > button strong {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roadmap-filter-select .admin-custom-select-menu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roadmap-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.roadmap-column {
  min-width: 0;
  padding: 14px;
  border-radius: 10px;
}

.roadmap-column header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.roadmap-column header > span {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.roadmap-column h2 {
  margin: 0;
  font-size: 16px;
}

.roadmap-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed rgba(181, 76, 255, .22);
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
}

.roadmap-item {
  padding: 14px;
  border-radius: 8px;
}

.roadmap-item + .roadmap-item {
  margin-top: 10px;
}

.roadmap-item.voted {
  border-color: rgba(114, 243, 181, .22);
}

.roadmap-item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.roadmap-item-top span,
.roadmap-item-top strong {
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
}

.roadmap-item-top span {
  color: var(--purple-2);
  background: rgba(124, 60, 255, .12);
}

.roadmap-item-top strong {
  color: #8df3c3;
  background: rgba(24, 226, 141, .08);
}

.roadmap-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.roadmap-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.roadmap-product-link {
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 900;
}

.roadmap-product-link svg {
  width: 15px;
  height: 15px;
}

.roadmap-submitter {
  width: max-content;
  max-width: 100%;
  margin-top: 9px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  border-radius: 999px;
  color: rgba(247, 248, 255, .78);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roadmap-submitter svg {
  width: 14px;
  height: 14px;
  color: var(--purple-2);
  flex: 0 0 auto;
}

.roadmap-vote-form {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.roadmap-vote-form button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .2);
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.roadmap-vote-form button.active {
  color: #bfffe0;
  background: rgba(24, 226, 141, .09);
  border-color: rgba(114, 243, 181, .2);
}

.roadmap-vote-form button.down {
  color: #ffc0cf;
  background: rgba(255, 67, 113, .09);
  border-color: rgba(255, 122, 155, .22);
}

.roadmap-item.voted-down {
  border-color: rgba(255, 122, 155, .22);
}

.roadmap-vote-form svg {
  width: 16px;
  height: 16px;
}

/* Favorites */

.favorites-main {
  min-height: 100vh;
  padding: calc(var(--header-height) + 44px) 0 78px;
}

.favorites-hero {
  padding: 24px 0 28px;
}

.favorites-hero h1 {
  max-width: 900px;
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
}

.favorites-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.favorite-product-card,
.favorites-empty {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .84);
  border: 1px solid rgba(160, 130, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 22px 70px rgba(0, 0, 0, .2);
}

.favorite-product-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border-radius: 10px;
  transition: opacity .18s ease, transform .18s ease;
}

.favorite-product-visual {
  min-height: 150px;
  overflow: hidden;
  border-radius: 8px;
}

.favorite-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorite-product-card span {
  color: var(--purple-2);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.favorite-product-card h2 {
  margin: 7px 0 7px;
  font-size: 20px;
}

.favorite-product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.favorite-product-card footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.favorite-product-card footer strong {
  color: #fff;
  font-size: 18px;
}

.favorite-product-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.favorite-product-actions .btn {
  min-height: 42px;
  padding-inline: 13px;
  font-size: 11px;
}

.favorite-remove-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ff8cab;
  background: rgba(255, 67, 113, .08);
  border: 1px solid rgba(255, 122, 155, .2);
}

.favorite-remove-btn svg {
  width: 18px;
  height: 18px;
  fill: rgba(255, 122, 155, .16);
}

.favorites-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border-radius: 10px;
  text-align: center;
}

.favorites-empty > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 12px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .18);
}

.favorites-empty h2 {
  margin: 0 0 8px;
}

.favorites-empty p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: var(--muted);
  line-height: 1.7;
}

.cart-empty > span {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .13);
  border: 1px solid rgba(181, 76, 255, .2);
}

.cart-empty > span svg {
  width: 38px;
  height: 38px;
}

.cart-empty p {
  margin: 10px 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.cart-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-login-gate {
  border-color: rgba(181, 76, 255, .25);
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 60, 255, .2), transparent 42%),
    rgba(7, 15, 32, .86);
}

@media (max-width: 1100px) {
  .login-shell.is-authenticated {
    grid-template-columns: 1fr;
  }

  .account-side-panel {
    position: static;
    margin-top: 0;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .account-portal-head,
  .account-portal-grid,
  .account-command-strip,
  .account-idea-layout,
  .account-favorite-grid,
  .roadmap-toolbar,
  .roadmap-board,
  .favorites-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-filter-grid {
    grid-template-columns: 1fr;
  }

  .account-portal-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .simple-card {
    padding: 28px;
  }

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

  .simple-actions {
    display: grid;
  }

  .info-page-nav {
    display: grid;
  }

  .info-detail-grid article,
  .info-steps {
    padding: 18px;
  }

  .login-hero {
    padding: 46px 0;
  }

  .login-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .login-provider-card,
  .discord-join-box {
    grid-template-columns: 48px 1fr;
  }

  .login-provider-card .inline-icon,
  .discord-join-box .inline-icon {
    display: none;
  }

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

  .account-overview-details > div {
    border-right: 0;
  }

  .account-profile-main {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 18px;
  }

  .account-avatar-wrap,
  .account-avatar-wrap > img,
  .account-avatar-wrap > span {
    width: 72px;
    height: 72px;
  }

  .account-profile-manage {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .account-profile-id {
    display: grid;
    padding: 15px 18px;
  }

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

  .account-discord-head,
  .account-requirements {
    grid-template-columns: 1fr;
  }

  .account-discord-head > strong {
    justify-self: start;
  }

  .account-requirements article {
    border-right: 0;
  }

  .account-discord-actions {
    display: grid;
  }

  .cart-heading-row,
  .cart-section-head {
    display: grid;
  }

  .cart-heading-count {
    justify-self: start;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-product {
    grid-template-columns: 92px minmax(0, 1fr) 36px;
    padding: 16px;
  }

  .cart-product-visual {
    min-height: 76px;
  }

  .cart-product-price {
    grid-column: 2;
    text-align: left;
  }

  .cart-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .cart-summary {
    position: static;
  }

  .cart-empty {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .cart-login-actions {
    display: grid;
  }

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

  .account-portal-actions {
    display: grid;
  }

  .roadmap-hero-actions,
  .roadmap-idea-dialog-head,
  .roadmap-idea-dialog-footer,
  .account-idea-layout.compact {
    display: grid;
  }

  .account-idea-cta {
    justify-self: stretch;
  }

  .account-product-list article,
  .account-order-list article,
  .account-mini-products a,
  .favorite-product-card {
    grid-template-columns: 1fr;
  }

  .admin-request-modal {
    padding: 12px;
    place-items: start center;
  }

  .admin-request-dialog {
    padding: 18px;
  }

  .admin-request-dialog-head,
  .admin-request-dialog-footer,
  .account-detail-hero,
  .account-detail-product-list article {
    grid-template-columns: 1fr;
  }

  .admin-request-dialog-head,
  .admin-request-dialog-footer {
    display: grid;
  }

  .admin-request-detail-grid {
    grid-template-columns: 1fr;
  }

  .account-detail-actions {
    justify-content: stretch;
  }

  .account-detail-actions .btn,
  .admin-request-dialog-footer > .btn {
    justify-content: center;
  }

  .favorite-product-card footer {
    grid-template-columns: 1fr;
  }

  .favorite-product-actions {
    justify-content: stretch;
  }

  .favorite-product-actions .btn {
    flex: 1;
  }

  .account-order-list b {
    justify-self: start;
  }
}
