.auth-single {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.auth-panels {
  position: relative;
  height: 100%;
}

/* base */
.auth-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: all 0.35s ease;
}

/* activo */
.auth-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  position: relative;
}

/* switch */
.auth-switch {
  margin-top: 18px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.auth-switch button {
  background: none;
  border: none;
  color: #6366f1;
  font-weight: 600;
  cursor: pointer;
}
.auth-single {
  max-width: 420px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.auth-switch {
        text-align: center;
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
}

.auth-switch button {
    background: none;
    border: none;
    color: #3670a8;
    font-weight: 600;
    cursor: pointer;
}


* {
  margin: 0;
  padding: 0;
     -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: #081631;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

.auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.14), transparent 28%),
    #081631;
}

.auth-shell {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
  min-height: 100vh;
  display: flex;
  align-items: center;
        flex-direction: column;
}
.paga{text-align: center;
    font-size: 13px;
    margin-bottom: 16px;
    color: #babec6;}

.auth-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.auth-card {
  background: rgba(24, 38, 68, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
}

.auth-card-inner {
  padding: 40px;
}
.entrada{
    text-align: center;
    padding: 40px 30px 40px 30px;
}
.eyebrow {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 14px;
}
.auth-card h1,
.auth-card h2 {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 14px;
}

.auth-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 28px;
    max-width: 460px;
    font-weight: 300;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.95);
  color: #111827;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 17px;
  outline: none;
}

.auth-form input:focus {
  border-color: rgba(99, 102, 241, 0.8);
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.16);
}

.auth-form button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(135deg, #63adf1, #5b9bf6);
  transition: transform 0.18s ease, opacity 0.18s ease;
    background: rgba(0, 150, 255, 0.15);
    border: 1px solid rgb(149 181 204 / 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #e6f4ff;
    /* padding: 12px 24px; */
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 0 10px rgb(61 165 238 / 49%);
    transition: all 0.25s ease;
}

.auth-form button:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

/* DASHBOARD */
.header {
    display: flex;
    justify-content: space-between;
    padding: 8px 14px;
    background: #162644;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: space-between;
}
#user-email{
    font-size: 12px;
    opacity: 0.8;
}
.logo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
    display:none;
}

.user {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.user a {
    padding: 10px 14px;
    border-radius: 8px;
    background: #6366f1;
    font-weight: 500;
    background: linear-gradient(135deg, #63adf1, #5b9bf6);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(0, 150, 255, 0.15);
    border: 1px solid rgb(149 181 204 / 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #e6f4ff;
    /* padding: 12px 24px; */
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 0 10px rgb(61 165 238 / 49%);
    transition: all 0.25s ease;
}

.dashboard {
    padding: 10px 12px;
}

iframe{
    width: 100%;
    height: 100vh;
    border: none;
    border-radius: 8px;
}

.dashboard p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
}

@media (max-width: 900px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }

  .auth-card-inner {
    padding: 32px;
  }
.auth-form input, .auth-form button {
    
    padding: 10px 11px;
   
}
  .auth-card h1,
  .auth-card h2 {
    font-size: 34px;
  }
.auth-text {
    
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 21px;
    max-width: 460px;
    font-weight: 300;
}
.auth-form button {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    
    transition: transform 0.18s ease, opacity 0.18s ease;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(0, 150, 255, 0.15);
    border: 1px solid rgb(149 181 204 / 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #e6f4ff;
    /* padding: 12px 24px; */
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 0 10px rgb(61 165 238 / 49%);
    transition: all 0.25s ease;
}
.auth-form input {
    
    font-size: 14px;
    outline: none;
}
    .eyebrow {
   
    margin-bottom: 10px;
}
    .auth-text {
    
    margin-bottom: 17px;
    
}
    .auth-form {
    
    gap: 12px;
}
}
.login-error {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.login-error a {
  display: inline-block;
  margin-top: 6px;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 13px;
}

.login-error a:hover {
  color: #fff;
}