/* Login panel only: existing PCUK forest green, gold and cream. */
.pcuk-auth {
  --pcuk-auth-forest: #062b1a;
  --pcuk-auth-gold: #d4af37;
  --pcuk-auth-cream: #f9faf9;
  color: var(--pcuk-auth-forest);
  padding: clamp(36px, 6vw, 72px) 20px;
  font: inherit;
}
.pcuk-auth,
.pcuk-auth * { box-sizing: border-box; }
.pcuk-auth.pcuk-auth--custom { padding-top: 120px; padding-bottom: 64px; min-height: 80vh; }
.pcuk-auth .pcuk-auth__card {
  width: min(100%, 480px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px);
  border: 1px solid #dce4de;
  border-top: 3px solid var(--pcuk-auth-gold);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 32px rgb(6 43 26 / 6%);
  text-align: center;
}
.pcuk-auth .pcuk-auth__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0 0 28px;
}
.pcuk-auth .pcuk-auth__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 6px;
  border-bottom: 2px solid transparent;
  color: #405749;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.pcuk-auth .pcuk-auth__nav a[aria-current="page"] {
  border-bottom-color: var(--pcuk-auth-forest);
  color: var(--pcuk-auth-forest);
  font-weight: 700;
}
.pcuk-auth h1 {
  margin: 0 0 12px;
  color: var(--pcuk-auth-forest);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.pcuk-auth .pcuk-auth__intro {
  margin: 0 0 28px;
  color: #4c5a51;
  font-size: 16px;
  line-height: 1.6;
}
.pcuk-auth .pcuk-auth__google {
  display: flex;
  justify-content: center;
  min-width: 0;
  margin: 0 0 16px;
}
.pcuk-auth .pcuk-auth__google .wapu-auth-button {
  max-width: 100%;
  min-height: 44px;
}
.pcuk-auth .pcuk-auth__guest {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #bcc9c0;
  border-radius: 10px;
  background: var(--pcuk-auth-cream);
  color: var(--pcuk-auth-forest);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.pcuk-auth .pcuk-auth__guest:hover { background: #edf2ee; }
.pcuk-auth .pcuk-auth__nav a:hover { color: var(--pcuk-auth-forest); text-decoration: underline; }
.pcuk-auth a:focus-visible,
.pcuk-auth button:focus-visible,
.pcuk-auth summary:focus-visible {
  outline: 3px solid var(--pcuk-auth-forest);
  outline-offset: 4px;
}
/* Available only if the controller explicitly supplies a native login fallback. */
.pcuk-auth .pcuk-auth__fallback { margin-top: 20px; text-align: left; }
.pcuk-auth .pcuk-auth__fallback summary {
  display: list-item;
  min-height: 44px;
  padding: 12px 0;
  color: #405749;
  cursor: pointer;
  font-size: 14px;
}
.pcuk-auth .pcuk-auth__fallback form { margin: 0; padding: 12px 0 0; border: 0; text-align: left; }
.pcuk-auth .pcuk-auth__fallback .form-row { float: none; width: 100%; margin: 0 0 16px; padding: 0; }
.pcuk-auth .pcuk-auth__fallback input.input-text { width: 100%; min-height: 46px; border: 1px solid #bcc9c0; border-radius: 6px; padding: 10px; }
.pcuk-auth .pcuk-auth__fallback label { color: #405749; font-size: 14px; }
.pcuk-auth .pcuk-auth__fallback .button { min-height: 44px; padding: 10px 22px; background: #062b1a; color: #fff; border-radius: 8px; }
.pcuk-auth .pcuk-auth__fallback .lost_password { margin: 16px 0 0; font-size: 14px; }
.pcuk-auth .woocommerce-error, .pcuk-auth .woocommerce-message, .pcuk-auth .woocommerce-info { font-size: 14px; text-align: left; }
.pcuk-auth .pcuk-auth__error { padding: 14px; margin: 0 0 24px; background: #fff8ed; border: 1px solid #decba6; border-radius: 8px; color: #4c3a1f; font-size: 14px; line-height: 1.6; text-align: left; }
