:root[data-auth-color-preview] {
  --color-preview-green: #0c2f25;
  --color-preview-green-2: #153c31;
  --color-preview-peach: #f1c9b1;
  --color-preview-cream: #f6f3e9;
  --color-preview-line: rgb(8 40 31 / 16%);
}

:root[data-auth-color-preview],
:root[data-auth-color-preview] body {
  background: var(--color-preview-green);
}

:root[data-auth-color-preview] body {
  background-image: none;
}

:root[data-auth-color-preview] .auth-page {
  padding: 22px;
}

:root[data-auth-color-preview] .auth-header,
:root[data-auth-color-preview] .auth-layout {
  width: min(100%, 1180px);
}

:root[data-auth-color-preview] .auth-header {
  min-height: 54px;
  padding-inline: 6px;
}

:root[data-auth-color-preview] .auth-layout {
  display: block;
  padding-block: clamp(18px, 3vh, 30px);
}

:root[data-auth-color-preview] .auth-shell {
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(500px, 1.08fr);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 32px;
  box-shadow: 0 34px 90px -48px rgb(0 8 5 / 88%);
}

:root[data-auth-color-preview] .auth-form-panel,
:root[data-auth-color-preview] .workspace-panel {
  min-height: 680px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

:root[data-auth-color-preview] .auth-form-panel {
  background: var(--color-preview-cream);
  padding: clamp(44px, 4vw, 62px);
}

:root[data-auth-color-preview] .auth-form-panel h1 {
  color: #0b241b;
}

:root[data-auth-color-preview] .form-intro,
:root[data-auth-color-preview] .divider,
:root[data-auth-color-preview] .form-signup-prompt {
  color: #59665e;
}

:root[data-auth-color-preview] .divider::before,
:root[data-auth-color-preview] .divider::after {
  background: var(--color-preview-line);
}

:root[data-auth-color-preview] .social-button,
:root[data-auth-color-preview] .field input {
  border-color: rgb(8 40 31 / 18%);
  background: #fffdf6;
}

:root[data-auth-color-preview] .social-button:hover,
:root[data-auth-color-preview] .field input:hover {
  border-color: rgb(8 40 31 / 36%);
  background: #fffefa;
}

:root[data-auth-color-preview] .field input:focus {
  border-color: #17613d;
  background: #fffefa;
  box-shadow: 0 0 0 3px rgb(23 97 61 / 14%);
}

:root[data-auth-color-preview] .workspace-panel {
  justify-content: space-between;
  background: var(--color-preview-peach);
  background-image: none;
  padding: clamp(42px, 4.5vw, 64px);
}

:root[data-auth-color-preview] .workspace-panel::before {
  display: none;
}

:root[data-auth-color-preview] .workspace-copy {
  width: auto;
  color: #0b241b;
  text-shadow: none;
}

:root[data-auth-color-preview] .workspace-copy h2 {
  max-width: 10ch;
  margin: 0 0 18px;
  color: #0b241b;
  font-size: clamp(3.3rem, 4.8vw, 5.3rem);
  line-height: 0.91;
}

:root[data-auth-color-preview] .workspace-copy > p {
  max-width: 30rem;
  color: #455c51;
  font-size: 0.96rem;
  line-height: 1.6;
}

:root[data-auth-color-preview] .color-system-preview {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 22px;
  background: var(--color-preview-green);
  padding: 18px;
}

:root[data-auth-color-preview] .color-system-topline {
  display: flex;
  align-items: center;
  gap: 6px;
}

:root[data-auth-color-preview] .color-system-topline span {
  width: 8px;
  height: 8px;
  margin-right: auto;
  border-radius: 50%;
  background: #d7ff72;
  box-shadow: 0 0 0 5px rgb(215 255 114 / 13%);
}

:root[data-auth-color-preview] .color-system-topline i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(247 243 233 / 28%);
}

:root[data-auth-color-preview] .color-system-map {
  position: relative;
  height: 146px;
  margin-top: 12px;
}

:root[data-auth-color-preview] .color-map-node,
:root[data-auth-color-preview] .color-map-core {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgb(247 243 233 / 18%);
  background: var(--color-preview-green-2);
}

:root[data-auth-color-preview] .color-map-node {
  width: 62px;
  height: 62px;
  border-radius: 18px;
}

:root[data-auth-color-preview] .color-map-node::before,
:root[data-auth-color-preview] .color-map-node::after {
  display: block;
  border-radius: 999px;
  background: rgb(247 243 233 / 46%);
  content: "";
}

:root[data-auth-color-preview] .color-map-node::before {
  width: 20px;
  height: 5px;
  transform: translateY(8px);
}

:root[data-auth-color-preview] .color-map-node::after {
  width: 30px;
  height: 4px;
  transform: translateY(-7px);
  opacity: 0.48;
}

:root[data-auth-color-preview] .color-map-node-a {
  top: 10px;
  left: 5%;
}

:root[data-auth-color-preview] .color-map-node-b {
  right: 4%;
  bottom: 4px;
}

:root[data-auth-color-preview] .color-map-node-c {
  bottom: 0;
  left: 24%;
}

:root[data-auth-color-preview] .color-map-core {
  top: 18px;
  left: 50%;
  width: 86px;
  height: 86px;
  border-color: #d7ff72;
  border-radius: 50%;
  background: #d7ff72;
  transform: translateX(-50%);
}

:root[data-auth-color-preview] .color-map-core img {
  width: 18px;
  height: 40px;
}

:root[data-auth-color-preview] .color-map-rail {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: rgb(215 255 114 / 35%);
  transform-origin: left center;
}

:root[data-auth-color-preview] .color-map-rail-a {
  top: 53px;
  left: 15%;
  width: 36%;
  transform: rotate(-4deg);
}

:root[data-auth-color-preview] .color-map-rail-b {
  top: 73px;
  left: 55%;
  width: 31%;
  transform: rotate(18deg);
}

:root[data-auth-color-preview] .auth-layout > .dev-fill {
  margin: 14px 12px 0;
}

@media (max-width: 820px) {
  :root[data-auth-color-preview] .auth-page {
    padding: 12px;
  }

  :root[data-auth-color-preview] .auth-header,
  :root[data-auth-color-preview] .auth-layout {
    width: min(100%, 560px);
  }

  :root[data-auth-color-preview] .auth-shell {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  :root[data-auth-color-preview] .auth-form-panel {
    min-height: 0;
    padding: 40px 30px;
  }

  :root[data-auth-color-preview] .workspace-panel {
    display: none;
  }
}

@media (max-width: 560px) {
  :root[data-auth-color-preview] .auth-page {
    padding: 8px;
  }

  :root[data-auth-color-preview] .auth-shell {
    border-radius: 22px;
  }

  :root[data-auth-color-preview] .auth-form-panel {
    padding: 34px 22px;
  }
}
