body.woocommerce-account {
  background: #14111d;
}

body.woocommerce-account .ra-main {
  position: relative;
  z-index: 1;
  padding-block: clamp(12px, 3vw, 28px) 72px;
}

body.woocommerce-account .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

body.woocommerce-account .ra-shell {
  width: min(100% - 32px, 1240px);
}

body.woocommerce-account .woocommerce {
  display: grid;
  gap: 24px;
}

body.woocommerce-account h1 {
  margin: 0 0 14px;
  color: #f7f4ff;
  font-family: var(--font-heading, Oswald, sans-serif);
  font-size: clamp(2.8rem, 6vw, 5rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 0;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column1,
body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: clamp(24px, 4vw, 32px);
  background: #1d1828;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column1 {
  max-width: 720px;
  width: 100%;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 {
  display: none;
  max-width: 720px;
  width: 100%;
  padding-top: 18px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: none;
}

body.woocommerce-account.ra-account-register .woocommerce .u-columns.col2-set#customer_login .u-column1 {
  display: none;
}

body.woocommerce-account.ra-account-register .woocommerce .u-columns.col2-set#customer_login .u-column2 {
  display: block;
  padding-top: clamp(24px, 4vw, 32px);
  background: #1d1828;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

body.woocommerce-account #customer_login h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-heading, Oswald, sans-serif);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
  display: grid;
  gap: 6px;
  margin: 0;
}

body.woocommerce-account .woocommerce form .form-row {
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form input[type="email"],
body.woocommerce-account .woocommerce form input[type="text"],
body.woocommerce-account .woocommerce form input[type="password"] {
  min-height: 52px;
  padding: 12px 14px;
  color: #1f1428;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(24, 16, 40, 0.08);
}

body.woocommerce-account .woocommerce form .input-text:focus,
body.woocommerce-account .woocommerce form input[type="email"]:focus,
body.woocommerce-account .woocommerce form input[type="text"]:focus,
body.woocommerce-account .woocommerce form input[type="password"]:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(110, 78, 255, 0.42), 0 0 0 4px rgba(110, 78, 255, 0.18);
}

body.woocommerce-account .woocommerce form .button,
body.woocommerce-account .woocommerce form button[type="submit"] {
  min-height: 50px;
  padding: 0 18px;
  color: #fff;
  background: #ff6b35;
  border: 0;
  border-radius: 14px;
  font-family: var(--font-heading, Oswald, sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: none;
}

body.woocommerce-account .woocommerce form .button:hover,
body.woocommerce-account .woocommerce form button[type="submit"]:hover {
  background: #f25f26;
  transform: translateY(-1px);
}

body.woocommerce-account .woocommerce .woocommerce-form__label-for-checkbox,
body.woocommerce-account .woocommerce .lost_password,
body.woocommerce-account .woocommerce .woocommerce-LostPassword,
body.woocommerce-account .woocommerce .woocommerce-privacy-policy-text {
  color: rgba(255, 255, 255, 0.72);
}

body.woocommerce-account .woocommerce .lost_password a,
body.woocommerce-account .woocommerce .woocommerce-LostPassword a,
body.woocommerce-account .woocommerce .woocommerce-privacy-policy-text a {
  color: #a68bff;
  text-decoration: none;
}

body.woocommerce-account .woocommerce .lost_password a:hover,
body.woocommerce-account .woocommerce .woocommerce-LostPassword a:hover,
body.woocommerce-account .woocommerce .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

body.woocommerce-account .woocommerce .woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-info {
  border-radius: 16px;
}

body.woocommerce-account .woocommerce #customer_login .u-column1::before,
body.woocommerce-account .woocommerce #customer_login .u-column2::before {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ff6b35;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 h2 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  opacity: 0.72;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 .woocommerce-form-register {
  max-width: 520px;
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
}

body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 .button {
  min-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

body.woocommerce-account .ra-account-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

body.woocommerce-account .ra-account-switch a {
  color: #ff8a52;
  text-decoration: none;
}

body.woocommerce-account .ra-account-switch a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  body.woocommerce-account .ra-main {
    padding-block: 10px 44px;
  }

  body.woocommerce-account .ra-shell {
    width: min(100% - 20px, 1240px);
  }

  body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column1,
  body.woocommerce-account .woocommerce .u-columns.col2-set#customer_login .u-column2 {
    border-radius: 18px;
  }
}
