body.sharp-plans-shell,
body.sharp-plans-shell #app {
  background: #fbf7ef !important;
  color: #111113 !important;
}

body.sharp-plans-shell #app::before,
body.sharp-plans-shell #app::after,
body.sharp-plans-shell .stars,
body.sharp-plans-shell .app-stars-layer,
body.sharp-plans-shell .shooting-stars-layer {
  display: none !important;
}

body.sharp-plans-shell .top-bar {
  display: none !important;
}

body.sharp-plans-shell .lockin-shared-topbar {
  padding: max(14px, env(safe-area-inset-top)) 22px 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.sharp-plans-shell .lockin-shared-topbar::before,
body.sharp-plans-shell .lockin-shared-topbar::after,
body.sharp-plans-shell .lockin-shared-topbar__sparkles {
  display: none !important;
}

body.sharp-plans-shell .lockin-shared-topbar__title {
  color: #111113 !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 30px !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
  text-shadow: none !important;
}

body.sharp-plans-shell .lockin-home__header-actions {
  gap: 10px !important;
}

body.sharp-plans-shell .lockin-home__balance-card,
body.sharp-plans-shell .lockin-home__gift-card {
  border: 1px solid rgba(205, 161, 74, 0.2) !important;
  background: rgba(255, 253, 248, 0.88) !important;
  color: #8d6115 !important;
  box-shadow: 0 12px 28px rgba(139, 98, 24, 0.1), inset 0 1px 0 rgba(255,255,255,0.82) !important;
  backdrop-filter: blur(12px) !important;
}

body.sharp-plans-shell .lockin-home__balance-label,
body.sharp-plans-shell .lockin-home__balance-pending-label,
body.sharp-plans-shell .lockin-home__balance-value,
body.sharp-plans-shell .lockin-home__balance-pending strong {
  color: #8d6115 !important;
}

.sharp-plans-page {
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(226, 178, 78, 0.18), rgba(226, 178, 78, 0) 32%),
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 36%, #f7f2e9 100%);
}

.sharp-plans__content {
  display: grid;
  gap: 16px;
  padding: 6px 22px 116px;
}

.sharp-plans-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 17px;
  border: 1px solid rgba(206, 162, 76, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(222, 170, 63, 0.2), rgba(222, 170, 63, 0) 42%),
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,250,240,0.78));
  box-shadow: 0 18px 38px rgba(123, 86, 20, 0.1), inset 0 1px 0 rgba(255,255,255,0.86);
}

.sharp-plans-hero__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sharp-plans-hero__brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(138, 92, 17, 0.12));
}

.sharp-plans-hero__brand div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.sharp-plans-hero__brand span {
  color: #a4761b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.sharp-plans-hero__brand strong {
  overflow: hidden;
  color: rgba(43, 37, 30, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plans-hero h1 {
  margin: 2px 0 0;
  color: #111113;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 36px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.045em;
}

.sharp-plans-hero p {
  max-width: 330px;
  margin: 0;
  color: rgba(61, 55, 48, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

.sharp-plans-hero__stats,
.sharp-active-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 3px;
}

.sharp-plans-hero__stats span,
.sharp-active-summary article {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid rgba(203, 154, 59, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.sharp-plans-hero__stats em,
.sharp-active-summary span {
  display: block;
  overflow: hidden;
  color: rgba(93, 75, 48, 0.58);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sharp-plans-hero__stats strong,
.sharp-active-summary strong {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #151311;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plans-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 5px;
  border: 1px solid rgba(202, 157, 72, 0.16);
  border-radius: 20px;
  background: rgba(255, 252, 246, 0.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 10px 26px rgba(121, 84, 18, 0.07);
}

.sharp-plans-tabs__item {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: rgba(73, 64, 54, 0.68);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
}

.sharp-plans-tabs__item svg {
  width: 20px;
  height: 20px;
}

.sharp-plans-tabs__item.is-active {
  color: #fffaf0;
  background: linear-gradient(180deg, #dfb84e 0%, #b98118 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.36), 0 10px 20px rgba(150, 96, 10, 0.17);
}

.sharp-plan-featured {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  border-radius: 24px;
  background: #0d0d0d;
  box-shadow: 0 20px 42px rgba(18, 15, 9, 0.18);
}

.sharp-plan-featured__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sharp-plan-featured__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.72) 44%, rgba(8, 8, 8, 0.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.24));
}

.sharp-plan-featured__content {
  position: relative;
  z-index: 1;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 20px 18px 18px;
}

.sharp-plan-featured__head,
.sharp-plan-card__title-row,
.sharp-active-plan__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sharp-plan-featured__eyebrow {
  color: #f4d889;
  font-size: 13px;
  font-weight: 660;
  line-height: 1;
}

.sharp-plan-featured__badge,
.sharp-plan-card__media span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7d978, #d4a035);
  color: #241606;
  font-size: 12px;
  font-weight: 760;
  box-shadow: 0 8px 16px rgba(188, 130, 24, 0.2);
}

.sharp-plan-featured__badge svg {
  width: 15px;
  height: 15px;
}

.sharp-plan-featured h2 {
  margin: 2px 0 0;
  max-width: 210px;
  color: #fff;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.sharp-plan-featured__price {
  color: #fff;
  font-size: 28px;
  font-weight: 820;
  line-height: 1;
}

.sharp-plan-featured__stats {
  width: min(100%, 275px);
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.sharp-plan-metric {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas: "icon label" "icon value";
  gap: 3px 9px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(221, 181, 95, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.sharp-plan-featured .sharp-plan-metric {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(244, 216, 143, 0.2);
}

.sharp-plan-metric i {
  grid-area: icon;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #bd8119;
  background: rgba(231, 182, 75, 0.13);
}

.sharp-plan-featured .sharp-plan-metric i {
  color: #f4d889;
  background: rgba(244, 216, 143, 0.14);
}

.sharp-plan-metric i svg {
  width: 20px;
  height: 20px;
}

.sharp-plan-metric em {
  grid-area: label;
  overflow: hidden;
  color: rgba(82, 70, 54, 0.64);
  font-size: 11px;
  font-style: normal;
  font-weight: 620;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plan-featured .sharp-plan-metric em {
  color: rgba(255,255,255,0.62);
}

.sharp-plan-metric strong {
  grid-area: value;
  overflow: hidden;
  color: #141414;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plan-featured .sharp-plan-metric strong {
  color: #fff;
}

.sharp-plan-metric.is-green strong {
  color: #159246;
}

.sharp-plan-featured__cta,
.sharp-plan-card__cta,
.sharp-plans-empty__cta {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(112, 72, 8, 0.18);
  border-radius: 17px;
  background: linear-gradient(180deg, #f6d776 0%, #d09a25 48%, #a0640e 100%);
  color: #fffaf0;
  font-size: 17px;
  font-weight: 760;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.52), 0 14px 28px rgba(155, 94, 8, 0.2);
}

.sharp-plan-featured__cta svg,
.sharp-plan-card__cta svg,
.sharp-plans-empty__cta svg {
  width: 20px;
  height: 20px;
}

.sharp-plan-list {
  display: grid;
  gap: 13px;
}

.sharp-plan-list__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
}

.sharp-plan-list__head h2 {
  margin: 0;
  color: #111113;
  font-size: 24px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sharp-plan-list__head span {
  color: rgba(75, 67, 58, 0.58);
  font-size: 13px;
  font-weight: 640;
}

.sharp-plan-card,
.sharp-active-plan,
.sharp-plans-empty {
  overflow: hidden;
  border: 1px solid rgba(206, 162, 76, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 14px 32px rgba(126, 86, 20, 0.09), inset 0 1px 0 rgba(255,255,255,0.84);
}

.sharp-plan-card__media {
  position: relative;
  height: 150px;
  background: #111;
}

.sharp-plan-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sharp-plan-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.18));
}

.sharp-plan-card__media span {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
}

.sharp-plan-card__body {
  display: grid;
  gap: 11px;
  padding: 15px;
}

.sharp-plan-card__title-row > div {
  min-width: 0;
}

.sharp-plan-card__title-row em {
  display: block;
  color: #a4761b;
  font-size: 11px;
  font-style: normal;
  font-weight: 720;
  line-height: 1;
}

.sharp-plan-card__title-row h3 {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: #111113;
  font-size: 22px;
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.sharp-plan-card__title-row > strong {
  flex: 0 0 auto;
  color: #111113;
  font-size: 18px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}

.sharp-plan-card__body p {
  margin: 0;
  color: rgba(63, 56, 49, 0.68);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.28;
}

.sharp-plan-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sharp-plan-card__grid .sharp-plan-metric {
  grid-template-columns: 1fr;
  grid-template-areas: "icon" "label" "value";
  justify-items: start;
  gap: 6px;
  padding: 9px;
  border-radius: 15px;
}

.sharp-plan-card__grid .sharp-plan-metric i {
  width: 30px;
  height: 30px;
  border-radius: 11px;
}

.sharp-plan-card__grid .sharp-plan-metric i svg {
  width: 18px;
  height: 18px;
}

.sharp-plan-card__grid .sharp-plan-metric em,
.sharp-plan-card__grid .sharp-plan-metric strong {
  max-width: 100%;
  white-space: normal;
}

.sharp-plan-card__grid .sharp-plan-metric strong {
  font-size: 13px;
}

.sharp-active-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.sharp-active-list {
  display: grid;
  gap: 12px;
}

.sharp-active-plan {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.sharp-active-plan__top > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: #b77a15;
  background: rgba(225, 176, 71, 0.13);
}

.sharp-active-plan__top svg {
  width: 23px;
  height: 23px;
}

.sharp-active-plan__top div {
  min-width: 0;
  margin-right: auto;
}

.sharp-active-plan__top strong {
  display: block;
  overflow: hidden;
  color: #111113;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-active-plan__top em {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(75, 67, 58, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-active-plan__top b {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(27, 154, 73, 0.1);
  color: #168b45;
  font-size: 10px;
  line-height: 1;
}

.sharp-active-plan__earned {
  padding: 13px;
  border-radius: 18px;
  background: rgba(247, 238, 219, 0.72);
}

.sharp-active-plan__earned span {
  display: block;
  color: rgba(75, 67, 58, 0.6);
  font-size: 11px;
  font-weight: 700;
}

.sharp-active-plan__earned strong {
  display: block;
  margin-top: 5px;
  color: #111113;
  font-size: 26px;
  font-weight: 820;
  line-height: 1;
}

.sharp-active-plan__bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(191, 143, 52, 0.14);
}

.sharp-active-plan__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a76a10, #e2b64f);
}

.sharp-active-plan__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sharp-active-plan__meta span {
  min-width: 0;
  padding: 9px;
  border-radius: 14px;
  background: rgba(255,255,255,0.68);
}

.sharp-active-plan__meta em,
.sharp-active-plan__meta strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-active-plan__meta em {
  color: rgba(75, 67, 58, 0.58);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.sharp-active-plan__meta strong {
  margin-top: 4px;
  color: #111113;
  font-size: 15px;
  font-weight: 800;
}

.sharp-plans-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px 18px;
  text-align: center;
}

.sharp-plans-empty > svg {
  width: 42px;
  height: 42px;
  color: #bb811c;
}

.sharp-plans-empty strong {
  color: #111113;
  font-size: 18px;
  font-weight: 800;
}

.sharp-plans-empty span {
  max-width: 280px;
  color: rgba(75, 67, 58, 0.64);
  font-size: 13px;
  line-height: 1.35;
}

.sharp-plans-empty__cta {
  margin-top: 4px;
}

@media (max-width: 420px) {
  body.sharp-plans-shell .lockin-shared-topbar {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.sharp-plans-shell .lockin-shared-topbar__title {
    font-size: 27px !important;
  }

  .sharp-plans__content {
    gap: 14px;
    padding: 5px 18px 112px;
  }

  .sharp-plans-hero {
    padding: 15px;
    border-radius: 24px;
  }

  .sharp-plans-hero h1 {
    font-size: 32px;
  }

  .sharp-plan-featured {
    min-height: 304px;
  }

  .sharp-plan-featured__content {
    min-height: 304px;
    padding: 18px 16px 16px;
  }

  .sharp-plan-featured h2 {
    font-size: 28px;
  }

  .sharp-plan-card__media {
    height: 138px;
  }

  .sharp-plan-card__body {
    padding: 14px;
  }

  .sharp-plan-card__grid {
    gap: 7px;
  }
}

@media (max-width: 370px) {
  .sharp-plans-hero__stats,
  .sharp-plan-card__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sharp-plan-featured__stats {
    width: 100%;
  }

  .sharp-plan-card__grid .sharp-plan-metric {
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-areas: "icon label" "icon value";
  }
}


.sharp-plan-accruals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.sharp-plan-accruals__chip {
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid rgba(205, 158, 62, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.94), rgba(248, 239, 220, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.sharp-plan-accruals__chip em,
.sharp-plan-accruals__chip strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plan-accruals__chip em {
  color: rgba(79, 66, 47, 0.66);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.sharp-plan-accruals__chip strong {
  margin-top: 3px;
  color: #9f6a13;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.plan-open-modal__intervals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.plan-open-modal__interval {
  min-width: 0;
  min-height: 64px;
  padding: 10px 8px;
  border: 1px solid rgba(205, 158, 62, 0.24);
  border-radius: 14px;
  color: #2a241a;
  background: linear-gradient(180deg, #fffaf0, #f5ead4);
  box-shadow: 0 8px 20px rgba(95, 66, 20, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  text-align: left;
}

.plan-open-modal__interval.is-selected {
  border-color: rgba(172, 113, 20, 0.76);
  background: linear-gradient(180deg, #d9a83a, #a86b12);
  color: #fff8e8;
  box-shadow: 0 10px 22px rgba(170, 111, 18, 0.22);
}

.plan-open-modal__interval span,
.plan-open-modal__interval strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-open-modal__interval span {
  font-size: 10px;
  font-weight: 750;
  line-height: 1.15;
  opacity: 0.82;
}

.plan-open-modal__interval strong {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 380px) {
  .sharp-plan-accruals,
  .plan-open-modal__intervals {
    gap: 6px;
  }

  .sharp-plan-accruals__chip {
    padding: 7px 5px;
  }

  .plan-open-modal__interval {
    padding: 9px 6px;
  }
}


.sharp-active-plan__close,
.sharp-active-plan__close-note {
  width: 100%;
  min-height: 38px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.sharp-active-plan__close {
  border: 1px solid rgba(168, 107, 18, 0.48);
  color: #fff8e8;
  background: linear-gradient(180deg, #d8a43b, #9d6210);
  box-shadow: 0 8px 18px rgba(156, 99, 16, 0.18);
}

.sharp-active-plan__close:disabled {
  opacity: 0.65;
}

.sharp-active-plan__close-note {
  display: grid;
  place-items: center;
  border: 1px solid rgba(205, 158, 62, 0.18);
  color: rgba(76, 62, 43, 0.58);
  background: rgba(255, 248, 235, 0.62);
}


.plan-open-modal__amount-card--input {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.plan-open-modal__amount-input-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(205, 158, 62, 0.3);
  border-radius: 14px;
  background: rgba(255, 250, 239, 0.86);
}

.plan-open-modal__amount-input-wrap span {
  color: #9f6a13;
  font-size: 12px;
  font-weight: 850;
}

.plan-open-modal__amount-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #16130e;
  background: transparent;
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}
