/* Auth split layout — matched to arcticcheats.wtf/register (acc-login) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body[data-pagecontroller="register"],
body[data-pagecontroller="login"] {
  margin: 0 !important;
  background: #0e0e10 !important;
  font-family: Inter, system-ui, sans-serif;
}

body[data-pagecontroller="register"] .theme-anno--top,
body[data-pagecontroller="login"] .theme-anno--top,
body[data-pagecontroller="register"] .theme-main--header,
body[data-pagecontroller="login"] .theme-main--header,
body[data-pagecontroller="register"] #ipsLayout_body,
body[data-pagecontroller="login"] #ipsLayout_body,
body[data-pagecontroller="register"] #theme-footer,
body[data-pagecontroller="login"] #theme-footer,
body[data-pagecontroller="register"] footer,
body[data-pagecontroller="login"] footer,
body[data-pagecontroller="register"] .ipsDrawer,
body[data-pagecontroller="login"] .ipsDrawer,
body[data-pagecontroller="register"] .theme-mobile_navigation,
body[data-pagecontroller="login"] .theme-mobile_navigation,
body[data-pagecontroller="register"] .ghostRegister_homeFixed,
body[data-pagecontroller="login"] .ghostLogin_homeFixed,
body[data-pagecontroller="register"] .ghostRegister_artwork,
body[data-pagecontroller="login"] .ghostLogin_artwork {
  display: none !important;
}

body[data-pagecontroller="register"] #ipsLayout_body,
body[data-pagecontroller="login"] #ipsLayout_body {
  visibility: hidden !important;
  opacity: 0 !important;
}

.acc-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  min-height: 100svh;
  background: #0e0e10;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  position: relative;
  z-index: 5;
  visibility: visible !important;
  opacity: 1 !important;
}

.acc-login-brand {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
}

.acc-login-bg,
.acc-login-tint,
.acc-login-vignette {
  position: absolute;
  inset: 0;
}

.acc-login-bg {
  background-color: #0b0b0d;
  background-image: url("../images/login-image.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.acc-login-tint {
  background: linear-gradient(155deg, #ff443847 0%, #ff71684d 35%, #0b0b0ddb 78%, #0b0b0d 100%);
}

.acc-login-vignette {
  background: radial-gradient(80% 60% at 50% 40%, #0000, #08080a8c);
}

.acc-login-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e0e10;
  padding: clamp(28px, 5vw, 72px);
  overflow: auto;
}

.acc-login-inner {
  width: 100%;
  max-width: 440px;
}

.acc-login-inner h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.acc-login-sub {
  margin: 10px 0 28px;
  color: #8a8a90;
  font-size: 15px;
}

.acc-login-sub a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.acc-login-sub a:hover {
  color: #ff7168;
  text-decoration: none;
}

.acc-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 4px;
}

.acc-social-btn,
.acc-social-btn:link,
.acc-social-btn:visited,
.acc-social-btn:hover,
.acc-social-btn:focus,
.acc-social-btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 50px;
  padding: 0 22px;
  color: #e8e8ea !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-shadow: none !important;
  white-space: nowrap;
  -webkit-text-fill-color: #e8e8ea !important;
  background: #1b1b1f;
  background-image: none !important;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  cursor: pointer;
  box-sizing: border-box;
  transform: none !important;
  transition: background 0.13s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.13s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-social-btn.is-loading {
  cursor: progress;
  pointer-events: none;
}

.acc-social-btn:hover,
.acc-social-btn:focus {
  background: #232327;
  border-color: #ffffff2e;
}

.acc-social-btn .acc-social-label,
.acc-social-btn:hover .acc-social-label,
.acc-social-btn:focus .acc-social-label,
.acc-social-btn:active .acc-social-label {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
  text-transform: none !important;
  -webkit-text-fill-color: inherit !important;
}

.acc-social-g,
.acc-social-d {
  width: 18px;
  height: 18px;
  flex: none;
}

.acc-social-soon {
  display: none;
  margin: 4px 0 0;
  padding: 11px 14px;
  color: #8a8a90;
  font-size: 13px;
  line-height: 1.45;
  background: #0b0b0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
}

.acc-social-soon.is-shown {
  display: block;
}

.acc-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 6px;
  color: #66666c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acc-divider::before,
.acc-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ffffff1a;
}

.acc-login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.acc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acc-field label {
  color: #b7b7bb;
  font-size: 13px;
  font-weight: 600;
}

.acc-login-form input[type="email"],
.acc-login-form input[type="password"],
.acc-login-form input[type="text"],
.acc-field input {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 13px 15px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  background: #0b0b0d !important;
  background-image: none !important;
  border: 1px solid #ffffff1a !important;
  border-radius: 12px !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.13s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.13s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-login-form input::placeholder,
.acc-field input::placeholder {
  color: #66666c !important;
  opacity: 1 !important;
}

.acc-login-form input:focus,
.acc-field input:focus {
  border-color: #ff443873 !important;
  box-shadow: 0 0 0 3px #ff44381f !important;
  background: #0b0b0d !important;
}

.acc-login-form .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  min-height: 50px;
  height: 50px;
  margin-top: 6px;
  padding: 0 22px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  font-family: Inter, system-ui, sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  -webkit-text-fill-color: #fff;
  background: #ff4438 !important;
  background-image: none !important;
  border: 1px solid #ff4438 !important;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(255, 68, 56, 0.35) !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transform: none !important;
  transition: background 0.13s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.13s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.13s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-login-form .btn.btn-primary::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.acc-login-form .btn.btn-primary:hover,
.acc-login-form .btn.btn-primary:focus-visible {
  background: #e53a30 !important;
  border-color: #e53a30 !important;
  color: #fff !important;
  filter: none;
  box-shadow: 0 4px 22px rgba(255, 68, 56, 0.45) !important;
}

.acc-login-form .btn.btn-primary:active {
  background: #c92f26 !important;
  border-color: #c92f26 !important;
  color: #fff !important;
}

.acc-login-form .btn.btn-primary:disabled {
  opacity: 0.7;
  cursor: wait;
  box-shadow: none !important;
}

.acc-login-fineprint {
  margin: 4px 0 0;
  color: #66666c;
  font-size: 12.5px;
  line-height: 1.55;
  text-align: left;
}

.acc-login-fineprint a {
  color: #b7b7bb;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.acc-login-fineprint a:hover {
  color: #ff7168;
}

.acc-login-extra {
  margin: 8px 0 0;
  text-align: right;
}

.acc-login-extra a {
  color: #8a8a90;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.acc-login-extra a:hover {
  color: #ff7168;
}

.acc-login-form .gc-auth-msg {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: #e11d48;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  min-height: calc(13px * 1.45 * 2);
  visibility: hidden;
}

.acc-login-form .gc-auth-msg.is-shown {
  visibility: visible;
}

@media (max-width: 900px) {
  .acc-login {
    grid-template-columns: 1fr;
  }

  .acc-login-brand {
    min-height: 220px;
  }

  .acc-login-panel {
    padding: 32px 20px 48px;
  }
}
