/* Foxnett auth shell — login split-screen. Registration uses foxnett-client-register.css. */

body.wdes-page-login.wdes-account-page,
body.wdes-page-login.wdes-account-page .wdes-wrap-content,
body.wdes-page-login.wdes-account-page section#main-body,
body.wdes-page-login.wdes-account-page .wdes-wrap-content #main-body .container,
body.wdes-page-login.wdes-account-page .wdes-flex-mob,
body.wdes-page-login.wdes-account-page .main-content {
  height: auto !important;
  min-height: 0;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
}

body.wdes-page-login.wdes-account-page {
  height: auto !important;
  min-height: 100vh;
  width: 100% !important;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--fx-client-bg) !important;
  background-image: none !important;
}

body.wdes-page-login.wdes-account-page section#main-body {
  background: transparent !important;
  background-image: none !important;
}

body.wdes-page-login .fx-auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 520px);
  min-height: 100vh;
  width: 100%;
}

body.wdes-page-login.has-header .fx-auth-shell,
body.wdes-page-login .has-header .fx-auth-shell {
  min-height: calc(100vh - 70px);
}

body.wdes-page-login section#footer {
  display: none;
}

.fx-auth-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 100%;
  padding: 40px 40px 36px;
  color: var(--fx-client-visual-text);
  background-color: #0b1c2c;
  background-image:
    linear-gradient(165deg, rgba(11, 28, 44, 0.9) 0%, rgba(11, 28, 44, 0.78) 55%, rgba(11, 28, 44, 0.92) 100%),
    var(--fx-client-auth-scene, none);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.fx-auth-visual-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 440px;
}

.fx-auth-kicker {
  margin: var(--fx-client-space-6) 0 var(--fx-client-space-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fx-client-visual-muted);
}

.fx-auth-intro-title {
  margin: 0 0 var(--fx-client-space-3);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--fx-client-visual-text);
}

.fx-auth-intro-lede {
  margin: 0 0 var(--fx-client-space-7);
  font-size: 15px;
  line-height: 1.55;
  color: var(--fx-client-visual-muted);
  max-width: 28em;
}

.fx-auth-announcement {
  margin-top: auto;
  max-width: 28rem;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fx-auth-announcement-item {
  padding: 0;
}

.fx-auth-announcement-date {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--fx-client-visual-muted);
}

.fx-auth-announcement-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--fx-client-visual-text);
}

.fx-auth-announcement-link {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.fx-auth-announcement-link:hover,
.fx-auth-announcement-link:focus {
  color: #fff;
  text-decoration: underline;
}

.fx-auth-announcement-dots {
  position: static;
  display: flex;
  width: auto;
  margin: 12px 0 0;
  gap: 6px;
}

.fx-auth-announcement-dots li {
  width: 7px;
  height: 7px;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
}

.fx-auth-announcement-dots li.active {
  width: 18px;
  background: #fff;
}

.fx-auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--fx-client-space-6) var(--fx-client-space-5);
  background: var(--fx-client-bg);
}

.fx-auth-panel {
  width: 100%;
  max-width: 400px;
  padding: 32px;
  background: var(--fx-client-surface-elevated);
  border: 1px solid var(--fx-client-border);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 8px 24px rgba(16, 24, 40, 0.05);
}

html[data-foxnett-theme="dark"] .fx-auth-panel {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.fx-auth-heading {
  margin: 0 0 6px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--fx-client-text);
}

.fx-auth-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--fx-client-text-muted);
}

.fx-auth-header {
  margin-bottom: 24px;
}

.fx-auth-field {
  margin-bottom: 16px;
}

.fx-auth-actions {
  margin-top: 16px;
}

.fx-auth-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--fx-client-border);
}

.fx-auth-secondary {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--fx-client-text-secondary);
}

html[data-foxnett-theme="dark"] .fx-auth-visual {
  background-image:
    linear-gradient(165deg, rgba(18, 20, 24, 0.88) 0%, rgba(18, 20, 24, 0.78) 100%),
    var(--fx-client-auth-scene, none);
}

.fx-auth-visual .phox-logo--light {
  display: block !important;
  height: 40px;
  width: auto;
  max-width: 220px;
}

.fx-auth-visual .phox-logo--dark,
.fx-auth-visual .phox-logo-icon {
  display: none !important;
}

.fx-auth-panel {
  overflow: visible;
}

.fx-auth-footer {
  overflow: visible;
}

.fx-auth-language-menu {
  z-index: var(--fx-client-z-popover);
}

html[data-foxnett-theme="dark"] .fx-auth-language-menu {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

body.wdes-page-login .fx-auth-captcha > .row,
body.wdes-page-login .fx-auth-captcha > .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

body.wdes-page-login .fx-auth-captcha .form-group {
  margin: 0;
  float: none;
  width: auto;
  max-width: 100%;
}

body.wdes-page-login .fx-auth-captcha .recaptcha-container,
body.wdes-page-login .fx-auth-captcha #google-recaptcha-domainchecker {
  display: block;
  float: none;
  width: 304px;
  height: 78px;
  margin: 0 auto;
  padding: 0;
  transform: none;
  -webkit-transform: none;
}

@media screen and (max-width: 991px) {
  body.wdes-page-login .fx-auth-captcha #google-recaptcha-domainchecker {
    padding-left: 0;
    transform: none;
    -webkit-transform: none;
  }
}

.fx-auth-primary.disabled,
.fx-auth-primary[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.fx-auth-social {
  margin-bottom: 16px;
}

.fx-auth-social--empty,
.fx-auth-social.hidden,
.fx-auth-social .hidden:empty {
  margin: 0;
}
