/* Visual do login: arte preservada, marca única e formulários originais. */
html[data-theme="prisma"] #screen-login {
  min-height:100svh; padding:48px 24px; align-items:center; justify-content:center;
  background:#020d15; color:#eefaff; text-align:center; isolation:isolate;
}
html[data-theme="prisma"] #screen-login::before,
html[data-theme="prisma"][data-prisma-mode="dark"] #screen-login::before {
  content:""; position:absolute; inset:auto; left:50%; bottom:clamp(-270px,-18vw,-130px);
  width:max(920px,110vw); height:auto; aspect-ratio:3/2; transform:translateX(-68.5%);
  z-index:0; pointer-events:none; border:0; border-radius:0; box-shadow:none;
  background:var(--fx-login-art) center/100% auto no-repeat;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 90%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 90%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 12%,#000 90%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 90%,transparent);
  -webkit-mask-composite:source-in; mask-composite:intersect;
}
html[data-theme="prisma"] #screen-login::after {
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:linear-gradient(180deg,#020d1533,transparent 24%,#020d151a 65%,transparent),radial-gradient(ellipse at 50% 39%,#020d153b,transparent 60%);
}
html[data-theme="prisma"] #screen-login #login-canvas-wrap { display:none; }
html[data-theme="prisma"] #screen-login .lockup { width:370px; max-width:100%; margin-bottom:25px; }
html[data-theme="prisma"] #screen-login .logo.financex-brand { align-items:center; gap:0; }
html[data-theme="prisma"] #screen-login .financex-brand-icon { display:none; }
html[data-theme="prisma"] #screen-login .financex-brand-wordmark {
  display:inline-flex; color:#edfaff; font:500 clamp(36px,4vw,52px)/1.15 Inter,sans-serif;
  letter-spacing:.07em; text-shadow:0 2px 14px #020d15,0 0 25px #3ccdda35;
}
html[data-theme="prisma"] #screen-login .financex-brand-wordmark .x { color:#70f6de; margin-left:0; }
html[data-theme="prisma"] #screen-login .lockup p { color:#c5dce7; font-size:10px; letter-spacing:.23em; margin-top:13px; }
html[data-theme="prisma"] #screen-login form,
html[data-theme="prisma"][data-prisma-mode="dark"] #screen-login form {
  max-width:370px; width:100%; padding:28px; border:1px solid #a5dfef4a; border-radius:24px;
  background:linear-gradient(135deg,#b1f3ff0d,#03212b30);
  -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px);
  box-shadow:inset 0 1px #e7ffff30,0 12px 45px #0002; box-sizing:border-box;
}
html[data-theme="prisma"] #screen-login label { color:#e4f3fa; font-size:12px; text-shadow:0 1px 7px #00111f; }
html[data-theme="prisma"] #screen-login input {
  color:#f2fbff; background:#02101b70; border:1px solid #84bacc70; border-radius:11px; min-height:48px;
}
html[data-theme="prisma"] #screen-login input::placeholder { color:#bdd0dd; }
html[data-theme="prisma"] #screen-login input:focus-visible { outline:2px solid #66f3dc; outline-offset:3px; }
html[data-theme="prisma"] #screen-login .btn {
  border-radius:11px; min-height:48px; color:#02231f; background:linear-gradient(110deg,#70f5dbe8,#35bacbe8);
  border:1px solid #baffec90; box-shadow:0 2px 15px #32d9c526;
}
html[data-theme="prisma"] #screen-login .btn--ghost { color:#e1f3f8; background:#09242d55; border-color:#a3d1dd55; }
html[data-theme="prisma"] #screen-login .status-line { color:#c7e0e9; margin-top:20px; text-shadow:0 1px 10px #00121f; }
html[data-theme="prisma"] #screen-login .prisma-login-links { width:370px; max-width:100%; color:#c0d3e0; text-align:center; }
html[data-theme="prisma"] #screen-login .prisma-login-links p { font-size:11px; line-height:1.7; text-shadow:0 1px 8px #00121f; }
html[data-theme="prisma"] #screen-login .prisma-appearance { color:#c0d3e0; }
html[data-theme="prisma"] #screen-login .prisma-mode-switch { background:#06233145; -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px); }
@media(max-width:760px) {
  html[data-theme="prisma"] #screen-login { padding:38px 22px; }
  html[data-theme="prisma"] #screen-login::before { width:820px; bottom:-155px; }
  html[data-theme="prisma"] #screen-login form { padding:24px; }
  html[data-theme="prisma"] #screen-login .financex-brand-wordmark { font-size:38px; }
}
@media(max-height:640px) {
  html[data-theme="prisma"] #screen-login { padding-block:28px; }
}

/* Candles verdes de vidro no céu; a marca e o formulário ficam à frente. */
html[data-theme="prisma"] #screen-login .logo.financex-brand::before { content:none; }
html[data-theme="prisma"] #screen-login::after {
  background:url("financex-sky-candles.svg") center top/100% 52% no-repeat,linear-gradient(180deg,#020d151a,transparent 40%,#020d151a 65%,transparent);
}
