/* LOGIN MODERNO SCRIPTCASE - CSS GENERADO */
html, body {
  margin: 0 !important;
  min-height: 100vh !important;
}
body {
  font-family: "Segoe UI", Arial, sans-serif !important;
  background: radial-gradient(circle at 15% 18%, rgba(14,165,233,0.22), transparent 28%), radial-gradient(circle at 85% 80%, rgba(30,58,138,0.3), transparent 36%), linear-gradient(135deg, #020617 0%, #0f172a 60%, #1e3a8a 100%) !important;
  background-attachment: fixed !important;
}
.sc-modern-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(circle at 15% 18%, rgba(14,165,233,0.22), transparent 28%), radial-gradient(circle at 85% 80%, rgba(30,58,138,0.3), transparent 36%), linear-gradient(135deg, #020617 0%, #0f172a 60%, #1e3a8a 100%);
}
.sc-modern-card {
  width: min(956px, 100%);
  min-height: 569px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 55px 110px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(18px);
}
.sc-modern-left {
  order: 2;
  position: relative;
  overflow: hidden;
  padding: 39px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #1e3a8a);
}
.sc-modern-left::before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 25%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.14),transparent 28%);filter:blur(2px)}.sc-modern-left::after{content:"";position:absolute;width:140%;height:140px;left:-20%;bottom:-42px;background:rgba(255,255,255,.16);border-radius:50%;}
.sc-modern-brand {
  position: relative;
  z-index: 2;
}
.sc-modern-logo-wrap {
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,.24);
  padding: 18px;
  margin-bottom: 28px;
}
.sc-modern-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sc-modern-brand h1 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 800;
}
.sc-modern-brand p {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.84);
}
.sc-modern-right {
  order: 1;
  padding: 39px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0f172a;
  background: #ffffff;
}
.sc-modern-center-logo {
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.sc-modern-form-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}
.sc-modern-form-subtitle {
  margin: 0 0 30px;
  color: #64748b;
  font-size: 15px;
}
.sc-modern-field {
  margin-bottom: 18px;
}
.sc-modern-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}
.sc-modern-field input,
.sc-modern-field select,
.sc-modern-field textarea {
  width: 100% !important;
  height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 0 15px !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.sc-modern-field input:focus {
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 0 4px rgba(14,165,233,0.2) !important;
}
.sc-modern-button {
  margin-top: 24px;
}
.sc-modern-button input,
.sc-modern-button button,
.sc-modern-button a {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: linear-gradient(135deg, #0ea5e9, #1e3a8a) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  box-shadow: 0 14px 28px rgba(14,165,233,0.28) !important;
  transition: .25s ease !important;
  text-decoration: none !important;
}
.sc-modern-button input:hover,
.sc-modern-button button:hover,
.sc-modern-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(14,165,233,0.36) !important;
}
.sc-modern-language {
  display: block;
  margin: 10px 0;
}
.sc-modern-links {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
}
.sc-modern-links a,
.sc-modern-links span,
.sc-modern-links label {
  color: #64748b;
}
.sc-modern-footer {
  margin-top: 24px;
  color: #64748b;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 780px) {
  .sc-modern-login { padding: 14px; }
  .sc-modern-card { grid-template-columns: 1fr; min-height: auto; }
  .sc-modern-left { order: 1; padding: 32px; text-align: center; align-items: center; }
  .sc-modern-right { order: 2; padding: 32px; }
  .sc-modern-logo-wrap { width: 120px; height: 120px; border-radius: 24px; }
  .sc-modern-brand h1 { font-size: 28px; }
}