@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("onest-cyrillic-400-normal.d43f3e07e529.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("onest-latin-400-normal.762c3f12ef8b.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("onest-cyrillic-500-normal.96697201c3d7.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("onest-latin-500-normal.8856bcf43a6e.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("onest-cyrillic-600-normal.d9e974e59e59.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("onest-latin-600-normal.744f0d2da9e4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --auth-column-width: 420px;
  --auth-control-height: 44px;
  --auth-field-height: 52px;
  color: #18181b;
  background: #fff;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #fff;
}

button,
input,
textarea {
  font: inherit;
}

.auth-layout {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding: 76px 24px 36px;
}

.auth-glow {
  position: absolute;
  z-index: 0;
  top: -210px;
  left: 50%;
  width: 760px;
  height: 560px;
  background:
    radial-gradient(circle at 76% 66%, rgb(24 24 27 / 10%), transparent 39%),
    radial-gradient(circle at 44% 66%, rgb(148 163 184 / 10%), transparent 48%);
  filter: blur(36px);
  pointer-events: none;
  transform: translateX(-50%);
}

.auth-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .32;
  background-image: radial-gradient(rgb(24 24 27 / 16%) .65px, transparent .65px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000, transparent 58%);
  pointer-events: none;
}

.brand,
.auth-panel,
.auth-footer {
  position: relative;
  z-index: 1;
}

.brand {
  display: flex;
  width: min(100%, 1120px);
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 22px;
  border-radius: 999px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 8px 11px rgb(0 0 0 / 8%);
  backdrop-filter: blur(11px);
  gap: 24px;
}

.brand-wordmark {
  color: #18181b;
  font: 600 31px/1 "Onest", sans-serif;
  letter-spacing: -2.2px;
  text-decoration: none;
}

.brand-context {
  color: #667085;
  font: 400 12px/16px "Onest", sans-serif;
}

.auth-panel {
  width: min(100%, var(--auth-column-width));
  min-height: 0;
  margin-top: 48px;
  padding: 34px;
  border: 0;
  border-radius: 28px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 18px 54px -28px rgb(15 18 23 / 28%), 0 3px 14px rgb(15 18 23 / 6%);
  backdrop-filter: blur(18px);
}

.auth-copy {
  width: 100%;
}

.eyebrow {
  min-height: 20px;
  margin: 0 0 8px;
  color: #667085;
  font: 600 12px/16px "Onest", sans-serif;
  letter-spacing: .96px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #18181b;
  font: 600 34px/40px "Onest", sans-serif;
  letter-spacing: -.5px;
}

.lede {
  margin: 8px 0 0;
  color: #667085;
  font: 400 16px/24px "Onest", sans-serif;
}

.auth-form {
  display: grid;
  width: 100%;
  margin-top: 20px;
  gap: 8px;
}

label {
  color: #18181b;
  font: 600 12px/16px "Onest", sans-serif;
}

input {
  width: 100%;
  height: var(--auth-field-height);
  min-height: var(--auth-field-height);
  padding: 0 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  outline: 0;
  color: #18181b;
  background: #fff;
  font: 400 16px/24px "Onest", sans-serif;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input::placeholder {
  color: #98a2b3;
}

input:focus {
  border: 2px solid #6172f3;
  box-shadow: 0 0 0 3px rgb(97 114 243 / 12%);
}

button,
.button-link {
  display: inline-grid;
  width: 100%;
  height: var(--auth-control-height);
  min-height: var(--auth-control-height);
  margin-top: 12px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #18181b;
  font: 600 15px/20px "Onest", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  place-items: center;
  transition: background-color 160ms ease, transform 160ms cubic-bezier(.2, .8, .2, 1);
  -webkit-tap-highlight-color: transparent;
}

button:hover,
.button-link:hover {
  background: #28282c;
}

button:active,
.button-link:active {
  transform: scale(.988);
}

button:focus-visible,
.button-link:focus-visible,
a:focus-visible {
  outline: 3px solid rgb(97 114 243 / 24%);
  outline-offset: 2px;
}

button:disabled {
  opacity: .48;
  cursor: wait;
}

.auth-form[data-oovi-submitting] button {
  pointer-events: none;
  cursor: wait;
}

.field-error {
  margin: 2px 0 0;
  color: #b42318;
  font: 400 12px/18px "Onest", sans-serif;
}

.privacy-note {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  color: #667085;
  font: 500 11px/16px "Onest", sans-serif;
  letter-spacing: .2px;
  gap: 8px;
}

.privacy-note::before {
  display: grid;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 50%;
  content: "i";
  place-items: center;
}

.secondary-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  flex-direction: column;
  gap: 12px;
}

.secondary-link {
  width: 100%;
  color: #18181b;
  font: 400 14px/20px "Onest", sans-serif;
  text-align: center;
  text-decoration: none;
}

.secondary-link + .secondary-link {
  color: #667085;
  font: 500 11px/16px "Onest", sans-serif;
}

.auth-footer {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: min(100%, var(--auth-column-width));
  color: #667085;
  font: 500 11px/16px "Onest", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateX(-50%);
  gap: 7px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.membership-list {
  display: grid;
  min-height: 0;
  margin: 20px 0 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1 1 auto;
  align-content: start;
}

.membership-list h2 {
  margin: 0 0 8px;
  font: 600 12px/16px "Onest", sans-serif;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.membership-list article {
  border: 0;
  border-bottom: 1px solid #e4e7ec;
  background: transparent;
}

.membership-list article a {
  display: grid;
  width: 100%;
  min-height: 64px;
  align-items: center;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 10px;
}

.membership-list article a:hover {
  background: transparent;
}

.membership-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #18181b;
  font: 600 16px/20px "Onest", sans-serif;
  place-items: center;
}

.membership-copy strong,
.membership-copy small {
  display: block;
}

.membership-copy strong {
  overflow: hidden;
  font: 600 14px/18px "Onest", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.membership-copy small {
  margin-top: 1px;
  color: #667085;
  font: 400 12px/16px "Onest", sans-serif;
}

.membership-chevron {
  color: #98a2b3;
  font: 300 28px/1 "Onest", sans-serif;
  text-align: right;
}

.secondary-button {
  border: 1px solid #e4e7ec;
  color: #18181b;
  background: #fff;
}

.secondary-button:hover {
  border-color: #d0d5dd;
  color: #18181b;
  background: #f8f9fb;
}

.secondary-button:active {
  background: #f2f4f7;
}

.account-home-page {
  height: 100%;
  overflow: hidden;
}

.account-home-page .auth-layout {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
}

.account-home-page .auth-panel {
  display: flex;
  min-height: 0;
  flex: 0 0 auto;
  flex-direction: column;
}

.account-home-page .account-logout {
  margin-top: auto;
}

.account-home-page .account-logout button {
  height: 44px;
  min-height: 44px;
  border-radius: 999px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  color: #667085;
  font: 500 14px/20px "Onest", sans-serif;
  text-decoration: none;
}

.back-link:hover {
  color: #18181b;
}

.onboarding-heading h1 {
  font-size: 40px;
  line-height: 46px;
}

.onboarding-form {
  margin-top: 28px;
  gap: 10px;
}

.onboarding-form label:not(:first-of-type) {
  margin-top: 8px;
}

.form-alert {
  padding: 12px 14px;
  border-radius: 14px;
  color: #b42318;
  background: #fef3f2;
  font: 500 13px/18px "Onest", sans-serif;
}

.account-empty-state {
  padding: 20px 0;
  border-bottom: 1px solid #e4e7ec;
}

.account-empty-state strong,
.account-empty-state p {
  display: block;
  margin: 0;
}

.account-empty-state strong {
  font: 600 15px/20px "Onest", sans-serif;
}

.account-empty-state p {
  margin-top: 4px;
  color: #667085;
  font: 400 13px/19px "Onest", sans-serif;
}

.account-add-store {
  margin-top: 18px;
}

.store-onboarding-page:not(.store-onboarding-detail-page) .auth-panel {
  width: min(100%, 420px);
}

.store-onboarding-detail-page {
  min-height: 100%;
  overflow: auto;
}

.store-onboarding-detail-page .auth-layout {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: visible;
  padding-bottom: 72px;
}

.store-onboarding-detail-page .auth-panel {
  width: min(100%, 860px);
  margin-top: 42px;
}

.store-onboarding-detail-page .auth-footer {
  display: none;
}

.onboarding-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.onboarding-title-row h1 {
  overflow-wrap: anywhere;
}

.connection-state,
.setup-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #475467;
  background: #f2f4f7;
  white-space: nowrap;
}

.connection-state {
  min-height: 34px;
  padding: 0 13px;
  font: 500 13px/18px "Onest", sans-serif;
  gap: 8px;
}

.connection-state i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #98a2b3;
}

.connection-state.is-ready {
  color: #067647;
  background: #ecfdf3;
}

.connection-state.is-ready i {
  background: #17b26a;
}

.setup-progress {
  display: grid;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.setup-progress li {
  display: grid;
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  background: #f8f9fb;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
}

.setup-progress li > span {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #667085;
  background: #eaecf0;
  font: 600 13px/18px "Onest", sans-serif;
  place-items: center;
  grid-row: span 2;
}

.setup-progress strong,
.setup-progress small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.setup-progress strong {
  font: 600 13px/17px "Onest", sans-serif;
}

.setup-progress small {
  color: #667085;
  font: 400 11px/15px "Onest", sans-serif;
}

.setup-progress li.is-complete > span {
  color: #067647;
  background: #d1fadf;
}

.setup-section {
  padding: 30px 0;
  border-top: 1px solid #e4e7ec;
}

.setup-progress + .setup-section {
  margin-top: 30px;
}

.setup-section-heading {
  display: grid;
  align-items: start;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 12px;
}

.setup-section-heading > span:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #344054;
  background: #f2f4f7;
  font: 600 13px/18px "Onest", sans-serif;
  place-items: center;
}

.setup-section h2,
.setup-section p {
  margin: 0;
}

.setup-section h2 {
  font: 600 20px/26px "Onest", sans-serif;
  letter-spacing: -.2px;
}

.setup-section-heading div > p {
  margin-top: 3px;
  color: #667085;
  font: 400 13px/19px "Onest", sans-serif;
}

.setup-badge {
  min-height: 28px;
  padding: 0 10px;
  font: 500 11px/15px "Onest", sans-serif;
}

.setup-badge.is-complete {
  color: #067647;
  background: #ecfdf3;
}

.setup-instructions,
.onboarding-notice {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f9fb;
}

.setup-instructions p,
.onboarding-notice p {
  color: #667085;
  font: 400 13px/19px "Onest", sans-serif;
}

.setup-instructions p + p,
.onboarding-notice p {
  margin-top: 4px;
}

.onboarding-notice strong {
  font: 600 13px/18px "Onest", sans-serif;
}

.subscription-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 44px;
  gap: 20px;
}

.subscription-action > div > strong {
  font: 600 14px/19px "Onest", sans-serif;
}

.subscription-action > div > p {
  margin-top: 2px;
  color: #667085;
  font: 400 13px/18px "Onest", sans-serif;
}

.subscription-action .onboarding-notice {
  width: 100%;
  margin: 0;
}

.checkout-button {
  width: auto;
  min-width: 180px;
  margin: 0;
}

.copy-field {
  margin-top: 18px;
}

.copy-field label {
  display: block;
  margin-bottom: 7px;
  color: #475467;
}

.copy-field > div {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.copy-field input,
.copy-field textarea {
  min-width: 0;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  outline: 0;
  color: #344054;
  background: #fff;
  font: 400 13px/19px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.copy-field input {
  height: 44px;
  min-height: 44px;
  padding: 0 13px;
}

.copy-field textarea {
  width: 100%;
  min-height: 80px;
  padding: 11px 13px;
  resize: none;
}

.copy-field button {
  width: auto;
  min-width: 112px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 16px;
  color: #18181b;
  background: #f2f4f7;
}

.copy-field button:hover {
  background: #e4e7ec;
}

.secret-callout {
  padding: 16px;
  margin-top: 18px;
  border: 1px solid #fec84b;
  border-radius: 18px;
  background: #fffaeb;
}

.secret-callout > strong {
  font: 600 14px/19px "Onest", sans-serif;
}

.secret-callout > p {
  margin-top: 3px;
  color: #7a2e0e;
  font: 400 12px/17px "Onest", sans-serif;
}

.secret-callout .copy-field {
  margin-top: 12px;
}

.inline-action-form {
  display: block;
  margin-top: 18px;
}

.inline-action-form button {
  width: auto;
  margin: 0;
}

.setup-url {
  margin-top: 14px !important;
  overflow-wrap: anywhere;
  color: #667085;
  font: 400 12px/18px "Onest", sans-serif;
}

.onboarding-actions {
  display: grid;
  padding-top: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.onboarding-actions .button-link {
  margin: 0;
}

.button-link.is-disabled {
  color: #98a2b3;
  background: #eaecf0;
  pointer-events: none;
}

.button-link.is-loading {
  opacity: .64;
  pointer-events: none;
}

.onboarding-toast {
  position: fixed;
  z-index: 20;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 50%;
  display: flex;
  width: max-content;
  max-width: min(520px, calc(100vw - 32px));
  min-height: 48px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  opacity: 0;
  color: #18181b;
  background: #fff;
  box-shadow: 0 8px 12px rgb(0 0 0 / 10%);
  font: 400 14px/20px "Onest", sans-serif;
  pointer-events: none;
  transform: translate(-50%, 76px) scale(.985);
  gap: 10px;
}

.onboarding-toast[hidden] {
  display: none;
}

.onboarding-toast-icon {
  display: grid;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1.5px solid #98a2b3;
  border-radius: 50%;
  color: #667085;
  font: 500 12px/1 "Onest", sans-serif;
  place-items: center;
}

.onboarding-toast.is-visible {
  animation: onboarding-toast-in 280ms cubic-bezier(.22, 1, .36, 1) both;
}

.onboarding-toast.is-leaving {
  animation: onboarding-toast-out 200ms cubic-bezier(.4, 0, 1, 1) both;
}

@keyframes onboarding-toast-in {
  from { opacity: 0; transform: translate(-50%, 76px) scale(.985); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@keyframes onboarding-toast-out {
  from { opacity: 1; transform: translate(-50%, 0) scale(1); }
  to { opacity: 0; transform: translate(-50%, 76px) scale(.99); }
}

@keyframes onboarding-toast-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes onboarding-toast-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

.billing-error {
  margin: 10px 0 0;
  color: #b42318;
  font: 500 12px/18px "Onest", sans-serif;
}

@media (max-width: 600px) {
  .auth-layout {
    min-height: 100dvh;
    align-items: center;
    padding:
      max(58px, env(safe-area-inset-top))
      24px
      max(34px, env(safe-area-inset-bottom));
  }

  .auth-glow {
    top: 18px;
    left: calc(50% + 90px);
    width: 320px;
    height: 220px;
    filter: blur(20px);
  }

  .brand {
    width: 100%;
    height: 56px;
    padding: 0 15px 0 18px;
  }

  .brand-wordmark {
    font-size: 27px;
    letter-spacing: -1.9px;
  }

  .brand-context {
    max-width: 150px;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
  }

  .auth-panel {
    width: 100%;
    min-height: 0;
    margin-top: 28px;
    padding: 26px 22px;
    border: 0;
    border-radius: 24px;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 16px 44px -28px rgb(15 18 23 / 28%), 0 3px 12px rgb(15 18 23 / 6%);
  }

  .auth-form {
    margin-top: 32px;
  }

  .auth-form button {
    height: 44px;
    min-height: 44px;
    border-radius: 999px;
  }

  .auth-footer {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: auto;
    padding-top: 32px;
    transform: none;
    flex-wrap: wrap;
  }

  .secondary-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .account-home-page .auth-layout {
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }

  .account-home-page .auth-panel {
    flex: 1 1 auto;
    margin-top: 28px;
  }

  .account-home-page .auth-footer {
    display: none;
  }

  .account-home-page .membership-list {
    margin-top: 22px;
    margin-bottom: 16px;
  }

  .store-onboarding-page .auth-layout {
    display: block;
    min-height: 100dvh;
    padding-top: max(20px, env(safe-area-inset-top));
  }

  .store-onboarding-page .brand {
    height: 52px;
  }

  .store-onboarding-page .auth-panel,
  .store-onboarding-detail-page .auth-panel {
    margin-top: 28px;
  }

  .store-onboarding-detail-page .auth-layout {
    padding-bottom: max(42px, env(safe-area-inset-bottom));
  }

  .onboarding-heading h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .onboarding-title-row {
    gap: 14px;
  }

  .onboarding-title-row h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .onboarding-title-row .lede {
    font-size: 14px;
    line-height: 20px;
  }

  .setup-progress {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .setup-progress li {
    min-height: 56px;
  }

  .setup-progress strong,
  .setup-progress small {
    white-space: normal;
  }

  .setup-progress + .setup-section {
    margin-top: 24px;
  }

  .setup-section {
    padding: 24px 0;
  }

  .setup-section-heading {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .setup-section-heading .setup-badge {
    justify-self: start;
    margin-top: 6px;
    grid-column: 2;
  }

  .subscription-action {
    align-items: stretch;
    margin-left: 44px;
    flex-direction: column;
    gap: 14px;
  }

  .checkout-button,
  .inline-action-form button {
    width: 100%;
  }

  .copy-field > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .copy-field button {
    width: 100%;
  }

  .onboarding-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

  .onboarding-toast {
    transform: translate(-50%, 0);
  }

  .onboarding-toast.is-visible {
    animation: onboarding-toast-fade-in 120ms linear both;
  }

  .onboarding-toast.is-leaving {
    animation: onboarding-toast-fade-out 120ms linear both;
  }
}
