/*
  [CAELION-LIMPEZA-DEFINITIVA-LOGIN-050526]
  [CAELION-REFINO-FINAL-CORES-050526]
  [CAELION-CORRECAO-CIRURGICA-INPUTS-050526]
  [CAELION-AJUSTE-FINO-SEM-REMENDO-050526]
  CSS exclusivo da TELA DE LOGIN PREMIUM do OmegaFrota HTML.
  Limpeza feita em 05/05/2026 para remover empilhamento/remendos e consolidar
  um único padrão visual para: fundo, marca, card vidro, campos, dropdowns,
  pílula online/offline e rodapé.

  Arquivo isolado do app.css. Não depende de alterações no auth.js.
*/

.omega-login-body {
  --omega-platinum: #ded8cc;
  --omega-platinum-soft: rgba(224, 218, 206, .86);
  --omega-champagne: #f2d7a3;
  --omega-white-pure: #ffffff;
  --omega-silver-bright: #e0e0e0;
  --omega-blue-glow: rgba(74, 170, 255, .34);
  --omega-metal-blue-1: #d7efff;
  --omega-metal-blue-2: #7fc8ff;
  --omega-metal-blue-3: #278ef2;
  --omega-metal-blue-4: #0a57bd;
  --omega-cyan-closed: #9ee8f2;
  --omega-cream: #fff7e8;
  --omega-royal-1: #b9dcff;
  --omega-royal-2: #4f9df6;
  --omega-royal-3: #1467d9;
  --omega-royal-4: #073b98;
  --omega-ink: #07131f;
  --omega-glass-border: rgba(255, 255, 255, .36);
  --omega-glass-line: rgba(255, 255, 255, .18);
  width: 100%;
  min-width: 320px;
  height: 100vh;
  height: 100svh;
  margin: 0;
  overflow: hidden;
  background: #071522;
  color: #f8fbff;
}

.omega-login-body,
.omega-login-body * {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(224, 218, 206, .50) rgba(7, 18, 31, .22);
}

.omega-login-page {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2.2vh, 28px) clamp(18px, 4vw, 58px) clamp(84px, 9vh, 108px);
  isolation: isolate;
  overflow: hidden;
}

.omega-login-bg,
.omega-login-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.omega-login-bg {
  z-index: -3;
  background:
    url('../assets/img/login-bg-omegafrota-premium.png?v=20260609-1911') center center / cover no-repeat,
    linear-gradient(135deg, #071522, #17314a 48%, #0f3046);
  filter: saturate(.99) contrast(1.02) brightness(.99);
  transform: translateZ(0);
}

.omega-login-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 245, 226, .040), transparent 33%),
    radial-gradient(circle at 18% 24%, rgba(255, 205, 128, .050), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(65, 127, 205, .040), transparent 33%),
    linear-gradient(90deg, rgba(3, 10, 22, .04), transparent 26%, transparent 74%, rgba(3, 10, 22, .06)),
    linear-gradient(180deg, rgba(3, 7, 18, .04), transparent 48%, rgba(3, 7, 18, .12));
}

.omega-login-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .030;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 104px 104px;
  mix-blend-mode: soft-light;
}

/* [CAELION-LIMPEZA-DEFINITIVA-LOGIN-050526]
  [CAELION-REFINO-FINAL-CORES-050526] Marca escrita via HTML/CSS para manter nitidez. */
.omega-login-brand {
  position: fixed;
  left: clamp(72px, 8.4vw, 150px);
  top: clamp(218px, 28vh, 292px);
  z-index: 3;
  max-width: 420px;
  pointer-events: none;
  user-select: none;
  text-align: left;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .34));
}

.omega-login-brand h2 {
  margin: 0;
  color: rgba(255, 255, 255, .98);
  font-size: clamp(2.25rem, 4.15vw, 4.35rem);
  font-weight: 840;
  line-height: .90;
  letter-spacing: -.060em;
  text-shadow:
    0 2px 0 rgba(255,255,255,.12),
    0 15px 30px rgba(0,0,0,.38),
    0 0 18px rgba(255,255,255,.08);
}

.omega-login-brand h2 span {
  /* [CAELION-LOGIN-PREMIUM-050526] Azul metálico premium: sem dourado, sem contorno pesado. */
  color: var(--omega-metal-blue-3);
  background:
    linear-gradient(180deg,
      var(--omega-metal-blue-1) 0%,
      var(--omega-metal-blue-2) 24%,
      var(--omega-metal-blue-3) 56%,
      var(--omega-metal-blue-4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 4px 10px rgba(13, 91, 186, .24));
}

.omega-login-brand p {
  /* [CAELION-LOGIN-PREMIUM-050526] Slogan com cyan fechado e peso moderado. */
  position: relative;
  display: inline-block;
  margin: 11px 0 0 4px;
  padding: 0 2px;
  color: var(--omega-cyan-closed);
  font-size: clamp(.82rem, 1.05vw, 1.07rem);
  font-weight: 540;
  letter-spacing: .82px;
  text-transform: none;
  text-shadow:
    0 1px 7px rgba(0, 0, 0, .48),
    0 0 9px rgba(64, 210, 230, .18);
}

/* Status online/offline - integrado ao rodapé, preservando IDs do auth.js */
.omega-connection-status {
  position: static;
  min-width: 72px;
  min-height: 22px;
  padding: 3px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.060), rgba(10, 18, 30, .18));
  color: rgba(248, 251, 255, .94);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, .13),
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  font-size: .59rem;
  font-weight: 570;
  letter-spacing: .070em;
  text-transform: uppercase;
}

.omega-connection-status:hover {
  filter: brightness(1.18);
  border-color: rgba(62, 240, 138, .42);
  box-shadow:
    0 7px 16px rgba(0, 0, 0, .14),
    0 0 0 3px rgba(62, 240, 138, .060),
    0 0 14px rgba(62, 240, 138, .22),
    inset 0 1px 0 rgba(255, 255, 255, .20),
    inset 0 -1px 0 rgba(255, 255, 255, .04);
  cursor: default;
}

.omega-connection-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #3ef08a;
  box-shadow: 0 0 0 3px rgba(62, 240, 138, .10), 0 0 10px rgba(62, 240, 138, .58);
}

.omega-connection-status.is-online .omega-connection-dot {
  animation: omegaPulseOnline 1.9s ease-in-out infinite;
}

.omega-connection-status.is-offline {
  border-color: rgba(251, 146, 60, .48);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(59, 31, 10, .26));
}

.omega-connection-status.is-offline .omega-connection-dot {
  background: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, .13), 0 0 14px rgba(251, 146, 60, .68);
}

@keyframes omegaPulseOnline {
  0%, 100% { box-shadow: 0 0 0 3px rgba(62,240,138,.10), 0 0 10px rgba(62,240,138,.58); }
  50% { box-shadow: 0 0 0 6px rgba(62,240,138,.035), 0 0 16px rgba(62,240,138,.75); }
}

/* Card vidro definitivo */
.omega-login-card-wrap {
  position: relative;
  z-index: 4;
  width: min(100%, 510px);
  margin-inline: auto;
}

.omega-glass-card {
  border: 1px solid var(--omega-glass-border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .125), rgba(255, 255, 255, .040) 34%, rgba(6, 16, 28, .130) 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .115), transparent 38%),
    radial-gradient(circle at 16% 26%, rgba(242, 215, 163, .070), transparent 42%),
    radial-gradient(circle at 88% 36%, rgba(79, 157, 246, .052), transparent 43%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.050),
    0 34px 78px rgba(0, 0, 0, .23),
    0 0 34px rgba(255, 255, 255, .030),
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(22px) saturate(155%) contrast(1.04);
  -webkit-backdrop-filter: blur(22px) saturate(155%) contrast(1.04);
}

.omega-login-card {
  position: relative;
  overflow: visible;
  padding: clamp(21px, 2.6vh, 31px) clamp(27px, 3.2vw, 40px) clamp(23px, 2.9vh, 32px);
  border-radius: 25px;
}

.omega-login-card::before,
.omega-login-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.omega-login-card::before {
  padding: 1px;
  background:
    linear-gradient(125deg, rgba(255,255,255,.72), rgba(255,255,255,.18) 19%, transparent 36%, transparent 66%, rgba(255,255,255,.16) 83%, rgba(255,255,255,.52)),
    linear-gradient(180deg, rgba(255,255,255,.25), transparent 34%, transparent 75%, rgba(242,215,163,.12));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.omega-login-card::after {
  background:
    linear-gradient(116deg, rgba(255,255,255,.065), transparent 32%, rgba(255,255,255,.018) 65%, transparent 80%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .055), transparent 42%);
  opacity: .34;
}

.omega-login-card > * {
  position: relative;
  z-index: 2;
}

.omega-login-card-header {
  margin-bottom: clamp(13px, 1.8vh, 18px);
}

.omega-login-shield {
  width: clamp(44px, 5.2vh, 58px);
  height: clamp(44px, 5.2vh, 58px);
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  color: rgba(95, 185, 249, .94);
  filter: drop-shadow(0 0 16px rgba(59, 130, 246, .34));
}

.omega-login-shield svg {
  width: 100%;
  height: 100%;
}

.omega-login-shield path,
.omega-login-shield rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-login-card-header h1 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.50rem, 2.15vw, 1.90rem);
  font-weight: 790;
  letter-spacing: -.025em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .34), 0 0 16px rgba(255,255,255,.10);
}

.omega-login-card-header p {
  margin: 6px 0 0;
  color: rgba(241, 245, 249, .82);
  font-size: clamp(.88rem, 1.06vw, .99rem);
  font-weight: 390;
  letter-spacing: -.006em;
}

.omega-header-line {
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(242, 215, 163, .88), rgba(79,157,246,.74), transparent);
  box-shadow: 0 0 14px rgba(242, 215, 163, .22);
}

.omega-login-form {
  display: grid;
  gap: 11px;
}

.omega-field-group {
  display: grid;
  gap: 5px;
}

.omega-field-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(248, 251, 255, .90);
  font-size: .83rem;
  font-weight: 560;
  letter-spacing: -.004em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
}

.omega-label-icon {
  width: 13px;
  height: 13px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  opacity: 1;
  font-size: .72rem;
  line-height: 1;
  text-shadow: 0 0 9px rgba(255, 255, 255, .34);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .24));
}

.omega-label-icon svg {
  width: 13px;
  height: 13px;
  display: block;
}

.omega-label-icon svg path,
.omega-label-icon svg rect,
.omega-label-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-input-shell {
  /* [CAELION-LOGIN-PREMIUM-050526] Campo vidro: translúcido, sem preto chapado. */
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(232, 241, 250, .24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .050)),
    linear-gradient(180deg, rgba(22, 36, 48, .42), rgba(10, 19, 31, .30));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .15),
    inset 0 -1px 0 rgba(0, 0, 0, .10),
    0 8px 18px rgba(0, 0, 0, .095);
  backdrop-filter: blur(11px) saturate(130%);
  -webkit-backdrop-filter: blur(11px) saturate(130%);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}

.omega-input-shell:focus-within,
.omega-select-shell.is-open,
.omega-suggest-shell.is-open {
  /* [CAELION-LOGIN-PREMIUM-050526] Focus sutil: borda/brilho fino, sem pintar o campo de azul forte. */
  border-color: rgba(184, 226, 255, .46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .120), rgba(255, 255, 255, .060)),
    linear-gradient(180deg, rgba(20, 36, 50, .45), rgba(10, 20, 32, .32));
  box-shadow:
    0 0 0 2px rgba(146, 209, 255, .075),
    0 0 13px rgba(96, 190, 255, .105),
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -1px 0 rgba(0, 0, 0, .10);
}

.omega-input-icon {
  width: 51px;
  min-width: 51px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(232, 241, 250, .20);
  color: rgba(248, 251, 255, .94);
  opacity: 1;
  text-shadow: 0 0 8px rgba(255, 255, 255, .24);
  filter: drop-shadow(0 0 5px rgba(216, 232, 245, .18));
}

.omega-input-icon svg {
  width: 22px;
  height: 22px;
}

.omega-input-icon path,
.omega-input-icon circle,
.omega-input-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.68;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-login-card .form-control,
.omega-login-card .form-select,
.omega-login-card .omega-custom-select-toggle {
  width: 100%;
  min-height: 43px;
  border: 0 !important;
  border-radius: 0 11px 11px 0;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(248, 251, 255, .96) !important;
  font-size: .89rem;
  font-weight: 410;
  letter-spacing: -.006em;
}

.omega-login-card .form-control {
  padding: 0 15px;
}

.omega-login-card .form-control::placeholder {
  color: rgba(226, 232, 240, .60);
}

.omega-login-card .form-control:focus,
.omega-login-card .form-select:focus,
.omega-login-card .omega-custom-select-toggle:focus {
  outline: none;
}

.omega-field-group label,
.omega-field-group label *,
.omega-login-card .form-control,
.omega-login-card .form-select,
.omega-login-card .omega-custom-select-toggle,
.omega-login-card input,
.omega-login-card button {
  background-clip: padding-box;
}

.omega-login-card input:-webkit-autofill,
.omega-login-card input:-webkit-autofill:hover,
.omega-login-card input:-webkit-autofill:focus,
.omega-login-card input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(248, 251, 255, .96) !important;
  caret-color: #f8fbff;
  box-shadow: 0 0 0 1000px rgba(12, 23, 34, .54) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(12, 23, 34, .54) inset !important;
  border-radius: 0 11px 11px 0;
  transition: background-color 9999s ease-in-out 0s;
}

.omega-login-card input::-webkit-credentials-auto-fill-button,
.omega-login-card input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}

.omega-password-shell .form-control {
  padding-right: 52px;
}

.omega-password-toggle {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: rgba(10, 26, 45, .32);
  color: rgba(248, 251, 255, .88);
  transform: translateY(-50%);
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.omega-password-toggle svg {
  width: 20px;
  height: 20px;
}

.omega-password-toggle path,
.omega-password-toggle circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-password-toggle:hover,
.omega-password-toggle:focus-visible {
  background: rgba(226, 241, 250, .12);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(146, 209, 255, .075);
  outline: none;
}

.omega-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.omega-custom-select-toggle {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px !important;
  text-align: left;
  cursor: pointer;
}

.omega-custom-select-arrow {
  color: rgba(248, 251, 255, .82);
  font-size: 1rem;
  line-height: 1;
}

/* [CAELION-CORRECAO-AUTOCOMPLETE-050526]
   Autocomplete de Empresa/Usuário separado do dropdown Loja.
   Empresa/Usuário fica embutido no fluxo do campo para NÃO invadir o campo abaixo.
   Loja continua como dropdown absoluto com scroll interno. */
.omega-suggest-shell {
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
}

.omega-suggest-shell .omega-input-icon {
  min-height: 43px;
  align-self: flex-start;
}

.omega-suggest-shell .form-control {
  flex: 1 1 calc(100% - 51px);
}

.omega-field-suggest-menu {
  position: static;
  flex: 0 0 calc(100% - 51px);
  width: calc(100% - 51px);
  max-height: 92px;
  margin: 0 0 7px 51px;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(224, 238, 249, .22);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .045)),
    linear-gradient(180deg, rgba(19, 35, 50, .76), rgba(7, 17, 30, .70));
  box-shadow:
    0 9px 18px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px) saturate(128%);
  -webkit-backdrop-filter: blur(16px) saturate(128%);
  scrollbar-width: thin;
  scrollbar-color: rgba(203, 226, 242, .58) rgba(255, 255, 255, .07);
}

.omega-custom-select-menu {
  position: absolute;
  left: 51px;
  right: 0;
  top: auto;
  bottom: calc(100% + 7px);
  z-index: 35;
  max-height: 138px;
  padding: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  border: 1px solid rgba(224, 238, 249, .24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .052)),
    linear-gradient(180deg, rgba(17, 31, 46, .82), rgba(7, 17, 30, .76));
  box-shadow:
    0 15px 30px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px) saturate(132%);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
  scrollbar-width: thin;
  scrollbar-color: rgba(203, 226, 242, .62) rgba(255, 255, 255, .075);
}

.omega-field-suggest-menu::-webkit-scrollbar,
.omega-custom-select-menu::-webkit-scrollbar {
  width: 7px;
}

.omega-field-suggest-menu::-webkit-scrollbar-track,
.omega-custom-select-menu::-webkit-scrollbar-track {
  background: rgba(8, 19, 32, .32);
  border-radius: 999px;
}

.omega-field-suggest-menu::-webkit-scrollbar-thumb,
.omega-custom-select-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(218, 238, 250, .66), rgba(132, 179, 211, .50));
  border-radius: 999px;
}

.omega-field-suggest-option,
.omega-custom-select-option {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 0 !important;
  border-radius: 9px;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit;
  font-size: .85rem;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.omega-field-suggest-option {
  color: rgba(241, 245, 249, .92) !important;
}

.omega-custom-select-option {
  color: #6fe7ff !important;
  font-weight: 570;
  text-shadow: 0 0 10px rgba(79, 216, 255, .16);
}

.omega-field-suggest-option:hover,
.omega-field-suggest-option:focus-visible,
.omega-field-suggest-option.is-active {
  background: linear-gradient(90deg, rgba(232, 244, 252, .13), rgba(95, 185, 245, .105)) !important;
  color: #fff !important;
  outline: none;
}

.omega-custom-select-option:hover,
.omega-custom-select-option:focus-visible,
.omega-custom-select-option.is-active,
.omega-custom-select-option.is-selected {
  background: linear-gradient(90deg, rgba(111, 231, 255, .16), rgba(95, 185, 245, .11)) !important;
  color: #d9f8ff !important;
  outline: none;
}

.omega-login-alert {
  position: relative;
  min-height: 36px;
  padding: 9px 12px 9px 39px;
  border: 1px solid rgba(226, 232, 240, .22);
  border-radius: 12px;
  font-size: .82rem;
  line-height: 1.25;
  color: rgba(241, 245, 249, .92);
  background: rgba(9, 20, 37, .38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.omega-login-alert::before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: .68rem;
  font-weight: 900;
}

.omega-login-alert-success {
  border-color: rgba(34, 197, 94, .30);
  background: rgba(5, 46, 22, .34);
  color: #dcfce7;
}

.omega-login-alert-success::before {
  content: "✓";
  background: rgba(34, 197, 94, .18);
  color: #86efac;
}

.omega-login-alert-warning {
  border-color: rgba(251, 191, 36, .34);
  background: rgba(69, 42, 4, .34);
  color: #fef3c7;
}

.omega-login-alert-warning::before {
  content: "!";
  background: rgba(251, 191, 36, .18);
  color: #fde68a;
}

.omega-login-alert-danger {
  border-color: rgba(248, 113, 113, .36);
  background: rgba(69, 10, 10, .38);
  color: #fee2e2;
}

.omega-login-alert-danger::before {
  content: "×";
  background: rgba(248, 113, 113, .18);
  color: #fecaca;
}

.omega-login-alert.d-none,
.omega-field-suggest-menu.d-none,
.omega-custom-select-menu.d-none {
  display: none !important;
}

.omega-login-btn-secondary,
.omega-login-btn-primary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1px;
  border-radius: 12px !important;
  cursor: pointer;
  user-select: none;
  font-size: .91rem;
  font-weight: 760;
  letter-spacing: -.010em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.omega-login-btn-secondary svg,
.omega-login-btn-primary svg {
  width: 22px;
  height: 22px;
}

.omega-login-btn-secondary path,
.omega-login-btn-primary path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.72;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-login-btn-secondary {
  border: 1px solid rgba(155, 214, 255, .42) !important;
  background:
    linear-gradient(180deg, rgba(88, 179, 255, .34) 0%, rgba(34, 115, 205, .26) 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 10px 20px rgba(0, 54, 120, .12),
    0 0 12px rgba(72, 190, 255, .08);
}

.omega-login-btn-secondary:hover,
.omega-login-btn-secondary:focus-visible {
  border-color: rgba(190, 230, 255, .70) !important;
  background:
    linear-gradient(180deg, rgba(98, 190, 255, .42) 0%, rgba(36, 126, 218, .32) 100%) !important;
  box-shadow:
    0 0 0 3px rgba(120, 205, 255, .08),
    0 14px 26px rgba(0, 54, 120, .16),
    inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #ffffff !important;
  transform: translateY(-1px);
  outline: none;
}

.omega-login-btn-primary {
  border: 1px solid rgba(202, 229, 255, .52) !important;
  background:
    linear-gradient(180deg, rgba(67, 166, 255, .92) 0%, rgba(21, 118, 218, .90) 54%, rgba(8, 87, 185, .92) 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .060),
    0 13px 26px rgba(0, 82, 180, .22),
    0 0 14px rgba(0, 114, 255, .12),
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -1px 0 rgba(0, 0, 0, .14);
}

.omega-login-btn-primary:hover,
.omega-login-btn-primary:focus-visible {
  background:
    linear-gradient(180deg, rgba(80, 180, 255, .96) 0%, rgba(25, 128, 230, .94) 54%, rgba(7, 92, 196, .96) 100%) !important;
  box-shadow:
    0 0 0 3px rgba(120, 205, 255, .10),
    0 17px 32px rgba(0, 82, 180, .26),
    0 0 20px rgba(0, 114, 255, .16),
    inset 0 1px 0 rgba(255, 255, 255, .34),
    inset 0 -1px 0 rgba(0, 0, 0, .16);
  color: #ffffff !important;
  filter: brightness(1.04);
  transform: translateY(-1px);
  outline: none;
}

.omega-login-btn-secondary:disabled,
.omega-login-btn-primary:disabled {
  opacity: .74;
  cursor: wait;
  transform: none;
}

/* Rodapé vidro definitivo */
.omega-login-luxury-footer {
  /* [CAELION-LOGIN-PREMIUM-050526] Rodapé em lâmina de vidro mais fina e suave. */
  position: fixed;
  left: clamp(14px, 2.8vw, 46px);
  right: clamp(14px, 2.8vw, 46px);
  bottom: 0;
  z-index: 5;
  min-height: 60px;
  padding: 5px clamp(18px, 5vw, 96px) 6px;
  border: 1px solid rgba(232, 241, 250, .085);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .036), rgba(10, 21, 34, .105) 52%, rgba(6, 14, 24, .155)),
    radial-gradient(ellipse at 16% 0%, rgba(242, 215, 163, .024), transparent 56%),
    radial-gradient(ellipse at 72% 0%, rgba(92, 177, 255, .024), transparent 66%);
  color: rgba(226, 232, 240, .84);
  box-shadow:
    0 -8px 22px rgba(0, 0, 0, .09),
    inset 0 1px 0 rgba(255,255,255,.062);
  backdrop-filter: blur(18px) saturate(138%);
  -webkit-backdrop-filter: blur(18px) saturate(138%);
}

.omega-footer-line {
  display: none;
}

.omega-footer-content {
  min-height: 32px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  gap: 18px;
}

.omega-footer-info,
.omega-footer-support {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: rgba(235, 239, 245, .80);
  font-size: .76rem;
  font-weight: 330;
  white-space: nowrap;
}

.omega-footer-support {
  justify-content: flex-end;
}

.omega-footer-info span + span::before,
.omega-footer-support span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-right: 16px;
  vertical-align: middle;
  background: rgba(226, 232, 240, .18);
}

.omega-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.omega-footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.060), rgba(10, 22, 36, .145));
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .014),
    0 0 12px rgba(242, 215, 163, .046),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  color: var(--omega-cream);
  font-size: 1rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.omega-footer-social svg,
.omega-footer-support svg {
  width: 21px;
  height: 21px;
  display: block;
}

.omega-footer-social svg path,
.omega-footer-social svg circle,
.omega-footer-social svg rect,
.omega-footer-support svg path,
.omega-footer-support svg circle,
.omega-footer-support svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.82;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omega-footer-support .omega-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.omega-footer-label {
  color: rgba(235, 239, 245, .80);
  font-weight: 330;
}

.omega-author-name,
.omega-contact-phone,
.omega-footer-mail-address {
  color: var(--omega-cream);
  font-weight: 760;
  text-shadow: 0 0 13px rgba(242, 215, 163, .18), 0 0 10px rgba(255,255,255,.08);
}

.omega-footer-version {
  color: #6fe7ff;
  font-weight: 780;
  text-shadow: 0 0 12px rgba(79, 216, 255, .22);
}

.omega-social-linkedin-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.14rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.omega-social-instagram svg,
.omega-social-whatsapp svg {
  filter: drop-shadow(0 0 8px rgba(242, 215, 163, .16));
}

.omega-footer-social a:hover,
.omega-footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 246, 229, .76);
  background: rgba(24, 32, 44, .28);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, .05),
    0 0 28px rgba(242, 215, 163, .18),
    inset 0 1px 0 rgba(255, 255, 255, .20);
  outline: none;
}

.omega-login-copyright {
  margin: 4px 0 0;
  color: rgba(248, 251, 255, .82);
  font-size: .73rem;
  font-weight: 540;
  text-align: center;
  letter-spacing: -.004em;
  text-shadow: 0 0 10px rgba(255, 255, 255, .08);
}

@media (max-width: 1180px) {
  .omega-login-brand {
    left: clamp(34px, 5vw, 70px);
    top: clamp(190px, 27vh, 250px);
    opacity: .94;
  }

  .omega-login-brand h2 { font-size: clamp(2.05rem, 4vw, 3.25rem); }

  .omega-footer-content {
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
  }

  .omega-footer-info,
  .omega-footer-support {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    white-space: normal;
  }

  .omega-footer-info span + span::before,
  .omega-footer-support span + span::before { display: none; }

  .omega-footer-social {
    order: -1;
    gap: 16px;
  }
}

@media (max-width: 860px) {
  .omega-login-brand { display: none; }
}

@media (max-width: 640px) {
  .omega-login-page {
    padding: 68px 14px 116px;
    place-items: start center;
  }

  .omega-connection-status {
    min-width: 78px;
    min-height: 24px;
    padding: 4px 10px;
    font-size: .62rem;
  }

  .omega-connection-dot {
    width: 7px;
    height: 7px;
  }

  .omega-login-card-wrap { width: min(100%, 500px); }

  .omega-login-card {
    max-height: calc(100svh - 178px);
    overflow: auto;
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  .omega-login-shield {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }

  .omega-login-card-header { margin-bottom: 14px; }
  .omega-login-form { gap: 10px; }

  .omega-input-icon {
    width: 48px;
    min-width: 48px;
  }

  .omega-field-suggest-menu {
    flex-basis: calc(100% - 48px);
    width: calc(100% - 48px);
    margin-left: 48px;
    max-height: 84px;
  }

  .omega-custom-select-menu {
    left: 48px;
    max-height: 126px;
  }

  .omega-login-card .form-control,
  .omega-login-card .form-select,
  .omega-login-card .omega-custom-select-toggle,
  .omega-login-btn-secondary,
  .omega-login-btn-primary {
    min-height: 44px;
    font-size: .88rem;
  }

  .omega-login-luxury-footer {
    min-height: 92px;
    padding: 8px 12px 9px;
  }

  .omega-login-copyright { font-size: .74rem; }
}

@media (max-height: 820px) and (min-width: 641px) {
  .omega-login-page {
    padding-top: 14px;
    padding-bottom: 80px;
  }

  .omega-login-card {
    padding: 18px 34px 20px;
    overflow: visible;
  }

  .omega-login-card-wrap { width: min(100%, 500px); }

  .omega-login-shield {
    width: 44px;
    height: 44px;
    margin-bottom: 5px;
  }

  .omega-login-card-header { margin-bottom: 11px; }
  .omega-login-card-header p { margin-top: 4px; }
  .omega-header-line { margin-top: 8px; }
  .omega-login-form { gap: 9px; }

  .omega-field-group { gap: 4px; }
  .omega-field-group label { font-size: .82rem; }

  .omega-input-shell,
  .omega-login-card .form-control,
  .omega-login-card .form-select,
  .omega-login-card .omega-custom-select-toggle,
  .omega-login-btn-secondary,
  .omega-login-btn-primary { min-height: 40px; }

  .omega-input-icon {
    width: 49px;
    min-width: 49px;
  }

  .omega-login-alert {
    min-height: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .80rem;
  }

  .omega-login-luxury-footer {
    min-height: 64px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .omega-footer-content { min-height: 32px; }

  .omega-footer-social a {
    width: 40px;
    height: 40px;
  }

  .omega-login-copyright { margin-top: 3px; }
}
