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

.sharp-plans__content {
  padding-top: max(18px, env(safe-area-inset-top)) !important;
  gap: 14px !important;
}

.sharp-plans-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 70px;
}

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

.sharp-plans-header__brand img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 14px rgba(142, 92, 16, 0.12));
}

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

.sharp-plans-header__brand strong {
  overflow: hidden;
  color: #111113;
  font-size: 23px;
  font-weight: 790;
  line-height: 1;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plans-header__brand span {
  overflow: hidden;
  color: rgba(75, 67, 58, 0.66);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sharp-plans-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.sharp-plans-header__icon,
.sharp-plans-header__avatar {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(205, 161, 74, 0.2);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.9);
  color: #111113;
  box-shadow: 0 12px 26px rgba(127, 88, 20, 0.09), inset 0 1px 0 rgba(255,255,255,0.82);
}

.sharp-plans-header__icon svg,
.sharp-plans-header__avatar svg {
  width: 24px;
  height: 24px;
}

.sharp-plans-header__avatar {
  border-radius: 999px;
  color: #a97819;
  background: linear-gradient(180deg, #fffaf0, #f5ebd8);
}

.sharp-plans-header__icon i {
  position: absolute;
  right: -5px;
  top: -6px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #e3b446, #bd8119);
  color: #fffaf0;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  box-shadow: 0 8px 14px rgba(160, 100, 14, 0.2);
}

.sharp-plans-hero {
  padding: 16px !important;
  border-radius: 24px !important;
}

.sharp-plans-hero__brand {
  display: none !important;
}

.sharp-plans-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(201, 151, 52, 0.2);
  border-radius: 999px;
  background: rgba(244, 221, 174, 0.34);
  color: #9a6816;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.sharp-plans-hero h1 {
  max-width: 300px;
  font-size: 29px !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.sharp-plan-featured {
  min-height: 0 !important;
  border: 1px solid rgba(215, 166, 71, 0.24) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(234, 187, 83, 0.2), transparent 34%),
    linear-gradient(180deg, #141414 0%, #090909 100%) !important;
}

.sharp-plan-featured__glow {
  position: absolute;
  right: -48px;
  top: -62px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(224, 176, 72, 0.22);
  filter: blur(28px);
}

.sharp-plan-featured__content {
  min-height: 0 !important;
  padding: 18px !important;
}

.sharp-plan-featured h2 {
  max-width: none !important;
}

.sharp-plan-featured__stats {
  width: 100% !important;
  margin-top: 4px !important;
}

.sharp-plan-card {
  position: relative;
}

.sharp-plan-card__media,
.sharp-plan-featured__image,
.sharp-plan-featured__shade {
  display: none !important;
}

.sharp-plan-card__body {
  position: relative;
  padding: 16px !important;
  gap: 12px !important;
}

.sharp-plan-card__head-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #b77a15;
  background: linear-gradient(180deg, rgba(255, 248, 232, 0.95), rgba(243, 225, 188, 0.74));
  border: 1px solid rgba(205, 161, 74, 0.2);
  box-shadow: 0 10px 22px rgba(138, 92, 18, 0.1);
}

.sharp-plan-card__head-icon svg {
  width: 25px;
  height: 25px;
}

.sharp-plan-card__badge {
  position: absolute;
  right: 14px;
  top: 15px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7d978, #d4a035);
  color: #241606;
  font-size: 12px;
  font-weight: 740;
  box-shadow: 0 8px 16px rgba(188, 130, 24, 0.16);
}

.sharp-plan-card__title-row {
  margin-top: 2px;
}

.sharp-plan-card__title-row > strong {
  padding-top: 2px;
}

.sharp-plan-card__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.sharp-plan-list__head h2 {
  font-size: 23px !important;
}

@media (max-width: 420px) {
  .sharp-plans__content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .sharp-plans-header__brand img {
    width: 52px;
    height: 52px;
  }

  .sharp-plans-header__brand strong {
    font-size: 21px;
  }

  .sharp-plans-header__icon,
  .sharp-plans-header__avatar {
    width: 48px;
    height: 48px;
  }

  .sharp-plan-card__grid .sharp-plan-metric {
    min-height: 96px;
  }
}

@media (max-width: 370px) {
  .sharp-plans-header__brand span {
    max-width: 142px;
  }

  .sharp-plans-header__actions {
    gap: 7px;
  }

  .sharp-plans-header__icon,
  .sharp-plans-header__avatar {
    width: 44px;
    height: 44px;
  }

  .sharp-plan-card__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.sharp-plans-header__brand div {
  overflow: hidden;
}

.sharp-plans-header__brand span {
  max-width: 165px;
}

.sharp-plans-header__icon {
  overflow: visible;
}

.sharp-plans-header__icon i {
  right: 0;
  top: 0;
  transform: translate(28%, -28%);
}

.sharp-plan-featured {
  contain: paint;
}

.sharp-plan-featured__glow {
  right: -8px;
  top: -44px;
  width: 132px;
  height: 132px;
}

.sharp-plans-header__brand span {
  max-width: 195px;
  font-size: 12px;
}

.sharp-plans-header__icon i {
  right: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  transform: none;
  font-size: 11px;
}

.sharp-plan-featured__glow {
  right: 0;
  top: -30px;
  width: 104px;
  height: 104px;
}
