.hbl-store-experience {
  padding: 24px 24px 96px;
  color: var(--color-content-neutral-strong);
  font-family: "Inter", sans-serif;
}

.hbl-store-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px 300px;
  gap: 36px;
  align-items: center;
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  padding: 28px 48px;
  overflow: hidden;
  border-radius: 32px;
  background: #fcf3f2;
  color: #181818;
}

.hbl-store-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.hbl-store-eyebrow {
  margin-bottom: 12px;
  color: #d85e59;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hbl-store-hero h1 {
  margin: 0 0 12px;
  color: #181818;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.hbl-store-hero__copy > p:last-child {
  max-width: 450px;
  color: #595959;
  font-size: 16px;
  line-height: 1.5;
}

.hbl-store-hero__character {
  align-self: end;
  width: 252px;
  height: 244px;
  object-fit: contain;
}

.hbl-store-balance {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(125, 66, 62, 0.08);
}

.hbl-store-balance__label {
  margin-bottom: 8px;
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hbl-store-balance__amount {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #181818;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.hbl-store-balance__amount img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hbl-store-balance__guest {
  color: #181818;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
}

.hbl-store-balance > a {
  align-self: flex-start;
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.hbl-store-balance > a:hover {
  color: #d85e59;
}

.hbl-store-shell {
  width: min(100%, 516px);
  margin: 0 auto;
}

.hbl-store-tabs {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  margin: 36px 0 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--color-border-neutral);
  scrollbar-width: none;
}

.hbl-store-tabs::-webkit-scrollbar {
  display: none;
}

.hbl-store-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 12px;
  color: var(--color-content-neutral-medium);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.hbl-store-tabs a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: var(--color-content-primary);
  transition: transform 160ms ease;
}

.hbl-store-tabs a:hover,
.hbl-store-tabs a.active {
  color: var(--color-content-neutral-strong);
}

.hbl-store-tabs a.active::after {
  transform: scaleX(1);
}

.hbl-store-tabs a:focus-visible,
.hbl-store-experience button:focus-visible,
.hbl-store-experience .hbl-btn:focus-visible,
.hbl-store-experience a:focus-visible {
  outline: 3px solid rgba(251, 116, 110, 0.35);
  outline-offset: 3px;
}

.hbl-store-panel {
  min-height: 300px;
}

.hbl-store-section-heading {
  margin: 40px 0 24px;
}

.hbl-store-section-heading h2 {
  margin: 0 0 8px;
  color: var(--color-content-neutral-strong);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hbl-store-section-heading > p {
  color: var(--color-content-neutral-medium);
  font-size: 15px;
  line-height: 1.55;
}

.hbl-store-earned-today {
  display: inline-flex;
  margin-top: 12px !important;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(251, 116, 110, 0.12);
  color: var(--color-content-primary) !important;
  font-size: 13px !important;
  font-weight: 700;
}

.hbl-store-launch-note {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(251, 116, 110, 0.11);
}

.hbl-store-launch-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--color-content-primary);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.hbl-store-launch-note p {
  color: var(--color-content-neutral-strong);
  font-size: 14px;
  line-height: 1.45;
}

.hbl-store-packages.coin-packages {
  width: 100%;
  max-width: none;
  margin: 0;
  row-gap: 12px;
}

.hbl-store-packages .coin-package {
  appearance: none;
  width: 100%;
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 20px;
  background: var(--color-background-main-content);
  color: var(--color-content-neutral-strong);
  text-align: left;
  box-shadow: none;
}

.hbl-store-packages .coin-package:hover:not(:disabled) {
  border-color: rgba(251, 116, 110, 0.7);
  background: rgba(251, 116, 110, 0.05);
}

.hbl-store-packages .coin-package.active {
  border-color: var(--color-content-primary);
  background: rgba(251, 116, 110, 0.1);
  box-shadow: 0 0 0 1px var(--color-content-primary);
}

.hbl-store-packages .coin-package:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.hbl-store-packages .coin-package-left {
  min-width: 0;
  column-gap: 14px;
}

.hbl-store-packages .coin-package-left .coin-icon {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
}

.hbl-store-packages .coin-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hbl-store-packages .coin-detail {
  min-width: 0;
  row-gap: 5px;
}

.coin-package-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.hbl-store-packages .coin-name {
  font-size: 16px;
  line-height: 22px;
}

.hbl-store-package-badge {
  display: inline-flex;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(251, 116, 110, 0.12);
  color: var(--color-content-primary);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.hbl-store-packages .coin-amount {
  color: var(--color-content-neutral-medium);
  font-size: 14px;
  line-height: 20px;
}

.hbl-store-packages .coin-amount .bonus {
  display: inline-block;
  margin-left: 6px;
  color: var(--color-content-primary);
  font-size: 13px;
  font-weight: 650;
}

.hbl-store-package-status {
  color: var(--color-content-neutral-medium);
  font-size: 12px;
  line-height: 18px;
}

.hbl-store-packages .coint-cost {
  flex: 0 0 auto;
  padding: 6px 0 6px 12px;
  color: var(--color-content-neutral-strong);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.hbl-store-buy .buy-actions {
  width: 100%;
  margin: 24px 0 40px;
  row-gap: 16px;
}

.hbl-store-buy .coupon > label {
  display: block;
  margin-bottom: 7px;
  color: var(--color-content-neutral-medium);
  font-size: 12px;
  font-weight: 600;
}

.hbl-store-buy .coupon-code {
  display: flex;
  gap: 8px;
}

.hbl-store-buy .coupon-code input {
  flex: 1 1 auto;
  height: 44px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 10px;
  background: var(--color-background-main-content);
  color: var(--color-content-neutral-strong);
  font-size: 14px;
}

.hbl-store-buy .coupon-code button {
  min-width: 78px;
  height: 44px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 10px;
  background: transparent;
  color: var(--color-content-neutral-strong);
  font-size: 14px;
  font-weight: 650;
}

.hbl-store-buy .coupon-code button:disabled {
  opacity: 0.45;
}

.hbl-store-buy #coupon-message {
  display: flex;
  gap: 6px;
  align-items: center;
  min-height: 20px;
  margin-top: 6px;
  color: var(--color-content-neutral-medium);
  font-size: 12px;
}

.hbl-store-buy #coupon-message svg {
  width: 18px;
  height: 18px;
}

.hbl-store-buy #buy-submit {
  justify-content: center;
  width: 100%;
  height: 48px;
  text-decoration: none;
}

.hbl-store-buy #buy-submit[aria-disabled="true"] {
  pointer-events: none;
}

.hbl-store-empty {
  padding: 32px 20px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 20px;
  text-align: center;
}

.hbl-store-empty h3 {
  margin-bottom: 6px;
  color: var(--color-content-neutral-strong);
  font-size: 18px;
}

.hbl-store-empty p {
  color: var(--color-content-neutral-medium);
  font-size: 14px;
}

.hbl-store-crosslink {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 20px;
  background: var(--color-background-main-content);
}

.hbl-store-crosslink h3 {
  margin-bottom: 5px;
  color: var(--color-content-neutral-strong);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.hbl-store-crosslink p {
  color: var(--color-content-neutral-medium);
  font-size: 13px;
  line-height: 1.45;
}

.hbl-store-crosslink .hbl-btn {
  flex: 0 0 auto;
  justify-content: center;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
}

.hbl-store-reward-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hbl-store-reward-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--color-border-neutral);
  border-radius: 20px;
  background: var(--color-background-main-content);
}

.hbl-store-reward-card--muted {
  background: var(--color-background-toggle);
}

.hbl-store-reward-card__icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.hbl-store-reward-card__content {
  flex: 1 1 auto;
  min-width: 0;
}

.hbl-store-reward-card__title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 6px;
}

.hbl-store-reward-card__title h3 {
  color: var(--color-content-neutral-strong);
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}

.hbl-store-reward-card__title > strong {
  flex: 0 0 auto;
  color: var(--color-content-primary);
  font-size: 14px;
  font-weight: 750;
  line-height: 23px;
}

.hbl-store-reward-card__content > p {
  color: var(--color-content-neutral-medium);
  font-size: 13px;
  line-height: 1.5;
}

.hbl-store-reward-card__footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--color-content-neutral-medium);
  font-size: 11px;
  line-height: 1.4;
}

.hbl-store-reward-card__footer a,
.hbl-store-text-link {
  flex: 0 0 auto;
  color: var(--color-content-primary);
  font-weight: 700;
  text-decoration: none;
}

.hbl-store-text-link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 13px;
}

.hbl-store-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.05em;
}

.hbl-store-status.done {
  background: rgba(0, 190, 35, 0.11);
  color: #00991c;
}

.hbl-store-status.coming-soon {
  background: var(--color-background-pagination);
  color: var(--color-content-neutral-medium);
}

.hbl-store-status.unavailable {
  background: var(--color-background-pagination);
  color: var(--color-content-neutral-medium);
  text-align: center;
}

.hbl-store-comment-progress {
  flex: 0 0 auto;
  color: var(--color-content-neutral-strong);
  font-weight: 700;
}

.hbl-store-streak {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: var(--color-background-toggle);
}

.hbl-store-streak__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
}

.hbl-store-streak__summary strong {
  color: var(--color-content-neutral-strong);
  font-size: 13px;
}

.hbl-store-streak__summary > span:first-of-type {
  color: var(--color-content-neutral-strong);
  font-weight: 700;
}

.hbl-store-streak__summary > span:last-child {
  grid-column: 1 / -1;
  color: var(--color-content-neutral-medium);
}

.hbl-store-streak__track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.hbl-store-streak__track span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 1px solid var(--color-border-neutral);
  border-radius: 50%;
  background: var(--color-background-main-content);
  color: var(--color-content-neutral-medium);
  font-size: 10px;
  font-weight: 700;
}

.hbl-store-streak__track span.complete {
  border-color: var(--color-content-primary);
  background: var(--color-content-primary);
  color: #ffffff;
}

.hbl-store-streak__track span.bonus {
  border-radius: 9px;
  color: var(--color-content-primary);
}

.hbl-store-streak__track span.bonus.complete {
  color: #ffffff;
}

.hbl-store-how-it-works {
  margin-top: 40px;
  padding: 22px;
  border-radius: 20px;
  background: var(--color-background-toggle);
}

.hbl-store-how-it-works h3 {
  margin-bottom: 18px;
  color: var(--color-content-neutral-strong);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hbl-store-how-it-works ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.hbl-store-how-it-works li {
  display: flex;
  gap: 12px;
}

.hbl-store-how-it-works li > span {
  display: flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-content-primary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
}

.hbl-store-how-it-works strong {
  display: block;
  margin-bottom: 2px;
  color: var(--color-content-neutral-strong);
  font-size: 14px;
}

.hbl-store-how-it-works p {
  color: var(--color-content-neutral-medium);
  font-size: 12px;
  line-height: 1.45;
}

.hbl-store-reward-terms {
  margin-top: 24px;
  color: var(--color-content-neutral-medium);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .hbl-store-hero {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 20px;
  }

  .hbl-store-hero__character {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 200px;
    height: 194px;
  }

  .hbl-store-balance {
    grid-column: 1;
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .hbl-store-experience {
    padding: 16px 16px 72px;
  }

  .hbl-store-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    min-height: 0;
    padding: 28px 22px 22px;
    border-radius: 24px;
  }

  .hbl-store-hero__copy {
    grid-column: 1 / -1;
    padding-right: 72px;
  }

  .hbl-store-hero h1 {
    max-width: 290px;
    font-size: 34px;
  }

  .hbl-store-hero__copy > p:last-child {
    padding-right: 26px;
    font-size: 14px;
  }

  .hbl-store-hero__character {
    position: absolute;
    top: 18px;
    right: -16px;
    width: 144px;
    height: 140px;
  }

  .hbl-store-balance {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    margin-top: 6px;
    padding: 16px;
  }

  .hbl-store-balance__amount {
    font-size: 21px;
  }

  .hbl-store-tabs {
    margin-top: 28px;
  }

  .hbl-store-section-heading {
    margin-top: 32px;
  }

  .hbl-store-section-heading h2 {
    font-size: 25px;
  }
}

@media (max-width: 520px) {
  .hbl-store-packages .coin-package {
    min-height: 100px;
    padding: 14px;
  }

  .hbl-store-packages .coin-package-left .coin-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .hbl-store-packages .coin-package-left {
    column-gap: 10px;
  }

  .hbl-store-packages .coin-amount .bonus {
    display: block;
    margin-left: 0;
  }

  .hbl-store-packages .coint-cost {
    padding-left: 8px;
    font-size: 14px;
  }

  .hbl-store-package-badge {
    width: fit-content;
  }

  .hbl-store-crosslink {
    flex-direction: column;
    align-items: stretch;
  }

  .hbl-store-crosslink .hbl-btn {
    width: 100%;
  }

  .hbl-store-reward-card {
    gap: 12px;
  }

  .hbl-store-reward-card__icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .hbl-store-reward-card__title {
    gap: 8px;
  }

  .hbl-store-reward-card__footer {
    align-items: flex-start;
  }

  .hbl-store-streak {
    margin-left: -64px;
  }
}
.hbl-store-payment-form {
  display: none !important;
}
