/* Login right-panel content only. The drawer grid and all responsive behavior stay in the main app. */
.creates-auth-visual:not([data-auth-brand-panel="1"]) {
  color: transparent !important;
  background: #fff !important;
}

.creates-auth-visual:not([data-auth-brand-panel="1"])::before,
.creates-auth-visual:not([data-auth-brand-panel="1"])::after {
  display: none !important;
}

.creates-auth-visual:not([data-auth-brand-panel="1"]) > * {
  visibility: hidden !important;
}

html[data-creates-theme="dark"] .creates-auth-visual:not([data-auth-brand-panel="1"]) {
  background: #141414 !important;
}

.creates-auth-visual[data-auth-brand-panel="1"] {
  color: #141414;
  background: #fff;
}

.creates-auth-visual[data-auth-brand-panel="1"]::before,
.creates-auth-visual[data-auth-brand-panel="1"]::after {
  display: none;
}

.creates-auth-brand-panel-inner,
.creates-auth-brand-panel-inner * {
  box-sizing: border-box;
}

.creates-auth-brand-panel-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: clamp(56px, 7vh, 104px) 0 clamp(42px, 5.5vh, 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: clamp(42px, 6vh, 82px);
  overflow: hidden;
  color: inherit;
  background: inherit;
}

.creates-auth-brand-copy {
  width: min(720px, calc(100% - clamp(72px, 10vw, 144px)));
  margin: 0 auto;
  text-align: center;
}

.creates-auth-brand-copy h2 {
  max-width: 680px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 600;
  line-height: 1.02;
  text-wrap: balance;
}

.creates-auth-brand-copy p {
  max-width: 650px;
  margin: clamp(26px, 3.2vh, 40px) auto 0;
  color: #747474;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.5;
  text-wrap: balance;
}

.creates-auth-brand-actions {
  margin-top: clamp(32px, 4vh, 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.creates-auth-brand-action {
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid #dedede;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #141414;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.creates-auth-brand-action.is-primary {
  color: #fff;
  border-color: #141414;
  background: #141414;
}

.creates-auth-brand-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creates-auth-brand-action:hover {
  
filter:brightness(1.06);}

.creates-auth-brand-action:focus-visible {
  outline: 2px solid #e63e44;
  outline-offset: 3px;
}

.creates-auth-brand-wall {
  width: 100%;
  display: grid;
  gap: clamp(18px, 2.5vh, 30px);
}

.creates-auth-brand-lane {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.creates-auth-brand-track {
  width: max-content;
  display: flex;
  animation: creates-auth-brand-marquee 48s linear infinite;
  will-change: transform;
}

.creates-auth-brand-lane:nth-child(2) .creates-auth-brand-track {
  animation-direction: reverse;
  animation-duration: 58s;
}

.creates-auth-brand-lane:nth-child(3) .creates-auth-brand-track {
  animation-duration: 52s;
}

.creates-auth-brand-group {
  flex: none;
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.4vw, 40px);
  padding-right: clamp(24px, 2.4vw, 40px);
}

.creates-auth-brand-group .chp-final-dsp,
.creates-auth-brand-group .chp-final-avatar,
.creates-auth-brand-group .chp-final-publisher {
  flex: none;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.creates-auth-brand-group .chp-final-dsp,
.creates-auth-brand-group .chp-final-dsp img,
.creates-auth-brand-group .chp-final-avatar {
  width: clamp(48px, 4vw, 62px);
  height: clamp(48px, 4vw, 62px);
}

.creates-auth-brand-group .chp-final-avatar {
  border-radius: 18px;
}

.creates-auth-brand-group .chp-final-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creates-auth-brand-group .chp-final-dsp img,
.creates-auth-brand-group .chp-final-publisher img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.creates-auth-brand-group .chp-final-publisher {
  width: clamp(124px, 9vw, 154px);
  height: clamp(72px, 5.5vw, 92px);
  padding: 13px;
  border: 1px solid #dedede;
  border-radius: 20px;
  background: #f4f4f4;
}

@keyframes creates-auth-brand-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

html[data-creates-theme="dark"] .creates-auth-visual[data-auth-brand-panel="1"] {
  color: #f4f4f4;
  background: #141414;
}

html[data-creates-theme="dark"] .creates-auth-brand-copy p {
  color: #a7a7ac;
}

html[data-creates-theme="dark"] .creates-auth-brand-action {
  color: #f4f4f4;
  border-color: #383838;
}

html[data-creates-theme="dark"] .creates-auth-brand-action.is-primary {
  color: #141414;
  border-color: #f4f4f4;
  background: #f4f4f4;
}

html[data-creates-theme="dark"] .creates-auth-brand-group .chp-final-publisher,
html[data-creates-theme="dark"] .chp-final .chp-final-publisher {
  border-color: #dedede;
  background: #f4f4f4;
}

html[data-creates-theme="dark"] .creates-auth-brand-group .chp-final-publisher img,
html[data-creates-theme="dark"] .chp-final .chp-final-publisher img {
  filter: none;
  mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: reduce) {
  .creates-auth-brand-track {
    animation-play-state: paused;
  }

  .creates-auth-brand-action {
    transition: none;
  }
}
