html:has(.ntlp),
.ntlp-virtual-page,
body:has(.ntlp) {
  margin: 0 !important;
  background: #08172c !important;
  overflow-x: hidden !important;
}

body:has(.ntlp) .wp-site-blocks,
body:has(.ntlp) .site,
body:has(.ntlp) .site-main,
body:has(.ntlp) .content-area,
body:has(.ntlp) .entry-content,
body:has(.ntlp) .wp-block-post-content,
body:has(.ntlp) main:not(.ntlp *),
body:has(.ntlp) article:not(.ntlp *),
body:has(.ntlp) .wp-block-group:not(.ntlp *) {
  max-width: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #08172c !important;
  overflow-x: hidden !important;
}

body:has(.ntlp) > .wp-site-blocks > header,
body:has(.ntlp) > .wp-site-blocks > footer,
body:has(.ntlp-login-screen) header:not(.ntlp *),
body:has(.ntlp-login-screen) footer:not(.ntlp *) {
  display: none !important;
}

.ntlp,
.ntlp * {
  box-sizing: border-box;
}

.ntlp {
  --bg: #08172c;
  --panel: rgba(12, 30, 53, .92);
  --panel-2: rgba(15, 38, 68, .9);
  --line: rgba(148, 188, 226, .22);
  --text: #f6fbff;
  --muted: #a9b8c8;
  --soft: #d9fff5;
  --accent: #2fb79b;
  --green-line: rgba(54, 220, 180, .78);
  --blue: #3b8eea;
  --danger: #ff6868;
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--text);
  background: linear-gradient(145deg, #061021 0%, var(--bg) 54%, #071527 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.ntlp-app {
  min-height: 100vh;
  background: transparent;
}

.ntlp-app-layout {
  display: block;
  min-height: 100vh;
}

.ntlp-app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 100vh;
  padding: 0 14px 8px;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 34% 8%, rgba(47, 183, 155, .18), transparent 28%),
    linear-gradient(180deg, #071527 0%, #0d223a 100%);
  color: #eef7ff;
}

body.admin-bar .ntlp-app-sidebar {
  top: 32px;
  height: calc(100vh - 32px);
}

body.admin-bar .ntlp-app-main {
  padding-top: 20px;
}

.ntlp-app-logo {
  display: grid;
  gap: 9px;
  justify-items: center;
  align-items: start;
  min-height: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 188, 226, .14);
  text-align: center;
}

.ntlp-app-logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  border: 1px solid rgba(217, 255, 245, .28);
  border-radius: 13px;
  background:
    radial-gradient(circle at 42% 38%, rgba(217, 255, 245, .95) 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(47, 183, 155, .52), transparent 56%),
    rgba(255, 255, 255, .07);
  color: #d9fff5;
  font-size: 13px;
  font-weight: 950;
}

.ntlp-app-logo-img {
  display: block;
  width: min(100%, 174px);
  min-width: 0;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(217, 255, 245, .24);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 22px rgba(47, 183, 155, .16);
}

.ntlp-app-logo b,
.ntlp-app-logo small {
  display: block;
}

.ntlp-app-logo span {
  display: grid;
  gap: 1px;
  min-width: 0;
  justify-items: center;
}

.ntlp-app-logo b {
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.ntlp-app-logo small {
  color: rgba(238, 247, 255, .62);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
}

.ntlp-app-nav-label {
  margin: 0 10px 6px;
  color: rgba(238, 247, 255, .52);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ntlp-app-nav {
  display: grid;
  gap: 6px;
}

.ntlp-app-nav a,
.ntlp-app-support {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(238, 247, 255, .76);
  font-size: 13px;
  font-weight: 850;
}

.ntlp-app-nav a:hover,
.ntlp-app-nav a.ntlp-active {
  border-color: rgba(217, 255, 245, .12);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.ntlp-app-nav a.ntlp-active {
  box-shadow: inset 3px 0 0 var(--accent);
}

.ntlp-app-nav a > span,
.ntlp-app-support > span {
  display: grid;
  place-items: center;
  width: 22px;
  min-width: 22px;
}

.ntlp-app-nav svg,
.ntlp-app-support svg,
.ntlp-app-mobile-nav svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ntlp-app-sidebar-bottom {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.ntlp-app-support {
  gap: 7px;
  min-height: 32px;
  padding: 0 8px;
  border-color: rgba(217, 255, 245, .14);
  background: rgba(255, 255, 255, .07);
  font-size: 10px;
}

.ntlp-app-support > span {
  width: 18px;
  min-width: 18px;
}

.ntlp-app-support b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ntlp-app-user {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.ntlp-app-user > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #062118;
  background: #d9fff5;
  font-weight: 950;
}

.ntlp-app-user b,
.ntlp-app-user a {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ntlp-app-user b {
  color: #fff;
  font-size: 13px;
}

.ntlp-app-user a {
  margin-top: 2px;
  color: rgba(238, 247, 255, .56);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ntlp-app-main {
  min-width: 0;
  margin-left: 230px;
  padding: 20px 28px 82px;
}

.ntlp-app-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-top: 10px;
  margin-bottom: 14px;
  color: rgba(238, 247, 255, .76);
}

.ntlp-app-meta span,
.ntlp-app-meta p {
  min-width: 0;
  color: rgba(238, 247, 255, .72);
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ntlp-app-meta p {
  flex: 0 1 auto;
  margin: 0;
  max-width: none;
  text-align: right;
}

.ntlp-app-meta span {
  flex: 1 1 auto;
}

.ntlp-app-mobile-head,
.ntlp-app-mobile-nav {
  display: none;
}

.ntlp-app-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 176px;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.ntlp-app-continue {
  min-height: 158px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 188, 226, .22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(7, 21, 39, .90) 0%, rgba(7, 21, 39, .78) 55%, rgba(7, 21, 39, .36) 100%),
    var(--ntlp-cover),
    linear-gradient(135deg, #173d64, #071527);
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
  color: #fff;
}

.ntlp-app-continue h1 {
  max-width: 620px;
  margin-bottom: 8px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.02;
}

.ntlp-app-continue p {
  max-width: 680px;
  color: rgba(246, 251, 255, .76);
  font-size: 14px;
}

.ntlp-app-progress {
  gap: 8px;
  padding: 14px;
}

.ntlp-app-progress h2 {
  margin: 0;
  font-size: 14px;
}

.ntlp-app-progress b {
  font-size: 28px;
}

.ntlp-app-progress .ntlp-progress-line {
  height: 7px;
}

.ntlp-course-head,
.ntlp-dashboard-link {
  padding: 20px;
}

.ntlp-course-head h1 {
  font-size: clamp(30px, 4vw, 46px);
}

.ntlp-dashboard-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ntlp-dashboard-link {
  display: block;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ntlp-dashboard-link:hover {
  border-color: rgba(47, 183, 155, .42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.ntlp-placeholder-card {
  padding: 26px;
}

.ntlp-placeholder-card h1 {
  font-size: clamp(30px, 4vw, 48px);
}

.ntlp-app-program {
  display: grid;
  gap: 10px;
}

.ntlp-app-module-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 116px;
  padding: 12px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ntlp-app-module-row[href]:hover {
  border-color: rgba(47, 183, 155, .42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.ntlp-app-module-row.ntlp-completed {
  border-color: rgba(47, 183, 155, .45);
  background: rgba(47, 183, 155, .12);
}

.ntlp-app-module-row.ntlp-locked-path,
.ntlp-app-module-row.ntlp-soon {
  opacity: .72;
}

.ntlp-app-module-row.ntlp-locked-path:hover {
  transform: none;
}

.ntlp-app-module-cover {
  min-height: 86px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(0deg, rgba(7, 21, 39, .12), rgba(7, 21, 39, .18)),
    var(--ntlp-cover),
    linear-gradient(135deg, #173d64, #071527);
  background-position: center;
  background-size: cover;
}

.ntlp-app-module-row .ntlp-module-body {
  padding: 0;
}

.ntlp-app-module-row small {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ntlp-app-module-row h3 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.15;
}

.ntlp-app-module-row p {
  margin-top: 4px;
  font-size: 14px;
}

.ntlp-app-module-status {
  display: inline-flex;
  justify-content: center;
  min-width: 78px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(47, 183, 155, .13);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.ntlp-shell {
  width: min(1180px, calc(100% - 36px));
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 0 50px;
}

.ntlp-card,
.ntlp-hero,
.ntlp-module-hero,
.ntlp-start-card,
.ntlp-module-card,
.ntlp-lesson-row,
.ntlp-ai-card,
.ntlp-main-lesson,
.ntlp-sidebar,
.ntlp-video,
.ntlp-topbar,
.ntlp-topnav {
  min-width: 0;
  max-width: 100%;
}

.ntlp-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding: 11px 0 14px;
  border-bottom: 1px solid rgba(148, 188, 226, .18);
}

.ntlp-brand-mini {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  color: #fff;
  font-weight: 950;
}

.ntlp-brand-mini b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ntlp-brand-mini span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(217, 255, 245, .24);
  border-radius: 50%;
  color: var(--soft);
  background: rgba(217, 255, 245, .06);
  font-size: 13px;
}

.ntlp-topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

.ntlp-topnav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(148, 188, 226, .16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .045);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ntlp-topnav a.ntlp-active {
  color: #062118;
  background: var(--soft);
}

.ntlp-card,
.ntlp-hero,
.ntlp-module-hero,
.ntlp-start-card,
.ntlp-module-card,
.ntlp-lesson-row,
.ntlp-ai-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.ntlp-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ntlp h1,
.ntlp h2,
.ntlp h3,
.ntlp p {
  letter-spacing: 0;
}

.ntlp h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1;
}

.ntlp h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.ntlp h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
}

.ntlp p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.ntlp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(217, 255, 245, .18);
  border-radius: 999px;
  color: #062118;
  background: var(--accent);
  box-shadow: 0 10px 26px rgba(47, 183, 155, .22);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.ntlp-button.ntlp-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.ntlp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 22px;
}

.ntlp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.ntlp-soft-pill,
.ntlp-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--soft);
  background: rgba(217, 255, 245, .08);
  font-size: 12px;
  font-weight: 900;
}

.ntlp-progress-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(217, 255, 245, .15);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.ntlp-progress-card b {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.ntlp-progress-card span {
  color: var(--muted);
  font-weight: 750;
}

.ntlp-progress-line {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 188, 226, .16);
}

.ntlp-progress-line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--blue));
}

.ntlp-ai-card {
  display: block;
  margin-bottom: 26px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(47, 183, 155, .14), rgba(59, 142, 234, .08)),
    var(--panel);
}

.ntlp-ai-card.ntlp-locked {
  border-color: rgba(217, 255, 245, .16);
  background:
    linear-gradient(90deg, rgba(47, 183, 155, .08), rgba(59, 142, 234, .05)),
    var(--panel);
}

.ntlp-ai-card .ntlp-soft-pill {
  margin-top: 18px;
}

.ntlp-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: start;
}

.ntlp-profile-form,
.ntlp-profile-info,
.ntlp-upgrade-card {
  padding: 22px;
}

.ntlp-profile-side {
  display: grid;
  gap: 16px;
}

.ntlp-profile-form label {
  display: block;
  margin: 14px 0 7px;
  color: var(--muted);
  font-weight: 850;
}

.ntlp-profile-form input[type="text"],
.ntlp-profile-form input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(148, 188, 226, .28);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  font: inherit;
}

.ntlp-profile-form input:disabled {
  color: rgba(246, 251, 255, .62);
  background: rgba(255, 255, 255, .035);
}

.ntlp-form-message {
  margin: 8px 0 2px;
  color: var(--soft);
  font-weight: 850;
}

.ntlp-form-error {
  padding: 11px 12px;
  border: 1px solid rgba(255, 104, 104, .5);
  border-radius: 10px;
  color: #ffdede;
  background: rgba(255, 104, 104, .12);
}

.ntlp-profile-info p + p {
  margin-top: 10px;
}

.ntlp-profile-info b {
  color: var(--soft);
}

.ntlp-photo-fields {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 188, 226, .16);
}

.ntlp-photo-fields h2 {
  margin-bottom: 6px;
  font-size: 22px;
}

.ntlp-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ntlp-photo-upload {
  display: grid !important;
  gap: 8px;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
  cursor: pointer;
}

.ntlp-photo-upload > span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px dashed rgba(217, 255, 245, .25);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, .035);
  font-weight: 900;
}

.ntlp-photo-upload img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ntlp-photo-upload b {
  color: #fff;
  font-size: 13px;
}

.ntlp-photo-upload input {
  width: 100%;
  color: var(--muted);
  font-size: 12px;
}

.ntlp-profile-reports,
.ntlp-profile-glazomer {
  padding: 22px;
}

.ntlp-glazomer-history {
  display: grid;
  gap: 10px;
}

.ntlp-glazomer-attempt {
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
}

.ntlp-glazomer-attempt summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  cursor: pointer;
  list-style: none;
}

.ntlp-glazomer-attempt summary::-webkit-details-marker {
  display: none;
}

.ntlp-glazomer-attempt summary b,
.ntlp-glazomer-attempt summary small {
  display: block;
}

.ntlp-glazomer-attempt summary b {
  color: #fff;
  font-size: 14px;
}

.ntlp-glazomer-attempt summary small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.ntlp-glazomer-attempt summary strong {
  flex: 0 0 auto;
  color: var(--soft);
  font-size: 16px;
}

.ntlp-glazomer-breakdown {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px;
}

.ntlp-glazomer-breakdown div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  padding: 9px 10px;
  border-radius: 9px;
  background: rgba(2, 8, 18, .22);
}

.ntlp-glazomer-breakdown span,
.ntlp-glazomer-breakdown small {
  color: var(--muted);
  font-size: 11px;
}

.ntlp-glazomer-breakdown b {
  color: #fff;
  font-size: 13px;
}

.ntlp-glazomer-breakdown small {
  grid-column: 1 / -1;
}

.ntlp-report-list {
  display: grid;
  gap: 10px;
}

.ntlp-report-list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 10px;
  color: var(--soft);
  background: rgba(255, 255, 255, .055);
  font-size: 13px;
  font-weight: 900;
}

.ntlp-upgrade-grid {
  margin-top: 16px;
}

.ntlp-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 14px;
}

.ntlp-section-title:before {
  width: 3px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.ntlp-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ntlp-module-card {
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ntlp-module-card:hover,
.ntlp-lesson-row:hover,
.ntlp-side-lesson:hover {
  transform: translateY(-2px);
}

.ntlp-module-card.ntlp-completed,
.ntlp-lesson-row.ntlp-completed,
.ntlp-side-lesson.ntlp-completed {
  border-color: var(--green-line);
  background: linear-gradient(90deg, rgba(47, 183, 155, .14), rgba(255, 255, 255, .04));
}

.ntlp-locked-path {
  opacity: .56;
  cursor: not-allowed;
}

.ntlp-module-card.ntlp-locked-path,
.ntlp-lesson-row.ntlp-locked-path,
.ntlp-side-lesson.ntlp-locked-path {
  border-color: rgba(148, 188, 226, .13);
  background: rgba(255, 255, 255, .03);
}

.ntlp-locked-path:hover {
  transform: none;
}

.ntlp-soon {
  opacity: .66;
}

.ntlp-cover {
  min-height: 160px;
  background:
    linear-gradient(0deg, rgba(7, 17, 32, .2), rgba(7, 17, 32, .34)),
    var(--ntlp-cover),
    linear-gradient(135deg, #244f7e, #091526);
  background-position: center;
  background-size: cover;
}

.ntlp-cover span {
  display: inline-flex;
  margin: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, .28);
  font-weight: 900;
}

.ntlp-module-body {
  padding: 17px;
}

.ntlp-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ntlp-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.ntlp-module-hero {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 118px;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px;
}

.ntlp-cover-large {
  min-height: 126px;
  border-radius: 10px;
}

.ntlp-ring {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(217, 255, 245, .18);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 900;
}

.ntlp-start-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  padding: 18px;
  background: var(--blue);
}

.ntlp-start-card span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ntlp-start-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.ntlp-start-card b {
  color: #fff;
}

.ntlp-lesson-rows {
  display: grid;
  gap: 13px;
}

.ntlp-lesson-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 78px;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.ntlp-lesson-cover {
  min-height: 92px;
  border-radius: 9px;
}

.ntlp-play {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
}

.ntlp-lesson-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.ntlp-main-lesson {
  padding: 24px;
}

.ntlp-video {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid rgba(217, 255, 245, .16);
  border-radius: 12px;
  background:
    linear-gradient(0deg, rgba(7, 17, 32, .22), rgba(7, 17, 32, .36)),
    var(--ntlp-cover),
    linear-gradient(135deg, #244f7e, #091526);
  background-position: center;
  background-size: cover;
}

.ntlp-video span,
.ntlp-video i {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.ntlp-video span {
  left: 18px;
  top: 16px;
  color: var(--soft);
}

.ntlp-video i {
  right: 18px;
  bottom: 16px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
}

.ntlp-video b {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  padding-left: 4px;
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(0, 0, 0, .24);
  color: #fff;
  font-size: 28px;
}

.ntlp-video-embed {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #020915;
}

.ntlp-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ntlp-text-box {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.ntlp-actions {
  display: flex;
  gap: 12px;
}

.ntlp-resource-actions {
  display: flex;
  margin-top: 16px;
}

.ntlp-resource-actions .ntlp-button {
  width: 100%;
  min-height: 52px;
  font-size: 15px;
}

.ntlp-sidebar {
  display: grid;
  gap: 14px;
}

.ntlp-sidebar .ntlp-card {
  padding: 18px;
  background: var(--panel-2);
}

.ntlp-side-list {
  display: grid;
  gap: 10px;
}

.ntlp-side-lesson {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
}

.ntlp-side-lesson.ntlp-current {
  border-color: rgba(59, 142, 234, .85);
  background: rgba(59, 142, 234, .13);
}

.ntlp-side-cover {
  min-height: 52px;
  border-radius: 8px;
  background: var(--ntlp-cover);
  background-position: center;
  background-size: cover;
}

.ntlp-side-lesson b,
.ntlp-side-lesson span {
  display: block;
}

.ntlp-side-lesson b {
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}

.ntlp-side-lesson span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.ntlp-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(2, 7, 15, .82);
  backdrop-filter: blur(8px);
}

.ntlp-modal.ntlp-open {
  display: flex;
}

.ntlp-modal-card {
  width: min(760px, 100%);
  max-height: calc(100dvh - 36px);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #416078 #0c1e35;
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0c1e35;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.ntlp-question {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.ntlp-question strong,
.ntlp-question legend {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.ntlp-answer {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 5px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.25;
  cursor: pointer;
}

.ntlp-answer input {
  margin-top: 2px;
}

.ntlp-answer.ntlp-correct {
  border-color: rgba(54, 220, 180, .8);
  color: var(--soft);
  background: rgba(47, 183, 155, .14);
}

.ntlp-answer.ntlp-wrong {
  border-color: rgba(255, 104, 104, .8);
  color: #ffdede;
  background: rgba(255, 104, 104, .13);
}

.ntlp-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.ntlp-modal-actions p {
  flex-basis: 100%;
  color: var(--soft);
  font-weight: 800;
}

.ntlp-skip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.ntlp-skip.ntlp-visible {
  display: inline-flex;
  align-items: center;
}

.ntlp-glazomer-tile {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  padding: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ntlp-glazomer-tile[href]:hover {
  border-color: rgba(47, 183, 155, .42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.ntlp-glazomer-tile-cover {
  min-height: 86px;
  border-radius: 10px;
  background:
    linear-gradient(0deg, rgba(7, 21, 39, .15), rgba(7, 21, 39, .26)),
    var(--ntlp-cover),
    linear-gradient(135deg, #173d64, #071527);
  background-position: center;
  background-size: cover;
}

.ntlp-glazomer-card {
  display: grid;
  /* The start/status row is optional; size rows by content, not child position. */
  grid-template-rows: none;
  grid-auto-rows: auto;
  align-content: start;
  gap: 12px;
  width: min(1040px, 100%);
  margin: 0 auto;
  min-height: 620px;
  height: auto;
  max-height: none;
  padding: 18px;
  overflow: hidden;
}

.ntlp-glazomer-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.ntlp-glazomer-head h1 {
  margin-bottom: 2px;
  font-size: clamp(30px, 3vw, 42px);
}

.ntlp-glazomer-head p {
  font-size: 14px;
}

.ntlp-glazomer-score {
  display: grid;
  min-width: 92px;
  padding: 9px 10px;
  border: 1px solid rgba(148, 188, 226, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  text-align: center;
}

.ntlp-glazomer-score span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ntlp-glazomer-score b {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.ntlp-glazomer-progress {
  height: 8px;
}

.ntlp-glazomer-stage {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 0;
}

.ntlp-glazomer-photo {
  width: min(50svh, 600px, 100%);
  max-height: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(217, 255, 245, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .34);
}

.ntlp-glazomer-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ntlp-glazomer-note {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: min(500px, calc(100% - 24px));
  padding: 11px 14px;
  border: 1px solid rgba(148, 188, 226, .22);
  border-radius: 10px;
  background: rgba(3, 8, 20, .9);
  color: var(--muted);
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
}

.ntlp-glazomer-note.ntlp-ok {
  border-color: rgba(54, 220, 180, .5);
  color: var(--soft);
}

.ntlp-glazomer-note.ntlp-bad {
  border-color: rgba(255, 104, 104, .55);
  color: #ffdede;
}

.ntlp-glazomer-answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ntlp-glazomer-answer {
  min-height: 52px;
  border: 1px solid rgba(148, 188, 226, .2);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, .065);
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.ntlp-glazomer-answer:hover,
.ntlp-glazomer-answer:focus-visible {
  border-color: rgba(47, 183, 155, .58);
  outline: none;
  transform: translateY(-1px);
}

.ntlp-glazomer-answer:disabled {
  cursor: default;
  opacity: .84;
  transform: none;
}

.ntlp-glazomer-answer.ntlp-straight {
  background: linear-gradient(135deg, rgba(47, 183, 155, .22), rgba(59, 142, 234, .12));
}

.ntlp-glazomer-answer.ntlp-sloped {
  background: linear-gradient(135deg, rgba(59, 142, 234, .18), rgba(255, 255, 255, .055));
}

.ntlp-glazomer-answer.ntlp-right {
  border-color: rgba(54, 220, 180, .92);
  box-shadow: inset 0 0 0 1px rgba(54, 220, 180, .35);
}

.ntlp-glazomer-answer.ntlp-wrong {
  border-color: rgba(255, 104, 104, .92);
  box-shadow: inset 0 0 0 1px rgba(255, 104, 104, .32);
}

.ntlp-glazomer-result {
  position: absolute;
  inset: 18px;
  z-index: 3;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 19, 36, .97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
  text-align: center;
}

.ntlp-glazomer-result[hidden] {
  display: none;
}

.ntlp-glazomer-result h2 {
  font-size: clamp(34px, 6vw, 68px);
}

.ntlp-glazomer-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ntlp-glazomer-stats div {
  padding: 12px;
  border: 1px solid rgba(148, 188, 226, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
}

.ntlp-glazomer-stats span,
.ntlp-glazomer-stats small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.ntlp-glazomer-stats b {
  display: block;
  color: #fff;
  font-size: 24px;
}

.ntlp-glazomer-context {
  display: none;
  width: min(920px, 100%);
  margin: 16px auto 0;
  padding: 18px;
}

.ntlp-login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: center;
  min-height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ntlp-login-logo {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ntlp-login-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(217, 255, 245, .28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 42%, rgba(217, 255, 245, .95) 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(47, 183, 155, .45), transparent 54%),
    rgba(255, 255, 255, .06);
  box-shadow: 0 0 34px rgba(47, 183, 155, .2);
}

.ntlp-login-brand h1 {
  max-width: 700px;
}

.ntlp-login-brand p {
  max-width: 560px;
  color: #c4d3e4;
  font-size: 18px;
}

.ntlp-login-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ntlp-login-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(217, 255, 245, .16);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(217, 255, 245, .07);
  font-size: 13px;
  font-weight: 850;
}

.ntlp-login-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.ntlp-login-card:before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--blue));
  content: "";
}

.ntlp-login-card h2 {
  font-size: 28px;
}

.ntlp-login-form-wrap form {
  margin: 0;
}

.ntlp-login-card label,
.ntlp-login-card .div_text,
.ntlp-login-card .div_textarea,
.ntlp-login-card .div_select,
.ntlp-login-card legend {
  display: block;
  margin: 12px 0 6px;
  color: var(--muted);
  font-weight: 800;
}

.ntlp-login-card input[type="text"],
.ntlp-login-card input[type="email"],
.ntlp-login-card input[type="password"],
.ntlp-login-card input[type="url"],
.ntlp-login-card select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(148, 188, 226, .28);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  font: inherit;
}

.ntlp-password-field {
  position: relative;
}

.ntlp-password-field input[type="password"],
.ntlp-password-field input[type="text"] {
  padding-right: 92px;
}

.ntlp-password-field button {
  position: absolute;
  top: 50%;
  right: 8px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(148, 188, 226, .25);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
}

.ntlp-remember {
  display: flex !important;
  gap: 8px;
  align-items: center;
  margin-top: 12px !important;
}

.ntlp-remember input {
  width: auto;
}

.ntlp-login-card input[type="text"]:focus,
.ntlp-login-card input[type="email"]:focus,
.ntlp-login-card input[type="password"]:focus {
  border-color: rgba(47, 183, 155, .88);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(47, 183, 155, .12);
}

.ntlp-login-card input[type="submit"],
.ntlp-login-card button[type="submit"] {
  width: 100%;
  min-height: 48px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  color: #062118;
  background: var(--accent);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.ntlp-login-card .button_div,
.ntlp-login-card .submit {
  margin-top: 14px;
}

.ntlp-login-links {
  margin-top: 14px;
  color: var(--muted);
}

.ntlp-login-note {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid rgba(217, 255, 245, .13);
  border-radius: 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, .045);
  font-size: 13px;
}

.ntlp-login-note b {
  color: var(--soft);
}

.ntlp-center {
  display: grid;
  place-items: center;
  min-height: 70vh;
}

@media (max-width: 900px) {
  .ntlp-app-layout {
    display: block;
  }

  .ntlp-app-sidebar {
    width: 204px;
  }

  .ntlp-app-main {
    margin-left: 204px;
  }

  .ntlp-app-hero {
    grid-template-columns: 1fr;
  }

  .ntlp-app-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 12px;
    align-items: center;
  }

  .ntlp-app-progress b {
    text-align: right;
  }

  .ntlp-hero,
  .ntlp-module-hero,
  .ntlp-lesson-grid,
  .ntlp-login-grid,
  .ntlp-profile-grid {
    grid-template-columns: 1fr;
  }

  .ntlp-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ntlp-ring {
    width: 92px;
    height: 92px;
  }

  .ntlp-login-logo {
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  html:has(.ntlp),
  .ntlp-virtual-page,
  body:has(.ntlp) {
    width: 100% !important;
  }

  .ntlp {
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ntlp-shell {
    width: 100%;
    padding: 10px 12px 42px;
  }

  .ntlp-app-layout {
    display: block;
  }

  .ntlp-app-sidebar {
    display: none;
  }

  .ntlp-app-main {
    margin-left: 0;
    padding: 18px 12px calc(92px + env(safe-area-inset-bottom));
  }

  .ntlp-app-meta {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
  }

  .ntlp-app-meta span,
  .ntlp-app-meta p {
    font-size: 10px;
  }

  .ntlp-app-meta p {
    max-width: none;
    text-align: left;
  }

  .ntlp-app-mobile-head {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 188, 226, .16);
  }

  .ntlp-app-mobile-head .ntlp-app-logo {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 46px;
    margin: 0;
  }

  .ntlp-app-mobile-head .ntlp-app-logo-img,
  .ntlp-app-mobile-head .ntlp-app-logo-mark {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 11px;
  }

  .ntlp-app-mobile-head .ntlp-app-logo b {
    font-size: 14px;
  }

  .ntlp-app-mobile-head .ntlp-app-logo small {
    font-size: 10px;
  }

  .ntlp-app-mobile-nav {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    overflow-x: hidden;
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(148, 188, 226, .18);
    background: rgba(7, 21, 39, .96);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
  }

  .ntlp-app-mobile-nav a {
    display: grid;
    place-items: center;
    gap: 2px;
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 4px 2px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
  }

  .ntlp-app-mobile-nav a.ntlp-active {
    color: var(--accent);
    background: rgba(217, 255, 245, .09);
  }

  .ntlp-app-continue {
    min-height: 0;
    padding: 18px;
  }

  .ntlp-app-continue h1 {
    font-size: 28px;
  }

  .ntlp-app-progress {
    border-radius: 12px;
  }

  .ntlp-app-program {
    gap: 10px;
  }

  .ntlp-app-module-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ntlp-app-module-cover {
    min-height: 74px;
  }

  .ntlp-app-module-status {
    grid-column: 2;
    justify-self: start;
  }

  .ntlp-dashboard-links,
  .ntlp-photo-grid {
    grid-template-columns: 1fr;
  }

  .ntlp-glazomer-tile,
  .ntlp-glazomer-head {
    grid-template-columns: 1fr;
  }

  .ntlp-glazomer-tile {
    display: grid;
  }

  .ntlp-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ntlp-topnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    justify-content: flex-start;
  }

  .ntlp-topnav a {
    justify-content: center;
    min-width: 0;
    padding: 0 8px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .ntlp-module-grid,
  .ntlp-lesson-row,
  .ntlp-start-card {
    grid-template-columns: 1fr;
  }

  .ntlp h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .ntlp h2 {
    font-size: 24px;
  }

  .ntlp-card,
  .ntlp-hero,
  .ntlp-module-hero,
  .ntlp-main-lesson,
  .ntlp-ai-card,
  .ntlp-glazomer-card {
    padding: 18px;
  }

  .ntlp-glazomer-card {
    gap: 8px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 12px;
  }

  .ntlp-glazomer-head {
    gap: 8px;
  }

  .ntlp-glazomer-head h1 {
    font-size: 25px;
  }

  .ntlp-glazomer-head p {
    display: none;
  }

  .ntlp-glazomer-score {
    padding: 7px 9px;
  }

  .ntlp-glazomer-photo {
    width: min(100%, 360px);
  }

  .ntlp-glazomer-answer {
    min-height: 48px;
    padding: 10px;
    font-size: 14px;
  }

  .ntlp-glazomer-head {
    display: grid;
  }

  .ntlp-glazomer-score {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-width: 0;
    text-align: left;
  }

  .ntlp-glazomer-photo {
    width: min(100%, 360px);
  }

  .ntlp-glazomer-stats {
    grid-template-columns: 1fr;
  }

  .ntlp-glazomer-result {
    inset: 10px;
    padding: 16px;
  }

  .ntlp-lesson-row {
    align-items: start;
  }

  .ntlp-play {
    width: 54px;
    height: 54px;
  }

  .ntlp-video {
    min-height: 220px;
    margin: 18px 0;
  }

  .ntlp-video-embed {
    min-height: 0;
  }

  .ntlp-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 782px) {
  body.admin-bar .ntlp-app-sidebar {
    top: 46px;
    height: calc(100vh - 46px);
  }

  body.admin-bar .ntlp-app-main {
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .ntlp-app-module-row { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
  .ntlp-app-module-cover { min-height: 72px; }
  .ntlp-app-module-status { grid-column: 2; }
  .ntlp-app-mobile-nav a { font-size: 9px; }
  .ntlp-app-module-row h3 { font-size: 17px; }
}

/* Shared interaction and accessibility layer. */
.ntlp { color-scheme: dark; -webkit-text-size-adjust: 100%; }
.ntlp [hidden] { display: none !important; }
.ntlp :where(a, button, input, summary, [tabindex]):focus-visible {
  outline: 3px solid #7ae8cd;
  outline-offset: 4px;
}
.ntlp :where(button, input, select, textarea) { font-family: inherit; }
.ntlp button:disabled, .ntlp [aria-disabled="true"] { opacity: .58; cursor: wait; }
.ntlp :where(h1, h2, h3, p, a, label) { overflow-wrap: anywhere; }
.ntlp :where(input, textarea, fieldset, .ntlp-module-body, .ntlp-profile-side, .ntlp-sidebar) { min-width: 0; }
.ntlp a, .ntlp button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.ntlp .ntlp-skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 10001;
  padding: 12px 18px; color: #062118; background: #7ae8cd;
  border-radius: 10px; transform: translateY(-200%);
}
.ntlp .ntlp-skip-link:focus { transform: translateY(0); }
.ntlp-app-main > :not(.ntlp-app-meta):not(.ntlp-app-mobile-head) { max-width: 1380px; margin-inline: auto; }
.ntlp-app-meta p { font-size: 11px; color: #91a8bc; }
.ntlp-app-logo-img { width: min(100%, 144px); }
.ntlp-app-sidebar { padding-top: 16px; }
.ntlp-app-nav a { min-height: 44px; }
.ntlp-app-nav a.ntlp-active { box-shadow: inset 3px 0 #55d6b7; }
.ntlp-app-continue h1 { letter-spacing: -.035em; }
.ntlp-app-progress b { font-variant-numeric: tabular-nums; }
.ntlp-app-module-row { transition: border-color .18s, background .18s; }
.ntlp-app-module-row.ntlp-soon { opacity: .7; }
.ntlp-app-module-row.ntlp-locked-path { opacity: .8; }
.ntlp-app-module-status { font-variant-numeric: tabular-nums; }
.ntlp-lesson-page, .ntlp-module-page { padding-inline: 0; }
.ntlp-back { min-height: 44px; display: inline-flex; align-items: center; }
.ntlp-main-lesson h1 { font-size: clamp(28px, 3vw, 42px); line-height: 1.14; letter-spacing: -.025em; }
.ntlp-main-lesson .ntlp-text-box p { line-height: 1.75; max-width: 74ch; }
.ntlp-video-embed { aspect-ratio: 16 / 9; }
.ntlp-profile-hero h1 { font-size: clamp(30px, 4vw, 48px); }
.ntlp-profile-form input:disabled { opacity: .78; cursor: not-allowed; }
.ntlp-photo-upload:focus-within { border-color: #7ae8cd; }
.ntlp-photo-upload small { color: #bbd3e4; font-size: 12px; }
.ntlp-photo-upload input::file-selector-button {
  border: 1px solid var(--line); border-radius: 8px; background: #18334c;
  color: #ecf8ff; padding: 9px 10px; margin-right: 8px; cursor: pointer;
}
.ntlp-report-list a { min-height: 48px; }
.ntlp-report-list a::after { content: ' ↓'; color: #7ae8cd; }
.ntlp-glazomer-history { max-height: 650px; overflow: auto; scrollbar-width: thin; }
.ntlp-glazomer-attempt summary { min-height: 48px; }
.ntlp-glazomer-stage { min-height: 300px; }
.ntlp-glazomer-photo { max-height: none; width: min(440px, 100%); }
.ntlp-glazomer-result { inset: 0; }
.ntlp-glazomer-result h2 { font-size: clamp(24px, 3vw, 34px); }
.ntlp-glazomer-result .ntlp-actions { justify-content: center; }
.ntlp-glazomer-note { font-size: 14px; }
.ntlp-glazomer-answer.ntlp-right::after { content: ' ✓'; }
.ntlp-glazomer-answer.ntlp-wrong::after { content: ' ×'; }
.ntlp-question { margin: 18px 0 0; padding: 14px; }
.ntlp-question legend { padding: 0 6px; font-weight: 650; line-height: 1.45; }
.ntlp-answer { min-height: 44px; align-items: center; padding: 10px 12px; color: #cedce7; line-height: 1.45; }
.ntlp-answer input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: #57d4b3; }
.ntlp-answer:has(input:checked) { background: rgba(65, 141, 165, .16); border-color: #53879b; }
.ntlp-answer:has(input:focus-visible) { outline: 2px solid #7ae8cd; outline-offset: 2px; }
.ntlp-answer.ntlp-correct::after { content: '✓'; margin-left: auto; color: #7ae8cd; }
.ntlp-answer.ntlp-wrong::after { content: '×'; margin-left: auto; color: #ff9f9f; }
.ntlp-quiz-count { color: #8fceb9; font-size: 13px; font-variant-numeric: tabular-nums; }
.ntlp-modal-card { padding: 26px; }
.ntlp-modal-actions { padding-top: 16px; border-top: 1px solid var(--line); }
.ntlp-modal-actions [data-ntlp-result] { min-height: 24px; font-size: 14px; font-weight: 500; }
.ntlp-login-brand h1 { letter-spacing: -.04em; line-height: 1.08; }
.ntlp-native-login input, .ntlp-profile-form input:not([type="file"]) { min-height: 46px; }
.ntlp-native-login .ntlp-remember input { min-height: 18px; }
.ntlp-login-links a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .ntlp-app-meta { flex-wrap: wrap; gap: 4px; }
  .ntlp-app-meta p { text-align: left; white-space: normal; }
}
@media (max-width: 640px) {
  .ntlp-login-grid { gap: 24px; padding: 30px 16px; }
  .ntlp-login-brand h1 { font-size: clamp(30px, 8vw, 42px); }
  .ntlp-login-logo { margin-bottom: 18px; }
  .ntlp-login-pills { display: none; }
  .ntlp-login-card { padding: 22px 18px; }
  .ntlp-native-login input, .ntlp-profile-form input { font-size: 16px; }
  .ntlp-app-meta { display: none; }
  .ntlp-app-continue h1 { font-size: 30px; }
  .ntlp-app-mobile-head .ntlp-app-logo { padding-bottom: 0; border: 0; }
  .ntlp-lesson-row { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .ntlp-lesson-row .ntlp-lesson-cover { min-height: 68px; height: 68px; }
  .ntlp-lesson-row h3 { font-size: 17px; }
  .ntlp-lesson-row p { font-size: 13px; }
  .ntlp-lesson-row .ntlp-play { display: none; }
  .ntlp-glazomer-photo { width: min(360px, 100%); }
  .ntlp-glazomer-stage { min-height: 280px; }
  .ntlp-glazomer-answers { gap: 8px; }
  .ntlp-glazomer-head p { display: block; font-size: 12px; }
  .ntlp-glazomer-note { bottom: 8px; padding: 8px; }
  .ntlp-modal { padding: 10px; }
  .ntlp-modal-card { max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)); padding: 20px 14px; border-radius: 16px; }
  .ntlp-modal-actions { display: grid; grid-template-columns: 1fr; }
  .ntlp-modal-actions .ntlp-button, .ntlp-modal-actions .ntlp-skip { width: 100%; justify-content: center; min-height: 46px; }
  .ntlp-question { padding: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .ntlp *, .ntlp *::before, .ntlp *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

.ntlp .ntlp-app-continue h1 { font-size: clamp(28px, 3vw, 40px); font-weight: 750; line-height: 1.12; }
.ntlp .ntlp-app-progress h2 { font-size: 18px; line-height: 1.3; }

.ntlp-training-complete .ntlp-glazomer-result { position: relative; inset: auto; width: 100%; overflow: visible; }
.ntlp-training-complete .ntlp-glazomer-photo, .ntlp-training-complete .ntlp-glazomer-answers { display: none; }
