body.landing-page {
  color-scheme: light;
  color: var(--text-dark);
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  --landing-shell-width: min(1240px, calc(100vw - 32px));
  --glass-shadow: 0 24px 80px rgba(112, 144, 176, 0.16);
  --glass-shadow-strong: 0 30px 92px rgba(112, 144, 176, 0.22);
}

body.landing-page .workspace-shell {
  min-height: 100vh;
  height: auto;
  overflow: visible;
}

body.landing-page .workspace-topbar {
  position: sticky;
  top: 0;
}

body.landing-page .workspace-main {
  padding: 20px 0 52px;
  overflow: visible;
}

body.landing-page .landing-nav,
body.auth-page .landing-nav {
  display: none;
  align-items: center;
  gap: 20px;
}

@media (min-width: 960px) {
  body.landing-page .landing-nav,
  body.auth-page .landing-nav {
    display: inline-flex;
  }
}

body.landing-page .landing-nav__link,
body.auth-page .landing-nav__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-soft);
  transition: color 160ms ease, opacity 160ms ease;
}

body.landing-page .landing-nav__link:hover,
body.auth-page .landing-nav__link:hover {
  color: var(--accent-deep);
}

body.landing-page .landing-topbar-end {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

body.landing-page .landing-section {
  width: var(--landing-shell-width);
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.28)),
    rgba(243, 248, 253, 0.38);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

body.landing-page .landing-section--hero {
  padding: 26px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 223, 196, 0.52), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(189, 220, 255, 0.44), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(245, 249, 255, 0.34));
}

body.landing-page .landing-section--soft {
  padding: 28px;
}

body.landing-page .landing-section--cta {
  padding: 34px 30px;
}

body.landing-page .hero-layout {
  display: grid;
  gap: 26px;
  align-items: stretch;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
}

body.landing-page .hero-copy-col {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 10px 8px 10px 4px;
}

body.landing-page .hero-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: var(--text-dark);
}

body.landing-page .hero-title span {
  display: block;
}

body.landing-page .hero-title #hero-title-accent {
  background: linear-gradient(135deg, #5caeff, var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.landing-page .hero-copy {
  max-width: 560px;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.8;
  color: var(--text-soft);
}

body.landing-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.landing-page .hero-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

body.landing-page .hero-meta-item {
  display: grid;
  gap: 8px;
}

body.landing-page .hero-meta-label,
body.landing-page .landing-eyebrow,
body.landing-page .landing-kicker,
body.landing-page .hero-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

body.landing-page .hero-kicker {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 10px 26px rgba(112, 144, 176, 0.12);
}

body.landing-page .hero-meta-value {
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-soft);
}

body.landing-page .hero-visual {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3)),
    rgba(245, 248, 253, 0.56);
  box-shadow: var(--glass-shadow-strong);
}

body.landing-page .hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(172, 211, 255, 0.16), transparent 36%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03));
  pointer-events: none;
  z-index: 1;
}

body.landing-page .hero-media {
  position: absolute;
  inset: 16px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08)),
    url("/static/images/showcase/generated-tee.png") center / cover no-repeat;
}

body.landing-page .hero-proof {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46)),
    rgba(245, 248, 253, 0.48);
  box-shadow: 0 14px 34px rgba(112, 144, 176, 0.16);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

body.landing-page .hero-proof__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-dark);
}

body.landing-page .hero-proof__copy {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-soft);
}

body.landing-page .hero-proof__note {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

body.landing-page .landing-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 26px;
  align-items: start;
}

body.landing-page .landing-section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

body.landing-page .landing-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--text-dark);
}

body.landing-page .landing-lead {
  max-width: 720px;
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

body.landing-page .landing-panel {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.28)),
    rgba(244, 248, 253, 0.36);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

body.landing-page .landing-panel--padded {
  padding: 22px;
}

body.landing-page .compare-slider {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(236, 242, 249, 0.82);
  box-shadow: 0 18px 46px rgba(112, 144, 176, 0.16);
}

body.landing-page .compare-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 140ms linear, filter 140ms linear;
  will-change: transform, filter, clip-path;
}

body.landing-page .compare-image.after {
  clip-path: inset(0 0 0 50%);
  filter: saturate(1.06) contrast(1.04);
}

body.landing-page .compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  z-index: 5;
  background: linear-gradient(
    180deg,
    rgba(10, 132, 255, 0.08),
    var(--accent) 18%,
    var(--accent) 82%,
    rgba(10, 132, 255, 0.08)
  );
  box-shadow: 0 0 18px rgba(10, 132, 255, 0.24);
}

body.landing-page .compare-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
    rgba(245, 248, 253, 0.48);
  color: var(--accent-deep);
  box-shadow: 0 14px 34px rgba(112, 144, 176, 0.16);
}

body.landing-page .compare-pill,
body.landing-page .compare-instruction {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.5)),
    rgba(245, 248, 253, 0.46);
  color: var(--text-dark) !important;
  box-shadow: 0 10px 24px rgba(112, 144, 176, 0.12);
}

body.landing-page .compare-pill {
  padding: 10px 14px;
  position: absolute;
  z-index: 6;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

body.landing-page .compare-pill--top-left {
  left: 18px;
  top: 18px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

body.landing-page .compare-pill--bottom-left {
  left: 18px;
  bottom: 18px;
}

body.landing-page .compare-pill--bottom-right {
  right: 18px;
  bottom: 18px;
}

body.landing-page .compare-instruction {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 6;
  padding: 9px 13px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.landing-page .landing-list {
  display: grid;
  gap: 0;
}

body.landing-page .landing-list__item {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

body.landing-page .landing-list__item:first-child {
  padding-top: 0;
  border-top: 0;
}

body.landing-page .landing-list__title {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--text-dark);
}

body.landing-page .landing-list__copy {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--text-soft);
}

body.landing-page .landing-pricing {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.landing-page .pricing-panel {
  height: 100%;
  padding: 24px;
}

body.landing-page .pricing-panel__price {
  margin-top: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

body.landing-page .pricing-panel__price-note {
  margin-left: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-soft);
}

body.landing-page .pricing-panel__cta {
  margin-top: 24px;
}

body.landing-page .pricing-panel.is-featured {
  border-color: rgba(10, 132, 255, 0.26);
  box-shadow: 0 0 0 1px rgba(10, 132, 255, 0.08), 0 18px 42px rgba(10, 132, 255, 0.12);
}

body.landing-page .landing-footer {
  width: var(--landing-shell-width);
  margin: 0 auto;
  padding-top: 8px;
}

body.landing-page .landing-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 10px;
}

body.landing-page .landing-footer__brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-dark);
}

body.landing-page .landing-footer__copy {
  margin: 10px 0 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(19, 22, 27, 0.44);
}

body.landing-page .landing-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

body.landing-page .landing-footer__link {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(19, 22, 27, 0.54);
  transition: color 160ms ease;
}

body.landing-page .landing-footer__link:hover {
  color: var(--accent-deep);
}

body.landing-page .hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-deep);
}

body.landing-page .hero-link:hover {
  color: var(--accent);
}

body.landing-page .auth-entry-shell {
  width: var(--landing-shell-width);
  margin: 0 auto;
}

body.auth-page {
  color-scheme: light;
  background:
    radial-gradient(circle at top left, rgba(255, 210, 168, 0.42), transparent 26%),
    radial-gradient(circle at top right, rgba(191, 219, 255, 0.36), transparent 30%),
    linear-gradient(180deg, #f8f5ed 0%, #ece7dd 100%);
  color: var(--text-dark);
  --glass-shadow: 0 24px 80px rgba(112, 144, 176, 0.16);
}

body.auth-page .workspace-main {
  padding: 28px 0 52px;
}

body.auth-page .auth-layout {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 24px;
  align-items: stretch;
}

body.auth-page .auth-story,
body.auth-page .auth-card {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3)),
    rgba(243, 248, 253, 0.38);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

body.auth-page .auth-story {
  padding: 28px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 223, 196, 0.48), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(189, 220, 255, 0.36), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(245, 249, 255, 0.34));
}

body.auth-page .auth-card {
  padding: 26px;
}

body.auth-page .auth-card__header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

body.auth-page .auth-story__list {
  display: grid;
  gap: 0;
  margin-top: 26px;
}

body.auth-page .auth-story__item {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

body.auth-page .auth-story__item:first-child {
  padding-top: 0;
  border-top: 0;
}

body.auth-page .auth-story__item-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-dark);
}

body.auth-page .landing-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

body.auth-page .auth-title {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--text-dark);
}

body.auth-page .auth-sub,
body.auth-page .auth-card__copy,
body.auth-page .auth-story__item-copy,
body.auth-page .auth-hint {
  color: var(--text-soft);
  line-height: 1.7;
}

body.auth-page .auth-sub {
  margin: 14px 0 0;
  max-width: 520px;
  font-size: 0.98rem;
}

body.auth-page .auth-tabs {
  display: flex;
  gap: 8px;
  margin: 16px 0 20px;
}

body.auth-page .auth-tab {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.56);
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

body.auth-page .auth-tab.is-active {
  background: linear-gradient(135deg, rgba(10, 132, 255, 0.18), rgba(92, 174, 255, 0.28));
  border-color: rgba(10, 132, 255, 0.22);
  color: var(--accent-deep);
}

body.auth-page .auth-panel {
  display: none;
}

body.auth-page .auth-panel.is-visible {
  display: block;
}

body.auth-page .auth-field {
  margin-bottom: 14px;
}

body.auth-page .auth-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(19, 22, 27, 0.74);
}

body.auth-page .auth-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(19, 22, 27, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-dark);
}

body.auth-page .auth-field input:focus {
  outline: none;
  border-color: rgba(10, 132, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.1);
}

body.auth-page .auth-row {
  display: flex;
  gap: 8px;
}

body.auth-page .auth-row input {
  min-width: 0;
}

body.auth-page .auth-inline-btn {
  white-space: nowrap;
}

body.auth-page .auth-google {
  display: block;
  width: 100%;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-weight: 700;
  color: var(--text-dark);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.auth-page .auth-google:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(112, 144, 176, 0.12);
}

body.auth-page .auth-google.hidden {
  display: none;
}

body.auth-page .auth-msg {
  display: none;
  margin-bottom: 14px;
  padding: 11px 13px;
  border-radius: 14px;
  font-size: 0.9rem;
}

body.auth-page .auth-msg.is-error {
  display: block;
  border: 1px solid rgba(185, 46, 46, 0.18);
  background: rgba(255, 242, 242, 0.88);
  color: #972f2f;
}

body.auth-page .auth-msg.is-ok {
  display: block;
  border: 1px solid rgba(10, 132, 255, 0.16);
  background: rgba(238, 247, 255, 0.92);
  color: #0d5dab;
}

body.auth-page .auth-submit {
  width: 100%;
  margin-top: 4px;
}

body.auth-page .auth-back {
  margin: 18px 0 0;
  font-size: 0.9rem;
}

body.auth-page .auth-back a {
  font-weight: 700;
  color: var(--accent-deep);
}

@media (max-width: 1100px) {
  body.landing-page .hero-layout,
  body.landing-page .landing-grid-two {
    grid-template-columns: 1fr;
  }

  body.landing-page .hero-visual {
    min-height: 520px;
  }

  body.landing-page .landing-pricing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.landing-page .workspace-main {
    padding-top: 14px;
    padding-bottom: 36px;
  }

  body.landing-page .landing-section,
  body.landing-page .landing-footer {
    width: min(100%, calc(100vw - 32px));
  }

  body.landing-page .landing-section--hero,
  body.landing-page .landing-section--soft,
  body.landing-page .landing-section--cta {
    padding: 20px;
  }

  body.landing-page .hero-title {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  body.landing-page .hero-meta-strip {
    grid-template-columns: 1fr;
  }

  body.landing-page .hero-visual {
    min-height: 420px;
  }

  body.landing-page .hero-media {
    inset: 12px;
  }

  body.landing-page .hero-proof {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  body.landing-page .compare-slider {
    min-height: 400px;
  }

  body.landing-page .landing-footer__inner {
    display: grid;
    justify-items: start;
  }

  body.landing-page .landing-footer__links {
    justify-content: flex-start;
  }

  body.auth-page .auth-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.auth-page .auth-card,
  body.auth-page .auth-story {
    padding: 20px;
  }

  body.auth-page .auth-row {
    flex-direction: column;
  }
}
