.design-v2-only {
  display: none;
}

.design-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 13px 8px 9px;
  border: 1px solid #dbe0ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #202634;
  box-shadow: 0 10px 30px rgba(31, 38, 52, 0.15);
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.design-toggle:hover {
  transform: translateY(-2px);
  border-color: #aeb8ca;
  box-shadow: 0 14px 34px rgba(31, 38, 52, 0.2);
}

.design-toggle:focus-visible {
  outline: 3px solid rgba(111, 76, 255, 0.35);
  outline-offset: 3px;
}

.design-toggle__track {
  width: 34px;
  height: 20px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 999px;
  background: #d8deea;
  transition: background 180ms ease;
}

.design-toggle__thumb {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(32, 38, 52, 0.3);
  transition: transform 180ms ease;
}

.design-toggle__copy {
  display: grid;
  text-align: left;
  line-height: 1.1;
}

.design-toggle__eyebrow {
  color: #7b8495;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-toggle__label {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 750;
}

html[data-design="new"] {
  color-scheme: light;
  --v2-ink: #17211d;
  --v2-muted: #66716b;
  --v2-paper: #f3f4ee;
  --v2-surface: #fffefa;
  --v2-night: #17211d;
  --v2-lime: #c9f65a;
  --v2-lilac: #8068ff;
  --v2-line: rgba(23, 33, 29, 0.13);
}

html[data-design="new"] body.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 0 0, rgba(201, 246, 90, 0.15), transparent 32rem),
    var(--v2-paper);
  color: var(--v2-ink);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

html[data-design="new"] .design-v2-only {
  display: inline-flex;
}

html[data-design="new"] .design-toggle {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(23, 33, 29, 0.94);
  color: #fff;
  box-shadow: 0 12px 34px rgba(23, 33, 29, 0.26);
}

html[data-design="new"] .design-toggle__track {
  background: var(--v2-lime);
}

html[data-design="new"] .design-toggle__thumb {
  background: var(--v2-night);
  transform: translateX(14px);
}

html[data-design="new"] .design-toggle__eyebrow {
  color: #abb6af;
}

html[data-design="new"] .site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(23, 33, 29, 0.95);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

html[data-design="new"] .site-nav__inner {
  width: min(100% - 32px, 1280px);
  max-width: none;
  min-height: 70px;
  margin-inline: auto;
  padding: 10px 0;
  gap: 8px;
}

html[data-design="new"] .site-brand {
  align-items: center;
  gap: 9px;
  margin-right: 22px;
  color: #fff;
  text-decoration: none;
}

html[data-design="new"] .site-brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px 11px 11px 3px;
  background: var(--v2-lime);
  color: var(--v2-night);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

html[data-design="new"] .site-brand__name {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.045em;
}

html[data-design="new"] .site-brand__name span {
  color: var(--v2-lime);
}

html[data-design="new"] .site-nav a:not(.site-brand) {
  border-radius: 10px;
  color: #dce4df;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

html[data-design="new"] .site-nav a:not(.site-brand):hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

html[data-design="new"] .site-primary-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 104px;
  align-items: stretch;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

html[data-design="new"] .site-primary-nav > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 10px;
  border-radius: 0 !important;
  font-size: 13px;
  text-align: center;
}

html[data-design="new"] .site-primary-nav > a + a::before {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

html[data-design="new"] .site-primary-nav > a.is-active {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--v2-lime);
}

html[data-design="new"] .site-nav a[class*="bg-"] {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none;
}

html[data-design="new"] .site-nav a[href*="logout"] {
  color: #ffc6bc;
}

html[data-design="new"] .site-nav span.text-slate-700 {
  color: #aebbb4;
}

html[data-design="new"] .site-page {
  padding-top: 34px;
  padding-bottom: 44px;
}

html[data-design="new"] .site-footer {
  margin-top: 0;
  border-color: var(--v2-line);
  background: var(--v2-paper);
}

html[data-design="new"] .site-footer__inner {
  width: min(100% - 32px, 1280px);
  max-width: none;
  padding: 28px 0 86px;
  color: var(--v2-muted);
}

html[data-design="new"] .site-footer__brand {
  color: var(--v2-ink);
  font-weight: 750;
}

html[data-design="new"] .site-footer a:hover {
  color: var(--v2-lilac);
}

html[data-design="new"] body.auth-shell .site-nav,
html[data-design="new"] body.auth-shell .site-footer {
  display: none;
}

html[data-design="new"] body.auth-shell .site-page {
  width: 100%;
  max-width: none;
  padding: 0;
}

html[data-design="new"] .auth-page {
  min-height: 100vh;
  padding: 0;
  background: #e9ece4;
}

html[data-design="new"] .auth-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
  width: 100%;
  min-height: 100vh;
}

html[data-design="new"] .auth-aside {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 100vh;
  padding: clamp(30px, 4vw, 62px);
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 110% 5%, rgba(201, 246, 90, 0.22), transparent 19rem),
    var(--v2-night);
  color: #fff;
}

html[data-design="new"] .auth-aside::after {
  position: absolute;
  right: -78px;
  bottom: 74px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(128, 104, 255, 0.08),
    0 0 0 84px rgba(201, 246, 90, 0.05);
  content: "";
}

html[data-design="new"] .auth-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.045em;
  text-decoration: none;
}

html[data-design="new"] .auth-brand > span:last-child span {
  color: var(--v2-lime);
}

html[data-design="new"] .auth-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px 12px 12px 4px;
  background: var(--v2-lime);
  color: var(--v2-night);
  font-size: 24px;
  font-weight: 900;
}

html[data-design="new"] .auth-aside__body {
  position: relative;
  z-index: 1;
  margin: auto 0;
}

html[data-design="new"] .auth-kicker {
  margin: 0 0 18px;
  color: var(--v2-lime);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html[data-design="new"] .auth-aside h1 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

html[data-design="new"] .auth-aside__body > p:last-child {
  max-width: 520px;
  margin: 25px 0 0;
  color: #b9c4bd;
  font-size: 17px;
  line-height: 1.65;
}

html[data-design="new"] .auth-progress {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(24px, 1fr));
  gap: 7px;
  max-width: 330px;
  margin-bottom: 24px;
}

html[data-design="new"] .auth-progress span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

html[data-design="new"] .auth-progress span:nth-child(-n + 3) {
  background: var(--v2-lime);
}

html[data-design="new"] .auth-progress span:nth-child(3) {
  background: linear-gradient(90deg, var(--v2-lime) 55%, rgba(255, 255, 255, 0.15) 55%);
}

html[data-design="new"] .auth-aside__foot {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: 0;
  color: #909e96;
  font-size: 13px;
  line-height: 1.5;
}

html[data-design="new"] .auth-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html[data-design="new"] .auth-benefits li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c5cec9;
  font-size: 14px;
}

html[data-design="new"] .auth-benefits li span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px 10px 10px 3px;
  color: var(--v2-lime);
  font-size: 10px;
  font-weight: 850;
}

html[data-design="new"] .auth-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: clamp(32px, 5vw, 78px);
  background:
    radial-gradient(circle at 100% 0, rgba(128, 104, 255, 0.09), transparent 22rem),
    var(--v2-paper);
}

html[data-design="new"] .auth-card {
  width: min(100%, 500px);
  max-width: none;
  border: 1px solid var(--v2-line);
  border-radius: 24px 24px 24px 7px;
  background: var(--v2-surface);
  box-shadow: 0 24px 70px rgba(23, 33, 29, 0.11);
}

html[data-design="new"] .auth-card--wide {
  width: min(100%, 720px);
}

html[data-design="new"] .auth-card__head {
  padding: 32px 34px 24px;
  border-color: var(--v2-line);
}

html[data-design="new"] .auth-heading {
  display: block;
}

html[data-design="new"] .auth-heading__dot {
  display: none;
}

html[data-design="new"] .auth-heading h2 {
  color: var(--v2-ink);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

html[data-design="new"] .auth-card__head > p {
  margin-top: 10px;
  color: var(--v2-muted);
  font-size: 14px;
  line-height: 1.55;
}

html[data-design="new"] .auth-card__body {
  padding: 28px 34px 32px;
}

html[data-design="new"] .auth-form {
  display: grid;
  gap: 20px;
}

html[data-design="new"] .auth-form > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

html[data-design="new"] .auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

html[data-design="new"] .auth-field--full {
  grid-column: 1 / -1;
}

html[data-design="new"] .auth-field label {
  margin-bottom: 7px;
  color: #35423b;
  font-size: 13px;
  font-weight: 800;
}

html[data-design="new"] .auth-field input:not([type="checkbox"]),
html[data-design="new"] .auth-field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd1ca;
  border-radius: 11px;
  background: #fff;
  color: var(--v2-ink);
  box-shadow: 0 1px 0 rgba(23, 33, 29, 0.03);
  font-size: 15px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

html[data-design="new"] .auth-field input:not([type="checkbox"]):focus,
html[data-design="new"] .auth-field select:focus {
  border-color: var(--v2-lilac);
  box-shadow: 0 0 0 4px rgba(128, 104, 255, 0.13);
}

html[data-design="new"] .auth-field__action,
html[data-design="new"] .auth-switch a,
html[data-design="new"] .auth-consent a {
  color: #654df2;
  font-weight: 750;
  text-decoration: none;
}

html[data-design="new"] .auth-field__action:hover,
html[data-design="new"] .auth-switch a:hover,
html[data-design="new"] .auth-consent a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-design="new"] .auth-field__error {
  margin-top: 6px;
  color: #a82f26;
  font-size: 12px;
  line-height: 1.4;
}

html[data-design="new"] .auth-alert {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
  border-color: #f1b7ae;
  border-radius: 12px;
  background: #fff2ef;
  color: #842d25;
}

html[data-design="new"] .auth-alert__details ul {
  margin: 3px 0 0 18px;
  padding: 0;
}

html[data-design="new"] .auth-consent {
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: #f6f6f0;
}

html[data-design="new"] .auth-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--v2-lilac);
}

html[data-design="new"] .auth-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  background: var(--v2-night);
  box-shadow: none;
  font-weight: 800;
}

html[data-design="new"] .auth-submit:hover {
  background: #2b3932;
}

html[data-design="new"] .auth-submit .design-v2-only {
  font-size: 20px;
  line-height: 1;
  transition: transform 150ms ease;
}

html[data-design="new"] .auth-submit:hover .design-v2-only {
  transform: translateX(3px);
}

html[data-design="new"] .auth-switch {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--v2-line);
  color: var(--v2-muted);
}

html[data-design="new"] .home-page {
  width: 100vw;
  margin: -34px calc(50% - 50vw) -44px;
  overflow: hidden;
}

html[data-design="new"] .home-page .wrap {
  width: min(100% - 40px, 1240px);
  max-width: none;
  padding: 58px 0;
}

html[data-design="new"] .home-page .hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 24%, rgba(128, 104, 255, 0.24), transparent 24rem),
    linear-gradient(145deg, #f7f8f1 0%, #eef3e5 100%);
  border-bottom: 1px solid var(--v2-line);
}

html[data-design="new"] .home-page .hero::before {
  position: absolute;
  top: 74px;
  right: max(18px, calc((100vw - 1240px) / 2));
  z-index: -1;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(23, 33, 29, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 36px rgba(201, 246, 90, 0.1),
    0 0 0 72px rgba(128, 104, 255, 0.06);
  content: "";
}

html[data-design="new"] .home-page .hero .wrap {
  padding-top: 74px !important;
  padding-bottom: 66px !important;
}

html[data-design="new"] .home-page .grid-2 {
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: clamp(38px, 7vw, 100px);
}

html[data-design="new"] .home-page .badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(23, 33, 29, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #3b4841;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

html[data-design="new"] .home-page .h1 {
  max-width: 780px;
  margin: 21px 0 20px;
  color: var(--v2-ink);
  font-size: clamp(43px, 6vw, 82px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

html[data-design="new"] .home-page .lead {
  max-width: 650px;
  color: #4f5d56;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
}

html[data-design="new"] .home-page .hero-cta {
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}

html[data-design="new"] .home-page .btn {
  min-height: 48px;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--v2-night);
  border-radius: 12px;
  background: var(--v2-night);
  color: #fff;
  box-shadow: none;
  font-weight: 800;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

html[data-design="new"] .home-page .btn:hover {
  background: #29372f;
  box-shadow: none;
  transform: translateY(-2px);
}

html[data-design="new"] .home-page .btn.secondary {
  border-color: rgba(23, 33, 29, 0.18);
  background: rgba(255, 255, 255, 0.56);
  color: var(--v2-ink);
}

html[data-design="new"] .home-page .pill {
  padding: 7px 11px;
  border: 0;
  background: transparent;
  color: var(--v2-muted);
  font-size: 13px;
}

html[data-design="new"] .home-page .stats {
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--v2-line);
}

html[data-design="new"] .home-page .stats > div {
  min-width: 140px;
  padding: 20px 28px 0 0;
}

html[data-design="new"] .home-page .stats > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--v2-line);
}

html[data-design="new"] .home-page .kpi {
  color: var(--v2-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 850;
  letter-spacing: -0.055em;
}

html[data-design="new"] .home-page .muted {
  color: var(--v2-muted);
}

html[data-design="new"] .home-page .hero .card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 24px 24px 24px 7px;
  background: var(--v2-night);
  color: #fff;
  box-shadow: 0 28px 70px rgba(23, 33, 29, 0.22);
  transform: rotate(1.4deg);
}

html[data-design="new"] .home-page .hero .card::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--v2-lime);
  content: "";
  opacity: 0.92;
}

html[data-design="new"] .home-page .hero .card .section-title {
  color: #fff;
  font-size: 24px !important;
  letter-spacing: -0.035em;
}

html[data-design="new"] .home-page .hero .card .divider {
  background: rgba(255, 255, 255, 0.13);
}

html[data-design="new"] .home-page .hero .card .muted {
  color: #aebbb4;
}

html[data-design="new"] .home-page section:not(.hero) {
  background: var(--v2-paper);
}

html[data-design="new"] .home-page section:nth-of-type(2) {
  border-bottom: 1px solid var(--v2-line);
  background: var(--v2-surface);
}

html[data-design="new"] .home-page .section-title {
  color: var(--v2-ink);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 850;
  letter-spacing: -0.052em;
  line-height: 1.08;
}

html[data-design="new"] .home-page .grid-3 {
  gap: 14px;
  margin-top: 28px;
}

html[data-design="new"] .home-page .feature {
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--v2-line);
  border-radius: 18px 18px 18px 5px;
  background: var(--v2-surface);
  box-shadow: none;
}

html[data-design="new"] .home-page .feature:nth-child(2) {
  background: #eeeaff;
}

html[data-design="new"] .home-page .feature:nth-child(3) {
  background: #effbcf;
}

html[data-design="new"] .home-page .feature h3 {
  margin: 42px 0 10px;
  color: var(--v2-ink);
  font-size: 22px;
  letter-spacing: -0.025em;
}

html[data-design="new"] .home-page .feature p {
  line-height: 1.65;
}

html[data-design="new"] .home-page .cta {
  padding: clamp(25px, 5vw, 52px);
  border: 0;
  border-radius: 24px 24px 24px 7px;
  background: var(--v2-lilac);
  color: #fff;
  box-shadow: none;
}

html[data-design="new"] .home-page .cta .badge {
  border-color: rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

html[data-design="new"] .home-page .cta .section-title,
html[data-design="new"] .home-page .cta .muted {
  color: #fff;
}

html[data-design="new"] .home-page .cta .btn {
  border-color: #fff;
  background: #fff;
  color: var(--v2-lilac);
}

html[data-design="new"] .home-page .cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
}

@media (max-width: 1000px) {
  html[data-design="new"] .auth-layout {
    display: block;
    min-height: 100vh;
  }

  html[data-design="new"] .auth-aside {
    position: relative;
    min-height: 420px;
  }

  html[data-design="new"] .auth-aside h1 {
    max-width: 700px;
    font-size: clamp(42px, 7vw, 68px);
  }

  html[data-design="new"] .auth-aside__body {
    margin: 80px 0;
  }

  html[data-design="new"] .auth-panel {
    padding-top: 56px;
    padding-bottom: 88px;
  }
}

@media (max-width: 760px) {
  .design-toggle {
    right: 12px;
    bottom: 12px;
  }

  .design-toggle__eyebrow {
    display: none;
  }

  html[data-design="new"] .site-nav__inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 12px;
  }

  html[data-design="new"] .site-brand {
    width: 100%;
    margin: 0 0 5px;
  }

  html[data-design="new"] .site-primary-nav {
    order: 2;
    width: 100%;
    grid-auto-columns: minmax(88px, 1fr);
    overflow-x: auto;
  }

  html[data-design="new"] .site-nav__inner > a:not(.site-brand) {
    padding: 7px 9px;
    font-size: 14px;
  }

  html[data-design="new"] .site-nav__inner > .ml-auto {
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  html[data-design="new"] .home-page .wrap {
    width: min(100% - 28px, 1240px);
    padding: 40px 0;
  }

  html[data-design="new"] .home-page .hero .wrap {
    padding-top: 48px !important;
    padding-bottom: 44px !important;
  }

  html[data-design="new"] .home-page .grid-2,
  html[data-design="new"] .home-page .grid-3 {
    grid-template-columns: 1fr;
  }

  html[data-design="new"] .home-page .h1 {
    font-size: clamp(40px, 13vw, 60px);
  }

  html[data-design="new"] .home-page .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  html[data-design="new"] .home-page .stats > div {
    min-width: 0;
    padding: 18px 10px 0 0;
  }

  html[data-design="new"] .home-page .stats > div + div {
    padding-left: 10px;
  }

  html[data-design="new"] .home-page .stats .muted {
    font-size: 12px;
  }

  html[data-design="new"] .home-page .hero .card {
    margin-top: 10px;
    transform: none;
  }

  html[data-design="new"] .home-page .cta {
    align-items: stretch;
  }

  html[data-design="new"] .home-page .cta > div:last-child {
    width: 100%;
    flex-wrap: wrap;
  }

  html[data-design="new"] .auth-layout {
    display: block;
    min-height: 100vh;
  }

  html[data-design="new"] .auth-aside {
    position: relative;
    min-height: auto;
    padding: 24px 20px 46px;
  }

  html[data-design="new"] .auth-aside__body {
    margin: 55px 0 0;
  }

  html[data-design="new"] .auth-aside h1 {
    max-width: 580px;
    font-size: clamp(36px, 11vw, 54px);
  }

  html[data-design="new"] .auth-aside__body > p:last-child,
  html[data-design="new"] .auth-progress,
  html[data-design="new"] .auth-aside__foot,
  html[data-design="new"] .auth-benefits {
    display: none;
  }

  html[data-design="new"] .auth-panel {
    padding: 0 14px 70px;
    background: var(--v2-paper);
  }

  html[data-design="new"] .auth-card {
    margin-top: -20px;
    border-radius: 18px 18px 18px 6px;
  }

  html[data-design="new"] .auth-card__head {
    padding: 26px 22px 20px;
  }

  html[data-design="new"] .auth-card__body {
    padding: 24px 22px 28px;
  }

  html[data-design="new"] .auth-form-grid {
    grid-template-columns: 1fr;
  }

  html[data-design="new"] .auth-field--full {
    grid-column: auto;
  }

  html[data-design="new"] .auth-switch {
    align-items: flex-start;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .design-toggle,
  .design-toggle__track,
  .design-toggle__thumb {
    transition: none;
  }
}
