@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/web-shell/fonts/space-grotesk-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/web-shell/fonts/nunito-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --nomo-ink: #191a23;
  --nomo-lime: #b9ff66;
  --nomo-paper: #f3f3f3;
  --nomo-muted: #595b63;
  --nomo-border: #191a23;
  --nomo-font: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nomo-caption-font: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:not(.nomo-web-entry-ready) #pricing {
  visibility: hidden;
}

.nomo-entry {
  background: #fff;
  color: var(--nomo-ink);
  font-family: var(--nomo-font);
  padding: 70px 0;
}

.nomo-entry__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.nomo-entry [hidden] {
  display: none !important;
}

.nomo-entry__eyebrow {
  display: inline-flex;
  background: var(--nomo-lime);
  border-radius: 7px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 2px 7px;
}

.nomo-entry h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 20px 0 0;
  max-width: 520px;
}

.nomo-entry__intro {
  color: var(--nomo-ink);
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 22px 0 0;
  max-width: 440px;
}

.nomo-entry__callout {
  align-items: center;
  background: var(--nomo-lime);
  border: 1px solid var(--nomo-ink);
  border-radius: 20px;
  box-shadow: 0 4px 0 var(--nomo-ink);
  display: flex;
  font-size: 1rem;
  gap: 14px;
  line-height: 1.5;
  margin-top: 28px;
  max-width: 460px;
  padding: 20px 24px;
}

.nomo-entry__callout img {
  flex: 0 0 auto;
}

.nomo-entry__card {
  background: var(--nomo-ink);
  border: 1px solid var(--nomo-border);
  border-radius: 45px;
  box-shadow: 0 5px 0 var(--nomo-ink);
  color: #fff;
  min-width: 0;
  padding: clamp(30px, 3.5vw, 44px);
}

.nomo-entry__selector {
  background: #fff;
  border: 1px solid var(--nomo-ink);
  border-radius: 999px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 26px;
  max-width: 100%;
  padding: 4px;
}

.nomo-entry__selector-button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--nomo-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  padding: 9px 18px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.nomo-entry__selector-button.on {
  background: var(--nomo-ink);
  color: #fff;
}

.nomo-entry__selector-button:focus-visible,
.nomo-entry__button:focus-visible {
  outline: 3px solid var(--nomo-lime);
  outline-offset: 3px;
}

.nomo-entry__plan-heading,
.nomo-entry__price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.nomo-entry__plan-heading {
  align-items: center;
}

.nomo-entry__plan-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.nomo-entry__plan-badge {
  background: var(--nomo-lime);
  border-radius: 999px;
  color: var(--nomo-ink);
  font-family: var(--nomo-caption-font);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 9px;
}

.nomo-entry__price-row {
  margin-top: 12px;
}

.nomo-entry__price {
  color: var(--nomo-lime);
  font-size: clamp(2.8rem, 6vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.nomo-entry__price--trial {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.nomo-entry__period {
  font-size: 1.125rem;
}

.nomo-entry__billing-note {
  font-size: 1rem;
  line-height: 1.45;
  margin: 10px 0 0;
}

.nomo-entry__divider {
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin: 26px 0;
}

.nomo-entry__features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nomo-entry__features > div {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  gap: 12px;
  line-height: 1.45;
}

.nomo-entry__features span {
  align-items: center;
  background: var(--nomo-lime);
  border-radius: 50%;
  color: var(--nomo-ink);
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 0.76rem;
  height: 20px;
  justify-content: center;
  margin-top: 1px;
}

.nomo-entry__actions {
  margin-top: 30px;
}

.nomo-entry__button {
  align-items: center;
  border: 1px solid var(--nomo-ink);
  border-radius: 14px;
  color: var(--nomo-ink);
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  text-decoration: none;
  width: 100%;
}

.nomo-entry__button--primary {
  background: var(--nomo-lime);
}

.nomo-entry__button--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.nomo-entry__button[aria-disabled="true"] {
  background: #ecece7;
  border-color: #b9bbb2;
  color: #777970;
  cursor: not-allowed;
}

.nomo-entry__promise,
.nomo-entry__status {
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 14px 0 0;
  text-align: center;
}

.nomo-entry__paid {
  text-align: center;
}

.nomo-entry__or {
  display: block;
  font-family: var(--nomo-caption-font);
  font-size: 0.84rem;
  font-weight: 800;
  margin: 14px 0;
  opacity: 0.8;
}

.shell-page {
  background: #f7f5ef;
  color: var(--nomo-ink);
  display: grid;
  font-family: var(--nomo-font);
  min-height: 100vh;
  padding: 24px;
  place-items: center;
}

.shell-card {
  background: #fff;
  border: 1px solid var(--nomo-border);
  border-radius: 28px;
  box-shadow: 0 5px 0 var(--nomo-ink);
  max-width: 620px;
  padding: clamp(30px, 7vw, 64px);
}

.shell-card h1 {
  font-size: clamp(2.2rem, 7vw, 4rem);
  line-height: 1;
  margin: 16px 0 24px;
}

.shell-card p {
  color: var(--nomo-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.shell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.shell-action {
  background: var(--nomo-ink);
  border: 1px solid var(--nomo-ink);
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  padding: 16px 22px;
  text-decoration: none;
}

.shell-action--secondary {
  background: #fff;
  color: var(--nomo-ink);
}

.shell-note {
  border-left: 4px solid var(--nomo-lime);
  padding-left: 14px;
}

.shell-form,
.shell-products {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.shell-form label,
.shell-product {
  display: grid;
  font-weight: 700;
  gap: 8px;
}

.shell-form input {
  border: 1px solid var(--nomo-border);
  border-radius: 10px;
  font: inherit;
  min-height: 48px;
  padding: 0 12px;
}

.shell-product {
  align-items: center;
  border: 1px solid #c9cbc3;
  border-radius: 12px;
  grid-template-columns: auto 1fr;
  padding: 14px;
}

.shell-warning {
  background: #fff8d6;
  border: 2px solid var(--nomo-border);
  border-radius: 16px;
  margin: 24px 0;
  padding: 20px;
}

.shell-warning h2 {
  margin-top: 0;
}

.shell-link-button {
  background: transparent;
  border: 0;
  color: var(--nomo-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin-top: 16px;
  text-decoration: underline;
}

.shell-qr {
  display: block;
  height: 240px;
  margin: 28px auto 0;
  max-width: 100%;
  width: 240px;
}

.shell-qr[hidden] {
  display: none;
}

.shell-action:disabled,
.shell-link-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

@media (max-width: 980px) {
  .nomo-entry__inner {
    grid-template-columns: 1fr;
  }

  .nomo-entry__copy {
    max-width: 640px;
  }
}

@media (max-width: 520px) {
  .nomo-entry {
    padding: 54px 0;
  }

  .nomo-entry__inner {
    gap: 38px;
  }

  .nomo-entry__card {
    border-radius: 30px;
  }

  .nomo-entry__selector {
    border-radius: 20px;
    display: grid;
    width: 100%;
  }

  .nomo-entry__selector-button {
    width: 100%;
  }
}

/* Focused account and checkout surface */
.shell-page--account,
.shell-page--onboarding {
  background: var(--nomo-paper);
  display: block;
  margin: 0;
  padding: 0;
  place-items: normal;
}

.shell-page--account *,
.shell-page--account *::before,
.shell-page--account *::after,
.shell-page--onboarding *,
.shell-page--onboarding *::before,
.shell-page--onboarding *::after {
  box-sizing: border-box;
}

.shell-page--account [hidden],
.shell-page--onboarding [hidden] {
  display: none !important;
}

.shell-layout {
  min-height: 100vh;
  width: 100%;
}

.shell-nav {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  position: sticky;
  top: 0;
  z-index: 80;
}

.shell-nav__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 73px;
  padding: 14px clamp(20px, 4vw, 60px);
}

.shell-nav__brand {
  color: var(--nomo-ink);
  display: inline-flex;
  flex: 0 0 auto;
}

.shell-nav__wordmark {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
}

.shell-nav__logo {
  display: block;
  fill: currentColor;
  height: 26px;
  width: auto;
}

.shell-nav__actions {
  align-items: center;
  display: flex;
  gap: 20px;
  min-width: 0;
}

.shell-nav__identity {
  color: var(--nomo-muted);
  font-family: var(--nomo-caption-font);
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell-nav__links {
  align-items: center;
  display: flex;
  gap: 28px;
}

.shell-nav__link {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--nomo-ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 2px;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease;
}

.shell-nav__link:hover,
.shell-nav__link:focus-visible {
  border-bottom-color: var(--nomo-lime);
  color: var(--nomo-ink);
}

.shell-nav__sign-out {
  border-bottom: 0;
  color: #71747e;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  transition: color 160ms ease;
}

.shell-nav__sign-out:hover,
.shell-nav__sign-out:focus-visible {
  color: var(--nomo-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shell-inline-action {
  background: transparent;
  border: 0;
  color: var(--nomo-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: var(--nomo-lime);
  text-decoration-thickness: 4px;
  text-underline-offset: 3px;
}

.shell-nav__cta {
  align-items: center;
  border: 1px solid var(--nomo-border);
  border-radius: 14px;
  color: var(--nomo-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.0625rem;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  min-height: 44px;
  padding: 9px 22px;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.shell-nav__cta:hover,
.shell-nav__cta:focus-visible {
  background: var(--nomo-lime);
  color: var(--nomo-ink);
}

.shell-main {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 73px);
  padding: clamp(20px, 3.5vh, 40px) clamp(16px, 3.5vw, 44px);
}

.shell-card--account {
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  margin: 0;
  max-width: 480px;
  padding: clamp(26px, 3.5vh, 38px) clamp(22px, 3.5vw, 40px);
  transition: max-width 200ms ease;
  width: 100%;
}

.shell-card--account:has([data-checkout-panel]:not([hidden])),
.shell-card--account:has([data-subscription-overview]:not([hidden])) {
  max-width: 860px;
}

.shell-card--account h1 {
  font-size: clamp(1.65rem, 2.6vw, 2.05rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 4px 0 8px;
}

.shell-card--account .nomo-entry__eyebrow {
  font-family: var(--nomo-caption-font);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.shell-status {
  margin: 0;
}

.shell-status:empty {
  display: none;
}

.shell-panel {
  margin-top: 18px;
}

.shell-panel--checkout {
  background: #ffffff;
  border: 1px solid #e2e4dc;
  border-radius: clamp(18px, 3vw, 24px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  margin-top: 0;
  padding: clamp(22px, 4vw, 36px);
  width: 100%;
}

.shell-panel--trial-continuation {
  margin-top: 14px;
}

.shell-panel--checkout .shell-panel__heading {
  color: var(--nomo-ink);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.shell-panel--access-overview {
  margin: 0;
}

.shell-panel__heading {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.shell-subscription-card {
  background: #fff;
  border: 1px solid var(--nomo-border);
  border-radius: 20px;
  padding: 24px;
}

.shell-subscription-card__heading {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.shell-subscription-card__provider,
.shell-subscription-card__cadence,
.shell-subscription-card__channel,
.shell-subscription-card__timing {
  font-family: var(--nomo-caption-font);
  font-weight: 800;
}

.shell-subscription-card__provider {
  color: var(--nomo-muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.shell-subscription-card h2 {
  font-size: clamp(1.75rem, 5vw, 2.35rem);
  letter-spacing: -0.04em;
  margin: 0;
}

.shell-subscription-card__cadence {
  background: var(--nomo-lime);
  border: 1px solid var(--nomo-ink);
  border-radius: 999px;
  font-size: 0.78rem;
  margin: 2px 0 0;
  padding: 7px 11px;
  white-space: nowrap;
}

.shell-subscription-card__detail {
  color: var(--nomo-muted);
  line-height: 1.55;
  margin: 8px 0 0;
}

.shell-subscription-card__notices {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.shell-subscription-card__notices[hidden] {
  display: none;
}

.shell-subscription-notice {
  background: #f3f5e9;
  border: 1px solid #d2d6b8;
  border-radius: 14px;
  padding: 14px 16px;
}

.shell-subscription-notice__label {
  font-family: var(--nomo-caption-font);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  margin: 0;
}

.shell-subscription-notice__detail {
  color: var(--nomo-muted);
  line-height: 1.5;
  margin: 5px 0 0;
}

.shell-subscription-card__channel {
  margin: 22px 0 0;
}

.shell-subscription-card__timing {
  border-top: 1px solid #d9d9d9;
  margin: 22px 0;
  padding-top: 18px;
}

.shell-subscription-card__timing[hidden],
.shell-subscription-card__cadence[hidden] {
  display: none;
}

.shell-auth-mode {
  background: #e8e8e3;
  border-radius: 12px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
  padding: 3px;
}

.shell-auth-mode__option {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--nomo-muted);
  cursor: pointer;
  font-family: var(--nomo-caption-font);
  font-size: 0.88rem;
  font-weight: 800;
  min-height: 40px;
  padding: 6px 12px;
}

.shell-auth-mode__option[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 1px 4px rgb(25 26 35 / 14%);
  color: var(--nomo-ink);
}

.shell-action {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--nomo-font);
  font-size: 1rem;
  justify-content: center;
  line-height: 1.35;
  min-height: 54px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.shell-action:hover:not(:disabled),
.shell-action:focus-visible:not(:disabled) {
  background: var(--nomo-lime);
  color: var(--nomo-ink);
}

.shell-action--secondary:hover:not(:disabled),
.shell-action--secondary:focus-visible:not(:disabled),
.shell-action--google:hover:not(:disabled),
.shell-action--google:focus-visible:not(:disabled) {
  background: #f4ffd9;
}

.shell-social-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.shell-action--full,
.shell-action--google,
.shell-action--apple {
  width: 100%;
}

.shell-action--google {
  background: #fff;
  border: 1px solid #dadce0;
  color: #3c4043;
  font-weight: 600;
  gap: 12px;
  min-height: 48px;
  padding: 10px 18px;
}

.shell-action--google:hover:not(:disabled),
.shell-action--google:focus-visible:not(:disabled) {
  background: #f8f9fa;
  border-color: #dadce0;
  color: #202124;
}

.shell-google-icon {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.shell-action--apple {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 600;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px;
  width: 100%;
}

.shell-action--apple:hover:not(:disabled),
.shell-action--apple:focus-visible:not(:disabled) {
  background: #222;
  border-color: #222;
  color: #fff;
}

.shell-action--apple:not([hidden]) + .shell-action--google,
.shell-action--apple:not([hidden]) + .shell-action--secondary {
  margin-top: 12px;
}

.shell-apple-icon {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.shell-divider {
  align-items: center;
  color: #8c8f85;
  display: flex;
  font-family: var(--nomo-caption-font);
  font-size: 0.76rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.05em;
  margin: 16px 0;
  text-transform: uppercase;
}

.shell-divider::before,
.shell-divider::after {
  background: #d9d9d9;
  content: "";
  flex: 1 1 auto;
  height: 1px;
}

.shell-card--account .shell-form {
  gap: 8px;
  margin: 0;
}

.shell-card--account .shell-form label,
.shell-field-heading {
  color: #2b2d26;
  font-family: var(--nomo-caption-font);
  font-size: 0.84rem;
  font-weight: 800;
}

.shell-field-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.shell-inline-action {
  font-family: var(--nomo-caption-font);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.shell-card--account .shell-form input {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-family: var(--nomo-font);
  font-size: 0.95rem;
  min-height: 46px;
  padding: 0 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.shell-card--account .shell-form input:focus-visible {
  border-color: #191a23;
  box-shadow: 0 0 0 3px rgba(220, 255, 71, 0.5);
  outline: none;
}

.shell-card--account .shell-form .shell-action {
  margin-top: 8px;
  min-height: 48px;
}

.shell-card--account .shell-legal {
  color: #6b7280;
  font-family: var(--nomo-caption-font);
  font-size: 0.74rem;
  line-height: 1.45;
  margin: 14px 0 0;
  text-align: center;
}

.shell-legal a {
  color: var(--nomo-ink);
  font-weight: 800;
}

.shell-products {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0;
}

.shell-product {
  align-items: center;
  background: #fff;
  border: 1.5px solid #dcdfd6;
  border-radius: 18px;
  cursor: pointer;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 88px;
  padding: 16px 18px;
  position: relative;
  transition: all 180ms ease;
  user-select: none;
}

.shell-product * {
  cursor: pointer;
}

.shell-product:hover {
  background: #fafaf7;
  border-color: #a4a79c;
}

.shell-product:has(input:checked) {
  background: #fbfdf7;
  border: 2.5px solid var(--nomo-ink);
  box-shadow: 0 0 0 1px var(--nomo-ink), 0 8px 24px rgba(25, 26, 35, 0.08);
  transform: translateY(-2px);
}

.shell-product input {
  accent-color: var(--nomo-ink);
  cursor: pointer;
  height: 24px;
  margin: 0;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.shell-product__details {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.shell-product__heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.shell-product__name {
  color: var(--nomo-ink);
  font-size: 1.08rem;
  font-weight: 800;
}

.shell-product__badge {
  background: var(--nomo-lime);
  border: 1px solid rgba(25, 26, 35, 0.15);
  border-radius: 999px;
  color: var(--nomo-ink);
  font-family: var(--nomo-caption-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  text-transform: uppercase;
}

.shell-product__price {
  color: var(--nomo-ink);
  font-size: 1.02rem;
  font-weight: 800;
}

.shell-product__note {
  color: #4a4d44;
  font-family: var(--nomo-caption-font);
  font-size: 0.84rem;
  font-weight: 600;
}

.shell-product--archive {
  margin-top: 14px;
  position: relative;
}

.shell-product--archive::before {
  background: #d9d9d9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -15px;
}

.shell-card--account .shell-note {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #4a4d44;
  font-family: var(--nomo-caption-font);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 14px 0 12px;
  padding: 0;
  text-align: center;
}

.shell-card--account .shell-warning {
  background: #f7ffe9;
  border-width: 1px;
  margin: 30px 0 0;
  padding: 24px;
}

.shell-panel--trial-continuation h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: -0.03em;
  margin: 18px 0 10px;
}

.shell-panel--password-reset h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: -0.03em;
  margin: 18px 0 10px;
}

.shell-panel--password-reset .shell-form {
  margin-bottom: 14px;
}

.shell-recovery-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 16px;
}

.shell-recovery-links .shell-link-button {
  margin-top: 0;
}

.shell-trial-check {
  align-items: center;
  background: var(--nomo-lime);
  border: 1px solid var(--nomo-ink);
  border-radius: 50%;
  display: flex;
  font-size: 1.45rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.shell-panel--trial-continuation > p:first-of-type {
  margin-bottom: 24px;
}

.shell-text-link {
  color: var(--nomo-ink);
  display: inline-block;
  font-family: var(--nomo-caption-font);
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: 6px;
  text-decoration-color: var(--nomo-lime);
  text-decoration-thickness: 4px;
  text-underline-offset: 3px;
}

.shell-warning .shell-action {
  margin-top: 8px;
}

.shell-card--account .shell-actions {
  margin-top: 30px;
}

.shell-card--account .shell-actions .shell-action:only-child {
  width: 100%;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shell-action:disabled {
  background: #e5e5df;
  border-color: #b7b8b1;
  color: #777970;
}

.shell-nav__link:focus-visible,
.shell-inline-action:focus-visible,
.shell-nav__brand:focus-visible,
.shell-action:focus-visible,
.shell-auth-mode__option:focus-visible,
.shell-text-link:focus-visible,
.shell-legal a:focus-visible,
.shell-product:has(input:focus-visible) {
  outline: 3px solid var(--nomo-lime);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .shell-nav__links {
    display: none;
  }
}

@media (max-width: 640px) {
  .shell-nav__inner {
    gap: 14px;
    min-height: 65px;
    padding: 10px 18px;
  }

  .shell-nav__actions {
    gap: 12px;
  }

  .shell-nav__identity {
    display: none;
  }

  .shell-nav__link {
    font-size: 0.9rem;
  }

  .shell-nav__cta {
    font-size: 0.9rem;
    min-height: 42px;
    padding: 8px 14px;
  }

  .shell-main {
    align-items: flex-start;
    min-height: calc(100vh - 65px);
    padding: 28px 16px 48px;
  }

  .shell-card--account {
    border-radius: 24px;
    padding: 24px 18px 28px;
  }

  .shell-card--account h1 {
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }

  .shell-subscription-card__heading {
    display: grid;
    gap: 12px;
  }

  .shell-subscription-card__cadence {
    justify-self: start;
    margin-top: 0;
  }

  .shell-card--account .shell-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shell-page--account *,
  .shell-page--account *::before,
  .shell-page--account *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.shell-methods-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.shell-method-row {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
}

.shell-method-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shell-status-tag {
  background: #e9ecef;
  border-radius: 20px;
  color: var(--nomo-ink);
  font-family: var(--nomo-caption-font);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 10px;
}

.shell-status-tag--connected {
  background: var(--nomo-lime);
  color: var(--nomo-ink);
}

.shell-action--small {
  border-radius: 10px;
  font-size: 0.85rem;
  min-height: 38px;
  padding: 8px 16px;
}

.shell-consent-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin: 18px 0;
  padding: 16px 20px;
  text-align: left;
}

.shell-consent-box h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.shell-consent-box p {
  color: var(--nomo-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0 0 8px;
}

.shell-consent-box p:last-child {
  margin-bottom: 0;
}

.shell-consent-check {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: var(--nomo-font);
  font-size: 0.95rem;
  font-weight: 600;
  gap: 10px;
  margin: 18px 0;
  text-align: left;
}

.shell-consent-check input {
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.shell-proof-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0;
}

.shell-warning-icon {
  align-items: center;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 50%;
  color: #856404;
  display: flex;
  font-size: 1.45rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-bottom: 16px;
  width: 52px;
}

.shell-plan-benefits {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 16px 0 18px;
  padding: 0;
}

.shell-plan-benefits__title {
  color: #4a4d44;
  font-family: var(--nomo-caption-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.shell-plan-features {
  display: grid;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shell-plan-feature {
  align-items: center;
  color: #2b2d26;
  display: flex;
  font-size: 0.88rem;
  font-weight: 600;
  gap: 8px;
  line-height: 1.35;
}

.shell-feature-check {
  color: #1b8a36;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.shell-trust-bar {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #55584d;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  margin-top: 14px;
  padding: 0;
}

.shell-trust-item {
  align-items: center;
  color: #55584d;
  display: inline-flex;
  font-family: var(--nomo-caption-font);
  font-size: 0.82rem;
  font-weight: 600;
  gap: 6px;
}

.shell-trust-icon {
  color: #55584d;
  flex-shrink: 0;
}

.shell-trust-dot {
  color: #8c8f85;
  font-weight: bold;
}

/* Hide experimental account linking from webapp to match industry standard */
[data-view-sign-in-methods] {
  display: none !important;
}

@media (min-width: 720px) {
  .shell-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0 0 16px;
  }

  .shell-product {
    min-height: 92px;
    padding: 16px 18px;
  }

  .shell-plan-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
  }

  .shell-card--account .shell-note {
    font-size: 0.88rem;
    margin: 16px 0 12px;
    padding: 0;
  }

  .shell-trust-bar {
    gap: 14px;
    margin-top: 14px;
    padding: 0;
  }
}


/* ==========================================================================
   Enhanced Deep Link Onboarding Shell (open.heynomo.com.au/onboarding)
   ========================================================================== */

.shell-card--onboarding {
  max-width: 580px;
  width: 100%;
  padding: clamp(28px, 5vw, 44px);
}

.shell-app-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5df;
}

.shell-app-icon {
  background: var(--nomo-ink);
  border-radius: 14px;
  box-shadow: 0 3px 0 rgba(25, 26, 35, 0.12);
  flex-shrink: 0;
  height: 52px;
  overflow: hidden;
  width: 52px;
}

.shell-app-icon img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.shell-app-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.shell-brand-title {
  color: var(--nomo-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shell-app-tagline {
  color: #595b63;
  font-family: var(--nomo-caption-font);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.shell-card--onboarding h1 {
  font-size: clamp(2rem, 5vw, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 10px;
}

.shell-lead {
  color: var(--nomo-muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 22px;
}

/* Desktop QR Card - Primary Hero Action */
.shell-onboarding-desktop {
  margin-bottom: 20px;
}

.shell-qr-card {
  align-items: center;
  background: #fafaf7;
  border: 1px solid #e5e5df;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 20px;
  text-align: center;
}

.shell-qr-title {
  color: var(--nomo-ink);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

.shell-qr--framed {
  background: #fff;
  border: 1px solid var(--nomo-ink);
  border-radius: 14px;
  box-shadow: 0 3px 0 var(--nomo-ink);
  display: block;
  height: 170px;
  margin: 4px 0;
  max-width: 100%;
  padding: 8px;
  width: 170px;
}


/* Desktop Stores Secondary Fallback */
.shell-desktop-stores {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.shell-desktop-stores__label {
  color: #595b63;
  font-family: var(--nomo-caption-font);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Store Button Styles */
.shell-store-btn {
  align-items: center;
  background: var(--nomo-ink);
  border: 1px solid var(--nomo-ink);
  border-radius: 14px;
  box-shadow: 0 3px 0 var(--nomo-ink);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  padding: 11px 18px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.shell-store-btn:hover,
.shell-store-btn:focus-visible {
  background: #242633;
  box-shadow: 0 5px 0 var(--nomo-ink);
  color: #fff;
  outline: 3px solid var(--nomo-lime);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.shell-store-btn:active {
  box-shadow: 0 1px 0 var(--nomo-ink);
  transform: translateY(1px);
}

.shell-store-icon {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.shell-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.shell-store-sub {
  font-family: var(--nomo-caption-font);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
  text-transform: uppercase;
}

.shell-store-name {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.shell-store-btn--compact {
  background: #fff;
  border-color: #c9cbc3;
  box-shadow: 0 2px 0 #c9cbc3;
  color: var(--nomo-ink);
  padding: 8px 14px;
}

.shell-store-btn--compact:hover,
.shell-store-btn--compact:focus-visible {
  background: #f7ffe9;
  border-color: var(--nomo-ink);
  box-shadow: 0 3px 0 var(--nomo-ink);
  color: var(--nomo-ink);
}

.shell-store-btn--compact .shell-store-icon {
  height: 20px;
  width: 20px;
}

.shell-store-btn--compact .shell-store-sub {
  color: #595b63;
  font-size: 0.62rem;
}

.shell-store-btn--compact .shell-store-name {
  color: var(--nomo-ink);
  font-size: 0.9rem;
}

/* Mobile Hero Store Buttons */
.shell-store-btn--hero {
  border-radius: 16px;
  box-shadow: 0 4px 0 var(--nomo-ink);
  justify-content: center;
  padding: 16px 22px;
  width: 100%;
}

.shell-store-btn--hero .shell-store-icon {
  height: 28px;
  width: 28px;
}

.shell-store-btn--hero .shell-store-name {
  font-size: 1.18rem;
}

.shell-actions--mobile-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.shell-actions--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 0;
}

.shell-installed-handoff {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  padding: 16px 18px;
  text-align: center;
}

.shell-installed-label {
  color: #4a4d44;
  font-family: var(--nomo-caption-font);
  font-size: 0.85rem;
  font-weight: 700;
}

.shell-action--open-app {
  border-radius: 12px;
  font-size: 0.95rem;
  min-height: 44px;
  padding: 10px 18px;
  text-align: center;
  width: 100%;
}

.shell-platform-switch {
  margin-top: 14px;
  text-align: center;
}


@media (max-width: 640px) {
  .shell-card--onboarding {
    border-radius: 24px;
    padding: 24px 20px 28px;
  }

  .shell-app-header {
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .shell-app-icon {
    border-radius: 12px;
    height: 46px;
    width: 46px;
  }

  .shell-brand-title {
    font-size: 1.2rem;
  }
}


/* ==========================================================================
   Modern SaaS Account Portal Enhancements
   ========================================================================== */

.shell-page--account {
  background: #fbfbfa;
  min-height: 100vh;
}

.shell-user-badge {
  align-items: center;
  background: #f0f1ed;
  border: 1px solid #e1e3da;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  padding: 3px 12px 3px 4px;
  transition: background-color 0.15s ease;
}

.shell-user-avatar {
  align-items: center;
  background: var(--nomo-ink);
  border-radius: 50%;
  color: var(--nomo-lime);
  display: flex;
  font-family: var(--nomo-font);
  font-size: 0.78rem;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.shell-main:has([data-dashboard-layout]:not([hidden])) {
  align-items: flex-start;
  padding-top: clamp(32px, 4vh, 48px);
  padding-bottom: clamp(64px, 8vh, 80px);
}

.shell-card--account:has([data-dashboard-layout]:not([hidden])),
.shell-card--account:has([data-access-overview]:not([hidden])),
.shell-card--account:has([data-trial-continuation]:not([hidden])),
.shell-card--account:has([data-subscription-overview]:not([hidden])),
.shell-card--account:has([data-checkout-panel]:not([hidden])) {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 1240px;
  padding: 0;
  width: 100%;
}

.shell-card--account:has([data-dashboard-layout]:not([hidden])) .shell-account-header,
.shell-card--account:has([data-access-overview]:not([hidden])) .shell-account-header {
  margin-bottom: 32px;
  text-align: left;
}

.shell-card--account:has([data-dashboard-layout]:not([hidden])) .shell-account-header h1,
.shell-card--account:has([data-access-overview]:not([hidden])) .shell-account-header h1 {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

.shell-card--account:has([data-dashboard-layout]:not([hidden])) .shell-status,
.shell-card--account:has([data-access-overview]:not([hidden])) .shell-status {
  color: #555861;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.shell-account-header {
  margin-bottom: 20px;
}

.shell-dashboard-layout {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .shell-dashboard-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 800px;
  }
  .shell-dashboard-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
  }
}

@media (min-width: 1080px) {
  .shell-dashboard-layout {
    grid-template-columns: minmax(300px, 1fr) minmax(620px, 2fr);
    gap: 24px;
    align-items: stretch;
    max-width: 1240px;
  }
  .shell-dashboard-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
  }
}

.shell-dashboard-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  min-width: 0;
}

.shell-dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  min-width: 0;
}

.shell-card--account:has([data-authentication-panel]:not([hidden])) .shell-dashboard-sidebar,
.shell-card--account:has([data-password-reset-request]:not([hidden])) .shell-dashboard-sidebar,
.shell-card--account:has([data-password-reset-confirmation]:not([hidden])) .shell-dashboard-sidebar {
  display: none;
}

.shell-card--account:has([data-checkout-panel]:not([hidden])) .shell-dashboard-sidebar,
.shell-card--account:has([data-subscription-overview]:not([hidden])) .shell-dashboard-sidebar {
  display: none !important;
}

.shell-card--account:has([data-checkout-panel]:not([hidden])) .shell-dashboard-layout,
.shell-card--account:has([data-subscription-overview]:not([hidden])) .shell-dashboard-layout {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin: 0 auto;
}

/* Trial continuation banner spanning full grid width */
.shell-panel--trial-continuation {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 8px;
}

.shell-plan-card__badge-row {
  margin-bottom: 12px;
}

.shell-plan-card__price-section,
.shell-upgrade-card__price-section {
  margin: 16px 0 18px;
}

.shell-plan-card__price-wrap,
.shell-upgrade-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.shell-plan-card__price {
  color: var(--nomo-ink);
  font-size: clamp(2rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.shell-period-label {
  color: #6b7280;
  font-family: var(--nomo-caption-font);
  font-size: 0.88rem;
  font-weight: 600;
}

.shell-plan-card__desc {
  color: #555861;
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0;
  min-height: 40px;
}

.shell-plan-features-intro {
  color: var(--nomo-ink);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.shell-action--current {
  background: #f1f3ed;
  border: 1px solid #d8dbcf;
  color: #555861;
  cursor: default;
  font-weight: 700;
  pointer-events: none;
}

.shell-savings-pill {
  background: rgba(220, 255, 71, 0.2);
  border: 1px solid rgba(220, 255, 71, 0.4);
  border-radius: 6px;
  color: var(--nomo-lime);
  font-family: var(--nomo-caption-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 2px 8px;
}

.shell-badge-pill--subdued {
  background: #f0f2ea;
  color: #4a4d44;
}

/* Monthly Card Light Theme Variant */
.shell-upgrade-card--monthly {
  background: #ffffff;
  border: 1px solid #e2e4dc;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: var(--nomo-ink);
}

.shell-upgrade-card--monthly .shell-upgrade-card__title {
  color: var(--nomo-ink);
}

.shell-upgrade-card--monthly .shell-upgrade-card__desc {
  color: #555861;
}

.shell-upgrade-card--monthly .shell-upgrade-card__price {
  color: var(--nomo-ink);
}

.shell-upgrade-card--monthly .shell-upgrade-perks-intro {
  color: var(--nomo-ink);
}

.shell-upgrade-card--monthly .shell-upgrade-perks li {
  color: #2b2d33;
}

.shell-upgrade-card--monthly .shell-upgrade-check {
  color: #4b7a15;
}

.shell-upgrade-card--monthly .shell-trust-bar {
  color: #6b7280;
}

/* Plan Card Enhancements */
.shell-plan-card {
  background: #ffffff;
  border: 1px solid #e2e4dc;
  border-radius: clamp(16px, 2.5vw, 20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  min-height: 100%;
  padding: clamp(22px, 3.5vw, 32px);
  width: 100%;
}

.shell-plan-card__header {
  margin-bottom: 24px;
}

.shell-plan-card__eyebrow {
  color: #555861;
  display: block;
  font-family: var(--nomo-caption-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.shell-plan-card__title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shell-plan-card__title {
  color: var(--nomo-ink);
  font-size: clamp(1.4rem, 2.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

.shell-status-pill {
  align-items: center;
  background: #eef8df;
  border: 1px solid #c9e89d;
  border-radius: 999px;
  color: #2b5709;
  display: inline-flex;
  font-family: var(--nomo-caption-font);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1px;
  padding: 2px 8px;
  white-space: nowrap;
}

.shell-plan-card__body {
  flex: 1;
}

.shell-plan-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shell-plan-features li {
  align-items: flex-start;
  color: #2b2d33;
  display: flex;
  font-size: 0.95rem;
  font-weight: 500;
  gap: 12px;
  line-height: 1.45;
}

.shell-plan-check {
  color: #4b7a15;
  flex-shrink: 0;
  height: 16px;
  margin-top: 2px;
  width: 16px;
}

.shell-plan-card__footer {
  margin-top: 24px;
}

/* Mobile Handoff Card */
.shell-handoff-card {
  background: #ffffff;
  border: 1px solid #e2e4dc;
  border-radius: 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  padding: 24px;
}

.shell-handoff-card__header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.shell-handoff-card__copy h2 {
  color: var(--nomo-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 6px;
}

.shell-handoff-card__copy p {
  color: #555861;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.shell-handoff-qr-wrapper {
  background: #fafaf8;
  border: 1px solid #e7e9e1;
  border-radius: 18px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.shell-handoff-qr-card {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 440px;
  width: 100%;
}

.shell-handoff-qr-card .shell-qr--framed {
  background: #fff;
  border: 1px solid var(--nomo-ink);
  border-radius: 14px;
  box-shadow: 0 3px 0 var(--nomo-ink);
  flex-shrink: 0;
  height: 140px;
  padding: 6px;
  width: 140px;
}

.shell-handoff-qr-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shell-handoff-qr-title {
  color: var(--nomo-ink);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.shell-handoff-qr-text {
  color: #555861;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.shell-handoff-stores {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.shell-handoff-stores__label {
  color: #71746c;
  font-family: var(--nomo-caption-font);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.shell-handoff-mobile-action {
  display: none;
  margin-top: 18px;
}

@media (max-width: 640px) {
  .shell-handoff-qr-wrapper {
    display: none;
  }

  .shell-handoff-mobile-action {
    display: block;
  }
}

.shell-handoff-link {
  margin-top: 14px;
  text-align: center;
}

/* Upgrade Showcase Card */
.shell-upgrade-card {
  background: var(--nomo-ink);
  border-radius: clamp(16px, 2.5vw, 20px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  min-height: 100%;
  padding: clamp(22px, 3.5vw, 32px);
  position: relative;
  width: 100%;
}

.shell-upgrade-card__header {
  margin-bottom: 20px;
}

.shell-upgrade-card__badge-row {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.shell-badge-pill {
  background: var(--nomo-lime);
  border-radius: 6px;
  color: var(--nomo-ink);
  font-family: var(--nomo-caption-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  text-transform: uppercase;
}

.shell-upgrade-card__title {
  color: #ffffff;
  font-size: clamp(1.4rem, 2.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 8px;
}

.shell-upgrade-card__desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 440px;
}

.shell-upgrade-card__body {
  flex: 1;
  margin: 22px 0 24px;
}

.shell-upgrade-perks-intro {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}

.shell-upgrade-perks {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shell-upgrade-perks li {
  align-items: flex-start;
  color: #ffffff;
  display: flex;
  font-size: 0.95rem;
  font-weight: 500;
  gap: 12px;
  line-height: 1.45;
}

.shell-upgrade-check {
  color: var(--nomo-lime);
  flex-shrink: 0;
  height: 16px;
  margin-top: 2px;
  width: 16px;
}

.shell-upgrade-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shell-upgrade-price-wrap {
  align-items: baseline;
  display: flex;
  gap: 6px;
  margin-bottom: 4px;
}

.shell-upgrade-card__price {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shell-action--lime {
  background: var(--nomo-lime);
  border-color: var(--nomo-lime);
  border-radius: 12px;
  box-shadow: 0 3px 0 #8dc947;
  color: var(--nomo-ink);
  font-size: 1rem;
  font-weight: 800;
  height: 52px;
  min-height: 52px;
  padding: 0 24px;
  text-align: center;
}

.shell-action--lime:hover,
.shell-action--lime:focus-visible {
  background: #c8ff85;
  box-shadow: 0 4px 0 #8dc947;
  color: var(--nomo-ink);
  transform: translateY(-2px);
}

.shell-trust-bar--light {
  color: #9ca3af;
  margin-top: 0;
  text-align: center;
}

.shell-trust-bar--light .shell-trust-item {
  color: #9ca3af;
  font-size: 0.8rem;
}

/* Dashboard Footer & Support Link */
.shell-dashboard-footer {
  grid-column: 1 / -1;
  margin-top: clamp(32px, 6vh, 56px);
  text-align: center;
}

.shell-dashboard-support {
  color: #555861;
  font-size: 0.92rem;
  margin: 0;
}

.shell-support-text-link {
  color: var(--nomo-ink);
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}

.shell-support-text-link:hover,
.shell-support-text-link:focus-visible {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Ensure dashboard layout is only active when unhidden */
.shell-dashboard-layout[hidden] {
  display: none !important;
}

.shell-dashboard-sidebar[hidden] {
  display: none !important;
}



.shell-actions--unavailable,
.shell-actions--recovery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 24px;
}
