.auth-story {
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.auth-story:after {
  content: "✳";
  position: absolute;
  right: -90px;
  top: 240px;
  font-size: 430px;
  line-height: 1;
  color: #e4e4e4;
  z-index: 0;
  font-family: inherit;
  transform: rotate(15deg);
  pointer-events: none;
}
.auth-story-content {
  position: relative;
  z-index: 1;
}
.auth-story .eyebrow {
  font-size: 9px;
  color: #898989;
}
.preview-row {
  display: flex;
  align-items: flex-start;
}
.preview-event {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.preview-event.peach {
  background: #efefef;
  border-color: #929292;
}
.preview-event.peach strong {
  color: #858585;
}
.preview-event.peach > span {
  color: #8b8b8b;
}
.preview-bottom > .live-indicator {
  width: 4px;
  height: 4px;
}
.auth-form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.auth-form-wrap {
  width: 100%;
}
.auth-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.auth-tabs button {
  background: none;
  color: #8f8f8f;
  font-size: 12px;
  padding: 0 1px 15px;
  position: relative;
}
.auth-tabs button.active {
  color: #696969;
  font-weight: 650;
}
.auth-tabs button.active:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #838383;
}
.auth-subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}
.auth-submit {
  width: 100%;
  justify-content: space-between;
  padding-left: 19px;
  padding-right: 18px;
}
.auth-form .form-error {
  margin: 18px 0 0;
}
.password-field {
  position: relative;
}
.password-field > input {
  padding-right: 75px !important;
}
.password-field > button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.auth-security {
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-security .icon {
  width: 12px;
  height: 12px;
}
.auth-divider {
  display: flex;
  align-items: center;
}
.auth-divider:before {
  content: "";
  height: 1px;
  flex: 1;
}
.auth-divider:after {
  content: "";
  height: 1px;
  flex: 1;
}
.demo-button {
  width: 100%;
  justify-content: space-between;
}
.demo-hint {
  text-align: center;
}
.auth-mobile-brand {
  display: none;
}
.auth-body .toast-region {
  left: 50%;
}
.auth-form .password-match-error {
  display: block;
  color: #a74843;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 7px;
}
.auth-form .password-match-error[hidden] {
  display: none;
}
.auth-form .field input[aria-invalid="true"] {
  border-color: #a74843;
}
@media (max-width: 1150px) {
  .auth-story-content {
    padding-top: 50px;
  }
}
@media (max-width: 900px) {
  .auth-story .eyebrow {
    font-size: 7px;
  }
}
@media (max-width: 700px) {
  .auth-mobile-brand {
    display: block;
  }
}
.auth-body {
  background: #fff;
}
.auth-shell {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 18px;
  padding: 18px;
  min-height: 100vh;
}
.auth-story {
  border: 0;
  border-radius: 28px;
  background: #252725;
  color: #eef5e4;
  padding: 36px 43px 26px;
  min-height: calc(100vh - 36px);
}
.auth-story:after {
  display: none;
}
.auth-story > .brand {
  font-size: 28px;
}
.auth-story-content {
  margin: auto 0;
  padding: 47px 0 38px;
}
.auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #a5b397;
}
.auth-kicker > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7f464;
}
.auth-story h1 {
  font-family: inherit;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 550;
  letter-spacing: -2.6px;
  margin-top: 22px;
  color: #f0f4e8;
  max-width: 520px;
}
.auth-story h1 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 550;
  color: #c7f464;
}
.auth-story-content > p {
  font-size: 12px;
  line-height: 1.8;
  margin: 23px 0 30px;
}
.auth-product-bento {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 12px;
  max-width: 550px;
}
.auth-calendar-preview {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: auto;
  max-width: none;
  background: #f5f8ef;
  border: 0;
  border-radius: 20px;
  padding: 21px 18px 16px;
  transform: none;
  box-shadow: none;
  min-width: 0;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  font-weight: 550;
  color: #71845e;
  margin-bottom: 16px;
  white-space: nowrap;
}
.preview-heading > span:last-child {
  color: #95aa7d;
}
.preview-period {
  padding: 4px 7px;
  border-radius: 6px;
  font-size: 8px;
  background: #e6eedb;
}
.preview-row {
  gap: 9px;
  margin-top: 10px;
}
.preview-row > span {
  font-size: 8px;
  color: #a6b995;
  padding-top: 10px;
}
.preview-event {
  background: #dfedc6;
  border-left: 3px solid #b6d786;
  border-radius: 8px;
  padding: 13px 11px;
  color: #799c4f;
}
.preview-event small {
  font-size: 6px;
  letter-spacing: 0.7px;
  color: #93af71;
  margin-bottom: 5px;
}
.preview-event strong {
  font-size: 11px;
  font-weight: 600;
  color: #5f7f3e;
}
.preview-event > span {
  font-size: 8px;
  color: #9ab582;
  margin-top: 5px;
}
.preview-event.neutral {
  background: #e8edde;
  border-color: #c9d5b6;
  padding-top: 14px;
  padding-bottom: 14px;
}
.preview-event.neutral strong {
  font-size: 10px;
  color: #93a380;
}
.preview-event.neutral > span {
  color: #a5b696;
}
.preview-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e1e9d6;
  font-size: 8px;
  color: #abba9b;
  margin-top: auto;
  padding-top: 17px;
  padding-left: 0;
  gap: 10px;
}
.preview-bottom > span:last-child {
  font-size: 17px;
  color: #99b380;
}
.auth-mini-stack {
  display: grid;
  grid-template-rows: 1.05fr 1fr;
  gap: 12px;
  min-width: 0;
}
.auth-feature-card {
  border-radius: 20px;
  padding: 17px 17px 15px;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.auth-feature-card > span:first-child {
  display: block;
  margin-bottom: 10px;
}
.auth-feature-card > span .icon {
  width: 16px;
  height: 16px;
}
.auth-feature-card > strong {
  display: block;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -0.7px;
  font-weight: 550;
}
.auth-feature-card > span:nth-last-child(2) {
  display: block;
  font-size: 6px;
  margin-top: 9px;
  white-space: nowrap;
}
.auth-story-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 8px;
  line-height: 1.7;
}
.auth-story-footer > span:last-child {
  font-size: 7px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.auth-form-section {
  min-height: calc(100vh - 36px);
  padding: 35px 45px 17px;
  border-radius: 26px;
}
.auth-form-wrap {
  max-width: 377px;
  padding: 25px 0 35px;
  margin: auto 0;
}
.auth-tabs {
  display: flex;
  gap: 4px;
  padding: 5px;
  border-radius: 13px;
  border: 0;
  margin-bottom: 34px;
}
.auth-tabs > button {
  flex: 1;
  padding: 10px 15px;
  border-radius: 9px;
  background: none;
  font-size: 12px;
  font-weight: 500;
}
.auth-tabs > button.active {
  background: #fff;
  box-shadow: none;
}
.auth-tabs > button.active:after {
  display: none;
}
.auth-form-wrap h2 {
  font-size: 33px;
  letter-spacing: -1.4px;
}
.auth-subtitle {
  font-size: 12px;
  line-height: 1.8;
  margin: 12px 0 29px;
}
.auth-form .field {
  margin-bottom: 20px;
}
.auth-form .field > span:first-child {
  font-size: 12px;
}
.auth-form .field input {
  padding: 13px 14px;
  font-size: 13px;
  border-radius: 11px;
}
.auth-submit {
  padding: 14px 18px;
  margin-top: 7px;
  font-size: 13px;
}
.auth-security {
  font-size: 9px;
  gap: 7px;
  margin-top: 25px;
}
.auth-divider {
  font-size: 9px;
  gap: 11px;
  margin: 27px 0 20px;
}
.auth-divider:before {
  background: #e9f0e0;
}
.auth-divider:after {
  background: #e9f0e0;
}
.demo-button {
  background: #f2f6eb;
  border-color: #e3ecd6;
  color: #92aa7b;
  font-size: 11px;
}
.demo-hint {
  font-size: 8px;
  line-height: 1.8;
  margin: 12px 15px 0;
}
.auth-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  font-size: 8px;
}
.password-field > button {
  font-size: 10px;
}
.auth-mobile-brand > span {
  color: #9fc866;
}
.auth-subtitle {
  color: #7d8177;
}
.auth-security {
  color: #7d8177;
}
.auth-divider {
  color: #7d8177;
}
.demo-hint {
  color: #7d8177;
}
.auth-footer {
  color: #7d8177;
}
.password-field > button {
  color: #7d8177;
}
.auth-tabs {
  background: #f0f2eb;
}
.auth-tabs > button {
  color: #95a386;
}
.auth-tabs > button.active {
  color: #455f2d;
}
.auth-form .field input {
  background: #f6f7f3;
  border-color: #e5e9df;
}
.auth-story-content > p {
  color: #a9b69c;
}
.auth-story-footer {
  color: #8d9c7d;
}
@media (min-width: 1500px) {
  .auth-story {
    padding-left: 61px;
    padding-right: 61px;
  }

  .auth-story h1 {
    font-size: 60px;
  }

  .auth-product-bento {
    max-width: 580px;
  }

  .auth-form-wrap {
    max-width: 407px;
  }
}
@media (max-width: 1150px) {
  .auth-story {
    padding: 31px 28px 24px;
  }

  .auth-story h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .auth-story-content > p {
    font-size: 11px;
  }

  .auth-form-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .auth-product-bento {
    grid-template-columns: 1.45fr 1fr;
    gap: 10px;
  }

  .auth-calendar-preview {
    padding: 18px 14px 14px;
    border-radius: 17px;
  }

  .auth-feature-card {
    padding: 15px 13px;
    border-radius: 17px;
  }

  .auth-feature-card > strong {
    font-size: 16px;
  }

  .auth-feature-card > span:nth-last-child(2) {
    font-size: 5px;
  }

  .preview-heading {
    font-size: 8px;
  }

  .preview-event strong {
    font-size: 9px;
  }

  .preview-event.neutral strong {
    font-size: 8px;
  }

  .preview-row {
    gap: 7px;
  }

  .preview-row > span {
    font-size: 7px;
  }

  .preview-event {
    padding: 11px 9px;
  }

  .preview-event > span {
    font-size: 7px;
  }

  .auth-story-footer {
    flex-wrap: wrap;
    gap: 7px;
  }

  .auth-form-wrap h2 {
    font-size: 30px;
  }

  .auth-subtitle {
    font-size: 11px;
  }
}
@media (max-width: 900px) {
  .auth-shell {
    padding: 12px;
    gap: 10px;
  }

  .auth-story {
    min-height: calc(100vh - 24px);
    padding: 29px 24px 23px;
    border-radius: 23px;
  }

  .auth-story > .brand {
    font-size: 25px;
  }

  .auth-story h1 {
    font-size: 38px;
    letter-spacing: -1.8px;
  }

  .auth-kicker {
    font-size: 6px;
  }

  .auth-story-content > p {
    font-size: 10px;
  }

  .auth-story-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .auth-form-section {
    padding: 25px 25px 18px;
    min-height: calc(100vh - 24px);
  }

  .auth-form-wrap h2 {
    font-size: 27px;
  }

  .auth-subtitle {
    font-size: 10px;
  }

  .auth-product-bento {
    grid-template-columns: 1fr;
  }

  .auth-mini-stack {
    display: none;
  }

  .auth-calendar-preview {
    padding: 21px 22px 17px;
    max-width: 295px;
    border-radius: 20px;
  }

  .preview-heading {
    font-size: 10px;
  }

  .preview-row > span {
    font-size: 8px;
  }

  .preview-event strong {
    font-size: 11px;
  }

  .preview-event.neutral strong {
    font-size: 10px;
  }

  .preview-event > span {
    font-size: 8px;
  }

  .preview-bottom {
    margin-top: 15px;
  }

  .auth-story-footer {
    font-size: 7px;
  }

  .auth-story-footer > span:last-child {
    font-size: 6px;
  }

  .auth-form .field input {
    font-size: 12px;
  }

  .auth-form .field > span:first-child {
    font-size: 11px;
  }

  .auth-submit {
    font-size: 12px;
  }

  .auth-tabs > button {
    font-size: 11px;
    padding: 9px 12px;
  }

  .auth-security {
    font-size: 8px;
  }

  .auth-footer {
    font-size: 8px;
  }
}
@media (max-width: 700px) {
  .auth-shell {
    display: block;
    padding: 0;
  }

  .auth-story {
    display: none;
  }

  .auth-form-section {
    min-height: 100dvh;
    padding: 25px 27px;
    border-radius: 0;
  }

  .auth-form-wrap {
    max-width: 400px;
    padding: 13px 0 39px;
  }

  .auth-mobile-brand {
    font-size: 32px;
    font-weight: 750;
    letter-spacing: -1.6px;
    color: #2b3323;
    margin-bottom: 43px;
  }

  .auth-form-wrap h2 {
    font-size: 32px;
  }

  .auth-tabs {
    margin-bottom: 34px;
    padding: 5px;
    border-radius: 12px;
  }

  .auth-tabs > button {
    font-size: 12px;
    padding: 10px 15px;
  }

  .auth-subtitle {
    font-size: 12px;
  }

  .auth-form .field > span:first-child {
    font-size: 12px;
  }

  .auth-form .field input {
    font-size: 14px;
    padding: 14px;
  }

  .auth-submit {
    font-size: 13px;
    padding: 15px 18px;
  }

  .auth-security {
    font-size: 9px;
    margin-top: 27px;
  }

  .auth-divider {
    font-size: 9px;
  }

  .demo-button {
    font-size: 12px;
    padding: 13px 17px;
  }

  .demo-hint {
    font-size: 9px;
  }

  .auth-footer {
    font-size: 8px;
  }
}
