/* Student and management login styles. */
.np-login-shell{display:grid;grid-template-columns:1fr minmax(380px,.72fr);min-height:620px;border-radius:28px;overflow:hidden;background:#07100f;box-shadow:0 30px 90px rgba(2,25,24,.18)}
.np-login-intro{display:flex;flex-direction:column;justify-content:end;padding:60px;background:linear-gradient(90deg,rgba(3,10,10,.86),rgba(3,10,10,.42)),url('../../netpadel-theme/assets/images/hero-coaching.jpg') center/cover;color:#fff}
.np-login-intro h1,.np-login-panel h1,.np-login-panel h2,.np-dashboard-head h1{margin:0 0 22px;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.95;letter-spacing:-.055em}
.np-login-intro>p:last-child{max-width:540px;margin:0;color:rgba(255,255,255,.72);font-size:1.05rem}
.np-login-intro .np-kicker{color:var(--np-mint)}
.np-login-panel{display:flex;flex-direction:column;justify-content:center;padding:55px;background:#fff}
.np-login-panel h2{font-size:3rem}
.np-login-panel>p:not(.np-kicker):not(.np-form-message){color:var(--np-muted)}
.np-login-form{display:grid;gap:18px}
.np-login-form label{display:grid;gap:8px;color:#263432;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.np-login-form input[type=text],.np-login-form input[type=password]{width:100%;padding:15px;border:1px solid rgba(8,11,11,.15);border-radius:12px;background:#f7faf9;font:inherit;outline:none}
.np-login-form input:focus{border-color:var(--np-teal);box-shadow:0 0 0 3px rgba(8,122,120,.1)}
.np-password-field{position:relative;display:block}
.np-password-toggle{position:absolute;right:8px;top:8px;padding:8px;border:0;background:transparent;color:var(--np-teal);font-weight:800;cursor:pointer}
.np-remember{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:8px!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important}
.np-reset-link{align-self:flex-start;margin-top:20px;color:var(--np-teal);font-size:.82rem;font-weight:750}
.np-login-panel>.np-primary-button{align-self:flex-start}
@media(max-width:850px){.np-login-shell{grid-template-columns:1fr}}
@media(max-width:850px){.np-login-intro{min-height:360px;padding:40px}}
@media(max-width:850px){.np-login-panel{padding:40px}}
@media(max-width:600px){.np-login-intro{min-height:310px;padding:30px}}
@media(max-width:600px){.np-login-panel{padding:32px 24px}}
@media(max-width:600px){.np-login-panel h2{font-size:2.5rem}}
.np-login-intro{background-image:linear-gradient(90deg,rgba(3,10,10,.86),rgba(3,10,10,.42)),url('images/login-padel.jpg')}
.np-auth-tabs{display:flex;gap:5px;margin-bottom:30px;padding:5px;border-radius:999px;background:#eef5f3}
.np-auth-tabs button{flex:1;padding:10px 14px;border:0;border-radius:999px;background:transparent;color:var(--np-muted);font-weight:800;cursor:pointer}
.np-auth-tabs button.active{background:#fff;color:var(--np-teal);box-shadow:0 5px 20px rgba(2,25,24,.09)}
.np-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.np-login-form input[type=email],.np-login-form input[type=tel],.np-login-form input[type=date]{width:100%;padding:15px;border:1px solid rgba(8,11,11,.15);border-radius:12px;background:#f7faf9;font:inherit;outline:none}
.np-login-form input[type=email]:focus,.np-login-form input[type=tel]:focus,.np-login-form input[type=date]:focus{border-color:var(--np-teal);box-shadow:0 0 0 3px rgba(8,122,120,.1)}
.np-honeypot{position:absolute!important;left:-9999px!important}
.np-registration-modal[hidden]{display:none!important}
.np-registration-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:20px;background:rgba(2,9,9,.74);backdrop-filter:blur(8px)}
.np-registration-modal-card{position:relative;width:min(100%,590px);padding:48px;border-radius:26px;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.3)}
.np-registration-modal-card h2{margin:10px 0 20px;font-size:clamp(2.3rem,5vw,4rem);line-height:.98;letter-spacing:-.05em}
.np-registration-modal-card>p:not(.np-kicker){color:var(--np-muted)}
.np-modal-check{display:grid;width:58px;height:58px;margin-bottom:25px;place-items:center;border-radius:50%;background:var(--np-mint);color:var(--np-teal);font-size:1.6rem;font-weight:900}
.np-modal-close{position:absolute;top:17px;right:18px;width:38px;height:38px;border:0;border-radius:50%;background:#eef5f3;color:var(--np-ink);font-size:1.4rem;cursor:pointer}
.np-registration-modal-card>.np-primary-button{margin-top:10px}
.np-modal-open{overflow:hidden}
@media(max-width:600px){.np-form-row{grid-template-columns:1fr}}
@media(max-width:600px){.np-registration-modal-card{padding:38px 24px 28px}}
@media(max-width:600px){.np-registration-modal-card h2{font-size:2.5rem}}
.np-registration-modal{--np-ink:#080b0b;--np-teal:#087a78;--np-mint:#8af2c7;--np-muted:#65706e}
.np-student-login{--np-bg:#f3f7f6;--np-ink:#101817;--np-soft:#687572;--np-line:#dfe8e5;--np-teal:#087a78;display:grid;min-height:100vh;place-items:center;padding:28px;background:linear-gradient(135deg,#f3f7f6,#e8f6f1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.np-student-login-card{width:min(100%,460px);padding:34px;border:1px solid var(--np-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(15,39,36,.12)}
.np-student-login-logo{display:block;width:min(190px,70%);height:auto;margin:0 0 28px}
.np-student-login-card h1{margin:0 0 20px;font-size:clamp(2rem,6vw,3.4rem);line-height:1;letter-spacing:0}
.np-student-login-card h2{margin:0 0 16px;font-size:clamp(1.8rem,5vw,2.7rem);line-height:1;letter-spacing:0}
.np-student-login-card>p,.np-student-login-card .np-register-intro{color:var(--np-soft);line-height:1.5}
.np-student-login .np-login-form{gap:15px}
.np-student-login .np-login-form label{color:#263432;font-size:.72rem;font-weight:900;letter-spacing:.08em}
.np-student-login .np-login-form input[type=text],.np-student-login .np-login-form input[type=email],.np-student-login .np-login-form input[type=tel],.np-student-login .np-login-form input[type=date],.np-student-login .np-login-form input[type=password]{padding:14px;border:1px solid var(--np-line);border-radius:12px;background:#fff}
.np-student-login .np-login-form input:focus{border-color:var(--np-teal);box-shadow:0 0 0 3px rgba(8,122,120,.1)}
.np-student-login .np-primary-button{padding:15px 18px;border-radius:12px;background:var(--np-teal);color:#fff;font:inherit;font-weight:900}
.np-student-login .np-auth-tabs{margin-bottom:24px}
.np-student-login .np-reset-link{display:inline-flex;margin-top:18px;color:var(--np-teal);font-size:.88rem;font-weight:850}
.np-student-login .np-remember{color:var(--np-soft)!important;font-size:.9rem!important}
@media(max-width:600px){.np-student-login{padding:18px}}
@media(max-width:600px){.np-student-login-card{padding:26px}}
@media(max-width:600px){.np-student-login-logo{width:min(160px,70%)}}
.np-student-login{padding:20px}
.np-student-login-card{width:min(100%,440px);padding:28px 30px;border-radius:20px}
.np-student-login-card>a{display:flex;justify-content:center}
.np-student-login-logo{width:min(176px,68%);margin:0 auto 18px}
.np-student-login-card h1{margin:0 0 18px;text-align:center;font-size:30px;line-height:1.08}
.np-student-login .np-login-form{gap:12px}
.np-student-login .np-login-form label{gap:6px;font-size:.68rem}
.np-student-login .np-login-form input[type=text],.np-student-login .np-login-form input[type=email],.np-student-login .np-login-form input[type=tel],.np-student-login .np-login-form input[type=date],.np-student-login .np-login-form input[type=password]{min-height:48px;padding:11px 13px}
.np-student-login .np-password-toggle{top:6px}
.np-student-login .np-primary-button{width:100%;min-height:48px;padding:12px 16px}
.np-student-login .np-reset-link{display:flex;justify-content:center;margin-top:14px;text-align:center}
.np-student-login .np-remember{margin:0}
@media(max-width:600px){.np-student-login{padding:20px}}
@media(max-width:600px){.np-student-login-card{padding:24px 22px}}
@media(max-width:600px){.np-student-login-logo{width:min(160px,72%)}}
@media(max-width:600px){.np-student-login-card h1{font-size:28px}}
.np-student-login{
  min-height: 100vh !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: #f3f7f6 !important;
}
.np-student-login-card{
  width: 100% !important;
  max-width: 420px !important;
  min-height: auto !important;
  padding: 30px 28px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 50px rgba(15, 39, 36, 0.10) !important;
}
.np-student-login-card a{
  display: flex !important;
  justify-content: center !important;
}
.np-student-login-logo{
  width: 160px !important;
  max-width: 160px !important;
  margin: 0 auto 22px !important;
}
.np-student-login-card h1{
  margin: 0 0 24px !important;
  text-align: center !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
}
.np-student-login .np-login-form{
  display: grid !important;
  gap: 14px !important;
}
.np-student-login .np-login-form label{
  gap: 6px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}
.np-student-login .np-login-form input[type="text"],
.np-student-login .np-login-form input[type="email"],
.np-student-login .np-login-form input[type="password"]{
  height: 46px !important;
  min-height: 46px !important;
  padding: 10px 13px !important;
  border-radius: 10px !important;
  font-size: 15px !important;
}
.np-student-login .np-primary-button{
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  margin-top: 4px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}
.np-student-login .np-reset-link{
  display: block !important;
  margin-top: 16px !important;
  text-align: center !important;
  font-size: 14px !important;
}
.np-student-login .np-remember{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
  font-size: 14px !important;
  color: #687572 !important;
}
.np-student-login .np-auth-tabs,
.np-student-login .np-login-intro,
.np-student-login .np-register-intro{
  display: none !important;
}
@media (max-width: 600px){.np-student-login{
    padding: 18px !important;
  }}
@media (max-width: 600px){.np-student-login-card{
    max-width: 100% !important;
    padding: 26px 22px !important;
  }}
@media (max-width: 600px){.np-student-login-logo{
    width: 145px !important;
    max-width: 145px !important;
  }}
@media (max-width: 600px){.np-student-login-card h1{
    font-size: 26px !important;
  }}
.np-student-login{
  align-items: start !important;
  padding-top: 80px !important;
}
@media (max-width: 600px){.np-student-login{
    padding-top: 45px !important;
  }}

  /* Ajuste vertical final login alumnos */
.np-student-login {
  align-items: start !important;
  padding-top: 70px !important;
}

@media (max-width: 600px) {
  .np-student-login {
    padding-top: 38px !important;
  }
}
