/* FabriSiteGPRS — entrar/cadastrar alinhados à landing fleet (navy + mint)
   Regras escuras só em [data-theme="dark"] para não sobrescrever o modo claro. */

[data-theme="dark"] body.fs-landing.fs-auth-page {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0a192f;
  background-image:
    radial-gradient(ellipse 100% 55% at 50% -18%, rgba(100, 255, 218, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 70% 45% at 100% 35%, rgba(0, 200, 150, 0.07) 0%, transparent 48%),
    radial-gradient(ellipse 55% 42% at 0% 88%, rgba(100, 255, 218, 0.05) 0%, transparent 42%);
  color: #e6f1ff;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-header {
  background: rgba(10, 25, 47, 0.88);
  border-bottom-color: rgba(100, 255, 218, 0.12);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-login-panel--page {
  background: rgba(17, 36, 64, 0.82);
  border: 1px solid rgba(100, 255, 218, 0.16);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .wrap-input100 {
  background: rgba(10, 25, 47, 0.55);
  border-color: rgba(100, 255, 218, 0.14);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .wrap-input100:focus-within {
  background: rgba(10, 25, 47, 0.92);
  border-color: rgba(100, 255, 218, 0.42);
  box-shadow: 0 0 0 3px rgba(100, 255, 218, 0.12);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .label-input100 {
  color: #64ffda;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .input100 {
  color: #e6f1ff;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .login100-form-btn {
  background: linear-gradient(135deg, #64ffda 0%, #00c853 100%);
  color: #0a192f;
  box-shadow: 0 4px 22px rgba(100, 255, 218, 0.28);
  border: none;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-form .login100-form-btn:hover {
  box-shadow: 0 8px 30px rgba(100, 255, 218, 0.38);
  transform: translateY(-1px);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .contact100-form-checkbox .label-checkbox100 {
  color: #8892b0;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .contact100-form-checkbox .input-checkbox100 {
  accent-color: #64ffda;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:any-link,
[data-theme="dark"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:visited {
  color: #64ffda;
  text-decoration-color: rgba(100, 255, 218, 0.45);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:hover,
[data-theme="dark"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:focus-visible {
  color: #a8ffe8;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-auth-switch a:any-link,
[data-theme="dark"] body.fs-landing.fs-auth-page .fs-auth-switch a:visited {
  color: #64ffda;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-auth-switch a:hover,
[data-theme="dark"] body.fs-landing.fs-auth-page .fs-auth-switch a:focus-visible {
  color: #a8ffe8;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-demo {
  background: rgba(100, 255, 218, 0.07);
  border: 1px dashed rgba(100, 255, 218, 0.32);
  color: #e6f1ff;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-demo strong,
[data-theme="dark"] body.fs-landing.fs-auth-page .fs-demo .fs-demo-label {
  color: #64ffda;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-login-panel--page .fs-social-row {
  border-top-color: rgba(100, 255, 218, 0.12);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-brand .fs-tagline {
  color: #8892b0;
}

body.fs-landing.fs-auth-page {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Cartão login/cadastro: ícone + FabriSite + GPRS (referência: ícone ~altura do texto) */
body.fs-landing.fs-auth-page .fs-brand-lockup {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.6rem;
  margin: 0 0 0.15rem;
  text-decoration: none;
  color: inherit;
}

body.fs-landing.fs-auth-page .fs-brand-lockup:focus-visible {
  outline: 2px solid rgba(201, 162, 39, 0.45);
  outline-offset: 4px;
  border-radius: 14px;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-brand-lockup:focus-visible {
  outline-color: rgba(100, 255, 218, 0.55);
}

body.fs-landing.fs-auth-page .fs-brand-mark {
  width: min(38px, 10.5vw);
  height: 38px;
  max-height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

body.fs-landing.fs-auth-page .fs-brand-lockup__text {
  font-family: "Outfit", "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(1.2rem, 4.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

/* Cartão: mesma lógica do header (theme-light / theme-dark) — ink + accent dourado, sem azul #2563eb */
[data-theme="light"] body.fs-landing.fs-auth-page .fs-brand-lockup__text .fs-brand-site {
  color: var(--fs-l-ink);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-brand-lockup__text .fs-brand-gprs {
  color: var(--fs-l-accent);
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-brand-lockup__text .fs-brand-site {
  color: #e2e8f0;
}

[data-theme="dark"] body.fs-landing.fs-auth-page .fs-brand-lockup__text .fs-brand-gprs {
  color: var(--fs-d-accent);
}

/* Modo claro — dourado (mesma família do botão Entrar; sem azul #2563eb) */
[data-theme="light"] body.fs-landing.fs-auth-page {
  --fs-auth-mint: #C9A227;
  --fs-auth-mint-dark: #8B6914;
  --fs-auth-mint-soft: rgba(201, 162, 39, 0.18);
  background: #f1f5f9;
  background-image: radial-gradient(ellipse 100% 48% at 50% 0%, rgba(201, 162, 39, 0.14) 0%, transparent 55%);
  color: #0f172a;
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(201, 162, 39, 0.2);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-header__nav a {
  color: #64748b;
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-header__nav a:hover,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-header__nav a:focus-visible {
  color: var(--fs-auth-mint-dark, #8B6914);
  background: rgba(201, 162, 39, 0.07);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-login-panel--page {
  background: #fff;
  border-color: rgba(201, 162, 39, 0.15);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .wrap-input100 {
  background: #f1f5f9;
  border-color: rgba(201, 162, 39, 0.2);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .wrap-input100:focus-within {
  background: #fff;
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .label-input100 {
  color: var(--fs-auth-mint-dark, #8B6914);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .input100 {
  color: #0f172a;
}

[data-theme="light"] body.fs-landing.fs-auth-page .contact100-form-checkbox .label-checkbox100 {
  color: #64748b;
}

[data-theme="light"] body.fs-landing.fs-auth-page .contact100-form-checkbox .input-checkbox100 {
  accent-color: var(--fs-auth-mint, #C9A227);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:any-link,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:visited {
  color: var(--fs-auth-mint, #C9A227);
  text-decoration-color: rgba(201, 162, 39, 0.4);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:hover,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-terms .label-checkbox100 a:focus-visible {
  color: var(--fs-auth-mint-dark, #8B6914);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-switch a:any-link,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-switch a:visited {
  color: var(--fs-auth-mint, #C9A227);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-switch a:hover,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-switch a:focus-visible {
  color: var(--fs-auth-mint-dark, #8B6914);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-demo {
  background: rgba(201, 162, 39, 0.06);
  border-color: rgba(201, 162, 39, 0.28);
  color: #0f172a;
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-demo strong,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-demo .fs-demo-label {
  color: var(--fs-auth-mint-dark, #8B6914);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-brand .fs-tagline {
  color: #64748b;
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-back {
  color: #64748b;
  border-color: rgba(201, 162, 39, 0.22);
  background: #fff;
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-back:hover,
[data-theme="light"] body.fs-landing.fs-auth-page .fs-auth-back:focus-visible {
  color: #0f172a;
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 2px 10px rgba(201, 162, 39, 0.12);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .login100-form-btn {
  background: linear-gradient(135deg, #C9A227 0%, #059669 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(201, 162, 39, 0.28);
}

[data-theme="light"] body.fs-landing.fs-auth-page .fs-form .login100-form-btn:hover {
  box-shadow: 0 8px 26px rgba(201, 162, 39, 0.35);
}

/* Planos = uso da plataforma; aparelho GPS não incluso */
.fs-auth-hardware-note {
  margin: 0 0 1.15rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 10px;
  text-align: left;
}

[data-theme="dark"] .fs-auth-hardware-note {
  color: #c8d4e8;
  background: rgba(100, 255, 218, 0.08);
  border: 1px solid rgba(100, 255, 218, 0.28);
}

[data-theme="dark"] .fs-auth-hardware-note strong {
  color: #64ffda;
}

[data-theme="light"] .fs-auth-hardware-note {
  color: #475569;
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.22);
}

[data-theme="light"] .fs-auth-hardware-note strong {
  color: #8B6914;
}
