/* Student dashboard visual overrides. CSS base is split in assets/css/. */

body.np-student-dashboard-page {
  background: #f6f8f7 !important;
}

/* Pantalla propia de acceso del área de alumnos */
.np-student-login {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  width: 100vw !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: clamp(18px, 4vh, 36px) 20px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background:
    radial-gradient(circle at 16% 16%, rgba(138, 242, 199, 0.22), transparent 30%),
    linear-gradient(135deg, #f7fbfa 0%, #edf8f5 100%) !important;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-login,
.np-student-login * {
  box-sizing: border-box;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-login-card {
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  padding: 34px !important;
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 70px rgba(15, 39, 36, 0.12) !important;
  transform: none !important;
}

.np-student-login-logo-link {
  display: flex;
  justify-content: center;
}

.np-student-login-logo {
  display: block !important;
  width: min(184px, 68%) !important;
  max-width: 184px !important;
  height: auto !important;
  margin: 0 auto 22px !important;
}

.np-student-login-card h1 {
  margin: 0 !important;
  color: #17211f !important;
  font-size: clamp(2rem, 5vw, 2.8rem) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-align: center !important;
  letter-spacing: -0.04em !important;
}

.np-student-login-intro {
  margin: 12px 0 24px !important;
  color: #687572 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.np-student-auth-tabs {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 0 22px !important;
  padding: 5px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 16px;
  background: #eef8f5;
}

.np-student-auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #53615e;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}

.np-student-auth-tab.is-active {
  background: #ffffff;
  color: #087a78;
  box-shadow: 0 8px 18px rgba(15, 39, 36, 0.08);
}

.np-student-login [data-auth-panel][hidden] {
  display: none !important;
}

.np-login-form,
.netpadel-student-register-form {
  display: grid !important;
  gap: 13px !important;
}

.np-login-form label,
.netpadel-student-auth-field label {
  display: grid !important;
  gap: 7px !important;
  color: #263432 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.np-login-form input[type="text"],
.np-login-form input[type="email"],
.np-login-form input[type="password"],
.netpadel-student-register-form input[type="text"],
.netpadel-student-register-form input[type="email"],
.netpadel-student-register-form input[type="tel"],
.netpadel-student-register-form input[type="date"],
.netpadel-student-register-form input[type="password"] {
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 14px !important;
  border: 1px solid rgba(8, 122, 120, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #17211f !important;
  font: inherit !important;
  font-size: 1rem !important;
  outline: none;
}

.np-login-form input:focus,
.netpadel-student-register-form input:focus {
  border-color: rgba(8, 122, 120, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(8, 122, 120, 0.08) !important;
}

.np-student-login .np-primary-button,
.np-student-login .netpadel-student-register-submit {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 4px;
  padding: 13px 20px !important;
  border: 1px solid rgba(45, 212, 191, 0.42) !important;
  border-radius: 16px !important;
  background: rgba(220, 252, 245, 0.82) !important;
  color: #087a78 !important;
  box-shadow: 0 12px 28px rgba(15, 39, 36, 0.08) !important;
  font: inherit !important;
  font-size: 1rem !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.np-student-login .np-primary-button:hover,
.np-student-login .np-primary-button:focus,
.np-student-login .netpadel-student-register-submit:hover,
.np-student-login .netpadel-student-register-submit:focus {
  background: rgba(204, 251, 241, 0.96) !important;
  color: #087a78 !important;
  outline: none !important;
}

.np-student-login .np-reset-link {
  display: flex !important;
  justify-content: center !important;
  margin-top: 16px !important;
  color: #087a78 !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.np-student-login .np-remember {
  margin: 0 !important;
  color: #687572 !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.np-student-login .np-remember input {
  margin-right: 7px;
}

.np-student-password-reset-screen .np-password-reset-check {
  margin: 0 auto 20px !important;
}

.np-student-password-reset-screen .np-student-login-card > .np-primary-button {
  margin-top: 8px;
  text-align: center;
}

.np-student-password-reset-form {
  margin-top: 20px;
}

.netpadel-student-register-title {
  margin: 0 0 14px !important;
  color: #087a78 !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.np-form-message,
.netpadel-student-auth-notice {
  margin: 0 0 14px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
}

.np-form-message.success {
  border: 1px solid rgba(8, 122, 120, 0.18);
  background: #e6f8f2;
  color: #087a78;
}

.np-form-message.error,
.netpadel-student-auth-notice-error {
  border: 1px solid rgba(185, 28, 28, 0.14);
  background: #fff1f1;
  color: #9f1d1d;
}

@media (max-width: 600px) {
  .np-student-login {
    align-items: flex-start !important;
    padding: 18px !important;
  }

  .np-student-login-card {
    padding: 26px 22px !important;
  }

  .np-student-login-card h1 {
    font-size: 2rem !important;
  }
}

.np-student-main {
  position: relative !important;
  gap: 0 !important;
  padding-top: 22px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: #f8faf9 !important;
}

.np-student-main::before {
  content: none !important;
  display: none !important;
}

.np-student-main::after {
  content: none !important;
}

.np-student-main > * {
  position: relative;
  z-index: 1;
}

.np-student-sidebar nav a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.np-student-nav-icon {
  display: inline-grid;
  width: 20px;
  min-width: 20px;
  height: 20px;
  place-items: center;
  font-size: 15px;
  line-height: 1;
}

.np-student-nav-badge {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  margin-left: auto;
  padding: 0 6px;
  place-items: center;
  border-radius: 999px;
  background: #ffd400;
  color: #1f2a28;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.np-student-hero,
.np-student-premium-hero {
  min-height: 172px !important;
  margin: -22px -18px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.np-student-powered {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 !important;
  color: #ffd400;
  font-size: 0.88rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 92px;
  right: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.np-student-powered span {
  color: #ffd400;
}

.np-student-powered img {
  display: block;
  width: auto;
  max-width: 320px;
  height: 84px;
  object-fit: contain;
}

.np-student-premium-grid {
  gap: 16px !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.np-student-notifications-view {
  display: grid;
  gap: 14px;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
  padding: 24px !important;
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 46px rgba(15, 39, 36, 0.10) !important;
}

.np-student-notification-list {
  display: grid;
  gap: 12px;
}

.np-student-notification-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 16px;
  background: #ffffff;
}

.np-student-notification-card h3 {
  margin: 0 0 4px;
  color: #10201f;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.25;
}

.np-student-notification-card time {
  display: block;
  margin-bottom: 10px;
  color: #687572;
  font-size: 0.78rem;
  font-weight: 500;
}

.np-student-notification-card p {
  margin: 0 !important;
  color: #4f5f5c !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.np-student-delete-notification {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(151, 47, 40, 0.20);
  border-radius: 999px;
  background: #fff6f5;
  color: #972f28;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
}

.np-student-delete-notification:hover,
.np-student-delete-notification:focus {
  border-color: rgba(151, 47, 40, 0.42);
  background: #ffecea;
  outline: 0;
}

.np-student-premium-card,
.np-student-panel {
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 46px rgba(15, 39, 36, 0.10) !important;
}

.np-student-premium-card {
  min-height: 140px !important;
  padding: 24px !important;
}

.np-student-premium-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 62px rgba(15, 39, 36, 0.12) !important;
}

.np-card-label,
.np-student-section-head .np-card-label {
  margin-bottom: 14px !important;
  color: #087a78 !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
}

.np-student-premium-card > strong:not(.np-student-payment-status) {
  color: #25312f !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
}

.np-student-premium-card p,
.np-student-panel p,
.np-student-panel li,
.np-class-list,
.np-class-list li,
.np-student-premium-card .np-request-intro {
  color: #4f5f5c !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.np-student-payment-status {
  font-size: 0.92rem !important;
  font-weight: 650 !important;
}

.np-student-premium-card .np-student-card-value {
  color: #4f5f5c !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: normal !important;
  font-family: inherit !important;
  margin: 0 !important;
  overflow-wrap: anywhere;
}

.np-student-upcoming-list {
  display: grid;
  gap: 6px;
  margin: 0 !important;
  padding: 0 !important;
  color: #4f5f5c !important;
  font-family: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: normal !important;
  list-style: none !important;
}

.np-student-upcoming-list .np-student-class-past {
  color: rgba(220, 38, 38, 0.42) !important;
}

.np-student-upcoming-list .np-student-class-upcoming,
.np-student-upcoming-list .np-student-class-more {
  color: #4f5f5c !important;
}

.np-student-month-classes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 12px;
  margin: 0 !important;
}

.np-student-month-column {
  min-width: 0;
}

.np-student-month-column-title {
  margin: 0 0 7px !important;
  color: #087a78 !important;
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
}

.np-student-month-column ul {
  display: grid;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.np-student-class-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #4f5f5c !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.np-student-class-check {
  display: inline-grid;
  width: 14px;
  min-width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
}

.np-student-class-check::before {
  content: "✓";
}

.np-student-class-done .np-student-class-check {
  background: #19a974;
}

.np-student-class-pending .np-student-class-check {
  background: #ffd400;
  color: #3c3200;
}

.np-student-class-no-class {
  color: rgba(220, 38, 38, 0.55) !important;
}

.np-student-class-no-class .np-student-class-check {
  background: rgba(220, 38, 38, 0.58);
}

.np-student-class-legend {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px !important;
  min-width: 0;
  white-space: nowrap;
}

.np-student-class-legend .np-student-class-row {
  gap: 4px;
  font-size: 0.66rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

.np-student-class-legend .np-student-class-check {
  width: 10px;
  min-width: 10px;
  height: 10px;
  font-size: 7px;
}

.np-student-calendar-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.np-student-premium-card.np-student-classes-wide {
  grid-column: span 2;
  min-height: 0 !important;
  height: auto !important;
  padding: 14px 18px 16px !important;
  align-content: start !important;
  justify-content: flex-start !important;
}

.np-student-classes-wide .np-card-label {
  margin-bottom: 10px !important;
}

.np-student-classes-wide .np-student-calendar-grid {
  margin: 0 !important;
}

.np-student-calendar-card {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.np-student-calendar-card h3 {
  margin: 0 0 8px !important;
  color: #087a78 !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
}

.np-student-calendar-weekdays,
.np-student-calendar-days {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(22px, 1fr)) !important;
  gap: 4px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.np-student-calendar-weekdays {
  margin-bottom: 5px;
  color: #7a8b87;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.np-student-calendar-weekdays span {
  display: block !important;
  min-width: 0 !important;
  text-align: center !important;
}

.np-student-calendar-day,
.np-student-calendar-empty {
  min-height: 32px;
}

.np-student-calendar-day {
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 1px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  color: #667672;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.1;
  min-width: 0 !important;
  width: auto !important;
  text-align: center !important;
}

.np-student-calendar-empty {
  visibility: hidden;
}

.np-student-calendar-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.np-student-calendar-time,
.np-student-calendar-marker {
  display: block;
  max-width: 100%;
  font-size: 0.54rem;
  line-height: 1.05;
  text-align: center;
}

.np-student-calendar-pending,
.np-student-calendar-done {
  color: #087a78;
  font-weight: 750;
}

.np-student-calendar-done .np-student-calendar-number,
.np-student-calendar-done .np-student-calendar-time {
  text-decoration: none !important;
}

.np-student-calendar-pending .np-student-calendar-number,
.np-student-calendar-done .np-student-calendar-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(8, 122, 120, 0.12);
}

.np-student-calendar-no-class {
  color: rgba(220, 38, 38, 0.78);
  font-weight: 750;
}

.np-student-calendar-no-class .np-student-calendar-number {
  text-decoration: none !important;
}

.np-student-calendar-no-class .np-student-calendar-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
}

.np-student-calendar-marker {
  font-size: 0.72rem;
  font-weight: 800;
}

.np-no-class-panel {
  display: grid;
  gap: 14px;
}

.np-no-class-form {
  display: grid;
  gap: 14px;
}

.np-no-class-calendars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.np-no-class-month {
  padding: 12px;
  border: 1px solid var(--np-line, #dfe8e5);
  border-radius: 12px;
  background: #f8fbfa;
}

.np-no-class-month h3 {
  margin: 0 0 10px;
  color: var(--np-teal, #087a78);
  font-size: 0.9rem;
  line-height: 1.2;
}

.np-no-class-weekdays,
.np-no-class-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.np-no-class-weekdays {
  margin-bottom: 5px;
  color: var(--np-soft, #687572);
  font-size: 0.64rem;
  font-weight: 850;
  text-align: center;
}

.np-no-class-day {
  cursor: pointer;
}

.np-no-class-day input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.np-no-class-day span,
.np-no-class-empty {
  display: grid;
  min-height: 30px;
  place-items: center;
  border: 1px solid var(--np-line, #dfe8e5);
  border-radius: 9px;
  background: #fff;
  color: var(--np-ink, #101817);
  font-size: 0.78rem;
  font-weight: 780;
}

.np-no-class-day input:checked + span,
.np-no-class-day.is-selected span {
  border-color: rgba(220, 38, 38, 0.34);
  background: rgba(220, 38, 38, 0.12);
  color: #b42318;
}

.np-no-class-save {
  justify-self: start;
}

.np-student-payment-status.paid {
  background: #e4f7ee !important;
  color: #12623d !important;
}

.np-student-payment-status.pending {
  background: #fff0df !important;
  color: #9a4d04 !important;
}

.np-group-info {
  display: grid !important;
  gap: 12px !important;
}

.np-group-row {
  display: grid !important;
  gap: 6px !important;
  padding: 16px !important;
  border: 1px solid rgba(8, 122, 120, 0.12) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #f8fcfb, #eef8f4) !important;
}

.np-group-label {
  color: #087a78 !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.np-group-value {
  color: #4f5f5c !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.np-student-details {
  gap: 8px !important;
}

.np-student-details div {
  grid-template-columns: 180px minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(223, 232, 229, 0.85) !important;
  border-radius: 14px !important;
  background: #f8fbfa !important;
}

.np-student-details dt {
  color: #0b7f7a !important;
  font-size: 0.68rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.np-student-details dd {
  color: #4f5f5c !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  overflow-wrap: anywhere;
}

.np-student-edit summary,
.np-student-edit-button {
  border: 1px solid #b9eadd !important;
  border-radius: 12px !important;
  background: #e9f8f3 !important;
  color: #087a78 !important;
  box-shadow: 0 10px 26px rgba(8, 122, 120, 0.10) !important;
}

@media (max-width: 720px) {
  .np-student-hero,
  .np-student-premium-hero {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .np-student-premium-grid {
    gap: 12px !important;
    margin-top: 0 !important;
  }

  .np-student-notifications-view {
    margin-top: 0 !important;
    padding: 20px !important;
  }

  .np-student-notification-card {
    grid-template-columns: 1fr auto;
    padding: 14px;
  }

  .np-student-powered {
    gap: 4px;
    top: 64px;
    margin: 0 !important;
    font-size: 0.74rem;
  }

  .np-student-powered img {
    max-width: 230px;
    height: 56px;
  }

  .np-student-class-legend {
    flex-wrap: wrap;
    gap: 5px 7px;
  }

  .np-student-class-legend .np-student-class-row {
    font-size: 0.64rem !important;
  }

  .np-no-class-calendars {
    grid-template-columns: 1fr;
  }

  .np-student-premium-card {
    padding: 20px !important;
  }

  .np-student-classes-wide {
    grid-column: auto;
    padding: 18px !important;
  }

  .np-student-details div {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
}

.np-management-shell .np-management-main .np-legacy-week-grid > .np-legacy-day-column > h3.np-legacy-day-title,
.np-management-shell .np-management-main .np-legacy-day-title,
.np-legacy-week-grid > .np-legacy-day-column > h3.np-legacy-day-title {
  background: #e8f3ef !important;
  background-color: #e8f3ef !important;
  color: #0f766e !important;
  font-size: 0.76rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.025em !important;
  text-shadow: none !important;
}

.np-student-login {
  display: grid !important;
  min-height: 100vh !important;
  place-items: center !important;
  align-items: center !important;
  padding: 28px !important;
  background: linear-gradient(135deg, #f3f7f6, #e8f6f1) !important;
}

.entry-content:has(.np-student-login),
.wp-site-blocks:has(.np-student-login) main,
.site-main:has(.np-student-login) {
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.np-student-login {
  width: 100vw !important;
  margin-top: -48px !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: -24px !important;
  margin-left: calc(50% - 50vw) !important;
  min-height: calc(100vh - 24px) !important;
}

.np-student-login-card {
  width: min(100%, 460px) !important;
  max-width: 460px !important;
  padding: 34px !important;
  border: 1px solid var(--np-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(15, 39, 36, 0.12) !important;
}

.np-student-login-logo {
  width: min(190px, 70%) !important;
  max-width: 190px !important;
  height: auto !important;
  margin: 0 auto 28px !important;
}

.np-student-login-card h1 {
  margin: 0 0 24px !important;
  text-align: center !important;
  font-size: clamp(2rem, 6vw, 3.4rem) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.np-student-login .np-login-form {
  display: grid !important;
  gap: 15px !important;
}

.np-student-login .np-login-form label {
  gap: 7px !important;
  color: #263432 !important;
  font-size: 0.72rem !important;
  font-weight: 900 !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"] {
  min-height: 50px !important;
  padding: 14px !important;
  border: 1px solid var(--np-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  font: inherit !important;
}

.np-student-login .np-primary-button {
  min-height: 52px !important;
  padding: 15px 18px !important;
  border-radius: 12px !important;
  font: inherit !important;
  font-weight: 900 !important;
}

.np-student-login .np-reset-link {
  margin-top: 18px !important;
  font-size: 0.88rem !important;
  font-weight: 850 !important;
}

.np-student-login {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  width: 100vw !important;
  min-height: 100dvh !important;
  height: auto !important;
  margin: 0 !important;
  padding: clamp(18px, 4vh, 36px) 28px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  place-items: center !important;
  align-content: center !important;
  background: linear-gradient(135deg, #f3f7f6, #e8f6f1) !important;
}

.np-student-login::before,
.np-student-login::after {
  display: none !important;
  content: none !important;
}

.np-student-login-card {
  transform: translateY(-24px) !important;
}

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

  .np-student-login-card {
    max-width: 100% !important;
    padding: 28px 24px !important;
  }

  .np-student-login-logo {
    width: min(170px, 72%) !important;
    max-width: 170px !important;
  }

  .np-student-login-card h1 {
    font-size: 2rem !important;
  }

  .np-student-login-card {
    transform: translateY(-8px) !important;
  }
}

@media (max-width: 760px) {
  .np-student-calendar-grid {
    grid-template-columns: 1fr;
  }

  .np-student-calendar-day,
  .np-student-calendar-empty {
    min-height: 34px;
  }
}

.np-student-premium-grid > .np-student-premium-card.np-student-classes-wide {
  display: block !important;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 12px !important;
  padding-bottom: 14px !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.np-student-premium-grid > .np-student-classes-wide > .np-card-label {
  display: block !important;
  margin: 0 0 8px !important;
}

.np-student-premium-grid > .np-student-classes-wide .np-student-calendar-grid {
  align-items: start !important;
  margin: 0 !important;
  gap: 12px !important;
}

.np-student-premium-grid > .np-student-classes-wide .np-student-calendar-card,
.np-student-premium-grid > .np-student-classes-wide .np-student-calendar-days {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.np-student-premium-grid > .np-student-classes-wide .np-student-calendar-card h3 {
  margin: 0 0 6px !important;
}

.np-student-premium-grid > article.np-student-premium-card.np-student-classes-wide,
article.np-student-premium-card.np-student-classes-wide,
.np-student-classes-wide {
  grid-row: auto / span 1 !important;
  align-self: start !important;
  place-self: start stretch !important;
  min-height: 0 !important;
  height: fit-content !important;
  max-height: none !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.np-student-classes-wide > h3,
.np-student-classes-wide > .np-card-label {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.np-student-classes-wide .np-student-calendar-grid {
  margin: 0 !important;
  align-items: start !important;
  align-content: start !important;
}

.np-student-classes-wide .np-student-calendar-card {
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}

.np-student-classes-wide .np-student-calendar-days {
  margin-bottom: 0 !important;
}

.np-student-upcoming-classes {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.np-student-upcoming-classes + .np-student-premium-grid {
  margin-top: 0 !important;
}

.np-student-upcoming-classes h2 {
  margin: 0 0 14px !important;
  color: #087a78 !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.np-student-upcoming-calendars {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  width: 100% !important;
}

.np-student-calendar-soft {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.np-student-calendar-soft h3 {
  margin: 0 0 8px !important;
  color: #087a78 !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-align: right !important;
}

.np-student-calendar-separator {
  width: 1px;
  height: auto;
  min-height: 100%;
  align-self: stretch;
  margin: 0 !important;
  background: rgba(8, 122, 120, 0.14);
}

.np-student-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
  color: #6f817d;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.1;
}

.np-student-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.np-student-calendar-legend span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #087a78;
}

.np-student-calendar-legend .np-student-calendar-legend-red::before {
  background: rgba(220, 38, 38, 0.78);
}

.np-student-upcoming-classes .np-student-calendar-done,
.np-student-upcoming-classes .np-student-calendar-no-class,
.np-student-upcoming-classes .np-student-calendar-done .np-student-calendar-number,
.np-student-upcoming-classes .np-student-calendar-no-class .np-student-calendar-number {
  text-decoration: none !important;
}

.np-student-upcoming-classes .np-student-calendar-days {
  margin: 0 !important;
}

.np-student-upcoming-classes .np-student-calendar-day,
.np-student-upcoming-classes .np-student-calendar-empty {
  min-height: 34px;
}

@media (max-width: 720px) {
  .np-student-upcoming-classes {
    margin-top: 0 !important;
  }

  .np-student-upcoming-calendars {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .np-student-calendar-separator {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }
}

/* Navbar superior del dashboard alumno */
.np-student-app {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  min-height: 100vh !important;
  background: #f3f7f6 !important;
}

.np-student-app,
.np-student-app * {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 112px;
  padding: 0 32px;
  background-color: #0b0b0b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid rgba(183, 243, 220, 0.12);
  box-shadow: 0 16px 34px rgba(5, 12, 11, 0.24);
  gap: 18px;
}

.np-student-topbar-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 0;
  margin-left: 128px;
}

.np-student-topbar-brand img {
  display: block;
  width: 210px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.np-student-topbar-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.np-student-topbar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(246, 251, 250, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.np-student-topbar-link:hover,
.np-student-topbar-link:focus,
.np-student-topbar-link.is-active {
  background: transparent;
  color: #b7f3dc;
  outline: none;
  transform: scale(1.06);
}

button.np-student-topbar-link {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  font: inherit;
  cursor: pointer;
}

#np-student-live-topbar .np-student-topbar-link:hover,
#np-student-live-topbar .np-student-topbar-link:focus,
#np-student-live-topbar .np-student-topbar-link.is-active {
  background: transparent !important;
  color: #b7f3dc !important;
  transform: scale(1.06) !important;
}

.np-student-topbar-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
}

.np-student-topbar-icon svg,
.np-student-topbar-logout svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-topbar-user {
  display: grid;
  grid-column: 2;
  justify-self: end;
  justify-items: end;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.np-student-topbar-name {
  display: grid;
  order: 2;
  justify-items: end;
  gap: 3px;
  max-width: 190px;
  overflow: hidden;
  color: #f6fbfa;
  line-height: 1.05;
  text-align: right;
}

.np-student-topbar-name span {
  color: rgba(246, 251, 250, 0.68);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.np-student-topbar-name strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #f6fbfa;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-student-topbar-user .np-student-user-menu {
  order: 1;
}

.np-student-topbar-logout {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 243, 220, 0.26);
  border-radius: 999px;
  background: rgba(183, 243, 220, 0.12);
  color: #dff7f1;
  text-decoration: none;
}

.np-student-topbar-logout:hover,
.np-student-topbar-logout:focus {
  border-color: rgba(183, 243, 220, 0.44);
  background: rgba(183, 243, 220, 0.18);
  outline: none;
}

.np-student-mobile-menu-toggle,
.np-student-mobile-menu-backdrop,
.np-student-mobile-drawer {
  display: none;
}

.np-student-mobile-menu-backdrop[hidden],
.np-student-mobile-drawer[hidden] {
  display: none !important;
}

.np-student-mobile-menu-toggle {
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(183, 243, 220, 0.26);
  border-radius: 999px;
  background: rgba(183, 243, 220, 0.12);
  color: #dff7f1;
  cursor: pointer;
}

.np-student-mobile-menu-toggle svg,
.np-student-mobile-menu-close svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-user-menu {
  position: relative;
}

.np-student-user-menu-toggle {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(183, 243, 220, 0.26);
  border-radius: 999px;
  background: rgba(183, 243, 220, 0.12);
  color: #dff7f1;
  cursor: pointer;
}

.np-student-user-menu-toggle:hover,
.np-student-user-menu-toggle:focus {
  border-color: rgba(183, 243, 220, 0.44);
  background: rgba(183, 243, 220, 0.18);
  outline: none;
}

.np-student-user-menu-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.np-student-user-menu-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1100;
  width: 190px;
  padding: 6px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 39, 36, 0.12);
}

.np-student-user-menu-dropdown[hidden] {
  display: none !important;
}

.np-student-user-menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #354441;
  font: inherit;
  font-size: 0.78rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.np-student-user-menu-item:hover,
.np-student-user-menu-item:focus {
  background: #eff8f5;
  color: #087a78;
  outline: none;
}

.np-student-user-menu-item-logout {
  color: #a33b35;
}

.np-student-topbar-link .np-student-nav-badge {
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  padding: 0 5px;
  background: #ffd400;
  color: #1f2a28;
  font-size: 0.66rem;
}

.np-student-main {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 1100px) {
  .np-student-topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0 18px;
  }

  .np-student-topbar-link {
    padding: 0 9px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .np-student-topbar {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px;
  }

  .np-student-topbar-brand {
    order: 1;
    margin-left: 0;
  }

  .np-student-topbar-user {
    display: none;
  }

  .np-student-topbar-nav {
    display: none;
  }

  .np-student-mobile-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .np-student-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    background: rgba(7, 16, 15, 0.42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .np-student-mobile-menu-backdrop:not([hidden]) {
    display: block;
  }

  .np-student-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0 !important;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    z-index: 2147483002;
    display: grid;
    width: min(86vw, 340px);
    max-width: 100%;
    height: 100vh;
    grid-template-rows: auto 1fr;
    gap: 16px;
    padding: 20px;
    border-left: 1px solid rgba(183, 243, 220, 0.12);
    border-right: 0;
    box-shadow: -22px 0 55px rgba(7, 16, 15, 0.18);
    transform: translateX(100%) !important;
    transition: transform 180ms ease;
  }

  .np-student-mobile-drawer:not([hidden]) {
    transform: translateX(0) !important;
  }

  .np-student-mobile-menu-close {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    justify-self: end;
    padding: 0;
    border: 1px solid rgba(183, 243, 220, 0.22);
    border-radius: 999px;
    background: rgba(183, 243, 220, 0.12);
    color: #dff7f1;
    cursor: pointer;
  }

  .np-student-mobile-menu-nav {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 0;
    overflow-y: auto;
  }

  .np-student-mobile-menu-link,
  .np-student-mobile-menu-logout {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: rgba(246, 251, 250, 0.82);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.15;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .np-student-mobile-menu-link:hover,
  .np-student-mobile-menu-link:focus,
  .np-student-mobile-menu-link.is-active {
    border-color: rgba(183, 243, 220, 0.20);
    background: rgba(183, 243, 220, 0.12);
    color: #b7f3dc;
    outline: none;
  }

  .np-student-mobile-menu-link .np-student-nav-badge {
    margin-left: auto;
  }

  .np-student-mobile-menu-logout {
    margin-top: 8px;
    border-top: 1px solid rgba(183, 243, 220, 0.16);
    border-radius: 0;
    color: #ffd8d5;
  }

  .np-student-mobile-menu-logout:hover,
  .np-student-mobile-menu-logout:focus {
    background: rgba(255, 216, 213, 0.10);
    color: #ffffff;
    outline: none;
  }

  body.np-student-mobile-menu-open {
    overflow: hidden;
  }
}


/* === Corrección definitiva navbar superior alumno === */
#np-student-live-topbar.np-student-topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483000 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 112px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 32px !important;
  overflow: visible !important;
  transform: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-bottom: 1px solid rgba(183, 243, 220, 0.12) !important;
  box-shadow: 0 16px 34px rgba(5, 12, 11, 0.24) !important;
  color: #f6fbfa !important;
}

.np-student-main > .np-student-hero,
.np-student-main > .np-student-premium-hero,
.np-student-main > .np-student-powered {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.np-student-main {
  padding-top: 24px !important;
}

.np-student-dashboard-feature-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr) minmax(240px, 1fr);
  gap: 20px;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin: 0 0 22px;
  overflow: visible;
}

.np-student-dashboard-feature {
  min-width: 0;
  min-height: 360px;
  border: 1px solid rgba(8, 122, 120, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07);
}

.np-student-dashboard-feature-left,
.np-student-dashboard-feature-center,
.np-student-dashboard-feature-right {
  padding: 22px;
}

.np-student-upcoming-classes.np-student-dashboard-feature {
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(8, 122, 120, 0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07) !important;
}

.np-student-next-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.np-student-next-card h2 {
  margin: 0 0 16px;
  color: #101817;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.2;
}

.np-student-next-card__kicker {
  margin-bottom: 16px !important;
}

.np-student-next-list {
  display: grid;
  flex: 1 1 auto;
  gap: 0;
}

.np-student-next-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(8, 122, 120, 0.10);
}

.np-student-next-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.np-student-next-date {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 52px;
  min-height: 52px;
  place-items: center;
  border-radius: 10px;
  background: #e9f8f3;
  color: #087a78;
}

.np-student-next-weekday {
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.np-student-next-day {
  color: #087a78;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.np-student-next-info {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.np-student-next-info strong {
  display: block;
  overflow: hidden;
  color: #17211f;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.np-student-next-info span {
  display: block;
  margin-top: 3px;
  color: #687572;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.25;
}

.np-student-next-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  border-radius: 999px;
  background: #e4f7ee;
  color: #087a78;
  font-size: 0.58rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.np-student-view-all-classes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 0 0;
  border: 0;
  background: transparent;
  color: #087a78;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
}

.np-student-view-all-classes:hover,
.np-student-view-all-classes:focus {
  color: #065f5d;
  outline: none;
}

.np-student-weekly-tip {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(15, 39, 36, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 18%, rgba(8, 122, 120, 0.055), transparent 28%),
    radial-gradient(circle at 14% 86%, rgba(15, 39, 36, 0.035), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8faf9 52%, #f3f6f5 100%);
  box-shadow: 0 18px 48px rgba(15, 39, 36, 0.09);
  color: #ffffff;
}

.np-student-weekly-tip::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border-radius: 18px;
  background-image:
    linear-gradient(rgba(15, 39, 36, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 39, 36, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 72% 22%, rgba(8, 122, 120, 0.14) 0 1.8px, transparent 2.4px),
    radial-gradient(circle at 82% 44%, rgba(15, 39, 36, 0.10) 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 64% 66%, rgba(8, 122, 120, 0.10) 0 1.6px, transparent 2.2px);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  opacity: 0.34;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.10) 44%, rgba(0, 0, 0, 0.34) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.10) 44%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

.np-student-weekly-tip::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 42px;
  z-index: 0;
  width: 42%;
  height: 92px;
  border-top: 1px solid rgba(8, 122, 120, 0.14);
  border-right: 1px solid rgba(15, 39, 36, 0.08);
  border-radius: 50%;
  opacity: 0.42;
  transform: rotate(-10deg);
  pointer-events: none;
}

.np-student-weekly-tip-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.np-student-weekly-tip-kicker {
  margin: 0 0 18px;
  color: #087a78 !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.np-student-weekly-tip h2 {
  max-width: 520px;
  margin: 0;
  color: #17211f !important;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.np-student-weekly-tip-text {
  max-width: 500px;
  margin: 18px 0 0 !important;
  color: #53615e !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.np-student-weekly-tip-header {
  margin-bottom: 18px !important;
}

.np-student-dashboard-top-row .np-student-weekly-tip .np-student-feature-tab {
  margin: -32px -32px 24px !important;
  padding: 0 32px !important;
}

.np-student-weekly-tip-slides {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  width: min(68%, 560px);
  min-height: 0;
}

.np-student-weekly-tip-slide {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  opacity: 1;
  transition: opacity 0.18s ease;
}

.np-student-weekly-tip-slide[hidden] {
  display: none !important;
}

.np-student-weekly-tip-nav {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  margin: 16px auto 0;
}

.np-student-weekly-tip-arrow {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #087a78;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.np-student-weekly-tip-arrow:hover,
.np-student-weekly-tip-arrow:focus {
  border-color: rgba(8, 122, 120, 0.32);
  background: rgba(236, 253, 248, 0.9);
  outline: none;
  transform: translateY(-1px);
}

.np-student-weekly-tip-arrow svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-weekly-tip-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 30px;
}

.np-student-weekly-tip-dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(8, 122, 120, 0.22);
  transition: background 0.18s ease, transform 0.18s ease;
}

.np-student-weekly-tip-dots span.is-active {
  background: #087a78;
  transform: scale(1.22);
}

.np-student-weekly-tip-decoration {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.np-student-weekly-tip-court {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 38%;
  height: 64%;
  border: 1px solid rgba(15, 39, 36, 0.10);
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  opacity: 0.72;
  transform: perspective(700px) rotateX(56deg) rotateZ(-12deg);
  transform-origin: center;
}

.np-student-weekly-tip-court-line {
  position: absolute;
  background: rgba(15, 39, 36, 0.16);
}

.np-student-weekly-tip-court-line--outer {
  inset: 10%;
  border: 1px solid rgba(15, 39, 36, 0.18);
  border-radius: 10px;
  background: transparent;
}

.np-student-weekly-tip-court-line--middle {
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  transform: translateY(-50%);
}

.np-student-weekly-tip-court-line--service-left {
  top: 24%;
  left: 50%;
  width: 1px;
  height: 26%;
  transform: translateX(-50%);
}

.np-student-weekly-tip-court-line--service-right {
  bottom: 24%;
  left: 50%;
  width: 1px;
  height: 26%;
  transform: translateX(-50%);
}

.np-student-weekly-tip-court-line--center {
  top: 10%;
  left: 50%;
  width: 1px;
  height: 80%;
  opacity: 0.42;
  transform: translateX(-50%);
}

.np-student-weekly-tip-racket {
  position: absolute;
  right: 18%;
  bottom: 17%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(8, 122, 120, 0.20);
  box-shadow:
    34px -52px 0 rgba(15, 39, 36, 0.10),
    72px -12px 0 rgba(8, 122, 120, 0.13);
  opacity: 0.62;
  transform: none;
}

.np-student-weekly-tip-racket-head {
  display: none;
}

.np-student-weekly-tip-racket-grip {
  display: none;
}

.np-student-weekly-tip-racket-holes {
  display: none;
}

.np-student-weekly-tip-ball {
  position: absolute;
  top: 27%;
  right: 32%;
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 122, 120, 0.20);
  box-shadow:
    -28px 38px 0 rgba(15, 39, 36, 0.10),
    22px 76px 0 rgba(8, 122, 120, 0.12);
}

.np-student-weekly-tip-ball::before,
.np-student-weekly-tip-ball::after {
  content: none;
  display: none;
}

.np-student-weekly-tip-ball::before {
  left: 3px;
  transform: rotate(12deg);
}

.np-student-weekly-tip-ball::after {
  right: 3px;
  transform: rotate(-12deg);
}

.np-student-weekly-tip-ball-trace {
  position: absolute;
  top: 28%;
  right: 35%;
  width: 150px;
  height: 48px;
  border-top: 1px solid rgba(8, 122, 120, 0.14);
  border-radius: 50%;
  opacity: 0.58;
  transform: rotate(-16deg);
}

.np-student-classes-modal[hidden] {
  display: none !important;
}

.np-student-classes-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: 24px;
}

.np-student-classes-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 16, 15, 0.62);
}

.np-student-classes-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 90vw);
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(2, 25, 24, 0.24);
}

.np-student-classes-modal-dialog h2 {
  margin: 0 44px 22px 0;
  color: #101817;
  font-size: 1.6rem;
  font-weight: 650;
  line-height: 1.15;
}

.np-student-classes-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.16);
  border-radius: 999px;
  background: #ecfdf8;
  color: #087a78;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.np-student-classes-modal-close:hover,
.np-student-classes-modal-close:focus {
  border-color: rgba(8, 122, 120, 0.34);
  background: #e0fbf3;
  outline: none;
}

body.np-student-modal-open {
  overflow: hidden;
}

.np-student-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.np-student-profile-modal[hidden] {
  display: none !important;
}

.np-student-profile-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 22, 0.48);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-student-profile-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 92vw);
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 39, 36, 0.20);
}

.np-student-profile-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.16);
  border-radius: 999px;
  background: #ecfdf8;
  color: #087a78;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.np-student-profile-modal-close:hover,
.np-student-profile-modal-close:focus {
  border-color: rgba(8, 122, 120, 0.34);
  background: #e0fbf3;
  outline: none;
}

.np-student-profile-modal-header {
  margin: 0 42px 22px 0;
}

.np-student-profile-modal-kicker {
  margin: 0 0 6px;
  color: #087a78;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.np-student-profile-modal-header h2 {
  margin: 0;
  color: #101817;
  font-size: 1.45rem;
  font-weight: 650;
  line-height: 1.15;
}

.np-student-profile-modal-header p:last-child {
  margin: 8px 0 0;
  color: #6f817d;
  font-size: 0.86rem;
  line-height: 1.35;
}

.np-student-profile-modal-form {
  display: grid;
  gap: 0;
}

.np-student-profile-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.np-student-profile-modal-field-wide {
  grid-column: 1 / -1;
}

.np-student-profile-modal-grid label {
  display: grid;
  gap: 7px;
}

.np-student-profile-modal-grid label > span {
  color: #53615e;
  font-size: 0.72rem;
  font-weight: 600;
}

.np-student-profile-modal-grid label > small {
  color: #7a8b87;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.35;
}

.np-student-profile-modal-grid input,
.np-student-profile-modal-grid select {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #dce7e4;
  border-radius: 11px;
  background: #ffffff;
  color: #1f2f2c;
  font: inherit;
  font-size: 0.82rem;
}

.np-student-profile-modal-grid input:focus,
.np-student-profile-modal-grid select:focus {
  border-color: rgba(8, 122, 120, 0.42);
  box-shadow: 0 0 0 3px rgba(8, 122, 120, 0.08);
  outline: none;
}

.np-student-profile-modal-password {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 14px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 14px;
  background: #f7fbfa;
}

.np-student-profile-modal-password > span {
  color: #087a78 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.np-student-profile-modal-password label {
  gap: 6px;
}

.np-student-profile-modal-password input {
  min-height: 40px;
}

.np-student-profile-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.np-student-profile-modal-save,
.np-student-profile-modal-cancel {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  font: inherit;
  font-size: 0.76rem;
  cursor: pointer;
}

.np-student-profile-modal-cancel {
  border: 1px solid rgba(8, 122, 120, 0.14);
  background: #ffffff;
  color: #53615e;
}

.np-student-profile-modal-save {
  border: 0;
  background: #087a78;
  color: #ffffff;
  font-weight: 650;
}

.np-student-profile-modal-save:hover,
.np-student-profile-modal-save:focus,
.np-student-profile-modal-cancel:hover,
.np-student-profile-modal-cancel:focus {
  border-color: rgba(8, 122, 120, 0.34);
  outline: none;
}

.np-student-profile-modal-save:hover,
.np-student-profile-modal-save:focus {
  background: #066b69;
  color: #ffffff;
}

.np-student-profile-modal-cancel:hover,
.np-student-profile-modal-cancel:focus {
  background: #e0fbf3;
  color: #087a78;
}

.np-student-suggest-card,
.np-student-compete-card {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.np-student-suggest-card:focus,
.np-student-compete-card:focus {
  outline: 3px solid rgba(8, 122, 120, 0.24);
  outline-offset: 3px;
}

.np-student-class-request-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.np-student-class-request-modal[hidden] {
  display: none !important;
}

.np-student-class-request-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 22, 0.48);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-student-class-request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 39, 36, 0.20);
}

.np-student-class-request-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.16);
  border-radius: 999px;
  background: #ecfdf8;
  color: #087a78;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.np-student-class-request-modal__close:hover,
.np-student-class-request-modal__close:focus {
  border-color: rgba(8, 122, 120, 0.34);
  background: #e0fbf3;
  outline: none;
}

.np-student-class-request-modal__header {
  margin: 0 42px 22px 0;
}

.np-student-class-request-modal__kicker {
  margin: 0 0 6px;
  color: #087a78;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.np-student-class-request-modal__header h2 {
  margin: 0;
  color: #101817;
  font-size: 1.45rem;
  font-weight: 650;
  line-height: 1.15;
}

.np-student-class-request-modal__header p:last-child {
  margin: 8px 0 0;
  color: #6f817d;
  font-size: 0.86rem;
  line-height: 1.35;
}

.np-student-class-request-form {
  display: grid;
  gap: 16px;
}

.np-student-class-request-form label {
  display: grid;
  gap: 7px;
}

.np-student-class-request-form label > span {
  color: #53615e;
  font-size: 0.72rem;
  font-weight: 600;
}

.np-student-class-request-form textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 13px;
  border: 1px solid #dce7e4;
  border-radius: 11px;
  background: #ffffff;
  color: #1f2f2c;
  font: inherit;
  font-size: 0.86rem;
  line-height: 1.45;
}

.np-student-class-request-form textarea:focus {
  border-color: rgba(8, 122, 120, 0.42);
  box-shadow: 0 0 0 3px rgba(8, 122, 120, 0.08);
  outline: none;
}

.np-student-class-request-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.np-student-class-request-modal__send,
.np-student-class-request-modal__cancel {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  font: inherit;
  font-size: 0.76rem;
  cursor: pointer;
}

.np-student-class-request-modal__cancel {
  border: 1px solid rgba(8, 122, 120, 0.14);
  background: #ffffff;
  color: #53615e;
}

.np-student-class-request-modal__send {
  border: 0;
  background: #087a78;
  color: #ffffff;
  font-weight: 650;
}

.np-student-class-request-modal__send:hover,
.np-student-class-request-modal__send:focus {
  background: #066b69;
  color: #ffffff;
  outline: none;
}

.np-student-class-request-modal__cancel:hover,
.np-student-class-request-modal__cancel:focus {
  border-color: rgba(8, 122, 120, 0.34);
  background: #e0fbf3;
  color: #087a78;
  outline: none;
}

.np-student-compete-modal__content {
  display: grid;
  gap: 12px;
}

.np-student-compete-modal__team {
  padding: 14px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 14px;
  background: #f7fbfa;
}

.np-student-compete-modal__team span {
  display: block;
  margin: 0 0 6px;
  color: #087a78;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.np-student-compete-modal__team p {
  margin: 0;
  color: #35413f;
  font-size: 0.9rem;
  line-height: 1.45;
}

.np-student-compete-modal__cta {
  margin: 4px 0 0;
  color: #17211f;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .np-student-profile-modal-grid {
    grid-template-columns: 1fr;
  }

  .np-student-profile-modal-field-wide {
    grid-column: auto;
  }
}

.np-student-group-overview {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.np-student-group-slider {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  column-gap: 10px;
  flex: 1 1 auto;
  width: 100%;
}

.np-student-group-slide {
  display: flex;
  grid-column: 1 / -1;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.np-student-group-slide[hidden] {
  display: none !important;
}

.np-student-group-overview-head h2 {
  margin: 0;
  color: #087a78 !important;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.2;
}

.np-student-group-overview-head p {
  margin: 6px 0 0;
  color: #6f817d;
  font-size: 0.72rem;
  line-height: 1.3;
}

.np-student-group-counter {
  display: inline-flex;
  min-width: 42px;
  margin-left: 8px;
  color: #7a8b87;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.np-student-group-arrow {
  position: static !important;
  inset: auto !important;
  z-index: 4;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-top: 12px;
  transform: none !important;
  border: 1px solid rgba(8, 122, 120, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #087a78;
  box-shadow: 0 5px 14px rgba(15, 39, 36, 0.07);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.np-student-group-arrow:hover,
.np-student-group-arrow:focus {
  border-color: rgba(8, 122, 120, 0.34);
  background: #ecfdf8;
  outline: none;
}

.np-student-group-arrow--prev {
  grid-column: 2;
  justify-self: end;
  left: auto !important;
}

.np-student-group-arrow--next {
  grid-column: 3;
  justify-self: start;
  right: auto !important;
}

.np-student-group-court {
  flex: 1 1 auto;
  min-height: 280px;
  margin-top: 16px;
}

.np-student-group-court-surface {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(8, 122, 120, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #dff4ee 0%, #ccefe6 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.68);
}

.np-student-group-court-surface::before,
.np-student-group-court-surface::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
}

.np-student-group-court-surface::after {
  top: 50%;
  bottom: auto;
  height: 0;
  border-width: 1px 0 0;
  border-radius: 0;
  box-shadow:
    0 -74px 0 rgba(255, 255, 255, 0.52),
    0 74px 0 rgba(255, 255, 255, 0.52);
}

.np-student-group-court-net {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  z-index: 1;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #111111;
}

.np-student-group-player {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 42%;
  gap: 6px;
  transform: translate(-50%, -50%);
}

.np-student-group-player--top-left {
  top: 18%;
  left: 14%;
}

.np-student-group-player--top-right {
  top: 18%;
  left: 86%;
  transform: translate(-50%, -50%);
}

.np-student-group-player--bottom-left {
  top: 82%;
  left: 14%;
}

.np-student-group-player--bottom-right {
  top: 82%;
  left: 86%;
  transform: translate(-50%, -50%);
}

.np-student-group-player-marker {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: #087a78;
}

.np-student-group-player-marker svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-group-player-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #25312f;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.np-student-group-player.is-current .np-student-group-player-marker {
  color: #087a78;
}

.np-student-group-player.is-current .np-student-group-player-name {
  color: #087a78;
}

.np-student-weekly-tips-card {
  position: relative;
  display: grid;
  grid-column: 1 / 3;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: start;
  min-width: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

.np-student-weekly-tip-empty-card {
  min-width: 0;
  height: 180px;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(8, 122, 120, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07);
}

.np-student-weekly-tip-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.np-student-weekly-tips-card::before {
  content: none;
  display: none;
}

.np-student-weekly-tips-card::after {
  content: none;
  display: none;
}

.np-student-weekly-tips-card-inner {
  position: relative;
  z-index: 1;
}

.np-student-weekly-tips-card h2 {
  margin: 0 0 22px;
  color: #087a78;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.np-student-weekly-tips-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-student-weekly-tips-column {
  min-height: 96px;
  padding: 6px 20px 0;
  text-align: center;
}

.np-student-weekly-tips-column + .np-student-weekly-tips-column {
  border-left: 1px solid rgba(8, 122, 120, 0.12);
}

.np-student-weekly-tips-column h3 {
  margin: 0;
  color: #17211f;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.np-student-rules-card {
  position: relative;
  display: flex;
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  width: 100%;
  height: 180px;
  min-height: 180px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f5fbf9 55%, #edf8f5 100%);
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07);
  color: #17211f;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.np-student-rules-card:hover,
.np-student-rules-card:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(15, 39, 36, 0.10);
  outline: none;
}

.np-student-rules-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 58%;
  min-width: 0;
}

.np-student-rules-kicker {
  margin-bottom: 8px;
  color: #087a78;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1.1;
  text-transform: uppercase;
}

.np-student-rules-card h2 {
  margin: 0;
  color: #087a78;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.2;
}

.np-student-rules-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: #087a78;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
}

.np-student-rules-notebook {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 110px;
  height: 140px;
  border: 1px solid rgba(8, 122, 120, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(8, 122, 120, 0.08) 0 1px, transparent 1px),
    repeating-linear-gradient(
      180deg,
      #ffffff 0,
      #ffffff 18px,
      rgba(8, 122, 120, 0.10) 19px,
      #ffffff 20px
    );
  box-shadow: 0 10px 28px rgba(15, 39, 36, 0.08);
  transform: rotate(4deg);
}

.np-student-rules-spiral {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 14px;
  height: calc(100% - 16px);
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0 12px,
      #087a78 12px 16px,
      transparent 16px 25px
    );
}

.np-student-rules-line {
  position: absolute;
  left: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(8, 122, 120, 0.18);
}

.np-student-rules-line-1 {
  top: 30px;
  width: 56px;
}

.np-student-rules-line-2 {
  top: 54px;
  width: 70px;
}

.np-student-rules-line-3 {
  top: 78px;
  width: 62px;
}

.np-student-rules-line-4 {
  top: 102px;
  width: 74px;
}

.netpadel-app-footer {
  display: block !important;
  position: relative;
  visibility: visible;
  opacity: 1;
  width: 100% !important;
  max-width: none !important;
  min-height: 1px;
  height: auto !important;
  margin: 32px 0 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px 24px 0 0;
  background: #061f1c;
  color: #ffffff;
}

.netpadel-app-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
  gap: 32px;
  padding: 34px 34px 30px;
}

.netpadel-app-footer__brand,
.netpadel-app-footer__column {
  min-width: 0;
}

.netpadel-app-footer__logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 176px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #ffffff;
  text-decoration: none;
}

.netpadel-app-footer__logo {
  display: block;
  width: 148px;
  max-width: 100%;
  height: auto;
}

.netpadel-app-footer__brand p {
  max-width: 340px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.95rem;
  line-height: 1.5;
}

.netpadel-app-footer__column h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.netpadel-app-footer__links {
  display: grid;
  gap: 10px;
}

.netpadel-app-footer__links a,
.netpadel-app-footer__bottom a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.18s ease;
}

.netpadel-app-footer__links a:hover,
.netpadel-app-footer__links a:focus,
.netpadel-app-footer__bottom a:hover,
.netpadel-app-footer__bottom a:focus {
  color: #8af2c7;
  outline: none;
}

.netpadel-app-footer__links a:focus-visible,
.netpadel-app-footer__bottom a:focus-visible,
.netpadel-app-footer__logo-link:focus-visible {
  outline: 2px solid rgba(138, 242, 199, 0.76);
  outline-offset: 4px;
}

.netpadel-app-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.35;
}

.np-student-rules-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 96px 20px 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.np-student-rules-modal[hidden] {
  display: none !important;
}

.np-student-rules-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 22, 0.48);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.np-student-rules-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(820px, 92vw);
  max-height: calc(100dvh - 116px);
  overflow-y: auto;
  padding: 30px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(15, 39, 36, 0.20);
}

.np-student-rules-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #53615e;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.np-student-rules-modal-close:hover,
.np-student-rules-modal-close:focus {
  border-color: rgba(8, 122, 120, 0.30);
  color: #087a78;
  outline: none;
}

.np-student-rules-modal-header {
  margin-bottom: 22px;
  padding-right: 40px;
}

.np-student-rules-modal-kicker {
  margin: 0 0 8px;
  color: #087a78;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1.1;
  text-transform: uppercase;
}

.np-student-rules-modal-header h2 {
  margin: 0;
  color: #087a78;
  font-size: 1.65rem;
  font-weight: 650;
  line-height: 1.15;
}

.np-student-rules-modal-header p {
  margin: 10px 0 0;
  color: #657572;
  font-size: 0.82rem;
  line-height: 1.5;
}

.np-student-rules-modal-list {
  display: grid;
  gap: 12px;
}

.np-student-rules-modal-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(8, 122, 120, 0.08);
  border-radius: 14px;
  background: #f8fcfb;
}

.np-student-rules-modal-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #e5f5f0;
  color: #087a78;
  font-size: 0.68rem;
  font-weight: 700;
}

.np-student-rules-modal-item p {
  margin: 0;
  color: #42514e;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .np-student-weekly-tip {
    min-height: 340px;
    padding: 26px 22px;
  }

  .np-student-weekly-tip-content {
    width: 100%;
  }

  .np-student-weekly-tip h2 {
    max-width: 90%;
    font-size: 1.65rem;
  }

  .np-student-weekly-tip-text {
    max-width: 90%;
  }

  .np-student-weekly-tip-decoration {
    opacity: 0.55;
  }

  .np-student-rules-card {
    min-height: 160px;
    padding: 20px;
  }

  .np-student-rules-notebook {
    top: 20px;
    right: 14px;
    width: 90px;
    height: 118px;
  }

  .np-student-rules-card-content {
    width: 68%;
  }

  .np-student-rules-modal {
    padding: 148px 14px 20px;
  }

  .np-student-rules-modal-dialog {
    max-height: calc(100dvh - 168px);
    padding: 24px 18px;
  }

  .np-student-rules-modal-item {
    grid-template-columns: 1fr;
  }

  .np-student-next-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .np-student-next-status {
    grid-column: 2;
    justify-self: start;
  }

  .np-student-classes-modal {
    padding: 14px;
  }

  .np-student-classes-modal-dialog {
    width: min(100%, 90vw);
    padding: 24px 18px;
  }
}

@media (max-width: 1100px) {
  .np-student-dashboard-feature-grid {
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
  }

  .np-student-dashboard-feature-right {
    grid-column: 1 / -1;
    min-height: 220px;
  }

  .np-student-rules-card {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .np-student-weekly-tips-card {
    grid-column: 1 / -1;
    grid-row: auto;
  }

}

@media (max-width: 720px) {
  .np-student-dashboard-feature-grid {
    grid-template-columns: 1fr;
  }

  .np-student-dashboard-feature,
  .np-student-dashboard-feature-right {
    grid-column: auto;
    min-height: auto;
  }

  .np-student-rules-card {
    grid-column: auto;
    grid-row: auto;
  }

  .np-student-weekly-tips-card {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .np-student-weekly-tip-empty-card {
    min-height: 150px;
  }

  .np-student-dashboard-feature-center,
  .np-student-dashboard-feature-right {
    min-height: 220px;
  }
}

/* Override final: acceso propio /area-alumnos */
.np-student-login {
  position: fixed !important;
  inset: 0 !important;
  display: flex !important;
  width: 100vw !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: clamp(18px, 4vh, 36px) 20px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background:
    radial-gradient(circle at 16% 16%, rgba(138, 242, 199, 0.22), transparent 30%),
    linear-gradient(135deg, #f7fbfa 0%, #edf8f5 100%) !important;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-login,
.np-student-login * {
  box-sizing: border-box;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-login-card {
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  padding: 34px !important;
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 70px rgba(15, 39, 36, 0.12) !important;
  transform: none !important;
}

.np-student-login-logo {
  width: min(184px, 68%) !important;
  max-width: 184px !important;
  margin: 0 auto 22px !important;
}

.np-student-login-card h1 {
  margin: 0 !important;
  color: #17211f !important;
  font-size: clamp(2rem, 5vw, 2.8rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.04em !important;
}

.np-student-login-intro {
  margin: 12px 0 24px !important;
  color: #687572 !important;
  text-align: center !important;
}

.np-student-auth-tabs {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 0 22px !important;
  padding: 5px;
  border: 1px solid rgba(8, 122, 120, 0.10);
  border-radius: 16px;
  background: #eef8f5;
}

.np-student-auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #53615e;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}

.np-student-auth-tab.is-active {
  background: #ffffff;
  color: #087a78;
  box-shadow: 0 8px 18px rgba(15, 39, 36, 0.08);
}

.np-student-login [data-auth-panel][hidden] {
  display: none !important;
}

.np-student-login .np-login-form,
.np-student-login .netpadel-student-register-form {
  display: grid !important;
  gap: 13px !important;
}

.np-student-login .np-login-form label,
.np-student-login .netpadel-student-auth-field label {
  display: grid !important;
  gap: 7px !important;
  color: #263432 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.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"],
.np-student-login .netpadel-student-register-form input[type="text"],
.np-student-login .netpadel-student-register-form input[type="email"],
.np-student-login .netpadel-student-register-form input[type="tel"],
.np-student-login .netpadel-student-register-form input[type="date"],
.np-student-login .netpadel-student-register-form input[type="password"] {
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 14px !important;
  border: 1px solid rgba(8, 122, 120, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #17211f !important;
  font: inherit !important;
}

.np-student-login .np-primary-button,
.np-student-login .netpadel-student-register-submit {
  width: 100% !important;
  min-height: 50px !important;
  border: 1px solid rgba(45, 212, 191, 0.42) !important;
  border-radius: 16px !important;
  background: rgba(220, 252, 245, 0.82) !important;
  color: #087a78 !important;
  font-weight: 650 !important;
}

@media (max-width: 600px) {
  .np-student-login {
    align-items: flex-start !important;
    padding: 18px !important;
  }

  .np-student-login-card {
    padding: 26px 22px !important;
  }
}

/* Fondo imagen card grande Tip de la semana */
.np-student-weekly-tip {
  background-color: #f7fbfa !important;
  background-image: var(--np-student-weekly-tip-bg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: cover !important;
}

.np-student-weekly-tip::before,
.np-student-weekly-tip::after,
.np-student-weekly-tip-decoration,
.np-student-weekly-tip-court,
.np-student-weekly-tip-court-line,
.np-student-weekly-tip-racket,
.np-student-weekly-tip-racket-head,
.np-student-weekly-tip-racket-grip,
.np-student-weekly-tip-racket-holes,
.np-student-weekly-tip-ball,
.np-student-weekly-tip-ball::before,
.np-student-weekly-tip-ball::after,
.np-student-weekly-tip-ball-trace {
  display: none !important;
  content: none !important;
}

@media (max-width: 720px) {
  .np-student-weekly-tip {
    background-position: center right !important;
    background-size: cover !important;
  }
}

.netpadel-student-page-main {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 42px 24px 72px;
}

.netpadel-student-page-header {
  margin-bottom: 24px;
}

.netpadel-student-page-kicker {
  margin: 0 0 10px;
  color: #087a78;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.netpadel-student-page-header h1 {
  margin: 0;
  color: #17211f;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
}

.netpadel-student-page-header p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #53615e;
  font-size: 1rem;
  line-height: 1.55;
}

.netpadel-student-faq-list,
.netpadel-student-contact-card {
  border: 1px solid rgba(8, 122, 120, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07);
  overflow: hidden;
}

.netpadel-student-faq-item + .netpadel-student-faq-item {
  border-top: 1px solid rgba(8, 122, 120, 0.08);
}

.netpadel-student-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: #17211f;
  font: inherit;
  font-size: 1rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.netpadel-student-faq-symbol::before {
  content: "+";
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #e9f8f3;
  color: #087a78;
}

.netpadel-student-faq-question[aria-expanded="true"] .netpadel-student-faq-symbol::before {
  content: "−";
}

.netpadel-student-faq-answer {
  padding: 0 22px 20px;
  color: #53615e;
  line-height: 1.55;
}

.netpadel-student-faq-answer p {
  margin: 0;
}

.netpadel-student-contact-card {
  padding: 24px;
}

.netpadel-student-contact-form {
  display: grid;
  gap: 16px;
}

.netpadel-student-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.netpadel-student-contact-form label {
  display: grid;
  gap: 8px;
  color: #25312f;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.netpadel-student-contact-form input,
.netpadel-student-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(8, 122, 120, 0.14);
  border-radius: 14px;
  background: #f8fbfa;
  color: #17211f;
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.netpadel-student-contact-form input {
  min-height: 48px;
  padding: 0 14px;
}

.netpadel-student-contact-form textarea {
  min-height: 180px;
  padding: 14px;
  resize: vertical;
}

.netpadel-student-contact-form input[readonly] {
  color: #687572;
}

.netpadel-student-contact-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.netpadel-student-contact-counter {
  color: #687572;
  font-size: 0.82rem;
}

.netpadel-student-contact-actions button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(45, 212, 191, 0.42);
  border-radius: 16px;
  background: rgba(220, 252, 245, 0.82);
  color: #087a78;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.netpadel-student-contact-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.netpadel-student-contact-notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.9rem;
}

.netpadel-student-contact-notice.success {
  border: 1px solid rgba(8, 122, 120, 0.18);
  background: #e6f8f2;
  color: #087a78;
}

.netpadel-student-contact-notice.error {
  border: 1px solid rgba(185, 28, 28, 0.14);
  background: #fff1f1;
  color: #9f1d1d;
}

@media (max-width: 720px) {
  .netpadel-app-footer {
    margin-top: 22px;
  }

  .netpadel-app-footer__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 22px 26px;
  }

  .netpadel-app-footer__logo-link {
    max-width: 154px;
  }

  .netpadel-app-footer__logo {
    width: 126px;
  }

  .netpadel-app-footer__links {
    gap: 12px;
  }

  .netpadel-app-footer__links a {
    font-size: 1rem;
  }

  .netpadel-app-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 22px;
  }

  .netpadel-student-page-main {
    padding: 28px 16px 52px;
  }

  .netpadel-student-contact-grid,
  .netpadel-student-contact-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
}

/* Footer y tarjeta de grupo del área de alumnos */
.np-student-group-card {
  position: relative !important;
  display: flex !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  min-height: 360px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 122, 120, 0.08) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #ffffff 0%, #f1faf7 100%) !important;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07) !important;
  color: #17211f !important;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.np-student-group-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(138, 242, 199, 0.14);
  pointer-events: none;
}

.np-student-group-card__head,
.np-student-group-card__names,
.np-student-group-card__mates {
  position: relative;
  z-index: 1;
}

.np-student-group-card__kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
  color: #087a78 !important;
  font-size: 0.68rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.np-student-group-card__kicker-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-group-card h2 {
  max-width: 220px;
  margin: 0 !important;
  color: #101817 !important;
  font-size: 1.35rem !important;
  font-weight: 650 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;
}

.np-student-group-card__names {
  margin: 22px 0 0 !important;
  color: #53615e !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.np-student-group-slider {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
}

.np-student-group-slide {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.np-student-group-slide[hidden] {
  display: none !important;
}

.np-student-group-card__summary {
  margin: 0 0 8px !important;
  color: #7a8b87 !important;
  font-size: 0.66rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.np-student-group-card__mates {
  display: grid !important;
  gap: 6px !important;
  width: 100% !important;
  margin: 0 !important;
  flex: 0 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 0 2px 0 0 !important;
}

.np-student-group-mate {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.np-student-group-mate__initials {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(18, 60, 55, 0.12) !important;
  background: rgba(183, 243, 220, 0.42) !important;
  color: #123c37 !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}

.np-student-group-mate__body {
  display: block !important;
  min-width: 0 !important;
}

.np-student-group-mate__body strong {
  display: block !important;
  overflow: hidden !important;
  color: #17211f !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.np-student-group-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.np-student-group-slider__arrow {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(8, 122, 120, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #087a78;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(15, 39, 36, 0.07);
}

.np-student-group-slider__arrow svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-student-group-slider__label {
  min-width: 96px;
  color: #7a8b87;
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.np-student-group-slider__controls--single {
  justify-content: center;
}

.np-student-group-slider__controls--single .np-student-group-slider__label {
  min-width: 0;
}

.np-student-area-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #eef8f5 0%, #f8fbfa 48%, #ffffff 100%) !important;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.06) !important;
  color: #17211f !important;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  box-sizing: border-box !important;
}

.np-student-area-footer,
.np-student-area-footer * {
  box-sizing: border-box !important;
  font-family: inherit !important;
}

.np-student-area-footer__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.8fr) minmax(190px, 0.8fr) !important;
  gap: 34px !important;
  padding: 30px 34px 26px !important;
}

.np-student-area-footer__logo-link {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 170px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.np-student-area-footer__logo {
  display: block !important;
  width: 158px !important;
  max-width: 100% !important;
  height: auto !important;
}

.np-student-area-footer__brand p {
  max-width: 390px !important;
  margin: 18px 0 0 !important;
  color: #60706c !important;
  font-size: 0.88rem !important;
  font-weight: 450 !important;
  line-height: 1.55 !important;
}

.np-student-area-footer__column h2 {
  margin: 0 0 14px !important;
  color: #087a78 !important;
  font-size: 0.68rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.np-student-area-footer__links {
  display: grid !important;
  gap: 9px !important;
}

.np-student-area-footer__links a,
.np-student-area-footer__bottom a {
  width: max-content !important;
  max-width: 100% !important;
  color: #53615e !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

.np-student-area-footer__links a:hover,
.np-student-area-footer__links a:focus,
.np-student-area-footer__bottom a:hover,
.np-student-area-footer__bottom a:focus {
  color: #087a78 !important;
  outline: none !important;
}

.np-student-area-footer__contact-links {
  display: flex !important;
  max-width: 240px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.np-student-area-footer__contact-links a {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  border: 1px solid rgba(8, 122, 120, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.64) !important;
  color: #087a78 !important;
}

.np-student-area-footer__contact-links a:hover,
.np-student-area-footer__contact-links a:focus {
  border-color: rgba(8, 122, 120, 0.26) !important;
  background: rgba(220, 252, 245, 0.72) !important;
  color: #065f5d !important;
}

.np-student-area-footer__contact-links svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.np-student-area-footer__social-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: 4px !important;
  padding-left: 12px !important;
  border-left: 1px solid rgba(8, 122, 120, 0.12) !important;
}

.np-student-area-footer__social-label {
  color: #7a8b87 !important;
  font-size: 0.64rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.np-student-area-footer__links a:focus-visible,
.np-student-area-footer__bottom a:focus-visible,
.np-student-area-footer__logo-link:focus-visible {
  outline: 2px solid rgba(8, 122, 120, 0.35) !important;
  outline-offset: 4px !important;
}

.np-student-area-footer__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 15px 34px !important;
  border-top: 1px solid rgba(8, 122, 120, 0.09) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  color: #74827f !important;
  font-size: 0.76rem !important;
  font-weight: 450 !important;
  line-height: 1.35 !important;
}

@media (max-width: 1100px) {
  .np-student-group-card {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    min-height: 210px !important;
  }
}

@media (max-width: 720px) {
  .np-student-group-card {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 190px !important;
    padding: 24px !important;
  }

  .np-student-area-footer__inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 26px 22px !important;
  }

  .np-student-area-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px 22px !important;
  }
}


/* =========================================================
   Corrección definitiva de estructura del dashboard
   ========================================================= */
.np-student-dashboard-intro {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 18px;
  text-align: left !important;
}

.np-student-partners-row {
  display: block !important;
  width: 100%;
  min-width: 0;
  min-height: 50px !important;
  height: 50px !important;
  margin: 14px 0 24px;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.np-student-powered-strip {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 50px !important;
  height: 50px !important;
  align-self: end !important;
  align-content: center !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #087a78 !important;
  text-align: left !important;
  pointer-events: auto !important;
}

.np-student-partners-row .np-student-powered-strip {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: 100%;
  pointer-events: auto !important;
}

.np-student-powered-strip .np-student-partners {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  justify-self: stretch !important;
  overflow: hidden !important;
}

.np-student-powered-strip .np-student-partners__label {
  justify-self: start !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.np-student-powered-strip .np-student-partners__viewport {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 34px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.np-student-powered-strip .np-student-partners__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  flex-shrink: 0 !important;
  animation: np-student-partners-marquee 34s linear infinite !important;
}

.np-student-powered-strip .np-student-partners__group {
  display: flex !important;
  align-items: center !important;
  gap: 72px !important;
  padding-right: 72px !important;
  flex-shrink: 0 !important;
}

.np-student-powered-strip .np-student-partners__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.np-student-powered-strip .np-student-partners__logo {
  display: block !important;
  width: auto !important;
  height: 30px !important;
  max-width: 136px !important;
  flex-shrink: 0 !important;
  object-fit: contain !important;
}

.np-student-next-countdown {
  display: grid;
  justify-items: end;
  gap: 5px;
  min-width: 168px;
  color: #087a78;
  font-family: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-align: right;
  text-transform: uppercase;
}

.np-student-next-countdown span,
.np-student-next-countdown strong {
  display: block;
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
}

.np-student-next-countdown span {
  font-weight: 650;
}

.np-student-next-countdown strong {
  color: #17211f;
  font-weight: 700;
}

.np-student-dashboard-welcome {
  display: grid;
  width: fit-content;
  max-width: 100%;
  justify-items: end;
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}

.np-student-dashboard-welcome p {
  margin: 0 0 6px;
  color: #087a78;
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.np-student-dashboard-welcome h1 {
  margin: 0;
  color: #17211f;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.np-student-home-banner {
  width: 100%;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 22px;
}

.np-student-home-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.np-student-dashboard-top-row {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr) minmax(260px, 1fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
}

.np-student-dashboard-top-row > .np-student-dashboard-feature,
.np-student-dashboard-top-row > .np-student-group-card {
  min-height: 0 !important;
  height: auto !important;
}

.np-student-dashboard-top-row .np-student-upcoming-classes {
  grid-column: 1 !important;
  grid-row: 1 !important;
  overflow: hidden !important;
}

.np-student-dashboard-top-row .np-student-dashboard-feature-center {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.np-student-dashboard-top-row .np-student-group-card {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.np-student-next-card {
  min-height: 100% !important;
  height: auto !important;
}

.np-student-next-list {
  flex: 1 1 auto !important;
}

.np-student-view-all-classes {
  position: static !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-height: 38px !important;
  margin: 12px 0 0 !important;
  padding: 10px 0 0 !important;
  box-sizing: border-box !important;
}

.np-student-partners {
  display: flex !important;
  align-items: center !important;
  align-self: start !important;
  gap: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 34px !important;
  min-height: 0 !important;
  max-height: 34px !important;
  margin: 8px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.netpadel-student-page main.np-student-main > section.np-student-partners {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 0 !important;
  max-height: 34px !important;
  margin: 8px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.np-student-partners__label {
  flex: 0 0 auto;
  color: #087a78 !important;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.np-student-partners__viewport {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 34px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.np-student-partners__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  will-change: transform;
  animation: np-student-partners-marquee 34s linear infinite;
}

.np-student-partners:hover .np-student-partners__track {
  animation-play-state: paused;
}

.np-student-partners__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 72px;
  padding-right: 72px;
}

.np-student-partners__item {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.np-student-partners__logo {
  display: block;
  width: auto;
  max-width: 136px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}

.np-student-partners__item--espacio-movil .np-student-partners__logo,
.np-student-partners__item--chicon .np-student-partners__logo {
  max-width: 136px;
}

.np-student-partners__item--bach .np-student-partners__logo {
  max-width: 72px;
  height: 23px;
}

.np-student-partners__item--farmafeliz .np-student-partners__logo {
  max-width: 72px;
  height: 23px;
}

.np-student-partners__item--drop-shot .np-student-partners__logo {
  max-width: 118px;
}

.np-student-partners__item--pla .np-student-partners__logo {
  max-width: 110px;
}

.np-student-partners__item--grumatel .np-student-partners__logo {
  max-width: 138px;
}

@keyframes np-student-partners-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.np-student-dashboard-bottom-row {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
}

.np-student-dashboard-bottom-row > .np-student-weekly-tips-card {
  display: grid !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.np-student-dashboard-bottom-row > .np-student-rules-card {
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 180px !important;
  min-height: 180px !important;
  margin: 0 !important;
}

.np-student-area-footer {
  margin-top: 0 !important;
}

@media (max-width: 1100px) {
  .np-student-dashboard-top-row {
    grid-template-columns: minmax(230px, 1fr) minmax(0, 1.7fr) !important;
  }

  .np-student-dashboard-top-row .np-student-group-card {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    min-height: 210px !important;
  }

  .np-student-dashboard-bottom-row {
    grid-template-columns: 1fr !important;
  }

  .np-student-dashboard-bottom-row > .np-student-weekly-tips-card,
  .np-student-dashboard-bottom-row > .np-student-rules-card {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .np-student-partners {
    gap: 10px;
    padding: 0;
  }

  .np-student-partners__group {
    gap: 56px;
    padding-right: 56px;
  }
}

@media (max-width: 720px) {
  .np-student-dashboard-intro {
    justify-content: flex-start;
  }

  .np-student-next-countdown {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .np-student-dashboard-top-row,
  .np-student-dashboard-bottom-row {
    grid-template-columns: 1fr !important;
  }

  .np-student-dashboard-top-row > .np-student-dashboard-feature,
  .np-student-dashboard-top-row > .np-student-group-card {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: auto !important;
  }

  .np-student-dashboard-bottom-row > .np-student-weekly-tips-card {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .np-student-partners {
    gap: 9px;
    height: 30px !important;
    max-height: 30px !important;
    margin: 8px 0;
    padding: 0;
  }

  .netpadel-student-page main.np-student-main > section.np-student-partners {
    height: 30px !important;
    max-height: 30px !important;
  }

  .np-student-partners__track {
    animation-duration: 30s;
  }

  .np-student-partners__group {
    gap: 42px;
    padding-right: 42px;
  }

  .np-student-partners__item {
    flex-shrink: 0;
  }

  .np-student-partners__logo {
    max-width: 104px;
    height: 27px;
  }

  .np-student-partners__viewport {
    height: 30px;
  }

  .np-student-partners__item--espacio-movil .np-student-partners__logo,
  .np-student-partners__item--chicon .np-student-partners__logo {
    max-width: 104px;
  }

  .np-student-partners__item--bach .np-student-partners__logo,
  .np-student-partners__item--farmafeliz .np-student-partners__logo {
    max-width: 62px;
    height: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-student-partners__viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: thin;
  }

  .np-student-partners__track {
    animation: none;
  }

  .np-student-partners__group[aria-hidden="true"] {
    display: none;
  }
}


/* Ajuste final: cards compactas y footer visible tras la segunda fila */
.np-student-dashboard-top-row {
  align-items: stretch !important;
  margin-bottom: 18px !important;
}

.np-student-dashboard-top-row .np-student-upcoming-classes,
.np-student-dashboard-top-row .np-student-dashboard-feature-center,
.np-student-dashboard-top-row .np-student-group-card {
  align-self: stretch !important;
  min-height: 0 !important;
}

.np-student-next-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
}

.np-student-next-list {
  flex: 1 1 auto !important;
}

.np-student-view-all-classes {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 14px 0 0 !important;
  box-sizing: border-box !important;
}

.np-student-dashboard-bottom-row {
  margin-bottom: 14px !important;
}

.np-student-area-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 1px !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  overflow: visible !important;
}

.np-student-main,
.np-student-dashboard,
.np-student-dashboard-content {
  height: auto !important;
  min-height: 0 !important;
  overflow-y: visible !important;
}


/* =========================================================
   Ajuste cards promocionales: imagen limpia y normativa igual
   ========================================================= */
.np-student-dashboard-bottom-row {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.np-student-dashboard-bottom-row > .np-student-weekly-tips-card {
  grid-column: 1 / span 2 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.np-student-dashboard-bottom-row .np-student-weekly-tip-empty-card {
  display: block !important;
  height: 180px !important;
  min-height: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.18s ease;
}

.np-student-dashboard-bottom-row .np-student-weekly-tip-empty-card:hover,
.np-student-dashboard-bottom-row .np-student-weekly-tip-empty-card:focus {
  transform: translateY(-1px);
}

.np-student-dashboard-bottom-row .np-student-weekly-tip-card-image {
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  object-position: center !important;
  box-shadow: none !important;
}

.np-student-dashboard-bottom-row > .np-student-rules-card {
  grid-column: auto !important;
  width: 100% !important;
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.np-student-extra-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.np-student-extra-card {
  min-width: 0 !important;
  height: 180px !important;
  min-height: 180px !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 122, 120, 0.08) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07) !important;
  box-sizing: border-box !important;
}

.np-student-extra-card .np-student-weekly-tip-card-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  object-position: center !important;
  box-shadow: none !important;
}

.np-student-extra-card--small {
  grid-column: 1 / span 1 !important;
}

.np-student-extra-card--wide {
  grid-column: 2 / span 3 !important;
}

.np-student-month-status-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 24px !important;
  overflow: hidden !important;
}

.np-student-month-status-card__body {
  display: grid !important;
  align-content: stretch !important;
  flex: 1 1 auto !important;
  gap: 10px !important;
}

.np-student-month-status-card__kicker {
  color: #087a78 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.np-student-month-status-card__month {
  width: fit-content !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(220, 252, 245, 0.68) !important;
  color: #087a78 !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.np-student-month-status-card__main {
  display: grid !important;
  gap: 9px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.np-student-month-status-card__amount {
  margin: 0 !important;
  color: #17211f !important;
  font-size: clamp(1.35rem, 1.75vw, 1.75rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

.np-student-month-status-card__badge {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

.np-student-month-status-card__badge::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: currentColor !important;
}

.np-student-month-status-card__badge.is-paid {
  background: rgba(183, 243, 220, 0.45) !important;
  color: #087a78 !important;
}

.np-student-month-status-card__badge.is-pending {
  background: rgba(254, 243, 199, 0.72) !important;
  color: #9a5b09 !important;
}

.np-student-month-status-card__detail {
  display: block !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  color: #687572 !important;
  font-size: 0.70rem !important;
  font-weight: 550 !important;
  line-height: 1.35 !important;
}

.np-student-community-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 28px 32px !important;
  overflow: hidden !important;
}

.np-student-community-card__body {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 1 1 auto !important;
  gap: 24px !important;
}

.np-student-community-card__content {
  min-width: 0 !important;
}

.np-student-community-card__header {
  margin-bottom: 0 !important;
}

.np-student-community-card__kicker {
  display: block !important;
  margin: 0 0 8px !important;
  color: #087a78 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.np-student-community-card h2 {
  margin: 0 0 10px !important;
  color: #17211f !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.np-student-community-card p {
  max-width: 560px !important;
  margin: 0 !important;
  color: #53615e !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

.np-student-community-card__status {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 18px !important;
  border: 1px solid rgba(8, 122, 120, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(220, 252, 245, 0.7) !important;
  color: #087a78 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

.np-student-birthday-modal,
.np-student-birthday-celebration {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483200 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
}

.np-student-birthday-modal[hidden],
.np-student-birthday-celebration[hidden] {
  display: none !important;
}

.np-student-birthday-modal__backdrop,
.np-student-birthday-celebration__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(7, 16, 15, 0.42) !important;
  backdrop-filter: blur(8px) !important;
}

.np-student-birthday-modal__dialog,
.np-student-birthday-celebration__dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 620px) !important;
  max-height: min(86vh, 760px) !important;
  overflow: auto !important;
}

.np-student-birthday-modal__close,
.np-student-birthday-celebration__close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 2 !important;
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center !important;
  border: 1px solid rgba(8, 122, 120, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #17211f !important;
  font: inherit !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.np-student-birthday-card {
  display: grid !important;
  gap: 14px !important;
  padding: 24px !important;
  border: 1px solid rgba(8, 122, 120, 0.08) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 38px rgba(15, 39, 36, 0.07) !important;
}

.np-student-birthday-modal .np-student-birthday-card {
  padding-top: 28px !important;
}

.np-student-birthday-card__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.np-student-birthday-card__nav {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.np-student-birthday-card__nav strong {
  min-width: 140px !important;
  color: #17211f !important;
  font-size: 0.95rem !important;
  font-weight: 750 !important;
  text-align: center !important;
}

.np-student-birthday-card__nav button {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  place-items: center !important;
  border: 1px solid rgba(8, 122, 120, 0.14) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #087a78 !important;
  font: inherit !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.np-student-birthday-card__nav button:hover,
.np-student-birthday-card__nav button:focus {
  border-color: rgba(8, 122, 120, 0.36) !important;
  background: rgba(220, 252, 245, 0.58) !important;
  outline: none !important;
}

.np-student-birthday-weekdays,
.np-student-birthday-grid {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.np-student-birthday-weekdays span {
  color: #7a8b87 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.np-student-birthday-day {
  position: relative !important;
  display: grid !important;
  min-height: 38px !important;
  place-items: center !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: #f8fbfa !important;
  color: #53615e !important;
  font: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
}

button.np-student-birthday-day {
  cursor: pointer !important;
}

.np-student-birthday-day.is-empty {
  background: transparent !important;
}

.np-student-birthday-day.has-birthday {
  border-color: rgba(8, 122, 120, 0.16) !important;
  background: rgba(220, 252, 245, 0.54) !important;
  color: #087a78 !important;
}

.np-student-birthday-day.is-selected {
  border-color: rgba(8, 122, 120, 0.36) !important;
  box-shadow: inset 0 0 0 1px rgba(8, 122, 120, 0.18) !important;
}

.np-student-birthday-dot {
  position: absolute !important;
  right: 8px !important;
  bottom: 7px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #087a78 !important;
}

.np-student-birthday-detail {
  min-height: 52px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(8, 122, 120, 0.08) !important;
  border-radius: 16px !important;
  background: #f8fbfa !important;
}

.np-student-birthday-detail p,
.np-student-birthday-detail strong {
  margin: 0 !important;
  color: #53615e !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}

.np-student-birthday-detail strong {
  display: block !important;
  color: #17211f !important;
  font-weight: 750 !important;
}

.np-student-birthday-detail ul {
  display: grid !important;
  gap: 4px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.np-student-birthday-detail li {
  color: #087a78 !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.np-student-birthday-celebration__dialog {
  display: grid !important;
  justify-items: center !important;
  gap: 14px !important;
  padding: 42px 36px 34px !important;
  border: 1px solid rgba(8, 122, 120, 0.10) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(183, 243, 220, 0.55), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(255, 214, 102, 0.22), transparent 24%),
    #ffffff !important;
  box-shadow: 0 30px 85px rgba(7, 16, 15, 0.24) !important;
  text-align: center !important;
}

.np-student-birthday-celebration__dialog::before,
.np-student-birthday-celebration__dialog::after {
  content: "" !important;
  position: absolute !important;
  width: 86px !important;
  height: 86px !important;
  border-radius: 999px !important;
  border: 1px dashed rgba(8, 122, 120, 0.18) !important;
  pointer-events: none !important;
}

.np-student-birthday-celebration__dialog::before {
  left: 24px !important;
  top: 24px !important;
}

.np-student-birthday-celebration__dialog::after {
  right: 30px !important;
  bottom: 28px !important;
}

.np-student-birthday-celebration__icon {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  border-radius: 18px !important;
  background: rgba(220, 252, 245, 0.78) !important;
  color: #087a78 !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
}

.np-student-birthday-celebration__kicker {
  margin: 0 !important;
  color: #087a78 !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.np-student-birthday-celebration h2 {
  max-width: 500px !important;
  margin: 0 !important;
  color: #17211f !important;
  font-size: clamp(1.75rem, 4vw, 2.55rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.np-student-birthday-celebration ul {
  display: grid !important;
  gap: 7px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.np-student-birthday-celebration li {
  color: #087a78 !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
}

.np-student-birthday-celebration__ok {
  min-height: 44px !important;
  margin-top: 8px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(45, 212, 191, 0.42) !important;
  border-radius: 16px !important;
  background: rgba(220, 252, 245, 0.82) !important;
  color: #087a78 !important;
  font: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 750 !important;
  cursor: pointer !important;
}

@media (max-width: 1100px) {
  .np-student-dashboard-bottom-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .np-student-dashboard-bottom-row > .np-student-weekly-tips-card {
    grid-column: 1 / -1 !important;
  }

  .np-student-dashboard-bottom-row > .np-student-rules-card {
    grid-column: 1 / -1 !important;
  }

  .np-student-extra-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .np-student-extra-card--small,
  .np-student-extra-card--wide {
    grid-column: auto !important;
  }

  .np-student-community-card {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 720px) {
  .np-student-dashboard-bottom-row {
    grid-template-columns: 1fr !important;
  }

  .np-student-dashboard-bottom-row > .np-student-weekly-tips-card {
    grid-template-columns: 1fr !important;
  }

  .np-student-dashboard-bottom-row > .np-student-rules-card {
    grid-column: 1 !important;
  }

  .np-student-extra-cards {
    grid-template-columns: 1fr !important;
  }

  .np-student-extra-card--small,
  .np-student-extra-card--wide {
    grid-column: 1 !important;
  }

  .np-student-birthday-card {
    padding: 20px !important;
  }

  .np-student-birthday-modal,
  .np-student-birthday-celebration {
    padding: 14px !important;
  }

  .np-student-birthday-celebration__dialog {
    padding: 38px 24px 28px !important;
  }

  .np-student-birthday-card__head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .np-student-birthday-card__nav {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .np-student-birthday-card__nav strong {
    min-width: 0 !important;
  }

  .np-student-birthday-weekdays,
  .np-student-birthday-grid {
    gap: 5px !important;
  }

  .np-student-birthday-day {
    min-height: 34px !important;
    border-radius: 10px !important;
    font-size: 0.8rem !important;
  }
}

/* Ajuste final: tipografía y hover limpio del menú alumno */
.np-student-app,
.np-student-app *,
.np-student-area-footer,
.np-student-area-footer * {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#np-student-live-topbar .np-student-topbar-link,
#np-student-live-topbar button.np-student-topbar-link {
  background: transparent !important;
  box-shadow: none !important;
  transform-origin: center;
}

#np-student-live-topbar .np-student-topbar-link:hover,
#np-student-live-topbar .np-student-topbar-link:focus,
#np-student-live-topbar .np-student-topbar-link.is-active {
  background: transparent !important;
  box-shadow: none !important;
  color: #b7f3dc !important;
  transform: scale(1.06) !important;
}


/* Modal de confirmación tras un registro de alumno correcto */
body.np-modal-open {
  overflow: hidden !important;
}

.np-registration-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100001 !important;
  display: grid !important;
  width: 100vw !important;
  min-height: 100dvh !important;
  padding: 24px !important;
  place-items: center !important;
  background: rgba(15, 23, 21, 0.58) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.np-registration-modal[hidden] {
  display: none !important;
}

.np-registration-modal-card {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 520px) !important;
  padding: 36px 34px 32px !important;
  border: 1px solid rgba(8, 122, 120, 0.12) !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 30px 90px rgba(15, 39, 36, 0.24) !important;
  color: #17211f !important;
  text-align: center !important;
}

.np-registration-modal-card .np-modal-check {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 18px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #e6f8f2 !important;
  color: #087a78 !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.np-registration-modal-card h2 {
  margin: 0 0 16px !important;
  color: #17211f !important;
  font-size: clamp(1.65rem, 4vw, 2.15rem) !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

.np-registration-modal-card p {
  margin: 0 0 10px !important;
  color: #5c6a67 !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.np-registration-modal-card [data-modal-agree] {
  display: inline-flex !important;
  min-width: 170px !important;
  min-height: 50px !important;
  margin-top: 18px !important;
  padding: 13px 24px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(8, 122, 120, 0.18) !important;
  border-radius: 14px !important;
  background: #087a78 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(8, 122, 120, 0.18) !important;
  font: inherit !important;
  font-size: 0.96rem !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.np-registration-modal-card [data-modal-agree]:hover,
.np-registration-modal-card [data-modal-agree]:focus {
  background: #066a68 !important;
  outline: none !important;
}

@media (max-width: 600px) {
  .np-registration-modal {
    padding: 18px !important;
  }

  .np-registration-modal-card {
    padding: 30px 22px 26px !important;
    border-radius: 20px !important;
  }
}

/* Cabeceras negras de Próximas clases y Mi equipo. */
.np-student-dashboard-top-row .np-student-feature-tab,
.np-student-extra-cards .np-student-feature-tab {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  display: flex !important;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  margin: -22px -22px 20px !important;
  padding: 0 22px !important;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(138, 242, 199, 0.10), transparent 30%),
    linear-gradient(135deg, #090b0b 0%, #0d1110 100%) !important;
  color: #ffffff !important;
}

.np-student-dashboard-top-row .np-student-feature-tab > *,
.np-student-extra-cards .np-student-feature-tab > * {
  position: relative;
  z-index: 3;
}

.np-student-dashboard-top-row .np-student-feature-tab::before,
.np-student-extra-cards .np-student-feature-tab::before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -64px;
  z-index: 1;
  width: 210px;
  height: 112px;
  border: 1px solid rgba(138, 242, 199, 0.24);
  border-radius: 50%;
  background: rgba(138, 242, 199, 0.045);
  box-shadow:
    0 0 0 22px rgba(138, 242, 199, 0.018),
    0 0 0 46px rgba(138, 242, 199, 0.010);
  transform: rotate(-12deg);
  pointer-events: none;
}

.np-student-dashboard-top-row .np-student-feature-tab::after,
.np-student-extra-cards .np-student-feature-tab::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 48%;
  height: 100%;
  background-image: repeating-linear-gradient(
    135deg,
    transparent 0,
    transparent 10px,
    rgba(138, 242, 199, 0.10) 10px,
    rgba(138, 242, 199, 0.10) 11px
  );
  opacity: 0.56;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.88) 72%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.88) 72%);
  pointer-events: none;
}

.np-student-dashboard-top-row .np-student-feature-tab,
.np-student-dashboard-top-row .np-student-feature-tab span,
.np-student-extra-cards .np-student-feature-tab,
.np-student-extra-cards .np-student-feature-tab span {
  color: #ffffff !important;
}

.np-student-dashboard-top-row .np-student-feature-tab svg,
.np-student-extra-cards .np-student-feature-tab svg {
  color: #8af2c7 !important;
  stroke: currentColor !important;
}

/* Próximas clases: compensación exacta del padding de 22px. */
.np-student-dashboard-top-row .np-student-upcoming-classes {
  overflow: hidden !important;
}

/* Mi equipo usa padding de 28px en su card. */
.np-student-dashboard-top-row .np-student-group-card {
  overflow: hidden !important;
}

.np-student-dashboard-top-row .np-student-group-card > .np-student-feature-tab {
  margin: -28px -28px 22px !important;
  padding: 0 28px !important;
}

.np-student-dashboard-top-row .np-student-weekly-tip .np-student-feature-tab {
  margin: -32px -32px 24px !important;
  padding: 0 32px !important;
}

.np-student-month-status-card > .np-student-feature-tab {
  margin: -24px -24px 20px !important;
  padding: 0 24px !important;
}

.np-student-community-card > .np-student-feature-tab {
  margin: -28px -32px 22px !important;
  padding: 0 32px !important;
}

/* Variación sutil para Mi equipo. */
.np-student-dashboard-top-row .np-student-group-card > .np-student-feature-tab::before {
  right: -24px;
  bottom: -72px;
  width: 230px;
  height: 126px;
}

@media (max-width: 720px) {
  .np-student-dashboard-top-row .np-student-feature-tab,
  .np-student-dashboard-top-row .np-student-group-card > .np-student-feature-tab,
  .np-student-extra-cards .np-student-feature-tab {
    min-height: 50px;
    margin: -20px -20px 18px !important;
    padding: 0 20px !important;
  }
}
